/*defaults*/
html {
    font-size: 62.5%;    
}
body {
    font-family: 'Rubik', sans-serif;
    color: #47505c;
    font-size: 2.3rem;
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Teko', sans-serif;   
    color: #47505c;
    line-height: 1;
    margin-bottom: 2rem;
}
p {
    margin-bottom: 2rem;
}
img, iframe {
    max-width: 100%;    
}

/*reusable*/
.large-container {
    max-width: 140rem;
    width: 100%;
    margin: 0 auto;
}
.inner-container {
    max-width: 95rem;
    width: 100%;
    margin: 0 auto;
}
container {
    max-width: 114rem;
}
.spacer10 {
    height: 10px;    
}
.spacer20 {
    height: 20px;    
}
.spacer30 {
    height: 30px;    
}
.font23 {
    font-size: 2.3rem;
}
.font25 {
    font-size: 2.5rem;
}
.font30 {
    font-size: 3rem;
}
.font35 {
    font-size: 3.5rem;
}
.font45 {
    font-size: 4.5rem;
}
.font53 {
    font-size: 5.3rem;
}
.font55 {
    font-size: 5.5rem;
}
.font80 {
    font-size: 8rem;
}
.text-semib {
    font-weight: 600;
}
.text-blue {
    color: #006cff;
}
.text-white {
    color: #fff;
}
.font-teko {
    font-family: Teko;
}
.bottom-divider::after {
    content: '';
    width: 14px;
    height: 128px;
    background: url(../img/dash-divider.png) center top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4.5rem;
    pointer-events: none;
    margin: auto;
    z-index: 5;
}
.bottom-divider {
    position: relative;
}
.img-shadow {
    border-radius: 10px;
    box-shadow: 0 4px 27px rgba(0,108,255,.08);
    overflow: hidden;
}

