@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf')  format('truetype'),
         url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Carolina';
  src: url('../fonts/Carolina.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Carolina.woff') format('woff'),
  url('../fonts/Carolina.ttf')  format('truetype'),
  url('../fonts/Carolina.svg#Carolina') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticabold";
  src: url('../fonts/helvetica_bold-webfont.eot') format('embedded-opentype'),
  url('../fonts/helvetica_bold-webfont.woff') format('woff'),
  url('../fonts/helvetica_bold-webfont.ttf')  format('truetype'),
  url('../fonts/helvetica_bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand-Bold";
  src: url('../fonts/Quicksand-Bold.eot') format('embedded-opentype'),
        url('../fonts/Quicksand-Bold.otf')  format('opentype'),
	     url('../fonts/Quicksand-Bold.woff') format('woff'),
         url('../fonts/Quicksand-Bold.ttf')  format('truetype'),
         url('../fonts/Quicksand-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url('../fonts/SegoeUI.eot') format('embedded-opentype'),
  url('../fonts/SegoeUI.woff') format('woff'),
  url('../fonts/SegoeUI.ttf')  format('truetype'),
  url('../fonts/SegoeUI.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaLT-Black';
  src: url('../fonts/HelveticaLT-Black.eot?#iefix') format('embedded-opentype'),
   url('../fonts/HelveticaLT-Black.woff') format('woff'),
   url('../fonts/HelveticaLT-Black.ttf')  format('truetype'),
   url('../fonts/HelveticaLT-Black.svg#HelveticaLT-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "ChunkFive";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ChunkFive.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ChunkFive.woff") format("woff"),
    url("../fonts/ChunkFive.ttf") format("truetype"),
    url("../fonts/ChunkFive.svg#ChunkFive") format("svg");
}
@font-face {
    font-family: "Lato-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular.ttf") format("truetype"),
    url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
}
@font-face {
    font-family: "PT-Sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PT-Sans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PT-Sans.woff") format("woff"),
    url("../fonts/PT-Sans.ttf") format("truetype"),
    url("../fonts/PT-Sans.svg#PT-Sans") format("svg");
}
@font-face {
	font-family: 'Verdana';
	src: url('../fonts/Verdana.eot');
	src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verdana.woff2') format('woff2'),
		url('../fonts/Verdana.woff') format('woff'),
		url('../fonts/Verdana.ttf') format('truetype'),
		url('../fonts/Verdana.svg#Verdana') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.otf')  format('opentype'),
	     url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.ttf')  format('truetype'),
         url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
    background: #f3f3f4;
}
body, body p {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 1.6em;
}
body img {
    max-width: 100%;
    height: auto;
}
body .img {
    text-align: center;
    margin-bottom: 45px;
}
a {
   outline: 0;
   cursor: pointer;
   text-decoration: none;
}
a:link, a:visited {
    color: #133058;
}
a, a:active, a:focus {
outline: none;
}

a:hover{
  color: #133058;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  border: 1px solid #ebeaea;
  font-family: Lato-Regular;
font-size: 12px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
 b {
    font-weight: 600;
 }
 .content {
    max-width: 1000px;
    margin: 0 auto;
}
#content {
    min-height: 600px;
}
/************Header Section Starts***********/
#site-description{
    display: none;
}
#header{
    background: 0;
    display: block;
    float: left;
    height: 60px;
    padding: 14px 0;
    position: absolute;
    width: 100%;
}
#container{
  float: left;
  width:100%;
}
#header #site-title{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
	margin-top: 30px;
}
.page-template-page-bonus #header #site-title,
.page-template-page-affiliates-wp #header #site-title,
.page-template-page-affiliates #header #site-title{
    display: none;
}
#header #site-title h1{
    line-height: 0;
    margin: 0 0;
}

.header-normal #header {
    position: relative;
}
/************Header Section Ends***********/

/************Home Page Section Starts***********/
span.italic {
    font-style: italic;
}
span.underline {
    text-decoration:underline;
}
span.color-b {
    color:#fff !important;
}
.home-top-main-content{
    padding: 110px 0 58px;
    background: 0;
    float: left;
    width:100%;
}
.home-top-main-content .home-top-content{
    margin: 0 auto;
    color: #fffefe;
    text-align: center;
    font-family: 'MyriadPro-Regular';
}
.home-top-main-content img.bg-banner {
    width: 100%;
}
.home-top-main-content .home-top-content h5{
    line-height: 20px;
    color: #133058;
    font-size: 24px;
    margin-top: 35px;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
}
.home-top-main-content .home-top-content h3{
    color: #3b3b3b;
    font-family: "PT-Sans";
    font-size: 45px;
    font-weight: bold;
	letter-spacing: -1px;
    line-height: 60px;
    margin-bottom: 17px;
    margin-top: 10px;
}
.home-top-main-content .home-top-content h3 span {
    border-bottom: 2px solid;
}
.home-top-main-content .home-top-content h4{
    background: #133058 none repeat scroll 0 0;
    color: #3b3b3b;
    display: inline-block;
    margin: 10px 0px 20px;
    padding: 13px 10px;
    text-decoration: none;
    font-size: 30px;
    font-family: "Montserrat-Regular";
}
.home-top-main-content .upsell-top2 h4{
    background: #133058 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin: 10px 0px 20px;
    padding: 13px 10px;
    text-decoration: none;
    font-size: 30px;
    font-family: "Montserrat-Regular";
}

.home-top-main-content .content2 h4{
    background: #133058 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin: 10px 0px 20px;
    padding: 13px 10px;
    text-decoration: none;
    font-size: 30px;
    font-family: "Montserrat-Regular";
}

.home-top-main-content .home-top-content .video-box {
    width: 835px;
    height: 470px;
    display: inline-block;
    margin: 0 auto;
}
.home-top-main-content .home-top-content .video-box iframe {
    width: 100%;
    height: 100% !important;
}

.get-instant {
    background: #133058;
    padding: 40px 0;
    background-size: cover;
}
.get-instant p {
    color:#fff;
    font-family: 'Lato-Regular';
    font-size: 19px;
    margin: 0 0 33px 0;
}
.get-instant ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.get-instant ul li {
    display: inline-block;
}
.get-instant .get-instant-link {
    margin-bottom: 35px;
}
.get-instant .get-instant-link a {
    width:350px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    border-radius: 4px;
    color:#fff;
    font-family: 'Lato-Regular';
    font-size: 16px;
    background: #133058;
    margin: 0 11px;
    border: 2px solid #fff;
}

.get-instant .get-instant-link a:hover {
    border: 2px solid #fff;
	color:#133058;
    font-family: 'Lato-Regular';
    font-size: 16px;
	background: #fff;
}

