/*
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.4.6.1772184886
Updated: 2026-02-27 09:34:46

*/
#get-quote{
	cursor: pointer;
}

.lead-form-wrap {
    float: left;
    padding: 1% 2% 4% 2%;
    width: 100%;
}

.select2-selection, .select2-selection .select2-selection__arrow {
	height: 50px !important;
}

.select2-selection .select2-selection__rendered{
	line-height: 50px !important;
}

.req-info{
	text-align: center;
    width: 100%;
    float: left;
    font-weight: 500;
    color: red;
}

.btn {
    background: #1D3A59;
    color: #fff;
    padding: 15px 20px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-weight: 500;
    text-transform: uppercase;
}

fieldset{
	text-align: center;
		width: 400px;
		height: 400px;
		display: block;
		display: none;
		padding: 0 !important;
	}
	.current-fieldset{
	display: block
	}

	.progress-wrap{
		    background: #e1e1e1;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
	}

	.progress{
		background: #1D3A59;
		width: 0;
		height: 100%;
		border-radius: 10px;
		padding: 2px;
	}

#lf-final{
	margin-top: 3%;
	display: none;
}

.lead-form input:not([type="submit"]), .lead-form select, .lead-form textarea {
    border: 1px solid #d5d5d5;
    border-radius: 5px !important;
    padding: 12px !important;
}

fieldset{
	border: none;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.progress-container{
	width: 100%;
	float: left;
	    margin-top: 5%;
}

#slf-next{float: right;background: #1D3A59;color: #fff;font-weight: 700;padding: 10px 8%;border: none !important;}

#slf-next fa {
    margin-left: 12%;
}

/*.lead-form label {
    text-align: center;
    font-size: 25px;
    margin-bottom: 3% !important;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 30px;
}*/

.field-header{
     font-weight: 700;
    font-size: 21px;
    width: 100%;
	      color: #3f3f3f;
    text-align: center;
}

.radios label {
	cursor: pointer;
    border: 1px solid #1D3A59;
    padding: 20px 10px;
    font-weight: 400;
    font-size: 17px;
    color: #1D3A59;
    text-align: center;
    margin-bottom: 4%;
    margin: 0 auto;
}


.radio-active, .radios label:hover {
    background: #1D3A59;
    color: #fff !important;
}


#slf-prev{
      color: #1D3A59;
      background: transparent !important;
      border: none;
      font-weight: 600;
      margin-top: 6%;
}


.lf-navigation{
	    margin-top: 2%;
	text-align: center;
}

.radios input[type="radio"]{
	display: none;
}

.multi-fields{
	float: left;
}

.lead-form .disclaimer {
    margin: 3% 0 5% 0;
}

.lf-label{
    margin-bottom: 1%;
    text-align: center;
    font-weight: 500;
}
.lead-form input[type=date],
.lead-form input[type=email],
.lead-form input[type=number],
.lead-form input[type=password],
.lead-form input[type=search],
.lead-form input[type=tel],
.lead-form input[type=text],
.lead-form input[type=url],
.lead-form select,
.lead-form textarea,
.lead-form .select2{
	margin: 1% 0 !important;
	border-radius: 2px;
	border-color: #d7d7d7;
}

#wpforms-submit-182 {
    width: 100%;
}

.quote-form {
    position: relative;
	width: 100%;
    display: inline-block;
}

.quote-form input {
    padding: 15px 140px 15px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: 0.3s ease;
}

.quote-form input:focus {
    border-color: #F37111;
    box-shadow: 0 0 0 3px rgba(243,113,17,0.15);
}

.quote-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    background: #F37111;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
}

.quote-form button:hover {
    background: #d85f05;
}



@media (max-width: 600px) {

    .quote-form {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .quote-form input {
        width: 100%;
        padding: 12px 15px;
        border-radius: 8px;
    }

    .quote-form button {
        position: static;
        width: 100%;
        padding: 12px;
        border-radius: 8px;
    }
}