/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Poppins", sans-serif;
}
:root {
    --primary: #333;
    --secondary: #333;
    --errorColor: red;
    --stepNumber: 6;
    --containerWidth: 600px;
    --bgColor: #333;
    --inputBorderColor: lightgray;
}

::selection {
    color: #fff;
    background: var(--primary);
}

.container header {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 30px;
    color: #1c8691;
}
.container .form-outer {
    overflow: hidden;
    margin: 30px;
    margin-top: -25px;
}
.container .form-outer form {
    display: flex;
    width: calc(100% * var(--stepNumber));
}
.form-outer form .page {
    width: calc(100% / var(--stepNumber));
    transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title {
    text-align: left;
    font-size: 118.75%;
    font-weight: 500;
}
.form-outer form .page .field {
    width: var(--containerWidth);
    height: 45px;
    margin: 45px 0;
    display: flex;
    position: relative;
}
form .page .field .label {
    position: absolute;
    top: -30px;
    font-weight: 500;
}
form .page .field input {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid #1c8691;
    border-radius: 5px;
    padding-left: 15px;
    margin: 0 1px;
    font-size: 18px;
    transition: border-color 150ms ease;
}

form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}
form .page .field button {
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: var(--secondary);
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;


    background-color: #1c8691;
   
}
form .page .field button:hover {
    background: #1c8691;
}
form .page .btns button {
    margin-top: -20px !important;
}
form .page .btns button.prev {
    margin-right: 3px;
    font-size: 17px;
}
form .page .btns button.next {
    margin-left: 3px;
}
.container .progress-bar {
    display: flex;
    margin-top: 40px;
    user-select: none;
}
.container .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}
.container .progress-bar .step p {
    /* font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px; */
    display: none;
}
.progress-bar .step .bullet {
   height: 1px;
    width: 110px;
    border: 2px solid #aad2d6;
    display: inline-block;
    border-radius: 11%;
    position: relative;
    /* transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin-top: 0px;
    padding-top: 0px; */
    position: relative;
    bottom: 39px;
    background-color: #aad2d6;
}
.progress-bar .step .bullet.active {
    border-color:#1c8691;
    background:#1c8691 ;
}
.progress-bar .step .bullet span {
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
    display: none;
}
.progress-bar .step .bullet.active span {
    display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
    /* position: absolute;
    content: "";
    bottom: 11px;
    right: -51px;
    height: 3px;
    width: 44px;
    background: #262626; */
    display: none;
}
.progress-bar .step .bullet.active:after {
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}
@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}
.progress-bar .step p.active {
    color: var(--primary);
    transition: 0.2s linear;
}
.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}
.progress-bar .step .check.active {
    display: block;
    color: #fff;
}

.main-filed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
  
}

.field-type {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
}
label{
    border: 2px solid #1c8691;
    border-radius: 20px;
    width: 80%;
}
.row {
    display: flex;
}

.column {
    flex: 1;
}

/* Optional: Adjust width as needed */
.logo-container {
    width: 100%; /* Adjust as needed */
}

.container {
    width: 100%; /* Adjust as needed */
}
.logo-r {
    display: grid;
    grid-template-columns: 40% 60% !important;
}
.main-container {
    max-width: 100%!important;
}
.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    padding: 0%;
}
.column-logo{
    background-color: #aad2d6;
}
input[type="radio"] {
    height: 100px;
   
}
img.logo-tnm {
    width: 50%;
    padding-left: 100px;
    padding-top: 40px;
}
.ballon {
    margin-left: 30%;
    margin-top: 30%;
}
h2#header{
   
        color: #16646c;
        font-family: "Gilroy ExtraBold", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 29px;
        text-align: center;
    
}

p#sub-header {
    margin-top: 25px !important;
    color: #1c8691;
    font-family: "Gilroy Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px !important;
    text-align: center;

}
form .page .field button {
    width: 20%;
    height: 150%;
    border: none;
    background: var(--secondary);
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
    margin: 0px;
    background-color: #1c8691;
    margin: 0 auto;
   
}
img.opt-img {
    
        width: 2%;
        position: relative;
        left: 87%;
        bottom: 24px;
    }
   

p.opt {
   
    color: #1c8691;
   
        position: relative;
        left: 90%;
        bottom: 46px;
    }

    .top-bar__container {
        position: relative;
        bottom: 27px;
        margin-left: 16px;
    }
a:where(:not(.wp-element-button)) {
    color: #1c8691;
    text-decoration: underline;
}
.top-bar__phone {
    color: #1c8691;
}
.right {
    width: 50%;
    margin: 0 auto;
}

.box-001{
    border: 4px solid #1c8691;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto 14px;
    display: none;
}
.box-001.active{
    display: none !important;
}

.box-001 i{
    color: #1c8691;
    font-size: 25px;
}
label{
   
        min-height: 98px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    
}
.mortgage-type input[type="radio"]:checked + .box-001 {
    visibility: hidden;
    display: block !important;
}

label span{
    display: block;
    width: 100%;
    text-align: center;
}
body.page-template.page-template-custom-contact.page.page-id-41.logged-in.admin-bar.no-customize-support.wp-embed-responsive {
    overflow-x: hidden;
}
.mortgage-type .box-001 {
    display: none;
}

