.container
{
	font-family: 'Lato', sans-serif;
}

.card.brazoscardbox {
    max-width: 100%;
    height: 450px;
    max-height: 600px;
}

section.mysec {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.values-result {
    display: flex;
    font-weight: bold;
}

#multi-step-form .input-group .validation-message {
	position: absolute;
    bottom: -19px;
    line-height: 20px;
    height: auto !important;
}

.values-result p {
    font-size: 15px;
    margin-right: 10px;
}

.container-fluid
{
	width: 1440px;
	max-width: 100%;
	padding: 0 20px;
}

.container
{
	width: 1220px;
	max-width: 100%;
	padding: 0 20px;
}

.img-brandlogo {
    width: 170px;
}

.navbar-nav .nav-link {
    color: #25282A;
    font-size: 16px;
    padding: 10px 15px !important;
    font-weight: 600;
}

nav.navbar {
    /* box-shadow: 1px 1px 10px 2px rgb(51 51 51 / 12%); */
    position: fixed;
    z-index: 10;
    background-color: #fff;
    left: 0;
    width: 100%;
}

.btn.btn-menu {
    background-color: #0068b3;
    border-radius: 6px;
    color: #fff;
    padding: 6px 12px;
    margin-left: 10px;
    border: 1px solid #0068b3;
    text-transform: capitalize;
    font-size: 13px;
    margin-top: 6px;
    margin-right: 10px;
}

a.btn.btn-menu.btn-gray {
    background-color: transparent;
    color: #0068b3;
}

.slide_item {
    /* min-height: calc(100vh - 82px); */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 82px;
}

.slide_item:before {
    /* content: ''; */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* background: linear-gradient(to right,  rgb(0 0 0) 0%,rgba(0,0,0,0) 140%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.cover_cntnt {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: auto;
    height: 524px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    color: #25282a;
}

.cover_cntnt h3 {
    font-size: 4.6875rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #25282a;
}

.cover_cntnt p {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 30px;
    /* font-family: 'Playfair Display', serif; */
    color: #25282a;
    font-weight: 500;
}

.btn-cstm {
	background-color: #0068b3;
    color: #fff;
    border-radius: 7px !important;
    padding: 8px 15px !important;
    border: 1px solid #0068b3;
    font-size: 18px !important;
}

.cover_cntnt .btn-cstm {
    padding: 12px 39px;
    border-width: 2px;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-right: 10px;
    font-weight: 600;
    border-radius: 8px;
}

.btn-cstm:hover {
    background-color: #fff;
    color: #0068b3;
}

.slide-cover button.slick-prev.slick-arrow {
    left: 100px;
    z-index: 100;
    bottom: 100px;
    top: inherit;
}

.slide-cover button.slick-next.slick-arrow {
    left: 150px;
    bottom: 100px;
    top: inherit;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
}

nav .dropdown-menu {
    width: 250px;
	max-height: 501px;
    overflow-y: auto;
}

nav .dropdown-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

nav .dropdown-menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

nav .dropdown-menu::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


nav .dropdown-menu li a.nav-link {
    padding: 15px 15px !important;
}

nav .dropdown-menu:before, nav .dropdown-menu:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 12px;
    border-color: transparent transparent rgba(0,0,0,.15) transparent;
    bottom: 100%;
    left: 30px;
}

nav .dropdown-menu:after {
    border-color: transparent transparent #fff transparent;
    border-width: 0 11px 11px 11px;
    left: 31px;
}

.cover_cntnt h6 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
}

.bttn-border {
    background-color: #fff;
    color: #0068b3;
}

.bttn-border:hover {
    background-color: #0068b3;
    color: #fff;
}

.sec-bar {
    background-color: #136a87;
    color: #fff;
    min-height: 85px;
    display: flex;
    align-items: center;
	margin: 48px 0 24px;
}

.sec-bar p {
    font-size: 18px;
    margin-bottom: 0;
	margin-top: 0;
    text-align: center;
}

.sec-bar p a {
    font-weight: 700;
	color: #fff;
}

