@font-face {
     font-family: 'Helvetica';
     src:url('font/Helvetica.ttf') format('truetype') 
    /* Safari, Android, iOS */
}
 *{
    font-family:Helvetica;
}
/* Custom Hamburger Menu --------------------------------------------- */
 #menu-hamburger-menu{
     padding-left:0;
}
 .mmt-menu {
     position: relative;
     height:50px;
}
 .mmt-menu input {
     display: none;
}
 .mmt-menu label {
     background-color: transparent;
     height: 50px;
     width: 50px;
     position: absolute;
     top: 12px;
     right: 20px;
     z-index: 2000;
     border-radius: 50%;
     box-shadow: 0 0 12px hsla(0, 100%, 0%, 0.2);
     text-align: center;
     cursor: pointer;
     display: flex;
     align-items: center;
     align-content: center;
     justify-content: center;
}
 .mmt-menu__icon {
     position: relative;
}
 .mmt-menu__icon, .mmt-menu__icon:before, .mmt-menu__icon:after {
     width: 22px;
     height: 2px;
     background-color: #bbb;
     display: inline-block;
}
 .mmt-menu__icon:before, .mmt-menu__icon:after {
     content: "";
     position: absolute;
     left: 0;
     transition: all .2s;
}
 .mmt-menu__icon:before {
     top: -8px;
}
 .mmt-menu__icon:after {
     top: 8px;
}
 label:hover .mmt-menu__icon:before {
     top: -10px 
}
 label:hover .mmt-menu__icon:after {
     top: 10px 
}
 .mmt-menu input:checked+label .mmt-menu__icon {
     background-color: transparent;
}
 .mmt-menu input:checked+label .mmt-menu__icon:before {
     top: 0;
     transform: rotate(135deg);
}
 .mmt-menu input:checked+label .mmt-menu__icon:after {
     top: 0;
     transform: rotate(-135deg);
}
 .mmt-menu__content {
     position: absolute;
     top: 50px;
     right: 50px;
     z-index: 1500;
     background-color: #f8f8f8;
     opacity: 0;
     max-height: 0;
     width: fit-content;
     text-align: center;
     transition: opacity .5s;
}
 .mmt-menu__content ul {
     list-style: none;
}
 .mmt-menu__content li {
     padding: 10px!important;
     margin: 0;
     text-align: center;
     display:block !important;
}
 .mmt-menu__content li a{
     color: #000;
     text-decoration: none;
     border-bottom: 1px solid #aaa;
     transition: none;
     opacity: 0;
     font-size:16px !important;
     text-align:center;
}
 .mmt-menu__content li:hover {
     background-color: #eee;
}
 .mmt-menu__content li a {
     color: #000;
     text-decoration: none;
     border-bottom: 1px solid #aaa;
     transition: none;
     opacity: 0;
}
 .mmt-menu input:checked~.mmt-menu__content {
     opacity: 1;
     max-height: fit-content;
}
 .mmt-menu input:checked~.mmt-menu__content li a {
     opacity: 1;
}
 @media only screen and (max-width: 768px) {
     .mmt-menu__content {
         top: 50px;
         right: 30px;
    }
     .mmt-menu label {
         top: 15px;
         right:0px;
    }
     .mmt-menu__icon:before {
         top: -5px;
    }
     .mmt-menu__icon:after {
         top: 5px;
    }
     label:hover .mmt-menu__icon:before {
         top: -6px 
    }
     label:hover .mmt-menu__icon:after {
         top: 6px 
    }
}
/* END --------------------------------------------- */

  #action_div {
            display: none;
        }
        
 h1{
     text-align: center;
     letter-spacing: 0px;
     color: #000000;
     font-size:30px;
     font-weight:bold;
}
 h2{
     padding:35px 0;
     font-size:40px;
     color:#000000;
     text-align: center;
     font: normal normal normal 40px/47px Helvetica;
     letter-spacing: 0px;
}
 h3{
     font-weight:700;
     font-size:18px;
     text-align:center;
}
 p,li,a{
     font-size:21px;
}
 p{
     padding-top: 15px;
}


 .col-centered {
     float: none;
     margin: 0 auto;
}
 .buy-box{
     border:2px solid #EAEAEA;
     border-radius:30px;
     box-shadow: 6px 3px 10px #E2E2E2;
     margin:20px 0;
     background-color:white;
}
 .buy-box-header{
     background-color: #470A0A;
     border-radius: 30px 30px 0 0;
     position: relative;
     top: -12px;
}
 h6.button-h{
     text-align:center;
     color:white;
     font-size:30px;
     font-weight:bold;
     padding:27px 20px;
     line-height:40px;
}
 .special-padding{
     padding:8px !important;
}
 .button-arrow{
     position: relative;
     margin: 0 auto;
     display: block;
     top: -22px;
}
 .button-cover{
     position:relative;
     top:-15px;
}
 .price{
     font-size:70px;
     color:#470A0A;
     text-align:center;
     font-weight:bold;
     position:relative;
     top:-15px;
     display:block;
}
 .price-vsl{
     font-size:70px;
     color:#470A0A;
     text-align:center;
     font-weight:bold;
     position:relative;
     top:-15px;
     display:block;
}
 .plus-shipping{
     font-size:20px !important;
}
 .ls-price{
     letter-spacing: 0px;
     color: #470A0A;
}
 .line{
     margin-top:20px;
     border-top:2px solid #808080;
     text-align:center;
}
 .line span{
     color:#470A0A;
     top: -10px;
     position: relative;
     text-align: center;
     font: normal normal bold 18px/16px Helvetica;
     font-size:18px;
     background-color:white;
     padding:0 15px;
}
 .secure-payment{
     margin-top:10px;
     max-height:30px;
     margin-bottom:20px;
}
 .sline {
     height:2px;
     background-color:#707070;
}
 .green-checks-box{
     padding:25px 0;
     font-size:22px;
     border:2px solid #EAEAEA;
     border-radius:30px;
     box-shadow: 6px 3px 10px #E2E2E2;
     line-height: 26px;
    background-color:white;
}
 .green-check{
     float:left;
     position: relative;
     top:-4px;
     max-height: 58px;
}
 .down-arrow{
     position: relative;
     top:-46px;
}
 .vertical {
     border-left: 6px dotted #EAEAEA;
     height: 260px;
     position:absolute;
     left: 50%;
     top:25px;
}
 .darkred-bg{
     background-color:#470A0A;
     box-shadow: 0px 3px 6px #00000029;
     margin-top:50px;
     padding:30px 0;
}
 .darkred-bg p{
     font-size:27px;
     text-align:left;
     color:white;
     line-height:33px;
}
 .darkred-bg h3{
     font-size:40px;
     text-align:left;
     color:white;
     font-weight:normal;
}
 .footer{
     padding-top:50px;
     font-size:12px !important;
     color:#9A9A9A;
     text-align:center;
     background-color:#470A0A;
}
 .footer p{
     padding:0;
       font-size:12px !important;
}
 .footer a{
    color: #337ab7 !important;
    font-size:15.5px !important;
    border-left: lightgrey 1px solid;
    padding-left: 10px;
    margin-left: 10px;
}

