body{
    color:#202020;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    float: left;
}
section{
    float: left;
    width: 100%;
}
.regular{ font-weight: 400;}
.medium{ font-weight: 500;}
.semi-bold{ font-weight: 600;}
.bold{ font-weight: 700;}
.extra-bold{ font-weight: 800;}

/* HEADINGS */
h1{ font-size: 75px;}
h2{ font-size: 55px; line-height: 65px;}
h3{ font-size:50px; line-height: 75px;}
h4{ font-size: 45px; line-height: 55px;}
h5{ font-size: 25px; line-height: 30px;}
h6{ font-size: 18px; line-height: 24px;}
.fs-18{ font-size: 18px; line-height:30px;}
.fs-14{font-size: 14px; line-height: 21px;}
.fs-16{font-size: 16px; line-height: 21px;}
.fs-12{ font-size: 12px; line-height: 15px;}
/* PARAGRAPH */
p{font-size: 20px; line-height: 26px;}

/* COLOURS */
.white{ color:#FFFFFF;}
.green{ color: #3B8A00;}
.red{ color: #E50813;}
.footerblackcolor{ background-color:#171717;}
.blackcolor{color:#202020;}
.gold{ color: #c7b299;}
.darkblue{
    color:rgb(20,33,56);
}
/* GREYS */
.lightgreycircles{ color:#E8E8E8;}
.lightgrey{ color:#00000029;}
.mediumdarkgrey{color:#0000004D;}
.lightdarkgrey{color:#70707085;}
.bordergray{color:#CBCBCB;}

.no-padding{
    padding: 0;
}
.visible{
    display: none;
}
.btn{
    border-radius: 0;
    padding: 16px 24px;
}
.btn-green{
    background-color:#3B8A00;
}
.btn-gold{
    background-color: #c7b299;
}
.btn-gold:hover{
    background-color: rgb(20,33,56); color:#c7b299; border:1px solid rgb(20,33,56);
}
.btn-darkblue{
    background-color:rgb(20,33,56);
}
.btn-darkblue:hover{
    background-color: #FFFFFF; color:rgb(20,33,56); border:1px solid rgb(20,33,56);
}
.btn-green:hover{ background-color: #FFFFFF; color:#3B8A00; border:1px solid #3B8A00; }
.btn-white-outline{
    border:1px solid #FFFFFF;
}
.padding-left-20{
    padding-left: 20px;
}
.center-text{
    text-align: center;
    width: 100%;
}
.padding-top130{
    padding-top: 130px;
}
.margin-top130{
    margin-top: 130px;
}
.padding-top55{
    padding-top: 55px;
}

/* BOOTSTRAP OVERWRITE */
@media screen and (min-width:1600px){
    .container{
        max-width: 1200px;
    }
}
/* First Section */
.intro{
    background-size: cover;
    height: 900px;
    background-position: center;
    width: 100%;
}
.side{
    display: table;
}
.inner-side{
    display: table-cell;
    vertical-align: middle;
}
.intro .side{
    height: 900px;
}
.intro .side .inner-side{
    height: 900px;
}
.intro .side .inner-side h2{
    max-width: 700px;
}
/* FORM */
input[type=text],input[type=tel], select, textarea {
    width: 100% !important;
    padding: 8px !important;
    border: 1px solid #70707085 !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    resize: vertical;
    outline: none;
    background-color: #FFFFFF !important;
    height:51px !important;
  }
input[type=checkbox]{
    vertical-align: middle;
    margin: 0 2px 14px;
    padding: 0;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
    float: left;
}
.terms{
    display: inline-block;
    max-width: 225px;
    padding-left: 10px;
    text-align: left;
    float: left;
}
.form-group{
    margin:0;
    min-height:75px;
}
.error{
    font-size:12px;
    color: #E50813;
    float:left;
    width:100%;
    text-align:left;
}
.form{
    background-color: #E8E8E8;
    padding: 20px 0 0;
}
.form p{
    padding: 0 35px;
    margin: 0 0 20px;
}
form{
    background-color: #E8E8E8;
    padding: 35px 40px;
}
.submit-button .btn{ padding: 16px 64px; margin-top: 20px;}

/* Steps for registration */
.steps-for-account{
    padding: 50px 0;
}
.steps-for-account .number.lightgreycircles{
    border:5px solid #E8E8E8;
}
.steps-for-account .number{
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.steps-for-account .number h3{
    margin: 0;
    line-height: 90px;
}
.steps-for-account .content{
    width: 250px;
    height: 100px;
    margin-left: -30px;
}
.steps-for-account .content h6{
    height: 100px;
}

/* Product Info */
.product-info{
    background-size: cover;
    height: 900px;
    background-position: center;
    width: 100%;
}

.product-info .box h1:after{
    content: '';
    border-bottom: 10px solid #CBCBCB;
    max-width: 100px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.box{
    padding: 45px 30px;
    float: left;
    width: 100%;
    border: 1px solid #FFFFFF;
    min-height: 370px;
    box-shadow: 0px 3px #00000029;
}
.box p{
    padding-top:30px ;
}
.outer-extra-content{
    margin-top: 120px;
}
.outer-extra-content .side{
    height: 670px;
}
.extra-content{
    width: 100%;
    height: 670px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    
}
.img-right{
    background-position: right;
}
.img-left{
    background-position: left;
}

.extra-content .side{
    height: 670px;
}
.extra-content .inner-side h4{
    margin-bottom: 20px;
}
.extra-content .inner-side a{
    margin-top: 20px;
}


/* table */

.product-table{
    background-size: cover;
    height: 875px;
    background-position: center;
    width: 100%;
    float: left;
}

.product-table table{
    width: 100%;
    margin-top: 50px;
}
.product-table table tbody{
    background-color: #FFFFFF;
}
.product-table table thead tr th{
    padding: 0 15px;
    font-weight: 500;
}
.product-table table tbody tr td{
    padding: 15px;
    border-bottom: 1px solid #202020;
    min-width: 100px;
}
.cta-chart-box{
    margin: 60px 0 0;
}
.cta-chart-box .btn-green h5{
    text-align: initial;
    margin: 0;
}
.cta-box{
    width: 100%;
}
.cta-box:hover{
    background-color: #3B8A00;
    color: #FFFFFF;
}
.cta-chart-box h4{
    float: left;
    width: 100%;
}
.chart{
    background-size: contain;
    background-position: center;
    float: left;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.support{
    background-color: #F2F2F2;
    padding: 80px 0;
}
.support img{
    height: 120px;
}
.payment-options{
    background-image: url('../images/payments.png');
    height: 75px;
    background-position: center;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 175px;
}


.footer{
padding: 75px 65px;
}
.footer .footer-border{
border-bottom: 2px solid rgba(255, 255, 255,0.1);
padding-bottom: 20px;
}
/*THANK YOU PAGE*/
.thank-you-page .inner-thank-you{
    float:left;
    width:100%;
    height:auto;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px #00000029;
    padding:150px 0;
}
.thank-you-page{
    background-image:url('../images/usps.png');
    height: 72vh;
    background-size: cover;
    background-position: center;
}
.thank-you-page .side{
    width:100%;
    height:72vh;
}
.thank-you-page .inner-thank-you p{
    max-width:500px;
    margin:0 auto;
}

.iti.iti--allow-dropdown{
    width:100%;
}


@media screen and (min-width:300px) and (max-width:767px){
    .columns-reverse{
    display: flex;
    flex-direction: column-reverse;
    }

    h1{font-size: 65px; line-height: 65px;}
    h2{ font-size: 26px; line-height:28px;}
    h4{ font-size: 25px; line-height: 25px;}
    h5{ font-size: 16px; line-height: 18px;}
    p{ font-size: 16px; line-height: 21px;}
    .fs-16{font-size: 14px;}
    .fs-18{font-size: 16px;}

    .padding-top130{
        padding-top: 60px;
    }
    .margin-top130{
        margin-top: 60px;
    }
    .btn { padding: 14px 15px;
    }
    .no-visible{
        display: none;
    }
    input[type=text], input[type=tel], select, textarea{
        height: 40px !important;
    }
    .form-group {
        min-height: 62px;
    }
    /* Intro And Form */
    .intro{
        height: 900px;
    }
    .intro .side{ height: 180px;}
    .intro .side .inner-side{height: 180px; text-align: center;}
    .intro .side .inner-side h2{
        padding-top:20px;
    }
    .intro .side .inner-side h5{
        padding-bottom:20px;
    }
    form{ padding: 20px !important;}
    .pin-form{
        padding-right: 0 !important;
    }
    
    .submit-button .btn {
        padding: 12px 58px;
    }
    input[type=text], input[type=tel], select, textarea{
        padding: 6px;
    }

    /* Steps for Account */
    .steps-for-account .content{
        height: 80px;
        text-align: center;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    .steps-for-account .content h6{
        height: 80px;
    }
    .steps-for-account .number{
        margin-top: 40px;
    }

    /* PRODUCT INFO */
    .product-info{ height: 1150px; margin-bottom: 60px;}
    .box{
        padding: 30px 30px;
        min-height: 250px;
        margin-bottom: 20px;
    }
    .outer-extra-content{
        margin-top: 0;
    }
    /* EXTRA CONTENT */
    .extra-content{
        height: 950px;
    }
    .extra-content{background-image:none !important;}
    .extra-content .side {
        height: 500px;
    }
    .extra-content .inner-side h4{ margin-top: 30px;}

    /* Product Table */
    .product-table{
        height: 1500px;
    }
    .product-table .has-responsive-table table {
        border: 0;
    }
    .resp-visible{
        background-size: cover;
        height: 350px;
        background-position: center;
        width: 100%;
        display:block;
    }
    thead { display: none; }
    thead tr {
        display: block;
        margin-bottom: 20px;
        border-bottom: 2px solid #151515;
    }
    tbody tr td {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 10px !important;
        text-align: right;
        border-bottom: 1px solid;
        padding: 15px 40px 15px 40px;
        line-height: 20px;
        font-size: 16px;
    }
    thead td:before{
        content: '';
        float: left;
    }
    thead td:last-child{
        border-bottom: 0;
    }
    .cta-chart-box .cta-box{
        background-color: transparent;
    }
    .cta-chart-box .cta-box h5{
        color: #3B8A00;
        text-align: center;
        margin-bottom: 20px;
    }
    .chart img{
        height: 200px;
    }

    /*Payment options  */
    .payment-options { margin-top: 60px;}
    .footer{
        padding: 20px 0;
    }
    .footer .space{
        padding: 0 !important;
    }
    .thank-you-page .inner-thank-you{
        padding:100px 0;
    }
    .footer .thank-you.fs-14{
        font-size:12px !important;
        line-height:16px !important;
        
    }
    .footer .footer-border{
        padding-bottom: 10px;
        margin: 5px 0;
    }
    /*ebook*/
    .modal.fade .modal-dialog{
        margin-top:60px !important;
    }
    .mobile-disp{
        display:none;
    }
    .form{
        padding:20px 0;
    }
    .form p {
        margin: 0 0 20px;
        font-size: 18px !important;
        padding: 0 10px;

    }
}


@media screen and (min-width:768px) and (max-width:991px){
    h1 {
        font-size: 40px !important;
    }
    p {
        font-size: 16px !important;
        line-height: 21px !important;
    }
    .box {
        padding: 30px 10px !important;
        min-height: 320px !important;
    }
    .intro .side .inner-side h2{
        padding-top:50px;
    }
    .intro .side .inner-side h5{
        padding-bottom:20px;
    }
    .intro{
        height:1000px;
    }
    .modal.fade .modal-dialog {
        margin-top: 200px !important;
    }

}
@media screen and (min-width:768px) and (max-width:1500px){
    h1 {
        font-size: 60px;
    }
        h3{
            font-size: 40px;
        }
        h4 {
        font-size: 30px;
        line-height: 32px;
    }
    h2 {
        font-size: 48px;
        line-height: 50px;
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .padding-top130 {
        padding-top: 100px;
    }
        h6{font-size: 16px;line-height: 20px;}
    .intro .side {
        height: 200px;
    }
    .intro .side .inner-side {
        height: 200px;
        text-align: center;
    }
    .intro .side .inner-side h2 {
        max-width: 100%;
    }
    .form{
        max-width:500px;
        margin:0 auto;
    }
    form{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 40px;
    }
    .form-group{
        min-height:70px;
    }
    input[type=text], input[type=tel], select, textarea{
        height:46px;
    }
    .terms{
        max-width:100%;
    }
    .steps-for-account .number {
        width: 80px;
        height: 80px;
    }
    .steps-for-account .content {
        width: 155px;
        height: 80px;
        margin-left: -10px;
    }
    .steps-for-account .number h3 {
        line-height: 70px !important;
    }
    .steps-for-account .content h6{
        height: 80px;
    }
    .product-info {
        height: 700px;
    }
    .box {
        padding: 35px 20px;
        min-height: 390px;
    }
    .extra-content{
        background-size: cover;
        background-position: center;
    }
    .extra-content .side {
        height: 600px;
    }
    .btn {
        padding: 14px 20px;
    }
    .chart img{height: 400px;}
    .payment-options{
        margin-top: 100px;
    }
}
@media screen and (min-width:1200px) and (max-width:1600px){
    .intro .side{
        height: 900px;
    }
    .intro .side .inner-side {
        height: 900px;
    }
     .terms{
        max-width:225px;
    }
}
@media screen and (min-width:1400px) and (max-width:1600px){
    .box {
        min-height: 400px !important;
    }
    form {
        padding: 35px 25px;
    }
    .terms{
        max-width:225px;
    }
}
 
