.page-banner:before {
    background: radial-gradient(circle, #5210bf 0%, #2b0b61 100%);
    opacity: 0.95;
}


.comparison__table .item__header .item__row .column-right .column {
    width: 33.33%;
}

.comparison__table .item__detail .item__row .column-right .column {
    width: 33.33%;
}

.comparison__table .item__detail .item__row .column-right .column:nth-child(1) {
    -webkit-box-shadow: inset -55px 0px 36px -65px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: inset -55px 0px 36px -65px rgba(0, 0, 0, 0.40);
    box-shadow: inset -55px 0px 36px -65px rgba(0, 0, 0, 0.40);
}

.comparison__table .item__detail .item__row .column-right .column:nth-child(2) {
    box-shadow: none;
}

.comparison__table .item__detail .item__row .column-right .column:nth-child(3) {
    -webkit-box-shadow: inset 55px 0px 36px -65px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: inset 55px 0px 36px -65px rgba(0, 0, 0, 0.40);
    box-shadow: inset 55px 0px 36px -65px rgba(0, 0, 0, 0.40);
}

.template {
    background: #fff;
}

.template .custom-tab1 .tab-pane a {
    display: block;
    padding: 2px;
    background: #fff;
    border: 1px solid #E0E4E8;
}

.template .custom-tab1 .tab-pane a img {
    display: block;
    width: 100%;
}

.template .custom-tab1 .nav-link {
    padding: 10px 30px;
}

.template .custom-tab1 .tab-pane h3 {
    text-align: center;
}

.you-can-do {
    position: relative;
    padding: 60px 0;
}

.you-can-do ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.you-can-do li {
    position: relative;
    display: inline-block;
    width: calc(33% - 2px);
    margin: 10px 0;
    color: #363b3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-left: 38px;
}

.you-can-do li:before {
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(/assets/img/check.svg);
    background-size: 100%;
}

@media only screen and (max-width: 767px) {
    .page-banner .btn {
        margin-right: 0 !important;
        padding: 15px !important;
        height: 46px;
    }

    .page-banner .btn-outline-light {
        margin-right: 0 !important;
        padding: 12px 15px !important;
        height: 46px;
    }

    .package {
        width: 100%;
    }

    .page-content img {
        margin: 15px 0 10px;
        position: relative !important;;
        width: 100% !important;
        height: auto !important;;
        top: inherit !important;;
        right: inherit !important;;
    }

    .content-steps img {
        width: 96px !important;
        display: block;
        margin: 15px auto 10px !important;
    }

    .you-can-do li {
        width: 100%;
    }

    .package .p-detail > p > img {
        width: 20px !important;
    }
}
/*

/*
playback timings (ms):
  captures_list: 1.021
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.014
  esindex: 0.025
  cdx.remote: 29.227
  LoadShardBlock: 276.541 (3)
  PetaboxLoader3.resolve: 232.299 (4)
  PetaboxLoader3.datanode: 190.06 (5)
  load_resource: 167.37
  loaddict: 56.425
*/