.mortgage-type input[type="radio"]:checked + .box-001 {
    display: block;
}

.mortgage-type input[type="radio"]:checked + .box-001 i {
    display: block;
}

.mortgage-type .box-001 {
    visibility: hidden;
}



.mortgage-type input[type="radio"]:checked + .box-001 i {
    visibility: visible;
    padding: 3px;
}
input[type="radio"] {
    height: 100px;
    display: none;
}
h3.easy {
  
    margin-left: 20%;
    color: #1c8691;
}
.easy-mor{
    border-radius: 8px;
    border: 2px solid #1c8691;
    width: 80%;
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: border .35s, background .35s;
    margin-bottom: 10px;
    min-height: 74px;
    padding-left: 10px;
}

.easy {
    padding-left: 8%;
}
.icon {
 
    position: relative;
    right: 10px;
   
}
img.logo-tn {
    height: 47px;
    position: relative;
    left: 200%;
}
img.logo-tnmm {
    width: 84px;
}
h4.textt{
    
        color: #000;
        font-family: "Gilroy Medium", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 112.5%;
        margin-left: 10px;
    
}
h4.textt span
{font-family: "Gilroy ExtraBold", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #16646c;
    font-size: 87.5%;
    display: block;
    margin-bottom: 3px;
}
h4.add {
   
    margin: 0 auto;
    font-weight: 700;
    font-size: 115.5%;
    color: #047281;
}
h3.app {
    margin: 10px 147px;
    color: #1c8691;
    font-weight: 900;
}
.sub{
   
    color: #fff;
    outline: none;
    padding: 25px 25px 25px 25px;
    cursor: pointer;
    font-family: "Gilroy ExtraBold", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 112.5%;
    width: auto;
    margin: 0px auto 0px auto;
    transition: background .35s;
    display: block;
    border-radius: 2px;
    max-width: 332px;
    width: 100%;
    text-align: center;
    border: none;
    background: #1c8691;
}
.status-check {
    position: relative !important;
    left: 82px !important;
    color: #007822 !important;
}.span-link {
    cursor: pointer;
    color: #1c8691;
    text-decoration: underline;
}
p.terms{
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}
img.logo-tn {
    
        height: 37px;
        position: relative;
        left: 53%;
        bottom: 13px;
    
}
input[type="button\ class\="] {
    /* padding-left: 25px; */
    padding: 25px 179px;
    position: relative;
    right: 10px;
}button#btn {
    padding: 25px 222px;
    position: relative;
    right: 10px;
}
div#show {
    display: none;
}
#page-seven {
  display: none;
}

.hide-additional-details .hide-additional-details-trigger {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: none;
    margin-bottom: 0px;
    justify-content: space-around;
    min-height: 65px;
}
 .hide-additional-details .hide-additional-details-trigger h3 {
    color: #e3712e;
    text-align: center;
    font-size: 100%;
    font-family: "Gilroy ExtraBold";
}
#body-content p {
    font-size: 100%;
    line-height: 1.4;
    margin: 0px 0px 20px 0px;
}
.hide-additional-details .hide-additional-details-trigger p {
    max-width: 340px;
    margin: 0px !important;
}
span#mortgageTypeErrorMsg {
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 4%;
    left: 20%;
}span#mortgageAmountErrorMsg{
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 0%;
    left: 12%;


}
span#fundsRequiredErrorMsg{
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 2%;
    left: 10%;
}
span#mortgageTypErrorMsg{
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 4%;
    left: 20%;
}
span#mortgageTyErrorMsg{
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 4%;
    left: 20%;
}span#fnameErrorMsg{
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 0%;
    left: 20%;

}
span#emailErrorMsg{
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 0%;
    left: 20%;

}
span#phoneErrorMsg{
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 0%;
    left: 20%;

}
span#provinceErrorMsg{
    color: #1c8691;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 0%;
    left: 20%;

}
button#add {
    width: 88%;
    background-color: #f9f9f9;
    border: 2px solid #1c8691;
    color: #1c8691;
    padding: 0px;
    margin-right: 74px;
}

p.textt {
    text-align: center;
    margin: 0 auto;
    width: 50%;
}
h3.text {
  
    text-align: center;
    color: #16646c;
}
div#show {
    position: relative;
    bottom: 100px;
}
div#number {
    display: none;
}

i.fa-solid.fa-check {
    border: 4px solid #1c8691;
    border-radius: 50%;
    width: 26px;
}
div#money {
    display: none;
}
header#contact {
    display: none;
}
header#easy {
    display: none;
}
header#easy {
    text-align: center;
    margin-right: 76px;
    font-size: 30px;
}

@media screen and (max-width: 660px) {
    :root {
        --containerWidth: 400px;
    }
    .progress-bar .step p {
        display: none;
    }
    .progress-bar .step .bullet::after,
    .progress-bar .step .bullet::before {
        display: none;
    }
    .progress-bar .step .bullet {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .progress-bar .step .check {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 15px;
        transform: translate(-50%, -50%);
        display: none;
    }
    .step {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 490px) {
    :root {
        --containerWidth: 100%;
    }
    .container {
        box-sizing: border-box;
        border-radius: 0;
    }
}

