.back_to_top_arrow{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #69badf;
	border-radius: 50%;
	cursor:pointer;
}
.back_to_top_arrow:hover{
	opacity: 0.7;	
}
#sbttBacktotop.footer{
	position: fixed;
	left:unset !important;
	right: 30px;
	bottom: 10px;
}
#sbttBacktotop{
	position: fixed;
	bottom: 10px;
	margin-left: -60px;
	display:none;
}
@media (max-width:1024px){
	#sbttBacktotop{
		right: 15px;
	}	
}
#find_healthcare_country select {
    background: #fff;
    border: none;
    padding: 15px;
    width: 90%;
}
.zipsrchinput{
	padding-left: calc(60px / 3);
	padding-right: calc(60px / 3);
	font-family: "Nunito Sans", Sans-serif;
	font-size: 20px !important;
	font-weight: 300;
	line-height: 27px !important;
	margin: 0;
	border: 0 !important;
	display: inline-block;
	white-space: normal;
	background: none;
	min-width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}