
  table>tbody>tr>td:first-child:before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:#3a70df;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}
.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
@supports ((position:-webkit-sticky) or (position:sticky)) {}
.m-0 {
    margin: 0!important
}
.py-2 {
    padding-top: .5rem!important
}
.py-2 {
    padding-bottom: .5rem!important
}
.greentick:before {
    content: url(../img/checkmark.png);
    display: inline-block;
    margin-right: 5px;
}
.yellowmark:before {
    content: url(../img/yellowmark.svg);
    display: inline-block;
    margin-right: 5px;
}
.crossmark:before {
    content: url(../img/crossmark.svg);
    display: inline-block;
    margin-right: 5px;
}
@media (min-width:992px) {
    .py-lg-3 {
        padding-top: 1rem!important
    }
    
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
}
.bg-black {
    background-color: #3a70df!important
}
@media only screen and (max-width:1439px) {
    body {
        transition: all, .3s
    }
}
.compare-chart-section a {
    color: inherit
}
.tooi-table-zone .tooi-main-table-container {
    margin-top: 20px
}
.tooi-table-zone .tooi-main-table-container .white-overlay {
    display: none
}
.tooi-table-zone .compare-table {
    background-color: #fff
}
.tooi-table-zone .compare-table:not(.tooibtns) {
    box-shadow: 0 4px 8px rgba(81, 85, 88, .1)
}
.tooi-table-zone .compare-table:not(.tooibtns) thead td,
.tooi-table-zone .compare-table:not(.tooibtns) thead th {
    vertical-align: middle
}
.tooi-table-zone .compare-table:not(.tooibtns) thead th img {
    max-width: 95%
}
.tooi-table-zone .compare-table:not(.tooibtns) thead td::nth-child(2),
.tooi-table-zone .compare-table:not(.tooibtns) thead th::nth-child(2) {
    padding: 0
}
.tooi-table-zone .compare-table:not(.tooibtns) thead td::nth-child(2) img,
.tooi-table-zone .compare-table:not(.tooibtns) thead th::nth-child(2) img {
    max-width: none;
    width: 100%
}
.tooi-table-zone .compare-table:not(.tooibtns) thead td:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px
}
.tooi-table-zone .compare-table:not(.tooibtns) thead th:last-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px
}
.tooi-table-zone .compare-table:not(.tooibtns) td,
.tooi-table-zone .compare-table:not(.tooibtns) th,
.tooi-table-zone .compare-table:not(.tooibtns) tr {
    outline: none;
    border-color: rgba(54, 57, 60, .1)
}
.tooi-table-zone .compare-table:not(.tooibtns) tr:hover {
    background-color: #f2f2f2
}
.tooi-table-zone .compare-table:not(.tooibtns) tr:hover>td:not([class*=bg]) {
    background-color: #f2f2f2!important
}
.tooi-table-zone .compare-table:not(.tooibtns) td,
.tooi-table-zone .compare-table:not(.tooibtns) th {
    border: 1px solid rgba(54, 57, 60, .1)
}
.tooi-table-zone .compare-table:not(.tooibtns) td.bg-black,
.tooi-table-zone .compare-table:not(.tooibtns) th.bg-black {
    color: #fff
}
.tooi-table-zone .compare-table:not(.tooibtns) td {
    padding: 20px
}
.tooi-table-zone .compare-table:not(.tooibtns) tbody tr td:not(.bg-black) {
    font-size: 14px;
    font-weight: 400
}
.tooi-table-zone .compare-table:not(.tooibtns) tbody tr td:not(.bg-black) i {
    opacity: .2
}
.tooi-table-zone .compare-table:not(.tooibtns) tbody tr td:not(.bg-black):first-child {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px
}
.tooi-table-zone .compare-table:not(.tooibtns) tbody tr td:not(.bg-black):last-child {
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px
}
.tooi-table-zone .compare-table:not(.tooibtns) td[data-title] {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}
.tooi-table-zone .compare-table .titlecols {
    width: 210px;
    text-align: left;
    cursor: pointer
}
.tooi-table-zone .compare-table td:not(.titlecols),
.tooi-table-zone .compare-table th:not(.titlecols) {
    outline: none;
    width: 140px;
    vertical-align: middle
}
.tooi-table-zone .compare-table.tooibtns {
    background: transparent
}
.tooi-table-zone .compare-table.tooibtns td {
    background: transparent;
    border: 0;
    padding: 0 7px
}
.tooi-table-zone .compare-table.tooibtns td .btn {
    line-height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    min-width: 100%;
    margin: 0;
    box-shadow: none
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) {
    background: transparent;
    box-shadow: none
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) .titlecols {
    min-width: 210px;
    width: 210px
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) thead tr td:first-child {
    border: none;
    background: none;
    box-shadow: none
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) thead tr:hover {
    background-color: transparent
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) thead tr:hover td {
    background-color: transparent!important
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tbody tr td:not(.bg-black):last-child {
    border-radius: 0
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tbody tr:first-child td:first-child {
    box-shadow: -2px -2px 8px rgba(0, 0, 0, .1)
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr td:not(.bg-black),
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr th:not(.bg-black) {
    background-color: #fff
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:first-child th {
    vertical-align: baseline;
    box-shadow: 2px -2px 8px rgba(0, 0, 0, .1)
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:first-child th:nth-child(2) {
    border-radius: 4px 0 0 0;
    box-shadow: -2px -2px 8px rgba(0, 0, 0, .1)
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:first-child th:last-child {
    border-radius: 0 4px 0 0
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:nth-child(2) td {
    box-shadow: none
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:last-child td {
    box-shadow: 3px 4px 8px rgba(0, 0, 0, .1)
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:last-child td:first-child,
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:last-child td:nth-child(2) {
    border-radius: 0 0 0 4px
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:last-child td:nth-child(2) {
    box-shadow: -3px 4px 8px rgba(0, 0, 0, .1)
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr:last-child td:not(.bg-black):last-child {
    border-radius: 0 0 4px 0
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr td {
    text-align: center;
    font-weight: 300;
    vertical-align: middle
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr td:not(.bg-black) {
    background-color: #fff
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr td:first-child {
    text-align: left;
    border-right: none;
    background-color: #eaeaea;
    box-shadow: -3px 4px 8px rgba(0, 0, 0, .1)
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr td:nth-child(2) {
    box-shadow: -3px 4px 8px rgba(0, 0, 0, .1)
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) tr td:last-child {
    box-shadow: 3px 4px 8px rgba(0, 0, 0, .1)
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns)+.tooibtns .titlecols {
    min-width: 210px;
    width: 210px
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns)+.tooibtns td {
    background-color: transparent;
    box-shadow: none!important;
    border: 0;
    border-radius: 0
}
.tooi-table-zone.hosting-provider .compare-table:not(.tooibtns)+.tooibtns td .btn {
    padding: 0 8px;
    line-height: 46px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    min-width: 100%;
    margin: 0;
    box-shadow: none
}
@media screen and (max-width:1439px) {
    .tooi-table-zone .compare-table:not(.tooibtns) td {
        padding: 15px;
        font-size: 13px
    }
    
    .tooi-table-zone .compare-table:not(.tooibtns) tbody tr td:not(.bg-black) {
        font-size: 13px
    }
    
    .tooi-table-zone .compare-table .titlecols {
        width: 200px
    }
    
    .tooi-table-zone .compare-table td:not(.titlecols),
    .tooi-table-zone .compare-table th:not(.titlecols) {
        width: 120px
    }
    
    .tooi-table-zone .compare-table.tooibtns td {
        padding: 0 5px
    }
    
    .tooi-table-zone .compare-table.tooibtns td .btn {
        line-height: 38px;
        font-size: 13px
    }
}
@media screen and (max-width:1199px) {
    .tooi-table-zone .compare-table .titlecols {
        width: 180px
    }
    
    .tooi-table-zone .compare-table td:not(.titlecols),
    .tooi-table-zone .compare-table th:not(.titlecols) {
        width: 100px
    }
    
    .tooi-table-zone .compare-table.tooibtns td .btn {
        font-size: 12px;
        padding: 0 5px
    }
    
    .tooi-table-zone.hosting-provider .compare-table:not(.tooibtns)+.tooibtns .titlecols,
    .tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) .titlecols {
        min-width: 180px;
        width: 180px
    }
    
    .tooi-table-zone.hosting-provider .compare-table:not(.tooibtns)+.tooibtns td .btn {
        padding: 8px;
        line-height: 1.6;
        font-size: 13px
    }
}
@media screen and (max-width:991px) {
    .tooi-table-zone .compare-table .titlecols {
        min-width: 180px
    }
    
    .tooi-table-zone .compare-table td:not(.titlecols),
    .tooi-table-zone .compare-table th:not(.titlecols) {
        min-width: 125px
    }
}
@media screen and (max-width:767px) {
    .tooi-table-zone.hosting-provider .compare-table:not(.tooibtns) .titlecols {
        min-width: 160px;
        width: 160px;
        font-size: 13px
    }
    
    .tooi-table-zone.hosting-provider .compare-table:not(.tooibtns)+.tooibtns .titlecols {
        min-width: 160px;
        width: 160px
    }
}




table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dfe6ec;
    font-size: 14px;
}
table thead {
    background-color: #f1f6fb;
    border-bottom: 1px solid #dfe6ec;
}
table * {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
table>tbody>tr {
    border-bottom: 1px solid #dfe6ec;
}
table>tbody>tr:last-child {
    border-bottom: none;
}
table>tbody>tr:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), inset 4px 0 0 0 rgba(100, 25, 255, 0.004);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), inset 4px 0 0 0 rgba(100, 25, 255, 0.004);
}
table>tbody>tr:hover>td:first-child:before {
    opacity: 1;
}
table>tbody>tr>td,
table>thead>tr>th {
    padding: 20px 30px;
    line-height: 1.42857143;
    vertical-align: middle;
}
table>tbody>tr>td:first-child {
    border-right: none;
    position: relative;
}



@media (max-width: 768px) {
    table>tbody>tr>td,
    table>thead>tr>th {
        padding: 15px;
    }
    
    table {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    
    .table--style2>tbody>tr>td,
    .table--style2>thead>tr>th {
        padding: 5px 10px;
    }
}
@media (max-width: 480px) {
    table>tbody>tr>td,
    table>thead>tr>th {
        padding: 5px;
    }
    
    table {
        font-size: 10px;
    }
}


.startbtnone {
    margin-top: 3rem;
}

.startbtnone .tooi-btninn:first-of-type {
    margin-right: 15px;
}
.tooi-btninn {
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
}
.tooi-btn-red {
    padding: 1px;
    border: 0;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    fill: #fff;
    transition: none !important;
}
.tooi-btninn {
    display: inline-block;
    outline: none;
    border: 1px solid #cbdfeb;
    color: #738a94;
    text-decoration: none !important;
    user-select: none;
    fill: #738a94;
    border-radius: 5px;
    transition: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

.startbtnone .tooi-btninn span {
    font-size: 1.4rem;
}
.tooi-btn-red span {
    background: red;
}
.tooi-btninn span {
    display: block;
    padding: 0 14px;
    height: 37px;
    font-size: 1.3rem;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
}
span {
    font-style: inherit;
    font-weight: inherit;
}

.tooi-btninn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.tooi-btninn {
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
}
.tooi-btninn-outline {
    border: 1px solid red !important;
}
.tooi-btninn {
    display: inline-block;
    outline: none;
    border: 1px solid #cbdfeb;
    color: #738a94;
    text-decoration: none !important;
    user-select: none;
    fill: #738a94;
    border-radius: 5px;
    transition: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
.tooi-btninn-outline {
    background: transparent;
    color: #222;
    border: 1px solid orange;
}

.tmartop{
    margin-top: 50px;
}