.c-footer__container {
    margin: 0 auto;
    width: calc(100% - 2rem);
    max-width: 60rem;
    padding: 2em 0;
    display: flex;
    flex-wrap: wrap;
}

.c-nav {
    white-space: nowrap;
    text-align: right;
    margin-right: -1rem;
}

@media (min-width: 45em)
.c-header__nav {
    margin-left: 13.9166666667rem;
}

@media (min-width: 23.75em)
.c-header__nav {
    margin-bottom: 0;
}

.c-footer {
    background: #F5F5F5;
    overflow: hidden;
    font-size: 1.125rem;
}

@media (min-width: 45em)
.c-footer__col {
    width: calc(33.333% - 1rem);
}

@media (min-width: 30em)
.c-footer__sub {
    clear: both;
    text-align: left;
    flex-wrap: nowrap;
}

.c-footer__sub {
    margin-top: 3em;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

@media (min-width: 45em)
.c-footer__col {
    width: calc(33.333% - 1rem);
}

.c-brand__logo {
    display: block;
    background: url(/assets/static/images/aes_ohio/aes-ohio-logo.png) center no-repeat transparent;
    background-size: contain;
    width: 13.6666666667rem;
    height: 3rem;
}

.c-footer__brand {
    margin: 1rem 0 0;
    display: block;
    text-align: center;
    width: 100%;
    text-align: center;
}

.c-footer__brand .c-brand__logo {
    width: 9.1111111111rem;
    height: 2rem;
}

.c-footer a {
    color: inherit;
}

.c-brand {
    color: #00A2C7;
}

@media (min-width: 45em)
.c-content-head__title, h1, .h1 {
    font-size: 3.5rem;
}

.c-content-head__title, h1, .h1 {
    font-size: 2.5rem;
    font-weight: 200;
}

@media (min-width: 30em)
.c-footer__sub {
    clear: both;
    text-align: left;
    flex-wrap: nowrap;
}

.c-footer__sub-info {
    display: block;
    font-size: 1.125rem;
}

.c-footer__col .c-button, .c-footer__col .payment_plan-item--button {
    margin-top: 0.5em;
}

.c-footer .c-button, .c-footer .payment_plan-item--button {
    padding: 0.5rem 1.25rem;
    color: #214ADE;
}

.c-chicklet, .c-footer .c-button, .c-footer .payment_plan-item--button {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
    font: inherit;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    display: inline-flex;
    background: transparent;
    color: #808080;
    text-decoration: none;
    font-family: inherit;
    font-weight: 300;
    font-size: 1rem;
    transition: all 0.2s linear;
    padding: 0.5rem 1rem;
    border: 1px solid currentColor;
    background-position: center left;
    border-radius: 50px;
}

.c-button, .payment_plan-item--button {
    font-family: inherit;
    font-weight: 300;
    background-color: #FFF;
    text-decoration: none;
    transition: all 0.2s linear;
    font-size: 1rem;
    color: #214ADE;
    padding: 0.75rem 1.5rem;
    border: 1px solid currentColor;
    margin-right: 1rem;
    border-radius: 50px;
}

.c-form select, .c-btn-drop__button, .c-button, .payment_plan-item--button {
    display: inline-block;
    display: inline-flex;
    align-items: center;
    position: relative;
    zoom: 1;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.c-footer h3:not([class]) {
    font-size: 1.125rem;
    font-weight: 700;
}
 /*********  end **********/
 
 .f3{
	position:relative;
	overflow:hidden;
	background:#F5F5F5;
}

.f3:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background:#F5F5F5 ;
}
.f3 .main-holder{
	/* padding-left: 6%; */
	position:relative;
	z-index:1;
}

.c-footer .c-button, .c-footer .payment_plan-item--button {
    padding: 0.5rem 1.25rem;
    color: #214ADE;
}

.c-footer__col .c-button, .c-footer__col .payment_plan-item--button {
    margin-top: 0.5em;
}