

/* global formatting ======================================================================= */

html,
body {
    overflow-x: hidden;
}

html.mainoverflow,
body.mainoverflow {
    overflow: hidden;
}

body {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    color: #000;
    background: #fff;
}

.content-launchpad h1, 
.content-launchpad h2, 
.content-launchpad h3,
.content-launchpad h4, 
.content-launchpad h5, 
.content-launchpad h6 {
    font-weight: 700;
}

.content-launchpad p {
    margin-bottom: 40px;
    line-height: 34px;
}

.btn-call-to-action {
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 50px;
    background: #d94136;
    font-weight: 700;
    white-space: normal;
    transition: 0.3s;
}

.btn-call-to-action:hover {
    color: #fff;
    background: #9a352e;
}

.testimonial {
    background: #ede1e1;
    border-radius: 20px;
    box-shadow: 0px 12px 0px 0px #c5c5c5;
    padding: 20px;
    margin-bottom: 30px;
}

.testimonial .media-left {
    padding-right: 50px;
}

.testimonial .media-body h4 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}

.testimonial .media-body p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}

.testimonial .media-body h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.testimonial .media-body h5 small {
    font-style: italic;
    color: inherit;
}

/* navbar formatting ======================================================================= */
            
.section-sub-nav {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px #222;
    -moz-box-shadow: 0px 2px 5px -3px #222;
    box-shadow: 0px 2px 5px -3px #222;
    border-radius: 0px;
    border: none;
    font-size: 13px;
    font-weight: 500;
}

.section-sub-nav .container {
    position: relative;
}

.section-sub-nav .navbar-brand {
    padding: 11px 15px;
}

.section-sub-nav .navbar-brand img {
    max-width: 291px;
}

.section-sub-nav .navbar-right {
    margin-right: 120px;
}

.section-sub-nav .navbar-nav>li>a {
    color: #0f51b9;
}

.section-sub-nav .btn-get-it-now {
    position: absolute;
    top: 1px;
    right: 15px;
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0f51b9;
    color: #0f51b9;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 0px;
    text-transform: uppercase;
}

.section-sub-nav .btn-get-it-now:hover {
    background: #507bc0;
    color: #fff;
}

/* index page formatting ================================================================ */

.section-index-header {
    background: url(../bg/bg-hero01.jpg) no-repeat bottom center;
    margin-top: -22px;
    margin-bottom: -32px;
}

.section-index-header .container {
    padding-top: 50px;
    position: relative;
}

.section-index-header .promo-strip {
    margin-top: -48px;
}

.section-index-header .promo-banner {
    /* float: left; */
    position: relative;
    z-index: 2;
}

.section-index-header .promo-badge {
    /* float: right; */
    max-width: 193px;
    position: absolute;
    right: 30px;
    top: 300px;
    z-index: 2;
}

.section-index-header h1 {
    font-size: 44px;
    margin-bottom: 40px;
    line-height: 52px;
    font-weight: 800;
}

.section-why-use .video {
    max-width: 737px;
    margin: 0 auto 70px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 4px #000000a3;
}

.section-why-use .video .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
}

.section-why-use .video .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-why-use {
    background: #fff;
    border-bottom: 2px dashed #1097b4;
}

.section-why-use .container {
    padding-top: 70px;
    padding-bottom: 50px;
}

.section-why-use h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

.section-why-use h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.section-why-use h3:last-of-type {
    margin-bottom: 40px;
}

.section-why-use .desk {
    position: relative;
}

.section-why-use .desk img {
    position: absolute;
    top: 0;
    right: 0;
    width: 39%;
}

.section-why-use .testimonial {
    margin-top: 30px;
    margin-bottom: 70px;
}

.section-why-use ul {
    margin: 0px 0 50px 80px;
}

.section-why-use ul li {
    margin-bottom: 40px;
}

.section-why-use ul li i {
    font-size: 16px;
    color: #1097b4;
    top: 9px;
    left: -40px;
}

.section-built-to-last {
    position: relative;
    background: #fff;
    border-bottom: 2px dashed #1097b4;
    z-index: 2;
}

.section-built-to-last .container {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
}

