/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.steps-img-box .elementor-image-box-img{
	padding-top:15px;
}
.profile-name{
	position:relative;
}
.profile-name:after{
	position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    border-bottom: 2px solid #71C6E5;
    bottom: -20px;
    left: 0px;
}
.talk-to-us-form-title{
	    text-align: center;
    text-transform: uppercase;
}
.talk-to-us-form .gform_fields{
	row-gap: 20px;
}
.talk-to-us-form .gform_fields .gfield input.large{
	height: 48px;
    border: 1px solid #D7D7D7;
    border-radius: 30px;
    color: #D7D7D7;
    padding: 15px;
}
.talk-to-us-form .gform-footer{
	width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
}
.talk-to-us-form .gform-footer .gform_button{
	    width: 100% !important;
    border-radius: 30px !important;
    background-color: #71C6E5 !important;
    padding: 15px !important;
}