/*
Theme Name: CUJ
Author: CUJ
Author URI: https://cuj.com
Description: Custom theme for cuj.com
Text Domain: cuj
*/

/* Fonts */

/* Resets */

* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.clear {
  clear: both;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.gap {
  height: 30px;
  clear: both;
}

.wow {
  visibility: hidden;
}

.sep {
  padding: 0 10px;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

::selection {
  background: #3a3a3a;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #3a3a3a;
  color: #fff;
  text-shadow: none;
}

/* Body */

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #494A4C;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

body.before-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 43, 70, 0.75);
  z-index: 1;
}

.modal-open {
  position: initial;
}

.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #494A4C;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
}

h1.error404 {
  font-size: 75px;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
  line-height: 2;
}

p.lead {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
}

p.lead a {
  color: #269dcd;
  font-size: 14px;
}

.content p:last-child {
  margin-bottom: 0;
}

.small, small {
  color: #999;
}

strong, b {
  font-weight: 600;
}

a {
  color: #2596cf;
}

a:hover, a:focus, a:active {
  color: #2596cf;
  text-decoration: none;
}

.pink {
  color: #2596cf;
}

.yellow {
  color: #FCC03C;
}

.orange {
  color: #FE974A;
}

.full-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 100vh;
}

.full-block-inner {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  position: relative;
}

.full-block-logo {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  line-height: 1.4;
}

.full-block-logo img {
  height: 65px;
  width: auto;
}

.form-response {
  z-index: 99;
  color: #fff;
  background-color: #fff;
  background-size: cover;
}

.form-response .full-block-inner {
  padding-top: 110px;
}

.form-response h1 {
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
}

.form-response h2 {
  font-size: 32px;
  color: #fff;
}

.form-response .btn {
  margin-top: 30px;
}

.form-response .loading-dots {
  height: 120px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url('./images/searchbg.jpg');
  background-position: center center;
  background-size: cover;
  text-align: center;
  z-index: 9;
  display: none;
}

.loading:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 46, 75, 0.9);
}

.loading .loading-titles {
  width: 500px;
  font-size: 24px;
  margin: 20px auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.loading .loading-titles li {
  position: relative;
  width: 100%;
  background: transparent;
  color: #fff;
}

.loading-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.loading-inner h3 {
  font-size: 24px;
  margin: 20px 0 0;
}

.loading-image {
  max-height: 110px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
}

.loading-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.loading-bottom .icon-block h4 {
  color: #fff;
}

/* Header */

#header {
  background-color: #3c3e5d;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#header.open {background-color: transparent;}

.header {
  padding: 35px 0 30px;
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.15);
}

.header .logo {
  display: inline-block;
}

#header.header-min { position: relative; }

#header.header-min .header {
  padding: 30px 0;
  text-align: center;
}

#header.header-min .header .logo img {
  max-height: 50px;
}

.sticky-bar {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(44,49,80,1) 0%,rgba(49,65,109,1) 100%);
  color: #fff;
  padding: 25px 0;
  z-index: 50;
}

.sticky-bar .apply-form {
  margin: 0;
  display: inline-block;
}

.sticky-bar .apply-form .apply-form-link {
  display: none;
}

.sticky-bar h4 {
  color: inherit;
  font-size: 24px;
  margin-bottom: 5px;
}

.sticky-bar .apply-form .btn {
  margin-right: 0;
}

.sticky-bar .apply-form-link {
  margin: 0;
}

.sticky-bar .apply-form-link a {
  color: #fff;
  text-decoration: underline;
}

.sticky-bar.active {
  top: 0;
}

.nav {
  margin-top: 3px;
  text-align: right;
}

.nav ul {
  display: inline-block;
}

.nav ul li {
  font-size: 18px;
  display: inline-block;
  margin-left: 40px;
}

.nav ul li.apply a {
  color: #269dcd;
}

.nav ul li.apply a:after {
  background-color: #269dcd;
}

.nav ul li a {
  color: #fff;
  position: relative;
}

.nav ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  background-color: #fff;
}

.nav ul li:hover a:after, .nav ul li.current-menu-item a:after {
  width: 100%;
}

.nav ul li:first-child {
  margin-left: 0;
}

.nav .btn-search {
  float: right;
  font-size: 17px;
}

.btn-menu {
  display: none;
}

.btn-loading:after {
  content: "\f013";
  font-family: 'FontAwesome';
  display: inline-block !important;
  position: absolute;
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
}

.btn-sm.btn-loading {
  padding-right: 50px !important;
}

.btn-sm.btn-loading:after {
  top: 15px !important;
  right: 15px !important;
}

.btn-next.btn-loading:after {
  right: 30px !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 46, 75, 0.9);
}

.purple-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(119,80,203,0.1) 0%, rgba(40,43,70,0.25) 100%);
}