.get-instant .get-instant-icon li {
    color:#fff;
    font-family: 'Lato-Regular';
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    margin: 0 10px;
}
.get-instant .get-instant-icon li span{
    color:#fff;
    font-family: 'Lato-Regular';
    font-size: 12px;
}
.get-instant .get-instant-icon li.satisfaction {
    background: rgba(0, 0, 0, 0) url("../img/satisfaction.png") no-repeat scroll left center;
    padding-left: 35px;
}
.get-instant .get-instant-icon li.privacy {
    background: rgba(0, 0, 0, 0) url("../img/privacy.png") no-repeat scroll left center;
    padding-left: 28px;
}
.get-instant .get-instant-icon li.sercure {
    background: rgba(0, 0, 0, 0) url("../img/sercure.png") no-repeat scroll left center;
    padding-left: 33px;
}
.home-page .why-grab  {
    background: #fff;
    padding: 60px 0 95px;
}
.home-page .why-grab h3 {
    text-align: center;
    color:#212121;
    font-family: 'PT-Sans';
    font-size: 24px;
    margin-bottom: 40px;
}
.home-page .discount {
    padding: 0px 0 0px;
    background: #fff;
}
.home-page .discount h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 60px;
}
.home-page .discount p {
    text-align: left;
    margin-bottom: 30px;
}
.home-page .discount .group-17-bt h3{
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin: 0px 0 30px 0;
}
.home-page .discount .group-17-bt .image-time {
    width: 500px;
    height: 95px;
    display: block;
    margin: 0 auto 25px;
    background: url('../img/countdown-timer.jpg') no-repeat top center / 100% auto;
}
.image-time1 h3.widget-title {
    display: none;
}
.image-time1 .time_left {
    background: #212121 !important;
    color:#fff !important;
}
.image-time1 .time_description {
    font-family: "Lato-Regular" !important;
    font-weight: normal !important;
    font-size: 16px !important;
}
.home-page .discount .group-17-bt .image-click {
    width: 100%;
    margin-bottom: 20px;
}
.home-page .discount .group-17-bt a {
    background: #133058 none repeat scroll 0 0;
    border: 2px solid #133058;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 28px;
    padding: 15px 0;
    text-transform: uppercase;
    width: 525px;
}
.home-page .discount .group-17-bt a span {
    float: left;
    font-size: 14px;
    text-transform: none;
    width: 100%;
}
.home-page .discount .group-17-bt a:hover {
    background: #fff;
    color:#133058;
}
.home-page .discount .group-17-bt .image-paypal {
    background: rgba(0, 0, 0, 0) url("../img/pricings-sprite.png") no-repeat scroll -79px -45px;
    display: inline-block;
    height: 50px;
    width: 165px;
}
.column-50 {
    float: left;
    margin-right: 2%;
    width: 49%;
}
.column-50.last {
    margin-right: 0;
}
.home-page .why-grab-1 ul li {
    background: rgba(0, 0, 0, 0) url("../img/icon-check.png") no-repeat scroll left center;
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 9px;
    padding-bottom: 3px;
    padding-left: 45px;
    padding-top: 3px;
}
.home-page .why-grab-1 {
    margin-bottom: 80px;
}
.home-page .why-grab-2 h4 {
    color: #212121;
    font-family: "PT-Sans";
    font-size: 40px;
    line-height: 100px;
    text-align: center;
}
.home-page .why-grab-2 h5 {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 26px;
    line-height: 1.6em;
    text-align: center;
}
.home-page .why-grab-2 p {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 1.6em;
    margin-top: 25px;
}
.home-page .why-grab-4 {
    clear: both;
    overflow: hidden;
    margin: 70px 0;
}
.home-page .why-grab-4 h4 {
    margin-bottom: 30px;
}
.home-page .why-grab-4 li {
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative;
}
.home-page .why-grab-4 li:before {
    color: #133058;
    content: "●";
    font-size: 21px;
    left: 0px;
    position: absolute;
    top: 6px;
    line-height: 22px;
}
.home-page .shape-1 {
    padding: 40px 0;
    background: #133058;
}
.home-page .shape-1 h3 {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 30px;
    line-height: 46px;
}
.home-page .shape-1 p {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 24px;
    line-height: 40px;
}
.home-page .some-reasons {
    padding: 100px 0 130px;
    background: #ffffff;
}
.home-page .some-reasons h3 {
    color: #212121;
    font-family: "PT-Sans";
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}
.home-page .some-reasons ul li {
    background: rgba(0, 0, 0, 0) url("../img/icon-check.png") no-repeat scroll left center;
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 1.6em;
    margin-top: 35px;
    padding-bottom: 3px;
    padding-left: 45px;
    padding-top: 3px;
    width: 44%;
    float: left;
    margin-right: 2%;
}
.home-page .some-reasons ul li:nth-of-type(even) {
    margin-right: 0;
}
.home-page .using-a-ready {
    padding: 65px 0 75px;
}
.home-page .using-a-ready h3 {
    color: #212121;
    font-family: "PT-Sans";
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 65px;
}
.home-page .using-a-ready p {
    margin-bottom: 40px;
}
.home-page .using-a-ready ul li {
    float: left;
    padding: 0 1%;
    text-align: center;
    width: 18%;
}
.home-page .using-a-ready ul li h4 {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 24px;
    margin-bottom: 20px;
}
.home-page .using-a-ready ul li .step-img {
    width: 137px;
    height: 137px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.home-page .using-a-ready ul li .step-1 {
    background: url('../img/step-1.png') no-repeat center center;
}
.home-page .using-a-ready ul li .step-2 {
    background: url('../img/step-2.png') no-repeat center center;
}
.home-page .using-a-ready ul li .step-3 {
    background: url('../img/step-3.png') no-repeat center center;
}
.home-page .using-a-ready ul li .step-4 {
    background: url('../img/step-4.png') no-repeat center center;
}
.home-page .using-a-ready ul li .step-5 {
    background: url('../img/step-5.png') no-repeat center center;
}
.home-page .using-a-ready p.wt-left {
    margin-top: 30px;
}
.home-page .here-are {
    padding: 80px 0 100px;
    background: #fff;
}
.home-page .here-are h3{
    color: #212121;
    font-family: "PT-Sans";
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 25px;
}
.home-page .here-are p {
    line-height: 31px;
    padding-top: 25px;
}
.home-page .therefore {
    padding: 50px 0 0px;
     background: #262626;
}
.home-page .therefore h4 {
    color:#fffefe;
    font-family: "Lato-Regular";
    font-size: 24px;
    font-style:  italic;
    line-height: 36px;
}
.home-page .therefore h2 {
    color:#fff;
    font-size: 48px;
    font-family: "PT-Sans";
	font-weight: bold;
    line-height: 64px;
}
.home-page .therefore h3 {
    color:#fffefe;
    font-family: "Lato-Regular";
    font-size: 30px;
    line-height: 38px;
}
.home-page .therefore p {
    font-size: 19px;
    color:#fffefe;
    margin-top: 25px;
}
.home-page .group-8 {
    padding: 65px 0 75px;
    background: #262626;
}
.home-page .img {
    display: block;
    margin: 0 auto 45px;
    text-align: center;
}
.home-page .group-8 h3 {
    color:#fff;
    font-family: "Lato-Regular";
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin: 70px 0 55px;
}
.home-page .group-8 h5 {
    color:#fff;
    font-family: "Lato-Regular";
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 55px;
}
.home-page .group-8 ul {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.home-page .group-8 p {
    color:#fff;
}
.home-page .group-8 ul.ul-last {
    margin-right: 0;
}
.home-page .group-8 ul li {
    background: rgba(0, 0, 0, 0) url("../img/icon-check.png") no-repeat scroll left top;
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 1.6em;
    margin-bottom: 25px;
    padding-left: 45px;
}
.home-page  .group-9 {
    padding: 135px 0;
    background: rgba(0, 0, 0, 0) url("../img/bg-group9.jpg") no-repeat scroll top / cover;
}
.home-page  .group-9 h3 {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 30px;
    line-height: 38px;
}
.home-page .group-10 {
    background: #ffffff;
    padding-top: 100px;
}
.module {
    margin-bottom: 125px;
}
.module .module-header {
    background: #133058;
    padding: 35px 40px;
}
.module .module-header  h3 {
    color: #fffefe;
    font-family: "Montserrat-Regular";
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
}
.module .module-header  h4 {
    background: #133058 none repeat scroll 0 0;
    color: #fffefe;
    display: inline-block;
    font-family: "Montserrat-Regular";
    font-size: 30px;
    padding: 10px 35px;
    text-transform: uppercase;
}
.module .module-content {
    border: 1px solid #e4e4e4;
    padding: 50px 12.8%;
    background: #fafafa none repeat scroll 0 0;
}
.home-page .module-1 .module-content {
    padding-top: 30px;
}
.home-page .module-2 .module-content, .home-page .module-3 .module-content, .home-page .module-4 .module-content {
    border: 1px solid #e4e4e4;
    padding: 65px 40px 27px;
    background: #fafafa none repeat scroll 0 0;
}
.home-page .module-content p {
    line-height: 28px;
    margin-bottom: 30px;
    text-align: left;
}
.home-page .module-content h3 {
    color: #212121;
    font-family: "Montserrat-Regular";
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 45px;
}
.home-page .module-1 .module-content ul {
    text-align: left;
    margin-bottom: 75px;
}
.home-page  .module-10 .module-content .video-break {
    margin-bottom: 30px;
}
.home-page  .module-1 .module-content ul li{
    background: rgba(0, 0, 0, 0) url("../img/icon-arrow.png") no-repeat scroll left 2px;
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 1.6em;
    margin-bottom: 25px;
    padding-left: 44px;
}
.module-content .file-icons  {
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.module-content .file-icons a{
    width: 90px;
    height: 105px;
    display: inline-block;
    background: url('../img/file-icons.png') no-repeat;
    margin: 0 5px;
}
.module-content .file-icons a.pdf {
    background-position: left top;
}
.module-content .file-icons a.doc {
    background-position: -104px top;
}
.module-content .file-icons a.odt {
    background-position: -205px top;
}
.module-content .file-icons a.jpg {
    background-position: left -121px;
}
.module-content .file-icons a.png {
    background-position: -105px -124px;
}
.module-content .file-icons a.psd {
    background-position: -207px -124px;
}
.module-content .file-icons a.html {
    background-position: left -250px;
}
.module-content .file-icons a.css {
    background-position: -106px -250px;
}
.module-content .file-icons a.txt {
    background-position: -211px -250px;
}
.module-content .file-icons a.mp4 {
    background-position: left -376px;
}
.module-content .file-icons a.avi {
    background-position: -106px -376px;
}
.module-content .file-icons a.mp3 {
    background-position: -211px -376px;
}
.module-content .file-icons a.ppt {
    background-position: -305px 0;
}
.module-content .file-icons a.csv {
    background-position: -303px -122px;
}
.module-content .file-icons span{
    width: 90px;
    height: 105px;
    display: inline-block;
    background: url('../img/file-icons.png') no-repeat;
    margin: 0 5px;
}
.module-content .file-icons span.pdf {
    background-position: left top;
}
.module-content .file-icons span.doc {
    background-position: -104px top;
}
.module-content .file-icons span.odt {
    background-position: -205px top;
}
.module-content .file-icons span.jpg {
    background-position: left -121px;
}
.module-content .file-icons span.png {
    background-position: -105px -124px;
}
.module-content .file-icons span.psd {
    background-position: -207px -124px;
}
.module-content .file-icons span.html {
    background-position: left -250px;
}
.module-content .file-icons span.htm {
    background-position: left -250px;
}
.module-content .file-icons span.css {
    background-position: -106px -250px;
}
.module-content .file-icons span.txt {
    background-position: -211px -250px;
}
.module-content .file-icons span.mp4 {
    background-position: left -376px;
}
.module-content .file-icons span.avi {
    background-position: -106px -376px;
}
.module-content .file-icons span.mp3 {
    background-position: -211px -376px;
}
.module-content .file-icons span.ppt {
    background-position: -305px 0;
}
.module-content .file-icons span.csv {
    background-position: -303px -122px;
}
.home-page .module-content .module-left {
    width: 41%;
    float: left;
    margin-right: 4%;
    display: block;
}
.home-page .module-content .module-right {
    width: 55%;
    float: left;
}
.home-page .module-content-2 {
    margin-bottom: 80px;
}
.home-page .module-content ul {
    text-align: left;
    margin-bottom: 30px;
}
.home-page .module-content ul li {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 1.6em;
    margin-bottom: 7px;
    padding-left: 20px;
    position: relative;
}
.home-page  .module-content ul li:before {
    color: #133058;
    content: "●";
    font-size: 21px;
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}
.home-page .module-1 .module-content ul li:before {
    display: none;
}
.home-page .module-5 .module-content ul {
    margin-bottom: 30px;
    text-align: left;
}
.home-page .module-5 .module-content ul li::before {
    color: #133058;
    content: "●";
    font-size: 21px;
    margin-right: 10px;
}
.home-page .module-5 .module-content ul li {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 28px;
}
.home-page .module-5 .module-content ul li:last-child {
    margin-top: 30px;
}
.home-page .module-5 .module-content ul li:last-child:before {
    display: none;
}
.module-content a.bnt-link {
    padding: 17px 0;
    width: 588px;
    display: inline-block;
    background: #FEC02A;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Verdana";
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 65px;
    text-align: center;
}
.module-content a.bnt-link span {
    float: left;
    width: 100%;
    color: #ffffff;
    font-family: "Verdana";
    font-size: 14px;
    font-weight: 200;

}
.module-content a.bnt-link:hover {
    background: #fdcd59;
}
.home-page .module-8 .module-content ul {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    text-align: left;
    width: 530px;
}
.home-page .module-8 .module-content ul li::before {
    color: #133058;
    content: "●";
    font-size: 21px;
    margin-right: 10px;
}
.home-page .module-8 .module-content ul li {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 28px;
    width: 217px;
    float: left;
}
.home-page .module-13 {
    margin-bottom: 40px;
}
.total-overall {
    padding-bottom: 96px;
}
.total-overall h2 {
    color: #ffffff;
    font-family: "Lato-Regular";
    font-size: 40px;
    line-height: 48px;
    background: #f92222;
    display: inline-block;
    padding: 43px 90px;
}
.pricings-table-security {
    margin-top: 25px;
}
.wbounce-modal{
    overflow: hidden!important;
}
.pricings-table-security .cards div {
    background: rgba(0, 0, 0, 0) url("../img/pricings-sprite.png") no-repeat scroll -79px -45px;
    display: inline-block;
    height: 30px;
    width: 165px;
}
.pricings-table-security p {
    color: #ffffff;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 16px;
    margin: 6px 0 0;
}
.pricings-table-security p:before {
    content: " ";
    background: rgba(0, 0, 0, 0) url("../img/pricings-sprite.png") no-repeat scroll -148px -4px;
    width: 17px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.home-page .group-13{
    background: #fff;
}
.home-page .group-13 h3 {
    color:#3b3b3b;
    font-family: "PT-Sans";
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin: 70px 0 55px;
}
.home-page .group-13 h5 {
    color:#3b3b3b;
    font-family: "Lato-Regular";
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 55px;
}
.home-page .group-13 ul {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.home-page .group-13 p {
    color:#3b3b3b;
}
.home-page .group-13 ul.ul-last {
    margin-right: 0;
}
.home-page .group-13 ul li {
    background: rgba(0, 0, 0, 0) url("../img/icon-check.png") no-repeat scroll left top;
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 1.6em;
    margin-bottom: 25px;
    padding-left: 45px;
}
.home-page .group-13, .home-page .group-14 p {
    margin-bottom: 100px;
}
.home-page .group-14 .group-14-top{
    background: #f3f3f4;
}
.home-page .group-14 .testimonals {
    background: rgba(0, 0, 0, 0) url("../img/testimonial-bg.jpg") no-repeat scroll left top / 100% 100%;
    padding: 100px 0;
    overflow: hidden;
}
.home-page .group-14 .testimonals .flexslider, .home-page .group-14 .testimonals .flexslider li{
    background: 0 !important;
    border: 0 !important;
    box-shadow: none;
}
.home-page .group-14 .testimonals p {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
    line-height: 38px;
}
.home-page .group-14 .testimonals h3 {
    background: rgba(0, 0, 0, 0) url("../img/icon-testimonial.png") no-repeat scroll left center;
    color: #fff;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    padding: 20px 0 20px 135px;
}
.video .fancybox-item.fancybox-close:hover {
    background-position: 0 -49px !important;
}
.home-page .group-14 .testimonals .flexslider .slides > li {
    min-height: 500px;
}
.home-page .group-14 .testimonals .flex-control-nav {
    display: none;
}
.home-page .group-14 .testimonals .flex-direction-nav .flex-prev {
    background: rgba(0, 0, 0, 0) url("../img/l-arrow.png") no-repeat scroll 0 top;
    left: -100px;
}
.home-page .group-14 .testimonals .flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0) url("../img/r-arrow.png") no-repeat scroll 0 top;
    right: -100px;
}
.testimonals .t-play {
    width: 66px;
    height: 66px;
    background-image: url('../img/play-sprite.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0 auto 15px;
}
.testimonals .t-play:hover {
    background-position: 0px -66px;
}
.testimonals .t-play a{
    display: inline-block;
    height: 100%;
    width: 100%;
}
.testimonals span{
    font-size: 12px;
    font-family: "verdana";
    font-weight: normal;
    color: #fff;
}
.fancybox-overlay .video, .fancybox-overlay .video .fancybox-inner {
    width: 853px !important;
    height: 480px !important;
}
.fancybox-title {
    display: none !important;
}
.home-page .group-15 {
    padding: 80px 0 60px;
    background: #fff;
}
.home-page .group-15 h3 {
    color: #212121;
    font-family: "PT-Sans";
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 25px;
    text-align: center;
}
.home-page .group-15 h5 {
    color:#3b3b3b;
    font-family: "Lato-Regular";
    font-size: 19px;
    text-align: center;
    margin-bottom: 80px;
}
.home-page .group-15 p {
    margin-bottom: 30px;
}
.home-page .group-16 .module-content ul {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    text-align: left;
    width: 740px;
}
.home-page .group-16 .module-content ul li::before {
    color: #133058;
    content: "●";
    font-size: 21px;
    margin-right: 10px;
}
.home-page .group-16 .module-content ul li {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 28px;
    width: 330px;
    float: left;
	margin-right: 20px;
}

.home-page .group-16 .group-16-top h3 {
    color: #212121;
    font-family: "PT-Sans";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}
.home-page .group-16 .group-16-top h4 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
}
.home-page .group-16 .group-16-top p {
    margin-bottom: 35px;
    text-align: left;
}
.home-page .group-16 .module-content {
    background: #fff;
}
.home-page .group-16 .module-content h3 {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
	text-align: center;
}
.home-page .group-16 .module-content h6.yours-free {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 36px;
    background: #ffd304;
    padding: 15px 25%;
    text-transform: uppercase;
    margin-top: 35px;
    display: inline-block;
}
.home-page .group-16 .bonus-1 {
    margin-bottom: 95px;
}
.home-page .group-17 {
    padding: 80px 0 60px;
    background: #fff;
}
.home-page .group-17 h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 60px;
}
.home-page .group-17 p {
    text-align: left;
    margin-bottom: 30px;
}
.home-page .group-17 .group-17-bt h3{
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin: 85px 0 30px 0;
}
.home-page .group-17 .group-17-bt .image-click {
    width: 100%;
    margin-bottom: 20px;
}
.home-page .group-17 .group-17-bt a {
    background: #133058 none repeat scroll 0 0;
    border: 2px solid #133058;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 28px;
    padding: 15px 0;
    text-transform: uppercase;
    width: 525px;
}
.home-page .group-17 .group-17-bt a span {
    float: left;
    font-size: 14px;
    text-transform: none;
    width: 100%;
}
.home-page .group-17 .group-17-bt a:hover {
    background: #fff;
    color:#133058;
}

.home-page .group-17 .group-17-bt .image-paypal {
    background: rgba(0, 0, 0, 0) url("../img/pricings-sprite.png") no-repeat scroll -79px -45px;
    display: inline-block;
    height: 30px;
    width: 165px;
}
.home-page .group-18 {
    padding: 100px 0 120px;
}
.home-page .group-18 h3 {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.home-page .group-18 p {
    color: #fff;
    margin-bottom: 30px;
}
.home-page .group-18 .when-you-take-img {
    background: #363636 none repeat scroll 0 0;
    border-color: #333;
    border-style: solid;
    border-width: 10px 12px;
    padding: 40px 50px;
    display: inline-block;
}
.home-page .group-19 {
    padding: 80px 0 60px;
    border-top: ;
    background: #fff;
}
.home-page .group-19 h3 {
    color: #3b3b3b;
    font-family: "PT-Sans";
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.home-page .group-19 .group-19-bt {
    background: #dfff88;
    border: 1px solid #e3e3e3;
    padding: 40px 12%;
    margin-top: 55px;
}
.home-page .group-19 .group-19-bt  h4 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 32px;
    margin-bottom: 30px;
    text-align: left;
    background: url(../img/check-circle.png) no-repeat left center;
    line-height: 85px;
    padding-left: 110px;
}
.home-page .group-19 .group-19-bt h5 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.home-page .group-19 .group-19-bt h5 span {
    color:#8dd909;
}
.home-page .group-19 .group-19-bt ul {
    margin-bottom: 50px;
}
.home-page .group-19 .group-19-bt ul li {
    background: rgba(0, 0, 0, 0) url("../img/check.png") no-repeat scroll left center;
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 55px;
    text-align: left;
}
.home-page .group-19 .group-19-bt h3 {
    background: #8dd909 none repeat scroll 0 0;
    color: #fffffe;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    padding: 5px 40px;
    text-align: center;
}
.home-page .group-19 .group-19-bt h6 {
    color: #3b3b3b;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    text-decoration: line-through;
    text-align: center;
}
.home-page .group-20 {
    background: #fff;
    padding-bottom: 30px;
}
.home-page .group-20 p {
    margin-bottom: 30px;
}
.home-page .group-20 .image {
    background: rgba(0, 0, 0, 0) url("../img/daniel-taylor.png") no-repeat top center;
    display: inline-block;
    height: 153px;
    width: 153px;
}
.home-page .group-20 h6 {
    color: #757575;
    font-family: "Carolina";
    font-size: 32.37px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.home-page .group-21 {
    background: #fff;
    padding-bottom: 60px;
}
.home-page .group-21 .group-21-ct {
    border: 1px solid #e3e3e3;
    display: inline-block;
    padding: 40px 12% 70px;
    width: 75%;
}
.home-page .group-21  h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}
.home-page .group-21  h6 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.home-page .group-21 ul li {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 5px;
}
.home-page .group-22 {
    padding: 80px 0 0;
    border-top: 1px solid #e3e3e3;
}
.home-page .group-22 h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 36px;
    margin-bottom: 80px;
    text-align: center;
}
.home-page .group-22 ul {
    float: left;
    list-style-type: none;
    margin: 0 4% 0 0;
    padding: 0;
    width: 48%;
}
.home-page .group-22  ul.frequently-list-right {
    margin-right: 0;
}
.home-page .group-22  ul li {
    float: left;
    margin-bottom: 56px;
    width: 100%;
}
.home-page .group-22  ul li .fr-title {
    display: inline-flex;
    float: left;
    width: 100%;
}
.home-page .group-22  ul li .fr-title span {
    color: #acb4c0;
    float: left;
    font-family: "helveticabold";
    font-size: 55.4px;
    line-height: 54px;
    margin-right: 15px;
}
.home-page .group-22  ul li .fr-title h3 {
    color: #676978;
    float: left;
    font-family: "helveticabold";
    font-size: 18px;
    font-weight: normal;
    margin: 3px 0 0;
    text-align: left;
}
.home-page .group-22  ul li p {
    font-size: 16px;
	line-height: 1.6em
}
/************Home Page Section Ends***********/

/************Footer style ***********/
#footer{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 75px;
    background: #e0e0e0;
	margin-top: 35px;
}
#footer .footer-col ul li {
    display: inline-block;
    padding: 0 2px;
}
#footer .footer-col ul li:after {
    content: "|";
    margin-left: 7px;
}
#footer .footer-col ul li:last-child:after {
    content: " ";
    display: none;
}
#footer .footer-col ul li a {
    font-family: Lato-Regular;
    font-size: 16px;
    color:#133058;
}
#copyright{
    font-family: Lato-Regular;
    color: #212121;
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 25px 0 130px 0;
}
#copyright a{
    color:#133058;
}
#footer a:hover{
  color: #212121;
}
#footer .footer-col a:hover{
  color: #212121;
}
/********* End Footer style ***********/

