﻿/* style overrides */
header.brand *, header.brand *, .pk-no-border-box * {
    box-sizing: unset
}
.cookie, .cookie *, .login-right-side-wrapper .container input:checked ~ .checkmark:after {
    box-sizing: unset;
}
.cookie p{
    margin-top: 1em;
}
.collapse:not(.show) {
    display: block;
}
strong{
    font-weight: bold;
}
.editorial ol, .editorial ul, .cms-content ol, .cms-content ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
.specials .package_item {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.login-wrapper-left-side h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    line-height: 1.36;
}
.steps li input.text, .sign_in_box button.btn, header.brand .account-header, .dropbox.box-search input.text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-button-next, .swiper-button-prev {
    box-sizing: unset;
}
/* content styles */
.pk-container {
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 600px) {
    .pk-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .pk-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .pk-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .pk-container {
        max-width: 1200px;
    }
}
@media (max-width: 575px) {
    .pk-container {
        max-width: 100%;
        padding: 0 16px;
    }
}

.p-no-result-wrap .iconify {
    color: rgba(142, 159, 173, 0.6)
}

.p-no-result-wrap p, .p-suggestions-wrap p {
    color: #8e9fad;
}
.pr-0 {
    padding-right: 0 !important;
}
.pk-item-card {
    position: relative;
    color: #253342;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
    box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    width: 17.5rem;
    /*height: 27rem;*/
    height: 24rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(16%,rgba(255,255,255,0)),color-stop(20%,#fff),to(white));
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 16%,#fff 20%,#fff 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 16%,#fff 20%,#fff 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .2px;
    margin-bottom: 1.25rem;
}
.pk-item-card:hover {
    -webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
}
.pk-item-wrap.hub .pk-item-card {
    margin-bottom: 0;
}
.pk-card-head {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 6.4375rem;
    border-bottom-left-radius: 100% 1.5625rem;
    border-bottom-right-radius: 100% 1.5625rem;
    width: 18.25rem;
    margin-left: -0.375rem;
    background: #2A51A3;
    background: #0c4ba0;
    color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.pk-pack-title-type {
    font-size: 11px;
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    letter-spacing: .5px;
}
.pk-item-wrap-parent.platinum-pack .pk-card-head, .mix-match-results-parent .pk-item-card.platinum-pack .pk-card-head {
    background: #3E5262;
    color: #fff;
}
.pk-item-wrap-parent.gnc-pack .pk-card-head, .mix-match-results-parent .pk-item-card.gnc-pack .pk-card-head {
    background: #FFE000;
    color: #000;
}
.pk-item-wrap-parent.closed-pack .pk-card-head {
    background: #cbccc9;
    color: #000;
}
.pk-pack-title {
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.125rem 1.25rem 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5rem;
    text-align: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    white-space: nowrap;
    display: block;
    margin-top: -5px;
}
.pk-card-content {
    position: relative;
    overflow: hidden;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    padding: 0 1rem;
}
.pk-card-benefits {
    /*margin-top: 2rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pk-card-pack-desc {
    position: relative;
    overflow: hidden;
    text-align: left;
    background: #D9D9D944;
    padding: 0 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #ecf0f2;
    border-top: 1px solid rgba(104, 104, 104, 0.15);
}
.pk-card-pack-desc span{
    text-overflow: ellipsis;
    color: #4d4d4d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pk-card-icons {
    /*margin-top: 2rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pk-card-icons img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.pk-benefit-item {
    color: #253342;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-right: 1rem;
    width: 33%;
}
.pk-benefit-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 5px;
}
.pk-benefit-title sup{
    font-size: 11px;
    padding-left: 3px;
    top: 0;
}
.pk-benefit-desc {
    font-size: 12px;
    font-weight: 500;
    color: #919fac;
    overflow: hidden;
    line-height: 1.2;
    max-height: 43px;
    line-height: 1;
    max-height: 48px;
}
.pk-benefit-item img {
    width: 20px;
    height: 25px;
    filter: grayscale(1);
}
.pk-benefit-item img.no-filter {
    filter: none;
}
.pk-benefit-item img.data {
    width: 30px;
    position: relative;
    left: -5px;
}
.pk-card-foot {
    padding: 0.375rem 0.8125rem;
    height: 4.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-top: 1px solid #ecf0f2;
    border-top: 1px solid rgba(104, 104, 104, 0.15);
    display: flex;
    justify-content: space-between;
}
.pk-card-foot .pk-price-wrap{
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.pk-card-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.3125rem 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    font-size: 1.25rem;
    color: #253342;
    line-height: 1.1875rem;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1px;
}
.pk-card-price sup {
    font-size: .625rem;
    position: relative;
    top: -1px;
    padding-left: 2px;
    white-space: nowrap;
}
.pk-card-price sup span{
    font-weight: 700;
}
.pk-card-price-desc {
    font-size: 10px;
    font-weight: 600;
    margin-top: 3px;
    color: #253342;
    text-align: left;
}
.pk-card-foot .pk-price-wrap:nth-child(2) .pk-card-price-desc{
    text-align: right;
}
.pk-card-foot .pk-price-wrap:nth-child(2) {
    align-items: end;
}
.pk-btn-wrap {
    padding: 1rem;
    border-top: 1px solid #ecf0f2;
    border-top: 1px solid rgba(104, 104, 104, 0.15);
    text-align: center;
}
.pk-detail-btn {
    background: #ffcb04;
    display: block;
    padding: 12px 37px;
    color: #253342;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
}
.pk-item-tag {
    position: absolute;
    z-index: 3;
    display: flex;
    width: 100%;
    justify-content: end;
}
.pk-item-tag span{
    color: #fff;
    background: #F31482;
    padding: 5px 14px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 10px;
    font-size: 12px;
    min-width: 100px;
    text-align: center;
    font-weight: 700;
}
.pk-item-tag.alt {
    left: -90px;
}
.sort-compare-mobile {
    display: none;
}
@media only screen and (max-width:1170px) {
    .p-custom-switch-text {
        color: #5f6b76;
    }
    .sort-compare-mobile {
        display: flex;
        margin-top: 10px;
    }
    .sort-compare-web {
        display: none !important;
    }
}
.sort-compare-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dee3ed;
    border-bottom: 1px solid #dee3ed;
    padding: 10px 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    will-change: transform;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    position: relative;
    z-index: 1;
}

.sort-filter-parent {
    display: flex;
}

.filter-mobile-parent {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #5f6b76;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.sort-mobile-parent {
    margin-left: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /*max-width: 70px;*/
}

.sort-mobile-parent select {
    padding: 0;
    padding-left: 12px;
    color: #4d4d4d;
    border: 0;
    font-weight: 500;
    /*width: 50px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sort-mobile-parent select:focus {
    box-shadow: none;
    outline: 0;
}

.sort-mobile-icon {
    position: absolute;
    left: -0.95em;
    margin: 0 !important;
    pointer-events: none;
    color: #4d4d4d;
}
.sort-compare-web .sort-select-web-parent {
    width: 20% !important;
}

@media only screen and (max-width:1170px) {
    .sort-compare-wrap {
        justify-content: end;
    }

    .sort-mobile-parent {
        margin-left: 1rem;
    }

    .filter-mobile-parent {
        margin-left: 1rem;
    }

    .cd-button {
        justify-content: end !important;
    }
}

@media only screen and (max-width:600px) {
    .sort-compare-wrap {
        justify-content: space-between;
    }
    .sort-mobile-parent {
        margin-left: 1.5rem;
    }
    .filter-mobile-parent {
        margin-left: .5rem;
    }
    .cd-button {
        justify-content: center !important;
    }
    .pk-item-wrap.hub{
        display: flex;
        justify-content: center;
    }
    #pk_hub_container{
        margin-top: 10px !important;
    }
}
.p-filter-clear-btn {
    background-color: transparent;
    border-radius: 30px;
    color: #5f6b76;
    border: 1px solid #ffc900;
}
.p-filter-apply-btn {
    background-color: #ffc900;
    border-radius: 30px;
    color: #5f6b76;
    border: 1px solid #ffc900;
}
a.p-filter-clear-btn:hover, a.p-filter-apply-btn:hover, a.p-filter-clear-btn:focus, a.p-filter-apply-btn:focus {
    color: #5f6b76;
}
.pk-count-text {
    font-weight: 700;
    color: lightslategrey;
    margin-bottom: 0;
}
.cd-filter-span-text, .sort-mobile-parent select {
    letter-spacing: .2px;
}
.pk-pack-cat-title {
    color: #253342;
    text-align: center;
    letter-spacing: .5px;
    font-size: 40px;
}
.pk-pack-cat-title.platinum-cat-title{
    color: #3E5262;
}
.pk-pack-cat-title.gnc-cat-title{
    color: #000000;
}
.pk-hub-cat-desc {
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
}
.pk-mix-match-wrap .form-radio-hidden input:checked + .radio::before, .pk-mix-match-wrap .form-radio-hidden:hover .radio, .pk-mix-match-wrap .form-radio-hidden input:checked + .radio {
    box-shadow: unset;
    box-sizing: unset;
}
.pk-mix-match-wrap .form-radio-hidden .radio {
    border-radius: 50%;
    padding: 0;
    box-shadow: unset;
    height: 20px;
    width: 20px;
    box-sizing: unset;
}
.pk-mix-match-wrap .form-radio-hidden:hover .radio::before, .pk-mix-match-wrap .form-radio-hidden input:checked + .radio::before {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
.pk-mix-match-wrap .form-radio-hidden input:checked + .radio + .text, .pk-mix-match-wrap .form-radio-hidden input + .radio + .text {
    color: #253342;
}
.pk-mix-match-wrap .speak-block, .pk-mix-match-wrap .wifi-block {
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
    -moz-box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
    box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
}
.pk-mix-match-wrap .mix-step {
    background: #2A51A3;
    width: 100%;
    padding: 1rem;
}
.pk-mix-match-wrap span.desc-step {
    color: #fff;
}
.pk-mix-match-wrap .step-number {
    background: #fff;
    color: #293679;
}
.pk-mix-match-wrap .choose-block {
    padding-top: 30px;
}
.pk-mix-match-wrap .form-radio-hidden .radio {
    margin-right: 10px;
}
.pk-mix-match-wrap .form-radio-hidden input + .radio + .text {
    letter-spacing: 0.5px;
}
.pk-mix-match-wrap .form-radio-hidden {
    margin-bottom: 2px;
}
.pk-mix-match-wrap .mix-send {
    padding: 13px 30px;
    border-radius: 10px;
}
.mix-match-results-parent .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partial-block.mix-match-results-parent {
    margin-bottom: 30px;
}
.mix-match-results-parent a.pk-item-card {
    margin: 15px 20px;
}
#scrollMoreTop {
    position: fixed;
    z-index: 1002;
    margin-top: -54px;
    bottom: 75px;
    left: auto;
    right: 20px;
    width: 54px;
    height: 54px;
    text-indent: -9999px;
    background: url(../../images/common/scroll-more.png) bottom no-repeat transparent;
    -webkit-animation: bounce 2s 0s ease-in-out 4;
    -moz-animation: bounce 2s 0s ease-in-out 4;
    -o-animation: bounce 2s 0s ease-in-out 4;
    -ms-animation: bounce 2s 0s ease-in-out 4;
    animation: bounce 2s 0s ease-in-out 4;
    transform: rotate(180deg);
    display: none;
    animation: unset;
    bottom: 45px;
}
.pk-gnc-none-desc, .pk-platinum-none-desc {
    text-align: center;
    padding-top: 20px;
    color: #4D4D4D;
    opacity: 54%;
    font-weight: 700;
    font-size: 16px;
}
.pk-gnc-section, .pk-platinum-section {
    padding: 50px 0;
    padding:0;
    margin: 50px 0;
}
.pk-gnc-section.pk-grey-bg, .pk-platinum-section.pk-grey-bg{
    background: rgb(217, 217, 217, 0.36);
}
.pk-gnc-section.normal .pk-gnc-info-wrap, .pk-platinum-section.normal .pk-platinum-info-wrap{
    text-align: right;
}
.pk-gnc-section.alt .pk-gnc-info-wrap, .pk-platinum-section.alt .pk-platinum-info-wrap{
    order: -1;
}
.pk-gnc-list-title {
    font-size: 60px;
    color: #000;
    font-weight: 700;
    line-height: 65px;
    position: relative;
    margin-bottom: 30px;
}
.pk-gnc-list-title:after {
    content: "";
    position: absolute;
    right: 0;
    width: 80px;
    height: 2px;
    background: #FFCF22;
    bottom: -20px;
}
.pk-gnc-section.alt .pk-gnc-list-title:after {
    left: 0;
}
.pk-platinum-list-title {
    font-size: 60px;
    color: #3E5362;
    font-weight: 700;
    line-height: 65px;
    position: relative;
    margin-bottom: 30px;
}
.pk-platinum-list-title:after {
    content: "";
    position: absolute;
    right: 0;
    width: 80px;
    height: 2px;
    background: #3E5362;
    bottom: -20px;
}
.pk-platinum-section.alt .pk-platinum-list-title:after {
    left: 0;
}
@media (min-width: 601px) and (max-width: 991px) {
    .pk-gnc-list-title, .pk-platinum-list-title {
        font-size: 30px;
        line-height: 36px;
    }
}
.pk-gnc-list-desc {
    font-size: 20px;
    color: rgb(0,0,0,0.6);
}
.pk-platinum-list-desc {
    font-size: 20px;
    color: #3E5362;
}
.pk-gnc-btn {
    background: #FFCF22;
    display: inline-block;
    padding: 12px 37px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 7px;
}
.pk-platinum-btn {
    background: #3E5362;
    display: inline-block;
    padding: 12px 37px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 7px;
}
.pk-platinum-btn:hover{
    color: rgb(255,255,255,0.85);
}
.pk-gnc-last-day, .pk-platinum-last-day {
    color: #4D4D4D;
    opacity: 74%;
}
.pk-gnc-list-wrap.mobile, .pk-gnc-detail-mobile, .pk-platinum-list-wrap.mobile, .pk-platinum-detail-mobile, .pk-detail-mobile {
    display: none;
}
.pk-m-gnc-item-wrap, .pk-m-platinum-item-wrap {
    padding: 0 15px;
}
.pk-gnc-item-card, .pk-platinum-item-card {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.75);
    box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.75);
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 2.5rem;
}
.pk-gnc-item-card:hover, .pk-platinum-item-card:hover {
    -webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
}
.pk-gnc-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 10px;
    text-align: center;
}
.pk-platinum-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #3E5362;
    padding: 10px;
    text-align: center;
}
.pk-gnc-card-footer, .pk-platinum-card-footer {
    border-top: 1px solid rgba(104, 104, 104, 0.15);
    padding: 1rem;
}
.pk-gnc-detail-title{
    color: #000;
    letter-spacing: 0;
}
.pk-platinum-detail-title {
    color: #3E5362;
    letter-spacing: 0;
}
.pk-m-gnc-detail-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(104, 104, 104, 0.15);
}
.pk-m-platinum-detail-title {
    font-size: 18px;
    font-weight: 700;
    color: #3E5362;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(104, 104, 104, 0.15);
}
.pk-m-gnc-desc-wrap > span {
    font-size: 16px;
    color: #000;
    display: block;
}
.pk-m-platinum-desc-wrap > span {
    font-size: 16px;
    color: #3E5362;
    display: block;
}
.pk-platinum-desc-title {
    color: #3E5362;
}
.filter-search-wrap {
    background-color: #fff;
    background-color: #eff2f5;
    border-radius: 3px;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    /*border: 1px solid rgba(104, 104, 104, 0.15);*/
}
.filter-search-wrap input{
    border: 0;
    background: transparent;
    margin-bottom: 0;
    font-size: 15px;
}
.pk-filter-search-icon {
    width: 28px;
    height: 28px;
    border: 0;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    color: #8e9fad;
}
.pk-detail-price-wrap, .pk-detail-info .sms-tag{
	max-width: 450px;
}
.pk-detail-price-item{
	border: 1px solid #bdbdbd87;
	border: 1px solid #dee3ed;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 12px;
    padding-right: 1.75rem;
}
.pk-price-info-wrap{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pk-detail-price-desc{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.pk-detail-price-desc span{
	font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
    color: #8E9FAD;
   /* max-width: 200px;*/
    max-width: 250px;
}
.pk-radio{
	width: 22px;
    height: 22px;
    border: 1px solid #dee3ed;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: unset;
}

.checked .pk-radio:before {
    content: " ";
    width: 14px;
    height: 14px;
    background: #ffc900;
    display: block;
    border-radius: 50%;
}
.pk-detail-price{
	font-size: 21px;
    font-weight: bold;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pk-detail-price sup{
	padding-left: 3px;
    font-size: 12px;
    font-weight: 300;
    top: 0;
    color: #8E9FAD;
}
.pk-detail-btn-wrap{
	margin-top: 20px;
    margin-bottom: 10px;
}
.pk-detail-buy-btn, .pk-detail-apply-btn, .pk-detail-link-btn{
	background: #FFC900;
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    color: #253342;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
}
.pk-detail-buy-btn.alt{
    background: transparent;
}
.pk-detail-buy-btn.alt, .pk-detail-link-btn{
    border: 1px solid #ffc900;
}
.pk-detail-buy-btn:hover, .pk-detail-apply-btn:hover, .pk-detail-link-btn:hover{
	-webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.01);
	box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.01);
}
.pk-detail-info-section .hero-module h1.pk-detail-title {
    font-size: 42px;
    letter-spacing: 0;
    font-weight: 800;
    margin-top: 0;
    line-height: 45px;
}
.pk-detail-info-section .hero-module p:not(.pk-detail-desc) {
    margin-bottom: 0;
}
p.pk-detail-desc {
    color: #9D9D9D;
    color: #4d4d4d;
    margin-bottom: 15px;
}
.pk-detail-tabs > li a{
	color: #4d4d4d;
}
.pk-detail-info .sms-tag{
	margin-top: 15px;
    text-align: center;
    display: block;
    border-radius: 100px;
    padding: 12px 0;
    width: unset;
}
.pk-detail-info .sms-tag span:last-child{
	margin-left:10px;
}
.pk-detail-info-section .hero-module .hero-media .visual, .pk-platinum-detail-section .hero-module .hero-media .visual, .pk-gnc-detail-section .hero-module .hero-media .visual {
    margin-top: 0;
}
.pk-detail-info-section .hero-module .hero-media .visual, .pk-platinum-detail-section .hero-module .hero-media .visual, .pk-gnc-detail-section .hero-module .hero-media .visual {
    max-width: unset;
}
.pk-detail-info-section .hero-module, .pk-gnc-detail-section .hero-module, .pk-platinum-detail-section .hero-module {
    border-bottom: 0;
}
.pk-detail-info-section {
    margin-bottom: 20px;
    border-bottom: 1px solid #dee3ed;
}
.pk-detail-info-section .hero-module .hero-content{
    width: 50%;
    max-width: 480px;
    min-height: unset;
}
.pk-platinum-detail-section .hero-module .hero-content, .pk-gnc-detail-section .hero-module .hero-content {
    width: 50%;
}
@media (min-width: 1200px) {
    .pk-detail-info-section .hero-module {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
}
@media (max-width: 1199px) {
    .pk-detail-info-section .hero-module .hero-media{
        width: 400px;
    }
    .pk-platinum-detail-section .hero-module .hero-media .visual, .pk-gnc-detail-section .hero-module .hero-media .visual{
        max-width: 480px;
    }
    .pk-platinum-detail-section .hero-module .hero-content, .pk-gnc-detail-section .hero-module .hero-content{
        width: 45%;
    }
}
.pk-detail-wrap .content{
	padding-top: 20px;
}
.pk-detail-info-section .hero-module p a{
    line-height: unset;
}
.pk-detail-wrap .content{
    padding-top: 40px;
}
.pk-detail-wrap .kkt_tabs > li:not(.active) a {
    color: #4d4d4d;
}
.pk-detail-table th a.filter:after, .pk-detail-table th a.filter:before {
    display: none;
}
.pk-detail-table th, table.packages_details.pk-detail-table {
    border-bottom-color: #bdbdbd !important;
}
.pk-detail-table th a.filter {
    padding-left: 0 !important;
    left: 0;
}
.pk-detail-table th a.filter:hover{
    background: #fff;
    color: #4d4d4d;
}
.pk-detail-table span.price .amount {
    color: #232323;
}
.pk-detail-table span.price .currency {
    margin: 0 0 0 -4px;
    font-weight: 500;
    font-size: 11px;
}
table.packages_details.pk-detail-table .remark {
    font-weight: 500;
    font-size: 11px;
}
table.packages_details.pk-detail-table .bar-chart .pck-other {
    color: #8a8a8a;
    font-weight: 500;
    line-height: 12px;
    font-size: 11px;
}
.pk-detail-wrap .benefit-head {
    color: #4d4d4d;
    letter-spacing: .1px;
    font-size: 13px;
    border-color: #bdbdbd;
    margin-top: -17px;
    margin-top: -35px;
    padding: 10px 80px;
    margin-bottom: 5px;
}
.pk-detail-wrap .benefit-item span {
    color: #4d4d4d;
}
.pk-detail-wrap .benefit-item img {
    max-width: 32px;
}
.pk-detail-wrap .part-benefits {
    border: 0;
    margin-bottom: 10px;
}
.pk-detail-wrap .benefit hr {
    height: 30px;
    border: 1px solid #ffcb04;
    opacity: 1;
}
table.pk-detail-table tbody td {
    border-bottom: 0 !important;
}
.pk-m-detail-title {
    font-size: 18px;
    font-weight: 700;
    color: #4d4d4d;
}
.animate-item {
    opacity: 0;
}
/*.pk-internet-modal-dialog{
    display: flex;
}*/
.pk-internet-modal.modal.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.pk-internet-modal.modal.fade.in{
    opacity: 1;
}
.pk-internet-modal-dialog.modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.pk-internet-modal.modal.fade.in .pk-internet-modal-dialog.modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.pk-internet-modal.modal {
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    outline: 0;
    margin-left: 0;
    width: auto;
    background: transparent;
    box-shadow: unset;
    border: 0;
}
.pk-modal-close, .pk-modal-close:hover {
    color: #4d4d4d;
    color: #000;
}
.pk-internet-form-title {
    font-size: 36px;
    color: #000;
    letter-spacing: .01px;
    line-height: 40px;
}
.pk-internet-form-desc {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1px;
    margin-top: 10px;
}
.pk-internet-form-wrap {
    max-width: 500px;
    margin: 0 auto;
}
.pk-internet-form-input label {
    font-size: 13px;
    font-weight: 400;
    color: #919FAC;
    display: block;
    letter-spacing: .2px;
}
.pk-internet-form-input input {
    filter: drop-shadow(0px 4px 4px #F5F7F9);
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    font-weight: 500;
    margin-bottom: 0;
    border: 1px solid #BDBDBD80;
    color: #4d4d4d;
}
.pk-internet-form-input select {
    height: auto;
    font-size: 14px;
    letter-spacing: .5px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    font-weight: 500;
    padding: 10px;
    border: 1px solid #BDBDBD80;
    border-radius: 7px;
    color: #4d4d4d;
}
.pk-internet-fixed-input {
    filter: drop-shadow(0px 4px 4px #F5F7F9);
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    font-weight: 500;
    letter-spacing: .2px;
    border: 1px solid #ccc;
    line-height: 20px;
    border: 1px solid #BDBDBD80;
}
.pk-internet-form-input input:focus {
    border-color: #2A51A3;
}
.pk-internet-form-input select:focus {
    border-color: #2A51A3;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
}
.pk-internet-form-submit button{
    background: #FFC900;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #253342;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    margin-top: 30px;
    border: 0;
}
.pk-internet-form-submit button:hover{
    -webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.01);
    box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.01);
}
.pk-internet-form-input{
    margin-bottom: 10px;
}
.pk-internet-success-icon {
    color: #27AE60;
}
.pk-internet-form-success-title {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #2D3F49;
}
.pk-internet-form-success-desc {
    color: #9D9D9D;
    font-size: 16px;
    letter-spacing: .1px;
}
.pk-internet-form-error-wrap p{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #B10A0A;
}
.pk-internet-form-success-wrap, .pk-internet-form-error-wrap, #pk_loading_spinner {
    display: none;
}
.pk-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.pk-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 4px solid #034ea2;
    border-color: #034ea2 transparent #034ea2 #034ea2;
    animation: pk-dual-ring 1.2s linear infinite;
}
@keyframes pk-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cd-tab-filter{
    padding: 10px 0;
    height: auto;
    float: unset;
}
.cd-tab-filter ul{
    display: flex;
    justify-content: center;
}
.cd-tab-filter a {
    display: inline-block;
    width: auto;
    font-weight: 500;
    white-space: nowrap;
    font-size: 14px;
    color: #253342;
    background: rgba(217, 217, 217,0.4);
    margin: 0 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}
.cd-tab-filter li.active a {
    background: #ffcb04;
    font-weight: 600;
}
.pk-type-text.mobile{
    display: none;
}
.sort-compare-mobile.wide-fix {
    margin-left: -16px;
    margin-right: -16px;
}
.nxm-package-detail article.editorial.detail h2{
    font-size: 16px !important;
}
.nxm-package-detail article.editorial .specials .collapse p, .nxm-package-detail article.editorial .specials .collapse li {
    font-size: 14px !important;
}
.pk-detail-wrap div.package_item h2.collapsable:before {
    top: -2px;
    background-position: -45px -1129px;
    height: 30px;
    width: 30px;
}
.pk-detail-wrap div.package_item h2.collapsable.collapsed:before {
    background-position: -45px -1083px;
}
.pk-detail-wrap .specials .package_item {
    padding: 15px 0;
}
.pk-detail-wrap article.editorial.editor-text p, .pk-detail-wrap article.editorial.editor-text p * {
    font-size: 14px !important;
}
@media(min-width: 601px){
    .sort-compare-mobile.wide-fix .sort-compare-wrap{
        border: 0;
    }
    .sort-compare-mobile.wide-fix .sort-mobile-parent {
        max-width: 110px;
    }
}
@media(min-width: 1024px) {
    .sort-compare-mobile.wide-fix .sort-mobile-parent {
        max-width: 70px;
    }
}
.pk-pack-cat-title .pk-cat-sub-title {
    display: block;
    font-size: 26px;
}
.pk-detail-table.pk-internet-table {
    table-layout: fixed;
}
.pk-detail-table.pk-internet-table colgroup{
    display: none;
}
.alt-filter-content {
    display: none;
}
.internet-hub .pk-card-pack-desc, .internet-hub .pk-card-benefits, .internet-hub .pk-card-icons {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.pk-custom-switch-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pk-custom-switch-text {
    color: #4d4d4d;
    font-size: 15px;
    letter-spacing: 0.5px;
    max-width: 180px;
}
@media only screen and (max-width:1170px) {
    .pk-custom-switch-text {
        color: #5f6b76;
    }
}
.pk-custom-switch-parent {
    background-color: #dee3ed;
    height: 22px;
    width: 36px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    transition: .3s;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
}
.pk-custom-switch-parent.active{
    background-color: #2A51A3;
    justify-content: flex-end;
}
.pk-custom-switch-btn {
    background-color: #fff;
    height: 16px;
    width: 16px;
    border-radius: 20px;
    margin: 3px;
}
.pk-item-wrap.is-campaign .pk-card-foot {
    padding: 0.3rem 0.8125rem;
}
.pk-item-wrap.is-campaign .pk-card-price.active-price {
    color: #2A51A3
}
.pk-item-wrap.is-campaign .pk-card-price.old-price {
    color: #919FAC;
}
.pk-item-wrap.is-campaign .pk-card-price.old-price > span:first-child{
    text-decoration: line-through;
    font-size: 1rem;
}
.pk-detail-price.active-price, .pk-detail-price.active-price sup {
    color: #2A51A3;
}
.pk-detail-price.old-price > span:first-child {
    color: #919FAC;
    font-size: 16px;
    text-decoration: line-through;
}
.cd-filter-block .checkbox-label.customer-type-label::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.cd-filter-block input[type=checkbox]:checked + label.customer-type-label::before {
    background-color: transparent;
    border: 2px solid #2A51A3;
}
.cd-filter-block .checkbox-label.customer-type-label::after {
    width: 12px;
    height: 12px;
    background: #2A51A3;
    border-radius: 50%;
    margin-left: 4px;
}

/*mobile styles*/
@media only screen and (max-width:600px) {
    .alt-filter-style .alt-filter-list-parent .checkbox-label.customer-type-label:before {
        border-radius: 50%;
        width: 20px;
        height: 20px;
    }
    .alt-filter-style .alt-filter-list-parent input[type=checkbox]:checked + label.customer-type-label:before {
        background-color: transparent;
        border: 2px solid #ffc900;
    }
    .alt-filter-style .alt-filter-list-parent input[type=checkbox]:checked + .checkbox-label.customer-type-label::after {
        width: 12px;
        height: 12px;
        background: #ffc900;
        border-radius: 50%;
        margin-left: 3px;
    }
    .pk-pack-cat-title .pk-cat-sub-title {
        line-height: 2;
    }
    .cd-tab-filter a {
        margin: 0 0.25rem;
    }
    .cd-tab-filter ul {
        /*justify-content: unset;*/
        overflow-x: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .cd-tab-filter ul.scrollable{
        justify-content: unset;
    }
    /*hide scrollbars*/
    /*chrome/webkit*/
    .cd-tab-filter ul.scrollable::-webkit-scrollbar{
        display: none;
    }
    .cd-tab-filter ul.scrollable {
        -ms-overflow-style: none; /*explorer*/
        overflow: -moz-scrollbars-none; /*firefox*/
    }

    .alt-filter-style .alt-filters-wrap::-webkit-scrollbar {
        display: none; /*chrome/webkit*/
    }
    .alt-filter-style .alt-filters-wrap {
        -ms-overflow-style: none; /*explorer*/
        overflow: -moz-scrollbars-none; /*firefox*/
    }

    /*alt filter styles*/
    .alt-filter-style .cd-filter {
        position: absolute !important;
        height: unset;
        overflow: visible !important;
        transform: translateX(0) !important;
        opacity: 1 !important;
        visibility: visible;
        z-index: 99 !important;
    }
    .alt-filter-style .cd-close, .alt-filter-style .cd-head, .alt-filter-style .cd-filter::before, .alt-filter-style .filter-mobile-parent {
        display: none;
    }
    .alt-filter-style .cd-filter form {
        min-height: unset;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .alt-filter-style .alt-filter-content{
        display: block;
    }
    .cd-filter .p-hr-border, .alt-filter-style .cd-button {
        display: none;
    }
    .alt-filter-style .cd-filter.active .p-hr-border {
        display: block;
    }
    .alt-filter-style .cd-filter.active .cd-button {
        display: flex;
    }
    .p-hr-border hr {
        width: 130%;
        margin-left: -16px;
    }
    .alt-filter-style .cd-filter-block {
        display: none;
    }
    .alt-filter-style .cd-gallery{
        margin-top: 55px
    }
    .alt-filter-style .cd-filter{
        margin-top: -38px;
    }
    .alt-filter-style .alt-filters-wrap {
        display: flex;
        justify-content: normal;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .alt-filter-style .alt-filter-block {
        flex-shrink: 0;
        /*margin-right: 10px;*/
    }
    .alt-filter-style h2.alt-filters-heading {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
        border: 1px solid rgba(151, 151, 151,0.4);
        padding: 10px 20px;
        border-radius: 50px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .alt-filter-style h2.alt-filters-heading.active{
        border: 1px solid #ffc900;
        background: #ffc90033;
    }
    .alt-filter-style h2.alt-filters-heading.filter-active{
        border: 1px solid #ffc900;
        background: #ffc90033;
    }
    .alt-filter-style h2.alt-filters-heading:after{
        padding-right: 10px;
        bottom: 5px;
        content: "\e905" !important;
        display: flex;
        position: relative;
        font: normal normal normal 14px/1 'nxmIcon' !important;
        text-rendering: auto;
        color: #ffc900 !important;
        float: right;
        transform: rotate(270deg);
        margin-left: 10px;
    }
    .alt-filter-style h2.alt-filters-heading.active:after{
        padding-right: 10px;
        bottom: -5px;
        content: "\e905" !important;
        display: flex;
        position: relative;
        font: normal normal normal 14px/1 'nxmIcon' !important;
        text-rendering: auto;
        color: #ffc900 !important;
        float: right;
        transform: rotate(90deg);
        margin-left: 10px;
    }
    .alt-filter-style .p-filter-clear-btn, .alt-filter-style .p-filter-apply-btn {
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #253342;
        font-weight: 700;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        width: 50%;
    }
    .alt-filter-style .alt-filter-list-parent li {
        position: relative;
        margin-bottom: 0.3em;
    }
    .alt-filter-style .alt-filter-list-parent input[type=checkbox] {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        z-index: 2;
        cursor: pointer;
    }
    .alt-filter-style .alt-filter-list-parent .checkbox-label {
        color: #5F6B76;
        font-size: 14px;
        padding-left: 25px;
        letter-spacing: 0.5px;
        font-weight: 500;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .alt-filter-style .alt-filter-list-parent .checkbox-label:before{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        left: 0;
        border-radius: 3px;
        /*background: #eff2f5;*/
        border: 1px solid #dee3ed;
        border: 2px solid #231F2044;
    }
    .alt-filter-style .alt-filter-list-parent .checkbox-label::after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1px;
        width: 15px;
        height: 15px;
        background: url(https://api.iconify.design/ic:sharp-done.svg?height=15&color=white) no-repeat center center
    }
    .alt-filter-style .alt-filter-list-parent .checkbox-label::after{
        /*display: none;*/
    }
    .alt-filter-style .alt-filter-list-parent .input[type=checkbox]:checked + label::after {
        display: block;
    }
    .alt-filter-style .alt-filter-list-parent input[type=checkbox]:checked + label:before {
        background-color: #ffc900;
        border: 0
    }
    .alt-filter-style .alt-filter-item {
        padding-top: 10px;
        display: none;
    }
    .alt-filter-style .alt-filter-list-parent {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px 10px;
        max-height: 163px;
        height: fit-content;
        padding-top: 5px;
        /*padding-bottom: 15px;*/
        overflow-y: auto;
        -ms-overflow-style: none;
    }
    .alt-filter-style .alt-filter-list-parent .p-custom-switch-parent{
        margin-left: 10px;
    }
    .alt-filter-style .p-mobile-filter-divider {
        border-right: 1px solid #dee3ed;
        height: 200%;
        display: block;
    }
    /*.alt-filter-style.sort-compare-wrap {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }*/
    /*.alt-filter-style .p-custom-switch-wrap.switch-compare.mobile, .alt-filter-style .sort-filter-parent {
        width: 50%;
        justify-content: center;
    }*/
    .alt-filter-style .p-custom-switch-parent{
        order: -1;
        margin-right: 0.5rem;
        margin-left: 0;
    }
    .alt-filter-style .p-custom-switch-text{
        margin-right: 0 !important;
    }
    .alt-filter-style .sort-mobile-parent select{
        padding-left: 15px;
    }
    .alt-filter-style .pk-hub-wrap{
        padding-top: 15px !important;
    }
    .alt-filter-style .alt-filter-list-parent.single-list{
        display: block;
    }
    .alt-filter-style .alt-filter-list-parent.single-list li{
        margin-bottom: 0.75rem
    }
    .alt-filter-style .alt-filter-list-parent .pk-custom-switch-parent{
        margin-left: 10px;
    }
    .alt-filter-style .pk-custom-switch-parent{
        order: -1;
        margin-right: 0.5rem;
        margin-left: 0;
    }
    .alt-filter-style .pk-custom-switch-text{
        margin-right: 0 !important;
    }
    .pk-custom-switch-text{
        max-width: unset;
    }
    .pk-custom-switch-parent.active {
        background: #ffc900
    }
    .filter-search-wrap.alt input {
        width: 100%;
        padding: 8px 10px;
        font-size: 16px;
    }
    .pk-type-text.web {
        display: none;
    }
    .pk-type-text.mobile {
        display: inline-block;
    }
    .pk-container .pk-row {
        margin-right: -16px;
        margin-left: -16px;
    }
    .pk-container .pk-row > * {
        padding-right: 16px;
        padding-left: 16px;
    }
    /*.pk-gnc-list-wrap.web, .pk-gnc-detail-web, .pk-platinum-list-wrap.web, .pk-platinum-detail-web, .pk-detail-web {
        display: none;
    }
    .pk-gnc-list-wrap.mobile, .pk-gnc-detail-mobile, .pk-platinum-list-wrap.mobile, .pk-platinum-detail-mobile, .pk-detail-mobile {
        display: block;
    }*/
    .pk-pack-cat-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .mix-match-results-parent .wrap {
        justify-content: center;
    }
    .mix-form{
        justify-content: center;
    }
    .pk-mix-match-wrap .speak-block, .pk-mix-match-wrap .wifi-block, .mix-send-btn {
        width: 85%;
    }
    .pk-mix-match-wrap .mix-send{
        width: 100%;
    }
    .pk-mix-match-wrap .speak-block{
        margin-bottom: 30px;
    }
    .pk-mix-match-wrap span.desc-step{
        font-size: 15px;
    }
    .pk-detail-price-wrap, .pk-detail-info .sms-tag {
        max-width: unset;
    }
    .pk-detail-price-desc span{
        font-size: 14px;
        max-width: 190px
    }
    .pk-detail-buy-btn, .pk-detail-apply-btn, .pk-detail-link-btn, .pk-detail-info .sms-tag {
        border-radius: 10px;
    }
    .pk-detail-info .sms-tag {
        background: #0C4BA0;
    }
    .pk-detail-info .sms-tag span{
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }
    .pk-detail-info .sms-tag .divider {
        display: inline-block;
        margin-left: 10px;
        height: 11px;
        width: 7px;
        background: url(../../images/common/sprite-common.png) -34px 0;
    }
    .pk-detail-info .sms-tag .sms-icon{
        display: inline-block;
        margin-left: 10px;
        height: 10px;
        width: 13px;
        background: url(../../images/common/sprite-common.png) -125px 0;
    }
    .pk-detail-price-item{
        margin-bottom: 5px;
    }
    .pk-m-detail-spot a {
        color: #0C4BA0;
    }
    .pk-faq-item h2.pk-main {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 25px;
        padding-bottom: 5px;
        color: #0c4ba0;
        position: relative;
        letter-spacing: 0.2px;
    }
    .pk-faq-item h2.pk-alt {
        font-size: 15px;
        font-weight: 700;
        position: relative;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        padding-bottom: 0;
        padding: 10px 0;
        padding-right: 20px;
        line-height: 21px;
    }
    .pk-faq-item.alt .content {
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 20px;
    }
    .pk-faq-item.alt {
        border-bottom: 1px solid #dee3ed;
        padding: 0 16px;
    }
    .pk-faq-item.alt.expanded{
        background: rgba(217, 217, 217, 0.25);
    }
    .pk-faq-item h2.collapsed {
        color: #4d4d4d;
    }
    .pk-faq-item h2.collapsable:after {
        content: "\e905" !important;
        display: flex;
        position: relative;
        font: normal normal normal 14px/1 'nxmIcon' !important;
        text-rendering: auto;
        color: #0c4ba0;
        float: right;
        transform: rotate(90deg);
    }
    .pk-faq-item h2.collapsable.collapsed:after {
        content: "\e905" !important;
        display: flex;
        position: relative;
        font: normal normal normal 14px/1 'nxmIcon' !important;
        text-rendering: auto;
        color: #4d4d4d;
        float: right;
        transform: rotate(270deg);
    }
    .pk-faq-item h2.pk-main:before{
        content: "";
        position: absolute;
        top: 100%;
        width: 55px;
        height: 4px;
        background: #ffcb04;
        border-radius: 100px;
    }
    .pk-faq-item h2.collapsable.pk-alt:after {
        position: absolute;
        top: 14px;
        right: 3px;
        color: #4d4d4d;
    }
    .pk-faq-item h2.collapsable.collapsed.pk-alt:after {
        position: absolute;
        top: 14px;
        right: 3px;
    }
    .pk-faq-item h2.pk-main:not(.pk-alt):after {
        margin-right: 3px;
    }
    .pk-faq-item h2.pk-main.alt {
        color: #4d4d4d;
        margin-bottom: 15px;
        font-size: 15px;
    }
    .pk-faq-item h2.pk-main.alt:before{
        display: none;
    }
    .pk-faq-item h2.pk-main.alt:after{
        color: #4d4d4d
    }
    .pk-detail-faq-wrap {
        margin-right: -16px;
        margin-left: -16px;
    }
    .pk-m-detail-content .content ul {
        margin: 0 0 17px 0;
        list-style: disc;
        list-style-position: inside;
    }
    .pk-m-detail-content .content ul li {
        margin-bottom: 5px;
        list-style-type: initial;
    }
    .pk-m-benefit-item {
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #919FAC;
        padding: 6px 0;
    }
    .pk-m-benefit-item:last-child{
        margin-bottom: 20px;
    }
    .pk-m-benefit-icon {
        margin-right: 3px;
        min-width: 22px;
    }
    .pk-m-benefit-title {
        font-size: 16px;
        font-weight: 700;
        margin-right: 10px;
        text-transform: uppercase;
    }
    .pk-m-benefit-desc {
        font-size: 13px;
    }
    .pk-faq-item .content a {
        color: #0C4BA0;
    }
    .pk-faq-item .content img {
        margin: 0 0 10px 0;
    }
    .pk-internet-form-wrap{
        max-width: unset;
        padding: 0 1rem;
    }
    .pk-internet-form-title {
        font-size: 28px;
        line-height: 32px;
    }
    .pk-m-detail-desc {
        letter-spacing: 0.5px;
    }
}

/*animate css*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}