@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}
h2, h1 {
  font-size: 30px;
  margin-bottom: 37px;
  font-weight: 400;
  color: #000;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
h2 span{
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}
ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
}
i {
  vertical-align: middle;
}
body a, body a:hover {
  text-decoration: none;
}
p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
a{
  display: inline-block;
}
section {
  /*padding: 34px 0; */
}
.banner{position: relative; z-index: 0; margin-bottom: 120px;}
.banner::after{
  content: '';
  position: absolute;
  right: 0px;
  width: 38%;
  z-index: -1;
  top: -20%;
  height: 130%;
  background: #ffffff url(../images/slider-01.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner::before{
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: -1;
  top: -15%;
  height: 130%;
  background: #ffffff url(../images/sv-text.jpg) no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
.banner .banner-text h1{
  font-size: 27px;
  margin-bottom: 10px;
}
.banner .banner-text h1 span{
  color: #000b98;
}
.banner .banner-text{padding-top: 6%;}
.banner-text p{
  line-height: 26px;
  margin-bottom: 5px;
}
.btn_style{
  background: #031196;
  border-radius: 5px;
  padding:10px 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}
.banner .image img{
  /*border-radius: 0px 0px 0px 20%;*/
  padding-top: 5%;
}
header{position: absolute; z-index: 9; width: 100%; background: #f1f1ef;}
header a{color: #000000; font-size: 18px;}
header a i{margin-right: 10px;}
header ul li{margin-right: 20px;}
header ul li:last-child{margin-right: 0px;}


.enquire-form{ padding: 0px; margin-top: 0px; background: transparent; width:100%; margin: 0px auto 0px;}
.enquire-form h2{
  text-align: center;
  font-size: 24px;
  color: #0b0029;
  background-color: transparent;
  padding: 11px 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.enquire-form .row{position: relative; z-index: 0;}
.enquire-form .row::after{content:''; position: absolute; background: #f9f9f9; border-radius: 35px; top:0px; left:0px; width: 91%; height: 91%; z-index: -1;}
form.row::after{ display: none; }
.enquire-form h2 span{
  /*font-family: 'Oswald';*/
  background-color: transparent;
  color: #066078;
  text-transform: uppercase;
  font-weight: 600;
}
.enquire-form form{
  padding: 0px 0px;
  background: transparent;
  border-radius: 0px;
  width:100%;
  margin:0px auto 0px;

}
.form{padding: 0px; margin-top: 0px;}
form input, form select{
  border:0px;
  width: 100%;
  height: 40px;
  background: transparent;
  color: #000000;
  padding-left: 15px;
  border-radius: 35px;
  background: #f3f3f3;
  text-align: left;
}

form textarea{
  height: 87px;
  border:0px;
  width: 100%;
  background: transparent;
  padding-left: 15px;
  border-radius: 5px;
  background: #f3f3f3;
}
/*input::placeholder, textarea::placeholder{color: #000; font-size: 17px; text-align: left;}*/

.enquire-form .heading h2{text-align: left;}
.heading{
  /*position: absolute;*/
}


.list li{}
.list li p{padding-left: 21px;}

.heading h2{
  font-size: 32px;
  color: #000000;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.heading span{
  font-weight: 600;
  color: #031196;
}
ul.list li{
  position: relative;
  margin-bottom: 10px;
}
ul.list li::after{
  content: '';
  position: absolute;
  width: 11px;
  height: 13px;
  background: #031196;
  top:11px;
  background: url(../images/arrow-icon.png) no-repeat left center;
}
ul.list li p{
  padding-left: 25px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #000;
  font-size: 18px;
}

.banner{
  /*position: absolute;*/
  top:0px;
  min-height: 544px;
  overflow:hidden;
  background: #f1f1ef;
  
}
.banner img{width: 100%;}
.banner-text{
  position: absolute;
  top:0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.three-section{
  padding: 60px 0px;
}
.mortgage-insurance h3{color: #031196; font-size: 24px; font-weight: 600; margin-bottom: 15px;}
.three-section .section{
  border-radius: 35px;
  /*box-shadow: 0px 0px 11px #f1f1f1;*/
  padding: 15px;
  /*min-height: 330px;*/
}
.three-section .section h3{
  color: #031196;
  font-size: 24px;
  font-weight: 600;
}
.three-section .section p{line-height: 28px;}
.three-section .section p b{color: #031196;}
.think-mortgage{
  background: #031196;
}
.think-mortgage .heading h2, .think-mortgage .heading h2 span, .think-mortgage .heading p{color: #fff;}
.think-mortgage .heading p{font-size: 22px; font-weight: 300;}
.think-mortgage .text{padding: 50px 0px;}


.header-email i{color: #031196; font-size: 24px; margin-right: 15px; margin-top: 5px;}
.header-email span{text-transform: uppercase; font-size: 18px; color: #8e8d8d;}
.header-email a{font-weight: 600;}
.header-phone a{background: #031196; color: #fff; font-size: 20px; padding: 5px 30px; border-radius: 35px;}
.header-phone a i{margin-right: 22px;}


.get-touch{background: #f2f2f2;}
.get-touch .heading h2{margin-bottom: 20px;}
.enquire-form input, .enquire-form textarea{border-radius: 35px; background: #fff; box-shadow: 0px 6px 10px #e0e0e0; border:0px;}

.enquire-form textarea{border-radius: 5px;}
input[type="submit"]{border:1px solid #f44336; font-size: 17px; color: #ffffff; padding: 8px 50px; background: #f44336; width: auto; height: auto;
border-radius: 35px;
box-shadow: 5px 5px 8px #0739732e;
border:1px solid #0739732e;
font-weight: 600;
}
.get-touch{padding: 50px 0px;}
.zoom-meeting{
  background: #fff;
  padding: 20px 0px;
}
.zoom-meeting p{font-size: 20px; color: #000000; font-weight: 400; margin-bottom: 0px;}
.zoom-meeting p span{
  font-weight: 600;
  color: #f44336;
}
footer{
  background: #031196;
  padding: 30px 0px 0px;
}
footer ul{display: flex; width: 100%; text-align: center; flex-wrap: wrap; justify-content: center; margin-top: 30px;}
footer ul li{display: flex; align-items: center; align-items: flex-start;
    justify-content: start; margin-right: 40px;}
footer ul li:last-child{margin-right: 0px;}
footer ul li p{color: #fff; font-size: 17px; font-weight: 300; margin-bottom: 0px; text-transform: uppercase; text-align: left; line-height: 20px;  }
footer ul li a{font-weight: 600; font-size: 24px; color: #ffffff;}
footer ul li img{margin-right: 15px;}

.lower-footer{background: #fff;}
.lower-footer p{margin-bottom: 0px; font-size: 14px;}
.lower-footer a{color: #031196;}


.book-appointment{
    background: #031196;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 30px;
    border:1px solid #031196;
    box-shadow: 0px 5px 11px #f1f1f1;
}
.book-appointment:hover{
  background: transparent;
  color: #031196;
}





.grey-bg{
  background: #f2f2f2;
  padding:50px 0px;
}
.user-feedback blockquote {
    font-size: 20px;
    color: #202126;
}
.user-feedback {
    position: relative;
    padding: 0px 90px;
}
.user-feedback::before{
    content: "";
    background: url(../images/quote-left.svg) no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: -17px;
}
.user-feedback::after{
    content: "";
    background: url(../images/quote-right.svg) no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
#testimonial .owl-dots .owl-dot {
    outline: none;
}
#testimonial .owl-dots .owl-dot.active span {
    background: #3F51B5;
}
#testimonial .owl-dots .owl-dot span {
    background: #D5DBFF;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

.owl-theme .owl-dots{
  display: flex;
  justify-content: center;
}
.user-feedback h4{font-weight: 600;}








@media only screen and (max-width: 991px){
  header{position: relative;}
  .banner::after{height: 100%; -webkit-background-size: 100% auto;
  background-size: 100% auto;}
  .banner{margin-bottom: 30px; max-height: inherit;}
  .banner .image{max-height: 194px; overflow:hidden;}
  .banner-text{position: relative; }
  ul.list li p{font-size: 16px;}
  p{
    line-height: 25px;
    font-size: 16px;
  }
  
  
  h1{margin-bottom: 15px;}
  .heading h2{font-size: 24px;}
  .mortgage-insurance img{margin-bottom: 30px;}
  .three-section{padding: 30px 0px;}
  .three-section .section{min-height: inherit; margin-bottom: 30px;}
  h1, h2{margin-bottom: 11px;}
  .think-mortgage .heading p, .zoom-meeting p, footer ul li a{font-size: 18px; font-weight: 400;}
  .think-mortgage .text{padding: 15px 0px;}
  .get-touch{padding-top: 15px;}
  .enquire-form{margin-bottom: 15px;}
  footer ul li a{font-weight: 600;}
  .get-touch{padding-bottom: 15px;}
}










@media only screen and (max-width: 767px){}
@media only screen and (max-width: 575px){
  .three-section{padding-bottom: 0px;}
  .banner .banner-text{padding-top: 15px;}
  header .col-lg-4.col-md-3.col-sm-12.col-12{background: #f2f2f0;}
  header ul{margin:5px 0px;}
}
@media only screen and (max-width: 480px){
  /*{display: none;}*/
  ul{margin-bottom: 0px;}
  .heading h2{font-size: 24px; margin-bottom: 24px;}
  footer{padding-top: 30px;}
  header a{font-size: 16px;}

  header ul{flex-wrap: wrap;}
  footer ul{justify-content: flex-start; margin:15px 0px;}
  .logo img{max-width: 60%;}
  header .header-email{display: none !important;}
}
@media only screen and (max-width: 320px){}