.get-a-quote #site-navigation .phone img {
  margin: 0 15px 0 0;
  transform: translateZ(0);
  transition: all 0.3s;
}
.get-a-quote #site-navigation .phone img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 52%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}
.get-a-quote #site-navigation .phone a {
  transition: all 0.3s;
  position: relative;
}
.get-a-quote #site-navigation .phone a:hover {
  color: #0dc162;
}
.get-a-quote #site-navigation .phone a:hover img {
  opacity: 0;
}
.get-a-quote #site-navigation .phone a:hover img:nth-child(2) {
  opacity: 1;
}
.get-a-quote .btn {
  outline: none !important;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    margin-left: 50px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
.get-a-quote .fadeInRight {
  animation: fadeInRight 1s;
}
@media (min-width: 1440px) {
  .get-a-quote .site-branding {
    padding-left: 110px;
  }
}
.get-a-quote .page-wrapper-new {
  background: linear-gradient(to bottom, #204aa5 0%, #275dd5 100%);
}
.get-a-quote .page-wrapper-new h1 {
  color: white;
}
@media (max-width: 1439px) {
  .get-a-quote .page-wrapper-new h1 br {
    display: none;
  }
}
.get-a-quote .page-wrapper-new p {
  color: white;
}
.get-a-quote .page-wrapper-new p b {
  color: white;
}
.get-a-quote .page-wrapper-new p strong {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
}
.get-a-quote .page-wrapper-new p.lh41 {
  line-height: 41px;
}
.get-a-quote .page-wrapper-new .screen {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  min-height: 600px;
}
@media (min-width: 768px) {
  .get-a-quote .page-wrapper-new .screen {
    height: calc(100vh - 180px);
  }
}
.get-a-quote .page-wrapper-new .screen .left {
  width: 60%;
  height: 100%;
  padding: 0 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .get-a-quote .page-wrapper-new .screen .left {
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}
.get-a-quote .page-wrapper-new .screen .left .select-items {
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 585px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 0 140px 0;
}
@media (max-width: 1023px) {
  .get-a-quote .page-wrapper-new .screen .left .select-items {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .get-a-quote .page-wrapper-new .screen .left .select-items {
    width: 100%;
    max-width: none;
  }
}
.get-a-quote .page-wrapper-new .screen .left .select-items .select-item {
  width: 48%;
  padding: 19px 30px;
  line-height: 1.2;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  text-indent: 45px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .get-a-quote .page-wrapper-new .screen .left .select-items .select-item {
    width: 100%;
    text-indent: 60px;
  }
}
.get-a-quote .page-wrapper-new .screen .left .select-items .select-item span {
  position: relative;
}
.get-a-quote .page-wrapper-new .screen .left .select-items .select-item span:before {
  position: absolute;
  left: -50px;
  top: 0px;
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  border: 6px solid white;
  border-radius: 50%;
  background-color: #275dd5;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .get-a-quote .page-wrapper-new .screen .left .select-items .select-item span:before {
    top: -1px;
  }
}
.get-a-quote .page-wrapper-new .screen .left .select-items .select-item:hover {
  background: #3b6ad0;
}
.get-a-quote .page-wrapper-new .screen .left .select-items .select-item.active {
  background: #0dc162;
}
.get-a-quote .page-wrapper-new .screen .left .select-items .select-item.active span:before {
  background-color: #008f43;
  border: none;
}
.get-a-quote .page-wrapper-new .screen .left .select-items .select-item.active span:after {
  content: "";
  width: 23px;
  height: 22px;
  background: url(../img/get-a-quote/active.svg) no-repeat;
  position: absolute;
  left: -48px;
  top: 4px;
}
@media (max-width: 1439px) {
  .get-a-quote .page-wrapper-new .screen .left .select-items .select-item.active span:after {
    top: 0px;
  }
}
.get-a-quote .page-wrapper-new .screen .right {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1023px) {
  .get-a-quote .page-wrapper-new .screen .right {
    display: none;
  }
}
.get-a-quote .page-wrapper-new .screen .right .select-items-slide {
  display: none;
}
.get-a-quote .page-wrapper-new .screen .right .select-items-slide img {
  max-width: none;
}
.get-a-quote .page-wrapper-new .screen .right .screen1-right {
  opacity: 0.5;
  max-width: none;
}
.get-a-quote .page-wrapper-new .screen .right .screen2-right-4 {
  text-align: center;
}
.get-a-quote .page-wrapper-new .screen .right .screen2-right-4 img {
  margin-bottom: 50px;
}
.get-a-quote .page-wrapper-new .screen input[type="text"],
.get-a-quote .page-wrapper-new .screen input[type="email"],
.get-a-quote .page-wrapper-new .screen input[type="number"] {
  border-radius: 12px;
  color: #777;
  margin-bottom: 20px;
  box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  outline: none !important;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  transition: all 0.25s ease-in;
}
.get-a-quote .page-wrapper-new .screen input[type="text"]:focus,
.get-a-quote .page-wrapper-new .screen input[type="email"]:focus,
.get-a-quote .page-wrapper-new .screen input[type="number"]:focus {
  border: 2px solid #5e91ff;
  color: black;
  box-shadow: none;
}
.get-a-quote .page-wrapper-new .screen input.half-width {
  width: 49%;
}
@media (max-width: 767px) {
  .get-a-quote .page-wrapper-new .screen input.half-width {
    width: 100%;
  }
}
.get-a-quote .page-wrapper-new .screen input.full-width {
  width: 100%;
  max-width: none;
}
.get-a-quote .page-wrapper-new .screen input[type="submit"] {
  display: block;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .get-a-quote .page-wrapper-new .screen input[type="submit"] {
    height: 60px;
    line-height: 60px;
    padding: 0 25px !important;
  }
}
.get-a-quote .page-wrapper-new .screen label {
  cursor: pointer;
  line-height: 1.2;
  font-weight: 400;
  text-indent: -35px;
  padding-left: 35px;
}
@media (max-width: 767.98px) {
  .get-a-quote .page-wrapper-new .screen label {
    font-size: 16px;
  }
}
.get-a-quote .page-wrapper-new .screen .btn-submit {
  margin-top: 37px !important;
}
.get-a-quote .page-wrapper-new .screen .btn-back {
  position: absolute;
  left: 55px;
  bottom: 38px;
  width: 127px;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  background-color: #214aa4;
}
.get-a-quote .page-wrapper-new .screen .btn-back:hover {
  background-color: #0dc162;
}
@media (max-width: 1023px) {
  .get-a-quote .page-wrapper-new .screen .btn-back {
    display: none;
  }
}
.get-a-quote .page-wrapper-new .screen .btn-custom2 {
  box-shadow: none;
  background-color: #214aa4;
  cursor: not-allowed;
  margin: 0;
  width: 250px;
  max-width: none;
  padding: 0;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 35px;
  bottom: 66px;
  font-size: 18px;
  padding: 0 !important;
}
.get-a-quote .page-wrapper-new .screen .btn-custom2.active {
  background-color: #0dc162;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .get-a-quote .page-wrapper-new .screen .btn-custom2 {
    position: static;
    margin: 0 0 50px 35px;
  }
}
@media (max-width: 767px) {
  .get-a-quote .page-wrapper-new .screen .btn-custom2 {
    height: 60px;
    line-height: 60px;
    width: 200px;
  }
}
.get-a-quote .page-wrapper-new .screen .btn-enter {
  height: 93px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
.get-a-quote .page-wrapper-new .screen .max670 {
  max-width: 670px;
  width: 90%;
  margin: 0 auto;
}
.get-a-quote .page-wrapper-new .screen .max857 {
  max-width: 857px;
  width: 90%;
  margin: 0 auto;
}
.get-a-quote .page-wrapper-new .screen .max1086 {
  max-width: 1086px;
  width: 90%;
  margin: 0 auto;
}
.get-a-quote .page-wrapper-new .screen h2 {
  color: white;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
}
.get-a-quote .page-wrapper-new .screen h2.large {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .get-a-quote .page-wrapper-new .screen h2.large {
    font-size: 30px;
  }
}
.get-a-quote .page-wrapper-new .screen .inputs {
  max-width: 650px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.get-a-quote .page-wrapper-new .screen.screen1 {
  /*display: flex;*/
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .get-a-quote .page-wrapper-new .screen.screen1 {
    height: auto;
  }
}
.get-a-quote .page-wrapper-new .screen.screen2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .get-a-quote .page-wrapper-new .screen.screen2 {
    height: auto;
  }
}
.get-a-quote .page-wrapper-new .screen.screen3 {
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 {
  color: white;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  /*----override wpcf7-----*/
  /*----end of wpcf7-------*/
}
@media (max-width: 1023px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 {
    width: 90%;
  }
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box input[type="checkbox"] {
  display: none;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box span {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%;
  position: relative;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box span:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  border: 6px solid white;
  border-radius: 50%;
  background-color: #275dd5;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box span:before {
    top: -1px;
  }
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box span:after {
  content: "";
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #275dd5;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box span.active:after {
  opacity: 1;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box span.active:before {
  background-color: #008f43;
  border: none;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box span.active:after {
  content: "";
  width: 23px;
  height: 22px;
  background: url(../img/get-a-quote/active.svg) no-repeat;
  position: absolute;
  top: 8px;
}
@media (max-width: 1439px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .check-box span.active:after {
    top: 0px;
  }
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields {
  /*---- hide fields ----*/
  padding: 0px;
  /*.form-group{
					padding:0px;
					&:nth-child(7){
						display:none;
					}
				}*/
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields.invalid {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields.invalid .form-group label {
    top: 35%;
  }
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields.invalid .form-group label.active {
    top: 35%;
  }
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .wpcf7-response-output {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  color: #a94442;
  background-color: #f2dede;
  border-radius: 4px;
}
@media (max-width: 681px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .wpcf7-response-output {
    top: 80px;
    padding: 20px 5px;
  }
}
@media (max-width: 530px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .wpcf7-response-output {
    padding: 10px 5px;
  }
}
@media (max-width: 512px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .wpcf7-response-output {
    top: 110px;
  }
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group {
  padding: 0px;
  /*---hide the comments field---*/
}
@media (min-width: 768px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.form-half:nth-child(even) {
    padding: 0px 8px 0px 0px;
  }
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.form-half:nth-child(odd) {
    padding: 0px 0px 0px 8px;
  }
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.form-full {
    padding: 0;
  }
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group:nth-child(7) {
  display: none;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group label {
  line-height: 1;
  top: 16px;
  /*top: 36%;*/
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group label.active {
  /*	top: -5px;
								transform: none;*/
  top: 16px;
  opacity: 0;
  top: 20px;
  transform: translate(0, -50%);
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group .wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: 15px;
  background-color: transparent;
  color: white;
  font-size: 13px;
}
@media (max-width: 767px) {
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group label {
    top: 50%;
  }
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group label.active {
    top: 50%;
  }
  .get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode {
    margin-bottom: 16px;
  }
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode .select2-results__option {
  padding: 8px 28px;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode .select2-results {
  background: white;
  color: #777;
  overflow: hidden;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode .wpcf7-not-valid-tip {
  margin-top: 0px;
  margin-bottom: 8px;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode .select2-selection.select2-selection--single {
  height: 50px;
  border: none;
  background-color: #fff;
  color: #777;
  box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  outline: none !important;
  border-radius: 12px;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #777;
  padding-left: 30px;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode .postcode-label {
  background: white;
  height: 20px;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode .postcode-label + .select2-container--default.select2-container--open {
  top: 0px !important;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields .form-group.select2-container-postcode .postcode-label + .select2-container--default.select2-container--open .select2-dropdown--below .select2-search--dropdown input {
  height: 50px;
  border: none;
  background-color: #fff;
  color: #777;
  box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  outline: none !important;
  border-radius: 12px;
  padding-left: 30px;
}
.get-a-quote .page-wrapper-new .screen.screen3 .form1 .wpcf7-form.form-fields p {
  display: none;
}
.get-a-quote .page-wrapper-new .screen.screen4 {
  -ms-flex-align: center;
      align-items: center;
}
.get-a-quote .page-wrapper-new .screen.screen4 .form2 {
  color: white;
  width: 100%;
  text-align: center;
}
.get-a-quote .page-wrapper-new .screen.screen4 .form2 .img-text {
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .get-a-quote .page-wrapper-new .screen.screen4 .form2 .img-text {
    margin-bottom: 30px;
  }
}
.get-a-quote .page-wrapper-new .screen.screen4 .form2 .img-text .img-text-left {
  width: 45%;
}
@media (max-width: 767px) {
  .get-a-quote .page-wrapper-new .screen.screen4 .form2 .img-text .img-text-left {
    width: 100%;
  }
}
.get-a-quote .page-wrapper-new .screen.screen4 .form2 .img-text .img-text-right {
  width: 55%;
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .get-a-quote .page-wrapper-new .screen.screen4 .form2 .img-text .img-text-right {
    width: 100%;
    padding-left: 0;
  }
}
.get-a-quote .page-wrapper-new .screen.screen4 .form2 p.hurry {
  margin: 80px 0 0 0;
  line-height: 22px;
}
.get-a-quote .mobile-only {
  display: none;
}
.get-a-quote .mobile-only img {
  max-height: 35vh;
}
.get-a-quote .mobile-only .mobile-screen2-slider .mobile-screen2-slide {
  display: none;
  text-align: center;
}
.get-a-quote .mobile-only .mobile-screen2-slider .mobile-screen2-slide.active {
  display: block;
}
.get-a-quote .mobile-only .mobile-screen2-slider .mobile-screen2-slide .question {
  max-width: 100px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .get-a-quote .mobile-only {
    display: block;
  }
}
.get-a-quote .w90 {
  width: 90%;
  margin: 0 auto;
}
.get-a-quote #result1,
.get-a-quote #result2 {
  text-align: center;
}
