/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1738483036
Updated: 2025-02-02 07:57:16

*/


.stepForm legend.wpforms-field-label {
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center;
    margin-bottom: 40px !important;
    color: #0d2c6d;
    font-weight: 600 !important;
}
.stepForm span.wpforms-image-choices-image img {
    max-width: 80px ! IMPORTANT;
}
.stepForm .wpforms-container {
    background: #f5f5f5 !important;
    padding: 40px !important;
    border-radius: 10px !important;
    max-width: 80%;
}
.stepForm .wpforms-clear.wpforms-pagebreak-left {
    text-align: center !important;
}
.stepForm button.wpforms-page-button.wpforms-page-next {
    border-radius: 30px;
    height: 50px;
}
.stepForm .wpforms-image-choices-item.wpforms-selected label{
    border-radius: 10px !important;
}
.stepForm .wpforms-image-choices-item.wpforms-selected .wpforms-image-choices-image:after{
    background-color:#eee !important;
    top: 10px !important;
    right: 0 !important;
    left:unset !important;
    width:40px;
    height:40px;
}
.stepForm ul.wpforms-image-choices {
    max-width: 80%;
    margin: 0 auto !important;
}

.stepForm .wpforms-container ul.wpforms-image-choices label {
    width: 100%;
}
.stepForm button.wpforms-page-button.wpforms-page-prev:hover{
    opacity:0.8;
}
.stepForm button.wpforms-page-button.wpforms-page-prev {
    background: #cf0c1f !important;
    border-radius: 30px;
    height: 50px !important;
}
.stepForm button.wpforms-submit {
    border-radius: 30px !important;
    height: 50px ! IMPORTANT;
    padding: 0 30px ! IMPORTANT;
    margin-right: 0;
}
.stepForm .wpforms-submit-container {
    text-align: right;
}
@media only screen and (max-width: 600px) {
  .stepForm .wpforms-container {
    max-width: 95%;
}
	.stepForm .wpforms-submit-container {
    text-align: center;
}
}