html{
	height: 100%;
}

body{	
	min-height: 100%;
	background: #122346;
	font-family: Poppins, sans-serif;
	padding-top: 75px;
}

.grecaptcha-badge {
    display: none !important;
}

.inverted{
	color: #ffffff;
}


section.white{
	background: #ffffff;
	padding:15px 0 15px;
}

section.grey{
	background: #a7b1c9;
	padding:15px 0 2rem;
}


section.sand{
	background: #EBEBF1;
	padding:15px 0 2rem;
}

section.bg-broken{	
	background: #7d818d url('images/compressed/broken.webp') no-repeat center center;
	background-size: cover;
	/*min-height: 55vh;*/
	padding:2rem 0 3rem;
}

section.bg-leak{	
	background: #dcdadb url('images/compressed/leak.webp') no-repeat center center;
	background-size: cover;
	/*min-height: 55vh;*/
	padding:2rem 0 3rem;
}	


section.main-bg{	
	background: #7d818d url('images/compressed/main-bg.webp') no-repeat center center ;
	background-size: cover;
	min-height: 75vh;
	padding:2rem 0;
}	

section.quiz{
	min-height: 55vh;
}	


section.space-1{
	padding:1rem 0 ;
}

section.space-2{
	padding:2rem 0 ;
}

section.space-4{
	padding:4rem 0 ;
}

.landing{
	display: none;
}

