/*Fonts*/
.montserrat-extrathin{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.montserrat-thin{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.montserrat-book{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.montserrat-regular{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.montserrat-medium{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.montserrat-medbold{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.montserrat-bold{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.montserrat-extrabold{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.montserrat-black {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
.allison-regular {
    font-family: "Allison", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .whisper-regular {
    font-family: "Whisper", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .la-belle-aurore-regular {
    font-family: "La Belle Aurore", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .nothing-you-could-do-regular {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .caveat-font {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .splash-regular {
    font-family: "Splash", cursive;
    font-weight: 400;
    font-style: normal;
  }

/*Begin*/ /*NEW EDITS*/

.h1special{
    font-size:40px;
}
.offertext { 
	padding: 3% 5% 0;
    max-width: 1500px;
    margin: 100px auto 0px;
}
.offerdetails {
    margin: 10px auto 20px;
    cursor: pointer;
}
.offertext1 { 
	padding: 0 5% 0;
    max-width: 1500px;
    margin: 0px auto 0px;
}

.offerbox h3 {
    font-size:70px;
}
.offerbox h3 span {
    font-size:40px;
    display:block;
}
.sun.offerbox {
    background: linear-gradient(45deg, #FFC17C, #FFC1D9);
}
.sunless.offerbox{
    background: linear-gradient(45deg, #E89DE0, #b9a0fc);
}
.offerbox{
    padding: 25px;
    border:5px solid white;
}

.offerbutton{
    padding:10px;
    border-radius:200px;
    border:5px solid white;
    box-shadow:0px 3px 5px #2a2a2a35;
    margin-top:-20px;
    cursor:pointer;
}
p.offerprice{
    font-size:45px;
    color:black;
}
p.offerprice span{
    font-size:25px;
}
span.atc {
    display:block;
    font-size:14px !important;
    margin:-10px 0 5px;
}
.sun.offerbutton {
    background: linear-gradient(45deg,#FFC1D9, #FFC17C);
}
.sunless.offerbutton{
    background: linear-gradient(45deg,#b9a0fc, #E89DE0);
}
.moredeals {
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
}
.arrow {
    text-align: center;
    width: 150px;
    margin: 0 auto -100px;
}
.arrow img {
    width:100%;
}
.purplecolor {
	color: #5b0f8d;
}
.purplebg{
	background: #5b0f8d;
}
.orangecolor {
	color:orange;
}
.orangebg {
	background: orange;
}
.spheader.standardpricing h3{
    color: #333;
}
.nmofferimg {
    width: 100%;
}
.padding-top-100 {
    padding-top:100px;
}
.holobg {
    background: url("../image/pricing/holobg.jpg") 0 no-repeat;
    background-size:cover;
}
.flexwrap {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flexalign{
    flex: 1;
    text-align: center;
    max-width:400px;
}
.ad_img {
    max-width: 400px;
    margin: 0 auto;
}
.offerdescription span {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: red;
}
.offerdescription {
    margin-bottom: 20px;
    font-size:20px;
}
.ad_img2 {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
h2.poptitle {
    font-size: 40px;
    text-transform: uppercase;
}
.offerlegal {
    font-size: 10px;
}
.imgpopup h4 {
    font-size: 16px;
    font-weight: bold;
}
.membenefits {
    font-size: 14px;
}
img#nmimg2 {
    display: none;
}

/*OLDER*/
.backgroundcover2 {
    background:white;
}
section#pricing {
    padding: 0px;
}
.specials {
    background-color: #5b0f8d;
    margin-top: 0px;
}
.section.specials{
    padding:30px 0px 80px;
}
section#pricing {
    padding: 0px;
    padding-top: 80px;
}

.pricingcontainer .spheader h2, .pricingcontainer .spheader h1{
    color:#2a2a2a;
}
.pricingcontainer .spheader {
    padding: 0px 5%;
    max-width: 1500px;
    margin: 0 auto;
}
.imgpopupinner {
    text-align: center;
    padding: 30px;
    text-align:left;
}
.imgpopupinner img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.imgpopup {
    width: 95%;
    background: white;
    padding: 20px 20px 40px;
    position: absolute;
    top: 15%;
    max-width: 650px;
    margin: 0px auto;
    left: 0;
    right: 0;
    z-index: 1002;
    display: none;
}

/*Specials Section*/
.spheader h1, .spheader h2 {
    color:white;
}
.spheader h2 {
    font-size: 45px;
    text-align: center;
}
.spheader h3 {
    font-size: 25px;
    text-align: center;
    color:white;
}
.ad_text {
    display: block;
    width: 100%;
    text-align: justify;
    color: white;
    max-width: 500px;
    margin: 0 auto;
}
.ad_text a {
    color:#ffc601;
}
.ad_text a:hover {
    color:#ffc601;
    text-decoration:underline;
}
.features {
    background-color: #5b0f8d;
    margin-top: 90px;
}

/* PRICING SECTION */
.np_container {
    margin: 20px auto;
    padding: 0 5% 5%;
    max-width: 1500px;
}
.np_container_section {
    margin-top: 30px;
}
.np_container h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: -3px;
    color: #4f0080;
}
.np_details {
    border: 1px solid #ededed;
    padding: 20px;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    gap: 3%;
}
.np_info.np_detail ul li {
    letter-spacing: -.5px;
    padding-bottom: 2px;
}
.membership_flex {
    display: flex;
}
.mf_left {
    flex: 2;
    margin: 5px 10px 10px 0px;
}
.mf_right {
    flex: 1;
}
.np_pic.np_detail {
    flex: 1;
    align-items: center;
    display: flex;
    min-width: 230px;
    max-width: 300px;
}
.np_detail img {
    width: 100%;
}
.np_info.np_detail {
    flex: 2;
    min-width: 325px;
    padding-top: 20px;
}
.np_month, .np_year {
    background: #5c0f8c;
    margin: 5px auto;
    padding: 12px;
    border-radius: 3px;
    color: white;
    display: flex;
    flex: 1;
    gap: 2%;
    cursor: pointer;
}
.np_month:hover, .np_year:hover, .np_month:focus, .np_year:focus {
    opacity: .8;
}
.np_memberships {
    /* display: flex; */
    /* gap: 1%; */
    flex-wrap: wrap;
}
.np_pricing h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 3px;
}
.np_left p {
    font-size: 12px;
    line-height: 14px;
}
.np_left {
    flex: 2;
}
.np_right {
    flex: 1;
    order: 2;
    margin-left: auto;
    text-align: center;
    background: #4f0080;
    padding: 10px;
}
p.np_price {
    margin: 0;
    font-size: 25px;
    font-weight: 1000;
}
.np_right p:last-child {
    display: flex;
    align-items: end;
    margin-top: -5px;
}
.np_right span.buyonline {
    font-size: 13px;
    font-weight: bold;
    flex: 2;
}
span.np_icon {
    flex: 1;
    max-width: 23px;
}
span.np_icon img {
    width: 100%;
}
.np_extras {
    /* display: flex; */
    gap: 1%;
    margin-top: 0px;
}
.np_extra {
    margin: 5px auto;
    padding: 9px 12px;
    border-radius: 3px;
    display: flex;
    flex: 1;
    gap: 2%;
    background: orange;
    color: black;
}
.np_extras_left p {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
}
.np_extras_right p:last-child {
    font-size: 13px;
    font-weight: bold;
    margin-top: -5px;
}
.np_extras_left {
    flex: 2;
}
.np_extras_right {
    background: #ff8d00;
    padding: 5px 10px;
    text-align: center;
}
p.np_extra_price {
    margin: 0;
    font-size: 18px;
    font-weight: 1000;
}
.np_extras_left h4 {
    font-size: 15px;
    margin-bottom: 6px;
}
.np_extras_right p:last-child {
    font-size: 12px;
    font-weight: bold;
}

@media screen and (max-width:1100px) {
    .np_details {
        font-size: 14px;
        line-height: 16px;
    }
    .membership_flex {
        display:block;
    }
    .np_memberships {
        display: flex;
        gap: 1%;
        flex-wrap: wrap;
    }
    .np_extras {
        display: flex;
        gap: 1%;
        margin-top: -5px;
    }

}


@media screen and (max-width:800px) {

    .np_details {
        display: block;
        font-size: 16px;
        line-height: 26px;
    }
    .np_detail img {
        width: 100%;
        margin: 0 auto;
    }

    .np_info.np_detail {
        margin: 0 auto;
        padding: 0 20px;
    }
    .spheader h1 {
        font-size:30px;
    }
    .spheader h2 {
        font-size:35px;
    }
    .nmbanner {
        margin-top:30px;
    }
    section#pricing {
        padding-top: 50px;
    }
    .section.specials {
        padding: 80px 0px 80px;
    }
    img#nmimg2 {
        display: block;
    }
    img#nmimg1 {
        display: none;
    }
}
@media screen and (max-width:650px) {
    .np_month, .np_year {
        flex-basis:100%;
    }
    .np_month {
        margin:10px auto 0px;
    }
    .np_year {
        margin:5px auto 10px;
    }  

}
@media screen and (max-width:500px) {

    .np_detail img {
        width: 100%;
        margin: 0 auto;
    }
    .np_info.np_detail {
        min-width:unset;
        flex:unset;
    }
    .np_extras {
        flex-wrap:wrap;
    }
    .np_extra {
        flex-basis:100%;
        margin: 9px auto -3px;
    }
    .offerbox h3 {
        font-size: 50px;
    }
    .offerbox h3 span {
        font-size: 25px;
        display: block;
    }
    p.offerprice span {
        font-size: 20px;
        margin: -20px auto 0px;
    }
    p.offerprice {
        font-size: 30px;
        color: black;
    }
    p.offerprice span.atc{
        margin-top:-10px;
    }
    .section.specials {
        padding: 80px 0px 80px;
    }
    .ad_text {
        font-size:14px;
        text-align:left;
    }
    .ad_text p span {
        font-size:10px;
    }

}