
.circle {
	position: relative;
}

.circle:before {
	background-image: url('../img/circle.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ' ';
	display: block;
	height: 105%;
	left: -15%;
	position: absolute;
	top: -5%;
	width: 130%;
}

.circle span {
	position: relative;
}

.container-max {
	margin: 0 auto;
	width:calc(100% - 20px);

}
.container-1440 {
	margin: 0 auto;
	max-width: 1400px;
	width:calc(100% - 20px);

}
	.container-1180,.contained {
	margin: 0 auto;
	max-width: 1180px;
	width:calc(100% - 20px);

}

.contained_oversized {
	margin: 0 auto;
	max-width: 1360px;
	width:calc(100% - 20px);
}


.container-980 {
	margin: 0 auto;
	max-width: 980px;
}

.container-950 {
	margin: 0 auto;
	max-width: 950px;
}


.container-860 {
	margin: 0 auto;
	max-width: 860px;
}

.container-795 {
	margin: 0 auto;
	max-width: 795px;
}



.container-720 {
	margin: 0 auto;
	max-width: 720px;
}

.container-640-no-margin {
	max-width: 640px;
}

.container-620 {
	margin: 0 auto;
	max-width: 620px;
}

.container-640 {
	margin: 0 auto;
	max-width: 640px;
}

.container-680 {
	margin: 0 auto;
	max-width: 680px;
}

.container-520 {
	margin: 0 auto;
	max-width: 520px;
}

.scrollbar-measure {
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 100px;
}



.underline-white {
	background-image: url('../img/underline-white.svg');
}

body {
	
	font-family: 'Poppins', sans-serif ;
	-webkit-font-smoothing: antialiased;
}

body.call-me-back-active,
body.flyout-active {
	background: #fff;
	overflow: hidden;
}

a {
	text-decoration: none;
}



.burger,
.close button {
	-webkit-appearance: none;
	appearance: none;
	background: 0;
	border: 0;
	cursor: pointer;
	outline: 0;
	position: relative;
}

.burger {
	display: none;
	height: 16px;
	padding:0;
	width: 24px;
}

.burger span,
.burger span:before,
.burger span:after {
	background: #002566;
	display: block;
	height: 2px;
}

.burger span,
.burger span:before {
	width: 24px;
}

.burger span:before,
.burger span:after {
	content: ' ';
	left: 0;
	position: absolute;
}

.burger span:before {
	top: 0;
	
}

.burger span:after {
	bottom: 0;
	width: 24px;
	
}

.header-call-me-back {
	position: absolute;
	right: 30px;
	top: 100%;
	z-index: 2;
}

.header-call-me-back a {
	align-items: center;
	background-image: linear-gradient(101deg, #f28775 -101%, #ee6f5d 115%);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font: 600 14px/1.71 'Poppins', sans-serif;
	letter-spacing: 0.28px;
	min-width: 180px;
	padding: 7.5px 15px;
	text-align: center;
}

.header-call-me-back .fa-calendar-alt {
	font-size: 22px;
	margin-right: 10px;
}

.header-call-me-back .fa-chevron-right {
	margin-left: 10px;
}


main {
	background: #fff;
	display: block;
	/* padding-top: 60px; */
}

main h1,
main h2 {
	color: $navy;
	font: 400 32px/37px'Poppins', sans-serif;
	letter-spacing: 0.1px;
	padding-bottom: 15px;
}

.content h2,
.main-home h1 {
	color: #002566;
	font: 400 32px/1.19 'Poppins', sans-serif;
	letter-spacing: -0.09px;
	padding: 15px 0 30px;
}

main ol,
main p,
main ul {
	font-size: 18px;
	line-height: 1.41;
}

.content ol,
.content ul {
	padding: 0 0 15px 1.1em;
}



.content a:not(.button-link) {
	color: #002566;
	transition: color .3s ease-in-out;
}

.content a:not(.button-link):hover {
	color: #ee6f5d;
}

.js .accordian-blocks {
	padding-top: 45px;
}

.js .accordian-blocks > div:first-of-type {
	border-top: solid 1px #b5b5b5;
}

.js .accordian-block {
	position: relative;
}

.js .accordian-block:before,
.js .accordian-block:after {
	background-image: linear-gradient(97deg, #004c9f 0%, #004b9e 2%, #002566 108%);
	content: ' ';
	height: 3px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 27px;
	width: 20px;
}

.js .accordian-block:after {
	transform: rotate(-90deg);
	transition: transform .25s ease-in-out;
}

.js .accordian-block.active:after {
	transform: none;
}

.content .accordian-block h2 {
	font: 600 18px 'Poppins', sans-serif;
	padding: 0 0 15px;
}

.js .content .accordian-block h2 {
	cursor: pointer;
	padding: 15px 0 15px 50px;
}

.js .accordian-blocks > div:not(:last-of-type) {
	border-bottom: solid 1px #b5b5b5;
}

.js .accordian-block > div {
	display: none;
	padding-left: 50px;
}

.js .accordian-block .content {
	padding-bottom: 15px;
}

.achieved {
	overflow: hidden;
	padding: 120px 30px 0;
	text-align: center;
}

.achieved * {
	color: #fff !important;
}

.achieved h2 {
	padding-bottom: 105px;
}

.achieved ul {
	display: flex;
	flex-wrap: wrap;
	font: 600 19px/1.26 'Poppins', sans-serif;
	justify-content: center;
	letter-spacing: 0.38px;
	list-style: none;
	margin: 0 -60px;
}

.achieved li {
	margin: 0 60px 120px;
	width: calc(25% - 120px);
}

.achieved li img {
	display: block;
	margin: 0 auto 15px;
	max-height: 45px;
	width: auto;
}

.certificates {
	background: #fff;
	overflow: hidden;
	padding: 120px 30px 0;
	text-align: center;
}

.certificates > div > div.content {
	padding-bottom: 30px;
}

.certificates-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -60px;
}

.certificates-blocks > div {
	margin: 0 60px 120px;
	width: calc(25% - 120px);
}

.certificates-blocks .image {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.certificates-blocks .image img {
	display: block;
}

.charity {
	background: #fff;
	padding: 120px 30px;
}

.charity > div {
	position: relative;
}

.charity > div > div {
	display: flex;
	width: 100%;
}

.charity-left {
	background: #002566;
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
	box-sizing: border-box;
	color: #fff;
	padding: 75px 60px;
	width: 50%;
}

.charity-left img {
	display: block;
	height: auto;
	margin-bottom: 15px;
	max-width: 100%;
}

.charity-left h2 {
	font: 600 36px/1.06 'Poppins', sans-serif;
	letter-spacing: -0.1px;
	padding-bottom: 20px;
}

.charity-left p:not(.button) {
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.5;
	padding-bottom: 20px;
}

.charity > div > div > img {
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.cta-call-blue {
	background-image: linear-gradient(101deg, #004c9f 0%, #004b9e 2%, #002566 108%);
	color: #fff;
	padding: 120px 30px 105px;
	text-align: center;
}

.cta-call-blue h2 {
	font: 600 36px/1.06 'Poppins', sans-serif;
	padding-bottom: 15px;
}

.cta-call-blue p {
	font-size: 17px;
	line-height: 1.41;
	padding-bottom: 15px;
}

.cta-call-blue a {
	color:#ffffff;
	transition: all 0.3s ease-in-out;

}
.legal-content p a,
main.faqs p a {
	color:#002566;
	transition: all 0.3s ease-in-out;
}
.cta-call-blue a:hover,
.legal-content p a:hover,
main.faqs p a:hover {
		color:#ee6f5d;
		
}

.cta-call-blue p:last-of-type {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.4px;
}

.cta-quote {
	background-image: linear-gradient(102deg, #fac16b -13%, #f28e39 103%);
	overflow: hidden;
	text-align: center;
}

.cta-quote > div {
	background-image: url('../img/background-quote.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 120px 15px 105px;
}

.cta-quote h2 {
	color: #002566;
	font: 600 36px/1.06 'Poppins', sans-serif;
	padding-bottom: 60px;
}

.cta-quote ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	margin: 0 -30px;
}

.cta-quote li {
	margin: 0 30px 15px;
}

.cta-call-green {
	background-image: linear-gradient(93deg, #74dbc6 -53%, #40b494 108%);
	padding: 30px 30px 0;
}

.cta-call-green p {
	color: #fff;
	font: 600 20px/1.9 'Poppins', sans-serif;
	letter-spacing: -0.06px;
	padding-bottom: 30px;
	text-align: center;
}

main.faqs {
	background: #fff;
	padding: 120px 30px 90px;
}

main.faqs > div > div > h2 {
	text-align: center;
}

.how {
	background: #fff;
	overflow: hidden;
	padding:70px 30px 90px;
	text-align: center;
}

.how > div > div.content {
	margin: 0 auto;
	max-width: 864px;
	padding-bottom: 90px;
} 

.how > div > div:not(.content) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -45px;
}

.how > div > div > div {
	margin: 0 45px 90px;
	width: calc(33.33% - 90px);
	background-image: url('../img/home-01-less.svg');
	background-size:contain;
	background-position:center top;
	background-repeat:no-repeat;
}

.how > div > div > div:nth-of-type(2) {
	background-image: url('../img/home-02-less.svg');
} 

.how > div > div > div:nth-of-type(3) {
	background-image: url('../img/home-03-less.svg');
} 

.how h3 {
	padding-bottom: 30px;
}

.how h3 span:first-of-type {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
	text-transform: uppercase;
}

.how h3 span:last-of-type {
	color: #002566;
	font: 600 26px/0.92 'Poppins', sans-serif;
	letter-spacing: 0.52px;
}

.how img {
	display: block;
	margin: 0 auto 30px;
	max-height: 55px;
	width: auto;
}

.offer {
	background-image: linear-gradient(110deg, #004c9f 2%, #004b9e 4%, #002566 107%);
	overflow: hidden;
	padding: 120px 30px;
	text-align: center;
}

.offer,
.offer .content * {
	color: #fff;
}

.offer-flex {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
	padding-bottom: 30px;
}

.offer-flex > div {
	margin: 0 30px;
}

.offer-left {
	width: calc(62.5% - 60px);
}

.offer-left ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -30px;
}

.offer-left li {
	margin: 0 30px 90px;
	width: calc(33.33% - 60px);
}

.offer-left img {
	display: block;
	margin: 0 auto 30px;
	max-height: 45px;
	width: auto;
}

.offer-left h3 {
	font: 700 24px/1 'Poppins', sans-serif;
	letter-spacing: 1px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.offer-left p {
	font-size: 17px;
	line-height: 1.41;
}

.offer-left p:first-letter {
	text-transform: lowercase;
}

.offer-right {
	width: calc(37.5% - 60px);
}

.offer-right img {
	display: block;
	height: auto;
	max-width: 100%;
}

.press {
	background: #fff;
	overflow: hidden;
	
	padding-bottom: 60px;
	text-align: center;
}

.press .content {
	padding: 70px 30px 0 30px;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.press-logos {
	align-items: center;
	height: 100%;
	width: 100%;
}

.press-logos img {
	display: block;
	filter: grayscale(1);
	margin: 0 auto;
	max-height: 40px;
	max-width: 100%;
}

.press-logos span {
	left: -9999px;
	position: absolute;
	top: auto;
}

.promotion {
	background: #fff;
	padding: 0 30px 60px;
}

.promotion > div {
	position: relative;
}

.promotion > div > div {
	display: flex;
	width: 100%;
}

.promotion-left {
	background: #000;
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
	box-sizing: border-box;
	color: #fff;
	padding: 75px 60px;
	width: 40%;
}

.promotion-left h2 {
	font: 600 36px/1.06 'Poppins', sans-serif;
	letter-spacing: -0.1px;
	padding-bottom: 20px;
}

.promotion-left p:not(.button) {
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.5;
	padding-bottom: 20px;
}

.promotion img {
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}

.social-media {
	background: #fff;
	padding: 120px 30px 90px;
	text-align: center;
}

.social-media .content {
	padding-bottom: 30px;
}


.why,
.why .content * {
	color: #fff;
}

.why {
	background-image: linear-gradient(113deg, #004c9f 2%, #004b9e 4%, #002566 107%);
	overflow: hidden;
	padding: 120px 30px;
	text-align: center;
}

.why > div > div.content {
	padding-bottom: 90px;
} 

.why > div > div:not(.content):not(.button-holder) {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -45px;
}

.why > div > div > div {
	margin: 0 45px 90px;
	position: relative;
	text-align: left;
	width: calc(33.33% - 90px);
}

.why > div > div > div:before {
	background-image: url('../img/divider.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 5px 100%;
	content: ' ';
	display: block;
	height: 100%;
	left: -15px;
	position: absolute;
	width: 5px;
}

.why img {
	display: block;
	margin-bottom: 15px;
}

.why h3 {
	font: 600 19px/1.26 'Poppins', sans-serif;
	letter-spacing: 0.38px;
	padding-bottom: 15px;
}

.why .button-holder {
	margin-top: -60px;
}

.cookie-banner {
	background: #fff;
	background-image: url('../img/background-cookies.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 30px 30px 15px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}

.cookie-banner > div {
	align-items: center;
	display: flex;
	margin: 0 -15px;
}

.cookie-banner > div > div {
	margin: 0 15px;
}

.cookie-banner > div > div:first-of-type {
	flex-grow: 1;
}


.call-me-back {
	background: rgba(0, 37, 102, 0.94);
	box-sizing: border-box;
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.call-me-back > div {
	display: table;
	height: 100%;
	width: 100%;
}

.call-me-back > div > div {
	display: table-cell;
	vertical-align: middle;
}

.call-me-back > div > div > div {
	background: #fff;
	border-radius: 11px;
	display: flex;
	margin: 0 auto;
	position: relative;
}

.call-me-back > div > div > div > form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.call-me-back > div > div > div > form > div {
	box-sizing: border-box;
	padding: 30px;
	width: 50%;
}

.call-me-back-left {
	background-color: #fff;
	background-image: url('../img/background-call-me-back.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
}

.call-me-back-left h2 {
	color: #002566;
	display: inline-block;
	font: 600 32px/1.19 'Poppins', sans-serif;
	letter-spacing: -0.09px;
	margin-bottom: 15px;
}

.call-me-back-left p:first-of-type {
	margin-bottom:30px;

}

.call-me-back h3 {
	color: #002566;
	font: 500 23px/1.65 'Poppins', sans-serif;
	letter-spacing: -0.06px;
	padding-bottom: 30px;
	text-align: center;
}

.call-me-back-left h3 {
	color: #002566;
}

.call-me-back-left > div > div {
	display: flex;
	margin: 0 -10px;
}

.call-me-back-left > div > div > div {
	margin: 0 10px 40px;
	width: calc(50% - 20px);
}

.call-me-back-left input {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-bottom: solid 2px #e5e9ef;
	font: 400 17px 'Poppins', sans-serif ;
	height: 40px;
	letter-spacing: 0.4px;
	outline: 0;
	width: 100%;
}

.call-me-back-left input::placeholder {
	color: #99a8c2;
	opacity: 1;
}

.call-me-back-left input:-ms-input-placeholder {
	color: #99a8c2;
}

.call-me-back-left input::-ms-input-placeholder {
	color: #99a8c2;
}

.call-me-back-right {
position:relative;
	background: #ed6a58;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
	padding-top: 112px !important;
}

.call-me-back-right h3 {
	color: #fff;
}

.call-me-back-right .date-scroll {
	width:calc(100% - 15px);
	box-sizing:border-box;
	overflow:hidden;
	padding:0 15px;
	margin-right:20px;
	margin-left:10px;
	position:relative;
}



.call-me-back-right .ds-nav {
	position:absolute;
	cursor:pointer;
	left:10px;
	top:calc(50% - 10px);
	color:#ffffff;
	font-size:20px; 
	opacity:1;
}


.call-me-back-right .ds-nav.active{
	opacity:0.5;
}

.call-me-back-right .ds-nav.date-scroll-end {
	left:auto;
	right:10px;

}
.call-me-back-right ul {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	list-style: none;
	margin: 0 -10px;
	padding-bottom: 30px;
	width:1000px;
	transition: all 0.3s ease-in-out; 
}

.call-me-back-right .date-scroll.end ul {
	margin-left:-510px; 
	
}

.call-me-back-right li {
	align-items: center;
	border: solid 3px rgba(255, 255, 255, 0.37);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 105px;
	width:105px;
	justify-content: center;
	margin: 0 10px;
	text-align: center;
	
}

.call-me-back-right li span:first-of-type {
	display: block;
	font-size: 12px;
	letter-spacing: 0.24px;
	opacity: 0.5;
	text-transform: uppercase;
}

.call-me-back-right li span:last-of-type {
	display: block;
	font: 500 18px/1.33 'Poppins', sans-serif;
	letter-spacing: 0.36px;
	opacity: 0.5;
	text-transform: uppercase;
}

.call-me-back-right li:hover,
.call-me-back-right li.active {
	border: solid 3px #002566;
}


.call-me-back-right li:hover span,
.call-me-back-right li.active span {
	opacity: 1;
}

.call-me-back-right .dropdown {
	margin: 0 auto;
	position: relative;
	max-width: 223px;
	padding-bottom: 30px;
}

.call-me-back-right .dropdown .fa-clock {
	color: rgba(255, 255, 255, 0.73);
	font-size: 16px;
	left: 0;
	margin-top: -24px;
	position: absolute;
	top: 50%;
}

.call-me-back-right select {
	background: 0;
	border: 0;
	border-bottom: solid 2px rgba(255, 255, 255, 0.28);
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font: 500 16px 'Poppins', sans-serif ;
	height: 40px;
	outline: 0;
	padding: 0 30px;
	width: 100%;
}

.call-me-back-right option {
	color: #000;
}

.call-me-back .fa-times {
	color: #fff;
	cursor: pointer;
	font-size: 27px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.call-me-back > div > div > div > form.ajax-active {
	color: #002566;
	width:100%;
	min-height:120px;
	
	border-radius:11px;
	text-align:center;
	padding:110px 22.5%;
	display:block;
	background-color:#ffffff;
	background-image: url('../img/background-reviews.svg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:102% auto;
	font-size: 30px;
  	font-weight: 600;
  	transition: all 0.3s ease-in-out; 
}

.call-me-back > div > div > div > form.ajax-active p {
	margin-bottom:30px;
}
.call-me-back > div > div > div > form.ajax-active + .fa-times {
	color: #002566;;
}

.call-me-back > div > div > div > form.ajax-active span.ajax-loading {
	border: 10px solid #002566;
  	border-top: 10px solid #ee6f5d;
}

.progress-container {
	padding: 0 60px;
}

.progress {
	height: 22px;
	margin: 0 auto 30px;
	max-width: 480px;
	position: relative;
}

.progress:before,
.progress span,
.progress .steps {
	display: block;
	position: absolute;
	top: 50%;	
}

.progress:before {
	background: #e5e9ef;
	content: ' ';
	height: 2px;
	margin-top: -1px;
	width: 100%;
}

.progress .steps {
	background: #058dc6; 
	content: ' ';
	height: 2px;
	margin-top: -1px;
	width: 0%;
	transition: all 0.3s ease-in-out; 
}

 


.progress.steps-step2 .steps 			{ width:11%; }
.progress.steps-step3 .steps  			{ width:22%; }
.progress.steps-your-quote .steps		{ width:33%; }
.progress.steps-checkout .steps 		{ width:50%; }
.progress.steps-annually .steps,
.progress.steps-monthly .steps 			{ width:66%; }
.progress.steps-payment-complete .steps { width:84%; }
.progress.steps-confirmation .steps 	{ width:100%; }


.progress span,
.input-radio span {
	background: #fff;
	border: solid 2px #058dc6;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	height: 22px;
	width: 22px;
}

.progress span {
	margin-top: -11px;
	z-index: 1;
}

.progress span a {
	display:block; 
	content:'';
	position:absolute;
	z-index:2;
	left:-4px;
	top:-4px;
	right:-4px;
	bottom:-4px;
}



.progress span:before {
	position:absolute; 
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:80px;
	margin-left:-29px;
	top:-25px;
	color:#058dc6;
	z-index:-1;
}

.progress span:nth-child(2):before { content: 'Your Details';}
.progress span:nth-child(3):before { content: 'Your Quote';}
.progress span:nth-child(4):before { content: 'Payment';}
.progress span:nth-child(5):before { content: 'Confirmation';}

.progress span:nth-child(2) {
	left: -11px;
}

.progress span:nth-child(3) {
	left: 33%;
	margin-left: -11px;
}

.progress span:nth-child(4) {
	left: 67%;
	margin-left: -11px;
}

.progress span:nth-child(5) {
	right: -11px;
}

.progress-current:after,
.input-radio span:after {
	background-image: linear-gradient(144deg, #0cc1e5 -32%, #058dc6 111%);
	border-radius: 50px;
	content: ' ';
	display: block;
	height: 14px;
	left: 2px;
	position: absolute;
	top: 2px; 
	width: 14px;
}

.progress.steps-your-quote span:nth-child(3):after,
.progress.steps-payment-complete span:nth-child(4):after { animation: bhc_pulse 2s linear infinite; }


@keyframes bhc_pulse {
  0% {
	transform: scale(1,1);
	opacity:1;
	}
  100% {
	transform: scale(6,6);
	opacity:0;
 
	}
}

.icon-times-tweak { 
	transform: scale(1.2); 
	}
	
/** Safari hacks **/
@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) {

	.call-me-back-right .dropdown select  {
		-webkit-appearance: textfield;
		cursor:pointer;
	}
	
	.call-me-back-right .dropdown:after {
	
		position:absolute;
		right:0;
		top:-03px;
		content: '⌄'; 
		font-size:1.5em;
		color:#ffffff;
	}

} }
/** End safari hack **/
