.elementor-1615 .elementor-element.elementor-element-019bda9{--display:flex;--gap:12px 12px;--row-gap:12px;--column-gap:12px;--overflow:hidden;--padding-top:40px;--padding-bottom:40px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1615 .elementor-element.elementor-element-928de80{text-align:center;}.elementor-1615 .elementor-element.elementor-element-928de80 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:30px;font-weight:500;}.elementor-1615 .elementor-element.elementor-element-4975305{text-align:center;}.elementor-1615 .elementor-element.elementor-element-4975305 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:19px;font-weight:400;color:#000000;}.elementor-1615 .elementor-element.elementor-element-a57453e > .elementor-widget-container{padding:40px 0px 0px 0px;}.elementor-1615 .elementor-element.elementor-element-53207f2{--spacer-size:50px;}#elementor-popup-modal-1615 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1615{background-color:#000000D9;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1615 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-1615 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-1615 .elementor-element.elementor-element-019bda9{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1615 .elementor-element.elementor-element-928de80{text-align:center;}.elementor-1615 .elementor-element.elementor-element-928de80 .elementor-heading-title{font-size:30px;}.elementor-1615 .elementor-element.elementor-element-4975305 .elementor-heading-title{font-size:18px;}#elementor-popup-modal-1615 .dialog-message{width:750px;}}@media(max-width:767px){.elementor-1615 .elementor-element.elementor-element-019bda9{--padding-top:45px;--padding-bottom:45px;--padding-left:15px;--padding-right:15px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1615 .elementor-element.elementor-element-928de80 .elementor-heading-title{font-size:25px;}.elementor-1615 .elementor-element.elementor-element-4975305 .elementor-heading-title{font-size:16px;line-height:22px;}.elementor-1615 .elementor-element.elementor-element-53207f2{--spacer-size:60px;}#elementor-popup-modal-1615 .dialog-message{width:350px;}}/* Start custom CSS for container, class: .elementor-element-019bda9 *//* Adjust the left column styles */
.left-column {
    width: 50%;
    box-sizing: border-box;
}

 p.form-heading {
    font-weight: 500;
    font-size: 16px;
    color: #010101;
    margin-bottom: 10px !important;
}
.left-column .row{
    margin-bottom: 0px !important;
}
.left-column p {
    margin-bottom: 0px;
}
.row {
    display: flex;
    margin-bottom: 10px;
}

.half-width {
    width: 44%;
    margin-right: 10px;
}

.quarter-width {
    width: 28%;
    margin-right: 10px;
}

/* Adjust the right column styles */
.right-column {
    width: 50%;
    padding: 0px 0px 10px 60px !important;
    box-sizing: border-box;
}

/* Adjust input and textarea styles */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    font-size: 12px !important;
    color: #777777 !important;
    font-weight: 400;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"]{
    height: 49px !important;
}
.right-column p{
    margin-bottom: 0px !important
}

/* Adjust the submit button style */
input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}
textarea {
    margin-right:10px !important;
    
}

.names-div {
    display: flex;
}
.email-div {
    display: flex;
}

.half-width-col1{
    width: 50% !important;
    margin-right: 10px !important;
}
.half-width-col2{
    width: 50% !important;
}


p.file-text {
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    margin-top: 20px;
    margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #284DA3;
    max-width: 125px !important;
    width: 100%;
    border-radius: 3px !important;
    height: 51px !important;
    font-size: 16px !important;
    font-weight: 500;
}


/*input.wpcf7-form-control.wpcf7-file:before {*/
/*    content: "Choose a File";*/
/*    border-bottom: 2px solid #284DA3;*/
/*    font-size: 16px !important;*/
/*    color: #010101;*/
/*    font-weight: 500;*/
/*    margin-right: 20px;*/
/*    cursor: pointer;*/
/*}*/
.wpcf7 input[type="file"]{
    font-size: 14px;
     color: #010101 !important;
}

.file-div {
    display: flex;
    align-items: center !important;
    margin-top: 10px !important;
}
.file-div p{
    font-size: 14px;
    font-weight: 400;
    color: #A0A0A0 !important;
}
span.wpcf7-not-valid-tip{
    font-size: 12px !important;
}

@media screen and (max-width: 767px){
    .left-column{
        width: 100% !important;
        padding-bottom: 30px !important;
    }
    .column-border{
        padding: 0px !important;
        border-right: none !important;
    }
    .right-column {
        width: 100% !important;
        padding: 30px 0px 0px 0px !important;
        border-top: 1px solid #D9D9D9;
    }
}/* End custom CSS */