/*********Features***********/
.page-template-page-features #container, .features-page, .wt-left {
    float: left;
    width: 100%;
}
.align-center {
    text-align: center;
}
.features-page .features-top-main-content {
    float: left;
    padding-bottom: 190px;
    padding-top: 85px;
    text-align: center;
    width: 100%;
}
.features-page .features-top-main-content h4 {
    color: #606060;
    font-family: 'PT-Sans';
    font-size: 38px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 85px;
}
.features-page .features-top-main-content p {
    color:#606060;
    font-family: 'Lato-Regular';
    font-size: 19px;
    margin: 5px 0 -100px 0;
}

.features-page .features-top-main-content1 {
    float: left;
    padding-bottom: 190px;
    padding-top: 85px;
    text-align: center;
    width: 100%;
    background: #cacaca;
}
.features-page .features-top-main-content1 h4 {
    color: #3b3b3b;
    font-family: 'PT-Sans';
    font-size: 38px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 150px;
}
.features-page .features-top-main-content1 p {
    color:#3b3b3b;
    font-family: 'Lato-Regular';
    font-size: 19px;
    margin: 5px 0 -100px 0;
}

.features-page .features-top-main-content .video-box {

    display: inline-block;
    height: 480px;
    margin: 35px auto 40px;
    width: 855px;
}
.features-page .features-top-main-content .video-box iframe {
    height: 100% !important;
    wiDTH:100%;
}

/****/
.features-page .get-instant {
    background:  url("https://s3.amazonaws.com/plrlobby/product/2016/10/16135801/getinstant-bg.png") no-repeat scroll left center;
    padding: 40px 0;
    background-size: cover;
}
.features-page .get-instant p {
    color:#fff;
    font-family: 'Lato-Regular';
    font-size: 12px;
    margin: 0 0 33px 0;
}
.features-page .get-instant ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.features-page .get-instant ul li {
    display: inline-block;
}
.features-page .get-instant ul.get-instant-link {
    margin-bottom: 45px;
}
.features-page .get-instant ul.get-instant-link li a {
    width:350px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 4px;
    color:#fff;
    font-family: 'Lato-Regular';
    font-size: 16px;
    background: #ff5a3c;
    margin: 0 11px;
}

.features-page .get-instant ul.get-instant-link li a:hover {
    background: #fff;
    color:#ff5a3c;
}

.features-page .get-instant .get-instant-icon li {
    color:#fff;
    font-family: 'Lato-Regular';
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    margin: 0 10px;
}
.features-page .get-instant .get-instant-icon li span{
    color:#fff;
    font-family: 'Lato-Regular';
    font-size: 12px;
}
.features-page .get-instant .get-instant-icon li.satisfaction {
    background: rgba(0, 0, 0, 0) url("../img/images-features/satisfaction.png") no-repeat scroll left center;
    padding-left: 35px;
}
.features-page .get-instant .get-instant-icon li.privacy {
    background: rgba(0, 0, 0, 0) url("../img/images-features/privacy.png") no-repeat scroll left center;
    padding-left: 28px;
}
.features-page .get-instant .get-instant-icon li.sercure {
    background: rgba(0, 0, 0, 0) url("../img/images-features/sercure.png") no-repeat scroll left center;
    padding-left: 33px;
}
.features-page .you-about h2 {
    color:#3b3b3b;
    font-family: 'Lato-Regular';
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    margin: 47px 0 0 0;
}
.features-page span.italic {
    font-style: italic;
}
.features-page span.decoration {
    text-decoration: underline;
}
.features-page .segeo-text {
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
    margin: 40px 0 0 0;
}
.features-page .you-about .you-about-1 {
    margin-top: 60px;
}
.features-page .you-about .you-about-1 p {
    color:#3b3b3b;
    font-family: 'Lato-Regular';
    font-size: 14px;
    margin-bottom: 13px;
}
.features-page .you-about .you-about-1 span {
    color: #3b3b3b;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 11px;
    width: 100%;
    letter-spacing: -0.2px;
    margin-top: 15px;
}
.features-page .you-about .you-about-1 h5 {
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
    font-weight: normal;
    margin: 40px 0 0 0;
}
.features-page .you-about .you-about-1 .you-about-img {
    max-width: 950px;
    height: 363px;
    display:block;
    background: rgba(0, 0, 0, 0) url("https://s3.amazonaws.com/plrlobby/product/2016/10/16135758/features-jvzoo.png") no-repeat scroll center center;
    margin: 0 auto;
}
.features-page .you-about .you-about-2 {
    display: inline-block;
    width: 100%;
    padding-bottom: 54px;
}
.features-page .you-about .you-about-2 h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 24px;
    font-weight: normal;
    margin: 55px 0 0 0;
}
.features-page .you-about .you-about-2 h4 {
    color: #3b3b3b;
    font-family: "helveticabold";
    font-size: 24px;
    font-weight: normal;
    margin: 23px 0 0 0;
}
.features-page .you-about .you-about-2 p {
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
    margin: 26px 0 0 0;
}
.features-page .you-about .you-about-2 ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin: 42px 0 0 0;
}
.features-page .you-about .you-about-2 ul li {
    background: rgba(0, 0, 0, 0) url("../img/images-features/icon-check.png") no-repeat scroll left top;
    color: #3b3b3b;
    float: left;
    font-family: "SegoeUI";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 45px;
    margin-right: 4%;
    padding-left: 50px;
    width: 48%;
}
.features-page .you-about .you-about-2 ul li:nth-child(2n) {
    margin-right: 0;
}
.features-page .creating-your {
    background: #f1f1f1;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    padding-bottom: 60px;
}
.features-page .creating-your h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    font-weight: normal;
}
.features-page .creating-your ul {
    float: left;
    list-style-type: none;
    margin: 25px 0 40px;
    padding: 0;
    width: 100%;
}
.features-page .creating-your ul li {
    width:31%;
    float: left;
    margin-right: 3.5%;
    padding-top: 330px;
}
.features-page .creating-your ul li a {
    color:#ff5a3c;
    font-family: "Lato-Regular";
    font-size: 24px;
}
.features-page .creating-your ul li p {
    margin-top: 30px;
}
.features-page .creating-your ul li:last-child {
    margin-right: 0;
}
.features-page .creating-your ul li.techical-skills {
    background: rgba(0, 0, 0, 0) url("https://s3.amazonaws.com/plrlobby/product/2016/10/16135816/techical-skills.png") no-repeat scroll center top;
    background-size: 100% auto;
}
.features-page .creating-your ul li.the-know-how {
    background: rgba(0, 0, 0, 0) url("https://s3.amazonaws.com/plrlobby/product/2016/10/16135826/the-know-how.png") no-repeat scroll center top;
    background-size: 100% auto;
}
.features-page .creating-your ul li.marketing-skills {
    background: rgba(0, 0, 0, 0) url("https://s3.amazonaws.com/plrlobby/product/2016/10/16135815/marketing-skills.png") no-repeat scroll center top;
    background-size: 100% auto;
}
.features-page .creating-your p{
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
}
.features-page .selling-products {
    padding-bottom: 47px;
}
.features-page .selling-products h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 67px 0 40px 0;
}
.features-page .selling-products p {
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
}
.features-page .what-you-could {
    background: #2c3e50;
    color:#fff;
    padding-bottom: 110px;
    position: relative;
}
.features-page .what-you-could:before {
    border-left:27px solid transparent;
    border-right:27px solid transparent;
    border-top:27px solid #2c3e50;
    content:" ";
    position: absolute;
    bottom:-27px;
    left: 50%;
    transform: translateX(-50%);
}
.features-page .what-you-could h3{
    background: #2c3e50 none repeat scroll 0 0;
    color: #fff;
    font-family: "helveticabold";
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin: 34px 0 24px 0;
}
.features-page .what-you-could p {
    font-family: "Lato-Regular";
    font-size: 16px;
    margin-bottom: 0;
}
.features-page .what-you-could ul {
    width:100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.features-page .what-you-could ul li {
    width:31%;
    float: left;
    margin-right: 3.5%;
}
.features-page .what-you-could ul li:last-child {
    margin-right: 0;
}
.features-page .what-you-could ul li h4 {
    font-family: "helveticabold";
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 17px;
}
.features-page .what-you-could ul li .icon-img {
    width:216px;
    height: 216px;
    display: inline-block;
    margin: 0 auto;
}
.features-page .what-you-could ul li.reselling .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/reselling.png") no-repeat scroll center center;
}
.features-page .what-you-could ul li.product-creation .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/product-creation.png") no-repeat scroll center center;
}
.features-page .what-you-could ul li.list-building .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/list-building.png") no-repeat scroll center center;
}
.features-page .what-you-could ul li.giveaways .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/giveaways.png") no-repeat scroll center center;
}
.features-page .what-you-could ul li.sale-funnels .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/sale-funnels.png") no-repeat scroll center center;
}
.features-page .what-you-could ul li.peronsal-use .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/peronsal-use.png") no-repeat scroll center center;
}
.features-page .what-you-could ul li.web-stores .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/web-stores.png") no-repeat scroll center center;
}
.features-page .what-you-could ul li.clientel-projects .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/clientel-projects.png") no-repeat scroll center center;
}
.features-page .what-you-could ul li.clickbank .icon-img {
    background: rgba(0, 0, 0, 0) url("../img/images-features/clickbank.png") no-repeat scroll center center;
}
.features-page .some-more {
    padding: 90px 0;
    background: #f1f1f1;
}
.features-page .some-more h3 {
    text-align: center;
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 60px;
}
.features-page .some-more ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.features-page .some-more ul li {
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
    background: rgba(0, 0, 0, 0) url("../img/images-features/icon-check.png") no-repeat scroll top left;
    padding: 0 0 33px 50px;
}
.features-page .some-more p {
    padding-left: 50px;
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
    margin: 0;
}
.features-page .are-you-thinking {
    padding-bottom: 20px;
}
.features-page .are-you-thinking h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    font-weight: normal;
    border-bottom:3px dotted #ececec;
    padding-bottom: 65px;
    margin: 85px 0 74px 0;
}
.features-page .are-you-thinking p {
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
}
.features-page .are-you-thinking .border-dotted {
    border-bottom:3px dotted #ececec;
    width:100%;
    margin-top: 108px;
}
.features-page .introducting h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 25px 0 17px;
}