.footer a:first-child{
	border-left:none;
}
.ds24b-container a{
	font-size:11px!important;
}
 ul.footer-menu {
     margin-top:25px;
     list-style-type: none;
     padding:0;
}
 ul.footer-menu li {
     display:inline;
}
 ul.footer-menu a {
     color: #9A9A9A;
     display:inline;
}
.p-nop{
	padding-top:auto;
}
.check-height{
	    margin-bottom: auto;
}
p.smlheadt{
    font-size:15px;
    font-weight:400;
    text-align:center;
}
 @media (min-width:680px){
     h1{
         font-size:46px;
    }
    .p-nop{
	padding-top:0;
}
.check-height{
	    margin-bottom: 48px;
}
    
     h6.button-h{
         font-size:44px;
    }
}

 @media (min-width:1200px){

 .price{
	font-size:91px;
	text-align:right;
}
 .price-vsl{
	font-size:91px;
	text-align:center;
}
 }
/* Review Page --------------------------------------------- */
 h1.reviewsh{
     text-align: center;
     font-size:25px;
     letter-spacing: 0px;
     color: #470A0A;
     text-transform: uppercase;
     opacity: 1;
     text-align:center;
}
 .bgcolor1{
     padding:25px 0;
     margin-top: 10px;
     background-color:#E3E3E3;
}
 .bgcolor2{
     padding:25px 0;
     margin-top: 10px;
     background-color:#D1C2C2;
}
.review-page{
	color:black!important;
}
 .bold{
     font-weight:bold;
}
 .float-left {
     float: none;
     display: block;
}
 .testimonial{
     font-style:oblique;
}
 .black-bg{
     background-color:black;
}
 @media (min-width:680px){
     .float-left {
         float: left;
         display:auto;
    }
     h1{
         text-align: center;
         letter-spacing: 0px;
         color: #000000;
         font-size:46px;
         font-weight:bold;
         padding-top:25px;
    }
}
 @media (min-width:1024px){
     h1.reviewsh{
         font-size:48px;
    }
}
/*Simple Hpme Page --------------------------------------------- */
 .top-menu-c{
     padding:25px 0;
}
 .simpleh-bg1{
     background-image:linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) ,url("../images/new_design/home/2.jpg");
     background-attachment: scroll;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     color:white;
     padding:40px 0;
}
 .simpleh-bg2{
     background-image:linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url("../images/new_design/home/books.jpg");
     background-attachment: scroll;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     color:white;
     padding-bottom:80px;
}
 .darkred-line{
     box-shadow: 0px 3px 6px #00000029;
     background-color:#470A0A;
     height:15px;
}
 .simpleh-bg2 p{
     text-align: center;
     font-size:22px;
     font-weight:bold;
     letter-spacing: 0px;
     color: #FFFFFF;
     opacity: 1;
}
 .perks{
     text-align:center;
     font-size:22px;
}
 .help-c a{
     text-align:center;
     font-size:22px;
}
 .sh-disc{
     text-align: center;
     font: normal normal bold 42px/50px Helvetica;
     letter-spacing: 0px;
     color: #FFFFFF;
     text-transform: uppercase;
     font-size: 42px;
}
 .sh-nicole{
     text-align: left;
     font: normal normal bold 56px/67px Helvetica;
     letter-spacing: 0px;
     color: #FFFFFF;
     text-transform: uppercase;
     opacity: 1;
     font-size: 56px;
}
 .col-pad-top{
     position: relative;
     top:auto;
}
 .sh-yellow{
     color:#FFDD00;
}
 .darkred-h{
     color:#470A0A;
     text-align: center;
     font-size:25px;
     letter-spacing: 0px;
     text-transform: uppercase;
     opacity: 1;
     font-weight:bold;
}
 .black-bg-sh{
     margin-top:30px;
     background-color:black;
}
 .y-text{
     text-align: center;
     font-size:25px;
     font-weight:bold;
     letter-spacing: 0px;
     color: #F3CD0B;
     text-transform: uppercase;
     opacity: 1;
}
 .y-t{
     position:relative;
     margin-top:auto;
     margin-bottom:auto;
}
 .client-reviews-bg{
     background-color:#E3E3E3;
}
 .padding{
     padding:50px 0;
}
 .small-padding{
     padding-bottom:0;
}
 .personal-message{
     margin-top:190px;
     text-align: center;
     font-size:26px;
     letter-spacing: 0px;
     color: #FFFFFF;
     text-transform: uppercase;
     opacity: 1;
}
 @media (min-width:680px){
     .col-pad-top{
         position: relative;
         top:50px;
    }
     .darkred-h{
         font-size:48px;
    }
     .perks{
         text-align:center;
         font-size:30px;
    }
     .help-c a{
         text-align:center;
         font-size:30px;
    }
     .y-text{
         font-size:37px;
    }
     .y-t{
         position:relative;
         margin-top:30px;
         margin-bottom:30px;
    }
     .personal-message{
         font-size:56px;
    }
     .simpleh-bg2 p{
         font-size:35px;
    }
     .small-padding{
         padding-bottom:12px;
    }
}
/*Simple Hpme Page --------------------------------------------- */
 .order-now-h2{
     font-family: 'Lemon', cursive;
     color: #686868;
     opacity: 1;
     font-size:25px;
     text-align:center;
}
 .buy-box-check-on p{
     font-size:14px;
     text-align:left;
     color:#470A0A;
     font-weight:bold;
     padding-bottom: 15px;
}
 .green-check-ordern {
     float: left;
     position: relative;
     top: -7px;
     max-height: 45px;
}
 .bb-padding{
     padding:0;
}
.bb-padding-order-now{
	padding:auto;
}
.price-row-cont{
	max-width:90%;
	margin:0 auto;
}

