<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.md-agg-rating-first i:before {
	font-family: FontAwesome;
}

.md--testimonials-icon img {
	width: 60px;
}
.md--reviews-header-title{
		color: #54be73;
		font-size: 32px;
	}

/*** REVIEWS HEADER BOX ***/


.container.md-reviews-headbox-holder{
	position:relative;
}
.md-reviews-headbox{
	position:absolute;
	bottom: -166px;
}
.md-reviews-headbox a{
	background: #2c6bca;
	border-radius: 8px;
    padding: 15px 30px;
	display:block;
	transition:all 0.3s ease-in-out;
}
.md-reviews-headbox a:hover, .md-reviews-headbox a:focus{
	outline:none;
	text-decoration:none;
	background:#303030;
}
.md-reviews-headbox p{
	margin:0;
	color:#fff;
	text-align:center;
	line-height:16px;
}
.md-reviews-headbox p span.fa{
	color:#fbbc19;
	margin-right:6px;
	font-size:20px;
	line-height:20px;
}
.md-reviews-headbox p span.fa:last-of-type{
	margin:0;
}
.md-reviews-headbox p span.count{
	font-size:16px;
	line-height:16px;
	display:block;
	margin-top:6px;
}

@media screen and (max-width:1200px){
	.page-template-services .md-inner-img, .page-template-services-single .md-inner-img, .page-template-default:not(.page-id-129) .md-inner-img, .page-template-default:not(.single) .md-inner-img, .page-template-default:not(.archive) .md-inner-img{
		margin-bottom:80px;
	    padding: 86px 0 100px;
	}
	.md-reviews-headbox{
		bottom:-135px;
	}
	.md-reviews-headbox p span.fa{
		font-size:18px;
		line-height:18px;
	}
	.md-reviews-headbox p span.count {
    	font-size: 15px;
    	line-height: 15px;
	}
}
@media screen and (max-width:991px){
	.page-template-services .md-inner-img, .page-template-services-single .md-inner-img, .page-template-default:not(.page-id-129) .md-inner-img, .page-template-default:not(.single) .md-inner-img, .page-template-default:not(.archive) .md-inner-img {
		margin-bottom: 65px;
		padding: 40px 0 80px;
	}
	.md-reviews-headbox{
		bottom:-112px;
	}
	.md-reviews-headbox a
	{
		padding:12px 30px;
	}
}
@media screen and (max-width:420px){
	.md-reviews-headbox p span.count {
    	font-size: 14px;
    	line-height: 14px;
		margin-top:5px;
	}
	.md-reviews-headbox p span.fa{
		font-size:16px;
		line-height:16px;
	}
	.md-reviews-headbox{
		bottom:-92px !important;
	}
	.page-template-services .md-inner-img, .page-template-services-single .md-inner-img, .page-template-default:not(.page-id-129) .md-inner-img, .page-template-default:not(.single) .md-inner-img, .page-template-default:not(.archive) .md-inner-img {
		margin-bottom: 45px;
		padding: 30px 0 60px !important;
	}
}





