.dedicated_table.stacktable{font-family: 'Barlow', sans-serif;}
.dedicated_table.stacktable.small-only{display:none}
.dedicated_table tr th img{display:none;}
.dedicated_table.stacktable.large-only thead tr th{padding:23px;border:none;color:#fff;font-size:18px;line-height:18px;font-weight:500;text-align:left}

thead.bg_gradient tr{border-bottom:none;}
.dedicated_table tr th {background-color:#3e4555 !important;color:#fff!important;}

.dedicated_table.stacktable.large-only tbody tr:nth-child(odd){background-color:#f6f6f6;box-shadow:none;}
.dedicated_table.stacktable.large-only tbody tr:nth-child(even){border-bottom:solid 10px #fff;}
.dedicated_table.stacktable.large-only tbody tr:nth-child(even) td{font-size:18px;font-weight:400;}
.dedicated_table.stacktable.large-only tbody tr:nth-child(even) td img{margin-right:10px;}
.dedicated_table.stacktable.large-only tbody tr:nth-child(odd) td{background:#5d088e!important;color:#fff;}
.dedicated_table.stacktable.large-only tbody tr:nth-child(odd) td:first-child{
border-top-left-radius:25px!important;
width:61%;}

.dedicated_table.stacktable.large-only tbody tr:nth-child(odd) td:last-child{
border-top-right-radius:25px!important;
}

.dedicated_table tr td:first-child, .dedicated_table tr th:first-child{border-radius:0!important;}
.dedicated_table tr td:last-child a{color:#fff;}
.dedicated_table.stacktable.large-only tbody tr td{padding:20px  30px 20px 30px;font-size:30px;line-height:30px;font-weight:700;color:#555555;border:none;text-transform:uppercase}
.dedicated_table.stacktable.large-only tbody tr td.price_row{font-size:30px;line-height:30px;color:#faa51e;text-align:right;width:20%;}
.dedicated_table.stacktable.large-only tbody tr td:first-child{text-align:left}
.dedicated_table.stacktable.large-only tbody tr td.table_btn{padding:0 30px 0 0;text-align:right;width:17%;}
.dedicated_table.stacktable.large-only tbody tr td.table_btn a{color:#fff;font-size:14px;line-height:14px;padding:14px 30px;border-radius:4px;display:inline-block;
    border:solid 2px #fa2c68;
    background-color:#fa2c68;
}
.dedicated_table.stacktable.large-only tbody tr{float:left;width:100%;background-color:#fff;border-bottom-left-radius:25px;border-bottom-right-radius:25px;transition:.5s ease-in-out;position:relative;box-shadow:0 0 0 1px #eee inset;border-bottom:none;}

@media screen and (max-width:1024px){
.dedicated_table.stacktable.large-only tbody tr td.table_btn a{font-size:12px;}
}

@media screen and (max-width:991px){
.dedicated_table{margin-bottom:0;border:solid 1px #ccc;}
.stacktable.large-only{display:none;}
.dedicated_table tr:last-child{border-bottom:none;}
.stacktable.small-only{display:table!important;}
.stacktable.small-only th{
background-color:#5d088e!important;
}
.dedicated_table tr th{padding:10px;}
.dedicated_table tr td{padding:10px;}
.dedicated_table tr:nth-child(2){display:none;}
.dedicated_table tr:nth-child(3){display:none;}
.dedicated_table tr td:last-child a{font-size:14px;line-height:14px;padding:15px 20px;background-color:#fa2c68;border-radius:4px;display:inline-block;box-shahdow:none}
    table tbody{background-color:#fff;}
}