.banner_ad {
    max-width: 1170px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.content_left {
    padding: 32px;
    /* background-color: #ECE4D4; */
    background-color: rgb(127 81 52 / 15%);
    flex: 1;
    border-radius: 12px 0px 0px 12px;
    text-align: left;
	margin-top: 5px;
}

h2 {
	font-size: 40px;
	line-height: 48px;
	margin: 0;
	font-weight: 800;
}

h4 {
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
	margin: 24px 0px 0px 0px;
}

.content_left h4 .icn-img
{
	height: 25px;
}

img {
    max-width: 100%;
}

.content_right {
    flex: 1.5;
    text-align: right;
    padding: 0;
    overflow: hidden;
    border-radius: 0px 12px 12px 0px;
    margin-top: 5px;
}

.content_right img {
    object-fit: cover;
    width: 100%;
    height: 218px;
    object-position: right center;
    border-radius: 0px 12px 12px 0px;
}

.s1jmjt0y .calculatorLite__header--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1jmjt0y .calculatorLite__header--container .calculatorLite__link {
    color: #1780a3;
    font-weight: bold;
    -webkit-text-decoration: none;
    text-decoration: none;
    /* font-family: 'Playfair Display', serif; */
}

.bx-formcontrol {
    background-color: #ffffff;
    border: 1px solid rgb(178 180 183 / 45%);
    padding: 20px 10px 10px;
    color: #25282a;
    font-size: 1rem;
    position: relative;
    box-shadow: 0 2px 6px 0 rgb(178 180 183 / 44%);
    margin-bottom: 25px;
    border-radius: 5px;
}

.bx-formcontrol label {
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 10px;
    /* background-color: #afb0b4; */
    /* padding: 0 8px; */
    /* color: #fff; */
    border-radius: 3px;
}

.bx-formcontrol .form-control {
    height: auto;
    background-color: transparent;
    border: 0 !important;
    box-shadow: 0px 0px 0px 0px !important;
    outline: inherit !important;
    font-size: 14px;
    padding: 0 !important;
	min-height: inherit !important;
}

.paymentForm__additionalInfo {
    margin: 1rem 0;
}

a.collspse_btn {
    color: RGB(23, 128, 163);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 20px;
}

a {
    color: RGB(23, 128, 163);
    /*text-decoration: none;*/
    /*font-size: 16px;
    font-weight: 600;*/
}

.s1gao0fu {
    /* text-align: center; */
    border-radius: 0.75rem;
    border: 1px solid #d8d8d8;
    padding: 24px 20px;
}

.s1gao0fu .paymentChart--payment p {
	font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 30px;
}

.s1gao0fu .paymentChart--details {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 0px;
    /* gap: 1rem; */
}

.skvjxkb legend {
    display: block;
    /* text-align: center; */
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 0.875rem;
    padding: 0;
}

.skvjxkb .legendData {
    display: flex;
    justify-content: space-between;
}

.skvjxkb .legendLabels {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    flex: 0 0 50%;
    max-width: 50%;
}

.s1124vab {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    font-size: 0.800rem;
    text-align: left;
    line-height: 1rem;
}

.s1124vab::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1780a3;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.legendValues {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.seriesValue {
    font-size: 16px;
    font-weight: 800;
}

.seriesValue p {
    margin: 0;
}

fieldset.mocked-styled-22.skvjxkb label {
    font-size: 14px;
}

.seriesValueContainer input {
    width: 100%;
    background-color: #f3f8fa;
    color: #25282A;
    height: 52px;
    border: 1px solid #c5dfe8 !important;
    box-shadow: 0 2px 6px 0 #d8d8d8;
    border-radius: 4px;
    margin: 1rem 0;
}

.legendLabels label {
    margin: 1.5rem 0;
    padding: 0.5rem;
}

.legendLabels label:first-child, .legendLabels label:nth-child(2) {
    margin: 0;
}

.fTMOYc {
    display: flex;
    flex-wrap: wrap;
    /* gap: 3rem; */
    margin-bottom: 75px;
    margin-left: -15px;
    margin-right: -15px;
}

.kQEDOD {
    /* flex-basis: calc(50% - 2rem); */
    padding: 0px 1rem;
}

.StyledTextToggle__StyledCopy-sc-1poeeb3-2.kQEDOD {
    padding: 20px 40px 50px;
    background-color: #b1b3b629;
    height: 100%;
    margin-bottom: 11px;
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kQEDOD .sectionHeadline, .kQEDOD .sectionHeading {
    font-weight: bold;
    margin: 0.5rem 0px;
	font-family: 'Lato', sans-serif;
}

.kQEDOD .sectionHeadline {
    font-size: 100px;
    font-weight: 800;
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #b2b4b7;
    line-height: 100px;
    opacity: .2;
}

.kQEDOD .sectionHeading {
    font-size: 2rem;
    font-weight: 800;
}

.kQEDOD p {
    margin: 0.5rem 0px;
}

.kQEDOD a {
    font-weight: bold;
    color: rgb(23, 128, 163);
}

hr {
    margin: 32px 0;
}

/**/

h2.scale-text-tl-xl.scale-text-tl-md-sm.color-text-ravenswood-gray.weight-text-hv.pad-t-nn.pad-b-nn, h2.scale-text-tl-xs.color-text-ravenswood-gray.weight-text-rg.pad-b-lg-lg.pad-b-xs {
    font-family: 'Lato';
    color: #25282a;
}

h2.scale-text-tl-xs.color-text-ravenswood-gray.weight-text-rg.pad-b-lg-lg.pad-b-xs {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    padding-bottom: 32px;
}

h2.scale-text-tl-xl.scale-text-tl-md-sm.color-text-ravenswood-gray.weight-text-hv.pad-t-nn.pad-b-nn {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 800;
}

.bx-icnbox {
    cursor: pointer;
    border: 1px solid #cad2d7;
    border-width: 1px;
    white-space: nowrap;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    transition: .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bx-icnbox img.icn {
    height: 50px;
	align-self: center;
}

.bx-icnbox .txt {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    padding-top: 8px;
    color: #25282a;
}

.bx-icnbox:hover {
    transform: scale(1.1) translateZ(0px);
}

.sec-topic h2 {
    font-family: 'Lato';
    margin-bottom: 0px;
}

.sec-topic .bx-icnbox {
    min-height: 100px;
    flex-direction: row;
    align-items: center;
    padding: 0 24px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.sec-topic .bx-icnbox img.icn {
    width: 52px;
    margin-right: auto;
}

.sec-topic .bx-icnbox .txt {
    width: calc(100% - 60px);
    display: inline-block;
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-right: auto;
    text-align: left;
    padding-left: 10px;
    padding-top: 0;	
}

.cstm-hdng
{
	/* font-family: 'Lato', sans-serif; */
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 900;
}

.col-sm-4.has-links {
    text-align: center;
    padding-bottom: 30px;
}

section.row.contain-content.pad-t-md.pad-b-xl.pad-t-xl {
    padding-top: 24px;
    margin-bottom: 80px;
}

.col-sm-4.has-links .scale-text-tl-xs {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'Lato';
}

.sep-gray-lighter {
    border-color: #cad2d7;
}

.sep-l-sm {
    border-left: 1px solid #cad2d7;
}

.col-sm-4.has-links>section {
    margin-top: 15px;
}

:root {
    --border-radius-circle: 50%;
    --border-radius-heavy: 9999px;
    --border-radius-light: 4px;
    --border-radius-medium: 12px;
    --border-radius-square: 0;
    --border-width-large: 4px;
    --border-width-medium: 3px;
    --border-width-small: 2px;
    --border-width-xLarge: 5px;
    --border-width-xSmall: 1px;
    --color-credit-excellent: #53A8A0;
    --color-credit-fair: #FFAA2B;
    --color-credit-good: #1780A3;
    --color-credit-poor: #C12950;
    --color-data-1: #1780A3;
    --color-data-2: #53A8A0;
    --color-data-3: #DE5A3E;
    --color-data-4: #FFAA2B;
    --color-data-5: #D5C5A8;
    --color-marketing-1-base: #AC8C51;
    --color-marketing-1-dark: #886B3A;
    --color-marketing-1-light: #D5C5A8;
    --color-marketing-1-lighter: #F3EEE5;
    --color-marketing-2-base: #DE5A3E;
    --color-marketing-2-dark: #BE3D26;
    --color-marketing-2-light: #EEAC9E;
    --color-marketing-2-lighter: #FAE7E2;
    --color-marketing-3-base: #53A8A0;
    --color-marketing-3-dark: #459990;
    --color-marketing-3-light: #A9D3CF;
    --color-marketing-3-lighter: #E5F2F1;
    --color-marketing-4-base: #C12950;
    --color-marketing-4-dark: #B42042;
    --color-marketing-4-light: #E094A7;
    --color-marketing-4-lighter: #F6DFE5;
    --color-marketing-5-base: #FFAA2B;
    --color-marketing-5-dark: #FF9C22;
    --color-marketing-5-light: #FFD495;
    --color-marketing-5-lighter: #FFF3DF;
    --color-marketing-6-base: #1780A3;
    --color-marketing-6-dark: #106A88;
    --color-marketing-6-light: #C5DFE8;
    --color-marketing-6-lighter: #DCECF1;
    --color-marketing-7-base: #466476;
    --color-marketing-7-dark: #395466;
    --color-marketing-7-light: #A2B1BA;
    --color-marketing-7-lighter: #E4E8EB;
    --color-marketing-8-base: #2A7753;
    --color-marketing-8-dark: #216745;
    --color-marketing-8-light: #94BBA9;
    --color-marketing-8-lighter: #DFEBE5;
    --color-primary-body-base: #25282A;
    --color-primary-body-dark: #101213;
    --color-primary-brand-base: #D13239;
    --color-primary-brand-dark: #A12026;
    --color-primary-brand-lightest: #FAEAEB;
    --color-secondary-action-base: #1780A3;
    --color-secondary-action-dark: #106A88;
    --color-secondary-action-hover: #F3F8FA;
    --color-secondary-action-light: #C5DFE8;
    --color-secondary-action-lighter: #DCECF1;
    --color-secondary-action-lightest: #E7F2F5;
    --color-secondary-inactive-base: #636363;
    --color-secondary-inactive-light: #B1B1B1;
    --color-secondary-inactive-lighter: #D8D8D8;
    --color-secondary-inactive-lightest: #F3F3F3;
    --color-secondary-inactive-medium: #8A8A8A;
    --color-secondary-input-base: #1780A3;
    --color-secondary-input-lighter: #C5DFE8;
    --color-secondary-input-lightest: #F3F8FA;
    --color-secondary-input-medium: #8BBFD1;
    --color-secondary-white: #FFFFFF;
    --color-status-critical-base: #C12950;
    --color-status-critical-dark: #9F1F40;
    --color-status-critical-lighter: #EFC9D3;
    --color-status-critical-lightest: #F8E9ED;
    --color-status-info-base: #1780A3;
    --color-status-info-dark: #106A88;
    --color-status-info-lightest: #E7F2F5;
    --color-status-ok-base: #53A8A0;
    --color-status-ok-dark: #3A7A75;
    --color-status-ok-lightest: #EDF6F5;
    --color-status-warning-base: #FFAA2B;
    --color-status-warning-dark: #9F640C;
    --color-status-warning-lightest: #FFF6E9;
    --effect-opacity-10: 0.1;
    --effect-opacity-15: 0.15;
    --effect-opacity-20: 0.2;
    --effect-opacity-30: 0.3;
    --effect-opacity-40: 0.4;
    --effect-opacity-50: 0.5;
    --effect-opacity-60: 0.6;
    --effect-opacity-70: 0.7;
    --effect-opacity-80: 0.8;
    --effect-opacity-90: 0.9;
    --effect-opacity-100: 1;
    --font-family-compliance: Proxima Nova Condensed, sans-serif;
    --font-family-headline: Proxima Nova, sans-serif;
    --font-family-primary: Proxima Nova, sans-serif;
    --font-lineHeight-2xl: 4rem;
    --font-lineHeight-2xs: 1.5rem;
    --font-lineHeight-3xl: 4.5rem;
    --font-lineHeight-3xs: 1.25rem;
    --font-lineHeight-4xl: 5rem;
    --font-lineHeight-4xs: 1rem;
    --font-lineHeight-5xs: 0.75rem;
    --font-lineHeight-l: 3rem;
    --font-lineHeight-m: 2.5rem;
    --font-lineHeight-s: 2rem;
    --font-lineHeight-xl: 3.5rem;
    --font-lineHeight-xs: 1.75rem;
    --font-size-2xl: 3.5rem;
    --font-size-2xs: 1rem;
    --font-size-3xl: 4rem;
    --font-size-3xs: 0.875rem;
    --font-size-4xl: 4.5rem;
    --font-size-4xs: 0.75rem;
    --font-size-l: 2.5rem;
    --font-size-m: 2rem;
    --font-size-s: 1.5rem;
    --font-size-xl: 3rem;
    --font-size-xs: 1.25rem;
    --font-weight-black: 900;
    --font-weight-bold: 700;
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --layout-screen-large: 1024px;
    --layout-screen-medium: 768px;
    --layout-screen-small: 576px;
    --layout-screen-xLarge: 1200px;
    --layout-screen-xSmall: 375px;
    --layout-screen-xxLarge: 1440px;
    --layout-z-above: 1;
    --layout-z-below: -1;
    --layout-z-bottom: -999;
    --layout-z-default: 0;
    --layout-z-dropdown: 100;
    --layout-z-fixed: 300;
    --layout-z-modal: 600;
    --layout-z-modalBackdrop: 400;
    --layout-z-offcanvas: 500;
    --layout-z-popover: 700;
    --layout-z-sticky: 200;
    --layout-z-tooltip: 800;
    --layout-z-top: 999;
    --motion-transition-easeInOut-long: 400ms ease-in-out;
    --motion-transition-easeInOut-medium: 300ms ease-in-out;
    --motion-transition-easeInOut-short: 200ms ease-in-out;
    --space-xy-large-px: 32px;
    --space-xy-large-rem: 2rem;
    --space-xy-medium-px: 24px;
    --space-xy-medium-rem: 1.5rem;
    --space-xy-small-px: 16px;
    --space-xy-small-rem: 1rem;
    --space-xy-xLarge-px: 48px;
    --space-xy-xLarge-rem: 3rem;
    --space-xy-xSmall-px: 12px;
    --space-xy-xSmall-rem: 0.75rem;
    --space-xy-xxLarge-px: 72px;
    --space-xy-xxLarge-rem: 4.5rem;
    --space-xy-xxSmall-px: 8px;
    --space-xy-xxSmall-rem: 0.5rem;
    --space-xy-xxxLarge-px: 120px;
    --space-xy-xxxLarge-rem: 7.5rem;
    --space-xy-xxxSmall-px: 4px;
    --space-xy-xxxSmall-rem: 0.25rem;
    --shared-button-primary-border-radius: 12px;
    --shared-button-primary-backgroundColor: #D13239;
    --shared-button-primary-hover-backgroundColor: #A12026;
    --shared-button-primary-loader-color: #FFFFFF;
    --shared-button-secondary-border-radius: 12px;
    --shared-button-secondary-border-color: #D13239;
    --shared-button-secondary-font-color: #D13239;
    --shared-button-secondary-hover-backgroundColor: #FAEAEB;
    --shared-button-secondary-hover-border-color: #A12026;
    --shared-button-secondary-hover-font-color: #A12026;
    --shared-button-secondary-loader-color: #D13239;
    --shared-button-tertiary-loader-color: #1780A3;
    --shared-button-quaternary-loader-color: #25282A;
    --shared-gradient-1: linear-gradient(45deg, #C82F24, #e3673a);
    --shared-gradient-2: linear-gradient(45deg, #222222, #444444);
    --shared-mobile-header-height: 3.5rem;
    --shared-input-height: 3.25rem;
    --shared-marker-color: #D13239;
}


.scale-text-pr-md {
    font-size: 1rem;
    line-height: 1.5rem;
}

.pad-b-xs {
    padding-bottom: 8px;
    margin-bottom: 0;
}

.pad-t-sm {
    padding-top: 16px;
    margin-top: 0;
}

.color-text-ravenswood-gray {
    color: #25282a;
}

.scale-text-pr-md {
    font-size: 1rem;
    line-height: 1.5rem;
}

.align-text-center {
    text-align: center;
}

.weight-text-rg {
    font-weight: normal;
}

p {
    font-size: var(--font-size-2xs);
    line-height: var(--font-lineHeight-2xs);
    margin-top: 1rem;
}

.pad-l-xs {
    padding-left: 8px;
    margin-left: 0;
}

.pad-t-lg {
    padding-top: 32px;
    margin-top: 0;
}

.scale-text-pr-sm {
    font-size: .875rem;
    line-height: 1.375rem;
}

.pad-b-sm {
    padding-bottom: 16px;
    margin-bottom: 0;
}

.pad-t-nn {
    padding-top: 0px;
    margin-top: 0;
}

.color-text-ravenswood-gray {
    color: #25282a;
}

.scale-text-pr-md {
    font-size: 1rem;
    line-height: 1.5rem;
}

.has-list ul {
    margin: 0;
    padding: 0;
}

.has-list li {
    list-style-type: none;
}

.has-list li a {
    color: #25282a;
    font-weight: 400;
}

.pad-b-nn {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.pad-r-sm {
    padding-right: 16px;
    margin-right: 0;
}

.pad-l-sm {
    padding-left: 16px;
    margin-left: 0;
}

.pad-b-md {
    padding-bottom: 24px;
    margin-bottom: 0;
}

.pad-b-xxl {
    padding-bottom: 64px;
    margin-bottom: 0;
}

.footerrow {
	padding-bottom: 16px;
	margin-top: 68px;
}

.footerrow a{
	color: #25282a;
	font-weight: 400;
}

.hpw-home h1 {
    font-weight: 800;
    font-size: 48px;
}

h1.mocked-styled-32.s1t5dxhr {
    font-size: 48px;
    font-weight: 800;
}

h3.mocked-styled-32.s1t5dxhr {
    font-size: 24px;
    margin-bottom: 15px;
}

.ul-menubtn a.nav-link {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.find-mortgage-sec {
    margin-bottom: 0px;
}

.dropdown-toggle::after {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    margin-left: 12px;
    transition: .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}

nav .dropdown-menu li a.nav-link.pl-4 {
    padding-left: 30px !important;
}


.img-topic {
    border-radius: 60px 4px 60px 4px;
}

a.btn.btn-applynow {
	background-color: #fff;
    color: #006599;
    position: fixed;
    z-index: 10011111;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    font-weight: 900;
    font-size: 14px;
    border-radius: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 21px 0px;
    width: 80px;
    height: 80px;
    line-height: 20px;
    text-align: center;
}


a.btn.btn-applynow:before {
  background-color: #0067b2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -27;
  top: 0;
  left: 0;
  border-radius: 100%;
    //
  z-index:-1;
  animation-name: blink2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(0.1, 0.1, 1, 1.8);
}

a.btn.btn-applynow:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
    //
  z-index:-1
    // animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.1, 0.1, 1, 1.8);
}

.bx-formcontrol span {
    display: flex;
    height: 25px;
    align-items: end;
}


@keyframes blink2 {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.8, 1.8, 1.8);
    opacity: 0.1;
  }
}
@keyframes blink {
  0% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.8;
  }

  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0.1;
  }
}

@keyframes blink3 {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0.1;
  }
}

/* Donut Chart Start */
#donutChartContainer {
	/*max-width: 400px;
	max-height: 150px;*/
}

.chartBox {
	width: 100%;
	background: white;
}

canvas#donutChart {
    max-height: 300px;
}
/* Donut Chart End */

.nav-tabs button.nav-link {
	border: 0;
	border-bottom: 2px solid transparent;
	color: #212529;
	font-weight: 500 !important;
	border-radius: 0;
}

.nav-tabs button.nav-link.active {
	color: #0068b3;
	border-bottom: 2px solid #0068b3;
}

div#nav-tabContent {
	background-color: #fff;
	padding-top: 20px;
}