/*section*/
.sec1 {
    text-align: center;  
    padding: 4rem 10px 0;
    background: url(../img/sec1-bg.jpg) center top no-repeat;
    background-size: cover;
}
.sec1 .header-logo {
    margin-bottom: 6rem;
}
.sec1 .container {
    max-width: 120rem;    
}
.down-arrow {
    margin: 20rem auto -10rem;    
}
.sec2 {    
    padding: 16rem 10px 6rem;
    background: url(../img/sec2-bg.jpg) center top no-repeat;
    background-size: cover;
}
.sec3 {
    padding: 4rem 10px;    
}
.sec4 {    
    padding: 4rem 10px 1px;
    background: url(../img/sec4-bg.jpg) center top no-repeat;
    background-size: cover;
}
.bullet-box-row {
    margin-bottom: -9rem;
}
.bullet-box .num {
    font-weight: 600;
    color: #006cff;
    opacity: 1;
    font-size: 15rem;
    line-height: 1;
    font-family: Teko;
    display: block;
    margin-bottom: -4rem;
    margin-top: -4rem;
}
/*.bullet-box::after {
    content: '1';
    font-weight: 600;
    color: #008c98;
    opacity: .1;
    font-size: 15rem;
    line-height: 1;
    position: absolute;
    bottom: -5rem;
    right: 4rem;
    font-family: Teko;
}
.bullet-box.box2::after { 
    content: '2';
}
.bullet-box.box3::after { 
    content: '3';
}*/
.bullet-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 27px rgba(0,108,255,.08);
    padding: 6rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bullet-box p {
    margin: 2rem 0;
}
.sec5 {    
    padding: 14rem 10px 6rem;    
}
.sec6 {    
    padding: 6rem 10px;
    background-color: #f6fdff;
}
.sec7 {    
    padding: 6rem 10px;
    background-color: #f6fdff;
}
.sec8 {    
    padding: 43rem 10px 9rem;
    background: url(../img/sec8-bg.jpg) center top no-repeat;
    background-size: cover;
}
.sec9 {    
    padding: 8rem 10px 6rem;    
}
.sec10 {    
    padding: 9rem 10px 11rem;
    background: url(../img/sec10-bg.jpg) center top no-repeat;
    background-size: cover;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.sec11 {    
    padding: 9rem 10px 11rem;    
}
.sec11-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 27px rgba(0,108,255,.08);
    overflow: hidden;
    padding: 0;
    height: 100%;
}
.sec11-box-content {
    padding: 3rem 6rem 1rem;
    text-align: center;
}
.sec11-box-row .col-md-6 {
    margin-bottom: 4rem;
}
.sec12 {    
    padding: 9rem 10px;    
    background: url(../img/sec12-bg.jpg) center top no-repeat;
    background-size: cover;
}
.sec12-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 27px rgba(0,108,255,.08);
    overflow: hidden;
    padding: 0;
    height: 100%;
}
.sec12-box-content {
    padding: 3rem 3rem 1rem;
    text-align: center;
}
.sec12-box-row .col-md-6, .sec12-box-row .col-md-4 {
    margin-bottom: 4rem;
}
.sec13 {    
    padding: 8rem 10px 6rem;    
}
.sec14 {    
    padding: 8rem 10px 6rem;    
    background-color: #f6fdff;
}
.sec15 {    
    padding: 8rem 10px 6rem;        
}
.sec16 {    
    padding: 4rem 10px 21rem;    
    background: url(../img/sec16-bg.jpg) center top no-repeat;
    background-size: cover;
}
.product-cover {
    display: block;
    margin: -16rem auto 3rem;
}
.bullet-list li {
    background: url(../img/bullet-check-blue-sm.png) left 5px no-repeat;
    padding-left: 40px;
    list-style: none;
    margin-bottom: 2rem;
}
.sec17 {    
    padding: 0 10px 7rem;
}
.sec18-bullet-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 27px rgba(0,108,255,.08);
    padding: 5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sec18-bullet-box img {
    margin-bottom: 2rem;
}
.sec18 {    
    padding: 8rem 10px 9rem;    
    background: url(../img/sec18-bg.jpg) center top no-repeat;
    background-size: cover;
}
.sec19 {    
    padding: 8rem 10px 9rem;    
    background: url(../img/guarantee-bg.jpg) center top no-repeat;
    background-size: cover;
}
.sec20 {    
    padding: 8rem 10px 9rem;        
}
.sec20-bullet-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 27px rgba(0,108,255,.08);
    padding: 5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sec20-bullet-box img {
    margin-bottom: 2rem;
}
.sec21 {    
    padding: 8rem 10px 6rem;    
    background: url(../img/sec21-bg.jpg) center top no-repeat;
    background-size: cover;
}
.white-price-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 27px rgba(0,108,255,.08);
    padding: 3rem 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 3rem;
    max-width: 370px;
    width: 100%;
    font-weight: 600;   
    font-family: Teko;
    text-align: center;
    line-height: 1;
}
.btn-container {
    text-align: center;
    margin-bottom: 3rem;
}
.btn-container button {
    background: #f35905;
    border: 2px solid #f35905;    
    border-radius: 100px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    font-family: Teko;
    padding: 2rem 5rem;
    text-transform: uppercase;    
    outline: none;
    transition: all 0.3s linear 0s;
}
.btn-container button:hover {
	color: #f35905;
    background-color: #fff;
}
.btn-container button .sub-text {
    display: block;
    font-family: Rubik;
    text-transform: none;
    font-weight: normal;
}
.sec22 {    
    padding: 8rem 10px 9rem;        
}
.sec-cta {
    padding: 6rem 10px 4rem;
    background: url(../img/cta-bg.jpg) center top no-repeat;
    background-size: cover;    
}
.sec23 {
    padding: 6rem 10px;
    background: url(../img/sec23-bg.jpg) center top no-repeat;
    background-size: cover;    
}
.sec-faq {
    padding: 6rem 10px;    
}
.accordion>.card {
    border: 0;
    margin-bottom: 2rem;
}
.accordion>.card>.card-header {
    padding: 0;
    background: transparent;
    border: 0;
    margin-bottom: 0;
}
.accordion>.card>.card-header button {
    border: 1px solid #066eff;
    font-size: 3rem;
    font-family: Rubik;
    background-color: #066eff;
    color: #fff;
    border-radius: 5px;
    padding: 2rem 3rem;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
}
.card-body {
    padding: 4rem 4rem 1rem;
}
.accordion>.card>.card-header button::after {
    content: '-';
    color: #fff;
    position: absolute;
    right: 3rem;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    font-weight: bold;
    font-family: Rubik;
    pointer-events: none;
}
.accordion>.card>.card-header button.collapsed {
    color: #066eff;
    background: #fff;
}
.accordion>.card>.card-header button.collapsed::after {
    content: '+';
    color: #066eff;        
}
.sec-prefooter {    
    padding: 8rem 10px 9rem;    
    background: url(../img/prefooter-bg.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: 300;
    font-size: 2.2rem;
}
.sec-prefooter a {
    color: #fff;    
}
.prefooter-left a:hover {
    text-decoration: none;
}
.footer-social a {
    border: 1px solid #fff;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    background: rgba(255,255,255,.2);
    margin-right: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer-social a:hover {
    background-color: #F35905;
    border-color: #F35905;
}
.footer-social a i {
    margin-right: 1rem;
}
.prefooter-right {
    display: flex;
    align-items: flex-end;
}
.sec-footer {
    padding: 3rem 10px;    
    color: #242424;
    font-size: 1.8rem;
}
.footer-right {
    text-align: right;
}

/*modal*/
.modal-dialog {
    max-width: 765px;
    margin-top: 5vw;
    width: 100%;
    border-radius: 10px;
}
.modal-header {
    padding: 3rem 6rem;
    background: #066eff;
    display: block;
}
.modal-header h3 {
    margin: 0;
}
.modal-header .close {
    position: absolute;
    background: url(../img/modal-close.png) center top no-repeat;
    background-size: cover;
    right: 10px;
    top: -20px;
    text-indent: -9999px;
    width: 23px;
    outline: none;
    height: 23px;
    opacity: 1;
}
.modal-body {
    padding: 3rem 6rem;
}
.infusion-form input[type=email] {
    width: 100%;
    border: 1px solid #9f9f9f;
    margin-bottom: 2rem;
    padding: 2rem 2rem;
    font-size: 2.6rem;
    color: #47505c;
}
.infusion-form .btn-container button {
    font-size: 3.5rem;
    width: 100%;
}
.infusion-form .btn-container button .sub-text {
    font-size: 2.5rem;
}

/************ Media Queries ***************/
@media only screen and (min-width:1025px) and (max-width:1920px) {
.sec1 {
    padding-top: 2.08vw;
}
.sec1 .font23 {
    font-size: 1.2vw;
}
.sec1 .font53 {
    font-size: 2.76vw;
}
.down-arrow {
    max-width: 1.62vw;
}

}
@media only screen and (max-width: 1366px) {
	.large-container {
		max-width: 130rem;
	}
}

@media only screen and (max-width:1024px) {
.br-hide-mobile br {
    display: none;    
}
.large-container {
		max-width: 110rem;
}
.down-arrow {
    margin: 1rem auto -6rem;
    width: 1rem;
}
.font53 {
    font-size: 4rem;
}
.sec1 {
    position: relative;
}

.sec1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.7);
}

.sec1 .container {
    position: relative;
    z-index: 2;
    max-width: 110rem;
}
.font30 {
    font-size: 2.5rem;
}
.font35 {
    font-size: 2.8rem;
}
.font45 {
    font-size: 3.8rem;
}
.sec2 {
    padding: 8rem 0 4rem;
}
.font25 {
    font-size: 2rem;
}
.sec18-bullet-box, .sec20-bullet-box {
    padding: 2rem;
}
.sec18-bullet-box img, .sec20-bullet-box img {
    width: 3rem;
}
.accordion>.card>.card-header button.collapsed {
    font-size: 2.5rem;
}
.bullet-list li {
    background-size: 3rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.bullet-box {
    padding: 2rem 2rem 5rem;
}

.bullet-box img {
    width: 3rem;
}
}
@media only screen and (max-width:960px) {

}

@media screen and (max-width: 767px) {
.sec1 h2 br {
    display: none;
}
.sec3 .container.inner-container img {
    max-width: 24rem;
    display: block;
}
.bullet-box-row {
    margin-bottom: 4rem;
}
.bullet-box {
    margin-bottom: 2rem;
    display: block;
    height: auto;
}
.sec5 {
    padding: 5rem 0 4rem;
}
.product-cover {
    width: 34rem;
}
ul.bullet-list {
    padding-left: 3rem;
}
.sec17 img.img-shadow {
    margin-bottom: 10px;
}
.sec18-bullet-box {
    height: auto;
    margin-bottom: 2rem;
}
.bottom-divider::after {
    display: none;
}
.sec20-bullet-box {
    margin-bottom: 2rem;
    height: auto;
}
.sec22 img {
    margin: 0 auto 2rem;
    display: block;
}
.footer-social {
    margin-bottom: 2rem;
}
.sec-footer .row.pre-footer-row {
    text-align: center;
}

.col-md-6.footer-right {
    text-align: center;
    margin-top: 10px;
}
.sec10.bottom-divider {
    padding-bottom: 20px;
    border-bottom: none;
    background-size: auto auto;
}

.sec11.bottom-divider {
    border-top: none !important;
    padding-top: 20px;
}
}

@media screen and (max-width: 360px) {
.font45 {
    font-size: 2.8rem;
}
.accordion>.card>.card-header button.collapsed {
    font-size: 2rem;
}
}

/************ Font Sizing ***************/
@media only screen and (min-width:1401px) and (max-width:1600px) { html { font-size: 60%; } }
@media only screen and (min-width:1201px) and (max-width:1400px) { html { font-size: 56%; } }
@media only screen and (min-width:1024px) and (max-width:1200px) { html { font-size: 53.3%; } }
@media only screen and (min-width:960px) and (max-width:1023px) { html { font-size: 50%; } }
@media only screen and (max-width:960px) { html { font-size: 43.8%; }
}