p.md--testimonials-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--txt);
    margin: 10px 0;
}
.md--reviews-pagination {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/*** AGGREGATE 31st May ***/

.md-aggregate-div{
	float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
    padding: 0 30px;
}
.md-aggregate-div .rating{
	float: left;
    font-size: 30px;
    font-weight: bold;
    color: var(--txtmain);
	width:100%;
	display:block;
}
.md-aggregate-div .rating .fa {
    font-size: 16px;
    vertical-align: baseline;
}
.md-aggregate-div .rating .count {
    font-size: 15px;
    color: var(--beforetxt);
}
.md-aggregate-div .md-aggregate-counts{
	float:right;
}
.md-aggregate-div .count{
	font-weight:bold;
}
.md-agg-rating-overflow, .md-agg-rating{
	float:left;
	width:100%;
}
.md-agg-rating-overflow{
	padding-bottom:8px;
}
.md-agg-rating{
	padding-top:20px;
}
.md-agg-rating-first{
	display: block;
    float: left;
    width: 10%;
	font-weight: bold;
    font-size: 15px;
	color:#333;
}
.md-agg-rating-outer{
	float:left;
	width:90%;
	display:block;
	height:24px;
	background:#ccc4;
}
.md-agg-rating-full{
	height:24px;
	display:block;
	width:0;
	background:var(--ctabg);
}

@media screen and (max-width:1200px){
	.md-aggregate-div .rating .count, .md-agg-rating-first {
    	font-size: 14px;
	}
	.md-aggregate-div .rating .fa {
    	font-size: 15px;
	}
	.md-aggregate-div .rating{
		font-size:28px;
	}
}

@media screen and (max-width:991px){
	.md-aggregate-div{
		padding:0 15px;
	}
}

@media screen and (max-width:768px){
	.md-agg-rating {
    	padding-top: 15px;
	}
	.md-aggregate-div{
		padding:0;
	}
}

@media screen and (max-width:420px){
	.md-aggregate-div .rating .fa {
    	font-size: 14px;
	}
	.md-aggregate-div .rating .count, .md-agg-rating-first {
    	font-size: 13px;
	}
	.md-aggregate-div .rating{
		font-size:24px;
	}
}

@media screen and (max-width:365px){
	.md-aggregate-div .md-aggregate-counts{
		float:left;
		width:100%;
		line-height:20px;
	}
	.md-agg-rating-full, .md-agg-rating-outer {
    	height: 20px;
	}
	.md-agg-rating-outer{
		width:85%;
	}
	.md-agg-rating-first{
		width:15%;
	}
}





.md-testimonials-content{
	padding:80px 0;
	float:left;
	width:100%;
}
.md-testimonials-primary .entry-header{
	padding:80px 0;
	float: left;
	width: 100%;
	position: relative;
}
.md-testimonials-primary .entry-header #breadcrumbs{
	color:#56bf75;
}
body .md-testimonials-primary .entry-header #breadcrumbs a{
	color:#fff;
}
body .md-testimonials-primary .entry-header #breadcrumbs a:hover, body .md-testimonials-primary .entry-header #breadcrumbs a:focus{
	outline:none;
	text-decoration:none;
	color:#56bf75;
}
.md-testimonials-primary .entry-header h1{
	color:#fff;
}
.md-testimonials-primary .entry-header h1.entry-title:after{
	border-bottom:5px solid #56bf75;
}
.md--testimonials-rev-single{
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.1);
	float:left;
	width:100%;
	margin-bottom:30px;
	border-radius:2px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.md--testimonials-l .md--testimonials-rev-single:last-of-type{
	margin-bottom:0;
}
.md--testimonials-rev-single:before {
    content: '';
    background: var(--beforetxt);
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 auto;
}
.md--testimonials-rev-single-top, .md--testimonials-rev-single-bottom{
	float:left;
	width:100%;
	padding:10px 15px;
}
.md--testimonials-rev-single-bottom{
	border-top:1px solid #ccc4;
	padding:25px 25px 15px;
}

