a {
    color: #2350D8;
    transition: all 0.3s ease;
}
a:hover {
    color: #2EEDAF;
}
.h1, .h2, .h3, h1, h2, h3 {
    letter-spacing: normal;
}
:focus-visible {
    outline: none;
}
.form-select:focus {
    box-shadow: 0 0 0 3px rgb(231 225 253 / 75%);
}
.btn-close:focus {
    box-shadow: none;
}

/* Background Color */
.bg-primary {
    background-color: #2350D8 !important;
}
.bg-secondary {
    background-color: #2EEDAF !important;
}

/* Text Color */
.text-primary {
    color: #2350D8 !important;
}
.text-secondary {
    color: #2EEDAF !important;
}

/* Border Color */
.border-primary {
    border-color: #2350D8 !important;
}
.border-secondary {
    border-color: #2EEDAF !important;
}

/* Button Color */
.btn-primary {
    color: #FFFFFF;
    background-color: #2350D8;
    border-color: #2350D8;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #170558;
    border-color: #170558;
}
.btn-secondary {
    color: #170558;
    background-color: #2EEDAF;
    border-color: #2EEDAF;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #170558;
    background-color: #2DE1B0;
    border-color: #2DE1B0;
}
.btn-outline-secondary {
    color: #FFFFFF;
    border-color: #2EEDAF;
}
.btn-outline-secondary:hover {
    color: #170558;
    border-color: #2EEDAF;
    background-color: #2EEDAF;
}
.btn-link {
    color: #2350D8;
}
.btn-link:hover {
    color: #170558;
}

/* Nav Pills */
.nav-pills-gray-fill .nav-item .nav-link.active,
.nav-pills-gray-fill .nav-item .nav-link:hover {
    color: #2EEDAF;
}

/* Slider Dragger */
.slider > .dragger {
    background: #2EEDAF;
    border-color: #2EEDAF;
}
.slider > .dragger:hover {
    background: #2DE1B0;
    border-color: #2DE1B0;
}

/* Top Bar */
.top-bar {
    background-color: #010068;
}
.top-bar a {
    text-decoration: underline;
}
.top-bar a:hover {
    text-decoration: none;
}

/* Header */
.navbar-transparent .navbar-brand {
    filter: none;
    padding-bottom: 0;
}
.navbar-transparent .navbar-nav .nav-link:hover {
    color: #2EEDAF;
}
.navbar .navbar-toggler {
    border-color: #2EEDAF;
}
.navbar .navbar-toggler .icon-bar,
.navbar .navbar-toggler.collapsed .top-bar,
.navbar .navbar-toggler.collapsed .bottom-bar {
    background-color: #2EEDAF;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .navbar-nav .dropdown .dropdown-menu > li a:hover {
    background: none;
    color: #2EEDAF;
}
.navbar .dropdown-menu {
    margin-top: 0;
    top: 40px;
}

#cookieConsentBanner{
    z-index: 2;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 51, .6), rgba(0, 0, 51, .6)), rgba(0, 0, 51, .6) url('../images/jpg/hero-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/* Offer Brands Slider */
.offer-brands-slider {
    display: flex;
    align-items: center;
}
.offer-brands-slider .item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    text-align: center;
}

/* Content Link */
.section-scroll a:hover {
    text-decoration: underline;
}

/* Progress */
.progress {
    background: #e6e7ea;
    border: none;
    border-radius: 0;
    height: 10px;
    overflow: visible;
}
.progress .progress-bar {
    position: relative;
    background-color:#2EEDAF;
}

/* Spinner */
.spinner-wrapper {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.lds-ring {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #2EEDAF transparent transparent transparent;
}
.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s;
}
.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}
.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s;
}
.lds-ring.inverse div {
    border-top-color:#fff;
}