.overlay-green {
  background: #7EC67C;
  background: linear-gradient( 135deg, #67C4A9, #7EC67C);
}

.overlay-red {
  background: #cf3030;
  background: linear-gradient( 135deg, #cf3030, #FF7C19);
}

.overlay-blue-gradient {
  background: linear-gradient(to bottom, rgba(40,43,70,1) 4%,rgba(40,43,70,1) 9%,rgba(40,43,70,0.81) 71%,rgba(40,43,70,0.8) 100%);
}

.overlay-blue {
  background: rgba(43, 46, 75, 0.9);
}

.overlay-full .overlay {
  opacity: 1;
}

/* Breadcrumbs */

.breadcrumbs {
  padding: 20px 0;
  font-size: 11px;
  color: #888;
  margin-bottom: 40px;
}

.breadcrumbs a {
  color: #333;
}

/* Content */

#content {
  clear: both;
}

.page-banner {
  padding: 230px 0 150px;
  background: 50% 0% no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.page-banner h1, .page-banner h2, .page-banner h3, .page-banner h4, .page-banner h5 {
  color: inherit;
}

.page-banner p {
  line-height: 1.6;
}

.page-banner p.lead {
  margin-bottom: 50px;
  color: #269dcd;
}

.page-banner .apply-form-container {
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-banner .apply-form .apply-form-link {
  margin-top: 15px;
}

.page-banner .apply-form .apply-form-link a {
  color: #fff;
}

.page-banner .reapply-form {
  margin-bottom: 20px;
}

.page-banner-content {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  line-height: 1.4;
}

.page-banner-content a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

/* .page-banner-content :last-child, .page-banner p.lead:last-child {
  margin-bottom: 0;
} */

.page-banner hr {
  border-color: rgba(255, 255, 255, 0.2);
  width: 50%;
  margin: 20px auto 30px;
}

.eligibility-logo {
  max-width: 170px;
}

.box .title {
  font-size: 25px;
  font-weight: 600;
  display: block;
  max-width: 80%;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.box p {
  margin-bottom: 15px;
  font-size: 16px;
}

.box .pie {
  margin: 20px auto 15px auto;
  position: relative;
  z-index: 10;
  width: 100%;
}

.box.pineapple .pie {
  margin: 50px 0 55px 0;
}

.box.large {
  margin: 90px auto 0 auto;
  padding: 0 40px 50px 40px;
  max-width: 355px;
  float: right;
}

.box.large.box-loans {
  padding-top: 50px;
  margin-top: 0;
}

.box.pineapple {
  display: block;
  padding: 0 75px 100px 75px;
  float: none;
}

.box-loans.large:before {
  height: 200px;
  top: -128px;
}

.box .btn {
  font-size: 16px;
  padding: 0 35px;
  color: #fff;
  line-height: 45px;
}

.eligibilty-pineapple {
  z-index: 20;
  position: absolute;
  max-width: 250px;
  top: -90px;
  right: -100px;
}

/* Eligibility Half */

.eligibility-half-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.eligibility-full-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
}

.eligibility-half-bg.full-width {
  position: relative;
  height: 450px;
  margin-top: 50px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.eligibility-half-bg.full-width:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(40,43,70);
  background: -webkit-linear-gradient(bottom, rgba(40,43,70,1) 0%, rgba(40,43,70,1) 23%, rgba(40,43,70,0.25253851540616246) 100%);
  background: -o-linear-gradient(bottom, rgba(40,43,70,1) 0%, rgba(40,43,70,1) 23%, rgba(40,43,70,0.25253851540616246) 100%);
  background: linear-gradient(to top, rgba(40,43,70,1) 0%, rgba(40,43,70,1) 23%, rgba(40,43,70,0.25253851540616246) 100%);
}

.eligibility-half-content {
  height: 100%;
  padding: 170px 20%;
  background-color: #282b46;
  overflow: hidden;
}

.eligibility-full-content {
  border-radius: 10px;
  margin: 40px 0;
  padding: 30px 15% 80px 15%;
  background: rgb(41, 44, 70);
  color: #fff;
  position: relative;
}

.eligibility-full-content p { position: relative; }

.eligibility-full-content h1{color: #fff; position: relative; }

@keyframes needle {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-180deg);
  }
}

.eligibility-half-content .pie {

}

.pie{
  max-width: 200px;
  height: 100px;
  min-width: 200px;
  text-align: center;
  position: relative;
  margin: 0 auto 40px auto;
}

.pie .graph{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pie .needle{
  animation: needle 5s infinite;
  transform-origin: left;
  position: absolute;
  left: 90px;
  bottom: 0;
  width: 80px;
}

.eligibility-half-content .plus-time {
  font-weight: 700;
}

.eligibility-half-content h1{
  font-size: 35px;
}

.text-bar .wrap {
	margin-top: 85px;
	padding: 35px 75px;
	text-align: center;
	box-shadow: 0px 0px 43px 0px rgba(29, 31, 50, 0.6);
}

.text-bar p {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
	color: #fff;
}

.text-bar h6 {
	color: #fff;
}

.section {
  padding: 80px 0;
  background: #eceeff;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}

.section.section-accordions {
  padding: 160px 0;
}

.section.section-why-use {
  background-color: #eceeff;
}

.section.section-process {
  padding: 0 0 140px 0;
}

.section.section-loan-options {
  background-color: #282B46;
}

.section.section-loan-list {
  padding: 180px 0 90px;
}

.section.section-loan-guides {
  padding-bottom: 180px;
}

.home .section.section-loan-guides {
  padding: 0px;
}

.section.section-responsible-borrowing {
  padding: 220px 0;
  overflow: hidden;
}

.section.section-loan-requirements {
  background-image: url('./images/bgspiral.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: -300px;
}

.section.section-eligibilty-half {
  padding: 0;
}

.section.section-loan-requirements+.section {
  padding-top: 300px;
}

.section.section-apply-form {
  background: linear-gradient(to right, rgba(70,46,111,1) 0%,rgba(52,108,141,1) 100%);
}

.section-light {
  color: #3a3b48;
  background-color: #eceeff;
}

.section-dark {
  color: #fff;
}

.section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6 {
  color: inherit;
}

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6 {
  color: inherit;
}

.section-sub-title {
  display: block;
  margin-bottom: 80px;
  font-size: 16px;
  color: inherit;
}

.page-content .section-sub-title {text-align: center;}

.page-content .apply-form-container .section-sub-title{
  color: #fff;
}

.apply-form-container .section-sub-title {margin-bottom: 30px;}

.home .section h3 {
  margin-bottom: 25px;
}

.home .section.section-loan-list h3 {
  margin-bottom: 75px;
}

.home .section h3+.lead {
  margin-top: -30px;
  margin-bottom: 50px;
}

.section-testimonials h3 {
  margin-bottom: 20px;
}

.section-testimonials .feefo {
  margin: 20px auto 0 auto;
}

.home .section-approval h3 {
  margin-bottom: 80px;
}

.approval-image {
  position: absolute;
  left: 52%;
  bottom: -25px;
  top: 150px;
  text-align: left;
  z-index: 1;
  overflow: hidden;
}

.approval-image img {
  height: 100%;
  width: auto;
  max-width: none;
}

.page-content {
  text-align: left;
}

.page-content h2, .page-content h3 {
  color: #3a3b48;
}

.page-content p img{
  border-radius: 15px;
}

.page-content .section-approval {
  margin-bottom: 70px;
}

.page-content .box {background-color: transparent;}

.vline {
  display: block;
  margin: 50px auto;
  width: 2px;
  height: 100px;
  background: #494A4C;
}

/* Compare */

.compare {
  text-align: center;
}

.compare-block {
  display: flex;
  min-height: 240px;
  margin-bottom: 30px;
  z-index: 2;
}

.page-content .compare-block {
  min-height: 280px;
}

.compare-block:last-child {
  margin-bottom: 0;
}

.compare-block-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  min-height: 240px;
  width: 100%;
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 2px 3px 27px 0px rgba(198, 202, 228, 0.35);
}

.compare-block-wrap span {
  display: block;
  width: 100%;
}

.compare-block-wrap .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
}

.page-content .compare-block-wrap .title {
  font-size: 20px;
}

.compare-block-wrap .answer {
  font-size: 35px;
  line-height: 35px;
}

.page-content .compare-block-wrap .answer {
  font-size: 25px;
}

.compare-block-wrap .answer span {
  font-size: 22px;
}

.compare-block:nth-child(1) .compare-block-wrap, .compare-block:nth-child(5) .compare-block-wrap{
  background: linear-gradient(45deg, rgba(244,192,141,1) 0%,rgba(232,121,105,1) 100%);
}

.compare-block:nth-child(2) .compare-block-wrap, .compare-block:nth-child(6) .compare-block-wrap{
  background: linear-gradient(45deg, rgba(107,163,255,1) 0%,rgba(144,131,242,1) 100%);
}

.compare-block:nth-child(3) .compare-block-wrap, .compare-block:nth-child(7) .compare-block-wrap{
  background: linear-gradient(45deg, rgba(168,131,242,1) 0%,rgba(255,107,180,1) 100%);
}

.compare-block:nth-child(4) .compare-block-wrap, .compare-block:nth-child(8) .compare-block-wrap{
  background: linear-gradient(45deg, rgba(109,187,78,1) 0%,rgba(132,202,105,1) 100%);
}

/* Shapes */

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.shape {
  content: '';
  display: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
	/* transform: translatey(0px);
	animation: float 6s ease-in-out infinite; */
}

.shape.circle {
  width: 135px;
  height: 135px;
  top: 170px;
  left: 10%;
  background-image: url('./images/circle.svg');
}

.shape.circle-grey {
  width: 135px;
  height: 135px;
  top: 170px;
  left: 190px;
  background-image: url('./images/circle-grey.svg');
}

.shape.circle.small {
  width: 55px;
  height: 55px;
  top: 80px;
  left: 75%;
  background-image: url('./images/circle.svg');
}

.shape.triangle {
  width: 103px;
  height: 103px;
  top: 610px;
  left: 7%;
  transform: rotate(-20deg);
  background-image: url('./images/triangle.svg');
}

.shape.square {
  width: 90px;
  height: 90px;
  top: 740px;
  left: auto;
  right: 6%;
  transform: rotate(20deg);
  background-image: url('./images/square.svg');
}

.shape.squiggle {
  width: 80px;
  height: 30px;
  top: 280px;
  left: auto;
  right: 110px;
  transform: rotate(-5deg);
  background-image: url('./images/squiggle.svg');
}

.shape.squiggle-blue {
  width: 80px;
  height: 30px;
  top: 280px;
  left: auto;
  right: 110px;
  transform: rotate(-5deg);
  background-image: url('./images/squiggle2.svg');
}

.section.section-example-loan .shape.squiggle{
  width: 80px;
  height: 30px;
  top: 170px;
  right: 8%;
}

.section.section-example-loan .shape.square{
  width: 100px;
  height: 100px;
  bottom: 237px;
  left: 11%;
  top: 120px;
}

.section.section-example-loan .shape.circle-grey{
  width: 90px;
  height: 90px;
  bottom: 390px;
  left: 10%;
  top: auto;
}

.section.section-example-loan .shape.square.big{
  width: 110px;
  height: 110px;
  bottom: 150px;
  top: auto;
  left: auto;
  right: 3%;
}

.section.section-example-loan .shape.triangle{
  width: 210px;
  height: 390px;
  bottom: -100px;
  left: -40px;
}

/* Mobile Nav */

.full-nav{position: fixed; background-size: cover; background-position: center center; height: 100%; top: 0; left: 0; right: 0; display:block; visibility: hidden; opacity: 0; z-index: 100; transition: all 0.5s ease;}
.full-nav.open {visibility: visible; opacity: 1;}
.mobile-nav {height: 100%; z-index: 10; position: relative;}
.full-nav .menu{display:block; padding-top: 95px;}
.full-nav .menu li{display:block; margin:0 0 3px;}
.full-nav .menu li a{display:block; font-size: 18px; color: #fff; padding:6px 10px; text-align:center;}
.full-nav .menu li.apply a{color: #269dcd;}
.full-nav .menu li a:after{display:none;}

.mobile-nav .secure-site {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* Boxes */

.row-loans .col:nth-child(2) .box:after {
  content: '';
  position: absolute;
  top: -68px;
  left: 66px;
  width: 125px;
  height: 120px;
  background-size: cover;
  background-image: url('./images/mostpopular.svg');
}

.box {
  position: relative;
  padding: 45px 15px 50px 15px;
  text-align: center;
  color: #282b4b;
  background-color: #ecedf8;
  /*border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;*/
  border-radius: 40px;
}

.box-loans {
  margin-bottom: 15px;
  margin-top: 40px;
  position: relative;
}

/*
.box-loans:before {
  content: '';
  position: absolute;
  top: -75px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 114px;
  background-image: url('./images/jar.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
*/

.box-loans .loan-option {
  display: block;
  margin-bottom: 25px;
}

.box-loans .loan-option a {
  display: block;
  color: #282b4b;
  font-size: 50px;
}

/* Icon Blocks */

.icon-block {
  text-align: center;
  display: inline-block;
  width: 20%;
  margin: 15px 1%;
  vertical-align: top;
}

.icon-block-icon {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin-bottom: 20px;
}

.icon-block-icon img, .icon-block-icon svg {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 70px;
}

.icon-block h4 {
  font-size: 16px;
}

/* Loan Requirements */

.section-loan-requirements .shape.square{
  display: block;
  width: 60px;
  height: 60px;
  bottom: 400px;
  top: auto;
  left: 275px;
  right: auto;
}

.section-loan-requirements .shape.circle{
  display: block;
  width: 134px;
  height: 134px;
  top: 195px;
  bottom: auto;
  left: 130px;
  right: auto;
}

.section-loan-requirements .shape.circle.small{
  display: block;
  width: 65px;
  height: 65px;
  top: -5px;
  bottom: auto;
  left: 57%;
  right: auto;
}

.section-loan-requirements .shape.squiggle-blue{
  display: block;
  width: 80px;
  height: 30px;
  top: 450px;
  left: auto;
  right: 190px;
  transform: rotate(140deg);
}

.section-loan-requirements .shape.triangle{
  display: block;
  top: 720px;
  left: 40px;
}

.loan-requirements {
  padding-top: 55px;
  z-index: 25;
}

.page-content .loan-requirement-wrap{
  margin-bottom: 120px;
}

.loan-requirement-wrap {
  padding: 100px 135px;
  border-radius: 10px;
  box-shadow: 8px 14px 101px 0px rgba(28, 28, 28, 0.15);
  background-color: #f3f4ff;
  text-align: center;
}

.loan-requirement-wrap h3{
  padding: 0 50px;
}

.loan-requirement-list {
  margin-top: 50px;
  text-align: left;
}

.loan-requirement-list li {
  position: relative;
  font-size: 22px;
  padding-left: 80px;
  margin-bottom: 60px;
  text-align: left;
}

.loan-requirement-list li:before {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('./images/tick.svg'), #fff;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center center;
  border-radius: 10px;
}

/* Approximate */

.section-approximate {
  background-image: url('./images/pineapple-fade.jpg');
  background-size: cover;
  background-position: center top;
}

.approximate-wrap {
  text-align: center;
}

.approximate-price-pm {
  display: block;
  font-size: 90px;
  line-height: 90px;
  color: #33a4d1;
}

.approximate-pm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 235px;
  width: 235px;
  border-radius: 50%;
  border: 2px solid #33a4d1;
  margin: 0 auto 50px auto;
}

.page-content .approximate-pm-wrap {
  box-shadow: 2px 3px 65px 0px rgba(103, 108, 148, 0.2);
}

.approximate-pm-wrap h2 {
  margin: 0;
  font-size: 30px;
  color: #33a4d1;
}

.approximate-text {
  font-size: 28px;
  color: #33a4d1;
}

.approximate-terms p {
  font-size: 14px;
}

.approximate-terms p:last-child {
  margin-bottom: 0;
}

.header-icon-blocks {
  padding: 20px 0;
  border-top: 2px solid #fff;
  position: relative;
  margin: 50px 0 -70px;
  line-height: 1.4;
}

.header-icon-blocks .icon-block {
  margin: 15px 2%;
  width: 20%;
}

.header-icon-blocks .icon-block-icon {
  height: auto !important;
  line-height: 1.4 !important;
  width: auto;
  margin-bottom: 15px;
}

.header-icon-blocks .icon-block-icon img, .header-icon-blocks .icon-block-icon svg {
  height: 50px !important;
  max-height: 50px !important;
  width: auto !important;
  max-width: 100% !important;
}

.header-icon-blocks .icon-block-icon svg path {
  fill: #fff;
}

.header-icon-blocks .icon-block h4 {
  margin-bottom: 0;
}

.why-choose-us {
  margin-top: 40px;
  margin-bottom: 40px;
}

.why-choose-us.row {
  display: flex;
  flex-wrap: wrap;
}

.why-choose-us .col {
  margin-bottom: 30px;
}

.why-choose-us .wrap{
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 30px;
  border: 1px solid #d1d4ea;
  border-radius: 10px;
  text-align: center;
  transition: all 0.4s ease;
}

.why-choose-us .wrap:hover {
  box-shadow: 2px 3px 27px 0px rgba(198, 202, 228, 0.45)
}

.why-choose-us img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 40px;
}

.why-choose-text {
  padding: 0 23px;
  display: block;
  font-size: 20px;
}

/* Example Loan Table */

.example-loan {

}

.example-loan-wrap {
  display: flex;
}

.page-content .example-loan-wrap {
  flex-wrap: wrap;
}

.page-content .example-loan-wrap {
  margin: 60px 0;
  text-align: center;
}

.example-loan-table {
  width: 50%;
  border-right: 1px solid #d9dbed;
}

.example-loan-table:last-child {
  border-right: none;
}

.page-content .example-loan-table {
  width: 100%;
  margin-bottom: 50px;
  border-right: none;
}

.example-loan-table li:last-child {
  border-bottom: none;
}

.page-content .example-loan-table:last-of-type {
  border-right: none;
}

.example-loan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px solid #d9dbed;
}

.page-content .example-loan-row {
  text-align: center;
}

.example-loan-title {
  display: block;
  padding: 15px 0 25px 0;
  font-size: 18px;
  color: #2596cf;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #d9dbed;
}

.example-loan-text {
  display: inline-block;
  color: #3a3b48;
  padding: 25px 0 30px 25px;
}

.example-loan-percent {
  display: inline-block;
  color: #4b347b;
  font-weight: 700;
  padding: 25px 45px 30px 45px;
  border-left: 1px solid #d9dbed;
}

.page-content .example-loan-percent, .page-content .example-loan-text {
  width: 50%;
}

/* Testimonials */

.testimonials{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0;
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  flex: 1 0 auto;
  flex-direction: column;
}

.owl-carousel .flex-text {
  flex-grow: 1;
}

.testimonial {
  font-size: 24px;
  padding: 15px;
  position: relative;
  margin-bottom: 40px;
}

.testimonial-author {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
}

.testimonial-author span{
  display: block;
  margin: 30px 0;
  font-size: 16px;
}

.testimonial-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}

.testimonial-wrap {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 345px;
  padding: 50px 30px;
  color: #fff;
  border-radius: 10px;
}

.testimonial-wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.owl-item:nth-child(1n+1) .testimonial .testimonial-wrap:after, .testimonial:nth-child(1n+1) .testimonial-wrap:after {
  border-top: 20px solid rgba(232,121,105,1);
}

.owl-item:nth-child(2n+2) .testimonial .testimonial-wrap:after, .testimonial:nth-child(2n+2) .testimonial-wrap:after {
  border-top: 20px solid rgba(144,131,242,1);
}

.owl-item:nth-child(3n+3) .testimonial .testimonial-wrap:after, .testimonial:nth-child(3n+3) .testimonial-wrap:after {
  border-top: 20px solid rgba(255,107,180,1);
}

.owl-item:nth-child(1n+1) .testimonial .testimonial-wrap, .testimonial:nth-child(1n+1) .testimonial-wrap {
  background: linear-gradient(to bottom, rgba(244,192,141,1) 0%,rgba(232,121,105,1) 85%);
}

.owl-item:nth-child(2n+2) .testimonial .testimonial-wrap, .testimonial:nth-child(2n+2) .testimonial-wrap {
  background: linear-gradient(to bottom, rgba(107,163,255,1) 0%,rgba(144,131,242,1) 100%);
}

.owl-item:nth-child(3n+3) .testimonial .testimonial-wrap, .testimonial:nth-child(3n+3) .testimonial-wrap {
  background: linear-gradient(to bottom, rgba(168,131,242,1) 0%,rgba(255,107,180,1) 100%);
}

.testimonial-wrap p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

.testimonial .author {
  margin: 0;
  padding-top: 30px;
  display: block;
}

/* Row Table */

.row-flex {
  display: flex;
}

.row-column {
  flex-direction: column;
}

.row-table {
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
}

.row-table .table-row {
  border-bottom: 1px solid #e2e2e2;
}

.row-table .table-row .col {
  padding: 20px;
}

.row-table .table-row .pink {
  font-weight: 600;
}

.row-table .table-row:last-child .col {
  border-bottom: none;
}

.row-table .table-head {
  font-weight: 600;
}

.row-table .table-head img {
  height: 30px;
}

/* Feefo */

.feefo {
  margin: 30px auto;
  padding: 50px 0;
  display: block;
  text-align: center;
  width: 290px;
  border-top: 1px solid #cccee4;
}

.feefo img {
  width: 95px;
  margin-right: 15px;
  display: inline-block;
}

.feefo .feefo-light {
  display: none;
}

.section-dark .feefo .feefo-light, .page-banner .feefo .feefo-light {
  display: inline-block;
}

.section-dark .feefo .feefo-dark, .page-banner .feefo .feefo-dark {
  display: none;
}

.feefo-content {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}

.feefo-content p {
  margin: 0;
  line-height: 1.2;
  font-size: 11px;
}

/* Secure Site */

.secure-site {
  padding: 10px 0;
  display: block;
  text-align: center;
}

.secure-icon {
	width: 50px;
  margin-bottom: 20px;
	display: inline-block;
  align-self: center;
}

.section-secure-site .secure-icon-text {
  font-size: 16px;
}

.page-content .secure-icon {
  width: 70px;
  margin-bottom: 10px;
}

.secure-icon-wrap {
  display: flex;
  justify-content: center;
  min-height: 100px;
}

.secure-icon-text {
  font-size: 14px;
  display: block;
	margin: 0 auto;
  line-height: 1.2;
}

.page-content .secure-icon-text {
  font-size: 21px;
}

.secure-content ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-content .secure-content ul {
  flex-wrap: wrap;
}

.secure-content ul li{
  display: inline-block;
  width: 25%;
	text-align: center;
}

.page-content .secure-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  padding: 50px;
  border-right: 1px solid #cccee4;
  border-bottom: 1px solid #cccee4;
}

.page-content .secure-content ul li:nth-child(2) {
  border-right: none;
}

.page-content .secure-content ul li:nth-child(3) {
  border-bottom: none;
}

.page-content .secure-content ul li:nth-child(4) {
  border-right: none;
  border-bottom: none;
}

.secure-content.inline {
  padding-top: 40px;
  color: #fff;
}

.secure-content.inline ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.secure-content.inline .secure-icon {
  margin: 0;
  background-size: 40px;
}

.secure-content.inline .secure-icon-text {
  margin: 0;
  padding-left: 10px;
}

.secure-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.page-banner .secure-icon, .section-dark .secure-icon {
  border-color: #fff;
}

/* Process */

.process {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: center;
  margin: 50px 0 0;
}

.process-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 130px;
  height: 185px;
}

