
.price table{
    /* font-size: 16px; */
    /* table-layout: fixed; */
    border-collapse: collapse;
    font-weight: normal;
    font-family: 'Open Sans';
    width: 100%;
    /* border: none; */
}
.price td strong{
    font-weight: 500;
    font-size: 18px !important;
}
.price table tbody td, .price table tbody th {
    margin: 0 !important;
    padding: 13px;
    border: 1px solid #999;
    font-size: 16px;
}
.price table  td:first-child, .price table  .price table th:first-child {
    border-left: 0;
}
.price table td:last-child, .price table th:last-child {
    border-right: 0;
}
.price table tbody tr.capt {
    
background-color: #f3f3f3 !important;
}
.price table tbody tr:first-child td p{
    margin: 0 !important;
    font-size: 16px !important;
    color: #333;
    font-weight: 500 !important;
}
.price table tbody td p{
    margin: 0 !important;
    font-size: 15px !important;
    color: #333;
    font-weight: 400 !important;
}
.price table tbody tr:first-child {
    background-color: #ebebeb;
    color: #fff;
}

.price table tbody tr:nth-child(2n+2) {
    
background-color: #ffffff;
}
@media (max-width: 768px){
    
.price table td p, .price table th p {
    padding: 9px;
    font-size: 14px !important;
}

}