.black-box{
	background: rgba(0,0,0,0.85);
	border-radius:6px;
	padding:30px;
	margin: 2rem 0;
	
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

.light-box{
	background: rgba(255,255,255,.90);
	color:#333333;
	border-radius:8px;
	padding:30px;
	margin: 2rem 0;
	
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

.light-box > .row {
    margin-left: 10px;
    margin-right: 10px;
}

.modal-backdrop.show {
    z-index: 1035;
}

div#CallbackPopup {
    z-index: 1500;
}

.recommendations{
	margin-top:1.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#454748;
	font-weight:600;
}

	.recommendations div{
		padding-top: 34px;
	}


	.recommendations div.no-payment{
		background:url('/images/intro-no-payment.svg') top center no-repeat;
		background-size:28px;
	}

	.recommendations div.confidential{
		background:url('/images/intro-confidential.svg') top center no-repeat;
		background-size:28px;
	}

	.recommendations div.regulated{
		background:url('/images/intro-regulated.svg') top center no-repeat;
		background-size:28px;
	}

	.recommendations div.recommended{
		background:url('/images/intro-recommended.svg') top center no-repeat;
		background-size:28px;
	}
	

.inverted .recommendations{
	color:#ffffff;
}

	.inverted .recommendations div.no-payment{
		background:url('/images/inv-intro-no-payment.svg') top center no-repeat;
		background-size:28px;
	}

	.inverted .recommendations div.confidential{
		background:url('/images/inv-intro-confidential.svg') top center no-repeat;
		background-size:28px;
	}

	.inverted .recommendations div.regulated{
		background:url('/images/inv-intro-regulated.svg') top center no-repeat;
		background-size:28px;
	}

	.inverted .recommendations div.recommended{
		background:url('/images/inv-intro-recommended.svg') top center no-repeat;
		background-size:28px;
	}
	

.quote{
	border-left:2px solid #8993ac;
	padding-left:50px;
	background:url('/images/quote.svg') 5px 5px no-repeat;
	background-size:35px;
}
	.quote span{
		display: block;
		font-style: italic;
		font-size: 0.8rem;
		color: #8993ac;
		font-weight: 600;
	}



/* Youtube */

.embed-youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.embed-youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.embed-youtube .embed-youtube-play {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
  cursor: pointer;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.embed-youtube .embed-youtube-play:hover {
  background-color: #f00;
}


.navbar-brand .logo{
	max-height:60px;
}

.navbar-light {
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

	.navbar-light .navbar-nav .nav-link {
		color: rgba(0,0,0,.8);
		font-weight:600;
	}	

	.extra{
		padding:0 5px;
		color:#ffffff;
		background:#56679D;
		border-radius:6px;	
		white-space: nowrap;
	}

	.extra:hover{
		background:#41537F;
	}


	.extra a, .extra a:hover, .extra  a:active {
		color:#ffffff !important;
	}	
		
h1{
font-size:2.5rem;
font-weight:600;
}

h2{
	font-size:1.75rem;
	margin-top: 1rem;
}

h3{
	font-size:1.45rem;
}	

h4{
	font-size:1.15rem;
}

h1.intro{
	color:#122346;
	font-weight: 700;
}

h1.claimform{
	margin-bottom: 30px;
}

.shortclaim h2{
	margin-top: 0;	
	margin-bottom: 1rem;
	
}

h3.intro{
	color:#56679D;
	font-weight: 700;
}

p{
	text-align: justify;
}

p.lead{
	color:#E07373;
	font-weight: 600;
}

.text-left{
	text-align:left;
}

.styled{
	list-style: none;
	padding:  0;
}

.styled li{
	background: url('images/list.svg') no-repeat left center;
	background-size: 12px 12px;		
	padding: 2px 0 2px 20px;
	
}

.styled li:hover{
	background: url('images/list-hover.svg') no-repeat left center;
	background-size: 12px 12px;		
}



.promo{
    font-size: 2.5rem;
	line-height: 1;
	font-weight:700;
	color: #70a84c;
}

.newsfeed {
    padding: 10px 30px;
}

.image{
	width:100%;
	min-height:50vh;
	position:relative;
	margin:2rem 0 1rem;
}
	
	.image.icon:after{
		display:block;
		content:'';
		width:80px;
		height:80px;
		position:absolute;
		top: 50%;
		left:50%;
		margin-top:-40px;
		margin-left:-40px;
		border-radius:50%;
		border:4px solid #ffffff;
	}	
		.image.icon.payment:after{
			background: url('images/pound.svg') no-repeat center center;
			background-size: 50px 50px;	
		}
		.image.icon.documents:after{
			background: url('images/documents.svg') no-repeat center center;
			background-size: 50px 50px;	
		}
	
	

.faqs{
	list-style: none;
	padding:0;
	margin:0;
}

	.faqs li{
		background: rgba(255,255,255,1);
		border-radius:12px;
		margin:0.5rem 0;
		transition: background 0.3s;
	}
	
		.faqs li a{
			display:block;
			padding:1rem 55px 1rem 15px;
			color: #333333;
			text-decoration: none;
			position:relative;
			font-size:1.15rem;
			
		}	
		.faqs li a:after{
			display:block;
			content:'';
			position:absolute;
			top:5px;
			left:auto;
			right:10px;
			bottom:5px;
			width:36px;
			background: url('images/faq.svg') no-repeat center right;
			background-size: contain;			
		}

		.faqs li:hover {
			background: rgba(255,255,255,1);		
		}
		.faqs li:hover a:after{
			animation: shake 2.6s both;			
		}
			
.answers h3{
	min-height:40px;
	background: url('images/answer.svg') no-repeat center left;	
	background-size: 36px auto;	
	padding:1rem 0 1rem 50px;
	margin-top:2rem;
	font-weight:600;
	color:#56679D !important;
	border-top: 1px dotted #8993ac;
	
}

.result{
	display: block;
	margin:2rem auto 1rem;
	max-width:120px;
}

.button{
		width:100%;
		max-width:320px;
		padding:20px;
		font-size:1.1rem;
		line-height:1;
		font-weight:700;
		text-transform:uppercase;
		text-align:center;
		border-radius: 12px;
		display:block;
		margin:1.5rem 0 0;
		cursor:pointer;
		white-space: normal;
		text-decoration: none;
	}
	
	.button:hover{
		text-decoration:none;
	}

		.button.main{
			color:#ffffff;
			background:#56679D;
			border:0;
			transition:all .5s;
		}
		.inverted .button.main{
			color:#E07373;
			background:#ffffff;
			border:0;
			transition:all .5s;
		}
		

		.light-box .button.main{
			color:#ffffff;
			background:#56679D;
			border:0;
			transition:all .5s;
		}
		
		
		.button.center{
			margin:2rem auto 0;
		}
		
		.button.wide{
			max-width:initial;
		}
			.button.main:hover{
				color:#ffffff;
				background:#41537F;
			}
		
			.inverted .button.main:hover{
				background:#E07373;
				color:#ffffff;
			}
		
			.light-box .button.main:hover{
				color:#ffffff;
				background:#41537F;
			}


.button.contact{
	display:inline-block;
	width: initial;
	max-width: initial;
	text-align: left;
	color: #ffffff;
	text-transform: none;
	font-weight: 500;
    padding: 16px 20px 16px 20px;
	position:relative;
	transition:all .5s;
}

	.button.contact.purple{	
		background:#56679D;
	}

	.button.contact.pink{	
		background:#E07373;
	}

	.button.contact.green{	
		background:#46B266;
	}

	.button.contact.purple:hover{	
		background:#41537F;
	}

	.button.contact.pink:hover{	
		background:#BC5B5B;
	}

	.button.contact.green:hover{	
		background:#399651;
	}
	
	.button.contact i{
		padding-right:10px;
	}
	

footer{
	padding-top:2em;
	background: #122346;
}	
	
	footer .footer-menu{
		text-align:center;
	}
		
		footer .footer-menu a{
			font-size:0.85rem;
			color:#ffffff;
			margin:5px 15px;			
		}
		
		footer .footer-menu a:hover{
			color:rgba(255,255,255,0.75);
			text-decoration:none;			
		}
		
	footer hr{
		margin:25px 0;
		border-color:rgba(255,255,255,0.2);
	}
	
	footer .disclaimer{
		font-size:0.75rem;
		line-height:1.1;
		color:#ffffff;
	}
	
	
#back-to-top {
    position: fixed;
    left: 0;
    bottom: 12px;
    z-index: 999;
    width: 64px;
    height: 64px;
	box-shadow: none;
    font-size: 16px;
	font-weight:600;
    color: #122346;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px;
    opacity: 0;
    transition: visibility 0s linear 0s,opacity .25s;
	cursor:pointer;
}	
	
#quick-contact .call-button {
    position: fixed;
    right: 10px;
    bottom: 12px;
    z-index: 999;
    width: 70px;
    height: 70px;
	box-shadow: none;
    font-size: 16px;
	font-weight:600;
    color: #122346;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px;
	cursor:pointer;
	width: 60px;
	height: 60px;
	border-radius: 12px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
	background: #FFFFFF;
	text-align:center;
}	

#quick-contact .call-button .call-text{
	display: none;
}

	#quick-contact .call-button .label{
		font-size: 0.58em;
		display: block;
		color: #56679d;
		text-decoration: none;
		padding-top: 0;
		font-weight: 600;
	}

	#back-to-top .round {
		width: 54px;
		height: 54px;
		border-radius: 50%;
		box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
		background: #E07373 url('/images/to-top.svg') 50% 50% no-repeat;
		background-size: 73%;		
		float:left;
	}

	#back-to-top .btn-text {
		display: none;
		float:left;
		margin-left: 17px;
		line-height: 37px;
}

