/* 
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: 3.4.5
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
*/
.request_submit input {
    width: 100%;
    color: #fff;
    border: none;
    height: 65px;
    margin-top: 30px;
}
.setbox p {
    display: flex;
    gap: 10px;
    margin: 0;
}
.setbox input, .setbox select, .setbox textarea {
    height: 65px;
    background: #FFFFFF;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    color: #616161;
    padding: 15px;
    border-radius: 5px;
	outline: none;
}
.setbox p label {
    width: 50%;
}

.page-header {
    display: none !important;
}.slide-show .swiper-slide-contents {
    min-width: 1270px;
    margin: 0 auto;
}

.All_icons .ekit-back-icon-wrapper {
    filter: invert(1);
}

.newsletter p {
    display: flex;
}

.newsletter p input.wpcf7-form-control.wpcf7-submit.has-spinner.Sign.up {
    background: #000;
    color: #fff;
    border: none;
    height: 60px;
	outline: none;
}

.newsletter p input {
    border: none;
    height: 60px;
	outline: none;
}

.newsletter p  span.wpcf7-spinner {
    position: absolute;
}


.flex_input_items div {
    width: 100%;
}

.form_design form.wpcf7-form.init {
    width: 80%;
    margin: 0 auto;
}
.flex_input_items {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
}

.form_design form.wpcf7-form.init p span input {
    border: 1px solid #61616140;
    height: 68px;
    padding: 0 15px;
    width: 100%;
	outline: none;
}

.form_design form.wpcf7-form.init p span textarea {
    border: 1px solid #61616140;
    height: 190px;
    padding: 15px 15px;
	outline: none;
}
.submit_form input {
    width: 100%;
    height: 60px;
    color: #fff;
    border: none;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.row-flx {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}
.row-txt.text_area textarea {
    border-radius: 3px;
    border: 1px solid#ddd;
    box-shadow: 0 7px 4px 0 #e9e9e9;
    height: 250px;
    outline: none;
    padding: 20px 20px;
}
.row-flx .mt3 {
    width: 100%;
}
.button-txt input {
    margin: 60px auto 0;
    display: block;
    color: #fff;
    border: navajowhite;
    height: 57px;
    padding: 1px 40px;
}
.row-flx .mt3 input {
    background: #EDEDED;
    border: none;
    height: 60px;
    border-radius: 2px;
    color: #616161 !important;
    outline: none;
}

.row-flx .mt3 select {
    background: #EDEDED;
    border: none;
    height: 60px;
    border-radius: 2px;
    color: #616161 !important;
}



@media only screen and (min-width:768px) and (max-width: 1024px) {
	
	.form_design form.wpcf7-form.init {
		width: 100%;
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.form_design form.wpcf7-form.init {
		width: 100%;
		margin: 0 auto;
	}
	
	.form_design form.wpcf7-form.init p span input {
		height: 50px;
		font-size: 13px;
	}
	.submit_form input {
		width: 100%;
		height: 51px;
		color: #fff;
		border: none;
		letter-spacing: 0.5px;
		margin-top: 20px;
		font-size: 14px !important;
	}
	.form_design form.wpcf7-form.init p span textarea {
		border: 1px solid #61616140;
		height: 100px;
		font-size: 13px;
	}
	.setbox input, .setbox select, .setbox textarea {
		font-size: 13px;
	}
	.setbox p label {
		width: 100%;
	}
	.setbox p {
		display: block; 
	}
	body .row-flx {
		display: block;
	}
	
}



