
/* 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-coaching h1, 
.content-coaching h2, 
.content-coaching h3,
.content-coaching h4, 
.content-coaching h5, 
.content-coaching h6 {
    font-weight: 700;
}

.content-coaching p {
    margin-bottom: 60px;
    line-height: 34px;
}

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

.btn-call-to-action:hover {
    color: #fff;
    background: #1097b4;
}

/* 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: 10px 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.png) no-repeat bottom center;
    background-size: cover;
    margin-top: -22px;
}

.section-index-header .container {
    padding-top: 90px;
    padding-bottom: 40px;
    position: relative;
}

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

.section-index-header .promo-banner {
    float: left;
    margin-bottom: 0;
}

.section-index-header .promo-badge {
    position: absolute;
    max-width: 162px;
    margin-bottom: 0;
    right: 20px;
    top: 250px;
    z-index: 5;
}

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

.section-index-header p {
    opacity: 0;
}

.section-index-header img {
    margin-bottom: 50px;
}

.section-video {
    background: #fff;
    border-bottom: 8px solid #fbf9f9;
}

.section-video .container {
    padding-top: 90px;
    padding-bottom: 90px;
}

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

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

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

.section-story-bundle-attract-people {
    background: #fff;
}

.section-story-bundle-attract-people .container {
    padding-top: 70px;
    padding-bottom: 110px;
    position: relative;
}

.section-story-bundle-attract-people h2 {
    font-size: 34px;
    margin-bottom: 100px;
}

.section-story-bundle-attract-people p {
    margin-bottom: 30px;
    line-height: 44px;
}

.section-story-bundle-attract-people img {
    position: absolute;
    top: 230px;
    right: -50px;
    width: 57%;
}

.section-craft-and-share {
    background: #fff url(../bg/bg-hero01.png) no-repeat bottom center;
    background-size: cover;
}

.section-craft-and-share .container {
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.section-craft-and-share h2 {
    font-size: 33px;
    margin-bottom: 20px;
}

.section-craft-and-share p {
    margin-bottom: 30px;
    line-height: 44px;
}

.section-craft-and-share img {
    position: absolute;
    top: 100px;
    left: -10px;
    width: 47%;
}

.section-why-share-story {
    background: #f9f9f9;
}

.section-why-share-story .container {
    padding-top: 60px;
    padding-bottom: 10px;
}

.section-why-share-story h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-why-share-story h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.section-why-share-story .row {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.section-why-share-story .resource .main {
    position: relative;
    right: -30px;
    top: -30px;
    z-index: 2;
    opacity: 0;
}

.section-why-share-story .resource .box {
    position: absolute;
    top: -40px;
    right: -210px;
}

.section-why-share-story .attract .main {
    position: relative;
    left: -30px;
    top: -40px;
    z-index: 2;
    opacity: 0;
}

.section-why-share-story .attract .box {
    position: absolute;
    top: -56px;
    left: -210px;
}

.section-why-share-story .enrollment .main {
    position: relative;
    right: -30px;
    top: -32px;
    z-index: 2;
    opacity: 0;
}

.section-why-share-story .enrollment .box {
    position: absolute;
    top: -52px;
    right: -210px;
}

.section-why-share-story .retention .main {
    position: relative;
    left: -28px;
    top: -30px;
    z-index: 2;
    opacity: 0;
}

.section-why-share-story .retention .box {
    position: absolute;
    top: -38px;
    left: -220px;
}

.section-whats-inside {
    background: #fff;
}

.section-whats-inside .container {
    padding-top: 90px;
    padding-bottom: 50px;
    position: relative;
}

.section-whats-inside h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.section-whats-inside p {
    margin-bottom: 30px;
}

.section-whats-inside .calendar {
    position: absolute;
    top: 250px;
    right: -50px;
    width: 47%;
}

.section-why-use-service {
    background: #f9f9f9;
}

.section-why-use-service .container {
    padding-top: 90px;
    padding-bottom: 70px;
    position: relative;
}

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

.section-how-it-works {
    background: #fff;
    position: relative;
}

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

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

.section-how-it-works ul {
    margin: 0px 0 50px 110px;
}

.section-how-it-works ul li {
    margin-bottom: 50px;
}

.section-how-it-works ul li i {
    font-size: 50px;
    color: #1097b4;
    top: -8px;
    left: -120px;
}

.section-where-to-feature .content {
    background: #fff;
    position: relative;
}

.section-where-to-feature.overflow {
    height: 570px;
}

.section-where-to-feature.overflow .content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.section-where-to-feature.overflow .container:before {
    width: 0% !important;
    height: 0% !important;
}

.section-where-to-feature .content .container {
    position: relative;
}

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

.section-where-to-feature .content h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-where-to-feature .content .carousel {
    min-height: 410px;
}

.section-where-to-feature .content .carousel .row {
    display: flex;
    align-items: center;
    padding: 55px 0 10px;
}

.section-where-to-feature .content .carousel .carousel-indicators {
    width: auto;
    margin-left: auto;
    top: 0;
    bottom: auto;
    left: 49%;
}

.section-where-to-feature .content .carousel .carousel-indicators:before {
    position: absolute;
    background: #d9d9d9;
    content: "";
    width: 3px;
    height: 390px;
    top: 5px;
    left: 8px;
    z-index: 2;
}

.section-where-to-feature .content .carousel .carousel-indicators:after {
    position: absolute;
    background: #1097b4;
    content: "";
    width: 3px;
    height: 0;
    top: 5px;
    left: 8px;
    z-index: 3;
    transition: height 0.5s;
}

.section-where-to-feature .content .carousel.step1 .carousel-indicators:after {
    height: 40px;
    transition: height 1s;
}

.section-where-to-feature .content .carousel.step2 .carousel-indicators:after {
    height: 110px;
}

.section-where-to-feature .content .carousel.step3 .carousel-indicators:after {
    height: 200px;
}

.section-where-to-feature .content .carousel.step4 .carousel-indicators:after {
    height: 280px;
}

.section-where-to-feature .content .carousel.step5 .carousel-indicators:after {
    height: 390px;
}

.section-where-to-feature .content .carousel .carousel-indicators li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 30px 0 60px;
    text-indent: initial;
    background-color: #d9d9d9;
    border: 3px solid #d9d9d9;
    font-size: 0;
    color: #51dffd;
    border-radius: 20px;
    font-weight: 700;
    z-index: 5;
    position: relative;
}

.section-where-to-feature .content .carousel .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 30px 0 60px;
    background-color: #0e486e;
    color: #0e486e;
    border: 3px solid #1097b4;
}

.section-where-to-feature .content .carousel .carousel-indicators li:has(~ .active) {
    background-color: #0e486e;
    color: #0e486e;
    border: 3px solid #1097b4;
}


.section-where-to-feature .content .carousel .carousel-inner {
    overflow: visible;
}

.section-where-to-feature .content .carousel .text {
    color: #252525;
    padding: 40px 60px 60px;
    border-radius: 8px;
}


.section-where-to-feature .content .row {
    display: flex;
    flex-wrap: wrap;
}

.section-where-to-feature .content h2 {
    font-size: 40px;
    margin-bottom: 90px;
}

.section-where-to-feature .content h3 {
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.section-where-to-feature .content p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
}

.section-get-started {
    background: #fff url(../bg/bg-hero01.png) no-repeat bottom center;
    background-size: cover;
}

.section-get-started .container {
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
}

.section-get-started h2 {
    font-size: 33px;
    margin-bottom: 20px;
}

.section-get-started p {
    margin-bottom: 30px;
}

.section-get-started img {
    position: absolute;
    top: 110px;
    right: -10px;
    width: 47%;
}

.section-pricing {
    background: #fff url(../bg/bg-hero01.png) no-repeat bottom center;
    background-size: cover;
    position: relative;
}

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

.section-pricing .banner {
    position: relative;
    z-index: 2;
    top: -163px;
    margin-bottom: -60px;
}

.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: 76px;
}

.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: 40px;
}

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

@media (min-width: 1200px) {
    
	/* index page formatting ===================================================================== */
    
	.section-index-header .promo-badge {
		top: 23px;
	}
	
	.section-story-bundle-attract-people img {
	    top: 200px;
	    right: -50px;
	    width: 53%;
	}

	.section-craft-and-share img {
	    top: 30px;
	    left: -30px;
	    width: 50%;
	}

	.section-whats-inside img {
	    width: 100%;
	}

	.section-get-started img {
	    top: 45px;
	    right: -30px;
	    width: 48%;
	}

}

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

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

    .section-index-header .promo-badge {
		top: 210px;
		max-width: 300px;
		}
    
    .section-why-share-story .resource .box {
        top: -70px;
    }

    .section-why-share-story .attract .box {
        top: -75px;
    }

    .section-why-share-story .enrollment .box {
        top: -80px;
    }

    .section-why-share-story .retention .box {
        top: -60px;
    }

	.section-whats-inside .container {
	    padding-bottom: 90px;
	}

	.section-where-to-feature .content .carousel .row {
	    padding: 20px 0 10px;
	}

    .section-where-to-feature .content .carousel .thumb {
        padding: 50px;
    }

}

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

    body {
        font-size: 20px;
    }
    
    .content-coaching p {
        margin-bottom: 30px;
        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-story-bundle-attract-people .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
    .section-story-bundle-attract-people h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

	.section-story-bundle-attract-people img {
	    top: 180px;
	}

	.section-craft-and-share .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
    .section-craft-and-share h2 {
        font-size: 30px;
    }

	.section-craft-and-share img {
	    top: 70px;
	}	

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

    .section-why-share-story .row {
        margin-bottom: 100px;
    }

    .section-why-share-story .resource .main {
        top: -29px;
        right: -15px;
    }

    .section-why-share-story .resource .box {
        top: -27px;
        width: 300px;
        right: -110px;
    }

    .section-why-share-story .attract .main {
        top: -16px;
        left: -15px;
    }

    .section-why-share-story .attract .box {
        top: -18px;
        width: 300px;
        left: -110px;
    }

    .section-why-share-story .enrollment .main {
        top: -23px;
        right: -17px;
    }

    .section-why-share-story .enrollment .box {
        top: -35px;
        width: 300px;
        right: -110px;
    }

    .section-why-share-story .retention .main {
        top: -21px;
        left: -12px;
    }

    .section-why-share-story .retention .box {
        top: -16px;
        width: 300px;
        left: -110px;
    }

	.section-whats-inside .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
	.section-whats-inside h2 {
        font-size: 30px;
    }
	
	.section-why-use-service .container {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
		
    .section-why-use-service h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }

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

    .section-where-to-feature .content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-where-to-feature .content h3 {
        font-size: 18px;
        line-height: 28px;
    }

	.section-where-to-feature .content .carousel .carousel-indicators li {
	    margin: 20px 0 40px;
	}

	.section-where-to-feature .content .carousel .carousel-indicators .active {
	    margin: 20px 0 40px;
	}

	.section-where-to-feature .content .carousel .row {
	    padding: 15px 0 10px;
	}

	.section-where-to-feature .content .carousel .text {
	    padding: 40px 20px 60px;
	}

	.section-where-to-feature .content .carousel .thumb {
        padding: 20px;
    }

    .section-where-to-feature .content .carousel .carousel-indicators:before {
        height: 290px;
    }
    
    .section-where-to-feature .content .carousel.step1 .carousel-indicators:after {
        height: 25px;
        transition: height 1s;
    }
    
    .section-where-to-feature .content .carousel.step2 .carousel-indicators:after {
        height: 90px;
    }
    
    .section-where-to-feature .content .carousel.step3 .carousel-indicators:after {
        height: 150px;
    }
    
    .section-where-to-feature .content .carousel.step4 .carousel-indicators:after {
        height: 210px;
    }
    
    .section-where-to-feature .content .carousel.step5 .carousel-indicators:after {
        height: 290px;
    }
    
    .section-get-started .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
		
    .section-get-started h2 {
        font-size: 30px;
    }

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

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

}

