﻿@font-face {
  font-family: 'Effra Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Heavy'), url('/content/fonts/Effra Heavy.woff') format('woff');
}
@font-face {
  font-family: 'Effra Heavy Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Heavy Italic'), url('/content/fonts/Effra Heavy Italic.woff') format('woff');
}
@font-face {
  font-family: 'Effra Light';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Light'), url('/content/fonts/Effra Light.woff') format('woff');
}
@font-face {
  font-family: 'Effra Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Medium'), url('/content/fonts/Effra Medium.woff') format('woff');
}
@font-face {
  font-family: 'Effra Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Italic'), url('/content/fonts/Effra Italic.woff') format('woff');
}
@font-face {
  font-family: 'Effra Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Light Italic'), url('/content/fonts/Effra Light Italic.woff') format('woff');
}
@font-face {
  font-family: 'Effra Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Medium Italic'), url('/content/fonts/Effra Medium Italic.woff') format('woff');
}
@font-face {
  font-family: 'Effra Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Bold'), url('/content/fonts/Effra Bold.woff') format('woff');
}
@font-face {
  font-family: 'Effra Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Effra Bold Italic'), url('/content/fonts/Effra Bold Italic.woff') format('woff');
}
.pricing-subheading {
  display: inline-block;
  width: 75%;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 50px;
  font-weight: 600;
}
@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) {
  .pricing-subheading {
    width: 100%;
  }
}
.portal-pricing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
  justify-content: center;
}
.portal-pricing .styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 16px;
  min-width: 400px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px -3px hsla(0, 0%, 0%, 0.1);
}
.portal-pricing .styled-table thead tr {
  background-color: #FF3366;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
}
.portal-pricing .styled-table th,
.portal-pricing .styled-table td {
  padding: 12px 15px;
  text-align: left;
}
.portal-pricing .styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
  font-size: 17px;
}
.portal-pricing .styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.portal-pricing .portal-item {
  padding: 15px;
  display: flex;
}
.portal-pricing .portal-item .item {
  width: 100%;
  min-width: 300px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  flex: 1 0 33%;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  box-shadow: 0px 10px 20px -3px hsla(0, 0%, 0%, 0.1);
  display: flex;
}
.portal-pricing .portal-item .item .logocont {
  height: 50px;
  text-align: center;
  width: 150px;
  margin: 10px 0px;
}
.portal-pricing .portal-item .item .logocont.primelocation {
  width: 180px;
}
.portal-pricing .portal-item .item .logocont.rightmove {
  width: 180px;
}
.portal-pricing .portal-item .item .logocont.agreed {
  width: 140px;
}
.portal-pricing .portal-item .item .logocont img {
  width: 100%;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.portal-pricing .portal-item .item .logocont.small {
  height: auto;
}
.portal-pricing .portal-item .item .weekly,
.portal-pricing .portal-item .item .threemonths {
  text-align: center;
  color: white;
  font-size: 18px;
}
.portal-pricing .portal-item .item.rightmove {
  background-color: #00c39f;
}
.portal-pricing .portal-item .item.zoopla {
  background-color: #8046f1;
}
.portal-pricing .portal-item .item.otm {
  background-color: #EB5C5F;
}
.portal-pricing .portal-item .item.primelocation {
  background-color: #408fcd;
}
.portal-pricing .portal-item .item.ligtglobal {
  background-color: #3070EF;
}
.portal-pricing .portal-item .item.agreed {
  background-color: #FF3366;
}
.portal-pricing .portal-item .item .pricing {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.portal-pricing .portal-item .item .pricing .info {
  padding: 10px 0px;
  font-weight: 600;
  width: 45%;
  border-radius: 5px;
  border: 1px solid #FFF;
  color: #FFF;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 85px;
  background-color: #ffffff17;
}
.portal-pricing .portal-item .item .pricing .info .subtext {
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}
.portal-pricing .portal-item .item .pricing .info .price {
  font-size: 21px;
}
.portal-pricing .portal-item .item .pricing .info .price .super {
  font-size: 12px;
  position: relative;
  top: -5px;
}
.explainers {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.testimonial .reviewer .devlogo {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.testimonial .reviewer .devlogo img {
  height: 50px;
  width: auto;
}
.portal-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 320px));
  grid-gap: 30px;
  grid-auto-flow: dense;
  width: 100%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .portal-pricing {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal-pricing {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portal-pricing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  .portal-pricing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.portal-pricing .portal-item {
  padding: 20px;
  cursor: default;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #FF3366;
  color: white;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  position: relative;
  grid-column: span 1;
  grid-row: span 1;
  flex-direction: column;
  flex-wrap: nowrap;
  /* top left*/
  /* top right*/
}
.portal-pricing .portal-item.developers {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}
.portal-pricing .portal-item .btn {
  font-size: 20px;
  padding: 15px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal-pricing .portal-item {
    min-width: 320px;
  }
}
@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-pricing .portal-item:xxxhover {
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.portal-pricing .portal-item:xxxhover .image-box.effect.erdi img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.portal-pricing .portal-item .logo {
  width: 100%;
}
.portal-pricing .portal-item .strike {
  text-decoration: line-through;
}
.portal-pricing .portal-item .title {
  font-size: 22px;
  display: inline-flex;
}
.portal-pricing .portal-item .voucher {
  font-size: 13px;
  padding-bottom: 25px;
  border: 1px dashed #00c39f;
  color: #00c39f;
  padding: 10px;
  line-height: 17px;
}
.portal-pricing .portal-item .status {
  font-size: 16px;
  padding-bottom: 25px;
  color: white;
  line-height: 17px;
}
.portal-pricing .portal-item .info {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  flex-grow: 1;
}
.portal-pricing .portal-item.rightmove {
  background-color: white;
  border: 1px solid #00c39f;
}
.portal-pricing .portal-item.rightmove .info,
.portal-pricing .portal-item.rightmove .status {
  color: #00c19e;
}
.portal-pricing .portal-item.rightmove .info {
  margin-top: 20px;
}
.portal-pricing .portal-item.rightmove.paused {
  border: 1px dashed #00c39f;
}
.portal-pricing .portal-item.rightmove.expire {
  border: 1px dashed white !important;
}
.portal-pricing .portal-item.rightmove .haspremium,
.portal-pricing .portal-item.rightmove .hasfeatured,
.portal-pricing .portal-item.rightmove .hasboth {
  display: none;
  padding: 2px 10px;
  color: white;
  background-color: #f3cc00;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 12px;
  border-radius: 16px;
  margin-bottom: -27px;
  top: -91px;
  float: left;
}
.portal-pricing .portal-item.rightmove.premium-option .haspremium {
  display: inline-block;
  width: 100px;
}
.portal-pricing .portal-item.rightmove.featured-option .hasfeatured {
  display: inline-block;
  width: 100px;
}
.portal-pricing .portal-item.rightmove.both-options .hasboth {
  display: inline-block;
  width: 160px;
}
.portal-pricing .portal-item.rightmove .btn {
  cursor: default !important;
}
.portal-pricing .portal-item.rightmove .btn.btn-solid {
  border: 1px solid #00c4a0 !important;
  background-color: #00c4a0 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.rightmove .btn.btn-solid:hover {
  border: 1px solid #00c4a0 !important;
  background-color: #00c4a0 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.rightmove .btn.btn-light {
  background-color: #fff !important;
  color: #00c19e !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.rightmove .btn.btn-light:hover {
  background-color: #fff !important;
  color: #00c19e !important;
}
.portal-pricing .portal-item.rightmove .logo {
  padding: 20px 0px;
}
.portal-pricing .portal-item.rightmove .logo svg,
.portal-pricing .portal-item.rightmove .logo img {
  max-height: 44px;
  min-height: 44px;
  width: 100%;
}
.portal-pricing .portal-item.rightmove .logo svg.white,
.portal-pricing .portal-item.rightmove .logo img.white {
  filter: saturate(100%) brightness(0%) invert(1) contrast(100%);
}
.portal-pricing .portal-item.rightmove.disabled {
  background-color: #f7f7f7;
  border: 1px solid white;
}
.portal-pricing .portal-item.rightmove.disabled .info,
.portal-pricing .portal-item.rightmove.disabled .status {
  color: #6b7c85;
}
.portal-pricing .portal-item.rightmove.disabled .btn.btn-solid {
  border: 1px solid #00c4a0 !important;
  background-color: #00c4a0 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.rightmove.disabled .btn.btn-solid:hover {
  border: 1px solid #00DEB6 !important;
  background-color: #00DEB6 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.rightmove.disabled .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #00DEB6 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.rightmove.disabled .btn.btn-outline:hover {
  border: 1px solid #00DEB6 !important;
  background-color: #fff !important;
  color: #00c3a0 !important;
}
.portal-pricing .portal-item.rightmove.active {
  background-color: #00c39f;
}
.portal-pricing .portal-item.rightmove.active .info,
.portal-pricing .portal-item.rightmove.active .status {
  color: #fff;
}
.portal-pricing .portal-item.rightmove.active .logo {
  padding: 20px;
}
.portal-pricing .portal-item.rightmove.active .logo svg,
.portal-pricing .portal-item.rightmove.active .logo img {
  max-height: 44px;
  filter: saturate(100%) brightness(0%) invert(1) contrast(100%);
}
.portal-pricing .portal-item.rightmove.active .voucher {
  border: 1px dashed white;
  color: white;
}
.portal-pricing .portal-item.rightmove.active .btn.btn-solid {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #00c4a0 !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.rightmove.active .btn.btn-solid:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #00c4a0 !important;
}
.portal-pricing .portal-item.rightmove.active .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #00c39f !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.rightmove.active .btn.btn-outline:hover {
  border: 1px solid #fff !important;
  background-color: #00cda7 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.rightmove.active .btn.btn-gold {
  border: 1px solid #f3cc00 !important;
  background-color: #f3cc00 !important;
  color: #fff !important;
  margin-bottom: 10px;
  padding: 10px 0px;
  width: 100%;
}
.portal-pricing .portal-item.rightmove.active .btn.btn-gold:hover {
  border: 1px solid #f9e502 !important;
  background-color: #f3cc00 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.rightmove .ribbon span {
  padding: 14px 0 !important;
}
.portal-pricing .portal-item.zoopla {
  background-color: #ffffff;
  border: 1px solid #8046f1;
}
.portal-pricing .portal-item.zoopla.paused {
  border: 1px dashed #8046f1;
}
.portal-pricing .portal-item.zoopla.expire {
  border: 1px dashed white !important;
}
.portal-pricing .portal-item.zoopla .logo {
  padding: 26px;
}
.portal-pricing .portal-item.zoopla .logo svg,
.portal-pricing .portal-item.zoopla .logo img {
  max-height: 32px;
  min-height: 32px;
  filter: none;
  width: 100%;
}
.portal-pricing .portal-item.zoopla .voucher {
  border: 1px dashed #8046f1;
  color: #8046f1;
}
.portal-pricing .portal-item.zoopla .info {
  margin-top: 15px;
}
.portal-pricing .portal-item.zoopla.disabled {
  background-color: #f7f7f7;
  border: 1px solid white;
}
.portal-pricing .portal-item.zoopla.disabled .info,
.portal-pricing .portal-item.zoopla.disabled .status {
  color: #6b7c85;
}
.portal-pricing .portal-item.zoopla.disabled .btn.btn-solid {
  border: 1px solid #8046f1 !important;
  background-color: #8046f1 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.zoopla.disabled .btn.btn-solid:hover {
  border: 1px solid #905ef3 !important;
  background-color: #905ef3 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.zoopla.disabled .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #8046f1 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.zoopla.disabled .btn.btn-outline:hover {
  border: 1px solid #8046f1 !important;
  background-color: #fff !important;
  color: #8046f1 !important;
}
.portal-pricing .portal-item.zoopla.active {
  background-color: #8046f1;
}
.portal-pricing .portal-item.zoopla.active .info,
.portal-pricing .portal-item.zoopla.active .status {
  color: #fff;
}
.portal-pricing .portal-item.zoopla.active .logo {
  padding: 26px;
}
.portal-pricing .portal-item.zoopla.active .logo svg,
.portal-pricing .portal-item.zoopla.active .logo img {
  max-height: 32px;
  filter: saturate(100%) brightness(0%) invert(1) contrast(100%);
}
.portal-pricing .portal-item.zoopla.active .btn.btn-solid {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #8046f1 !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.zoopla.active .btn.btn-solid:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #8e56fc !important;
}
.portal-pricing .portal-item.zoopla.active .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #8046f1 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.zoopla.active .btn.btn-outline:hover {
  border: 1px solid #fff !important;
  background-color: #8e56fc !important;
  color: #fff !important;
}
.portal-pricing .portal-item.zoopla .info,
.portal-pricing .portal-item.zoopla .status {
  color: #8046f1;
}
.portal-pricing .portal-item.zoopla .btn {
  cursor: default !important;
}
.portal-pricing .portal-item.zoopla .btn.btn-solid {
  border: 1px solid #8046f1 !important;
  background-color: #8046f1 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.zoopla .btn.btn-solid:hover {
  border: 1px solid #8046f1 !important;
  background-color: #8046f1 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.zoopla .btn.btn-light {
  background-color: #fff !important;
  color: #8046f1 !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.zoopla .btn.btn-light:hover {
  background-color: #fff !important;
  color: #8046f1 !important;
}
.portal-pricing .portal-item.agreed {
  background-color: #ffffff;
  border: 1px solid #FF3366;
}
.portal-pricing .portal-item.agreed .logo {
  padding: 19px;
}
.portal-pricing .portal-item.agreed .logo svg,
.portal-pricing .portal-item.agreed .logo img {
  max-height: 46px;
  min-height: 46px;
  width: 100%;
  filter: none;
}
.portal-pricing .portal-item.agreed .status {
  color: #FF3366;
}
.portal-pricing .portal-item.agreed .info {
  color: #FF3366;
  margin-top: 20px;
}
.portal-pricing .portal-item.agreed .btn {
  width: 100%;
}
.portal-pricing .portal-item.agreed .btn.btn-light {
  background-color: #fff !important;
  color: #FF3366 !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.agreed .btn.btn-light:hover {
  background-color: #fff !important;
  color: #FF3366 !important;
}
.portal-pricing .portal-item.agreed .btn.btn-solid {
  border: 1px solid #FF3366 !important;
  background-color: #FF3366 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.agreed .btn.btn-solid:hover {
  border: 1px solid #ff4d79 !important;
  background-color: #ff4d79 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.agreed .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #FF3366 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.agreed .btn.btn-outline:hover {
  border: 1px solid #FF3366 !important;
  background-color: #fff;
  color: #FF3366 !important;
}
.portal-pricing .portal-item.agreed.disabled {
  background-color: #f7f7f7;
  border: 1px solid white;
}
.portal-pricing .portal-item.agreed.disabled .info,
.portal-pricing .portal-item.agreed.disabled .status {
  color: #6b7c85;
}
.portal-pricing .portal-item.agreed.disabled .logo {
  padding: 19px;
}
.portal-pricing .portal-item.agreed.disabled .logo svg,
.portal-pricing .portal-item.agreed.disabled .logo img {
  max-height: 46px;
  width: 100%;
  filter: none;
}
.portal-pricing .portal-item.agreed.disabled .btn.btn-solid {
  border: 1px solid #FF3366 !important;
  background-color: #FF3366 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.agreed.disabled .btn.btn-solid:hover {
  border: 1px solid #ff4d79 !important;
  background-color: #ff4d79 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.agreed.disabled .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #FF3366 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.agreed.disabled .btn.btn-outline:hover {
  border: 1px solid #FF3366 !important;
  background-color: #fff !important;
  color: #FF3366 !important;
}
.portal-pricing .portal-item.agreed.active {
  background-color: #FF3366;
}
.portal-pricing .portal-item.agreed.active .logo {
  padding: 19px;
}
.portal-pricing .portal-item.agreed.active .logo svg,
.portal-pricing .portal-item.agreed.active .logo img {
  max-height: 46px;
  width: 100%;
  filter: saturate(100%) brightness(0%) invert(1) contrast(100%);
}
.portal-pricing .portal-item.agreed.active .info,
.portal-pricing .portal-item.agreed.active .status {
  color: white;
}
.portal-pricing .portal-item.agreed.active .btn.btn-solid {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #FF3366 !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.agreed.active .btn.btn-solid:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #FF3366 !important;
}
.portal-pricing .portal-item.agreed.active .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #FF3366 !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.agreed.active .btn.btn-outline:hover {
  border: 1px solid #fff !important;
  background-color: #ff4d79 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.agreed .btn.btn-outline {
  border: 1px solid #FF3366 !important;
  background-color: #ffffff !important;
  color: #FF3366 !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.agreed .btn.btn-outline:hover {
  border: 1px solid #fff !important;
  background-color: #ff3d6e !important;
  color: #fff !important;
}
.portal-pricing .portal-item.listglobally {
  background-color: #ffffff;
  border: 1px solid #3070EF;
}
.portal-pricing .portal-item.listglobally.paused {
  border: 1px dashed #3070EF;
}
.portal-pricing .portal-item.listglobally.expire {
  border: 1px dashed white !important;
}
.portal-pricing .portal-item.listglobally .logo {
  padding: 20px;
}
.portal-pricing .portal-item.listglobally .logo svg,
.portal-pricing .portal-item.listglobally .logo img {
  max-height: 44px;
  min-height: 44px;
  filter: none;
  width: 100%;
}
.portal-pricing .portal-item.listglobally .voucher {
  border: 1px dashed #3070EF;
  color: #3070EF;
}
.portal-pricing .portal-item.listglobally .info {
  margin-top: 15px;
}
.portal-pricing .portal-item.listglobally.disabled {
  background-color: #f7f7f7;
  border: 1px solid white;
}
.portal-pricing .portal-item.listglobally.disabled .info,
.portal-pricing .portal-item.listglobally.disabled .status {
  color: #6b7c85;
}
.portal-pricing .portal-item.listglobally.disabled .btn.btn-solid {
  border: 1px solid #3070EF !important;
  background-color: #3070EF !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.listglobally.disabled .btn.btn-solid:hover {
  border: 1px solid #4880f1 !important;
  background-color: #4880f1 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.listglobally.disabled .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #3070EF !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.listglobally.disabled .btn.btn-outline:hover {
  border: 1px solid #3070EF !important;
  background-color: #fff !important;
  color: #3070EF !important;
}
.portal-pricing .portal-item.listglobally.active {
  background-color: #3070EF;
}
.portal-pricing .portal-item.listglobally.active .info,
.portal-pricing .portal-item.listglobally.active .status {
  color: #fff;
}
.portal-pricing .portal-item.listglobally.active .logo {
  padding: 20px;
}
.portal-pricing .portal-item.listglobally.active .logo svg,
.portal-pricing .portal-item.listglobally.active .logo img {
  max-height: 32px;
  filter: saturate(100%) brightness(0%) invert(1) contrast(100%);
}
.portal-pricing .portal-item.listglobally.active .btn.btn-solid {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #8046f1 !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.listglobally.active .btn.btn-solid:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #8e56fc !important;
}
.portal-pricing .portal-item.listglobally.active .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #3070EF !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.listglobally.active .btn.btn-outline:hover {
  border: 1px solid #fff !important;
  background-color: #3070EF !important;
  color: #fff !important;
}
.portal-pricing .portal-item.listglobally .info,
.portal-pricing .portal-item.listglobally .status {
  color: #3070EF;
}
.portal-pricing .portal-item.listglobally .btn.btn-solid {
  border: 1px solid #3070EF !important;
  background-color: #3070EF !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.listglobally .btn.btn-solid:hover {
  border: 1px solid #3977f0 !important;
  background-color: #3977f0 !important;
  color: #fff !important;
}
.portal-pricing .portal-item.listglobally .btn.btn-light {
  background-color: #fff !important;
  color: #3070EF !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.listglobally .btn.btn-light:hover {
  background-color: #fff !important;
  color: #3070EF !important;
}
.portal-pricing .portal-item.listglobally .ribbon span {
  padding: 14px 0 !important;
}
.portal-pricing .portal-item.onthemarket {
  background-color: #ffffff;
  border: 1px solid #EB5C5F;
}
.portal-pricing .portal-item.onthemarket.paused {
  border: 1px dashed #EB5C5F;
}
.portal-pricing .portal-item.onthemarket.expire {
  border: 1px dashed white !important;
}
.portal-pricing .portal-item.onthemarket .logo {
  padding: 20px;
}
.portal-pricing .portal-item.onthemarket .logo svg,
.portal-pricing .portal-item.onthemarket .logo img {
  max-height: 44px;
  min-height: 44px;
  filter: none;
  width: 100%;
}
.portal-pricing .portal-item.onthemarket .free {
  font-size: 33px;
  line-height: 71px;
}
.portal-pricing .portal-item.onthemarket .voucher {
  border: 1px dashed #EB5C5F;
  color: #EB5C5F;
}
.portal-pricing .portal-item.onthemarket .info {
  margin-top: 15px;
}
.portal-pricing .portal-item.onthemarket.disabled {
  background-color: #f7f7f7;
  border: 1px solid white;
}
.portal-pricing .portal-item.onthemarket.disabled .info,
.portal-pricing .portal-item.onthemarket.disabled .status {
  color: #6b7c85;
}
.portal-pricing .portal-item.onthemarket.disabled .btn {
  cursor: default !important;
}
.portal-pricing .portal-item.onthemarket.disabled .btn.btn-solid {
  border: 1px solid #EB5C5F !important;
  background-color: #EB5C5F !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.onthemarket.disabled .btn.btn-solid:hover {
  border: 1px solid #eb5c5f !important;
  background-color: #eb5c5f !important;
  color: #fff !important;
}
.portal-pricing .portal-item.onthemarket.disabled .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #EB5C5F !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.onthemarket.disabled .btn.btn-outline:hover {
  border: 1px solid #EB5C5F !important;
  background-color: #fff !important;
  color: #EB5C5F !important;
}
.portal-pricing .portal-item.onthemarket.active {
  background-color: #EB5C5F;
}
.portal-pricing .portal-item.onthemarket.active .info,
.portal-pricing .portal-item.onthemarket.active .status {
  color: #fff;
}
.portal-pricing .portal-item.onthemarket.active .logo {
  padding: 20px;
}
.portal-pricing .portal-item.onthemarket.active .logo svg,
.portal-pricing .portal-item.onthemarket.active .logo img {
  max-height: 32px;
  filter: saturate(100%) brightness(0%) invert(1) contrast(100%);
}
.portal-pricing .portal-item.onthemarket.active .btn {
  cursor: default !important;
}
.portal-pricing .portal-item.onthemarket.active .btn.btn-solid {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #EB5C5F !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.onthemarket.active .btn.btn-solid:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #eb5c5f !important;
}
.portal-pricing .portal-item.onthemarket.active .btn.btn-outline {
  border: 1px solid #fff !important;
  background-color: #EB5C5F !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.onthemarket.active .btn.btn-outline:hover {
  border: 1px solid #fff !important;
  background-color: #EB5C5F !important;
  color: #fff !important;
}
.portal-pricing .portal-item.onthemarket .info,
.portal-pricing .portal-item.onthemarket .status {
  color: #EB5C5F;
}
.portal-pricing .portal-item.onthemarket .btn {
  cursor: default !important;
}
.portal-pricing .portal-item.onthemarket .btn.btn-solid {
  border: 1px solid #EB5C5F !important;
  background-color: #EB5C5F !important;
  color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.onthemarket .btn.btn-solid:hover {
  border: 1px solid #eb5c5f !important;
  background-color: #eb5c5f !important;
  color: #fff !important;
}
.portal-pricing .portal-item.onthemarket .btn.btn-light {
  background-color: #fff !important;
  color: #EB5C5F !important;
  width: 100%;
  margin-bottom: 10px;
}
.portal-pricing .portal-item.onthemarket .btn.btn-light:hover {
  background-color: #fff !important;
  color: #EB5C5F !important;
}
.portal-pricing .portal-item.onthemarket .ribbon span {
  padding: 14px 0 !important;
}
.portal-pricing .portal-item .ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  margin-bottom: -120px;
}
.portal-pricing .portal-item .ribbon::before,
.portal-pricing .portal-item .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #cc0033;
}
.portal-pricing .portal-item .ribbon span:not(.smaller) {
  position: absolute;
  display: block;
  width: 225px;
  padding: 7px 0;
  background-color: #FF3366;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 17px;
  line-height: 15px;
}
.portal-pricing .portal-item .ribbon span:not(.smaller).smaller {
  font-size: 10px;
  line-height: 12px;
  padding: 0px;
}
.portal-pricing .portal-item .ribbon-top-left {
  top: -10px;
  left: -10px;
}
.portal-pricing .portal-item .ribbon-top-left::before,
.portal-pricing .portal-item .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.portal-pricing .portal-item .ribbon-top-left::before {
  top: 0;
  right: 0;
}
.portal-pricing .portal-item .ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.portal-pricing .portal-item .ribbon-top-left span {
  transform: rotate(-45deg);
  right: -37px;
  top: 23px;
}
.portal-pricing .portal-item .ribbon-top-right {
  top: -10px;
  right: -10px;
}
.portal-pricing .portal-item .ribbon-top-right::before,
.portal-pricing .portal-item .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.portal-pricing .portal-item .ribbon-top-right::before {
  top: 0;
  left: 0;
}
.portal-pricing .portal-item .ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.portal-pricing .portal-item .ribbon-top-right span {
  transform: rotate(45deg);
  left: -38px;
  top: 22px;
  font-size: 13px;
  line-height: 14px;
  padding: 8px;
}
body {
  background-color: #FF3366 !important;
  background-color: white !important;
  font-family: 'Effra Light', sans-serif !important;
}
body .main-page .testimonials-slider .owl-dot {
  background: rgba(127, 127, 127, 0.5) !important;
}
body .main-page .testimonials-slider .owl-dot.active {
  background: rgba(127, 127, 127, 0.8) !important;
}
body .main-page .testimonials-slider .description h2 {
  margin-bottom: 15px !important;
  text-align: center;
  font-family: 'Effra', sans-serif !important;
}
body .main-page .testimonials-slider .description h5 {
  width: auto;
  padding: 0px 20%;
  display: inline-block;
  font-size: 19px;
  line-height: 28px !important;
  margin-bottom: 0px;
  text-transform: none;
  font-family: 'Effra', sans-serif !important;
  text-align: center;
  font-weight: 100;
}
@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) {
  body .main-page .testimonials-slider .description h5 {
    padding: 20px 0 0 0;
  }
}
body .main-page .testimonials-slider .fa-star,
body .main-page .testimonials-slider .fa-star-half {
  color: #f36 !important;
  font-size: 20px !important;
  margin-top: 10px;
  margin: 2px;
  padding: 0px !important;
  border-radius: 2px;
  background-color: transparent !important;
}
body .main-page .testimonials-slider .testimonial {
  background-color: white;
  box-shadow: 0px 10px 20px -3px hsla(0, 0%, 0%, 0.1);
  padding: 20px;
  border-radius: 20px;
  height: auto !important;
}
body .main-page .testimonials-slider .review-title,
body .main-page .testimonials-slider .trimmed {
  text-align: left;
}
body .main-page .testimonials-slider .image-box-description {
  padding: 20px;
}
body .main-page .testimonials-slider .stars {
  margin-bottom: 20px !important;
}
body .main-page .testimonials-slider .trimmed {
  font-size: 17px !important;
  line-height: 23px !important;
  height: 134px !important;
  font-style: normal;
  font-family: 'Effra', sans-serif !important;
}
body .main-page .testimonials-slider .stars,
body .main-page .testimonials-slider .review-title {
  text-align: left !important;
}
body .main-page .testimonials-slider .reviewer {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  font-size: 18px;
  font-style: normal;
  margin-top: 20px !important;
}
h1,
h2 {
  font-family: 'Effra Medium', sans-serif !important;
}
#header.header-sticky #header-wrap {
  background-color: #FF3366 !important;
}
#header #header-wrap #logo a svg path,
#header #header-wrap #logo a svg polygon,
#header #header-wrap #logo a svg circle {
  fill: #FFF !important;
}
#header {
  background-color: #FF3366 !important;
  text-align: left;
}
#header .container {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
#header #header-wrap {
  background-color: #FF3366 !important;
  transition: opacity 0s ease, height 0s ease, background-color 0s ease !important;
  -webkit-transition: opacity 0s ease, height 0s ease, background-color 0s ease !important;
}
#header #account-link-to-login,
#header #account-link-to-dashboard {
  color: white !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  #header #account-link-to-login,
  #header #account-link-to-dashboard {
    color: white;
  }
}
#header .header-buttons .menu-label {
  color: white;
  display: none;
}
#header .header-buttons .menu-toggler span {
  background: white;
}
#header .header-buttons .menu-toggler span::before,
#header .header-buttons .menu-toggler span::after {
  background: white;
}
#header .header-buttons a:not(.menu-toggler):not(#account-link-to-login):not(#account-link-to-dashboard) {
  display: none;
}
#header a.logo {
  overflow: hidden;
}
#header.header-sticky a.logo {
  width: 150px;
}
.gototop-button {
  display: none !important;
}
#section_1m,
#section_1d {
  padding-top: 0px;
}
#section_1m h2,
#section_1d h2 {
  width: 100%;
  display: inline-block;
  font-size: 52px;
  line-height: 64px !important;
  color: black !important;
  margin-bottom: 50px;
  margin-top: 60px;
}
#section_1m h5,
#section_1d h5 {
  width: 100%;
  display: inline-block;
  color: black;
  margin-bottom: 10px;
  font-size: 23px;
  font-family: 'Effra Light', sans-serif !important;
}
#section_1m .portal-logos,
#section_1d .portal-logos {
  width: 100%;
  display: inline-block;
  float: left;
  height: auto;
}
#section_1m .portal-logos .p-logo,
#section_1d .portal-logos .p-logo {
  display: inline-block;
  float: left;
  width: 33%;
  height: 60px;
  padding: 5px 0px;
  margin-bottom: 15px;
  vertical-align: central;
}
@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) {
  #section_1m .portal-logos .p-logo,
  #section_1d .portal-logos .p-logo {
    width: 100%;
  }
}
#section_1m .portal-logos .p-logo svg,
#section_1d .portal-logos .p-logo svg {
  display: inline-block;
  width: 90%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#section_1m .portal-logos .p-logo .zoopla,
