/*
Theme Name: Elementor-Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.blue-gradient {
    background: linear-gradient(180deg, #006D5B 58.75%, rgba(242, 245, 250, 0.00) 100%) !important;
}
.contact-form {
    display: flex;
    flex-wrap: wrap;
	gap:10px;
}
.contact-form p{
	margin:0;
}
.fifty {
    display: inline-flex;
    width: 49%;
}
.hundred {
    width: 100%;
}
.contact-form input,.contact-form textarea{
outline: none;
    border: none;
    padding: 15px 10px;
}
.submit-btn p {
    display: flex;
    flex-direction: column;
}
.submit-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}
.submit-btn input{
	 background: #006D5B !important;
    padding: 10px 30px;
    border-radius: 0px 20px 0px 20px;
	outline:none !important;
	color:#fff !important;
}
.contact-btn{
	display:none !important;
}
@media only screen and (max-width:1024px){
	.contact-btn{
		display:block
	}
}
@media only screen and (max-width:768px){
  .fifty {
    display: inline-flex;
    width: 100%;
}
.contact-btn{
		display:block
	}
}