.sectionWrapper {
    font-family: Montserrat;
}
.m-view{
    display: none;
}
.infinitiDesktop {
    display: block;
}
.boxWrapper {
    display: none;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.box {
    background-image: linear-gradient(180deg, #007DFF, #03B5AF);
    width: 400px;
    height: 420px;
    border-radius: 12px;
    margin-right: 8rem;
}
.boxHeading {
    text-align: center;
    margin: 1.2rem 1rem;
}
.boxHeading > span {
    font-size: 28px;
    color: white;
    font-weight: bold;
    line-height: 36px;
}

/* Ribbon */

.ribbon-wrapper {
	position: relative;
    perspective: 70px;
}
/* .ribbon-front {
	background-color: #ccf;	height: 40px;
	width: 440px;
	position: relative;
	left:-20px;
	z-index: 2;
} */
.ribbon-front {
    background-color: #2E3638;
    height: 60px;
    width: 420px;
    position: relative;
    left: 30px;
    z-index: 2;
    transform-style: preserve-3d;
    transform: translate3d(0px, 0px, 0px) rotate3d(-46, 120, 20, 4deg);
}
.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}
.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}
/* .ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
	top: 40px;
} */
.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
	left: -26px;
	border-color: transparent #1c2021 transparent transparent;
}
.ribbon-edge-topleft {
    top: -26px;
    border-width: 16px 12px 0px 14px;
    z-index: 1;
}
.ribbon-edge-bottomleft {
	border-width: 0 20px 0px 0;
}
.ribbon-edge-topright,
.ribbon-edge-bottomright {
	right: -32px;
	border-color: transparent transparent transparent #1c2021;
}
.ribbon-edge-topright {
	top: -10px;
	border-width: 0;
}
.ribbon-edge-bottomright {
    bottom: -6px;
    border-width: 0px 24px 12px 8px;
}
.ribbon-back-left {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}
.ribbon-back-right {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

/* Offer Timer */
.offerTimer {
    text-align: center;
    margin-top: 0.75rem;
}
.offerTimer > .offerTxt {
    font-size: 16px;
    font-weight: 700;
    color: white; 
    margin: 1rem;
}
.offerClock {
    margin-top: 0.75rem;
}
.commonSeparator {
    color: white;
    font-size: 28px;
    margin: 2px 0px;
    padding: 4px 6px;
    border-radius: 4px;
}
.productTimer {
    display: flex;
    flex-direction: column;
}
.remainingCommon {
    position: relative;
    color: white;
    font-size: 28px;
    margin: 2px 0px;
    padding: 4px 6px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #464748 100%), linear-gradient(to bottom, rgb(71 71 71) 0%, #1a1a1a 100%), linear-gradient(to bottom, #1a1a1a 0%, #626262 100%);
    background-size: 100% 50%, 100% 50%, 100% 100%;
    background-position: 0 0, 0 100%, 0 0;
    background-repeat: no-repeat;
}
.remainingCommon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border: 1px solid #343434;
}
.tiles {
    background-color: #2E3638;
    width: 280px;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.5rem;
}
.indicatorWrap {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.commonIndicator {
    color: white;
}

/* Labels For Timer */
.tilesTimer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tilesTimer .timer{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.tilesLabel .labels {
    color: white;
}

/* Price */ 
.priceWrapper {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: white;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    width: 100%;
}
.priceWrapper span {
    font-weight: bold;
    margin-right: 0.6rem;
}
.priceWrapper .price {
    font-size: 32px;
}
.priceWrapper .showPrice {
    font-size: 32px;
}
.priceWrapper .cutPrice {
    color: #E69C43;
    text-decoration: line-through;
    font-size: 24px;
}

/* Progress Bar */
.progressBarForever {
    height: 16px;
    padding: 3px 7px;
    border: 1px solid #c6c6c6;
    border-radius: 20px;
    margin-top: 14px;
    background-color: white;
    width: 300px;
    margin: 14px auto 0px auto;
}
.filledProgressBar {
    height: 100%;
    background: #007EFC;
    border-radius: 20px;
    width:0px;
}
.lifetimesubsCount {
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 10px;
    color: white;
    margin-top: 8px;
}

/* Buy now button */

.buy {
    text-align: center;
}
.buyNow {
    background-color: #000000;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    padding: 0.5rem 2rem;
}

/* Below Banner */ 
.belowContentWrapper {
    background-color: #003EAC;
}
.belowBannerContent  {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.contentText {
    color: white;
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
}
.commonContentNumber {
    text-align: center;
}
.contentImg {
    margin: 0 auto 8px auto;
}

.foreverBelowBannerRight {
    position: absolute;
    cursor: pointer;
    right: -50px;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}
.foreverBelowBannerLeft {
    position: absolute;
    cursor: pointer;
    left: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}

.foreverFullText {
    position: relative;
}
.foreverFullTextHeadingWrap {
    text-align: center;
    /* width: 900px; */
    color: white;
    /* max-width: 100%; */
    margin: 0 8rem;
    padding-top: 6rem;
}
.foreverFullTextHeadingWrap h2 {
    font-weight: bold;
}
.fullTextWrap {
    position: relative;
    /* background-color: #0066ae; */
}
.foreverSubHeading {
    margin-top: 2rem;
    font-size: 16px;
    word-spacing: 2px;
    font-weight: 400;
}
.foreverIntro {
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.foreverIntroPara1,.foreverIntroPara2 {
    font-size: 14px;
    font-weight: 300;    
    word-spacing: 1px;
    letter-spacing: 1px;
}
.foreverIntroPara1 {
    margin-bottom: 2rem;
}
.fulleTextHero {
    background-color: #0064AE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    min-height: 600px;
    height: 100vh;
    max-height: 700px;
    box-sizing: border-box;
    padding: 48px 48px 32px;
    overflow: hidden;
    transform: skewY(6deg);
    transform-origin: 100%;
    z-index: -1;
}
.foreverCourseWrap {
    position: relative;
    margin-top: 20rem;
    background-color: #003eae;
}

.courseHero {
    background-color: #003eae;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    min-height: 500px;
    height: 20vh;
    max-height: 700px;
    box-sizing: border-box;
    padding: 48px 48px 32px;
    overflow: hidden;
    z-index: -2;
    top: -400px;
}
.courseHeadingWrap {
    text-align: center;
    position: relative;
    padding-bottom: 2rem;
}
.courseHeadingWrap .courseHeading {
    color: white;
    font-weight: bold;
    font-size: 32px;
}
.courseHeadingBg {
    position: absolute;
    top: 20px;
    transform: translate(-50%, -50%);
}
.myCourseTabSection {
    margin-top: 3rem;
}
.myCourseTab a.active {
    background-color: transparent !important;
    color: #03B5AF !important;    
    border: 1px solid transparent !important;
    border-bottom: 3px solid #03B5AF !important;
}
.myCourseTab a {
    border: 1px solid transparent !important;
    padding: 1.2rem 1.6rem;
    color: white;
}
.contentBoxTextWrap ul{
    margin-bottom: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
.contentBoxTextWrap li{
    margin: 8px;
}
.contentBoxTextWrap ul li:first-child {
    margin-top: 0px;
}
.contentBox {
    display: flex;
    background-color: white;
    padding: 4rem;
    border-radius: 6px;
}
.gotoTop {
    text-align: center;
    margin-top: 3rem;
}
.gotoTopText {
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
    width: 30%;
    padding-bottom: 4rem;
}
.advantageWrap {
    background-color: #0189ae;
    padding-top: 6rem;
}
.getHeadingWrap {
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
}
.getHeadingWrap .getHeading {
    color: white;
    font-weight: bold;
    font-size: 32px;
}
.getHeadingBg {
    position: absolute;
    top: 20px;
    transform: translate(-50%, -50%);
}
.getContent {
    position: relative;
}
.getContentOne {
    text-align: center;
    background-color: white;
    padding: 1rem;
    border-radius: 6px;
    width: 240px !important;
    margin: 0 auto;
    margin-bottom: 2rem;
    height: 180px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* .getContentWrap {
    margin: 0 auto;
    max-width: 1100px;
} */
.getContentImg img {
    display: unset;
}
.getContentText {
    font-size: 14px;
    color: #007DFF;
    font-weight: 600;
}

.testimonialsWrap {
    background-color: #0189ae;
    padding-top: 6rem;
    padding-bottom: 12rem;
}
.testimonialsHeadingWrap {
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
}
.testimonialsHeadingWrap .testimonialsHeading {
    color: white;
    font-weight: bold;
    font-size: 32px;
}
.testimonialsHeadingBg {
    position: absolute;
    top: 20px;
    transform: translate(-50%, -50%);
}
.testimonialsMsg {
    background-color: white;
    padding: 4rem 3rem;
    text-align: center;
    border-radius: 6px;
    margin: 0 2rem;
}
.testimonialsMsg .msgOne {
    color: black;
}
.msgOne p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
.msgOne .names {
    text-align: right;
    font-size: 16px;
    margin-top: 0.75rem;
}
.detailsWrap {
    margin-top: 2.75rem;
}
.testimonialDetails img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.testimonialDetails p{
    color: white;
    font-weight: 700;
    font-size: 14px;
}
.testimonialDetails {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

.featureWrap {
    background-color: #0041AE;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.featureHeadingWrap {
    text-align: center;
    position: relative;
    padding-bottom: 3rem;
}
.featureHeadingWrap .featureHeading {
    color: white;
    font-weight: bold;
    font-size: 32px;
}
.featureHeadingBg {
    position: absolute;
    top: 20px;
    transform: translate(-50%, -50%);
}
.featureTabs ul {
    justify-content: center;
}
.nav-pills .commonFeatureLink {
    background-color: #2E3638;
    color: white;
    font-weight: 400;
    padding: 0.75rem 2rem;
}
.nav-pills .commonFeatureLink.active {
    background-color: #000000;
    font-weight: 600;
}
.featureTabPill {
    margin-bottom: 4rem !important;
}
/* .listWrap {
} */
.listWrap h4 {
    color: white;
}
.listWrap ul {
    color: white;
    padding-left: 1.3rem;
}
.listWrap ul li{
    font-weight: 300;
    margin: 0.65rem 1rem;
    
}
.listWrap .listHead {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 2rem;
}
.loadMore {
    background-color: #02A6AE;
    padding: 0.75rem 4rem;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    margin-left: 1.2rem;
    margin-top: 2rem;
}
.loadMore:focus {
    outline: none;
}

.faqWrap {
    margin-top: 6rem;
}
.faqHeadingWrap {
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
}
.faqHeadingWrap .faqHeading {
    color: black;
    font-weight: bold;
    font-size: 32px;
}
.faqHeadingBg {
    position: absolute;
    top: 20px;
    transform: translate(-50%, -50%);
}
.faqAccordion .card {
    max-width: 800px;
    border: none;
}
.faqAccordion .card-header {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #DBE0E9;
    border-radius: 12px !important;
    margin-bottom: 0px !important;
}
.faqAccordion .card-body {
    border: 1px solid #dfdfdf;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.faqAccordion {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card > .show {
    border-bottom: 1px solid transparent;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;    
}
.card-header {
    border-bottom: 1px solid #dfdfdf;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.commonBtnFaq {
    font-size: 16px;
    font-weight: 600;
    color: black;
}
.commonBtnFaq:hover {
    color: black;
}

.getContentRight {
    position: absolute;
    cursor: pointer;
    right: 0px;
    bottom: -50px;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}
.getContentLeft {
    position: absolute;
    cursor: pointer;
    right: 40px;
    bottom: -50px;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}
.getContentPagingInfo {
    margin-left: 2rem;
    font-size: 18px;
    color: white;
}
.testimonialMsgWrap {
    position: relative;
}
.testimonialRight {
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: -80px;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}
.testimonialLeft {
    position: absolute;
    cursor: pointer;
    right: 40px;
    bottom: -80px;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}
.selectAsTab {
    display: none;
}
.scrollToTopWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrollToTopBtn {
    position: absolute;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .boxWrapper{
        display:none;
    }
    .bannerImg{
        background: none;
    }
    /* .bannerImg {
        background-image: url(https://cdn.eduonix.com/assets/images/infiniti_forever_plan/mainBannerBg.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        height: 80vh;
    } */
    .myCourseTab a.active, 
    .myCourseTab a {
        padding: 1.2rem 0.7rem;
        font-size: 14px;
    }
    .getContentOne {
        width: 200px !important;
    }
}
@media screen and (max-width: 992px) {
    .boxWrapper {
        justify-content: center;
    }
    .boxWrapper .box {
        margin-right: 0;
    }
    .foreverFullTextHeadingWrap {
        margin: 0 1rem;
    }
    .contentBox {
        flex-direction: column;
        align-items: center;
    }
    .contentBoxTextWrap {
        margin-top: 2rem;
    }
    .contentBox {
        padding: 2rem;
    }
    .gotoTopText {
        width: 60%;
    }
    .getContentOne {
        width: 300px !important;
    }
    .getContentPagingInfo {
        display: none;
    }
    .selectAsTab {
        display: unset;
        position: relative;
        width: 100%;
        padding: 1rem;
        border-radius: 6px;
        background-color: #092B6E;
        color: #03B5AF;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .selectAsTab option{
        border: none;
    }
    .selectTabWrap {
        position: relative;
    }
    .selectTabWrap .selectAsTabArrow {
        position: absolute;
        border: 1px solid #03B5AF;
        border-width: 0 4px 4px 0;
        display: inline-block;
        padding: 4px;
        right: 30px;
        top: 16px;
    }       
    .selectTabWrap .selectAsTabArrowRight {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .selectAsTab:focus {
        outline: none;
    }
    .courseTabNav {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .box {
        max-width: 280px;
        height: 400px;
    }
    .ribbon-front {
        width: 300px;
        left: 10px;
    }
    .ribbon-edge-topleft {
        top: -22px;
        border-width: 16px 12px 0px 14px;
    }
    .ribbon-edge-topleft, .ribbon-edge-bottomleft {
        left: -26px;
    }
    .ribbon-edge-bottomright {
        bottom: -8px;
        border-width: 0px 24px 12px 8px;
    }
    .ribbon-edge-topright, .ribbon-edge-bottomright {
        right: -32px;
    }
    .boxHeading > span {
        font-size: 20px;
        line-height: 30px;
    }
    .priceWrapper .price {
        font-size: 22px;
    }
    .priceWrapper .cutPrice {
        font-size: 18px;
    }
    .priceWrapper .showPrice {
        font-size: 22px;
    }
    .offerTimer > .offerTxt {
        font-size: 14px;
    }
    .tiles {
        width: 250px;
        padding: 0.5rem;
    }
    .progressBarForever {
        width: 210px;
    }
    .lifetimesubsCount {
        font-size: 12px;
    }
    .slick-slide img {
        width: 36px;
    }
    .contentText {
        font-size: 12px;
        width: 60%;
    }
    .foreverBelowBannerRight {
        right: -20px;
    }
    .foreverBelowBannerLeft {
        left: 10px;
    }
    .foreverFullTextHeadingWrap h2 {
        font-size: 22px;
    }
    .foreverSubHeading {
        font-size: 14px;
    }
    .foreverIntro {
        font-size: 1.2rem;
    }
    .foreverIntroPara1, .foreverIntroPara2 {
        font-size: 12px;
    }
    .foreverCourseWrap {
        margin-top: 10rem;
    }
    .contentBoxTextWrap ul {
        padding-left: 0.95rem;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    .contentBoxTextWrap li {
        font-size: 12px;
    }
    .contentBoxTextWrap {
        margin-top: 1rem;
    }
    .contentBox {
        align-items: flex-start;
    }
    .gotoTopText {
        width: 80%;
        font-size: 14px;
    }
    .getContentOne {
        width: 140px !important;
        height: 120px;
    }
    .getContentText {
        font-size: 11px;
    }
    .testimonialsMsg {
        padding: 3rem 2em;
    }
    .msgOne p {
        font-size: 14px;
    }
    .nav-pills .commonFeatureLink {
        padding: 0.4rem 1rem;
        font-size: 12px;
    }
    .courseHeadingWrap .courseHeading {
        font-size: 22px;
    }
    .courseHeadingBg {
        top: 12px;
        width: 200px;
    }
    .getHeadingWrap .getHeading {
        font-size: 22px;
    }
    .getHeadingBg {
        top: 12px;
        max-width: 260px;
    }
    .testimonialsHeadingBg {
        top: 12px;
        max-width: 260px;
    }
    .testimonialsHeadingWrap .testimonialsHeading {
        font-size: 22px;
    }
    .listWrap .listHead {
        font-size: 20px;
        margin-left: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .listWrap ul {
        padding-left: 2rem;
    }
    .listWrap ul li {
        font-size: 12px;
    }
    .loadMore {
        padding: 0.75rem 3rem;
        margin-left: 1.6rem;
    }
    .faqHeadingWrap .faqHeading {
        font-size: 28px;
    }
    .faqHeadingBg {
        top: 14px;
        max-width: 130px;
    }
    .featureHeadingWrap .featureHeading {
        font-size: 22px;
    }
    .featureHeadingBg {
        top: 12px;
        max-width: 300px;
    }
    .commonBtnFaq {
        font-size: 14px;
    }
    .faqAccordion .card-body {
        font-size: 12px;
    }
    .selectAsTab {
        padding: 0.75rem;
    }
    .selectTabWrap .selectAsTabArrow {
        border-width: 0 3px 3px 0;
        right: 20px;
        top: 12px;
    }
    .m-view{
        display: block;
    }
    .infinitiDesktop {
        display: none;
    }
}

@media screen and (max-width: 340px) {
    .fulleTextHero {
        min-height: 750px;
        max-height: 800px;
    }
}