/* Fieldset */
fieldset {
    position: relative;
    overflow: visible !important;
    width: 100%;
}
.field-label {
    font-weight: 700;
    text-align: left;
    margin: 0;
}
.mq-form-wizard fieldset:not(:first-of-type) {
    display: none;
}
.form-head {
    margin-bottom: 3rem;
}
fieldset h2 {
    font-size: 30px;
}
fieldset h2 span {
    white-space: nowrap;
}
.form-head p {
    line-height: normal;
    margin-bottom: 0;
}

/* Tooltip */   
.label-tooltips {
    color: #6c757d;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    height: 16px;
    width: 12px;
    margin-left: 4px;    
}
[data-tooltip] {
    position: relative;
    top: -2px;
    z-index: 10;
}
/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: calc(100% + 8px);
    left: 50%;
    pointer-events: none;
    transition: all 0.2s ease;
    will-change: transform;
}  
/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
    content: attr(data-tooltip);
    border-radius: 6px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 14px 18px;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -8px) scale(0.5);
    min-width: 50px;
    max-width: 320px;
    width: max-content;
    width: -moz-max-content;
}
/* Tooltip arrow */
[data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
    transition-duration: 0s;
    transform-origin: top;
    transform: translateX(-50%) scaleY(0);
}  
/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
[data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, -8px) scale(1);
}
[data-tooltip]:hover:after {
    transition-delay: 0.5s;
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
}
/* Tooltip BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + 8px);
    bottom: auto;
}
[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, 8px) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, 8px) scale(1);
}
[data-tooltip-location="bottom"]:after {
    border-width: 0px 8px 8px 8px;
    border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
    transform-origin: bottom;
    left: 10px;
}

/* Form Radio Group */
.form-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -.5em -1em;
    padding: 0 1em;
}
.group-item {
    margin: .5em auto;
    min-width: 100%;
    position: relative;
}
.group-item .label {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align: left;
}
.group-item input {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    height: 32px;
    width: 32px;
}
.group-item label {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d0d1d3;
    box-shadow: 2px 3px 0 0 rgba(7,22,51,.04);
    border-radius: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-size: 13px;
    line-height: 38px;
    margin-bottom: 0;
    padding: .75rem;
    position: relative;
    transition: color 200ms ease-in;
    width: 100%;
}
.group-item label .icon-shape img {
    width: 100%;
}
.group-item.active label,
.group-item input:checked ~ label {
    border-color: #2350D8;
}
.group-item:hover label,
.group-item:focus label {
    box-shadow: 0 1px 8px rgb(0 0 0 / 16%);
}