.longpage .crisp-client .cc-1m7s .cc-iv0q .cc-dc5e .cc-xkyq,
.longpage .crisp-client .cc-1m7s[data-full-view=true] .cc-iv0q .cc-dc5e .cc-xkyq{
	border-radius: 12px !important;
}


.damage{
	position: relative;
	padding: 10px;
}

.damage h4{
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:10px 20px;
	background: rgba(255,255,255,0.9);
	border-radius: 15px;
	text-align:center;
}

		
.steps p, .steps h4{
	text-align: center;
	margin:1rem auto;
	color: #333333;
}	
.steps h4{
	font-weight:600;
}

.steps .step{
	margin:20px 10px 0;
	background: #ffffff;
	border-radius:6px;
	padding:20px;
	
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.step span{
	display:block;
	width:80px;
	height:80px;
	margin:0 auto 20px;
}


.features .feature{
	margin:20px 10px 0;
	background: #ffffff;
	border-radius:6px;
	padding:20px 20px 10px 120px;
	
	position:relative;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

.feature h2{
	margin-top:0;
}

.feature span{
	position:absolute;
	top:50%;
	margin-top: -40px;
	left:15px;
	display:block;
	width:80px;
	height:80px;
}

	.step .st-1 {
		background: url('/images/st-1.svg') 50% 50% no-repeat;
		background-size: contain;
	}
	.step .st-2 {
		background: url('/images/st-2.svg') 50% 50% no-repeat;
		background-size: contain;
	}
	.step .st-3 {
		background: url('/images/st-3.svg') 50% 50% no-repeat;
		background-size: contain;
	}

	.feature .pro-1 {
		background: url('/images/feature-1.svg') 50% 50% no-repeat;
		background-size: contain;
	}
	.feature .pro-2 {
		background: url('/images/feature-2.svg') 50% 50% no-repeat;
		background-size: contain;
	}
	.feature .pro-3 {
		background: url('/images/feature-3.svg') 50% 50% no-repeat;
		background-size: contain;
	}
	.feature .pro-4 {
		background: url('/images/feature-4.svg') 50% 50% no-repeat;
		background-size: contain;
	}

#claim-form .fieldgroup{
	margin-bottom:1rem;	
}
#claim-form input:not([type='checkbox']), #claim-form select, #claim-form textarea{
	margin-bottom:0;	
}

