/*unifi tabs*/
.sppb-addon.sppb-addon-single-image.unifi-package-card img {
    transition: 0.5s ease;
}

.sppb-addon.sppb-addon-single-image.unifi-package-card img:hover {
    opacity: 1!important;
    transform: matrix(1.05, 0, 0, 1.05, 10, 0);
    transition: 0.5s ease;
}

/*article details*/
.article-details {
    font-size: inherit;
}

/*article padding*/
.com-content.view-article #sp-main-body .article-media-wrapper {padding-top: 60px;}
.com-content.view-article #sp-main-body {padding-top: 0;padding-bottom: 80px;}
@media (max-width: 767px) {.com-content.view-article #sp-main-body {padding-bottom: inherit;}}
@media (max-width: 767px) {.com-content.view-article #sp-main-body .article-media-wrapper {padding-top: 50px !important;}}

.com-content.view-article #sp-main-body .article-details-intro {
    padding: 100px 0 100px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    background-image: url("/images/0_njhigh/others/nj-header-bg.png")!important;
    background-color: #0a537d;
    text-align: center;
    background-size: cover;
}

.com-content.view-article #sp-main-body .article-media-wrapper {
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

.com-content.view-article #sp-main-body .article-body {
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .article-details {
        font-size: 14px;
    }
}

.related-article-list-container .related-article-title {
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 1.3;
    margin-left: 60px;
    margin-bottom: 45px;
    border: none;
}

.unlimited-label {
    background: #000046;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #000046);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    padding: 5px 10px 30px 10px;
    /* width: fit-content; */
    border-radius: 10px 10px 0px 0px;
    margin: auto;
    margin-bottom: -25px;
}

.pricing-item-wrapper {padding: 0px 0px 50px 0px;background-image: url(/images/0_njhigh/plans/bg05.jpg)!important;}

.pricing-item-wrapper.active {
    margin-top: -30px;
    border: 0px solid #599a88;
    padding: 0px 0px 50px 0px;
}

@media (min-width:801px)  { 
.pricing-item-wrapper {min-height: 650px;}.pricing-item-wrapper.active {min-height: 680px;}
.pricing-item-wrapper {min-height: 700px;}.pricing-item-wrapper.active {min-height: 720px;}
}


.plan-box1 {
    display: flex!important;
    justify-content: space-around!important;
    background: #ff7800;
    align-items: center!important;
    padding: 10px 0px;
}
span.mth {
    font-size: 20px;
}

span.RM {
    font-size: 18px;
    position: relative;
    top: -12px;
}
.plan-name {
    padding: 30px 0px 30px 20px;
}
.plan-price {
    background: #ff7800;
    color: #fff;
}

.plan-box2 {
    padding: 20px 20px;
    background: #ffffffc7;
    margin: 20px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid #ff780061;
}
.plan-description {
    padding: 15px 15px;
    font-size: 14px;
}
.plans-heading {
    font-weight: 900;
}

.plan-icons .sppb-addon-text {
    display: none;
}

.plan-icons .sppb-media {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.plan-icons .pull-left {
    width: 10%!important;
    min-width: 10%;
}


/*starterpack*/
.starter-price {
	padding: 20px 20px 20px 20px;
}

.starter-price.plan-price {
	background: #0a537d;
	color: #fff;
}

.starter-plan-group{border-radius:0px 20px 0px 0px!important;}

@media (max-width:600px) {
	.starter-price {
		padding: 15px;
	}

	.starter-price .sppb-addon-title {
		font-size: 50px;
	}

	.starter-plan-group h6.sppb-addon-title {
		font-size: 18px;
	}

	.starter-plan-group h4.sppb-addon-title {
		font-size: 25px;
		line-height: 1;
	}
}


/*family pack*/
.family-pack-icons img {
    width: 50px;
}



/*end of plans*/