/* 
Theme Name: EZ Travel
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: Eoxys it Team
Author URI: https://eoxysit.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 */
.page-header h1.entry-title{
	display:none;
}
.wpcf7-response-output{
	display:none !important;
}
#email {
	width:314px;
	font-family: oswald;
	font-weight: 200;
	color: Black;
	position: relative;
	text-decoration-color: red;
	height: 60px;
}
#email::placeholder{
	color:#061A3A;
	font:14px;
	font-weight:400;
	line-height:24px;
	
}
#send {
	background-color: #061A3A;
	border:none;
	border-radius:0px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	font-family: Oswald;
	position:absolute;
	right: 8px;
	top: 8px;
}
#travel_plane{
	position:relative;
}
#explore_your{
	position:relative;
}
/* Contact Us Page */
/* Contact Us */
#name {
	background: #FFF;
	color: #000;
	height: 70px;
	width: 90%;
	border: 1px solid #C6C6C6;
	border-radius: 0px;
	margin-right: 10px;

}

#email_contact {
	background: #FFF;
	color: #FFF;
	height: 70px;
	width: 90%;
	border: 1px solid #C6C6C6;
	border-radius: 0px;
	margin-right: 10px;

}

#number {
	background: #FFF;
	color: #FFF;
	height: 70px;
	width: 90%;
	border: 1px solid #C6C6C6;
	border-radius: 0px;
	margin-right: 10px;


}

#contact_form {
	display: flex;
	margin-bottom: 20px;


}

::placeholder {
	color:#717171;
	font-weight: 400;
	font-family: "poppins";
	opacity: 1;
	/* Firefox */
}

#message {
	background: #fff;
	width: 95%;
	border: 1px solid #C6C6C6;
	border-radius: 0px;
	height: 219px;

}

#send_button_contact {
	background: #F97959;
	border: none;
	color: #FFF;
	font-weight: 500;
	font-family: poppins;
	font-size: 20px;
	border-radius: 0px;
	width: 260px;
	height: 60px;
	margin-top: 30px
}
/* Testimonial Icon */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 17px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 17px;
}
/* Testimonial Client Avtar */

.testimonial_box .elementor-9 .elementor-element.elementor-element-df713b9 .elementskit-commentor-bio .elementskit-commentor-image > img{
	border-radius:0px;
}




#blogpost_button_read_more a.elementskit-btn.whitespace--normal 
{
	margin-left:-29px;
}

.toTop .elementor-icon.elementor-divider__element {
	cursor: pointer;
}


@media (max-width: 767px) {
	#contact_form {
		display: block;
	}

	#name {
		width: 100%;
	}

	#email_contact {
		width: 100%;
	}

	#number {
		width: 100%;
	}

	#message {
		width: 100%;
		height: 130px;
	}

	#send_button_contact {
		width: 150px;
		font-size: 14px;
		font-weight: 500;

	}

	::placeholder {
		color: #717171;
		font-size: 12px;
		padding: 10px;
		font-weight: 400;
		font-family: "Merriweather", Sans-serif;
		opacity: 1;
		/* Firefox */
	}
	body{
		overflow-x:hidden;
	}
}