.features-page .introducting h4 {
    color: #3b3b3b;
    font-family: "coffee_serviceregular";
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0 88px;
}
.features-page .introducting ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:57%;
}
.features-page .introducting ul li {
    color: #3b3b3b;
    font-family: "SegoeUI";
    font-size: 16px;
    background: rgba(0, 0, 0, 0) url("../img/images-features/icon-check.png") no-repeat scroll top left;
    padding: 0 0 33px 50px;
}
.coupon-box a:hover{
    color: #3b3b3b;
}
.features-page .database-demo {
    background: #2c3e50;
    padding: 30px 0 105px 0;
}
.features-page .database-demo h2 {
    color:#fefefe;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "helveticabold";
    font-weight: normal;
}
.features-page .database-demo h3 {
    color:#fefefe;
    font-size: 32px;
    font-family: "helveticabold";
    font-weight: normal;
}
.features-page .database-demo  .database-demo-video {
    height: 480px;
    max-width:860px;
    background-size: 100% auto;
    margin: 0 auto;
}
.features-page .dont-just,  .page-pricings .dont-just{
    padding: 40px 0;
}
.features-page .dont-just h3,  .page-pricings .dont-just h3 {
    font-size: 30px;
    font-family: "Lato-Regular";
    font-weight: normal;
}
.features-page .dont-just p,  .page-pricings .dont-just p {
    font-size: 16px;
    font-family: "Lato-Regular";
}
.features-page .testimonial ,  .page-pricings .testimonial{
    padding: 100px 0;
    background: url('https://s3.amazonaws.com/plrlobby/product/2016/10/16135822/testimonial-bg.jpg') no-repeat left top ;
    background-size: 100% 100%;
}
.features-page .testimonial p ,  .page-pricings .testimonial{
    font-size: 16px;
    font-family: "Lato-Regular";
    font-weight: normal;
    color:#fff;
    font-style: italic;
    line-height: 38px;
}
.features-page .testimonial h3,  .page-pricings .testimonial h3 {
    background: rgba(0, 0, 0, 0) url("../img/images-features/icon-testimonial.png") no-repeat scroll left center;
    color: #fff;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    padding: 20px 0 20px 135px;
}
.features-page .testimonial span,  .page-pricings .testimonial span {
    font-size: 12px;
    font-family: "Lato-Regular";
    font-weight: normal;
    color:#fff;
}
.features-page .testimonial  .t-play  ,  .page-pricings .testimonial .t-play{
    width:66px;
    height: 66px;
    background-image: url('../img/play-sprite.png')  ;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto 15px;
}
.features-page .testimonial  .t-play:hover  ,  .page-pricings .testimonial .t-play:hover{
     background-image: url('../img/play-sprite.png')  ;
    background-repeat: no-repeat;
    background-position: 0 -66px;
}
.video .fancybox-skin{
background: transparent none repeat scroll 0 0;
border: 0 none;
border-radius: 0 !important;
box-shadow: none;
padding: 10px !important;
}
.video.fancybox-opened{
  box-shadow: none;
  background: transparent none repeat scroll 0 0;
}
.video  .fancybox-inner{
    border-radius: 0!important;
}

.features-page .testimonial  .t-play a  ,  .page-pricings .testimonial .t-play a{
    display: inline-block;
    height: 100%;
    width: 100%;
}
.features-page .testimonial .flexslider  ,  .page-pricings .testimonial .flexslider {
    background: 0 !important;
    border:0 !important;
    box-shadow: 0 !important;
}
.features-page .testimonial .flexslider li  ,  .page-pricings .testimonial .flexslider li{
    background: 0 !important;
    /*height: 500px !important;*/
}
.features-page .testimonial .flex-control-nav,.page-pricings .testimonial .flex-control-nav {
    display: none;
}
  .features-page .testimonial .flex-direction-nav .flex-prev ,  .page-pricings .testimonial .flex-direction-nav .flex-prev{
  background: rgba(0, 0, 0, 0) url("../img/l-arrow.png") no-repeat scroll 0 top;
  left: -100px;
}
 .features-page .testimonial .flex-direction-nav .flex-next ,  .page-pricings .testimonial .flex-direction-nav .flex-next{
  background: rgba(0, 0, 0, 0) url("../img/r-arrow.png") no-repeat scroll 0 top;
  right: -100px;
}
.features-page .what-the-deal {
    padding: 34px 0 27px;
}
.features-page .what-the-deal h3 {
    font-size: 30px;
    font-family: "Lato-Regular";
    font-weight: normal;
    color:#3b3b3b;
    margin-bottom: 0;
}
.features-page .what-the-deal h4 {
    font-size: 24px;
    font-family: "Lato-Regular";
    font-weight: normal;
    margin-top: 30px;
}
.features-page .what-the-deal p {
    font-size: 16px;
    font-family: "Lato-Regular";
    line-height: 36px;
    margin-bottom: 48px;
}
.features-page .when-you-take , .page-pricings .when-you-take{
    padding: 100px 0;
    background: #f4f4f4;
}
 .page-pricings .when-you-take .when-you-take-img {

    width:100%;
    background-size: 100% auto;
    border-top: 10px solid #333;
    border-bottom: 10px solid #333;
    border-right: 12px solid #333;
    border-left: 12px solid #333;
    background: #212121;
    padding: 40px 50px 20px;
 }
 .when-you-take-img h2{
    color: #fff;
    font-family: Lato-Regular;
    font-size: 30px;
    margin:0;
    font-weight: normal;
 }
  .when-you-take-img h2 span{
    text-decoration: underline;
  }
  .when-content-box{
    padding-right: 330px;
    color:#fff;
    font-size: 12px;
    font-family: Lato-Regular;
    text-align: left;
    line-height: 30px;
    position: relative;

  }
    .when-content-box:after{
       background-image: url("../img/pricings-sprite.png");
    background-position: -7px -97px;
    background-repeat: no-repeat;
    content: "";
    height: 216px;
    position: absolute;
    right: -26px;
    top: 10px;
    width: 317px;
    }
.features-page .when-you-take .when-you-take-img {
    width:100%;
    background-size: 100% auto;
    border-top: 10px solid #333;
    border-bottom: 10px solid #333;
    border-right: 12px solid #333;
    border-left: 12px solid #333;
    background: #212121;
    padding: 40px 50px 20px;
}
.features-page .page-pricings {
    background: #2c3e50;
    padding-bottom: 95px;
}
.features-page .pricings-table {
    background: 0;
}
.features-page .page-pricings .pricings-table .pree, .features-page .page-pricings .pricings-table .premium {
    background: #fff;
}
.features-page .frequently {
    padding: 90px 0 0 0;
}
.features-page .frequently .frequently-conten .frequently-list ul li p , .page-pricings  .frequently .frequently-conten .frequently-list ul li p {
    color: #3b3b3b;
font-family: "Lato-Regular";
font-size: 12px;
}
.features-page .testimonial .flexslider .slides > li, .page-pricings .testimonial .flexslider .slides > li{
    min-height: 500px;
}
 .page-pricings  .frequently {
    padding: 50px 0 0 0;
}
 .page-pricings  .frequently .frequently-conten .frequently-list ul li p {
    font-size: 12px;
    font-family: 'Lato-Regular';
    color: #3b3b3b;
}
.frequently-conten h3.frequently-title{
    font-size: 30px;
    margin: 0 0 50px 0;
    font-weight: normal;
    font-family: Lato-Regular;
    text-align: center;
}
.features-page .frequently .frequently-conten .frequently-list ul li .fr-title h3 , .page-pricings  .frequently  .frequently-conten .frequently-list ul li .fr-title h3{
    font-size: 16px;
    font-size: 16px;
    font-weight: normal;
}
/******Feature Ends*******/