input:not([type='checkbox']), select, textarea{
	margin-bottom:1rem;	
	width: 100%;
	border: 2px solid #ced4da !important;
}

input.button{
	border:0 !important;
}

#claim-form .button{
	margin-top:0;
}

 label{
	font-size: 0.9rem;
	margin-bottom:0.4rem;
	text-align: left;
	width: 100%;
}

fieldset label.checkbox,
fieldset label.radiobtn{
	font-size: 0.9rem;
}

fieldset label.radiobtn input{
	position: relative;
	top:1px;
}

.slick-prev:before, .slick-next:before {
    color: #56679d !important;
}


.slick-slide{
	height: initial !important;
}

#ISSUES,
#ARREARS{
	display: none;
}

.shortclaim #ISSUES{
	display: block;
}

.shortclaim .button{
	width:100%;
	max-width: initial;
	
}


input.is-invalid{
	border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
}

.alert-error {
    width: 100%;
    font-size: .8em;
    color: #dc3545;
}

.iti {
    position: relative;
    display: block !important;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  margin: 0 !important;
  font-size:.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.policy span{
	display: block;
	padding-left: 40px;
	  min-height: 28px;
	background: url('/images/intro-confidential.svg') left center no-repeat;
	background-size: 30px auto;
	font-size: 0.7rem;
	color: #666666;
	margin-top:10px;
	margin-bottom:10px;
	text-align: left;
}

.policy img {
	width: 300px;	
	margin:0 auto;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 2px solid #c1c1c1;
  border-radius:4px;
}

.checkbox:hover input ~ .checkmark {
  background-color: #e8e8e8;
}

.checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid #56679D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Calculator*/

.disrepair-sidebar{
	position: fixed;
	bottom:16px;
	left: 70px;
	width:240px;
	z-index:1000;
}

.disrepair-sidebar .widget{
	background: #41537F;
	padding: 10px;
	text-align:center;
	border-radius: 12px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 5px;
}

#track_progress, #calculator_total_q, .estimatedTotal{
	
	font-weight: 700;
	font-size: 2rem;
}


.disrepair-sidebar p{
	text-align:center;		
	font-size: 0.85rem;
	margin: 0;
}

input[type='radio'] {
    display: inline-block;
    width: 25px;
}

label.radiobtn {
    display: inline-block;
    width: calc(100% - 30px);
	font-size: .75rem;
    cursor: pointer;
}

.panel-two{
	display: none;
}

#claim .carousel-wrap{
	padding: 0 45px;
	max-width:600px;
	margin: 0 auto;
}

#testimonials .carousel-wrap{
	padding: 0 45px;
	margin: 30px auto 0;
	max-width:1000px;
}


.carousel .slide{
	width: 100%;
	text-align:center;
	border-radius: 12px;
    overflow: hidden;
}

	.carousel .slide.slide1{
		background: url('images/compressed/slide1.webp') 50% 50% no-repeat;
		background-size: cover;
	}

	.carousel .slide.slide2{
		background: url('images/compressed/slide2.webp') 50% 50% no-repeat;
		background-size: cover;
	}

	.carousel .slide.slide3{
		background: url('images/compressed/slide3.webp') 50% 50% no-repeat;
		background-size: cover;
	}

.carousel .slide>div{
	color: #ffffff;
	min-height:50vh;
	padding: 40px 30px;
	font-size: 3rem;
	line-height: 4rem;
	background: rgba(0,0,0,.35);
}



.carousel .slide p{
	text-align:center;
}

.carousel .slide>div strong{
	font-size: 5rem;
	display: block;
}

#in-the-news a{
	
	margin-top:15px;
	display: block;
	text-decoration: none;
	color: #333333;
}

#in-the-news a h2{
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	margin:10px 0 15px;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.8rem;
		padding-left: 0.8rem;
		font-size: 0.9rem;
		line-height: 2;
	}
	

	#testimonials .slick-list:before{
		display:block;
		content: '';
		position: absolute;
		top: 0;
		bottom:0;
		left:0;
		width:100px;
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		z-index: 1000;	
	}

	#testimonials .slick-list:after{
		display:block;
		content: '';
		position: absolute;
		top: 0;
		bottom:0;
		right:0;
		width:100px;
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		z-index: 1000;	
	}
	
}

