a:active,
a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
}

p {
    margin: 0;
    line-height: 1.45;
    font-size: 16px;
    letter-spacing: .01em;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
	outline: none;
	border: none;
	padding: 0;
	background: transparent;
}

.mobile-view {
    display: none !important;
}

.mobile-hidden {
    display: block !important;
}

.sub-pages-header .container ul li:nth-child(1) {
    margin-left: 90px;
}

.btp-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #000000;
}

.btp-container ul,
.btp-container li,
.btp-container ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btp-section1 {
    position: relative;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background: url(../images/boltt-training/bt-section1-video-poster.jpg) no-repeat center top;
    background-size: cover;
}

.btp-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.btp-section1 h2 {
    color: #fff;
    margin-bottom: 12px;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 36px;
}

.btp-section1 p {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.btp-section1-video-block {
    width: 100%;
    height: 100%;
    position: relative;
    /*background: url(../images/boltt-training/bt-section1-video-bg.jpg) no-repeat center top;
	background-size: cover;*/
}

.btp-section1-content-block {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.btp-section1-content-block button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}

.btp-section1-content-block .read-more-new button:before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    content: "";
    width: 110%;
    height: 2px;
    background: #ffffff;
    margin: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btp-section1-content-block .read-more-new button:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    content: "";
    width: 110%;
    height: 2px;
    background: #ffffff;
    margin: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btp-section1-content-block .read-more-new button {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding: 8px 0px;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btp-section1-content-block .read-more-new button:hover:before,
.read-more-new button:hover:after {
    background: #ce0c34;
}

.btp-section1-content-block .read-more-new button:hover {
    color: #ce0c34;
}

.btp-section1-content-block .read-more-new button:hover:before {
    left: -30px;
}

.btp-section1-content-block .read-more-new button:hover:after {
    right: -30px;
}

#myVideo {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}

.btp-section3 {
    text-align: center;
    background: url(../images/boltt-training/bt-section3-bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.btp-section3 h2 {
    color: #fff;
    margin: 0 0 18px;
    width: 100%;
    text-transform: none;
    /* letter-spacing: 1px; */
}

.btp-section3 h2 span {
    display: block;
    /* font-size: 32px; */
    margin-bottom: 15px;
}

.btp-section3 p {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 25px;
}

.btp-section3-content {
    /*margin-bottom: 150px;*/
    margin-top: 80px;
}

.btp-section3-content-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 70px;
}

.btp-section3-content a,
.sticky-anchor {
    margin: 0 auto;
}

.sticky-anchor {
    margin-top: 40px;
}

.btp-section3 a:hover {
    background: #fff;
    color: #333;
}

.btp-section4 {
    text-align: center;
    background-size: cover;
    padding-top: 60px;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px !important;
}

.btp-section4 h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    text-align: center;
    margin-bottom: 35px;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
}

.btp-section4 .line-thin {
    margin: 0 auto;
}

.btp-section4 h2 span {
    display: block;
}

.btp-section4-header {
    margin-bottom: 180px;
    position: relative;
    z-index: 20;
}

.btp-section4-header a {
    margin: 0 auto;
}

.btp-section4-slider-block {
    position: relative;
}

.btp-section4-slider1 figure {
    margin: 0 5px;
}

.btp-section4-slider-mobile {
    width: 313px;
    height: 624px;
    padding: 135px 25px 0 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../images/boltt-training/bt-section4-phone-frame.png) no-repeat center;
    background-size: 313px 624px;
}

.btp-section5 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 150px;
    height: 900px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.btp-section5:before,
.btp-section5:after {
    content: '';
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 3;
}

.btp-section5:before {
    height: 135px;
    top: 0;
}

.btp-section5:after {
    height: 180px;
    bottom: 0;
}

.btp-section5 .btp-container {
    position: relative;
    z-index: 10;
}

.btp-section5 h2 {
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 1px;
}

.btp-section5 h2 span {
    display: block;
}

.btp-section5 p {
    font-size: 18px;
}

.btp-section5-random-slider {
    display: inline-block;
    margin-top: 50px;
    /* box-shadow: 0 0 12px rgba(0, 0, 0, .4); */
    -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);
}

.btp-section5-random-slider-items {
    width: 382px;
    height: 191px;
    overflow: hidden;
}

.btp-section5-random-slider figure {
    float: left;
    outline: none;
}

.btp-section5-bg-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.btp-section5-bg-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.btp-section5-bg-slider .slick-list,
.btp-section5-bg-slider .slick-track,
.btp-section5-phone-bg-box .slick-list,
.btp-section5-phone-bg-box .slick-track {
    height: 100%;
    width: 100%;
}

