.pt1 {padding-top: 1rem !important;}
.pt2 {padding-top: 2rem !important;}
.pt3 {padding-top: 3rem !important;}
.pb2 {padding-bottom: 2rem !important;}
.img-fluid {width: auto;}
.grid-row-gap {grid-row-gap: 3rem;}
.all-plans .button.secondary {
	font-weight: 400;
	padding: 1rem;
    max-width: 200px;
    margin-bottom: 0;
}
.new-australia-covered .image img {
	max-width:530px;
	margin: 0 auto;
}
.new-reliable-nbn.content-builder-text-plus-image .cell.text .screen-height {
    height: calc(650px - 8.5rem);
}
.new-australia-covered {
	padding-bottom: 50px;
}
.new-australia-covered  p {
   font-size: 1.3rem;
    margin: 10px auto;
}
.new-australia-covered .content-normal p {
    font-weight: 400;
}
.new-australia-covered .small-text p {
	font-size: 11px;
	line-height: 15px;
}
.products-plans .object-fit-bg, .products-plans .white-bg {
		border-radius: 25px;
}
.products-plans .cell.image {
	padding: 10px 10px 16px 10px;
}
.products-category .plan-list {
	margin-top: 1.5rem !important;
	gap: 1rem;
}
.products-category .plan-list li {
	font-weight: 500;
	margin-bottom: 6px;
} 
.plan-list li {
	padding: 2px 0 2px 35px;
	line-height: 28px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 600;
}
.plan-list {
	display: flex;
    flex-direction: column;
    margin-top: 0;
}
.plan-list li:before {
    background: url(../assets/images/icons/green-check.svg) no-repeat;
    left: -3px;
    top: -3px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
}
.plan-list .variant-info.has-tip {
	top: -0.25rem;
}
.black-icon li:before {
    background: url(../assets/images/icons/green-black-check.svg) no-repeat;
    background-position: center;
    background-size: cover;
}
.plan-list li i {
	color: #231f20 !important;
}
.products-plans .black-icon li i {
	color: #70d44a!important;
}
.all-plans .content {
	border-radius: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.grid-padding-x>.cell.small-4 .content {
	max-width: 330px;
	margin: 0 auto;
}
.all-plans h3.h2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	
}
.all-plans .green {
	font-weight: 400;
}
.all-plans h2.h1, .all-plans h3.plan-price.h1 {
	font-size: 3.25rem;
	line-height: 3.25rem;
	margin-bottom: 6px;
	margin-top: 0;
}
.all-plans h3 sub {
	bottom: 0;
	font-size: 1rem;
	font-weight: 500;
}
.most-popular {
    padding: 6px 30px;
    border-radius: 30px;
    font-size: 1.125rem;
    background-color: #F2F6DD;
    display: block;
    margin: 0 auto -5px auto;
    z-index: 1;
    position: absolute;
}
.most-popular.green-bg {
	background-color: #70d44a;
    top: -30px;
    margin-left: -40px;
}
.network-plan {
	display: flex;
	align-items: center;
}
.network-plan img {
	max-width: 65px;
	margin-right: 10px;
}
.five-g-network {
    position: absolute;
    left: 3px;
    width: 70px;
    top: 8px;
}
.most-popular + .network-plan {
	top: 30px;
}
.five-g-network img {
    margin: 0 -5px 0 0;
}
.five-g-network i {
    transform: rotate(45deg);
    margin: -35px 0 0 -3px;
    font-size: 30px;
    position: absolute;
    right: -4px;
}
.about-more .d-xs-none figure img {
	height: 115px;
	object-fit: cover;
}
.about-more .cell {
	position: relative;
}
.about-more .d-xs-none .cell:after {
    content: "\f054";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    font-weight: 900;
    top: 18%;
    font-size: 40px;
    color: #70d44a;
}
.about-more .d-xs-none .cell:last-child::after {
   display: none;
}
.tooltip a {
	color: #fff !important;
}
#network-plans .modems-form .steps{
	display: flex;
}
#network-plans .modems-form .steps a{
	color: #71d34a;
}
.form-add-to-cart .secondary.selected{
	background-color: #231f20;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.all-plans .tabs-panel {
	animation: fadeIn 2s;
}
#network-plans .modems-form{
	padding-left: .9375rem;
	padding-right: .9375rem;
}
.all-plans .all-plan-price {
	text-align: left;
	padding-left: 35px;
}
.iconsWGreenBg{
	margin-bottom: 3rem;
}
.iconsWGreenBg .icon img{
	height: 150px;
}
.iconsWGreenBg .icon .icon-text{
	font-weight: 500;
	margin-bottom: 6px;
	width: 75%;
	margin: auto;
	font-size: 1.5rem;
}
@media(min-width:1919px) {
	.products-category .plan-list {
		gap: 1.125rem;
	}
}
@media(min-width:992px) {
	.d-sm-none {
		display: none;
	}
	.all-plans .plan-list li {
	    font-size: 18px;
	}
	.new-australia-covered p {
	    max-width: 50%;
	}
	.new-australia-covered .small-text p {
	    max-width: 43%;
	}
}
@media(min-width:769px) and (max-width:991px) {
	.five-g-plan .orbit-container {
		height: 68vh !important;
	}
}
@media(max-width:1399px) {
	.products-category .plan-list {
	    gap: 0.5rem;
	}
}
@media(max-width:1199px) {
	.all-plans .button {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.products-category .content {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.products-category .plan-list {
		gap: 0;
	}
}

@media(max-width:1023px) {
	.mobile-broadband .all-plans .variants {
		gap: 2rem;
	}
	.mobile-broadband .all-plans .plan-list {
		height: auto;
	}
}

@media(max-width:991px) {
	.d-xs-none {
		display: none;
	}
	.new-reliable-nbn {
		padding-top: 2rem;
	}
	.new-reliable-nbn.content-builder-text-plus-image .cell.text .screen-height {
	    height: auto;
	}
	.new-reliable-nbn .small-5 img {
		max-width: 150px;
	}
	.new-australia-covered.content-builder-text-plus-image:nth-of-type(even) .cell:nth-of-type(1) {
	    order: 1;
	}
	.new-australia-covered .small-text p {
		max-width: 43%;
	}
	.new-australia-covered {
		padding-top: 0;
	}
	.new-reliable-nbn .content {
		padding: 0;
	}
	.all-plans h3.h2 {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
	.all-plans h2.h1 {
		font-size: 3rem !important;
		line-height: 3rem;
		padding-left: 1rem;
	}
	.all-plans h3.plan-price.h1 {
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
	.all-plans h3 {
		font-size: 1.25rem;
		line-height: 2rem;
	}
	.all-plans h3 sub {
		font-size: 1.3rem;
	}
	.all-plans .products-value h2.h1, .all-plans .products-value h3.plan-price.h1, 
	.products-value h3 {
		padding-left: 0;
	}
	.all-plans .plan-list li {
		font-size: 18px;
	}
	.all-plans .button {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.all-plans #product-tabs.tabs {
		display: flex;
		background: transparent;
		justify-content: space-between;
	}
	.all-plans #product-tabs.tabs li {
		margin-bottom: 0;
		padding: 0;
		padding-right: 15px;
	}
	.all-plans #product-tabs.tabs li:last-child {
		padding-right: 0;
	}
	.all-plans #product-tabs.tabs .tabs-title a {
		padding: 0.5rem .85rem;
    	margin: 0;
    	font-size: .75rem;
    	text-transform: initial;
    	border: solid 2px #85639a;
    	background-color: #fff;
    	transition: .5s all;
    	color: #85639a;
    	border-radius: 20px;
    	font-weight: 400;
	}
	.all-plans #product-tabs.tabs .tabs-title.is-active a {
		background-color: #85639a;
		color: #fff;
	}
	.all-plans .orbit-controls button {
		background: #fff url(../assets/images/icons/slider-icon.svg) no-repeat;
		background-size: cover;
		background-position: center;
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0;
		top: 18%;
		transform: inherit;
	}
	.all-plans .orbit-controls button.orbit-previous {
		transform: rotate(180deg);
	}
	.all-plans .orbit-previous {
		left: 10px;
	}
	.all-plans .orbit-next {
		right: 10px;
	}
	.all-plans .content {
		display: block;
	}
	.all-plans .tabs-panel {
		position: relative;
	}

	.all-plans .orbit-bullets button {
		width: 8px;
		height: 8px;
		padding: 0;
		background-color: #000;
		transition: 0.3s;
	}
	.all-plans .orbit-bullets button.is-active {
	    background-color: #70d44a;
	    transform: scale(1.5, 1.5);
	}
	.all-plans .orbit-slide {
		padding: 0 2rem;
	}
	.about-more .d-sm-none figure img {
	    width: auto;
	}
	.plan-list .tooltip {
		font-size: 70%;
	}
	.all-plans .orbit-container .mx-auto {
		text-align: center;
		display: block;
	}
	.most-popular {
		font-size: 14px;
    	padding: 4px 20px;
    	right: 0;
    	left: inherit;
    	top: -20px;
	}
	.all-plans .orbit-container {
	    transition: width 1s, height .5s;
	    min-height: 550px;
	}
	.all-plans .button.secondary {
	    padding: 0.75rem 1rem;
	}
	.all-plans ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
}
@media(max-width:639px) {
	.new-australia-covered .text-right {
		text-align: center;
	}
	.new-australia-covered .small-text p {
		max-width: 75%;
	}
}

