.elementor-1950 .elementor-element.elementor-element-1ddc4e7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1950 .elementor-element.elementor-element-9982fbe{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1950 .elementor-element.elementor-element-b113be1 .elementor-button{background-color:var( --e-global-color-8196dc6 );font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;text-decoration:none;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1950 .elementor-element.elementor-element-7769729{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -20px;padding:0px 0px 0px 0px;text-align:justify;font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:400;line-height:1.4em;}.elementor-1950 .elementor-element.elementor-element-808fe0e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -20px;padding:0px 0px 0px 0px;text-align:justify;font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:500;line-height:1.4em;}.elementor-1950 .elementor-element.elementor-element-2035976 .elementor-button{background-color:var( --e-global-color-8196dc6 );font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;text-decoration:none;}.elementor-1950 .elementor-element.elementor-element-62c8f72{--display:flex;}.elementor-1950 .elementor-element.elementor-element-a73fd52{--display:flex;--min-height:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#16467C14;--border-color:#16467C14;--border-radius:5px 5px 5px 5px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1950 .elementor-element.elementor-element-dcda37c{padding:20px 20px 20px 20px;}.elementor-1950 .elementor-element.elementor-element-d8a2f72{--display:flex;--min-height:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#16467C14;--border-color:#16467C14;--border-radius:5px 5px 5px 5px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1950 .elementor-element.elementor-element-a73fd52{--width:100%;}.elementor-1950 .elementor-element.elementor-element-d8a2f72{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-dcda37c */ .contact_form {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact_form .field-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact_form .field-group label {
    margin-bottom: 8px;
    color: #33475b !important;
}

.contact_form .field-group input,
.contact_form .field-group textarea {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    background: #f5f8fa;
    border:1px solid #cbd6e2;
}
.submit_button:hover{
    background: #104f8b;
    text-decoration: none !important;
    color: #fff;
    padding:10px 15px;
    border-radius:5px;
    line-height: 60px;
}
.required {
    color: red;
}
.contact_form .field-group label {
    margin-bottom: 8px;
    color: #33475b !important;
    font-weight: 500;
    font-size: 14px;
}
.submit_button {
    background: #104f8b;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 60px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .contact_form {
        flex-direction: column;
    }
} /* End custom CSS */