@media (min-width: 1300px){
		.call-button .call-text {
			display: inline-block;
			width: 85px;
			line-height: 1.2rem;
			text-align: left;
			vertical-align: middle;
		}
	}
	
@media (max-width: 1299px){
		.call-button .call-text{	
		display: none;
	}
	
	
}
@media (max-width: 992px){
	.call-button{
		max-width: 140px;
		float: right;
	}
	
}
@media (max-width: 991px){
		.photo-cover,
		.mini-cover{	
			width:100%;
			min-height: 25vh;
		}
		.contacts{
			margin-bottom: 30px;
		}	
	h1{		
		text-align: left;
		font-size:1.5rem;
		font-weight: 600;
	}	
	h2{		
		text-align: left;
		font-size:1.2rem;
		font-weight: 600;
	}	
}

@media (max-width: 767px){
	
	section.main-bg {
		padding: 10px 0;
	}
	
	.light-box {
		padding: 10px;
		margin: 0 0 20px;
	}
	
	.button.main {
		margin:10px auto 0;
	}
	
	span.sub{
		text-align: center;
	}
	
	.photo-cover{
		margin-bottom:10px;
	}

	.text-center h1{
		text-align: center;
	}
	
	.success-icon{
		display:none;
	}


}

/* Animations */


.jump {
    -webkit-animation: jump 1.5s ease 0s infinite normal ;
    animation: jump 1.5s ease 0s infinite normal ;
 }

	@keyframes jump {
	  0%{
		transform: translateY(0);
	  }
	  20%{
		transform: translateY(0);
	  }
	  40%{
		transform: translateY(-20px);
	  }
	  50%{
		transform: translateY(0);
	  }
	  60%{
		transform: translateY(-10px);
	  }
	  80%{
		transform: translateY(0);
	  }
	  100%{
		transform: translateY(0);
	 }
	}


	@-webkit-keyframes jump {
	  0%{
		-webkit-transform: translateY(0);
	  }
	  20%{
		-webkit-transform: translateY(0);
	  }
	  40%{
		-webkit-transform: translateY(-20px);
	  }
	  50%{
		-webkit-transform: translateY(0);
	  }
	  60%{
		-webkit-transform: translateY(-10px);
	  }
	  80%{
		-webkit-transform: translateY(0);
	  }
	  100%{
		-webkit-transform: translateY(0);
	 }
	}

.shake{
	animation: shake 2.6s infinite both;
}


	@keyframes shake {
	  10%, 40% {
		transform: translate3d(-1px, 0, 0);
	  }
	  
	  15%, 35% {
		transform: translate3d(2px, 0, 0);
	  }

	  20%, 25%, 30% {
		transform: translate3d(-4px, 0, 0);
	  }

	  22%, 28% {
		transform: translate3d(4px, 0, 0);
	  }
	}
	
	@-webkit-keyframes shake {
	  10%, 40% {
		-webkit-transform: translate3d(-1px, 0, 0);
	  }
	  
	  15%, 35% {
		-webkit-transform: translate3d(2px, 0, 0);
	  }

	  20%, 25%, 30% {
		-webkit-transform: translate3d(-4px, 0, 0);
	  }

	  22%, 28% {
		-webkit-transform: translate3d(4px, 0, 0);
	  }
	}

	
	
.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

	@keyframes pulse {
		0% {
			transform: scale(0.95);
			opacity: 1;		
		}
		50% {
			transform: scale(1);
			opacity: 1;	
		}	
		100% {
			transform: scale(0.95);
			opacity: 1;	
		}			
	}

	@-webkit-keyframes pulse {
		0% {
			-webkit-transform: scale(0.95);
			opacity: 1;		
		}
		50% {
			-webkit-transform: scale(1);
			opacity: 1;	
		}	
		100% {
			-webkit-transform: scale(0.95);
			opacity: 1;	
		}			
	}
	
	
	/*trustpilot*/
	 .no-navigation.navbar>.container-fluid{
		display: block;
	}
	
.text-center .trustpilot-wrapper {
    display: inline-block;
    background: #fff;
    padding: 7px 3px 0;
    border-radius: 4px;
	margin-bottom: 10px;
}

.trustpilot-wrapper a{
	text-decoration: none;	
	
}		
a.trustpilot-link{
	text-decoration: none;	
	
}	
	
.trustpilot.stars{
	width: 120px;
	margin: 0 auto;
	display: inline-block;
}	

.trustpilot .svgRoot {
    position: relative;
	float: left;
	margin: 0 2px; 
}	