/* Form Input */
.form-input {
    text-align: left;
}
.floating_label {
    -webkit-box-shadow: 0 0 0 1px #cdd0d6;
    box-shadow: 0 0 0 1px #cdd0d6;
    border-radius: 5px;
    display: block;
    padding-left: 4rem;
    position: relative;
    height: 4rem;
    overflow: hidden;
}
.form-input.focused .floating_label {
    -webkit-box-shadow: 0 0 0 1px #2350D8;
    box-shadow: 0 0 0 1px #2350D8;
}
.form-input.error .floating_label {
    -webkit-box-shadow: 0 0 0 1px #f03a47;
    box-shadow: 0 0 0 1px #f03a47;
}
.field_icon {
    color: rgba(7,22,51,.4);
    font-size: 19px;
    line-height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 4rem;
    text-align: center;
    width: 4rem;
}
.form-input.focused .floating_label .field_icon,
.formio-component-amount_of_loan.typing:before {
    color: #2350D8;
}
.floating_label input.floating_input {
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    padding: 30px 20px 10px 0;
    position: absolute;
    top: 0;
    height: 4rem;
}
fieldset:not(fieldset#user_dob) .floating_label input.floating_input {
    max-width: calc(100% - 4rem);
}
@keyframes autofill {
    100% {
        background: #fff;
		color: #000;
		font-weight: normal;
        box-shadow: none;
    }
}
@-webkit-keyframes autofill {
	100% {
		background: #fff;
		color: #000;
		font-weight: normal;
        box-shadow: none;
	}
}
input:-webkit-autofill,
input:-webkit-autofill:valid {
	-webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
    box-shadow: 0 0 0 35px #fff inset !important;
    transition: none;
}
.formio-component .form-control {
    -webkit-box-shadow: 0 0 0 1px #cdd0d6;
    box-shadow: 0 0 0 1px #cdd0d6;
    border-radius: 5px;
    border: none;
    display: block;
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    height: 4rem;
}
.form-input.focused .formio-component .form-control {
    -webkit-box-shadow: 0 0 0 1px #2350D8;
    box-shadow: 0 0 0 1px #2350D8;
}
.form-input.error .formio-component .form-control {
    -webkit-box-shadow: 0 0 0 1px #f03a47;
    box-shadow: 0 0 0 1px #f03a47;
}
.form-input .text-danger {
    font-size: 90%;
}
.form-step-hint {
    font-size: 15px;
}
.error_dob_full {
    font-size: 12px;
}
.floating_label .input-label {
    display: block;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    margin-right: auto;
    margin-bottom: 0;
    text-align: left;
    transition: all 0.3s;
    transform-origin: bottom left;
    z-index: 1;
}
.form-input.focused .floating_label .input-label {
    transform: translateY(-100%) scale(0.9);
}
.form-yes-no {
    max-width: 500px;
}
.form-yes-no label > span {
    font-weight: bold;
}
.form-yes-no label {
    border-radius: 7px;
    min-height: 102px;
    position: relative;
    text-align: center;
}
.form-yes-no label > i {
    font-size: 30px;
}
.question-form .loanquo-question-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 0 3rem;
    max-width: 650px;
}
.question-form .btn-secondary:focus {
    box-shadow: none;
}
#loanAmount .loanCategory {
    display: none;
}
#loanAmount .loanCategory.selected {
    display: block;
}

/* Input Select Option */
.input-select {
    border: none;
    box-shadow: none !important;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 21px 6px;
    margin: 0;    
    outline: 0;
}

/* rectangle box */
.rectangle-box label {
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    height: 100%;
}
.rectangle-box label:after {
    background-position: 1px 2px;
    background-size: 24px;
    top: 0;
    height: 24px;
    width: 24px;
}
.rectangle-box input:checked ~ label:after {
    display: none;
}
.rectangle-box input:checked ~ label {
    box-shadow: none;
}
.rectangle-box label > span {
    width: 100%;
}
.rectangle-box label > span > b {
    display: block;
}
.rectangle-box label > img {
    margin-bottom: 10px;
}
.btn-success[disabled] {
    background: #e6e7ea;
    border-color: #e6e7ea;
    box-shadow: none;
    color: rgba(7,22,51,.3);
    pointer-events: none;
    opacity: 1;
}
fieldset button.btn-lg {
    font-size: 2rem;
    margin: 4rem auto 0;
    max-width: 202px;
    height: 5.4rem;
}

/* Back Link */
.back-link {
    background-color: transparent;
    border: none;
    color: rgba(7,22,51,.6);
    display: flex;
    align-items: center;
    transition: all 0.3s;
    position: absolute;
    padding: 0;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.back-link i {
    font-size: 18px;
    margin-right: 10px;
}
.back-link span {
    font-size: 16px;
}
.back-link:hover,
.back-link:focus {
    color: #2350D8;
}
.back-link:focus {
    outline: none;
}

/* Personal Notification */
.personal-contact-notification a {
    color: #2350D8;
}
.personal-contact-notification a:hover,
.personal-contact-notification a:focus {
    color: #2EEDAF;
}
.formio-component .custom-control {
    display: block;
    padding-left: 2rem;
    position: relative;
}
.custom-checkbox .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.personal-contact-notification p,
.custom-checkbox .custom-control-label {
    font-size: 14px;
    line-height: 22px;
}
.custom-checkbox .custom-control-label {
    cursor: pointer;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-checkbox .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #2350D8;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('../../assets/images/form-icon/tick-icon.svg');
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}
.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}
.custom-checkbox .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
}
.get-results-meta {
    font-size: 12px;
}

