/*
Theme Name: Medway
Author: Medway company
Description: Wordpress responsive corporate theme
Version: 1.0.1
 */
/*-------------------------------------------------------------------------*/
/*	1. Globally Applied Styles */
/*-------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-width: 320px;
}

/*	Resets	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, header, footer, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #4844ac;
  outline: none;
  text-decoration: none;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.main-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3F36A6), to(#585DB6));
  background-image: linear-gradient(to bottom, #3F36A6 0%, #585DB6 100%);
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/*-------------------------------------------------------------------------*/
/*	2.	Header Styles */
/*-------------------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 10;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header > .container {
  position: relative;
}
.header > .container:before {
  content: "";
  display: block;
  left: -1000px;
  width: 1000px;
  height: 100%;
  top: 0;
  background: #FFF;
  position: absolute;
}
.header > .container:after {
  content: "";
  display: block;
  right: -1000px;
  width: 1000px;
  height: 100%;
  top: 0;
  background: #FFF;
  position: absolute;
}

.header__headline {
  text-align: center;
  padding: 5px 20px;
  line-height: 38px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #987634;
  background: url(img/headline-bg.jpg) center no-repeat;
  background-size: cover;
}
.header__headline a, .header__headline a:hover, .header__headline a:focus {
  color: #FFF;
  text-decoration: none;
}

.header__logo {
  float: left;
  padding: 40px 0 24px 0;
  width: 35%;
  background: #FFF;
  position: relative;
  z-index: 3;
}

.header__nav {
  float: right;
  width: 65%;
  text-align: right;
  overflow: hidden;
}
.header__nav .nav {
  text-align: right;
  display: inline-block;
  position: relative;
}
.header__nav .nav:before {
  content: "";
  display: block;
  left: -1000px;
  width: 1000px;
  height: 100%;
  top: 0;
  background: #FFF;
  position: absolute;
}
.header__nav .nav ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.header__nav .nav li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  position: relative;
  background: #FFF;
}
.header__nav .nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header__nav .nav li:last-child a {
  padding-right: 0;
}
.header__nav .nav li.current-menu-item {
  background: transparent;
  padding: 0 15px;
}
.header__nav .nav li.current-menu-item a {
  color: #1f1b58;
  font-weight: 600;
  padding: 0 15px;
}
.header__nav .nav li.menu-item-type-custom {
  background: #FFF;
}
.header__nav .nav li.menu-item-type-custom a {
  color: #6e6e6e;
  font-weight: 400;
  padding: 6px 20px;
}
.header__nav .nav li.menu-item-type-custom a:hover, .header__nav .nav li.menu-item-type-custom a:focus {
  color: #1f1b58;
  text-decoration: none;
}
.header__nav .nav a {
  display: inline-block;
  line-height: 46px;
  font-size: 16px;
  color: #6e6e6e;
  letter-spacing: 1.2px;
  padding: 6px 20px;
  text-transform: uppercase;
}
.header__nav .nav a:hover, .header__nav .nav a:focus {
  color: #1f1b58;
  text-decoration: none;
}

.header__phone {
  padding-top: 20px;
  font-size: 24px;
  color: #372f91;
  font-weight: 700;
  text-align: right;
  background: #FFF;
}
.header__phone a {
  color: #372f91;
}
.header__phone i {
  display: inline-block;
  margin-right: 10px;
}

.header .menu-icon {
  position: absolute;
  top: 59px;
  left: 50%;
  margin-left: -20px;
  display: none;
  z-index: 20;
}

.sticky-header {
  position: fixed;
  top: -100px;
  left: 0;
  padding: 10px 0;
  width: 100%;
  background: #FFF;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
}
.sticky-header:after {
  content: "";
  display: block;
  clear: both;
}
.sticky-header .logo {
  float: left;
  width: 200px;
  position: relative;
  z-index: 5;
}
.sticky-header .phone {
  float: right;
  padding-top: 2px;
  font-size: 24px;
  color: #372f91;
  font-weight: 700;
  text-align: right;
  background: #FFF;
  position: relative;
  z-index: 5;
}
.sticky-header .phone i {
  display: inline-block;
  margin-right: 10px;
}
.sticky-header .phone a {
  color: #372f91;
}
.sticky-header .container {
  position: relative;
}

.sticky-nav {
  position: absolute;
  top: -4px;
  width: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
}
.sticky-nav ul {
  margin: 0;
  padding: 0;
}
.sticky-nav li {
  display: inline-block;
  margin: 0 10px;
}
.sticky-nav li.current-menu-item a {
  color: #1f1b58;
  font-weight: 600;
}
.sticky-nav li.menu-item-type-custom {
  background: #FFF;
}
.sticky-nav li.menu-item-type-custom a {
  color: #6e6e6e;
  font-weight: 400;
}
.sticky-nav li.menu-item-type-custom a:hover, .sticky-nav li.menu-item-type-custom a:focus {
  color: #1f1b58;
  text-decoration: none;
}
.sticky-nav a {
  display: inline-block;
  line-height: 35px;
  font-size: 15px;
  color: #6e6e6e;
  letter-spacing: 1.2px;
  padding: 6px 20px;
  text-transform: uppercase;
}
.sticky-nav a:hover, .sticky-nav a:focus {
  color: #1f1b58;
  text-decoration: none;
}

.banner--clone {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.banner--stick {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.banner--unstick {
  /* Not required to use, but could be useful to have */
}