.tleft{
	text-align:center;
}
.trightP{
		text-align:center;
}

.tcenter{
		text-align:center;
}
.plussh{
	font-size: 13px;
    position: relative;
    top: -35px;
    font-weight: bold;
    color:#470A0A;
    text-align:center;
    display:block;
}
 .nopl{
 	padding-left:auto;
 }
 .nopr{
 	padding-right:auto;
 }
 @media (min-width:680px){
 .nopl{
 	padding-left:0;
 }
 .nopr{
 	padding-right:0;
 }
 .tleft{
	text-align:left !important;
}
.trightP{
	text-align:right !importnat;
}

.tcenter{
	text-align:center !important;
}
     .order-now-h2{
         font-size:36px;
    }
     .bb-padding{
         padding:14px;
    }
    .bb-padding-order-now{
    	padding:30px 0;
    }
     .buy-box-check-on p{
         font-size:20px;
    }
     .bggreen{
         background-color: rgb(42, 100, 82);
    }
     .bggreen h2{
         text-align:center;
         padding:10px;
         color:#ffffff;
         font-weight:700;
         font-size:25px;
         line-height:30px;
    }
 }
     @media (min-width: 920px){
         .bggreen h2{
             font-size:50px;
             line-height:50px 
        }
         .testimonial-headline{
             font-size:50px;
        }
         .guarantee-headline{
             font-size: 50px;
        }
    }
     .page{
         color: rgb(255, 227, 0);
         font-weight:bold;
         font-size:22px;
    }
     .row-padding {
         padding: 30px 0;
    }
     .guarantee-headline{
         text-align: center;
         font-size: 25px;
         color: rgb(255, 255, 255);
         line-height: 1.3em;
         font-family: Roboto, Helvetica, sans-serif;
         font-weight: 400;
    }
     .guarantee-row p{
         text-align:center;
         color:#ffffff;
         padding-top:20px;
    }
     .guarantee-row{
         background-color:#2A6452;
    }
     .guarantee-img{
         max-height:420px;
    }
     .testimonial-headline{
         font-size:25px;
         font-family: 'Roboto', sans-serif;
         font-weight:700;
         text-align:center;
         padding:30px 0;
    }
     .tst{
         font-size:16px;
         font-style: italic;
         text-align:center;
         font-family: 'Ubuntu', sans-serif;
    }
     .tst-name{
         font-family: 'Montserrat', sans-serif;
         font-weight:600;
         font-size:22px;
         text-align: center;
    }
     .tst-name-info{
         font-family: 'Montserrat', sans-serif;
         text-align: center;
         font-size: 14px;
         color: rgb(42, 100, 82);
         font-weight:normal;
    }
     .bonus-line{
         border-color: rgb(42, 100, 82);
         border-top-width: 3px;
         border-top-style: dashed !important;
         min-height: 1px;
         margin-top:25px;
    }
    label {
    font-size:21px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.statics-container p {
    margin-top: 15px;
    line-height: 1.5em;
}

.digital-height{
	
	height:0;
}
.price-alt{
	font-weight: bold;
    top:0;
    position: relative;
	padding-top:0;
}

.bggreen {
    background-color: rgba(80,16,6,1);
    border-color: rgba(80,16,6,1);
        margin: 30px 0;
}

.bggreen h2 {
    text-align: center;
    padding: 0px 10px 5px 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
}

@media (min-width: 920px){
.bggreen h2 {
    font-size: 40px;
    padding: 10px;
}
}
@media (min-width: 680px){

.digital-height{
	
	height:20px;
}

}


.yellow {
    color: rgb(253, 192, 50);
}

.bggrey {
    background-color: #E9E9E9;
    box-shadow: 0px 3px 6px #00000029;
}

.grey-p {
    text-decoration: underline;
    font-weight: bold;
}

.bggreen ::after {
    z-index: 99;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    top: 13px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid rgba(82,3,3,1);
}

@media (min-width: 920px){
		.price-alt{
	font-weight: bold;
    top:30px;
    position: relative;
	padding-top:0;
}
.bggreen ::after {
    z-index: 99;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    top: 14px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid rgba(82,3,3,1);
}
}
.bonus-notice{
	font-weight:bold;
	font-size:23px;
}
.bggrey p {
    font-size: 32px !important;
    color: rgb(82, 3, 3) !important;
    text-align: center !important;
    padding-top: 20px;
}
.guarantee-grey{
	box-shadow: 0px 3px 6px #00000029;
	background-color:#E9E9E9;
}