/* ---------------------------------------- VARIABLES ---------------------------------------- */
/*

    Colors:

    Yellow              ffcb05
    Yellow :hover       f8be0e
    Grey                5a5a5a
    Light Grey          e5e5e5
    Light Grey Text     acafad
    Light Grey Line	    d0d0d0
    Charcoal            231f20

    -webkit-transform: ;
    -moz-transform:    ;
    -ms-transform:     ;
    -o-transform:      ;
    transform:         ;

    -webkit-border-radius:  ;
    -moz-border-radius:     ;
    border-radius:          ;

    -webkit-box-shadow:     ;
    -moz-box-shadow:        ;
    box-shadow:             ;

 */
/* ---------------------------------------- GENERAL ---------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
  color: #5a5a5a;
  font-family: 'Ringside', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ---------------------------------------- TEXT ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h5 {
  font-weight: 700;
}
h4,
h6 {
  font-weight: 700;
}
h1,
h2,
h3 {
  line-height: 1;
}
h3,
h4 {
  margin-bottom: 36px;
}
p + h4 {
  margin: 40px 0 20px;
}
h1,
h2 {
  font-size: 32px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 19px;
  color: #231f20;
}
h6 {
  font-size: 16px;
  line-height: 1.4;
}
p,
.bullet-list,
.number-list,
.custom-list,
.info-box,
.service-description,
.pricing-description {
  font-weight: 600;
  line-height: 1.6;
}
p,
.bullet-list,
.number-list,
.custom-list {
  margin-bottom: 20px;
}
sup {
  font-size: 50%;
  top: -0.9em;
}
b,
strong {
  font-weight: 700;
}
a {
  display: inline-block;
  text-decoration: none;
  outline: none!important;
  color: inherit;
}
a[class*="block"] {
  display: block;
}
p a {
  color: #ffcb05;
}
a[href^="tel:"],
p a[href^="tel:"] .tel a {
  color: #5a5a5a !important;
}
p a:hover {
  color: #f8be0e;
  text-decoration: underline;
}
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
hr,
.hr {
  border: none;
  border-bottom: 1px solid #333;
  padding: 0 0 30px 0;
  margin: 0 0 30px;
}
hr.light,
.hr.light {
  border-bottom-color: #d0d0d0;
}
.section-break hr,
.section-break .hr {
  border-bottom-color: #d0d0d0;
  margin: 0;
  padding: 0;
}
/* Text customs */
.t-light {
  font-weight: 300 !important;
}
.t-reg {
  font-weight: 500 !important;
}
.t-left {
  text-align: left !important;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-together {
  display: inline-block;
}
.t-break {
  display: block;
}
.t-lightgrey {
  color: #acafad !important;
}
.t-black {
  color: #231f20 !important;
}
.line-title {
  color: #231f20;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}
.page-cover-content .line-title {
  color: inherit;
}
.line-title:after {
  content: "";
  width: 0;
  border-bottom: 2px solid #ffcb05;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  transition: width 1s;
}
.line-title.show:after,
.page-cover-content .line-title:after,
body.basic .line-title:after,
body.mobi .line-title:after {
  width: 100%;
}
.page-cover-content .line-title:after {
  width: 100%;
}
/* Lists */
.bullet-list {
  padding: 20px 0;
}
.page-title .bullet-list,
.number-list .bullet-list,
.toggle-content .bullet-list {
  padding: 0 !important;
}
.bullet-list > li,
.number-list > li,
.custom-list > li {
  padding-left: 24px;
  padding-bottom: 4px;
  position: relative;
}
.bullet-list > li:before,
.number-list > li:before,
.custom-list .list-char {
  color: #ffcb05;
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: 0;
}
.bullet-list > li:before {
  content: "•";
}
.bullet-list .bullet-list > li:before {
  content: "-";
}
.number-list {
  counter-reset: color-nums;
}
.number-list > li {
  counter-increment: color-nums;
  padding-left: 28px;
}
.number-list > li:before {
  content: counter(color-nums) ".";
  color: inherit;
  font-weight: 700;
}
.number-list .number-list > li:before {
  font-weight: 300;
}
.number-list .number-list .number-list > li:before {
  content: counter(color-nums) ")";
}
/* ---------------------------------------- STRUCTURE ---------------------------------------- */
main ul,
main li {
  /*list-style: disc;*/
}
.container,
.emergency-dash {
  padding: 0 70px;
}
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.container .container {
  padding: 0 30px;
}
.container-half {
  width: 100%;
  max-width: 550px;
  padding-right: 70px;
}
section {
  position: relative;
  z-index: 1;
}
section.layer-top {
  z-index: 2;
}
section ~ section,
.section-tabs ~ section {
  padding-top: 100px;
}
section + section.section-2col,
.section-tabs + section.section-2col,
section.section-2col + section {
  padding-top: 70px;
}
.content-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-padding-top {
  padding-top: 60px;
}
.content-padding-btm {
  padding-bottom: 60px;
}
.section-bg {
  color: #fff;
}
.section-bg-image {
  background-color: #5a5a5a;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section-bg-content {
  padding: 100px 0;
}
.section-bg .line-title {
  color: inherit;
}
.section-anchor {
  position: absolute;
  top: -213px;
  opacity: 0;
  pointer-events: none;
}
.page-body {
  padding-bottom: 120px;
}
/* Page Cover */
.page-cover {
  display: flex;
  align-items: center;
  position: relative;
  padding: 200px 0;
  margin-bottom: 100px;
}
.page-cover.hero-banner {
  padding: 0 !important;
}
.page-cover-bg {
  background-color: #5a5a5a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.page-cover-content {
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-cover-content.content-center {
  text-align: center;
}
.page-cover-content.content-center {
  text-align: center;
}
.page-cover-content.content-center h6 {
  margin-top: 20px;
}
.page-cover .ico-cover {
  width: 36px;
  height: 36px;
  margin: 0 auto 20px;
}
.page-cover .ico-cover.ico-bubble {
  border: 3px solid #ffcb05;
}
.page-cover .ico-bubble-error {
  background-image: url(../images/ico/ico-error-yellow.svg);
}
/* Page Title */
.page-title {
  color: #231f20;
  padding: 120px 0;
}
.page-cover-row + div .page-title {
  padding-top: 0 !important;
  padding-bottom: 80px;
}
.page-title .subtitle {
  color: #acafad;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 300;
}
.page-title .btn {
  margin-top: 60px;
}
.page-title .col-item:nth-child(2) {
  color: #5a5a5a;
}
.page-title .col-item:nth-child(2) h6 {
  margin-bottom: 20px;
}
.page-title .col-item:nth-child(2) a {
  color: inherit;
  font-weight: 500;
}
.page-title .bullet-list {
  padding: 0;
}
.page-title .bullet-list li {
  padding-bottom: 0;
}
.page-title .bullet-list li:before {
  color: inherit !important;
}
.page-title .service-price {
  color: #5a5a5a;
  margin-top: 14px;
}
/* Footnote */
.footnote {
  color: #acafad;
  margin-bottom: 60px;
}
.footnote p {
  margin-bottom: 0;
}
.page-body .footnote {
  margin: 60px 0 0;
}
.section-tabs .footnote {
  margin: 60px 0 0;
}
.section-tabs .toggle-content .footnote {
  margin: 30px 0;
}
/* ------- Table Layout Content ------- */
.va-outer {
  display: table;
  width: 100%;
}
.va-inner {
  display: table-cell;
}
/* ------- Custom Scrollbar ------- */
.simplebar-track.simplebar-vertical {
  width: 20px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  right: 0px;
  width: 100%;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background-color: #d0d0d0;
  width: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  left: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.3;
}
.simplebar-wrapper:hover ~ .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  opacity: 1 !important;
}
.simplebar-track.simplebar-horizontal {
  display: none !important;
}
/* Location Box Scrollbar */
.location-results-box .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 10px;
  bottom: 10px;
}
/* ------- Column Content ------- */
.col-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.col-box.y-center {
  align-items: center;
}
.col-box.y-bottom {
  align-items: flex-end;
}
.col-box.x-center {
  justify-content: center;
}
.col-box.x-left {
  justify-content: flex-start;
}
.col-box.x-right {
  justify-content: flex-end;
}
.col-box.col-wrap {
  flex-wrap: wrap;
}
.col-box.col-2 > .col-item {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
  padding: 30px 0;
}
.col-box.col-3 > .col-item {
  flex-basis: calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
}
.col-3 .col-item:nth-child(n+4) {
  margin-top: 20px;
}
.col-box.col-4 > .col-item {
  flex-basis: calc(25% - 10px);
  width: calc(25% - 10px);
}
.col-box.col-bleed > .col-item:first-child {
  flex-basis: calc(50% - 50px);
  width: calc(50% - 50px);
}
.col-box.col-bleed > .col-item:last-child {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
}
.col-box.col-form > .col-item {
  padding: 0 !important;
}
.fill-col {
  margin: 0 !important;
}
/* ---------------------------------------- ICONS ---------------------------------------- */
[class^="ico-"] {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
[class*="ico-bubble"] {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
[class*="ico-bubble"]:before {
  font-family: 'ico-bubbles' !important;
  font-weight: 500 !important;
  font-style: normal !important;
  text-transform: none !important;
  font-variant: normal;
  speak: none;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* Social Icons */
.ico-bubble-facebook:before {
  content: "\e900";
}
.ico-bubble-linkedin:before {
  content: "\e901";
}
.ico-bubble-twitter:before {
  content: "\e902";
}
.ico-bubble-youtube:before {
  content: "\e903";
}
/* General Icons */
.ico-bubble-check {
  background-image: url(../images/ico/ico-checkmark-yellow.svg);
}
/* ---------------------------------------- Buttons ---------------------------------------- */
button,
input[type="button"],
input[type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.btn {
  background-color: #000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 200px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  transition-duration: 0.3s;
}
.btn:hover {
  background-color: #ffcb05;
  color: #000;
}
.btn.btn-outline {
  height: 42px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: transparent !important;
}
.btn.btn-outline:hover {
  border-color: #ffcb05;
  color: #ffcb05;
}
.btn.btn-grey {
  background-color: #5a5a5a;
}
.btn.btn-grey:hover {
  background-color: #323232;
  color: #fff;
}
.btn.btn-lightgrey {
  background-color: #e5e5e5;
  color: #231f20;
  font-weight: 700;
}
.btn.btn-lightgrey:hover {
  background-color: #c8c8c8;
}
.btn.btn-hvr-grey:hover {
  background-color: #5a5a5a;
  color: #fff;
}
.btn-main {
  margin-top: 40px;
}
.btn-back {
  position: relative;
}
.btn-back:before {
  content: "";
  width: 100%;
  background-image: url(../images/ico/ico-arrow-back.svg);
  background-size: 12px auto;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: -28px;
}
.btn-group {
  text-align: center;
}
.btn-group .btn {
  margin: 5px;
}
p + .btn-group {
  margin-top: 40px;
}
/* App Store Buttons */
[class*="btn-app"] {
  width: calc(50% - 20px);
  margin: 20px 10px 100px 0;
}
.btn-app-android {
  max-width: 180px;
}
.btn-app-ios {
  max-width: 162px;
}
[class*="btn-app"] img {
  width: 100%;
  display: block;
}
/* Buttons - Inactive */
[class*="btn-"].inactive {
  pointer-events: none;
}
/* Button Fill out Form */
.btn-fill-out-form {
  background-color: #ffcb05;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 150px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.btn-fill-out-form:hover {
  background-color: #ffcb05;
  color: #fff;
}
/* ---------------------------------------- MODULES ---------------------------------------- */
/* ------- Image ------- */
img {
  max-width: 100%;
}
p + img {
  margin-top: 20px;
}
.img-full {
  width: 100%;
  height: auto;
}
.img-inline {
  display: inline-block;
  vertical-align: top;
}
/* ------- Video ------- */
.video {
  background-color: #fcf4d9;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video .video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-caption {
  margin-top: 20px;
  color: #231f20;
}
.video-caption h4 {
  margin-bottom: 0;
}
/* ------- Page CTAs ------- */
.page-cta {
  display: block;
  width: 100%;
}
.cta-cover {
  background-color: #e6e6e6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cta-cover:after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition-duration: 0.6s;
}
.cta-cover:hover:after {
  opacity: 0.4;
}
.cta-text {
  margin-top: 20px;
  color: #231f20;
}
.cta-text h4 {
  margin-bottom: 0;
}
/* ------- Features ------- */
.feature-icon {
  width: 44px;
  padding-bottom: 44px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.feature-title {
  color: #231f20;
}
.feature-content {
  margin-top: 10px;
}
.col-3 .feature-block {
  padding-left: 56px;
  position: relative;
}
.col-3 .feature-icon,
.tooltip-box .feature-block .feature-icon {
  width: 50px;
  padding-bottom: 34px;
}
.col-3 .feature-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.tooltip-box .feature-block .feature-icon {
  margin-bottom: 6px;
}
.col-3 .feature-title {
  padding-top: 6px;
}
.col-3 .feature-content {
  font-size: 12px;
  color: #acafad;
}
.feature-content p {
  margin-bottom: 0;
}
.feature-content p + p,
.feature-content p + ol,
.feature-content p + ul {
  margin-top: 10px;
}
.feature-content .bullet-list {
  padding: 0;
}
.feature-content .bullet-list > li,
.feature-content .number-list > li,
.feature-content .custom-list > li {
  padding-left: 12px;
  padding-bottom: 0;
}
.feature-content .bullet-list > li:before,
.feature-content .number-list > li:before,
.feature-content .custom-list .list-char {
  color: inherit;
}
/* ------- Map ------- */
.map-box {
  background-color: #e6e6e6;
  background-image: url(/Images/ico/ico-map-loader.svg);
  background-size: 100px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 0;
  padding-bottom: 60vh;
}
.map-box .map {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.maphovermsg {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(230, 230, 230, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.map-box:hover .maphovermsg {
  visibility: visible;
  opacity: 1;
  transition: all ease-in 0.2s;
}
.map-box .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* map markers */
.map img[src="/Images/img/ico-map-marker.png"] {
  width: 22px !important;
  height: 30px !important;
  left: calc(50% - 11px) !important;
  top: calc(100% - 30px) !important;
  position: absolute !important;
}
/* map hover popup */
.map-box #popup {
  padding: 16px;
  font-weight: 300;
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  -o-transform: translateY(-26px);
  transform: translateY(-26px);
  position: absolute;
  z-index: 99;
  display: none;
}
.map-box #popup:hover {
  display: block !important;
}
.map-box #popup .pop-up-bubble {
  background-color: #ffcb05;
  color: #000;
  width: 210px;
  padding: 8px 10px;
}
.map-box #popup h6,
.map-box #popup p,
.map-box #popup ul {
  font-size: 12px;
  line-height: 1.4;
}
.map-box #popup h6 {
  margin-bottom: 2px;
}
.map-box #popup p {
  margin-bottom: 0;
}
.map-box #popup ul {
  margin-top: 8px;
}
.map-box a {
  color: inherit !important;
}
.map-box a:hover {
  text-decoration: underline;
}
/* ------- Live Dash ------- */
.live-dash {
  background-color: #5a5a5a;
  color: #fff;
  text-align: center;
}
.live-widget .widget-icon {
  width: 60px;
  padding-bottom: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
}
.live-widget .widget-counter {
  font-size: 28px;
}
.live-widget .widget-counter .odometer-formatting-mark {
  display: none;
}
.live-widget .widget-label {
  font-weight: 300;
  margin-top: 20px;
}
/* ------- Social Box ------- */
.social-box {
  text-align: center;
  margin-bottom: 40px;
}
.social-box [class^="ico-"] {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #222;
  display: inline-block;
  margin: 0 7px;
}
.social-box [class^="ico-"]:hover {
  background-color: #b28e2c;
}
/* ------- Info Box ------- */
.info-box {
  background-color: #fcf4da;
  color: #5a5a5a;
  padding: 14px 20px;
  margin: 10px 0;
  font-size: 12px;
}
.info-box p {
  margin-bottom: 0;
}
/* Link List */
.link-list {
  padding: 0 30px;
  margin-top: 20px;
}
.link-list a {
  color: #231f20;
  padding: 14px 0;
}
/* ------- Table Box ------- */
.table-block {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
.table-title {
  text-align: center;
  margin-bottom: 90px;
}
.table-title h5 {
  padding-bottom: 11px;
  display: inline-block;
  position: relative;
}
.table-title h5:after {
  content: "";
  border-bottom: 2px solid #ffcb05;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tbl-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tbl-row:nth-child(even) {
  background-color: #f0f0f1;
}
.tbl-col {
  padding: 16px;
}
.tbl-col:first-child {
  flex-basis: 236px;
}
.tbl-col:nth-child(n+2) {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}
.tbl-row.tbl-head {
  background-color: #ffcb05;
  color: #231f20;
  font-weight: 700;
  padding: 10px 0;
}
.tbl-row.tbl-head .tbl-col {
  padding: 6px 16px;
}
.tbl-row.tbl-head .tbl-col:nth-child(n+2) {
  border-left: 1px solid #d8a928;
}
.tbl-row.tbl-subhead {
  background-color: #d7d7d9;
  font-weight: 700;
  text-transform: uppercase;
}
.tbl-row.tbl-subhead .tbl-col {
  padding-top: 12px;
  padding-bottom: 12px;
}
.tbl-row.tbl-subhead .tbl-col:first-child {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
}
.tbl-row.tbl-subhead .tbl-col:nth-child(n+2) {
  display: none !important;
}
.table-block .ico-included {
  position: relative;
}
.table-block .ico-included:after {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #9c9c9b;
  background-image: url(../images/ico/ico-included-no.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}
.table-block .ico-included.yes:after {
  border-color: #ffcb05;
  background-color: #ffcb05;
  background-image: url(../images/ico/ico-checkmark.svg);
}
/* ------- Tooltip ------- */
.tooltip-item {
  position: relative;
}
.tooltip-anchor {
  cursor: pointer;
  padding: 16px 0;
}
.tooltip-box {
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
  -moz-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  -o-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
  cursor: pointer;
  z-index: 10;
  display: none;
}
.tooltip-box:before,
.tooltip-content:before {
  content: "";
  display: block;
  position: absolute;
}
.tooltip-box:before,
.tooltip-content:before {
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 16px);
  left: -14px;
  z-index: -1;
}
.tooltip-box:before {
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}
/* .tooltip-box:after {
    width: 26px;
    height: 26px;
    border: 1px solid #231f20;
    -webkit-border-radius:  100%;
    -moz-border-radius:     100%;
    border-radius:          100%;
    background-image: url(../images/ico/ico-close-charcoal.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
} */
.tooltip-content {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  width: 360px;
  padding: 18px 20px 20px 20px;
  position: relative;
  z-index: 1;
}
.tooltip-content:before {
  background-color: #fff;
}
.tooltip-item.open .tooltip-box {
  display: block;
}
.tooltip-item.tbl-col {
  padding-top: 0;
  padding-bottom: 0;
}
.tooltip-box .feature-block {
  position: relative;
}
.tooltip-box .feature-block .feature-title {
  border-bottom: 2px solid #ffcb05;
  padding-bottom: 10px;
}
.tooltip-box .feature-block .feature-content {
  margin-top: 10px;
}
.tooltip-box .feature-block .feature-content p {
  margin-bottom: 0;
}
/* ------- Tabs ------- */
/* tab buttons */
.tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.tab-btn {
  color: #5a5a5a;
  padding: 12px 0;
  font-size: 16px;
  position: relative;
  margin-right: 24px;
}
.tab-btn.active {
  color: #000;
}
.tab-btn.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  border-bottom: 2px solid #ffcb05;
}
.tab-btn:not(:last-child) {
  border-right: 1px solid #5a5a5a;
  padding-right: 24px;
}
.tab-btn:not(:last-child).active:after {
  right: 24px;
}
/* tab content */
.tab-box {
  display: none;
}
.tab-box.active {
  display: block;
}
/* tab customs */
.head-tabs {
  text-align: center;
}
.head-tabs {
  margin-bottom: 90px;
}
.section-tabs .tabs {
  margin-bottom: 60px;
}
.head-tabs .tab-btn,
.section-tabs .tab-btn {
  font-size: 19px;
  padding: 14px 60px;
  margin: 0;
}
.head-tabs .tab-btn.active:after,
.section-tabs .tab-btn.active:after {
  content: "";
  position: absolute;
  left: 60px;
  right: 60px;
}
.head-tabs .tab-btn:not(:last-child),
.section-tabs .tab-btn:not(:last-child) {
  border-right-color: #d0d0d0;
}
.page-title .section-tabs .tab-btn {
  padding: 14px 30px;
}
.page-title .section-tabs .tab-btn.active:after {
  left: 30px;
  right: 30px;
}
/* ------- Toggle List ------- */
.toggle-list {
  border-top: 1px solid #d0d0d0;
}
.toggle-item {
  border-bottom: 1px solid #d0d0d0;
}
.toggle-item-btn {
  padding: 30px 0;
  padding-right: 60px !important;
  color: #5a5a5a;
  font-size: 19px;
  font-weight: 300;
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
}
.toggle-item-btn:after {
  content: "";
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  transition-duration: 0.3s;
  background-image: url(../images/ico/ico-bubble-plus.svg);
  background-color: #ffcb05;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.toggle-item-btn:hover:after {
  background-color: #f8be0e;
}
.toggle-content {
  display: none;
}
.toggle-content .toggle-content {
  padding-right: 30px;
}
.toggle-content p,
.toggle-content .bullet-list {
  color: #acafad;
  font-weight: 300;
  margin-bottom: 10px;
}
.toggle-content a[href^="tel:"] {
  color: inherit !important;
}
.toggle-content .select-options {
  margin: 10px 0 0;
}
.toggle-content .select-options .check-field {
  margin: 0 0 30px;
}
.toggle-content .select-options .submit-field {
  margin: 40px 0 60px;
}
/* Toggle Level 2 */
.toggle-item .toggle-list {
  padding: 15px 0;
}
.toggle-item .toggle-item {
  border-bottom: none;
}
.toggle-item .toggle-item .toggle-item-btn {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.toggle-item .toggle-item .toggle-item-btn:after {
  background-image: url(../images/ico/ico-arrow-dropdown-grey.svg) !important;
  background-size: 18px auto;
  background-color: transparent !important;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
/* Toggle Open */
.toggle-item.open > .toggle-content {
  display: block;
}
.toggle-item.open .toggle-item-btn:after {
  background-image: url(../images/ico/ico-bubble-minus.svg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggle-item.open .toggle-item .toggle-item-btn:after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.toggle-item.open .toggle-item.open .toggle-item-btn:after {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
/* ------- Slider ------- */
.slider-container {
  position: relative;
}
.slide-item {
  position: relative;
}
.slide-bg {
  background-color: #5a5a5a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.slider-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.slider-dots ul {
  text-align: center;
}
.slider-dots li {
  display: inline-block;
  vertical-align: middle;
}
.slider-dots button {
  padding: 10px 6px;
  font-size: 0;
  color: transparent;
}
.slider-dots button:after {
  content: "";
  background-color: #cfcfcf;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: block;
  transition: all 0.3s, color 0s;
  border: 1px solid #5a5a5a;
}
.slider-dots button:hover:after {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.slider-dots .slick-active button:after {
  background-color: #ffcb05;
}
/* .btn-prev,
.btn-next {
    width: 104px;
    height: 104px;
    display: block;
    position: absolute;
    left: calc(50% - 52px);
    z-index: 1;
}
.btn-prev:after,
.btn-next:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: calc(50% - 7px);
}
.btn-prev {
    background-color: #00b398;
    top: calc(50% - 104px);
}
.btn-next {
    background-color: #b28e2c;
    top: 50%;
}
 .btn-prev:after {
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    transform:         rotate(45deg);
    left: calc(50% - 4px);
}
.btn-next:after {
    -webkit-transform: rotate(225deg);
    -moz-transform:    rotate(225deg);
    -ms-transform:     rotate(225deg);
    -o-transform:      rotate(225deg);
    transform:         rotate(225deg);
    left: calc(50% - 10px);
} */
/* Slick Slider Resets */
[class*="slick"] {
  outline: none!important;
}
/* Hero Slider */
.hero-slider {
  margin-bottom: 100px;
}
.hero-slider .slide-container {
  display: flex;
  align-items: center;
  position: relative;
}
.hero-slide-content {
  width: 50%;
  color: #fff;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
.hero-slide-content h1 {
  font-size: 42px;
}
.hero-slide-content h6 {
  margin-top: 30px;
}
.hero-slide-content p {
  font-size: 14px;
  margin-top: 20px;
}
.hero-slide-content .btn {
  margin-top: 20px;
}
.hero-slider .slide-container,
.page-cover.hero-banner {
  height: calc(80vh - 130px);
}
/* ------- Popup ------- */
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 10vw;
  text-align: center;
  z-index: 110;
  display: none;
}
.popup.show {
  display: flex;
}
.popup-box {
  background-color: #00b398;
  color: #fff;
  padding: 100px;
  position: relative;
  max-width: 960px;
}
/* ------- Sticky Nav ------- */
.sticky-nav,
.sticky-btn,
.sticky-panel,
.sticky-list {
  position: fixed;
}
.sticky-btn,
.sticky-link:after,
.sticky-close {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sticky-link:after,
.sticky-close {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sticky-nav {
  z-index: 9999;
}
/* Sticky Btn */
.sticky-btn {
  background-color: #ffcb05;
  width: 64px;
  height: 64px;
  bottom: 40px;
  right: 40px;
  z-index: 1;
  transition-duration: 0.3s;
}
.sticky-btn:hover {
  background-color: #f8be0e;
}
.sticky-btn.change {
  background-color: #5a5a5a;
}
.sticky-btn.change:hover {
  background-color: #000;
}
.sticky-btn:before,
.sticky-btn:after {
  content: "";
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
}
.sticky-btn:before {
  width: 4px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 2px);
  transition-duration: 0.5s;
}
.sticky-btn:after {
  width: 30px;
  height: 4px;
  top: calc(50% - 2px);
  left: calc(50% - 15px);
  transition-duration: 0.3s;
}
.sticky-nav.open .sticky-btn {
  background-color: #ffcb05 !important;
}
.sticky-nav.open .sticky-btn:hover {
  background-color: #f8be0e !important;
}
.sticky-nav.open .sticky-btn:before {
  -webkit-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
.sticky-nav.open .sticky-btn:after {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
/* Sticky Panel */
.sticky-panel {
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  display: none;
}
.sticky-panel ul,
.sticky-panel li {
  list-style: none;
}
.sticky-list {
  text-align: right;
  right: 40px;
  bottom: 140px;
}
.sticky-item {
  position: relative;
}
.sticky-link {
  color: #fff;
  padding: 24px 106px 24px 0;
  margin-bottom: 14px;
  position: relative;
}
.sticky-link:after {
  content: "";
  border: 2px solid #fff;
  width: 0;
  height: 0;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sticky-link.locate:after {
  background-image: url(../images/ico/ico-sticky-locate.svg);
}
.sticky-link.phone:after {
  background-image: url(../images/ico/ico-sticky-phone.svg);
}
.sticky-link.contact:after {
  background-image: url(../images/ico/ico-sticky-contact.svg);
}
/* Sticky Content */
.sticky-content {
  background-color: #fff;
  padding: 20px;
  width: 480px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  position: absolute;
  bottom: 14px;
  right: 0;
  display: none;
}
.sticky-item.open .sticky-content {
  display: block;
}
.sticky-content .sticky-close {
  border: 2px solid #5a5a5a;
  background-image: url(../images/ico/ico-sticky-close.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 16px;
}
.sticky-content .sticky-title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  padding-right: 60px;
  border-bottom: 2px solid #e9eaea;
}
.sticky-content p a {
  color: inherit;
}
.sticky-content .labeled-columns .label-col,
.sticky-content .labeled-columns .details-col {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
}
.sticky-content .labeled-columns .col-item {
  padding-bottom: 16px;
}
.sticky-content .labeled-columns p:nth-child(n+2) {
  margin-top: 16px;
}
.sticky-nav.open .sticky-panel {
  display: block;
}
/* ---------------------------------------- FORM ---------------------------------------- */
.form-line {
  margin-bottom: 16px;
}
.form-field {
  margin-bottom: 20px;
}
.form .col-box.col-2 > .col-item {
  padding: 0 !important;
}
.form-line p {
  margin-bottom: 0;
}
.form h4 {
  margin-bottom: 0;
}
.group-title {
  margin-bottom: 40px;
}
.hr + .group-title {
  margin-top: 40px;
}
.field-title {
  margin-bottom: 20px;
}
.field-instruction {
  color: #9d9d9c;
  font-size: 14px;
}
.field-group {
  margin-top: 60px;
}
.field-group.empty-options {
  display: none !important;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
fieldset .col-3 .col-item,
.fieldset .col-3 .col-item {
  margin-top: 0 !important;
}
/* Form Inputs */
.text-field .input,
.select-field .input,
.text-box .input,
.search-field .input {
  border: none;
  outline: none !important;
}
.text-field .input,
.select-field .input,
.text-box .input {
  background-color: transparent;
  color: #ECECEC;
  outline: none!important;
  width: 100%;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
}
.text-field .input,
.select-field .input {
  padding: 14px 10px;
  border-bottom: 1px solid #d0d0d0;
}
.text-field .field-input {
  position: relative;
  padding-top: 16px;
}
.select-field {
  position: relative;
}
.select-field .input {
  padding-right: 34px;
  background-image: url(../images/ico/ico-arrow-select.svg);
  background-size: 14px auto;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.select-field option {
  font-weight: 300;
}
.text-box {
  margin-top: 60px;
}
.text-box .input {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #d0d0d0;
}
/* Field Labels */
.field-label {
  padding: 14px 10px;
  color: #9d9d9c;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  top: 16px;
  left: 0;
  pointer-events: none;
  transition-duration: 0.3s;
}
.field-input.open .field-label {
  line-height: 16px;
  top: 0;
  padding: 0;
}
/* Checkbox */
.radio-list,
.check-list,
.list-30 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list-30 > div {
  flex-basis: calc(100% / 3 - 1px);
  width: calc(100% / 3 - 1px);
}
.list-30 .radio-field,
.list-30 .check-field {
  margin-right: 0 !important;
  padding-right: 30px;
}
.list-30 .field-validation-valid {
  flex-basis: 100%;
  width: 100%;
}
.check-field,
.radio-field {
  display: inline-block;
  position: relative;
}
fieldset .check-field,
.fieldset .check-field,
fieldset .radio-field,
.fieldset .radio-field,
.radio-list .radio-field {
  margin: 20px 50px 20px 0;
}
.col-item .check-field,
.col-item .radio-field {
  margin-right: 0;
}
.check-field .input,
.radio-field .input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.check-label,
.radio-label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  padding: 3px 0;
  padding-left: 36px;
  display: block;
}
.check-field .input,
.check-field .check-label:before,
.radio-field .input,
.radio-field .radio-label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.check-label:before,
.radio-label:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #acafad;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.check-field .input:checked ~ .check-label,
.radio-field .input:checked ~ .radio-label {
  color: #000;
  font-weight: 500;
}
.check-field .input:checked ~ .check-label:before,
.radio-field .input:checked ~ .radio-label:before {
  border-color: #ffcb05;
  background-color: #ffcb05;
  background-image: url(../images/ico/ico-checkmark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sub-checks .check-field .input:checked ~ .check-label,
.sub-radios .radio-field .input:checked ~ .radio-label {
  font-weight: 500;
  color: inherit;
}
/* Select Items Toggle */
.select-toggle {
  color: #5a5a5a;
  border-bottom: 1px solid #d0d0d0;
  padding: 14px 10px;
  padding-right: 34px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.select-toggle:after {
  content: "";
  background-image: url(../images/ico/ico-arrow-select.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  transition-duration: 0.3s;
}
.select-toggle.open:after {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
.select-options .option-title,
.select-options .option-price {
  font-weight: 700;
}
.select-options .option-price,
.select-options .option-description {
  display: block;
}
.select-options .option-price,
.select-options .option-description {
  color: #acafad;
  padding-top: 6px;
}
.select-options .option-price:before {
  content: "R";
}
.select-options .option-description {
  color: #acafad;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300 !important;
}
.select-options .select-item .check-field,
.select-options .select-item .radio-field {
  margin: 0;
}
.select-options .select-item:not(.fill-col) {
  margin-top: 20px;
}
.select-options span.field-validation-error {
  margin-top: 20px;
}
.select-options .check-field .input:checked ~ .check-label .option-description,
.select-options .radio-field .input:checked ~ .radio-label .option-description {
  color: #5a5a5a;
}
.select-options.hidden [class*="list"] {
  display: block;
}
.select-options.hidden [class*="list"] > div {
  display: none !important;
}
.select-options.hidden .option-price,
.select-options.hidden .option-description {
  display: none !important;
}
.select-options.hidden .select-item.selected {
  display: inline-block !important;
  width: auto;
  flex-basis: auto;
  margin: 16px 12px 0 0;
}
.select-options.hidden .select-item.selected .check-field,
.select-options.hidden .select-item.selected .radio-field {
  padding-right: 0;
}
.select-options.hidden .selected [class*="-label"] {
  transition: padding 0.3s, font-size 0.3s;
}
.select-options [class*="-label"]:before {
  transition: left 0.3s;
}
.select-options.hidden .col-box {
  display: block;
}
.select-options.hidden .selected [class*="-label"] {
  background-color: #5a5a5a;
  color: #fff;
  padding: 0 36px 0 14px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 500;
}
.select-options.hidden .selected [class*="-label"] .option-title {
  font-weight: 500;
}
.select-options.hidden .selected [class*="-label"]:before {
  background-color: #9d9d9c;
  border-color: #9d9d9c;
  width: 26px;
  height: 26px;
  left: calc(100% - 25px);
}
.select-options.hidden .selected .check-label:before {
  background-image: url(../images/ico/ico-deselect-option.svg);
}
/* Form Buttons */
.submit-field {
  margin-top: 50px;
}
.submit-field.submit-m-big {
  margin-top: 100px;
}
input.btn,
button.btn {
  background-color: #000;
}
/* Autocomplete Fill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #5a5a5a;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* Hide select arrow */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
/* Hide number input arrows */
.text-field input[type=number]::-webkit-inner-spin-button,
.text-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-field input[type="number"] {
  -moz-appearance: textfield;
}
/* Placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 0.5;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 0.5;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 0.5;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 0.5;
}
/* Required Fields */
.required .field-label:after {
  content: " *";
}
/* Form Validation */
.text-field .input.input-validation-error,
.select-field .input.input-validation-error,
.text-box .input.input-validation-error {
  border-bottom-color: #e30613;
}
span.field-validation-error {
  color: #e30613;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  margin-top: 10px;
  padding: 1px 0;
  padding-left: 26px;
  position: relative;
  display: block;
  width: 100%;
}
span.field-validation-error a {
  color: #e30613 !important;
  text-decoration: underline;
}
span.field-validation-error:before {
  content: "";
  background-color: #e30613;
  background-image: url(../images/ico/ico-error.svg);
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.check-field .input.input-validation-error ~ .check-label:before,
.radio-field .input.input-validation-error ~ .radio-label:before {
  border-color: #e30613;
}
.select-toggle.input-validation-error {
  color: #e30613;
  border-bottom-color: #e30613;
}
.select-toggle.input-validation-error:after {
  background-image: url(../images/ico/ico-arrow-select-error.svg);
}
.raq-group-required,
.submit-error {
  padding-top: 30px;
}
/* Ul List Select */
.select-ul,
.select-ul li.init {
  height: 42px;
  line-height: 42px;
}
.select-ul .select-box,
.select-ul .select-instruction {
  background-color: #e5e5e5;
}
.section-bg .select-ul .select-box,
.section-bg .select-ul .select-instruction {
  background-color: #fff;
}
.select-ul {
  cursor: pointer;
}
.select-ul + .select-ul {
  margin-top: 20px;
}
.select-ul .select-box {
  color: #231f20;
  width: 100%;
  max-height: 280px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.select-ul ul.input {
  background-image: none;
  border: none;
  padding: 0 20px;
  font-weight: 300;
}
.select-ul.disabled {
  pointer-events: none;
}
.select-ul.disabled .init {
  color: rgba(0, 0, 0, 0.3) !important;
}
.select-ul .init {
  padding: 0;
  padding-right: 34px;
  padding-right: 22px !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-ul .select-instruction {
  color: #5a5a5a;
  border-bottom: 1px solid #acafad;
  font-weight: 700;
  letter-spacing: 0.2px;
  position: sticky;
  top: 0;
  margin-bottom: -1px;
}
.select-ul .list-option {
  color: #5a5a5a;
  border-top: 1px solid #d0d0d0;
  padding: 13px 0;
  line-height: 1.3;
  display: none;
}
.select-ul .init + .list-option {
  border-top: none;
}
.select-ul .list-option:not(.selected):hover {
  color: #231f20;
}
.select-ul .list-option.selected {
  color: rgba(0, 0, 0, 0.3);
}
.select-ul:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  border-top: 8px solid #5b5b60;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  pointer-events: none;
  z-index: 1;
}
.select-ul .select-instruction,
.select-ul .list-option.unavailable {
  display: none !important;
}
.select-ul.open {
  z-index: 10;
}
.select-ul.open:after {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.select-ul.open .select-box {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.select-ul.open ul.input {
  height: auto !important;
  z-index: 2;
}
.select-ul.open .init {
  display: none;
}
.select-ul.open .select-instruction {
  display: block !important;
}
.select-ul.open .list-option {
  display: block;
}
.select-ul:not(.open) .select-box {
  height: inherit !important;
}
/* ------- Form Themes ------- */
/* Form Theme - On Background */
.form-theme-bg .text-field .input,
.form-theme-bg .text-box .input {
  background-color: #e5e5e5;
  color: #231f20;
  font-weight: 300;
  height: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none !important;
}
.section-bg .form-theme-bg .text-field .input,
.section-bg .form-theme-bg .text-box .input {
  background-color: #fff;
}
.form-theme-bg .text-field .input {
  padding: 0 20px;
}
/* Form Theme - Small */
.form-small .text-field .input,
.form-small .select-field .input {
  font-size: 12px;
  font-weight: 300;
}
.form-small .select-ul .list-option {
  padding: 10px 0;
}
/* ------- Form Custom Elements ------- */
#serviceGroupBox {
  flex-basis: calc(100% - 60px);
  width: calc(100% - 60px);
}
.check-field .input.checkbox-input-tsandcs {
  width: 36px;
}
.ts-and-cs-anchor {
  text-decoration: underline;
  color: #ffcb05;
}
/* ---------------------------------------- NAV ---------------------------------------- */
nav li {
  display: inline-block;
}
nav .nav-link {
  color: #000;
}
/* Nav Icons */
.dropdown .nav-link,
.nav-link[class*="ico-"] {
  position: relative;
  padding-right: 18px !important;
}
.dropdown .nav-link:after,
.nav-link[class*="ico-"]:after {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
}
.dropdown .nav-link:after {
  background-size: 10px 6px;
}
.nav-link.ico-lock:after {
  background-image: url(../images/ico/ico-lock-yellow.svg);
}
/* Dropdowns */
.dropdown {
  position: relative;
}
.dropdown .nav-link:after {
  background-image: url(../images/ico/ico-arrow-dropdown.svg);
  transition-duration: 0.3s;
}
.dropdown-box {
  background-color: #404041;
  padding: 28px 24px 30px 24px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: left;
  left: -24px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  z-index: 10;
  display: none;
}
.dropdown-list {
  padding-left: 12px;
  position: relative;
}
.dropdown-list:before {
  content: "";
  border-left: 1px solid #ffcb05;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition-duration: 0.3s;
}
.dropdown .level-2 {
  display: block;
}
.dropdown-link {
  color: #d0d0d0;
  padding: 6px 0;
  white-space: nowrap;
  display: block;
}
.dropdown-link:hover {
  color: #fff;
}
.dropdown.open .dropdown-box {
  display: block;
}
.dropdown.open .dropdown-list:before {
  animation: lineDown 0.6s;
}
@keyframes lineDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.dropdown.open .nav-link:after {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
/* full nav */
.full-nav .level-1:not(:last-child) {
  margin-right: 40px;
}
.full-nav .level-1 > .nav-link {
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  padding: 16px 0;
}
/* main nav */
.main-nav .level-1 > .nav-link {
  padding: 34px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.main-nav .level-1:not(:last-child) {
  margin-right: 48px;
}
.main-nav .dropdown .nav-link {
  padding-right: 23px !important;
}
.main-nav .dropdown .nav-link:after {
  width: 13px;
}
/* mobi direct nav */
.mobi-direct-nav {
  display: none;
}
.mobi-direct-nav .nav-link {
  color: #5a5a5a;
  font-size: 18px;
}
/* ---------------------------------------- HEADER ---------------------------------------- */
header {
  /* -webkit-box-shadow:     0 0 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:        0 0 20px 0 rgba(0,0,0,0.1);
    box-shadow:             0 0 20px 0 rgba(0,0,0,0.1); */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: top 0.3s;
}
/* Compact Header on Desktop */
/* header.compact {
    top: -46px;
}
header.compact .sub-head-panel {
    opacity: 0;
} */
.main-dash {
  background-color: #fff;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
/* Sub Head Panel */
.sub-head-panel {
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
}
/* Main Head Panel */
.main-head-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-head-panel .main-logo {
  flex-basis: 280px;
  width: 280px;
}
.main-head-panel .main-logo svg {
  transform: unset !important;
}
.main-head-panel .main-nav {
  /*
        NAVIGATION BOX WIDTH:
        Logo: 154
        Search: 340
        Padding: 60 x 2
        Nav: 100% - (154 + 340 + 120) = 100% - 614
    */
  flex-basis: calc(100% - 614px);
  width: calc(100% - 614px);
}
.main-head-panel .main-search {
  flex-basis: 340px;
  width: 340px;
}
/* Main Logo */
.main-logo a {
  display: block;
  width: 100%;
}
.main-logo svg {
  /* width: 154px;
    height: 52px; */
  width: 280px !important;
  height: 180px !important;
  display: block;
  margin: 0 auto;
}
.main-logo svg .wave-top:nth-child(3),
.main-logo svg .wave-btm:nth-child(3),
.main-logo svg .wave-top:nth-child(2),
.main-logo svg .wave-btm:nth-child(2),
.main-logo svg .wave-top:first-child,
.main-logo svg .wave-btm:first-child {
  animation-name: waves;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: steps(1, end);
  animation-iteration-count: 3;
  animation-delay: 0.3s;
}
.main-logo svg .wave-top:nth-child(3),
.main-logo svg .wave-btm:nth-child(3) {
  animation-name: wave1;
}
.main-logo svg .wave-top:nth-child(2),
.main-logo svg .wave-btm:nth-child(2) {
  animation-name: wave2;
}
.main-logo svg .wave-top:first-child,
.main-logo svg .wave-btm:first-child {
  animation-name: wave3;
}
@keyframes wave1 {
  0% {
    opacity: 0;
  }
  25%,
  100% {
    opacity: 1;
  }
}
@keyframes wave2 {
  0% {
    opacity: 0;
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes wave3 {
  0% {
    opacity: 0;
  }
  75%,
  100% {
    opacity: 1;
  }
}
/* Main Search */
.main-search .search-field {
  position: relative;
}
.main-search .search-field .search-input .input {
  border: 1px solid #d0d0d0;
  font-size: 12px;
  font-weight: 300;
  height: 42px;
  width: 100%;
  padding: 0 64px 0 20px;
}
.main-search .search-field .search-input .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background-color: #ffcb05;
  background-image: url(../images/ico/ico-search-head.svg);
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
.main-search .search-field .search-input .btn-search:hover {
  background-color: #f8be0e;
}
.search-results-msg {
  margin: 40px 0 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}
/* Emergency Dash */
.emergency-dash {
  background-color: #ffcb05;
  color: #000;
  width: 100%;
  height: 40px;
  bottom: -40px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: 300;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
}
.emergency-dash ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.emergency-dash li {
  padding: 4px 20px;
}
.emergency-dash a {
  display: inline-block;
  font-weight: 700;
  color: inherit !important;
}
.close-dash {
  width: 42px;
  right: 42px;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.close-dash:before,
.close-dash:after {
  width: 14px;
  height: 2px;
  top: calc(50% - 1px);
  right: calc(50% - 7px);
  background-color: #5a5a5a;
  display: block;
  position: absolute;
  content: "";
}
.close-dash:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-dash:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.emergency-dash,
.close-dash {
  transition: bottom 0s;
}
.emergency-dash.hide {
  bottom: -4px;
}
.emergency-dash.hide .close-dash {
  top: auto;
  bottom: -39px;
  height: 40px;
  background: #ffcb05;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.emergency-dash.hide .close-dash:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.emergency-dash.hide .close-dash:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.emergency-dash.hide,
.emergency-dash.hide .close-dash {
  transition: bottom 0.3s;
}
.emergency-dash ul,
.emergency-dash li {
  list-style: none;
}
/* ------- Mobi Head Elements ------- */
.nav-burger,
.mobi-main-search {
  width: 80px;
  padding-bottom: 80px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  display: none;
}
.nav-burger .burger-icon,
.mobi-main-search:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Nav Burger */
.nav-burger .burger-icon {
  left: 30px;
}
.nav-burger span {
  width: 20px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #5a5a5a;
  display: block;
  transition: all 0.3s, background-color 0s;
}
.nav-burger span:nth-child(2) {
  margin: 4px 0;
  width: 16px;
}
.nav-burger.open span {
  /* background-color: #fff; */
}
.nav-burger.open span:first-child,
.nav-burger.open span:nth-child(3) {
  width: 0;
  opacity: 0;
}
.nav-burger.open span:nth-child(2) {
  width: 20px;
}
/* Mobi Search Btn */
.mobi-main-search {
  position: relative;
  z-index: 110;
}
.mobi-main-search:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/ico/ico-search-head.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  right: 30px;
}
.mobi-main-search.open:after {
  opacity: 0.5;
}
/* ---------------------------------------- FOOTER ---------------------------------------- */
footer {
  background-color: #ffcb05;
}
footer ul,
footer li {
  list-style: none;
}
.footer-main-panel {
  padding: 46px 0 26px 0;
}
.footer-main-panel > .col-item {
  /*flex-basis: 0;*/
  flex-grow: 1;
}
.footer-links-panel {
  padding: 32px 0 50px 0;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.footer-legal-panel {
  padding: 20px 0 28px 0;
  font-size: 11px;
  font-weight: 300;
}
.footer-logo img,
.footer-logo svg {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
}
.footer-slogan {
  text-align: right;
  font-size: 16px;
  padding-bottom: 8px;
  color: #000000;
  text-transform: uppercase;
}
.footer-sitemap {
  flex-basis: 500px;
  font-size: 12px;
  font-weight: 700;
}
.footer-sitemap li {
  margin-bottom: 14px;
}
.footer-sitemap a:hover {
  color: #231f20;
}
.footer-sitemap .compact-toggle-list {
  font-weight: 300;
}
.footer-sitemap .compact-mobi {
  display: none;
}
.footer-social a:not(:last-child) {
  margin-right: 10px;
}
.footer-social [class^="ico-bubble"] {
  width: 30px;
  height: 30px;
  border: 1px solid #5a5a5a;
}
.footer-social [class^="ico-bubble"]:before {
  color: #5a5a5a;
  font-size: 30px;
}
.footer-social [class^="ico-bubble"]:hover {
  border-color: #000;
  background-color: #000;
}
.footer-social [class^="ico-bubble"]:hover:before {
  color: #ffcb05;
}
/* ---------------------------------------- PAGE SPECIFIC ---------------------------------------- */
/* ------- Search Results Page ------- */
.search-results-list {
  border-top: 1px solid #d0d0d0;
}
.search-result-item {
  border-bottom: 1px solid #d0d0d0;
  padding: 40px 60px 40px 0;
  display: block;
  position: relative;
}
.search-result-item:after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #ffcb05;
  background-image: url(../images/ico/ico-bubble-arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-result-item .result-title {
  color: #5a5a5a;
  margin-bottom: 4px;
}
.search-result-item .result-description {
  color: #acafad;
  line-height: 1.4;
  margin-bottom: 0;
}
.search-result-item:hover .result-title {
  color: #231f20;
  text-decoration: underline;
}
.search-result-item:hover:after {
  background-color: #f8be0e;
}
/* ------- Service Pages ------- */
.service-title,
.pricing-title {
  color: #ffcb05;
  margin: 0;
}
.service-price,
.pricing-amount {
  color: #231f20;
  font-weight: 500;
  margin: 20px 0 0;
}
.service-price .t-lightgrey,
.pricing-amount .t-lightgrey {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
}
.service-description,
.pricing-description {
  color: #acafad;
  margin-top: 20px;
}
.service-description p,
.pricing-description p {
  margin-bottom: 0;
}
.page-title .service-vendor {
  display: inline-block;
}
.page-title .service-vendor:before {
  content: " \2014 \00a0 by ";
}
/* Service Block */
.service-title {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
}
.service-title:after {
  content: "";
  border-bottom: 2px solid #f8be0e;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  transition-duration: 0.3s;
}
.service-block .service-vendor {
  color: #acafad;
  font-weight: 500;
  margin: 6px 0 0;
}
.service-block .service-vendor:before {
  content: "(powered by ";
}
.service-block .service-vendor:after {
  content: ")";
}
.service-block:hover .service-title {
  color: #f8be0e;
}
.service-block:hover .service-title:after {
  width: 100%;
}
/* Pricing Block */
.pricing-block {
  border: 2px solid #ffcb05;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  cursor: pointer;
}
.pricing-block.selected:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #ffcb05;
  background-color: #ffcb05;
  background-image: url(/images/ico/ico-checkmark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
.pricing-block .pricing-title {
  padding-right: 50px;
}
/* ------- News Room Page ------- */
.article-cta .article-title {
  margin: 8px 0;
  text-transform: capitalize;
}
.category-list,
.article-date {
  color: #acafad;
  font-weight: 300;
}
.category-item {
  display: inline-block;
}
.category-item:not(:last-child):after {
  content: ", ";
}
/* Content Filter */
.filter {
  background-color: #eee;
  margin-top: 90px;
  position: relative;
}
.filter-selector {
  position: relative;
}
.filter-selector:after {
  content: "";
  width: 54px;
  background-image: url(../images/ico/ico-arrow-dropdown-grey.svg);
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition-duration: 0.3s;
}
.filter-btn {
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  position: relative;
}
.filter-btn:not(:first-child):before {
  content: "|";
  position: absolute;
  left: -3px;
  top: 0;
}
.filter-list {
  padding: 15px 20px 30px 20px;
  display: none;
}
.filter .col-3 .col-item.filter-item {
  margin: 0;
}
.filter-list .check-field,
.filter-list .radio-field {
  display: block;
}
.filter-list .check-label,
.filter-list .radio-label {
  font-size: 13px;
  font-weight: 700 !important;
  padding: 15px 0;
  padding-left: 34px;
}
.filter-list .check-label:before,
.filter-list .radio-label:before {
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #5a5a5a;
  top: 16px;
}
.filter-description {
  color: #acafad;
  font-size: 12px;
  font-weight: 300 !important;
  display: none;
}
.filter-description p {
  margin-bottom: 0;
}
.filter-description p + p,
.filter-description p + ol,
.filter-description p + ul,
.filter-description ol + p,
.filter-description ul + p {
  margin-top: 10px;
}
.filter-description .bullet-list {
  padding: 0;
  margin-bottom: 0;
}
.filter-description .bullet-list > li,
.filter-description .number-list > li,
.filter-description .custom-list > li {
  padding-left: 12px;
  padding-bottom: 0;
}
.filter-description .bullet-list > li:before,
.filter-description .number-list > li:before,
.filter-description .custom-list .list-char {
  color: inherit;
}
.filter .submit-field {
  margin-top: 30px;
}
.filter.open .filter-selector:after {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
.filter.open .filter-list {
  display: block;
}
/* ------- News Article Page ------- */
.page-title .article-date,
.page-title .category-list {
  margin-top: 20px;
}
.page-title .article-date {
  font-size: 16px;
}
.page-title .category-item {
  color: #231f20;
  font-weight: 500;
}
.page-title h1 {
  text-transform: capitalize;
}
/* ------- Media Gallery Page ------- */
.media-duration,
.media-views,
.media-source {
  color: #acafad;
  font-weight: 300;
  margin-top: 4px;
}
/* ------- Contact Us Page ------- */
.labeled-columns.col-box {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.labeled-columns .col-item {
  padding-bottom: 30px;
}
.labeled-columns .details-col {
  flex-basis: calc(100% - 210px);
  width: calc(100% - 210px);
}
.labeled-columns p {
  margin-bottom: 0;
}
.labeled-columns p:not(:first-child) {
  margin-top: 30px;
}
/* ------- Locate Us Page ------- */
.location-results {
  margin-top: 50px;
}
.location-results h4 {
  margin-bottom: 20px;
}
.location-list {
  margin-top: 20px;
  border-top: 1px solid #d0d0d0;
}
.location-results-box {
  max-height: 40vh;
}
.location-results-box {
  margin-top: 20px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.location-results-box .location-list {
  margin-top: 0;
}
.location-list .location-item {
  padding: 20px 0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.location-results-box .location-list {
  border-top: none;
}
.location-results-box .location-list .location-item:last-child {
  border-bottom: none;
}
.location-list .location-item a:hover {
  text-decoration: underline;
}
.location-list .location-name {
  font-weight: 700;
}
.location-list .location-area {
  /* color: #ffcb05;
    font-weight: 500; */
  text-transform: capitalize;
}
.location-list .location-area span {
  display: block;
}
.location-list [class^="list-"],
.map-box [class^="list-"] {
  padding-left: 20px;
  margin-top: 14px;
  position: relative;
}
.location-list [class^="list-"]:before,
.map-box [class^="list-"]:before {
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 2px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.location-list .list-phone:before {
  background-image: url(../images/ico/ico-location-phone.svg);
}
.map-box .list-phone:before {
  background-image: url(../images/ico/ico-location-phone-black.svg);
}
.location-list .list-mail:before {
  background-image: url(../images/ico/ico-location-mail.svg);
}
.map-box .list-mail:before {
  background-image: url(../images/ico/ico-location-mail-black.svg);
}
.single-select .location-results .location-list {
  border-top: none;
}
.single-select .location-results .location-list .location-item {
  padding: 0;
  border-bottom: 0;
}
/* Sticky Locate Us */
.sticky-content .tab-btn {
  margin: 0;
  padding: 9px 20px;
  font-size: 14px;
}
.sticky-content .tab-btn.active:after {
  left: 20px;
  right: 20px;
  bottom: 0;
}
.sticky-content .tab-content {
  margin-top: 10px;
}
.sticky-content .location-results {
  margin-top: 0;
}
.sticky-content .location-list {
  margin-top: 0;
  border-top: none;
}
.sticky-content .location-list [class^="list-"] {
  margin-top: 8px;
}
.sticky-content .select-ul {
  margin-top: 20px;
  font-size: 12px;
  position: relative;
}
.sticky-content .select-ul.open {
  position: static;
}
.sticky-content .select-ul.open .select-box {
  height: 100% !important;
  max-height: none !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.sticky-content .select-ul ul.input {
  position: relative;
}
.sticky-content .select-ul li {
  font-size: 12px;
}
.sticky-content .list-option {
  padding: 10px 0;
}
.sticky-content .location-list .location-item {
  border-bottom: none;
}
/* ---------------------------------------- RESETS ---------------------------------------- */
.mt-clear {
  margin-top: 0 !important;
}
.mb-clear {
  margin-bottom: 0 !important;
}
.hide-col,
.hide-more {
  display: none  !important;
}
.block {
  width: 500px;
  margin: auto;
  margin-top: 40px;
}
/*---------------------------------------- GREEN PAGE -------------------------------------------*/
.emergency-dash.green {
  background-color: #a1c450;
}
.pg-green .tab-btn.active:after {
  border-bottom: 2px solid #a1c450;
}
.pg-green .service-title {
  color: #a1c450;
}
.pg-green .service-title:after {
  border-bottom: 2px solid #a1c450;
}
.pg-green .btn:hover {
  background-color: #a1c450;
}
.pg-green .sticky-btn {
  background-color: #a1c450;
}
.pg-green .btn-back:before {
  background-image: url(../images/ico/ico-arrow-back-green.svg);
}
.pg-green .pricing-block {
  border: 2px solid #a1c450;
}
.pg-green .pricing-block.selected:after {
  border: 2px solid #a1c450;
  background-color: #a1c450;
}
.pg-green .pricing-title {
  color: #a1c450;
}
.level-1.green .dropdown-list:before {
  border-left: 1px solid #a1c450;
}
.pg-green .line-title:after {
  border-bottom: 2px solid #a1c450;
}
.pg-green .service-block:hover .service-title {
  color: #a1c450;
}
.pg-green p a {
  color: #a1c450;
}
.sticky-btn.green {
  background-color: #a1c450;
}
.sticky-btn.green:hover {
  background-color: #a1c450;
}
.sticky-nav.open .sticky-btn.green {
  background-color: #a1c450 !important;
}
.sticky-nav.open .sticky-btn.green:hover {
  background-color: #a1c450 !important;
}
.mobi_vid {
  display: none;
}
/* ---------------------------------------- MEDIA QUERIES ---------------------------------------- */
@media screen and (max-width: 1400px) {
  .hero-slide-content h1 {
    font-size: 40px;
  }
  h4 {
    margin-bottom: 30px;
  }
  header,
  header.compact {
    position: relative;
    top: 0;
  }
  main {
    padding-top: 0 !important;
  }
  .footer-main-panel {
    padding: 36px 0 26px 0;
  }
  .sticky-btn,
  .sticky-link:after {
    width: 56px;
    height: 56px;
  }
  .sticky-btn:before {
    height: 26px;
    top: calc(50% - 13px);
  }
  .sticky-btn:after {
    width: 26px;
    left: calc(50% - 13px);
  }
  .sticky-list {
    bottom: 120px;
  }
  .sticky-link {
    padding: 20px 86px 20px 0;
    margin-bottom: 14px;
  }
  main {
    padding-top: 0 !important;
  }
  .hero-slider .slide-container,
  .page-cover.hero-banner {
    height: calc(100vh - 130px);
  }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-body {
    padding-bottom: 100px;
  }
  .page-cover {
    padding: 140px 0;
    margin-bottom: 80px;
  }
  .page-title,
  .page-cover-row + div .page-title {
    padding: 80px 0 70px 0;
  }
  .hero-slider {
    margin-bottom: 70px;
  }
  section ~ section,
  .section-tabs ~ section {
    padding-top: 70px;
  }
  section + section.section-2col,
  .section-tabs + section.section-2col,
  section.section-2col + section {
    padding-top: 46px;
  }
  .section-bg-content {
    padding: 80px 0;
  }
  .section-bg-image {
    top: 70px;
  }
  .col-box.col-2 > .col-item {
    padding: 24px 0;
  }
  .labeled-columns .col-item {
    padding-bottom: 20px;
  }
  .labeled-columns p:nth-child(n+2) {
    margin-top: 20px;
  }
  .field-group {
    margin-top: 50px;
  }
  fieldset .check-field,
  .fieldset .check-field,
  fieldset .radio-field,
  .fieldset .radio-field {
    margin: 10px 50px 10px 0;
  }
  .text-box {
    margin-top: 50px;
  }
  .submit-field.submit-m-big,
  .filter,
  .location-results {
    margin-top: 70px;
  }
  .filter-list .check-label,
  .filter-list .radio-label {
    padding: 10px 0;
    padding-left: 34px;
  }
  .filter-list .check-label:before,
  .filter-list .radio-label:before {
    top: 11px;
  }
  .filter-list .submit-field {
    margin-top: 30px;
  }
  .cta-text {
    margin-top: 16px;
  }
  .search-result-item {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1201px) {
  .filter-description {
    background-color: #5a5a5a;
    color: #fff;
    padding: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -4px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    z-index: 1;
    display: none;
  }
  .filter-description:before {
    border-bottom: 14px solid #5a5a5a;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    top: -12px;
    left: 24px;
    position: absolute;
    content: "";
  }
  .filter-item:hover .filter-description,
  .tooltip-item:hover .tooltip-box {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  h1,
  h2,
  h3 {
    font-size: 30px;
    line-height: 1.1;
  }
  h3,
  h4 {
    margin-bottom: 24px;
  }
  .hero-slide-content h1 {
    font-size: 38px;
  }
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .content-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-cover,
  .footnote {
    margin-bottom: 50px;
  }
  .page-title,
  .page-cover-row + div .page-title {
    padding: 60px 0 50px 0;
  }
  .page-title .subtitle,
  .page-title .category-list {
    margin-top: 14px;
  }
  .page-body {
    padding-bottom: 70px;
  }
  .section-bg-image {
    top: 70px;
    background-position: center !important;
  }
  .section-bg-content {
    padding: 50px 0;
  }
  .btn-main {
    margin-top: 20px;
  }
  .head-tabs .tab-btn,
  .section-tabs .tab-btn {
    padding: 14px 40px;
  }
  .head-tabs .tab-btn.active:after,
  .section-tabs .tab-btn.active:after {
    left: 40px;
    right: 40px;
  }
  .section-tabs .tabs {
    margin-bottom: 40px;
  }
  .filter-list .check-field .input:checked ~ .check-label .filter-description,
  .filter-list .radio-field .input:checked ~ .radio-label .filter-description {
    display: block;
    margin-top: 8px;
  }
  .field-group {
    margin-top: 30px;
  }
  .raq-group-required {
    padding: 20px 0 10px 0;
  }
  .live-widget .widget-icon {
    margin: 0 auto 20px;
  }
  .live-widget .widget-label {
    margin-top: 10px;
  }
  .main-dash {
    padding: 0 30px;
  }
  .full-nav .level-1:not(:last-child) {
    margin-right: 30px;
  }
  .main-search .search-field .search-input .input {
    padding: 0 54px 0 14px;
    height: 40px;
  }
  .main-search .search-field .search-input .btn-search {
    width: 40px;
    height: 40px;
  }
  .main-head-panel .main-search {
    flex-basis: 300px;
    width: 300px;
  }
  .main-head-panel .main-logo {
    flex-basis: 280px;
    width: 280px;
  }
  .main-logo svg {
    height: 170px !important;
  }
  .main-head-panel .main-nav {
    /*
            NAVIGATION BOX WIDTH:
            (-)140 + 300 + (40 x 2) = -520
        */
    flex-basis: calc(100% - 520px);
    width: calc(100% - 520px);
  }
  .main-nav .level-1:not(:last-child) {
    margin-right: 30px;
  }
  .main-nav .level-1 > .nav-link {
    padding: 30px 0;
    font-size: 12px;
  }
  .main-nav .dropdown .nav-link {
    padding-right: 20px !important;
  }
  .main-nav .dropdown .nav-link:after {
    width: 12px;
  }
  .close-dash {
    right: 30px;
    width: 40px;
  }
  .sticky-btn,
  .sticky-link:after {
    width: 46px;
    height: 46px;
  }
  .sticky-btn {
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
  }
  .sticky-btn:before {
    height: 20px;
    top: calc(50% - 10px);
    left: 21px;
  }
  .sticky-btn:after {
    width: 20px;
    left: 13px;
  }
  .sticky-nav.open .sticky-btn {
    width: 86px;
  }
  .sticky-list {
    bottom: 110px;
  }
  .sticky-link {
    padding-right: 70px;
  }
  .sticky-content .labeled-columns .col-item {
    padding-bottom: 12px;
  }
  .sticky-content .labeled-columns p:nth-child(n+2) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  h4 {
    font-size: 18px;
  }
  .container,
  .container-half,
  .col-box.col-bleed > .col-item:first-child {
    padding: 0 50px;
  }
  .container .container {
    padding: 0;
  }
  .container-half {
    max-width: 100%;
  }
  .col-box.col-2 {
    flex-direction: column;
  }
  .col-box.col-2 > .col-item {
    flex-basis: auto;
    width: 100%;
    padding: 20px 0;
  }
  .col-box.col-3 > .col-item,
  .list-30 > div {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .col-3 .col-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .list-30 {
    justify-content: space-between;
  }
  .list-30 .radio-field,
  .list-30 .check-field {
    padding-right: 0;
  }
  .fill-col {
    display: none !important;
  }
  .col-box.col-bleed > .col-item:first-child,
  .col-box.col-bleed > .col-item:last-child {
    flex-basis: auto;
    width: 100%;
  }
  .col-box.col-bleed > .col-item:nth-child(n+2) {
    padding-top: 50px;
  }
  .col-box.col-bleed .tab-btn {
    font-size: 14px;
  }
  .col-box.mobi-reverse {
    flex-direction: column-reverse;
  }
  .col-img {
    height: auto;
    padding-bottom: 70%;
  }
  .page-title .btn {
    margin-top: 30px;
  }
  .slider-dots {
    bottom: 30px;
  }
  .hero-slider .slide-container,
  .page-cover.hero-banner {
    height: calc(70vh - 130px);
  }
  .hero-slide-content {
    width: 70%;
  }
  .line-title {
    padding-bottom: 12px;
  }
  .btn-back:before {
    left: -22px;
  }
  [class*="btn-app"] {
    margin: 20px 10px 20px 0;
  }
  .toggle-item-btn,
  .head-tabs .tab-btn,
  .section-tabs .tab-btn {
    font-size: 17px;
  }
  .head-tabs {
    margin-bottom: 30px;
  }
  .head-tabs .tab-btn,
  .section-tabs .tab-btn {
    padding: 14px 20px;
  }
  .head-tabs .tab-btn.active:after,
  .section-tabs .tab-btn.active:after {
    left: 20px;
    right: 20px;
  }
  .toggle-item .toggle-item .toggle-item-btn {
    font-size: 14px;
  }
  .toggle-item .toggle-item .toggle-item-btn:after {
    background-size: 16px auto;
  }
  .table-block .tbl-row {
    position: relative;
  }
  .table-block .tbl-col:first-child {
    flex-basis: 50%;
  }
  .table-block .tbl-col:nth-child(n+2) {
    width: 50%;
    position: absolute;
    right: 0;
  }
  .table-block .tbl-col:nth-child(n+2) {
    display: none;
  }
  .table-block .tbl-col.active {
    display: block;
    position: relative;
  }
  .tbl-row.tbl-head {
    font-size: 14px;
    padding: 0;
  }
  .tbl-head:after {
    content: "";
    border-top: 8px solid #d8a928;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 14px;
    z-index: 10;
  }
  .tbl-row.tbl-head .tbl-col:nth-child(n+2) {
    border-left: none;
    cursor: pointer;
  }
  .tbl-row.tbl-head .tbl-col:first-child {
    position: relative;
  }
  .tbl-row.tbl-head .tbl-col:first-child:after {
    content: "";
    border-left: 1px solid #d8a928;
    position: absolute;
    display: block;
    top: 10px;
    bottom: 10px;
    right: 0;
  }
  .tbl-row.tbl-head .tbl-col {
    padding: 0 16px;
    line-height: 40px;
  }
  .tbl-row.tbl-head.dbl-lines .tbl-col {
    padding: 12px 16px;
    line-height: 18px;
  }
  .table-block.show .tbl-head .tbl-col {
    display: block;
    z-index: 1;
    background-color: #ffcb05;
  }
  .table-block.show .tbl-head .tbl-col.active {
    color: #d8a928;
  }
  .table-block.show .tbl-head .tbl-col[data-col="2"] {
    top: 40px;
  }
  .table-block.show .tbl-head .tbl-col[data-col="3"] {
    top: 80px;
  }
  .table-block.show .tbl-head .tbl-col[data-col="4"] {
    top: 120px;
  }
  .table-block.show .tbl-head .tbl-col[data-col="5"] {
    top: 160px;
  }
  .table-block.show .tbl-head .tbl-col[data-col="6"] {
    top: 200px;
  }
  .table-block.show .tbl-head .tbl-col[data-col="7"] {
    top: 240px;
  }
  .table-block.show .tbl-head.dbl-lines .tbl-col[data-col="2"] {
    top: 60px;
  }
  .table-block.show .tbl-head.dbl-lines .tbl-col[data-col="3"] {
    top: 120px;
  }
  .table-block.show .tbl-head.dbl-lines .tbl-col[data-col="4"] {
    top: 180px;
  }
  .table-block.show .tbl-head.dbl-lines .tbl-col[data-col="5"] {
    top: 240px;
  }
  .table-block.show .tbl-head.dbl-lines .tbl-col[data-col="6"] {
    top: 300px;
  }
  .table-block.show .tbl-head.dbl-lines .tbl-col[data-col="7"] {
    top: 360px;
  }
  .tooltip-box {
    right: 0;
  }
  .tooltip-content {
    width: 100%;
    padding: 14px 16px 16px 16px;
  }
  .tooltip-box:before,
  .tooltip-content:before {
    left: -10px;
  }
  .section-tabs .footnote,
  .page-body .footnote {
    margin: 50px 0 0;
  }
  .video-group,
  .page-cta,
  a.service-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .video-group > div,
  .page-cta > div {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .video-group .video,
  .cta-cover {
    padding-bottom: calc(31.7vw - 60px);
  }
  .service-block .feature-block {
    padding-left: 54px;
    padding-top: 10px;
    position: relative;
  }
  .service-block {
    position: relative;
  }
  .service-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 210px;
    border-left: 1px solid #5a5a5a;
  }
  .service-block .service-head {
    flex-basis: 180px;
    width: 180px;
  }
  .service-block .service-description {
    flex-basis: calc(100% - 240px);
    width: calc(100% - 240px);
    margin-top: 0;
  }
  .service-block .service-title,
  .pricing-title {
    font-size: 26px;
  }
  .service-block .service-price,
  .pricing-amount,
  .pricing-description {
    margin-top: 12px;
  }
  .col-2 .feature-block {
    padding-left: 60px;
    padding-top: 10px;
  }
  .col-2 .feature-block .feature-icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
  .feature-content {
    margin-top: 10px;
  }
  .link-list {
    padding: 0 20px;
  }
  .map-box {
    padding-bottom: 40vw;
  }
  .map-box #popup {
    display: none !important;
  }
  .location-results h4 {
    padding: 20px 0;
    margin: 0;
    position: relative;
  }
  .location-results h4:before,
  .location-results h4:after {
    content: "";
    background-color: #5a5a5a;
    width: 14px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
  }
  .location-results h4:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .location-results h4.open:after {
    display: none;
  }
  .location-results-box {
    max-height: none;
    margin-top: 0;
    display: none;
  }
  .location-results h4.open + .location-results-box {
    display: block;
  }
  .live-dash .col-box.col-3 > .col-item {
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
    margin: 0;
  }
  .live-widget .widget-counter {
    font-size: 24px;
  }
  .main-nav {
    display: none;
  }
  .nav-burger,
  .mobi-main-search,
  .mobi-direct-nav {
    display: block;
  }
  header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .main-dash {
    padding: 0;
  }
  .main-head-panel {
    background-color: #ffcb05;
    position: relative;
    z-index: 1;
  }
  .main-head-panel .nav-burger,
  .main-head-panel .mobi-main-search {
    flex-basis: 80px;
  }
  .main-head-panel .main-logo {
    flex-basis: calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .main-logo a {
    margin: 0 auto;
  }
  .main-logo svg .wave-btm {
    fill: #fff;
  }
  .main-logo svg {
    width: 240px !important;
    height: 160px !important;
    transform: translate3d(-50%, -40px, 0px) !important;
  }
  .mobi-direct-nav,
  .sub-head-panel {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
  }
  .mobi-direct-nav {
    padding: 0 30px;
    z-index: -1;
    position: relative;
  }
  .mobi-direct-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .mobi-direct-nav .nav-link {
    padding: 20px 0;
  }
  .sub-head-panel {
    background-color: #404041;
    padding: 20px 30px;
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    border-bottom: none;
    /* border-top: 1px solid #e5e5e5; */
    display: none !important;
    z-index: -1;
  }
  .sub-head-panel.open {
    display: block !important;
  }
  .sub-head-panel.open ~ .mobi-direct-nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .full-nav {
    position: relative;
  }
  .full-nav .level-1 {
    display: block;
    width: calc(50% - 15px);
  }
  .full-nav .level-1:nth-last-child(n+2) {
    margin-right: 0;
  }
  .full-nav .level-1 > .nav-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 14px;
    padding: 14px 0;
    padding-right: 30px !important;
    width: 100%;
    text-align: left;
  }
  .full-nav .level-1:nth-child(n+2) > .nav-link {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .full-nav .dropdown .nav-link:after {
    content: "+";
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: calc(50% - 11px);
    background-image: none;
    transition: transform 0.3s;
  }
  .full-nav .dropdown {
    position: static;
  }
  .full-nav .dropdown .nav-link {
    transition: padding 0.3s;
  }
  .full-nav .dropdown.open .nav-link {
    color: #ffcb05;
  }
  .full-nav .dropdown.open .nav-link:after {
    content: "-";
    color: #ffcb05;
    border-color: #ffcb05;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .full-nav .dropdown-box {
    padding: 5px 0;
    background-color: transparent;
    width: calc(50% - 15px);
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .dropdown-list {
    border-left: none;
    padding-left: 0;
  }
  .dropdown-link {
    padding: 10px 20px;
    font-weight: 300;
  }
  .full-nav .level-1 .nav-link.ico-lock:after {
    position: static;
    display: inline-block;
    height: 13px;
    margin-left: 8px;
  }
  .mobi-main-search:before {
    content: "+";
    color: #fff;
    width: 78px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
    display: none;
  }
  .mobi-main-search.open:before {
    display: block;
  }
  .main-head-panel .main-search {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 100px 30px;
    width: 100%;
    height: 100vh;
    flex-basis: auto;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: none;
    z-index: 101;
  }
  .main-head-panel .main-search.open {
    display: block;
  }
  .main-search .search-field .search-input .input {
    height: 50px;
    padding: 0 70px 0 20px;
    font-size: 18px;
  }
  .main-search .search-field .search-input .btn-search {
    width: 50px;
    height: 50px;
    background-size: 18px auto;
  }
  .emergency-dash {
    padding: 0 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    height: auto;
    z-index: 0;
  }
  .emergency-dash ul {
    padding: 10px 0;
    border-top: 1px solid #d0a22b;
    justify-content: space-between;
  }
  .emergency-dash li {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 5px;
    line-height: 1.3;
    text-align: center;
  }
  .emergency-dash li span {
    display: block;
  }
  .emergency-dash .close-dash {
    display: none !important;
  }
  .footer-links-panel {
    padding: 20px 0;
  }
  .footer-sitemap {
    flex-basis: 400px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  h1,
  h2,
  h3,
  .hero-slide-content h1 {
    font-size: 28px;
  }
  h2 .img-inline {
    height: 28px;
    width: auto;
  }
  h3,
  h4 {
    margin-bottom: 14px;
  }
  h4 {
    font-size: 18px;
  }
  p,
  .bullet-list,
  .number-list,
  .custom-list {
    margin-bottom: 16px;
  }
  .bullet-list li,
  .number-list li,
  .custom-list li {
    padding-left: 20px;
  }
  section ~ section,
  .section-tabs ~ section {
    padding-top: 40px;
  }
  section + section.section-2col,
  .section-tabs + section.section-2col,
  section.section-2col + section {
    padding-top: 23px;
  }
  .hero-slider {
    margin-bottom: 40px;
  }
  hr,
  .hr {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .hr + .group-title {
    margin-top: 30px;
  }
  .content-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .col-box.col-2 > .col-item {
    padding: 17px 0;
  }
  .col-box.col-bleed > .col-item:nth-child(n+2) {
    padding-top: 40px;
  }
  .section-bg-image {
    top: 40px;
  }
  .section-bg-content {
    padding: 30px 0;
  }
  .page-cover,
  .hero-slider .slide-container {
    height: auto;
    display: block;
  }
  .page-cover-bg,
  .hero-slider .slide-bg {
    position: relative;
    padding-bottom: 64vw;
    margin-bottom: 36px;
  }
  .page-cover-bg,
  .hero-slider .slide-bg {
    bottom: auto;
  }
  .page-cover-content,
  .hero-slide-content {
    padding: 0;
    padding-bottom: 34px;
    color: inherit;
  }
  .page-cover-content,
  .hero-slide-content,
  .page-title,
  .page-cover-row + div .page-title {
    padding-bottom: 34px;
  }
  .page-cover {
    padding: 0;
    margin: 0;
  }
  .page-cover-content .col-box.col-2 > .col-item {
    padding-bottom: 0;
  }
  .page-cover-content .col-box.col-2 > .col-item:first-child {
    padding-top: 0;
  }
  .page-cover-content p {
    font-size: 15px;
    line-height: 1.4;
  }
  .page-title {
    padding-top: 36px;
  }
  .page-body {
    padding-bottom: 60px;
  }
  .footnote {
    margin-bottom: 40px;
  }
  .section-tabs .footnote,
  .page-body .footnote {
    margin-top: 34px;
  }
  .section-tabs .toggle-content .footnote {
    margin: 14px 0 30px;
  }
  .hero-slide-content {
    width: 100%;
    text-shadow: none;
  }
  .hero-slide-content h6,
  .hero-slide-content p {
    margin-top: 14px;
  }
  .hero-slide-content p {
    font-size: inherit;
  }
  .hero-slide-content .btn.btn-outline {
    border: none;
    background-color: #000 !important;
    margin-top: 4px;
  }
  .hero-slider .slider-dots {
    position: relative;
    bottom: auto;
  }
  .btn {
    font-size: 14px;
  }
  .btn-back {
    padding-left: 22px;
  }
  .btn-back:before {
    left: 0;
  }
  .line-title {
    padding-bottom: 20px;
  }
  .info-box {
    padding: 10px 14px;
  }
  .submit-field.submit-m-big,
  .filter,
  .location-results {
    margin-top: 40px;
  }
  .toggle-item-btn,
  .search-result-item {
    padding: 16px 0;
  }
  .search-result-item {
    padding-right: 40px !important;
  }
  .toggle-item-btn:after,
  .search-result-item:after {
    width: 22px;
    height: 22px;
  }
  .toggle-item-btn:after {
    top: calc(50% - 11px);
  }
  .toggle-item .toggle-item .toggle-item-btn:after {
    top: 10px;
    height: 18px;
    background-size: 14px auto;
  }
  .toggle-content .select-options .submit-field {
    margin: 40px 0;
  }
  .toggle-content .toggle-content {
    padding-right: 0;
  }
  .section-tabs .tabs {
    margin-bottom: 30px;
  }
  .filter-btn {
    padding: 0 14px;
    height: 44px;
    line-height: 44px;
  }
  .filter-selector {
    padding-right: 42px !important;
  }
  .filter-selector:after {
    width: 42px;
  }
  .filter-list .check-label,
  .filter-list .radio-label {
    padding-left: 26px;
  }
  .filter-item {
    margin-top: 6px !important;
  }
  .tooltip-box:before,
  .tooltip-content:before {
    display: none;
  }
  .tooltip-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1000;
  }
  .tooltip-item.open .tooltip-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tooltip-content {
    padding: 30px 50px;
    width: 100%;
    max-width: 500px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .tooltip-box .feature-block {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  .tooltip-box .feature-block .feature-title:after {
    display: none !important;
  }
  .tooltip-box .feature-content {
    display: block !important;
  }
  .tbl-col {
    padding: 14px;
  }
  .tooltip-anchor {
    padding: 12px 0;
  }
  .service-title:after {
    display: none;
  }
  .pricing-block {
    padding: 20px;
  }
  .pricing-block.selected:after {
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .pricing-amount .t-lightgrey {
    display: none;
  }
  .labeled-columns .col-item {
    padding-bottom: 10px;
  }
  .labeled-columns p:nth-child(n+2) {
    margin-top: 10px;
  }
  .btn-main {
    margin-top: 10px;
  }
  .text-field .input,
  .select-field .input,
  .field-label {
    padding: 10px;
  }
  .select-toggle {
    padding: 10px;
    padding-right: 34px;
  }
  .field-input.open .field-label {
    font-size: 12px;
    line-height: 12px;
  }
  .text-field .field-input {
    padding-top: 12px;
  }
  .group-title {
    margin-bottom: 20px;
  }
  .field-label {
    top: 12px;
  }
  .text-box {
    margin-top: 40px;
  }
  fieldset .check-field,
  .fieldset .check-field,
  fieldset .radio-field,
  .fieldset .radio-field,
  .radio-list .radio-field {
    margin: 12px 40px 12px 0;
  }
  .submit-field {
    margin-top: 30px;
  }
  .form-field,
  .form-line {
    margin-bottom: 14px;
  }
  label.error {
    font-size: 12px;
    padding-left: 24px;
  }
  label.error:before {
    width: 16px;
    height: 16px;
  }
  .submit-error {
    padding-top: 10px;
  }
  .select-ul.open .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    background-color: #231f20;
    bottom: 42px;
  }
  .select-ul.open {
    position: static;
  }
  .select-ul.open .select-box,
  .select-ul.open .select-instruction {
    background-color: #404041 !important;
  }
  .select-ul.open .select-box {
    position: fixed;
    height: 100vh !important;
    max-height: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 1000;
  }
  .select-ul.open ul.input {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 72px;
  }
  .select-ul.open .select-box:after {
    content: "close";
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    position: fixed;
    padding-bottom: 200px;
    bottom: -200px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
  }
  .select-ul.open .init,
  .select-ul.open:after {
    display: none;
  }
  .select-ul.open .select-instruction,
  .select-ul.open .list-option {
    color: #fff !important;
  }
  .select-ul.open .select-instruction {
    line-height: 1;
    padding: 30px 0 14px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-bottom: 1px solid #231f20;
  }
  .select-ul.open ul.input .init + .list-option {
    padding-top: 30px;
  }
  .select-ul.open ul.input .list-option {
    padding: 12px 0;
  }
  .select-ul.open ul.input .list-option.selected {
    color: #acafad !important;
    letter-spacing: 0.2px;
  }
  .select-ul.open ul.input .init + .list-option,
  .select-ul.open ul.input .select-instruction + .list-option,
  .select-ul.open ul.input .list-option.unavailable + .list-option {
    border-top: none;
  }
  .select-ul.open ul.input .list-option:not(.unavailable) + .list-option {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  section.layer-top {
    z-index: 1000000;
  }
  .live-widget .widget-icon {
    width: 50px;
    padding-bottom: 50px;
  }
  .live-widget .widget-counter {
    font-size: 18px;
  }
  .nav-burger,
  .mobi-main-search {
    padding-bottom: 60px;
  }
  .mobi-main-search:before {
    height: 60px;
    line-height: 60px;
  }
  .main-logo a {
    max-width: 120px;
  }
  .mobi-direct-nav .nav-link {
    font-size: 14px;
    padding: 14px 0;
  }
  .footer-logo img,
  .footer-logo svg {
    width: 420px;
    /*height: 40px;*/
  }
  .main-logo svg {
    width: 200px !important;
    height: 120px !important;
    transform: translate3d(-50%, -30px, 0px) !important;
  }
  .emergency-dash {
    font-size: 12px;
  }
  .footer-sitemap {
    flex-basis: 390px;
  }
  .footer-social a:nth-last-child(n+2) {
    margin-right: 6px;
  }
}
@media screen and (max-width: 640px) {
  .live-dash .col-box.col-3 > .col-item {
    flex-basis: 100%;
    width: 100%;
  }
  .live-dash .col-box.col-3 > .col-item:nth-child(n+2) {
    padding-top: 24px;
  }
  .live-widget .widget-icon {
    margin: 0 auto 14px;
  }
  .live-widget .widget-counter {
    font-size: 20px;
  }
  .live-widget .widget-label {
    margin-top: 4px;
  }
}
@media screen and (max-width: 540px) {
  h1,
  h2,
  h3,
  .hero-slide-content h1 {
    font-size: 26px;
  }
  h2 .img-inline {
    height: 26px;
    width: auto;
    display: block;
    margin-top: 4px;
  }
  h4,
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
  h1 .line-title br {
    display: none;
  }
  .container,
  .container-half,
  .col-box.col-bleed > .col-item:first-child {
    padding: 0 30px;
  }
  /* .col-box.col-bleed > .col-item:first-child {
        padding-top: 34px !important;
    } */
  .page-cover .col-box.col-2 > .col-item:last-child > *:last-child {
    margin-bottom: 0;
  }
  .col-box.col-3 {
    flex-direction: column;
  }
  .col-box.col-3 > .col-item,
  .list-30 > div {
    flex-basis: auto;
    width: 100%;
  }
  .col-3 .col-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .link-list.col-3 .col-item:nth-child(n+2) {
    margin: 12px 0;
  }
  .select-options .col-3 .col-item:nth-child(n+2) {
    margin-top: 0;
  }
  .col-img {
    padding-bottom: 106vw;
  }
  .labeled-columns.col-box {
    font-size: 12px;
  }
  .labeled-columns .details-col {
    flex-basis: calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .toggle-item-btn {
    font-size: 14px;
    padding-right: 40px !important;
  }
  .toggle-item .toggle-item .toggle-item-btn {
    font-size: 13px;
    padding: 12px 0;
  }
  .toggle-item .toggle-list {
    padding: 10px 0;
  }
  .select-options .option-price,
  .select-options .option-description {
    display: none;
  }
  .select-options .input:checked ~ .check-label .option-price,
  .select-options .input:checked ~ .check-label .option-description {
    display: block;
  }
  .tabs .tab-btn {
    flex-basis: 0;
    flex-grow: 1;
  }
  .head-tabs .tab-btn,
  .section-tabs .tab-btn,
  .page-title .section-tabs .tab-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
  .head-tabs .tab-btn.active:after,
  .section-tabs .tab-btn.active:after,
  .page-title .section-tabs .tab-btn.active:after {
    left: 14px;
    right: 14px;
    bottom: 0;
  }
  .tab-btn:first-child {
    padding-left: 0 !important;
  }
  .tab-btn:last-child {
    padding-right: 0 !important;
  }
  .tab-btn:first-child:after {
    left: 0 !important;
  }
  .tab-btn:last-child:after {
    right: 0 !important;
  }
  .col-box.col-bleed .tab-btn:last-child {
    margin-right: 0;
  }
  .table-block .tbl-col:first-child {
    flex-basis: 50%;
  }
  .table-block .tbl-col:nth-child(n+2) {
    width: 50%;
  }
  .tbl-head:after {
    border-top: 6px solid #d8a928;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: calc(50% - 3px);
  }
  .video-group,
  .page-cta {
    display: block;
  }
  .video-group > div,
  .page-cta > div {
    width: 100%;
  }
  .video-group .video,
  .cta-cover {
    padding-bottom: 56.25%;
  }
  .map-box {
    padding-bottom: 50vh;
  }
  .service-block .service-head {
    flex-basis: 120px;
    width: 120px;
  }
  .service-block .service-description {
    flex-basis: calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .service-block:before {
    left: 140px;
  }
  .service-block .service-title,
  .pricing-title {
    font-size: 18px;
  }
  .service-block .service-price,
  .service-block .service-price .t-lightgrey,
  .pricing-amount {
    font-size: 14px;
  }
  .service-block .service-description {
    font-size: 12px;
  }
  .feature-block .feature-icon,
  .tooltip-box .feature-block .feature-icon {
    width: 42px;
    padding-bottom: 30px;
  }
  .col-3 .feature-title {
    padding-top: 1px;
  }
  .col-2 .feature-block,
  .col-3 .feature-block,
  .feature-block {
    padding-left: 48px;
    padding-top: 4px;
  }
  .tooltip-box .feature-block .feature-title {
    padding-top: 4px;
  }
  .tab-box .feature-title {
    position: relative;
    padding-right: 26px;
    font-size: 14px;
  }
  .tab-box .feature-title:after {
    content: "";
    background-image: url(../images/ico/ico-arrow-dropdown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    transition-duration: 0.3s;
  }
  .tab-box .feature-block.open .feature-title:after {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
  }
  .tab-box .feature-content {
    display: none;
  }
  .tab-box .feature-block.open .feature-content {
    display: block;
  }
  .filter {
    background-color: transparent;
    z-index: 1;
  }
  .filter-selector,
  .filter-list {
    background-color: #eee;
    position: relative;
    left: -30px;
    right: -30px;
    width: calc(100% + 60px);
  }
  .filter-selector {
    z-index: 2;
    padding-left: 16px;
    padding-right: 58px !important;
  }
  .filter-selector:after {
    width: 14px;
    right: 30px;
  }
  .filter-list {
    padding: 0 30px 40px 30px;
  }
  .line-title {
    display: block;
  }
  .link-list {
    padding: 0;
  }
  .btn-app-android {
    max-width: 140px;
  }
  .btn-app-ios {
    max-width: 124px;
  }
  .select-options {
    padding-top: 10px;
  }
  .select-options .check-field {
    margin-top: 20px;
    display: block;
  }
  .check-label,
  .radio-label {
    font-size: 14px;
    padding: 2px 0;
    padding-left: 30px;
  }
  .check-label:before,
  .radio-label:before {
    width: 20px;
    height: 20px;
  }
  .select-options .option-price,
  .select-options .option-description {
    padding-top: 4px;
  }
  #serviceGroupBox {
    flex-basis: calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .full-nav .level-1,
  .full-nav .dropdown-box {
    width: 100%;
  }
  .full-nav .dropdown-box {
    position: static;
    padding: 0 0 14px 0;
  }
  .main-head-panel .main-search {
    padding: 60px 30px;
  }
  .main-search .search-field .search-input .input {
    font-size: 14px;
  }
  .dropdown-link {
    padding: 7px 20px;
  }
  .emergency-dash ul {
    padding: 8px 0;
    flex-wrap: wrap;
  }
  .emergency-dash li {
    padding: 0;
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .emergency-dash li > * {
    padding: 2px 0;
  }
  .emergency-dash li span {
    display: inline-block;
  }
  .emergency-dash li a:active {
    color: #5a5a5a !important;
  }
  .sticky-nav.open .sticky-btn {
    width: 76px;
  }
  .sticky-list {
    right: 30px;
  }
  .sticky-link {
    margin-bottom: 4px;
  }
  .sticky-content {
    width: calc(100vw - 60px);
    padding: 14px;
    bottom: 4px;
    font-size: 12px;
  }
  .sticky-content .sticky-close {
    width: 24px;
    height: 24px;
    top: 8px;
    right: 14px;
    border-width: 1px;
  }
  .sticky-content .sticky-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
    font-size: 14px;
    border-bottom-width: 1px;
  }
  .sticky-content .labeled-columns .col-item {
    padding-bottom: 8px;
  }
  .sticky-content .labeled-columns p:nth-child(n+2) {
    margin-top: 8px;
  }
  .sticky-content .tab-btn,
  .sticky-content .select-field .input {
    font-size: 12px;
  }
  footer .container {
    padding: 0;
  }
  .footer-main-panel {
    display: none;
  }
  .footer-links-panel {
    border: none;
    flex-direction: column;
    padding: 0;
  }
  .footer-links-panel.col-box > .col-item {
    flex-basis: auto;
    width: 100%;
  }
  .footer-sitemap > .col-box {
    flex-wrap: wrap;
  }
  .footer-sitemap > .col-box > .col-item:first-child {
    flex-basis: calc(100% / 3 * 2 - 2px);
  }
  .footer-sitemap > .col-box > .col-item:nth-child(2) {
    flex-basis: calc(100% / 3);
  }
  .footer-sitemap > .col-box > .col-item:nth-child(3) {
    flex-basis: 100%;
    padding: 10px 30px;
  }
  .footer-sitemap > .col-box > .col-item:first-child ul,
  .footer-sitemap > .col-box > .col-item:nth-child(2) ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-sitemap > .col-box > .col-item:first-child li,
  .footer-sitemap > .col-box > .col-item:nth-child(2) li {
    margin: 0 0 2px;
    display: none;
  }
  .footer-sitemap > .col-box > .col-item:first-child li a,
  .footer-sitemap > .col-box > .col-item:nth-child(2) li a {
    background-color: #fdf5da;
    padding: 10px 0;
    font-size: 11px;
    font-weight: 300;
    display: block;
  }
  .footer-sitemap > .col-box > .col-item:first-child li.mobi-grid,
  .footer-sitemap > .col-box > .col-item:nth-child(2) li.mobi-grid {
    display: block;
    text-align: center;
  }
  .footer-sitemap > .col-box > .col-item:first-child li {
    flex-basis: calc(50% - 1px);
  }
  .footer-sitemap > .col-box > .col-item:nth-child(2) li {
    flex-basis: 100%;
  }
  .footer-sitemap .compact-main li:nth-last-child(n+2):after {
    content: "|";
    line-height: 14px;
    position: absolute;
    right: -1px;
    top: calc(50% - 7px);
  }
  .footer-sitemap .compact-main li {
    display: inline-block;
    padding: 20px 12px 20px 0;
    margin: 0 10px 0 0;
    position: relative;
  }
  .footer-sitemap .compact-toggle-btn {
    padding-right: 38px !important;
    background-image: url(../images/ico/ico-arrow-dropdown-grey.svg);
    background-size: 14px auto;
    background-position: right 14px center;
    background-repeat: no-repeat;
  }
  .footer-sitemap .compact-toggle-list {
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
    display: none;
  }
  .footer-sitemap .compact-toggle-list:before {
    content: "";
    border-left: 1px solid #5a5a5a;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    transition-duration: 0.3s;
  }
  .footer-sitemap .compact-toggle-list.open {
    display: block;
  }
  .footer-sitemap .compact-toggle-list.open:before {
    animation: lineDown 0.6s;
  }
  .footer-sitemap .compact-toggle-list li {
    margin: 0;
    display: block;
  }
  .footer-sitemap .compact-toggle-list li a {
    padding: 6px 0;
  }
  .footer-social {
    padding: 0 30px;
  }
  .footer-social a[class^="ico-"] {
    margin: 0 8px;
  }
  .footer-social a[class^="ico-"]:first-child {
    margin-left: 0;
  }
  .footer-legal-panel {
    padding: 30px;
  }
  .block {
    width: 300px;
  }
  .mobi_vid {
    display: block;
  }
  .desk-vid {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  h1,
  h2,
  h3 {
    font-size: 24px;
  }
  h2 .img-inline {
    height: 22px;
  }
  h4,
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
  .container,
  .container-half,
  .col-box.col-bleed > .col-item:first-child,
  .mobi-direct-nav,
  .emergency-dash {
    padding: 0 24px;
  }
  .filter-selector,
  .filter-list {
    background-color: #eee;
    position: relative;
    left: -24px;
    right: -24px;
    width: calc(100% + 48px);
  }
  .filter-selector {
    z-index: 2;
    padding-left: 16px;
    padding-right: 44px !important;
  }
  .filter-selector:after {
    background-size: 10px auto;
    width: 10px;
    right: 24px;
  }
  .filter-btn {
    font-size: 12px;
    padding: 0 10px;
  }
  .filter-list {
    padding: 0 24px 34px 24px;
  }
  .filter-list .submit-field {
    margin-top: 20px;
  }
  .head-tabs .tab-btn,
  .section-tabs .tab-btn,
  .page-title .section-tabs .tab-btn {
    font-size: 12px;
  }
  .service-block .service-head {
    flex-basis: 100px;
    width: 100px;
  }
  .service-block .service-description {
    flex-basis: calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .service-block:before {
    left: 115px;
  }
  .service-block .service-price,
  .service-block .service-price .t-lightgrey,
  .pricing-amount {
    font-size: 13px;
  }
  .service-block .service-description {
    font-size: 12px;
  }
  .col-2 .feature-block,
  .col-3 .feature-block,
  .feature-block {
    padding-top: 6px;
  }
  .table-block .tbl-col:first-child {
    flex-basis: 46%;
  }
  .table-block .tbl-col:nth-child(n+2) {
    width: 54%;
  }
  .btn-back {
    padding-left: 18px;
  }
  .btn-back:before {
    background-size: 10px 18px;
  }
  .sub-head-panel {
    padding: 20px 24px;
  }
  .sticky-content {
    width: calc(100vw - 48px);
  }
  .sticky-list {
    right: 24px;
  }
  .sticky-nav.open .sticky-btn {
    width: 70px;
  }
  .nav-burger .burger-icon {
    left: 24px;
  }
  .mobi-main-search:after {
    right: 24px;
  }
  .main-head-panel .nav-burger,
  .main-head-panel .mobi-main-search {
    flex-basis: 68px;
    width: 68px;
  }
  .main-head-panel .main-logo {
    flex-basis: calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .main-head-panel .main-search {
    padding: 60px 24px;
  }
  .mobi-main-search:before {
    width: 64px;
  }
  .mobi-direct-nav .nav-link {
    font-size: 13px;
  }
  .footer-sitemap > .col-box > .col-item:first-child li a,
  .footer-sitemap > .col-box > .col-item:nth-child(2) li a {
    font-size: 10px;
  }
  .footer-sitemap > .col-box > .col-item:nth-child(3) {
    padding: 10px 24px;
  }
  .footer-social {
    padding: 0 24px;
  }
  .footer-legal-panel {
    padding: 30px 24px;
  }
  .block {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  a.service-block {
    flex-wrap: wrap;
  }
  .service-block .service-head {
    flex-basis: 100%;
    width: 100%;
  }
  .service-block .service-description {
    flex-basis: 100%;
    width: 100%;
    padding-top: 10px;
  }
  .service-block:before {
    display: none;
  }
  .block {
    width: 300px;
  }
}
@media screen and (max-width: 960px) and (min-height: 960px) {
  .map-box {
    padding-bottom: 50vw;
  }
}
@media screen and (max-width: 960px) and (max-height: 460px) {
  .page-cover-bg,
  .hero-slider .slide-bg {
    position: relative;
    padding-bottom: 50vh;
    margin-bottom: 36px;
  }
  .page-cover-bg,
  .hero-slider .slide-bg {
    bottom: auto;
  }
  .page-cover,
  .hero-slider .slide-container {
    height: auto;
    display: block;
  }
  .hero-slide-content {
    width: 100%;
    text-shadow: none;
    padding-bottom: 36px;
  }
  .page-cover-content,
  .hero-slide-content {
    color: inherit;
  }
  .hero-slide-content h6,
  .hero-slide-content p {
    margin-top: 14px;
  }
  .hero-slide-content .btn.btn-outline {
    border: none;
    background-color: #000 !important;
    margin-top: 4px;
  }
  .hero-slider .slider-dots {
    position: relative;
    bottom: auto;
  }
  .map-box {
    padding-bottom: 70vh;
  }
  .sticky-list {
    bottom: 100px;
  }
  .sticky-link {
    margin-bottom: 4px;
  }
  .sticky-item.open .sticky-link {
    opacity: 0;
  }
  .sticky-content {
    width: 410px;
    right: 70px;
    bottom: -60px;
  }
  .sticky-content .tab-module {
    height: 140px;
    overflow-y: auto;
  }
  .sticky-content .tab-btn,
  .sticky-content .select-field .input {
    font-size: 12px;
  }
}
/* Touch Screen Devices */
@media (pointer: coarse) {
  .select-ul ul.input.open,
  .location-results h4 + .location-list,
  .sticky-content .tab-module {
    -webkit-overflow-scrolling: touch;
  }
}
/* ---------------------------------------- HomePage Carousel Static Video Banner ---------------------------------------- */
.main-logo svg {
  position: absolute;
  top: 0;
}
#main-logo-an {
  display: none;
}
#main-logo-mobi {
  display: block;
}
.slide-bg.vid {
  width: 100%;
  max-width: 100%;
  height: 0;
}
#video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-50 {
  margin-top: 0px;
}
.hero-slide-content p.vid-p {
  color: #5a5a5a;
  text-shadow: none;
}
.hero-slide-content p.vid-p {
  font-size: 18px;
  line-height: 1.3;
}
.hero-slide-content p.vid-p strong {
  font-weight: 900 !important;
}
.slide-new h1,
h6 {
  font-weight: 900;
}
.slide-new p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}
.slide-new h6 {
  font-size: 24px;
}
.slide-new h1 {
  font-size: 40px;
}
@media screen and (min-width: 1402px) {
  /*   #video {
     height: auto;
    }*/
}
@media screen and (min-width: 767px) {
  .slide-bg.vid {
    height: 100%;
    padding-bottom: 0px !important;
  }
  .vid-content {
    padding-left: 10%;
    width: 49% !important;
    margin-left: auto;
  }
  .hero-slide-content p.vid-p {
    font-size: 22px;
  }
  .vid-btn {
    text-shadow: none !important;
    border-color: #5a5a5a !important;
    color: #5a5a5a !important;
  }
  .slide-new p {
    font-size: 20px;
  }
  .slide-new h6 {
    font-size: 26px;
    margin-top: 30px;
  }
  .slide-new h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 961px) {
  .m-50 {
    margin-top: 40px;
  }
  #main-logo-mobi {
    display: none;
  }
  #main-logo-an {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .hero-slide-content p.vid-p {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-slide-content h1.vid-h1 {
    font-size: 28px;
  }
  .hero-slide-content p.vid-p {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .hero-slide-content .btn.vid-btn {
    margin-top: 18px;
    height: 45px;
    line-height: 45px;
    width: 150px;
    margin-top: 10px;
  }
}
/* ---------------------------------------- FONTS ---------------------------------------- */
@font-face {
  font-family: 'Clan';
  src: url('../fonts/clan-news.eot?#iefix') format('embedded-opentype'), url('../fonts/clan-news.woff') format('woff'), url('../fonts/clan-news.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Clan';
  src: url('../fonts/clan-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/clan-medium.woff') format('woff'), url('../fonts/clan-medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Clan';
  src: url('../fonts/clan-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/clan-bold.woff') format('woff'), url('../fonts/clan-bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* New Font - RingsideRegular */
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-Thin_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-Thin_Web.woff') format('woff'), url('../fonts/RingsideRegular-Thin_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-Thin_Web.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-ThinItalic_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-ThinItalic_Web.woff') format('woff'), url('../fonts/RingsideRegular-ThinItalic_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-ThinItalic_Web.svg') format('svg');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-Light_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-Light_Web.woff') format('woff'), url('../fonts/RingsideRegular-Light_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-Light_Web.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-LightItalic_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-LightItalic_Web.woff') format('woff'), url('../fonts/RingsideRegular-LightItalic_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-LightItalic_Web.svg') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-Book_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-Book_Web.woff') format('woff'), url('../fonts/RingsideRegular-Book_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-Book_Web.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-BookItalic_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-BookItalic_Web.woff') format('woff'), url('../fonts/RingsideRegular-BookItalic_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-BookItalic_Web.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-Medium_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-Medium_Web.woff') format('woff'), url('../fonts/RingsideRegular-Medium_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-Medium_Web.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-MediumItalic_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-MediumItalic_Web.woff') format('woff'), url('../fonts/RingsideRegular-MediumItalic_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-MediumItalic_Web.svg') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-Semibold_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-Semibold_Web.woff') format('woff'), url('../fonts/RingsideRegular-Semibold_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-Semibold_Web.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-SemiboldItalic_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-SemiboldItalic_Web.woff') format('woff'), url('../fonts/RingsideRegular-SemiboldItalic_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-SemiboldItalic_Web.svg') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-Bold_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-Bold_Web.woff') format('woff'), url('../fonts/RingsideRegular-Bold_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-Bold_Web.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-BoldItalic_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-BoldItalic_Web.woff') format('woff'), url('../fonts/RingsideRegular-BoldItalic_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-BoldItalic_Web.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-Black_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-Black_Web.woff') format('woff'), url('../fonts/RingsideRegular-Black_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-Black_Web.svg') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-BlackItalic_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-BlackItalic_Web.woff') format('woff'), url('../fonts/RingsideRegular-BlackItalic_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-BlackItalic_Web.svg') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-Ultra_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-Ultra_Web.woff') format('woff'), url('../fonts/RingsideRegular-Ultra_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-Ultra_Web.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Ringside';
  src: url('../fonts/RingsideRegular-UltraItalic_Web.woff2') format('woff2'), url('../fonts/RingsideRegular-UltraItalic_Web.woff') format('woff'), url('../fonts/RingsideRegular-UltraItalic_Web.eot?#iefix') format('embedded-opentype'), url('../fonts/RingsideRegular-UltraItalic_Web.svg') format('svg');
  font-weight: 900;
  font-style: italic;
}
/* Icon Fonts */
@font-face {
  font-family: 'ico-bubbles';
  src: url('../fonts/ico-bubbles.eot?7ckp13');
  src: url('../fonts/ico-bubbles.eot?7ckp13#iefix') format('embedded-opentype'), url('../fonts/ico-bubbles.woff?7ckp13') format('woff'), url('../fonts/ico-bubbles.svg?7ckp13#ico-bubbles') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'general-icons';
  src: url('../fonts/general-icons.eot?7ckp13');
  src: url('../fonts/general-icons.eot?7ckp13#iefix') format('embedded-opentype'), url('../fonts/general-icons.woff?7ckp13') format('woff'), url('../fonts/general-icons.svg?7ckp13#ico-bubbles') format('svg');
  font-weight: 500;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-appearance: none;
}
::-khtml-scrollbar {
  width: 5px;
  height: 5px;
}
::-moz-scrollbar {
  width: 5px;
  height: 5px;
}
::-ms-scrollbar {
  width: 5px;
  height: 5px;
}
::-o-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #6F6F6E;
}
::-khtml-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #6F6F6E;
}
::-moz-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #6F6F6E;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #F2CB13;
}
::-khtml-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #F2CB13;
}
::-moz-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #F2CB13;
}
.btn,
input[type=submit] {
  border-radius: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 800;
  padding: 18px 30px;
  max-width: 360px;
  width: 100%;
  height: auto;
}
.btn.btn-main,
input[type=submit].btn-main {
  background: #F2CB13;
  color: #272725;
}
.btn.btn-main:hover,
input[type=submit].btn-main:hover {
  background: #FAE12C;
}
input[type=submit] {
  border-radius: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  padding: 18px 30px;
  max-width: 248px;
  width: 100%;
  height: auto;
  background: #F2CB13;
  color: #272725;
}
input[type=submit]:hover {
  background: #FAE12C !important;
  color: #272725 !important;
}
.hero-slider {
  margin-bottom: 0;
}
.main-head-panel .main-logo {
  flex-basis: 240px;
  width: 240px;
}
.main-logo svg {
  top: -47px;
  left: 0;
}
.main-head-panel .main-nav {
  flex-basis: calc(100% - 574px);
  width: calc(100% - 574px);
}
.main-nav a {
  font-weight: 600;
  color: #272725;
  font-size: 14px;
  line-height: 21px;
}
.main-nav .nav-link {
  color: #272725;
  font-weight: 600;
  position: relative;
}
.main-nav .nav-link:after {
  background: url(../Images/ico/icon-menu-dropdown.svg) no-repeat center center;
  background-size: contain;
  width: 14px;
}
.main-nav .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 28px;
  height: 2px;
  width: 0;
  display: block;
  background: #F2CB13;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.main-nav .nav-link:hover:before,
.main-nav .nav-link.active:before {
  width: 100%;
}
.main-nav .level-1 a {
  color: #272725;
  font-weight: 600;
  position: relative;
}
.main-nav .level-1 a:after {
  background: url(../Images/ico/icon-menu-dropdown.svg) no-repeat center center;
  background-size: contain;
  width: 14px;
}
.main-nav .level-1 a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  display: block;
  background: #F2CB13;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.main-nav .level-1 a:hover:before,
.main-nav .level-1 a.active:before {
  width: 100%;
}
.main-nav .level-2 a {
  font-weight: 800;
  color: #9C9B9B;
}
.main-nav .level-2 a:before {
  display: none;
}
.main-nav .dropdown-link {
  color: #9C9B9B;
  padding: 6px 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: 800;
}
.main-nav .dropdown-link img {
  width: 24px;
  margin-right: 10px;
}
.main-nav .dropdown-link.active,
.main-nav .dropdown-link:hover {
  font-weight: 800;
  color: #272725;
}
.main-nav .dropdown-link.active img,
.main-nav .dropdown-link:hover img {
  filter: brightness(-20%);
}
.main-nav .level-1 > .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.main-nav .level-1:not(:last-child) {
  margin-right: 25px;
}
.main-search {
  flex-basis: 340px;
  width: 340px;
}
.main-search .search-field {
  display: flex;
  align-items: center;
}
.main-search .search-field .search-input {
  margin-right: 30px;
  width: 193px;
}
.main-search .search-field .search-input .input {
  border: 1px solid #272725;
  color: #272725;
  border-radius: 30px;
  background: #F4F2ED;
  padding-left: 40px;
  height: 37px;
}
.main-search .search-field .search-input .btn-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background-color: transparent;
  background-image: url(../images/ico/icon-search.svg);
  background-size: 21px 21px;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
.main-search .search-field .search-input .btn-search:hover {
  background-color: transparent;
  background-size: 21px 21px;
}
.main-search .search-field .login-btn {
  height: 42px;
  width: 110px;
  border: 2px solid #272725;
  color: #272725;
  border-radius: 30px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-items: center;
  text-align: center;
  justify-content: center;
  align-content: center;
}
.dropdown.open .dropdown-box {
  min-width: max-content;
}
.dropdown-list {
  padding-left: 0;
}
.dropdown-list:before {
  display: none;
}
.dropdown-box {
  background-color: #ffffff;
  padding: 28px 24px 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: left;
  left: -24px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  z-index: 10;
  display: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.emergency-dash {
  background: #272725;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  height: 45px;
  bottom: -45px;
}
.emergency-dash ul,
.emergency-dash a,
.emergency-dash button,
.emergency-dash .nav-link {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.emergency-dash ul {
  color: #ffffff !important;
  width: auto;
  margin-right: 30px;
  font-weight: 600;
  position: relative;
  padding: 7px 0 0 0;
}
.emergency-dash ul .dropdown-list {
  flex-direction: column;
}
.emergency-dash ul .dropdown-link {
  color: #9C9B9B;
  padding: 6px 0;
  white-space: nowrap;
  display: block;
}
.emergency-dash ul .dropdown-link.active,
.emergency-dash ul .dropdown-link:hover {
  font-weight: 800;
  color: #272725;
}
.emergency-dash ul li {
  color: inherit !important;
  padding: 5px 20px 5px 20px;
  font-weight: 900;
}
.emergency-dash ul li a {
  color: #ffffff !important;
  min-width: 110px;
  font-weight: 300;
}
.emergency-dash ul:hover li {
  display: block;
}
.emergency-dash .dropdown-box {
  background: #3C3C3A;
  bottom: -7px;
}
.emergency-dash .dropdown.open .dropdown-box {
  min-width: max-content;
}
.emergency-dash .dropdown {
  margin-right: 20px;
}
.emergency-dash .dropdown .level-2 {
  display: flex;
}
.emergency-dash .dropdown .level-2 span {
  color: #9C9B9B;
  font-weight: 900;
  margin-left: 10px;
}
.emergency-dash .dropdown:last-of-type {
  margin-right: 0;
}
.emergency-dash .dropdown .nav-link:after {
  filter: brightness(7.5);
}
.emergency-dash .nav-link {
  padding-left: 35px;
  display: flex;
  align-items: center;
}
.emergency-dash .nav-link:before {
  content: '';
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  display: block;
  background-size: contain !important;
}
.emergency-dash .nav-link.support-numbers:before {
  background: url(../images/ico/header-icon-support.svg) no-repeat center center;
}
.emergency-dash .nav-link.emergency-numbers:before {
  background: url(../images/ico/header-icon-emergency.svg) no-repeat center center;
}
.emergency-dash .nav-link.call-me:after {
  display: none;
}
.emergency-dash .nav-link.call-me:before {
  background: url(../images/ico/header-icon-call-me.svg) no-repeat center center;
}
strong,
b {
  font-weight: 800;
}
.btn {
  padding: 18px 30px;
  font-size: 20px;
  line-height: 26px;
  max-width: 300px;
}
.btn.btn-white {
  background: #ffffff;
  color: #272725;
}
.btn.btn-white:hover {
  background: #ECECEC;
}
.btn.btn-yellow {
  background: #F2CB13;
  color: #272725;
}
.btn.btn-yellow:hover {
  background: #FAE12C;
}
.btn.btn-darkgrey {
  background: #272725;
  color: #ffffff;
}
.btn.btn-darkgrey:hover {
  background: #3C3C3A;
}
.btn.btn-lightgrey {
  background: #CFCFCF;
}
.btn.btn-lightgrey:hover {
  background: #9C9B9B;
}
.btn.btn-border-dark {
  background: transparent;
  border: 2px solid #6F6F6E;
  color: #272725;
}
.btn.btn-border-dark:hover {
  background: #6F6F6E;
}
.btn.btn-border-light {
  background: transparent;
  border: 2px solid #6F6F6E;
  color: #ffffff;
}
.btn.btn-border-light:hover {
  background: #6F6F6E;
}
.line-title {
  display: initial;
  width: auto;
  font-size: 96px;
  line-height: 87%;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #272725;
}
.line-title:after {
  content: "";
  width: 0;
  background: #F2CB13;
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 45%;
  display: block;
  transition: width 1s;
  z-index: -1;
  pointer-events: none;
}
.line-title.feature-title {
  font-size: 60px;
  line-height: 52.2px;
  font-weight: 800;
}
.line-title.feature-title:after {
  bottom: 25px;
  height: 45%;
}
.title-center {
  text-align: center;
}
.header-curved {
  position: relative;
  padding: 15vw 10vw 10vw 10vw;
}
.header-curved h2,
.header-curved h2 span {
  font-size: 60px;
  line-height: 64px;
  max-width: 470px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.header-curved h2 span:after {
  bottom: 24px;
  height: 28%;
}
.header-curved:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 10px;
  display: block;
  background: url(../images/circle-yellow-texture.svg) no-repeat center center;
  background-size: contain;
  width: 347px;
  height: 263px;
}
.sub-title {
  padding: 70px 180px 0 180px;
  max-width: unset;
}
.sub-title .line-title {
  font-size: 25px;
  line-height: 21.75px;
  letter-spacing: -0.04em;
  padding-bottom: 0;
}
@keyframes loading-anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.page-cover {
  position: relative;
  display: flex;
  align-items: center;
  padding: 204px 0;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin-bottom: 0;
}
.page-cover h1,
.page-cover .btn-back,
.page-cover .cta-box {
  position: relative;
  z-index: 1;
}
.page-cover h1 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 900;
  color: #272725;
  margin-bottom: 30px;
  max-width: 40%;
  text-align: center;
  letter-spacing: -0.04em;
  position: relative;
}
.page-cover h1:after {
  content: "";
  width: 0;
  background: #ffcb05;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 65%;
  /*height: 100%;*/
  display: block;
  z-index: -1;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -webkit-animation: loading-anim 2s 1 forwards;
  -khtml-animation: loading-anim 2s 1 forwards;
  -moz-animation: loading-anim 2s 1 forwards;
  -ms-animation: loading-anim 2s 1 forwards;
  -o-animation: loading-anim 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@media screen and (min-width: 990px) {
  .page-cover h1.full-highlight {
    max-width: unset;
  }
}
.page-cover h1.full-highlight:after {
  height: 100%;
}
.page-cover a.btn-back {
  position: absolute;
  top: 5vw;
  left: 15vw;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 100%;
}
.page-cover a.btn-back:before {
  width: 48px;
  height: 48px;
  background-size: 12px auto;
  background-position: center center;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-cover .cta-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  width: 100%;
}
.page-cover .cta-box .btn {
  background: #ffffff;
  margin-right: 20px;
  color: #272725;
  padding: 10px 30px;
  width: max-content;
}
.page-cover .cta-box .btn:hover {
  background: #FAE12C;
}
.page-cover .cta-box .btn:last-of-type {
  margin-right: 0;
  background: #272725;
  color: #ffffff;
}
.page-cover .cta-box .btn:last-of-type:hover {
  background: #FAE12C;
  color: #272725;
}
.page-cover.invert-banner {
  padding: 128px 0;
}
.page-cover.invert-banner h1 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 900;
  color: #272725;
  margin-bottom: 3vw;
  max-width: 50%;
  text-align: center;
  letter-spacing: -0.04em;
}
.page-cover.my-business h1 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-cover.my-business h1:after {
  /*content: 'My Business';*/
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: #6F6F6E;
  text-align: center;
  letter-spacing: 0;
  margin-top: 1vw;
}
.page-cover.me-family h1 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-cover.me-family h1:after {
  /*content: 'Me and My Family';*/
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: #6F6F6E;
  text-align: center;
  letter-spacing: 0;
  margin-top: 1vw;
}
.page-cover.my-home h1 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-cover.my-home h1:after {
  /*content: 'My Home';*/
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: #6F6F6E;
  text-align: center;
  letter-spacing: 0;
  margin-top: 1vw;
}
body {
  font-weight: 400;
}
.bullet-list,
.custom-list,
.info-box,
.number-list,
.pricing-description,
.service-description,
p {
  font-weight: 400;
}
main {
  background: linear-gradient(180deg, #F4F2ED 13.96%, #FFFFFF 89.54%);
}
main .page-body {
  padding-bottom: 0;
}
main .page-body section {
  padding-top: 0;
}
main .page-body section .container {
  padding: 70px 150px;
  max-width: unset;
}
main .page-body section .container .terms-info ul {
  margin-top: 30px;
  padding-left: 30px;
}
main .page-body section .container .terms-info ul li {
  position: relative;
  max-width: 80%;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 30px;
}
main .page-body section .container .terms-info ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #F2CB13;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
main .page-body section .container .terms-info ol {
  list-style: decimal;
}
main .page-body section .container .terms-info ol > li {
  margin-bottom: 30px;
  padding-left: 10px;
  list-style: decimal;
}
main .page-body section .container.intro-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
main .page-body section .container.intro-title h4 {
  display: none;
}
main .page-body section .container.intro-title h3 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 800;
  color: #272725;
  text-align: center;
  position: relative;
  margin: 100px 0 20px 0;
  z-index: 1;
}
main .page-body section .container.intro-title h3:after {
  content: "";
  opacity: 0;
  width: 0;
  background: #ffcb05;
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 60%;
  display: block;
  z-index: -1;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
}
main .page-body section .container.intro-title p {
  font-size: 20px;
  line-height: 26px;
  color: #6F6F6E;
  text-align: center;
  max-width: 60%;
  font-weight: 400;
}
main .page-body section .container.partner-logos {
  padding: 0 180px 70px 180px;
}
main .page-body section .container.legal-links {
  max-width: 1115px;
  padding: 70px 0;
}
main .page-body section.contact-info-blocks .container {
  padding: 0 260px 70px 260px;
}
main .page-body section.title-blockquote .container {
  padding: 110px 0 110px 150px;
}
main .page-body section.title-blockquote.no-bg .container {
  padding: 50px 0 100px 150px;
}
main .page-body section.title-blockquote.text-only .container {
  padding: 70px 150px;
}
main .page-body section.page-intro-section.page-intro-no-padding-bottom .container {
  padding: 70px 150px 0 150px;
}
main .page-body section.value-services .container {
  padding: 120px 70px 0 70px;
}
main .page-body section.value-services .container.value-added {
  padding: 0 100px;
}
main .page-body section.service-pricing-details .container {
  padding: 0 70px 0 70px;
}
main .page-body section.legal-section {
  padding: 0;
}
body {
  color: #6F6F6E;
}
.page-intro-section .container {
  padding: 70px 150px;
  position: relative;
}
.page-intro-section .container h2 {
  font-size: 96px;
  line-height: 83.52px;
  font-weight: 900;
  color: #272725;
  position: relative;
  letter-spacing: -0.04em;
  margin-top: 65px;
}
.page-intro-section .container p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.page-intro-section .container .col-item {
  position: relative;
}
.page-intro-section .container .col-item .info-holder {
  padding-right: 70px;
  font-size: 20px;
  line-height: 26px;
}
.page-intro-section .container .col-item .info-holder h4 {
  font-size: 25px;
  line-height: 33.75px;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
.page-intro-section .container .col-item .info-holder p {
  font-size: 20px;
  line-height: 26px;
}
.page-intro-section .container .col-item .info-holder a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.page-intro-section .container .col-item .info-holder a:after {
  content: '';
  background: #F2CB13;
  height: 3px;
  width: 100%;
  display: block;
}
.page-intro-section .container .col-item .info-holder a:hover:after {
  background: #FAE12C;
}
.page-intro-section .container .col-item .info-holder ul {
  font-size: 20px;
  line-height: 26px;
}
.page-intro-section .container .col-item .info-holder ul li {
  font-size: 20px;
  line-height: 26px;
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
}
.page-intro-section .container .col-item .info-holder ul li:last-of-type {
  margin-bottom: 0;
}
.page-intro-section .container .col-item .info-holder ul li:before {
  content: '';
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #F2CB13;
  margin-right: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}
.page-intro-section .container .col-item .image-holder {
  position: relative;
}
.page-intro-section .container .col-item .image-holder img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.page-intro-section .container .col-item:first-of-type .image-holder:after {
  content: '';
  position: absolute;
  bottom: -18vh;
  left: 0;
  display: block;
  background: url(../images/circle-yellow-texture-intro.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 15vw;
  z-index: 2;
  min-height: 360px;
}
.page-intro-section .container .col-item:last-of-type .image-holder:after {
  content: '';
  position: absolute;
  bottom: -172px;
  right: -190px;
  display: block;
  background: url(../images/circle-yellow-texture-intro.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 352px;
  z-index: 2;
  min-height: 266px;
}
.page-intro-section.header-split {
  background: #F4F2ED;
}
.page-intro-section.header-split .container {
  padding: 0 150px;
}
.page-intro-section.header-split .container .col-box {
  align-items: center;
}
.page-intro-section.header-split .container .col-box .col-item h2 {
  font-size: 48px;
  line-height: 41px;
  line-height: 87%;
  margin-bottom: 10px;
  padding-right: 30px;
  margin-top: 0;
}
.page-intro-section.header-split .container .col-box .col-item:first-of-type {
  position: relative;
}
.page-intro-section.header-split .container .col-box .col-item:first-of-type:after {
  content: '';
  background: #ffffff;
  border-radius: 100%;
  width: 1005px;
  height: 1005px;
  position: absolute;
  top: -640px;
  left: -210px;
  z-index: -1;
}
.page-intro-section.page-intro-info {
  background: #F4F2ED;
  position: relative;
  z-index: 0;
}
.page-intro-section.page-intro-info .container {
  padding: 0 150px;
}
.page-intro-section.page-intro-info .container .col-box {
  align-items: flex-start;
}
.page-intro-section.page-intro-info-centre {
  background: transparent;
  position: relative;
  z-index: 0;
  padding: 45px 0;
}
.page-intro-section.page-intro-info-centre .container {
  padding: 0 350px;
}
.page-intro-section.page-intro-info-centre .container .col-box {
  align-items: flex-start;
}
.page-intro-section.page-intro-info-centre .container .col-box .col-item {
  width: 100%;
  flex-basis: unset;
}
.page-intro-section.page-intro-info-centre .container .col-box .col-item .info-holder {
  padding-right: 0;
}
.page-intro-section.page-intro-info-centre .container .col-box .col-item .info-holder p {
  padding: 0 70px;
}
.page-intro-section.culture-section {
  background: transparent;
}
.page-intro-section.culture-section h2 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 900;
  color: #F2CB13;
  text-align: left;
  max-width: fit-content;
  padding: 15px 0;
  margin-bottom: 3vw;
}
.page-intro-section.culture-section h2:after {
  background: #272725;
  display: none;
}
.page-intro-section.culture-section h2.centre-title {
  max-width: unset;
  display: block;
  text-align: center;
  color: #272725;
  padding: 5vw 0;
  margin-bottom: 0;
}
.page-intro-section.culture-section h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0.8vw;
}
.page-intro-section.culture-section p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.page-intro-section.culture-section .container {
  padding: 70px 150px;
  position: relative;
  overflow: hidden;
}
.page-intro-section.culture-section .container:after {
  content: '';
  background: #272725;
  border-radius: 100%;
  width: 1160px;
  height: 1160px;
  position: absolute;
  top: -100px;
  left: -520px;
  z-index: 0;
}
.page-intro-section.culture-section .container .col-box {
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-intro-section.culture-section .container .col-box .col-item .feature-circle {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #F2CB13;
  color: #272725;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: -2vw;
  left: 20px;
  font-weight: 700;
}
.page-intro-section.culture-section .container .col-box .col-item .feature-circle:before {
  content: attr(data-letter);
  font-size: 40px;
  line-height: 34px;
  font-weight: 800;
}
.page-intro-section.culture-section .container .col-box .col-item .feature-circle:nth-child(2n) {
  background: #ffffffd1;
  backdrop-filter: blur(2px);
  z-index: 2;
}
.page-intro-section.culture-section .container .col-box .col-item .rte-content {
  color: #ffffff;
}
.page-intro-section.culture-section.dark-bg {
  background: #3C3C3A;
}
.page-intro-section.culture-section.dark-bg .container {
  max-width: unset !important;
}
.page-intro-section.about-intro-block {
  background: transparent;
  position: relative;
  z-index: 0;
}
.page-intro-section.about-intro-block .container {
  padding: 45px 150px;
  position: relative;
}
.page-intro-section.about-intro-block .container h2 {
  font-size: 60px;
  line-height: 52px;
  letter-spacing: -0.04em;
  padding-right: 80px;
  margin-top: 0;
}
.page-intro-section.about-intro-block .container:after {
  content: '';
  position: absolute;
  display: block;
  background-size: contain;
  width: 100%;
  max-width: 640px;
  bottom: 45px;
  left: 0;
  background: url(../images/circle-yellow-texture-wide.svg) no-repeat center center;
  min-height: 10vw;
}
.page-intro-section.about-intro-block .container .col-box {
  align-items: flex-start;
}
.page-intro-section.about-detail-block,
.page-intro-section.about-detail-block-top-align {
  background: transparent;
  position: relative;
  z-index: 0;
}
.page-intro-section.about-detail-block .container,
.page-intro-section.about-detail-block-top-align .container {
  padding: 45px 150px;
  position: relative;
}
.page-intro-section.about-detail-block .container h3,
.page-intro-section.about-detail-block-top-align .container h3 {
  font-size: 32px;
  line-height: 27.84px;
  letter-spacing: -0.04em;
  color: #272725;
  font-weight: 900;
  margin-bottom: 30px;
}
.page-intro-section.about-detail-block .container a,
.page-intro-section.about-detail-block-top-align .container a {
  padding-bottom: 4px;
  color: #272725;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.page-intro-section.about-detail-block .container a:after,
.page-intro-section.about-detail-block-top-align .container a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #F2CB13;
  will-change: background;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.page-intro-section.about-detail-block .container a:hover:after,
.page-intro-section.about-detail-block-top-align .container a:hover:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #FAE12C;
}
.page-intro-section.about-detail-block .container .col-box,
.page-intro-section.about-detail-block-top-align .container .col-box {
  align-items: center;
}
.page-intro-section.about-detail-block .container .col-box .col-item p,
.page-intro-section.about-detail-block-top-align .container .col-box .col-item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.page-intro-section.about-detail-block .container .col-box .col-item:last-of-type .image-holder:after,
.page-intro-section.about-detail-block-top-align .container .col-box .col-item:last-of-type .image-holder:after {
  background: url(../images/circle-yellow-texture-wide.svg) no-repeat center center;
  bottom: -16vh;
  max-width: 40vw;
  right: -10vw;
}
.page-intro-section.about-detail-block .container .col-box .col-item:first-of-type .image-holder:after,
.page-intro-section.about-detail-block-top-align .container .col-box .col-item:first-of-type .image-holder:after {
  background: url(../images/circle-yellow-texture-wide.svg) no-repeat center center;
  bottom: -21vh;
  max-width: 40vw;
  left: -10vw;
}
.page-intro-section.about-detail-block.text-blocks .container,
.page-intro-section.about-detail-block-top-align.text-blocks .container {
  padding: 20px 180px;
}
.page-intro-section.about-detail-block.text-blocks .container .col-box,
.page-intro-section.about-detail-block-top-align.text-blocks .container .col-box {
  align-items: flex-start;
}
.page-intro-section.about-detail-block.text-blocks .container .col-box .col-item .info-holder,
.page-intro-section.about-detail-block-top-align.text-blocks .container .col-box .col-item .info-holder {
  padding-right: 120px;
}
.page-intro-section.about-detail-block.text-blocks .container .col-box .col-item .info-holder p a,
.page-intro-section.about-detail-block-top-align.text-blocks .container .col-box .col-item .info-holder p a {
  color: inherit;
  font-weight: inherit;
}
.page-intro-section.about-detail-block-top-align {
  background: transparent;
  position: relative;
  z-index: 0;
}
.page-intro-section.about-detail-block-top-align .container .col-box {
  align-items: flex-start;
}
.page-intro-section.about-detail-block-top-align .container a {
  margin-top: 62px;
}
.page-intro-section.about-detail-block .container {
  padding: 0 150px 0 0;
}
.page-intro-section.about-detail-block .container .image-holder:after {
  display: none !important;
}
.page-intro-section.about-detail-block.flip-right-mobi .container {
  padding: 0 0 0 150px;
}
.page-intro-section.dark-circles {
  background: #3C3C3A;
  position: relative;
  overflow: hidden;
}
.page-intro-section.dark-circles:after {
  content: '';
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  background: #272725;
  position: absolute;
  top: -5vw;
  right: -10vw;
  z-index: -1;
}
.page-intro-section.dark-circles:before {
  content: '';
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  background: #272725;
  opacity: 0.45;
  position: absolute;
  bottom: -5vw;
  left: -10vw;
  z-index: -1;
}
.page-intro-section.dark-circles .title-holder {
  display: flex;
}
.page-intro-section.dark-circles h2 {
  text-align: center;
  font-size: 60px;
  line-height: 52px;
  position: relative;
  color: #F2CB13;
  display: inline-block;
  margin: 0 auto 2vw auto;
}
.page-intro-section.dark-circles h2:after {
  content: "";
  width: 0;
  background: #272725;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 65%;
  display: block;
  z-index: -1;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
}
.page-intro-section.dark-circles p,
.page-intro-section.dark-circles .info-holder {
  color: #ffffff;
}
.page-intro-section.dark-circles .container {
  padding: 150px;
}
.page-intro-section.dark-circles.aos-animate h2:after {
  -webkit-animation: loading-anim 2s 1 forwards;
  -khtml-animation: loading-anim 2s 1 forwards;
  -moz-animation: loading-anim 2s 1 forwards;
  -ms-animation: loading-anim 2s 1 forwards;
  -o-animation: loading-anim 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
main.home {
  background: linear-gradient(180deg, #F4F2ED 13.96%, #FFFFFF 89.54%);
}
main.home .page-body {
  padding-bottom: 0;
}
main.home .page-body section {
  padding-top: 0;
}
main.home .page-body section.section-2col {
  position: relative;
  overflow: hidden;
}
main.home .page-body section.section-2col:before {
  content: '';
  background: #ffffff;
  border-radius: 100%;
  width: 872px;
  height: 872px;
  opacity: 0.4;
  display: block;
  position: absolute;
  left: -210px;
  top: -468px;
  z-index: -1;
}
main.home .page-body section.section-2col h2 {
  padding-right: 150px;
}
main.home .page-body section.section-2col h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  padding-right: 85px;
}
main.home .page-body section.section-2col p {
  font-size: 20px;
  line-height: 26px;
  padding-right: 85px;
}
main.home .page-body section .container {
  padding: 70px 150px;
  max-width: unset;
}
main.error-page {
  padding: 0 !important;
  background: linear-gradient(180deg, #F4F2ED 13.96%, #FFFFFF 89.54%);
  position: relative;
}
main.error-page:after {
  content: '';
  position: absolute;
  background: url(../images/error-404.png) no-repeat center left;
  width: 720px;
  height: 566px;
  display: block;
  top: 120px;
  left: 20px;
  z-index: 3;
}
main.error-page .page-cover {
  margin-bottom: 0;
  padding: 140px 0;
}
main.error-page .message-box {
  margin: 0 auto;
  border-radius: 100%;
  width: 571px;
  height: 571px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
main.error-page h1 {
  font-size: 203.29px;
  line-height: 176.86px;
  letter-spacing: -0.04em;
  color: #3C3C3A;
  font-weight: 800;
  margin-bottom: 0;
  max-width: unset;
}
main.error-page h6 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #6F6F6E;
}
main.error-page .btn {
  border-radius: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 800;
  padding: 10px 3vw;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-top: 3vw;
}
main.error-page .btn.btn-main {
  background: #F2CB13;
  color: #272725;
}
main.error-page .btn.btn-main:hover {
  background: #FAE12C;
}
.vehicle-tracking-business main {
  background: #F4F2ED;
  position: relative;
}
.vehicle-tracking-business main:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  width: 714px;
  height: 714px;
  left: -0.4px;
  top: 771px;
  background: #ECECEC;
  opacity: 0.3;
  z-index: -1;
  display: block;
}
.home-for-me main {
  background: #F4F2ED;
  position: relative;
}
.home-for-me main:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  width: 714px;
  height: 714px;
  left: -0.4px;
  top: 771px;
  background: #ECECEC;
  opacity: 0.3;
  z-index: -1;
  display: block;
}
#home-page-banner {
  position: relative;
  padding: 30px;
  background-color: #F2CB13;
  background-image: url("../Images/home-banner/Website-header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
}
#home-page-banner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 1100px;
  background: #F2CB13;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 1;
}
#home-page-banner .banner-title {
  border-radius: 100%;
  background: #ffffff;
  width: 468px;
  height: 468px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 30px 50px 30px;
  position: relative;
  z-index: 2;
}
#home-page-banner .banner-title h2 {
  color: #3C3C3A;
  font-size: 60px;
  line-height: 68px;
  max-width: 350px;
  text-align: center;
  letter-spacing: -0.04em;
  font-weight: 900;
}
#home-page-banner .banner-title h2 span {
  position: relative;
  z-index: 1;
}
#home-page-banner .banner-title h2 span:after {
  content: "";
  width: 0;
  background-color: #ffcb05;
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 55%;
  display: block;
  transition: width 1s;
  transition-delay: 5s;
  z-index: -1;
  -webkit-animation: loading-anim 2s 1 forwards;
  -khtml-animation: loading-anim 2s 1 forwards;
  -moz-animation: loading-anim 2s 1 forwards;
  -ms-animation: loading-anim 2s 1 forwards;
  -o-animation: loading-anim 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#home-page-banner .quick-nav {
  position: relative;
  z-index: 2;
  color: #272725;
  min-width: 215px;
}
#home-page-banner .quick-nav h6 {
  margin-bottom: 60px;
  /*font-size: 23px;*/
}
#home-page-banner .quick-nav ul {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: nowrap;
}
#home-page-banner .quick-nav ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3C3C3A;
  /*a{
			  color: transparent;
			  width: 52px;
			  height: 52px;
		  }*/
  /*&:before {
		  content: '';
		  position: absolute;
		  left: 0;
		  bottom: 0;
		  height: 3px;
		  width: 0;
		  display: block;
		  background: #FAE12C;

		  will-change: width;

		  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
		  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
		  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
		  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;

		}*/
}
#home-page-banner .quick-nav ul li:after {
  content: '';
  width: 52px;
  height: 52px;
  position: absolute;
  display: block;
}
#home-page-banner .quick-nav ul li:last-of-type {
  margin-bottom: 0;
}
#home-page-banner .quick-nav ul li.fm-vehicle-track:after {
  background: url(../Images/home-banner/icon-fm-vehicle-tracking.svg) no-repeat center center;
}
#home-page-banner .quick-nav ul li.fm-personal-safety:after {
  background: url(../Images/home-banner/icon-fm-personal-safety.svg) no-repeat center center;
}
#home-page-banner .quick-nav ul li.fm-home:after {
  background: url(../Images/home-banner/icon-fm-home.svg) no-repeat center center;
}
#home-page-banner .quick-nav ul li.fm-cover:after {
  background: url(../Images/home-banner/icon-fm-cover.svg) no-repeat center center;
}
#home-page-banner .quick-nav ul li.fmb-vehicle-track:after {
  background: url(../Images/home-banner/icon-fmb-vehicle-tracking.svg) no-repeat center center;
}
#home-page-banner .quick-nav ul li.fmb-driver-safety:after {
  background: url(../Images/home-banner/icon-fmb-driver-safety.svg) no-repeat center center;
}
#home-page-banner .quick-nav ul li.fmb-business-optimisation:after {
  background: url(../Images/home-banner/icon-fmb-business-optimisation.svg) no-repeat center center;
}
#home-page-banner .quick-nav ul li.fmb-value-added:after {
  background: url(../Images/home-banner/icon-fmb-value-added.svg) no-repeat center center;
}
#home-page-banner .quick-nav ul li:hover:before,
#home-page-banner .quick-nav ul li.active:before {
  width: 100%;
}
#home-page-banner .quick-nav.left {
  text-align: right;
}
#home-page-banner .quick-nav.left ul li {
  /*margin-right: 62px;*/
  /*a{
            margin-right: -62px;
          }*/
}
#home-page-banner .quick-nav.left ul li:nth-child(2),
#home-page-banner .quick-nav.left ul li:nth-child(3) {
  right: 20%;
}
#home-page-banner .quick-nav.left ul li:after {
  right: -62px;
}
#home-page-banner .quick-nav.right {
  text-align: left;
}
#home-page-banner .quick-nav.right h6 {
  /*margin-left: -100px;*/
}
#home-page-banner .quick-nav.right ul {
  align-content: flex-start;
  align-items: flex-start;
}
#home-page-banner .quick-nav.right ul li {
  /*margin-left: 62px;*/
  /*a{
            margin-left: -62px;
          }*/
}
#home-page-banner .quick-nav.right ul li:nth-child(2),
#home-page-banner .quick-nav.right ul li:nth-child(3) {
  left: 20%;
}
#home-page-banner .quick-nav.right ul li:after {
  left: -62px;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #home-page-banner:after {
    display: none;
  }
  #home-page-banner .quick-nav,
  #home-page-banner .quick-nav ul li {
    color: #3C3C3A;
  }
  #home-page-banner .banner-title {
    /*background-image: url("../Images/home-banner/Mobile-header.jpg");
		  background-size: cover;
		  background-position: center center;
		  background-repeat: no-repeat;
		  background-color: @trackerYellow;
*/
    background: #F2CB13 url("../Images/home-banner/Mobile-header.jpg") no-repeat center !important;
    background-size: cover!important;
    height: 80vw!important;
  }
  #home-page-banner .banner-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 70vw;
    background-color: #F2CB13;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 0;
  }
}
.info-blocks {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 150px;
  margin: 60px 0;
}
.info-blocks .col-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F4F2ED;
  width: 100%;
  max-width: 230px;
  min-height: 260px;
  padding: 60px 40px 40px 40px;
  margin-right: 60px;
  text-align: center;
}
.info-blocks .col-item:last-of-type {
  margin-right: 0;
}
.info-blocks .col-item span {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #F2CB13;
  border-radius: 100%;
  top: -30px;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
}
.info-blocks .col-item h2 {
  font-size: 20px;
  line-height: 24px;
  color: #272725;
  font-weight: 800;
  margin-bottom: 30px;
}
.info-blocks .col-item p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.testimonials-block {
  overflow: hidden;
  margin-top: -70px;
}
.testimonials {
  background: #3C3C3A;
  padding: 70px 0 150px 0;
  position: relative;
}
.testimonials:before {
  content: '';
  position: absolute;
  top: -450px;
  background: #3C3C3A;
  background-size: contain;
  transform: rotate(-10deg) translate(-61px, 246px);
  height: 320px;
  width: 120vw;
}
.testimonials .slick-slide .container {
  width: 100%;
  max-width: 65vw !important;
  margin: 0 auto;
  padding: 0 !important;
}
.testimonials .slick-slide p {
  color: #ffffff;
  font-size: 19px;
  line-height: 28px;
  font-weight: 800;
}
.testimonials .slick-slide span {
  font-size: 20px;
  line-height: 21px;
  color: #F2CB13;
  margin-left: 1vw;
}
.testimonials .slick-prev,
.testimonials .slick-next {
  width: 48px;
  height: 48px;
  background-size: 34px 34px !important;
  position: absolute;
  top: 30%;
  filter: drop-shadow(0px 0px 51px rgba(39, 39, 37, 0.1));
  text-indent: -9999px;
  z-index: 2;
  border-radius: 100%;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.testimonials .slick-prev.slick-disabled,
.testimonials .slick-next.slick-disabled {
  opacity: 0;
}
.testimonials .slick-prev {
  background: #F2CB13 url(../images/ico/tracker-carousel.svg) no-repeat center center;
  transform: rotate(180deg);
  left: 100px;
}
.testimonials .slick-next {
  background: #F2CB13 url(../images/ico/tracker-carousel.svg) no-repeat center center;
  right: 100px;
}
.testimonials .slider-dots li button {
  outline: 0 !important;
  border: 0 !important;
}
.testimonials .slider-dots li button:after {
  background: #272725;
  border: 1px solid #272725;
  width: 9px;
  height: 9px;
  transform: scale3d(1, 1, 1);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.testimonials .slider-dots li.slick-active button:after {
  background: #ffffff;
  border: 1px solid #ffffff !important;
  width: 9px;
  height: 9px;
  transform: scale(2);
}
.statistics-block {
  padding: 100px 0 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.statistics-block .col-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  z-index: 1;
  width: 390px;
  height: 390px;
}
.statistics-block .col-item:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #F2CB13;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 100%;
}
.statistics-block .col-item span {
  color: #6F6F6E;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  position: relative;
}
.statistics-block .col-item span.number {
  font-size: 140px;
  line-height: 140px;
  color: #ffffff;
}
.statistics-block .col-item span.number:after {
  content: attr(data-unit);
  color: inherit;
  position: absolute;
  right: -23px;
  bottom: 6px;
  font-size: 45px;
  line-height: 60px;
}
.statistics-block .col-item:nth-child(2) {
  z-index: 2;
  margin: 0 -30px;
}
.statistics-block .col-item:nth-child(2):after {
  content: '';
  width: 100%;
  height: 100%;
  background: #F4F2ED;
  opacity: 0.7;
  backdrop-filter: blur(21px);
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 100%;
}
.statistics-block .col-item:nth-child(2) span {
  color: #6F6F6E;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  position: relative;
}
.statistics-block .col-item:nth-child(2) span.number {
  font-size: 140px;
  line-height: 140px;
  color: #272725;
}
.statistics-block .col-item:nth-child(2) span.number:after {
  content: attr(data-unit);
  color: inherit;
  position: absolute;
  right: -23px;
  bottom: 6px;
  font-size: 45px;
  line-height: 60px;
}
.statistics-block-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 2;
}
.statistics-block-cta .btn {
  max-width: 292px;
}
.full-fill {
  padding: 0;
}
.map-holder {
  position: relative;
  width: 100%;
  padding: 150px 0 0 0;
  overflow: hidden;
}
.map-holder:before {
  content: '';
  height: 70%;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, #3C3C3A 10%, transparent 100%);
  pointer-events: none;
}
.map-holder .line-title {
  display: flex;
  width: max-content;
  font-size: 60px;
  line-height: 52px;
  letter-spacing: -0.04em;
  font-weight: 900;
  padding-bottom: 0;
}
.map-holder .line-title:after {
  display: none;
}
.map-holder .map-form {
  position: relative;
  top: 100px;
  right: 100px;
  z-index: 3;
  background: #fff url(../Images/img/Maps/locate-road.png) no-repeat -30px 260px;
  border-radius: 100%;
  width: 640px;
  height: 640px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 70px 0 0 0;
}
.map-holder .map-form .location-results,
.map-holder .map-form .location-list {
  display: none !important;
}
.map-holder .map-form .content-padding {
  padding-top: 40px;
  padding-bottom: 50px;
}
.map-holder .map-form .tab-btn {
  font-size: 14px;
  padding: 10px 0;
}
.map-holder .map-form .tab-btn:after {
  bottom: 0;
}
.map-holder .map-form .tab-btn:hover:after,
.map-holder .map-form .tab-btn.active:after {
  bottom: 0;
}
.map-holder .map-form .select-ul {
  height: 46px;
  line-height: 42px;
}
.map-holder .map-form .select-ul li.init {
  height: 46px;
  line-height: 42px;
}
.map-holder .map-form .select-ul .simplebar-offset {
  bottom: -10px !important;
}
.map-holder .map-form .select-ul .simplebar-track {
  display: none;
}
.map-holder .map-form .select-ul:after {
  background: url(../Images/ico/icon-dropdown.svg) no-repeat center center;
  background-size: contain;
  border: 0;
  width: 20px;
  height: 10px;
}
.map-holder .map-form .select-ul .select-box {
  border-radius: 44px;
  border: 2px solid #6F6F6E;
  background: #ffffff;
}
.map-holder .map-form .select-ul .select-instruction {
  background-color: #ffffff;
  border: 0;
}
.map-holder .map-form .select-ul.open .select-box {
  border-radius: 4px;
}
.map-holder .map-box {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tabs .tab-btn {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  font-weight: 600;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 60px;
  border-right: 0;
  color: #9C9B9B;
}
.tabs .tab-btn:last-of-type {
  margin-right: 0;
}
.tabs .tab-btn img {
  width: 48px;
  height: 48px;
  display: block;
  margin-right: 15px;
}
.tabs .tab-btn:after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 4px solid #ffcb05;
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.tabs .tab-btn.active,
.tabs .tab-btn:hover {
  color: #272725;
}
.tabs .tab-btn.active img,
.tabs .tab-btn:hover img {
  filter: brightness(-20%);
}
.tabs .tab-btn.active:after,
.tabs .tab-btn:hover:after {
  width: 100%;
  left: 0;
  right: 0;
  bottom: -10px;
  border-bottom: 4px solid #ffcb05;
}
.section-tabs {
  margin-top: 70px;
}
.section-tabs > .container:first-of-type {
  max-width: max-content;
}
.section-tabs .tab-content {
  padding-bottom: 70px;
}
.section-tabs .tabs .tab-btn {
  margin-right: 70px;
}
.section-tabs .btn-group p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  margin: 40px 0 20px;
}
.tab-box .intro-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
}
.tab-box .intro-title h4 {
  display: none;
}
.tab-box .intro-title h3 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #272725;
  text-align: center;
  position: relative;
  margin: 40px 0 60px;
  z-index: 1;
}
.tab-box .intro-title h3:after {
  content: "";
  width: 0;
  background: #ffcb05;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 65%;
  /*height: 100%;*/
  display: block;
  z-index: -1;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
}
.tab-box .intro-title h3.full-highlight:after {
  height: 100%;
}
.tab-box .intro-title p {
  font-size: 20px;
  line-height: 26px;
  color: #6F6F6E;
  text-align: center;
  max-width: 72%;
  font-weight: 400;
}
.tab-box .intro-title ul {
  display: flex;
  margin: 2vw auto 0 auto;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-box .intro-title ul li {
  position: relative;
  font-size: 16px;
  line-height: 20.8px;
  width: fit-content;
  font-weight: normal;
  margin-bottom: 30px;
  margin-right: 3vw;
  padding-left: 30px;
}
.tab-box .intro-title ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #F2CB13 url(../images/ico/service-details-icon-included.svg) no-repeat center center;
  background-size: contain;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tab-box .intro-title ul li:last-of-type {
  margin-right: 0;
}
.tab-box .intro-title ol {
  display: flex;
  margin: 2vw auto 0 auto;
  width: 80%;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-box .intro-title ol li {
  position: relative;
  font-size: 16px;
  line-height: 20.8px;
  width: 45%;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 30px;
}
.tab-box .intro-title ol li:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #F2CB13 url(../images/ico/service-details-icon-included.svg) no-repeat center center;
  background-size: contain;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tab-box .intro-title ol li:last-of-type {
  margin-right: 0;
}
.tab-box.active .intro-title h3:after {
  -webkit-animation: loading-anim 2s 1 forwards;
  -khtml-animation: loading-anim 2s 1 forwards;
  -moz-animation: loading-anim 2s 1 forwards;
  -ms-animation: loading-anim 2s 1 forwards;
  -o-animation: loading-anim 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#FormBody .service-spotlight {
  display: none;
}
#FormBody .section-tabs {
  margin-top: 20px;
}
#FormBody .service-pricing-details .service-grid .col-item .service-description {
  min-height: 170px;
}
#FormBody h5 {
  text-align: center;
}
#FormBody h5 .line-title {
  font-size: 40px;
  line-height: 34.8px;
  font-weight: 900;
}
#FormBody .info-blocks {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 0 15vw;
  margin: 60px 0;
  flex-wrap: wrap;
  flex-direction: row;
}
#FormBody .info-blocks .col-item {
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  min-height: unset;
  padding: 20px 20px 20px 130px;
  background: transparent;
  text-align: left;
  margin: 0 60px 60px 0;
  justify-content: center;
}
#FormBody .info-blocks .col-item span {
  width: 120px;
  height: 120px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  top: unset;
  left: 0;
}
#FormBody .info-blocks .col-item h2 {
  margin-bottom: 10px;
}
#FormBody .info-blocks .col-item p {
  margin-bottom: 0;
  max-width: 90%;
}
#FormBody .info-blocks .col-item:nth-child(1) span {
  width: 150px;
  left: -20px;
}
#FormBody .info-blocks .col-item:nth-child(2n) {
  margin-right: 0;
}
.faq-tabs {
  background: #ffffff;
  margin: 0 auto 5vw auto;
  max-width: 80vw;
  padding: 5vw;
  box-shadow: -4px 4px 25px rgba(39, 39, 37, 0.1);
  position: relative;
}
.faq-tabs:before {
  content: '';
  position: absolute;
  top: -108px;
  right: 10vw;
  display: block;
  background: url(../images/faq-clip.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 92px;
  z-index: 2;
  min-height: 215px;
}
.faq-tabs > .container.tab-btn-holder:first-of-type {
  max-width: unset;
}
.faq-tabs .tab-btn-holder {
  max-width: unset;
  padding: 0;
}
.faq-tabs .tab-btn-holder .tabs {
  justify-content: flex-start;
}
.faq-tabs .tab-btn-holder .tabs .tab-btn {
  font-weight: 600;
  padding: 20px 0;
  font-size: 20px;
  line-height: 26px;
}
.faq-tabs .tab-btn-holder .tabs .tab-btn:after {
  bottom: 5px;
  left: 0;
}
.faq-tabs .tabs {
  margin-bottom: 20px;
}
.faq-tabs .tab-content .toggle-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 0;
  margin-bottom: 5vw;
}
.faq-tabs .tab-content .toggle-list .toggle-item {
  border: 0;
  width: 47%;
  margin-right: 2vw;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.faq-tabs .tab-content .toggle-list .toggle-item p {
  font-size: 16px;
  line-height: 20.8px;
}
.faq-tabs .tab-content .toggle-list .toggle-item .toggle-item-btn {
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
}
.faq-tabs .tab-content .toggle-list .toggle-item .toggle-item-btn:after {
  filter: brightness(0.5);
  background-color: transparent;
  border: 1px solid #6F6F6E;
}
.faq-tabs .tab-content .toggle-list .toggle-item .toggle-item-btn:hover:after {
  background-color: transparent;
  border: 1px solid #6F6F6E;
}
.value-services {
  padding-bottom: 30px;
  transform: none !important;
  opacity: 1 !important;
}
.value-services .value-title {
  display: flex;
  justify-content: center;
}
.value-services h2 {
  text-align: center;
  color: #272725;
  margin-bottom: 90px;
  font-size: 60px;
  line-height: 52px;
  position: relative;
  letter-spacing: -0.04em;
  font-weight: 900;
  transform: none !important;
  opacity: 1 !important;
}
.value-services h2:after {
  content: "";
  width: 0;
  background: #ffcb05;
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 80%;
  display: block;
  z-index: -1;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
}
.value-services .value-service-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.value-services .value-service-grid .service-column {
  background: #ffffff;
  padding: 40px;
  max-width: 332px;
  min-height: 343px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  will-change: background;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.value-services .value-service-grid .service-column:last-of-type,
.value-services .value-service-grid .service-column:nth-child(3n) {
  margin-right: 0;
}
.value-services .value-service-grid .service-column .service-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.value-services .value-service-grid .service-column h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #272725;
}
.value-services .value-service-grid .service-column h3:after {
  display: none;
}
.value-services .value-service-grid .service-column h3:before {
  content: 'Tracker';
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #6F6F6E;
  text-align: center;
}
.value-services .value-service-grid .service-column .service-description {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #6F6F6E;
  margin-bottom: 0;
}
.value-services .value-service-grid .service-column .btn,
.value-services .value-service-grid .service-column a {
  background: #ffffff;
  border: 2px solid #272725;
  color: #272725;
  font-size: 20px;
  line-height: 20px;
  margin-top: 2.083vw;
  position: absolute;
  width: 80%;
  bottom: 30px;
}
.value-services .button-blocks {
  max-width: 670px;
  margin: 0 auto;
}
.value-services .button-blocks .btn-group .btn-grid {
  display: unset;
  justify-content: center;
}
.value-services .container {
  padding: 120px 70px 0 70px;
}
.value-services .container.value-added .value-service-grid .service-column {
  width: 332px;
}
.value-services .container.value-added .value-title h2 {
  font-size: 40px;
  line-height: 34.8px;
  letter-spacing: -0.04em;
  margin-bottom: 70px;
}
.value-services .container.value-added .value-title h2:after {
  display: none;
}
.value-services.bg-yellow {
  background: #F2CB13;
  position: relative;
}
.value-services.bg-yellow:before {
  content: '';
  display: block;
  position: absolute;
  top: 55px;
  left: -130px;
  background: url('../Images/bg/feature-bg.png') no-repeat -3% 6%;
  background-size: contain;
  width: 393px;
  height: 266px;
}
.value-services.bg-yellow:after {
  content: '';
  display: block;
  position: absolute;
  top: 630px;
  right: 30px;
  background: url('../Images/bg/feature-bg.png') no-repeat 0 0;
  background-size: contain;
  width: 393px;
  height: 266px;
}
.value-services.bg-yellow h2:after {
  background: #FFF8C5;
}
.value-services.bg-yellow .value-service-grid .service-column {
  background: #FFF8C5;
  align-items: flex-start;
}
.value-services.bg-yellow .value-service-grid .service-column .service-block {
  align-items: flex-start;
}
.value-services.bg-yellow .value-service-grid .service-column .service-block .service-icon {
  width: 80px;
  height: 40px;
  background-size: contain;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.value-services.bg-yellow .value-service-grid .service-column .service-block .service-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}
.value-services.bg-yellow .value-service-grid .service-column .service-block .service-title:before {
  display: none;
}
.value-services.bg-yellow .value-service-grid .service-column .service-block .service-description {
  text-align: left;
}
.value-services.left-align .value-service-grid .service-column {
  padding: 60px;
}
.value-services.left-align .value-service-grid .service-column .service-block {
  align-items: flex-start;
}
.value-services.left-align .value-service-grid .service-column .service-block .service-icon {
  width: 80px;
  height: 40px;
  background-size: contain;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.value-services.left-align .value-service-grid .service-column .service-block .service-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.value-services.left-align .value-service-grid .service-column .service-block .service-title:before {
  display: none;
}
.value-services.left-align .value-service-grid .service-column .service-block .service-description {
  text-align: left;
}
.value-services.aos-animate h2:after {
  -webkit-animation: loading-anim 2s 1 forwards;
  -khtml-animation: loading-anim 2s 1 forwards;
  -moz-animation: loading-anim 2s 1 forwards;
  -ms-animation: loading-anim 2s 1 forwards;
  -o-animation: loading-anim 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.legal-section {
  background: #ffffff;
}
.legal-section .container {
  padding: 0 180px;
}
.legal-section .container.legal-document-holder {
  padding: 60px 150px;
}
.legal-section .container.legal-document-holder .value-title {
  text-align: center;
}
.legal-section .container.legal-document-holder .value-title h4 {
  color: #272725;
  font-size: 25px;
  line-height: 22px;
  font-weight: 900;
}
.legal-section .container.legal-document-holder .legal-service-grid {
  justify-content: center;
}
.legal-section .container.legal-document-holder .legal-service-grid .col-item {
  max-width: 50%;
  width: 100%;
  margin-bottom: 2vw;
}
.legal-section .container.legal-document-holder .legal-service-grid .col-item:last-of-type {
  margin-bottom: 0;
}
.legal-section .container.legal-document-holder .legal-service-grid .col-item .service-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.legal-section .container.legal-document-holder .legal-service-grid .col-item .service-description {
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 400;
  color: #6F6F6E;
  padding: 0 12vw;
}
.legal-section .container.legal-document-holder .legal-service-grid .col-item .btn {
  max-width: 240px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 800;
  padding: 5px 2vw;
}
.legal-links {
  padding: 60px;
  background: #ffffff;
}
.legal-links .col-box .col-item {
  text-align: center;
  margin: 0 0 100px 0;
}
.legal-links .col-box .col-item a {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.legal-links .col-box .col-item a:after {
  content: '';
  width: 0;
  height: 4px;
  background: #F2CB13;
  display: block;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.legal-links .col-box .col-item a:hover:after {
  width: 100%;
}
.legal-links .col-box .col-item .cta-text {
  margin-top: unset;
  color: unset;
}
.legal-links .col-box .col-item .cta-text h4 {
  font-size: 20px;
  line-height: 28.4px;
  font-weight: 800;
  color: #272725;
}
.legal-links .col-box .col-item .cta-text p {
  font-size: 16px;
  line-height: 17.6px;
  color: #6F6F6E;
  margin-bottom: 5px;
}
.legal-links .col-box .col-item:nth-child(n+6) {
  margin-bottom: 0;
}
.contact-info-blocks .container {
  padding: 0 150px 70px 150px;
}
.contact-info-blocks .container .value-title h2 {
  text-align: center;
  color: #272725;
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 800;
}
.contact-info-blocks .container .col-item h5 {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 800;
  color: #272725;
  margin-bottom: 15px;
}
.contact-info-blocks .container .col-item p {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 500;
}
.contact-info-blocks .container .col-item p a {
  color: inherit;
}
.service-pricing-details {
  padding-bottom: 0;
}
.service-pricing-details.has-spotlight {
  overflow: visible;
}
.service-pricing-details.add-overflow {
  overflow: hidden;
}
.service-pricing-details .service-grid {
  display: flex;
  justify-content: center;
  flex-direction: row;
  scroll-snap-type: x mandatory;
  margin: 0 auto;
  position: relative;
  /*fix for business page alignment start*/
  /*&.lower-services {*/
  width: auto;
  align-items: stretch;
  flex-wrap: wrap;
  /*}*/
  /*fix for business page alignment end*/
}
.service-pricing-details .service-grid .col-item {
  background: #ffffff;
  padding: 60px 30px 30px 30px;
  max-width: 256px;
  width: 256px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  will-change: background;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  scroll-snap-align: start;
  /*fix for business page alignment start*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 310px;
  width: 360px;
  margin-right: 30px;
  margin-bottom: 30px;
  /*fix for business page alignment end*/
}
.service-pricing-details .service-grid .col-item .service-description {
  min-height: auto;
}
.service-pricing-details .service-grid .col-item:last-of-type {
  margin-right: 0;
}
.service-pricing-details .service-grid .col-item.premium:before {
  content: 'Premium';
  font-size: 14px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  right: -1px;
  background: #C6361B;
  color: #ffffff;
  box-shadow: 0 4px 11px rgba(39, 39, 37, 0.13);
  padding: 10px 30px;
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  display: none;
  will-change: opacity, transform, color, background, z-index;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.service-pricing-details .service-grid .col-item .service-block {
  min-height: 220px;
}
.service-pricing-details .service-grid .col-item span.tag {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #6F6F6E;
}
.service-pricing-details .service-grid .col-item h3.service-title {
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 32px;
  line-height: 28px;
  color: #272725;
}
.service-pricing-details .service-grid .col-item h3.service-title:after {
  display: none;
}
.service-pricing-details .service-grid .col-item h3,
.service-pricing-details .service-grid .col-item p {
  text-align: left;
}
.service-pricing-details .service-grid .col-item .service-price {
  font-weight: 900;
  font-size: 60px;
  line-height: 62px;
  margin: 60px 0 15px 0;
}
.service-pricing-details .service-grid .col-item .service-price span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  margin: 0;
  color: #6F6F6E;
}
.service-pricing-details .service-grid .col-item .service-price-descr {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #6F6F6E !important;
}
.service-pricing-details .service-grid .col-item .service-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #6F6F6E;
  min-height: 170px;
}
.service-pricing-details .service-grid .col-item .service-features {
  margin: 40px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  background: #F4F2ED;
  padding: 15px;
}
.service-pricing-details .service-grid .col-item .service-features p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 20px 0 10px;
}
.service-pricing-details .service-grid .col-item .service-features p:first-of-type {
  margin: 0 0 10px 0;
}
.service-pricing-details .service-grid .col-item .service-features span {
  display: block;
  margin-bottom: 10px;
  color: #6F6F6E;
  position: relative;
  padding-left: 30px;
}
.service-pricing-details .service-grid .col-item .service-features span:last-of-type {
  margin-bottom: 0;
}
.service-pricing-details .service-grid .col-item .service-features span:before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-size: contain !important;
  position: absolute;
  left: 0;
  top: 0;
}
.service-pricing-details .service-grid .col-item .service-features span.included:before {
  background: url(../images/ico/service-details-icon-included.svg) no-repeat center center;
}
.service-pricing-details .service-grid .col-item .service-features span.excluded:before {
  background: url(../images/ico/service-details-icon-excluded.svg) no-repeat center center;
}
.service-pricing-details .service-grid .col-item .service-cta-box .btn,
.service-pricing-details .service-grid .col-item .service-cta-box a {
  background: #ffffff;
  border: 2px solid #272725;
  color: #272725;
  font-size: 20px;
  line-height: 20px;
  padding: 18px 30px;
}
.service-pricing-details .service-grid .col-item .service-cta-box .btn:first-of-type,
.service-pricing-details .service-grid .col-item .service-cta-box a:first-of-type {
  margin: 25px 0 0 0;
}
.service-pricing-details .service-grid .col-item .service-cta-box .btn:first-of-type:hover,
.service-pricing-details .service-grid .col-item .service-cta-box a:first-of-type:hover {
  border: 2px solid #6F6F6E;
}
.service-pricing-details .service-grid .col-item .service-cta-box .btn:last-of-type,
.service-pricing-details .service-grid .col-item .service-cta-box a:last-of-type {
  background: #F2CB13;
  border: 0;
}
.service-pricing-details .service-grid .col-item .service-cta-box .btn:last-of-type:hover,
.service-pricing-details .service-grid .col-item .service-cta-box a:last-of-type:hover {
  background: #FAE12C;
}
.service-pricing-details .service-grid.multi-services {
  display: block;
  position: relative;
  width: 100%;
}
.service-pricing-details .service-grid.multi-services .col-item {
  max-width: 308px;
  width: 308px;
}
.service-pricing-details .service-grid.multi-services .service-head .tag {
  color: #6F6F6E;
  font-size: 16px;
  line-height: 20.8px;
}
.service-pricing-details .service-grid.multi-services .service-head .service-title {
  color: #272725;
}
.service-pricing-details .service-grid.multi-services .slick-slide .container {
  width: 100%;
}
.service-pricing-details .service-grid.multi-services .slick-prev,
.service-pricing-details .service-grid.multi-services .slick-next {
  width: 48px;
  height: 48px;
  background-size: 34px 34px !important;
  position: absolute;
  top: 33%;
  filter: drop-shadow(0px 0px 51px rgba(39, 39, 37, 0.1));
  text-indent: -9999px;
  z-index: 4;
  border-radius: 100%;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.service-pricing-details .service-grid.multi-services .slick-prev.slick-disabled,
.service-pricing-details .service-grid.multi-services .slick-next.slick-disabled {
  opacity: 0;
}
.service-pricing-details .service-grid.multi-services .slick-prev {
  background: #F2CB13 url(../images/ico/tracker-carousel.svg) no-repeat center center;
  transform: rotate(180deg);
  left: -100px;
}
.service-pricing-details .service-grid.multi-services .slick-next {
  background: #F2CB13 url(../images/ico/tracker-carousel.svg) no-repeat center center;
  right: -100px;
}
.service-pricing-details .service-grid.lower-services {
  width: auto;
  align-items: stretch;
  flex-wrap: wrap;
}
.service-pricing-details .service-grid.lower-services .col-item {
  /*max-width: 360px;*/
  max-width: 310px;
  width: 360px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.service-pricing-details .service-grid.lower-services .col-item .service-description {
  min-height: auto;
}
.service-pricing-details .service-grid.driver-safety .col-item .service-block {
  min-height: 150px;
}
.service-pricing-details .service-grid.personal-safety .service-head .tag {
  color: #6F6F6E;
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 10px;
}
.service-pricing-details .service-grid.personal-safety .service-head .service-title {
  color: #272725;
}
.service-pricing-details .service-grid.personal-safety .service-description {
  font-size: 16px;
  line-height: 20.8px;
  margin-top: 40px;
}
.service-pricing-details .service-grid.for-me-vehicles .slick-list {
  padding-top: 20px;
}
.service-pricing-details .service-grid.for-me-vehicles .service-head {
  min-height: 90px;
}
.service-pricing-details .service-grid.business-optimisation .service-title {
  max-width: 75%;
}
.service-pricing-details .service-grid.slick-initialized {
  max-width: 1100px;
}
.service-pricing-details .service-grid.slick-initialized .slick-list {
  z-index: 1;
}
.service-pricing-details .service-grid.slick-initialized:after {
  content: '';
  height: 120%;
  width: 260px;
  position: absolute;
  top: -18px;
  right: 0;
  background: url('../Images/slider-fade.png') no-repeat top center;
  background-size: cover;
  display: block;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
.service-pricing-details .service-grid.slick-initialized.at-end:after {
  opacity: 0;
}
.service-pricing-details .service-grid .service-spotlight,
.service-pricing-details .service-grid .service-spotlight-mobi {
  position: absolute;
  top: -220px;
  left: -130px;
  width: 326px;
  height: auto;
}
.service-pricing-details .service-grid.service-mobi,
.service-pricing-details .service-grid .service-spotlight-mobi {
  display: none;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover,
.service-pricing-details .service-grid.service-mobi .col-item.active,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active {
  background: #3C3C3A;
  cursor: crosshair;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover.premium:before,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover.premium:before,
.service-pricing-details .service-grid.service-mobi .col-item.active.premium:before,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active.premium:before {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
  background: #C6361B;
  color: #ffffff;
  z-index: 1;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover span.tag,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover span.tag,
.service-pricing-details .service-grid.service-mobi .col-item.active span.tag,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active span.tag {
  color: #9C9B9B;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover h3.service-title,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover h3.service-title,
.service-pricing-details .service-grid.service-mobi .col-item.active h3.service-title,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active h3.service-title {
  color: #ffffff;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-price,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-price,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-price,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-price {
  color: #ffffff;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-price span,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-price span,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-price span,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-price span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  margin: 0;
  color: #9C9B9B !important;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-price-descr,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-price-descr,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-price-descr,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-price-descr {
  color: #9C9B9B;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-description,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-description,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-description,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-description {
  color: #CFCFCF;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-features,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-features,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-features,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-features {
  background: #272725;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-features p,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-features p,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-features p,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-features p {
  color: #ffffff !important;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-features span.included,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-features span.included,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-features span.included,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-features span.included {
  color: #ffffff !important;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-cta-box .btn,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-cta-box .btn,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-cta-box .btn,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-cta-box .btn,
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-cta-box a,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-cta-box a,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-cta-box a,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-cta-box a {
  background: #3C3C3A;
  border: 2px solid #6F6F6E;
  color: #ffffff;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-cta-box .btn:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-cta-box .btn:hover,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-cta-box .btn:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-cta-box .btn:hover,
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-cta-box a:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-cta-box a:hover,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-cta-box a:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-cta-box a:hover {
  background: #6F6F6E;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-cta-box .btn:last-of-type,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-cta-box .btn:last-of-type,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-cta-box .btn:last-of-type,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-cta-box .btn:last-of-type,
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-cta-box a:last-of-type,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-cta-box a:last-of-type,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-cta-box a:last-of-type,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-cta-box a:last-of-type {
  background: #F2CB13;
  color: #272725;
  border: 0;
}
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-cta-box .btn:last-of-type:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-cta-box .btn:last-of-type:hover,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-cta-box .btn:last-of-type:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-cta-box .btn:last-of-type:hover,
.service-pricing-details .service-grid.service-mobi .col-item:hover .service-cta-box a:last-of-type:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item:hover .service-cta-box a:last-of-type:hover,
.service-pricing-details .service-grid.service-mobi .col-item.active .service-cta-box a:last-of-type:hover,
.service-pricing-details .service-grid .service-spotlight-mobi .col-item.active .service-cta-box a:last-of-type:hover {
  background: #FAE12C;
}
.product-block .intro-text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  max-width: 76%;
  margin-bottom: 30px;
}
.product-block .product-details {
  display: flex;
  align-items: center;
}
.product-block .product-details .product-info {
  width: 50%;
  padding-right: 100px;
}
.product-block .product-details .product-info h3 {
  font-weight: 800;
  font-size: 96px;
  line-height: 82px;
  margin: 0;
  color: #272725;
}
.product-block .product-details .product-info h4 {
  font-weight: 900;
  font-size: 40px;
  line-height: 42px;
  color: #272725;
  letter-spacing: -0.04em;
  margin-bottom: 60px;
}
.product-block .product-details .product-info sub {
  display: block;
  bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-block .product-details .product-info span {
  color: #6F6F6E;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.product-block .product-details .product-info p {
  font-size: 16px;
  line-height: 20px;
  max-width: 100%;
  font-weight: normal;
  margin-bottom: 30px;
}
.product-block .product-details .product-info p a {
  padding-bottom: 2px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.product-block .product-details .product-info p a:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #F2CB13;
  will-change: background;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.product-block .product-details .product-info p a:hover {
  color: inherit;
}
.product-block .product-details .product-info p a:hover:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #FAE12C;
}
.product-block .product-details .product-info ul li {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  max-width: 80%;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 30px;
}
.product-block .product-details .product-info ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #F2CB13;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}
.product-block .product-details .product-info a {
  border: 0;
  text-decoration: none;
}
.product-block .product-details .product-info a img {
  max-width: 120px;
  height: auto !important;
  margin-bottom: 0;
  margin-right: 10px;
  border: 0;
  text-decoration: none;
}
.product-block .product-details .product-info a:last-of-type img {
  margin-right: 0;
}
.product-block .product-details .product-info em {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  max-width: 80%;
  display: block;
  font-style: normal;
  margin-top: 20px;
}
.product-block .product-details .product-info em a {
  padding-bottom: 2px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.product-block .product-details .product-info em a:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #F2CB13;
  will-change: background;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.product-block .product-details .product-info em a:hover {
  color: inherit;
}
.product-block .product-details .product-info em a:hover:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #FAE12C;
}
.product-block .product-details .product-image {
  width: 50%;
}
.product-block .product-focus {
  padding: 0 150px 70px 150px;
}
.product-block .product-focus .product-details .product-info p {
  font-size: 20px;
  line-height: 26px;
}
.product-block .contained {
  padding: 70px 150px 70px 150px;
}
.product-block .contained .product-details .product-image {
  order: 1;
  justify-content: flex-start;
}
.product-block .contained .product-details .product-info {
  order: 2;
  padding-right: 0;
  padding-left: 120px;
}
.product-block .contained .product-details .product-info ul li {
  max-width: 100%;
  margin-bottom: 10px;
}
.product-block .contained .product-details .product-info ul li:last-of-type {
  margin-bottom: 30px;
}
.product-block .left {
  padding: 70px 150px 70px 0;
}
.product-block .left .product-details .product-image {
  order: 1;
  justify-content: flex-start;
  margin-top: -70px;
}
.product-block .left .product-details .product-info {
  order: 2;
  padding-right: 0;
  padding-left: 120px;
}
.product-block .left .product-details .product-info ul li {
  max-width: 100%;
  margin-bottom: 10px;
}
.product-block .left .product-details .product-info ul li:last-of-type {
  margin-bottom: 30px;
}
.product-block .right {
  padding: 70px 0 70px 150px;
}
.product-block .right .product-details .product-image {
  order: 2;
  justify-content: flex-end;
  margin-top: -70px;
}
.product-block .right .product-details .product-info {
  order: 1;
  padding-right: 120px;
}
.product-block .right .product-details .product-info h4 {
  padding-right: 100px;
}
.section-title {
  position: relative;
}
.section-title:after {
  content: '';
  position: absolute;
  top: -220px;
  left: -200px;
  display: block;
  background: url(../images/circle-yellow-texture-intro.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 352px;
  min-height: 266px;
  z-index: -1;
}
.section-title h4 {
  color: #272725;
  font-size: 25px;
  line-height: 22px;
  font-weight: 900;
  max-width: 50%;
  margin: 0 auto 60px auto;
}
.video-group {
  border: 3vw solid #fff;
  max-width: 50vw;
  margin: 0 auto;
  box-shadow: -3px 0 20px #0000004d;
}
.btn-group {
  padding-bottom: 30px;
}
.btn-group .btn-grid {
  display: flex;
  justify-content: center;
}
.btn-group .btn-grid .btn {
  margin: 0 30px 30px 0;
}
.btn-group .btn-grid .btn.btn-white {
  background: #ffffff;
  color: #272725;
}
.btn-group .btn-grid .btn.btn-white:hover {
  background: #ECECEC;
}
.btn-group .btn-grid .btn.btn-yellow {
  background: #F2CB13;
  color: #272725;
}
.btn-group .btn-grid .btn.btn-yellow:hover {
  background: #FAE12C;
}
.btn-group .btn-grid .btn.btn-darkgrey {
  background: #272725;
  color: #ffffff;
}
.btn-group .btn-grid .btn.btn-darkgrey:hover {
  background: #3C3C3A;
}
.btn-group .btn-grid .btn.btn-lightgrey {
  background: #CFCFCF;
}
.btn-group .btn-grid .btn.btn-lightgrey:hover {
  background: #9C9B9B;
}
.btn-group .btn-grid .btn.btn-border-dark {
  background: transparent;
  border: 2px solid #6F6F6E;
  color: #272725;
}
.btn-group .btn-grid .btn.btn-border-dark:hover {
  background: #6F6F6E;
}
.btn-group .btn-grid .btn.btn-border-light {
  background: transparent;
  border: 2px solid #6F6F6E;
  color: #ffffff;
}
.btn-group .btn-grid .btn.btn-border-light:hover {
  background: #6F6F6E;
}
.request-demo-container {
  background: #3C3C3A;
  padding: 120px 150px 70px 150px;
  position: relative;
  margin-bottom: -70px;
}
.request-demo-container .request-demo-box {
  display: flex;
  justify-content: space-between;
}
.request-demo-container .request-demo-box .info-details {
  width: 50%;
}
.request-demo-container .request-demo-box .info-details h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 34.8px;
  font-weight: 900;
  max-width: 70%;
  margin-bottom: 60px;
}
.request-demo-container .request-demo-box .info-details ul li {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 20px;
  max-width: 71%;
}
.request-demo-container .request-demo-box .info-details ul li:last-of-type {
  margin-bottom: 0;
}
.request-demo-container .request-demo-box .info-details ul li:before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../images/ico/service-details-icon-included.svg) no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
.request-demo-container .request-demo-box .info-image {
  width: 40%;
}
.request-demo-container .button-blocks {
  margin-top: 60px;
}
.request-demo-container .button-blocks .btn-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.request-demo-container .button-blocks .btn-grid p {
  display: none;
}
.request-demo-container .button-blocks .btn-grid a.btn {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  max-width: unset;
  padding: 18px 30px;
  width: 33%;
  margin: 0 30px 30px 0;
}
.partner-logos {
  padding: 0 150px 0 150px;
}
.partner-logos h3 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 800;
  color: #272725;
  text-align: center;
  position: relative;
  margin: 20px 0 60px 0;
}
.partner-logos .spacer {
  display: block;
  overflow: hidden;
  margin: 10px 0 !important;
}
.partner-logos .partner-logos-blocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.partner-logos .partner-logos-blocks .col-item {
  margin-right: 20px;
}
.partner-logos .partner-logos-blocks .col-item:last-of-type {
  margin-right: 0;
}
#videos-holder {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: -3px 0 20px #0000004d;
}
#videos-holder .video-group {
  box-shadow: none;
}
#videos-holder .video-group .video-caption {
  display: none;
}
#videos-holder .slick-slide .container {
  width: 100%;
}
#videos-holder .slick-prev,
#videos-holder .slick-next {
  width: 24px;
  height: 24px;
  background-size: 18px 18px !important;
  position: absolute;
  top: 45%;
  filter: drop-shadow(0px 0px 51px rgba(39, 39, 37, 0.1));
  text-indent: -9999px;
  z-index: 4;
  border-radius: 100%;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#videos-holder .slick-prev.slick-disabled,
#videos-holder .slick-next.slick-disabled {
  opacity: 0;
}
#videos-holder .slick-prev {
  background: #F2CB13 url(../images/ico/tracker-carousel.svg) no-repeat center center;
  transform: rotate(180deg);
  left: 10px;
}
#videos-holder .slick-next {
  background: #F2CB13 url(../images/ico/tracker-carousel.svg) no-repeat center center;
  right: 10px;
}
.title-blockquote {
  position: relative;
}
.title-blockquote:before {
  content: '';
  position: absolute;
  top: -28px;
  left: 10px;
  display: block;
  background: url(../images/circle-yellow-texture-wide.svg) no-repeat center center;
  background-size: contain !important;
  width: 100%;
  max-width: 597px;
  height: 96px;
}
.title-blockquote:after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: 20px;
  display: block;
  background: url(../images/circle-yellow-texture-tall.svg) no-repeat center center;
  background-size: contain !important;
  width: 100%;
  max-width: 263px;
  height: 427px;
  z-index: 0;
}
.title-blockquote .block-area {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}
.title-blockquote .block-area h2 {
  font-size: 96px;
  line-height: 84px;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #272725;
}
.title-blockquote .block-area div {
  position: relative;
}
.title-blockquote .block-area div.dual {
  width: 100%;
  z-index: 2;
}
.title-blockquote .block-area div.dual.connect h2 {
  max-width: 673px;
}
.title-blockquote .block-area div.dual.care-guard h2 {
  max-width: 860px;
}
.title-blockquote .block-area div.dual.empower h2 {
  max-width: 813px;
  padding: 70px 0;
}
.title-blockquote .block-area div.dual.connect-lite h2 {
  max-width: 813px;
  padding: 20px 0;
}
.title-blockquote .block-area div.dual.motorcycle h2 {
  max-width: 810px;
  padding: 10px 0;
}
.title-blockquote .block-area div.dual.retrieve h2 {
  max-width: 630px;
}
.title-blockquote .block-area div.dual.roam h2 {
  max-width: 670px;
}
.title-blockquote .block-area div.dual:last-of-type {
  width: 35%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.title-blockquote .block-area div.dual:last-of-type img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.title-blockquote .block-area div.dual:last-of-type:after {
  width: 25.521vw;
  height: 25.521vw;
  border-radius: 100%;
  position: absolute;
  right: -2vw;
  top: 3vw;
  z-index: -1;
  background: #F2CB13;
}
.title-blockquote .block-area div.dual:last-of-type.dark-bg:after {
  background: #272725;
}
.title-blockquote .block-area div.dual:last-of-type.connect-lite {
  width: 489px;
}
.title-blockquote .block-area div.dual:last-of-type.connect-lite img {
  right: 110px;
}
.title-blockquote .block-area div.dual:last-of-type.care-guard {
  width: 529px;
}
.title-blockquote .block-area div.dual:last-of-type.care-guard img {
  right: 0;
  top: 50px;
}
.title-blockquote .block-area div.dual:last-of-type.care-guard:after {
  display: none;
}
.title-blockquote .block-area div.dual:last-of-type.empower {
  width: 571px;
}
.title-blockquote .block-area div.dual:last-of-type.empower img {
  bottom: 10px;
}
.title-blockquote .block-area div.dual:last-of-type.connect {
  width: 454px;
}
.title-blockquote .block-area div.dual:last-of-type.connect img {
  right: 120px;
}
.title-blockquote .block-area div.dual:last-of-type.motorcycle {
  width: 585px;
}
.title-blockquote .block-area div.dual:last-of-type.motorcycle img {
  bottom: 28px;
}
.title-blockquote .block-area div.dual:last-of-type.retrieve {
  width: 454px;
}
.title-blockquote .block-area div.dual:last-of-type.retrieve img {
  right: 110px;
}
.title-blockquote .block-area div.dual:last-of-type.roam {
  width: 758px;
}
.title-blockquote .block-area div.dual:last-of-type.roam img {
  top: 27px;
  right: 100px;
}
.title-blockquote .block-area div.single {
  width: 100%;
}
.title-blockquote .block-area div.single h2 {
  text-align: center;
  padding: 70px 150px;
}
.title-blockquote.has-bg {
  background: #3C3C3A;
}
.title-blockquote.has-bg .block-area {
  display: flex;
}
.title-blockquote.has-bg .block-area h2 {
  color: #ffffff;
}
.title-blockquote.no-bg {
  background: transparent;
}
.title-blockquote.no-bg:before {
  display: none;
}
.title-blockquote.no-bg:after {
  display: none;
}
.title-blockquote.no-bg .container {
  position: relative;
}
.title-blockquote.no-bg .container:after {
  position: absolute;
  bottom: 230px;
  right: 20px;
  display: block;
  background: url(../images/circle-yellow-texture-solid.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 201px;
  min-height: 360px;
}
.title-blockquote.no-bg div {
  position: relative;
}
.title-blockquote.no-bg div.dual:last-of-type:after {
  content: '';
  width: 492px;
  height: 492px;
  border-radius: 100%;
  position: absolute;
  right: -120px;
  top: 50px;
  z-index: -1;
  background: #FAE12C;
}
.feature-block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 45vh;
  background: #ffffff;
  padding: 40px;
}
.feature-block .feature-icon {
  position: relative;
  width: 48px;
  height: 48px;
  background-size: contain;
}
.feature-block .feature-title {
  font-size: 20px;
  line-height: 21px;
  font-weight: 900;
  margin-bottom: 30px;
}
.feature-block .feature-content {
  font-size: 14px;
  line-height: 21px;
}
.related-features {
  max-width: 1133px;
  margin: 0 auto;
  padding: 70px 0;
  background: #3C3C3A;
}
.related-features .features-box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.related-features .features-box .col-item {
  margin-right: 0;
}
.related-features .features-box .col-item:last-of-type {
  margin-right: 0;
}
.related-features .features-box .col-item .feature-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  background: transparent;
  min-height: unset;
  padding: unset;
}
.related-features .features-box .col-item .feature-block h6 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  max-width: 70%;
  text-align: center;
}
.page-cover.hero-banner {
  height: calc(80vh - 15vw);
}
.campaign-container {
  padding: 3vw 10vw !important;
}
.campaign-container h3 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-align: center;
  color: #272725;
  margin: 0 auto 60px auto;
  width: max-content;
  z-index: 1;
  position: relative;
}
.campaign-container h3:after {
  content: "";
  width: 0;
  background: #ffcb05;
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 80%;
  display: block;
  z-index: -1;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
}
.campaign-container h3.aos-animate:after {
  -webkit-animation: loading-anim 2s 1 forwards;
  -khtml-animation: loading-anim 2s 1 forwards;
  -moz-animation: loading-anim 2s 1 forwards;
  -ms-animation: loading-anim 2s 1 forwards;
  -o-animation: loading-anim 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.campaign-container h4 {
  font-size: 40px;
  line-height: 34.8px;
  font-weight: 900;
  text-align: center;
  margin-top: -3vw;
}
.campaign-container p {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.campaign-container .btn,
.campaign-container input[type=submit] {
  margin: 1vw auto 2vw auto;
  display: block;
}
.campaign-container .price-blocks {
  margin: 3vw 0;
  padding: 0 10vw;
  display: flex;
  justify-content: center;
}
.campaign-container .price-blocks span {
  width: 33.3%;
  margin-right: 30px;
  background: #ffffff;
  padding: 3vw 2vw;
  font-size: 1.667vw;
  line-height: 1.45vw;
  font-weight: 900;
  color: #272725;
}
.campaign-container .price-blocks span b,
.campaign-container .price-blocks span strong {
  font-size: 3.125vw;
  line-height: 3.229vw;
  font-weight: 900;
  display: block;
  margin: 4.95vw 0 0 0;
}
.campaign-container .price-blocks span:last-of-type {
  margin-right: 0;
}
.campaign-container .statistics-block-cta {
  justify-content: flex-start;
}
.campaign-container input[type=submit] {
  margin: 1vw 0;
}
.campaign-container ul {
  display: flex;
  margin: 2vw auto 0 auto;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.campaign-container ul li {
  position: relative;
  font-size: 16px;
  line-height: 20.8px;
  max-width: 100%;
  font-weight: normal;
  margin-bottom: 30px;
  margin-right: 5vw;
  padding-left: 30px;
}
.campaign-container ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #F2CB13 url(../images/ico/service-details-icon-included.svg) no-repeat center center;
  background-size: contain;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.campaign-container ul li:last-of-type {
  margin-right: 0;
}
.campaign-container ol {
  display: block;
  margin: 2vw auto 0 auto;
  width: 100%;
  list-style: disc;
}
.campaign-container ol li {
  position: relative;
  font-size: 16px;
  line-height: 20.8px;
  max-width: 100%;
  font-weight: normal;
  margin-bottom: 15px;
  padding-left: 10px;
  list-style: disc;
}
.campaign-container ol li:before {
  content: '';
  display: none;
  width: 16px;
  height: 16px;
  background: #F2CB13 url(../images/ico/service-details-icon-included.svg) no-repeat center center;
  background-size: contain;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.campaign-container ol li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.campaign-container.dark-bg {
  overflow: hidden;
  padding: 5vw 10vw !important;
  background-image: none;
  display: block;
}
.campaign-container.dark-bg:before {
  width: 700px;
  height: 700px;
  bottom: -370px;
  left: -40px;
}
.campaign-container.dark-bg:after {
  left: 110px;
  bottom: -10px;
}
.campaign-form-wrap {
  padding: 0;
  display: flex;
  width: 100%;
  position: relative;
}
.campaign-form-wrap:before {
  content: 'Call me for a quote';
  color: #ffffff;
  font-size: 40px;
  line-height: 34.8px;
  font-weight: 900;
  letter-spacing: -0.04em;
  z-index: 6;
  width: 50%;
  position: relative;
  top: 20px;
}
.campaign-form-wrap form {
  width: 50%;
}
.campaign-form-wrap form .check-field .input:checked ~ .check-label {
  color: #CFCFCF;
  font-weight: 500;
}
.campaign-form-wrap form p {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.campaign-form-wrap form .field-group.check-list-top {
  margin-top: 30px;
  margin-bottom: 60px;
}
.campaign-container.referral-form:after {
  display: none;
}
.campaign-container.referral-form:before {
  z-index: 0;
  width: 900px;
  height: 900px;
  bottom: -530px;
  left: -10px;
}
.campaign-container.referral-form input[type=submit] {
  padding: 18px 70px;
}
.campaign-container.referral-form .campaign-form-wrap:before {
  display: none;
}
.campaign-container.referral-form .campaign-form-wrap .friendheader {
  font-size: 20px;
  line-height: 20.4px;
  font-weight: 500;
  color: #ffffff;
}
.campaign-container.referral-form .campaign-form-wrap .addFriendbtn {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 16.32px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
.campaign-container.referral-form .campaign-form-wrap .addFriendbtn:before {
  content: '';
  width: 46px;
  height: 46px;
  background: url(../images/ico/add-btn-icon.svg) no-repeat center center;
  background-size: contain;
  margin-right: 20px;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.campaign-container.referral-form .campaign-form-wrap .addFriendbtn:hover:before {
  transform: scale(0.8);
}
.campaign-container.referral-form .campaign-form-wrap form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.campaign-container.referral-form .campaign-form-wrap form .col-form {
  margin-bottom: 3vw;
  width: 50%;
  padding-right: 5vw;
  display: none;
}
.campaign-container.referral-form .campaign-form-wrap form .col-form:first-of-type {
  margin-top: 40px;
}
.campaign-container.referral-form .campaign-form-wrap form .col-form:first-of-type,
.campaign-container.referral-form .campaign-form-wrap form .col-form:nth-of-type(2) {
  display: block;
}
.campaign-container.referral-form .campaign-form-wrap form .col-form:nth-child(2) {
  padding-right: 0;
}
.campaign-container.referral-form .campaign-form-wrap form .check-list {
  width: 100%;
}
.campaign-container.referral-form .campaign-form-wrap form .check-field .input:checked ~ .check-label:before,
.campaign-container.referral-form .campaign-form-wrap form .radio-field .input:checked ~ .radio-label:before {
  border-color: #ffcb05;
  background-color: #ffcb05;
  background-image: url(../images/ico/ico-checkmark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
form .service-title,
form .group-title {
  display: block;
  width: 100%;
  margin: 40px 0 10px 0;
  color: #ffffff;
}
form .field-label {
  font-size: 16px;
  line-height: 17.6px;
  font-weight: 400;
  color: #ffffff;
}
form .check-label,
form .radio-label,
form .text-box .input {
  font-size: 16px;
  line-height: 17.6px;
  font-weight: 500;
  color: #CFCFCF;
}
form .text-box .input {
  font-weight: 400;
}
form .text-box .input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CFCFCF;
  opacity: 1;
  /* Firefox */
}
form .text-box .input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CFCFCF;
}
form .check-field .input:checked ~ .check-label,
form .radio-field .input:checked ~ .radio-label {
  color: #CFCFCF;
  font-weight: 500;
}
form p {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
form .submit-field,
form .submit-field.submit-m-big,
form .button-field {
  margin-top: 30px;
}
.boxed-iframe {
  position: relative;
}
.boxed-iframe iframe {
  height: 100vh;
  width: 100%;
  max-width: 30vw;
  display: block;
  border: 0;
  margin: 4vw auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.cover-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 45px 0 0 0;
}
.cover-title h3 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #272725;
  text-align: center;
  position: relative;
  margin: 60px 0 0px;
  z-index: 1;
}
.cover-title h3:after {
  content: "";
  width: 0;
  background: #ffcb05;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 65%;
  display: block;
  z-index: -1;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
}
.cover-title p {
  font-size: 20px;
  line-height: 26px;
  color: #6F6F6E;
  text-align: center;
  max-width: 72%;
  font-weight: 400;
}
.cover-title.aos-animate h3:after {
  -webkit-animation: loading-anim 2s 1 forwards;
  -khtml-animation: loading-anim 2s 1 forwards;
  -moz-animation: loading-anim 2s 1 forwards;
  -ms-animation: loading-anim 2s 1 forwards;
  -o-animation: loading-anim 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.footer-main-panel .footer-logo img,
.footer-main-panel .footer-logo svg {
  margin: 0 auto!important;
  max-width: 142px;
}
footer {
  color: #272725;
  background: #F2CB13;
}
footer .container {
  max-width: 1180px;
}
footer h6 {
  font-size: 16px;
  line-height: 17.6px;
  color: #272725;
  margin-bottom: 30px;
  font-weight: 900;
}
footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-social .social-link {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  will-change: transform;
}
footer .footer-social .social-link:hover {
  transform: scale(0.9);
}
footer .footer-links-panel {
  padding: 0 0 50px;
  border-top: 0;
}
footer .footer-links-panel .footer-sitemap-section {
  flex-basis: unset;
}
footer .footer-links-panel .footer-sitemap-section .compact-toggle-list {
  font-weight: inherit;
}
footer .footer-links-panel .footer-sitemap-section .col-item ul li {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .footer-links-panel .footer-sitemap-section .col-item ul li:last-of-type {
  marginm-bottom: 0;
}
footer .footer-links-panel .footer-sitemap-section .col-item ul li a {
  color: #272725;
}
footer .footer-links-panel .footer-sitemap-section .col-item ul li a:hover {
  opacity: 0.9;
}
.locate-container {
  position: relative;
  margin: -20px 0 0;
}
.locate-container .map-box {
  position: relative;
  width: 100vw;
  height: 106vh;
  height: 1024px;
  padding-bottom: 0;
  background: url(../images/tracker-map-placeholder.png) no-repeat center center;
  background-size: cover;
}
.locate-container .map-box #map {
  z-index: -1;
}
.locate-container .map-box.active #map {
  z-index: 0;
}
.locate-container .map-features {
  position: absolute;
  top: 0;
  left: 5vw;
  width: 100%;
  max-width: 440px;
}
.locate-container .map-features h3 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #272725;
  text-align: left;
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px auto;
  z-index: 1;
}
.locate-container .map-features h3:after {
  content: "";
  width: 0;
  background: #ffcb05;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 65%;
  display: block;
  z-index: -1;
  max-width: 80%;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.2s;
}
.locate-container .map-features .map-features-header {
  background: #ffffff;
  padding: 40px 40px 10px 40px;
}
.locate-container .map-features .map-features-header .tab-btn {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  margin-right: 0;
  font-size: 16px;
  line-height: 20px;
}
.locate-container .map-features .map-features-header .tab-btn:first-of-type {
  order: 1;
}
.locate-container .map-features .map-features-header .tab-btn:last-of-type {
  order: 3;
}
.locate-container .map-features .map-features-header .tab-btn:before {
  content: '';
  background: url('../Images/img/ico-map-marker-grey.svg') center center no-repeat;
  background-size: contain !important;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
.locate-container .map-features .map-features-header .tab-btn:last-of-type {
  margin-right: 0;
}
.locate-container .map-features .map-features-header .tab-btn:last-of-type:before {
  background: url('../Images/img/ico-map-marker-grey.svg') center center no-repeat;
}
.locate-container .map-features .tabs {
  margin-bottom: 0;
  justify-content: space-evenly;
}
.locate-container .map-features .tabs:after {
  content: '';
  width: 3px;
  background: #ECECEC;
  margin: 0 15px;
  order: 2;
}
.locate-container .map-features .container-half {
  padding: 0;
}
.locate-container .map-features .location-options {
  background: #ffffff;
  padding: 40px;
  pointer-events: none;
}
.locate-container .map-features .location-options .select-ul,
.locate-container .map-features .location-options .select-ul li.init {
  color: #272725;
}
.locate-container .map-features .location-options .select-ul {
  height: 46px;
  line-height: 42px;
}
.locate-container .map-features .location-options .select-ul li.init {
  height: 46px;
  line-height: 42px;
}
.locate-container .map-features .location-options .select-ul .simplebar-offset {
  bottom: -10px !important;
}
.locate-container .map-features .location-options .select-ul .simplebar-track {
  display: none;
}
.locate-container .map-features .location-options .select-ul:after {
  background: url(../Images/ico/icon-dropdown.svg) no-repeat center center;
  background-size: contain;
  border: 0;
  width: 20px;
  height: 10px;
}
.locate-container .map-features .location-options .select-ul .select-box {
  border-radius: 44px;
  border: 2px solid #6F6F6E;
  background: #ffffff;
}
.locate-container .map-features .location-options .select-ul .select-instruction {
  background-color: #ffffff;
  border: 0;
}
.locate-container .map-features .location-options .select-ul.disabled .select-box {
  border: 2px solid #EAEAEA;
  background: #EAEAEA;
}
.locate-container .map-features .location-options .select-ul.disabled:after {
  opacity: 0.4;
}
.locate-container .map-features .location-options .select-ul.open .select-box {
  border-radius: 4px;
}
.locate-container .map-features .location-results {
  margin-top: 40px;
  background: #3C3C3A;
  padding: 40px;
  color: #ffffff;
}
.locate-container .map-features .location-results h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.locate-container .map-features .location-results .location-list {
  padding-right: 30px;
}
.locate-container .map-features .location-results .location-list .location-item {
  border-bottom: 1px solid #ffffff26;
}
.locate-container .map-features .location-results .simplebar-content {
  overflow-x: hidden !important;
}
.locate-container .map-features .location-results .simplebar-track:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff0f;
  width: 4px;
  height: 100%;
}
.locate-container .map-features .location-results .simplebar-track .simplebar-scrollbar {
  min-height: 70px !important;
  z-index: 3;
}
.locate-container .map-features .location-results .simplebar-track .simplebar-scrollbar:before {
  background: #ffffff40 !important;
  right: 0;
}
.locate-container .map-features .location-results .location-results-box {
  border-bottom: transparent !important;
  border-bottom: 0;
  border-top: 0;
  max-height: 35vh;
  max-height: 359px;
}
.locate-container .map-features .location-results a {
  color: #ffffff !important;
}
.locate-container .map-features.active .location-options {
  pointer-events: all;
}
.locate-container.home-map-widget {
  margin: -70px 0 0 0;
}
.locate-container.home-map-widget .map-features {
  top: -3vw;
  left: 5vw;
}
.locate-container.locate-map-widget {
  margin: 40px 0 -86px;
}
.locate-container.locate-map-widget .map-features {
  top: 0;
  left: 5vw;
}
.locate-container.shifted .map-features {
  top: -3vw;
  left: 5vw;
}
.locate-container.shifted-tabs {
  margin: -20px 0 -70px 0;
}
.locate-container.shifted-tabs .map-features {
  top: -3vw;
  left: 5vw;
}
.locate-container.aos-init .map-features h3:after {
  -webkit-animation: loading-anim 2s 1 forwards;
  -khtml-animation: loading-anim 2s 1 forwards;
  -moz-animation: loading-anim 2s 1 forwards;
  -ms-animation: loading-anim 2s 1 forwards;
  -o-animation: loading-anim 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.fast-lane {
  background: #3C3C3A;
  color: #ffffff;
}
.fast-lane .terms-container .check-label.checkbox-label-tsandcs .input.checkbox-input-tsandcs {
  opacity: 0;
}
.fast-lane .container h3 {
  margin-top: 60px;
  text-align: center;
}
.fast-lane .container #form-target {
  text-align: center;
}
.fast-lane .container form {
  max-width: 60vw;
  margin: 0 auto;
}
.fast-lane .container form .group-title {
  font-size: 32px;
  font-weight: bold;
  margin: 100px 0 60px 0;
}
.fast-lane .container form .group-title + p {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.fast-lane .container form .fsl-status-type {
  display: flex;
  max-width: 430px;
}
@media screen and (max-width: 970px) {
  .fast-lane .container form .passport {
    padding: 20px 0 20px 0;
  }
}
.fast-lane .container form .identification-type {
  position: relative;
}
@media screen and (max-width: 970px) {
  .fast-lane .container form .identification-type {
    flex-direction: column;
  }
  .fast-lane .container form .identification-type .error {
    display: block;
    margin-top: 20px;
  }
}
.fast-lane .container form .field-hide {
  position: absolute;
  top: -380%;
  left: 0;
  opacity: 0;
}
.fast-lane .container form .fsl-product-care .product-type p,
.fast-lane .container form .fsl-product-protect .product-type p,
.fast-lane .container form .fsl-product-recover .product-type p {
  padding-left: 37px;
}
.fast-lane .container form .fsl-product-care .deal-type,
.fast-lane .container form .fsl-product-protect .deal-type,
.fast-lane .container form .fsl-product-recover .deal-type {
  margin-left: 37px;
  border: 1px solid #ffffff;
  padding: 30px;
}
.fast-lane .error-id {
  color: #e30613;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  margin-top: 10px;
  padding: 1px 0;
  padding-left: 26px;
  position: relative;
  display: block;
  width: 100%;
}
.fast-lane .error-id:before {
  content: "";
  background-color: #e30613;
  background-image: url(../images/ico/ico-error.svg);
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 970px) {
}
.fast-lane #mySelect {
  display: block;
  position: absolute;
  top: 15px;
  color: transparent;
  border-bottom: none;
}
.fast-lane .hide {
  display: none;
}
.fast-lane .newornot {
  margin: 20px 0;
}
.li-hidden {
  opacity: 0;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .li-hidden {
    display: none;
  }
}
.healthguard-form .field-validation-valid {
  display: none;
}
@media screen and (min-width: 991px) and (max-width: 8000px) {
  .page-cover-row + div .page-title {
    padding-bottom: 0;
    margin: 30px 0 -50px 0;
  }
  .page-cover-row + div .page-title .container {
    max-width: 88vw;
  }
  .mobi-main-contacts,
  .mobi-main-profile,
  .emergency-dash span.close,
  .emergency-dash .mobi-cta,
  .image-mobi,
  .show-mobi {
    display: none;
  }
  .page-cover.hero-banner {
    height: 26vw;
  }
  .service-pricing-details .service-grid.multi-services .service-head .service-title {
    min-height: 60px;
  }
  .page-cover.hero-banner {
    height: 22vw;
  }
  .service-pricing-details .service-grid .col-item .service-block .service-price-descr.mobile {
    display: none;
  }
}
@media screen and (min-width: 1441px) and (max-width: 8000px) {
  .page-cover.hero-banner {
    height: 26vw;
  }
  header {
    background: #ffffff;
  }
  .main-dash {
    padding: 0 100px;
  }
  main .page-body section .container,
  main.home .page-body section .container {
    width: 100%;
  }
  main .page-body section.value-services .container.value-added {
    padding: 0 100px;
    max-width: 1400px;
  }
  main .page-body section.value-services .container {
    max-width: 1400px;
  }
  .product-block {
    margin: 0 auto;
  }
  .product-block.focus-product {
    max-width: 1480px;
  }
  .product-block.focus-product .product-image {
    justify-content: center;
  }
  .page-intro-section .container .col-item .info-holder {
    padding-right: 10vw;
  }
  .page-intro-section.about-intro-block .container h2 {
    padding-right: 12vw;
  }
  .page-intro-section.about-intro-block .container:after {
    bottom: 0;
  }
  .page-intro-section.culture-section .container:after {
    left: -260px;
  }
  main.home .page-body section.section-2col:before {
    top: -498px;
  }
  .testimonials:before {
    height: 410px;
  }
  .related-features {
    max-width: 1545px;
  }
  .title-blockquote .block-area div.dual:last-of-type.roam img {
    top: -7px;
    right: 100px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1540px) {
  .page-cover {
    padding: 240px 0;
  }
  .page-cover.hero-banner {
    height: 26vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1420px) {
  .partner-logos .partner-logos-blocks .col-item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1368px) {
  .main-dash {
    padding: 0 20px;
  }
  .main-head-panel .main-logo {
    flex-basis: 240px;
    width: 240px;
  }
  .main-logo svg {
    width: 240px!important;
    height: 188px!important;
  }
  main {
    padding-top: 10px!important;
  }
  main.home .page-body section .container {
    padding: 70px 120px;
  }
  main .page-body section .container {
    padding: 70px 120px;
  }
  main .page-body section.value-services .container {
    padding: 70px 100px 0;
  }
  main.home .page-body section.section-2col h2 {
    padding-right: 100px;
  }
  main.home .page-body section.section-2col h2 {
    padding-right: 100px;
  }
  main .page-body section.page-intro-section.page-intro-no-padding-bottom .container {
    padding: 70px 120px 70px 120px;
  }
  main .page-body section.title-blockquote.no-bg .container {
    padding: 0 0 70px 120px;
  }
  main .page-body section .container.partner-logos {
    padding: 0 120px 70px;
  }
  main .page-body section.title-blockquote .container {
    padding: 110px 0 110px 120px;
  }
  main .page-body section.title-blockquote.text-only .container {
    padding: 70px 120px;
  }
  .page-intro-section.about-detail-block-top-align.text-blocks .container,
  .page-intro-section.about-detail-block.text-blocks .container {
    padding: 20px 120px;
  }
  .page-intro-section.header-split .container,
  .page-intro-section.page-intro-info .container {
    padding: 0 120px;
  }
  .page-intro-section.culture-section .container {
    padding: 120px 120px;
  }
  .page-intro-section.about-intro-block .container {
    padding: 45px 120px;
    position: relative;
  }
  .page-intro-section.about-detail-block.flip-right-mobi .container {
    padding: 0 0 0 120px;
  }
  .page-intro-section.about-detail-block .container {
    padding: 0 120px 0 0;
  }
  .page-intro-section.dark-circles .container {
    padding: 140px 120px;
  }
  .page-intro-section.header-split .container .col-box .col-item:first-of-type:after {
    top: -670px;
    left: -300px;
  }
  .page-intro-section.culture-section .container:after {
    width: 90vw;
    height: 90vw;
    top: -10vw;
    left: -44vw;
  }
  .page-intro-section.culture-section .container .col-box .col-item .feature-circle {
    left: 10px;
  }
  .sub-title {
    padding: 70px 120px 0;
  }
  .info-blocks {
    padding: 0 120px;
  }
  .product-block .contained,
  .product-block .product-focus {
    padding: 70px 120px;
  }
  .product-block .left {
    padding: 70px 120px 70px 0;
  }
  .product-block .right {
    padding: 70px 0 70px 120px;
  }
  .related-features {
    max-width: 1125px;
  }
  .title-blockquote:after {
    right: 0;
  }
  .request-demo-container {
    padding: 100px 100px 0 100px;
    margin-bottom: -70px;
  }
  .testimonials:before {
    top: -390px;
  }
  .legal-section .container.legal-document-holder {
    padding: 60px 120px;
  }
  .title-blockquote:after {
    bottom: -290px;
    right: 0;
    background: url(../images/circle-yellow-texture-tall.svg) no-repeat center center;
    max-width: 233px;
    height: 427px;
  }
  .title-blockquote .block-area div.dual.empower h2 {
    max-width: 813px;
    padding: 30px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.empower {
    max-width: 511px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect {
    max-width: 410px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite {
    max-width: 410px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.connect-lite h2 {
    max-width: 800px;
    padding: 0 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite {
    max-width: 410px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite img {
    right: 80px;
  }
  .title-blockquote .block-area div.dual:last-of-type.retrieve {
    max-width: 420px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.retrieve h2 {
    max-width: 640px;
  }
  .title-blockquote .block-area div.dual:last-of-type.roam {
    max-width: 652px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.motorcycle {
    max-width: 520px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.motorcycle h2 {
    max-width: 810px;
    padding: 0px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard {
    max-width: 480px;
    width: 100%;
  }
  .page-cover {
    padding: 200px 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  #FormBody .info-blocks {
    padding: 0 10vw;
  }
  #FormBody .service-pricing-details .service-grid .col-item h3.service-title {
    min-height: 50px;
  }
  .main-dash {
    padding: 0 20px;
  }
  .main-nav .level-1:not(:last-child) {
    margin-right: 15px;
  }
  main.home .page-body section .container {
    padding: 70px 70px;
  }
  main .page-body section.title-blockquote .container {
    padding: 110px 0 110px 70px;
  }
  main .page-body section .container {
    padding: 70px 70px;
  }
  main .page-body section.value-services .container {
    padding: 70px 70px 0;
  }
  main .page-body section.title-blockquote.no-bg .container {
    padding: 0 0 70px 70px;
  }
  main .page-body section .container,
  main .page-body section.page-intro-section.page-intro-no-padding-bottom .container,
  main.home .page-body section .container {
    padding: 70px 70px;
  }
  .page-intro-section.about-detail-block-top-align .container,
  .page-intro-section.about-intro-block .container {
    padding: 45px 70px;
  }
  .page-intro-section.about-detail-block.text-blocks .container {
    padding: 20px 70px;
  }
  main.home .page-body section.section-2col h2 {
    padding-right: 70px;
  }
  .sub-title {
    padding: 70px 70px 0;
  }
  main.home .page-body section.section-2col h2 {
    padding-right: 70px;
  }
  .page-intro-section.header-split .container,
  .page-intro-section.page-intro-info .container {
    padding: 0 70px;
  }
  .page-intro-section.culture-section .container {
    padding: 70px 70px;
  }
  .page-intro-section.about-intro-block .container {
    padding: 45px 70px;
    position: relative;
  }
  .page-intro-section.about-detail-block.flip-right-mobi .container {
    padding: 0 0 0 70px;
  }
  .page-intro-section.about-detail-block .container {
    padding: 0 70px 0 0;
  }
  .page-intro-section.dark-circles .container {
    padding: 140px 70px;
  }
  .product-block .contained,
  .product-block .product-focus,
  main .page-body section.title-blockquote.text-only .container {
    padding: 70px 70px;
  }
  .product-block .right {
    padding: 70px 0 70px 70px;
  }
  .product-block .left {
    padding: 70px 70px 70px 0;
  }
  .page-intro-section.header-split .container .col-box .col-item:first-of-type:after {
    top: -670px;
    left: -300px;
  }
  .page-intro-section.culture-section .container:after {
    width: 90vw;
    height: 90vw;
    top: -10vw;
    left: -44vw;
  }
  .page-intro-section.culture-section .container .col-box .col-item .feature-circle {
    left: 10px;
  }
  .info-blocks {
    padding: 0 120px;
  }
  .request-demo-container {
    padding: 100px 100px 0 100px;
    margin-bottom: -70px;
  }
  .testimonials:before {
    top: -390px;
  }
  .partner-logos .partner-logos-blocks .col-item {
    margin-right: 10px;
  }
  .service-pricing-details .service-grid.multi-services .slick-next {
    right: -60px;
  }
  .service-pricing-details .service-grid.multi-services .slick-prev {
    left: -60px;
  }
  .title-blockquote:after {
    bottom: -290px;
    right: 0;
    background: url(../images/circle-yellow-texture-tall.svg) no-repeat center center;
    max-width: 233px;
    height: 427px;
  }
  .title-blockquote .block-area div.dual.empower h2 {
    max-width: 813px;
    padding: 30px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.empower {
    max-width: 480px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect {
    max-width: 410px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite {
    max-width: 410px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.connect-lite h2 {
    max-width: 800px;
    padding: 0 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite {
    max-width: 410px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite img {
    right: 40px;
  }
  .title-blockquote .block-area div.dual:last-of-type.retrieve {
    max-width: 420px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.retrieve h2 {
    max-width: 640px;
  }
  .title-blockquote .block-area div.dual:last-of-type.roam {
    max-width: 652px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.motorcycle {
    max-width: 520px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.motorcycle h2 {
    max-width: 810px;
    padding: 0 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard {
    max-width: 390px;
    width: 100%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
  .partner-logos .partner-logos-blocks .col-item {
    margin-right: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .page-intro-section.header-split .container .col-box .col-item:first-of-type:after {
    top: -670px;
    left: -300px;
  }
  .page-intro-section.about-intro-block .container:after {
    max-width: 420px;
    bottom: 45px;
    left: 0;
    background-size: contain;
  }
  .page-intro-section.about-intro-block .container h2 {
    font-size: 60px;
    line-height: 52px;
    letter-spacing: -0.04em;
    padding-right: 50px;
    margin-top: 0;
  }
  .main-head-panel .main-logo {
    flex-basis: 160px;
    width: 160px;
  }
  .main-logo svg {
    width: 180px!important;
    height: 170px!important;
    top: -44px;
  }
  .main-head-panel .main-nav {
    flex-basis: calc(100% - 320px);
    width: calc(100% - 330px);
  }
  .main-nav .level-1:not(:last-child) {
    margin-right: 10px;
  }
  .main-search .search-field .search-input {
    margin-right: 30px;
    width: 130px;
  }
  .main-search .search-field .login-btn {
    width: 90px;
  }
  .main-search .search-field .search-input .input {
    padding: 0 20px 0 40px;
  }
  .page-intro-section.culture-section .container:after {
    width: 120vw;
    height: 120vw;
    top: -20vw;
    left: -74vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard {
    max-width: 420px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.care-guard h2 {
    max-width: 800px;
  }
  main .page-body section .container.partner-logos {
    padding: 0 70px 70px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1180px) {
  .page-intro-section.header-split .container .col-box .col-item:first-of-type:after {
    top: -670px;
    left: -300px;
  }
  .page-intro-section.culture-section .container:after {
    width: 120vw;
    height: 120vw;
    top: -20vw;
    left: -74vw;
  }
  .service-pricing-details .service-grid .col-item {
    max-width: 246px;
    width: 100%;
  }
  .service-pricing-details .service-grid.lower-services .col-item {
    max-width: 320px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .service-pricing-details .service-grid.multi-services .slick-prev {
    left: -50px;
  }
  .service-pricing-details .service-grid.multi-services .slick-next {
    right: -50px;
  }
  .service-pricing-details .service-grid .col-item .service-cta-box .btn,
  .service-pricing-details .service-grid .col-item .service-cta-box a {
    font-size: 16px;
    line-height: 18px;
  }
  .service-pricing-details .service-grid .col-item .service-block {
    min-height: 330px;
  }
  .service-pricing-details .service-grid.lower-services .col-item .service-block {
    min-height: 250px;
  }
  .service-pricing-details .service-grid.lower-services.driver-safety .col-item .service-block {
    min-height: 180px;
  }
  .value-services .value-service-grid .service-column {
    max-width: 300px;
    width: 100%;
  }
  .value-services .container.value-added .value-service-grid .service-column {
    max-width: 300px;
    width: 100%;
  }
  .request-demo-container .request-demo-box .info-details h3 {
    max-width: 80%;
  }
  .request-demo-container .button-blocks .btn-grid a.btn {
    width: 38%;
  }
  main .page-body section.title-blockquote .container {
    padding: 50px 0 50px 50px;
  }
  .title-blockquote:after {
    bottom: -279px;
    right: 9px;
    background: url(../images/circle-yellow-texture-tall.svg) no-repeat center center;
    max-width: 245px;
    height: 400px;
    z-index: 3;
  }
  .title-blockquote:before {
    top: -55px;
    left: 10px;
    background: url(../images/circle-yellow-texture-wide.svg) no-repeat center center;
    max-width: 487px;
    height: 96px;
  }
  .title-blockquote .block-area h2 {
    font-size: 6em;
    line-height: 1em;
  }
  .title-blockquote .block-area div.dual:last-of-type.empower {
    max-width: 431px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.empower h2 {
    max-width: 813px;
    padding: 60px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect {
    max-width: 364px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect img {
    right: 70px;
  }
  .title-blockquote .block-area div.dual.connect h2 {
    max-width: 743px;
    padding: 40px 0;
  }
  .title-blockquote .block-area div.dual.connect-lite h2 {
    max-width: 710px;
    padding: 20px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite {
    width: 380px;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite img {
    right: 70px;
  }
  .title-blockquote .block-area div.dual.retrieve h2 {
    max-width: 560px;
  }
  .title-blockquote .block-area div.dual:last-of-type.retrieve {
    width: 390px;
  }
  .title-blockquote .block-area div.dual:last-of-type.roam img {
    top: 7px;
    right: 80px;
  }
  .title-blockquote .block-area div.dual:last-of-type.roam {
    width: 528px;
  }
  .title-blockquote .block-area div.dual.roam h2 {
    max-width: 600px;
  }
  .title-blockquote .block-area div.dual.motorcycle h2 {
    max-width: 660px;
    padding: 30px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.motorcycle {
    width: 455px;
  }
  .page-intro-section.culture-section .container .col-box .col-item .feature-circle {
    left: 0px;
  }
  .section-tabs {
    margin-top: 8vw;
  }
  .product-block .product-details .product-info a img {
    max-width: 100px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1105px) {
  #FormBody .info-blocks {
    padding: 0 0vw;
  }
  .faq-tabs {
    max-width: 90vw;
  }
  main .page-body section .container {
    padding: 50px 50px;
  }
  main .page-body section.value-services .container {
    padding: 50px 50px 0;
  }
  main .page-body section.value-services .container.value-added {
    padding: 0 50px;
  }
  .info-blocks,
  .page-intro-section.header-split .container,
  .page-intro-section.page-intro-info .container {
    padding: 0 50px;
  }
  .page-intro-section.culture-section .container {
    padding: 50px;
  }
  .page-intro-section.about-intro-block .container {
    padding: 45px 50px;
    position: relative;
  }
  .page-intro-section.about-detail-block.flip-right-mobi .container {
    padding: 0 0 0 50px;
  }
  .page-intro-section.about-detail-block .container {
    padding: 0 50px 0 0;
  }
  .page-intro-section.dark-circles .container {
    padding: 100px 50px;
  }
  .page-intro-section.about-detail-block-top-align .container {
    padding: 45px 50px;
  }
  main .page-body section.page-intro-section.page-intro-no-padding-bottom .container {
    padding: 70px 50px;
  }
  main .page-body section.title-blockquote.no-bg .container {
    padding: 0 0 70px 50px;
  }
  main .page-body section.title-blockquote .container {
    padding: 50px 0 50px 50px;
  }
  .product-block .contained {
    padding: 70px 50px;
  }
  main.home .page-body section.section-2col:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    width: 872px;
    height: 872px;
    opacity: 0.4;
    display: block;
    position: absolute;
    left: -340px;
    top: -488px;
    z-index: -1;
  }
  main .page-body section .container,
  main.home .page-body section .container {
    padding: 70px 50px;
  }
  main.home .page-body section.section-2col h2 {
    padding-right: 50px;
  }
  main.home .page-body section.section-2col h4,
  main.home .page-body section.section-2col p {
    padding-right: 50px;
  }
  .info-blocks .col-item {
    margin-right: 20px;
  }
  .statistics-block .col-item {
    width: 330px;
    height: 330px;
  }
  .header-curved {
    position: relative;
    padding: 15vw 10vw 15vw;
  }
  .testimonials .slick-slide .container {
    max-width: 600px!important;
  }
  .testimonials .slick-slide p,
  .testimonials .slick-slide p span {
    font-size: 1.75vw;
    line-height: 2.35vw;
  }
  main .page-body section.service-pricing-details .container {
    padding: 0 50px;
  }
  .service-pricing-details .service-grid .col-item {
    max-width: 206px;
    width: 100%;
  }
  .service-pricing-details .service-grid.lower-services .col-item {
    max-width: 290px;
    width: 100%;
  }
  .service-pricing-details .service-grid .col-item .service-description {
    min-height: 220px;
  }
  .service-pricing-details .service-grid .col-item .service-cta-box .btn,
  .service-pricing-details .service-grid .col-item .service-cta-box a {
    padding: 18px 20px;
  }
  .service-pricing-details .service-grid.personal-safety {
    width: 100%;
  }
  .service-pricing-details .service-grid.slick-initialized:after {
    right: -5px;
  }
  .service-pricing-details .service-grid.multi-services .slick-next,
  .service-pricing-details .service-grid.multi-services .slick-prev {
    top: 23%;
  }
  .service-pricing-details .service-grid.multi-services .slick-next {
    right: -25px;
  }
  .service-pricing-details .service-grid.multi-services .slick-prev {
    left: -25px;
  }
  .request-demo-container .request-demo-box .info-details h3 {
    max-width: 100%;
  }
  .request-demo-container .request-demo-box .info-details ul li {
    max-width: 91%;
  }
  .request-demo-container .button-blocks .btn-grid a.btn {
    width: 46%;
  }
  .request-demo-container {
    padding: 70px 50px 0;
    margin-bottom: -70px;
  }
  .product-block .right .product-details .product-info h4 {
    padding-right: 5vw;
  }
  .product-block .right {
    padding: 70px 0 70px 50px;
  }
  .product-block .contained,
  .product-block .product-focus,
  main .page-body section.title-blockquote.text-only .container {
    padding: 70px 50px;
  }
  .value-services.left-align .value-service-grid .service-column {
    padding: 30px;
  }
  .value-services .container.value-added .value-service-grid .service-column,
  .value-services .value-service-grid .service-column {
    max-width: 270px;
    width: 100%;
    min-height: 380px;
  }
  .value-services .container.value-added .value-service-grid .service-column .service-description,
  .value-services .value-service-grid .service-column .service-description {
    min-height: 120px;
  }
  .value-services .value-service-grid .service-column {
    max-width: 270px;
    width: 100%;
    min-height: 313px;
    z-index: 4;
    padding: 30px;
  }
  .title-blockquote .block-area h2 {
    font-size: 7vw;
    line-height: 7vw;
  }
  .title-blockquote .block-area div.dual.connect h2 {
    max-width: 523px;
    padding: 40px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect {
    max-width: 324px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect img {
    right: 70px;
  }
  .title-blockquote .block-area div.dual.empower h2 {
    max-width: 663px;
    padding: 70px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.empower {
    max-width: 401px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual.connect-lite h2 {
    max-width: 670px;
    padding: 30px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite {
    width: 330px;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite img {
    right: 40px;
  }
  .title-blockquote .block-area div.dual.retrieve h2 {
    max-width: 480px;
  }
  .title-blockquote .block-area div.dual:last-of-type.retrieve {
    width: 340px;
  }
  .title-blockquote .block-area div.dual:last-of-type.retrieve img {
    right: 40px;
  }
  .title-blockquote .block-area div.dual.roam h2 {
    max-width: 500px;
    padding: 18px 0;
  }
  .title-blockquote .block-area div.dual.motorcycle h2 {
    max-width: 590px;
    padding: 30px 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.motorcycle {
    width: 395px;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard {
    max-width: 369px;
  }
  .title-blockquote .block-area div.dual.care-guard h2 {
    max-width: 610px;
  }
  .page-cover {
    padding: 180px 0;
  }
  .page-cover.invert-banner {
    padding: 128px 0;
  }
  .page-intro-section.culture-section .container .col-box .col-item .feature-circle {
    left: 40px;
  }
  .product-block .product-details .product-info a img {
    max-width: 100px;
  }
  .product-block .product-details .product-info a img:last-of-type {
    margin-right: 10px;
  }
  main .page-body section .container.partner-logos {
    padding: 0 20px 70px;
  }
  .partner-logos .partner-logos-blocks .col-item {
    margin-right: 0px;
  }
  .campaign-container.dark-bg:after {
    background: url(/Images/yellow-caculator.png) no-repeat;
    background-size: contain;
    left: 40px;
    bottom: -90px;
  }
  .campaign-container.dark-bg:before {
    background: url(/Images/dark-grey-circle.png) no-repeat;
    background-size: contain;
    left: -110px;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .location-results h4:before,
  .location-results h4:after {
    display: none !important;
  }
  .location-results-box {
    display: block !important;
  }
  .page-cover-row + div .page-title {
    padding-bottom: 0;
    margin: 30px 0 0 0;
  }
  .page-cover-row + div .page-title .container {
    max-width: unset;
  }
  .contact-txt h3 {
    margin: 0 auto 5vw auto;
  }
  .contact-txt h3 span:after {
    display: none;
  }
  .btn-group .btn-grid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .request-demo-container .button-blocks .btn-grid a.btn {
    margin: 0 0 30px 0;
  }
  #FormBody .intro-title ol,
  #FormBody .intro-title ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 20px;
  }
  #FormBody .intro-title ol li,
  #FormBody .intro-title ul li {
    width: 100%;
  }
  #FormBody .service-pricing-details .service-grid .col-item .service-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #6f6f6e;
    min-height: 30px;
  }
  #FormBody .service-pricing-details.has-spotlight {
    margin-top: 10px;
  }
  #FormBody .info-blocks {
    padding: 0 5vw;
  }
  #FormBody .info-blocks .col-item {
    margin: 0 0 20px 0;
    text-align: center;
    padding: 20px;
    align-items: center;
  }
  #FormBody .info-blocks .col-item span {
    position: relative;
    left: unset;
    margin: 15px 0;
  }
  #FormBody .info-blocks .col-item p {
    max-width: 60%;
  }
  #FormBody .info-blocks .col-item:nth-child(1) span {
    width: 150px;
    left: 0;
  }
  .contact-base input[type=submit] {
    margin-top: 15px;
  }
  .contact-base input[type=submit].back {
    padding: 18px 30px !important;
    background: #CFCFCF;
  }
  .contact-base form .button-field,
  .contact-base form .submit-field,
  .contact-base form .submit-field.submit-m-big {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .boxed-iframe {
    position: relative;
  }
  .boxed-iframe iframe {
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    margin: 4vw auto;
  }
  .cover-title {
    margin: 0;
    padding: 0 5vw;
  }
  .cover-title h3 {
    font-size: 48px;
    line-height: 43px;
    margin: 60px 0 40px 0;
  }
  .cover-title h3:after {
    display: none;
  }
  .campaign-container.referral-form .campaign-form-wrap .addFriendbtn {
    margin: 5vw 0;
  }
  .campaign-container.referral-form .campaign-form-wrap .friendheader {
    margin: 10vw 0 5vw 0;
  }
  .campaign-container.referral-form .campaign-form-wrap form .col-form {
    width: 100%;
  }
  .page-cover.hero-banner {
    height: 26vw;
  }
  .page-cover.hero-banner .page-cover-bg {
    height: 24vw!important;
    padding-bottom: 0;
  }
  main .page-body section .container.campaign-container {
    padding: 10vw!important;
  }
  .campaign-container h3 {
    width: 100%;
  }
  .campaign-container h3:after {
    display: none;
  }
  .campaign-container h4 {
    margin-top: -10vw;
    margin-bottom: 10vw;
  }
  .campaign-container p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5vw 0;
    font-weight: 400;
  }
  .campaign-container ul {
    margin: 10vw auto 2vw auto;
    flex-direction: column;
    width: fit-content;
  }
  .campaign-container ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .campaign-container ul li:before {
    top: 1px;
  }
  .campaign-container .price-blocks {
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 7vw 0;
    padding: 0 15vw;
  }
  .campaign-container .price-blocks span {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5vw;
    text-align: center;
    padding: 6vw 5vw;
    font-size: 24px;
    line-height: 24px;
    height: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .campaign-container .price-blocks span strong,
  .campaign-container .price-blocks span b {
    font-size: 36px;
    line-height: 36px;
  }
  .campaign-container .price-blocks span:last-of-type {
    margin-bottom: 0;
  }
  .campaign-form-wrap {
    padding: 10vw 0;
    flex-direction: column;
    align-items: center;
  }
  .campaign-form-wrap:before {
    text-align: center;
    margin-bottom: 15vw;
    font-size: 48px;
    line-height: 43.8px;
    width: 60%;
  }
  .campaign-form-wrap form {
    width: 100%;
  }
  .campaign-form-wrap form p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }
  #main-logo-mobi {
    display: none;
  }
  .chat-button {
    width: 48px !important;
  }
  #main-logo-an {
    display: block;
  }
  .image-mobi,
  .show-mobi {
    display: block;
  }
  .info-image,
  .hide-mobi,
  .value-services.bg-yellow:before,
  .value-services.bg-yellow:after {
    display: none;
  }
  body p {
    font-size: 14px;
    line-height: 21px;
  }
  .tab-box.active .intro-title h3:after {
    display: none;
  }
  .page-cover {
    padding: 0;
    height: 400px;
  }
  .page-cover .page-cover-bg {
    position: absolute;
    height: 400px;
    margin-bottom: 0;
  }
  .page-cover h1 {
    font-size: 40px;
    line-height: 36px;
    max-width: 68%;
    margin: 6vw 0;
    letter-spacing: -2px;
  }
  .page-cover a.btn-back {
    padding-left: 0;
    left: 5vw;
    width: 38px;
    height: 38px;
  }
  .page-cover a.btn-back span {
    display: none;
  }
  .page-cover a.btn-back:before {
    width: 38px;
    height: 38px;
  }
  .page-cover .cta-box {
    flex-direction: column;
  }
  .page-cover .cta-box .btn {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 5vw;
  }
  .page-cover .cta-box .btn:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-cover.invert-banner {
    min-height: unset;
    height: 350px;
    padding: 0;
  }
  .page-cover.invert-banner .page-cover-bg {
    height: inherit;
    position: absolute;
    padding: 15vw;
    background: #F2CB13;
    background-image: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .page-cover.invert-banner .page-cover-bg:after {
    content: '';
    width: 85vw;
    height: 120%;
    border-radius: 100%;
    position: absolute;
    background: #ffffff;
  }
  .page-cover.invert-banner h1 {
    font-size: 40px;
    line-height: 36px;
    max-width: 68%;
    margin: 0;
  }
  .page-cover.invert-banner a.btn-back {
    padding-left: 0;
    left: 5vw;
    width: 38px;
    height: 38px;
  }
  .page-cover.invert-banner a.btn-back span {
    display: none;
  }
  .page-cover.invert-banner a.btn-back:before {
    width: 38px;
    height: 38px;
  }
  .page-cover.invert-banner .cta-box {
    flex-direction: column;
  }
  .page-cover.invert-banner .cta-box .btn {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 5vw;
  }
  .page-cover.invert-banner .cta-box .btn:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-cover .cta-box .btn {
    min-width: 210px;
  }
  .page-intro-section.header-split .container {
    padding: 30px;
  }
  .page-intro-section .container {
    padding: 30px;
  }
  .page-intro-section .container h2 {
    font-size: 34px;
    line-height: 30px;
  }
  .title-blockquote .block-area {
    flex-direction: column;
  }
  .title-blockquote .block-area h2 {
    font-size: 34px;
    line-height: 30px;
  }
  .emergency-dash,
  .mobi-direct-nav {
    display: none;
  }
  .emergency-dash {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 15vw 5vw 30vw 5vw;
    z-index: -4;
    opacity: 0;
    will-change: transform, opacity;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    pointer-events: none;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  }
  .emergency-dash ul.nav-list-box {
    border: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .emergency-dash ul.nav-list-box li.level-1 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    margin-right: 0;
    display: flex;
  }
  .emergency-dash ul.nav-list-box li.level-1 .nav-link {
    border: 0;
    padding: 0 !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    margin: 20px auto 0 auto;
    pointer-events: none;
  }
  .emergency-dash ul.nav-list-box li.level-1 .nav-link:before,
  .emergency-dash ul.nav-list-box li.level-1 .nav-link:after {
    display: none;
  }
  .emergency-dash ul.nav-list-box li.level-1 .dropdown-box {
    display: flex;
    background: transparent;
    margin-right: 0;
    border: 0;
  }
  .emergency-dash ul.nav-list-box li.level-1 .dropdown-box ul.dropdown-list {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    margin-right: 0;
    border: 0;
  }
  .emergency-dash ul.nav-list-box li.level-1 .dropdown-box ul.dropdown-list li.level-2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column-reverse;
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
    padding: 10px 30px;
    background: #f4f2ed;
    border-radius: 100px;
    color: #272725 !important;
    width: 85vw;
  }
  .emergency-dash ul.nav-list-box li.level-1 .dropdown-box ul.dropdown-list li.level-2 span {
    color: inherit;
    margin: 10px 0 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .emergency-dash ul.nav-list-box li.level-1 .dropdown-box ul.dropdown-list li.level-2 a {
    padding: 0;
    margin: 5px 0 10px;
    color: #272725 !important;
    font-size: 4vw;
    line-height: 4vw;
  }
  .emergency-dash ul.nav-list-box li.level-1:last-of-type {
    display: none;
  }
  .emergency-dash ul.nav-list-box li.level-1:nth-child(2) {
    margin-bottom: 40px;
  }
  .emergency-dash ul.nav-list-box li.level-1:nth-child(2) .dropdown-box ul.dropdown-list li.level-2 {
    font-size: 16px;
    line-height: 21px;
    background: #F2CB13;
  }
  .emergency-dash ul.nav-list-box li.level-1:nth-child(2) .dropdown-box ul.dropdown-list li.level-2 span {
    font-weight: 800;
    margin-left: 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .emergency-dash ul.nav-list-box li.level-1:nth-child(2) .dropdown-box ul.dropdown-list li.level-2 a {
    font-size: 4vw;
    line-height: 4vw;
  }
  .emergency-dash span.close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10vw;
    top: 10vw;
  }
  .emergency-dash span.close:after,
  .emergency-dash span.close:before {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 0;
    display: block;
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  }
  .emergency-dash .mobi-cta {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
    margin-top: 30px;
    width: 100%;
  }
  .emergency-dash .mobi-cta a {
    padding: 10px 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 60%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
  }
  .emergency-dash .mobi-cta a:last-of-type {
    background: #ffffff;
    color: #000000 !important;
  }
  .emergency-dash:before {
    content: 'Call us';
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 800;
  }
  .emergency-dash.open {
    opacity: 1;
    z-index: 9;
    pointer-events: all;
  }
  .emergency-dash.open span.close:after,
  .emergency-dash.open span.close:before {
    transition-delay: 0.6s;
    height: 2px;
  }
  .emergency-dash.open span.close:after {
    transform: rotate(45deg) translate(-1px, -1px);
  }
  .emergency-dash.open span.close:before {
    transform: rotate(-45deg);
  }
  .line-title {
    font-size: 40px;
    line-height: 36px;
    font-weight: 900;
  }
  .line-title:after {
    height: 20%;
  }
  .header-curved h2,
  .header-curved h2 span {
    font-size: 40px;
    line-height: 36px;
    max-width: 100%;
    font-weight: 900;
  }
  .header-curved:before {
    display: none;
  }
  main {
    padding-top: 60px !important;
  }
  header {
    position: fixed;
    box-shadow: 0 3px 20px #0000004d;
  }
  .main-head-panel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-dash .main-head-panel {
    background-color: #ffffff;
  }
  .main-dash .main-head-panel a {
    width: 75vw;
  }
  .main-dash .main-head-panel .nav-burger {
    order: 3;
    flex-basis: 40px;
    z-index: 6;
  }
  .main-dash .main-head-panel .nav-burger .burger-icon {
    left: 0;
  }
  .main-dash .main-head-panel .nav-burger span:nth-child(2) {
    width: 20px;
  }
  .main-dash .main-head-panel .main-nav {
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    z-index: 5;
    backdrop-filter: blur(0);
    will-change: transform, opacity;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  }
  .main-dash .main-head-panel .main-nav .mobi-bg {
    content: '';
    background: #2e2d2dde;
    backdrop-filter: blur(31px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  }
  .main-dash .main-head-panel .main-nav nav {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 60vw;
    height: 100%;
    padding: 5vw;
    background: #ffffff;
    will-change: transform, opacity;
    transform: translateX(60vw);
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .main-dash .main-head-panel .main-nav.open {
    width: 100%;
    backdrop-filter: blur(5px);
  }
  .main-dash .main-head-panel .main-nav.open nav {
    transition-delay: 0.6s;
    transform: translateX(0);
  }
  .main-dash .main-head-panel .main-nav.open .mobi-bg {
    transition-delay: 0.6s;
    opacity: 1;
  }
  .main-dash .main-head-panel .main-logo svg {
    position: absolute;
    top: 0;
    transform: translate3d(-10%, -30px, 0) !important;
  }
  .main-dash .main-head-panel .mobi-main-profile {
    display: none;
  }
  .main-dash .main-head-panel .mobi-main-contacts,
  .main-dash .main-head-panel .mobi-main-search {
    flex-basis: 24px;
    display: block;
  }
  .main-dash .main-head-panel .mobi-main-contacts {
    margin-right: 20px;
  }
  .main-dash .main-head-panel .mobi-main-contacts:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/ico/mobi-menu-contacts.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: 30px;
    display: block;
  }
  .main-dash .main-head-panel .mobi-main-profile:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/ico/mobi-menu-profile.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: 30px;
    display: block;
  }
  .main-nav .level-1 {
    margin-top: 20px;
    width: 100%;
  }
  .main-nav .level-1:first-of-type {
    margin-top: 8vh;
  }
  .main-search .search-field .search-input .btn-search {
    width: 38px;
    height: 38px;
  }
  .main-head-panel .main-search {
    background-color: unset;
    padding: 30px;
    width: 60vw;
    height: 220px;
    z-index: 101;
    left: unset;
    bottom: unset;
    top: 75vh;
    right: 0;
    display: block;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    transform: translateX(40vw);
    opacity: 0;
    will-change: transform,opacity;
  }
  .main-head-panel .main-search .search-field {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .main-head-panel .main-search .search-field .search-input {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main-head-panel .main-search .search-field .login-btn {
    width: 100%;
  }
  .main-head-panel .main-search.open {
    transition-delay: 0.8s;
    transform: translateX(0);
    opacity: 1;
  }
  .main-nav .dropdown-link,
  .main-nav .level-2 a {
    color: #272725;
    font-weight: 500;
  }
  .nav-burger span {
    height: 3px;
  }
  .main-nav .dropdown-link img {
    filter: brightness(0);
    display: none;
  }
  .main-nav .level-1 > .nav-link {
    padding: 0;
  }
  .main-nav .level-1 > .nav-link:before {
    bottom: 7px;
    display: none;
  }
  .main-nav .level-1 > .nav-link:after {
    width: 10px;
  }
  .dropdown .dropdown-box {
    position: relative;
    box-shadow: none;
    left: 0;
    padding: 0;
    transform: translateY(0);
  }
  .dropdown.open .dropdown-box {
    display: inline-block;
    margin: 10px 0;
    transform: translateY(0);
  }
  footer h6 {
    margin-bottom: 20px;
  }
  footer .footer-main-panel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  footer .footer-main-panel .footer-logo {
    max-width: 40vw;
    width: 100%;
  }
  footer .footer-main-panel .footer-logo img,
  footer .footer-main-panel .footer-logo svg {
    width: 100%;
  }
  footer .footer-main-panel .footer-slogan {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 8vw;
  }
  footer .footer-main-panel .footer-slogan a {
    margin-right: 35px;
  }
  footer .footer-main-panel .footer-slogan a:last-of-type {
    margin-right: 0;
  }
  footer .footer-links-panel .footer-sitemap-section {
    flex-basis: unset;
    padding: 0 15vw 5vw 15vw;
  }
  footer .footer-links-panel .footer-sitemap-section ul li {
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer-links-panel .footer-sitemap-section ul li a {
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer-links-panel .footer-sitemap-section a h6 {
    margin-bottom: 0;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item {
    margin-bottom: 8vw;
    width: 50%;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item.for-me {
    order: 2;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item.for-business {
    order: 3;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item.about-us {
    order: 4;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item.legal {
    order: 6;
    width: 100%;
    text-align: center;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item.call-quote {
    order: 1;
    width: 100%;
    text-align: center;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item.download {
    order: 5;
    width: 50%;
    text-align: left;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item.download ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-links-panel .footer-sitemap-section .col-item.download ul li:last-of-type {
    margin-right: 0;
  }
  main {
    overflow: hidden;
  }
  main .page-body section .container {
    padding: 30px !important;
  }
  main .page-body section.value-services .container {
    padding: 30px;
  }
  main .page-body section.value-services .container.value-added {
    padding: 30px;
  }
  main .page-body section.service-pricing-details .container {
    padding: 0 30px;
  }
  main.home {
    background: linear-gradient(180deg, #f4f2ed 2.96%, #fff 89.54%);
    background-attachment: fixed!important;
  }
  main.home .page-body section.section-2col h2,
  main.home .page-body section.section-2col h4,
  main.home .page-body section.section-2col p {
    padding-right: 0;
  }
  main.home .page-body section {
    text-align: center;
  }
  main.home .page-body section .container {
    padding: 10vw 10vw 5vw;
    max-width: unset;
  }
  #home-page-banner {
    flex-wrap: wrap;
    padding: 0;
    background: #ffffff;
  }
  #home-page-banner .banner-title {
    order: 1;
    background: #ffcb05;
    width: 100%;
    height: 75vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0 auto;
  }
  #home-page-banner .banner-title h2 {
    position: relative;
    z-index: 1;
    max-width: 45%;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -2px;
  }
  #home-page-banner .banner-title:after {
    content: '';
    width: 80vw;
    height: 80vw;
    border-radius: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 0;
  }
  #home-page-banner .quick-nav {
    text-align: left !important;
    width: 50%;
    padding: 5vw 2vw;
  }
  #home-page-banner .quick-nav h6 {
    font-size: 12px;
    line-height: 18px;
  }
  #home-page-banner .quick-nav ul {
    align-items: flex-start !important;
  }
  #home-page-banner .quick-nav ul li {
    margin-right: unset !important;
    margin-left: unset !important;
    padding-left: 62px;
    right: unset !Important;
    left: unset !Important;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 18px;
  }
  #home-page-banner .quick-nav ul li:after {
    left: 0 !important;
    right: unset;
  }
  #home-page-banner .quick-nav.left {
    order: 2;
    padding-left: 10vw;
  }
  #home-page-banner .quick-nav.right {
    order: 3;
    padding-right: 10vw;
  }
  #home-page-banner .quick-nav ul li:before {
    display: none;
  }
  main.home .page-body section.section-2col:before {
    border-radius: 0;
    left: -170px;
  }
  main.home .page-body section.section-2col h2 {
    max-width: 100%;
    font-size: 40px;
    line-height: 36px;
    text-align: center;
  }
  main.home .page-body section.section-2col h2 br {
    display: none;
  }
  main.home .page-body section.section-2col h2 span:after {
    height: 35% !important;
    bottom: 24px !important;
  }
  main.home .page-body section.section-2col h4 {
    margin: 20px 0 30px 0;
  }
  main.home .page-body section.section-2col h4,
  main.home .page-body section.section-2col p {
    font-size: 14px;
    line-height: 21px;
  }
  main.home .page-body section.section-2col .col-item:last-of-type {
    padding: 0 5vw;
  }
  .main-search .search-field .search-input {
    margin-right: 30px;
    width: 100%;
  }
  .info-blocks {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 30px;
  }
  .info-blocks .col-item {
    margin: 0 0 80px 0;
  }
  .info-blocks .col-item h2 {
    font-size: 20px;
    line-height: 17px;
  }
  .info-blocks .col-item p {
    font-size: 14px;
    line-height: 21px;
  }
  .info-blocks .col-item:last-of-type {
    margin-bottom: 0;
  }
  .statistics-block {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 10vw 5vw;
  }
  .statistics-block .col-item {
    width: 45vw !important;
    height: 45vw !important;
    position: relative;
  }
  .statistics-block .col-item span {
    font-size: 14px ;
    line-height: 15px ;
    text-align: center;
  }
  .statistics-block .col-item span.number {
    font-size: 48px ;
    line-height: 48px ;
  }
  .statistics-block .col-item span.number:after {
    right: -13px;
    bottom: 6px;
    font-size: 21px ;
    line-height: 17px;
  }
  .statistics-block .col-item span:first-of-type {
    max-width: 40%;
  }
  .statistics-block .col-item:after {
    backdrop-filter: blur(21px);
    background: #f2cb13fc;
  }
  .statistics-block .col-item:nth-child(1) {
    left: -2vw;
    top: 5vw;
    z-index: 3;
  }
  .statistics-block .col-item:nth-child(1):after {
    opacity: 0.9;
  }
  .statistics-block .col-item:nth-child(2) {
    right: 1vw;
    top: 5vw;
    z-index: 3;
  }
  .statistics-block .col-item:nth-child(2) span {
    font-size: 14px ;
    line-height: 15px ;
    text-align: center;
    color: #6F6F6E;
  }
  .statistics-block .col-item:nth-child(2) span.number {
    font-size: 48px ;
    line-height: 48px ;
    color: #272725;
  }
  .statistics-block .col-item:nth-child(2) span.number:after {
    right: -13px;
    bottom: 6px;
    font-size: 21px ;
    line-height: 17px;
    color: #272725;
  }
  .statistics-block .col-item:nth-child(2):after {
    background: #F4F2ED;
    opacity: 0.7;
  }
  .statistics-block .col-item:nth-child(3) {
    bottom: 4.5vw;
    left: 1.5vw;
    z-index: 1;
  }
  .statistics-block .col-item:nth-child(3) span {
    font-size: 14px ;
    line-height: 15px ;
    text-align: center;
    color: #CFCFCF;
  }
  .statistics-block .col-item:nth-child(3) span.number {
    font-size: 48px ;
    line-height: 48px ;
    color: #ffffff;
  }
  .statistics-block .col-item:nth-child(3) span.number:after {
    right: -13px;
    bottom: 6px;
    font-size: 21px ;
    line-height: 17px;
    color: #ffffff;
  }
  .statistics-block .col-item:nth-child(3):after {
    background: #272725;
  }
  .testimonials-block .header-curved {
    position: relative;
    padding: 40vw 15vw 15vw;
  }
  .testimonials-block .header-curved .line-title:after {
    left: 8vw;
    max-width: 44vw;
  }
  .testimonials {
    padding: 70px 0 70px;
  }
  .testimonials .slick-next {
    right: 5%;
  }
  .testimonials .slick-prev {
    left: 5%;
  }
  .testimonials .slick-next,
  .testimonials .slick-prev {
    width: 28px;
    height: 28px;
    top: 40%;
    background-size: 24px 24px !important;
  }
  .testimonials .slick-slide {
    padding: 5vw 15vw;
  }
  .testimonials .slick-slide p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 800;
  }
  .testimonials .slick-slide span {
    font-size: 14px;
    line-height: 20px;
    color: #f2cb13;
    margin-left: 2vw;
  }
  .testimonials:before {
    content: '';
    position: absolute;
    top: -450px;
    background-size: contain;
    transform: rotate(-4deg) translate(-241px, 406px);
    height: 40vh;
    width: 105vw;
    left: 206px;
  }
  .map-holder {
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .map-holder:before {
    height: 100%;
    background: linear-gradient(180deg, #3c3c3a 51%, transparent 80%);
  }
  .map-holder .line-title {
    font-size: 20px;
    line-height: 30px;
  }
  .map-holder .map-form {
    top: 0;
    position: absolute;
    right: unset;
    width: 90vw;
    height: 90vw;
    padding: 25vw 20vw;
    background: #fff url(../Images/img/Maps/locate-road.png) no-repeat -20px 259px;
    background-size: 70%;
    flex-wrap: nowrap;
  }
  .map-holder .map-form .tabs {
    padding: 30px 0 50px 0;
    overflow: hidden;
  }
  .map-holder .map-form .tab-btn {
    margin-right: 20px;
    font-size: 12px;
    flex-basis: unset;
    flex-grow: unset;
    padding: 10px !important;
  }
  .map-holder .map-form .tab-btn:after {
    right: unset;
    left: 0;
    bottom: -15px;
  }
  .map-holder .map-box {
    position: relative;
  }
  .map-holder .map-form .tab-btn {
    padding: 5px 0!important;
  }
  .tab-box.active {
    padding-bottom: 0;
  }
  .tab-box .intro-title {
    padding: 0 30px;
    margin-bottom: 0px;
  }
  .tab-box .intro-title h3 {
    font-size: 48px;
    line-height: 43px;
  }
  .tab-box .intro-title h3:after {
    height: 25px;
  }
  .tab-box .intro-title p {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 0;
  }
  .tabs ::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
  }
  .tabs .tab-btn {
    font-size: 14px;
    line-height: 16px;
    font-weight: 800;
    padding: 10px 20px;
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .tabs .tab-btn img {
    position: relative;
    width: 38px;
    height: 38px;
  }
  .section-tabs > div:nth-of-type(1) {
    padding: 10vw 0;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .section-tabs .tabs {
    width: 270px;
    padding: 60px 0 0;
    position: absolute;
    height: 60px;
    display: block;
    margin: 0 auto 5vw auto;
    overflow: hidden;
    z-index: 1;
    top: 0;
    will-change: z-index, height;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  }
  .section-tabs .tabs:before {
    content: '';
    background: url(../Images/ico/icon-menu-dropdown.svg) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 25px;
    right: 0;
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  }
  .section-tabs .tabs:after {
    content: '';
    background: #272725f2;
    width: 280px;
    height: 0;
    position: absolute;
    top: 51px;
    right: -7px;
    z-index: -1;
    will-change: height;
    backdrop-filter: blur(7px);
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  }
  .section-tabs .tabs .tab-btn {
    flex-direction: row;
    width: 250px;
    justify-content: flex-start;
    padding: 10px 0;
    pointer-events: none;
    color: #ffffff;
  }
  .section-tabs .tabs .tab-btn:after {
    right: 0;
    bottom: 5px;
  }
  .section-tabs .tabs .tab-btn img {
    margin-right: 20px;
    filter: brightness(100);
  }
  .section-tabs .tabs .tab-btn.active {
    position: absolute;
    top: 0;
    color: #000000;
  }
  .section-tabs .tabs .tab-btn.active img {
    filter: brightness(0);
  }
  .section-tabs .tabs .tab-btn.active:after {
    right: 0;
    bottom: 5px;
  }
  .section-tabs .tabs.active {
    z-index: 2;
    height: auto;
    overflow: visible;
  }
  .section-tabs .tabs.active:before {
    transform: rotate(180deg);
  }
  .section-tabs .tabs.active:after {
    height: 85%;
  }
  .section-tabs .tabs.active .tab-btn {
    pointer-events: all;
  }
  .section-tabs {
    margin-top: 10vw;
  }
  .faq-tabs:before {
    right: 1vw;
    max-width: 53px;
  }
  .faq-tabs .tabs {
    margin: 0;
    width: 90%;
  }
  .faq-tabs .tab-btn-holder {
    justify-content: flex-start !important;
  }
  .faq-tabs .tabs:after {
    background: #272725f2;
    width: 290px;
    height: 0;
    top: 57px;
    right: -7px;
    z-index: -1;
    will-change: height;
    backdrop-filter: blur(7px);
  }
  .faq-tabs .tabs.active:after {
    height: 58%;
  }
  .faq-tabs .tab-content {
    padding-bottom: 0;
  }
  .faq-tabs .tab-content .toggle-list .toggle-item {
    width: 100%;
    margin-right: 0;
  }
  .emergency-dash ul:hover li {
    display: flex;
  }
  .emergency-dash .dropdown.open .dropdown-box {
    margin: 0;
  }
  .map-holder .map-form {
    flex-direction: column;
    padding: 20vw 10vw;
    background: #fff url(../Images/img/Maps/locate-road.png) no-repeat -20px 259px;
    background-size: contain;
  }
  .map-holder .map-form .tabs {
    display: flex;
    flex-direction: row;
  }
  .map-holder .map-form .tabs .tab-btn:after {
    bottom: -5px;
  }
  .service-block:before {
    display: none;
  }
  .service-pricing-details > .container:nth-of-type(1) {
    display: flex;
    flex-direction: column-reverse;
  }
  .service-pricing-details .service-grid {
    flex-direction: column;
    order: 2;
    width: 100%;
  }
  .service-pricing-details .service-grid .service-spotlight-mobi {
    display: block;
    top: -230px;
    left: 35px;
    z-index: -1;
  }
  .service-pricing-details .service-grid .col-item {
    max-width: unset;
    padding: 10vw;
    width: 100%;
    pointer-events: none;
  }
  .service-pricing-details .service-grid .col-item:before {
    display: none;
  }
  .service-pricing-details .service-grid .col-item .service-block {
    min-height: 15vh;
  }
  .service-pricing-details .service-grid .col-item .service-block .service-head {
    width: 100%;
    flex-basis: unset;
    text-align: center;
  }
  .service-pricing-details .service-grid .col-item .service-block .service-head .tag {
    font-size: 14px;
    line-height: 21px;
  }
  .service-pricing-details .service-grid .col-item .service-block .service-head h3 {
    font-size: 32px;
    line-height: 28px;
    text-align: center;
  }
  .service-pricing-details .service-grid .col-item .service-block .service-description {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-top: 4vw;
    text-align: center;
  }
  .service-pricing-details .service-grid .col-item .service-block .service-price,
  .service-pricing-details .service-grid .col-item .service-block .service-price-descr {
    display: none;
  }
  .service-pricing-details .service-grid .col-item .service-block .service-price.mobile,
  .service-pricing-details .service-grid .col-item .service-block .service-price-descr.mobile {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    max-width: 80%;
  }
  .service-pricing-details .service-grid .col-item .service-features {
    font-size: 12px;
    line-height: 18px;
  }
  .service-pricing-details .service-grid .col-item .service-cta-box a,
  .service-pricing-details .service-grid .col-item .service-cta-box .btn {
    font-size: 20px;
    line-height: 20px;
    pointer-events: all;
  }
  .service-pricing-details .service-grid.key-services .col-item {
    margin-right: 0;
  }
  .service-pricing-details .service-grid.personal-safety .col-item .service-price {
    display: block;
    text-align: center;
  }
  .service-pricing-details .service-grid.personal-safety .col-item .service-price span {
    font-size: 20px;
    line-height: 30px;
  }
  .service-pricing-details .service-grid.multi-services .col-item,
  .service-pricing-details .service-grid.lower-services .col-item {
    max-width: unset;
    padding: 50px 30px 30px 30px;
    width: 100%;
  }
  .service-pricing-details .service-grid.mobi-tabs {
    position: relative;
    background: #ffffff;
  }
  .service-pricing-details .service-grid.mobi-tabs .col-item {
    display: none;
    top: 0;
    will-change: z-index;
    z-index: 0;
    margin: 0;
    pointer-events: all;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  }
  .service-pricing-details .service-grid.mobi-tabs .col-item.active-service {
    z-index: 2;
    display: block;
  }
  .service-pricing-details .service-grid.mobi-tabs.multi-services .service-description {
    min-height: 100px;
  }
  .service-pricing-details .service-grid.service-mobi {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    order: 2;
    margin-bottom: -1vw;
    background: #ffffff;
    padding: 12vw 5vw 2vw 5vw;
    position: relative;
  }
  .service-pricing-details .service-grid.service-mobi .service-spotlight-mobi {
    display: block;
    top: -230px;
    left: 35px;
    z-index: -1;
  }
  .service-pricing-details .service-grid.service-mobi.mobi-tabs {
    display: flex;
  }
  .service-pricing-details .service-grid.service-mobi.mobi-tabs .service-block .service-price {
    display: block;
    font-size: 24px;
    line-height: 21px;
    margin: 5vw 0 0 0;
  }
  .service-pricing-details .service-grid.service-mobi.has-spotlight {
    margin-top: 200px;
  }
  .service-pricing-details .service-grid.service-mobi.has-spotlight .col-item {
    display: flex;
  }
  .service-pricing-details .service-grid.service-mobi.has-spotlight .col-item:nth-child(2n) {
    margin-right: 2vw;
  }
  .service-pricing-details .service-grid.service-mobi.has-spotlight .col-item:nth-child(3n) {
    margin-right: 0;
  }
  .service-pricing-details .service-grid.service-mobi:before {
    content: 'Select a service to view features below';
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #9C9B9B;
    position: absolute;
    top: 5vw;
    left: 5vw;
  }
  .service-pricing-details .service-grid.service-mobi .service-features,
  .service-pricing-details .service-grid.service-mobi .service-cta-box,
  .service-pricing-details .service-grid.service-mobi .service-description {
    display: none;
  }
  .service-pricing-details .service-grid.service-mobi .col-item {
    max-width: 48%;
    min-height: 150px;
    padding: 5vw;
    background: #F4F2ED;
    margin: 0 2vw 2vw 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .service-pricing-details .service-grid.service-mobi .col-item:nth-child(2n) {
    margin-right: 0;
  }
  .service-pricing-details .service-grid.service-mobi .col-item:hover,
  .service-pricing-details .service-grid.service-mobi .col-item.active {
    background: #3C3C3A;
  }
  .service-pricing-details .service-grid.service-mobi .service-block {
    text-align: center;
    min-height: unset;
  }
  .service-pricing-details .service-grid.service-mobi .service-block .service-head .tag {
    font-size: 12px;
    line-height: 18px;
  }
  .service-pricing-details .service-grid.service-mobi .service-block .service-head h3 {
    font-size: 20px;
    line-height: 18px;
  }
  .service-pricing-details .service-grid.service-mobi .service-block .service-price {
    display: none;
    font-size: 24px;
    line-height: 21px;
    margin: 1vw 0;
  }
  .service-pricing-details .service-grid.service-mobi .service-block .service-price span {
    font-size: 12px;
    line-height: 18px;
  }
  .service-pricing-details .service-grid.service-mobi.business-service-mobi .col-item {
    max-width: 100%;
    margin: 0 0 2vw 0;
    min-height: 70px;
  }
  .service-pricing-details.has-spotlight {
    margin-top: 270px;
  }
  .service-pricing-details.has-spotlight .service-grid .service-spotlight {
    display: block;
    top: -230px;
    left: 35px;
    z-index: -1;
  }
  .value-services {
    padding-bottom: 0;
  }
  .value-services h2 {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 70px;
  }
  .value-services .value-service-grid {
    margin-bottom: 20vw;
  }
  .value-services .value-service-grid .slick-list {
    box-shadow: 0px 1px 10px 0px #0000003d;
  }
  .value-services .value-service-grid .service-column {
    width: 100%;
    padding: 10vw;
    min-height: 33vh;
    margin-right: 0;
    margin-bottom: 0;
  }
  .value-services .value-service-grid .service-column .service-head {
    width: 100%;
    flex-basis: unset;
    margin-bottom: 30px;
  }
  .value-services .value-service-grid .service-column .service-head .service-icon {
    width: 10vw;
    height: 15vw;
  }
  .value-services .value-service-grid .service-column .service-head h3,
  .value-services .value-service-grid .service-column .service-head .service-title {
    font-size: 20px;
    line-height: 30px;
  }
  .value-services .value-service-grid .service-column h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .value-services .value-service-grid .service-column h3:before {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
  }
  .value-services .value-service-grid .service-column .service-description {
    width: 100%;
    flex-basis: unset;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .value-services .value-service-grid .service-column a,
  .value-services .value-service-grid .service-column .btn {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10vw;
  }
  .value-services .value-service-grid .slider-dots {
    bottom: -14vw;
  }
  .value-services .value-service-grid .slider-dots:before {
    content: 'Swipe to see more';
    color: #9C9B9B;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }
  .value-services .value-service-grid .slider-dots button {
    padding: 7px;
  }
  .value-services .value-service-grid .slider-dots button:after {
    border: none;
    background-color: #CFCFCF;
  }
  .value-services .value-service-grid .slider-dots .slick-active button {
    transform: scale(1.5);
  }
  .value-services .value-service-grid .slider-dots .slick-active button:after {
    border: none;
    background-color: #3C3C3A;
  }
  .value-services .container.value-added .value-service-grid {
    margin-bottom: 0;
  }
  .value-services .container.value-added .value-service-grid .service-column {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: unset;
    max-width: unset;
    flex-direction: column;
  }
  .value-services .container.value-added .value-service-grid .service-column a {
    position: relative;
    width: 100%;
    bottom: unset;
  }
  .value-services .container.value-added .value-service-grid .service-column:last-of-type {
    margin-bottom: 0;
  }
  .value-services.left-align .value-service-grid .service-column .service-block .service-icon {
    width: 10vw;
    height: 15vw;
  }
  .value-services.left-align .value-service-grid .service-column .service-block h3,
  .value-services.left-align .value-service-grid .service-column .service-block .service-title {
    font-size: 20px;
    line-height: 30px;
  }
  .value-services.bg-yellow .value-service-grid .service-column .service-block .service-icon {
    width: 10vw;
    height: 15vw;
  }
  .value-services.bg-yellow .value-service-grid .service-column .service-block h3,
  .value-services.bg-yellow .value-service-grid .service-column .service-block .service-title {
    font-size: 20px;
    line-height: 30px;
  }
  .value-services.bg-yellow .value-service-grid .slider-dots:before {
    color: #FFF8C5;
  }
  .value-services.bg-yellow .value-service-grid .slider-dots button:after {
    border: none;
    background-color: #FAE12C;
  }
  .value-services.bg-yellow .value-service-grid .slider-dots .slick-active button {
    transform: scale(1.5);
  }
  .value-services.bg-yellow .value-service-grid .slider-dots .slick-active button:after {
    border: none;
    background-color: #FFF8C5;
  }
  .value-services .container.value-added .value-service-grid .service-column,
  .value-services .container .value-service-grid .service-column {
    width: 100%;
  }
  .video-section .video-caption {
    display: none;
  }
  main .page-body section.page-intro-section.page-intro-no-padding-bottom {
    padding: 0;
  }
  .request-demo-container {
    padding: 30px;
  }
  .request-demo-container .request-demo-box {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .request-demo-container .request-demo-box .info-image,
  .request-demo-container .request-demo-box .info-details {
    width: 100%;
  }
  .request-demo-container .request-demo-box .info-image h3,
  .request-demo-container .request-demo-box .info-details h3 {
    font-size: 34px;
    line-height: 36px;
    max-width: 100%;
  }
  .request-demo-container .request-demo-box .info-image ul,
  .request-demo-container .request-demo-box .info-details ul {
    margin-top: 0;
  }
  .request-demo-container .request-demo-box .info-image ul li,
  .request-demo-container .request-demo-box .info-details ul li {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .request-demo-container .request-demo-box .info-image ul li:last-of-type,
  .request-demo-container .request-demo-box .info-details ul li:last-of-type {
    margin-bottom: 0;
  }
  .request-demo-container .request-demo-box .info-image .image-mobi,
  .request-demo-container .request-demo-box .info-details .image-mobi {
    padding: 0 10vw;
  }
  .request-demo-container .request-demo-box .info-image img,
  .request-demo-container .request-demo-box .info-details img {
    margin: 0;
  }
  .request-demo-container .button-blocks .btn-grid {
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .request-demo-container .button-blocks .btn-grid a.btn {
    width: 100%;
  }
  .product-block {
    padding: 30px;
  }
  .product-block .left,
  .product-block .right,
  .product-block .product-focus {
    padding: 0;
  }
  .product-block .intro-text {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .product-block .product-details {
    flex-direction: column-reverse;
  }
  .product-block .product-details .product-info,
  .product-block .product-details .product-image {
    width: 100% !important;
  }
  .product-block .product-details .product-image {
    display: none;
  }
  .product-block .product-details .product-info {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .product-block .product-details .product-info .image-mobi {
    margin: 0 -30px 30px -30px;
  }
  .product-block .product-details .product-info .image-mobi img {
    width: 100%;
  }
  .product-block .product-details .product-info h4 {
    max-width: 100%;
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 10vw 0;
  }
  .product-block .product-details .product-info h3 {
    font-size: 96px;
    line-height: 82px;
  }
  .product-block .product-details .product-info p {
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
  }
  .product-block .product-details .product-info ul {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10vw;
  }
  .product-block .product-details .product-info ul li {
    font-size: inherit;
    line-height: inherit;
  }
  .product-block .product-details .product-info span {
    padding: 0 15vw;
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
  }
  .product-block .product-details .product-info sub {
    font-size: 12px;
    line-height: 18px;
  }
  .product-block .product-details .product-info em {
    max-width: 100%;
    margin-top: 5vw;
    font-size: 14px;
    line-height: 21px;
  }
  .product-block .right .product-details .product-info h4 {
    max-width: 60%;
    font-size: 34px;
    line-height: 36px;
    margin: 0 auto 70px auto;
    padding-right: 0;
  }
  .product-block .left .product-details .product-info h4 {
    text-align: left;
    max-width: 76%;
    font-size: 34px;
    line-height: 36px;
  }
  .product-block.focus-product .product-details .product-image {
    display: block;
  }
  .product-block .right .product-details .product-info {
    order: 1;
    padding-right: 0;
  }
  .product-block .left .product-details .product-info {
    order: 2;
    padding-right: 0;
    padding-left: 0;
  }
  .product-block .product-details .product-info {
    width: 50%;
    padding-right: 0;
  }
  .product-block .product-focus img {
    margin: 0 auto;
    display: block;
  }
  .product-block .contained {
    padding: 30px;
  }
  .product-block .contained .image-mobi {
    display: none;
  }
  .product-block .contained .product-image {
    display: block;
  }
  .product-block .contained .product-details .product-info {
    order: 2;
    padding-right: 0;
    padding-left: 0;
  }
  .request-demo-container {
    padding: 60px 30px;
  }
  .value-services .value-service-grid .service-column {
    max-width: unset;
  }
  .slider-dots button {
    padding: 10px;
  }
  .related-features {
    max-width: 100vw;
  }
  .related-features .features-box {
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 10vw 0;
  }
  .related-features .features-box .col-item {
    margin-right: 0;
    margin-bottom: 10vw;
    width: 100%;
  }
  .related-features .features-box .col-item:last-of-type {
    margin-bottom: 0;
  }
  .related-features .features-box .col-item .feature-block {
    padding-left: 0;
    padding-top: 0;
  }
  .related-features .features-box .col-item .feature-block .feature-icon {
    width: 48px;
    padding-bottom: 48px;
  }
  .related-features .features-box .col-item .feature-block h6 {
    max-width: 40vw;
    padding: 0;
    margin: 0 auto;
    font-weight: 500;
  }
  .related-features .features-box .col-item .feature-block h6:after {
    display: none;
  }
  .partner-logos h3 {
    font-size: 34px;
    line-height: 36px;
  }
  .partner-logos .partner-logos-blocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .partner-logos .partner-logos-blocks .col-item {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .partner-logos .partner-logos-blocks .col-item:last-of-type {
    margin-bottom: 0;
  }
  .page-intro-section .container .show-mobi h2 {
    text-align: center;
    padding: 0 21vw;
    margin-top: 0;
  }
  .page-intro-section .container .col-item .info-holder {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
  }
  .page-intro-section .container .col-item .info-holder h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .page-intro-section .container .col-item .info-holder p {
    font-size: 20px;
    line-height: 30px;
  }
  .page-intro-section .container .col-item .info-holder ul {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5vw;
  }
  .page-intro-section .container .col-item .info-holder ul li {
    font-size: 20px;
    line-height: 30px;
  }
  .page-intro-section .container .col-item:last-of-type .image-holder {
    margin: 0 -30px;
  }
  .page-intro-section .container .col-item:last-of-type .image-holder:after {
    display: none;
  }
  .page-intro-section.header-split .container {
    overflow: hidden;
  }
  .page-intro-section.header-split .container .col-box .col-item h2 {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 5vw;
  }
  .page-intro-section.header-split .container .col-box .col-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-intro-section.header-split .container .col-box .col-item:first-of-type:after {
    width: 140vw;
    height: 140vw;
    top: -67vw;
    left: -40vw;
  }
  .page-intro-section.culture-section h2.centre-title {
    font-size: 60px;
    line-height: 52px;
    text-align: left;
    padding: 0 70px 100px 30px;
  }
  .page-intro-section.culture-section .container {
    overflow: hidden;
  }
  .page-intro-section.culture-section .container h2 {
    text-align: center;
    max-width: none;
    margin: 10vw auto;
    max-width: 60vw;
    font-size: 40px;
    line-height: 36px;
  }
  .page-intro-section.culture-section .container:after {
    width: 140vw;
    height: 140vw;
    top: -71vw;
    left: -23vw;
  }
  .page-intro-section.culture-section .container .col-box .col-item.infographic {
    display: flex;
    justify-content: center;
    padding: 12vw 0 20vw 0;
  }
  .page-intro-section.culture-section .container .col-box .col-item .feature-circle {
    width: 25vw;
    height: 25vw;
    margin-bottom: 0;
    margin-right: -10px;
    left: 0;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
  }
  .page-intro-section.culture-section .container .col-box .col-item .feature-circle:before {
    font-size: 20px;
    line-height: 18px;
  }
  .page-intro-section.culture-section .container .col-box .col-item .rte-content {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .page-intro-section.culture-section .container .col-box .col-item .rte-content h4 {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 3vw;
  }
  .page-intro-section.culture-section .container .col-box .col-item .rte-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-intro-section.about-intro-block .container:after {
    max-width: 80vw;
    bottom: 90%;
    min-height: 20vw;
    left: 6vw;
    display: none;
  }
  .page-intro-section.about-intro-block .container h2 {
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -2px;
    padding-right: 15vw;
    margin: 5vw 0;
  }
  .page-intro-section.about-intro-block .container .col-item .info-holder {
    font-size: 16px;
    line-height: 24px;
  }
  .page-intro-section.about-intro-block .container .col-item .info-holder p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-intro-section.about-detail-block .container {
    overflow: hidden;
  }
  .page-intro-section.about-detail-block .container h3 {
    font-size: 34px;
    line-height: 30.6px;
    letter-spacing: -0.04em;
  }
  .page-intro-section.about-detail-block .container .col-box .col-item .info-holder {
    font-size: 16px;
    line-height: 24px;
  }
  .page-intro-section.about-detail-block .container .col-box .col-item .info-holder p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-intro-section.about-detail-block .container .col-box .col-item:last-of-type .image-holder {
    margin-bottom: 10vw;
  }
  .page-intro-section.about-detail-block .container .col-box .col-item:last-of-type .image-holder:after {
    bottom: -42vh;
    max-width: 65vw;
    right: unset;
    left: 36vw;
  }
  .page-intro-section.about-detail-block .container .col-box .col-item:first-of-type .image-holder {
    margin-bottom: 10vw;
    margin-left: -30px;
  }
  .page-intro-section.about-detail-block .container .col-box .col-item:first-of-type .image-holder:after {
    bottom: -19vh;
    max-width: 55vw;
    left: 40vw;
  }
  .page-intro-section.about-detail-block.flip-right-mobi .container .col-item:first-of-type {
    order: 2;
  }
  .page-intro-section.about-detail-block.flip-right-mobi .container .col-item:last-of-type .image-holder {
    margin-right: -30px;
  }
  .page-intro-section.about-detail-block-top-align .container h3 {
    font-size: 34px;
    line-height: 30.6px;
  }
  .page-intro-section.about-detail-block-top-align .container a {
    margin-top: 0;
  }
  .page-intro-section.dark-circles {
    padding: 60px 0;
  }
  .page-intro-section.dark-circles h2 {
    font-size: 40px;
    line-height: 36px;
    margin: 0 auto 10vw;
  }
  .page-intro-section.dark-circles:before,
  .page-intro-section.dark-circles:after {
    width: 90vw;
    height: 90vw;
  }
  .page-intro-section.dark-circles:before {
    bottom: -25vw;
    left: -30vw;
  }
  .page-intro-section.dark-circles:after {
    top: -25vw;
    right: -30vw;
  }
  .section-title h4 {
    max-width: 100%;
    margin: 0 auto 5vw;
    font-size: 24px;
    line-height: 21.6px;
  }
  .line-title.feature-title:after {
    display: none;
  }
  .title-blockquote {
    margin: 70px 0;
  }
  .title-blockquote:before {
    min-height: 241px;
    background-size: contain;
    top: -121px;
    max-width: 100vw;
    left: -150px;
  }
  .title-blockquote:after {
    display: none;
  }
  .title-blockquote .container {
    padding: 10vw 0;
  }
  .title-blockquote .block-area {
    padding: 0 0;
  }
  .title-blockquote .block-area div.single h2 {
    padding: 70px 6vw;
  }
  .title-blockquote .block-area div.dual {
    width: 100%;
  }
  .title-blockquote .block-area div.dual h2 {
    z-index: 9;
    font-size: 34px;
    line-height: 36px;
    padding-right: 15vw;
    letter-spacing: 0;
  }
  .title-blockquote .block-area div.dual:first-of-type.empower h2 {
    max-width: 90%;
  }
  .title-blockquote .block-area div.dual:first-of-type.connect h2 {
    padding: 70px 0;
    max-width: 74%;
  }
  .title-blockquote .block-area div.dual:first-of-type.care-guard {
    margin-top: -110px;
  }
  .title-blockquote .block-area div.dual:first-of-type.care-guard h2 {
    padding: 0 0 230px 0;
    max-width: 86%;
  }
  .title-blockquote .block-area div.dual:first-of-type.connect-lite h2 {
    padding: 60px 0;
    max-width: 85%;
  }
  .title-blockquote .block-area div.dual:first-of-type.retrieve h2 {
    padding: 60px 0;
    max-width: 69%;
  }
  .title-blockquote .block-area div.dual:first-of-type.roam h2 {
    padding: 60px 0;
    max-width: 72%;
  }
  .title-blockquote .block-area div.dual:first-of-type.motorcycle h2 {
    padding: 60px 0;
    max-width: 82%;
  }
  .title-blockquote .block-area div.dual:last-of-type {
    width: 100%;
    min-height: unset;
  }
  .title-blockquote .block-area div.dual:last-of-type img {
    position: absolute;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type:after {
    width: 320px;
    height: 320px;
    right: -32vw;
    top: -32vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite {
    width: 260px;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite:after {
    right: -32vw;
    top: -32vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect-lite img {
    top: 6vw;
    left: unset;
    right: -30px;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard {
    width: 309px;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard:after {
    right: -32vw;
    top: -32vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard img {
    top: 13vw;
    left: unset;
    right: 9vw;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:last-of-type.retrieve {
    width: 171px;
  }
  .title-blockquote .block-area div.dual:last-of-type.retrieve:after {
    top: -30vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.retrieve img {
    left: unset;
    right: -30px;
    width: 100%;
    top: 14vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect:after {
    top: -26vw;
    right: -36vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.connect img {
    left: unset;
    right: -30px;
    width: 171px;
    top: -23vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.roam {
    width: 310px;
  }
  .title-blockquote .block-area div.dual:last-of-type.roam:after {
    top: -36vw;
    right: -45vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.roam img {
    left: unset;
    right: -30px;
    width: 100%;
    top: 8vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.empower {
    width: 250px;
  }
  .title-blockquote .block-area div.dual:last-of-type.empower img {
    left: 8vw;
    width: 100%;
    top: 0;
  }
  .title-blockquote .block-area div.dual:last-of-type.motorcycle {
    width: 163px;
  }
  .title-blockquote .block-area div.dual:last-of-type.motorcycle:after {
    top: -34vw;
    right: -47vw;
  }
  .title-blockquote .block-area div.dual:last-of-type.motorcycle img {
    left: unset;
    right: -30px;
    width: 100%;
    top: 18vw;
  }
  .title-blockquote.no-bg:after {
    display: none;
    bottom: -12vh;
    max-width: 30vw;
    min-height: 400px;
  }
  .page-intro-section.page-intro-info-centre .container .col-box .col-item .info-holder p {
    padding: 0 30px;
  }
  .legal-links .col-box .col-item,
  .legal-links .col-box .col-item:nth-child(n+6) {
    text-align: center;
    margin: 0 0 40px;
  }
  .sub-title {
    padding: 70px 30px 0;
    max-width: unset;
  }
  .page-intro-section.about-detail-block.text-blocks .container .col-box .col-item .info-holder {
    padding-right: 0;
  }
  .legal-section .container.legal-document-holder {
    padding: 60px 30px !important;
  }
  .legal-section .container.legal-document-holder .legal-service-grid .col-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10vw;
  }
  .legal-section .container.legal-document-holder .value-title {
    text-align: left;
    max-width: 70%;
  }
  .legal-section .container.legal-document-holder .value-title h4 {
    margin-bottom: 10vw;
  }
  .legal-section .container.legal-document-holder .legal-service-grid .col-item .service-description {
    font-size: 20px;
    line-height: 30px;
  }
  .legal-section .container.legal-document-holder .legal-service-grid .col-item .service-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .legal-section .container.legal-document-holder .legal-service-grid .col-item .service-description {
    text-align: left;
    padding: 0;
  }
  .legal-section .container.legal-document-holder .legal-service-grid .service-block .service-description {
    flex-basis: calc(100% - 70px);
    width: calc(100% - 70px);
  }
  .contact-info-blocks .container .value-title h2 {
    text-align: left;
  }
  .contact-info-blocks .col-box.col-4 > .col-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 5vw;
  }
  .main-nav .level-1 a:before,
  .main-nav .nav-link:before {
    display: none;
  }
  .section-title:after {
    top: -13vh;
    left: 70vw;
    max-width: 30vw;
    z-index: -1;
  }
  #videos-holder .slick-prev {
    left: -12px;
  }
  #videos-holder .slick-next {
    right: -12px;
  }
  .video-group {
    max-width: 100vw;
  }
  .btn {
    padding: 18px 30px;
    font-size: 20px;
    line-height: 30px;
    max-width: 86vw;
  }
  .btn-group .btn-grid .btn {
    margin: 0 0 20px 0;
  }
  .slider-dots button:after {
    width: 6px;
    height: 6px;
  }
  .locate-container {
    margin: -22vw 0 -86px !important;
  }
  .locate-container .map-features {
    position: relative;
    top: -30vw !important;
    left: 0 !important;
    width: 90%;
  }
  .locate-container .map-features h3 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 auto 20px;
  }
  .locate-container .map-features .location-results h4 {
    padding: 20px 0;
  }
  .locate-container .tabs {
    position: relative;
    padding: 60px 0 0 25px;
    overflow: hidden;
    width: 100%;
  }
  .locate-container .tabs:before {
    right: 20px;
  }
  .locate-container .tabs:after {
    width: 100% !important;
    right: 0;
    margin: 0 !important;
    background: #eaeaea !important;
  }
  .locate-container .tabs .tab-btn {
    max-width: 300px;
    width: 100%;
    margin-right: 20px;
    font-size: 12px;
    flex-basis: unset;
    flex-grow: unset;
    color: #7c7979;
  }
  .locate-container .tabs .tab-btn:after {
    right: unset;
    left: 0;
    bottom: -15px;
  }
  .locate-container .tabs .tab-btn.active:after {
    width: 104%;
  }
  .locate-container .tabs .tab-btn {
    padding: 20px 30px !important;
  }
  .locate-container .tabs.active:after {
    height: 60%;
  }
  .locate-container .map-box {
    height: 65vh;
  }
}
@media screen and (min-width: 496px) and (max-width: 990px) {
  .main-dash .main-head-panel .main-logo svg {
    position: absolute;
    top: -20px;
    transform: translate3d(-10%, -30px, 0) !important;
  }
  .main-dash .main-head-panel .nav-burger {
    order: 3;
    flex-basis: 40px;
    z-index: 6;
    padding-bottom: 60px;
  }
  #home-page-banner .banner-title h2 {
    max-width: 220px;
  }
  #home-page-banner .quick-nav.left {
    order: 2;
    padding-left: 15vw;
  }
  #home-page-banner .quick-nav.right {
    order: 3;
    padding-right: 15vw;
  }
  #home-page-banner .banner-title {
    height: 60vw;
  }
  #home-page-banner .banner-title:after {
    width: 60vw;
    height: 60vw;
  }
  .map-holder {
    height: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .map-holder:before {
    height: 130%;
  }
  .map-holder .map-form {
    top: 0;
    position: relative;
    right: unset;
    width: 70vw;
    height: 70vw;
    flex-wrap: nowrap;
  }
  .testimonials-block .header-curved .line-title:after {
    left: 5vw;
    max-width: 28vw;
    bottom: 2vw;
  }
  .testimonials-block .header-curved {
    position: relative;
    padding: 20vw 15vw 15vw;
  }
  .service-pricing-details.has-spotlight .service-grid .service-spotlight {
    display: block;
    top: -230px;
    left: 25vw;
    z-index: -1;
  }
  .video-caption {
    display: none;
  }
  .video-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 200px) and (max-width: 438px) {
  .locate-container .tabs .tab-btn {
    max-width: 215px;
  }
  .value-services .value-service-grid .slider-dots {
    bottom: -24vw;
  }
  .value-services .value-service-grid {
    margin-bottom: 30vw;
  }
  .service-pricing-details .service-grid.service-mobi:before {
    font-size: 4vw;
    line-height: 6vw;
    top: 5vw;
    left: 5vw;
  }
  .campaign-form-wrap:before {
    width: 80%;
  }
  #home-page-banner .banner-title h2 {
    max-width: 58%;
  }
  .testimonials:before {
    top: -437px;
  }
  .page-intro-section.page-intro-info-centre .container .col-box .col-item .info-holder p {
    padding: 0 0;
  }
  #home-page-banner .quick-nav ul li:after {
    width: 8vw;
    height: 8vw;
    background-size: contain !important;
  }
  #home-page-banner .quick-nav ul li {
    padding-left: 10vw;
  }
  #home-page-banner .quick-nav.right {
    order: 3;
    padding-right: 5vw;
  }
  #home-page-banner .quick-nav.left {
    order: 2;
    padding-left: 5vw;
  }
  .map-holder {
    height: 100vh;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .map-holder:before {
    height: 100%;
    background: linear-gradient(180deg, #3c3c3a 62%, transparent 80%);
  }
  .map-holder .map-form {
    position: relative;
  }
  .map-holder .map-form .tab-btn {
    padding: 5px 0!important;
  }
  .map-holder .map-form {
    flex-direction: column;
    padding: 20vw 10vw;
    background: #fff url(../Images/img/Maps/locate-road.png) no-repeat -6px 236px;
    background-size: contain;
  }
  .testimonials-block .header-curved {
    position: relative;
    padding: 40vw 10vw 15vw;
  }
  .testimonials-block .header-curved .line-title:after {
    left: 6vw;
  }
  .emergency-dash {
    padding: 7vw 5vw 40vw 5vw;
  }
  .emergency-dash ul li {
    color: inherit!important;
    padding: 0;
    font-weight: 900;
  }
  .emergency-dash ul {
    padding: 0;
  }
  .emergency-dash ul.nav-list-box li.level-1 .nav-link {
    margin: 10px 0 0 0;
  }
  .emergency-dash ul.nav-list-box li.level-1 .dropdown-box ul.dropdown-list li.level-2 a {
    padding: 5px 30px;
    margin-top: 5px;
  }
  .emergency-dash ul.nav-list-box li.level-1 .dropdown-box ul.dropdown-list li.level-2 {
    margin-top: 10px;
    padding: 2px 7vw;
  }
  .emergency-dash .mobi-cta {
    margin-top: 10vw;
  }
  .emergency-dash .mobi-cta a {
    margin-top: 10px;
    padding: 8px 20px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
  .locate-container .tabs .tab-btn {
    max-width: 233px;
  }
  .faq-tabs:before {
    right: -2vw;
    max-width: 43px;
  }
  .testimonials-block .header-curved .line-title:after {
    left: 10vw;
    max-width: 50vw;
  }
  #home-page-banner .banner-title h2 {
    max-width: 55%;
  }
  .testimonials:before {
    top: -437px;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard img {
    top: 14vw;
    left: unset;
    right: 10vw;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:first-of-type.care-guard h2 {
    padding: 0 0 230px;
    max-width: 95%;
  }
  .title-blockquote .block-area div.dual:first-of-type.connect h2 {
    padding: 70px 0;
    max-width: 73%;
  }
  .title-blockquote .block-area div.dual:first-of-type.connect-lite h2 {
    padding: 60px 0;
    max-width: 90%;
  }
  .value-services .value-service-grid .service-column {
    min-height: 41vh;
  }
  .page-cover.invert-banner {
    padding: 0;
    height: 300px;
  }
}
@media screen and (min-width: 376px) and (max-width: 390px) {
  .locate-container .tabs .tab-btn {
    max-width: 215px;
  }
  .faq-tabs {
    max-width: 90vw;
  }
  .faq-tabs:before {
    right: 1vw;
    max-width: 33px;
  }
  .testimonials-block .header-curved .line-title:after {
    left: 10vw;
    max-width: 54vw;
  }
  .page-intro-section.header-split .container .col-box .col-item:first-of-type:after {
    width: 150vw;
    height: 150vw;
    top: -47vw;
    left: -40vw;
  }
  .page-intro-section.culture-section h2.centre-title {
    font-size: 60px;
    line-height: 52px;
    text-align: left;
    padding: 0 10px 100px 30px;
  }
  .value-services .value-service-grid .service-column {
    min-height: 45vh;
  }
  .title-blockquote .block-area div.dual:first-of-type.empower h2 {
    max-width: 100%;
  }
  .title-blockquote .block-area div.dual:first-of-type.connect h2 {
    padding: 70px 0;
    max-width: 78%;
  }
  .title-blockquote .block-area div.dual:first-of-type.connect-lite h2 {
    padding: 60px 0;
    max-width: 95%;
  }
  .title-blockquote .block-area div.dual:first-of-type.retrieve h2 {
    padding: 60px 0;
    max-width: 74%;
  }
  .title-blockquote .block-area div.dual:first-of-type.roam h2 {
    padding: 60px 0;
    max-width: 76%;
  }
  .title-blockquote .block-area div.dual:first-of-type.motorcycle h2 {
    padding: 60px 0;
    max-width: 90%;
  }
  .title-blockquote .block-area div.dual:first-of-type.care-guard h2 {
    padding: 0 0 230px;
    max-width: 97%;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard img {
    top: 16vw;
    left: unset;
    right: 4vw;
    width: 100%;
  }
}
@media screen and (min-width: 300px) and (max-width: 375px) {
  .locate-container .tabs .tab-btn {
    max-width: 200px;
  }
  .page-cover.invert-banner {
    min-height: unset;
    height: 260px;
    padding: 0;
  }
  .section-tabs {
    margin-top: 30px;
  }
  .faq-tabs {
    max-width: 90vw;
  }
  .faq-tabs:before {
    right: 1vw;
    max-width: 33px;
  }
  #home-page-banner .banner-title h2 {
    max-width: 58%;
  }
  #home-page-banner .quick-nav ul li {
    padding-left: 10vw;
  }
  #home-page-banner .quick-nav ul li:after {
    width: 8vw;
    height: 8vw;
    background-size: contain!important;
  }
  .testimonials:before {
    top: -437px;
  }
  .title-blockquote .block-area div.dual:last-of-type.care-guard img {
    top: 16vw;
    left: unset;
    right: 1vw;
    width: 100%;
  }
  .title-blockquote .block-area div.dual:first-of-type.empower h2 {
    max-width: 100%;
  }
  .title-blockquote .block-area div.dual:first-of-type.connect h2 {
    padding: 70px 0;
    max-width: 82%;
  }
  .title-blockquote .block-area div.dual:first-of-type.connect-lite h2 {
    padding: 60px 0;
    max-width: 100%;
  }
  .title-blockquote .block-area div.dual:first-of-type.retrieve h2 {
    padding: 60px 0;
    max-width: 75%;
  }
  .title-blockquote .block-area div.dual:first-of-type.roam h2 {
    padding: 60px 0;
    max-width: 80%;
  }
  .title-blockquote .block-area div.dual:first-of-type.motorcycle h2 {
    padding: 60px 0;
    max-width: 95%;
  }
  .title-blockquote .block-area div.dual:first-of-type.care-guard h2 {
    padding: 0 0 230px;
    max-width: 100%;
  }
  .testimonials-block .header-curved .line-title:after {
    left: 11vw;
    max-width: 55vw;
  }
  .value-services .value-service-grid .service-column {
    min-height: 61vh;
  }
  .value-services .value-service-grid .slider-dots {
    bottom: -16vw;
  }
  .value-services .value-service-grid .slider-dots button {
    padding: 4px;
  }
  .page-intro-section.header-split .container .col-box .col-item h2 {
    padding-right: 20px;
  }
  .page-intro-section.header-split .container .col-box .col-item:first-of-type:after {
    width: 150vw;
    height: 150vw;
    top: -37vw;
    left: -40vw;
  }
  .page-intro-section.culture-section h2.centre-title {
    padding: 0 10px 100px 30px;
  }
}
@media screen and (min-width: 200px) and (max-width: 360px) {
  #home-page-banner .banner-title h2 {
    max-width: 58%;
  }
  .testimonials:before {
    top: -435px;
  }
  #home-page-banner .quick-nav ul li:after {
    width: 7vw;
    height: 7vw;
    background-size: contain!important;
  }
  #home-page-banner .quick-nav ul li {
    padding-left: 8vw;
  }
  .testimonials-block .header-curved {
    position: relative;
    padding: 40vw 5vw 15vw;
  }
}