@media(max-width:605px) {
	.new-reliable-nbn h2 {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(max-width:575px) {
	.py0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	} 
	.change-world .h1 {
		line-height: 1;
	}
	.new-reliable-nbn .border-green {
		display: inline-block;
	} 
	.new-australia-covered .small-text p {
		max-width: 100%;
	}
	.border-green:before {
		height: 20px;
		bottom: 20px;
	}
	.change-world.green-bg .cell.text .fullscreen-height {
		height: 40vh;
	}
	.change-world.green-bg .content {
	    width: 90%;
	}
	.change-world.green-bg .cell.image {
		height: 30vh;
		background-size: 65%;
		right: 10px;
		margin-top: -110px;
		background-position: right center;
	}
	.change-world.green-bg .dark {
		font-size: .75rem;
		padding: 0.75rem 1rem;
		width: auto;
	}
	.change-world.green-bg .content p {
		font-size: .75rem;
		max-width: 95%;
	}
	.help-list .accordion-title {
		font-size: .75rem;
		padding: 0 10px;
	}
	.help-list.accordion .card {
		border-radius: 12px;
	}
	.help-list.accordion .card .accordion-content, .help-list.accordion .card .accordion-content p {
		font-size: 1rem;
		line-height: 1.4;
	}
	.new-good-mobile button, .new-good-mobile .button {
		width: 100%;
	}
	.all-plans .button {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	.five-g-network i{
		font-size: 26px;
		right: 2px;
	}
	.plan-price {
		max-width: 125px;
	}
	.all-plans h3, .all-plans h3.plan-price.h1 {
		padding-left: 0;
	}
	.network-plan img {
		max-width: 60px;
	}
	
}
@media(max-width:420px) {
	.new-reliable-nbn h2 {
		max-width: 330px;
	}
	.new-reliable-nbn .small-5 img {
	    max-width: 100%;
	}
	.new-reliable-nbn h2, .new-australia-covered h3 {
		line-height: 2.75rem;
		font-size: 2rem !important;
	}
}
@media(max-width:375px) {
	.new-australia-covered h3 {
	    font-size: 2rem!important;
	}
	.all-plans h3.h2 {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
	.all-plans h3.plan-price.h1 {
	    font-size: 2.5rem;
	    line-height: 2.5rem;
	}
	.change-world.green-bg .cell.image {
	    margin-top: -70px;
	}
	.all-plans h3 sub {
	    font-size: 0.875rem;
	}
	.plan-price {
		max-width: 110px;
	}
}

@media(max-width:360px) {
	.all-plans .tabs-content {
		max-width: 100%;
	}
	.all-plans h2.h1, .all-plans h3.plan-price.h1 {
		font-size: 2.25rem;
	}
	.change-world.green-bg .cell.image {
	    margin-top: 30px;
	}
}
.mobile-plans-swaper .swiper-slide .card{
	margin-left: 1rem;
}
.mobile-plans-swaper .variant-features li img.icon{
	max-width: 1.2rem;
}
.mobile-plans-swaper .variant-features li:before {
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
}
.mobile-plans-swaper .variant-features li{
	padding-left: 20px;
}