/* Header Design */
#Header {
	height: 140px;
	max-height: 140px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
}

.header-container {
	width: 100%;
	height: 140px;
	max-height: 140px;
}

.header-img-container {
	width: 20%;
	height: 140px;
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
}

.header-help-text-container {
	width: 40%; 
	height: 140px;
	float: left;
	line-height: 25px;
	font-family: 'Heebo';
	font-weight: 400;
	padding-left: 20px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.header-right-container {
	display: inline-block;
	float: right;
	width: 40%;
	height: 140px;
}

.button-container {
	display: inline-block;
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: flex-end;
}

.header-bottom-right-container {
	display: flex;
	padding-top: 25px;
	align-items: center;
	justify-content: flex-end;
}

.header-img-container a img {
	width: 100%;
	height: 115px;
	object-fit: scale-down;
}

.header-help-text-container span.help-first-line {
	color: #848484;
	font-family: 'Heebo';
    font-weight: 400;
}
.header-help-text-container span.help-second-line {
	color: #2B82BC;
    font-family: 'Heebo';
    font-weight: 400;
}
.header-help-text-container h1{
	font-size: 14px;
    line-height: 22px;
    margin: 0px;
    display: inline-grid;
}
div#espanol, div#view-result {
	display: inline-block;
	width: 48%;
	height: 48%;
	text-align: center;
	margin-top: 5%;
	margin-left: 2%;
}

div#espanol {
	background: #449CD7 0% 0% no-repeat padding-box;
	border-radius: 5px;
}

div#view-result {
	background: transparent linear-gradient(180deg, #37C0C7 0%, #06BBA0 100%) 0% 0% no-repeat padding-box;
	border-radius: 5px;
}

#espanol a, #view-result a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 3%;
	height: 100%;
	font-family: 'Heebo';
    font-weight: 400;
}

#espanol a span {
	padding-left: 2%;
}

.ellkay-logo-header {
	display: inline-block;
	width: 60%;
	padding-top: 4%;
}

.ellkay-logo-header img {
	width: 95%;
	height: 50%;
}

.labfinder-logo-header {
	display: inline-block;
	width: 100%;
	padding-top: 3%;
}

.labfinder-logo-header img {
	width: 100%;
	height: 110%;
	position: relative;
	top: -30%;
}

.poweredBytext {
	color: #848484;
	font-family: Arial;
	padding-right: 5%;
    padding-top: 4%;
}
.powered-by-text {
	color: #848484;
    font-family: Arial;
    padding: 0 10px;
}
.powered-by-img-elk img {
    height: 20px;
}
.powered-by-img-lb img {
	height: 20px;
	padding-left: 10px;
}

/* Footer Design */

.footer-whitelabel-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #252e3e;
}

.about-us-footer-info {
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 20px 0;
}

.about-us-left-footer-info-container {
	display: inline-block;
	float: left;
	width: 60%;
	padding-left: 11vw;
	padding-right: 20vw;
}

.about-us-right-footer-info-container {
	display: inline-block;
	float: right;
	width: 40%;
}

.about-us-left-footer-info-container h1, .about-us-left-footer-info-container h2 {
	color: #96b8f6;
}

.about-us-left-footer-info-container h1 {
	font-size: 1.6vw;
	margin-bottom: 15px;
	font-family: 'Heebo';
}
.about-us-left-footer-info-container h2{
	font-size: 1.2vw;
	line-height: 22px !important;
	margin-bottom: 15px;
	font-family: 'Heebo';
}
.about-us-left-footer-info-container p {
	color: #b7cbdb;
	font-size: 1em;
	font-family: Muli;
 }
 .about-us-right-footer-info-container img {
	width: 50%;
	padding-top: 2vw;
	padding-bottom: 1vw;
 }

/*Header title design*/
#heading_top_searchbar .vs-hidden{visibility: hidden;}
#heading_top_searchbar h1{color:#fff;margin:0px;font-size:20px;line-height:26px;text-align: center;padding:15px 0 0;}
#heading_top_searchbar {
	background: #410C91;
}
 #heading_top_searchbar p{
	 color: white;
	 text-align: center;
	 font-family: 'Heebo';
 }

 #heading_top_searchbar p.first-title{
	font-weight: 700;
	font-size: 1.5vw;
	padding-top: 1vw;
 }
 
 #heading_top_searchbar p.second-title{
	font-weight: 400;
	font-size: 1.1vw;
	opacity: 0.9;
}

