/* 
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 */


/* .ContactForm {
    box-shadow: 0px 0px 15px 0px #00000040;
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
} */

@font-face {
  font-display: swap; /* Shows fallback font while custom font loads */
}

.ContactForm {
	/* box-shadow: 0px 0px 15px 0px #00000040; */
	background: #FFF;
	padding: 0;
	/* border-radius: 20px; */
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.Formgroup {
    width: 100%;
	max-width:50%;
    padding: 0 10px;
}
.Formgroup.full {
	max-width:100%;
	
}
.Formgroup label {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.Formgroup label em {
	color:#F00;
}
output.e-search-results-container {
    padding: 10px;
    border: 1px solid #eee;
    max-height: 240px;
    overflow-x: auto;
}
.Formgroup input[type=text],
.Formgroup input[type=email],
.Formgroup input[type=tel],
.Formgroup input[type=password] {
	width:100%;
	height:50px;
	border:1px solid #ccc;
}

.Formgroup textarea{
	width:100%;
	height:180px;
	border:1px solid #ccc;
	resize:none;
}
.SubMitBtn {
    width: 100%;
    text-align: center;
}
.SubMitBtn input[type=submit] {
    background-color: #519c3d;
    border-radius: 77px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    padding: 20px 74px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    border: 0;
    font-weight: 600;
}
.SubMitBtn input[type=submit]:hover {
	background:#000;
}
output.e-search-results-container:has(.e-search-results:empty) {
    display: none;
}
.vpn-tooltip.is-visible a {
    color: #fff !important;
    text-align: right !important;
    justify-content: flex-start ! IMPORTANT;
    text-decoration: underline;
}
.vpn-tooltip.is-visible a:hover {
    color: #519C3D !important;
}
.vpn-info-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 12px;
  line-height: 14px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  text-transform: lowercase;
  opacity: 0.8;
}
@media (max-width:768px){
	.ContactForm {
		padding: 0;
	}
	.Formgroup {
		width: 100%;
		max-width:100%!important;
	}
	.Formgroup textarea {
		height:120px;
	}
	.SubMitBtn input[type="submit"] {

	width: 100%;
		border-radius:4px;
}
	.Formgroup {
		padding:0;
	}
}