.btp-section5-phone-container {
    background: url(../images/boltt-training/test-img.png) no-repeat center top;
    width: 388px;
    height: 777px;
    margin-left: 55px;
    position: absolute;
    left: 50%;
    top: 35px;
    z-index: 5;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 120px;
    padding-left: 31px;
    padding-right: 30px;
    padding-bottom: 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btp-section5-phone-bg-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.btp-section5-phone-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.btp-section5-phone-bg1 {
    background: url(../images/boltt-training/btp-section5-bg-slide1.jpg) no-repeat center top;
    background-size: cover;
}

.btp-section5-phone-bg2 {
    background: url(../images/boltt-training/btp-section5-bg-slide2.jpg) no-repeat center top;
    background-size: cover;
}

.btp-section5-bg-slide1 {
    background: url(../images/boltt-training/btp-section5-bg-slide1.jpg) no-repeat center top;
    background-size: cover;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
    z-index: 2;
}

.btp-section5-bg-slide2 {
    background: url(../images/boltt-training/btp-section5-bg-slide2.jpg) no-repeat center top;
    background-size: cover;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
    z-index: 1;
}

.btp-section6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btp-section6 .btp-container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 10;
}

.btp-section6-header {
    margin-bottom: 60px;
}

.btp-section6 h2 {
    color: #000;
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    margin-bottom: 10px;
}

.btp-section6 p {
    font-size: 20px;
    /* color: #000; */
    text-align: center;
    color: #737373;
}

.btp-section6-content-block {
    margin-left: 60px;
}

.btp-section6-content>ul {
    width: 100%;
    max-width: 440px;
}

.btp-section6-content li {
    font-size: 15px;
    color: #1a1a1a;
    padding-left: 30px;
    margin: 8px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../images/boltt-training/bt-list-icon1.png) no-repeat left 6px;
}

.btp-section6-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #ce0c34;
    height: 204px;
}

.btp-section6-bottom a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 22px;
    background: #fff;
    border-radius: 5px;
    margin-left: 60px;
}

.btp-section6-slider-block {
    overflow: hidden;
    position: relative;
    padding: 50px 20px;
    /* background: #f2f2f2; */
}

.btp-section6-slider figure {
    float: left;
    margin: 0 30px;
    position: relative;
    padding-bottom: 13px;
    /* height of the shadow */
    outline: none;
}

.btp-section6-slider figure:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 251px;
    height: 13px;
    background: url(../images/boltt-training/btp-section6-fig-shadow.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btp-section6-slider figure img {
    position: relative;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    margin-top: 5px;
    -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);
}

.btp-section7 {
    background: #ffffff;
    padding-top: 60px;
}

.btp-section7-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.btp-section7 h2 {
    font-size: 36px;
    color: #000;
    margin: 0px 0 35px;
    text-transform: none;
    letter-spacing: 1px;
}

.btp-section7 h2 span {
    display: block;
}

.btp-section7 p {
    font-size: 18px;
    /* color: #000; */
    margin: 0 0 35px;
    color: #737373;
}

.btp-section7-content-block {
    /*width: 100%;*/
    max-width: 450px;
    margin-top: 200px;
}

.btp-section7 figure.pull-left {
    margin: 0 110px 0 60px;
}

.btp-section7-header {
    margin-bottom: 30px;
}

.btp-section7-header .line-thin {
    width: 100%;
    background: #ce0c34;
}

