.logo {
	display: inline-block;
	box-sizing: border-box;
	width: 250px;
	height: 46px;
	float: left;
}

.logo img,
.footerLogo img {
	width: 100%;
	border: none;
	outline: none;
}

.containerHeader {
	background-color: #006699;
	/*background-color:#fff;*/
	border-bottom: 4px solid #7ac143;
	padding: 5px 0 10px;
	width: 100%;
}

.containerHeader .container {
	padding-right: 15px;
	padding-left: 21px;
	margin-right: auto;
	margin-left: auto;
}

header {
	font-size: 0.85em;
	height: 46px;
	width: 100%;
	text-align: right;
}

header .button {
	margin-top: 10px;
}

.b-arrow {
	background-image: url(http://assets.1010010010.com/editor_images/Auto_Insurance/img/202001100519243408_ico-arrow-blue.png);
	background-repeat: no-repeat !important;
	background-size: auto 13px !important;
	background-position: center right 9px !important;
	padding-right: 28px !important;
}


header .button {
	background-color: #7ac143;
	border: none;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 700;
	padding: 6px 10px;
	display: inline-block !important;
}

header .button:active,
header .button:hover {
	background-color: #5fb02b;
	text-decoration: none;
	color: #fff;
}

header .button:focus {
	outline: 0;
}

header .button span {
	color: #006699;
}

header .b-arrow {
	background-image: url(http://assets.1010010010.com/editor_images/Auto_Insurance/img/202001100519243408_ico-arrow-blue.png);
	background-repeat: no-repeat;
	background-size: auto 13px;
	background-position: center right 9px;
	padding-right: 28px;
}