.section-built-to-last h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-built-to-last img {
    position: absolute;
    bottom: 70px;
    right: -30px;
    width: 44%;
}

.section-key-objectives {
    background: #fff;
    position: relative;
    border-bottom: 2px dashed #1097b4;
}

.section-key-objectives .container {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-key-objectives h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.section-key-objectives h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.section-key-objectives h3.text-discovery {
    font-weight: 400;
    margin-bottom: 50px;
}

.section-key-objectives h3.text-well-help {
    margin-bottom: 60px;
}

.section-key-objectives hr {
    border-bottom: 1px solid #1097b4;
    margin-top: 50px;
    margin-bottom: 60px;
}

.section-key-objectives ul {
    margin: 0px 0 50px 50px;
}

.section-key-objectives ul li {
    margin-bottom: 40px;
}

.section-key-objectives ul li i {
    font-size: 16px;
    color: #1097b4;
    top: 9px;
    left: -40px;
}

.section-key-objectives .leaf01 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.section-key-objectives .leaf02 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.section-key-objectives .leaf03 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.section-key-objectives .leaf04 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.section-extra-bonus {
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 2px dashed #1097b4;
}

.section-extra-bonus .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-extra-bonus h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-extra-bonus h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.section-extra-bonus h3 a {
    color: #1097b4;
    text-decoration: underline;
}

.section-extra-bonus .testimonial {
    margin-top: 30px;
    margin-bottom: 80px;
}

.section-extra-bonus .laptop {
    position: relative;
}

.section-extra-bonus .laptop img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
}

.section-how-we-do-it {
    background: #fff;
}

.section-how-we-do-it .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-how-we-do-it h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-how-we-do-it h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.section-how-we-do-it .row {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 130px;
}

.section-how-we-do-it .consultation .main {
    position: relative;
    right: -30px;
    z-index: 2;
    opacity: 0;
}


.section-how-we-do-it .consultation .box {
    position: absolute;
    top: -30px;
    right: -210px;
}

.section-how-we-do-it .profile .main {
    position: relative;
    left: -30px;
    top: -70px;
    z-index: 2;
    opacity: 0;
}

.section-how-we-do-it .profile .box {
    position: absolute;
    top: -15px;
    left: -210px;
}

.section-how-we-do-it .facebook .main {
    position: relative;
    right: -30px;
    top: -32px;
    z-index: 2;
    opacity: 0;
}

.section-how-we-do-it .facebook .box {
    position: absolute;
    top: -30px;
    right: -210px;
}

.section-how-we-do-it .discovery .main {
    position: relative;
    left: -30px;
    top: -70px;
    z-index: 2;
    opacity: 0;
}

.section-how-we-do-it .discovery .box {
    position: absolute;
    top: 0px;
    left: -220px;
}

.section-how-we-do-it .retention .main {
    position: relative;
    right: -30px;
    z-index: 2;
    opacity: 0;
}

.section-how-we-do-it .retention .box {
    position: absolute;
    top: -45px;
    right: -210px;
}

.section-how-it-works .content {
    background: #1097b4;
    color: #fff;
    position: relative;
}

.section-how-it-works.overflow {
    height: 1133px;
}

.section-how-it-works.overflow .content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.section-how-it-works.overflow .container:before {
    width: 0% !important;
    height: 0% !important;
}

