@import url('https://fonts.googleapis.com/css2?family=Inter:wght@281;548&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  
}
a{
  text-decoration:none;
}
html {
 scroll-behavior: smooth;
 scroll-padding-top:120px;
}
a:hover{
  text-decoration: none;
}
body{
 font-family: 'Inter', sans-serif;
  font-weight:400;
  color:#40424B;
  font-size:20px;
  line-height:30px;
}

h1 , h2 , h3 ,h4 ,h5 {
	font-family: 'DM Serif Display', serif;
	font-weight:400;
}

ul {
	padding-left:15px;
	list-style-position: outside;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right:0px;
  padding-left:0px;
}
.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item .active{ color: #475AA9 }
#topbar {
  font-size: 14px;
  color: #fff;
}
#topbar a {
  font-size: 12px;
  color: #fff;
  padding-left:5px;
}
#topbar .fa{
  font-size:12px;
}

.navbar a {
  color: #000;
  font-weight: 500;
font-size: 16px;
}

.navbar-brand img {
  height: 80px;
}
.navbar .btn-menu { 
  margin-top:3px;  
  display: inline-block;
 
}
.navbar {
  z-index: 997;
  background: #fff;
  transition: all 0.5s;
  padding: 30px 0px 0px 0px;
  box-shadow: 0 2px 4px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.08);
  position: relative;

}
.fixed-top{
  position: fixed !important;

}
.hero{
  background-image:linear-gradient(rgba(27, 47, 69, 0.6), rgba(27, 47, 69, 0.6)), url("../images/fchm_hero.jpg");
height:100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
background-attachment:scroll;
position:relative;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E9EAEC;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background:#E9EAEC57;
  
}
#results .form-control {
  padding: .375rem 0rem;
}
.input-group-text{
	background:#E9EAEC;
	border: 1px solid #E9EAEC;
	margin-top:0px;
  background:#B8BBC18A;
}
.context h3{
  margin-bottom:10px;
}
.about{
  background-image: url("../images/78ef773a-558d-11ed-a9e3-8e2df017c507.avif");
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0px;
  
}
.cal-mortgage{
  background-image: url("../images/mortagage_hero.jpg");
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0px;
}
.loan{
  background-image: url("../images/loan_hero.jpg");
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0px;
}
.contact{}