/******Download Page Section Starts*******/
.content h3 {
    font-size: 40px;
    font-family: 'PT-Sans';
    color: #3b3b3b;
    font-weight: normal;
    line-height: 50px;
}
.download-page .group-2 {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #e2e2e2;
}
.download-page .group-2 h3 {
    text-align: left;
}
.download-page .group-2 p {
    font-size: 19px;
    line-height: 42px;
    margin-bottom: 48px;
}
.download-page .group-3 {
    background: #133058;
    padding: 40px 0 70px;
}
.download-page .group-3 h3 {
    color:#fff;
}
.download-page .group-3 p {
    color:#fff;
    font-size: 24px;
    margin-top: 10px;
}
.download-page .group-3 ul {
    margin-top: 35px;
}
.download-page .group-3 ul li {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.download-page .group-3 ul li a {
    background: #212121 none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    padding: 20px 20%;
}
.download-page .group-3 ul li a:hover {
    background: #313131;
}
.download-page .group-3 ul li a:hover h3, .download-page .group-3 ul li a:hover p{
    color:#fff;
}
.download-page .group-4 {
    padding: 70px 0 40px;
    background: #fff;
}
.download-page .group-4 h3 {
    margin-bottom: 30px;
}
.download-page .group-4 a {
    border: 3px solid #133058;
    border-radius: 3px;
    display: inline-block;
    padding: 20px 214px;
    text-align: center;
    margin-bottom: -100px;
}
.download-page .group-4 a h3 {
    color:#133058;
}
.download-page .group-4 a p {
    color:#133058;
    font-size: 24px;
    margin-top: 10px;
}
.download-page .group-4 a:hover {
    background: #133058;
}
.download-page .group-4 a:hover h3, .download-page .group-4 a:hover p {
    color:#fff;
}

.download-page .group-4-1 {
    padding: 70px 0 40px;
    background: #fff;
}
.download-page .group-4-1 h3 {
    margin-bottom: 30px;
}
.download-page .group-4-1 a {
    border: 3px solid #133058;
    border-radius: 3px;
    display: inline-block;
    padding: 20px 190px;
    text-align: center;
    margin-bottom: 0px;
}
.download-page .group-4-1 a h3 {
    color:#133058;
}
.download-page .group-4-1 a p {
    color:#133058;
    font-size: 24px;
    margin-top: 10px;
}
.download-page .group-4-1 a:hover {
    background: #133058;
}
.download-page .group-4-1 a:hover h3, .download-page .group-4-1 a:hover p {
    color:#fff;
}
.download-page .group-5 .group-5-top {
    background: url('../img/images-download/download-bg1.jpg') no-repeat center center / cover;
    padding: 60px 0;
}
.download-page .group-5 .group-5-top h4 {
    color: #fff;
    font-family: "SegoeUI";
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
}
.download-page .group-5 .group-5-top h3 {
    color: #ff5a3c;
    font-family: "Quicksand-Bold";
    font-size: 65px;
    font-weight: normal;
    line-height: 65px;
    margin-bottom: 0;
    margin-top: 14px;
}
.download-page .group-5 .group-5-top p {
    color: #fefefe;
    font-family: "Lato-Regular";
    font-size: 16px;
    margin: 5px 0 0;
}
.download-page .group-5 .group-5-top span.color-b {
    color:#ff5a3c !important;
}
.download-page .group-5 .group-5-top .video-box {
    display: inline-block;
    height: 480px;
    margin: 35px auto;
    width: 855px;
}
.download-page .group-5 .group-5-top .video-box iframe {
    height: 100% !important;
    width: 100%;
}
.download-page .group-5 .group-5-bot {
    background: rgba(0, 0, 0, 0) url("../img/images-download/getinstant-bg.png") no-repeat scroll left center / cover ;
    padding: 40px 0;
}
.download-page .group-5 .group-5-bot p {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 16px;
    margin: 0 0 33px;
}
.download-page .group-5 .group-5-bot ul.get-instant-link {
    margin-bottom: 45px;
}
.download-page .group-5 .group-5-bot ul li {
    display: inline-block;
}
.download-page .group-5 .group-5-bot ul.get-instant-link li a {
    background: #ff5a3c none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0 11px;
    width: 350px;
}
.download-page .group-5 .group-5-bot ul.get-instant-link li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #ff5a3c;
}
.download-page .group-5 .group-5-bot .get-instant-icon li {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    text-align: left;
}
.download-page .group-5 .group-5-bot .get-instant-icon li.satisfaction {
    background: rgba(0, 0, 0, 0) url("../img/images-download/satisfaction-red.png") no-repeat scroll left center;
    padding-left: 35px;
}
.download-page .group-5 .group-5-bot .get-instant-icon li.privacy {
    background: rgba(0, 0, 0, 0) url("../img/images-download/privacy-red.png") no-repeat scroll left center;
    padding-left: 28px;
}
.download-page .group-5 .group-5-bot .get-instant-icon li.sercure {
    background: rgba(0, 0, 0, 0) url("../img/images-download/sercure-red.png") no-repeat scroll left center;
    padding-left: 33px;
}
.download-page .group-6 .group-6-top {
    background: #fff;
    padding: 80px 0 40px;
}
.download-page .group-6 .group-6-top h3 {
    margin-bottom: 20px;
}
.download-page .group-6 .group-6-ct {
    background-image: url(../img/images-download/download-bg2.jpg);
}
.download-page .group-6 .group-6-ct h3 {
    color:#369cc6;
    font-family: "helveticabold";
}
.download-page .group-6 .group-6-ct p span.color-b {
    color:#369cc6 !important;
}
.download-page .group-6 .group-6-bot {
    background: #c2edff;
}
.download-page .group-6 .group-6-bot p {
    color:#3b3b3b;
}
.download-page .group-6 .group-6-bot  ul.get-instant-link li.sign-up a {
    background: #53b5de;
    color:#fff !important;
}
.download-page .group-6 .group-6-bot  ul.get-instant-link li.sign-up a:hover {
   background: #9adbf7;
}
.download-page .group-6 .group-6-bot  ul.get-instant-link li.get-webbzo a {
    background: #b5de53;
    color:#fff !important;
}
.download-page .group-6 .group-6-bot  ul.get-instant-link li.get-webbzo a:hover {
    background: #c2eb61;
}
.download-page .group-6 .group-6-bot .get-instant-icon li.satisfaction {
    background-image: url("../img/images-download/satisfaction.png");
}
.download-page .group-6 .group-6-bot .get-instant-icon li.privacy {
    background-image: url("../img/images-download/privacy.png");
}
.download-page .group-6 .group-6-bot .get-instant-icon li.sercure {
    background-image: url("../img/images-download/sercure.png");
}
.download-page .group-7 {
    padding: 75px 0;
    background: #fff;
}
.download-page .group-8 {
    padding: 100px 0;
    background: #efece5;
}
.download-page .group-8-1 {
    padding: 100px 0;
    background: #56bc8a;
}
.download-page .group-8 .image {
    width: 811px;
    height: 557px;
    display: inline-block;
    margin: 0 auto;
    background: url(../img/images-download/downloadimg-8.jpg) no-repeat center top;
}
.download-page .group-9 p {
    margin-bottom: 35px;
}
.download-page .group-9 h3 {
    margin-bottom: 50px;
}
.download-page .group-9 p a {
    color:#133058;
}
.download-page .group-10 {
    padding: 70px 0;
    border-top:1px solid #e3e3e3
}
.download-page .group-10 h3 {
    margin-bottom: 50px;
    text-align: center;
}
.download-page .group-11 {
    padding: 40px 0;
    background: #fff;
}
.download-page .group-11 ul {
    clear: both;
    overflow: hidden;
    margin: 0 -15px;
}
.download-page .group-11 li {
    float: left;
    width: 30.33333%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 40px;
    box-sizing: content-box;
}
.download-page .group-11 li a.btn-deal {
    color: #fff;
    text-transform: uppercase;
    background: #133058;
    border: 2px solid transparent;
    text-align: center;
    padding: 10px 25px;
    display: block;
    font-family: 'Verdana';
    margin-top: 30px;
}
.download-page .group-11 li a.btn-deal:hover {
    border-color: #133058;
    background: transparent;
    color: #133058;
}
.download-page .group-11 li h3 {
    text-transform: uppercase;
    font-size: 19px;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1;
}
.download-page .group-11 li p {
    color: #3b3b3b;
    text-align: left;
}

