﻿#results .warning {
  background-color: #fff9ed;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 15px;
  border: 1px solid orange;
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
  text-align: center;
}
#results .warning.info {
  border: 1px solid #4f8000;
  background-color: #f6ffe8;
}
#results .warning.info .title {
  background-color: #f6ffe8;
}
#results .warning .title {
  background-color: #fff9ed;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
#results .page-root {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#results .page-root .title {
  display: inline-block;
  width: 100%;
  font-size: 14px !important;
  font-weight: 100;
  margin-bottom: 5px;
}
#results .page-root .title.est {
  font-size: 20px !important;
}
#results .page-root .value {
  display: inline-block;
  width: 100%;
  font-size: 18px !important;
  font-weight: 100;
  margin-bottom: 15px;
  font-weight: 200;
}
#results .page-root .value.est {
  font-size: 28px !important;
  margin-bottom: 25px;
  font-weight: 400;
}
#results .address {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 20px;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 15px;
}
#results #switcher-root {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50px;
}
#results #switcher-root .switcher {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 5px;
}
#results #switcher-root .switcher .switcher-item {
  display: inline-block;
  width: 50%;
  float: left;
  cursor: pointer;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 100;
  color: black;
}
#results #switcher-root .switcher .switcher-item.active {
  background-color: white;
  border-radius: 30px;
}
#results #switcher-root .switcher .switcher-item.active:hover {
  background-color: white;
  border-radius: 30px;
  color: black;
  cursor: default;
}
#results #switcher-root .switcher .switcher-item:hover {
  background-color: #dddddd;
  border-radius: 30px;
  color: black;
}
#valuation-from #please_wait {
  margin-top: 15px;
  width: 100%;
  float: left;
  text-align: center;
}
#valuation-from #please_wait .fad {
  font-size: 32px;
}
#valuation-from label {
  margin-top: 15px;
  width: 100%;
  float: left;
  /* margin-top: 5px; */
  margin-bottom: 0px;
  font-weight: 100;
}
#valuation-from #continue_to_page_two,
#valuation-from #getvaluation {
  width: 100%;
  margin-top: 30px;
  padding: 10px;
  font-size: 18px;
}
#valuation-from #book_valuation,
#valuation-from #book_valuation_requested {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 18px;
  margin-top: 5px;
}
#valuation-from .selected-property {
  display: none;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #c8c8c8;
  text-align: left;
  padding: 15px;
}
#valuation-from .selected-property #line-one {
  color: black;
  font-size: 16px;
  font-weight: 400;
}
#valuation-from .selected-property #line-two {
  color: #6b7c85;
  font-size: 14px;
  font-weight: 400;
}
#valuation-from .selected-property #clear-address {
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}
#valuation-from .pro-user-logo {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#valuation-from .pro-user-logo img {
  display: inline-block;
  width: 100px;
  border-radius: 100%;
  margin-bottom: 30px;
}
#valuation-from input {
  display: inline-block;
  float: left;
}
#valuation-from input.required.invalid {
  border: 1px solid #ffac66;
}
#valuation-from input.required.invalid:focus {
  border: 1px solid #ff7500;
}
#valuation-from input::-webkit-input-placeholder {
  /* Edge */
  color: #6b7c85;
}
#valuation-from input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6b7c85;
}
#valuation-from input::placeholder {
  color: #6b7c85;
}
#valuation-from input.single-line {
  width: 100%;
  padding: 10px 20px 10px 13px;
  font-size: 15px;
  border: 1px solid #ff99b3;
  outline: none;
  margin-top: 7px;
  margin-right: -4px;
  float: left;
}
#valuation-from input.single-line:focus {
  border: 1px solid #FF3366;
  outline: none;
}
#valuation-from input.single-line.error {
  border: 1px solid #ff0202;
}
#valuation-from input.single-line.success {
  border: 1px solid #8cff02;
}
#valuation-from input.half {
  width: 50%;
  width: calc(50% - 3px);
  margin-right: 6px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #valuation-from input.half {
    width: 100%;
  }
}
#valuation-from input.half.half-right {
  margin-right: 0px;
}
#valuation-from input.property {
  width: 50%;
  width: calc(50% - 5px);
  margin-right: 5px;
}
#valuation-from input.property:nth-of-type(2) {
  margin-right: 0px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #valuation-from input.property {
    width: 100%;
    margin-right: 0px;
  }
}
#valuation-from input:disabled {
  background-color: #f8f8f8;
}
#valuation-from .selectric {
  background-color: white;
  border: 1px solid #ff99b3;
}
#valuation-from .selectric .label {
  margin: 0 51px 0 0px;
  font-size: 16px;
  line-height: 46px;
  font-weight: 100;
  /* padding: 1px; */
  height: 46px;
  text-align: left;
  padding-left: 11px;
}
#valuation-from .selectric-wrapper {
  display: inline-block;
  height: 46px;
  margin-top: 15px;
}
#valuation-from .selectric-wrapper .button {
  width: 52px !important;
  height: 38px;
  margin: 0px;
  border: none;
  border-left: 1px solid #d6d6d6;
  padding: 0px;
  top: 5px;
}
#valuation-from .selectric-wrapper .selectric-items li {
  display: block;
  padding: 13px;
  color: #666;
  cursor: pointer;
  font-size: 16px;
}
#valuation-from .selectric-wrapper .selectric-items li.selected {
  color: white;
}
#valuation-from .selectric-wrapper .selectric-items li:hover {
  color: white;
}
#valuation-from .selectlist {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  font-size: 15px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #FF3366;
  z-index: 10;
  margin-bottom: -200px;
  background-color: white;
  top: -1px;
  max-height: 200px;
  overflow-y: auto;
}
#valuation-from .selectlist ul {
  padding: 0px;
}
#valuation-from .selectlist ul li {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
#valuation-from .selectlist ul li:hover {
  background-color: #ffccd9;
}
#valuation-from .selectlist ul li.selected {
  background-color: #ffccd9;
}
#valuation-from .selectlist ul li.no-results {
  background-color: #f1f1f1;
  cursor: default;
}
#valuation-from .selectlist ul li.no-results .fal {
  margin-right: 10px;
}
#valuation-from .selectlist ul li.no-results:hover {
  background-color: #f1f1f1;
}
#valuation-from .selectlist ul li .fal {
  margin-right: 10px;
}
.pagelinks {
  display: inline-block;
}
.mg-t-0-force {
  margin-top: 0px !important;
}
.sidebar .logo .social {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.sidebar .logo .social a {
  display: inline-block;
  color: white;
  padding: 10px 0px 10px 0px;
  width: 44px;
  text-align: center;
  margin-left: 5px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.sidebar .logo .social a.facebook {
  background-color: #3B5998;
}
.sidebar .logo .social a.facebook:hover {
  background-color: #4264aa;
}
.sidebar .logo .social a.twitter {
  background-color: #00b4d4;
}
.sidebar .logo .social a.twitter:hover {
  background-color: #00caee;
}
.sidebar .logo .social a.instagram {
  background-color: #cd486b;
}
.sidebar .logo .social a.instagram:hover {
  background-color: #d25c7b;
}
.sidebar .logo .social a.linkedin {
  background-color: #4875B4;
}
.sidebar .logo .social a.linkedin:hover {
  background-color: #5982bd;
}
.logo-block .logo {
  display: inline-block;
  width: 155px;
  float: left;
  overflow: hidden;
}
.logo-block .logo svg fill,
.logo-block .logo svg path,
.logo-block .logo svg polygon,
.logo-block .logo svg circle {
  fill: #6b7c85;
}
#main-footer .contact-outer {
  display: inline-block;
  float: left;
  margin-top: 8px;
  margin-left: 30px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #main-footer .contact-outer {
    width: 50%;
    float: right;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #main-footer .social {
    float: left;
  }
}
.portal-logos {
  width: 100%;
  display: inline-block;
  height: auto;
  margin-bottom: 20px;
}
.portal-logos.smaller {
  margin-bottom: 70px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portal-logos {
    margin-bottom: 60px;
  }
}
.portal-logos .p-logo {
  display: inline-block;
  float: left;
  width: 20%;
  height: 60px;
  padding: 5px 20px;
  margin-bottom: 15px;
  vertical-align: central;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .portal-logos .p-logo {
    width: 50%;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal-logos .p-logo {
    width: 25%;
    padding: 5px 10px;
  }
}
.portal-logos .p-logo svg,
.portal-logos .p-logo img {
  display: inline-block;
  width: 85%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.portal-logos .p-logo.rightmove {
  display: inline-block;
  position: relative;
  top: 50%;
}
.portal-logos .p-logo.zoopla {
  display: inline-block;
  position: relative;
  top: 50%;
}
.portal-logos .p-logo.listglobally {
  display: inline-block;
  position: relative;
  top: 50%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portal-logos .p-logo.listglobally {
    display: none;
  }
}
.portal-logos .p-logo.primelocation {
  display: inline-block;
  position: relative;
  top: 41%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portal-logos .p-logo.primelocation {
    top: 50%;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #welcome-message {
    font-size: 28px !important;
    top: 150px !important;
    text-align: center;
    padding: 0px 30px !important;
    line-height: 45px;
  }
  #header #header-wrap .pro-user-name {
    font-size: 20px !important;
  }
  .pagelinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .pagelinks .link-outer {
    float: none;
  }
  .sales-link {
    padding: 15px 10px 12px 9px !important;
    text-align: center;
  }
  .sales-link .title {
    display: none;
  }
  .sales-link .fa {
    font-size: 22px !important;
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #welcome-message {
    font-size: 32px !important;
    top: 200px !important;
    text-align: center;
    padding: 0px 30px !important;
    line-height: 45px;
  }
  #header #header-wrap .pro-user-name {
    font-size: 24px !important;
  }
  .pagelinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .pagelinks .link-outer {
    float: none;
    height: 83px !important;
  }
  .sales-link {
    padding: 15px 10px 12px 9px !important;
    text-align: center;
  }
  .sales-link .title {
    font-size: 10px;
  }
  .sales-link .fa {
    font-size: 22px !important;
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
}