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

.content-ectp 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-ectp-header {
    background: url(../bg/bg-hero01.png) no-repeat bottom center;
    background-size: cover;
    margin-top: -22px;
}

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

.section-ectp-header .promo-strip {
    margin-top: -28px;
}

.section-ectp-header .promo-banner {
    margin-bottom: 0;
}

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

.section-ectp-header h1 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 42px;
    font-weight: 800;
}

.section-ectp-header h1 span {
	display: block;
    font-size: 90%;
    font-weight: normal;
}

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

.section-ectp-header img {
    margin-bottom: 20px;
}

.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-ectp-carousel {
    background: #f9f9f9 url(../img/img-page-post-strip01.png) repeat-x center center;
    padding-top: 70px;
    padding-bottom: 70px;
	animation: animatedBackground 500s linear infinite;
}

@keyframes animatedBackground {
	from {
		background-position: 0 center;
	}
	/*use negative width if you want it to flow right to left else and positive for left to right*/
	to {
		background-position: -20000px center;
	}
}

.section-ectp-low-engagement {





    background: #fff;
}

.section-ectp-low-engagement .container {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}

.section-ectp-low-engagement h2 {
    font-size: 34px;
    margin-bottom: 100px;
}

.section-ectp-low-engagement p {
    margin-bottom: 30px;
    line-height: 44px;
}

.section-ectp-low-engagement img {
    position: absolute;
    top: 230px;
    right: -50px;
    width: 57%;
}

.section-ectp-the-solution {
    background: #f9f9f9;
}

.section-ectp-the-solution .container {
    padding-top: 60px;
    padding-bottom: 80px;
}

.section-ectp-the-solution h2 {
    font-size: 29px;
    margin-bottom: 10px;
}

.section-ectp-the-solution h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.section-ectp-the-solution h3 span {
    font-weight: normal;
}

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

.section-ectp-the-solution .excitement .main {
    position: relative;
    right: -30px;
    top: -30px;
    z-index: 2;
    opacity: 0;
}

.section-ectp-the-solution .excitement .box {
    position: absolute;
    top: -48px;
    right: -210px;
}

.section-ectp-the-solution .transformation .main {
    position: relative;
    left: -30px;
    top: -40px;
    z-index: 2;
    opacity: 0;
}

.section-ectp-the-solution .transformation .box {
    position: absolute;
    top: -56px;
    left: -210px;
}

.section-ectp-the-solution .trust .main {
    position: relative;
    right: -30px;
    top: -32px;
    z-index: 2;
    opacity: 0;
}

.section-ectp-the-solution .trust .box {
    position: absolute;
    top: -52px;
    right: -210px;
}

.section-ectp-doing-it-yourself {
    background: #fff;
}

.section-ectp-doing-it-yourself .container {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
}

.section-ectp-doing-it-yourself h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.section-ectp-doing-it-yourself p {
    margin-bottom: 30px;
}

.section-ectp-doing-it-yourself ul li {
    font-size: 93%;
	margin-bottom: 10px;
}

.section-ectp-doing-it-yourself .calendar {
    position: absolute;
    top: 250px;
    right: -50px;
    width: 47%;
}

.section-ectp-we-come-in {
    background: #f5fdfd url(../bg/bg-hero01.png) no-repeat bottom center;
    background-size: cover;
}

.section-ectp-we-come-in .container {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}

.section-ectp-we-come-in h2 {
    font-size: 30px;
    margin-bottom: 60px;
}

.section-ectp-we-come-in p {
    margin-bottom: 50px;
}

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

.section-ectp-why-it-works .container {
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
}

.section-ectp-why-it-works h2 {
    font-size: 30px;
    margin-bottom: 70px;
}

.section-ectp-why-it-works ul {
    margin: 0px 0 90px 130px;
}

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

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

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

.section-ectp-how-it-works .container {
    padding-top: 60px;
    padding-bottom: 10px;
}

.section-ectp-how-it-works h2 {
    font-size: 29px;
    margin-bottom: 10px;
}

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

.section-ectp-how-it-works h3 span {
    font-weight: normal;
}