hr#border {
	border-top:1px solid white;;
	margin-left: 12%;
	margin-right: 12%;
	margin-bottom: 0px;
	opacity: 0.3;
}

#gmw_form {
	width: 85%;
	padding-left: 15%;
}

.homepage-search-label {
    position: relative;
    top: 15px;
    padding-left: 20px;
    color: #e8e4f1;
    font-family: Muli;
    font-size: 1.2em;
}

.avada-row {
	width: 100%;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.hide-on-white-label {
	visibility: hidden;
}
#search-insurance-wrap {
	border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.search-fields {
	display: flex !important;
    justify-content: center !important;
}
#main {
	background: #F8F5FA !important;
}

.upper-section-wrap {
	background: #F8F5FA !important;
}

.lfresultsframewrap {
	font-family: Muli !important;
}

#userwayAccessibilityIcon {
	display: none;
}

.white-label-page-details {
	margin: 0 !important; 
	display: block; 
	overflow: hidden; 
	border-top-left-radius:0px; 
	border-top-right-radius:0px; 
	transform: translateZ(0px);
}
.homepage-search-label {
	font-weight: 400;
}

@media screen and (min-width: 1900px) {
	.button-container {
		height: 60%;
	}
	
	.header-help-text-container {
		font-size: 20px;
	}
	.button-container {
		font-size: 17px;
	}
	
	.powered-by-img-elk img {
		height: 30px;
	}
	.powered-by-img-lb img {
		height: 30px;
	}
	.avada-row {
		max-width: 100% !important;
	}
}
.empty-search-header-container {
	padding: 0px 0;
}
.empty-search-header {
	width: 100%;
    margin: 0 auto !important;
    /* border: 1px solid gainsboro; */
	border-radius:none;
}
.white-label-contact-us-btn {
	background-color: #3795f3;
    border-color: #0078c8;
    color: #FFFFFF;
    font-size: 13px;
    padding: 8px 23px;
    display: inline-block;
    line-height: 15px;
    margin-bottom: 15px;
    box-shadow: inset 0px -15px 15px 0px rgb(0 0 0 / 25%), inset 0 1px 0 0 rgb(255 255 255 / 50%);
    text-shadow: rgb(0 0 0 / 30%) 0px 0px 2px;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
}

.white-label-contact-us-btn:hover{
	background-color: #257ace;
    border-color: #2070c0;
    color: #FFFFFF;
}
.about-us-footer-menu-container {
	padding-left: 11vw;
	padding-top: 20px;
	padding-right: 11vw;
}

.about-us-footer-menu-container h1, .about-us-footer-menu-container h2 {
	color: #96b8f6;
}

.about-us-footer-menu-container h1 {
	font-size: 1.6vw;
	margin-bottom: 15px;
	font-family: 'Heebo';
}
.about-us-footer-menu-container h2{
	font-size: 1.2vw;
	line-height: 22px !important;
	margin-bottom: 15px;
	font-family: 'Heebo';
}
.about-us-footer-menu-container p {
	color: #b7cbdb;
	font-size: 1em;
	font-family: Muli;
}

.about-us-footer-menu-container ul {
	width: 100%;
    margin: 0;
	padding: 0;
	list-style: none;
}

.about-us-footer-menu-container ul li {
	display: inline-block;
}

.about-us-footer-menu-container ul li a {
	padding: 17px 13px 17px 13px;
    display: block;
    position: relative;
    font-size: 12px;
}
.about-us-footer-menu-container ul li a:hover {
	color: #FFFFFF;
}
.about-us-footer-menu-container ul li.current-menu-item a {
	color: #FFFFFF;
}
.about-us-footer-menu-container strong {
	color: #ffffff;
}
.ct-language__dropdown{
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 110%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100px;
	text-align: center;
	padding-top: 0;
	z-index:200;
}
.ct-language__dropdown li{
	background: #222;
	padding: 5px;
}
.ct-language__dropdown li a{
	display: block;
}
.ct-language__dropdown li:first-child{
	padding-top: 10px;
	border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child{
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover{
	background: #444;
}
.ct-language__dropdown:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}
.ct-language{
	position: relative;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 0.4vw;
	background-color: #449CD7 0% 0% no-repeat padding-box;
	padding: 8px;
}
.ct-language:hover .ct-language__dropdown{
	max-height: 200px;
	padding-top: 8px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}