﻿/* BEGIN PRICE CHART STYLES */
.methodBannerShell {
    width: 228px;
}

.methodBanner {
    /* height: 500px; */
    background-color: white;
    padding: 15px;
    border-radius: 10.4167px;
}

    .methodBanner h5 {
        margin-bottom: 0px;
        font-weight: 700;
    }

.methodBannerFlag {
    background-image: url("../img/bannerFlag.png");
    width: 234px;
    height: 258px;
    padding: 30px 15px;
    text-align: center;
    color: #FFF;
    position: relative;
    left: -24px;
    /* margin-left: -24px; */
}

.methodBanner .bulletpoint {
    font-size: 12px;
    color: #003D6A !important;
}

    .methodBanner .bulletpoint .col-2 {
        padding-top: 6px;
        color: #69df1c !important;
    }

.f10 {
    font-size: 10px;
}

.f15 {
    font-size: 15px;
}

.f8 {
    font-size: 8px;
}

.strikeout {
    color: red;
    padding-right: 3px;
    text-decoration:line-through;
}

.bannerContainer {
    max-width: 800px;
    margin: auto;
    font-family: 'Poppins', sans-serif !important;
}

.bannerContainer div.h5{
    color:#FFFFFF;
}
/* END PRICE CHART STYLES */