.contact_card{ background: #fff; border-radius: 24px; padding: 24px 30px; z-index: 2; position: relative;  }
.contact_card h4{ font-size: 24px; font-weight: 600; font-family: 'Inter', sans-serif; margin-bottom: 12px; padding: 0; }
.contact_card p{ line-height: 24px; color: #6E7281; font-size: 16px; margin-bottom: 0;}
label{ margin-bottom: 0; font-weight: 600; }

.btn_rj{ background: linear-gradient(to left, #fff 50%, #D94A4A 50%) right; font-size: 16px;
background-size: 200%; border-radius: 6px; padding: 8px 20px; border:solid 1px #D94A4A; color: #D94A4A !important;transition: all .4s ease-out;}
.btn_rj:hover{ color: #fff !important; background-position: left; }

.btn_active{ background: #D94A4A; color: #fff !important; }

.button_arrow {
  display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 8px 50px 8px 15px;
    
    background: #D94A4A;
    border: none;
    color: white;
    transition: 0.2s;
    border-radius: 5px;
    font-size: 16px;
    text-align: left;
}
.button_arrow:before,
.button_arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.3em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%; -webkit-text-stroke: 1px #c34242;
}
.button_arrow:before {
  background: rgba(0, 0, 0, 0.1);
}
.button_arrow:hover {
  background: #c34242; color: #fff !important;
}
.button_arrow:active,
.button_arrow:focus {
  background: #D94A4A;
  outline: none;
}

.arrow, .calculator {
  background: #D94A4A;
}
.arrow:hover, .calculator:hover {
  background: #c44444;
}
.arrow:active,
.arrow:focus, .calculator:active, .calculator:focus {  background: #c44444;}
.arrow:after {
  content: "\f054";
}
.calculator:after{ content: "\f1ec"; -webkit-text-stroke: inherit; }
.arrow:hover:after, .calculator:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}

 .btn-new a{
  color:#F9FAFA;
  font-size:16px;
}
ul li {
  padding: 10px 20px 5px 0px;
  color:#40424B;
  font-size:14px;
  line-height:22px;
  
}
.contact-form p{
  color:#40424B;
  font-size:16px;
  line-height:26px;
}
.why-us ul li {
	color:#40424B;
  font-size:14px;
  line-height:22px;
  font-weight:400;
  margin:0px;
  padding:0px 0px 8px 0px;
}
.why-us p {
  color:#40424B;
  font-size:14px;
  line-height:22px;
  font-weight:400;
  padding-right:90px;
}
.contact ul li {
  padding: 10px 20px 5px 0px;
  color: #1a1a1a;
  font-size: 18px;
  list-style: none;
}
.dollar{
  background-color:#E9EAEC;
  padding:5px 0px 5px 5px;
  font-size:1rem;
  color: #495057;
}
 .red {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 0px 10px 0px 0px;
}
.cta-blues ul li{
  font-size:14px;
  font-weight:400;
  color:#293462;
  line-height:22px;
}
.cta-blues p{
  font-size:16px;
  font-weight:400;
  color:#293462;
  line-height:22px;
}
 .btn-new{
  background-color:#D94A4A;
  padding:6px 12px;
  margin-top:50px;
  
}
.cta-blue .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background:#E2E5F3
 }
.cta-blue span {
  color:#475AA9;
  font-size:30px;
  font-weight:500;
  line-height:26px;
  text-align:center;
  font-family: 'DM Serif Display', serif;
}
.circle img {
  
  height: 200px;
  border-radius: 100px;
  }

.about .btn-get-started , .loan .btn-get-started {
	background: #D94A4A;
border-radius: 6px;
padding:12px 20px; line-height: 24px;
font-size:16px;
font-weight:500;
color:#fff; display: inline-block;
}
.cta-blue .context{
  padding-right:60px;
}
 h3{
  font-size:40px;
  color:#40424b;
  line-height:48px;
}
 h2{
  font-size:56px;
  color:#40424b;
  line-height:70px;
  font-weight:400;
}
h5{
  font-size:20px;
}
.footer h3{
  color:#fff;
  font-size:40px;
  line-height:48px;
  padding: 0px 8px 20px 8px;

  }
  .footer p {
    color: #F9FAFA;
    font-size: 14px;
    padding: 20px 0px 0px 0px;
    line-height: 22px;
    margin-bottom:0px;
}

.hero-parent {
	padding:40px 0px;
}
.hero h2 {
  margin: 0;
  font-size:56px;
  font-weight:500;
  line-height: 1.2;
  color:#fff;
  
}
h4 {
  margin: 0;
  font-size:20px;
  font-weight:700;
  line-height:24px;
  color:#40424B;
  padding-bottom:20px;
}
h2 span{
    color:#6476BE;
  font-size:56px;
  line-height:48px;
}
.content{
padding: 10px 10px;

}
.box{
	background-color:transparent;
	padding:20px 20px;
}
.box:hover{
  background-color:fff;
  padding:20px 20px;
  border-radius:6px;
  box-shadow:0px 2px 6px #ccc;
}
.border-radius{
	border-radius:20px;
}
.cta-blue h5 {
padding-top:15px;
  font-size:20px;
  line-height:24px;
  color:#40424B;
  
}
.cta-blue p {
  color:#40424B;
  font-weight:400;
  font-size:16px;
  line-height:24px;
}

.cta-two .btn-get-started{
  background:#F8DDDD;
  padding: 12px 18px;
  border-radius:6px;
  box-shadow:0px 2px 8px #fff;
  color:#9C2121;
  font-weight:500;
  font-family: 'Inter', sans-serif;
  font-size:14px;
  margin-left: 20px;
}
.footer .container-img{
  background-color:#384785;
  border-radius:6px;
}
input {
  padding: .8rem 1rem;
  
  border-radius:0rem;
  outline: none;
  border: .1rem solid #d1d1d1;
  
}

::placeholder {
  color: #d1d1d1;
}

.subscribe-btn {
  
 border-radius:6px;
  background-color:#D94A4A;;
  color: #fff;
  font-size:16px;
  border: none;
  outline: none;
  cursor: pointer;
padding:6px 10px;
}

  .btn-dark{
  -webkit-appearance: button;
  background-color: #e35052;
  margin-left: 50px;
  font-size: 14px;
  font-weight:500;
  margin-top: 0px;
  border-radius:6px;
  padding:6px 18px;
  color: #fff;
  border: 1px solid #e35052;
  margin-bottom:20px;
}
.btn-dark{
  border-color:#e35052;
}
.btn-dark:hover{
 border:0px !important;
}
.btn-dark:focus{
 border: 0px;
    outline: none;
    box-shadow: none;
}
.about-two p{
  font-size:16px;
  line-height:28px;
}
.btn-darked{
  background-color: yellow;
  border:1px solid yellow;
}
.footer ul li {
  padding: 0px 0px 5px 0px !important;
}
.why-us .btns {
  margin-top: 30px;
}
.why-us .btn-book {
  margin-left: 15px;
}
.why-us .btn-book {
  font-weight:500;
  font-size:14px;
  letter-spacing: 0.5px;
font-family: 'Inter', sans-serif;
  display: inline-block;
  padding: 16px 18px;
  border-radius:6px;
  
 transition: 0.3s;
  line-height: 1;
  color:#9C2121;
  background-color:#fff;
  
}
.footer form input[type="submit"] {
  background:#D94A4A;
  color:#fff;
padding: 5px 30px;
}
#mc_embed_signup .button, #mc_embed_signup .button:hover{
  background-color:#D94A4A !important;
}
.footer  form {
  margin-top: 30px;
    padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;

}
.about .context p{
	padding:20px;
}
.btn:disabled {
  opacity:10;
}
.apply-btn {
  
  background-color: #D94A4A;
  padding: 12px 18px;
  color:#fff;
  font-weight:500;
  font-size:14px;
  border-radius:6px;
}
.apply-btn:hover{color: #fff;}

.apply-btn:disabled{
opacity:0.75;

}
input {
  overflow: visible;
 border-radius:6px;
  height: 40px;
  
}

#topbar , .footer a{
  color:#fff;
  font-size:14px;
    margin:0px 0px 0px 0px;
  padding:0px;
}
.footer .fa{
  color:#fff;
  margin:12px 0px 0px 0px;
 padding: 12px 5px 0px 0px;
  font-size:12px;
}

.why-us .btn-menu{
  font-weight:500;
  font-size:14px;
  background-color:#D94A4A;
  letter-spacing: 0.5px;
 font-family: 'Inter', sans-serif;
  display: inline-block;
  padding: 12px 18px;
  transition: 0.3s;
  line-height: 1;
  border-radius:5px;
  color: white;
  border: 2px solid #D94A4A;
}

.footer ul{
 padding:20px 0px;
}
.footer ul li{
  list-style:none;
 
}
.footer ul li a{
  color:#F9FAFA;
  font-size:14px;
  font-weight:500;
  font-family: 
}
.rect{
  padding:0px 40px 0px 0px;
}
 h3{
  color:#40424B;
  font-size:40px;
  line-height:48px;
  margin-bottom: 40px;

}
.hero p {
  color:#fff;
  font-weight:400;
  font-size:20px;
  line-height:28px;
padding:20px 0px;


}
.hero .btn-get-started {
  background-color:#D94A4A;
  padding:12px 18px;
  border-radius:6px;
  color:#fff;
  font-size:14px;
  font-family: 'Inter', sans-serif;
}
.image-fluid{
  width:100% !important;
}
.py{
 padding:50px 0px;
}
.last p{
	color:#898C9A;
	font-size:16px;
  
  margin-bottom:50px;
}
.last a{
  color:#898C9A !important;
  font-size:16px;
  font-weight:600;
}
/*Add  Calculator Css */
#loading {
  display: none;
  width: 100px;
  height: 100px;
  margin: 2em auto;
  border: 2px solid #b3b7e2;
  border-radius: 50%;
  border-top-color: #191d3a;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

#results {
  display: none;
  transition: display 0.3s;
}
.paymentEstimator {
 border: 0;
    border-radius:0px;
    overflow: hidden;
    box-shadow: 0px 2px 8px #d4d4d4;
    padding-bottom: 10px;
}
.paymentEstimator .formHeading {
  background: #003e79;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 10px;
  text-align:center;
}
.paymentEstimator .formMiddle {
  padding: 0 40px;
}
.paymentEstimator input {
  
  text-align: right;
}
.paymentEstimator .formFooter, .paymentEstimator .formHeading {
  background: #003e79;
  color: #fff;
  font-size:18px;
  font-weight: 500;
  
}
.formMiddle .form-group > label {
  padding-left: 14px;
  position: static;
  transform: none;
}
.form-group > label {
  background-color: transparent;
  font-size: .9rem;
  left: 12px;
  padding: 0 5px;
  padding-left: 5px;
  pointer-events: none;
 transition: top .2s;
 font-weight:500;
}
.contact-form .rect{
	padding-right:100px;
}
.paymentEstimator label {
  font-weight: 500;
  text-align: right;
}
.btn-primary:hover {
  background: #2aa9e0;
    
}
.btn-primary {
  background-color: #003e79 !important;
  border-color: #003e79 !important;
}
.estimatorForm p {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 14px;
  margin: 20px 0 15px;
  color:#4d4d4d !important;
  padding:10px 0px !important;

}
.u-form-horizontal {
  display: flex;
  flex-flow: row;
  align-items: center;
  
}
input[type=checkbox], input[type=radio]{ height: auto; }
 @media screen and (max-width:991px){

  .form-group > label{
    margin-left:0px;
  }
  .why-us .btn-get-started{
    margin-left:0px;
  }
 	input {
  overflow: visible;
  margin-left:0px;
  height: 40px;
  
}
.why-us p {
  
  padding-right:20px;
}
.footer p {
  color: #F9FAFA;
  font-size: 16px;
  padding:0px;
}
.last p {
  padding-top:20px;
}
.subscribe-btn {
  padding:6px 18px;
 
  margin-top:10px;
  margin-left:10px;
}
 	.hero h2 {
  font-size:40px;
  
}
  h2{
    font-size:40px;
    line-height:46px;
  }
  h2 span{
  font-size:40px;
  line-height:46px;
}
  h3{
  font-size:28px;
  line-height:32px;
  padding-top:0px;
  padding-right:0PX;}
.rect {
  padding:0px;
}
.why-us .btn-book{
  margin-left:0px;
  margin-top:20px;
}
.footer h3 {
  font-size:28px;
  line-height:32px;
}
p{
  font-size:16px;
  line-height:24px;
}
ul li{
  font-size:16px;
  line-height:24px;
}
.cta-blues p, .cta-blues ul li {
  font-size:16px;
  font-weight: 400;
  color: #293462;
}

.mtx{
  margin-top:30px;
}

.footer form input[type="submit"] {
  position: absolute;
  top:5px;
  right:0px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  
}
 }
  @media screen and (max-width: 767px){

    .form-group > label{
    margin-left:0px ! important;
  }
  .circle {
  text-align: center;
}
.why-us p {
 
  padding-right:20px;
}

  ul li {
  font-size:16px;
  line-height:24px;
  padding:5px 0px 5px 0px;
}
   .mt{
    margin-top:30px;
   }
   .last p {
  margin: 20px 7px;
  font-size:13px;
  text-align: left;
}
   .footer form input[type="submit"] {
position: absolute;
top: 50px;
right: 0px !important;
bottom: 0;
border: 0;
left: 100px;
background: none;
font-size: 16px;
padding: 0 20px;
background: #e03a3c;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
width: 100%;
}
.footer  form {
  margin-top: 30px;
    padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
margin-left:0px;
width:40% !important;
}
     .mb{
    margin-bottom:30px;
   }    
.navbar a {
  padding: 10px 20px;}
  .nav-item{
    padding:0px;
  }
#topbar a {
  font-size: 11px;
  color: #fff;
  
}
#topbar {
  font-size: 11px;
  color: #fff;
}
.why-us .btn-book{
  margin-left:0px;
  margin-top:20px;
}
.hero h2{
  font-size:36px;
  line-height:40px;
}
h2{
  font-size:36px;
  line-height:40px;
}
h2 span{
  font-size:36px;
  line-height:40px;
}
h3{
  font-size:28px;
  line-height:32px;
  padding-top:0px;
  padding-right: 0px;
}
h4{
  padding-top:20px;
}
p{
  font-size:16px;
line-height:24px;
}
.contact-form .rect {
  padding-right:0px;
}

.footer h3 {
  font-size:28px;
  line-height:32px;
}
.rect {
  padding:0px;
}
.navbar-collapse{
  height:350px;
}
.navbar ul{
  margin-left:20px;
}
.footer ul li{
  padding:0px;
}
.nav-item{
  padding-left:20px;
  padding-bottom: 10px;
}
.subscribe-btn {
  padding:6px 18px;
  border-radius:6px;
  background-color:#D94A4A;;

  margin-top:10px;
  margin-left:10px;
}
}
/* Add CSS From RJ */
.navbar-toggler:focus{ outline: 0; }
ul{ margin-bottom: 1.9rem; }
.nav-link{ padding:0.9rem 1rem; }
.right_desc{position: relative; margin-top: 5px;}
.right_desc h4{ font-size: 20px; font-family: 'Inter',  sans-serif; color:#575A66; font-weight: 600; margin-bottom: 10px; padding: 0; }
.right_desc strong{ font-weight: 600; font-size: 16px; }
ul.list-style-none{ padding-left: 0; list-style: none;  }
ul.list-style-none, ul.list-style-none li{ font-size: 18px; }