.section-how-it-works .content .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.section-how-it-works .content .container:before {
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.section-how-it-works .content h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-how-it-works .content .carousel {
    min-height: 570px;
}

.section-how-it-works .content .carousel .row,
.section-how-it-works .content .carousel .col-sm-6 {
    display: block;
}

.section-how-it-works .content .carousel .carousel-indicators {
    width: auto;
    margin-left: auto;
    top: 0;
    bottom: auto;
}

.section-how-it-works .content .carousel .carousel-indicators:before {
    position: absolute;
    background: #0e486e;
    content: "";
    width: 3px;
    height: 500px;
    top: 5px;
    left: 13px;
    z-index: 2;
}

.section-how-it-works .content .carousel .carousel-indicators:after {
    position: absolute;
    background: #fff;
    content: "";
    width: 3px;
    height: 0;
    top: 5px;
    left: 13px;
    z-index: 3;
    transition: height 0.5s;  
}

.section-how-it-works .content .carousel.step1 .carousel-indicators:after {
    height: 0;
    transition: height 1s;  
}

.section-how-it-works .content .carousel.step2 .carousel-indicators:after {
    height: 100px;
}

.section-how-it-works .content .carousel.step3 .carousel-indicators:after {
    height: 200px;
}

.section-how-it-works .content .carousel.step4 .carousel-indicators:after {
    height: 300px;
}

.section-how-it-works .content .carousel.step5 .carousel-indicators:after {
    height: 400px;
}

.section-how-it-works .content .carousel.step6 .carousel-indicators:after {
    height: 500px;
}

.section-how-it-works .content .carousel .carousel-indicators li {
    display: block;
    width: 30px;
    height: 30px;
    margin: 1px 0 65px;
    text-indent: initial;
    background-color: #0e486e;
    border: 3px solid #fff;
    font-size: 17px;
    color: #51dffd;
    border-radius: 20px;
    font-weight: 700;
    z-index: 5;
    position: relative;
}

.section-how-it-works .content .carousel .carousel-indicators .active {
    width: 30px;
    height: 30px;
    margin: 1px 0 65px;
    background-color: #51dffd;
    color: #0e486e;
    border: 3px solid #fff;
}

.section-how-it-works .content .carousel .carousel-inner {
    overflow: visible;
}

.section-how-it-works .content .carousel .text {
    background: #fff;
    color: #252525;
    padding: 50px;
    max-width: 430px;
    margin: 90px 0 10px 125px;
    border-radius: 8px;
    box-shadow: 1px 4px 5px 0px rgb(0 0 0 / 30%);
    min-height: 310px;
}

.section-how-it-works .content .carousel .thumb {
    position: relative;
}

.section-how-it-works .content .carousel .thumb img {
    position: absolute;
}

.section-how-it-works .content .carousel .thumb img[src*="works01"] {
    top: 167px;
    left: 170px;
}

.section-how-it-works .content .carousel .thumb img[src*="works02"] {
    top: 60px;
    left: 110px;
}

.section-how-it-works .content .carousel .thumb img[src*="works03"] {
    top: 60px;
    left: 110px;
    opacity: 0;
}

.section-how-it-works .content .carousel .thumb img[src*="works04"] {
    top: 161px;
    left: 225px;
    opacity: 0;
}

.section-how-it-works .content .carousel .thumb img[src*="works05"] {
    top: 40px;
    left: 190px;
    opacity: 0;
}

.section-how-it-works .content .carousel .thumb img[src*="works06"] {
    top: 140px;
    left: 88px;
    opacity: 0;
}

.section-how-it-works .content .carousel .thumb img[src*="works07"] {
    top: 51px;
    left: 166px;
    opacity: 0;
}

.section-how-it-works .content .carousel .thumb img[src*="works08"] {
    top: 50px;
    left: 110px;
}

.section-how-it-works .content .carousel .thumb img[src*="works09"] {
    top: 180px;
    left: 153px;
}

.section-how-it-works .content .carousel .thumb img[src*="works10"] {
    top: 90px;
    left: 120px;
}

.section-how-it-works .content .carousel .thumb img[src*="works11"] {
    top: 60px;
    left: 161px;
    opacity: 0;
}

.section-how-it-works .content .carousel .thumb img[src*="works12"] {
    top: 110px;
    left: 120px;
    opacity: 0;
}

.section-how-it-works .content .row {
    display: flex;
    flex-wrap: wrap;
}

.section-how-it-works .content h2 {
    font-size: 40px;
    margin-bottom: 90px;
}

.section-how-it-works .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.section-how-it-works .content p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
}

.section-how-it-works .content .col-sm-6 {
    display: flex;
}

.section-how-it-works .content .thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px 10px 20px;
    align-content: flex-start;
    border: none;
    border-radius: 8px;
    box-shadow: 1px 4px 5px 0px rgb(0 0 0 / 30%);
}

.section-how-it-works .content .thumbnail img {
    max-width: 200px;
}