/*-------------------------------------------------------------------------*/
/*	3.	Main Content Styles */
/*-------------------------------------------------------------------------*/
h1 {
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 8px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#4037A6, #585EB7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 5px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#4037A6, #585EB7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  color: #1f1b58;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #6e6e6e;
}

.content ul {
  margin: 0;
  padding: 0;
}
.content ul li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #6e6e6e;
  margin-bottom: 8px;
  list-style: none;
}
.content ul li b {
  font-weight: 700;
  color: #202d4f;
}
.content ul li:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(img/marker2.png) center no-repeat;
}
.content ul small {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}

.fullwidth-sect {
  padding: 100px 0;
}

.content ul.list {
  margin: 0 0 20px 0;
  padding: 0;
}
.content ul.list li {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  line-height: 30px;
  color: #6e6e6e;
  margin-bottom: 8px;
  list-style: none;
}
.content ul.list li b {
  color: #413aa7;
  font-weight: 600;
}
.content ul.list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3F36A6), to(#585DB6));
  background-image: linear-gradient(to bottom, #3F36A6 0%, #585DB6 100%);
}

.banner {
  position: relative;
}

.banner__text {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 800px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner__text ul {
  margin: 0;
  padding: 0;
}
.banner__text ul li {
  padding-left: 50px;
  position: relative;
  font-size: 34px;
  line-height: 35px;
  color: #1f1b58;
  font-weight: 600;
  margin-bottom: 25px;
  list-style: none;
}
.banner__text ul li span {
  color: #413aa7;
}
.banner__text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(img/marker.png) center no-repeat;
}
.banner__text ul li small {
  display: block;
  text-align: right;
  padding-right: 50px;
  font-size: 14px;
  margin-top: 10px;
}

.banner__image {
  margin-top: -100px;
}

.banner__cta {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 90px;
  text-align: center;
}
.banner__cta .button--large {
  padding: 20px 50px;
}

.homepage h1 {
  text-align: center;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 8px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#4037A6, #585EB7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage h1 span {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 72px;
}
.homepage h2 {
  text-align: center;
  font-size: 44px;
  color: #1f1b58;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.homepage .fullwidth-sect {
  padding: 129px 0;
}

.button {
  font-size: 30px;
  line-height: 40px;
  padding: 15px 20px;
  color: #FFF;
  min-width: 350px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.button--small {
  padding: 10px 40px;
  font-size: 22px;
  line-height: 30px;
  min-width: 0;
}

.button--large {
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  padding: 20px;
  min-width: 430px;
}

.button--gold {
  background: url(img/button-gold-bg.jpg) center no-repeat;
  background-size: cover;
}
.button--gold:hover {
  background: #BF8F49;
  color: #fff;
  text-decoration: none;
}

.button--purple {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3F36A6), to(#585DB6));
  background-image: linear-gradient(to bottom, #3F36A6 0%, #585DB6 100%);
}
.button--purple:hover {
  background: #423AA8;
  color: #fff;
  text-decoration: none;
}

.medical-finance {
  background: url(img/section-bg.png) center bottom no-repeat;
}

.benefits-sect {
  padding: 100px 0;
  background: url(img/bg.jpg) center no-repeat;
}

.benefit-article {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.benefit-article img {
  display: block;
  margin: 0 auto 40px auto;
}
.benefit-article h3 {
  font-size: 30px;
  line-height: 40px;
  color: #1F1B58;
  margin-bottom: 0;
  font-weight: 600;
}

.services-sect {
  border-top: 2px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-post {
  width: 20%;
  position: relative;
  overflow: hidden;
}
.service-post > img {
  width: 100%;
  opacity: 1;
  display: block;
  -webkit-transform: translateZ(0px);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.service-post .title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 50px;
}
.service-post .title a {
  display: block;
}
.service-post .title a:hover {
  text-decoration: none;
}
.service-post .title a:hover h3 {
  color: #1f1b58;
}
.service-post h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #473F9A;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.service-post:hover > img {
  opacity: 1;
}

.medway-sect {
  padding: 100px 0;
  background-image: url(img/medway-text.png);
  background-position: center 75px;
  background-repeat: no-repeat;
}
.medway-sect h2 {
  font-size: 44px;
  line-height: 56px;
  color: #1f1b58;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.medway-sect h2 strong {
  display: block;
  font-weight: 600;
}

.cta-sect {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
}
.cta-sect:after {
  content: "";
  display: block;
  clear: both;
}
.cta-sect .leftpart {
  width: 55%;
  float: left;
  padding: 50px 50px 50px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta-sect .rightpart {
  width: 45%;
  float: right;
}
.cta-sect h2 {
  background: -webkit-linear-gradient(#4037A6, #585EB7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 68px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}
.cta-sect h3 {
  font-size: 44px;
  color: #221e5a;
  line-height: 55px;
  letter-spacing: 4px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: left;
}
.cta-sect h3 b {
  font-weight: 800;
}
.cta-sect .cta {
  text-align: left;
}

.page-title {
  padding: 140px 0 70px 0;
  background: url(img/bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: -70px;
}
.page-title h1 {
  margin-bottom: 0;
}

.enquiry-sect .title-block {
  padding: 80px 0 50px 0;
  text-align: center;
}
.enquiry-sect .title-block h3 {
  font-size: 30px;
  line-height: 48px;
  color: #6e6e6e;
  text-transform: none;
  font-weight: 500;
}
.enquiry-sect .enquiry-block {
  padding: 0 0 80px 0;
  text-align: center;
}
.enquiry-sect .enquiry-block h3 {
  font-size: 34px;
  line-height: 48px;
  color: #1f1b58;
  margin-bottom: 20px;
}
.enquiry-sect .enquiry-block h4 {
  font-size: 20px;
  line-height: 30px;
  color: #6e6e6e;
  margin-bottom: 30px;
}
.enquiry-sect .enquiry-block .container {
  max-width: 950px;
  margin: 0 auto;
}

.personal-loans {
  padding: 85px 0;
}
.personal-loans .leftpart {
  width: 50%;
  float: left;
  padding-right: 150px;
}
.personal-loans .rightpart {
  width: 50%;
  float: right;
  padding-left: 150px;
  border-left: 1px solid #EBE8E1;
}
.personal-loans p {
  font-size: 20px;
  line-height: 25px;
  color: #6e6e6e;
}

.form-sect {
  text-align: center;
}
.form-sect .container {
  max-width: 900px;
  margin: 0 auto;
}
.form-sect .wpcf7 {
  max-width: 650px;
  margin: 30px auto 0 auto;
}
.form-sect h3 {
  margin-bottom: 30px;
}

.wpcf7 {
  text-align: left;
}
.wpcf7 p {
  margin-bottom: 15px;
}
.wpcf7 a {
  text-decoration: underline;
}
.wpcf7 input, .wpcf7 textarea {
  height: 45px;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  color: #000;
  border: 1px solid #E6E2DB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  border-color: #585EB7;
  -webkit-box-shadow: inset 0px 0px 5px #585EB7;
  box-shadow: inset 0px 0px 5px #585EB7;
}
.wpcf7 textarea {
  height: 175px;
  padding: 15px;
  resize: none;
}
.wpcf7 input[type="checkbox"] {
  width: 26px;
  height: 26px;
  padding: 0;
  float: left;
  font-size: 10px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #E6E2DB;
}
.wpcf7 input[type="submit"] {
  color: #FFF;
  width: auto;
  border: none;
  float: left;
  height: auto;
  min-width: 350px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 10px 40px;
  font-size: 22px;
  line-height: 30px;
  min-width: 0;
  background: url(img/button-gold-bg.jpg) center no-repeat;
  background-size: cover;
  -webkit-transition: none;
  transition: none;
}
.wpcf7 input[type="submit"]:hover {
  background: #BF8F49;
  color: #fff;
  text-decoration: none;
}
.wpcf7 .wpcf7-checkbox {
  float: left;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.wpcf7 .wpcf7-checkbox.wpcf7-not-valid {
  padding: 2px;
  width: 29px;
  float: left;
  margin-right: 15px;
}
.wpcf7 .checkbox-row {
  margin: 15px 0 20px 0;
}
.wpcf7:after {
  content: "";
  display: block;
  clear: both;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 3;
  height: 100%;
  background: #F3C6BB;
}

.wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.6) !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors {
  border: 1px solid #f5e504;
  color: #000;
  line-height: 18px;
  background: #f5e504;
  font-size: 15px;
  clear: both;
  text-align: center;
  font-weight: 500;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #49b31b;
  background: #49b31b;
  text-align: center;
  font-size: 16px;
  color: #FFF;
}

div.wpcf7-response-output {
  text-align: center;
  margin: 20px 0;
  margin: 20px 0 10px 0;
  padding: 10px;
}

#error404 {
  text-align: center;
  padding: 120px 0;
}

#error404 .title-link {
  font-size: 16px;
}

#error404 h1 {
  font-size: 150px;
  line-height: 160px;
  color: #99A7AF;
  margin: 30px 0 10px 0;
  font-family: 'MuseoSansBold';
}

#error404 h3 {
  color: #CD1109;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

#error404 p {
  margin: 0;
}

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover, .tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: black;
  position: relative;
}

.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: black;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 10px;
}

.tcon-menu__lines::after {
  top: -10px;
}

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xbutterfly {
  width: auto;
}

.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
  width: 40px;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-popup {
  text-align: center;
  color: #1f1b58;
  font-style: italic;
  font-weight: 700;
  padding-right: 110px;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 70px;
  margin-top: -150px;
  margin-left: 29%;
}
.video-popup:hover {
  text-decoration: none;
  color: #413aa7;
}
.video-popup img {
  display: block;
  margin: 0 auto 3px auto;
  position: relative;
  left: -28px;
}

/*-------------------------------------------------------------------------*/
/*	4.	Footer Styles */
/*-------------------------------------------------------------------------*/
.widget--contact {
  padding: 93px 0;
}

.widget__contact {
  width: 33.3%;
  float: left;
}
.widget__contact p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 5px;
}
.widget__contact p i {
  display: inline-block;
  font-size: 25px;
  margin-right: 15px;
  margin-top: 12px;
}
.widget__contact p a {
  color: #FFF;
}
.widget__contact p:last-child {
  margin-bottom: 0;
}

.widget__cta {
  width: 33.3%;
  float: left;
  text-align: center;
  padding: 45px 0;
}
.widget__cta .button {
  min-width: 430px;
}

.widget__social {
  width: 33.3%;
  float: right;
  text-align: right;
}

.footer-logo {
  margin-bottom: 35px;
  margin-top: 15px;
}

.social-links a {
  font-size: 45px;
  margin-left: 35px;
  color: #fff;
}

.footer {
  padding: 60px 0;
  background: #372F91;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
.footer a {
  color: #fff;
}
.footer .nav {
  margin-bottom: 20px;
}
.footer .nav li {
  display: inline-block;
  border-left: 1px solid #FFF;
}
.footer .nav li a {
  padding: 0 10px;
}
.footer .nav li:first-child {
  border-left: none;
}
.footer .copyright p {
  color: #FFF;
  margin-bottom: 20px;
}
.footer .copyright p:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------------*/
/*	5.	Responsive */
/*-------------------------------------------------------------------------*/
@media (min-width: 1599px) {
  .container {
    width: 1560px;
  }
}
@media (min-width: 1399px) {
  .container {
    width: 1350px;
  }
}
@media (max-width: 1680px) {
  .banner__text ul li {
    font-size: 30px;
    line-height: 30px;
  }

  .banner__text {
    width: 700px;
  }

  .button--large {
    font-size: 35px;
    line-height: 35px;
    min-width: 400px;
  }

  .homepage .fullwidth-sect {
    padding: 100px 0;
  }

  .homepage h1 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }

  .homepage h1 span {
    margin-top: 0px;
    font-size: 55px;
  }

  .homepage h2 {
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .benefit-article h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .service-post .title {
    min-height: 100px;
    padding: 25px 35px;
  }

  .service-post h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .medway-sect h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .cta-sect h2 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }

  .cta-sect h3 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .footer {
    padding: 45px 0;
  }

  .footer .copyright p {
    margin-bottom: 5px;
  }

  .widget__cta {
    padding: 35px 0;
  }

  .widget--contact {
    padding: 70px 0;
  }

  .button {
    font-size: 25px;
    line-height: 35px;
  }

  .widget__contact p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .widget__contact p i {
    font-size: 21px;
    margin-right: 15px;
    margin-top: 12px;
  }

  .footer-logo {
    width: 300px;
  }

  .social-links a {
    font-size: 35px;
    margin-left: 25px;
  }

  .video-popup {
    margin-bottom: 30px;
    margin-top: -120px;
  }
}
@media (max-width: 1450px) {
  .banner__text {
    width: 560px;
  }

  .banner__text ul li {
    font-size: 25px;
    line-height: 30px;
  }

  .banner__cta {
    bottom: 40px;
  }

  .banner__cta .button--large {
    padding: 10px;
  }

  .header__nav .nav a {
    padding: 6px 15px;
    font-size: 15px;
  }

  .header__nav .nav li {
    padding: 0 10px;
  }

  .header__headline {
    line-height: 30px;
    font-size: 22px;
  }

  .homepage .fullwidth-sect {
    padding: 80px 0;
  }

  .homepage h1 {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 20px;
  }

  .homepage h1 span {
    margin-top: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .button--large {
    min-width: 300px;
  }

  .medway-sect h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }

  .medway-sect h2 strong {
    font-size: 28px;
  }

  .medway-sect {
    padding: 70px 0;
    background-size: contain;
  }

  .cta-sect h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .cta-sect h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .widget__cta .button {
    min-width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-post h3 {
    font-size: 17px;
  }

  .service-post .title {
    min-height: 80px;
    padding: 15px;
  }
}
@media (max-width: 1399px) {
  .personal-loans .rightpart {
    padding-left: 50px;
  }

  .personal-loans .leftpart {
    padding-right: 50px;
  }

  .video-popup {
    margin-bottom: 25px;
    margin-top: -70px;
    padding-right: 65px;
    font-size: 16px;
  }

  .banner__text ul li small {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav .nav {
    display: inline-block !important;
  }
}
@media (max-width: 1199px) {
  .header > .container:before, .header > .container:after {
    display: none;
  }

  .header__logo {
    padding: 20px 0;
    width: auto;
    width: 200px;
  }

  .header__nav {
    float: none;
    width: auto;
    overflow: visible;
  }

  .header__nav .nav {
    text-align: center;
    position: absolute;
    top: 120px;
    display: none;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.8);
  }

  .header__nav .nav ul {
    font-size: inherit;
  }

  .header__nav .nav li, .header__nav .nav li.menu-item-type-custom {
    display: block;
    margin: 10px 0;
    background: transparent;
  }

  .header__nav .nav a {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    line-height: 35px;
  }

  .header__nav .nav li.current-menu-item a {
    color: #BD924E;
  }

  .header__nav .nav li.menu-item-type-custom a {
    color: #FFF;
  }

  .header {
    background: #FFF;
    position: relative;
  }

  .header > .container {
    position: static;
  }

  .header__phone {
    padding: 23px 0;
  }

  .banner__text {
    width: 420px;
  }

  .banner__text ul li {
    font-size: 20px;
    line-height: 25px;
    padding-left: 35px;
    margin-bottom: 15px;
  }

  .banner__text ul li:before {
    top: 3px;
    width: 25px;
    height: 21px;
    background-size: contain;
  }

  .banner__cta .button--large {
    padding: 7px;
    font-size: 18px;
    min-width: 240px;
  }

  .banner__cta {
    bottom: 20px;
  }

  .banner__image {
    margin-top: -60px;
  }

  .homepage .fullwidth-sect {
    padding: 50px 0;
  }

  .homepage h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .homepage h1 span {
    margin-top: 5px;
    font-size: 32px;
    line-height: 40px;
  }

  .homepage h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .button--large {
    min-width: 220px;
    font-size: 22px;
    padding: 12px;
  }

  .benefit-article img {
    margin: 0 auto 30px auto;
    height: 95px;
  }

  .benefit-article h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .benefits-sect {
    padding: 50px 0;
  }

  .service-post {
    width: 33.33%;
  }

  .medway-sect h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .medway-sect h2 strong {
    font-size: 22px;
  }

  .cta-sect .leftpart {
    padding: 30px;
  }

  .cta-sect h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .cta-sect h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .widget__cta .button {
    min-width: 250px;
    font-size: 18px;
    padding: 15px;
  }

  .widget--contact {
    padding: 50px 0;
  }

  .footer-logo {
    width: 250px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .widget__contact p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .widget__cta {
    padding: 25px 0;
  }

  .footer .nav li a {
    font-size: 18px;
  }

  .footer .copyright p {
    font-size: 14px;
    line-height: 24px;
  }

  .footer {
    padding: 30px 0;
  }

  .header .menu-icon {
    display: block;
  }

  .page-title {
    padding: 50px 0;
    margin-top: 0;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 5px;
  }

  .enquiry-sect .title-block {
    padding: 50px 0;
  }

  .enquiry-sect .title-block h3 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .enquiry-sect .enquiry-block {
    padding: 0 0 50px 0;
  }

  .fullwidth-sect {
    padding: 70px 0;
  }

  .service-post > img {
    opacity: 1;
  }

  .sticky-nav {
    display: none;
  }

  .video-popup img {
    width: 90px;
  }

  .video-popup {
    margin-bottom: 15px;
    margin-top: -20px;
  }
}
@media (max-width: 991px) {
  .banner__text {
    width: 340px;
  }

  .banner__text ul li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 28px;
    margin-bottom: 10px;
  }

  .banner__text ul li:before {
    width: 20px;
    height: 16px;
  }

  .banner__image {
    margin-top: -45px;
  }

  .header__headline {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .homepage h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .homepage h1 span {
    margin-top: 5px;
    font-size: 24px;
    line-height: 35px;
  }

  .button--large {
    min-width: 200px;
    font-size: 20px;
    padding: 10px;
  }

  .medical-finance {
    background-size: 500px;
  }

  .benefit-article img {
    margin: 0 auto 22px auto;
    height: 80px;
  }

  .benefit-article h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .button {
    font-size: 20px;
    line-height: 30px;
    min-width: 0;
  }

  .widget__contact {
    width: 100%;
    float: none;
    text-align: center;
  }

  .widget__cta {
    width: 100%;
    float: none;
  }

  .widget__social {
    width: 100%;
    float: none;
    text-align: center;
  }

  .widget__contact p i {
    font-size: 20px;
    margin-top: 6px;
  }

  .widget__contact p {
    font-size: 17px;
    line-height: 25px;
  }

  .widget__cta {
    padding: 30px 0;
  }
  .widget__cta p {
    margin-bottom: 0;
  }

  .social-links {
    margin-bottom: 0;
  }

  .social-links a {
    font-size: 30px;
  }

  .footer-logo {
    width: 220px;
    margin-top: 0;
  }

  h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .personal-loans {
    padding: 50px 0;
  }

  .personal-loans .rightpart {
    padding-left: 30px;
  }

  .personal-loans .leftpart {
    padding-right: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .content ul li {
    font-size: 18px;
  }

  .enquiry-sect .title-block h3 {
    font-size: 20px;
    line-height: 35px;
  }

  .enquiry-sect .enquiry-block h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .remodal-close {
    top: -40px;
    right: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-sect h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .cta-sect h3 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .video-popup img {
    margin: 0 auto;
    width: 80px;
  }

  .video-popup {
    margin-bottom: 15px;
    margin-top: -40px;
    font-size: 14px;
    margin-left: 21%;
  }
}
@media (max-width: 767px) {
  .header__phone {
    padding: 23px 15px;
  }

  .header__logo {
    padding: 20px 15px;
    width: 230px;
  }

  .banner {
    position: relative;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
  }

  .banner__text {
    width: 100%;
    padding: 30px 15px 0 15px;
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 400px;
    margin: 0 auto;
  }

  .banner__cta {
    position: static;
    margin-top: 30px;
  }

  .medical-finance {
    background-size: 450px;
  }

  .benefit-article {
    margin: 25px auto;
  }

  .service-post {
    width: 50%;
  }

  .medway-sect {
    padding: 50px 15px;
  }

  .cta-sect .leftpart {
    width: 100%;
    float: none;
    padding: 30px 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }

  .cta-sect .rightpart {
    width: 100%;
    float: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }

  .cta-sect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .homepage .fullwidth-sect {
    padding: 50px 15px;
  }

  .cta-sect h2, .cta-sect h3, .cta-sect .cta {
    text-align: center;
  }

  .widget__cta {
    padding: 40px 0;
  }

  .page-title {
    padding: 40px 15px;
  }

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .personal-loans {
    padding: 50px 15px;
  }

  .personal-loans .leftpart {
    padding-right: 0;
    float: none;
    width: 100%;
  }

  .personal-loans .rightpart {
    padding-left: 0;
    float: none;
    width: 100%;
    margin-top: 40px;
    border-left: none;
  }

  .personal-loans p {
    margin-bottom: 0;
  }

  .enquiry-sect .enquiry-block h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .enquiry-sect .title-block {
    padding: 50px 15px;
  }

  .fullwidth-sect {
    padding: 50px 15px;
  }

  .sticky-header {
    padding: 10px 15px;
  }

  .sticky-header .logo {
    width: 150px;
  }

  .sticky-header .phone {
    font-size: 20px;
  }

  .sticky-header .phone i {
    margin-right: 3px;
  }

  .enquiry-sect .enquiry-block {
    padding: 0 10px 40px 10px;
  }

  .video-popup {
    margin-bottom: 30px;
    margin-top: 0;
    padding-right: 0;
  }

  .video-popup {
    margin: 0 auto 20px auto;
    display: block;
  }
}
@media (max-width: 599px) {
  .header__headline {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .banner {
    padding: 35px 0;
  }

  .homepage h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .homepage h1 span {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .medical-finance p {
    margin-bottom: 0;
  }

  .widget__cta .button {
    padding: 10px;
  }

  .header__logo {
    padding: 15px;
    width: 200px;
  }

  .header__phone {
    padding: 18px 15px;
    font-size: 20px;
  }

  .header .menu-icon {
    top: 50px;
  }

  .header__nav .nav {
    top: 104px;
    padding: 20px;
  }

  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .cta-sect h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .medway-sect h2 {
    font-size: 27px;
    line-height: 30px;
  }

  .medway-sect h2 strong {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .header__headline {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
  }

  .header__logo {
    float: none;
    margin: 0 auto;
  }

  .header__phone {
    padding: 0 15px 15px 15px;
    font-size: 20px;
    float: none;
    text-align: center;
  }

  .homepage .fullwidth-sect {
    padding: 30px 15px;
  }

  .homepage h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .homepage h1 span {
    font-size: 17px;
    line-height: 27px;
  }

  .homepage h2 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .button {
    font-size: 17px;
    padding: 10px 20px;
  }

  .benefits-sect {
    padding: 30px 15px;
  }

  .service-post {
    width: 100%;
    margin: 1px 0;
  }

  .medway-sect h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .medway-sect h2 strong {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }

  .medway-sect {
    padding: 30px 15px;
  }

  .cta-sect h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .cta-sect h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .widget--contact {
    padding: 30px 15px;
  }

  .footer .nav li a {
    font-size: 16px;
  }

  .social-links a {
    font-size: 25px;
  }

  .widget__cta {
    padding: 35px 0;
  }

  .header .menu-icon {
    top: 50px;
    left: 20px;
    margin-left: 0;
  }

  .header__headline {
    font-size: 15px;
    padding: 10px 54px;
  }

  .header .menu-icon {
    top: 66px;
    left: 15px;
  }

  .header__nav .nav {
    top: 167px;
  }

  .header__nav .nav a {
    font-size: 16px;
    line-height: 30px;
  }

  .service-post .title {
    min-height: 70px;
    padding: 15px;
  }

  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .page-title {
    padding: 30px 15px;
  }

  .enquiry-sect .title-block {
    padding: 30px 15px;
  }

  .enquiry-sect .enquiry-block h3 {
    font-size: 22px;
  }

  .wpcf7 input, .wpcf7 textarea {
    height: 40px;
    font-size: 14px;
    padding: 10px;
  }

  .wpcf7 p {
    margin-bottom: 10px;
  }

  .wpcf7 textarea {
    height: 120px;
    padding: 10px;
  }

  .enquiry-sect .title-block h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .enquiry-sect .enquiry-block {
    padding: 0 15px 30px 15px;
  }

  .enquiry-sect .enquiry-block h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .sticky-header {
    padding: 5px 10px;
  }

  .sticky-header .logo {
    width: 130px;
  }

  .sticky-header .phone {
    font-size: 16px;
  }

  .banner__text ul li small {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */