/* CSS Document */

/* TESTIMONIALS FORM INC */

.col_title,
.testimonial_form label {
    font-family: 'Montserrat', Roboto, sans-serif;
}
.testimonial_form input[type=submit]{
	text-transform: uppercase;
	background: #ccc;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: none;
    font-family: 'Montserrat',  "Open Sans", sans-serif;
    font-size: 1.1em!important;
    font-weight: 700;
    margin-left: 27px;
    margin-top: 5px;
    padding: 8px 20px 5px;
    text-shadow: none;
}

.testimonial_form input[type=submit]:hover {
    background: #ddd;
}

.testimonial_form {
	overflow: none;
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px;
}

.testimonial_form label {
    display: none;
    font-size: .8em;
    line-height: 1;
    font-weight: 400;
    margin-top: 10px;
}

.testimonial_form h2 {
    padding: 15px 0 30px;
}

.testimonial_form>input,
.testimonial_form>textarea {
    clear: both;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 2.3em;
}

#redirectform {margin:0px}

/* TESTIMONIAL STAR */
.stars-row {min-height:50px;}
.rate {
	float: left;
	height: 46px;
	padding: 0 10px;
}
.rate label {display:block !important;}
.rate:not(:checked) > input {
	position:absolute;
	top:-9999px;
}
.rate:not(:checked) > label {
	float:right;
	width:1em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:30px;
	color:#ddd;
}
.rate:not(:checked) > label:before {
	content: '★ ';
}
.rate > input:checked ~ label {
	color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
	color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
	color: #deb217;
}
#star-label{display:block;float:left; font-size: 20px}

/* TESTIMONIALS LIST INC */
.testim_result_boxes img {
    max-width: 100px;
    border-radius: 100px;
    box-shadow: 0 0 10px #fff;
}

.testim_result_boxes {
    padding-left: 0;
}

.testim_result_boxes>li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.action h2,
.test_desc,
.test_desc.testi {
    text-align: center;
    font-family: 'Montserrat',  "futurastd book", sans-serif;
}
.btn-container a:hover,
.overlay2>h1,
.overlay2>p,
.rando_testis>h2,
.test_desc.testi::after,
.test_desc.testi::before {
    color: #fff;
}

.test_desc,
.test_desc.testi {
    color: #000000;
}

.test_desc {
    font-size: .9em;
    line-height: 1.7;
}

.test_desc.testi::before {
    content: '\201C';
    font-size: 20px;
    margin-right: 7px;
    position: relative;
}

.test_desc.testi::after {
    content: '\201D';
    font-size: 20px;
    margin-left: 7px;
    position: relative;
}

/* New testimonials slider */

.testimonial-slider {
/*	border: 1px solid #aaa;*/
}

.testimonial-box {
	padding: 20px;
	min-height: 300px;
	border: 1px solid #aaa;
	margin: 10px;
}

.testimonial-box.slick-slide{
	transform: scale(.9);
	transition: 1s;
}

.testimonial-box.slick-center {
	transform: scale(1);
	transition: 1s;
}

.testimonial-body{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	text-align: center;
}

.testimonial-quote {
	font-size: 40px;
}

/* end new testimonials slider */



@media screen and (max-width:767px) {
    .logo,
    .test_desc,
    .testim_side_desc,
    .testim_side_title,
    .topheader_text {
        text-align: center;
    }
	.testim_side_boxes img {
        border-radius: 85px;
        display: block;
        margin: auto;
        max-width: 170px;
    }
}

/* TESTIMONIALS RANDOM INC */

.testim_side_boxes img {
    border-radius: 85px;
}

.testim_side_boxes {
    margin-left: 0;
    padding-left: 0;
}

.testim_side_boxes>li{
	 list-style-type: none
}

.home-test-icon {
    font-size: 40px;
    padding-bottom: 8px;
}

.testim_side_title {
    margin-top: 45px;
}

/* TESTIMONIALS SLIDER INC */
#testimonials_slider_imc .circlebutton{
	margin: 0 0 85px;
}
#testimonials_slider_inc>h2{
	font-size: 36px;
}



