@charset "utf-8";
/* CSS Document */
#pricing{
    /*padding-bottom: 160px;*/
	background: white;
}

div#creditFile {
    display: none;
}

/*Table Start here*/
.bg-white {
    background: #FFFFFF!important;
}

/*YCI-278 Changes*/
a.optus-link {
  text-decoration: underline;
}

.optus-link {
    font-weight: 700;
    font-size: 18px;
    color: #db0011;
    margin-top: 20px;
}

.products {
    padding-top: 10px;
    /*}
    .slide-container {*/
    display: flex;
    /*gap: 16px;*/
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    justify-content: center;
}

.slide-wrapper {
    background: #FFFFFF;
    border: 1.08255px solid #D1D4D3;
    border-radius: 3.24765px;
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 409px;
    margin: 30px auto 0;
}
.recommended * {
    /*color: #FFF;*/
}
.slide-wrapper.recommended {
    /*background: #5F6A72;*/
    background: #e7e7e7;
    /*border: 1.08255px solid #5F6A72;*/
    box-shadow: 0px 6.4953px 21.651px rgba(0, 0, 0, 0.4);
    border-radius: 3.24765px;
    display: flex;
    flex-direction: column;
    width: 95%;
}
/*
.product-header {
    display: flex;
    padding: 23px 30px;
    align-items: center;
}*/

.product-header {
    /*background: rgba(158, 27, 50, 0.1);*/
    border-radius: 3.24765px 3.24765px 0px 0px;
    display: flex;
    padding: 23px 30px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D1D4D3;
}

.recommended .product-header {
    background: #e7e7e7;
    /*border-bottom: none;*/
}

.product-name {
    padding: 0;
    font-family: 'Sanchez';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    text-align: left;
    margin-left: 10px;
}

.recommended .product-name {
    color: #000000;
}

.product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 25.9812px;
    line-height: 35px;
    text-align: right;
    color: #9E1B32;
}

.recommended .product-price {
    /*color: #FFFFFF;*/
}

.product-price span {
    font-size: 12.9906px;
    margin-top: -12px;
}

.recommended .product-icon {
    display: flex;
    align-items: center;
    gap: 3.5px;
    width: 92px;
}

.align-left {
    display: flex;
    align-items: center;
}

.product-body {
    padding: 23px 30px 0 30px;
    text-align: left;
    /*height: 790px;*/
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-description {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.feature-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12.9906px;
    line-height: 19px;
    padding-bottom: 10px;
    color: #333E48;
}
.recommended .feature-name {
    /*color: #FFFFFF;*/
}

ul.features {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15.1557px;
    line-height: 22px;
    color: #333E48;
    padding-left: 22px;
    list-style-image: url("https://cdn-3.convertexperiments.com/uf/10034293/10033585/1673943519check-green.png");
}

.recommended ul.features {
    /*list-style-image: url("https://cdn-3.convertexperiments.com/uf/10034293/10033585/1673943546check-white.png");*/
}

ul.features li {
    padding-bottom: 11px;
}

.product-btn {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding-bottom: 23px;
}

.product-btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 22px;
    background: #db0011;
    color: #FFFFFF;
    padding: 11.73px;
    text-align: center;
}
.product-btn a:hover {
    background: #c2000f;
	text-decoration: none;
}
.product-btn a:last-child {
    background: transparent;
    color: #333E48;
    text-decoration: underline;
}

.recommended .product-btn a:last-child {
    /*color: #FFFFFF;*/
}

.recommended {
    position: relative;
}

.recommended-banner {
    position: absolute;
    background: #66AB40;
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15.1557px;
    line-height: 19px;
    padding: 8px 0;
    width: 100%;
    top: -27px;
    height: 36px;
    color: #FFFFFF;
}

.recommended-banner:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 18px 10px;
    border-style: solid;
    border-color: #66AB40 #66AB40 #66AB40 transparent;
    position: absolute;
    top: 0px;
    left: -10px;
}

.recommended-banner:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 18px 10px;
    border-style: solid;
    border-color: #66AB40 transparent #66AB40 #66AB40;
    position: absolute;
    top: 0px;
    right: -10px;
}
    .slide-container:nth-child(2) {
        order: 1;
    }

    .slide-container:nth-child(1) {
        order: 2;
    }

    .slide-container:nth-child(3) {
        order: 3;
    }
.nortonLogo-small {
	margin-top: 3px;
}
.nortonLogo-small img {
	max-width: 180px;
}
/*Free Report Start here*/
.table-bottom-content {
    padding: 0 30px;
	margin: 80px auto;
}

.free-report-container {
    background: #FFFFFF;
    border: 1.08255px solid #D1D4D3;
    border-radius: 3.24765px;
    width: 100%;
    max-width: 1210px;
    margin: 40px auto 20px;
}

.free-report-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.free-report-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-right: 62px;
    padding-bottom: 0;
}

.red-btn {
    background: #db0011;
    color: #ffffff;
    padding: 12px 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 23px;
    color: #FFFFFF;
}
.red-btn:hover {
	text-decoration: none;
	color: white;
	background-color: #c2000f;
}
.white-btn {
    padding: 11px 36px;
    color: #333E48;
    font-family: 'Sanchez';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
}

.eligibility {
    color: #5F6A72;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12.9906px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.legends-disclaimer {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5F6A72;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

/*Slick button modification*/
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #A5ACB0;
    opacity: 1;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #E70033;
    color: transparent;
    border-radius: 50%;
    border: none;
}

.subs-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 26px;
    background: #db0011;
    color: #FFFFFF;
    padding: 11.73px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.subs-btn:hover {
    color: #FFFFFF;
	background-color: #c2000f;
	text-decoration: none;
}

h2.table-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333E48;
    padding: 0 41px;
}

h6.table-subtitle {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 0 41px;
    font-weight: 400;
    font-family: 'Open Sans';
}
@media (min-width: 1024px) {
.slide-wrapper {
	height: 100% !important;
}
}
@media (max-width: 1024px){
    .slide-container {
        padding: 0 15px;
		margin-bottom: 10px;
    }

    .products {
        flex-wrap: wrap;
    }

    .slide-wrapper, .slide-wrapper.recommended {
        width: 100%;
		height: auto;
    }

    .slide-container:nth-child(3) {
        order: 3;
    }

    .slide-container:nth-child(2) {
        order: 2;
    }

    .slide-container:nth-child(1) {
        order: 1;
    }
}

@media (max-width: 1023px){
#pricing {
    padding-bottom: 60px;
}
    .free-report-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .free-report-title {
        margin: 0 60px 25px;
    }
}
@media (max-width: 414px){
    .product-header {
        padding: 23px 15px;
    }

    ul.features li {
        padding-left: 5px;
    }
}
@media (max-width: 375px){
    .product-header {
        padding: 23px 6px;
    }
    .product-name {
        font-size: 16px;
    }
}