/* Monthly Calculate */
.monthly-Calculate {
	line-height: 1.4;
    max-width: 550px;
    width: 100%;
}
.monthly-Calculate h3, .monthly-Calculate p, .monthly-Calculate ul, .monthly-Calculate li {
    margin: 0;
    padding: 0;
}
.monthly-Calculate ul {
    list-style: none;
}
.monthly-Calculate .monthly-Calculate-inner {
    padding: 15px;
}
.monthly-Calculate .mc-heading-wrapper h2 {
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0px;
}
.monthly-Calculate .form-slider .slider-container {
    margin-top: 30px;
}
.monthly-Calculate .form-slider .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.monthly-Calculate .form-slider .question-number {
    background: #2350D8;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 23px;
}
.monthly-Calculate .form-slider .question-title p {
    font-size: 16px;
    line-height: 1.4;
    margin-left: 20px;
}
.monthly-Calculate .form-slider .rs-container {
    margin: 42px 15px 0;
}
.monthly-Calculate .form-slider .rs-container .rs-selected {
    background-color: #2350D8;
    border: 1px solid #2350D8;
}
.monthly-Calculate .form-slider .rs-container .rs-scale span:last-child {
    width: 0 !important;
}
.monthly-Calculate .form-slider .rs-tooltip {
    border-color: #2350D8;
    min-width: 50px;
}
.monthly-Calculate .down-arrow-inner {
    text-align: center;
    margin-top: 30px;
}
.monthly-Calculate .down-arrow-inner h3 {
    font-size: 15px;
}
.monthly-Calculate .down-arrow-inner .down-arrow {
    position: relative;
    margin-top: 15px;
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.monthly-Calculate .down-arrow-inner .down-arrow:after{
    content: "";
    position: absolute;
    border-top: 2px solid #2350D8;
    border-left: 2px solid #2350D8;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 12px;
    height: 12px;
}
.monthly-Calculate .savings {
    margin-top: 30px;
}
.monthly-Calculate .savings li {
    border: 1px solid #E6E7EA;
    border-radius: 6px;
    padding: 15px 25px;
    margin-bottom: 16px;
}
.monthly-Calculate .savings li.active {
    background-color: #E6E7EA;
}
.monthly-Calculate .savings .plan-details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.monthly-Calculate .savings .plan-details{
    padding-right: 15px;
}
.monthly-Calculate .savings .apply-cta a {
    line-height: normal;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.monthly-Calculate .savings .apply-cta a:hover {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
}
.monthly-Calculate .savings .money {
    font-size: 26px;
}
.monthly-Calculate .savings .savings-title {
    font-size: 16px;
}

/* Modal CSS */
.disclouser-modal-wrap {
    position: absolute;
    top: -35px;
    right: 30px;
}
.disclouser-modal-wrap a.disclouser-modal-link {
    color: #fff;
}
.disclouser-modal-wrap a.disclouser-modal-link:hover {
    color: #2EEDAF;
}
.disclouser-modal-wrap a.disclouser-modal-link:focus {
    box-shadow: none;
}

/* Footer */
.footer-add .footer-info {
    width: calc(100% - 41px);
}

.modal-header {
    background: #f8f9fa;
}
/* Loader */
.page-loader {
    background-color: rgb(0 0 0 / 50%);
}
.page-loader.show {
    display: block;
}
.page-loader h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    line-height: 25.2px;
}
.page-loader p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 28.9px;
}

/* Page loader Slider */ 
.page-loader .modal-header {
    background-color: #1e4ce0;
}
.page-loader .modal-dialog {
    max-width: 800px;
}
.page-loader .slick-track {
    display: flex;
    align-items: center;
}
.page-loader .slick-slide {
    margin: 0px 15px;
}
.page-loader .slick-slide img {
    height: auto;
    width: 100%;
    background-color: #fff;
}

/* -------------------------  
Thankyou Page Style 
-------------------------  */
.company_logo {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}
.phone_icon i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.call_image  {
    width: 82px;
    height: 82px;
    border-radius: 50%;
}
.question-form {
    margin: 0 auto;
}

