/* Start custom CSS for global, class: .elementor-global-5343 */.elementor-5335 .elementor-element.elementor-global-5343 * {
  font-family:Assistant!important;
}

    .mortgage-container {
        display: grid;
        grid-gap: 35px;
    }

    #mortgage-form {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        
        grid-gap: 15px;
        padding: 15px 0;
    }
    .elementor-5335 .elementor-element.elementor-global-5343 form input {
              grid-column: span 3;
              border:0px;
              background: #efefef99;

    }
    
.elementor-5335 .elementor-element.elementor-global-5343 form div {
              grid-column: span 1;
              font-weight:700!important;

    }

    .type-tabs {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .type-tabs>div {
        padding: 10px 10px 10px 10px;
        width: 100%;
        text-align: center!important;
        cursor: pointer;
        justify-content: center;
        
    }

    .tab-selected {
        background: #022B57;
        color: white;
        font-weight:700;
    }

    .result-table {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }

    .result-title {
        font-weight: 600;
    }
    
@media (max-width: 992px) {
       .type-tabs {
        flex-wrap: wrap;
    }
    
    
    .result-table {
    width:100%;
    margin:auto;
    padding:0px;

    }
    
    .result-title {
    background: #C7AC48;
    color:white;
    line-height:1em;
    padding:5px;
    text-align: center;
}

.resultes {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    
 }
 .elementor-5335 .elementor-element.elementor-global-5343 form div {
    line-height:1em;
    }
}
.result-title {
    background: #022B57;
    color:white;
    text-align: center;
}

.resultes {
    background: #efefef99;
        text-align: center;
}


@media (min-width: 992px) {


.type-tabs > div:after {
    content:"\f0d7";
    font-family: "font awesome 5 free"!important;
    font-weight:700;
    color:#efefef;
    position:absolute;
    top:15px;
    font-size:40px;
    text-align: center!important;
     }

.type-tabs > .tab-selected:after {
        color:#022B57!important;

}

.infobox {
    width:40%;
    padding:20px;
     border-radius:10px;
    box-shadow: 4px 4px 20px 4px #cdcdcd55;
    margin-right:40px;
}

.infobox h2 {
    color: #022B57;
    font-weight:700;
    font-size: 45px;
    text-align: center;
    

}

.infobox .phoneno  {
    font-size:30px;
    width:100%!important;
    text-align: center;
    font-weight:700;

}

.infobox .phoneno:after {
    font-size:21px;
    font-family: "font awesome 5 free";
    content:'\f095';
    color: #cdcdcd;
    padding-left:10px;
    
}


.section-results {
    display: flex;
}

p.quote-text {
     font-size:18px;
         text-align: center;

}

.result-table {
   width:60%;
    border: 1px solid #efefef;
    padding:20px;
    border-radius:10px;
    box-shadow: 4px 4px 20px 4px #cdcdcd55;
}

.resultes , .result-title {
    display:flex;
    line-height:1em;
    justify-content:center;
    align-items:center;
    padding:10px;
    
 }
}

@media (max-width: 992px) {


.infobox {
    width:100%;
    padding:20px;
     border-radius:10px;
    box-shadow: 4px 4px 20px 4px #cdcdcd55;
    margin-right:0px;
}

.infobox h2 {
    color: #022B57;
    font-weight:700;
    font-size: 45px;
    text-align: center;
    

}

.infobox .phoneno  {
    font-size:30px;
    width:100%!important;
    text-align: center;
    font-weight:700;

}

.infobox .phoneno:after {
    font-size:21px;
    font-family: "font awesome 5 free";
    content:'\f095';
    color: #cdcdcd;
    padding-left:10px;
    
}


.section-results {
    display: flex;
    flex-flow:column;
}

p.quote-text {
     font-size:18px;
         text-align: center;

}

.result-table {
   width:100%;
    border: 1px solid #efefef;
    padding:20px;
    border-radius:10px;
    box-shadow: 4px 4px 20px 4px #cdcdcd55;
}


}
.type-tabs {
    padding:0px!important;
    background: #efefef;
    
}/* End custom CSS */