.btp-section7-icon-block {
    margin-bottom: 20px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.btp-section7-content>a {
    margin: 0 auto;
}

.btp-section8 {
    position: relative;
    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;
    padding-bottom: 0px;
}

.btp-section8 .btp-container {
    height: 100%;
}

.btp-section8-wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btp-section8 h2 {
    font-size: 36px;
    line-height: 50px;
    color: #000;
    margin: 0;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    margin-bottom: 45px;
}

.btp-section8 h2 span {
    display: block;
}

.btp-section8 p {
    font-size: 16px;
    /* color: #000; */
    margin: 20px 0 50px;
}

.btp-section8-content {
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 40px;
}

.btp-section8 .btp-container>figure {
    width: 50%;
    padding-left: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.btp-section8 .btp-container>figure img {
    margin-left: auto;
}

.btp-section8-content a {
    margin: 0 auto;
}

.btp-section8-content a:hover {
    background: transparent;
    color: #000;
    -webkit-box-shadow: 0px 4px 10px -3px #000;
    box-shadow: 0px 4px 10px -3px #000;
}

.btp-section8-bottom figure {
    position: absolute;
    right: 80px;
    bottom: 0;
}

.btp-section9 {
    padding-left: 0;
    padding-right: 0;
    min-height: 700px;
    height: 100vh;
}

.btp-section9-outer-block {
    padding-top: 50px;
}

.btp-section9-outer-header {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    /*background: #e7e7e7;*/
    text-align: center;
    padding: 25px 15px 22px;
    position: relative;
}

.btp-section9-outer-header h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
}

.btp-section9-outer-header p {
    font-size: 20px;
    font-family: 'sofia_prolight';
    color: #737373;
}

.btp-section9-slider-block {
    overflow: hidden;
    position: relative;
    max-width: 1400px;
    width: 94%;
    margin: auto;
}

.btp-section9-slider-list {
    padding-left: 20px;
    padding-right: 20px;
}

.btp-section9-slider-list .btp-section9 {
    float: left;
}

.btp-section9-content-box-wrap {
    /*height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    width: 100%;
    position: absolute;
    top: 60%;
    z-index: 4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btp-section9-content-box {
    width: calc(100% - 50px);
    /*height: 50vh;*/
    min-height: 300px;
    position: relative;
    text-align: center;
    margin: 25px auto;
    /* box-shadow: -1px 13px 21px 0px rgba(0, 0, 0, 0.35); */
    -webkit-box-shadow:0px 6px 15px 5px rgba(0, 0, 0, 0.20);
    box-shadow:0px 6px 15px 5px rgba(0, 0, 0, 0.20);
}

.btp-section9-slider-block .slick-arrow {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    padding: 0;
    text-indent: 1000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    overflow: hidden;
    margin-top: -10px;
}

.btp-section9-slider-block .slick-prev {
    left: 5px;
    border-top: solid 2px #000000;
    border-left: solid 2px #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* display: none !important; */
    /* for now */
}

.btp-section9-slider-block .slick-next {
    right: 5px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /* display: none !important; */
    /* for now */
}

.btp-section9-content-box1 {
    background: url(../images/boltt-training/bt-section9-bg1.jpg) no-repeat center top;
    background-size: cover;
    /*border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
}

.btp-section9-content-box2 {
    background: url(../images/boltt-training/bt-section9-bg2.jpg) no-repeat center top;
    background-size: cover;
    /*border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
}

.btp-section9-content-box3 {
    background: url(../images/boltt-training/bt-section9-bg3.jpg) no-repeat center top;
    background-size: cover;
    /*border-right: 2px solid #fff;
    border-top: 2px solid #fff;*/
}

.btp-section9-content-box4 {
    background: url(../images/boltt-training/bt-section9-bg4.jpg) no-repeat center top;
    background-size: cover;
    /*border-left: 2px solid #fff;
    border-top: 2px solid #fff;*/
}

.btp-section9-content-box5 {
    background: url(../images/boltt-training/bt-section9-bg5.jpg) no-repeat center top;
    background-size: cover;
    /*border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
}

.btp-section9-content-box6 {
    background: url(../images/boltt-training/bt-section9-bg6.jpg) no-repeat center top;
    background-size: cover;
    /*border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
}

.btp-section9-content-box7 {
    background: url(../images/boltt-training/bt-section9-bg7.jpg) no-repeat center top;
    background-size: cover;
    /*border-right: 2px solid #fff;
    border-top: 2px solid #fff;*/
}

.btp-section9-content-box8 {
    background: url(../images/boltt-training/bt-section9-bg8.jpg) no-repeat center top;
    background-size: cover;
    /*border-left: 2px solid #fff;
    border-top: 2px solid #fff;*/
}

.btp-section9-content-box9 {
    background: url(../images/boltt-training/bt-section9-bg9.jpg) no-repeat center top;
    background-size: cover;
    /*border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
}

.btp-section9-content-box10 {
    background: url(../images/boltt-training/bt-section9-bg6.jpg) no-repeat center top;
    background-size: cover;
    /*border-left: 2px solid #fff;
    border-top: 2px solid #fff;*/
}

.btp-section9-content-box11 {
    background: url(../images/boltt-training/bt-section9-bg11.jpg) no-repeat center top;
    background-size: cover;
    /*border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
}

.btp-section9-content-box12 {
    background: url(../images/boltt-training/bt-section9-bg8.jpg) no-repeat center top;
    background-size: cover;
    /*border-left: 2px solid #fff;
    border-top: 2px solid #fff;*/
}

.btp-section9-content-box h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: 0 0 40px rgba(0, 0, 0, .9);
    text-transform: capitalize;
    /* letter-spacing: 2px; */
}

.btp-section9-content-box p {
    font-size: 14px;
    color: #fff;
    position: relative;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}

.btp-section9-content-box:hover .btp-section9-overlay {
    background: rgba(0, 0, 0, .81);
}

.btp-section9-content-box:hover p {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.btp-section9-content {
    position: relative;
    z-index: 5;
    width: 100%;
}

.btp-section9-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.btp-section7 .video-frame {
    /*margin: 0 110px 0 60px;
	float: left;*/
    width: 387px;
    height: 771px;
}

.btp-section8 .video-frame {
    /*margin: 0 110px 0 60px;
	float: left;*/
    width: 387px;
    height: 771px;
}

.btp-section1-video-block video,
.video-frame video {
    width: 100%;
    height: auto;
    display: block;
}

.video-popup-btn.play .pause-video,
.video-popup-btn.pause .watch-video {
    display: block;
}

.video-popup-btn .pause-video,
.video-popup-btn.play .watch-video,
.video-popup-btn.pause .pause-video {
    display: none;
}

.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;
}

.close-btn {
    display: block;
    position: absolute;
    right: -45px;
    top: -6px;
    width: 40px;
    height: 40px;
    background: url(../images/video-close-icon.svg) no-repeat center top;
    background-size: cover;
}

.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;
}


/* new bubble effect */

.boltt-moving-ibubble-container {
    display: inline-block;
    position: relative;
}

