/*testimonials*/
textarea.form-control{
	height: inherit!important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	resize: none;
	padding-top: 10px;
	font-family: 'Roboto',sans-serif;
}
p.lend-20{
	font-size: 20px;
}

.testimonials-add{
	box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.26);
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
}

.testimonial{
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
	border-top-left-radius: 0px;
	box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.26);
	position: relative;
}
.testimonial:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent white transparent transparent;
	position: absolute;
	top: 0;
	right: 100%;
}

.testimonial-date p{
	color: #8f8f8f;
}
.testimonial-heading{
	color: #626262;
	position: relative;
	padding-left:35px;
}
    .testimonial-heading:before {
        content: url("../images-new/icons/tstimonial-icon.png");
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
    }
.testimonial-txt{
	padding: 15px 0 30px;
}
.testimonial{
	margin-bottom: 30px;
}
.testimonial:last-child{
	margin-bottom: 0px;
}

/*media*/
@media screen and (max-width: 767px) {
	.testimonials-add, .testimonial {
		padding: 20px;
	}

	.testimonial:before {
		display: none;
	}

	.testimonial {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px){
	.testimonials-row{
		flex-direction: column-reverse;
	}
	.testimonials-add{
		margin-top: 30px;
	}
}

.contacts-list__item{
	margin-bottom: 15px;
}
.contacts-list{
	margin-bottom: -15px;
}
.contacts-main{
	box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.26);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
	background: white;
}
.contacts-phone{
	display: inline-block;
	position: relative;
	padding-left: 40px;
}
    .contacts-phone:before {
        content: url("../images-new/icons/phone.png");
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -14px;
    }
.contacts-list{
	padding: 60px 0;
}
.contact-mail{
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
    .contact-mail:before {
        content: url("../images-new/icons/mail.png");
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -9px;
    }

.contacts-location{
	background: #f1f1f1;
	padding: 10px 0;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
	margin-bottom: 20px;
}
.contacts-location p{
	color: #666666;
	font-size: 15px;
	display: inline-block;
	padding-left: 15px;
	position: relative;
}
    .contacts-location p:before {
        content: url("../images-new/icons/location-gray.png");
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
    }

.contacts-location:hover{
	background-color: #50b849;
	transition: 0.2s;
	box-shadow: 0px 3px 5px 0px rgba(80, 184, 73, 0.44);
}
.contacts-location:hover p{
	color: white;
}
.contacts-location:hover p:before{
	content: url("../images-new/icons/location-white.png");
}
.contacts-location__black p:before {
    content: url("../images-new/icons/location-black.png");
}


