@charset "utf-8";
/* CSS Document */
/*.ez-animate { visibility: hidden; }
.animated { visibility: visible !important; }*/


/*general */
.font-norm {font-weight:normal}
.and1023 {display:none}
@media (min-width: 992px) and (max-width: 1023px) {	
.and1023  { display:inline}
}
.not1023 {display:none}
@media  (max-width: 991px) {	
.not1023  { display:inline}
}
@media (min-width: 1024px) {	
.not1023  { display:inline}
}
a {text-decoration:none}

.bg-grey {
      background-color: #f6f6f6;
  }
  
.full{min-height:100vh}
.slashed:before {
    content:"╱";   
    display:block;
    color:red;
    font-size:2em;
    position:relative;
    left:1em;
    top:5px;
  }
.strikediag {
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}
.withpadding {
  padding: 0 0.15em;
}


a.btn3:link, a.btn3:visited  { color: #000689; }
a.btn3:hover {box-shadow: 0 2px 3px 0 rgba(0,0,0,0.24), 0 2px 3px 0 rgba(0,0,0,0.19);text-decoration:none; opacity: .9;
    background-color: #b8d7aa; /*color: #fff; cbe2c1 7DB665 4CAF50Green*/
     
}
#info a.btn3:hover {color: #fff; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.24), 0 2px 3px 0 rgba(0,0,0,0.19);text-decoration:none; opacity: .5;
 background-color: #000689;/*b8d7aa; cbe2c1 7DB665 4CAF50Green*/     
}
#get-program a.btn3:hover {color: #fff; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.24), 0 2px 3px 0 rgba(0,0,0,0.19);text-decoration:none; opacity: .5;
 background-color: #000689;/*b8d7aa; cbe2c1 7DB665 4CAF50Green*/     
}

#get-program .btn3:hover {color: #fff; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.24), 0 2px 3px 0 rgba(0,0,0,0.19);text-decoration:none; opacity: .5;
 background-color: #000689;/*b8d7aa; cbe2c1 7DB665 4CAF50Green*/     
}

/* Get Program ==================================/*/

.get-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.get-container::after {clear: both;}
@media (min-width: 768px) {
  .get-container {
	padding-left: px;
	padding-right: 15px;
  }
  @media (max-width: 991px) {.container-duo {max-width: 850px}}
}
@media (min-width: 1200px) {
  .get-container {
   max-width: 1400px;
  }
}
.get-container .inner-box,  {border:0}
.purchase-width {max-width: 1600px; font-size: 1rem;}
.purchase-width-duo {max-width: 900px; font-size: 1rem;}
.purchase-width-duo-2 {max-width: 1200px; font-size: 1rem;}
.upgrade-width {max-width: 950px; font-size: 1rem;}
.purchase-txt-width {max-width: 900px; }
.purchase-txt-width2 {max-width: 800px; }
#get-program{}
#get-program row {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0cc!important;
   max-width: 1600px !important;
}
#get-program ul {
	list-style:none; 
	padding: 0;
	font-weight:normal;
	font-size:1.05em;
	margin-bottom: .7rem;
}
#get-program ul li{
	margin:0 20px;
	padding: 11px 5px;
   text-align: center !important;
   border-bottom:1px groove
}
#get-program  ul li:last-child{border-bottom:0}
#get-program  ul li.na{ color:#666;text-decoration:line-through}
#get-program h3{
	 text-align: center !important;
	 display:inherit  !important;
	 margin:15px 0  !important;
	font-size:24px;
	font-weight:400;
	color:#555;
}
#get-program .li1{
	 text-align: center !important;
}
#get-program .li2{
	 border-bottom:hidden !important;
	 text-align: center !important;
}

#get-program h4{
	margin:   0  !important;
	padding:0 0 15px;
	 text-align:center;
	 font-size:18px;
	 font-weight:400;
	 color:#555;
	 border-bottom:1px solid #fff;
	 font-style:italic
}
#get-program .h4no-border {border-bottom: none; }

.free-wrap {
	background-color:#7DB665;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:5px 0 0 5px;
	padding:3px 3px ;
	/*float:right;*/
}

.premium-wrap {
	background-color:#7DB665;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:5px 0 0 5px;
	padding:3px 3px ;
	/*float:right;*/
}


.both-wrap {
	background-color:#639d4b;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:5px 0 0 5px;
	padding:3px 3px ;
	transition: all .2s ease-in-out;
}

