header {
	position: relative;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
}
.no-mp {
	margin: 0px;
	padding: 0px;
}
.topBlack {
	background: #111;
	height: 30px;
}

.topBlack01 {
	background: #111;
	height: 30px;
}

.topBlack01::before {
	background-color: #3575d3;
	content: "";
	height: 30px;
	position: absolute;
	width: 50%;
}

.topBlack02::before {
	background-color: #111111;
	content: "";
	height: 30px;
	position: absolute;
	width: 100%;
}

.whiteTop {
	background-color: white;
	height: 30px;
}

.topBlackLeft {
	background: #FFF;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	z-index: 2;
}

.topBlackLeft::after {
	content: '';
	background: #111;
	width: 50%;
	height: 30px;
	position: absolute;
	left: 50%;
	z-index: -1;
}

.topBlackLeft01::after {
	content: '';
	background: transparent;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 50%;
	z-index: -1;
}

.topBlackLeftWrap {
	position: relative;
	z-index: 99;
	background: #111;
	height: 30px;
}

.topwrapLeft01 {
	display: none;
}

.topwrapLeft::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.topwrap {
	background-color: #3575D3;
}

.logo {
	bottom: 17px;
	height: 70px;
	position: relative;
	right: -26px;
	z-index: 99;
}

.logo>img {
	margin-top: -8px;
}

.logo01 {
	background-color: white;
	text-align: center;
	z-index: 99;
	height: 100px;
	margin-top: -30px;
}
.logo01 a {
	display: block;
	padding-top: 5px;
	height: 100px;
	text-align: center;
}

.noBg {
	background-color: transparent !important;
	height: 95px;
}

.logo01-img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.noBg img {
	margin-top: 0px !important;
}


.menu {
	position: relative;
	z-index: 9;
	background: #3575d3;
	height: 70px;
}

.navbar-default {
	background-color: #3575d3;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF;
}

.navbar-nav>li>a {
	border-right: 1px solid #1252b0;
	font-size: 13px;
	padding: 25px 17px;
	text-transform: capitalize;
}

.more-margin>li>a {
	padding: 37px 20px !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: #0D53B4;
	color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	background-color: #0D53B4;
	color: #FFF;
}

.home {
	padding: 0 10px;
}

.billingInfo {
	color: #FFF;
	padding: 5px 0 0;
	font-family: 'Ubuntu', sans-serif;
}

.billingInfo span {
	color: #8DDF25;
}

.myAccount .btn-default {
	background-color: #111;
	border: medium none;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
}

.myAccount .btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.myAccount .btn-default.active,
.myAccount .btn-default:active,
.open>.dropdown-toggle.btn-default {
	background-color: #000;
	border: none;
	color: #8DDF25;
}

.myAccount .btn-default.active.focus,
.myAccount .btn-default.active:focus,
.myAccount .btn-default.active:hover,
.myAccount .btn-default.focus:active,
.myAccount .btn-default:active:focus,
.myAccount .btn-default:active:hover,
.myAccount .open>.dropdown-toggle.btn-default.focus,
.myAccount .open>.dropdown-toggle.btn-default:focus,
.myAccount .open>.dropdown-toggle.btn-default:hover {
	background-color: #000;
	border: none;
	color: #8DDF25;
}

.myAccount .dropdown-menu {
	z-index: 999 !important;
}

.myAccount .btn {
	border-radius: 0px;
	padding: 5px 12px;
}

.myAccount .dropdown-menu {
	margin-top: -1px;
}

.myAccount .dropdown-menu>li>a {
	padding: 6px 20px;
}
.billText {
	display: inline-block;
}
header .breadcrumb {
	margin: 0;
	padding: 0;
}
header .breadcrumb > li {
	float: left;
	width: 33.33%;
	padding: 25px 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	position: relative;
}
header .breadcrumb > li+li::before {
	content: '|';
	position: absolute;
	left: 0;
	top: 0;
	line-height: 70px;
}
header .breadcrumb > .active {
	color: #8DDF25;
	font-weight: bold;
}
@media only screen and (max-width: 1199px) {
	.btm-shdw01, .lft-shdw01, .rgt-shdw01 {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	header .breadcrumb > li {
		padding-bottom: 0;
	}
	.logo01 a {
		padding-top: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.whiteTop {
		display: none;
	}
	.logo01 {
		height: auto;
		margin-top: 0;
	}
	.logo01 a {
		display: block;
		height: auto;
		padding: 10px 15px;
	}
	.logo01-img {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	header .breadcrumb > li {
		padding: 10px 5px;
		width: 100%;
		border-bottom: 1px solid #1252b0;
	}
	header .breadcrumb > li::before {
		display: none;
	}
}