.section-how-it-works .content .leaf01 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.section-how-it-works .content .leaf02 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.section-pricing {
    background: #fff;
    position: relative;
}

.section-pricing .container {
    padding-top: 70px;
    padding-bottom: 200px;
}

.section-pricing h2 {
    font-size: 36px;
    margin-bottom: 70px;
}

.section-pricing .panel-box {
    background: #fff;
    border-top: 8px solid #1097b4;
    border-radius: 5px;
    position: relative;
    padding: 30px 10px;
    box-shadow: 1px 1px 7px #000000a3;
    margin: 0 auto 90px;
    max-width: 320px
}

.section-pricing .panel-box h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.section-pricing .panel-box .text-regular {
    font-size: 26px;
}

.section-pricing .panel-box .text-regular {
    font-size: 26px;
    margin-bottom: 30px;
}

.section-pricing .panel-box .text-regular.slashed {
    text-decoration: line-through;
    margin-bottom: 30px;
}

.section-pricing .panel-box .text-save {
    color: #d94136;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 34px;
}

.section-pricing .panel-box .text-choose {
    color: #d94136;
    margin-top: 60px;
    margin-bottom: 61px;
    font-weight: 700;
    font-size: 34px;
}

.section-pricing .panel-box p {
    margin-bottom: 30px;
}

.section-pricing .panel-box .btn-call-to-action {
    font-size: 16px;
    padding: 7px 30px;
}

@media (min-width: 1200px) {

    /* index page formatting ================================================================ */
    
}

