.enquiry_trusted-badge {padding: 0 10px;}
.enquiry_trusted-badge .enquiry {
	margin-top: 17px;
}
.locader-container{
	position:fixed;
	background:rgba(0,0,0,0.7);
	left:0px;
	top:0px;
	width: 100%;
    height: 100%;
	z-index:3;
}
.locader {
  width: 50px;
  height: 50px;
  display: grid;
  animation: s5 45 infinite;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
  z-index:4;
}
.locader::before,
.locader::after {    
  content:"";
  grid-area: 1/1;
  border:8px solid;
  border-radius: 50%;
  border-color:#766DF4 #766DF4 #0000 #0000;
  mix-blend-mode: darken;
  animation: s4 15 infinite linear;
}
.locader::after {
  border-color:#0000 #0000 #E4E4ED #E4E4ED;
  animation-direction: reverse;
}

@keyframes s4{ 
  100%{transform: rotate(1turn)}
}