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

html,
body {
    overflow-x: hidden;
}

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

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

p {
    margin-bottom: 50px;
    line-height: 34px;
}

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

.btn-call-to-action:hover {
    background: #40aec7;
}

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

.testimonial.ver2 {
    background: #0e486e;
    color: #fff;
}

.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;
}

.separator {
    border-top: 2px dashed #1097b4;
    margin: 0;
}

/* 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: 12px 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;
    background-size: cover;
    margin-top: -22px;
}

.section-index-header .container {
    padding-top: 100px;
}

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

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

.section-index-header .promo-badge {
    float: right;
    max-width: 340px;
}

.section-index-header h1 {
    font-size: 44px;
    margin-bottom: 0px;
    line-height: 54px;
    font-weight: normal;
}

.section-index-header h1 span {
    display: block;
}

.section-index-header h1 strong {
    display: block;
	font-weight: 800;
}

.section-index-header img {
    position: relative;
    bottom: -60px;
    z-index: 10;
}

.section-intro-video {
    background: #ebebeb;
}

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

.section-intro-video h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

.section-intro-video .video-player {
    max-width: 710px;
    margin: 0 auto;
}

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

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

.section-next-course {
    background: #0e486e;
    color: #fff;
}

.section-next-course .container {
    padding-top: 60px;
    padding-bottom: 50px;
}

.section-next-course h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

.section-why-enroll {
    background: #fff;
}

.section-why-enroll .container {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

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

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

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

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

.section-why-enroll img {
    position: absolute;
    top: 310px;
    right: -20px;
    width: 45%;
}

.section-draws-people {
    background: #fff;
}

.section-draws-people .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-draws-people h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

.section-benefits {
    background: #fff;
}

.section-benefits .container {
    padding-top: 80px;
    padding-bottom: 100px;
}

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

.section-benefits h3 {
    margin-bottom: 50px;
}

.section-need-to-grow {
    background: #fff;
}

.section-need-to-grow .container {
    padding-top: 80px;
    padding-bottom: 90px;
}

.section-need-to-grow h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.section-youll-get {
    background: #1097b4;
    color: #fff;
}

.section-youll-get .container {
    padding-top: 80px;
    padding-bottom: 100px;
}

.section-youll-get .row {
    display: flex;
    flex-wrap: wrap;
}

.section-youll-get .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-youll-get h2 {
    font-size: 36px;
    margin-bottom: 60px;
    line-height: 46px;
}

.section-youll-get h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 38px;
}

.section-youll-get p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
}

.section-youll-get .col-sm-6 {
    display: flex;
}

.section-leaders-learners {
    background: #fff;
}

.section-leaders-learners .container {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
}

.section-leaders-learners h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-leaders-learners h3 {
	font-weight: normal;
    margin-bottom: 50px;
}

.section-leaders-learners a {
    color: #1097b4;
    font-weight: 700;
	text-decoration: underline;
}

.section-leaders-learners ul {
    margin: 0px 0 50px 50px;
}

.section-leaders-learners ul li {
    margin-bottom: 20px;
}

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

.section-leaders-learners img {
    position: absolute;
    top: 220px;
    right: -149px;
    width: 65%;
}

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

.section-whats-unique .container {
    padding-top: 80px;
    position: relative;
}

.section-whats-unique h2 {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: normal;
}

.section-whats-unique img {
    position: absolute;
    bottom: 30px;
    right: -20px;
    width: 52%;
}

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

.section-our-strategy .container {
    padding-top: 90px;
    padding-bottom: 120px;
}

.section-our-strategy h2 {
    font-size: 36px;
    margin-bottom: 80px;
}

.section-our-strategy p {
    margin-bottom: 0;
}

.section-our-strategy .strategy {
    margin-bottom: 80px;
}

.section-our-strategy .strategy .media-left {
    padding-right: 40px;
}

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

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

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

.section-how-it-works .outline {
    margin-bottom: 50px;
    max-width: 1000px;
    position: relative;
}

.section-how-it-works .outline::before {
    position: absolute;
    display: block;
    content: "";
    width: 90%;
    height: 3px;
    top: 100px;
    background: #1097b4;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.section-how-it-works .outline img {
    border: 15px solid #fff;
    border-radius: 50%;
}

.section-after-joining {
    background: #1097b4;
    color: #fff;
}

.section-after-joining .container {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}

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

.section-after-joining h3 {
    font-size: 32px;
    margin-bottom: 70px;
}

.section-after-joining ul {
    margin: 0px 0 50px 73px;
}

.section-after-joining ul li {
    margin-bottom: 50px;
}

.section-after-joining ul li i {
    font-size: 17px;
    color: #1097b4;
    top: -8px;
    left: -64px;
}

.section-after-joining .testimonial {
	color: #252525;
}

.section-quick-roi .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-quick-roi h2 {
    color: #1097b4;
    font-size: 36px;
    margin-bottom: 10px;
}

.section-quick-roi p {
    margin-bottom: 20px;
}

.section-quick-roi .row {
    display: flex;
	align-items: center;
}

.section-who-for {
    background: #fff;
}

.section-who-for .container {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}

.section-who-for h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-who-for h3 {
    font-size: 32px;
    margin-bottom: 70px;
}

.section-who-for ul {
    margin: 0px 0 50px 93px;
}

.section-who-for ul li {
    margin-bottom: 50px;
}

.section-who-for ul li i {
    font-size: 17px;
    top: -8px;
    left: -64px;
}

/* filter generator - https://angel-rs.github.io/css-color-filter-generator */
.section-who-for ul li i img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(80%) saturate(3724%) hue-rotate(155deg) brightness(85%) contrast(87%);
}