#section_1d .portal-logos .p-logo .zoopla {
  display: inline-block;
  width: 80%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#section_1m .portal-logos .p-logo .primelocation,
#section_1d .portal-logos .p-logo .primelocation {
  display: inline-block;
  width: 90%;
  position: relative;
  top: 41%;
  transform: translateY(-50%);
  float: right;
}
@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) {
  #section_1m .portal-logos .p-logo .primelocation,
  #section_1d .portal-logos .p-logo .primelocation {
    top: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  #section_1m {
    display: none;
  }
}
@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) {
  #section_1m {
    display: inline-block;
    float: left;
  }
}
#section_1m h2 {
  font-size: 55px;
  line-height: 60px !important;
  font-family: 'Effra Light', sans-serif !important;
  color: black !important;
}
#section_1m .free-free-free {
  display: inline-block;
  position: relative;
  top: -170px;
  height: 170px;
  margin-bottom: -130px;
  float: left;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  top: -270px;
  width: auto;
  height: 270px;
  margin-bottom: -230px;
}
@media only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #section_1m .free-free-free {
    top: -190px;
    height: 190px;
    margin-bottom: -130px;
  }
}
#section_1m .free-free-free h3 {
  color: white !important;
  font-family: 'Effra Light', sans-serif !important;
}
@media only screen and (max-width: 479px) {
  #section_1m .free-free-free h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_1m .free-free-free h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_1m .free-free-free h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  #section_1d {
    display: inline-block;
    float: left;
  }
}
@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) {
  #section_1d {
    display: none;
  }
}
#section_1d h2 {
  font-size: 55px;
  line-height: 60px !important;
  font-family: 'Effra Light', sans-serif !important;
  color: black !important;
}
#section_5 {
  padding-top: 0px !important;
}
#section_5 .buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_5 .buttons .btn-outline {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  border: 2px solid #ff4d79;
  border-radius: 40px;
  font-size: 22px;
  margin-top: 60px;
  background-color: #FF3366;
}
#section_5 .buttons .btn-outline:hover {
  background-color: #ff4d79;
  color: white;
}
#section_5 .buttons .btn-outline .fal {
  margin-right: 15px;
}
#section_5 .buttons h3 {
  margin-top: 50px;
  width: 100%;
  display: inline-block;
  font-size: 52px;
  line-height: 64px !important;
  color: #6b7c85 !important;
  margin-bottom: 0px;
  font-family: 'Effra Light', sans-serif !important;
  color: black !important;
  text-transform: capitalize;
  font-weight: 100;
}
#section_5 .heading h3 {
  width: 100%;
  display: inline-block;
  font-size: 52px;
  line-height: 64px !important;
  color: #6b7c85 !important;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Effra Light', sans-serif !important;
  color: black !important;
  text-transform: capitalize;
}
@media only screen and (max-width: 479px) {
  #section_5 .heading h3 {
    line-height: 46px !important;
    font-size: 38px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_5 .heading h3 {
    font-size: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_5 .heading h3 {
    font-size: 48px;
  }
}
#section_5 .heading h5 {
  width: auto;
  padding: 0px 20%;
  display: inline-block;
  font-size: 19px;
  line-height: 28px !important;
  margin-bottom: 0px;
  text-transform: none;
  font-family: 'Effra', sans-serif !important;
  text-align: center;
  font-weight: 100;
}
@media only screen and (max-width: 479px) {
  #section_5 .heading h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_5 .heading h5 {
    font-size: 22px;
  }
}
#section_9 .bigmessage {
  display: inline-block;
  float: left;
  font-size: 88px;
  font-family: 'Effra Bold', sans-serif;
  color: white;
  line-height: 80px;
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #section_9 .bigmessage {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 46px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_9 .bigmessage {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 58px;
    line-height: 60px;
  }
}
#section_9 .seal {
  margin-bottom: -100px;
}
@media only screen and (min-width: 480px) and (max-width: 767px), only screen and (max-width: 479px) {
  #section_9 .seal {
    height: 250px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_9 .seal {
    height: 185px;
    margin-top: 0px;
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #section_9 .seal {
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #section_9 .seal {
    height: 250px;
  }
}
#section_10 {
  padding-top: 0px !important;
}
#section_10 .heading h3 {
  width: 100%;
  display: inline-block;
  font-size: 52px;
  line-height: 64px !important;
  color: #6b7c85 !important;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Effra Light', sans-serif !important;
  text-transform: capitalize;
  color: #FF3366 !important;
  font-weight: 600;
}
@media only screen and (max-width: 479px) {
  #section_10 .heading h3 {
    line-height: 46px !important;
    font-size: 35px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_10 .heading h3 {
    font-size: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_10 .heading h3 {
    font-size: 48px;
  }
}
#section_10 .heading h5 {
  width: auto;
  padding: 0px 20%;
  display: inline-block;
  font-size: 19px;
  line-height: 28px !important;
  margin-bottom: 0px;
  text-transform: none;
  font-family: 'Effra', sans-serif !important;
  text-align: center;
  font-weight: 100;
}
@media only screen and (max-width: 479px) {
  #section_10 .heading h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_10 .heading h5 {
    font-size: 22px;
  }
}
.zzshimmer {
  color: grey;
  display: inline-block;
  -webkit-mask: linear-gradient(-80deg, #000 40%, #0005, #000 50%) right / 400% 100%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
}
@keyframes shimmer {
  100% {
    -webkit-mask-position: left;
  }
}
.mg-l-15 {
  margin-left: 15px;
}
.comparison {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.comparison.calc {
  /* Display Summary Styles */
}
.comparison.calc .slider-container {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}
.comparison.calc label {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  color: #444;
  font-size: 22px;
}
.comparison.calc .slider-info {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  color: #666;
  margin-top: 5px;
}
.comparison.calc input[type="range"] {
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  background: #FF3366;
  border-radius: 5px;
  height: 6px;
  outline: none;
}
.comparison.calc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #FF3366;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.comparison.calc input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #0056b3;
}
.comparison.calc .summary {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  flex-direction: column;
}
.comparison.calc .summary p {
  background-color: #f6f6f6;
  color: #FF3366;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 22px;
}
.comparison.calc .selected-slider-val {
  display: inline-block;
  padding: 5px 10px;
  background-color: #FF3366;
  border-radius: 30px;
  color: white;
  font-size: 20px;
  margin-top: 15px;
}
.comparison .flex-title {
  flex: 0 0 100%;
  text-align: center;
  font-size: 32px;
  color: #FF3366;
  margin-bottom: 40px;
  margin-top: 70px;
  line-height: 42px;
  padding-left: 15px;
}
.comparison .summary {
  margin-top: 40px;
  width: 100%;
  display: flex;
  /* margin-top: 15px; */
  justify-content: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.comparison .summary .txt {
  color: white;
  background-color: #393939;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
}
.comparison .outer {
  width: 40%;
  display: flex;
  justify-content: center;
  background-color: #FF3366;
  box-shadow: 0px 10px 20px -3px hsla(0, 0%, 0%, 0.1);
  border: 1px solid #FF3366;
  border-radius: 10px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .comparison .outer {
    width: 100%;
  }
}
.comparison .outer.purp {
  border: 1px solid #1d4899;
  background-color: #1d4899;
}
.comparison .outer.vs {
  width: 1px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .comparison .outer.vs {
    border-left: 1px solid #6b7c85;
    border-right: 1px solid #6b7c85;
  }
}
.comparison .outer.vs .circ {
  background-color: #6b7c85;
  border-radius: 50px;
  padding: 10px;
  width: 50px;
  height: 50px;
  font-size: 27px;
  line-height: 27px;
  color: white;
  margin: 15px 0px;
}
.comparison .outer .item {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 40px;
  display: flex;
}
.comparison .outer .item .title {
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  color: white;
}
.comparison .outer .item .details {
  width: 100%;
  margin-top: 15px;
  color: white;
  font-size: 16px;
  line-height: 21px;
}
.comparison .outer .item .money {
  width: 100%;
  display: flex;
  column-gap: 10px;
}
.comparison .outer .item .money .earn,
.comparison .outer .item .money .take-home {
  width: 50%;
  padding: 15px 5px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background-color: #0000002e;
  color: white;
  flex-direction: column;
  flex-wrap: nowrap;
}
.comparison .outer .item .money .earn .sub-title,
.comparison .outer .item .money .take-home .sub-title {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  .comparison .outer .item .money .earn .sub-title,
  .comparison .outer .item .money .take-home .sub-title {
    font-size: 22px;
  }
}
.comparison .outer .item .money .earn .amount,
.comparison .outer .item .money .take-home .amount {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  .comparison .outer .item .money .earn .amount,
  .comparison .outer .item .money .take-home .amount {
    font-size: 24px;
  }
}
.products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.products .outer {
  width: 33.33%;
  padding: 15px;
  display: flex;
}
@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) {
  .products .outer.hidden-sm-down {
    display: none !important;
  }
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  .products .outer.hidden-md-down {
    display: none !important;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .products .outer {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products .outer {
    width: 33.3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products .outer {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  .products .outer {
    width: 33.3%;
  }
}
.products .flex-title {
  flex: 0 0 100%;
  text-align: left;
  font-size: 32px;
  color: #FF3366;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 42px;
  padding-left: 15px;
}
.products .item {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  flex: 1 0 33%;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  box-shadow: 0px 10px 20px -3px hsla(0, 0%, 0%, 0.1);
  display: flex;
}
.products .item.pink {
  background-color: #FF3366;
}
.products .item.pink .title {
  color: white;
}
.products .item.pink .message {
  color: white;
}
.products .item.pink .icon {
  background-color: white;
  color: #FF3366;
}
.products .item.pink .price {
  border: 2px solid #FFF;
  color: white;
}
.products .item .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #FF3366;
  color: white;
  text-align: center;
  border-radius: 80px;
  float: left;
  font-size: 21px;
  line-height: 30px;
  padding: 5px;
}
.products .item .price {
  display: inline-block;
  min-width: 80px;
  height: 40px;
  text-align: center;
  float: right;
  font-size: 21px;
  line-height: 26px;
  padding: 5px 10px;
  align-self: flex-end;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: -50px;
  position: relative;
  top: -55px;
  border: 2px solid #FF3366;
  color: #FF3366;
}
.products .item .title {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 22px;
  color: black;
  line-height: 28px;
  text-align: left;
  font-weight: 600;
}
.products .item .message {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  color: black;
  line-height: 24px;
  text-align: left;
}
section.featured-property {
  background-color: #f8f8f8;
  padding: 40px 0 40px 0;
  text-align: center;
  margin-top: 40px;
}
section.featured-property .btn-outline {
  display: inline-block;
  padding: 15px 30px;
  color: #FF3366;
  border: 2px solid #FF3366;
  background-color: white;
  border-radius: 40px;
  font-size: 22px;
  margin-top: 15px;
}
section.featured-property .btn-outline:hover {
  background-color: #FF3366;
  color: white;
}
section.featured-property .btn-outline .fal {
  margin-right: 15px;
}
section.featured-property h2 {
  width: 100%;
  display: inline-block;
  font-size: 52px;
  line-height: 64px !important;
  color: #6b7c85 !important;
  margin-bottom: 40px;
  margin-top: 0px;
  font-family: 'Effra Light', sans-serif !important;
  color: black !important;
  padding-right: 0px !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section.featured-property .search-results .property-box-grid .outer .thumb-container {
    max-height: 280px;
    min-height: 280px;
  }
  section.featured-property .search-results .property-box-grid .outer .thumb-container img {
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.featured-property .search-results .property-box-grid .outer .thumb-container {
    max-height: 214px;
    min-height: 214px;
  }
  section.featured-property .search-results .property-box-grid .outer .thumb-container img {
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.featured-property .search-results .property-box-grid .outer .thumb-container {
    max-height: 190px;
    min-height: 190px;
  }
  section.featured-property .search-results .property-box-grid .outer .thumb-container img {
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  section.featured-property .search-results .property-box-grid .outer .thumb-container {
    max-height: 180px;
    min-height: 180px;
  }
  section.featured-property .search-results .property-box-grid .outer .thumb-container img {
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1600px) {
  section.featured-property .search-results .property-box-grid .outer .thumb-container {
    max-height: 200px;
    min-height: 200px;
  }
  section.featured-property .search-results .property-box-grid .outer .thumb-container img {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
  }
}
section.featured-property .outer {
  display: inline-block;
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0px 10px 20px -3px hsla(0, 0%, 0%, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 10px;
  overflow: hidden;
}
section.featured-property .outer:hover {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}
section.featured-property .outer .photo {
  display: inline-block;
  float: left;
  background-color: grey;
  width: 100%;
  padding: 50px 0;
}
section.featured-property .outer .media-info {
  display: inline-block;
  float: left;
  background-color: #FF3366;
  width: 100%;
  color: white;
  padding: 10px;
}
section.featured-property .outer .media-info .address-container {
  display: inline-block;
  float: left;
  width: 100%;
}
section.featured-property .outer .media-info .address-container .address {
  display: inline-block;
  float: left;
  width: 100%;
  color: white;
  text-transform: capitalize;
}
section.featured-property .outer .media-info .upper {
  display: inline-block;
  float: left;
  width: 100%;
}
section.featured-property .outer .media-info .upper .price {
  display: flex;
  float: left;
  width: 100%;
  color: white;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 5px;
  height: 40px;
  vertical-align: middle;
  flex-direction: column;
  justify-content: center;
}
section.featured-property .outer .media-info .upper .reception-count,
section.featured-property .outer .media-info .upper .bedroom-count {
  margin-right: 10px;
}
.who-can-use {
  width: 100%;
  display: inline-block;
}
.who-can-use .item {
  width: 100%;
  background-color: #FF3366;
  padding: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: stretch;
  align-content: space-around;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .who-can-use .item {
    flex-direction: column;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 30px;
  }
}
.who-can-use .item .left {
  width: 65%;
  display: inline-block;
  float: left;
  text-align: left;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-right: 40px;
}
@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) {
  .who-can-use .item .left {
    width: 100%;
    padding-right: 0px;
    padding: 0px;
  }
}
.who-can-use .item .left .title {
  color: white;
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 50px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .who-can-use .item .left .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
.who-can-use .item .left .description {
  color: white;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .who-can-use .item .left .description {
    padding-right: 30px;
    line-height: 24px;
    font-size: 19px;
  }
}
.who-can-use .item .left .buttons {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.who-can-use .item .left .buttons .btn {
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding: 10px 35px;
  font-size: 22px;
  border-radius: 30px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .who-can-use .item .left .buttons .btn {
    width: 100%;
    margin-right: 0px;
  }
}
.who-can-use .item .left .buttons .btn.btn-light {
  background-color: white;
  border: 2px solid white;
  color: #FF3366;
}
.who-can-use .item .left .buttons .btn.btn-dark {
  background-color: #FF3366;
  color: white;
  border: 2px solid white;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .who-can-use .item .left .buttons .btn.btn-dark {
    margin-top: 15px;
  }
}
.who-can-use .item .right {
  width: 35%;
  display: inline-block;
  float: left;
  background-color: white;
  text-align: left;
  padding: 15px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
@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) {
  .who-can-use .item .right {
    width: 100%;
    margin-top: 20px;
    padding: 0px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .who-can-use .item .right {
    margin-top: 0px;
    padding: 25px;
  }
}
.who-can-use .item .right .title {
  color: #6b7c85;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -20px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .who-can-use .item .right .title {
    margin-top: 30px;
  }
}
.who-can-use .item .right .description {
  color: black;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 50px;
  margin-top: -20px;
  text-align: center;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .who-can-use .item .right .description {
    margin-top: 30px;
  }
}
.who-can-use .item .right .price {
  font-size: 45px;
  font-weight: 600;
  color: #FF3366;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .who-can-use .item .right .price {
    margin-bottom: 40px;
    font-size: 44px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .who-can-use .item .right .price.no-title {
    margin-top: 40px;
  }
}
.portal-logos {
  width: 100%;
  display: inline-block;
  height: auto;
  margin-bottom: 120px;
}
.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: 0px;
  }
}
@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%;
  }
}
.calendly-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #a5a5a5;
  background-color: #ff3366e0 !important;
}
.back-cont {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: -100%;
}
.back-cont .top-sec {
  display: inline-block;
  width: 100%;
  height: 340px;
  background-color: #FF3366;
  float: left;
}
@media only screen and (max-width: 479px) {
  .back-cont .top-sec {
    height: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .back-cont .top-sec {
    height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .back-cont .top-sec {
    height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .back-cont .top-sec {
    height: 210px;
  }
}
.back-cont svg {
  display: inline-block;
  width: calc(100% + 1.3px);
  height: 152px;
  transform: rotate(180deg);
  float: left;
  position: relative;
  top: -1px;
  left: -1px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .back-cont svg {
    height: 90px;
  }
}
.custom-shape-divider-top-1712572068 {
  display: inline-block;
  width: 101%;
  overflow: hidden;
  position: relative;
  line-height: 0;
  z-index: 100;
}
.staff-slider {
  background-color: #f3f3f3;
  padding: 50px 20px;
}
@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) {
  .staff-slider {
    margin-bottom: 90px;
  }
}
.staff-slider .btn-all-staff {
  background-color: #FF3366;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 30px;
}
.staff-slider .btn-all-staff:hover {
  background-color: #ff668c;
}
.staff-slider .tx-center {
  text-align: center;
}
.staff-slider .owl-item {
  display: flex;
  flex-direction: column;
}
.staff-slider .owl-stage {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  margin-top: 20px;
}
.staff-slider .owl-dot {
  background: rgba(127, 127, 127, 0.5) !important;
}
.staff-slider .owl-dot.active {
  background: rgba(127, 127, 127, 0.8) !important;
}
.staff-slider .description {
  margin-bottom: 30px !important;
  text-align: center;
}
.staff-slider .description h2 {
  width: 100%;
  display: inline-block;
  font-size: 52px;
  line-height: 64px !important;
  color: #6b7c85 !important;
  margin-top: 0px;
  font-family: 'Effra Light', sans-serif !important;
  color: black !important;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .staff-slider .description h2 {
    width: 100%;
    font-size: 47px;
    line-height: 48px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .staff-slider .description h2 {
    width: 100%;
  }
}
.staff-slider .description h2 a {
  width: 100%;
}
.staff-slider .description h5 {
  width: auto;
  padding: 0px 20%;
  display: inline-block;
  font-size: 19px;
  line-height: 28px !important;
  margin-bottom: 0px;
  text-transform: none;
  text-align: center;
  font-weight: 100;
}
@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) {
  .staff-slider .description h5 {
    padding: 20px 0 0 0;
  }
}
.staff-slider .fa-star,
.staff-slider .fa-star-half {
  color: #FF3366 !important;
  font-size: 20px !important;
  margin-top: 10px;
  margin: 2px;
  padding: 0px !important;
  border-radius: 2px;
  background-color: transparent !important;
}
.staff-slider .staff-member {
  text-align: center;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
}
.staff-slider .staff-member:focus {
  color: black !important;
}
.staff-slider .staff-member .link-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.staff-slider .staff-member .link-item .icon {
  font-size: 74px;
  color: #FF3366;
}
.staff-slider .staff-member .link-item .icon svg {
  height: 74px;
}
.staff-slider .staff-member .link-item .icon svg path,
.staff-slider .staff-member .link-item .icon svg circle {
  fill: #FF3366;
}
.staff-slider .staff-member .link-item .photo {
  background-color: #FF3366;
  border-radius: 100%;
  border: 3px solid #FF3366;
}
.staff-slider .staff-member .link-item .photo img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.staff-slider .staff-member .link-item .name {
  font-size: 19px !important;
  width: 100%;
  margin-top: 30px;
  color: #FF3366;
  font-family: 'Effra', sans-serif !important;
  margin-bottom: 10px;
}
.staff-slider .staff-member .link-item .position {
  font-size: 15px !important;
  width: 100%;
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 10px;
  color: black;
}
.staff-slider .staff-member .link-item .location {
  font-size: 15px !important;
  width: 100%;
  line-height: 22px;
}
.staff-slider .staff-member .link-item .phone {
  margin-bottom: 15px;
}
.staff-slider .staff-member .link-item .btn {
  background-color: #FF3366;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: auto;
}
.staff-slider .staff-member .link-item .btn:hover {
  background-color: #ff668c;
}
.staff-slider .review-title,
.staff-slider .trimmed {
  text-align: left;
}
.staff-slider .image-box-description {
  padding: 20px;
}
.staff-slider .stars {
  margin-bottom: 10px;
}
.staff-slider .trimmed {
  font-size: 17px !important;
  line-height: 23px !important;
  height: 134px !important;
  font-style: normal;
  font-family: 'Effra', sans-serif !important;
}
.staff-slider .stars,
.staff-slider .review-title {
  text-align: center !important;
}
.staff-slider .reviewer {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  font-style: normal;
  margin-top: 20px !important;
}
.custom-shape-divider-top-1712572068 .shape-fill {
  fill: #FF3366;
}
.hero-image {
  display: inline-block;
  width: 100%;
  background-color: white;
}
.hero-image img {
  margin-bottom: 40px;
  width: 100%;
  box-shadow: 0px 8px 28px 4px hsla(0, 0%, 0%, 0.2);
}
.hero-image .shine {
  margin-bottom: -100%;
}
#section_2 {
  background-color: #FF3366;
}
@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) {
}
#section_2 .btn-container {
  width: 300px;
  display: inline-block;
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  #section_2 .btn-container {
    float: left;
  }
}
#section_2 .buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_2 .buttons .btn-outline {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  border: 2px solid white;
  border-radius: 40px;
  font-size: 22px;
  margin-top: 15px;
}
#section_2 .buttons .btn-outline:hover {
  background-color: white;
  color: #FF3366;
}
#section_2 .buttons .btn-outline .fal {
  margin-right: 15px;
}
#section_2 .portal-logos {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #section_2 .portal-logos {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
#section_2 .portal-logos .p-logo {
  display: inline-block;
  float: left;
  width: 20%;
  height: 60px;
  padding: 5px 0px;
  margin-bottom: 15px;
  vertical-align: central;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #section_2 .portal-logos .p-logo {
    width: 50%;
  }
}
#section_2 .portal-logos .p-logo img {
  filter: brightness(0) invert(1);
}
#section_2 .portal-logos .p-logo svg {
  display: inline-block;
  width: 90%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#section_2 .portal-logos .p-logo svg pologon,
