#products-packagesBanner {
	height: 470px;
	overflow: hidden;
	position: relative;
	background: url(../images/investorBanner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: var(--img-filter);
}


#products-packagesBanner .pageHeadBox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
#products-packagesBanner .pageHead {
	color: #fff;
	font-family: GraphikRegular,Arial,sans-serif;
	font-weight: 300;
	font-size: 2.941rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#products-packagesBanner ul.breadcrumb {
	padding: 0;
	list-style: none;
	background-color: transparent;
}
#products-packagesBanner ul.breadcrumb li {
  	display: inline;
  	padding-left: 35px;
  	position: relative;
}
#products-packagesBanner ul.breadcrumb li:first-child {
	padding-left: 0px;
}
#products-packagesBanner ul.breadcrumb li+li:before {
  	padding: 8px;
  	color: #fff;
  	content: "";
  	background: url(../images/right-arrowW.svg);
  	width: 10px;
	position: absolute;
	height: 10px;
	left: 10px;
	top: 6px;
	background-size: cover;
}
#products-packagesBanner ul.breadcrumb li a {
  	color: #fff;
  	text-decoration: none;
  	font-size: 0.75rem;
	font-family: GraphikRegular,Arial,sans-serif;
	font-weight: 400;
}
#products-packagesBanner ul.breadcrumb li a:hover {
  color: #fff;
  text-decoration: none;
}
#products-packagesContent {
	padding: 60px 0 0;
}
#products-packagesContent p {
    font-family: GraphikRegular,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
}
#products-packagesContent p a {
    color: var(--primery-bg-color-green);
    font-weight: 600;
}
#products-packagesContent h1 {
    font-size: 1.529rem;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: GraphikRegular,Arial,sans-serif;
}
#products-packagesContent h3 {
    font-size: 1.294rem;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: GraphikRegular,Arial,sans-serif;
}
#products-packagesContent .innerlistOne {
    list-style-type: disclosure-closed;
    margin-bottom: 20px;
}
#products-packagesContent .innerlistOne li::marker {
    color: var(--primery-bg-color-green);
}
#products-packagesContent .innerlistOne li {
	border-bottom: none;
	font-size: 0.875rem;
	line-height: 30px;
}

@media (min-width: 280px) and (max-width: 575px) {
	
}
@media (min-width: 576px) and (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}