body {
    color: #000;
}

.pricing-plan-title {
    color: #102f92;
    font-size: 18px;
    font-weight: 600;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.btn {
    margin-top: 10px!important;
    padding: 10px 25px;
}

table .tab-heading th {
    background-color: #102f92;
    color: #fff
}

td {
    text-align: center;
    padding: 15px;
    padding-top: 5PX;
    padding-bottom: 5PX;
    letter-spacing: 0.4px;
    font-size: 15px
}

th {
    text-align: left;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
}

tr:nth-child(even) {
    background-color: #dddddd26;
    border-top: 1px solid #e9ecf1;
    border-bottom: 1px solid #e9ecf1;


}

tr:nth-child(odd) {

    border-top: 1px solid #e9ecf1;

}

.Discount td {
    color: #1bb71b;
    font-weight: 600;
    font-style: italic;

}

.Payable td {
    font-size: 24px
}

.exchanges td {
    color: #dc3545;
    font-style: italic;
}

.page-section {
    margin: 195px 0 50px;
    border: none;
}

#pricing_links span {
    margin-left: 3px;
    font-size: 10px;
}

.pricing-det {
    padding: 30px;
    margin: 15px 0;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: background-image 0.3s ease-out;
    -moz-transition: background-image 0.3s ease-out;
    -o-transition: background-image 0.3s ease-out;
    transition: background-image 0.3s ease-out;
    box-shadow: 3px 1px 10px rgba(85, 85, 85, .15);
    border: 1px solid #ddd;
}

.fa-rupee {
    font-size: 22px;
}
