@font-face {
    font-family: 'regplate';
    src: url('../fonts/ukplate-webfont.woff2') format('woff2'),
         url('../fonts/ukplate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Reset*/

html {
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

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

div { 
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}
 
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 120%;
  color: #333;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}
blockquote {
  border: 1px solid #3f4a8c;
  color: #333333;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  width: 90%;
  margin: 0 auto 15px auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

*:focus {
  outline: none;
}

* {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

/*Boilerplate Styles */

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #333333;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  color: inherit;
}

.container {
  width: 1200px;
  margin: 0 auto 0 auto;
}

.full {
  width: 97%;
  margin: 0 1.5% 0 1.5%;
}

.half {
  width: 47%;
  margin: 0 1.5% 0 1.5%;
}

.third {
  width: 30.333333333333%;
  margin: 0 1.5% 0 1.5%;
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
}

.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 8px 4px rgba(40, 48, 86, 0.5);
  -moz-box-shadow: 0px 0px 8px 4px rgba(40, 48, 86, 0.5);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.result-wrapper h1 span {
  display: block;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 110%;
  margin-bottom: 5px;
}
/* Header */

.header-wrapper {
  overflow: hidden;
}

.header-content {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 20px 0;
}

.header-left {
  width: 380px;
}

.header-left .logo {
  display: inline-block;
  width: 100%;
  position: relative;
}

.header-left .logo .scanner {
  display: block;
  position: absolute;
  left: 0;
  top: 2%;
  height: 96%;
  width: 100%;
  z-index: 5;
  animation-name: scan;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.header-left .logo .scanner img {
  display: block;
  height: 100%;
  width: auto;
}

.agree img {max-height:60px; max-width:100%;}

@keyframes scan {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(95%);
  }
} 

.header-left img {
  display: block;
  width: 80%;
  height: auto; 
	padding-top:10px;
}

.header-center {
}

.header-right {
  line-height: 100%;
  font-size: 28px;
  letter-spacing: -1px;
  text-align: right;
  width: 400px;
  font-weight: 300;
  font-style: italic;
}

/* Promo */

.promo-wrapper {
    background-color: #3a8770;
    background-image: linear-gradient(to bottom, #677279, #313d45 50%);
    background-position: top center;
    background-size: 100% 200%;
    color: #ffffff;
    border-bottom: 8px solid #f3b61b;
    overflow: hidden;
    position: relative;
} 

.promo-content {
  padding: 30px 0 30px 0;
  background-image: url("../images/taxi-insurance-quotes.svg");
  background-repeat: no-repeat;
  background-position: 98% 30px;
  background-size: auto 70%;
	min-height: 350px; 
   height:auto !important; 
   height: 350px;
}

.promo-content h1,
.h1mimic {
  color: #ffffff;
  font-size: 44px;
  line-height: 115%;
  font-weight: 300;
  letter-spacing: -1px;
  max-width: 900px;
  margin-bottom: 20px;
}

.promo-content ul {
  max-width: 900px;
  margin-bottom: 10px;
}

.promo-content ul li {
  color: #ffffff;
  font-size: 26px;
  display: inline-block;
  padding: 5px 0 0 46px;
  min-height: 36px;
  position: relative;
  margin: 0 30px 15px 0;
}

.promo-content ul li:before {
  content: "";
  background-image: url("../images/icon-tick.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 75% 65%;
  background-color: #f3b61b;
  padding: 3px;
  border-radius: 50%;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.promo-content form input {
  margin: 0;
  border: none;
}

.promo-content form input,
.promo-content form select {
  font-size: 26px;
  padding: 10px 14px;
  border-radius: 10px;
  box-sizing: border-box;
}
.promo-content form input,
.promo-content form select,
.promo-content form select option {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}

.promo-content form select.error {
  border: 2px solid red;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

input::placeholder {
  color: #999999;

}


.promo-content .element-group input.reginput_field {background-color:#eec42d; font-size:46px; line-height:100%; font-family:regplate, "Helvetica Neue", Helvetica, Arial, "sans-serif"; color:#333333; padding:10px 14px 7px 14px;}
.promo-content .element-group input.reginput_field::placeholder { color:#776314;}


.promo-content form select {
  color: #999999;
}

.promo-content form select option {
  color: #333333;
  outline: none;
  border: none;
}

.promo-content form select option:first-of-type {
  color: #999999;
}

.promo-content form label {
  font-size: 26px;
  font-style: italic;
  color: #ffffff;
}

.promo-content .date-group {
  display: flex;
  justify-content: space-between;
}

.promo-content .date-group .date-unit {
  width: 32%;
  max-width: 32%;
  flex: 0 0 32%;
}

.promo-content .question-info {
  display: none;
  position: absolute;
  background-color: white;
  top: -30px;
  right: 110px;
  width: calc(100% - 110px);
  max-width: 400px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 10px;
  z-index: 100;
}

.promo-content .question-info ul li:before {
	width: 20px;
    height: 20px;
    padding: 10px;
}
.promo-content .question-info ul li {
	min-height:20px;
}

.promo-content .question-info.reveal {
  display: block;
}

.promo-content .question-info::after {
  content: "";
  border-left: 15px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 100%;
  top: 30px;
}

.promo-content .question-info h3 {
  font-size: 1.125em;
  line-height: 1.25;
  color: #67b223;
  margin: 0 0 5px 0;
}
.promo-content .question-info h4 {
  font-size: 1em;
  line-height: 1.25;
  color: #833e9e;
  margin: 0 0 0 0;
	font-weight:700;
}

.promo-content .question-info p,.promo-content .question-info ul li {
  font-size: 12px;
  line-height: 115%;
  font-weight: 500;
  margin: 0 0 10px 0;
	color:#333333;
	display:block;
}

.promo-content .question-info ul li {
	margin: 0 0 5px 0
}
.promo-content .question-info ul li:last-child {
	margin-bottom:0;
}

.promo-content .question-info p strong {
  font-size: 1em;
  line-height: 1.25;
  color: #6ea6ff;
  font-family: "Open Sans";
  font-weight: 600;
}

.promo-content .question-info ul {
  font-size: 0.875em;
  line-height: 1.4;
  font-family: "Open Sans";
  font-weight: 300;
	margin-bottom:0;
}

.promo-content .question-info li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 6px;
}

.promo-content .question-info li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 2px;
  color: #67b223;
}

.promo-content .form-group {
  position: relative;
  margin: 0 0 20px 0;
}

.promo-content .form-group label {
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
 /* padding-right: 100px; */
}

.promo-content .form-group label .help {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: right;
  cursor: pointer;
}

.promo-content .form-group label img {
    display: inline-block;
    width: auto;
    max-width: 80px;
    max-height: 26px;
}

.promo-content form {
  display: block;
  position: relative;
}

.promo-content .step {
  transition: opacity 500ms ease, transform 500ms ease;
  margin-bottom: 0px;
}

.promo-content #step1 .grouped-input {
    max-width: 830px;
}

.promo-content #step2 {
    max-width: 650px;
}

.promo-content #step3 {
    
}

.promo-content .step.hidden { 
  display: none;
}

.promo-content .step.obscured {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.promo-content .step.obscured-left {
  opacity: 0;
  transform: translateX(-100%);
}

.promo-content .step.obscured-right {
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 0ms;
}

.promo-content .grouped-input {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.promo-content .grouped-input .form-group {
  width: 48%;
  flex: 0 0 48%;
}

.promo-content .grouped-input .form-group.fg-title {
  width: 25%;
  flex: 0 0 25%;
}
.promo-content .grouped-input .form-group.fg-fname {
  width: 36%;
  flex: 0 0 36%;
}
.promo-content .grouped-input .form-group.fg-lname {
  width: 36%;
  flex: 0 0 36%;
}

.promo-content .grouped-input.gi-third .form-group {
  width: 31%;
  flex: 0 0 31%;
}


.promo-content .element-group {
  display: flex;
  border-radius: 12px;
  border: 1px solid transparent;
}

.promo-content .element-group.reginput {
  width: 300px;
	margin-right:10px;
}

.promo-content .element-group.drinks .icon {
	    flex: 0 0 50px;
}


.promo-content .element-group.drinks input {
    width: calc(48% - 50px);
    max-width: calc(48% - 50px);
    flex: 0 0 calc(48% - 50px);
}

.promo-content .form-group.fg-split .element-group {
	width:48%;
} 



.promo-content .element-group.error {
  border: 2px solid red;
}

.promo-content .element-group .icon {
  width: 50px;
  flex: 1 0 50px;
  background-color: #f3b61b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.promo-content .element-group.reginput .icon {
background-color: #3759a3;
}

.promo-content .element-group .icon img {
  display: block;
  max-width: 35px;
  max-height: 32px;
  width: auto;
  height: auto;
}
.promo-content .element-group.reginput .icon img {
	padding-top:20px;
	
}

.promo-content .element-group input {
  width: calc(100% - 50px);
  max-width: calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.promo-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-image: url("../images/icon-arrow-down.svg"),
    linear-gradient(to right, #f3b61b, #f3b61b);
  background-size: 17px auto, 50px 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: right 17px center, right center;
  border: 1px solid transparent;
  background-clip: padding-box;
}

.promo-content select::-ms-expand {
  display: none;
}

.promo-content button,
a.get-started {
  background-color: #f3b61b;
color: #ffffff;
    border: none;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    display: inline-block;
    line-height: 110%;
    min-width: 190px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}

.promo-content button,
a.get-started.go {
  background-color: #f3b61b;
  color: #ffffff;
  border: none;
  font-size: 28px;
  font-weight: 700;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  display: inline-block;
  line-height: 110%;
  min-width: 190px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}

.promo-content button.get-started {

}
.promo-content button.get-started.go {
  line-height: 100%;
	min-width: 90px;
	padding:15px 15px 15px 10px;
	
	text-align:left; padding-left:15px;
}

.promo-content button.get-started:hover {
  
}

.promo-content .get-started {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}

.promo-content .get-started span {
  font-weight: 700;
}

.promo-content .get-started img {
  display: block;
  width: 12px;
  height: auto;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.promo-content .get-started.loading-indicator {
  cursor: default;
}

.promo-content .get-started.loading-indicator img {
  width: 20px;
  right: 10px;
}

.promo-content .radio-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-top: 10px;
}
.promo-content .form-group.fg-multi .radio-group {
  display: flex;
  justify-content: flex-start;
  align-items:top;
  max-width: none;
  margin-top: 10px;
	flex-wrap:wrap;
}

.promo-content .radio-item {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin-right: 15px;
}

.promo-content .form-group.fg-multi .radio-item {
  width: calc(33% - 20px);
  max-width: calc(33% - 20px);
  flex: 0 0 calc(33% - 20px);
  margin-right: 15px;
	margin-bottom:15px;
}

.promo-content .radio-item:last-child {
    margin-right: 0;
}

.promo-content .radio-item input[type="radio"] {
  display: none;
}

.promo-content .radio-item input[type="radio"].error + label {
  background-color: red;
  color: white;
}

.promo-content .radio-item label {
  display: block;
  width: 100%;
  font-style: normal;
  border-radius: 10px;
  color: #999999;
  background-color: white;
  transition: background-color 300ms ease, color 300ms ease;
  padding: 16px;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

.promo-content .radio-item:last-of-type {
  margin-right: 0;
}

.promo-content .radio-item input[type="radio"]:checked + label {
  background-color: #a4c352;
  color: white;
}

.error-message {
  display: none;
  background-color: #ff0000;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

.error-message.show {
  display: block;
}

.extra-fields-wrapper {
  display: none;
}

/* Brands */

.brands-wrapper {
  padding: 0 0 10px 0;
}

.brands-wrapper h2 {
  font-size: 36px;
  text-align: center;
}

/* Facts */

.facts-wrapper {
  width: 95%;
  margin: 0 auto 0 auto;
  border-top: 1px solid #cccccc;
  padding: 50px 0 50px 0;
}

.facts-wrapper .facts-content {
  max-width: 1050px;
}

.facts-wrapper .facts-content .title,
.result-wrapper h1 {
  color: #ffffff;
  background-color: #f3b61b;
  font-size: 44px;
  text-align: center;
  padding: 25px;
  position: relative;
}

.facts-wrapper .facts-content .title:after,
.result-wrapper h1:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #f3b61b transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.facts-wrapper .four-column {
  margin-top: 30px;
}

.facts-wrapper .four-column div {
  width: 25%;
  padding: 10px 40px 10px 40px;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  border-right: 1px solid #cccccc;
  align-items: center;
}

.facts-wrapper .four-column div:last-of-type {
  border-right: none;
}

.facts-wrapper .two-column {
  margin-top: 10px;
}

.facts-wrapper .two-column div {
  width: 50%;
  padding: 10px 30px 10px 30px;
  font-size: 22px;
  line-height: 100%;
  text-align: left;
  border-right: 1px solid #cccccc;
}

.facts-wrapper .two-column div:last-of-type {
  border-right: none;
}

.facts-wrapper .two-column div span {
  font-size: 64px;
  color: #f3b61b;
  font-weight: 700;
  display: inline-block;
  line-height: 60%;
  padding-right: 15px;
}

.facts-wrapper .two-column div p {
  display: inline-block;
  line-height: 100%;
  font-size: 22px;
}

.facts-wrapper .reviews {
  margin-top: 30px;
  text-align: center;
}

.facts-wrapper .reviews img {
  width: 100%;
  height: auto;
  max-width: 650px;
}

/* Arrow Block */

.arrow-block {
  color: #ffffff;
  background-color: #f3b61b;
  width: 70%;
  position: relative;
}

.arrow-block div {
  padding: 40px;
}

.arrow-block h2 {
  color: #ffffff;
  font-size: 48px;
  font-style: italic;
}

.arrow-block p {
  color: #ffffff;
  margin: 15px 0 15px 0;
}

.photo {
  width: 30%;
  background-image: url("../images/taxi-insurance.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* Commercial Mortgages */

#mortgageSearch {position:relative;}

.commercial-mortgages {
  padding-top: 30px;
  overflow: hidden;
}

.commercial-mortgages .commercial-inner {
  background-color: #f3b61b;
}

.commercial-mortgages h2 {
  color: #ffffff;
  font-size: 48px;
  font-style: italic;
  margin-bottom: 30px;
}

.commercial-mortgages p {
  color: white;
}

.commercial-mortgages .info {
  position: relative;
}

.commercial-mortgages .details {
  padding: 40px 0 50px 0;
  max-width: 700px;
  padding-right: 20px;
  position: relative;
  box-sizing: border-box;
  z-index: 20;
}

.commercial-mortgages .details::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 70px;
  height: 100%;
  background-color: #f3b61b;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.commercial-mortgages .photo {
  position: absolute;
  left: 700px;
  top: 0;
  width: 45vw;
  height: 100%;
  z-index: 10;
  /*transform: translateY(-30px);*/
}

.commercial-mortgages .photo::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.commercial-mortgages .photo img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Companies */

.companies {
  padding: 30px 0;
}

.companies h2 {
  font-size: 36px;
  text-align: center;
}

.companies h2 strong {
  letter-spacing: -1px;
}

.companies .mobile-brands img {
  display: block;
  width: 100%;
  height: auto;
}

.companies .brands-wrapper {
  position: relative;
  overflow: hidden;
}

.companies .brands-slider {
  display: inline-block;
  white-space: nowrap;
  min-height: 94px;
  -webkit-animation-name: continuous-slide-left;
  animation-name: continuous-slide-left;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.companies .brands-slider {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.companies .brands-unit {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}

.companies .brand {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 1em;
  font-size: 1rem;
}

.companies .brand-image {
  display: inline-block;
  width: 100px;
  height: auto;
  max-width: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.details p {
  margin: 15px 0 15px 0;
}

@media screen and (min-width: 480px) {
  .companies .brand-image {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .companies .brand-image {
    width: 130px;
  }
  .companies .brand-image.brand-image-block {
    width: 120px;
  }
  .companies .brands {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .companies {
    padding: 30px 0 20px 0;
  }
  .companies .brand-image {
    width: 130px;
  }
}

@-webkit-keyframes continuous-slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes continuous-slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* Footer */

.footer-wrapper {
  background-color: #3f4a8c;
  background-image: linear-gradient(to bottom, #677279, #313d45 50%);
  background-position: top center;
  background-size: 100% 200%;
  color: #ffffff;
  border-bottom: 12px solid #f3b61b;
}

.footer-content {
  padding: 20px 0 20px 0;
}

.footer-content p {
  color: #ffffff;
  margin: 15px 0 15px 0;
}

.footer-content p:nth-of-type(2) {
  font-weight: 700;
}

.footer-left {
  max-width: 700px;
}

.footer-right {
  width: 280px;
}

.footer-right img {
  max-width: 100%;
  margin-top: 10px;
}

.footer-content a {
  color: #ffffff;
}

.stopwatch {
  transition: opacity 500ms ease;
}

.stopwatch.obscure {
  opacity: 0.5;
  pointer-events: none;
}

.footer-left p.footer-links {
  font-size: 20px;
}

@media screen and (max-width: 1299px) {
  .container {
    width: 950px;
  }
  .companies h2 {
    font-size: 32px;
  }
  .facts-wrapper .four-column div {
    font-size: 26px;
  }
  .facts-wrapper .two-column div span {
    font-size: 54px;
  }
  .facts-wrapper .two-column div p {
    font-size: 20px;
  }
  .facts-wrapper .facts-content .title {
    font-size: 38px;
    padding: 20px;
  }
  .footer-left {
    max-width: 600px;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    width: 800px;
  }
  .companies {
    padding: 25px 0;
  }
  .companies h2 {
    font-size: 28px;
  }
  .facts-wrapper .facts-content .title {
    font-size: 32px;
    padding: 20px;
  }
  .facts-wrapper .four-column div {
    padding: 10px 30px 10px 30px;
    font-size: 24px;
  }
  .facts-wrapper .two-column div span {
    font-size: 40px;
  }
  .facts-wrapper .two-column div p {
    font-size: 17px;
  }
  .facts-wrapper .two-column div span {
    padding-right: 10px;
  }
  .commercial-mortgages .details {
    max-width: 550px;
  }
  .commercial-mortgages .photo {
    left: 550px;
  }
  .promo-content h1,
  .h1mimic {
    font-size: 40px;
  }
  .footer-left {
    max-width: 475px;
    font-size: 14px;
  }
  .footer-right {
    width: 220px;
  }
  .promo-content ul li {
    font-size: 24px;
    line-height: 135%;
  }
}

@media screen and (max-width: 849px) {
  .container {
    width: 728px;
  }
  .header-left {
    width: 320px;
  }
  .header-right {
    font-size: 26px;
  }
  .header-content {
    padding: 24px 0 20px 0;
  }
  .promo-content h1,
  .h1mimic {
    font-size: 36px;
  }
  .promo-content ul li {
    font-size: 23px;
    padding-top: 3px;
    line-height: 140%;
  }
  .companies h2 {
    font-size: 26px;
  }
  .companies {
    padding: 25px 0 15px 0;
  }
  .facts-wrapper {
    padding: 30px 0 40px 0;
  }
  .facts-wrapper .four-column div {
    padding: 10px 25px 10px 25px;
    font-size: 22px;
  }
  .facts-wrapper .two-column div span {
    line-height: 115%;
  }
  .promo-content ul li {
    font-size: 20px;
    line-height: 160%;
  }
  .promo-content form input,
  .promo-content form select {
    padding: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  .promo-content .element-group .icon img {
    max-width: 30px;
    max-height: 35px;
  }
  .promo-content button,
  a.get-started {
    font-size: 24px;
  }

  .promo-content ul li {
    line-height: 120%;
    padding-left: 40px;
    margin-bottom: 5px;
    padding-top: 5px;
  }

  .promo-content ul li::before {
    width: 28px;
    height: 28px;
    padding: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .promo-content form select {
    background-size: 14px auto, 30px 100%;
    background-position: right 8px center, right center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
  .header-content {
    display: block;
  }
  .header-left {
    width: 100%;
    display: block;
    text-align: center;
  }
  .header-left .logo {
    width: 60%;
  }
  .header-right {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .info {
    display: flex;
  }
  .commercial-mortgages .details {
    max-width: none;
    width: 100%;
  }
  .commercial-mortgages .photo {
    left: 0;
    width: 100%;
    transform: none;
  }
  .commercial-inner .container {
    width: 100%;
  }
  .commercial-mortgages .info {
    position: inherit;
    display: block;
  }
  .commercial-mortgages .details::after,
  .commercial-mortgages .photo::after {
    content: none;
  }
  .commercial-mortgages .details {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .commercial-mortgages .photo {
    width: 100%;
    left: auto;
    position: relative;
    display: block;
    height: 350px;
  }
  .commercial-mortgages .photo img {
    height: auto;
    transform: none; 
    left: auto;
  }
  .promo-content {
    padding: 25px 20px 20px 20px;
    background-size: 170px;
    background-position: 90% 5%;
  }
  .promo-content h1,
  .h1mimic {
    font-size: 30px;
  }
  .result-wrapper h1 span {
    font-size: 18px;
  }
  .promo-content ul {
  }
  .footer-content {
    padding: 20px;
  }
  .footer-left {
    padding-right: 30px;
  }
  .commercial-mortgages h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .companies .brand-image.brand-image-block {
    width: 100px;
  }
  .companies h2 {
    font-size: 21px;
  }
  .facts-wrapper .four-column div {
    font-size: 20px;
  }
  .commercial-mortgages {
    padding-top: 0;
  }
  .footer-content {
    flex-wrap: wrap;
  }
  .footer-left {
    width: 100%;
    max-width: none;
  }
  .footer-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer-right img {
    height: 50px;
    width: auto;
  }
  .promo-content form input,
  .promo-content form select {
    font-size: 22px;
  }
  .promo-content #purpose {
    width: 100%;
  }
  .promo-content ul,
  .promo-content form {
  }
  .promo-content .grouped-input {
    display: block;
  } 


  .promo-content .grouped-input .form-group,.promo-content .grouped-input .form-group.fg-title,.promo-content .grouped-input .form-group.fg-fname,.promo-content .grouped-input .form-group.fg-lname {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 20px 0;
  }
  .promo-content .element-group {
    max-width: 100%;
  }

  .promo-content .radio-group,.promo-content .form-group.fg-multi .radio-group {
    display: block;
    margin-top: 10px;
  }

  .promo-content .radio-item,.promo-content .form-group.fg-multi .radio-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 699px) {
  .facts-wrapper .four-column div {
    font-size: 20px;
    padding: 10px;
  }
	
		  .promo-content {
    padding: 25px 20px 20px 20px;
    background-size: 190px;
    background-position: 90% 10%;
  }
}

@media screen and (max-width: 599px) {
  .facts-wrapper .four-column {
    flex-wrap: wrap;
  }
  .facts-wrapper .four-column div {
    width: 50%;
    flex-shrink: 0;
    font-size: 24px;
    padding: 15px 30px 15px 30px;
  }
  .facts-wrapper .four-column div:nth-of-type(1),
  .facts-wrapper .four-column div:nth-of-type(2) {
    padding-top: 5px;
  }
  .facts-wrapper .four-column div:nth-of-type(3),
  .facts-wrapper .four-column div:nth-of-type(4) {
    border-top: 1px solid #cccccc;
  }
  .facts-wrapper .four-column div:nth-of-type(2) {
    border-right: none;
  }
  .facts-wrapper .two-column {
    flex-wrap: wrap;
  }
  .facts-wrapper .two-column div {
    width: 100%;
    border-right: none;
    padding: 10px 20px 10px 20px;
  }
  .facts-wrapper .two-column div span {
    font-size: 54px;
    line-height: 60%;
  }
  .facts-wrapper .two-column div p {
    font-size: 22px;
  }
  .promo-content form label {
    font-size: 22px;
    line-height: 1.2;
  }
  .footer-left p.footer-links {
    font-size: 18px;
  }
	  .promo-content {
    padding: 25px 20px 20px 20px;
    background-size: 200px;
    background-position: 90% 15%;
  }
		.promo-content h1, .h1mimic {
    font-size: 24px;
	}
}

@media screen and (max-width: 499px) {
  .footer-right img {
    height: 40px;
    width: auto;
  }
  .facts-wrapper .two-column div {
    padding: 10px 10px 10px 10px;
  }
  .facts-wrapper .two-column div p {
    font-size: 18px;
  }
  .facts-wrapper .two-column div span {
    font-size: 45px;
  }
  .facts-wrapper .four-column div {
    font-size: 22px;
  }

  .promo-content form select {
    background-size: 14px auto, 30px 100%;
    background-position: right 8px center, right center;
  }

  .promo-content form input,
  .promo-content form select {
    font-size: 17px;
  }

  .header-content {
    padding: 15px 0 10px 0;
  }
  .promo-content {
    padding: 15px 20px 20px 20px;
  }
  .header-left .logo {
    width: 70%;
  }
  .promo-content ul {
    margin-bottom: 10px;
  }
  .promo-content .grouped-input .form-group {
    margin-bottom: 10px;
  }
  .companies {
    padding: 15px 0 10px 0;
  }
  .brands-wrapper {
    padding: 0 0 0 0;
  }
  .promo-content ul li {
    font-size: 19px;
  }
  .commercial-mortgages h2 {
    line-height: 100%;
    font-size: 32px;
  }
  .commercial-mortgages .details p {
    font-size: 15px;
  }
  .footer-left p {
    font-size: 14px;
  }
  .footer-left p.footer-links {
    font-size: 14px;
  }
	  .promo-content ul li {
    line-height: 120%;
    padding-left: 40px;
    margin-bottom: 5px;
    padding-top: 3px;
		  min-height:26px;
		  font-size:18px;
  }

  .promo-content ul li::before {
	  width:26px;
	  height:26px;
    padding: 13px;
  }
	.promo-content h1, .h1mimic {
    font-size: 30px;
	margin-bottom:10px;
		line-height:100%;
		max-width:90%;
	}
	.sliderPosition {font-size:20px;
	padding: 6px 15px 2px 15px;
	}
	.slider-panel {
    padding: 5px 5px;
	}
	.promo-content {
    padding: 15px 20px 20px 20px;
	}
	  .header-content {
    padding: 11px 0 5px 0;
  }
	.promo-content form label {
    font-size: 18px;
    line-height: 1.2;
}
	.promo-content .form-group label .help {
		top:-2px;
	}
	.promo-content .form-group label {
		margin-bottom:3px;
		margin-top:5px;
	}
}

@media screen and (max-width: 479px) {
  .companies .brand-image.brand-image-block {
    width: 60px;
  }
  .error-message {
    font-size: 15px; 
  }
}

@media screen and (max-width: 399px) {
  .footer-right img {
    height: 32px;
    width: auto;
  }
  .facts-wrapper .two-column div p {
    font-size: 18px;
  }
  .facts-wrapper .two-column div span { 
    font-size: 45px;
    line-height: 115%;
  }
  .facts-wrapper .four-column div {
    font-size: 20px;
    padding: 15px 15px 15px 15px;
  }
  .header-left .logo {
    width: 70%;
  } 
  .header-content {
    padding: 15px 0 10px 0;
  }
  .promo-content h1,
  .h1mimic {
    font-size: 24px;
  }
  .result-wrapper h1 span {
    font-size: 15px;
  }

  .promo-content ul li::before {
    width: 28px;
    height: 28px;
    padding: 14px;
  }

  .promo-content ul li {
    padding-top: 3px;
    padding-left: 35px;
  }
  .error-message {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .promo-content ul li {
    font-size: 16px;
    min-height: 24px;
  }

  .promo-content ul li::before {
    width: 24px;
    height: 24px;
    padding: 11px;
  }

  .promo-content form .form-group > label {
    font-size: 18px;
    padding-right: 70px;
    margin-bottom: 5px;
  }

  .promo-content .question-info {
    width: calc(100% - 80px);
    right: 80px;
  }

  .promo-content .form-group label img {
    max-width: 60px;
    max-height: 22px;
  }

  .promo-content button,
  a.get-started {
font-size: 20px;
    min-width: 150px;
  }
	
	.agree img {
    max-height: 50px;
}

  .companies h2 {
    line-height: 110%;
  }

  .promo-content h1,
  .h1mimic {
    margin-bottom: 10px;
  }

		  .promo-content {
    background-size: 160px;
    background-position: 95% 15%;
  } 
}

/* Inner pages */

.page-wrapper {
  background-color: #eeeeee; 
  padding: 25px 0 25px 0;
}
.page-content h1 {
  font-size: 32px;
}
.page-content p {
  margin: 15px 0 15px 0;
}

/* Locations Pages */
.locations-block {
  background-color: white;
  padding: 30px 15px;
  border-radius: 5px;
  font-size: 1em; 
  line-height: 1.5;
  font-weight: 300;
  color: black;
  margin-bottom: 30px;
}

.agree-wrap {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.agree {
  font-size: 12px;
	margin-left: 0px;
    margin-top: 20px;
    line-height: 120%;
    opacity: 0.6;
}

.form-group p.form-subtitle {
  color: rgb(255 255 255 / 70%);
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 100%;
}

.facts-content .awards-content {margin-top:25px;}

.facts-content .awards,.facts-content .awards-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.facts-content .awards p {
    font-size: 1.8125em;
    width: 215px;
    max-width: 215px;
    flex: 0 0 215px;
    margin-right: 15px;
}
.facts-content .awards .protection-review {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 5px;
}
.facts-content .awards .defaqto {
    width: 105px; 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
}
.facts-content .trustpilot {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
	margin:5px 0 0 30px;
}
.facts-content .awards img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
  .page-content {
    padding: 0 20px 0 20px;
  }

  .agree-wrap {
    flex-wrap: wrap;
  }
  .agree-wrap .agree {
    margin-left: 0px;
    margin-top: 0;
	  line-height:120%;
	  opacity: 0.6;
  }
	.facts-content .awards-content {display:block;}
	.facts-content .trustpilot {width:100%; margin:25px auto 0 auto; text-align:center;}
	.facts-content .trustpilot img {max-width:300px;}
	.promo-content .element-group.drinks input {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
}
}
@media screen and (max-width: 499px) {
  .page-content {
    font-size: 14px;
  }
  .page-content h1 {
    font-size: 24px;
  }
  .companies h2 {
    font-size: 18px;
  }
  .agree {
    margin-left: 20px;
    font-size: 11px;
    line-height: 110%;
  }
	.facts-content .awards p {font-size:1.2em;
    width: 155px;
    max-width: 145px;
    flex: 0 0 145px;
	margin-right: 5px;
	}
	.facts-content .awards .protection-review {
    width: 40px;
    flex: 0 0 40px;
	}
	.facts-content .awards .defaqto {
    width: 82px; 
    flex: 0 0 82px;
}
	.facts-content .trustpilot img {
    max-width: 250px;
}
}

@media screen and (max-width: 399px) {
  .page-content {
    font-size: 13px;
  }
  .page-content h1 {
    font-size: 20px;
  }
  .companies h2 {
    font-size: 17px;
  }
}

/* Result Page */

.promo-wrapper.result-wrapper {
  background-image: url("../images/result-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.promo-wrapper.result-wrapper .promo-content {
  background-image: none;
}
.promo-wrapper.result-wrapper .results-box {
  max-width: 700px;
  margin: 0 auto 0 auto;
  border: 4px solid #f3b61b;
}
.promo-wrapper.result-wrapper .results-box img {
	display:block;
  padding: 10px 10px 0 10px;
	max-width:70%; 
	margin:0 auto 30px auto;
	text-align: center;
}
.promo-wrapper.result-wrapper .results-box .result-text img {max-width:100%; width:100%; padding:15px 0 0 0;}
.result-wrapper h1 {
  padding: 10px;
  width: 100%;
  margin: 0 auto 0 auto;
  max-width: none;
}

.result-inner {
  background: rgba(255, 255, 255, 1);
	padding-top:20px;
}
.result-inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.result-inner h3 {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  background-color: #3f4a8c;
  color: #ffffff;
	margin-top:30px;
}

@media screen and (max-width: 550px) {
  .result-inner h2 {
    font-size: 26px;
  }

}
@media screen and (max-width: 450px) {
  .result-inner h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .result-inner h2 {
    font-size: 20px;
  }
}
 

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.promo-content form label { font-size: 22px;}
}

/* Callback Form */
.rot90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=-1.00000000, M21=1.00000000, M22=0.00000000,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=-1.00000000, M21=1.00000000, M22=0.00000000,sizingMethod='auto expand');
  -moz-transform: matrix(0, 1, -1, 0, 0, 0);
  -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
  -o-transform: matrix(0, 1, -1, 0, 0, 0);

  -ms-transform: rotate(90deg);

  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;

  border: 0px solid;
  white-space: nowrap;
  position: absolute;
  display: inline-block;

  padding-bottom: 5px;
}

.rot270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand');
  -moz-transform: matrix(-0, -1, 1, -0, 0, 0);
  -webkit-transform: matrix(-0, -1, 1, -0, 0, 0);
  -o-transform: matrix(-0, -1, 1, -0, 0, 0);

  -ms-transform: rotate(270deg);

  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;

  border: 0px solid;
  white-space: nowrap;
  position: absolute;
  display: inline-block;

  padding-bottom: 5px;
}

/* QQ Form */
.quick-quote {
  position: absolute;
  right: -265px;
  width: 265px;
  top: -6px;

  /*top: 50%;
	transform: translateY(-50%);*/
  z-index: 99;
  transition: right 0.3s linear;
  transition-timing-function: ease-in-out;
}
.qq-form label {
	color:#ffffff;
	font-weight:500;
}
.qq-form a.qq-callnow {color:#ffffff; font-size:20px; font-weight:500; display:block; margin-top:10px; padding-left:8px;}
.qq-form a.qq-callnow:hover {text-decoration: none;}

.quick-quote.open {
  right: 0;
}
.quick-quote .qq-body {
      background:url("../images/callback-icon.svg") #f3b61b;
	background-position: 92% 106%;
	background-size:30%;
	background-repeat:no-repeat;
	min-height: 200px; 
   height:auto !important; 
   height: 200px;
    border-radius: 0 0 0 20px;
}
.quick-quote .qq-tab {
 position: absolute;
    padding: 6px 12px 5px 12px;
    left: -28px;
    top: 167px;
    background-color: #f3b61b;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    font-weight: 700;
}
.quick-quote .qq-tab img {
	width:35px; height:auto;
}

.quick-quote h4 {
	font-weight:700;
  font-size: 24px;
  text-align: center;
  margin: 0 0 0 0;
  line-height: 100%;
	color:#ffffff;
}
.qq-tab:hover {
  cursor: pointer;
}
.qq-style {
  border-radius: 20px 0 0 0;
  color: #ffffff;
  font-size: 18px;
  background-color: rgb(197 154 73 / 1);
  padding: 10px 0 8px 0;
}
.qq-form {
  margin: 5px 0 5px 0;
  padding: 10px;
  text-align: left;
}
.qq-question {
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  padding: 10px;
  margin-bottom: 0;
}
.qq-question.qq-question-last {
  border: 1px solid #bbbbbb;
  margin-bottom: 12px;
}

.radio-item {
  width: 48%;
  letter-spacing: -0.2px;
}
.form-group {
  margin-bottom: 5px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.qq-form p {
  line-height: 100%;
  font-size: 14px;
  background-color: #ffffff;
}
.qq-form input {
  border: none;
  padding: 10px;
  background-color: #cdcdcd;
  border-radius: 0;
}
.qq-form input,
.qq-form select {
  color: #333333;
  text-align: left !important;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 9px;
  background-color: #ffffff;
  border-radius: 5px;
	 width:100%;
   border: 1px solid white;
}
.qq-form input.error {
  border: 1px solid red;
}
.qq-form .twocol {display:flex;}
.qq-form .twocol div {
  width: 49%;
	margin:0 0.5% 0 0.5%;
}
.qq-form input::placeholder,
.qq-form span {
  font-weight:700;
	display:block;
	font-size:20px;
}

.qq-form input.reginput_fieldt::placeholder {
	font-weight:900 !important;
	
}

.qq-form .error-container { 
  font-size: 0.875rem;
  padding-top: 2px;
  color: red;
  width: 100% !important;
    margin: 0 !important;
}
.qq-form h3 {
  color: white;
  text-align: center;
  padding-top: 50px;
}
.qq-set {margin-bottom:5px;}
.qq-form input[type="radio"] {
  display: none;
}
.qq-form select {
  padding: 9px 0 9px 9px;
}

.qq-form button {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  background-color: #515d64;
  border: none;
  padding: 10px 15px 10px 15px;
  margin: 5px auto 0 auto;
	border-radius: 5px;
}
.qq_form p {
}
.qq-form #qq_title {
  width: 32%;
}
.qq-form #qq_surname {
  width: 64%;
}
.qq-form #qq_email,
.qq-form #qq_phone,
.qq-form #qq_address,
.qq-form #qq_postcode {
  width: 100%;
}

.alert { background-color:red; color:#ffffff; display:block; padding:10px; border-radius:0 0 12px 12px; margin:0 auto 0 auto;}

.subtitle {font-size:48px; color:#ffffff; font-weight:700; line-height:100%;}
.subsubtitle {font-size:40px; color:#ffffff; margin-bottom:20px; line-height:100%;}
.subsubtitle span {font-weight:700; color:#ffea00;}  
.header-right a {font-size:47px; font-weight:700; color:#f3b61b; font-style: normal; }
.header-right a:hover {text-decoration: none;}
.header-right p {font-size:20px; font-weight:400; color:#333333; font-style: normal; letter-spacing:normal;}
.header-right br {display:none;}
.result-text {width:80%; margin:0 auto 0 auto;}
.result-text p {margin:15px 0 15px 0; font-weight:500;}
body.body-result .header-right {display:none;}

@media screen and (max-width: 1299px) {
	.promo-content {background-size: auto 50%; background-position:98% 45%;}
}


@media screen and (max-width: 1023px) {
	.subtitle {font-size:40px;}
.subsubtitle {font-size:36px;}
	.promo-content h1.homeh1 {margin-bottom:15px;}
}

@media screen and (max-width: 767px) {
.subtitle {font-size:36px;}
.subsubtitle {font-size:32px;}
	.promo-content h1.homeh1 {margin-bottom:10px;}
	
	.quick-quote h4 {
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    margin: 0 0 0 0;
    line-height: 100%;
    color: #ffffff; 
}
	
	.header-right {display:flex; justify-content: center; padding-bottom:10px;}
	.header-right a {letter-spacing:-2px; font-size:34px;}
	.header-right p {padding-left:10px; padding-top:3px; text-align: left; line-height:100%; font-size:14px;}
	.header-right br {display:block;}
	
	.promo-content {background:none;}
	
	.promo-content .grouped-input .form-group {margin-bottom:10px;}

	.promo-content form .form-group label {font-size:20px; margin-bottom:5px;}
	
	.header-left img {margin:0 auto 0 auto;} 
	.regnewwrap {text-align:center;}
}

@media screen and (max-width: 599px) {
	
}

@media screen and (max-width: 499px) {
.subtitle {font-size:30px;}
.subsubtitle {font-size:24px;}
	.promo-content h1.homeh1 {margin-bottom:10px;}
	.header-right {margin-top:7px;}
	.header-right a {font-size:28px;}
	.header-right p {font-size:12px;}
		  .agree-wrap  {    justify-content: space-between;	}
	.agree-wrap .agree {margin-left:0px;}
.agree-wrap.home-agree .promo-content button, .agree-wrap.home-agree a.get-started {padding:10px 35px 10px 15px; font-size:22px;}	
	
	.promo-content .form-group label img {
    max-height: 22px;
	
}
	
	.result-text p {font-size:14px;} 
}

@media screen and (max-width: 414px) {
.subtitle {font-size:23px;}
.subsubtitle {font-size:19px;}
	.promo-content h1.homeh1 {margin-bottom:10px;}
	.agree-wrap.home-agree .promo-content button, .agree-wrap.home-agree a.get-started {padding: 10px 35px 10px 15px;  font-size: 18px; max-width:200px;}
	.agree img {max-width:100px;}

}

@media screen and (max-width: 375px) {
	.agree-wrap.home-agree .agree img {max-width:80px;}
}

.searching-progress {
  padding-top: 20px;
}

.searching-progress .search-steps li {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
  min-height: 40px;
  padding: 10px 0 0 54px;
  position: relative;
  margin: 0 0 15px 0;
}

.searching-progress .search-steps li.active {
  animation-name: pulsate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.searching-progress .search-steps li span {
  font-weight: 700;
}

.searching-progress .search-steps li::before {
  content: "";
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
 
.searching-progress .search-steps li.active::before {
  background-image: url("../images/scan-anim.gif");
}

.searching-progress .search-steps li.completed::before {
  background-image: url("../images/scan-tick.gif");
}
 
.mh-logo {width:200px; max-width:100%; margin:10px 0 0 3px;}
.mh-deal {width:300px; max-width:100%; margin:10px 0 0 3px;}

.neilson-info {max-width:300px; color:#ffffff; font-size:18px; text-transform: uppercase;}

.search-steps h4 {display:block; color:#ffffff; margin-top:20px; font-size:16px; padding:0 0 0 55px; background:url("../images/icon-star-outline.svg") no-repeat; background-size:37px 37px; background-position:3px 50%; max-width:400px; }

.search-steps h5 {text-transform: uppercase; letter-spacing:2px; color:#ffffff; font-size:14px; margin-top:15px; margin-left:55px;}

.search-steps .result-end {margin-left:-55px;}


.reg-block {padding:12px; border:1px dashed #afb4b7; display: inline-block; width:auto; border-radius: 12px; max-width:100%;}
.promo-content form .form-group.reg-block > label {margin-top:0;}

.infobox {

    background-color: #f3b61b;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.mh-logo {width:350px;}

@keyframes pulsate {
  0% { 
      color: rgba(255, 255, 255, 1);
  }
  50% { 
    color: rgba(255, 255, 255, 0.4);
  }
  100% { 
    color: rgba(255, 255, 255, 1);
  }
}



@media screen and (min-width: 640px) {
  .searching-progress .search-steps li {
    font-size: 26px;
    min-height: 54px;
    padding: 13px 0 0 64px;
  }
  
  .searching-progress .search-steps li::before {
    background-size: 54px 54px;
    width: 54px;
    height: 54px;
  }
	
}

	@media screen and (max-width: 499px) {
		.search-steps h5 {font-size:14px; letter-spacing:normal;}
	}
.regwrap {display:flex;}
@media screen and (max-width: 449px) {
	.promo-content .element-group input.reginput_field {font-size:36px; padding-right:2px;}
	.promo-content form .form-group > label {padding-right:0;}

	
}

	@media screen and (max-width: 399px) {
		.search-steps h5 {font-size:13px; letter-spacing:normal;}
		.promo-content .element-group input.reginput_field { padding-left:10px; padding-right:0; width: calc(100% - 35px); max-width: calc(100% - 35px); flex: 0 0 calc(100% - 35px); font-size:34px;}
	.promo-content form .form-group > label {padding-right:0;}
		.promo-content button.get-started {min-width:80px;}
		.promo-content .element-group .icon {flex:inherit; width:35px;}
		.promo-content .element-group .icon img {width:20px;}
		.promo-content .element-group input {    width: calc(100% - 35px);    max-width: calc(100% - 35px);    flex: 0 0 calc(100% - 35px);		}
		.reg-block {padding:7px;}
		.promo-content form .form-group.reg-block > label {font-size:18px;}
		.infobox {font-size:14px;}
	}

@media screen and (max-width: 349px) {
	.promo-content .element-group input.reginput_field {font-size:28px; letter-spacing:-1px; padding-left:5px;}
	.promo-content form .form-group.reg-block > label {font-size:18px;}
	.agree {font-size:10px;}
	}