.section-satisfaction {
    background: #1097b4;
    color: #fff;
}

.section-satisfaction .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-satisfaction h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-satisfaction p {
    margin-bottom: 20px;
}

.section-satisfaction .row {
    display: flex;
	align-items: center;
}

.section-bonuses {
    background: #fff;
}

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

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

.section-bonuses h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

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

.section-bonuses .live-class .main {
    position: relative;
    right: -30px;
    top: -51px;
    z-index: 2;
	opacity: 0;
}

.section-bonuses .live-class .box {
    position: absolute;
    top: -80px;
    right: -210px;
}

.section-bonuses .facebook .main {
    position: relative;
    left: -30px;
    top: -70px;
    z-index: 2;
    opacity: 0;
}

.section-bonuses .facebook .box {
    position: absolute;
    top: 29px;
    left: -210px;
}

.section-bonuses .library .main {
    position: relative;
    right: -30px;
    top: -32px;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    opacity: 0;
}

.section-bonuses .library .box {
    position: absolute;
    top: -36px;
    right: -210px;
}

.section-course-library {
    background: #fff;
    border-bottom: 10px solid #1097b4;
}

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

.section-course-library h2 {
    font-size: 36px;
    margin-bottom: 60px;
}

.section-course-library a {
    color: #1097b4;
    font-weight: 700;
	text-decoration: underline;
}

.section-course-library .courses {
    display: flex;
    flex-wrap: wrap;
}

.section-course-library img {
    width: 25%;
	padding: 5px;
}

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

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

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

.section-pricing .text-coaching-slots {
    font-size: 28px;
    margin-bottom: 50px;
}

.section-pricing .text-what-you-pay {
    font-size: 28px;
    margin-bottom: 50px;
}

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

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

.section-pricing .panel-box .text-subscription {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
}

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

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

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