@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-brand {
        height: 50px;
        padding: 10px 0px 13px 16px;
    }
    
    .section-sub-nav .navbar-brand img {
        max-width: 176px;
    }
    
    .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-coaching p {
        line-height: 26px;
        margin-bottom: 20px;
    }

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

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

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

    .section-index-header h1 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-video .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-story-bundle-attract-people .container {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .section-story-bundle-attract-people img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
    }

    .section-story-bundle-attract-people h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-craft-and-share .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-craft-and-share img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .section-craft-and-share h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-why-share-story .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .section-why-share-story h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-why-share-story .row {
        display: block;
        margin-bottom: 100px;
    }

    .section-why-share-story .resource .main {
        position: relative;
        top: auto;
        right: 0px;
    }

    .section-why-share-story .resource .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-why-share-story .attract .main {
        position: relative;
        top: auto;
        left: auto;
    }

    .section-why-share-story .attract .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-why-share-story .resource .main {
        position: relative;
        right: 0px;
    }

    .section-why-share-story .resource .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-why-share-story .enrollment .main {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        max-width: 100%;
    }

    .section-why-share-story .enrollment .box {
        top: auto;
        right: 0;
        bottom: -60px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-why-share-story .retention .main {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        max-width: 100%;
    }

    .section-why-share-story .retention .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-whats-inside .container {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .section-whats-inside img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .section-whats-inside h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

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

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

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

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

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

    .section-how-it-works ul {
        margin: 0px 0 30px 60px;
    }

    .section-how-it-works ul li {
        margin-bottom: 20px;
    }

    .section-how-it-works ul li i {
        font-size: 20px;
        top: 0px;
        left: -60px;
    }

    .section-how-it-works ul li i img {
        width: 100%;
        font-size: 14px;
        top: 4px;
        left: -35px;
    }

    .section-where-to-feature.overflow {
        height: 640px;
    }
    
    .section-where-to-feature .content h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-where-to-feature .content h3 {
        font-size: 16px;
    }
    
    .section-where-to-feature .content p {
        font-size: 16px;
        margin-bottom: 0;
    }
    
    .section-where-to-feature .content .carousel .carousel-indicators {
        left: 2%;
    }
        
    .section-where-to-feature .content .carousel {
        min-height: 325px;
    }
    
    .section-where-to-feature .content .carousel .carousel-indicators:before {
        height: 280px;
    }
    
    .section-where-to-feature .content .carousel .carousel-indicators li {
        margin: 20px 0 38px !important;
    }
    
    .section-where-to-feature .content .carousel.step1 .carousel-indicators:after {
        height: 30px;
        transition: height 1s;
    }
    
    .section-where-to-feature .content .carousel.step2 .carousel-indicators:after {
        height: 80px;
    }
    
    .section-where-to-feature .content .carousel.step3 .carousel-indicators:after {
        height: 136px;
    }
    
    .section-where-to-feature .content .carousel.step4 .carousel-indicators:after {
        height: 190px;
    }
    
    .section-where-to-feature .content .carousel.step5 .carousel-indicators:after {
        height: 280px;
    }
    
    .section-where-to-feature .content .carousel .row {
        display: block;
        padding: 0px 0 10px;
    }

    .section-where-to-feature .content .carousel .text {
        padding: 20px 20px 20px 60px;
    }
    
    .section-where-to-feature .content .carousel .text-right {
        text-align: left;
    }
    
    .section-where-to-feature .content .carousel .thumb {
        padding: 0px 20px 20px 45px;
    }
    
    .section-where-to-feature .content .carousel .thumb img {
        margin: 0;
        max-width: 270px;
    }
    
    .section-get-started .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-get-started img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .section-get-started h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

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

	.section-pricing .banner {
		max-width: 300px;
	    top: -85px;
	    margin-bottom: -60px;
	}
	
    .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) {
    
}





