.elementor-14276 .elementor-element.elementor-element-dc44d76{--display:flex;}.elementor-14276 .elementor-element.elementor-element-bdeb442{--display:flex;}.elementor-14276 .elementor-element.elementor-element-c3098f5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-dc44d76 */.newline_radio
{
    display: grid;
}

@media (min-width: 768px)
{
    .full{
        width: 100%
    }
    
    .half{
        width: 49%
    }
    
    .onefourth{
        width: 24%
    }
    
    .onethird{
        width: 32%;
    }
    
    .twothird{
        width:66%;
    }
    
    .threefourth{
        width:74%;
    }
    
    .row{
        display: flex;
        justify-content: space-between;
    }
    
    .label{
        text-align: left;
    }
    
    .vertical .wpcf7-form-control.wpcf7-radio {
        display: inline-grid;
        margin-bottom: 10px; /* Adjust spacing between options */
    }
}
@media (max-width: 767px)
{
    .half{
        width: 100%
    }
    
    .onefourth{
        width: 100%
    }
    
    .onethird{
        width: 100%;
    }
    
    .twothird{
        width:100%;
    }
    
    .threefourth{
        width: 100%
    }
}/* End custom CSS */