.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-how-it-works .outline::before {
        top: 100px;
    }

    .section-bonuses .live-class .box {
        top: -110px;
    }

    .section-bonuses .facebook .box {
        top: -5px;
    }

    .section-bonuses .library .box {
        top: -20px;
    }

}

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

    body {
        font-size: 20px;
    }
    
    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 .promo-banner {
        max-width: 370px;
    }

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

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

    .section-next-course h2 {
        font-size: 30px;
    }
    
    .section-why-enroll .container {
        padding-top: 60px;
    }

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

    .section-why-enroll ul li i {
        top: 6px;
    }
    
    .section-why-enroll img {
        top: 390px;
        width: 35%;
    }
    
    .section-draws-people .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }    
    
    .section-draws-people h2 {
        font-size: 30px;
    }

    .section-benefits .container {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .section-benefits h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }    
    
    .section-need-to-grow .container {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    
    .section-need-to-grow h2 {
        font-size: 30px;
    }

    .section-youll-get .container {
        padding-top: 50px;
        padding-bottom: 60px;
    }    
    
    .section-youll-get h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    
    .section-youll-get h3 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-leaders-learners .container {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .section-leaders-learners h2 {
        font-size: 30px;
    }
    
    .section-leaders-learners img {
        top: 270px;
        right: -20px;
        width: 55%;
    }
    
    .section-whats-unique .container {
        padding-top: 50px;
    }
    
    .section-whats-unique h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .section-our-strategy .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    
    .section-our-strategy h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    
    .section-our-strategy .strategy {
        margin-bottom: 50px;
    }
    
    .section-how-it-works .container {
        padding-top: 50px;
    }
    
    .section-how-it-works h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .section-how-it-works .outline::before {
        top: 80px;
    }

    .section-after-joining .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    
    .section-after-joining h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    
    .section-after-joining ul li {
        margin-bottom: 30px;
    }
    
    .section-after-joining ul {
        margin: 0px 0 30px 73px;
    }
    
    .section-after-joining h3 {
        font-size: 24px;
        margin-bottom: 50px;
    }
    
    .section-quick-roi .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .section-quick-roi h2 {
        font-size: 30px;
    }
    
    .section-who-for .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .section-who-for h2 {
        font-size: 30px;
    }
    
    .section-who-for h3 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .section-who-for ul li {
        margin-bottom: 30px;
    }
    
    .section-satisfaction .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-satisfaction h2 {
        font-size: 30px;
    }
    
    .section-bonuses .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .section-bonuses h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    
    .section-bonuses h3 {
        font-size: 24px;
    }

    .section-bonuses .row {
        margin-bottom: 100px;
    }

    .section-bonuses .live-class .main {
        top: -9px;
    }

    .section-bonuses .live-class .box {
        top: -30px;
        width: 300px;
        right: -110px;
    }

    .section-bonuses .facebook .main {
        top: -46px;
    }

    .section-bonuses .facebook .box {
        top: 21px;
        width: 300px;
        left: -110px;
    }

    .section-bonuses .library .main {
        top: -23px;
    }

    .section-bonuses .library .box {
        top: 52px;
        width: 300px;
        right: -110px;
    }
    
    .section-course-library .container {
        padding-bottom: 70px;
    }
    
    .section-course-library h2 {
        font-size: 30px;
    }
    
    .section-course-library img {
        width: 33%;
    }

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

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

    .section-pricing .panel-box .text-subscription {
        margin-bottom: 20px;
    }

}

@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: 16px 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;
    }
    
    p {
        line-height: 26px;
        margin-bottom: 20px;
    }

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

    .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;
    }
    
    /* index page formatting ================================================================ */
    
    .section-index-header {
        margin-bottom: -20px;
    }

    .section-index-header .promo-banner {
        float: none;
        max-width: 400px;
    }
    
    .section-index-header .promo-badge {
        float: none;
        max-width: 340px;
    }

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

    .section-next-course .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .section-next-course h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-why-enroll .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .section-why-enroll h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

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

    .section-why-enroll ul {
        margin: 0px 0 20px 30px;
    }
    
    .section-why-enroll ul li {
        margin-bottom: 10px;
    }
    
    .section-why-enroll ul li i {
        font-size: 10px;
        color: #1097b4;
        top: 5px;
        left: -30px;
    }

    .section-why-enroll img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }
    
    .section-draws-people .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-draws-people h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-benefits .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .section-benefits h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .section-benefits h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .section-need-to-grow .container {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .section-need-to-grow h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-youll-get .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .section-youll-get h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .section-youll-get h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0px;
    }
    
    .section-youll-get p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-youll-get .row {
        display: block;
    }
    
    .section-youll-get .col-sm-6 {
        display: block;
    }
    
    .section-youll-get .thumbnail {
        display: block;
    }
    
    .section-leaders-learners .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .section-leaders-learners h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-leaders-learners h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .section-leaders-learners ul {
        margin: 0px 0 10px 30px;
    }
    
    .section-leaders-learners ul li {
        margin-bottom: 10px;
    }
    
    .section-leaders-learners ul li i {
        font-size: 10px;
        color: #1097b4;
        top: 5px;
        left: -30px;
    }

    .section-leaders-learners img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }
    
    .section-whats-unique .container {
        padding-top: 40px;
    }

    .section-whats-unique h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-whats-unique h3 {
        font-size: 20px;
    }

    .section-whats-unique img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }
    
    .section-our-strategy .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-our-strategy h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .section-our-strategy .strategy {
        margin-bottom: 20px;
    }

    .section-our-strategy .strategy .media-left {
        padding-right: 20px;
		vertical-align: top;
    }

    .section-our-strategy .strategy img {
        max-width: 60px
    }

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

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

    .section-how-it-works h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        background: #fff;
        padding-bottom: 10px;
    }
    
    .section-how-it-works .outline {
        margin-top: -30px;
        margin-bottom: 20px;
    }
    
    .section-how-it-works .outline img {
        margin-top: 30px;
    }
    
    .section-how-it-works .outline::before {
        width: 3px;
        height: 90%;
        top: 30px;
        bottom: 0;
    }

    .section-after-joining .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .section-after-joining h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-after-joining h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .section-after-joining ul {
        margin: 0px 0 0 30px;
    }

    .section-after-joining ul li {
        margin-bottom: 10px;
    }

    .section-after-joining ul li i {
        font-size: 12px;
        top: 0px;
        left: -30px;
    }

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

    .section-quick-roi .container {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .section-quick-roi h2 {
        font-size: 24px;
    }

    .section-quick-roi .row {
        display: block;
    }

    .section-who-for .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .section-who-for h2 {
        font-size: 24px;
    }

    .section-who-for h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .section-who-for ul {
        margin: 0px 0 0 30px;
    }

    .section-who-for ul li {
        margin-bottom: 10px;
    }

    .section-who-for ul li i {
        font-size: 12px;
        top: 0px;
        left: -30px;
    }

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

    .section-satisfaction .container {
        padding-top: 30px;
        padding-bottom: 50px;
    }

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

    .section-satisfaction .row {
        display: block;
    }

    .section-bonuses .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .section-bonuses h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

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

    .section-bonuses .row {
        display: block;
        margin-bottom: 100px;
    }

    .section-bonuses .live-class .main {
        position: relative;
        top: auto;
        right: 0px;
    }

    .section-bonuses .live-class .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-bonuses .facebook .main {
        position: relative;
        top: auto;
        left: auto;
    }

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

    .section-bonuses .live-class .main {
        position: relative;
        right: -20px;
    }

    .section-bonuses .live-class .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-bonuses .library .main {
        position: relative;
        top: auto;
        right: -20px;
        width: auto;
        max-width: 100%;
    }

    .section-bonuses .library .box {
        top: auto;
        right: 0;
        bottom: -60px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }
	
    .section-course-library .container {
        padding-bottom: 50px;
    }

    .section-course-library h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-course-library h3 {
        font-size: 20px;
    }
    
    .section-course-library img {
        width: 50%;
    }
    
    .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-subscription {
        margin-bottom: 20px;
    }
    
    .section-pricing .panel-box .text-regular {
        font-size: 22px;
    }

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

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

}

@media (max-width: 480px) {

    .section-course-library img {
        width: 100%;
    }
    
}




