.mortgage-calculator-sec {
    padding:  0;
}

.mortgage-calculator-wrap .sec-head {
    margin-bottom: 40px;
}

.mortgage-calculator-wrap .sec-head h2 {
    text-align: center;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.3;
}

.mortgage-calculator-wrap .std-mc-left {
    padding-right: 30px;
}

.f-tab-content img{
    width: 100%;
}

.mortgage-calculator-wrap .std-mc-right {
    padding-left: 30px;
}

.interest_validation,
.max_price_validation,
.min_price_validation {
    color: #e81717;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: initial;
    font-size: 12px
}

.price-max-range,
.price-min-range {
    width: 41.66%;
    margin-bottom: 10px
}

.price-max-range label,
.price-min-range label {
    padding: 0;
    margin-bottom: 10px
}


.prop-block {
    margin-bottom: 20px
}


.prop-block section {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    padding: 13px 0 5px 0;
    display: flex;
    position: relative
}

.prop-block section:after {
    display: block;
    content: "";
    height: 1px;
    width: 80px;
    background-color: #9d9d9c;
    right: 0;
    position: absolute;
    top: 17px
}

.property_heading_container {
    z-index: 1;
    margin-top: -130px;
    background: #fff;
    padding-top: 50px;
    padding-right: 50px
}

h2.property-name {
    text-transform: uppercase;
    text-align: initial;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 24px;
    line-height: 36px
}



.divider {
    height: 1px;
    width: 26px;
    background-color: #9d9d9c;
    display: block;
    margin: 15px auto;
    text-transform: uppercase
}




.no-data {
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 30px 0
}



.range-divider {
    width: 55px;
    top: 85px;
    position: relative
}

.range-divider:before {
    content: " ";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    border-top: 1px solid #b9b9b9;
    height: 1px
}

@media (min-width: 767px) and (max-width:810px) {
    .range-divider:before {
        width: 70%;
        left: 15%
    }
}

@media (min-width: 991px) and (max-width:1200px) {
    .range-divider:before {
        width: 80%;
        left: 10%
    }
}

.mproperty-price input[type=text] {
    padding: 25px;
    color: #232323;
    width: 100%;
    font-size: 21px
}

.mortgagec-currency {
    color: #7c7c7c;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    right: 37px;
    top: 25px;
    text-transform: uppercase
}

.min {
    padding-top: 5px;
    padding-left: 10px;
    color: #ccc
}

.max {
    padding-top: 5px;
    padding-right: 10px;
    color: #ccc
}


.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    background: #d9d9d9;
    position: relative
}

.rangeslider--horizontal {
    height: 6px;
    width: 100%
}

.rangeslider__fill {
    background: #000;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider__handle {
    background: #232323;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    width: auto;
    min-width: 60px;
    height: auto;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 10px 5px;
    transform: translateY(-100%);
    margin-top: 14px;
    border: none;
    white-space: nowrap;
}

.rangeslider__handle:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(100%);
}
}

.mcalculator-right {
    text-align: end;
}

.mcalculator-right .btn {
    padding: 16px 24px;
    background: #000;
    color: #fff;
    border-radius: 0;
    border: 1px solid #000;
    transition: all .4s ease-in-out;
}