#section_2 .portal-logos .p-logo svg path {
  fill: white !important;
}
@media only screen and (max-width: 479px) {
  #section_2 .portal-logos .p-logo.rightmove {
    margin-left: 21px;
    padding: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_2 .portal-logos .p-logo.rightmove {
    margin-left: 21px;
    padding: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #section_2 .portal-logos .p-logo.zoopla {
    padding: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_2 .portal-logos .p-logo.zoopla {
    padding: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  #section_2 .portal-logos .p-logo.trustpilot {
    padding: 0px;
    margin-top: -15px;
    margin-left: -32px;
    width: 41%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_2 .portal-logos .p-logo.trustpilot {
    padding: 0px;
    margin-top: 5px;
    margin-left: -32px;
    width: 51%;
  }
}
#section_2 .portal-logos .p-logo .zoopla {
  display: inline-block;
  width: 80%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  #section_2 .portal-logos .p-logo .zoopla {
    top: 38%;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_2 .portal-logos .p-logo .zoopla {
    top: 40%;
    margin-bottom: 0px;
  }
}
#section_2 .portal-logos .p-logo .primelocation {
  display: inline-block;
  width: 90%;
  position: relative;
  top: 41%;
  transform: translateY(-50%);
  float: right;
}
@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) {
  #section_2 .portal-logos .p-logo .primelocation {
    top: 50%;
  }
}
#section_2 .heading {
  width: 100%;
  display: inline-block;
  float: left;
}
#section_2 .heading h5 {
  width: 100%;
  padding: 30px 20%;
  display: inline-block;
  font-size: 24px;
  line-height: 32px !important;
  color: white !important;
  margin-bottom: 0px;
  text-transform: none;
  font-family: 'Effra', sans-serif !important;
  text-align: center;
  font-weight: 100;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #section_2 .heading h5 {
    padding: 30px 5%;
    font-size: 20px;
    line-height: 28px !important;
  }
}
#section_2 .heading h3 {
  width: 100%;
  padding: 20px 40px;
  display: inline-block;
  font-size: 52px;
  line-height: 64px !important;
  color: white !important;
  margin-bottom: 60px;
  text-transform: none;
  font-family: 'Effra Light', sans-serif !important;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #section_2 .heading h3 {
    width: 100%;
    font-size: 25px;
    line-height: 33px !important;
    margin-bottom: -26px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_2 .heading h3 {
    width: 100%;
    font-size: 35px;
    line-height: 48px !important;
    margin-bottom: -5px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #section_2 .heading h3 {
    width: 100%;
    font-size: 46px;
    line-height: 58px !important;
    margin-bottom: -5px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #section_2 .heading h3 {
    font-size: 55px;
    line-height: 70px !important;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  #section_2 .heading h3 {
    font-size: 72px;
    line-height: 90px !important;
    margin-bottom: 0px;
  }
}
#section_3 {
  padding: 0px;
  background-color: #e8eff4;
  color: black;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 0px;
  grid-auto-flow: dense;
  width: 100%;
  background: #e9e9e9;
  background: linear-gradient(180deg, #e9e9e9 0%, #ffffff 75%);
}
#section_3 .custom-shape-divider-top-1712572068 {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
#section_3 .custom-shape-divider-top-1712572068 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
#section_3 .custom-shape-divider-top-1712572068 .shape-fill {
  fill: #FF3366;
}
@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) {
  #section_3 {
    grid-template-columns: 1fr;
  }
}
#section_3 .inner-area {
  display: inline-block;
  float: left;
  width: 100%;
  min-height: 300px;
}
#section_3 .tile {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-around;
  padding: 50px 50px;
  align-items: stretch;
  justify-content: space-between;
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  #section_3 .tile h2,
  #section_3 .tile .btn-agreed {
    align-self: flex-start;
  }
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  #section_3 .tile {
    padding: 0px 30px;
    align-items: flex-end;
  }
}
#section_3 .tile h1 {
  display: inline-block;
  font-size: 30px !important;
  line-height: 52px !important;
  color: white !important;
  margin-bottom: -60px;
  font-family: 'Effra Light', sans-serif !important;
  padding: 5px 20px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #FF3366;
  width: 100% !important;
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  #section_3 .tile h1 {
    margin-top: 30px;
    line-height: 38px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_3 .tile h1 {
    margin-top: 30px;
    align-self: flex-start;
    width: 50% !important;
  }
}
#section_3 .tile.associates {
  background-image: url(/Content/images/home/agent.jpg);
  background-size: cover;
  background-position-y: center;
}
#section_3 .tile.selfservice {
  background-image: url(/Content/images/home/daiga-ellaby-3LbpZo8MG8A-unsplash.jpg);
  background-size: cover;
  background-position-y: center;
}
#section_3 .tile.developers {
  background-image: url(/Content/images/home/alexander-andrews-A3DPhhAL6Zg-unsplash.jpg);
  background-size: cover;
  background-position-y: center;
}
#section_3 h2 {
  width: 100%;
  display: inline-block;
  font-size: 42px;
  line-height: 52px !important;
  color: white !important;
  margin-bottom: 50px;
  margin-top: 60px;
  font-family: 'Effra Light', sans-serif !important;
  background-color: #0000004d;
  padding: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #section_3 h2 {
    font-size: 40px;
    line-height: 44px !important;
    text-align: center;
    color: white !important;
    margin-bottom: 65px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section_3 h2 {
    font-size: 44px;
    line-height: 44px !important;
    text-align: center;
    color: white !important;
    margin-bottom: 65px;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #section_3 h2 {
    font-size: 42px;
    line-height: 51px !important;
  }
}
#section_3 .btn-agreed {
  min-width: 240px;
  max-width: 300px;
}
@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) {
  #section_3 .btn-agreed {
    max-width: 300px;
    float: right;
  }
}
#section_3 .chat-photo {
  width: 100%;
  object-fit: cover;
  max-height: 460px;
}
@media only screen and (max-width: 479px) {
  #section_3 .chat-photo {
    height: 450px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_3 .chat-photo {
    height: 500px;
  }
}
#section_3 .btn-list-now {
  position: relative;
  top: -90px;
  left: 5%;
  margin-bottom: -90px;
}
#section_4 .buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_4 .testimonials-slider .buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_4 .testimonials-slider .buttons .btn-outline {
  display: inline-block;
  padding: 15px 30px;
  color: #FF3366;
  border: 2px solid #FF3366;
  border-radius: 40px;
  font-size: 22px;
  margin-top: 40px;
  background-color: white;
}
#section_4 .testimonials-slider .buttons .btn-outline:hover {
  background-color: #FF3366;
  color: white;
}
#section_4 .testimonials-slider .buttons .btn-outline .fal {
  margin-right: 15px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #section_4 .testimonials-slider .scores {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
}
#section_4 .testimonials-slider h2 {
  width: 100%;
  display: inline-block;
  font-size: 52px;
  line-height: 64px !important;
  color: #6b7c85 !important;
  margin-bottom: 50px;
  margin-top: 0px;
  font-family: 'Effra Light', sans-serif !important;
  color: black !important;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #section_4 .testimonials-slider h2 {
    width: 100%;
    font-size: 47px;
    line-height: 48px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #section_4 .testimonials-slider h2 {
    width: 100%;
  }
}
#section_4 .testimonials-slider h2 a {
  width: 100%;
}
#main-footer {
  background-color: #000000;
  display: inline-block;
  float: left;
}
#main-footer a {
  color: white;
}
#main-footer li a {
  color: white;
}
.footer-links .copyright {
  color: #fff;
}
.btn-agreed {
  color: white;
  display: block;
  float: left;
  height: 55px;
  background-color: #FF3366;
  text-align: left;
  padding: 15px 20px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 24px;
  text-decoration: none;
  min-width: 300px;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: 'Effra Medium', sans-serif !important;
}
.btn-agreed:after {
  content: "";
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 20px solid #FF3366;
  position: absolute;
  right: -20px;
  top: 0;
}
.btn-agreed:hover {
  background-color: #ff668c;
  color: white;
}
.btn-agreed:hover:after {
  border-left: 20px solid #ff668c;
}
.mg-r-5 {
  margin-right: 5px;
}
.mg-t-30 {
  margin-top: 30px;
}
.pd-x-5-pc {
  padding-left: 5%;
  padding-right: 5%;
}
.pd-b-30 {
  padding-bottom: 30px;
}
.mg-b-60 {
  margin-bottom: 60px;
}
.girl-photo {
  width: 100%;
  height: 850px !important;
  object-fit: cover;
}
@media only screen and (max-width: 479px) {
  .girl-photo {
    height: 450px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .girl-photo {
    height: 500px;
  }
}
@media only screen and (min-width: 1600px) {
  .girl-photo {
    height: 800px !important;
  }
}
.youtube-video {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: white;
}
.youtube-video #howitworksvideo {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .youtube-video #howitworksvideo {
    height: 189px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .youtube-video #howitworksvideo {
    height: 295px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .youtube-video #howitworksvideo {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .youtube-video #howitworksvideo {
    height: 647px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .youtube-video #howitworksvideo {
    height: 780px;
  }
}
@media only screen and (min-width: 1600px) {
  .youtube-video #howitworksvideo {
    height: 882px;
  }
}
.button {
  text-transform: none;
  font-weight: 100;
  font-size: 18px;
  padding: 20px !important;
  min-width: 280px;
  text-align: center;
}
.button.auto-width {
  width: auto !important;
  min-width: 100px;
}
.button .fal {
  font-size: 18px;
}
.button.big-button {
  padding: 25px 40px !important;
  font-size: 22px;
  text-transform: none;
  font-weight: 100;
}
.button.big-button .fal {
  font-size: 22px;
}
#sd-container1 {
  position: fixed;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  z-index: 99999;
  /* Scroll down indicator (bouncing) */
}
#sd-container1 .scroll-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  color: white;
  font-size: 72px;
  margin-left: -19px;
}
#sd-container1 .scroll-indicator span {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
#sd-container1 .scroll-down {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.option-group {
  display: inline-block;
  float: left;
  width: 100%;
}
.option-group .option-item {
  display: inline-block;
  float: left;
  padding: 10px 32px;
  border: 1px solid #dedede;
  background-color: white;
  cursor: pointer;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.1s linear;
}
.option-group .option-item:last-of-type {
  margin-right: 0px;
}
.option-group .option-item:hover {
  color: white;
  background-color: #ff3366;
}
.option-group .option-item .far {
  display: none;
}
.option-group .option-item.selected {
  background-color: #FF3366;
  color: white;
  border: 1px solid #FF3366;
  padding: 10px 20px;
}
.option-group .option-item.selected .far {
  display: inline-block;
  margin-right: 10px;
  width: 14px;
}
section.board-street {
  padding: 0px !important;
}
.img-board {
  display: inline-block;
  position: absolute;
  right: 50px;
  bottom: 0px;
  width: 380px;
  float: right;
}
@media only screen and (max-width: 479px) {
  .img-board {
    width: 120px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .img-board {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-board {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-board {
    width: 480px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .img-board {
    width: 560px;
  }
}
@media only screen and (min-width: 1600px) {
  .img-board {
    width: 700px;
  }
}
.img-responsive {
  width: 100%;
}
@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) {
}
.line-top {
  display: inline-block;
}
.p-t-0-force {
  padding-top: 0px !important;
}
.mg-x-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mg-x-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mg-t-35 {
  margin-top: 35px;
}
.icon-box {
  margin-bottom: 0px !important;
  min-height: 140px;
}
.triple-text {
  font-size: 17px;
  line-height: 21px;
  margin-top: 12px;
  display: inline-block;
  min-height: 100px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .triple-text {
    display: inline-block;
    width: 100%;
    min-height: 20px;
    margin-bottom: 10px;
  }
}
h1 {
  text-transform: none !important;
  line-height: 64px !important;
}
h2 {
  text-transform: none !important;
  color: #FF3366 !important;
  line-height: 46px !important;
}
h4 {
  text-transform: none !important;
  color: #49545b !important;
  font-size: 22px !important;
  line-height: 26px !important;
  margin-top: 15px !important;
}
.icon-box.color i {
  background-color: yellow !important;
}
.icon-box.color i:after {
  box-shadow: 0 0 0 2px yellow !important;
}
.icon-box.small > h3 {
  line-height: 21px;
}
h1.text-large .yellow {
  color: yellow !important;
}
.icon-box.small .icon i {
  color: black !important;
}
.lead i {
  color: yellow !important;
}
h3.yellow-underline {
  border-bottom: 2px solid yellow;
}
.heading-section h1 {
  color: white;
  font-size: 60px;
  margin-bottom: 30px;
}
.heading-section .lead {
  color: white;
}
.heading:after {
  display: none !important;
}
/* ======================== */
/*   Syed Sahar Ali Raza    */
/* ======================== */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-oPCc.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wi_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrQ.ttf) format('truetype');
}
#generic_price_table {
  width: 100%;
}
/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #fff;
}
#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}
#generic_price_table .generic_content .promo-header {
  background-color: #fcdb03;
  padding: 15px 10px;
  color: black;
  display: inline-block;
  width: 100%;
}
#generic_price_table .generic_content .promo-header-none {
  background-color: transparent;
  padding: 15px 10px;
  color: black;
  display: inline-block;
  width: 100%;
}
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-color: #3aa9f7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3aa9f7;
}
#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
  color: #525252;
  color: white;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  color: #414141;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  color: #414141;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  color: #414141;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
  color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li {
  color: #000;
}
#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}
#__xxx___generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #E4E4E4;
  border-left: 5px solid #3aa9f7;
}
#generic_price_table .generic_content .generic_feature_list ul li.headerli {
  background-color: #777777;
  color: white;
}
#generic_price_table .generic_content .generic_feature_list ul li.headerli span {
  color: white;
  text-decoration: none !important;
}
#generic_price_table .generic_content .generic_feature_list ul li.headerfeat {
  background-color: #fcdb03;
  color: black;
}
#generic_price_table .generic_content .generic_feature_list ul li.headerfeat span {
  color: black;
  text-decoration: none !important;
}
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
  border-color: #3aa9f7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3aa9f7;
  color: #fff;
}
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
  color: #fff;
}
#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  font-weight: 200;
}
.row .table {
  padding: 28px 0;
}
/*PRICE BODY CODE START*/
#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
}
#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}
#generic_price_table .generic_content .generic_head_price .generic_head_content {
  margin: 0 0 50px 0;
}
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute;
}
#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
  display: block;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}