.both-wrap .get-inner  {
	background-color:#91c27c/*9ac787a4cc93/*90c17c-*/;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFF;
}	

.both-wrap .top-inner  {
	background-color:#74b159/*7DB665/9ac787/*7DB665*/;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFF;
	padding:px;overflow:hidden;position:relative
}	
@media (min-width: 992px) and (max-width: 1150px) {
	.not-992-1150{display:none;}
}
@media (min-width: 992px) and (max-width: 1050px) {
	.not-992-1050{display:none;}
}
@media (max-width: 1150px) {
	.only-1150{display:none;}
}
@media (min-width: 992px) {
	.below-992{display:none;}
}
@media (max-width: 460px) {
	.only460{display:none;}
}
@media (min-width: 1151px) {
	.yes-992-1150{display:none;}
}
@media (max-width: 991px)  {
	.yes-992-1150{display:none;}
}
@media (max-width: 1199px)  {
	.onlyfull{display:none;}
}
.free-wrap, .premium-wrap, .plus-wrap, .plus-add-wrap, .both-wrap   {
	max-width:380px;
	transition: all .2s ease-in-out;
}
/*.free-wrap:hover, .free-wrap:hover, .premium-wrap:hover, .premium-wrap:focus, .plus-add-wrap:hover, .plus-add-wrap:focus, .plus-wrap:hover, .plus-wrap:focus{	
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}*/
/*.plus-wrap:hover {transition: all .2s ease-in-out; transform: scale(1.1); }*/

.free-wrap .get-inner {
	background-color:#cbe2c1/*d5e7cd/*deedd8*/;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFF;
}	
.free-wrap .top-inner {
	background-color:#b8d7aa/*d5e7cd*/;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFF;
}		
.premium-wrap .get-inner  {
	background-color:#aed29e/*cbe2c1*/;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFF;
}
.premium-wrap .top-inner {
	background-color:#9ac787/*b7d7aa/*007bff7DB665*/;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFF;
}	
.plus-wrap .get-inner, .plus-add-wrap .get-inner  {
	background-color:#91c27c/*9ac787a4cc93/*90c17c-*/;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFF;
}	
.plus-wrap .top-inner, .plus-add-wrap .top-inner{
	background-color:#74b159/*7DB665/9ac787/*7DB665*/;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFF;
	overflow:hidden;position:relative
}	
.price{
	font-size:36px;
	font-weight: normal;
	text-align:center;
	padding:10px 0 5px;
	margin:0 0px;
	color:#555;
}
.deal span {
	font-size:26px; 
	opacity: .95;
	position: relative; 
	bottom: 3px;
}
.limited  {
	opacity: 1 !important ;
}
.price-prem span {font-size:13px;display:block;font-style:italic;color:#888}
.price-prem  {overflow:hidden;position:relative}
.plus-add-wrap .price::before{
	content:"Plus+";
	position:absolute;
	right:0;
	top:0;
	background:#2B5491;
	color:#fff;
	font-family:"Roboto",sans-serif;
	padding:5px;
	width:120px;
	text-align:center;
	transform:rotate(45deg);
	margin-right:-28px;
	margin-top:17px;
	font-size:15px
}
/* END Get Program ==================================/*/

/* Benefits =====/*/
#benefits .image-circle {margin: 0 80px 0 30px; max-width: 250px;}
#benefits .get-container {background-color: /*#00A6517DB665; border-top: 1px solid #00A651;  border-bottom: 1px solid #00A651*/}
.get-container-gr {background-color:#f6f6f6;/* #00A651/*7DB665*/ border-top: 1px solid #00A651;  border-bottom: 1px solid #00A651}


/* END Benefits ==================================/*/

/* Outline =====/*/
#outline .image-circle {margin: 0 80px 0 30px; max-width: 250px;}
#outline .get-container {background-color: /*#00A6517DB665; border-top: 1px solid #00A651;  border-bottom: 1px solid #00A651*/}
.get-container-gr {background-color:#f6f6f6;/* #00A651/*7DB665*/ border-top: 1px solid #00A651;  border-bottom: 1px solid #00A651}
/*footer {background-color: #9ac787}
@media (min-height: 878px) and (min-width: 992px){
	footer{
    position: absolute;
    bottom: 0px;
    right: 0;
	}
}*/
@media (min-width: 992px){
	.container {max-width: 1800px;}
	.padder {padding: 0 40px}
}