.boltt-moving-icons {
    position: absolute;
    left: 32px;
    top: 96px;
    width: calc( 100% - 63px);
    height: calc( 100% - 208px);
    overflow: hidden;
}

.boltt-icons {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1), 0 3px 10px rgba(0, 0, 0, .07);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1), 0 3px 10px rgba(0, 0, 0, .07);
    position: relative;
    visibility: hidden;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.boltt-icons:nth-child(2n) {
    float: right;
    margin: 8px 50px 8px 0;
}

.boltt-icons:nth-child(2n+1) {
    float: left;
    margin: 8px 0 8px 50px;
}


/*
 * Boltt: Sticky effects start
 */

.boltt-sticky-wrapper {
    min-height: 100vh;
    margin-bottom: -10px;
}

.boltt-sticky-bg {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.boltt-sticky-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
    min-height: 480px;
    width: 100%;
}

.boltt-sticky-data {
    min-height: 120vh;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.9) 100%);
}

.boltt-sticky-text {
    padding: 45vh 15px 15vh;
    max-width: 900px;
    text-align: center;
}

.boltt-sticky-text p {
    color: #fff;
}

.boltt-sticky-text h2 {
    margin-bottom: 15px;
}

.boltt-sticky-text h2,
.boltt-sticky-text h3 {
    color: #fff;
}

.visible-mobile {
    display: none;
}

.bt-mobile-view {
    display: none;
}

.btp-section10 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btp-section10-wrapper {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
}

.btp-section10-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;
}

.btp-section10-left,
.btp-section10-right {
    width: 40%;
}

.btp-section10-left {
    width: 45%;
}

.btp-section10-right {
    width: 55%;
    padding-left: 50px;
    -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.08);
    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-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
}

.btp-section10-header {
    text-align: center;
    margin-bottom: 40px;
}

.btp-section10-header h2 {
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.btp-section10-header p {
    font-size: 20px;
    font-family: 'sofia_proultra_light';
    color: rgba(0, 0, 0, .67);
}

.btp-section10-header .line-thin {
    background: #000;
    max-width: 100px;
    margin: 40px auto 0;
}

.btp-section10 ul,
.btp-section10 li,
.btp-section10 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btp-section10 ul {
    width: 90%;
    margin: 0 auto;
    max-width: 590px;
    padding-left: 20px;
    padding-right: 20px;
}

.btp-section10 li {
    font-size: 16px;
    color: rgba(0, 0, 0, .67);
    padding-left: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btp-section10 li+li {
    margin-top: 35px;
}

.btp-section10-right li:nth-child(1) {
    background: url(../images/boltt-training/section10-icon1.png) no-repeat left 10px;
}

.btp-section10-right li:nth-child(2) {
    background: url(../images/boltt-training/section10-icon2.png) no-repeat left 10px;
}

.btp-section10-right li:nth-child(3) {
    background: url(../images/boltt-training/section10-icon3.png) no-repeat left 12px;
}


/*.vc-container {
    background: #606060;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.vc-content-top h2 {
    color: #fff;
}

.vc-content-top h3 {
    color: #5e5e5e;
}*/

.section-common2 {
    background: #fff;
    padding-bottom: 0;
    overflow: visible;
    /* margin-top: 60px; */
    color: black;
    padding: 40px 0 00px;
    /* 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;*/
    margin-bottom: 60px;
}

.common2-fig-block {
    /*width: 50%;*/
    width: 43.75%;
    /* 700/1600 */
    position: absolute;
    bottom: 0;
    right: 5%;
}

.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;
}

.common2-content-main {
    text-align: left;
    position: relative;
    padding-left: 50px;
}

.section-common2 h2 {
    font-size: 36px;
    line-height: 1.1;
    /*margin-bottom: 25%;*/
    margin-bottom: 60px;
    letter-spacing: normal;
    text-transform: capitalize;
}

.section-common2 h2 span {
    display: block;
}

.section-common2 h3 {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-family: 'sofia_promedium';
}

.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: 15px 20px;
    letter-spacing: .02em;
    background: black;
    margin: 20px auto;
    max-width: 350px;
    display: block;
}

.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: 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 */
}

.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: 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 */
}

.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: 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 */
}

.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: normal;
    margin-bottom: 2px;
}