.paymentChart--payment {
    font-size: 3rem;
    font-weight: 800;
}

.totalbuydwn {
	border: 1px solid #0068b3;
	padding: 15px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	border-radius: 20px;
	margin-top: 3px;
	margin-bottom: 15px;
}

.theme-color {
	color: #0068b3;
}

#buyDownCalcRestRequestForm .table-responsive {
    min-height: 223px;
}

.form-control {
    min-height: 38px;
}



@media (min-width: 1200px)
{
	li.nav-item.dropdown:hover .dropdown-mwnu {
		display: block;
	}

	li.nav-item.dropdown:hover ul.dropdown-menu {
		display: block !important;
	}

	li.nav-item.dropdown:hover .dropdown-toggle::after {
		transform: rotate(225deg);
		position: relative;
		top: 5px;
	}
}

@media (max-width: 1199px)
{
	.navbar-toggler-icon {
		height: 2px;
		background-color: #0068b3;
		position: relative;
	}

	.navbar-toggler-icon:before, .navbar-toggler-icon:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #0068b3;
		left: 0;
		top: -14px;
	}

	.navbar-toggler-icon:after {
		top: -7px;
	}

	button.navbar-toggler {
		outline: inherit !important;
		box-shadow: inherit !important;
	}
	
	nav .dropdown-menu {
		width: 100%;
	}

	.dropdown-toggle::after {
		right: 20px;
		position: absolute;
		top: 14px;
	}

	li.nav-item.dropdown:hover .dropdown-toggle::after {
		position: absolute;
		top: 20px;
	}
	
	a.nav-link.dropdown-toggle.show:after {
		transform: rotate(225deg);
	}
	
	.content_left
	{
		flex: 0 0 58%;
	}
		
	.col-sm-4.has-links p img {
		height: 100px !important;
		object-fit: contain;
	}
}