.mcalculator-right .btn:hover {
    background: transparent;
    color: #000;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -23px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.downpayment-range,
.loanduration-range {
    margin-top: 16px
}

.down-payment-info {
    color: #ababab !important;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px
}

a.down-payment-info {
    text-decoration: underline !important
}

.plus-minus-container {
    padding: 18px 15px;
    border-radius: 10px 0 0 10px;
    background-color: #212721;
    display: inline-block;
    cursor: pointer;
    color: initial !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.plus-minus-container img {
    width: 15px;
    filter: brightness(100) invert(1);
}

.container-plus,
.interest-plus {
    right: 0;
    left: inherit;
    border-radius: 0 10px 10px 0;
}

.output-mcalculation {
    color: #000;
    font-size: 56px;
    display: inline-block
}

.mcalculator-field .btn {
    padding: 30px;
    background: #000;
    margin-top: 10px
}

.mcalculator-right {
    text-align: right
}

.interest_validation,
.max_price_validation,
.min_price_validation {
    font-size: 14px;
    display: none
}

@media only screen and (min-width: 1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) {

    .mcalculator-right {
        text-align: right
    }

    .price-max-range,
    .price-min-range {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mproperty-price input[type=text] {
        padding: 16px
    }

    .container-plus,
    .interest-plus {
        margin-right: 0
    }

    .calc-result {
        margin-left: 0;
    }

    /*    .mproperty-price {
        padding-right: 0
    }*/


    .mortgagec-currency {
        top: 17px
    }
}

@media (max-width: 479px) {
    .mcalculator-right .container-plus {
        margin-left: 5px
    }

    .mcalculator-right {
        display: flex;
        justify-content: flex-end
    }
}


.std-mortgage-interestr #inInterest,
.std-mortgage-prop-price #inCost,
.std-mc-right #startDate,
.std-mc-right #annualPayment {
    padding: 10px 60px;
    color: #232323;
    font-size: 20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #232323;
}

.std-mc-right #startDate {
    padding: 10px 14px;
}

.std-mc-right #annualPayment {
    padding: 10px 0;
}

.std-mortgage-right .container-plus,
.std-mortgage-right .interest-plus {
    margin-left: 10px;
    margin-right: 0
}

.std-mortgage-right .plus-minus-container {
    padding: 18px
}

.std-mortgage-right {
    text-align: right
}

.calc-result {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 20px;
    margin-left: 10%;
}

.calc-result.row:first-child {
    padding-inline: 15px;
}

.sticky-estimated-payment-mobile {
    padding: 0;
    width: 100%;
    border-top: 1px solid #212721;
    padding-top: 40px;
}

.estimated-payment {
    color: #000;
    font-size: 24px;
    letter-spacing: 0
}

.estimated-mortgage-info {
    color: #181717;
    font-size: 14px
}

