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


/* GENERAL CSS */
.form-sec .wpcf7 span.wpcf7-form-control-wrap[data-name="price"] {
    visibility: hidden;
    height: 0px !important;
    display: block;
}


/* HEADER CSS */



/* HOMEPAGE CSS */
.form-sec .wpcf7 p{
	margin-bottom:0;
}
.form-sec .wpcf7 input, .form-sec .wpcf7 select, .form-sec .wpcf7 textarea {
    color: #000;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    margin-bottom: 12px;
    border: 1px solid #aeaeae;
    border-radius: 6px;
    padding: 12px 12px;
    width: 100%;
}
.form-sec .wpcf7 textarea{
	height:110px;
}
.form-sec .wpcf7 input::placeholder, .form-sec .wpcf7 textarea::placeholder {
    color: #000;
}
.form-sec .wpcf7 .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-bottom: -20px;
    margin-top: -10px;
}
.form-sec .wpcf7 .wpcf7-spinner {
    display: none;
}
.form-sec .wpcf7 .wpcf7-submit {
    background-color: #d7992a;
	color:#fff;
    border: 2px solid #d7992a;
    font-weight: 600;
    font-size: 24px;
	transition:.4s;
}
.form-sec .wpcf7 .wpcf7-submit:hover{
	background-color:transparent;
	color:#d7992a;
	border-radius:20px;
}
.form-sec .wpcf7 .wpcf7-response-output {
    text-align: center;
    margin: 0;
}
.test-sec .ekit-main-swiper {
    padding: 20px 0;
}
.test-sec .ekit-main-swiper strong.elementskit-author-name {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.test-sec .ekit-main-swiper ul.elementskit-stars {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    padding: 0;
}
.test-sec .ekit-main-swiper .elementskit-commentor-content {
    position: unset;
}
.test-sec .elementskit-commentor-image:before {
    content: '';
    background-image: url(https://saudivisawavier.com/wp-content/uploads/2024/01/quote-ic.png);
    background-size: contain;
    background-position: center;
    width: 48px;
    height: 48px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50px;
    left: -100px;
    right: 0;
    margin: auto;
}
.faq-sec:before {
    content: '';
    background-image: url(https://saudivisawavier.com/wp-content/uploads/2024/01/faq-bg.png);
    width: 49%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}
.faq-sec .elementor-accordion-item {
    margin-bottom: 12px;
}



/* INNER PAGE CSS */
.form-sec .wpcf7 p br {
/*     display: none; */
}
.form-sec .wpcf7 label {
    margin-top: -12px;
}


/* FOOTER CSS */



/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1024px) {
	.form-sec .wpcf7 input, .form-sec .wpcf7 select, .form-sec .wpcf7 textarea {
		padding: 10px;
	}
	.form-sec .wpcf7 .wpcf7-submit {
		font-size: 19px;
	}
	.test-sec .elementskit-commentor-image:before {
		width: 40px;
		height: 40px;
		top: 40px;
		left: -80px;
	}
}
@media only screen and (max-width: 768px) {
	.form-sec .form-inner{
		max-width:420px;
	}
	.form-sec .wpcf7 input, .form-sec .wpcf7 select, .form-sec .wpcf7 textarea {
		padding: 8px;
	}
	.form-sec .wpcf7 .wpcf7-submit {
		font-size: 17px;
	}
	.form-sec .wpcf7 .wpcf7-submit:hover {
		border-radius: 12px;
	}
	.test-sec .ekit-main-swiper strong.elementskit-author-name{
		bottom:35px;
	}
	.test-sec .elementskit-commentor-image:before {
		width: 30px;
		height: 30px;
		top: 30px;
		left: -70px;
	}
	.faq-sec:before{
		display:none;
	}
}
@media only screen and (max-width: 570px) {
	
}


