.dd-blueconic{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	width: 100vw;
	height: 64px;
	background-color: #fff;
	z-index: 5;
	padding-top: 16px;
}

@media (max-width: 767px){
	.dd-blueconic{
		height: 50px;
	}
}
