
.header-sm{
	display: none;
}

.ip-banner::before {
    background: rgba(0,0,0,.05);
}

.ip-banner::after {
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../../images/relocation/reloc-banner-fade.png) center top repeat-x;
	background-size: cover;
}

.custom-breadcrumbs{
	position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,46,51,.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.050em;
    padding: 10px 0;
}

.custom-breadcrumbs span{
	font-size: 11px;
	display: inline-block;
}

.custom-breadcrumbs .breadcrumb_last{
	font-weight: 600;
}

.custom-breadcrumbs .container{
	position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
}

#testi-details-wrap{
	position: relative;
	padding: 75px 0 90px;
}

#testi-details-wrap .custom-breadcrumbs{
	display: none;
}

.testi-details-title {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

	.testi-details-title h2{
		overflow: hidden;
	    text-align: right;
	}

	.testi-details-title h2 strong {
	    display: block;
	    font-size: 60px;
	    font-weight: 400;
	    color: #014046;
	    text-transform: uppercase;
	    padding: 0 0 0 98px;
	    background: url(../../images/palms-2.png) left center no-repeat;
	    background-size: 88px auto;
	}

	.testi-details-title h2 span{
	    font-size: 28px;
	    line-height: 1.5;
	    text-transform: uppercase;
	    letter-spacing: 0.150em;
	    color: #014046;
	    display: inline-block;
	    margin: 10px 0 0;
	    position: relative;
	}

	.testi-details-title h2 span:after{
		content: '';
	    display: block;
	    height: 3px;
	    width: 100vw;
	    position: absolute;
	    right: 105%;
	    top: 0;
	    bottom: 0;
	    margin: auto 0;
	    background: #f7c1b9;
	}

.testimonial-details .testi-single{
	background: #014046;
    color: #fff;
    position: relative;
    padding: 63px 0 0;
    margin: 35px 0 0;
}

	.testimonial-details .testi-stars{
	    max-width: 144px;
	    margin: 0 auto 40px;
	}

		.testimonial-details .testi-stars .ip-testi-star {
			display: inline-block;
		}

	.testi-single .testi-title {
		font-size: 20px;
		text-align: center;
		margin: 0 0 27px;
	}

	.testimonial-details .testi-content{
		font-size: 15px;
		letter-spacing: 0.025em;
		line-height: 25px;
		text-align: center;
		padding: 0 50px 53px;
	}

		.testimonial-details .testi-author{
			background: url(../../images/testimonials/testi-title.jpg) center center no-repeat;
		    background-size: cover;
		    font-weight: 700;
		    padding: 28px 35px;
		    line-height: 25px;
		}


@media only screen and (max-width: 1199px) {

	.testimonial-details .testi-content {
	    padding: 0 30px 53px;
	}

}

@media only screen and (max-width: 991px) {

	.testimonial-details .testi-author{
		text-align: center;
		padding: 28px 10px;
	}

	.testimonial-details .testi-content {
	    padding: 0 10px 53px;
	    font-size: 13px;
	    line-height: 23px;
	}

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

	.testi-details-title h2 strong {
	    font-size: 45px;
	    padding: 0 0 0 70px;
	    background-size: 60px auto;
	}

	.testi-details-title h2 span {
	    font-size: 20px;
	}
	
}