.md--testimonials-rev-single-top .md--testimonials-name{
	width:70%;
	float:left;
	align-items: center;
    min-height: 60px;
    display: flex;
}
.md--testimonials-rev-single-top .md--testimonials-icon{
	float:right;
	text-align:center;
}
.md--testimonials-name .md--testimonials-round-name{
	width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.md--testimonials-name .md--testimonials-full-name{
	font-size:16px;
	margin-left:10px;
	font-weight:bold;
}
.md--testimonials-name .md--testimonials-round-name.md--google{
	background:#00ab4c;
}
.md--testimonials-name .md--testimonials-round-name.md--facebook{
	background:#3b5998;
}
.md--testimonials-name .md--testimonials-round-name.md--yelp{
	background:#b92418;
}
.md--testimonials-name .md--testimonials-round-name.md--advisor{
	background:#f8901f;
}
.md--testimonials-name .md--testimonials-round-name.md--bbb{
	background:#025e89;
}
.md--testimonials-name .md--testimonials-round-name.md--verified{
	background:#0f5af4;
}
.md--testimonials-name .md--testimonials-round-name.md--premium{
	background:var(--txtmain);
}
.md--testimonials-icon .md--testimonials-date{
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.md--testimonials-rev-single-bottom .md--stars-5:before{
	content:'\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005';
	font-family:FontAwesome;
	color: var(--beforetxt);
}
.md--testimonials-rev-single-bottom .md--stars-4:before{
	content:'\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f006';
	font-family:FontAwesome;
	color:var(--beforetxt);
}
.md--testimonials-rev-single-bottom .md--stars-3:before{
	content:'\f005\00a0\f005\00a0\f005\00a0\f006\00a0\f006';
	font-family:FontAwesome;
	color:var(--beforetxt);
}
.md--testimonials-rev-single-bottom .md--stars-2:before{
	content:'\f005\00a0\f005\00a0\f006\00a0\f006\00a0\f006';
	font-family:FontAwesome;
	color:var(--beforetxt);
}
.md--testimonials-rev-single-bottom .md--stars-1:before{
	content:'\f005\00a0\f006\00a0\f006\00a0\f006\00a0\f006';
	font-family:FontAwesome;
	color:var(--beforetxt);
}
.md--testimonials-sidebar-in{
	float:left;
	width:100%;
	border-radius:2px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:0 0 20px 0px rgba(0,0,0,0.1);
}
.md--testimonials-sidebar-in h3{
	margin:0;
	padding:20px 15px;
	text-align:center;
	font-weight:bold;
	font-size:22px;
}
.md--testimonials-r:before{
	content: '';
    background: var(--beforetxt);
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 auto;
}
#q-review-users{
	padding:0 15px 15px;
	float:left;
	width:100%;
}
#q-review-users input, #q-review-users textarea{
	float:left;
	width:100%;
	margin-bottom:15px;
	border-radius:0;
	border:1px solid #ccc4;
	height:40px;
	padding-left:15px;
	box-shadow:unset;
	transition:all 0.3s ease-in-out;
}
#q-review-users input:focus, #q-review-users textarea:focus{
	outline:0;
	border:1px solid #000;
	color:#000;
}
#q-review-users label{
	float:left;
	width:100%;
	font-size:14px;
}
#q-review-users textarea{
	height:unset;
}
.q-form-stars{
	width:70%;
}
#q-review-users .q-form-stars label{
	width:unset;
}
#q-review-users .q-form-stars input[type="radio"]{
	float: right;
    border: 0;
    border-radius: 0;
    color: #56bf75;
    opacity: 0;
    width: 15px;
    position: relative;
    height: 15px;
    z-index: 999999;
    transform: translateX(-1px);
    cursor: pointer;
}
#q-review-users .q-form-stars label.star:before {
    content: '\f006';
    font-family: FontAwesome;
    transition: all 0.4s ease-in-out;
}
#q-review-users input.star:checked ~ label.star:before {
    content: '\f005';
    transition: all .25s;
}
#q-review-users label.star{
	color:var(--beforetxt);;
    float: right;
    transform: translateX(15px) translateY(-3px);
    font-size: 18px;
    position: relative;
    z-index: 0;
    margin: 0;
	width:unset;
}
#q-review-users input[type="submit"]{
	height:unset;
	padding:15px 0;
	font-size:20px;
	color:#fff;
	border:0;
	border-radius:0;
	transition:all 0.3s ease-in-out;
	background: var(--beforetxt);
	font-weight:bold;
}
#q-review-users input[type="submit"]:hover, #q-review-users input[type="submit"]:focus{
	outline:none;
	text-decoration:none;
	color:#fff;
	background:#000;
}
.q-pagination{
	float:left;
	width:100%;
}
.q-pagination .page-numbers.current{
	background:#ccc4;
	color:#000;
}
.q-pagination .page-numbers{
	width:40px;
	height:40px;
	font-size:13px;
	line-height:40px;
	display:inline-block;
	margin-right:5px;
	text-align:center;
	background:#56bf75;
	color:#fff;
	font-weight:bold;
	border-radius:50%;
}
.q-pagination .page-numbers .fa{
	font-weight:bold;
}
.q-pagination .page-numbers:not(.current):hover, .q-pagination .page-numbers:not(.current):focus{
	outline:none;
	background:#ccc4;
	color:#000;
	text-decoration:none;
}
.md--testimonials-sidebar-in .md-error-form{
	float: left;
    width: 100%;
    padding: 10px 15px;
	font-size:14px;
    background: #d60d0d;
    color: #fff;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 600;
}
.md--testimonials-sidebar-in .md-error-form:before{
	content:'\f06a';
	font-family:FontAwesome;
	margin-right:10px;
	color:#fff;
}
.md--testimonials-sidebar-in .md-pass-form{
	float: left;
    width: 100%;
    padding: 10px 15px;
	font-size:14px;
    background: #04a004;
    color: #fff;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 600;
}
.md--testimonials-sidebar-in .md-pass-form:before{
	content:'\f058';
	font-family:FontAwesome;
	margin-right:10px;
	color:#fff;
}



@media screen and (max-width:1200px){
	.q-form-stars {
    	width: 85%;
	}
	#q-review-users label.star{
		font-size:16px;
		margin-top: 3px;
	}
	#q-review-users .q-form-stars input[type="radio"]{
		width:10px;
	}
	#q-review-users input[type="submit"]{
		font-size:18px;
		padding:14px 0;
	}
	.md--testimonials-name .md--testimonials-full-name {
    	font-size: 15px;
	}
	#q-review-users input{
		height:35px;
		font-size:13px;
	}
	#q-review-users textarea{
		font-size:13px;
	}
	.md--testimonials-sidebar-in h3{
		font-size:19px;
	}
	.md-testimonials-content {
/*     	padding: 60px 0; */
	}
}

@media screen and (max-width:991px){
	.md-testimonials-content {
/*     	padding: 40px 0; */
	}
	.md-testimonials-content .container{
		display: flex;
		flex-direction: column-reverse;
	}
	.md--testimonials-r{
		margin-bottom:50px;
	}
	.q-form-stars {
		width: 30%;
	}
}

@media screen and (max-width:655px){
	.q-form-stars {
		width: 60%;
	}
	.md-testimonials-primary .entry-header {
		padding: 60px 0 40px;
	}
	.md-testimonials-primary .entry-header h1{
		font-size:30px;
		margin-top:10px;
	}
}

@media screen and (max-width:420px){
	.q-form-stars {
		width: 75%;
	}
	.md--testimonials-name .md--testimonials-full-name {
		font-size: 14px;
	}
	.md--testimonials-name .md--testimonials-round-name{
		font-size:15px;
		width: 38px;
    	height: 38px;
		line-height:38px;
	}
	.md--testimonials-rev-single-bottom{
		padding:15px 15px 10px;
	}
	.md--testimonials-rev-single-top .md--testimonials-name {
    	width: 55%;
	}
}


</pre></body></html>