.book-repair-pop-up{
	position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 800;
	width: 250px;
    height: 65px;
	padding: 10px;
	background:#00a5db;
	border-radius:4px;
	-webkit-box-shadow: 0px 10px 20px -9px rgba(0,91,153,1);
	   -moz-box-shadow: 0px 10px 20px -9px rgba(0,91,153,1);
			box-shadow: 0px 10px 20px -9px rgba(0,91,153,1);
}

.book-repair-pop-up .book-repair-pop-up-close{
	position: absolute;
    top: 0px;
    right: 2px;
    width: 15px;
    height: 15px;
	cursor:pointer;
}

.book-repair-pop-up .book-repair-pop-up-close:before,
.book-repair-pop-up .book-repair-pop-up-close:after{
	content: "";
    width: 7px;
    height: 2px;
    background: #005c98;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 3px;
}

.book-repair-pop-up .book-repair-pop-up-close:before{
	-webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}

.book-repair-pop-up .book-repair-pop-up-close:after{
	-webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
}

.book-repair-pop-up .book-repair-image{
	display:inline-block;
}

.book-repair-pop-up .book-repair-image img{
	width:45px;
	border-radius:4px;
}

.book-repair-pop-up .book-repair-content-wrapper{
    display: inline-block;
    margin-left: 6px;
    position: relative;
	vertical-align:top;
}

.book-repair-pop-up .book-repair-content{
	padding-top: 5px;
}

.book-repair-pop-up .book-repair-heading{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 13px;
    letter-spacing: 1px;
	font-weight:500;
}

.book-repair-pop-up .book-repair-body a{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: 500;
}

@media only screen and (max-width: 480px) {
	.book-repair-pop-up{
		width: calc(100% - 20px);
		left: 0px;
		bottom: 10px;
		margin: 0px 10px;
	}
	
	.book-repair-pop-up .book-repair-pop-up-close{
		width: 30px;
		height: 30px;
	}
	
	.book-repair-pop-up .book-repair-pop-up-close:before, 
	.book-repair-pop-up .book-repair-pop-up-close:after{
		width: 20px;
		height: 3px;
		top: 13px;
		right: 5px;
	}
}

select::-ms-expand {
    display: none;
}

footer.footer{
	background:transparent;
}

.nav #desktop-nav .show-for-mobile {
	display:none;
}

.repair-block.white-tile {
	margin: 5px;
	padding: 10px;
    position: relative;
	border: 1px solid #E5E6E7;
    background: rgba(255,255,255,.85);
}
.repair-block .promo__title{
	font-size: 24px;
    color: #005B99;
    font-weight: 500;
}
.repair-block.white-tile p{
	font-size:18px;
}
.white-text-link {
    font-size:21px;
	position: absolute;
    bottom: 10px;
	color: #005B99;
}


.trustpilot-widget{
	padding-top: 10px;
}

.trustpilot-widget-footer{
	padding-top: 40px;
}

.footer__menu__wrapper .text{
	width:100%;
}



@media only screen and (max-width: 1060px) {
	.trustpilot-widget{
	    padding-top: 66px;
	}
	.trustpilot-widget-footer{
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	
	.header--homepage .jumbotron{
	    margin-top: 0px;
	}

	.header--homepage .page-background{
		top:0px;
	}
	
    .mobile-w-1 {
        width: 100%;
    }
    .mobile-w-1 .white-tile.repair-block{
        min-height: 175px;
    }
}

@media (min-width: 940px){
	.chevron--select {
		right: 25px;
	}
}

