@CHARSET "UTF-8";
h1{color:#fff; margin-top:0;}
.sbHolder{
	border-bottom: solid 1px #fff;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector > a{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	}
.sbSelector{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	min-width: 142px;
	text-align: center;
    outline: none;        
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	display: none;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	position: absolute;
	/*top: 30px; now with js controlled*/
	width: 100% !important;
	z-index: 1;
	overflow-y: auto;
	top: 100% !important;
	left: 0;
}
.sbOptions li{
	padding: 0px 0px;
}

.sbOptions li img{
	display:inline-block;
	float:left;
padding-top:7px;
padding-left:3px;
	
	
	}


.sbOptions li a:first-child{/* padding-left:10px; */}

.sbOptions a{
	display: block;
	outline: none;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #55dde0;
	color: #55dde0;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #55dde0;
	text-decoration: none;
	transition:all 0.2s ease-in-out;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background:#55dde0;
}
.sbOptions li:last-child a{
	border-bottom: 0;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.testimonial_video_sec + .get_started_sec .sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    background-color: #55dde0;
    color: #01013f !important;
}