span.common-price-sec{
    padding: 5px 0 0px 20px;
}
.common-buy-now .common-real-price b {
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

.common-buy-now .common-real-price {
    width: 110px;
    text-align: center;
    display: block;
}

/* TEMP STYLING */

/*
.blk-btn-uni {
	background: transparent;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blk-btn-uni a {
	display: inline-block;
	font-size: 16px;
	padding: 0 45px;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
    background: #fd466f;
	background: -webkit-gradient(linear, left top, right top, from(#fd466f),color-stop(66%, #f95454),to(#f95454));
	background: linear-gradient(to right, #fd466f 0%,#f95454 66%,#f95454 100%);
	-webkit-box-shadow: 0px 4px 10px -3px #fd466f;
	box-shadow: 0px 4px 10px -3px #fd466f;
	border-radius: 30px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.blk-btn-uni a {
	font-size: 16px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(77, 77, 77, 1)), to(rgba(6, 6, 6, 1)));
	background: linear-gradient(90deg, rgba(77, 77, 77, 1) 0%, rgba(6, 6, 6, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#060606', GradientType=1);
	text-transform: uppercase;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	border-radius: 30pc;
	width: 200px;
	padding: 7px 0px;
	font-size: 16px;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blk-btn-uni a:hover {
	background: transparent;
	color: #fff;
}
*/


/********************
MEDIA QUERIES
*************************/

@media only screen and (min-width: 1401px) {
    .btp-container {
        max-width: 1350px;
    }
    .btp-section8 {
        /* min-height: 100vh; */
    }
    .btp-section8-content {
        padding-left: 0;
    }
    .btp-section10 li+li {
        margin-top: 45px;
    }
	
	.btp-section10-header p {
		font-family: 'sofia_prolight';
	}
}

@media only screen and (max-width: 1400px) {
    .section {
        height: auto;
        min-height: 650px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .btp-section1 {
        height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
    }
    .btp-section4 {
        padding-left: 0;
        padding-right: 0;
    }
    .btp-section4-header {
        margin-bottom: 190px;
    }
    .btp-section4-slider1 {
        margin-bottom: 100px;
    }
    .btp-section4-slider-mobile {
        width: 290px;
        height: 578px;
        background-size: 290px 578px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 120px;
        margin-top: -6px;
    }
    .btp-section5 {
        height: 700px;
    }
    .btp-section5:before {
        height: 128px;
    }
    .btp-section5:after {
        height: 134px;
    }
    .btp-section5 h2 {
        font-size: 36px;
    }
    .btp-section5-phone-container {
        width: 300px;
        height: 601px;
        background-size: cover;
        padding: 92px 23px 74px 24px;
    }
    .btp-section5-random-slider-items {
        width: 320px;
        height: auto;
    }
    .btp-section6-header {
        margin-bottom: 0;
        margin-top:20px;
    }
    .btp-section7 .video-frame,
    .btp-section8 .video-frame {
        width: 335px;
        height: 667px;
        background-size: cover;
    }
    .btp-section9 {
        height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
    }
    .btp-section9-outer-header {
        padding: 20px 15px 22px;
    }
}


/* 1400 End */

@media only screen and (max-width: 1200px) {
    h2 {
        font-size: 34px;
    }
    .btp-container {
        width: 94%;
    }
    .btp-section3 h2 {
        margin-bottom: 12px;
        letter-spacing: .18em;
    }
    .btp-section3 p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .btp-section4 h2 {
        font-size: 34px;
        letter-spacing: .18em;
    }
    .btp-section4-header {
        margin-bottom: 150px;
    }
    .btp-section4-slider-mobile {
        padding-left: 21px;
        padding-right: 20px;
        padding-top: 105px;
        margin-top: -10px;
    }
    .btp-section4-slider-mobile {
        width: 250px;
        height: 498px;
        background-size: 250px 498px;
    }
    .btp-section5 h2 {
        font-size: 34px;
        letter-spacing: .18em;
    }
    .btp-section5 p {
        font-size: 17px;
    }
    .btp-section6 h2 {
        font-size: 32px;
        letter-spacing: .18em;
    }
    .btp-section6 p {
        font-size: 18px;
    }
    .btp-section7 h2,
    .btp-section8 h2 {
        font-size: 32px;
        margin-bottom: 20px;
        letter-spacing: .18em;
        line-height: 1.15;
    }
    .btp-section9-outer-header h3 {
        font-size: 32px;
        letter-spacing: .18em;
    }
    .btp-section9-outer-header p {
        font-size: 18px;
    }
    .btp-section9-content-box h2 {
        font-size: 30px;
        margin-bottom: 8px;
        letter-spacing: .18em;
    }
    .btp-section9-content-box p {
        font-size: 17px;
        line-height: 1.2;
    }
    .btp-section10-header h2 {
        font-size: 34px;
        letter-spacing: .18em;
    }
    .btp-section10-header p {
        font-size: 18px;
    }
}


/* 1200 End */

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 32px;
    }
    .section {
        background-attachment: scroll;
    }
    .btp-section3 h2 {
        letter-spacing: .12em;
    }
    .btp-section4 h2 {
        font-size: 32px;
        letter-spacing: .15em;
    }
    .btp-section4-slider-mobile {
        width: 270px;
        height: 538px;
        background-size: 270px 538px;
        padding-left: 23px;
        padding-right: 22px;
        padding-top: 115px;
    }
    .btp-section5 h2 {
        font-size: 32px;
        margin-bottom: 10px;
        letter-spacing: .15em;
    }
    .btp-section5 p {
        font-size: 16px;
        line-height: 1.3;
    }
    .btp-section5-random-slider-items {
        width: 280px;
    }
    .btp-section6 {
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .btp-section6-header {
        margin-bottom: 20px;
    }
    .btp-section6 h2 {
        font-size: 30px;
        letter-spacing: .15em;
    }
    .btp-section7 .video-frame {
        margin-left: 30px;
    }
    .btp-section8 .video-frame {
        margin-right: 30px;
    }
    .btp-section7 h2,
    .btp-section8 h2 {
        font-size: 30px;
        letter-spacing: .15em;
    }
    .btp-section7 .video-frame,
    .btp-section8 .video-frame {
        width: 275px;
        height: 548px;
    }
    .btp-section9-outer-header h3 {
        font-size: 30px;
        letter-spacing: .15em;
    }
    .btp-section9-outer-header p {
        font-size: 17px;
    }
    .btp-section9-outer-header {
        padding-bottom: 10px;
    }
    .btp-section9-slider-block {
        width: 96%;
    }
    .btp-section9-content-box h2 {
        font-size: 26px;
        letter-spacing: .12em;
    }
    .btp-section9-content-box p {
        font-size: 15px;
    }
    .btp-section9-overlay,
    .btp-section9-content-box:hover .btp-section9-overlay {
        background: rgba(0, 0, 0, .5);
    }
    .btp-section9-content-box p,
    .btp-section9-content-box:hover p {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        padding-left: 10px;
        padding-right: 10px;
    }
    .btp-section10-header h2 {
        font-size: 32px;
        letter-spacing: .15em;
    }
    .btp-section10-header p {
        font-size: 17px;
    }
}


/* 1024 End */

@media only screen and (max-width: 800px) {
    .btp-section4 h2 {
        font-size: 30px;
    }
    .btp-section5 {
        height: 630px;
        min-height: 100px;
        padding-bottom: 60px;
    }
    .btp-section5:before {
        height: 116px;
    }
    .btp-section5 h2 {
        font-size: 28px;
        letter-spacing: .12em;
    }
    .btp-section5-phone-container {
        width: 260px;
        height: 521px;
        padding: 80px 20px 64px 20px;
    }
    .btp-section5 p {
        max-width: 300px;
    }
    .btp-section5 p br {
        display: none;
    }
    .btp-section5-random-slider {
        margin-top: 35px;
    }
    .btp-section5-random-slider-items {
        width: 250px;
    }
    .btp-section6 {
        padding-bottom: 0;
    }
    .btp-section6 .btp-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .btp-section7-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .btp-section7-content-block {
        max-width: 350px;
    }
    .btp-section7-content-block {
        margin-top: 0;
    }
    .btp-section7-header {
        margin-bottom: 20px;
    }
    .btp-section7-icon-block {
        margin-bottom: 0px;
    }
    .btp-section7-icon-block>div {
        width: 36px;
    }
    .btp-section7 .video-frame,
    .btp-section8 .video-frame {
        width: 250px;
        height: 498px;
    }
    .btp-section7 h2,
    .btp-section8 h2 {
        font-size: 28px;
    }
    .btp-section8-content {
        padding-left: 30px;
    }
    .btp-section8 h2 span {
        display: inline;
    }
    .btp-section9 {
        max-height: 500px;
    }
    .btp-section9-content-box p {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .btp-section9-content-box p br {
        display: none;
    }
    .btp-section9-outer-header h3 {
        font-size: 28px;
    }
    .btp-section9-content-box {
        min-height: 260px;
        width: calc(100% - 15px);
        margin: 10px auto;
    }
    .btp-section9-content-box h2 {
        font-size: 24px;
        letter-spacing: .1em;
    }
    .btp-section9-content-box p {
        font-size: 15px;
    }
    .btp-section10-header h2 {
        font-size: 30px;
    }
}


/* 800 End */

@media only screen and (max-width: 767px) {
    .mobile-view {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    h2 {
        text-transform: capitalize;
        font-size: 28px;
    }
    p {
        font-size: 16px;
        line-height: 1.3;
    }
    .sub-pages-header {
        top: 52px;
    }
    .sub-pages-header .container ul li:nth-child(1) {
        margin-left: 0px;
    }
    .sub-pages-header .container ul li {
        margin: 0px;
        left: 0px;
    }
    .sub-pages-header .container ul li a {
        color: #ffffff;
        padding: 14px;
    }
    .sub-pages-header .container {
        width: 100%;
        margin: 0;
        padding: 0px;
    }
    .visible-mobile {
        display: block;
    }
    .visible-desktop {
        display: none;
    }

    #myVideo {
        display: none;
    }
    .btp-section1 {
        height: auto;
        background: #fff;
        padding: 0;
        min-height: 100px;
    }
    .btp-section1 figure.bt-mobile-view {
        padding: 0;
        position: relative;
    }
    .btp-section1 figure.bt-mobile-view:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .25);
        position: absolute;
        left: 0;
        top: 0;
    }
    .btp-section3 {
        background: #fff;
        min-height: 100px;
        padding: 0;
    }
    .btp-section4 h2 {
        font-size: 26px;
        text-transform: capitalize;
        letter-spacing: .06em;
    }
    .btp-section4-slider-mobile {
        width: 250px;
        height: 498px;
        background-size: 250px 498px;
        padding-left: 21px;
        padding-right: 20px;
        padding-top: 105px;
    }
    .btp-section5 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .btp-section5 h2 {
        font-size: 30px;
    }
    .btp-section5 p {
        max-width: 250px;
        font-size: 16px;
    }
    .btp-section5-random-slider {
        display: none;
    }
    .btp-section5-random-slider-items {
        width: 220px;
    }
    .btp-section5-phone-container {
        margin-left: 35px;
    }
    .btp-section5-bg-slide1 {
        background: url(../images/boltt-training/btp-section5-bg-slide1-mobile.jpg) no-repeat center;
        background-size: 800px 450px;
        -webkit-filter: blur(2.5px);
        filter: blur(2.5px);
        z-index: 2;
    }
    .btp-section5-bg-slide2 {
        background: url(../images/boltt-training/btp-section5-bg-slide2-mobile.jpg) no-repeat center;
        background-size: 800px 450px;
        -webkit-filter: blur(2.5px);
        filter: blur(2.5px);
        z-index: 1;
    }
    .btp-section5-phone-bg1 {
        background: url(../images/boltt-training/btp-section5-bg-slide1.jpg) no-repeat center;
        background-size: 800px 450px;
    }
    .btp-section5-phone-bg2 {
        background: url(../images/boltt-training/btp-section5-bg-slide2.jpg) no-repeat center;
        background-size: 800px 450px;
    }
    .btp-section6 {
        padding: 30px 0 20px;
    }
    .btp-section6 h2 {
        font-size: 28px;
        letter-spacing: .06em;
        text-transform: capitalize;
    }
    .btp-section6 p {
        font-size: 18px;
        margin-top: 10px;
    }
    .btp-section6-header {
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .btp-section6-slider-block {
        padding: 30px 0;
    }
    .btp-section6-slider figure {
        margin: 0 15px;
    }
    .btp-section7,
    .btp-section8 {
        min-height: 100px;
        padding-top: 40px;
    }
    .btp-section7 h2,
    .btp-section8 h2 {
        font-size: 26px;
        text-transform: capitalize;
        letter-spacing: .06em;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .btp-section7 .video-frame,
    .btp-section8 .video-frame {
        width: 220px;
        height: 438px;
        margin: 0 auto -30px;
    }
    .btp-section7-content-block {
        max-width: 100%;
        width: 100%;
    }
    .btp-section7-wrapper {
        padding-top: 60px;
    }
    .btp-section7-content {
        text-align: center;
    }
    .btp-section7 h2 span {
        display: inline;
    }
    .btp-section7 p {
        font-size: 16px;
        max-width: 330px;
        margin: 20px auto 35px;
    }
    .btp-section7-icon-block {
        width: 90%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .btp-section8-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .btp-section8 h2 span:first-child {
        display: inline;
    }
    .btp-section8 p {
        font-size: 16px;
        margin: 0px auto 35px;
        max-width: 310px;
    }
    .btp-section8 p br {
        display: none;
    }
    .btp-section8-wrapper {
        padding-top: 90px;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
    .btp-section9-outer-header {
        padding-bottom: 0;
    }
    .btp-section9-outer-header h3 {
        font-size: 28px;
        letter-spacing: .06em;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    .btp-section9-outer-header p {
        font-size: 16px;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
    }
    .btp-section9-content-box {
        /*height: 100vh;
		max-height: 450px;*/
        height: auto;
        max-height: none;
        background: #fff;
        min-height: 100px;
    }
    /*.btp-section9-content-box-wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }*/
    .btp-section9-content-box h2 {
        font-size: 26px;
        text-transform: capitalize;
        letter-spacing: .06em;
    }
    .btp-section9-content-box p {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        display: none;
    }
    .btp-section9-content-box:hover p {
        padding-left: 0;
        padding-right: 0;
    }
    .btp-section9-content-box1,
    .btp-section9-content-box2,
    .btp-section9-content-box3,
    .btp-section9-content-box4,
    .btp-section9-content-box5,
    .btp-section9-content-box6,
    .btp-section9-content-box7,
    .btp-section9-content-box8 {
        border-left: none;
        border-right: none;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    /* MOBILE VIEW STYLING */
    .btp-section3 .btp-container,
    .btp-section5 .btp-container {
        display: none;
    }
    .bt-mobile-view {
        display: block;
        width: 94%;
        margin: 0 auto;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 25px;
    }
    figure.bt-mobile-view {
        width: 100%;
        padding: 0;
    }
    .bt-mobile-view h2 {
        margin-bottom: 20px;
        letter-spacing: .06em;
    }
    .bt-section3-mobile-view>a {
        display: block;
        width: 90px;
        font-size: 14px;
        line-height: 23px;
        color: #000;
        border: 2px solid #000;
        text-transform: uppercase;
        background: transparent;
        margin: 20px auto 0;
        padding-top: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .bt-section5-mobile-view {
        padding-bottom: 0;
    }
    .btp-section10 {
        position: relative;
        padding-top: 140px;
        padding-bottom: 40px;
    }
    .btp-section10-content {
        display: block;
    }
    .btp-section10-left {
        width: 100%;
        -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.27);
        margin-bottom: 10px;
    }
    .btp-section10-right {
        width: 100%;
        padding: 15px;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btp-section10-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px 15px 0;
    }
    .btp-section10-header h2 {
        font-size: 26px;
        text-transform: capitalize;
        margin-bottom: 15px;
        letter-spacing: .06em;
    }
    .btp-section10-header p {
        font-size: 16px;
    }
    .btp-section10-header .line-thin {
        margin: 20px auto 0;
    }
    .btp-section10 ul {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .btp-section10 li {
        font-size: 15px;
        padding-left: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .btp-section10 li+li {
        margin-top: 25px;
    }
    .btp-section10-right li:nth-child(1),
    .btp-section10-right li:nth-child(2),
    .btp-section10-right li:nth-child(3) {
        background-size: 28px auto;
    }
    .vc-container {
        background: #fff;
    }
    .vc-content-top h2 {
        color: #000;
    }
    .vc-content-top h3 {
        color: #f9f9f9;
    }
    .common2-fig-block {
        right: 0;
    }
    .common2-content-main {
        margin: auto;
    }

	.common-buy-now a {
		max-width: 350px;
		width: 100%;
	}
}


/* 767 End */

@media only screen and (max-width: 599px) {
    .btp-section5 {
        height: 530px;
    }
    .btp-section5:before {
        height: 104px;
    }
    .btp-section5:after {
        height: 108px;
    }
    .btp-section5-phone-container {
        width: 220px;
        height: 441px;
        padding: 69px 17px 55px 17px;
        margin-left: 0;
    }
    .btp-section5-phone-bg1,
    .btp-section5-bg-slide1 {
        background-position: -120px center;
    }
    .btp-section5-phone-bg2,
    .btp-section5-bg-slide2 {
        background-position: -125px 10px;
    }
}


/* 599 End */

@media only screen and (max-width: 500px) {
    .bt-mobile-view p {
        padding-left: 8px;
        padding-right: 8px;
    }
	
	.bt-mobile-view p br {
		display: none;
	}
	
    .btp-section4-slider-mobile {
        width: 220px;
        height: 439px;
        background-size: 220px 439px;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 94px;
    }
    .btp-section4-slider1 figure {
        width: 184px !important;
        height: 269px !important;
    }
    .btp-section6 {
        padding-top: 25px;
    }
    .btp-section6-header {
        margin-bottom: 15px;
    }
    .btp-section6-slider figure {
        margin-left: 10px;
        margin-right: 10px;
    }
    .btp-section8 h2 {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .btp-section8 h2 span {
        display: inline;
    }
    .btp-section9 {
        min-height: 100px;
    }
    .btp-section9-outer-header p {
        font-size: 15px;
    }
    .btp-section9-slider-block .slick-prev {
        left: 15px;
    }
    .btp-section9-slider-block .slick-next {
        right: 15px;
    }
    .btp-section9-content-box {
        min-height: 100px;
    }
    .btp-section9-content-box h2 {
        font-size: 23px;
    }
    .btp-section9-content-box p {
        max-width: 100%;
    }
    .btp-section9-content-box p br {
        display: block;
    }
    .btp-section9-slider-block {
        width: 100%;
    }
    .btp-section9-content-box {
        margin-top: 8px;
        margin-bottom: 8px;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btp-section10-wrapper {
        width: 100%;
    }
    .btp-section10-header p {
        font-size: 15px;
    }
}


/* 500 End */

@media only screen and (max-width: 414px) {
    .btp-section5-phone-bg1,
    .btp-section5-bg-slide1 {
        background-position: -210px center;
    }
    .btp-section5-phone-bg2,
    .btp-section5-bg-slide2 {
        background-position: -220px 10px;
    }
}

@media only screen and (max-width: 375px) {
    h2 {
        font-size: 26px;
    }
    .bt-section2-mobile-view p {
        padding-left: 0;
        padding-right: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt-section2-mobile-view p br {
        display: none;
    }
    .btp-section4 {
        min-height: 420px;
    }
    .btp-section4-header {
        margin-bottom: 135px;
    }
    .btp-section5-phone-bg1,
    .btp-section5-bg-slide1 {
        background-position: calc(50% - 20px) center;
    }
    .btp-section5-phone-bg2,
    .btp-section5-bg-slide2 {
        background-position: calc(50% - 30px) 10px;
    }
    .btp-section6 h2 {
        font-size: 26px;
    }
    .btp-section6 p {
        font-size: 17px;
    }
    .btp-section7 h2,
    .btp-section8 h2 {
        font-size: 22px;
    }
    .btp-section8 h2 span {
        display: inline;
    }
    .btp-section8-wrapper {
        padding-top: 75px;
    }
    .btp-section10-header p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 360px) {
    .btp-section6-slider-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .btp-section9-content-box p {
        width: 80%;
        max-width: 100%;
    }
    .btp-section9-content-box p br {
        display: none;
    }
}


/* 360 End */

@media only screen and (max-width: 320px) {
    .btp-section9-content-box p {
        width: 90%;
    }
    .btp-section7 h2,
    .btp-section8 h2 {
        font-size: 19px;
    }
}

