/* ------------------------
      General styles
   ------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,500;0,600;0,700;1,100;1,700&display=swap');


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0;
}

body::-webkit-scrollbar {
  width: 15px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #B1C8D0;
}


.modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.modal-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.modal-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #B1C8D0;
}

.btn-close:focus {
  box-shadow: none;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-bottom: solid 4px #f5d9c4 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  list-style: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}

@font-face {
  font-family: 'Century Gothic Pro Bold';
  src: url('../fonts/GOTHICB.eot');
  src: url('../fonts/GOTHICB.eot') format('embedded-opentype'),
    url('../fonts/GOTHICB.woff2') format('woff2'),
    url('../fonts/GOTHICB.woff') format('woff'),
    url('../fonts/GOTHICB.ttf') format('truetype'),
    url('../fonts/GOTHICB.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Coniferous';
  src: url('../fonts/Coniferous.eot');
  src: url('../fonts/Coniferous.eot') format('embedded-opentype'),
    url('../fonts/Coniferous.woff2') format('woff2'),
    url('../fonts/Coniferous.woff') format('woff'),
    url('../fonts/Coniferous.ttf') format('truetype'),
    url('../fonts/Coniferous.svg#Coniferous') format('svg');
}

@font-face {
  font-family: 'allura';
  src: url('../fonts/allura-v18-latin-regular.eot');
  src: url('../fonts/allura-v18-latin-regular.eot') format('embedded-opentype'),
    url('../fonts/allura-v18-latin-regular.woff2') format('woff2'),
    url('../fonts/allura-v18-latin-regular.woff') format('woff'),
    url('../fonts/allura-v18-latin-regular.ttf') format('truetype'),
    url('../fonts/allura-v18-latin-regular.svg') format('svg');
}

@font-face {
  font-family: 'Century Gothic Pro';
  src: url('../fonts/GOTHIC.eot');
  src: url('../fonts/GOTHIC.eot') format('embedded-opentype'),
    url('../fonts/GOTHIC.woff2') format('woff2'),
    url('../fonts/GOTHIC.woff') format('woff'),
    url('../fonts/GOTHIC.ttf') format('truetype'),
    url('../fonts/GOTHIC.svg') format('svg');
}

/* logo */
.logo {
  padding: 40px 0px;
  text-align: center;
}

.logo img {
  width: 220px;
  border-width: 0px;
  border: 0px;
}

/*  company section */

.company-section {
  background-color: #ffffff !important;
  padding: 45px 0;
}

.company-section .info h1 {
  color: #545455;
  font-size: 38px;
  text-align: center;
  font-weight: 600;
  line-height: normal;
}

.company-section .info h1 span {
  font-weight: bold;
  color: #0054a6;
}

.company-section .info p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #0054a6;
  margin-top: 20px;
}

/* */
.short-questionnaire-section {
  padding: 30px 0;
}

.short-questionnaire-info p {
  color: #0054a6;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 30px;
}

.home-loan-block {
  min-height: 400px;
}


.dream-home-section {
  background-color: rgba(238, 238, 239, 0.4) !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dream-home-info h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0054a6;
}

.dream-home-info h1:first-child {
  margin-bottom: 20px;
  line-height: normal;
}

.dream-home-info h1 span {
  text-decoration: underline;
}

/*  */

.homeloan-header {
  color: #0054a6;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}


/* homeloan info */

.homeloan-section {
  background-color: rgba(238, 238, 239, 1) !important;
  padding: 60px 0;
}

.homeloan-info h2 {
  font-size: 25px;
  color: #0054a6;
  margin: 0 0 10px;
  font-weight: 600;
}

.homeloan-info p {
  font-size: 18px;
  color: #545455;
}

.homeloan-banner img {
  max-width: 100%;
}

.homeloan-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.homeloan-info {
  margin-bottom: 30px;
}

.homeloan-block {
  display: flex;
  align-items: center;
}

.homeloan-block .homeloanicon {
  background-color: rgba(0, 84, 166, 1.0);
  border-radius: 50%;
  padding: 16px;
  width: 50px;
  text-align: center;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
  justify-content: center;
  margin-right: 20px;
}

.homeloan-block .homeloanicon svg {
  fill: #fbc572;
  height: 14px;
  width: 14px;
}

/* Unique Loan Features */

.LoanFeatures {
  padding: 60px 0;
  background-color: rgba(238, 238, 239, 0.4) !important;
}

.LoanFeatures-list h2 {
  font-size: 29px;
  color: #0054a6;
  margin: 0 0 1.4rem;
  font-weight: bold;
}

.LoanFeatures-list ul {
  padding-left: 20px
}

.LoanFeatures-list ul li {
  font-size: 18px;
  color: #545455;
  list-style: disc;
  list-style-position: outside;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* eligible */

.eligible-section {
  background-color: rgba(238, 238, 239, 0.4) !important;
  padding: 60px 0;
}

/* footer */
footer {
  padding: 60px 0;
}

footer address {
  padding: 10px 0 10px;
}

footer address p {
  text-align: center;
  font-size: 16px;
  color: #3574e3;
}

.footer-info p {
  font-size: 12px;
  color: #3574e3;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img {
  max-height: 110px;
}

footer hr {
  width: 100%;
  border: 0 none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #231f20;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  color: #3574e3;
  font-size: 16px;
}

.footer-logo {
  text-align: center;
  flex-direction: row;
  display: flex;
  justify-content: center;
}

.footer-logo span:first-child {
  border-left: none;
}

.footer-logo span {
  border-left: solid 1px #fbc572;

}

.footer-info a {
  word-wrap: break-word;
}


@media screen and (max-width: 768px) {

  .footer-logo {
    flex-direction: column;
  }

  .footer-logo span {
    border-bottom: solid 1px #fbc572;
    border-left: none;
    width: max-content;
    margin: 0 auto;

  }

}

.header-bg {
  background-image: linear-gradient(to right, rgba(0, 84, 166, 1), rgba(7, 55, 99, 1)) !important;
}