/* Media Screen */
@media screen and (max-width: 1199px) {
    .disclouser-navs {
        overflow: scroll;
        flex-wrap: nowrap;
    }
    .question-form .loanquo-question-box {
        padding-bottom: 3rem 0 1rem;
    }
}

@media screen and (min-width: 992px) {
    .navbar-transparent .navbar-nav .nav-link {
        margin: 0;
        padding: 0.5rem 0.8rem;
    }
    .form-head {
        padding: 0 4rem;
    }
}

@media screen and (max-width: 991px) {
    .back-link {
        top: -35px;
    }
    .group-item {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .navbar-transparent .navbar-nav .nav-link {
        margin: 0.4rem;
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width:1199.98px) {
    /* submenu open */
    .navbar .dropdown:hover>.dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        display: block;
        transition: all .3s ease-in;
    }
}

@media screen and (min-width: 768px) {
    .navbar-transparent {
        background-color: transparent;
    }
    .group-item {
        min-width: 40%;
    }
    .two-col, .four-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .two-col .group-item {
        -ms-flex-preferred-size: calc(50% - 1em);
        flex-basis: calc(50% - 1em);
        min-width: 0;
        margin: .5em;
    }
    .four-col .group-item {
        -ms-flex-preferred-size: calc(25% - 1em);
        flex-basis: calc(25% - 1em);
        min-width: 0;
        margin: .5em;
    }
    .monthly-Calculate .savings {
        padding: 0 15px;
    }
    .loanquo-question-box fieldset#funds_for {
        padding-bottom: 1rem;
    }
    .fs-md-3 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .navbar-collapse {
        padding: 10px 0;
    }
    .navbar-transparent {
        box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%);
    }
    .navbar-transparent .btn-outline-secondary:not(:hover) {
        color: #151e28;
    }
    .form-head {
        margin-bottom: 2.5rem;
    }
    h1.main-title {
        font-size: 26px;
        line-height: normal;
    }
    fieldset h2.form-title {
        font-size: 23px;
    }
    fieldset h2 span {
        white-space: normal;
    }
    .form-head p, .form-step-hint {
        font-size: 14px;
    }
    .back-link i, .back-link span {
        font-size: 15px;
    }
    .form-yes-no .two-col, .four-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .form-yes-no .two-col .group-item,
    .four-col .group-item {
        -ms-flex-preferred-size: calc(50% - 1em);
        flex-basis: calc(50% - 1em);
        min-width: 0;
        margin: .5em;
    }
    [data-tooltip]:after {
        bottom: calc(100% + 3px);
    }
    [data-tooltip]:after {
        border-width: 7px 7px 0px 7px;
    }
    .disclosures-table th p {
        margin-bottom: 0;
    }
    .disclosures-table p {
        line-height: normal;
    }
    .personalize-rates-tick p {
        font-size: 15px;
    }
    .monthly-Calculate .savings{
        margin: 50px 0px 30px;
    }
    .group-item label .icon-shape {
        width: 2.4rem;
        height: 2.4rem;
        line-height: 2.4rem;
    }    
    .loanquo-question-box fieldset#funds_for {
        margin-top: 2rem;
    }
    .lead {
        font-size: 1rem;
    }
}

@media screen and (min-width: 576px) {
    .form-input {
        max-width: 450px;
    }
}

@media screen and (max-width: 575px) {
    .formio-component .custom-control-label:after {
        top: 3px;
    }
    .check-wrap {
        max-width: 450px;
        margin: 0 auto;
    }
    #mortgage_payment .input-label {
        line-height: normal;
    }
    .monthly-Calculate .savings .plan-details-wrapper {
        flex-direction: column;
    }
    .monthly-Calculate .savings .plan-details {
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    .apply-cta {
        margin-top: 16px;
    }
    .main_title_content {
        display: none;
    }
    .question-form .loanquo-question-box {
        padding: 16px 0 16px;
    }
    .loanquo-question-box fieldset#funds_for {
        margin-top: 0;
    }
}