body#content {
  color: #000;
}


/* header style starts  */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.sub-header {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.sub-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
/* header style ends  */
#maincontent {
  margin-top: 62px;
}
.logo {
  /*cursor: pointer;
  pointer-events: none;*/
}
.call-free,
.account {
  float: none;
  margin: 0;
  text-decoration: none;
  text-align: right;
}
.call-free span {
  font-size: 1rem;
  text-decoration: none;
  line-height: 19px;
}
.account {
  margin-left: 25px;
}
/* footer style start  */
.footer-header {
  height: 131px;
}

.footer-logo img {
  max-height: 70px;
  width: 180px;
}
/* footer style ends  */
/* ==========================================================================
              landing-page Styles Starts
              ========================================================================== */
.calc-section {
  padding-bottom: 90px;
  padding-top: 20px;
}
.landing-page .calc-section .title-content h1,
.landing-page .title-content p {
  color: #282d32;
  margin-top: 0;
}
.calc-section .title-content {
  padding-top: 20px;
}
.calc-section .title-content h1 {
  line-height: 35px;
}
.landing-page .title-content p {
  padding-bottom: 30px;
}
.bg-shadow {
  background: linear-gradient(
      326.47deg,
      rgba(255, 255, 255, 1) 70%,
      rgba(217, 227, 236, 1) 120%
    )
    no-repeat;
}
.fmc-wrapper {
  margin-top: -145px;
  box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 50%);
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}
.required-text {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 0.875rem;
  padding-top: 30px;
}
.fmc-wrapper h3 {
  color: #282d32;
  font-size: 1rem;
  font-weight: 500;
  line-height: 19px;
  padding: 0 5px;
  margin-bottom: 24px;
}
.fmc-wrapper h2 {
  font-size: 1.375rem;
  text-align: left;
  font-weight: 500;
  line-height: 25px;
}

.fmc-form .form-control {
  border: 1px solid #687583;
  height: 49px;
  font-size: 14px !important;
}