.process-block:nth-child(odd) {
  margin-bottom: 250px;
}

.process-block:nth-child(even) {
  margin-top: 250px;
}

.process-block:nth-child(even) .process-block-content span {
  margin: 10px auto 0 auto;
}

.process-block:nth-child(even) .process-wrap {
  flex-direction: column-reverse;
  display: flex;
}

.process-block:before {
  content: '';
  position: absolute;
  top: calc(50%);
  left: 50%;
  height: 290px;
  width: 1px;
  background-color: #fff;
  transform-origin: top left;
  transition: all 0.4s ease;
}

.page-content .process-block:before {
  background-color: #000;
}

.process-block:nth-child(odd):before {
  transform: rotate(-45deg);
}

.process-block:nth-child(even):before {
  transform: rotate(-135deg);
}

.process-block:nth-child(5):before {
  display: none;
}

.process-block .process-block-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(77,46,120,1) 0%,rgba(54,123,158,1) 100%);
  z-index: 25;
}

.process-block img, .process-block svg {
  height: 60px;
  width: auto;
  max-width: 45px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.process-block-content {
  overflow: hidden;
}

.process-block-content span {
  display: block;
  max-width: 65%;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 10px auto;
}

.process-block-content p {
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}

.section-dark .process-block svg path, .page-banner .process-block svg path {
  fill: #fff;
}

.footer-fca {
  background: linear-gradient(to bottom, rgba(44,49,80,1) 0%,rgba(49,65,109,1) 100%);
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 50;
}

.footer-fca.active {
  bottom: 0;
}

.footer-fca p {
  margin-bottom: 5px;
}

/* .page-content .process {
  margin: 50px 0 80px;
} */

.page-content .process-block {
  border-color: #494a4c;
  /* padding-bottom: 70px; */
}

.page-content .process-block:after {
  background: #494a4c;
}

.page-content .process-block:nth-child(odd):before {
  transform: rotate(-35deg);
}

.page-content .process-block:nth-child(even):before {
  transform: rotate(-145deg);
}

.page-content .process-block-content h4 {
  color: #fcc03c;
}

/* Loan List */

.loan-list-pineapple {
  display: block;
  position: absolute;
  top: -250px;
  right: 15%;
  max-width: 15%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loan-list .loan-list-item {
  display: block;
  padding: 20px 0;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #fff;
  background: #2b2e4b;
  transition: none;
}

.loan-list .col:last-child .loan-list-item{margin-bottom: 0;}

.loan-list .loan-list-item:hover {
  background: linear-gradient(to right, rgba(70,46,111,1) 0%,rgba(52,108,141,1) 100%);
}

/* Responsible Borrowing */

.section-responsible-borrowing .shape.square{
  width: 60px;
  height: 60px;
  top: 90px;
  left: 110px;
  right: auto;
}

.section-responsible-borrowing .shape.circle{
  width: 260px;
  height: 260px;
  bottom: -120px;
  top: auto;
  left: 490px;
  right: auto;
}

.section-responsible-borrowing .shape.squiggle{
  width: 80px;
  height: 30px;
  top: 650px;
  left: auto;
  right: 60px;
  transform: rotate(140deg);
}

.section-responsible-borrowing .shape.triangle{
  top: 720px;
  left: 40px;
}

.responsible-borrowing .content {
  z-index: 30;
  position: relative;
  text-align: left;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.responsible-borrowing .content p {
  line-height: 23px;
}

/* Loan Guides */

.guide-lists {
  display: flex;
}

.home .guide-lists {
    margin-bottom: 80px;
}

.guide-list {
  display: flex;
  height: 100%;
  padding: 40px;
  background-color: #dfe1f4;
  border-radius: 10px;
}

.guide-list ul {
  text-align: left;
}

.guide-list li {
  position: relative;
}

.guide-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  height: 10px;
  width: 9px;
  background-size: cover;
  background-image: url('./images/double-chevron.svg');
}

.guide-list li a {
  display: inline-block;
  padding-left: 20px;
  color: #3a3b48;
}

.guide-list li a:hover {
  color: #259ece;
}

/* Apply Intro */

.page-content .apply-form-container {
  text-align: center;
  background: linear-gradient(to bottom, rgba(44,49,80,1) 0%,rgba(49,65,109,1) 100%);
  padding: 60px 30px 80px;
  margin: 65px 0;
  border-radius: 10px;
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.12);
}

.apply-input {
  position: relative;
  height: 52px;
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  color: #494a4c;
  display: inline-block;
  vertical-align: middle;
}

.apply-input-select {
  position: relative;
  width: 100%;
}

.apply-form-wrap .apply-input select{height:52px; width:100%; line-height: 52px; border:none; text-align:center; font-size:30px; background:none; font-family:"Varela Round", sans-serif; display:inline-block; vertical-align:middle; appearance: none;-webkit-appearance: none; -moz-appearance: none; text-align-last:center; direction: rtl;}

.apply-input-select.dob {
  width: calc(33% - 3px);
  height: 52px;
  float: left;
  margin-right: 12px;
  position: relative;
}

.apply-input-select.time-address {
  width: calc(50% - 7px);
  height: 52px;
  float: left;
  margin-right: 14px;
  position: relative;
}

.apply-input-select.time-address:last-of-type {
  margin-right: 0;
}

.warning-text {
  margin-top: 10px;
}

.apply-input-select.full {
  width: 100%;
}

.apply-input-select.dob:last-of-type {
  margin-right: 0;
}

.apply-input .amount-change {
  width: 50px;
  height: 52px;
  position: absolute;
  left: -2px;
  line-height: 55px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-size: 20px;
  background: #1a9ccf;
	text-align: center;
  display: inline-block;
  -webkit-touch-callout: none;
}

.apply-input .amount-change.amount-plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  left: auto;
  right: -2px;
  top: 0;
}