@media (max-width: 1000px) {
    .download-page .group-11 li {
        width: 45%;
    }
}
@media (max-width: 499px) {
    .download-page .group-11 li {
        width: 100%;
        padding: 0;
    }
}
.download-page .group-99 {
    /*background: url("../img/bg-group9.jpg") no-repeat;*/
    /*background-size: cover;*/
    /*padding: 50px 20px;*/
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.download-page .group-99 .plrdatabase-logo {
    display: inline-block;
    background: url(../img/plrdatabase-logo.png) no-repeat;
    overflow: hidden;
    width: 210px;
    height: 25px;
}
.download-page .group-99 h2 {
    font-size: 33px;
    line-height: 34px;
    margin: 30px 0;
    color: #fff;
    font-family: 'montserratextrabold';
}
.download-page .group-99 h2 span {
    color: #40a6d0;
}
.download-page .group-99 h3 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.download-page .group-99 p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Verdana';
    margin: 40px 0;
}
.download-page .group-99 a.btn {
    background: #429cc2;
    color: #fff;
    padding: 20px 10%;
    display: inline-block;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
    /******Download Page Section Ends*******/

/**********Upsell 1 Page Section Starts***********/
.upsell-page .upsell-top {
    background: #b41d24 none repeat scroll 0 0;
    box-shadow: 0 0 1px 1px #8c1820;
    padding: 20px;
    margin-bottom: 50px;
	margin-top: 140px
}
.upsell-page .upsell-top h2 {
    color: #fff;
    font-family: "PT-Sans";
	font-weight: bold;
    font-size: 36px;
    line-height: 46px;
}
.upsell-page .upsell-top p {
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    line-height: 24px;
    padding: 0 31px;
}

.upsell-top-main-content .home-top-content h5 {
    margin-bottom: 35px;
}
.upsell-top-main-content .home-top-content h5{
    line-height: 20px;
    color: #133058;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
}
.upsell-top-main-content .home-top-content h4 {
    background: 0;
    line-height: 40px;
}
.upsell-page .group-1 {
    background: #fff;
    padding: 70px 0;
}
.upsell-page .group-1 p {
    margin-bottom: 30px;
}
.upsell-page .group-1 h3 {
    text-align: center;
    margin-bottom: 30px;
}
.upsell-page .group-2 {
    padding: 60px 0;
    background: #133058;
}
.upsell-page .group-2 h3 {
    color:#fff;
    line-height: 40px;
}
.upsell-page .group-3 {
    padding: 100px 0 0 0;
    background: #fff;
}
.upsell-page .group-3 .module p {
    text-align: left;
    margin-bottom: 35px;
}
.upsell-page .module-content ul li::before {
    color: #133058;
    content: "●";
    font-size: 21px;
    left: 0;
    line-height: 22px;
    position: absolute;
    top: 0;
}
.upsell-page .module-content ul li {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 7px;
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.upsell-page .group-3 .module-1 .module-content h3 {
    margin: 35px 0;
}
.upsell-page .module-content-2 {
    margin-bottom: 80px;
}
.upsell-page .module-content .module-left {
    display: block;
    float: left;
    margin-right: 4%;
    width: 41%;
}
.upsell-page .module-content .module-right {
    float: left;
    width: 55%;
}
.upsell-page .group-3 .module-8 .module-content {
    padding: 65px 40px 27px;
}
.total-overall {
    background: #fff;
}
.upsell-page .group-6 {
    padding: 75px 0;
    background: #fff;
}
.upsell-page .group-6 h3 {
    margin-bottom: 65px;
}
.upsell-page .group-6 p {
    margin-bottom: 35px;
}
.upsell-page .group-7 {
    border-top: 1px solid #e3e3e3;
    padding: 40px 0 0;
}
.upsell-page .group-7 .group-header h2 {
    border-bottom: 1px solid #e7e7e7;
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.upsell-page .group-7 .group-header h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
}
.upsell-page .group-7 .group-header p {
    margin-bottom: 35px;
    text-align: left;
}
.upsell-page .group-7 .module .module-content {
    background: #fff;
    padding-bottom: 90px;
}
.upsell-page .group-7 .module-content h4 {
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.upsell-page .group-7 .module-content p {
    text-align: left;
    margin-bottom: 30px;
}
.upsell-page .group-7 .module-content h6.yours-free {
    background: #ffd304 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 36px;
    margin-top: 35px;
    padding: 15px 25%;
    text-transform: uppercase;
}
.upsell-page .group-8 {
    padding: 80px 0;
    background: #fff;
}
.upsell-page .group-8 h3 {
    margin-bottom: 0;
}
.upsell-page .group-8 p {
    margin-bottom: 30px;
}
.upsell-page .group-19 {
    padding: 80px 0 60px;
    background: #fff
}
.upsell-page .group-19 h3 {
    color: #3b3b3b;
    font-family: "PT-Sans";
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.upsell-page .group-19 .group-19-bt {
    background: #dfff88;
    border: 1px solid #e3e3e3;
    padding: 40px 12%;
}
.upsell-page .group-19 .group-19-bt h5 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
	margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.upsell-page .group-19 .group-19-bt h5 span {
    color:#8dd909;
}
.home-page .group-19 .group-19-bt ul {
    margin-bottom: 50px;
}
.upsell-page .group-19 .group-19-bt ul li {
    background: rgba(0, 0, 0, 0) url("../img/check.png") no-repeat scroll left center;
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 55px;
    text-align: left;
}
.upsell-page .group-19 .group-19-bt h3 {
    background: #8dd909 none repeat scroll 0 0;
    color: #fffffe;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    padding: 5px 40px;
    text-align: center;
}
.upsell-page .group-19 .group-19-bt h6 {
    color: #3b3b3b;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    text-decoration: line-through;
    text-align: center;
}
.upsell-page .group-9 {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 30px;
}
.upsell-page .group-9 p {
    margin-bottom: 30px;
}
.upsell-page .group-9 h6 {
    color: #757575;
    font-family: "Carolina";
    font-size: 32.37px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.upsell-page .group-9 .image {
    background: rgba(0, 0, 0, 0) url("../img/daniel-taylor.png") no-repeat scroll center top;
    display: inline-block;
    height: 153px;
    width: 153px;
}
.upsell-page .group-10 {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 60px;
}
.upsell-page .group-10 .group-10-ct {
    border: 1px solid #e3e3e3;
    display: inline-block;
    padding: 40px 12% 70px;
    width: 75%;
}
.upsell-page .group-10 h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}
.upsell-page .group-10 h6 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.upsell-page .group-10 ul li {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.upsell-page .group-11 h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 36px;
    margin-bottom: 80px;
    text-align: center;
}
.upsell-page .group-11 ul li .fr-title {
    display: inline-flex;
    float: left;
    width: 100%;
}
.upsell-page .group-11 ul li .fr-title span {
    color: #acb4c0;
    float: left;
    font-family: "helveticabold";
    font-size: 55.4px;
    line-height: 54px;
    margin-right: 15px;
}
.upsell-page .group-11 ul li .fr-title h3 {
    color: #676978;
    float: left;
    font-family: "helveticabold";
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 3px 0 0;
    text-align: left;
}
.upsell-page .group-11 ul li p {
    font-size: 16px;
}
.upsell-page .group-11 ul li {
    float: left;
    margin-bottom: 56px;
    width: 100%;
}
.upsell-page .group-11 {
    border-top: 1px solid #e3e3e3;
    padding: 80px 0 0;
}
.upsell-page .group-18 h3 {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.upsell-page .group-18 p {
    color: #fff;
    margin-bottom: 30px;
}
.upsell-page .group-18 .when-you-take-img {
    background: #2b2b2b none repeat scroll 0 0;
    border-color: #333;
    border-style: solid;
    border-width: 10px 12px;
    padding: 40px 50px;
    display: inline-block;
}
.upsell-page .group-18  {
    top: -55px;
	margin-top: 100px;
    margin-bottom: 100px;
}
.link_bottom {
    text-align: center;
    background: #f3f3f4;
    font-family: "Lato-Regular";
    font-size: 16px;
    clear: both;
    position: relative;
    top: -55px;
	margin-top: 100px;
    margin-bottom: -18px;
}
.link_bottom a{
    color: #133058;
    text-decoration: none;
}
.link_bottom a:hover{
  color: #133058;
}
/**********Upsell 1 Page Section Ends***********/

/**********Upsell 2 Page Section Starts***********/
.upsell-page2 p {
    margin-bottom: 30px;
}
.upsell-page2 .upsell-top-main-content .upsell-top h2 {
    color: #fff;
    font-size: 69.59px;
    line-height: 70px;
    margin-bottom: 15px;
    font-family: 'HelveticaLT-Black';
}
.upsell-page2 .upsell-top-main-content .upsell-top p {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 30px !important;
    line-height: 24px !important;
    padding: 0 !important;
}
.upsell-page2 .upsell-top-main-content p {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 25px;
    padding: 30px 0;
}
.upsell-page2 .group2-2 {
    padding: 55px 0;
    border-top:1px solid #636363
}
.upsell-page2 .group2-2  h4 {
    color:#3b3b3b;
    font-size: 24px;
    font-family: "Lato-Regular";
    line-height: 30px;
    margin-bottom: 60px;
}
.upsell-page2 .group2-2 h3 {
    margin-bottom: 60px;
}
.upsell-page2 .group2-3 {
    padding: 40px 0;
    background: #133058;
}
.upsell-page2 .group2-3 h3 {
    color:#ffffff;
    margin-bottom: 45px;
}
.upsell-page2 .group2-3 ul li {
    width: 23%;
    float: left;
    color:#fff;
    margin-right: 2.66666%;
}
.upsell-page2 .group2-3 ul li:last-child {
    margin-right: 0;
}
.upsell-page2 .group2-3 ul li p {
    color:#fff;
}
.upsell-page2 .group2-3 ul li div {
    width: 228px;
    height: 228px;
    display: inline-block;
    margin: 0 auto 20px;
}
.upsell-page2 .group2-3 ul li .img1 {
    background: rgba(0, 0, 0, 0) url("../img/images-upsell/upsell2-img1.png") no-repeat scroll center top;
}
.upsell-page2 .group2-3 ul li .img2 {
    background: rgba(0, 0, 0, 0) url("../img/images-upsell/upsell2-img2.png") no-repeat scroll center top;
}
.upsell-page2 .group2-3 ul li .img3 {
    background: rgba(0, 0, 0, 0) url("../img/images-upsell/upsell2-img3.png") no-repeat scroll center top;
}
.upsell-page2 .group2-3 ul li .img4 {
    background: rgba(0, 0, 0, 0) url("../img/images-upsell/upsell2-img4.png") no-repeat scroll center top;
}
.upsell-page2 .group2-3 p {
    color:#fff;
}
.upsell-page2 .group2-4 {
    background: #fff;
    padding: 90px 0;
}
.upsell-page2 .group2-4 h3 {
    margin-bottom: 65px;
}
.upsell-page2 .group2-4 ul li {
    background: rgba(0, 0, 0, 0) url("../img/icon-check.png") no-repeat scroll left center;
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    padding-left: 45px;
    padding-top: 3px;
}
.upsell-page2 .group2-5 {
    background: rgba(0, 0, 0, 0) url("../img/images-upsell/bg-group2-5.jpg") no-repeat scroll left top / 100% 100%;
    padding: 75px 0;
}
.upsell-page2 .group2-5  h3 {
    color:#fff;
    margin-bottom: 50px;
}
.upsell-page2 .group2-5  h4 {
    color:#fff;
    font-family: "Lato-Regular";
    color:#133058;
    font-size: 30px;
    margin-bottom: 50px;
}
.upsell-page2 .group2-5 p {
    color:#fff;
    margin-bottom: 50px;
}
.upsell-page2 .group2-6 {
    padding: 90px 0;
    background: #fff;
}
.upsell-page2 .group2-6 h3 {
    margin-bottom: 35px;
}
.upsell-page2 .group2-6 h3.align-center {
    margin-bottom: 60px;
}
.upsell-page2 .group2-6 .sele-hosting  {
    width: 46%;
    float: left;
    margin-right: 8%;
}
.upsell-page2 .group2-6 .managed-hosting  {
    width: 46%;
    float: left;
}
.upsell-page2 .group2-6  ul li {
    background: rgba(0, 0, 0, 0) url("../img/icon-check.png") no-repeat scroll left center;
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    padding-left: 45px;
    padding-top: 3px;
}
.frequently {
    border-top: 1px solid #e3e3e3;
    padding: 80px 0 0;
}
.frequently h3 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 36px;
    margin-bottom: 80px;
    text-align: center;
}
.frequently ul li .fr-title span {
    color: #acb4c0;
    float: left;
    font-family: "helveticabold";
    font-size: 55.4px;
    line-height: 54px;
    margin-right: 15px;
}
.frequently ul li .fr-title {
    display: inline-flex;
    float: left;
    width: 100%;
}
.frequently ul li .fr-title h3 {
    color: #676978;
    float: left;
    font-family: "helveticabold";
    font-size: 18px;
    font-weight: normal;
    margin: 3px 0 0;
    line-height: 24px;
    text-align: left;
}
.frequently ul li p {
    font-size: 16px;
    margin-bottom: 0;
}
.frequently ul {
    float: left;
    list-style-type: none;
    margin: 0 4% 0 0;
    padding: 0;
    width: 48%;
}
.frequently ul.frequently-list-right {
    margin-right: 0;
}
.frequently ul li {
    float: left;
    margin-bottom: 56px;
    width: 100%;
}
/**********Upsell 2 Page Section Ends***********/

/**********Downsell Page Section Starts***********/
.down-sell-page .upsell-top {
    background: #b41d24 none repeat scroll 0 0;
    box-shadow: 0 0 1px 1px #8c1820;
    margin-bottom: 70px;
    padding: 35px 20px 35px 295px;
    position: relative;
    text-align: left;
    /*margin-top: 100px;*/
}
.down-sell-page .home-top-content {
    margin: 0 auto;
    max-width: 1100px;
}
.down-sell-page  .upsell-top-main-content .upsell-top h2 {
    color: #fff;
    font-family: "HelveticaLT-Black";
    font-size: 57px;
    line-height: 60px;
    margin-bottom: 0px;
}
.down-sell-page .upsell-top-main-content .upsell-top p {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin: 0;
}
.down-sell-page .upsell-top:after {
    content: " ";
    width: 258px;
    height: 220px;
    display: inline-block;
    background: rgba(0, 0, 0, 0) url("../img/images-downsell/icon-sign.png") no-repeat scroll left top / 100% 100%;
    left: 10px;
    position: absolute;
    top: -35px;
}
.down-sell-page  .upsell-top-main-content h5 {
    line-height: 34px;
    margin-bottom: 65px;
}
.down-sell-page  .upsell-top-main-content h4 {
    background: #133058;
    padding: 10px 50px;
    margin: 50px 0 150px;
}
.down-sell-page p {
    margin-bottom: 30px;
}
.down-sell-page .group-2 {
    padding: 65px 0;
    background: #fff;
}
.down-sell-page .group-3 {
    background: rgba(0, 0, 0, 0) url("../img/images-upsell/upsell-bg1.jpg") repeat scroll center top;
    padding: 60px 0;
}
.down-sell-page .group-3 h3 {
    color: #fff;
    line-height: 40px;
}
.down-sell-page .group-10 {
    padding-bottom: 40px;
}
.down-sell-page .group-20 {
    padding: 60px 0;
}
.down-sell-page .group-recap .group-recap-bt {
    background: #dfff88;
    border: 1px solid #e3e3e3;
    padding: 40px 12%;
    margin-top: 0px;
}
.down-sell-page .group-recap {
    padding: 80px 0 60px;
    background: #fff
}
.down-sell-page .group-recap h3 {
    color: #3b3b3b;
    font-family: "PT-Sans";
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.down-sell-page .group-recap .group-recap-bt {
    background: #dfff88;
    border: 1px solid #e3e3e3;
    padding: 40px 12%;
}
.down-sell-page .group-recap .group-recap-bt h5 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
	margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.down-sell-page .group-recap .group-recap-bt h5 span {
    color:#8dd909;
}
.down-sell-page .group-recap .group-recap-bt ul {
    margin-bottom: 50px;
}
.down-sell-page .group-recap .group-recap-bt ul li {
    background: rgba(0, 0, 0, 0) url("../img/check.png") no-repeat scroll left center;
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 55px;
    text-align: left;
}
.down-sell-page .group-recap .group-recap-bt h3 {
    background: #8dd909 none repeat scroll 0 0;
    color: #fffffe;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    padding: 5px 40px;
    text-align: center;
}
.down-sell-page .group-recap .group-recap-bt h6 {
    color: #3b3b3b;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    text-decoration: line-through;
    text-align: center;
}
.down-sell-page .group-avatar {
    background: #fff;
    padding-bottom: 30px;
}
.down-sell-page .group-avatar p {
    margin-bottom: 30px;
}
.down-sell-page .group-avatar .image {
    background: rgba(0, 0, 0, 0) url("../img/avatar.png") no-repeat top center;
    display: inline-block;
    height: 153px;
    width: 153px;
}
.down-sell-page .group-avatar h6 {
    color: #757575;
    font-family: "Carolina";
    font-size: 32.37px;
    margin-bottom: 20px;
    margin-top: 10px;
}
/**********Downsell Page Section Ends***********/

/**********Upsell Downlsell 1 Page Section Starts***********/
.upsell-downsell-1 .group-recap .group-recap-bt {
    background: #dfff88;
    border: 1px solid #e3e3e3;
    padding: 40px 12%;
    margin-top: 0px;
}
.upsell-downsell-1 .group-recap {
    padding: 80px 0 60px;
    background: #fff
}
.upsell-downsell-1 .group-recap h3 {
    color: #3b3b3b;
    font-family: "PT-Sans";
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.upsell-downsell-1 .group-recap .group-recap-bt {
    background: #dfff88;
    border: 1px solid #e3e3e3;
    padding: 40px 12%;
}
.upsell-downsell-1 .group-recap .group-recap-bt h5 {
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 30px;
	margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.upsell-downsell-1 .group-recap .group-recap-bt h5 span {
    color:#8dd909;
}
.upsell-downsell-1 .group-recap .group-recap-bt ul {
    margin-bottom: 50px;
}
.upsell-downsell-1 .group-recap .group-recap-bt ul li {
    background: rgba(0, 0, 0, 0) url("../img/check.png") no-repeat scroll left center;
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 55px;
    text-align: left;
}
.upsell-downsell-1 .group-recap .group-recap-bt h3 {
    background: #8dd909 none repeat scroll 0 0;
    color: #fffffe;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    padding: 5px 40px;
    text-align: center;
}
.upsell-downsell-1 .group-recap .group-recap-bt h6 {
    color: #3b3b3b;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    text-decoration: line-through;
    text-align: center;
}
.upsell-downsell-1 .group-9 {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 30px;
	padding-top: 30px;

}
.upsell-downsell-1 .group-9 p {
    margin-bottom: 30px;
}
.upsell-downsell-1 .group-9 h6 {
    color: #757575;
    font-family: "Carolina";
    font-size: 32.37px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.upsell-downsell-1 .group-9 .image {
    background: rgba(0, 0, 0, 0) url("../img/daniel-taylor.png") no-repeat scroll center top;
    display: inline-block;
    height: 153px;
    width: 153px;
}
.upsell-downsell-1 .group-18 h3 {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.upsell-downsell-1 .group-18 p {
    color: #fff;
    margin-bottom: 30px;
}
.upsell-downsell-1 .group-18 .when-you-take-img {
    background: #2b2b2b none repeat scroll 0 0;
    border-color: #333;
    border-style: solid;
    border-width: 10px 12px;
    padding: 40px 50px;
    display: inline-block;
}
.upsell-downsell-1 .group-18  {
    top: -55px;
	margin-top: 0;
    margin-bottom: 0;
}
.upsell-downsell-1 .group-2 h3 {
    color:#212121;
}
.upsell-downsell-1 .group-3-1 {
    background: #133058;
    padding: 60px 0;
}
.upsell-downsell-1 .group-3-1 h3 {
    color: #fff;
}
.upsell-downsell-1 .group-3 {
    background: #fff;
    padding: 60px 0;
}
.upsell-downsell-1 .group-3 .module-content h3 {
    color:#212121;
}
.upsell-downsell-1 .total-overall {
    padding-bottom: 30px;
}
.upsell-downsell-1 .group-20 h3 {
    margin-bottom: 60px;
    text-align: center;
}
.upsell-downsell-1 .group-20 .image-2 {
    margin: 60px auto;
}
.upsell-downsell-1 .group-3 .module-content ul li {
    background: 0;
    margin-bottom: 7px;
    padding-left: 20px;
}
.upsell-downsell-1 .group-3 .module-content ul li::before {
    display: block;
}
.upsell-downsell-1 .group-3 .module-2 .module-content, .upsell-downsell-1 .group-3 .module-4 .module-content  {
    padding: 50px 12.8%;
}
.upsell-downsell-1 .group-3 .module-8 .module-content ul li, .upsell-downsell-1 .group-3 .module-8 .module-content ul {
    width: 100%;
}
.demo-video iframe { display : table; margin: 0 auto; 
}
/**********Upsell Downlsell 1 Page Section Starts***********/

/********Affiliates JV Launch Page Section Start************/
.jv-launch  p {
    margin-bottom: 30px;
}
body.page-template-page-jvlaunch #header {
    display: none;
}
.jv-launch .page-header {
    background: #133058 none repeat scroll 0 0;
    display: inline-block;
    padding: 25px 0;
    width: 100%;
    float: left;
    position: relative;
}
.jv-launch .page-header .logo {
    float: left;
}
.jv-launch .page-header .logo a {
    font-size: 0;
    width: 266px;
    height: 80px;
    display: block;
	margin-top: 0;
	margin-bottom: 0px;
    background: rgba(0, 0, 0, 0) url("../img/images-jvlaunch/jv-launch-logo.png") no-repeat scroll center top;
}
.jv-launch .page-header .nav-menu {
    float: right;
    text-align: right;
	margin-bottom: 15px;
    margin-top: 20px;
}
.jv-launch .page-header .nav-menu ul li {
    float: left;
}
.jv-launch .page-header .nav-menu ul li a {
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 3px;
}
.jv-launch .page-header .nav-menu ul li a:hover {
    background: #133058;
    width: 100%;
    box-sizing: border-box;
}
.jv-launch  .home-top-main-content {
    background: #f4f2f4;
}
.jv-launch  .home-top-main-content .home-top-content h2 {
    color: #3b3b3b;
    font-family: "PT-Sans";
    font-size: 48px;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 17px;
    margin-top: 10px;
}
.jv-launch  .home-top-main-content .home-top-content h4 {
    font-size: 48px;
    width: 100%;
    padding: 13px 0;
    margin-bottom: 28px;
}


.jv-launch  .home-top-main-content .content2 {
    margin-left: -30px;
    margin-right: -30px;
}
.jv-launch  .home-top-main-content .home-top-content .content2 h2 {
    color: #fff;
    font-family: "PT-Sans";
    font-size: 48px;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 17px;
    margin-top: 10px;
}
.jv-launch  .home-top-main-content .home-top-content .content2 h4 {
    font-size: 48px;
    width: 100%;
    padding: 13px 0;
    margin-bottom: 28px;
}
.jv-launch  .home-top-main-content .home-top-content .content2 h4 {
    font-size: 48px;
    width: 100%;
    padding: 13px 0;
    margin-bottom: 28px;
	line-height: 60px;
}


.jv-launch  .home-top-main-content .home-top-content .img {
    background: rgba(0, 0, 0, 0) url("../img/images-jvlaunch/jv-time-img.jpg") no-repeat scroll center top / 100% auto;
    display: block;
    height: 95px;
    margin: 0 auto 25px;
    width: 500px;
}
.jv-launch .group-3 {
    background: #133058;
    padding: 50px 0 110px;
}
.jv-launch .group-3 .step {
    width: 47%;
    float: left;
    margin-right: 6%;
}
.jv-launch .group-3 .step.last {
    margin-right: 0;
}
.jv-launch .group-3 .step h3 {
    color: #fff;
    font-family: "MyriadPro-Regular";
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 25px;
	margin-top: 50px;
}
.jv-launch .group-3 .step p {
    font-size: 16px;
    color:#fff;
    padding: 0 45px;
    margin-bottom: 45px;
}
.jv-launch .group-3 .step a {
    background: #fff;
    border-radius: 3px;
    color:#133058;
    font-size: 16px;
    font-family: "Lato-Regular";
    width: 100%;
    padding: 30px 0;
    display: inline-block;
}
.jv-launch .group-3 .step a:hover {
    background: #fff;
}
.jv-launch .group-4 {
    background: #fff;
    padding: 55px 0 100px;
}
.jv-launch h2 {
    color:#3b3b3b;
    font-family: "MyriadPro-Regular";
    font-size: 36px;
    margin-bottom: 20px;
}
.jv-launch .group-4 h2 {
    text-align: center;
}
.jv-launch .group-4 .sales-link a {
    background: #133058 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
    max-width: 670px;
    padding: 15px 0;
}
.jv-launch .group-4 .sales-link a:hover {
    background: #133058 none repeat scroll 0 0;
}
.jv-launch .group-4 .sales-link a h3 {
    color:#fff;
}
.jv-launch .group-4 .sales-link a p {
    color:#fff;
    margin-bottom: 0;
}
.jv-launch .group-4 .image-figure {
    clear: both;
    overflow: hidden;
    margin: 60px auto 80px;
}
.jv-launch .group-4 .image-figure ul li {
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative;
}
.jv-launch .group-4 .image-figure ul li::before {
        color: #133058;
        content: "●";
        font-size: 21px;
        left: 0px;
        position: absolute;
        top: 6px;
        line-height: 22px;
}
.jv-launch .group-5 {
    padding: 70px 0;
}
.jv-launch  .border-dotted {
    height: 1px ;
    width: 100%;
    display: inline-block;
    border-bottom: 2px dotted #bbbbbb;
    margin-bottom: 45px;
}
.jv-launch .group-5 .sales-ct {
    margin-bottom: 60px;
}
.jv-launch .group-5 .sales-ct .front-end {
    width:187px;
    float: left;
    background: #133058;
    border-radius: 3px;
    margin-right: 15px;
}
.jv-launch .group-5 .sales-ct .front-end p {
    color:#fff;
    margin: 0;
    padding: 5px 0;
	
}
.jv-launch .group-5 .sales-ct .front-end h2 {
    color:#fff;
    margin: 0;
    font-size: 50px;
    background: #133058;
    font-family: "ChunkFive";
    line-height: 58px;
}
.jv-launch .group-5 .sales-ct .front-end h3 {
    color:#fff;
    margin: 0;
    font-size: 24px;
    padding: 5px 0;
	
}
.jv-launch .group-5 .sales-ct ul {
    width: calc(50% - 130px);
    float: left;
    text-align: left;
    margin-right: 58px;
}
.jv-launch .group-5 .sales-ct ul li {
    background: rgba(0, 0, 0, 0) url("../img/icon-check.png") no-repeat scroll left 5px / 23px 23px;
    color: #212121;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-top: 3px;
}
.jv-launch .group-5 .sales-ct ul.last {
    margin-right: 0;
}
.jv-launch .group-6 {
    background: #fff;
    padding: 100px 0;
}
.jv-launch .group-6 .speed {
    width: 915px;
    margin: 100px auto 0;
    display: block;
    background: #133058;
    height: 153px;
}
.jv-launch .group-6 .speed ul li {
    width: 33.333%;
    float: left;
}
.jv-launch .group-6 .speed ul li .speed-ct {
    border: 4px solid #fff;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    top: -53px;
    background: #133058;
    margin: 0 auto;
}
.jv-launch .group-6 .speed ul li .speed-ct h4 {
    font-family: "Lato-Regular";
    font-size: 21.43px;
    color:#fff;
    position: relative;
    top: 35px;
}
.jv-launch .group-6 .speed ul li .speed-ct h3 {
    font-family: "Lato-Regular";
    font-size: 70.8px;
    color:#fff;
    font-family: "ChunkFive";
    position: absolute;
    top: 46%;
    width: 100%;
}
.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.jv-launch .group-7 {
    padding: 55px 0 100px;
}
.jv-launch .group-7 .tab-container .etabs {
    float: left;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.jv-launch .group-7 .tab-container .etabs li {
    border-radius: 0;
    float: left;
    padding: 0;
    border: 0 none;
    border: 1px solid #d5d5d5;
    background: #f9f9f9;
    border-right:0;
    border-bottom:0;
}
.jv-launch .group-7 .tab-container .etabs li:last-child {
    border-right: 1px solid #d5d5d5;
    border-radius: 0 5px 0 0;
}
.jv-launch .group-7 .tab-container .etabs li:first-child  {
    border-radius: 5px 0 0 0;
}
.jv-launch .group-7 .tab-container .etabs li a {
    color:#3b3b3b;
    font-family: "Lato-Regular";
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
     padding: 10px;
}
.jv-launch .group-7 .tab-container .etabs li.active {
    background: #fff;
}
.jv-launch .group-7 .tab-container .etabs li.active a {
    background: #fff none repeat scroll 0 0;
    left: 0;
    line-height: 27px;
    padding-bottom: 11px;
    position: relative;
    top: 1px;
}
.jv-launch .group-7 .tab-container .tabs-ct {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    padding: 65px 30px;
    float: left;
    width:calc(100% - 60px);
    text-align: left;
}
.jv-launch .group-8 {
    background: #fff;
    padding: 110px 0 50px;
	margin-bottom: -35px;
}
.jv-launch .group-8 .group-8-tk {
    width: 100%;
    float: left;
    margin-bottom: 65px;
}
.jv-launch .group-8 .group-8-tk .tk-ct {
    width: 167px;
    margin: 0 auto;
}
.jv-launch .group-8  .group-8-right .tk-ct {
    float: left;
}
.jv-launch .group-8 .group-8-tk a {
    width: 100%;
    height: 52px;
    border-radius: 4px;
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 52px;
    display: inline-block;
    margin-bottom: 13px;
    font-family: "Lato-Regular";
}
.jv-launch .group-8 .group-8-tk a.facebook {
    background: rgba(0, 0, 0, 0) url("../img/images-jvlaunch/icon-facebook.png") no-repeat scroll 14px center;
    background-color: #4267B2;
}
.jv-launch .group-8 .group-8-tk a.skype {
    background: rgba(0, 0, 0, 0) url("../img/images-jvlaunch/icon-skype.png") no-repeat scroll 14px center;
    background-color: #00aced;
}
.jv-launch .group-8 .group-8-tk a.twitter {
    background: rgba(0, 0, 0, 0) url("../img/images-jvlaunch/icon-twitter.png") no-repeat scroll 14px center;
    background-color: #2c3e50;
}
.jv-launch .group-8 .group-8-tk a.email {
    background: rgba(0, 0, 0, 0) url("../img/images-jvlaunch/icon-email.png") no-repeat scroll 14px center;
    background-color: #ff5a3c;
}
.jv-launch .group-8  .group-8-left .image {
    background: rgba(0, 0, 0, 0) url("../img/daniel-taylor.png") no-repeat scroll center top;
    display: inline-block;
    height: 153px;
    width: 153px;
}
.jv-launch .group-8  .group-8-left h6 {
    color: #757575;
    font-family: "Carolina";
    font-size: 32.37px;
    margin-bottom: 20px;
    margin-top: 10px;
    -webkit-transform: rotateZ(-8deg); /* Safari */
    transform: rotateZ(-8deg); /* Standard syntax */
}
.jv-launch .group-8  .group-8-right .image {
    background: rgba(0, 0, 0, 0) url("../img/images-jvlaunch/jv-team.png") no-repeat scroll center top;
    display: inline-block;
    height: 153px;
    width: 153px;
}
.jv-launch .group-8  .group-8-right p {
    color:#757575;
    margin-top: 10px;
}
.jv-launch .menu-mobile {
    display: none;
    /*float: right;*/
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 5px;*/
}
.menu-mobile .menu-btn {
    border-radius: 5px;
    cursor: pointer;
    height: 20px;
    margin: 10px 0;
    padding: 7.5px 0px;
    background: #fff;
    width: 100%;
    position: relative;
}
.menu-mobile .menu-btn span {
    position: relative;
    top: 49%;
    right: 0;
    -webkit-transition: rotate 0.2s, translate 0.2s;
    -moz-transition: rotate 0.2s, translate 0.2s;
    transition: rotate 0.2s, translate 0.2s;
    display: block;
    height: 3px;
    width: 24px;
    margin: 0 auto;
    background: #133058;
}
.menu-mobile .menu-btn span::before,
.menu-mobile .menu-btn span::after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #133058;
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
.menu-mobile .menu-btn span::before {
    top: -8px;
}
.menu-mobile .menu-btn span::after {
    top: 8px;
}
/*.menu-mobile .menu-btn:hover {*/
    /*background: #fff;*/
/*}*/
/*.menu-mobile .menu-btn span::before {*/
    /*border-top: 4px solid #fff;*/
    /*bottom: 0;*/
    /*content: "";*/
    /*height: 100%;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 3px;*/
    /*width: 100%;*/
/*}*/
/*.menu-mobile .menu-btn span {*/
    /*border-bottom: 4px solid #fff;*/
    /*border-top: 4px solid #fff;*/
    /*float: left;*/
    /*height: 10px;*/
    /*position: relative;*/
    /*width: 100%;*/
/*}*/
/*.menu-mobile .menu-btn:hover span, .menu-mobile .menu-btn:hover span::before{*/
    /*border-color: #133058;*/
/*}*/
.floater-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left:0;
    display: none;
    background: #212121;
    text-align: center;
    padding: 10px 0;
    z-index: 99999;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.floater-bar.stickey {
    display: block;
}
.floater-bar h3.widget-title {
    font-size: 17px;
    color:#133058;
    text-transform: uppercase;
    font-family: "Lato-Regular";
}
.floater-bar .countdown .time_left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center !important;
    color: #fff !important;
    font-size: 34px !important;
    padding-bottom: 0;
    padding-top: 0;
}
.floater-bar .countdown .time_description {
    color: #fff !important;
    font-family: "Lato-Regular" !important;
    font-size: 14px !important;
    font-weight: normal;
    text-transform: uppercase;
}
#ouibounce-modal {
  display: none;
  font-family: "Lato-Regular";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#ouibounce-modal .underlay {
  animation: 0.5s ease 0s normal none 1 running fadein;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#ouibounce-modal .modal {
  animation: 0.3s ease 0s normal none 1 running popin;
  background-color: #fff;
  bottom: 0;
  height: 470px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 775px;
  z-index: 1;
  text-align: center;
}
#ouibounce-modal .modal .modal-top {
    background: #6dc9ef;
    display: inline-block;
    width: 100%;
    padding: 0 53px;
    position: relative;
}
#ouibounce-modal .modal .modal-bottom {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
}
#ouibounce-modal .modal .modal-top h3{
    color:#ffffff;
    font-family: "Lato-Regular";
    font-size: 24px;
    font-weight: normal;
    margin: 19px 0 5px 0;
    line-height: 32px;
}
#ouibounce-modal .modal .modal-top .price {
    position: relative;
    height: 82px;
    display: inline-block;
    width:100%;
}
#ouibounce-modal .modal .modal-footer, .fancybox-item.fancybox-close {
    position: absolute;
    background: rgba(0, 0, 0, 0) url("../img/icon-close.png") no-repeat scroll 0 0 !important;
    height: 45px;
    right: 0;
    top: -53px;
    width: 45px;
    cursor: pointer;
}
#ouibounce-modal .modal .modal-footer:hover, .fancybox-item.fancybox-close:hover{
    background-position:0 -49px !important;
}
#ouibounce-modal .wbounce-modal-sub {
    width:61%;
    background: #fff;
    border-radius: 0;
    overflow: initial;
}
#ouibounce-modal .left-modal {
    float: left;
    width: 36%;
}
#ouibounce-modal .right-modal {
    float: right;
    width: 60%;
}
#ouibounce-modal .bottom-modal {
    float: left;
    width: 100%;
    margin-top: 15px;
}
#ouibounce-modal .right-modal h2 {
    color:#3b3b3b;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'HelveticaLT-Black';
    margin-bottom: 15px;
}
#ouibounce-modal .right-modal p {
    color: #3b3b3b;
