/* ---Mortgage form---Start--- */
.gfield_required {
    display: none !important;
}

/* #gform_page_1_20 .gfield_required, #gform_page_1_21 .gfield_required{
	display: block !important;
} */

#input_1_3 .gchoice {
    display: inline-block;
    margin: 0px auto !important;
    width: calc(48%);
    max-width: 100%;
}


.mortgage-form .gfield_label {
    font-size: 35px !important;
    line-height: 45px !important;
    font-family: 'Poppins' !important;
    padding-bottom: 20px;
}
.gform-page-footer.gform_page_footer.top_label {
    padding-top: 20px !important;
}
.mortgage-form p.gform_required_legend, .mortgage-form p.gf_progressbar_title {
    display: none !important;
}
.mortgage-form .gform-theme-button {
    background: #0D476C !important;
    padding: 15px 30px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 30px !important;
	  color: #fff !important;
	  font-family: 'Poppins' !important;
}
.mortgage-form .gform-theme-button:focus {
    outline: none !important;
}
.mortgage-form .gform-theme-button:hover{
	background-color: #3A7299 !important;
}
.mortgage-form .gform-field-label--type-sub {
    font-size: 16px !important;
    font-weight: 500 !important;
	  font-family: 'Poppins' !important;
}

.mortgage-form input::placeholder {
    font-size: 18px !important;
	  font-family: 'Poppins' !important;
}

.mortgage-form .gfield-image-choice-wrapper-inner label, .mortgage-form .gfield_radio label {
    font-size: 18px !important;
    font-family: 'Poppins' !important;
    padding: 0 !important;
}
.mortgage-form .gfield_description {
    font-size: 16px !important;
    font-family: 'Poppins' !important;
}
.mortgage-form .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within, .mortgage-form .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper {
    --gf-local-border-color: #0D476C !important;
    --gf-local-outline-color: #0D476C !important;
}
.mortgage-form .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
    background-color: #0D476C !important;
}
input#gform_submit_button_1 {
    background: #0d476c !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 30px;
}
input#gform_submit_button_1:hover {
    background: #397197 !important;
}

/* ---Mortgage form---End--- */

.on-scroll {
    scroll-margin-top: 100px;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
    margin-bottom: 0 !important;
}
.elementor-menu-toggle {
    padding: 10px;
}
a {
    word-wrap: break-word;
}
.contact-info .elementor-icon-box-wrapper {
    display: flex !important;
    text-align: left !important;
}
.contact-info .elementor-icon-box-content {
    padding-left: 15px !important;
}

/* Contact-form -- Start-- */
.select-caret-down-wrapper {
    display: none !important;
}
select {
    border: none;
    background-image: url("https://cdn.shopify.com/s/files/1/0649/6580/4273/t/63/assets/select-arrow.png?v=1698350129");
    background-position: right center;
    background-repeat: no-repeat;
}
::-webkit-file-upload-button {
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #666666;
    margin-right: 20px;
}
label {
    padding-left: 15px !important;
}
textarea {
    border-radius: 20px !important;
}
/* Contact-form -- End-- */