.apply-input .amount-change:hover {
    background: #46486a;
    color: #fff;
}

.apply-input input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 52px;
  width: 117px;
  border: none;
  text-align: center;
  font-size: 30px;
  background: none;
  display: inline-block;
  vertical-align: middle;
}

.apply-form .approval-text {
  position: absolute;
  top: 55px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: block;
  font-size: 14px;
  text-align: center;
}

.apply-form .approval-text a {
    color: #fff;
}

.apply-form .approval-text a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.apply-input select.form-control {
  border: none;
  box-shadow: none !important;
  height: 52px;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 10px;
}

.apply-input-select:before {
  content: '';
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  left: auto;
  right: 0px;
  width: 50px;
  height: 52px;
  position: absolute;
  line-height: 52px;
  color: #fff;
  background: #46486a;
  text-align: center;
  display: inline-block;
  pointer-events: none;
}

.apply-input-select:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  pointer-events: none;
}

.apply-form .btn {
  display: inline-block;
  font-size: 17px;
}

.apply-form .apply-form-link {
  margin: 30px 0 0;
  font-size: 14px;
}

.apply-form .apply-form-link a {
  text-decoration: underline;
  color: #999;
}

.apply-form .apply-form-link a:hover {
  text-decoration: none;
}

.page-content .apply-form-container h3 {
  color: #fff;
}