@media (max-width: 767px)
{
	.cover_cntnt h3 {
		font-size: 40px;
		margin-bottom: 0;
	}

	.cover_cntnt p {
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.cover_cntnt {
		align-items: center;
		text-align: center;
		height: auto;
		margin-bottom: 20px;
	}

	h1.mocked-styled-32.s1t5dxhr {
		font-size: 36px;
		margin-bottom: 0;
	}

	.s1gao0fu .paymentChart--payment p {
		font-size: 36px;
	}

	.hpw-home h1 {
		font-size: 36px;
		text-align: center;
	}

	.s1gao0fu {
		margin-bottom: 30px;
		text-align: center;
	}

	.StyledTextToggle__StyledCopy-sc-1poeeb3-2.kQEDOD {
		padding: 65px 30px 20px;
		text-align: center;
	}

	h2.scale-text-tl-xl.scale-text-tl-md-sm.color-text-ravenswood-gray.weight-text-hv.pad-t-nn.pad-b-nn {
		font-size: 36px;
		line-height: normal;
		text-align: center;
	}

	h2 {
		font-size: 36px;
		line-height: normal;
	}

	h2.scale-text-tl-xs.color-text-ravenswood-gray.weight-text-rg.pad-b-lg-lg.pad-b-xs {
		text-align: center;
		font-size: 1rem;
	}

	h3.mocked-styled-32.s1t5dxhr {
		font-size: 18px;
		text-align: center;
	}

	.s1jmjt0y .calculatorLite__header--container .calculatorLite__link {
		text-align: center;
		margin-bottom: 8px;
	}

	.s1jmjt0y .calculatorLite__header--container {
		flex-direction: column;
	}

	.sec-topic h2 {
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.sec-topic .bx-icnbox {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 180px;
	}

	.sec-topic .bx-icnbox img.icn {
		width: 50px;
		margin: 0 auto;
	}

	.sec-topic .bx-icnbox .txt {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.bx-icnbox {
		min-height: 180px;
	}

	.cstm-hdng {
		font-size: 36px;
		line-height: normal;
	}

	section.row.contain-content.pad-t-md.pad-b-xl.pad-t-xl {padding-top: 0;margin-bottom: 0px;}

	.sep-l-sm {
		border-left: 0;
		border-top: 1px solid #cad2d7;
	}

	.footerrow {
		margin-top: 0;
	}

	.pad-b-xxl {
		padding-bottom: 0;
	}

	p.has-links.pad-l-sm.pad-t-nn.pad-r-xl.pad-b-nn.float-content-right-lg.float-content-right-md {
		margin-right: auto;
		text-align: left;
	}
	
	.content_left {
		border-radius: 12px 12px 0px 1px;
		text-align: center;
		width: 100%;
	}

	.banner_ad {
		flex-direction: column;
	}

	h4 {
		margin-top: 5px;
		font-size: 20px;
	}
	
	.content_right {
		border-radius: 0px 0px 12px 12px;
		margin-top: 0;
		width: 100%;
	}

	.content_right img {
		border-radius: 0 0 12px 12px;
	}

	.kQEDOD .sectionHeading {
		font-size: 1.8rem;
		margin-bottom: 0;
	}

	.kQEDOD .sectionHeadline {
		font-size: 70px;
		line-height: 70px;
		width: 100%;
		right: 0;
		bottom: inherit;
		top: 0;
	}

	.fTMOYc {
		margin-bottom: 0;
	}

	br + br {
		display: none;
	}
}