.estimated-monthly-right {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.estimated-monthly-right-aed {
    font-weight: 500;
    font-size: 20px;
}

.output-mcalculation {
    font-weight: 500;
}

.output-mcalculation+span {
    font-size: 20px;
    font-weight: 500;
}

.mortgage-calculator.std-mc-right .interest-row .interest-col,
.mortgage-calculator.std-mc-right .principal-row .principal-col {
    display: flex;
    padding-right: 0;
    padding-left: 0
}

.mortgage-calculator.std-mc-right .interest-row .interest-rectangle,
.mortgage-calculator.std-mc-right .principal-row .principal-rectangle {
    margin-right: 20px
}

.doughnutchartMain {
    max-width: 200px;
    margin: auto;
    margin-bottom: 20px;
}

.interest-rectangle,
.principal-rectangle {
    height: 24px;
    min-width: 24px;
    border-radius: 4px;
    background-color: #071c35;
    display: inline-block
}

.interest-rectangle {
    background-color: #b18500
}

.m-col-desc {
    display: inline-block;
    vertical-align: top;
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize
}

.schedule {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 10px
}

.std-mc-left {
    padding-right: 40px
}

.std-mc-right {
    padding-left: 40px
}

.label-headings,
.std-mc-left label {
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.std-mc-left label {
    letter-spacing: 0
}

.downpayment-amount,
.loan-duration {
    font-size: 20px;
    text-transform: capitalize
}

.m-start-date {
    color: #7c7c7c;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    right: 37px;
    top: 25px;
    text-transform: uppercase
}

.std-mortgagec-currency {
    color: #7c7c7c;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    right: 69px;
    top: 17px;
    text-transform: uppercase;
}

.std-mc-startdate {
    position: absolute;
    right: 36px;
    top: 19px;
    background: #fff url(../../../themes/emaar/inc/assets/images/calendar.svg) no-repeat center center;
    background-size: 22px auto
}

.annual-payment .std-mortgagec-currency {
    bottom: 18px;
    right: 30px;
    top: initial !important
}

.mortgage-payoff-date {
    border-radius: 2px;
    background-color: rgba(7, 28, 53, .05);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mortgage-payoff-date span.m-payoff-desc {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    width: 50%;
    justify-content: start
}

.mortgage-payoff-date .title-heading {
    display: flex;
    width: 50%;
    justify-content: end
}

.title-heading {
    color: #000;
    font-size: 24px
}

.mc-page-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.5
}

.mc-years-line-chart {
    color: #9d9d9c;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.section-amortization-chart {
    margin-top: 30px;
    margin-bottom: 30px
}

.std-mc-desc {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

.rec-linec-rbal {
    height: 18px;
    width: 18px;
    background-color: #b18500;
    display: inline-block
}

.rec-linec-rinterest {
    height: 18px;
    width: 18px;
    background-color: #3fbac2;
    display: inline-block
}

.rec-linec-principal {
    height: 18px;
    width: 18px;
    background-color: #071c35;
    display: inline-block
}

.linechart-notations {
    color: #181717;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    display: inline-block;
    vertical-align: top
}

.mc-line-chart-notations-inner {
    display: inline-block;
    margin-right: 50px
}

.mc-line-chart-notations-inner::last-of-type {
    margin-right: 0
}

.total-payments {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px
}

.currency-textbold,
.value-total-interest,
.value-total-payments {
    font-weight: 500
}

.stdmc-downpayment-info {
    font-size: 20px;
    margin-top: 15px;
    color: #232323 !important;
    margin-bottom: 30px;
    font-style: italic;
}

.mcnew-label {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.startDate-datepicker {
    background: #fff url(../assets/images/calendar.svg) no-repeat 94% center;
    background-size: 16px;
    border: 1px solid #767676
}

.advance-payment {
    margin-bottom: 20px
}

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

    .interest-plus,
    .std-mortgage-right .container-plus {
        margin-left: 5px
    }

    .std-mc-left {
        padding-right: 15px
    }

    .std-mc-right {
        padding-left: 15px
    }

    .mc-line-chart-notations-inner {
        display: block
    }

    .mc-start-date {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .sticky-estimated-payment-mobile {
        height: auto;
        bottom: 0;
        position: fixed;
        z-index: 1000000;
        background-color: #fff;
        box-shadow: 0 -2px 8px 0 rgba(7, 28, 53, .05);
        margin-left: -15px;
        padding-top: 20px;
    }

    .estimated-payment-block {
        background-color: none
    }

    .estimated-payment-block input[type=submit] {
        white-space: normal
    }
}

@media (max-width: 480px) {
    .std-mortgage-right {
        text-align: right;
        padding-left: 0
    }

    .std-mortgage-right .plus-minus-container {
        padding: 19px 15px
    }
}

@keyframes heart {

    0%,
    17.5% {
        font-size: 0
    }
}

.prop-name-row {
    top: 0;
    position: sticky;
    z-index: 2;
    background: #fff !important
}

@media only screen and (max-width: 767px) {
    .prop-info-row {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 12px;
        margin-bottom: 20px
    }
}

.mcalculator-field {
    margin-bottom: 40px;
}

.mortgage-calculator .mcalculator-field:last-child {
    margin-bottom: 20px
}

.text-height-0 {
    line-height: 0 !important
}


/* .mcalculator-field {
    margin-bottom: 60px;
}

.mortgage-calculator-sec .label-headings {
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
}

.input-group {
    position: relative;
    width: 100%;
    border: 1px solid #232323;
}

.form-control {
    padding: 17px 68px 17px 17px;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border: none;
    background: transparent;
}

.form-control::placeholder {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}

.input-group-text {
    position: absolute;
    top: 19px;
    right: 17px;
    color: #7C7C7C;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
}

.form-control:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.std-mortgage-right {
    text-align: right;
}

.plus-minus-container {
    border-radius: 0 2px 2px 0;
    background-color: #F5F5F5;
    display: inline-block;
    cursor: pointer;
    color: initial !important;
}

.std-mortgage-right .plus-minus-container {
    padding: 18px;
}

.std-mortgage-right .container-plus {
    margin-left: 10px;
}

.plus-minus-container img {
    width: 18px;
    height: auto;
    object-fit: contain;
}

.advance-payment,
.loan-duration {
    margin-bottom: 40px;
}

.downpayment-amount {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    display: block;
    font-weight: 500;
    text-align: right;
}

.downpayment-range {
    position: relative;
    width: 100%;
    height: 50px;
}

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    background: #D9D9D9;
    position: relative
}

.rangeslider--horizontal {
    height: 6px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider__fill {
    background: #000;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: #fff;
    color: #232323;
    font-weight: 400;
    font-size: 20px;
    top: -23px;
    border: 1px solid #000;
    cursor: pointer;
    display: inline-block;
    width: 141px;
    height: 61px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.rangeslider__handle:after,
.rangeslider__handle:before {
    content: "";
    width: 10px;
    height: 10px;
    border: none;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
    right: 15px;
    top: 25px;
    transition: border .4s ease-in-out;
    padding-right: 0;
    position: absolute;
}

.rangeslider__handle:before {
    transform: rotate(138deg);
    right: inherit;
    left: 15px;
}

.down-payment-info {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #ABABAB;
    line-height: 1.2;
    font-weight: 400;
}

.mcalculator-field.interest-rate {
    margin-top: 40px;
}

.sticky-estimated-payment-mobile {
    border-radius: 2px;
    background-color: rgba(7, 28, 53, .05);
    padding: 20px;
    width: 100%;
}


.estimated-payment {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0
}

.estimated-mortgage-info {
    color: #181717;
    font-size: 14px;
}

.std-mc-left {
    padding-right: 20px;
}

.std-mc-right {
    padding-left: 20px;
}

.estimated-monthly-right {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
} */

.page-desc {
    display: block;
    width: 100%;
    color: #232323;
    font-size: clamp(1.125rem, .922rem + 0.649vw, 1.438rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 50px;
}

.total-interest-col {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #232323;
    margin-inline: 40px;
    width: fit-content;
    padding-inline: 0;
}

.schedule+.row {
    padding-inline: 20px;
}

.mortgage-offers-sec .sec-head {
    margin-bottom: 30px;
}

.mortgage-offers-sec .sec-title {
    font-size: 40px;
}

.mortgage-offers-blk .tbl-row>div>h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 6px;
    font-family: 'Corporate S' !important;
}

.mortgage-offers-blk .tbl-row.thd-row {
    background-color: #f1f1f1;
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0 15px;
}

.mortgage-offers-blk .tbl-row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    /*background-color: #F8F9FB;*/
    padding: 15px 15px;
    border-bottom: 1px solid #e2e2e2;
}

.mortgage-offers-blk .tbl-row .thd-col.pp-bank {
    flex: 1 1 30%;
}

.mortgage-offers-blk .tbl-row .tbd-col.pp-bank {
    display: flex;
    align-items: center;
    flex: 1 1 30%;
    text-align: left;
}

.mortgage-offers-blk .tbl-row .tbd-col {
    text-align: center;
}

.mortgage-offers-blk .tbl-row .tbd-col.pp-bank .pp-img {
    min-width: 130px;
    max-width: 130px;
    margin-right: 15px;
}

#mortgageOffers .enquiry-popup-r{
    width: 100% !important;
}

#mortgageOffers .enquiry-popup-l{
    display: none !important;
}

#mortgageOffers.enquiry-popup{
    max-width: 750px !important;
}

