* {
    box-sizing: border-box;
}


/*.columns:hover .header {
    background-color: #b61c21;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}*/
/*.columns:hover .grey {font-size:22px; color:#00629b; }*/
/*.columns:hover .price { color:#333333;border-top-left-radius: 15px;border-top-right-radius: 15px;}*/

/*.columns:hover .button {
    background-color: #b61c21;
    color: #fff;
}*/

/*.columns {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.columns:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}*/

.columns .header {
    background-color: #ec1c24;
    color: white;
    font-size: 22px;
    text-align: center;
    transition: all .2s ease-in-out;
}
.columns ul{
    list-style-type: none;    
    margin: 0;
    padding: 0;
    
}
.columns li {
    border-bottom: 1px solid #DEDEDE;
    padding:10px 15px;
    text-align: center;
}

.columns .price li:last-child {
    border-bottom: 0px solid #f0f0f0;
}
/*.highlight { transition: 0.3s;}
.highlight:hover {-webkit-transform:scale(1.3);transform:scale(1.3);}

.columns .grey {
    background-color: #eee;
    color: #337ab7;
    font-size: 20px;
    transition: all 0.2s ease-in-out 0s;
}

.button {
    background-color: transparent;
    border: 2px solid #b61c21;
    color: #b61c21;
    font-size: 18px;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
.button:hover {
    color: #ffffff;
    text-decoration: none;
}*/
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}


/*Added CSS 2020*/
.price-table-row .col-product-table .columns {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.price-table-row .col-product-table .columns:hover {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
}


.columns table td{
    border: 0px solid #f0f0f0;
    padding: 10px;
    /*text-align: left;*/
}
.columns .details table td img{
    width: 30px;
}
/*.columns table td a.btn.btn-sm{
    padding: 5px;
}
.columns table td a.btn.btn-sm.btn-danger {
    padding: 3px 15px;
    background: #ff656b;
    border-color: #ff656b;
    color: #fff;
    font-size: 14px;
}
.columns table td a.btn.btn-sm.btn-danger:focus,
.columns table td a.btn.btn-sm.btn-danger:hover {    
    background: #ec1c24;
    border-color: #ec1c24;
}*/

.price-table-row .col-product-table .columns{
    font-size: 16px;
}

.price-table-row .col-product-table .columns a.btn.btn-danger {
    padding: 5px 20px;
    background: #ff656b;
    border-color: #ff656b;
    color: #fff;
    font-size: 16px;
}
.price-table-row .col-product-table .columns a.btn.btn-danger:focus,
.price-table-row .col-product-table .columns a.btn.btn-danger:hover {    
    background: #ec1c24;
    border-color: #ec1c24;    
}


 

/*PRICING TABLE*/
.tab-content > .active {
    display: block;
    overflow: hidden;
}

.pricing-table-wrapper .package-speed{
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 20px;
}
.pricing-table-wrapper .package-data{
    font-size: 20px;
    /*font-weight: bold;*/
}
.pricing-table-wrapper .text-most-popular {
    /*font-size: 18px;*/
    color: #F4BB3A;
    font-style: italic;
}


.home .pricing-table-wrapper .price-table-row {
    /*display: inline-flex;*/
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 0px;
    min-height: 452px;
}
.col-product-table {
    align-self: flex-end;
}
.price-table-fiberhome-unlimited-plan .pricing-table-wrapper .price-table-row {
    /*display: inline-flex;*/
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 25px;
    min-height: 230px;
}
.price-table-fiberhome-data-plan .pricing-table-wrapper .price-table-row {
    /*display: inline-flex;*/
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 25px;
    min-height: 429px;
}
.price-table-fiberhome-internet-plus-tv-plan .pricing-table-wrapper .price-table-row {
    /*display: inline-flex;*/
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-top: 25px;
    min-height: 471px;
}
.price-table-fiberhome-internet-plus-tv-plan #tv-internet-plan1 .pricing-table-wrapper .price-table-row,
.price-table-fiberhome-internet-plus-tv-plan #tv-internet-plan2 .pricing-table-wrapper .price-table-row {
    /*display: inline-flex;*/
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-top: 25px;
    min-height: 421px;
}

.price-table-fibernet-nettv-plan .pricing-table-wrapper .price-table-row {
    /*display: inline-flex;*/
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-top: 25px;
    min-height: 600px;
}

.pricing-table-wrapper .price-table-row .price span.asterisk {
    bottom: 8px;
    color: #ed1c24;
    font-size: 15px;
    position: relative;
}

.package_pricetable_speed {
    font-size: 22px;
}



/* SOHO Plan Page*/
.price-table-fibernet-soho-plan .pricing-table-wrapper .price-table-row,
.price-table-fiberhome-unlimited-plan .pricing-table-wrapper .price-table-row {
    /*display: inline-flex;*/
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 25px;
    min-height: 230px;
}
.price-table-fibernet-soho-plan .pricing-table-wrapper .price-table-row .price .grey {
    background-color: #eee;
    color: #337ab7;
    font-size: 20px;
    transition: all 0.2s ease-in-out 0s;
}
.price-table-fibernet-soho-plan .pricing-table-wrapper .price-table-row .columns:hover .price .grey {
    font-size: 22px;
    color: #00629b;
}

/* Home page Product & Price Detail Table*/
#LatestProductPrice-ow .LatestProductPrice .col-product-table .columns .details table td{
    padding: 5px;
}
#LatestProductPrice-ow .LatestProductPrice .tbl-price-details td{
    padding: 5px 10px;
}