._2OIRR * {
    vector-effect: non-scaling-stroke;
}

.svgRoot {
    width: 20px;
    height: 20px;
    --fill-opacity: 1;
    --fill: #46B266;
}

	
.svgRoot.last {
    --stroke-width: 0;
    --fill-opacity: 0.52;
    --stroke: #2F2E2E;
    --stroke-opacity: 1;
    --fill: #46B266;
}

	._3bLYT {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: var(--opacity);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    transform: var(--flip);
    filter: var(--drop-shadow,none);
}	

._3bLYT, ._3bLYT svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

._2Hij5{
	text-align: center;
	padding-top: 0;
	display: inline-block;
	position: relative;
	top:-4px;
}
._2Hij511{
	text-align: center;
    font-size: 0.8em;
    line-height: 1;
    padding-top: 7px;
}

._2Hij5 a{
	color: black;
	text-decoration: none;
}

/* call icon */

.no-navigation .call-button {
    margin: 8px 0;
    max-width: 140px;
    display: inline-block;
}

.call-button a{
	text-decoration: none;	
}


#callback-button {
	cursor: pointer;
}

.call-button .label{
	display: none;	
}

.call-icon{
	display: inline-block;
	width:40px;
	height:40px;
	margin: 0 5px;
	background: url('images/call.svg') no-repeat center center;
	background-size: cover;
	vertical-align: middle;
}

.call-text{	
	line-height:40px;
	font-size: 1rem;
	font-weight:600;
	color: #e07373;
	transition: color 1s;
	
}

	.call-button:hover .call-text,
	.callback-button:hover .call-text{	
		color: #122346;
	}
	
	.quickcontact .call-text{	
		display: none;
	}
	
.secure{
	display: inline-block;
	margin: 0 10px;
}	
	
	.secure img{
		max-height:40px;
	}
	
.quickcontact{
	padding: 12px 12px;
	box-shadow: 0px -2px 10px rgb(0 0 0 / 20%);
	z-index: 1060;
}

.lp4 .quickcontact{
	opacity:0;
}

.quickcontact .whatsapp-icon{
	display: inline-block;
	width:40px;
	height:40px;
	margin: 0 5px;
	background: url('images/whatsapp.svg') no-repeat center center;
	background-size: cover;
	vertical-align: m iddle;
}

.quickcontact .email-icon{
	display: inline-block;
	width:40px;
	height:40px;
	margin: 0 5px;
	background: url('images/email.svg') no-repeat center center;
	background-size: cover;
	vertical-align: middle;
}

.quickcontact a{
	text-decoration: none;	
}

.quickcontact .label{
	font-size: 0.9em;
	display: block;	
	color: #122346;
	text-decoration: none;
	padding-top: 5px;
}
	
@media (max-width: 767px){
	
	.navbar-brand .logo {
		max-height: 50px;
	}

	.no-navigation .call-button{
		position:  absolute;
		top: 8px;
		right: 8px;
	}

	.no-navigation .secure{
		position:  absolute;
		position: absolute;
		top: 26px;
		right: 50px;
	}
	
	span.secure img {
		max-width: 90px;
	}
	
	.quickcontact .call-button,
	.quickcontact .whatsapp-button,
	.quickcontact .email-button{
		width: 100%;
		position: static;
		margin: 0 auto;
		text-align: center;
	}
	
	.quickcontact .call-button .call-icon{
		animation: none !important;
	}
	
	.no-navigation .call-text{	
		display: none;
	}
		
	#callback-button .label{
		font-size: 0.65em;
		display: block;
		color: #56679d;
		text-decoration: none;
		padding-top: 5px;
		font-weight: 600;
	}
	
	body{
		padding-top: 125px;
	}
		
	footer {
		padding-bottom: 80px;
	}
	
	.trustpilot-wrapper{
		padding-top: 15px;
	}
}

@media (max-width: 575px){
	
.disrepair-sidebar{
	bottom: 100px;
	left: calc(50% - 120px);
}

	
	footer {
		padding-bottom: 160px;
	}
		
	
	#back-to-top{
		bottom: 98px;
	}

	#quick-contact .call-button {
		bottom: 100px;
	}
	
	
	.longpage  .crisp-client .cc-kxkl.cc-14b7 .cc-1hqb {
		bottom: 170px!important;
	}
	
	.longpage  .crisp-client .cc-imbb.cc-qfnu {
		bottom: 105px!important;
		position: fixed !important;
		right: 5px !important;
	}
}
