h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    letter-spacing: .01em;
}

h2 {
    font-size: 36px;
    line-height: 1;
    color: #000;
}

h2 span,
h3 span {
    display: block;
}

h3 {
    font-size: 42px;
    line-height: 1.1;
    color: #000;
}

h4 {
    font-size: 22px;
    line-height: 1;
    color: #000;
}

p {
    font-size: 16px;
    margin: 0;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

.mobile-view {
    display: none !important;
}

.mobile-hidden {
    display: block !important;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.band-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 70px;
}

.band-section-one {
    background: url(../images/band/sec-one-banner.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.band-section-one-content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -520px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #000000;
}

.band-section-one-content h3 {
    font-size: 36px;
    line-height: 1.3;
}

.band-section-one-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.boltt-button a {
    font-size: 12px;
    padding: 7px 25px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    margin: 10px auto;
    text-transform: uppercase;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    background: #000000;
    /* Old browsers */
    box-shadow: 0px 4px 10px -3px #000000;
    border-radius: 30px;
}

.boltt-button a:hover {
    background: #ffffff;
    color: #000000;
}

.boltt-video-popup-container {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: auto;
    height: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99992;
}

.boltt-video-popup-container video {
    width: auto;
    height: 100%;
    display: block;
}

.boltt-video-popup-overlay {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99991;
}

.close-btn {
    display: block;
    position: absolute;
    opacity: .85;
    right: -45px;
    top: -6px;
    width: 40px;
    height: 40px;
    background: url(../images/video-close-icon.svg) no-repeat center top;
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.band-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.band-section2 .grid1-mid figure {
    outline: none;
}

.band-section2 .grid1-mid img {
    display: block;
    margin: 0 auto;
}

.band-section2 .slick-dots {
    text-align: center;
    margin-top: 50px;
}

.band-section2 .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    margin: 0 5px;
}

.band-section2 .slick-dots li.slick-active {
    background: rgba(0, 0, 0, 1);
}

.band-section2 .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999em;
}

.band-section3 {
    /* background: #f7f7f7; */
}

.band-section4 figure {
    /* -webkit-box-shadow: -5px 4px 18px 0px rgba(0, 0, 0, 0.29); */
    /* box-shadow: -5px 4px 18px 0px rgba(0, 0, 0, 0.29); */
    /* position: relative; */
}

.band-section4 .band-container {
    padding: 0 5%;
}

.band-section4 figcaption {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
}

.band-section4 figcaption a {
    display: inline-block;
    width: 88%;
    padding: 18px 10px;
    text-align: center;
    background: #3c3c3c;
    font-size: 19px;
    font-family: 'sofia_promedium';
    color: #fff;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.band-section5 {
    /* background: #f2f2f2; */
}

.band-section6 {
    padding-top: 100px;
    padding-bottom: 100px;
    /* background: #dedede; */
}

.band-section6 h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 36px;
    letter-spacing: 1px;
}

.band-section6 p {
    font-family: 'sofia_proultra_light';
    font-size: 29px;
    color: rgba(0, 0, 0, .67);
}

.section6-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section6-right {
    width: 50%;
    max-width: 500px;
}

.section6-right video {
    max-width: 100%;
    height: auto;
}


/*common section */

.section-common2 {
    background: #fff;
    padding-bottom: 0;
    overflow: visible;
    /* margin-top: 60px; */
    color: black;
    padding: 10% 0px;
    /* background: #f4f4f4; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-height: none;
    /*max-height: 700px;
    min-height: 700px;*/
}

.common2-fig-block {
    width: 50%;
    /* 700/1600 */
    position: absolute;
    bottom: 5%;
    right: 0;
    max-width: 380px;
}

.common2-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.common2-content-main {
    text-align: left;
    position: relative;
    padding-left: 50px;
}

.section-common2 h2 {
    font-size: 30px;
    line-height: 1.1;
    /*margin-bottom: 25%;*/
    margin-bottom: 80px;
    letter-spacing: normal;
    text-transform: capitalize;
}

.section-common2 h2 span {
    display: block;
}