font-size: 22px;
line-height: 31px;
}
#ouibounce-modal .right-modal p span {
    text-decoration: underline;
}
#ouibounce-modal .modal-body {
    display: inline-block;
    padding: 30px;
}
#ouibounce-modal .modal-body form p {
    color:#3b3b3b;
    font-size: 16px;
    margin: 0 0 28px 0;
    clear: both;
}
#ouibounce-modal .modal-body form input {
    width: 100%;
    float: left;
}
#ouibounce-modal .modal-body form.af-form-wrapper input[name=email],
#ouibounce-modal .modal-body form .sp_email {
    border: 1px solid #d4d4d4;
    display: block;
    float: left;
    line-height: 40px;
    margin: 0;
    padding: 0 2%;
    width: 96%;
    border-radius: 5px;
    height: 46px;
    font-size: 16px;
}
#ouibounce-modal .modal-body form .sp_email:hover {
    border-color: #3a376e;
}
#ouibounce-modal .modal-body form input[type=submit] {
    background: #eec51f;
    height: 45px;
    color:#fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 0;
    font-weight: normal;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
}
#ouibounce-modal .modal-body form input[type=submit]:hover {
    background: #f7d23f;
}
#ouibounce-modal .bottom-modal p {
    color:#3b3b3b;
    font-size: 15px;
    font-family: "Lato-Regular";
}
#ouibounce-modal .bottom-modal p::before {
    background: rgba(0, 0, 0, 0) url("../img/pricings-sprite.png") no-repeat scroll -148px -4px;
    content: " ";
    display: inline-block;
    height: 19px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 17px;
}
.note_form{
    float: left;
    width: 100%;
    font-family: Lato-Regular;
    font-size: 16px;
    color: #3b3b3b;
    margin: 35px 0 20px 0;
}
#ouibounce-modal .modal-footer p {
    font-size: 0;
}
.af-form {
    max-width: 100% !important;
}
.af-form .af-standards .af-element {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.af-form .af-standards .af-element:last-child {
    display: none;
}
#ouibounce-modal .modal-body form.af-form-wrapper input[name=email] {
    width: 100% !important;
    box-sizing: border-box;
    padding: 5px !important;
}
.af-form .af-body .af-textWrap {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.af-form .buttonContainer input.submit {
    width: 100% !important;
}
.af-form .af-body label.previewLabel,
.af-form .af-header {
    display: none !important;
    width: 0 !important;
}

.error404 .entry-content  {
    text-align: center;
    padding: 220px 0 120px;
}
.error404 .entry-content h3 {
    color:#3b3b3b;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Lato-Regular;
    font-weight: normal;
}
.error404 .entry-content p {
    color:#3b3b3b;
    font-size: 16px;
    margin: 0;
    font-family: Lato-Regular;
    font-weight: normal;
}
.register-jv-updates {
    padding: 30px 50px;
    text-align: center;
}
.register-jv-updates h3 {
    color:#3b3b3b;
    font-size: 37px;
    text-transform: uppercase;
    font-family: 'HelveticaLT-Black';
    font-weight: normal;
    margin: 0 0 30px 0;
}
.register-jv-updates h4 {
    color:#3b3b3b;
    font-size: 22px;
    font-family: 'Verdana';
    font-weight: normal;
    line-height: 30px;
}
.register-jv-updates span {
    color:#3b3b3b;
    font-size: 16px;
    font-family: 'Verdana';
    font-weight: normal;
}
.register-jv-updates .sendpress {
    display: inline-block;
}
.register-jv-updates .sendpress  .sendpress-signup-form {
    width: 415px;
    margin-bottom: 40px;
}
.register-jv-updates .sendpress  .sendpress-signup-form input.sp_email {
    height: 46px;
    padding: 0 20px;
    margin-bottom: 22px;
    font-size: 16px;
    color:#d4d4d4;
    border: 1px solid #d4d4d4;
    width: calc(100% - 40px);
    border-radius: 4px;
    font-family: 'Verdana';
}
.register-jv-updates .sendpress  .sendpress-signup-form input.sp_email:hover, .register-jv-updates .sendpress  .sendpress-signup-form input.sp_email:focus {
    border: 1px solid #3a376e;
}
.register-jv-updates .sendpress  .sendpress-signup-form input.sendpress-submit {
    color:#ffffff;
    font-size: 18px;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    background: #f8cb18;
    width: 100%;
    border: 0;
    cursor: pointer;
}
.register-jv-updates .sendpress  .sendpress-signup-form input.sendpress-submit:hover {
    background: #fcd331;
}
.register-jv-updates .bottom-modal p {
    color:#3b3b3b;
    font-size: 15px;
    font-family: "Lato-Regular";
}
.register-jv-updates .bottom-modal p::before {
    background: rgba(0, 0, 0, 0) url("../img/pricings-sprite.png") no-repeat scroll -148px -4px;
    content: " ";
    display: inline-block;
    height: 19px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 17px;
}
/********Affiliates JV Launch Page Section Ends************/


.jv-launch  .home-top-main-content.bonus-heading {
    background: #f3f3f4;
    padding: 30px 0;
}

.jv-launch .group-4.bonus-content {
    background: transparent;
}
.jv-launch .group-4 .demo-link a{
    color: #fff;
    font-size: 24px;
    font-family: 'Verdana';
    font-weight: normal;
    max-width: 495px;
}
.jv-launch .group-4 .demo-link a:hover {
    color: #fff;
}
.jv-launch .group-4 .demo-link a span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

.bonus-content p {
    font-family: 'Verdana';
    font-size: 16px;
}
.bonus-content iframe {
    max-width: 100%;
}
.clearfix {
    clear: both;
}
.jv-launch .group-3.first {
    padding-bottom: 0;
}
.jv-launch .group-3.after {
    padding-top: 0;
    padding-bottom: 0;
	margin-bottom: -35px;
}
.jv-launch .group-3.bonus-content p {
    line-height: 22px;
    margin-bottom: 55px;
}
.jv-launch .group-3.bonus-content h3 {
    font-size: 32px;
    font-family: 'MyriadPro-Regular';
}
.jv-launch .group-6 h2 {
    color: #3b3b3b;
    font-family: "PT-Sans";
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 17px;
    margin-top: 0;
}




/* Launch page */
.site-branding {
    text-align: center;
    padding-top: 20px;
}

h1.site-tagline {
    color: #212121;
    font-size: 48px;
    font-family: 'PT-Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0;
}

.site-content {
    text-align: center;
}

.site-content h2 {
    color: #212121;
    font-size: 36px;
    font-family: 'PT-Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0;
}

.site-content h2.join-heading {
    margin-bottom: 10px;
}

.site-content p {
    font-family: 'Verdana';
    font-size: 18px;
    color: #212121;
}

h3.heading-box {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-family: 'PT-Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    background: #133058;
    padding: 10px 40px 7px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 40px;
}

.site-content ul {
    clear: both;
    overflow: hidden;
    max-width: 900px;
    margin: 50px auto 0;
}

.site-content ul li {
    float: left;
    width: 44%;
    text-align: left;
    font-family: 'Verdana';
    font-size: 16px;
    color: #212121;
    margin-bottom: 40px;
    padding: 10px 0 10px 50px;
    background: url("../img/icon-check.png") no-repeat left center;
}

.site-content ul li:nth-of-type(even) {
    float: right;
}


.orange-box {
    background: #133058;
    padding: 70px 70px 110px;
    clear: both;
    overflow: hidden;
}

.orange-box .container {
    max-width: 1120px;
    margin: 0 auto;
}

.orange-box .onleft {
    width: 50%;
    float: left;
    text-align: center;
    color: #fff;
}

.orange-box .onleft h4 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: 'PT-Sans', sans-serif;
}