.section-ectp-how-it-works .row {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.section-ectp-how-it-works .choose .main {
    position: relative;
    right: -30px;
    top: -30px;
    z-index: 2;
    opacity: 0;
}

.section-ectp-how-it-works .choose .box {
    position: absolute;
    top: -61px;
    right: -210px;
}

.section-ectp-how-it-works .resources .main {
    position: relative;
    left: -30px;
    top: -40px;
    z-index: 2;
    opacity: 0;
}

.section-ectp-how-it-works .resources .box {
    position: absolute;
    top: -56px;
    left: -210px;
}

.section-ectp-how-it-works .community .main {
    position: relative;
    right: -30px;
    top: -32px;
    z-index: 2;
    opacity: 0;
}

.section-ectp-how-it-works .community .box {
    position: absolute;
    top: -34px;
    right: -210px;
}

.section-ectp-get-started {
    background: #fff;
}

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

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

.section-ectp-get-started p {
    font-size: 93%;
    margin-bottom: 30px;
}

.section-ectp-get-started ul li {
    font-size: 93%;
	margin-bottom: 10px;
}

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

.section-ectp-panel {
    background: #fff;
    border-bottom: 10px solid #f9f9f9;
}

.section-ectp-panel .container {
    padding-bottom: 90px;
}

.section-ectp-panel .panel-box {
    box-shadow: 1px 1px 7px #000000a3;
    margin: 0 auto 30px;
    max-width: 600px;
	padding:  20px 40px;
}

.section-ectp-panel h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.section-ectp-panel p {
    font-size: 93%;
    margin-bottom: 30px;
}

.section-ectp-pricing {
    background: #f5fdfd;
}

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

.section-ectp-pricing h3 {
    margin: 0;
    font-size: 22px;
}

.section-ectp-pricing p {
    font-size: 80%;
    margin-bottom: 20px;
}

.section-ectp-pricing .btn-call-to-action {
    font-size: 17px;
    padding: 13px 30px;
}
.section-ectp-pricing .text-regular.slashed {
    text-decoration: line-through;
}

.section-ectp-pricing .text-save {
    color: #d94136;
}

.section-ectp-pricing .text-pay-only strong {
    color: #d94136;
}

.section-ectp-pricing ul {
    margin-left: 20px;
}

.section-ectp-pricing ul li {
    font-size: 80%;
    margin-bottom: 20px;
}

.section-ectp-pricing ul li i {
    font-size: 14px;
    color: #1097b4;
    top: 7px;
    left: -30px;
}

.section-ectp-pricing .table {
    box-shadow: 1px 5px 8px #00000057;
}

.section-ectp-pricing .table tr th {
    background: #1f9eb9;
    color: #fff;
    border: none;
    padding: 10px 20px;
    vertical-align: middle;
}

.section-ectp-pricing .table tr td {
    padding: 20px 20px;
    vertical-align: top;
}

.section-ectp-faq {
    background: #f5fdfd url(../bg/bg-hero01.png) no-repeat center center;
    background-size: cover;
}

.section-ectp-faq .container {
    padding-bottom: 200px;
}

.section-ectp-faq h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.section-ectp-faq p {
    font-size: 93%;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    
	/* index page formatting ===================================================================== */
    
	.section-ectp-header .promo-badge {
		top: 250px;
	}
	
	.section-ectp-low-engagement img {
	    top: 240px;
	    right: 100px;
	    width: 34%;
	}

	.section-ectp-doing-it-yourself .container {
		padding-top: 10px
	}
	
	.section-ectp-doing-it-yourself .row {
	    display: flex;
	    align-items: center;
	}
	
	.section-ectp-get-started img {
	    top: 45px;
	    right: -30px;
	    width: 48%;
	}

}

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

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

    .section-ectp-header .promo-badge {
		top: 310px;
		max-width: 300px;
		}
    
    .section-ectp-the-solution .excitement .box {
        top: -70px;
    }

    .section-ectp-the-solution .transformation .box {
        top: -75px;
    }

    .section-ectp-the-solution .trust .box {
        top: -80px;
    }

	.section-ectp-doing-it-yourself .container {
	    padding-bottom: 90px;
	}

    .section-ectp-how-it-works .choose .box {
        top: -70px;
    }

    .section-ectp-how-it-works .resources .box {
        top: -75px;
    }

    .section-ectp-how-it-works .community .box {
        top: -80px;
    }

}

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

    body {
        font-size: 20px;
    }
    
    .content-ectp 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-ectp-header {
        margin-bottom: -25px;
    }

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

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

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

    }

	.section-ectp-low-engagement .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
    .section-ectp-low-engagement h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

	.section-ectp-low-engagement img {
	    top: 180px;
	}

    .section-ectp-the-solution h2 {
        font-size: 30px;
    }

    .section-ectp-the-solution h3 {
        font-size: 26px;
    }

    .section-ectp-the-solution .row {
        margin-bottom: 100px;
    }

    .section-ectp-the-solution .excitement .main {
        top: -29px;
        right: -15px;
    }

    .section-ectp-the-solution .excitement .box {
        top: -27px;
        width: 300px;
        right: -110px;
    }

    .section-ectp-the-solution .transformation .main {
        top: -16px;
        left: -15px;
    }

    .section-ectp-the-solution .transformation .box {
        top: -18px;
        width: 300px;
        left: -110px;
    }

    .section-ectp-the-solution .trust .main {
        top: -23px;
        right: -17px;
    }

    .section-ectp-the-solution .trust .box {
        top: -35px;
        width: 300px;
        right: -110px;
    }

	.section-ectp-doing-it-yourself .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
	.section-ectp-doing-it-yourself h2 {
        font-size: 30px;
    }
	
	.section-ectp-we-come-in .container {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
		
    .section-ectp-we-come-in h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }

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

    .section-ectp-how-it-works h3 {
        font-size: 26px;
    }

    .section-ectp-how-it-works .row {
        margin-bottom: 100px;
    }

    .section-ectp-how-it-works .choose .main {
        top: -29px;
        right: -15px;
    }

    .section-ectp-how-it-works .choose .box {
        top: -27px;
        width: 300px;
        right: -110px;
    }

    .section-ectp-how-it-works .resources .main {
        top: -16px;
        left: -15px;
    }

    .section-ectp-how-it-works .resources .box {
        top: -18px;
        width: 300px;
        left: -110px;
    }

    .section-ectp-how-it-works .community .main {
        top: -23px;
        right: -17px;
    }

    .section-ectp-how-it-works .community .box {
        top: -35px;
        width: 300px;
        right: -110px;
    }

    .section-ectp-get-started .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
		
    .section-ectp-get-started h2 {
        font-size: 30px;
    }

    .section-ectp-panel .container {
	    padding-bottom: 50px;
	}
		
	.section-ectp-panel .panel-box {
		padding: 20px 20px;
	}
	
    .section-ectp-panel h2 {
        font-size: 26px;
    }

    .section-ectp-faq h2 {
        font-size: 26px;
    }

    .section-ectp-faq .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;
    }
        
	.section-ectp-pricing .table tr {
		display: block;
	}
	
	.content-ectp .section-ectp-pricing p {
		margin-bottom: 10px;
	}
	
	.content-ectp .section-ectp-pricing .btn-call-to-action {
		margin-bottom: 30px;
	}
	
	.content-ectp .section-ectp-pricing img {
		margin-top: 30px;
	}
	
	.section-ectp-pricing .table tr td {
		display: block;
		padding: 10px 20px;
		border: 0;
	}
	
}

