/* feedback form */

.feedback_form input,
.feedback_form textarea
{
    padding: 1rem;
    background: #F7F7F7;
    border: 0px solid #212121;
	border-radius: 0.25rem;
}

.feedback_form input,
.feedback_form input::placeholder
{
	color: #919191 !important;
}


.feedback_form .field-defult_value input {
	
	display: none !important;
	height:0 !important;
	width: 0 !important;
}

.feedback_form textarea {
	resize: none;
}


.feedback_form .wpmtst_submit_testimonial {
	background: #595959 !important;
	color: #fff !important;
	cursor: pointer;
}



/* feedback carousel css */

.feedback_carousel .default_title {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.feedback_carousel .testimonial-heading {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}

.feedback_carousel .wpmtst-testimonial-inner.testimonial-inner {
    padding: 6rem 1rem 1rem !important;
	background: #f9f9f9;
}	

.feedback_carousel .testimonial-content:before,
.feedback_carousel .testimonial-content:after
{
	content:"";
	width: 1.5rem !important;
	height: 1.5rem !important;
}



.feedback_carousel .wpmtst-testimonial-inner.testimonial-inner h3.wpmtst-testimonial-heading testimonial-heading {
	color: #444444 !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
	font-size: 1.1rem !important;
		
}


.feedback_carousel .wpmtst-testimonial-inner.testimonial-inner p {
	color: #444444 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
	font-size: 0.98rem !important;
}