.orange-box .onleft p {
    font-family: 'Verdana';
    font-size: 16px;
    color: white;
}

.orange-box .onleft a {
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Verdana';
    font-size: 18px;
    padding: 25px 50px;
    display: inline-block;
    margin-top: 40px;
    border-radius: 3px;
    line-height: 25px;
}

.orange-box .onleft a:hover {
    background-color: #2f2e2e;
    color: #fff;
}

.site-footer {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 70px;
    font-family: 'Verdana';
    font-size: 14px;
    text-align: center;
    clear: both;
}

.site-footer ul li {
    display: inline-block;
    padding: 0 5px;
}
.site-footer ul li::after {
    content: '|';
    padding-left: 5px;
}
.site-footer a {
    color: #133058;
}
.site-footer a:hover {
    color: #3b3b3b;
}
.site-footer p {
    color: #3b3b3b;
    font-size: 14px;
    margin-top: 35px;
}




/* home page addition */
.site-topbar {
    background: #133058;
    padding: 7px 20px;
    overflow: hidden;
}

.header-normal .site-topbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
}
.site-topbar .site-logo {
    float: left;
    padding-left: 20px;
}
.site-topbar nav {
    float: right;
    padding-right: 20px;
}
.site-topbar nav li {
    display: inline-block;
}

.site-topbar nav a {
    color: #fff;
    font-family: 'PT-Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 40px;
    display: block;
}
.site-topbar nav li:last-child {
    background-color: #fff;
    border-radius: 3px;
    margin-left: 20px;
}
.site-topbar nav li:last-child a {
    background-image: url("../img/cart-icon.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 50px;
	color: #133058;
    font-family: 'PT-Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.site-topbar nav li a:hover {
    background-color: #fff;
    color: #133058;
    border-radius: 3px;
    display: block;
}
.site-topbar nav li:last-child a:hover {
    background-color: #fff;
    color: #133058;
}


.header-normal .hero-section {
    padding-top: 55px;
}

.hero-section {
    text-align: center;
    background-image: url("../img/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-section .site-logo {
    margin: 35px 0;
	margin-bottom: 20px;
}
.hero-section h1 {
    font-family: 'PT-Sans', sans-serif;
    font-size: 46px;
    line-height: 60px;
    font-weight: bold;
    color: #3b3b3b;
}

.hero-section h1 span {
    color: #133058;
    text-decoration: underline;
}

.hero-section  h3 {
    background: #133058;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    line-height: 30px;
    line-height: 1;
    border-radius: 7px;
    padding: 5px 25%;
    margin-bottom: 50px;
    margin-top: 40px;
}

.hero-placeholder {
    overflow: hidden;
}

.hero-placeholder ul li {
    background: rgba(0, 0, 0, 0) url(../img/icon-check.png) no-repeat scroll top left;
    color: #3b3b3b;
    font-family: "Lato-Regular";
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 9px;
    padding-bottom: 9px;
    padding-left: 45px;
    padding-top: 0;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}
.hero-placeholder ul li:last-child{
    border-bottom: none;
}

.hero-placeholder .onleft {
    float: left;
    width: 58%;
    text-align: left;
    margin-right: 4%;
}

.hero-placeholder .onright {
    float: left;
    width: 35%;
}

.hero-placeholder  p {
    color: #133058;
    font-size: 24px;
    font-family: 'Lato-Regular';
    margin: 50px 0 70px;
    clear: both;
    display: inline-block;
}
@media ( max-width: 768px) {
    .site-content {
        padding: 0 20px;
    }
    .site-content ul li{
        width: 85%;
    }
    .site-content ul li:nth-of-type(even) {
        float: left;
    }
    .site-topbar {
        text-align: center;
    }
    .site-topbar nav li {
        margin-top: 10px;
    }
    .site-topbar .site-logo {
        width: 100%;
        padding-left: 0;
    }
    .jv-launch .page-header .nav-menu ul li a:hover {
        display: block;
        padding: 0;
    }
    .hero-section h3 {
        padding: 5px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .header-normal .hero-section {
        padding-top: 155px;
    }
    .orange-box {
        padding: 30px 30px 50px;
    }
    .orange-box .onleft {
        width: 100%;
    }
    .orange-box .onleft.first {
        margin-bottom: 30px;
    }
    .site-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-footer a {
        line-height: 20px;
    }

    .hero-placeholder .onleft,
    .hero-placeholder .onright {
        width: 100%;
    }

    .hero-section h1 {
        font-size: 35px;
    }

    .hero-placeholder .onright ul {
        margin-top: 30px;
    }

    .hero-placeholder p {
        padding: 0 20px;
    }
    iframe {
        max-width: 100%;
    }
}