.section-common2 h3 {
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-family: 'sofia_prolight';
}

.common-buy-now:hover,
.common-buy-now:active,
.common-buy-now:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.common-buy-block .common-buy-now {
    float: left;
}

.common-buy-now {
    display: inline-block;
    padding: 15px 0;
    color: #fff;
    letter-spacing: .03em;
    font-size: 16px;
    line-height: 1;
    font-family: 'sofia_promedium';
    /* background: #000; */
}

.common-buy-now a {
    /* float: left; */
    font-family: 'sofia_problack';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 20px;
    letter-spacing: .02em;
    background: black;
    margin: 20px auto;
    max-width: 350px;
    text-decoration: none;
    display: block;
}

.common-buy-now a.zero-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4d61+0,ff6655+66,ff6655+100 */
    background: #fb4d61;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #fb4d61 0%, #ff6655 66%, #ff6655 100%);
    background: linear-gradient(135deg, #fb4d61 0%, #ff6655 66%, #ff6655 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4d61', endColorstr='#ff6655', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0px 4px 10px -3px #ff6655;
}

.common-buy-now a.first-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4d61+0,fd466f+100 */
    background: #fb4d61;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fb4d61), to(#fd466f));
    background: -webkit-linear-gradient(top, #fb4d61 0%, #fd466f 100%);
    background: linear-gradient(to bottom, #fb4d61 0%, #fd466f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4d61', endColorstr='#fd466f', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 4px 10px -3px #fb4b64;
}

.common-buy-now a.second-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9a4f+0,ff5f56+100 */
    background: #ff9a4f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ff9a4f), to(#ff5f56));
    background: -webkit-linear-gradient(left, #ff9a4f 0%, #ff5f56 100%);
    background: linear-gradient(to right, #ff9a4f 0%, #ff5f56 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a4f', endColorstr='#ff5f56', GradientType=1);
    /* IE6-9 */
    box-shadow: 0px 4px 10px -3px #ff994f;
}

.common-buy-now a.third-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f62b55+0,f64747+100 */
    background: #f62b55;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f62b55), to(#f64747));
    background: -webkit-linear-gradient(left, #f62b55 0%, #f64747 100%);
    background: linear-gradient(to right, #f62b55 0%, #f64747 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62b55', endColorstr='#f64747', GradientType=1);
    /* IE6-9 */
    box-shadow: 0px 4px 10px -3px #f62c55;
}

.common-buy-now a .common-price-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.common-buy-now+.common-buy-now {
    margin-left: 35px;
}

.common-buy-now span {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    /* margin-bottom: 2px; */
}

.common-buy-now .common-real-price {
    width: 110px;
    text-align: center;
    display: block;
    font-size: 36px;
    margin-top: 5px;
}

.common-buy-now .common-real-price b {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

span.common-price-sec {
    font-size: 14px;
    font-family: 'sofia_prolight';
    text-transform: none;
    margin-left: 30px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    line-height: 20px;
}


/*
span.common-price-sec:before{
    position:absolute;
    content:'';
    height: 44px;
    background:#fff;
    width:1px;
    left:-5px;
    top:0;
}
*/

.common-buy-now:focus,
.common-buy-now:hover,
.common-buy-now:active {
    color: #fff;
}


/*common section */

.band-section9 {
    background: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section9-header {
    width: 81.25%;
    /* 1300/1600 */
    max-width: 1200px;
    margin: 0 auto 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.section9-header span {
    display: block;
    font-size: 20px;
    font-family: 'sofia_problack';
    text-transform: uppercase;
    letter-spacing: .22em;
}

.header9-left,
.header9-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header9-mid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.header9-mid:before {
    content: '';
    display: block;
    width: 96%;
    height: 2px;
    background: #aaaaaa;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section9-content {
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section9-content .section9-fig1,
.section9-content .section9-fig2,
.section9-content .section9-fig3,
.section9-content .section9-fig4 {
    background: white;
}

.section9-fig {
    width: calc(25% - 8px);
    text-align: center;
    border: solid 1px #e4e3e3;
    background: white;
}

.section9-fig1 {
    background: #373737;
}

.section9-fig2 {
    background: #33559d;
}

.section9-fig3 {
    background: #fb5757;
}

.section9-fig4 {
    background: #a4b410;
}


/* band section common */

.band-section-common {
    padding-top: 0;
    padding-bottom: 40px;
}

.band-section-common h2 {
    font-size: 36px;
    color: #282828;
    text-transform: capitalize;
    text-align: center;
}

.band-section-common h4 {
    margin-bottom: 18px;
    text-transform: capitalize;
    line-height: 1.15;
    font-size: 24px;
}


/*.band-section-common p {
    font-family: 'sofia_proultra_light';
    color: rgba(0, 0, 0, .67);
}*/

.band-common-content {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.band-common-listing li+li {
    margin-top: 75px;
}

.band-common-left,
.band-common-right {
    width: 50%;
}

.band-common-content figure {
    padding-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.band-common-content figure:before {
    content: '';
    display: block;
    width: 10px;
    height: 60px;
    background: #f46d9a;
    position: absolute;
    top: -30px;
    right: -5px;
}

.band-common-left figure {
    margin-left: 40px;
    margin-right: auto;
    position: relative;
}

.band-common-left figure:before {
    content: '';
    display: block;
    width: 10px;
    height: 70px;
    background: #182124;
    position: absolute;
    top: -20px;
    left: -5px;
}

.band-common-left .band-common-listing {
    padding-left: 60px;
}

.band-common-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.band-common-left .band-common-listing {
    padding-left: 20px;
}

.band-new-flaunt {
    background: url(../images/band/band-new-flaunt-bg.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    max-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	background-attachment: fixed;
}

.flaunt-container {
    margin-top: 140px;
}

.flaunt-container p {
    margin: 15px;
}

.section-grid-outer {
    /*padding-top: 0;*/
}

#band-top-slider .slick-slide,
#boltt-app-slider .slick-slide {
    outline: none;
}

.section-grid-outer .grid1-shadow {
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
}


/* band section common end */

.mob-container {
    margin: auto;
    max-width: 500px;
    padding: 0 15px;
}

.essential-features {
    margin: 60px auto;
}

.essential-features .mob-container .slide-item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.essential-features h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.essential-features .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.essential-features .features-list li {
    width: 50%;
    text-align: center;
}

.essential-features .features-list li:nth-child(1),
.essential-features .features-list li:nth-child(2) {
    padding-bottom: 65px;
}

.essential-features .features-list li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
}

.essential-features h3 {
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.essential-features .slide-item .item-content figure.item-img img {
    margin: 0 auto;
}

.essential-features .features-list {
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.essential-features .slick-dots {
    text-align: center;
    margin-top: 50px;
}

.essential-features .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7f7f7f;
    margin: 0 5px;
}

.essential-features .slick-dots li.slick-active {
    background: rgba(0, 0, 0, 1);
}

.essential-features .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999em;
}


/*--motivation-daily--*/

.motivation-daily {
    margin: 40px auto;
}

.motivation-daily h2 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    /* letter-spacing: 8px; */
    text-transform: capitalize;
}

.motivation-details {
    /* -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30); */
    /* box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30); */
    text-align: center;
    margin: 100px auto 50px;
    padding: inherit;
    position: relative;
}
/*

.motivation-details:after {
    position: absolute;
    width: 14px;
    background: #fedc22;
    height: 50px;
    content: '';
    top: -25px;
    right: -6px;
}
*/

.motivation-details figure {
    position: relative;
}

.motivation-details figure:before{
     position: absolute;
     width: 10px;
     background: #182124;
     height: 60px;
     content: '';
     top: -30px;
     left: -5px;
}

.motivation-details figure img {
    /* margin-top: -170px; */
    width: 100%;
}

.motivation-details h4 {
    line-height: 50px;
    margin-top: 20px;
    text-transform: capitalize;
}

.motivation-details p {
    font-size: 16px;
}

.motivation-details figcaption {
    padding-bottom: 50px;
}


/*--End motivation-daily--*/

.section8-content h2 {
    position: relative;
    display: inline-block;
}

.section8-content h2 small {
    position: absolute;
    right: 0;
    font-size: 14px;
    letter-spacing: 3px;
}


/*********************
    MEDIA QUERIES
****************************/

@media only screen and (min-width:1400px) {
	.band-section6 p {
		font-size: 24px !important;
	}
}

@media only screen and (max-width:1200px) {
    .band-section-one-content h3 {
        font-size: 36px;
    }
    .band-section-common h2 {
        font-size: 36px;
    }
    .band-section6 h2 {
        font-size: 36px;
        letter-spacing: .18em;
        margin-bottom: 30px;
    }
    .band-section6 p {
        font-size: 28px;
    }
    .band-section8 h2 {
        font-size: 32px;
    }
}


/* 1200 End */

@media only screen and (max-width:1024px) {
    .band-section-one-content {
        padding-left: 20px;
        left: 0;
        margin-left: 0;
        -webkit-transform: none;
        transform: none;
    }
    .band-section-one-content h3 {
        font-size: 34px;
    }
    .grid-content-text h3 {
        font-size: 19px;
    }
    .grid1-left,
    .grid1-right {
        width: 32%;
    }
    .grid1-mid {
        width: 22%;
    }
    .band-section-common h2 {
        font-size: 34px;
        /* letter-spacing: .15em; */
    }
    .band-common-left figure {
        padding-right: 20px;
    }
    .section4-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0;
    }
    .section4-right {
        max-width: 480px;
        width: 40%;
    }
    .section4-right figure {
        padding-left: 20px;
        padding-right: 20px;
        /* padding-bottom: 20px; */
    }
    .band-section6 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .band-section6 h2 {
        font-size: 34px;
        letter-spacing: .15em;
        margin-bottom: 20px;
    }
    .band-section6 p {
        font-size: 25px;
    }
    .band-section8 {
        padding-top: 100px;
        padding-bottom: 180px;
    }
    .band-section8 h2 {
        font-size: 28px;
    }
    .section8-content {
        padding-left: 30px;
    }
    .section8-fig {
        right: 20px;
        max-width: 375px;
    }
}


/* 1024 End */

@media screen and (max-width: 767px) {
    .hide-mob {
        display: none;
    }
    .hide-win {
        display: block;
    }
    .band-section-one {
        background-attachment: scroll;
    }
    p {
        font-size: 15px;
    }
    .motivation-details p {
        font-size: 15px;
    }
    .motivation-details h4 {
        line-height: 1.3;
    }
}

@media screen and (min-width: 768px) {
    .hide-mob {
        display: block;
    }
    .hide-win {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .band-section-one-content {
        left: 15px;
        margin-left: 0;
    }
    /*--Start Smart. Slim. Powerful--*/
    .ssp-mob h2 {
        font-size: 22px;
    }
    /*.ssp-mob .band-common-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }*/
    .ssp-mob .band-container {
        margin-bottom: 0;
    }
    /*--End Smart. Slim. Powerful--*/
    /*--Start Towards a Good Night Sleep --*/
    .gnsleep-mob {
        background: #fff;
        margin-top: 50px;
    }
    .gnsleep-mob h2 {
        font-size: 22px;
    }
    .gnsleep-mob .section5-content {
        display: block;
    }
    .gnsleep-mob .band-common-left,
    .gnsleep-mob .band-common-right {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gnsleep-mob .band-common-content {
        /* -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30); */
        /* box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30); */
        text-align: center;
        max-width: 500px;
        margin: 50px auto 0;
        padding: 0;
        position: relative;
    }
    /*.gnsleep-mob .band-common-content:after {
        position: absolute;
        width: 14px;
        background: #fe7048;
        height: 50px;
        content: '';
        top: -25px;
        right: -6px;
    }*/
    .gnsleep-mob .band-common-left .band-common-listing {
        padding-left: 0;
    }
    .gnsleep-mob .section5-right img {
        margin-bottom: -230px;
        max-width: 250px;
    }
    /*--End Towards a Good Night Sleep --*/
    /* band-new-flaunt */
    .band-new-flaunt {
        background: url(../images/band/band-new-flaunt-bg.jpg) no-repeat center;
        background-size: cover;
        height: 100vh;
        max-height: 800px;
        background-attachment: inherit;
    }
    /* band-new-flaunt */

    .band-section6 {
        text-align: center;
        padding-bottom: 0;
    }
    .band-section6 h2 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .section6-content {
        display: block;
    }
    .band-section6 .section6-right {
        width: 100%;
        margin: 20px auto;
    }
    .band-section6 .section6-right figure img {
        max-height: 480px;
    }
    /*   connect-bollt-app */
    .connect-bollt-app {
        text-align: center;
        padding-top: 50px;
    }
    .connect-bollt-app h2 {
        font-size: 26px;
        text-transform: capitalize;
        /* letter-spacing: .22em; */
        line-height: 30px;
    }
    .connect-bollt-app p {
        /* font-family: 'sofia_proultra_light';*/
        font-size: 20px;
        color: rgba(0, 0, 0, .67);
        text-transform: uppercase;
        line-height: 50px;
    }
    .connect-bollt-app .connect-bollt-app-slider {
        position: relative;
        margin-top: 60px;
    }
    .mobile-connect {
        position: absolute;
        margin: 0 auto;
        left: 1px;
        right: 0;
        z-index: 99;
        top: -51px;
        width: 45%;
    }
    .connect-bollt-app .slick-slide img {
        width: 100%
    }
    /* Start health-one-place  */
    .health-one-place {
        clear: both;
        margin-top: 130px;
        text-align: center;
        padding: 0 10px;
    }
    .health-one-place h2 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    .essential-features .slick-dots {
        text-align: center;
        margin-top: 50px;
    }
    .health-one-place .slick-dots li {
        display: inline-block;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #000;
        margin: 0px 5px 0;
        vertical-align: bottom;
        background: #7f7f7f;
    }
    .health-one-place .slick-dots li.slick-active {
        background: #000;
    }
    .health-one-place .slick-dots li button {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -99999em;
    }
    /* End health-one-place  */
    /* --band-section8--   */
    .band-section8 {
        padding-top: 60px;
        padding-bottom: 0px;
        text-align: center;
    }
    .band-section8 h2 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    .band-section8 .section8-content {
        padding-left: 0;
    }
    .band-section8 .section8-content .section8-fig {
        position: static;
        margin-top: 20px;
        max-width: none;
    }
    .band-section8 .section8-content .section8-fig img {
        margin: 0 auto;
    }
    .band-section8 .section8-bottom {
        margin-top: 60px
    }
    .band-section8 .section8-subscription a {
        background: #000;
    }
    .band-section8 .section8-subscription {
        margin-top: 40px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .band-section8 .section8-subscription a {
        padding: 9px 15px;
    }
    /*band-section9*/
    .band-section9 .section9-header {
        margin-bottom: 30px;
    }
    .section9-header span {
        display: block;
        font-size: 14px;
        letter-spacing: normal;
    }
    .section9-content {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .connect-bollt-app .mobile-connect {
        top: -48px;
    }
}

@media screen and (max-width: 480px) {
    .connect-bollt-app .mobile-connect {
        top: -35px;
    }
	
	.band-common-left p br {
		display: none;
	}
}

@media screen and (max-width: 375px) {
    .connect-bollt-app .mobile-connect {
        top: -27px;
    }
}

@media screen and (max-width: 360px) {
    .connect-bollt-app .mobile-connect {
        top: -26px;
    }
}

@media screen and (max-width: 320px) {
    .connect-bollt-app .mobile-connect {
        top: -22px;
    }
}


/*--End mobile SLider--*/

@media screen and (max-width: 768px) {
    .band-section8 .section8-subscription a {
        padding: 9px 8px;
        margin-left: 5px;
        float: none;
        width: 30%;
    }
}

@media (max-width: 767px) {
    .gnsleep-mob .band-common-left .band-common-listing br {
        display: none;
    }
    .mobile-view {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .band-section-one {
        background: url(../images/band/mobile-image/sec-one-banner.jpg) center top no-repeat;
        background-size: 100%;
        background-attachment: inherit;
        min-height: 100vh;
    }
    .boltt-button a {
        color: white;
        padding: 6px 25px;
        margin: 0px 5px;
        text-align: center;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd466f+0,f95454+66,f95454+100 */
        background: #fd466f;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(#fd466f), color-stop(66%, #f95454), to(#f95454));
        background: -webkit-linear-gradient(left, #fd466f 0%, #f95454 66%, #f95454 100%);
        background: linear-gradient(to right, #fd466f 0%, #f95454 66%, #f95454 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd466f', endColorstr='#f95454', GradientType=1);
        /* IE6-9 */
        box-shadow: 0px 4px 10px -3px #fd466f;
        border-radius: 30px;
        width: 175px;
        margin: 20px auto 0;
    }
    .band-section-one-content {
        left: 0px;
        text-align: center;
        margin: auto;
        width: 100%;
        color: #fff;
    }
    .band-section-one-content h3 {
        font-size: 26px;
        color: #fff;
    }
    .band-section-one-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .essential-features h3 {
        font-size: 14px;
        font-family: 'sofia_probold';
    }
    .band-section4 .band-common-listing {
        text-align: center;
    }
    .band-common-listing li+li {
        margin-top: 30px;
    }
    .band-section4 .band-common-left,
    .band-section4 .band-common-right {
        width: 100%;
    }
    .band-section4 .band-common-right {
        /* margin-bottom: 30px; */
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .section4-right figure{
        padding: 0px 0;
        margin-top: 70px;
    }
    .band-section4 .band-common-right figure img{
       width:100%
    }
    .band-section4 figcaption {
        bottom: 20px;
    }
    .band-section4 figcaption a {
        padding: 8px;
        font-size: 14px;
    }
    .band-section6 p {
        font-size: 19px;
    }
    .connect-bollt-app p {
        font-size: 15px;
    }
    #health-one-app {
        padding-bottom: 30px;
    }
    .health-one-place figure {
        margin-bottom: 20px;
    }
    .health-one-place h2 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    #health-one-app .slick-dots {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    #connect-boltt-app-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 80px;
    }
    #connect-boltt-app-content .slick-slide {
        outline: none;
    }
    #connect-boltt-app-content figure {
        margin-bottom: 10px;
    }
    #connect-boltt-app-content figure img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        width: auto;
    }
    #connect-boltt-app-content h3 {
        margin-bottom: 4px;
        text-transform: capitalize;
        min-height: 45px;
        padding-left: 12px;
        padding-right: 12px;
    }
    #connect-boltt-app-content p {
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
        text-transform: none;
    }
    #connect-boltt-app-content .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #connect-boltt-app-content .slick-dots button {}
    #connect-boltt-app-content .slick-dots li {
        margin-left: 2px;
        margin-right: 2px;
    }
    #connect-boltt-app-content .slick-dots button {
        background: #7f7f7f;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none;
        padding: 0;
        text-indent: -99999em;
    }
    #connect-boltt-app-content .slick-dots .slick-active button {
        background: #000;
    }
    #connect-boltt-app-content .slick-arrow {
        width: 25px;
        height: 25px;
        border: none;
        padding: 0;
        position: absolute;
        top: 60px;
        text-indent: -99999em;
    }
    #connect-boltt-app-content .slick-prev {
        left: 0px;
        background: url(../images/slider-arrow-left.png) no-repeat center;
        background-size: cover;
    }
    #connect-boltt-app-content .slick-next {
        right: 0px;
        background: url(../images/slider-arrow-right.png) no-repeat center;
        background-size: cover;
    }
    .motivation-details h4 {
        line-height: 1.3;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .connect-bollt-app .grid1-app-link {
        margin-top: 0;
    }
    .health-one-place,
    .section-grid-outer {
        display: none;
    }
    .band-common-left figure{
        margin-left: 15px;
    }
}


/* 767 END */