#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#generic_price_table .generic_content .generic_feature_list ul li {
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}
#xxxgeneric_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
}
#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.show-sm-up {
  display: none;
}
@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 25px;
  }
  .hidden-sm-dn {
    display: none;
  }
  .show-sm-up {
    display: block;
    background-color: #5a5a5a !important;
  }
  .show-sm-up span {
    color: white !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }
  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }
  #generic_price_table .generic_content {
    margin-bottom: 25px;
  }
}
.text-center h1,
.text-center h1 a {
  color: #7885CB;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}
.demo-pic {
  margin: 0 auto;
}
.demo-pic:hover {
  opacity: 0.7;
}
#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}
#generic_price_table_home li {
  float: left;
}
#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px;
}
#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}
#generic_price_table_home .blue {
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald {
  background: #2ECC71;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey {
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight {
  background: #34495E;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange {
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple {
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red {
  background: #E74C3C;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise {
  background: #1ABC9C;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}
#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}
#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}
#generic_price_table_home .footer {
  padding: 40px 0;
}
.price-heading {
  text-align: center;
}
.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}
.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}
.demo-button:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}
.bottom_btn:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}
#pricing {
  background-color: white;
  padding-bottom: 0px;
}
#pricing ul li {
  background: #f7f7f7;
  padding: 5px 10px;
}
#pricing ul li:nth-child(odd) {
  background: #fdfdfd;
}
#portals-collection,
#steps-collection {
  display: flex;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  #portals-collection,
  #steps-collection {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }
}
.fa-sync-alt {
  margin-right: 10px;
}