body #mortgageOffers.enquiry-popup .gform_footer .button{
    width: auto !important;
    margin: auto;
}

.mortgage-offers-blk .tbl-row .pp-sal,
.mortgage-offers-blk .tbl-row .pp-mpay {
    flex: 1 1 15%;
}

.annual-payment{
    position: relative;
}

.mortgage-offers-blk .tbl-row .pp-fr {
    flex: 1 1 10%;
}

.mortgage-offers-blk .tbl-row .pp-dp {
    flex: 1 1 12%;
}

.mortgage-offers-blk .tbl-row .pp-apply {
    flex: 1 1 14%;
}

.mortgage-offers-blk .tbl-row.tbd-row {
    /*background-color: #F8F9FB;*/
    border-bottom: 1px solid #212721;
    margin-bottom: 20px;
}

.mortgage-offers-blk .tbl-row .pp-img img {
    max-height: 65px;
    width: 100%;
    /* object-fit: contain; */
    /* background: #f1f1f1; */
}

.mortgage-offers-blk .tbl-row .tbd-col.pp-img img {
    padding-right: 16px;
}

.mortgage-offers-blk .btn {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background: transparent;
    border-radius: 0;
    border: 1px solid #000;
    text-align: center;
    transition: all .4s ease-in-out;
    padding: 10px 24px;
    text-transform: uppercase;
    min-width: fit-content;
}