@media (max-width: 767px) {
    
    /* global formatting ======================================================================= */

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

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

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

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

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

    .section-ectp-low-engagement .container {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .section-ectp-low-engagement img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
    }

    .section-ectp-low-engagement h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-ectp-the-solution .container {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .section-ectp-the-solution h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-ectp-the-solution h3 {
        font-size: 20px;
    }

    .section-ectp-the-solution .row {
        display: block;
        margin-bottom: 100px;
    }

    .section-ectp-the-solution .excitement .main {
        position: relative;
        top: auto;
        right: 0px;
    }

    .section-ectp-the-solution .excitement .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-ectp-the-solution .transformation .main {
        position: relative;
        top: auto;
        left: auto;
    }

    .section-ectp-the-solution .transformation .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-ectp-the-solution .excitement .main {
        position: relative;
        right: 0px;
    }

    .section-ectp-the-solution .excitement .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-ectp-the-solution .trust .main {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        max-width: 100%;
    }

    .section-ectp-the-solution .trust .box {
        top: auto;
        right: 0;
        bottom: -60px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-ectp-doing-it-yourself .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .section-ectp-doing-it-yourself img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
    }

    .section-ectp-doing-it-yourself h2 {
        font-size: 24px;
    }

    .section-ectp-we-come-in .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .section-ectp-we-come-in img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .section-ectp-we-come-in h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

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

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

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

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

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

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

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

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

    .section-ectp-how-it-works h3 {
        font-size: 20px;
    }

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

    .section-ectp-how-it-works .choose .main {
        position: relative;
        top: auto;
        right: 0px;
    }

    .section-ectp-how-it-works .choose .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-ectp-how-it-works .resources .main {
        position: relative;
        top: auto;
        left: auto;
    }

    .section-ectp-how-it-works .resources .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-ectp-how-it-works .choose .main {
        position: relative;
        right: 0px;
    }

    .section-ectp-how-it-works .choose .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-ectp-how-it-works .community .main {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        max-width: 100%;
    }

    .section-ectp-how-it-works .community .box {
        top: auto;
        right: 0;
        bottom: -60px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-ectp-get-started .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

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

    .section-ectp-get-started h2 {
        font-size: 24px;
    }

    .section-ectp-panel .container {
        padding-bottom: 30px;
    }

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

	.content-ectp .section-ectp-pricing p {
		font-size: 100%;
	}
	
	.content-ectp .section-ectp-pricing ul li {
		font-size: 100%;
	}
	
    .section-ectp-faq .container {
        padding-bottom: 100px;
    }

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

}

@media (max-width: 480px) {
    
}





