
html, body {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}
/* index formatting ======================================================================= */

.section-header {
    background: url(../bg/bg-hero01.jpg) no-repeat top center;
    background-size: cover;
}

.section-header .container {
    padding-top: 120px;
    padding-bottom: 110px;
    position: relative;
}

.section-header h1 {
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-header p {
    font-size: 23px;
    margin-bottom: 40px;
}

.section-header .promo-banner {
    position: absolute;
    top: 0px;
    left: 80px;
}

.section-header .promo-badge {
    position: absolute;
    bottom: 130px;
    right: 30px;
    width: auto;
}

.section-online-success .container {
    padding-top: 70px;
    padding-bottom: 110px;
    position: relative;
}

.section-online-success h2 {
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 60px;
}

.section-online-success h2 strong {
    color: #1250bf;
}

.section-online-success h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

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

.section-online-success ul {
    margin-left: 25px;
}

.section-online-success ul li {
    margin: 18px 0px;
}

.section-online-success ul li i {
    color: #1250bf;
    font-size: 12px;
    left: -2.742857em;
    top: .64285714em;
}

.section-why-buy h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #1250bf;
}

.section-why-buy .box {
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    padding: 50px 30px;
}

.section-why-buy .list-item {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.section-why-buy .list-image {
    margin-right: 10px;
}

.section-why-buy .list-content p {
    margin: 0px;
    font-size: 22px;
}

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

.section-pricing h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1250bf;
}

.section-pricing .box-title {
    font-size: 32px;
    margin-bottom: 0px;
    color: #fff;
    background: #1250bf;
    padding: 10px 10px;
}

.section-pricing .box-body {
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    padding: 40px 15px;
    margin-bottom: 30px;
}

.section-pricing .box-body .text-regular-price {
    text-decoration: line-through;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}

.section-pricing .box-body .text-save {
    color: #e30206;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-pricing .box-body .text-pay-only {
    font-size: 30px;
    font-weight: 700;
}

.section-pricing .btn-get-bundle {
    border: 3px solid #fff;
    color: #fff;
    font-size: 24px;
    padding: 13px 40px;
    border-radius: 50px;
    background: #0f51b9;
    font-weight: 700;
}

.section-pricing .btn-get-bundle:hover {
    background: #05327a;
}


@media (min-width: 1600px) {

    .section-header .promo-badge {
        bottom: 130px;
        right: -60px;
        width: auto;
    }

}

@media (min-width: 1200px) {
    
	/* index page formatting ===================================================================== */
    
    .section-online-success .domain {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    
    .section-online-success .domain img {
        position: absolute;
        top: -300px;
        left: -120px;
        width: 126%;
        max-width: 1000%;
    }

    .section-online-success .email {
        padding-top: 50px;
        padding-bottom: 130px;
    }
    
    .section-online-success .email img {
        position: absolute;
        top: -260px;
        left: -120px;
        width: 113%;
        max-width: 1000%;
    }

}

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

	/* index page formatting ===================================================================== */
    
    .section-header h1 {
        font-size: 39px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    
	/* index page formatting ===================================================================== */
    
    .section-why-buy .list-item {
        margin-bottom: 0px;
    }
    
	.section-pricing .container {
	    padding-bottom: 100px;
	}
	
}

@media (max-width: 767px) {
    
    body {
        font-size: 14px;
    }
    
	/* index page formatting ===================================================================== */
    
    .section-header {
        background: url(../bg/bg-hero01.jpg) no-repeat top left;
    }

    .section-header .container {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    
    .section-header .promo-banner {
        position: relative;
        top: auto;
        left: auto;
    }

    .section-header .promo-badge {
        position: relative;
        bottom: auto;
        right: auto;
        width: auto;
        max-width: 300px;
    }
    
    .section-header h1 {
        font-size: 26px;
    }

    .section-header p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .section-online-success .container {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .section-online-success h2 {
        font-size: 26px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    
    .section-online-success .row {
        display: block;
    }
    
    .section-online-success h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .section-online-success ul li i {
        top: 0.442857em;
    }
    
    .section-why-buy .box {
        padding: 30px 10px;
    }
    
    .section-why-buy h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .section-why-buy .list-image {
        margin-right: 0px;
    }
    
    .section-why-buy .list-content p {
        font-size: 16px;
    }
    
    .section-pricing h2 {
        font-size: 24px;
    }
    
	.section-pricing .container {
	    padding-bottom: 80px;
	}
	
    .section-pricing .box-title {
        font-size: 20px;
    }
    
    .section-pricing .box-body .text-regular-price {
        font-size: 18px;
    }

    .section-pricing .box-body .text-save {
        font-size: 30px;
    }

    .section-pricing .box-body .text-pay-only {
        font-size: 20px;
    }

    .section-pricing .btn-get-bundle {
        font-size: 14px;
    }
    
}






