.left-div{
    width: 40%;
    font-size: 34px;
    font-weight: bold;
    color: black;
    border-right: 1px solid;
    height: inherit;
    padding: 20% 0% 0% 8%;
    font-family: monospace;
}
.li-price{
    padding: 5px !important;
    font-family: monospace;
    font-size: 22px !important;
    font-weight: 600;
}
.h5-tag{
    text-align: center;
    padding-top: 10px;
    font-family: monospace;
    font-weight: 600;
}
.main_div{
    width: 100%;height: 370px;display: flex;
}
.right-div{
    width: 60%; color: black
}
.button:hover{
    background-color: #86bc42;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.section-padding{
    padding: 40px 0px 30px 0px;
}
@media only screen and (max-width: 480px) {
    .header {
        font-size: 18px !important;
    }
    .li-price {
        font-size: 17px !important;
    }
    .main_div{
        width: 100%;
        height: 481px;
        display: flex;
    }
    .left-div{
        display: none;
    }
    .right-div{
        width: 100%; color: black
    }
    .container{
        padding: 0px;
    }
    .section-title-wrapper{
        margin-bottom: 0px;
    }
    .comparison {
        margin-top: 10px !important;
        padding: 0px !important;
    }
    .price-info p{
        font-size: 17px !important;
    }
    .section-padding{
        padding: 15px 0px 30px 0px;
    }
    .button{
        font-size: 12px;
        padding: 5px 5px;
    }
}
.comparison {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}

.comparison td,
.comparison th {
    border-right: 1px solid #86bc42;
    empty-cells: show;
    padding: 10px;
    border-top: 1px solid #86bc42;
    border-bottom: 1px solid #86bc42;
    color: black;
    font-size: 16px;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #F7F7F7;
}

.fa-check {
    color: #86bc42;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-top: 0px solid #86bc42;
    border-bottom: 0px solid #86bc42;
}

.comparison tr td:first-child {
    text-align: left;
    padding: 15px;
    border-left: 1px solid #86bc42;
    border-top: 1px solid #86bc42;
    color: black;
    font-size: 16px;
    font-family: 'montserratregular';
}

.comparison .product,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 14px;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .product {
    background: #86bc42;
    height: 40px;
    font-size: 1.6em;
}

.comparison .price-info {
    padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
    color: #808080;
}

.comparison .price-now span {
    font-size: 36px;
    color: #545454;
}

.comparison .price-now p {
    font-size: 22px;
    text-align: center;
    line-height: 16px;
    display: inline;
    color: black;
    font-weight: 600;
}

.comparison .price-buy {
    background: #EC671A;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.comparison .price-buy:hover {
    background: #E84D00;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
    .table_ul li {
        letter-spacing: 0px;
    }
    .comparison .price-now span {
        font-size: 32px;
    }
    .comparison .price-now p {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .table_ul {
        padding: 0px;
    }
    .table_ul li {
        font-size: 10px;
        line-height: 16px;
        padding: 3px 0;
    }
    .comparison {
        max-width: 100%;
    }
    .comparison td:first-child,
    .comparison th:first-child {
        display: none;
    }
    .comparison tbody tr:nth-child(odd) {
        display: none;
        background: #F7F7F7;
    }
    .comparison .row {
        background: #FFF;
    }
    .comparison td,
    .comparison th {
        border: 1px solid #CCC;
        border-top: none;
        padding: 10px;
    }
    .price-info {
        border-top: 0 !important;
        padding: 10px 0 !important;
    }
    .price-info p {
        line-height: 8px;
        font-size: 8px;
    }
    .comparison .compare-row {
        background: #ffffff;
    }
    .comparison .price-now p {
        display: block;
    }
    .comparison .price-now span {
        font-size: 24px;
    }
    .comparison .qbse {
        font-size: 1.2em;
    }
    .comparison td {
        font-size: 14px;
    }
    .comparison th {
        font-size: 14px;
    }
}