/*
Theme Name: Think Creative - Bootstrap Theme
Author: Think Creative Consultants Ltd
Description: Bootstrap theme for Wordpress developed by Think Creative Consultants Ltd.
Version: 0.0.2
*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  color: #7F7F7F;
}

/* Bootstrap container ovveride */
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
/*Bootstrap additions*/
.w-20 {
  width: 20%;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  color: #7F7F7F;
}
.small-h1 {
  font-size: 50px;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #7F7F7F;
}
h3 {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #7F7F7F;
}
h4 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #7F7F7F;
}
h5 {}
h6 {}
.purple-heading {
  color: #724180;
}
.green-heading {
  color: #98C000;
}
.blue-heading {
  color: #4BC0E1;
}
.orange-heading {
  color: #F7B746;
}
.light-weight {
  font-weight: 400;
}
p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #7F7F7F;
  line-height: 1.5;
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.fw-light {
  font-weight: 400 !important;
}
p.medium {
  font-size: 18px;
}
p.large {
  font-size: 20px;
}
a {
  transition: all .2s ease;
  color: #4BC0E1;
}
a:hover {
  color: #4BC0E1;
  text-decoration: unset;
}
iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
button:focus {
  outline: 0;
}
table {
  font-family: 'Open Sans', sans-serif;
  color: #7f7f7f;
}
th {
  border: 1px solid #dddddd;
  border-bottom: none;
  font-weight: 600 !important;
  padding: 5px 10px;
}
td {
  border: 1px solid #dddddd;
  padding: 5px 10px;
}
.table-heading td {
  font-size: 18px;
}
.text-underline {
	text-decoration: underline;
}
.pls-btn {
  padding: 10px 25px;
  border-radius: 15px;
  border: 1px solid;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  min-width: 150px;
  transition: all .3s ease;
}
.pls-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.pls-btn-large {
  font-size: 24px;
}
.pls-btn span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/wp-content/uploads/2021/06/right-arrow.png');
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 20px;
  vertical-align: -15%;
}
.pls-btn-large span:after {
  width: 28px;
  height: 28px;
  background-size: 28px;
}
.pls-btn-small {
  font-size: 14px !important;
  padding: 8px 12px;
  min-width: 0px;
}
.pls-btn.no-icon span:after {
  display: none;
}
.pls-btn-trans {
  background-color: transparent;
  color: #ffffff !important;
  border: 0px solid !important;
}
.pls-btn-trans:hover {
  box-shadow: unset !important;
  transform: unset !important;
  text-decoration: underline;
}
.pls-btn-blue {
  color: #ffffff;
  background-color: #4BC0E1;
  border-color: #4BC0E1;
}
.pls-btn-green {
  color: #ffffff;
  background-color: #98C000;
  border-color: #98C000;
}
.pls-btn-turq {
  color: #ffffff;
  background-color: #2D9585;
  border-color: #2D9585;
}
.pls-btn-orange {
  color: #ffffff;
  background-color: #F7B746;
  border-color: #F7B746;
}
.pls-btn-purple {
  color: #ffffff;
  background-color: #724180;
  border-color: #724180;
}
.pls-btn-pink {
  color: #ffffff;
  background-color: #D45785;
  border-color: #D45785;
}
.pls-btn-greytext {
  color: #7f7f7f !important;
}
.pls-btn-tp {
  background-color: #00b67a;
  border-color: #00b67a;
  color: #ffffff;
}
#load-more:hover {
  cursor: pointer;
}
#load-more.no-more {
  background-color: #ececec;
  border-color: #ececec;
  color: #7f7f7f;
}
/* Header */
.navbar {
  padding-left: 0px;
  padding-right: 0px;
}
.header-container {
  padding: 0px 30px !important;
}
.header-menu-wrap {
  width: 100%;
}
.custom-logo {
  height: 190px;
  width: auto;
  margin-bottom: -60px;
  opacity: 1;
  transition: all .3s ease;
  transform-origin: top;
}
.custom-logo:hover {
  transform: scale(1.01);
}
.custom-logo-link {
  z-index: 3;
}
.navbar {
  background-color: #2A292D;
}
.navbar-dark .navbar-toggler {
  border-color: #ffffff;
  border-radius: 15px;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .navbar-nav li a.nav-link {
  color: #ffffff;
}
.navbar .navbar-nav li a.nav-link:hover, .navbar .navbar-nav li.active a.nav-link {
  color: #4BC0E1;
}
.sub-nav {
  width: 100%;
  background-color: #513764;
  padding: 15px;
  overflow: auto;
}
.sub-nav::-webkit-scrollbar {
  display: none;
}
.sub-nav .card {
  padding: 0px;
  background-color: transparent;
  border: none;
}
.sub-nav .card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}
.sub-nav button {
  padding: 0px;
  border: none;
}
.sub-link img {
  width: auto;
  max-height: 50px;
  height: 100%;
  object-fit: contain;
}
.sub-link {
  font-weight: 600;
  font-size: 14px;
  margin: 0px 20px;
  min-width: 100px;
  transition: all .3s ease;
}
.sub-link:hover {
  opacity: 0.5;
}
#menu-top-header-menu, .search-form {
  margin-bottom: 10px !important;
}
#menu-top-header-menu li a {
  font-size: 14px;
}
header .navbar-nav > li {
  margin-left: 5px;
  margin-right: 5px;
}
header form {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}
.search-form input {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  border: 0px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  outline: 0 !important;
}
.search-form input::placeholder {
  color: #ffffff;
}
.search-form input:focus {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  border: 0px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  outline: 0 !important;
}
.search-form button {
  background-color: transparent;
  color: #ffffff;
  padding: 0px;
}
.ask-pls {
  margin-bottom: 10px;
}
.ask-pls p {
  font-size: 14px;
}
.ask-pls a {
  color: #ffffff !important;
  transition: all .3s ease;
}
.ask-pls:hover a {
  color: #4BC0E1 !important;
}
.pls-portal a span {
  transition: all .3s ease;
}
.pls-portal:hover a span {
  color: #4BC0E1;
}
.navbar .quote-btn a {
  background-color: #98C000;
  border-radius: 10px;
  font-weight: 700;
  padding-left: .8rem !important;
  padding-right: .8rem !important;
  text-align: center;
}
.navbar .rightmove-btn a {
  background-color: #4BC0E1;
  border-radius: 10px;
  font-weight: 700;
  padding-left: .8rem !important;
  padding-right: .8rem !important;
  text-align: center;
}
.navbar .quote-btn:hover a, .navbar .rightmove-btn:hover a {
  color: #ffffff !important;
}
.navbar .quote-btn, .navbar .rightmove-btn {
  transition: all .3s ease-out;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.5);
}
.navbar .quote-btn:hover, .navbar .rightmove-btn:hover {
  transform: scale(1.025);
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.75);
}
.navbar .quote-btn.active a, .navbar .rightmove-btn.active a {
  color: #ffffff !important;
}
/*Frontpage*/
.home-banner {
  min-height: 800px;
}
.home-banner h1 {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
}
#selectorCursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  font-size: 14px;
  background-color: #ffffff;
  z-index: 99999;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: .3s opacity ease;
  color: #000000;
  display: none;
}
#selectorCursor.cursor-hidden {
  opacity: 0;
}
.splide__track:hover {
  cursor: none;
}
.splide__track:active {
  cursor: none;
}
.selector-btn {
  position: absolute;
  bottom: 30px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #513764;
  opacity: 0;
  visibility: hidden;
}
.splide__slide.is-active .selector-btn {
  opacity: 1;
  visibility: visible;
}
.selector-btn:hover {
  color: #513764;
}
.home-selector .splide .splide__arrow--prev {
  left: calc(50% - 13%);
}
.home-selector .splide .splide__arrow--next {
  right: calc(50% - 13%);
}
.home-selector .splide__arrow {
  background: transparent;
}
.home-selector .splide__arrow svg {
  fill: #ffffff;
  width: 1.8em;
  height: 1.8em;
}
.home-selector .splide__track {
  background: -webkit-linear-gradient(left, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
  background: -o-linear-gradient(left, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
  background: linear-gradient(to right, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
  transition: all .3s ease;
}
.home-selector .splide__track.borrower-active {
  background: -webkit-linear-gradient(left, rgba(144, 63, 152, 1) 0%, rgba(54, 31, 81, 1) 100%);
  background: -o-linear-gradient(left, rgba(144, 63, 152, 1) 0%, rgba(54, 31, 81, 1) 100%);
  background: linear-gradient(to right, rgba(144, 63, 152, 1) 0%, rgba(54, 31, 81, 1) 100%);
}
.home-selector .splide__track.referrer-active {
  background: -webkit-linear-gradient(left, rgba(241, 115, 172, 1) 0%, rgba(177, 0, 74, 1) 100%);
  background: -o-linear-gradient(left, rgba(241, 115, 172, 1) 0%, rgba(177, 0, 74, 1) 100%);
  background: linear-gradient(to right, rgba(241, 115, 172, 1) 0%, rgba(177, 0, 74, 1) 100%);
}
.home-selector .splide__track.buyer-active {
  background: -webkit-linear-gradient(left, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
  background: -o-linear-gradient(left, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
  background: linear-gradient(to right, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
}
.home-selector .splide__track.lender-active {
  background: -webkit-linear-gradient(left, rgba(254, 203, 54, 1) 0%, rgba(242, 147, 54, 1) 100%);
  background: -o-linear-gradient(left, rgba(254, 203, 54, 1) 0%, rgba(242, 147, 54, 1) 100%);
  background: linear-gradient(to right, rgba(254, 203, 54, 1) 0%, rgba(242, 147, 54, 1) 100%);
}
.home-selector .splide__track.investor-active {
  background: -webkit-linear-gradient(left, rgba(33, 174, 153, 1) 0%, rgba(6, 105, 96, 1) 100%);
  background: -o-linear-gradient(left, rgba(33, 174, 153, 1) 0%, rgba(6, 105, 96, 1) 100%);
  background: linear-gradient(to right, rgba(33, 174, 153, 1) 0%, rgba(6, 105, 96, 1) 100%);
}
.selector-content {}
.persona-content {
  display: none;
}
@keyframes persona-content {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.persona-content.content-active {
  display: block;
  animation-name: persona-content;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-interation-count: 1;
}
.selector-banner {
  background-color: #513764;
}
.selector-banner-xmas {
  background-color: #513764;
}
.selector-banner h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.pls-character {
  min-height: 300px;
  padding: 30px 20px 0px 20px;
  transition: all .3s ease;
  opacity: 0.3;
}
.pls-character p {
  font-size: 20px;
}
.pls-character.is-active {
  transition: all .3s ease;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.selector-content .image-wrap {
  min-height: 40vh;
}
#borrower-content .image-wrap {}
#referrer-content .image-wrap {}
#lender-content .image-wrap {}
#buyer-content .image-wrap {}
#investor-content .image-wrap {}
.home-selector .content-wrap h2 {
  font-family: 'Open Sans', sans-serif;
  color: #8C8E9A;
  font-weight: 700;
}
.home-selector .content-wrap h3 {
  color: #7F7F7F;
  font-size: 24px;
}
#borrower-content .content-wrap h2 span {
  color: #724180;
}
#referrer-content .content-wrap h2 span {
  color: #D45785;
}
#investor-content .content-wrap h2 span {
  color: #2D9585;
}
#buyer-content .content-wrap h2 span {
  color: #3B9FB5;
}
#lender-content .content-wrap h2 span {
  color: #F7B746;
}

@media (max-width: 1024px) {
  .home-selector .splide .splide__arrow--prev {
    left: 25%;
  }
  .home-selector .splide .splide__arrow--next {
    right: 25%;
  }
  .pls-character {
    min-height: 250px;
  }
}
@media (max-width: 600px) {
  .home-selector .splide .splide__arrow--prev {
    left: 5%;
  }
  .home-selector .splide .splide__arrow--next {
    right: 5%;
  }
}
.testimonial {
  background-color: #2A292D;
  min-height: 490px;
}
.quotation {
  margin-bottom: 30px;
}
.testimonial h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.star-rating {
  margin-bottom: 10px;
}
.star-rating i {
  font-size: 28px;
  color: #FECB36;
  padding: 0px 3px;
  display: none;
}
.star-rating i.active {
  display: inline-block;
}
.client {
  font-size: 14px;
}
.blue-bg {
  background-color: #4BC0E1;
}
.lightblue-bg {
  background-color: rgba(75, 192, 225, 0.2);
}
.lightgrey-bg {
  background-color: #F6F7F8;
}
.dark-bg {
  background-color: #2A292D;
}
.awards-wrap {
  margin: 0px -10px;
}
.award-image {
  width: calc(50% - 13px);
  margin: 5px;
  aspect-ratio: 16 / 9;
}
.award-image img {
  width: 100% !important;
  height: 250px !important;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 0% 10% 10% 0%;
}
.news h2 span {
  color: #4BC0E1;
}
.news-col:last-of-type .news-post {
  margin-bottom: 0px !important;
}
.news-post {
  border: 0px;
  padding: 0px;
}
.news-post .card-body {
  padding: 0px;
}
.news-post img {
  width: 100%;
  margin-bottom: 20px;
}
.news-post p {
  margin-bottom: 10px;
}
.post-meta {
  color: #4BC0E1;
  font-size: 14px;
}
.post-cat {
  text-transform: uppercase;
}
.post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-date {
  color: #7f7f7f;
}
.post-title a {
  color: #8C8E9A;
  font-weight: 700;
}
.post-link {
  color: #4BC0E1;
}
.post-img {
  position: relative;
}
.post-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.read-time {
  position: absolute;
  top: 15px;
  left: 0px;
  min-width: 35%;
  padding: 15px;
  background-color: #D45785;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
/*Services*/
.service-banner {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}
#securedVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.service-banner h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}
.service-banner h2 strong {
  font-weight: 900;
}
.services-intro h1 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
}
.services-intro ul {
  list-style-position: inside;
  padding-inline-start: 0px;
}
.service-row {
  min-height: 800px;
}
.service-row h4 {
  font-size: 28px;
}
.service-conveyancing.service-row {
  background: url('/wp-content/uploads/2021/06/tiles-banner-scaled.jpg');
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-lending.service-row {
  background: url('/wp-content/uploads/2021/06/tiles-banner-left-new-scaled.jpg');
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-remortgage.service-row {
  background: url('/wp-content/uploads/2021/06/tiles-banner-scaled.jpg');
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.why-pls .img-right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
.blue-gradient {
  background: -webkit-linear-gradient(left, rgba(42, 146, 204, 1) 0%, rgba(15, 84, 136, 1) 100%);
  background: -o-linear-gradient(left, rgba(42, 146, 204, 1) 0%, rgba(15, 84, 136, 1) 100%);
  background: linear-gradient(to right, rgba(42, 146, 204, 1) 0%, rgba(15, 84, 136, 1) 100%);
}
.lightblue-gradient {
  background: -webkit-linear-gradient(left, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
  background: -o-linear-gradient(left, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
  background: linear-gradient(to right, rgba(60, 188, 218, 1) 0%, rgba(0, 117, 132, 1) 100%);
}
.pink-gradient {
  background: -webkit-linear-gradient(left, rgba(241, 115, 172, 1) 0%, rgba(177, 0, 74, 1) 100%);
  background: -o-linear-gradient(left, rgba(241, 115, 172, 1) 0%, rgba(177, 0, 74, 1) 100%);
  background: linear-gradient(to right, rgba(241, 115, 172, 1) 0%, rgba(177, 0, 74, 1) 100%);
}
.purp-gradient {
  background: -webkit-linear-gradient(left, rgba(144, 63, 152, 1) 0%, rgba(54, 31, 81, 1) 100%);
  background: -o-linear-gradient(left, rgba(144, 63, 152, 1) 0%, rgba(54, 31, 81, 1) 100%);
  background: linear-gradient(to right, rgba(144, 63, 152, 1) 0%, rgba(54, 31, 81, 1) 100%);
}
.turq-gradient {
  background: -webkit-linear-gradient(left, rgba(62, 203, 228, 1) 0%, rgba(35, 123, 138, 1) 100%);
  background: -o-linear-gradient(left, rgba(62, 203, 228, 1) 0%, rgba(35, 123, 138, 1) 100%);
  background: linear-gradient(to right, rgba(62, 203, 228, 1) 0%, rgba(35, 123, 138, 1) 100%);
}
.green-gradient {
  background: -webkit-linear-gradient(left, rgba(33, 174, 153, 1) 0%, rgba(6, 105, 96, 1) 100%);
  background: -o-linear-gradient(left, rgba(33, 174, 153, 1) 0%, rgba(6, 105, 96, 1) 100%);
  background: linear-gradient(to right, rgba(33, 174, 153, 1) 0%, rgba(6, 105, 96, 1) 100%);
}
.light-green-gradient {
  background: rgb(152, 182, 70);
  background: -moz-linear-gradient(90deg, rgba(152, 182, 70, 1) 0%, rgba(110, 148, 71, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(152, 182, 70, 1) 0%, rgba(110, 148, 71, 1) 100%);
  background: linear-gradient(90deg, rgba(152, 182, 70, 1) 0%, rgba(110, 148, 71, 1) 100%);
}
.yellow-gradient {
  background: -webkit-linear-gradient(left, rgba(254, 203, 54, 1) 0%, rgba(242, 147, 54, 1) 100%);
  background: -o-linear-gradient(left, rgba(254, 203, 54, 1) 0%, rgba(242, 147, 54, 1) 100%);
  background: linear-gradient(to right, rgba(254, 203, 54, 1) 0%, rgba(242, 147, 54, 1) 100%);
}
.why-pls ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.why-pls ul li:last-of-type {
  margin-bottom: 0px !important;
}
.why-pls img {
  float: left;
}
.why-pls p {
  overflow: hidden;
}
/* Conveyancing */
.convey-fees-heading {
  font-size: 50px;
}
.convey-fees-intro h2 {
  font-size: 32px;
  color: #4BC0E1;
}
.convey-fees-content h3 {
  font-size: 24px;
  color: #4BC0E1;
  margin-top: 30px;
  margin-bottom: 20px;
}
.convey-fees-content ul {
  list-style: none;
}
.convey-fees-content li {
  margin-bottom: 5px;
}
.convey-fees-content li:before {
  content: "\25A0"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4BC0E1; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.table-subtext {
  margin-top: 50px !important;
}
.table-subtext p {
  font-size: 14px;
  margin-bottom: 10px;
}
.cta-box {
  position: relative;
  padding-bottom: 25px;
}
.cta-box .pls-btn {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.cta-image {
  min-height: 300px;
}
.cta-heading {
  background-color: #C66433;
  padding: 20px 20px 40px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.cta-heading h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
.faq-cats .cta-heading {
  background-color: #4BC0E1;
  min-height: 100px;
}
.faq-cats .cta-heading h3 {
  font-size: 18px;
}
.convey-points h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
}
.convey-points a {
  color: #ffffff;
  background-color: #4BC0E1;
  border-color: #4BC0E1 !important;
  padding: 10px 25px;
  border-radius: 15px;
  border: 1px solid;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  transition: all .3s ease;
  display: inline-block;
  margin-top: 10px;
}
.point-text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.convey-content h3, .so-content h3 {
  color: #7F7F7F;
  font-size: 24px;
  margin-bottom: 20px;
}
.convey-content h3:not(:first-of-type), .so-content h3:not(:first-of-type) {
  margin-top: 30px;
}
.convey-content p:last-of-type, .so-content p:last-of-type {
  margin-bottom: 0px;
}
.portal-content p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
.convey-image, .so-image {
  margin-top: 50px;
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.stat-row {
  margin-bottom: 30px;
}
.stat-tile, .stat-image {
  min-height: 300px;
  padding: 20px;
}
.stat-tile.blue-tile {
  background-color: #4BC0E1;
}
.stat-tile.red-tile {
  background-color: #D34617;
}
.stat-tile.green-tile {
  background-color: #98C000;
}
.stat-tile p {
  font-size: 40px;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 600;
}
.stat-tile p span {
  font-weight: 700;
}
.so-points {
  padding: 30px;
}
.so-point:last-of-type {
  margin-bottom: 0px !important;
}
.sl-services {
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  background-size: cover;
}
.sl-service {
  height: 550px;
  padding: 0px 30px 50px 30px;
  border: 1px solid #ffffff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.active.sl-service:nth-of-type(1) {
  background-color: rgba(247, 183, 70, 0.9);
}
.active.sl-service:nth-of-type(2) {
  background-color: rgba(75, 192, 225, 0.9);
}
.active.sl-service:nth-of-type(3) {
  background-color: rgba(45, 149, 133, 0.9);
}
.active.sl-service:nth-of-type(4) {
  background-color: rgba(212, 87, 133, 0.9);
}
.active.sl-service:nth-of-type(5) {
  background-color: rgba(114, 65, 128, 0.9);
}
.sl-service h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
}
.feat-case-study p:last-of-type {
  margin-bottom: 0px !important;
}
.career-top h4 {
  font-weight: 700;
}
.sl-contact-content {
  padding: 30px;
}
.acq-content img {
  width: 100%;
  height: auto;
}
.wp-block-image .alignright {
  width: 100%;
}
figcaption {
  font-size: 14px;
  color: #7F7F7F;
}
.news-archive h1 {
  font-size: 50px;
  font-weight: 700;
}
.pls-post h1 {
  font-size: 50px;
  line-height: 1.2;
}
.pls-post-img {
  min-height: 500px;
}
.pls-post-content .wp-block-image img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.pls-post-content h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.pls-post-content h2:not(:first-of-type) {
  margin-top: 30px;
}
.pls-post-content p {
  margin-bottom: 30px;
}
.social-share i {
  color: #7f7f7f;
  font-size: 20px;
}
.sub-cat {
  min-width: 150px;
  text-align: center;
  margin: 7px;
  padding: 7px 10px;
  border: 1px solid #7f7f7f;
  border-radius: 15px;
  color: #7f7f7f;
  font-weight: 600;
  font-size: 15px;
}
.faqs .sub-cat {
  margin-left: 0px;
  margin-right: 0px;
}
.sub-cat.active, .sub-cat:hover {
  background-color: #4BC0E1;
  border-color: #4BC0E1;
  color: #ffffff;
}
.filter-mob .sub-cat {
  font-size: 14px;
  min-width: 100px;
}
.filter-mob .card-header {
  background-color: transparent;
  border: none;
}
.filter-mob .card-header h5 button {
  color: #7f7f7f;
}
.search-archive h1 {
  font-size: 50px;
  font-weight: 700;
}
.search-result {
  border: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0px;
}
.search-result .card-body {
  padding: 20px 0px 40px 0px;
}
.search-result h3 {
  font-size: 20px;
  font-weight: 600;
}
.faq-search .search-form input, .search-archive input, .not-found .search-form input {
  color: #7f7f7f !important;
  font-size: 18px;
}
.faq-search .search-form, .search-archive .search-form, .not-found .search-form {
  border-bottom: 1px solid #7f7f7f;
  max-width: 350px;
  width: 100%;
  margin-left: 0px !important;
}
.faq-search .search-form form, .search-archive .search-form form, .not-found .search-form form {
  width: 100%;
}
.faq-search .search-form #search, .search-archive .search-form #search, .not-found .search-form #search {
  width: 90%;
  padding: 10px 0px;
}
.faq-search .search-form i, .search-archive .search-form i, .not-found .search-form i {
  color: #7f7f7f;
  font-size: 18px;
}
.faq-search .search-form input::placeholder, .search-archive .search-form input::placeholder, .not-found .search-form input::placeholder {
  color: #7f7f7f;
}
.faqs h1, .contact h1 {
  font-size: 50px;
}
.faqs .card-header {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.faqs .card {
  border: 0px;
}
.faqs .card-body {
  background-color: #98C000;
  border-radius: 15px;
}
.faqs .btn-link:hover, .faqs .btn-link {
  text-decoration: none;
}
.faqs .card button {
  padding: 0px;
  height: 80px;
}
.faqs .card button i {
  background-color: #4BC0E1;
  padding: 15px;
  font-size: 32px;
  color: #ffffff;
  border-radius: 15px;
}
.faqs .card button i:before {
  transition: all .3s ease-out;
}
.faqs .card button[aria-expanded="true"] i:before {
  transform: rotate(180deg);
}
.faqs .card button .accordion-title {
  color: #7F7F7F;
  font-weight: 600;
  font-size: 18px;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
  width: 90%;
  border: 2px solid #4BC0E1;
  padding: 30px;
  border-radius: 15px;
}
.faq-sidebar-content {
  padding: 50px;
}
.faq-sidebar-content:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
}
.faq-search .search-form {
  margin-left: auto !important;
}
.faq-single .card-body p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.faq-single .card-body p:last-of-type {
  margin-bottom: 0px;
}
.test-vids h4 {
  font-size: 18px;
  font-weight: 600;
}
.tab-content, .tab-pane {
  height: 100%;
}
.test-vids .nav-link {
  padding: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
  opacity: 0.7;
  border-radius: 0px;
}
.test-vids .nav-link:last-of-type {
  margin-bottom: 0px;
}
.test-vids .nav-link.active, .test-vids .nav-link.active:hover {
  opacity: 1;
}
.test-vids .nav-link:hover {
  opacity: 0.8;
}
.video-wrapper {
  position: relative;
  height: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 998px) {
  .video-wrapper iframe {
    height: 350px;
    display: block;
    position: unset;
  }
  .test-vids .nav-link {
    margin: 0px 0px 5px 0px;
  }
}
.portal-box-one {
  padding: 50px 50px 0px 50px;
}
.portal-box-two {
  padding: 30px;
}
.portal-box-three {
  padding: 50px 50px 0px 50px;
}
.alexa-banner {
  min-height: 800px;
}
@media(max-width: 998px) {
  .alexa-banner {
    min-height: 500px;
  }
  .alexa-banner-content {
    padding: 20px 20px 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
  }
  .portal-banner {
    background-position: 80% 50% !important;
  }
}
.stamp-duty-calculator input[type=text] {
  border: 0px solid;
  border-radius: 15px;
  padding: 10px !important;
  margin-bottom: 20px !important;
}
.stamp-duty-calculator label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.stamp-duty-calculator label:nth-of-type(2) {
  display: none;
}
.stamp-duty-calculator #new_rates {
  display: none;
}
.stamp-duty-calculator label:not(:first-of-type) {
  margin-top: 15px !important;
}
.stamp-duty-calculator button {
  border-radius: 15px !important;
  background-color: #98C000 !important;
  font-size: 18px !important;
  font-weight: 600;
  margin-top: 30px;
  transition: all .3s ease-in-out;
}
.stamp-duty-calculator button:hover {
  cursor: pointer;
  transform: translateY(-3px);
  color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
/*Load more*/
.filter-loading {
  opacity: 0;
}
/* Page Layout */
.section-pad {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-pad-med {
	padding-top: 50px;
	padding-bottom: 50px;
}
.no-pad-top {
  padding-top: 0px;
}
.no-pad-bottom {
  padding-bottom: 0px;
}
.tc-page-title h1 {
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1;
  font-size: 1.5em;
}
.tc-breadcrumb {
  color: rgba(255, 255, 255, 0.7);
}
.tc-breadcrumb a {
  color: #ffffff;
}
.tc-page-content {
  padding: 50px 0px 70px 0px;
}
.nf-form-fields-required {
  display: none;
}
.nf-form-content {
  padding: 0px !important;
}
.nf-field-label label {
  color: #ffffff;
  font-weight: 400 !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
  color: #98C000 !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content select {
  border: none !important;
  border-radius: 15px !important;
}
.nf-form-content select {
  height: 50px !important;
  padding: 10px !important;
  margin-right: 10px !important;
  border: 1px solid red !important;
}
.nf-form-content .time-pick .nf-field-element {
	text-align: left;
}
.nf-form-content .time-pick .nf-field-element div {
	float: unset!important;
	display: inline-block;
	width: auto;
}
.list-checkbox-wrap .nf-field-element li label {
  float: left !important;
  color: #ffffff !important;
  font-size: 16px !important;
}
.contact-form .submit-btn {
  text-align: right;
}
.contact-form .submit-btn input[type=button] {
  background-color: #98C000 !important;
  padding: 10px 30px !important;
  height: unset !important;
  border-radius: 15px;
  font-weight: 600;
  font-size: 24px;
  margin-left: auto;
  transform: translateY(50px);
}
.submit-btn input[type=button]:hover {
  cursor: pointer;
  color: #ffffff !important;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.5);
}
.quote-form .submit-btn input[type=button] {
  background-color: #000000 !important;
  padding: 10px 30px !important;
  height: unset !important;
  border-radius: 15px;
  font-weight: 600;
  font-size: 20px;
  margin-left: auto;
}
.quote-form .nf-error-msg {
  color: #ffffff !important;
}
.quote-form .ninja-forms-req-symbol {
  color: red !important;
}
.quote-form .nf-input-limit {
  color: #ffffff;
}
.quote-form label {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  color: #ffffff !important;
  font-weight: 600 !important;
}
.quote-form .list-checkbox-wrap .nf-field-element li label {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: left!important;
	font-size: 18px!important;
}
.quote-form .list-radio-wrap .nf-field-element li label {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: left!important;
	font-size: 18px!important;
}
.list-radio-wrap .nf-field-element li label {
	text-align: left!important;
}
.quote-form .nf-response-msg p, .job-form .nf-response-msg p {
  color: #ffffff;
  margin-bottom: 20px;
}
.quote-form input:required, .quote-form textarea:required, .quote-form select:required {
  border: 1px solid red !important;
}
.quote-form .minute option:disabled {
	display: none
}
/*Policy template*/
.policy-page h1 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
}
.policy-page h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
}
/*404 temaplte*/
.not-found h1 {
  font-size: 50px;
}
/* Footer */
.tc-footer {
  background-color: #2A292D;
}
footer .sub-menu {
  list-style-type: none;
  padding-inline-start: 10px;
}
footer .sub-menu a {
  font-size: 13px !important;
}
footer .sub-menu a:before {
  content: "- ";
}
.footer-info h4 {
  color: #4BC0E1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}
.footer-info p {
  font-size: 14px;
  margin-bottom: 10px !important;
}
.footer-info a {
  font-weight: 700;
  font-size: 14px;
}
.footer-info a:hover {
  color: #4BC0E1 !important;
}
.footer-location h4 {
  font-size: 16px;
  color: #4BC0E1;
  margin-bottom: 5px;
}
.footer-location p {
  font-size: 14px;
  margin-bottom: 0px;
}
.footer-location span {
  color: #4BC0E1;
}
.footer-location a {
  color: #ffffff;
}
.footer-location a:hover {
  color: #4BC0E1 !important;
}
#menu-footer-menu li a, #menu-footer-menu-2 li a {
  font-size: 14px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
}
#menu-footer-menu li a:hover, #menu-footer-menu-2 li a:hover {
  color: #4BC0E1 !important;
}
footer .custom-logo {
  margin-bottom: 20px;
}
.footer-social a {
  font-size: 20px;
  color: #ffffff;
}
.footer-social a:hover {
  color: #4BC0E1;
}
/* Sub Footer */
.tc-sub-footer {
  background-color: #ffffff;
  border-bottom: 20px solid #4BC0E1;
}
#menu-sub-footer-menu li {
  line-height: 1.3;
}
#menu-sub-footer-menu li:not(:last-of-type):after {
  content: "|";
}
#menu-sub-footer-menu li a {
  font-size: 14px;
  padding: 0px 8px;
}
#menu-sub-footer-menu li a:hover {
  text-decoration: underline;
}
.copyright {
  font-size: 14px;
}
/*March 2022 - Are you about to move home*/
.sticky-intro-text p, .sticky-intro-text h2, .sticky-intro-text h3 {
	color: #ffffff;
}
.sticky-intro-text h2, .sticky-intro-text h3 {
	margin-bottom: 20px;
}
.sticky-form {
	z-index: 5;
}

.logged-in .sticky-form {

}
.sticky-form {
	text-align: center;
}
.sticky-form-inner {
	padding: 20px;
	border-radius: 15px;
	margin-left: auto;
	box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.5);
}
.sticky-form-inner h4 {
	font-weight: 700;
	text-align: left!important;
}
.sticky-form-mob h4 {
	font-weight: 700;
}
.sticky-form .nf-form-content textarea.ninja-forms-field {
	height: 70px;
	border-radius: 5px!important;
	border: none!important;
}
.sticky-form .nf-form-content label {
	font-size: 14px;
}
.sticky-form .list-checkbox-wrap .nf-field-element li label {
	font-size: 12px!important;
	margin-bottom: 5px!important;
}
.sticky-form .nf-form-content .listcheckbox-wrap li  {
	margin-bottom: 5px!important;
}

.sticky-form .submit-btn input[type=button] {
	font-size: 16px;
	margin-top: 10px!important;
	margin-right: auto;
}
.sticky-form .nf-form-content .listselect-wrap .nf-field-element div, .sticky-form .nf-form-content input.ninja-forms-field, .sticky-form .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 40px;
	font-size: 14px!important;
	border-radius: 5px!important;
	border: none!important;
}
.sticky-form #ninja_forms_required_items, .sticky-form .nf-field-container {
	margin-bottom: 5px!important;
}
.sticky-form .nf-form-content .label-above .nf-field-label {
	margin-bottom: 5px!important;
}
.sticky-form-page .testimonial h3 {
		font-size: 24px;
	font-weight: 700;
}
.sticky-form-page h2 {
	font-size: 32px;
	font-weight: 600;
}
.awards-sticky .award-image img {
	height: 200px!important;
}
.sticky-form-page .convey-points h3 {
	font-size: 32px;
	font-weight: 700;
}
.sticky-form-page h1 {
	font-size: 40px;
	line-height: 1.3;
}
.sticky-team {
	background-color: rgba(75, 192, 225, 0.2);
}
.sticky-accordion .card {
	background-color: transparent;
} 
.sticky-accordion .accordion-title, .sticky-accordion .card-body {
	color: #ffffff!important;
}
.sticky-accordion .card-body {
	overflow:hidden;
}
.process-box {
	padding: 30px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.process-box h3 {
	font-size: 24px;
}
/*Media queries*/
@media (max-width: 1200px) {}
@media (max-height: 1000px) {
  .sub-nav img {}
  .sub-nav span {
    margin-top: 10px !important;
  }
  .sub-nav {
    position: relative;
  }
}
@media (max-width: 1024px) {
  #selectorCursor {
    display: none !important;
  }
  iframe {
    min-height: 250px;
  }
  .single-our-team h1 {
    font-size: 32px !important;
  }
  .hr-post:hover .team-img-hover {
    visibility: hidden !important;
  }
  .hr-post:hover .team-img {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hr-post .header-menu-wrap {
    width: 50%;
  }
  .header-menu-wrap .quote-btn {
    display: none;
  }
  #menu-top-header-menu li a {
    font-size: 16px;
  }
  #menu-top-header-menu, .search-form {
    margin-bottom: 0px !important;
  }
  .quote-btn {
    margin-top: 15px !important;
  }
  .ask-pls p {
    font-size: 16px;
  }
  .search-form {
    border-bottom: 1px solid #ffffff;
  }
  header .navbar-nav > li {
    margin: 0px;
  }
  .custom-logo {
    max-width: 90px;
    height: auto;
    margin-bottom: 0px;
    padding: 0px 0px 20px 0px;
  }
  h1 {
    font-size: 60px;
  }
  .selector-content .image-wrap {
    min-height: 400px;
  }
  .service-row {
    min-height: 600px;
  }
  .sub-link {
    margin: 0px 10px 0px 0px;
    padding: 0px 5px;
    min-width: unset;
  }
  .sub-link:first-of-type {
    margin-left: 0px;
    padding-left: 0px;
  }
  .sub-link img {
    max-height: 45px;
  }
  .sub-link span {
    font-size: 10px;
  }
  .sub-nav span {
    margin-top: 5px !important;
  }
  .sub-nav {
    padding: 7px 15px;
  }
  .sub-nav-mob .card-body {
    padding: 20px 0px 20px 0px;
  }
  .service-banner {
    min-height: 0px;
    padding: 70px 0px;
    background-position: 50% 60% !important;
  }
  .banner-video.service-banner {
    min-height: 600px;
  }
  .service-banner h2 {
    font-size: 32px;
  }
  .services-intro h1 {
    font-size: 32px;
  }
  .small-h1 {
    font-size: 32px;
  }
  .convey-points h3 {
    font-size: 28px;
  }
  .testimonial h3 {
    font-size: 28px;
  }
  .stat-tile p {
    font-size: 24px !important;
  }
  .stat-tile p span {
    font-size: 60px !important;
  }
  .stat-tile, .stat-image {
    min-height: 250px;
  }
  .faqs .card button .accordion-title {
    width: 88%;
  }
	.portal-sticky {
		background-position: 70% 50%!important;
	}
}
@media(max-width: 768px) {
  .pls-post-img {
    min-height: 300px;
  }
  .pls-post h1 {
    font-size: 32px;
  }
  .custom-logo {
    max-width: 70px;
    margin-top: 0px;
    margin-bottom: -10px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .section-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .no-pad-top {
    padding-top: 0px;
  }
  .home-banner {
    min-height: 600px;
  }
  .pls-character p {
    font-size: 16px;
  }
  .selector-content .image-wrap {
    min-height: 300px;
  }
  .awards-wrap {
    margin: -5px;
  }
  .award-image {
    width: calc(25% - 13px);
  }
  .award-image img {
    padding: 0% 5%;
    height: 200px !important;
  }
  .service-row {
    min-height: unset;
    background: none !important;
  }
  .why-pls .img-right {
    min-height: 300px;
  }
  .pls-btn {
    font-size: 16px;
  }
  .stat-tile p {
    font-size: 24px !important;
  }
  .stat-tile p span {
    font-size: 60px !important;
  }
  .stat-tile, .stat-image {
    min-height: 250px;
  }
  .stamp-duty-calculator label {
    font-size: 16px;
  }
	.portal-sticky {
		background-position: 60% 50%!important;
	}
}
@media (max-width: 576px) {
  .selector-content {
    min-height: 620px;
  }
  .search-form input {
    font-size: 16px;
  }
  .contact-form .submit-btn input[type=button] {
    transform: unset;
    font-size: 18px;
  }
  .faqs .accordion-title {
    font-size: 16px !important;
    width: 77% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .faq-single .card-body p {
    font-size: 16px;
  }
  .faqs h1, .contact h1 {
    font-size: 32px;
  }
  .post-nav a {
    font-size: 14px;
  }
  .pls-post h1 {
    font-size: 24px;
  }
  .custom-logo {
    max-width: 55px;
  }
  h1 {
    font-size: 24px;
  }
  .news-archive h1 {
    font-size: 32px;
  }
  .small-h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .selector-banner h2 {
    font-size: 18px;
  }
  p.large {
    font-size: 16px;
  }
  p.medium {
    font-size: 16px;
  }
  .home-banner {
    min-height: 450px;
    padding: 50px 0px
  }
  .home-banner .container {
    min-height: 335px;
  }
  .selector-content .image-wrap {
    min-height: 200px;
  }
  .award-image {
    width: calc(50% - 10px);
  }
  #buyer-content .image-wrap, #borrower-content .image-wrap, #lender-content .image-wrap, #investor-content .image-wrap, #referrer-content .image-wrap {
    background-position: center right !important;
  }
  .pls-btn-large {
    font-size: 16px;
  }
  .pls-btn-large span:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .testimonial h3 {
    font-size: 20px;
  }
  .services-intro h1 {
    font-size: 24px;
  }
  .service-banner h2 {
    font-size: 24px;
  }
  .convey-points h3 {
    font-size: 24px;
  }
  .point-text h4 {
    font-size: 16px;
    line-height: 1.3;
  }
  .sub-link {}
  .sub-link a {
    font-size: 12px;
  }
  .sub-link span {
    white-space: nowrap;
  }
  .portal-content p {
    font-size: 18px;
  }
  .convey-image, .so-image {
    height: 300px;
  }
  .service-banner {
    position: relative;
    background-position: 65% 60% !important;
  }
  .service-banner .container {
    z-index: 2;
  }
  .service-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
  }
	.list-checkbox-wrap li {
		display: block!important;
		width: 100%!important;
	}
	.portal-sticky {
		background-position: 60% 50%!important;
	} 
	.sticky-form-page h1 {
		font-size: 32px;
	}
	.sticky-form-page h2, .sticky-form-page h3 {
		font-size: 24px;
	}
	.home-intro-logo {
		width: 120px;
	}
	.process-box img {
		width: 40%;
	}
}