/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.tab-sec-cont {
	display:none;
}
.tab-sec-cont.active {
	display:block;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper select,
.gform_wrapper textarea {
	border: 2px solid #d8dbe0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px !important;
    color: #728091;
    font-family: "Heebo", Sans-serif !important;
    font-weight: 400;
    font-size: 18px !important;
	border-radius: 0;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	border: 2px solid #61c7d0;
    height: 50px;
    line-height: 50px;
    padding: 0 10px !important;
    color: #fff;
    font-family: "Heebo", Sans-serif !important;
    font-weight: 700;
    font-size: 18px !important;
	border-radius: 0;
	background:#61c7d0;
	width:100%;
}


.gform_wrapper .footer-form .gform_body {
	width:80%;
	display:inline-block;
	vertical-align: top;
}
.gform_wrapper .footer-form .gform_footer {
	width:19%;
	display:inline-block;
	margin:0;
	padding:0;
}
.gform_wrapper .footer-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .footer-form select,
.gform_wrapper .footer-form textarea {
	margin:0;
}
.gform_wrapper .footer-form .gform_footer input.button, 
.gform_wrapper .footer-form .gform_footer input[type=submit], 
.gform_wrapper .footer-form .gform_page_footer input.button, 
.gform_wrapper .footer-form .gform_page_footer input[type=submit] {
	width:100% !important;
	text-align:center !important;
}
.gform_wrapper .footer-form span.ginput_left, 
.gform_wrapper .footer-form ul.gform_fields li.gfield {
	margin:0;
}
body .gform_wrapper .footer-form .top_label div.ginput_container {
	margin-top:0;
}

.top-right-menu-sec {
	text-align:left;
}
.top-right-menu-sec ul {
    padding: 0;
    list-style: none;
}
.top-right-menu-sec ul li {
    width: auto;
    display: inline-block;
}
.top-right-menu-sec ul li.first-item-li {
    border-left: 1px solid #fff;
}
.top-right-menu-sec ul li a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Heebo", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0px;
    display: block;
}
.top-right-menu-sec ul li.top-menu-phone a {
    padding-left: 0;
    color: #61c7d0;
    font-weight: bold;
}





@media only screen and (max-width: 767px) {
	.gform_wrapper .footer-form .gform_body {
		width:100%;
		display:inline-block;
		vertical-align: top;
	}
	.gform_wrapper .footer-form .gform_footer {
		width:100%;
		display:inline-block;
		margin:0;
		padding:0 0 0 16px;
	}
	.gform_wrapper .footer-form span.ginput_left, 
	.gform_wrapper .footer-form ul.gform_fields li.gfield {
		margin:0 0 20px 0;
	}
}