#why-buy-ev-page{
    padding-bottom: 81px;
}
.to-home{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.to-home:before{
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #333333;
    margin-right: 16px;
}
.ev-page-title{
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}
.ev-page-description{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}
.ev-tab-content{
    display: flex;
    flex-wrap: wrap;
    padding: 36px 0;
}
.ev-tab-content.dishonest{
    flex-direction: row-reverse;
}
.ev-tab-img{
    width: 600px;
    height: 320px;
}
.ev-tab-text-box{
    width: calc(100% - 600px);
    margin: auto 0;
    padding: 0 85px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}
.ev-tab-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.ev-tab-description{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.ev-tab-head{
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #A8A8A8;
    cursor: pointer;
    margin: 72px 0 54px;
}
.ev-tab-head div:first-child{
    margin-right: 45px;
}
.ev-tab-head > .active{
    color: #000000;
}
.ev-tab{
    display: none;
    width: 100%;
}
.ev-tab.active{
    display: block;
}
.ev-compare-button a{
    background: #084777;
    padding: 15px 24px;
    margin: 50px 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.benefits-img{
    width: 100%;
    height: 100%;
    padding-bottom: 36px;
}
.ev-tab-facts .chargers_categories > .col-6{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-left: 0;
}
.ev-tab-facts .chargers_categories > .ev-tab-img{
    order: 1;
}
.ev-tab-facts .chargers_categories .ev-tab-description{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.ev-tab-facts .chargers_categories .ev-tab-text-box > .ev-tab-title {
    display: none;
}

/* for column-reverse class */
#why-buy-ev-page .column-reverse .ev-tab-text-box .ev-tab-description {
    margin-bottom: 15px;
}

#why-buy-ev-page .column-reverse .ev-tab-text-box {
      display: flex;
      flex-direction: column-reverse;
}
/* //for column-reverse class */

#why-buy-ev-page .zero-bottom-padding {
    padding-bottom: 0;
}

#why-buy-ev-page .zero-top-padding {
    padding-top: 0;
}