.mortgage-offers-blk .btn:hover {
    color: #fff;
    border-color: #000;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.mortgage-offers-blk .tbl-row>div>span {
    display: block;
    color: #232323;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}

.total-amount {
    margin-bottom: 10px;
}

.total-payments {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}

.value-total-payments,
.value-total-interest,
.currency-textbold {
    font-weight: 500;
}

.schedule {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-inline: 20px;
}

#startDate-container .form-control {
    padding: 17px;
}

.mortgage-payoff-date {
    border-radius: 2px;
    background-color: rgba(7, 28, 53, .05);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mortgage-payoff-date span.m-payoff-desc {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    width: 50%;
    justify-content: start
}

.mortgage-payoff-date .title-heading {
    display: flex;
    width: 50%;
    justify-content: end
}

.title-heading {
    color: #000;
    font-size: 24px
}

.mc-page-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.5
}

.partial_entry_warning {
    display: none !important;
}

.notification-sec {
    padding: clamp(0.938rem, 0.439rem + 1.596vw, 1.875rem);
    background-color: #f6f7c3;
    border: 2px solid #bbbba3;
    border-radius: 10px;
    width: fit-content;
    position: fixed;
    left: clamp(1.563rem, 0.731rem + 2.66vw, 3.125rem);
    bottom: clamp(1.563rem, 0.731rem + 2.66vw, 3.125rem);
    max-width: clamp(18.75rem, 11.104rem + 24.468vw, 33.125rem);
    opacity: 0;
    visibility: hidden;
    transition: .6s all ease-in-out;
    z-index: 999999;
}

.notification-title {
    font-size: clamp(1.25rem, 1.051rem + 0.638vw, 1.625rem);
    color: #212721;
    line-height: 1;
    margin-bottom: 10px;
}

.notification-content {
    font-size: clamp(1rem, 0.867rem + 0.426vw, 1.25rem);
    color: #212721;
    line-height: 1.4;
    margin-bottom: 8px;
}

.notification-sec .btn {
    font-size: clamp(1rem, 0.934rem + 0.213vw, 1.125rem);
    font-weight: 400;
    padding: 4px 12px;
    min-width: auto;
}

.notification-sec .btn:focus {
    color: #fff;
}

.notification-close {
    background-image: url(../img/close-img.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.notification-sec.notification-open {
    opacity: 1;
    visibility: visible;
}

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

    .std-mortgage-right .plus-minus-container {
        padding: 10px;
    }

    .std-mortgagec-currency {
        top: 16px;
    }

    .form-control {
        padding: 14px 58px 14px 14px;
    }

    #startDate-container .form-control {
        padding: 14px;
    }

    .total-payments {
        font-size: 16px;
    }

    .label-headings,
    .std-mc-left label {
        font-size: 16px;
    }



}

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

    .calc-result {
        margin-left: 0 !important;
    }

    .mortgage-calculator-sec .label-headings {
        font-size: 18px;
    }

    .sticky-estimated-payment-mobile {
        margin-bottom: 30px;
    }

    .mortgage-offers-blk .tbl-row .tbd-col.pp-bank {
        flex: 1 1 75%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e2e2e2;
    }

    .total-interest-col {
        margin-inline: 30px;
    }

    /*

    .mortgage-offers-blk .tbl-row .pp-bank {
        flex: 1 1 50%;
        order: 7;
    }*/

    .mortgage-offers-blk .tbl-row .pp-apply {
        flex: 1 1 25%;
        order: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e2e2e2;
    }

    .mortgage-offers-blk .tbl-row .pp-fr {
        flex: 1 1 22%;
        order: 5;
        max-width: 22%;
    }

    .mortgage-offers-blk .tbl-row .pp-mpay {
        flex: 1 1 28%;
        order: 4;
        max-width: 28%;
    }

    .mortgage-offers-blk .tbl-row.tbd-row:after {
        content: "";
        width: 100%;
        background-color: #EAEAEA;
        height: 1px;
        display: flex;
        order: 5;
    }


    .mortgage-offers-blk .tbl-row>div>span {
        padding: 20px 0;
    }

    .mortgage-offers-blk .tbl-row.tbd-row {
        padding: 0 15px;
    }

    .mortgage-offers-blk .tbl-row .pp-img img {
        max-height: 54px;
    }

    .mortgage-offers-blk .tbl-row .pp-sal,
    .mortgage-offers-blk .tbl-row .pp-dp {
        flex: 1 1 25%;
        order: 3;
        max-width: 25%;
    }

    .mortgage-offers-blk .tbl-row>div>span {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 16px;
        text-align: left;
    }

    .mortgage-calculator-wrap .std-mc-right {
        padding-left: 15px;
    }

    .mortgage-calculator-wrap .std-mc-left {
        padding-right: 15px;
    }
}

