/*
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.4.1752669367
Updated: 2025-07-16 12:36:07

*/


span.clientName {
    font-size: 12px;
    font-weight: bold;
    color: rgb(144, 142, 145);
}


body a {
    color: inherit;
}
.form-group br 
 {
    display: none;
}

.main-form label {
    font-family: poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    display: block;
    margin-bottom: 4px;
}
.main-form .control-input 
 {
    height: 48px;
    font-size: 13px;
    line-height: 13px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
	 border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
	 font-weight:600;
	 font-family: arial;
}
.main-form .control-input--btn {
    border-radius: 5px;
    width: 100%;
    height: 55px;
    background: rgba(197, 121, 7, 1);
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    font-family: Montserrat;
    border: 0;
    box-shadow: none;
    position: relative;
}
.form-group.form-group--btn {
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    right: 0;
    transform: translateY(16px);
}
.form-group.form-group--btn p {
    margin: 0;
}

.list-bottom .elementor-widget-image-box .elementor-image-box-wrapper {
    display: inline-block;
}


.steps-box a {
 
}

.steps-box--active a {
    background: #C57907 !important;
    color: #fff !important;
}

.form-group--addressbox{
	position:relative;
}

.suggestions-container {
    position: absolute;
    background-color: #ffffff;
    max-height: 170px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    border-radius: 5px;
       top: 100%;
    left: 0;
    font-size: 12px;
    font-weight: 600;
}

.suggestion-item {
    padding: 6px 14px;
    cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}


@media only screen and (max-width:767px){
	.top-banner .elementor-image-box-wrapper {
    display: flex;
    text-align: left;
}
.fixedbtn .elementor-image-box-wrapper {
    display: inline-flex;
    gap: 10px;
	align-items:center;
}
	.fixedbtn .elementor-widget-container {
    text-align: center;
}

	.list-bottom .elementor-image-box-title {
    font-size: 12px;
}
	.box-icon .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
}
	.box-icon .elementor-image-box-wrapper figure.elementor-image-box-img {
    padding-top: 3px;
}
.box-left .elementor-image-box-wrapper {
    display: flex;
    padding-top: 24px;
    height: 38px;
}	
	
}