.container-loading {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}

.container-loading .fa {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: -25px 0 0 -25px;
  color: #FCC03C;
  font-size: 30px;
  z-index: 9;
}

.cta {
  text-align: center;
  margin: 50px 0;
}

.cta h3 {
  margin: 0 50px !important;
  display: inline-block;
  vertical-align: middle;
}

.cta .btn {
  width: 250px;
}

/* GFORMS */

.gform_fields {
  padding: 0;
  list-style: none;
  margin: 0 -5px !important;
  clear: both;
}

.gform_title {
  text-transform: uppercase;
  color: #333;
}

.gform_description {
  margin: 0 0 20px;
  display: block;
}

.gfield {
  margin: 0 0 20px !important;
  float: left;
  width: 50%;
  background: none !important;
  padding: 0 5px !important;
}

.gfield.wide {
  width: 100%;
}

.gfield:before, .gfield li:before {
  display: none;
}

.gfield ul li {
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gfield_label {
  color: #494a4c;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.gfield_description {
  font-size: 12px;
  margin: -5px 0 10px;
}

.hide-label .gfield_label {
  display: none;
}

.gfield_error input, .gfield_error textarea, .gfield_error select, .gfield_error .selector span {
  border-color: #E9406B !important;
}

.gfield .medium {
  width: 100%;
  height: 50px;
  color: #666;
  background: #fff;
  padding: 8px 15px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.gfield .textarea {
  height: 140px;
  padding: 15px;
  resize: none;
}

.gfield select.medium {
  width: 100%;
}

.gfield .gfield_radio {
  margin: 0 !important;
}

.gfield .gfield_radio li {
  padding: 8px 25px 0 0 !important;
  margin: 0;
  display: inline-block;
}

.gfield .gfield_radio li input {
  margin-right: 8px;
}

.gfield .gfield_radio li label {
  padding-top: 2px;
  display: inline-block;
  font-weight: 400;
}

.gfield .gfield_checkbox {
  margin: 0 0 20px !important;
}

.gfield .gfield_checkbox li {
  padding: 8px 25px 0 0 !important;
  margin: 0 0 15px;
  display: inline-block;
}

.gfield_checkbox input {
  margin-right: 10px;
}

.gform_drop_area {
  background: none;
  padding: 25px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 10px;
}

.gform_drop_area .button {
  margin-left: 10px;
}

.gform_footer br {
  display: none;
}

.gfield_required {
  color: #E9406B;
  padding: 0 0 0 3px;
}

.validation_message, .validation_error {
  display: none;
}

.gform_ajax_spinner {
  display: none;
}

.gform_validation_container {
  display: none;
}

.gform_hidden {
  display: none;
}

.gform_footer, .gform_page_footer {
  clear: both;
}

.box-contact .gform_footer .button {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
}

.box-contact .gform_footer .button:after {
  display: none;
}

/* Form Template */

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.page-template-template-form, .page-template-template-form-2 {
  padding-bottom: 0px;
  background-color: #ecf0fe;
}

.form-section {
  min-height: 100vh;
  line-height: 100vh;
  padding: 0;
  background-color: #ecf0fe;
}

.form-section.form-section-apply  {
  line-height: 70vh;
}

.form-section .btn {
  padding: 0 25px;
}

.form-section-inner {
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 80px 0;
}

/* .form-section-inner .apply-form {margin-bottom: 40px;} */

.form-section-conditional {
  display: none;
}

.form-section h3 {
  margin-bottom: 50px;
}

.form-section h3+p {
  margin-top: -40px;
  margin-bottom: 50px;
}

.form-section .btn-next {
  text-align: center;
  margin-top: 60px;
  min-width: 170px;
  background-color: #46486a;
}

.page-template-template-form-php .form-section .btn-next {
    height: 60px;
}

.btn-next.btn-loading { padding-right: 65px !important; }

.form-section .btn-next:after {
  display: none;
}


.form-section .checkbox-tick input{visibility:hidden;height:0;width:0;}
.form-section .checkbox-tick label {display:inline-block;}
.form-section .checkbox-tick label:before{content:""; background: #ddd; border-radius:50px;font-family:'FontAwesome'; text-align:center; color: #fff; font-size:14px; width:25px; height:25px; line-height:25px; display:inline-block; vertical-align:middle; color:#fff; }
.form-section .checkbox-tick input:checked + label:before{content:"\f00c"; background:#46486a;}
.form-section .checkbox-tick p { margin-top: 0px; }

.form-logo {
  display: block;
  margin: 50px auto 30px auto;
  max-width: 200px;
}

.form-group {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}

.form-group-center {
  text-align: center;
}

.form-group-center .checkbox, .form-group-center .radio {
  display: inline-block;
  text-align: center;
}

.form-group label {
  font-weight: 400;
  display: block;
}

.form-group p {
  margin-top: 26px;
  color: #999;
  line-height: 1.7;
}

.form-control {
  height: 52px;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}

select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background:#fff url(images/select-arrow.png) no-repeat 100% 50%;
  background-size: 30px;
}

.form-group-icon:before {
  content: "\f003";
  font-family: 'FontAwesome';
  position: absolute;
  left: 17px;
  top: 46px;
  font-size: 18px;
  color: #555;
  z-index: 20;
}

.form-group-icon .form-control {
  padding-left: 47px;
}

.form-group-pound:before {
  content: "\f154";
}

.form-group-mobile:before {
  content: "\f10b";
}

.form-group-phone:before {
  content: "\f095";
}

.form-group-home:before {
  content: "\f015";
}

.form-group-briefcase:before {
  content: "\f0b1";
}

.form-group-calendar:before {
  content: "\f073";
}

.form-group-halves select {
  width: 100%;
  margin-right: 2%;
  float: left;
}

.form-group-halves select:last-child, .form-group-halves select.last {
  margin-right: 0;
}

.form-group-thirds select {
  float: left;
}

.form-group-thirds select:last-of-type {
  margin-right: 0;
}

.form-section .checkbox label {
  padding-left: 30px;
}

.form-section .checkbox label:before {
  content: "\f096";
  font-family: 'FontAwesome';
  margin-right: 10px;
  margin-top: -4px;
  font-size: 22px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
  position: absolute;
  left: 0px;
}

.form-section .checkbox input:checked+label:before {
  content: "\f14a";
  color: #46486a;
}

.form-section .checkbox input {
  visibility: hidden;
}

.form-section-locked {
  opacity: 0.2;
  position: relative;
}

.form-section-hidden {
  display: none;
}

.form-section-locked:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-template-template-form .footer-fca {
    display: none !important;
}

.form-section-apply h2 {
  font-size: 32px;
}

.form-section-apply h3 {
  font-size: 22px;
  font-family: 'Noto Sans', sans-serif;
}

.form-section-apply p.lead {
  margin-bottom: 60px;
}

.form-section-apply .btn-next {
  clear: both;
  display: inline-block;
  line-height: 52px;
  margin: 0 auto 0;
  padding: 0;
}

.page-template-template-form-2 .form-with-value .apply-input {
    display: none;
}

.page-template-template-form-2 .form-with-value .form-section-apply .apply-input-select {
    display: inline-block;
    margin: 0 !important;
}

.form-section-apply .apply-input {
  margin-bottom: 20px;
  margin-right: 15px;
}

.page-template-template-form .icon-blocks {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 20px;
}

.page-template-template-form .icon-block-icon {
  width: 70px;
  height: 70px;
  line-height: 66px;
}

.page-template-template-form .icon-block-icon img {
  max-height: 50%;
}

.form-footer {
  color: #999;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
}

.page-template-template-form-simple .form-footer {
    background: #ECEEFF;
}

.form-footer a {
  color: #666;
}

.icon-choice label {
  padding: 35px 10px 10px;
  text-align: center;
  display: block;
  height: 160px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 0 20px;
  position: relative;
}

.icon-choice label .icon-choice-icon {
  margin-bottom: 15px;
}

.icon-choice label .icon-choice-number {
  line-height: 60px;
  font-size: 65px;
  font-weight: 700;
}

.icon-choice label img {
  height: 60px;
}

.icon-choice label .icon-choice-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.icon-choice input {
  display: none;
}

.icon-choice label:hover {
  box-shadow: 3px 4px 25px 0px rgba(198, 201, 221, 0.5);
}

.icon-choice input:checked+label {
  box-shadow: inset 0 0 0 3px #46486a;
  border-color: #46486a;
}

.checkbox-manual-address label {
  color: #999;
}

.progress {
  position: fixed;
  bottom: -21px;
  left: 0;
  width: 100%;
  background-color: #282b46;
  margin: 0;
  text-align: center;
  height: 21px;
  border-radius: 0;
  z-index: 8;
}

.progress .btn {
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 1;
}

.progress-bar {
  background-color: #259ece;
}

.percentage-complete {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  line-height: 100px;
}

.percentage-logo {
  display: none;
  position: absolute;
  top: 50px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

.progress.shown {
  bottom: 0;
  overflow: hidden;
  z-index: 999999;
}

.progress.complete {
  height: 100%;
  transition-duration: 1.4s;
}

.progress.complete .btn {
  display: none;
}

.progress.complete .percentage-complete {
  font-size: 18px;
}

.progress-loading {
  opacity: 0;
}

.progress.complete .progress-loading-content {
    display: block;
}

.progress-loading-content {
    color: #fff;
    z-index: 999;
    display: none;
}

.progress-loading-content .loading-titles {
    margin: 40px auto;
}

.progress-loading-content .loading-titles li {
  font-size: 22px;
}

.progress.complete .progress-loading {
  opacity: 1;
  transition-delay: 0.4s;
}

.progress-loading-content {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -180px;
  width: 100%;
  text-align: center;
}

.progress-image {
    position: relative;
    max-width: 100px;
    z-index: 999999;
}

.progress-loading-content h4 {
  color: #fff;
  display: none;
}

.progress-loading .wdt-loading-screen {
  background: none;
}

.progress.complete .progress-bar {
    background: #282b46;
}

.wdt-loading-phrases { margin-top: 70px; }

.progress-loading .wdt-loading-phrases:before {
  background: rgba(40, 43, 70, 1);
  background: -moz-linear-gradient(top, rgba(40, 43, 70, 1) 0%, rgba(40, 43, 70, 0) 50%, rgba(40, 43, 70, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40, 43, 70, 1)), color-stop(50%, rgba(40, 43, 70, 0)), color-stop(100%, rgba(40, 43, 70, 1)));
  background: -webkit-linear-gradient(top, rgba(40, 43, 70, 1) 0%, rgba(40, 43, 70, 0) 50%, rgba(40, 43, 70, 1) 100%);
  background: -o-linear-gradient(top, rgba(40, 43, 70, 1) 0%, rgba(40, 43, 70, 0) 50%, rgba(40, 43, 70, 1) 100%);
  background: -ms-linear-gradient(top, rgba(40, 43, 70, 1) 0%, rgba(40, 43, 70, 0) 50%, rgba(40, 43, 70, 1) 100%);
  background: linear-gradient(to bottom, rgba(40, 43, 70, 1) 0%, rgba(40, 43, 70, 0) 50%, rgba(40, 43, 70, 1) 100%);
}

.wdt-loading-phrase { padding-left: 0; }
.progress-loading .wdt-loading-phrase:before,
.progress-loading .wdt-loading-phrase:after { display: none; }

.wdt-loading-phrase { color: #fff; }

.progress-loading .wdt-loading-phrase:before {
  border-color: #fff;
  background: #fff;
}

.progress-loading .wdt-loading-phrase:after {
  border-color: #FCC03C;
}

.divider-title {
  font-size: 18px;
  margin: 10px 0 40px;
  position: relative;
}

.divider-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #c3c7e1;
}

.divider-title span {
  position: relative;
  padding: 0 60px;
  font-family: 'Noto Sans', sans-serif;
  background: #ecf0fe;
}

/* Before You Go */

.before-you-go {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.before-you-go.in {
  opacity: 1;
  visibility: visible;
}

.before-you-go .content {
  padding-top: 50px;
}

.before-you-go .content p {
  padding: 0 145px;
  font-size: 30px;
  line-height: 40px;
}

.before-you-go h1 {
  padding: 0 155px;
  margin: 0 auto 20px auto;
}

.before-you-go .wrap {
  display: flex;
  position: relative;
  width: 630px;
  height: 630px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ecedff;
  box-shadow: 2px 3px 87px 0px rgba(0, 0, 0, 0.19);
}

.before-you-go ul {
  margin: 0 auto 40px auto;
  max-width: 55%;
  text-align: left;
}

.before-you-go ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 18px;
  color: #3a3b48;
}

.before-you-go ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url('./images/circle-tick.svg');
}

.before-you-go .pineapple {
  position: absolute;
  bottom: 35px;
  left: -115px;
  max-width: 230px;
  transform: rotate(-11deg);
}

.before-you-go .btn {
  display: block;
  margin: 0 auto;
  width: 175px;
}

.before-you-go .close {
  position: absolute;
  top: 60px;
  right: 90px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #289bcd;
  box-shadow: 2px 1px 10px 0px rgba(0, 0, 0, 0.29);
  opacity: 1;
}

.before-you-go .close:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('./images/cross.svg');
}

.before-you-go .btn-close {
  display: inline-block;
  margin: 40px 0;
  text-underline-position: under;
  text-decoration: underline;
  color: #282b46;
}


/* Form Template Simple */

.page-template-template-form-simple .form-header {
        background: #3D3C5E;
        color: #fff;
}

@media only screen and ( max-width: 991px ) {
    .page-template-template-form-simple #wrapper-simple #header .slope {
        display: block;
        height: 50px;
    }

    .page-template-template-form-simple .inner-page-wrapper {
        background-color: #fff;
        background-image: linear-gradient(top, #e6f6fd 0%, #fff 300px);
        background-image: -moz-linear-gradient(top, #e6f6fd 0%, #fff 300px);
        background-image: -webkit-linear-gradient(top, #e6f6fd 0%, #fff 300px);
    }
}

.page-template-template-form-simple .form-footer.form-section {
    min-height: 0;
    padding: 0;
}

.page-template-template-form-simple .section.form-footer {
    padding-top: 0;
}

.form-section-simple {
    padding-top: 40px;
    padding-bottom: 0;
}

@media ( min-width: 767px ) {
    .form-section-simple .col-sm-6 {
            width: 55%;
    }
    .form-section-simple label.col-sm-6 {
            width: 45%;
    }
}

.validation-message {
    display: none;
    background: #e80d54;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-size: 12px;
    margin: 20px 15px 30px 15px;
    clear: both;
    position: relative;
    top: 10px;
    border-radius: 5px;
}

@media ( max-width: 766px ) {
    .validation-message {
        top: -10px;
        margin-bottom: 0;
    }
}

.form-section-simple .divider-title { margin: 50px auto 0px auto; padding: 15px 20px; border-radius: 5px 5px 0 0; text-align: center; color: #fff; background:#2B96C9; font-size:16px; font-weight: 700; max-width: 750px; }
.form-section-simple .divider-title:before { display: none; }
.form-section-simple .divider-title span{padding: 0 20px;}
.form-section-simple .divider-title + p { line-height: 1.4; color:#e9406b; font-size: 14px; margin: -15px 0 40px;}
.form-horizontal label{font-family: "Open Sans", sans-serif;}
.form-horizontal label small{display: block; color:#2B96C9; font-size: 14px;}
label.manual-address { display: block; margin-top: 6px; color:#464646; }
label.manual-address:hover { cursor: pointer; color: #E9406B; }

.form-horizontal .form-group{margin-bottom: 25px;}
.form-horizontal .form-control{height: 50px; font-size: 16px; background-color: #f0f0f0; border-width:1px; box-shadow:none; border: 1px solid #a3a3a3; }
.form-horizontal input.form-control{padding-right: 30px;}
.form-horizontal .form-control:focus { border-color:#585858 !important; }
.form-horizontal .valid .form-control{border-color: #64b97c;}
.form-horizontal .invalid .form-control{border-color: #d64651;}

/*.form-horizontal .valid:after, .form-horizontal .invalid:after{content:"\f00c"; font-family:'FontAwesome'; position: absolute; top: 17px; right: 25px; line-height: 1; color: #64b97c;}*/

/*.form-horizontal .invalid:after{content:"\f00d"; color: #d64651;}*/

.form-horizontal .control-label {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #424242;
}

.form-horizontal .control-label small {
    font-weight: normal;
}

@media (max-width: 600px){
    .form-horizontal .control-label {
        text-align: center;
        display: block;
        margin: 0 0 10px 0;
    }
}

@media (min-width: 768px){
    .form-horizontal .control-label{padding-top: 14px;}
}
.form-horizontal .input-group-addon { border-width: 1px; border-color:#a3a3a3; background-color: #f2f2f2; padding-left: 8px; padding-right: 8px;}

.form-section-simple-intro p.loan-of {
        margin-bottom: 10px;
}

.form-section-simple-intro, .form-section-simple-intro p { font-family: 'Rubik', sans-serif;  letter-spacing: 2px; color: #383838; font-size: 18px; line-height: 22px; }
.form-section-simple-intro p select {
    width: auto;
    min-width: 160px;
    display: inline;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 3px;
    box-shadow: none !important;
    border: 1px solid #bfbfbf;
    margin: 5px ;
    padding-right: 30px;
    padding: 10px 30px 10px 20px;
    font-size: 18px;
    position: relative;
}

.form-section-simple-intro select.form-control {
    background:#fff url(images/select-arrow.png) no-repeat 100% 50%;
    background-size: 30px;
    background-position: 91% 50%;
}

.form-section-simple .form-control {
    border-radius: 3px;
}

@media ( max-width: 600px ) {
    .form-section-simple-intro p.loan-of {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .form-section-simple-intro p select {
        display: block;
        margin: 20px auto;
    }
}

.form-section-simple-intro p select:hover { cursor: pointer; }
.form-section-simple-intro p select:focus{border-color: #2B96C9;}
.form-section-simple-intro p br{display: none;}
.form-section-simple-intro h3 span { color: #2B96C9; font-weight:500; }

.form-group-wrap {
    border-radius: 0 0 5px 5px;
    background: #fff;
    margin: 0 auto 30px auto;
    padding: 30px 30px 10px 30px;
    max-width: 750px;
}

@media ( max-width: 600px ) {
    .form-group-wrap {
        padding: 20px 10px 5px 10px;
    }
}

.form-simple-icon-blocks.icon-blocks { padding: 0; margin: 30px auto 50px auto; max-width: 900px; border: none; display: flex; justify-content: center; }

.form-simple-icon-blocks .icon-block {
    display: flex;
    width: 31%;
    margin: 0 1%;
    padding-left: 60px;
    align-items: center;
    text-align: left;
    flex-direction: column;
    position: relative;
 }

.form-simple-icon-blocks .icon-block .icon-block-icon { text-align: center; margin: 0 0 10px 0; flex-shrink: 0; width: 40px; height: 40px; line-height: normal; position: absolute; top: 0; left: 0; }
.form-simple-icon-blocks .icon-block h4 { font-size: 13px; margin: 0; color: #fff; }
.form-simple-icon-blocks .icon-block-icon img { max-height: 40px; max-width: 100%; }

@media ( max-width: 600px ) {
    .form-simple-icon-blocks .icon-block-2 {
        display: none;
    }

    .form-simple-icon-blocks .icon-block {
        width: 47%;
        margin: 0 1%;
    }
}


.page-template-template-form-simple .header {
        padding: 20px 0;
        margin: 0;
        background: #fff;
}

.page-template-template-form-simple #header {
    position: static;
}

@media ( max-width: 990px ) {
    #header .header a.btn {
        display: none !important;
    }
}

.form-col-half, .form-col-thirds{display: flex; flex-wrap:wrap; padding: 0 10px; margin-bottom: -10px;}
.form-col-half > *, .form-col-thirds > *{margin: 0 4px 10px; flex-basis: calc(50% - 10px);}
.form-col-thirds > *{flex-basis: calc(33.3% - 10px);}

.form-horizontal .form-group-icon:before{top:15px; left: 27px;}
.form-horizontal .form-group-icon .form-control{padding-left: 30px;}

.field-choice input{display: none;}
.field-choice label.form-control{cursor: pointer; font-size: 14px; line-height: 1.2; display: flex; align-items: center; padding-left: 35px; padding-right: 4px; position: relative; margin: 0;}
.field-choice label.form-control:hover{border-color:#d2d2d2;}
.field-choice label.form-control:before{content:""; position: absolute; top: 15px; left: 8px; width: 20px; height: 20px; border: 2px solid #b2b2b2; border-radius: 50%;}
.field-choice label.form-control:after{content:""; position: absolute; top: 20px; left: 13px; width: 10px; height: 10px; background:#e9406b; border-radius: 50%; transition: all 0.6s ease; opacity: 0;}
.field-choice input:checked + label.form-control{border-color: #64b97c;}
.field-choice input:checked + label.form-control:after{opacity: 1;}

.form-section-simple .form-footer { padding-top: 0px; font-size: 13px; max-width: 750px; margin-left: auto; margin-right: auto; }
.form-section-simple .form-footer p{line-height: 1.4; margin-bottom: 20px;}
.form-section-simple .form-footer p a{color:#1ba8c7; }
.form-section-simple .form-footer p a:hover{text-decoration: underline;}
.form-section-simple .checkbox-tick input:checked + label:before{background-color: #ddd; color: #2B96C9;}
.form-section-simple .btn {border-radius: 5px; text-align: center;}
.form-section-simple .btn-form-complete{ font-weight: 700; padding: 15px 20px; width:100%; max-width: 340px; letter-spacing: 1px; }

.form-section-simple .btn-form-complete small {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0;
    font-weight: 400;
    height: auto !important;
}

.form-section-simple .btn-form-complete[disabled] {
    background-color: #E9406B;
    border-color: transparent;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.form-section-simple .btn-form-complete:after{display: none;}


.form-section-simple .form-group-postcode .btn,
.form-section-simple .form-group-postcode .btn.btn-loading,
.form-section-simple .form-group-postcode .btn:active,
.form-section-simple .form-group-postcode .btn:focus  {
    position: absolute; top: 5px; right: 20px; height: 40px; font-size: 12px; padding: 10px 30px; border: none;
}

.form-section-simple .form-group-postcode .btn.btn-loading:after { font-size: 18px; margin-top:-8px; }
.form-section-simple .form-group-postcode .btn:active, .form-section-simple .form-group-postcode .btn:focus { background-color: #C9204B; border-color: transparent; color: #fff; }
.form-section-simple .form-group-postcode p{margin-top: 5px;}
.form-section-simple .form-group-postcode p a{color: #494A4C;}
.form-section-simple .form-group-postcode p a:hover{text-decoration: underline;}

.page-template-template-form-simple #wrapper-simple .header:after {
    display: none;
}

.page-template-template-form-simple .header .col-md-8 {
    display: none;
}

.page-template-template-form-simple .header .col-md-4 {
    width: 100%;
    text-align: center;
}

.form-section-simple .form-group-wrap > p {
    line-height: 1.4;
    color: #2B96C9;
    font-size: 14px;
    margin: 0px 0 40px;
}

/* Sidebar */

.sidebar {
  /* margin-top: 50px; */
}

.widget {
  margin-bottom: 50px;
}

.widget:last-child {margin-bottom: 0;}

.widget-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.widget .menu {
  position: relative;
  text-align: left;
}

.widget .menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #d3d6ed;
}

.widget .menu-item {
  position: relative;
}

.widget .menu .current_page_item:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #2596cf;
}

.widget .menu .sub-menu .current_page_item:before {
  left: -15px;
}

.widget .menu>li>a {
  position: relative;
  display: block;
  padding: 5px 15px 5px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #3a3b48;
}

.widget .menu>li>a.sub-shown, .widget .menu>li.current-menu-parent>a, .widget .menu>li.current-menu-item>a {
  padding-bottom: 10px;
  color: #2596cf;
}

.widget .menu>li ul {
  padding: 0 15px;
  display: none;
}

.widget .menu>li ul li {
  margin-bottom: 15px;
  font-size: 14px;
}

.widget .menu li ul li:last-child {
  margin-bottom: 20px;
}

.widget .menu>li ul li a {
  color: #494a4c;
}

.widget .menu>li ul li a:hover {
  color: #2596cf;
}

.widget .menu>li ul li.current-menu-item a {
  font-weight: 600;
}

.widget .menu>li.current-menu-parent ul, .widget .menu>li.current-menu-item ul {
  display: block;
}

.widget-apply-img {
  padding-top: 65%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-apply {
  position: relative;
}

.widget-apply-inner {
  position: relative;
  padding: 35px;
  background-color: #2b2e4b;
}

.widget-apply p {
  margin-bottom: 20px;
}

.widget-apply .btn {
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
}

.widget-apply .btn:after {
  display: none;
}

.widget-approved {
  background: #fff;
  padding: 30px 25px;
}

.widget-approved img {
  margin: 10px 0 20px;
}

.widget-approved h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.widget-approved p {
  line-height: 1.6;
  font-size: 13px;
}

.widget-approved .btn {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.widget-approved .btn:after {
  font-size: 18px;
  right: 25px;
  top: 11px;
}

/* Buttons */

.social-icons p {
  color: #fff;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}

.social-icon {
  color: #ffcb05;
  margin: 0 8px;
  font-size: 30px;
  vertical-align: middle;
}

.social-icon:hover {
  color: #EE7041;
}

/* Footer */

.footer-info {
  padding: 120px 0;
  text-align: left;
  position: relative;
}

.footer-menus {
  padding-right: 50px;
}

.footer-menus h5 {
  margin-bottom: 40px;
}

.footer-menus li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.footer-menus li a {
  text-decoration: none;
  color: #494a4c;
}

.footer-menus li a:hover {
  color: #2596cf;
}

.footer-menus .footer-menu-left li {
  width: 48%;
  margin-right: 2%;
}

.footer-menus .footer-menu-left li:nth-child(even) {
  margin-right: 0;
}

.footer-text a {
  color: #fff;
}

.footer-text a:hover {
  text-decoration: underline;
}

.page-template-template-form .footer-text a {
  color: #3a3a3a;
}

.map-section {
  background-color: #2b2e4b;
}

.map-content {
  width: 50%;
  padding: 15vh 10vh;
}

.map-content h2{
  font-size: 30px;
  margin-bottom: 35px;
}

.map-content p {
  font-size: 18px;
}

.map-content p:last-child {
  font-size: 16px;
  padding: 0 30px;
}

.map-section .map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-size: cover;
}

.map-section .map .footer-map {
  position: absolute;
  background: url(images/map.jpg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.map-section .map .footer-map:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background: url(images/maplocator.png) no-repeat;
    width: 100px;
    height: 53px;
    transform: translate(-50%);
    background-size: 100px;
}

#footer {
  position: relative;
  color: #75799c;
}

.footer {
  padding: 80px 0 190px;
  position: relative;
  background-image: linear-gradient(to right, rgba(40,43,70,1) 0%,rgba(40,43,70,1) 45%,rgba(40,43,70,1) 54%,rgba(40,43,70,0.58) 100%), url('./images/footer-img-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}

.footer h3 {
  margin-bottom: 50px;
}

.footer :last-child {
  margin-bottom: 0;
}

.copyright {
  padding: 50px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.15);
}

.copyright img {
  height: 50px;
  width: auto;
}

.copyright-right {
  text-align: right;
  padding-top: 10px;
}

.copyright ul li {
  display: inline-block;
  margin: 0 0 0 20px;
}

.copyright ul li a {
  color: #fff;
}

.copyright ul li a:hover {
  color: #289bcd;
}

.footer-message {
  background: #525357;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 7;
}

.footer-message p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}

.footer-message p a {
  color: #fcc03c;
}

.footer-message p a:hover {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

/* Transitions */

a, .btn, .transition, .nav ul li a:after, .btn:after {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.logo {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}



@media screen and (min-width:768px){
    .container-news .row{
        display: flex;
        flex-wrap: wrap;
    }
}
.container-news .col{
    margin-bottom: 40px;
}
.container-news .news-post{
    height: 100%;
    position: relative;
    border-radius: 10px;
}
.container-news .news-post-details{
    padding: 35px;
    padding-bottom: 20px;
}
.container-news .news-post-details:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 30px;
    background: url(images/speech-box-top.png) 50% 100% no-repeat;
    background-size: 100% 100%;
}
.container-news .news-post-details:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 60px;
    background: url(images/speech-box-bottom.png) 50% 0% no-repeat;
    background-size: 100% 100%;
}
.container-news .owl-stage, .container-news .owl-carousel .owl-item{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
}
.container-news .owl-stage .col{
    margin: 0px 10px;
    margin-bottom: 40px;
}
.container-news .owl-carousel .owl-stage-outer{
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-post-details{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    color: #FFF;
}
.news-post{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #282B46;
}
.news-post-details h5{
    color:#269dcd;
    margin-bottom: 20px !important;
}
.news-post-details p{
    margin-bottom: 20px;
    line-height: 1.5;
}
.news-post-details p:last-of-type{
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.news-post-details .the-date{
    margin-bottom: 15px;
    font-size: 12px;
}
.news-post .btn{
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    position: absolute;
    bottom: 25px;
    left: 40px;
    right: 40px;
    display: table;
    width: fit-content;
    margin: auto;

}
.news-post .btn:after, .news-post .button:after{
    right: 15px;
    top: 5px;
}
.news-post .btn{
    position: absolute;
    top: -240px;
    opacity: 0;
    transition: 0.2s;
}
.news-post-image{
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.3s;
}
.btn-border-white:hover:after{
    color: #E9406B;
}

.news-post:hover .btn{
    opacity: 1;
    top: -210px;
    transition: 0.5s;
}
.news-post:hover  .news-post-image{
    opacity: 0.5;
    transition: 0.5s;
}
.pagination{
    margin-top: 40px;
}
.pagination .active a{
    background: linear-gradient(to right, rgba(70,46,111,1) 0%,rgba(52,108,141,1) 100%) !important;
    border-color: #46486a !important;
    color:#fff !important;
}
.wp-paginate .title{
    display: none !important;
}
.pagination a{
    background:  #1a9ccf !important;
    border-color: #1a9ccf !important;
    color: #fff !important;

}
.pagination a:hover, .pagination a:active{
    background: #46486a !important;
    border: 1px solid #46486a !important;
    color:#fff !important;
    transition: 0.2s;
}
.pagination a, .pagination .next, .pagination .prev{
    opacity: 1 !important;
    border-radius: 10px !important;
    padding: 9px 14px !important;
}
.pagination .next, .pagination .prev{
    font-size: 20px;
    line-height: 20px;
}
.pagination a, .pagination .current{
    margin-right: 10px !important;
}
.post-image{
    background-size: cover;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}
.pagination-center{
    width: 100%;
}
.pagination-center .pagination{
    margin: auto;
}
@media screen and (max-width:768px){
    .post-image{
        height: 200px;
        margin-bottom: 40px;
    }
    .container-news .row{
        margin-left: unset;
        margin-right: unset;
    }
}
.single #header{
    background-color: #3c3e5d;
}

.single .post-content, .single .post-title{
    text-align: left;
}
.single .post-image{
    height: auto;
    max-height: 200px;
}

@media screen and (max-width: 768px){
    .single .post-image {
        height: auto;
    }
}
.post-author{
    padding: 30px;
    margin-bottom: 40px;
    background: linear-gradient(to right, rgba(70,46,111,1) 0%,rgba(52,108,141,1) 100%);
    color: #fff;
}
.post-author-avatar{
    float: left;
    margin-right: 20px;
}
.post-author-avatar img{
    height: 80px;
    width: auto;
}
.post-author-right{
    padding-top: 0px;
    overflow: hidden;
}
.post-author-right h5{
    margin-bottom: 5px;
    color: #fff;
}
.post-author-right p{
    margin-bottom: 0px;
    line-height: 1.5;
}
.col-author-right{
    padding-left: 0px;
}
.posted-in a{
    text-decoration: none;
}
.single .owl-carousel{
    margin-left: 0px;
    margin-right: 0px;
}
.post-related-posts{
    padding-top: 40px;
}
.post-related-posts .section{
    padding-top: 0px;
}
.single .page-banner{
    padding: 260px 0px 160px;
    background-position: 50% 50%;
}
.single .page-banner-content .post-categories{
    display: inline-flex;
}
.single .page-banner-content h1{
    margin-bottom: 10px;
}
.single .page-banner-content h6{ color: #fff; }
.single .page-banner-content p{ color: #fff; margin-bottom: 0px;}
.single .page-banner-content .post-categories a{ font-size: 15px; text-decoration: none; }
.single .page-banner-content .post-author{ padding: 0px; background: transparent; margin-bottom: 0px;}
.single .page-banner-content .post-author-avatar{ padding: 0px; }
.single .page-banner-content .post-author-avatar img{ height: 70px; }
.single .page-banner-content .post-author-right{ padding-top: 12px; }

/* animations */

.rotate {
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate{
  to{ transform: rotate(360deg); }
}

.loan-type-dropdown{
    display:none;
}