@media (max-width: 1199px) and (min-width: 992px) {

    /* index page formatting ================================================================ */
    
    .section-index-header .promo-banner {
        max-width: 500px;
    }

    .section-index-header .promo-badge {
        max-width: 300px;
    }

    .section-extra-bonus .laptop img {
        top: 110px;
    }

    .section-how-we-do-it .consultation .box {
        top: -60px;
    }

    .section-how-we-do-it .profile .box {
        top: -55px;
    }

    .section-how-we-do-it .facebook .box {
        top: -50px;
    }

    .section-how-we-do-it .discovery .box {
        top: -30px;
    }

    .section-how-we-do-it .retention .box {
        top: -65px;
    }
    
    .section-how-it-works .content h2 {
        margin-bottom: 20px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works01"] {
        left: 90px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works02"] {
        left: 30px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works03"] {
        left: 10px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works04"] {
        left: 125px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works05"] {
        left: 110px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works06"] {
        left: 8px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works07"] {
        left: 86px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works08"] {
        left: 30px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works09"] {
        left: 73px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works10"] {
        left: 40px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works11"] {
        left: 81px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works12"] {
        left: 40px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    
    /* global formatting ======================================================================= */

    body {
        font-size: 20px;
    }
    
    .content-launchpad p {
        margin-bottom: 30px;
        line-height: 30px;
    }
    
    .testimonial {
        padding: 20px 20px 30px;
    }
    
    .testimonial .media-left {
        padding-right: 20px;
    }
    
    .testimonial .media-body h4 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .testimonial .media-body p {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial .media-body h5 {
        font-size: 20px;
        line-height: 30px;
    }

    /* navbar formatting ======================================================================= */
    
    .section-sub-nav .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 40px;
    }

    .section-sub-nav>.container .navbar-brand {
        margin-left: 20px;
    }
    
    .section-sub-nav .btn-get-it-now {
        right: 40px;
    }    

    /* index page formatting ================================================================ */
    
    .section-index-header {
        margin-bottom: -25px;
    }

    .section-index-header .promo-banner {
        max-width: 370px;
    }

    .section-index-header .promo-badge {
        max-width: 250px;
    }

    .section-index-header h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-why-use h2 {
        font-size: 30px;
    }

    .section-why-use h3 {
        font-size: 24px;
    }

    .section-built-to-last h2 {
        font-size: 30px;
    }

    .section-key-objectives h2 {
        font-size: 30px;
    }

    .section-key-objectives h3 {
        font-size: 24px;
    }

    .section-extra-bonus h2 {
        font-size: 30px;
    }

    .section-how-we-do-it h2 {
        font-size: 30px;
    }

    .section-how-we-do-it .row {
        margin-bottom: 100px;
    }

    .section-how-we-do-it .consultation .main {
        top: -9px;
    }

    .section-how-we-do-it .consultation .box {
        top: -31px;
        width: 300px;
        right: -110px;
    }

    .section-how-we-do-it .profile .main {
        top: -46px;
    }

    .section-how-we-do-it .profile .box {
        top: -13px;
        width: 300px;
        left: -110px;
    }

    .section-how-we-do-it .facebook .main {
        top: -23px;
    }

    .section-how-we-do-it .facebook .box {
        top: -14px;
        width: 300px;
        right: -110px;
    }

    .section-how-we-do-it .discovery .main {
        top: -51px;
    }

    .section-how-we-do-it .discovery .box {
        top: -4px;
        width: 300px;
        left: -110px;
    }

    .section-how-we-do-it .retention .main {
        top: -10px;
    }

    .section-how-we-do-it .retention .box {
        top: -33px;
        width: 300px;
        right: -110px;
    }

    .section-how-it-works .content .container {
        padding-top: 50px;
        padding-bottom: 110px;
    }
    
    .section-how-it-works .content h2 {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 40px;
    }

    .section-how-it-works .content h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .section-how-it-works .content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-how-it-works .content .carousel {
        min-height: 470px;
    }
    
    .section-how-it-works .content .carousel .carousel-indicators:before {
        height: 430px;
    }
    
    .section-how-it-works .content .carousel .carousel-indicators li {
        margin: 1px 0 55px !important;
    }
    
    .section-how-it-works .content .carousel.step1 .carousel-indicators:after {
        height: 0;
        transition: height 1s;  
    }
    
    .section-how-it-works .content .carousel.step2 .carousel-indicators:after {
        height: 100px;
    }
    
    .section-how-it-works .content .carousel.step3 .carousel-indicators:after {
        height: 170px;
    }
    
    .section-how-it-works .content .carousel.step4 .carousel-indicators:after {
        height: 270px;
    }
    
    .section-how-it-works .content .carousel.step5 .carousel-indicators:after {
        height: 340px;
    }
    
    .section-how-it-works .content .carousel.step6 .carousel-indicators:after {
        height: 430px;
    }
    
    .section-how-it-works .content .carousel .text {
        padding: 20px;
        margin: 50px 0 10px 75px;
        min-height: 310px;
    }
    
    .section-how-it-works .content .carousel .thumb img[src*="works01"] {
        top: 132px;
        left: 66px;
        max-width: 62%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works02"] {
        left: 30px;
        max-width: 70%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works03"] {
        left: 10px;
        max-width: 60%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works04"] {
        left: 108px;
        max-width: 54%;
        top: 143px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works05"] {
        top: 40px;
        left: 90px;
        max-width: 60%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works06"] {
        top: 115px;
        left: 28px;
        max-width: 60%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works07"] {
        top: 48px;
        left: 68px;
        max-width: 54%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works08"] {
        left: 30px;
        max-width: 70%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works09"] {
        left: 73px;
        max-width: 57%;
        top: 152px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works10"] {
        left: 50px;
        max-width: 70%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works11"] {
        top: 40px;
        left: 73px;
        max-width: 50%;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works12"] {
        top: 70px;
        left: 40px;
        max-width: 70%;
    }

    .section-how-it-works .content [class*="leaf"] {
        max-width: 350px
    }

    .section-pricing h2 {
        font-size: 30px;
        margin-bottom: 70px;
    }

}

@media (max-width: 991px) {

    /* navbar formatting ======================================================================= */

    .section-sub-nav .container {
        width: auto !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-sub-nav .container>.navbar-header {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .section-sub-nav .navbar-toggle {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 17px 5px 13px;
        border: none;
        color: #1655b2;
        background: #fff !important;
        float: left;
    }
    
    .section-sub-nav .navbar-nav {
        float: none !important;
        margin: 0px 0px;
        clear: both;
    }
    
    .section-sub-nav .container>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background: #fff;
    }
    
    .section-sub-nav .navbar-collapse.collapse {
        display: none !important;
        height: 1px !important;
        padding-bottom: 0;
    }
    
    .section-sub-nav .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow-y: visible;
        border-top: 1px solid #e7e7e7;
    }
    
    .section-sub-nav .navbar-nav>li {
        float: none !important;
        border-bottom: 1px solid #ddd;
    }
    
    .section-sub-nav .btn-get-it-now {
        padding: 5px 10px;
        font-size: 12px;
    }
    
}

@media (max-width: 767px) {

    /* global formatting ======================================================================= */

    body {
        font-size: 16px;
    }
    
    .content-launchpad p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .btn-call-to-action {
        font-size: 14px;
        padding: 10px 20px;
    }

    .testimonial {
        max-width: 370px;
        margin: 0px auto 30px;
        text-align: center;
    }
    
    .testimonial .media-body,
    .testimonial .media-left {
        display: block;
        width: auto;
        padding-right: 0px;
    }
    
    .testimonial .media-left img {
        margin: 0px auto 20px;
        max-width: 100%;
    }
    
    .testimonial .media-body h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .testimonial .media-body h5 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .testimonial .media-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    /* navbar formatting ======================================================================= */

    .section-sub-nav .navbar-brand {
        padding: 16px 0px 13px 16px;
    }
    
    .section-sub-nav .navbar-brand img {
        max-width: 176px;
    }
    
    /* index page formatting ================================================================ */
    
    .section-index-header {
        margin-bottom: -20px;
    }

    .section-index-header .promo-banner {
        float: none;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }
    
    .section-index-header .promo-badge {
        /* float: none; */
        width: 100%;
        max-width: 150px;
        position: relative;
        top: auto;
        right: auto;
    }

    .section-index-header h1 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 34px;
    }
    
    .section-why-use .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .section-why-use .video {
        margin: 0 auto 40px;
    }

    .section-why-use .desk img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
    }

    .section-why-use h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-why-use h3 {
        font-size: 20px;
    }

    .section-why-use h3:last-of-type {
        margin-bottom: 30px;
    }

    .section-why-use .testimonial {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .section-why-use ul {
        margin: 0px 0 50px 30px;
    }

    .section-why-use ul li {
        margin-bottom: 20px;
    }

    .section-why-use ul li i {
        font-size: 14px;
        top: 4px;
        left: -35px;
    }

    .section-built-to-last .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-built-to-last h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-built-to-last img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
    }

    .section-key-objectives .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-key-objectives h2 {
        font-size: 24px;
    }

    .section-key-objectives h3 {
        font-size: 20px;
    }

    .section-key-objectives h3.text-discovery {
        margin-bottom: 30px;
    }

    .section-key-objectives h3.text-well-help {
        margin-bottom: 20px;
    }

    .section-key-objectives hr {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .section-key-objectives ul {
        margin: 0px 0 30px 30px;
    }

    .section-key-objectives ul li {
        margin-bottom: 20px;
    }

    .section-key-objectives ul li i {
        font-size: 14px;
        top: 4px;
        left: -35px;
    }

    .section-key-objectives [class*="leaf"] {
        max-width: 200px
    }

    .section-extra-bonus .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-extra-bonus h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-extra-bonus h3 {
        font-size: 20px;
    }

    .section-extra-bonus .testimonial {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .section-extra-bonus .laptop img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px;
    }

    .section-how-we-do-it .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .section-how-we-do-it h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-how-we-do-it h3 {
        font-size: 20px;
    }

    .section-how-we-do-it .row {
        display: block;
        margin-bottom: 100px;
    }

    .section-how-we-do-it .consultation .main {
        position: relative;
        top: auto;
        right: 0px;
    }

    .section-how-we-do-it .consultation .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-how-we-do-it .profile .main {
        position: relative;
        top: auto;
        left: -10px;
    }

    .section-how-we-do-it .profile .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-how-we-do-it .consultation .main {
        position: relative;
        right: 0px;
    }

    .section-how-we-do-it .consultation .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-how-we-do-it .facebook .main {
        position: relative;
        top: auto;
        left: 0px;
    }

    .section-how-we-do-it .facebook .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-how-we-do-it .discovery .main {
        position: relative;
        top: auto;
        left: 0px;
    }

    .section-how-we-do-it .discovery .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-how-we-do-it .retention .main {
        position: relative;
        top: auto;
        right: auto;
    }

    .section-how-we-do-it .retention .box {
        top: auto;
        right: 0;
        bottom: -60px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-how-it-works.overflow {
        height: 640px;
    }
    
    .section-how-it-works .content .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .section-how-it-works .content h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-how-it-works .content h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    
    .section-how-it-works .content p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-how-it-works .content .carousel .carousel-indicators {
        left: 2%;
    }
        
    .section-how-it-works .content .carousel {
        min-height: 450px;
    }
    
    .section-how-it-works .content .carousel .carousel-indicators:before {
        height: 320px;
    }
    
    .section-how-it-works .content .carousel .carousel-indicators li {
        margin: 1px 0 30px !important;
    }
    
    .section-how-it-works .content .carousel.step1 .carousel-indicators:after {
        height: 0;
        transition: height 1s;  
    }
    
    .section-how-it-works .content .carousel.step2 .carousel-indicators:after {
        height: 70px;
    }
    
    .section-how-it-works .content .carousel.step3 .carousel-indicators:after {
        height: 140px;
    }
    
    .section-how-it-works .content .carousel.step4 .carousel-indicators:after {
        height: 190px;
    }
    
    .section-how-it-works .content .carousel.step5 .carousel-indicators:after {
        height: 240px;
    }
    
    .section-how-it-works .content .carousel.step6 .carousel-indicators:after {
        height: 320px;
    }
    
    .section-how-it-works .content .carousel .text {
        padding: 20px;
        margin: 130px 0 10px 75px;
        min-height: auto;
    }
    
    .section-how-it-works .content .carousel .thumb img[src*="works01"] {
        top: 35px;
        left: 100px;
        max-width: 80px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works02"] {
        top: 0px;
        left: 76px;
        max-width: 100px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works03"] {
        top: 14px;
        left: 74px;
        max-width: 100px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works04"] {
        left: 125px;
        max-width: 70px;
        top: 54px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works05"] {
        top: 2px;
        left: 103px;
        max-width: 80px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works06"] {
        top: 35px;
        left: 76px;
        max-width: 80px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works07"] {
        top: 8px;
        left: 95px;
        max-width: 60px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works08"] {
        left: 76px;
        max-width: 90px;
        top: 0px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works09"] {
        left: 85px;
        max-width: 80px;
        top: 34px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works10"] {
        left: 74px;
        max-width: 100px;
        top: 10px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works11"] {
        top: 11px;
        left: 90px;
        max-width: 73px;
    }

    .section-how-it-works .content .carousel .thumb img[src*="works12"] {
        top: 30px;
        left: 77px;
        max-width: 100px;
    }

    .section-how-it-works .content .row,
    .section-how-it-works .content .col-sm-6 {
        display: block;
    }

    .section-how-it-works .content .thumbnail {
        display: block;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-how-it-works .content [class*="leaf"] {
        max-width: 200px
    }

    .section-pricing .container {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .section-pricing h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .section-pricing .panel-box {
        margin: 0 auto 40px;
    }

    .section-pricing .panel-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .section-pricing .panel-box .text-regular {
        font-size: 22px;
        margin-bottom: 26px;
    }

    .section-pricing .panel-box .text-save {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .section-pricing .panel-box .text-choose {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .section-pricing .panel-box .btn-call-to-action {
        font-size: 14px;
        padding: 7px 20px;
    }

}

@media (max-width: 480px) {
    
    .section-how-it-works.overflow {
        height: 540px;
    }
    
    .section-how-it-works .content .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .section-how-it-works .content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-how-it-works .content .carousel {
        min-height: 350px;
    }
    
    .section-how-it-works .content .carousel .thumb img[src*="works"] {
        display: none;
    }
    
    .section-how-it-works .content .carousel .text {
        margin: 0px 0 10px 55px;
    }

    .section-how-it-works .content [class*="leaf"] {
        max-width: 100px
    }

}