.fmc-form label {
  font-size: 1rem;
}
.caret {
  height: 48px;
  border-left: 1px solid #687583;
  right: 15px;
}
.form-group {
  margin: 10px 0;
}
#copyContent p {
  font-size: 0.75rem;
  line-height: 16px !important;
}
#copyContent .btn-container {
  padding-top: 40px;
}
.richTextContent ul {
  padding: 10px 0 0 0;
  margin-bottom: 0;
}
.richTextContent {
  padding: 50px 0 80px;
}
.richTextContent ul li {
  list-style-type: none;
  background: url(https://dam.freedommortgage.com/dx/api/dam/v1/collections/563a2e94-abdb-4eda-a407-49cc1380b6f4/items/a003b372-9a9f-426c-b808-9d4f4b1a0852/renditions/3d64d04b-f1ae-4393-97f7-5cf15a5acd64?binary=true)
    no-repeat 0px 5px;
  padding-left: 45px;
  padding-bottom: 30px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
}
.richTextContent ul li:last-child {
  padding-bottom: 10px;
}
.disclaimer {
  padding-top: 20px;
}
.disclaimer p {
  font-size: 12px;
  line-height: 16px !important;
}
.lp-image {
  margin-left: -15px;
  margin-right: -15px;
}
.call-us-bg {
  position: relative;
  background: url("/wcm/connect/7a0b6431-c49e-4677-9ae9-53df3002d059/CurveShape-Exclusively-For-Mob.svg?MOD=AJPERES&CACHE=NONE")
    no-repeat center;
  background-size: cover;
}
.call-us-bg::before,
.call-us-bg::after {
  content: "";
  position: absolute;
  background: url("/wcm/connect/026084b5-1d58-4116-9edb-cf322d765daa/Bottom-left-graphic-Mobile.svg?MOD=AJPERES&CACHE=NONE")
    no-repeat 0 0;
  background-size: cover;
  left: 0;
  right: auto;
  bottom: 0;
  height: 61px;
  width: 44px;
}
.call-us-bg::after {
  right: 0;
  left: auto;
  top: auto;
  transform: scaleX(-1);
}
/* logos */
.logo {
  text-decoration: none;
  margin-right: auto;
}
.roundpoint-logo::before {
  content: "";
  height: 24px;
  border-left: 1px solid #63656b;
  position: absolute;
  top: 20px;
  margin-left: -6px;
}
.roundpoint-logo {
  margin-left: 7px;
}

.lp-badge {
  height: 76px;
  width: 63px;
  margin-top: -20px;
}

.call-us-num p:last-child {
  line-height: 35px !important;
}
/* ==========================================================================
              landing-page Styles Ends
              ========================================================================== */

@media only screen and (min-width: 768px) {
  .sub-header .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-detail > .container,
  .footer-credits > .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* ==========================================================================
                landing-page Styles Starts
                ========================================================================== */
  #maincontent {
    margin-top: 82px;
  }
  .calc-section {
    padding-bottom: 170px;
    padding-top: 40px;
  }
  .calc-section .title-content {
    padding-top: 30px;
  }
  .calc-section .title-content h1 {
    margin-top: 70px;
    line-height: 52px;
    padding-bottom: 20px;
  }
  .fmc-wrapper {
    margin-top: -220px;
  }
  .fmc-wrapper > div.bg-white {
    padding-left: 30px;
    padding-right: 30px;
  }
  .caret {
    right: 15px;
  }
  .lp-image {
    margin-left: -30px;
    margin-right: -30px;
  }
  .call-us-bg {
    background-image: url("/wcm/connect/a0a4ece8-5670-43c6-b665-0ae0537ceb8c/CurveShape-Exclusively-For-Tab.svg?MOD=AJPERES&CACHE=NONE");
  }
  .call-us-bg::before,
  .call-us-bg::after {
    background-image: url("/wcm/connect/bf51dfc6-3d9f-4578-9c72-790eea93981a/Bottom-left-graphic-Desktop.svg?MOD=AJPERES&CACHE=NONE");
    height: 88px;
    width: 106px;
  }
  .call-us-bg::after {
    transform: scaleX(-1);
  }
  /* logos */
  .roundpoint-logo::before {
    margin-left: -14px;
    top: 25px;
  }
  .roundpoint-logo {
    margin-left: 24px;
  }
  .lp-badge {
    height: 108px;
    width: 90px;
    margin-top: -40px;
  }
  /* ==========================================================================
                landing-page Styles Ends
                ========================================================================== */
}
@media only screen and (min-width: 992px) {
  #copyContent .btn-container {
    padding-bottom: 90px;
  }
  .richTextContent {
    padding-top: 30px;
    padding-bottom: 300px;
  }
  .lp-image {
    margin-right: 30px;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* ==========================================================================
                landing-page Styles Starts
                ========================================================================== */
  .richTextContent {
    padding-bottom: 400px;
  }
  .calc-section::after {
    content: "";
  }
  .calc-section {
    padding-bottom: 200px;
  }
  .calc-section .title-content h1 {
    line-height: 54px;
  }
  .landing-page .title-content p {
    padding-bottom: 50px;
  }
  .fmc-wrapper {
    margin-top: -260px;
  }
  .call-us-bg {
    background-image: url("/wcm/connect/1b0fe177-c241-41e2-9fb9-1b24daccdb59/CurveShape-Exclusively-For-Desk.svg?MOD=AJPERES&CACHE=NONE");
  }
  .call-us-bg::before,
  .call-us-bg::after {
    height: 165px;
    width: 198px;
  }
  .calc-section::after {
    content: "";
  }
  /* logos */
  .roundpoint-logo {
    margin-left: 0;
  }
  .roundpoint-logo::before {
    margin-left: -15px;
    top: 30px;
  }
  .lp-badge {
    height: 178px;
    width: 148px;
  }
 

  /* ==========================================================================
                landing-page Styles Ends
                ========================================================================== */
}


  /* BS5 COMMON STYLE FIXES */
	.calc-section {
	   z-index: -1;
	}

	.errorMsg {
		color: #cc3736;
		font-size: 12px;
		font-weight: bold;
		padding-top: 5px;
	}

	.max-val-error {
		border: 2px solid #cc3736!important;
	}

	@media (min-width: 768px) {
	   .fmc-wrapper h3 {
		  padding-right: 1.25rem;
	   }
	}

	@media (min-width: 992px) {
	   #leadSubmissionBtn {
		  float: left;
	   }
	}
/* END BS5 COMMON STYLE FIXES */