@media only screen and (max-width:767px) {
    .sticky-estimated-payment-mobile {
        height: auto;
        bottom: 0;
        position: fixed;
        z-index: 1000000;
        background-color: #FFF;
        box-shadow: 0 -2px 8px 0 rgba(7, 28, 53, .05);
        margin-left: -15px;
        margin-bottom: 0;
        padding: 10px 15px;
    }
}

@media only screen and (max-width:568px) {
    .mortgage-calculator-wrap .sec-head {
        text-align: center;
    }

    .mortgage-calculator-wrap .sec-head h2 {
        font-size: 18px;
    }

    .mortgage-calculator-sec .label-headings {
        font-size: 16px;
    }

    .form-control {
        font-size: 16px;
    }

    .form-control::placeholder {
        font-size: 16px;
    }

    .input-group-text {
        font-size: 16px;
        top: 15px;
        right: 14px;
    }

    .downpayment-amount {
        font-size: 16px;
    }

    .mcalculator-field {
        margin-bottom: 30px;
    }

    .down-payment-info {
        font-size: 14px;
    }

    .estimated-monthly-right {
        font-size: 16px;
    }

    .total-payments {
        font-size: 16px;
    }

    .mc-start-date {
        margin-bottom: 20px;
    }

    .title-heading {
        font-size: 18px;
    }

    .mortgage-payoff-date span.m-payoff-desc {
        font-size: 14px;
    }

    .mcalculator-right .btn {
        padding: 16px 16px;
    }

    .estimated-payment {
        font-size: 20px;
    }

    .page-desc {
        font-size: 14px;
        margin: 0 auto 40px;
    }

    .mortgage-offers-blk .tbl-row .tbd-col.pp-bank {
        flex: 1 1 100%;
    }

    .mortgage-offers-blk .tbl-row .pp-apply {
        order: 8;
        padding-top: 0;
        padding-bottom: 0;
    }

    .mortgage-offers-blk .btn {
        padding: 10px 20px;
    }

    .mortgage-offers-blk .tbl-row .tbd-col.pp-bank .pp-img {
        min-width: 120px;
        max-width: 120px;
    }

    .mortgage-offers-blk .tbl-row.tbd-row {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .mortgage-offers-blk .tbl-row.thd-row {
        padding: 0 5px;
    }

    .mortgage-offers-blk .tbl-row>div>h4 {
        font-size: 10px;
        line-height: 1.4;
    }

    .total-interest-col {
        margin-inline: 15px;
    }

    .schedule {
        padding-inline: 0;
    }

    .schedule+.row {
        padding-inline: 0;
    }
}

.blog-entry-content .wp-block-table,
.blog-entry-content p,
.blog-entry-content ul {
    margin-bottom: clamp(0.625rem, 0.293rem + 1.064vw, 1.25rem);
    font-size: clamp(1rem, 0.934rem + 0.213vw, 1.125rem);
}

.blog-entry-content .h2,
.blog-entry-content h2 {
    margin-top: clamp(1.563rem, 0.731rem + 2.66vw, 3.125rem);
    margin-bottom: clamp(1.563rem, 0.731rem + 2.66vw, 3.125rem);
    font-size: clamp(1.5rem, 1.301rem + 0.638vw, 1.875rem);
}

.blog-entry-content .breadcrumbs,
.blog-entry-content .rank-math-breadcrumb {
    display: none;
}

.h2:lang(en),
h2:lang(en) {
    text-transform: capitalize;
    letter-spacing: 0.05em;
}

.btn-back {
    text-align: left;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    background-color: transparent;
    position: relative;
    padding-block: 15px;
}

.btn-back::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}