.logo__summary {
    margin-top: 25px;
}
.slider__item {

    background: rgb(0 0 0 / 0%);
}
html {
	scroll-behavior: smooth;
}
a[href^="tel"]{
	cursor: pointer;
	pointer-events: unset;
	text-decoration: none;
}
.col2 {
	box-sizing: border-box;
	width: 50%;
	padding: 1%;
	float: left;
}

hr, .clr {
    clear:both!important;
}
hr.hr_style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
    padding-bottom: 1px;
}
.wrap__featuredblocks {
    padding: 5px 0;
}
/*--------Demandforce review widget fix-------------*/
#D3cpWidget {
max-width: 100%!important;
width: 100%;
}
.d3cp_review_main {
max-width: 100%!important;
}
.d3cp_feature_wrap {
max-width: 100%!important;
width: 100%;
}
.d3cp_star_rating_min {
width: 80px!important;
}
/*----------end demandforce review widget fix-----------*/
@media (max-width:767px){
	.col2{
		display:block;
		width:100%;
		float:none;
		margin:0 auto;
	}
	img.align-right, img.align-left {
		float: none!important;
	}
	.wrap__slider {
        background: rgba(0, 0, 0, 0.2);
    }
    .slider__text {
        top: 140px;
    }
}
@media (max-width: 519px) {
	img.align-right, img.align-left {
		float: none!important;
	}
}
