h1,
h2,
h3,
h4,
h5,
h6 {
    /* 	font-family: 'bebas_neuebold'; */
    font-family: 'sofia_problack';
    text-transform: capitalize;
}

body,
p,
a {
    font-family: 'sofia_prolight';
    font-size: 14px;
}

.mobile-view {
    display: none !important;
}

.mobile-hidden {
    display: block !important;
}

section {
    min-height: 100vh;
    max-height: 900px;
}

.section-one {
    background: #ffffff;
    background: url(../images/ss-new/Ss-sec-1-bg.jpg);
    height: 100vh;
}

.section-one-content {
    color: #ffffff;
    text-align: center;
}

.section-one-content h1 {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
}

.section-one-content h1 span {
    /*font-weight: 100;*/
}

.section-one-content h1 .line-thin {
    margin: auto;
    margin-top: 15px;
    width: 100%;
}

.section-one-content p {
    font-size: 18px;
    font-weight: 400;
}

.section-one-content .pod {
    width: 350px;
    margin: auto;
    margin-top: 4em;
}

.section-one-content .pod img {
    max-width: 100%;
    max-height: 100%;
}


/* section one */

.stride-section-one {
    /*background: #f4f4f4;*/
    padding-left: 0;
    padding-right: 0;
}

.stride-section-one-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.stride-section-one-content {
    /* background: #fff url(../images/ss/section-background-1.png) center bottom no-repeat;*/
    /*box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2); */
    margin: 80px auto;
    min-height: 550px;
    background-size: 100% auto;
    width: 90%;
    -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);
}

.stride-section-one-text {
    padding: 30px 150px 0;
    text-align: center;
}

.stride-section-one-text h2 {
    text-transform: capitalize;
    line-height: 1.4;
    letter-spacing: 1px;
}


/* end of seciton one */


/* start of seciton three */

.stride-section-three-wrapper {}

.stride-section-three-wrapper .stride-section-three-left-image {}

.stride-section-three-wrapper .stride-section-three-left-image figure {
    -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);
}

.stride-section-three-wrapper .stride-section-three-left-image figure img {}

.stride-section-three-wrapper .stride-section-three-content {
    text-align: center;
    color: black;
    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;
    position: relative;
    top: 75px;
}

.stride-section-three-wrapper .stride-section-three-content h2 {
    font-size: 36px;
    letter-spacing: 1px;
    margin: 0px auto 75px auto;
    /* margin-bottom: 75px; */
    text-transform: capitalize;
}

.stride-section-three-wrapper .stride-section-three-content p {
    color: #737373;
    width: 90%;
    margin: 0 auto;
}

.stride-section-three-wrapper .stride-section-three-content img {}

.stride-section-three-wrapper .stride-section-three-content .contentImage {
    max-width: 360px;
    position: relative;
    top: 50px;
    margin: auto;
}


/* end of seciton three */


/* start of sention four a new */

.section-four-a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    height: auto;
    padding-top: 220px;
    padding-bottom: 50px;
}

.section-four-a header {
    position: absolute;
    left: -20px;
    top: 0px;
}

.section-four-a header h2 {
    font-size: 9em;
    color: #fbfbfb;
    text-transform: capitalize;
}

.section-four-a .section-four-a-wrapper {
    position: relative;
    z-index: 5;
    color: black;
}

.section-four-a .section-four-a-wrapper>figure {
    position: absolute;
    top: 50%;
    right: 10%;
    max-width: 340px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-four-a .section-four-a-wrapper>figure img {}

.section-four-a .section-four-a-wrapper ul {
    margin: 0;
    padding: 0;
}

.section-four-a .section-four-a-wrapper ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.section-four-a .section-four-a-wrapper ul li figure {
    width: 70px;
    margin-right: 25px;
}

.section-four-a .section-four-a-wrapper ul li article {
    margin-top: 8px;
}

.section-four-a .section-four-a-wrapper ul li figure img {}

.section-four-a .section-four-a-wrapper ul li h2 {
    margin: 0;
    text-transform: inherit;
    font-size: 22px !important;
    margin-bottom: 20px;
    letter-spacing: normal;
}

.section-four-a .section-four-a-wrapper ul li p {
    color: #737373;
}


/* end of sention four a new */


/* start of sention four b new */

.section-four-b {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
   
}

.section-four-b .section-four-b-wrapper {
    position: relative;
    z-index: 5;
    color: black;
    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;
}

.section-four-b .section-four-b-wrapper>figure {
    position: relative;
    /* top: 50%; */
    /* left: 0%; */
    width: 45%;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
}

.section-four-b .section-four-b-wrapper>figure img {}

.section-four-b .section-four-b-wrapper ul {
    margin: 0;
    padding: 0;
    width: 45%;
}

.section-four-b .section-four-b-wrapper:after {
    content: '';
    clear: both;
    position: relative;
}

.section-four-b .section-four-b-wrapper ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.section-four-b .section-four-b-wrapper ul li figure {
    width: 70px;
    margin-right: 25px;
}

.section-four-b .section-four-b-wrapper ul li article {
    margin-top: 8px;
}

.section-four-b .section-four-b-wrapper ul li figure img {}

.section-four-b .section-four-b-wrapper ul li h2 {
    margin: 0;
    text-transform: inherit;
    font-size: 22px !important;
    margin-bottom: 20px;
    letter-spacing: normal;
}

.section-four-b .section-four-b-wrapper ul li p {
    color: #737373;
}


/* end of sention four b new */


/*  1111111111111111111111111111  stride sensor 1111111111111111111111111111 */


/* section two */

.boltt-horizontal-crousel {
    margin-top: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-nav,
.slider-for {
    overflow: hidden;
    margin-left: 19px;
}

.slider-for {
    width: 92px;
    margin: 67px 0 0 180px;
    /*background: #f4f4f4;*/
    background: #fff;
    position: relative;
    z-index: 1;
    top: -20px;
}

.slider-nav .slick-slide {
    width: 118px;
    height: 200px;
    position: relative;
}

.slider-for .slick-slide {
    width: 100px;
    height: 130px;
}

.stride-sensor-horizontal-line {
    float: left;
    width: 41.5%;
    /*width: 37%;*/
    background: url(../images/ss-new/slide-line-bg.png) left 14px no-repeat;
    min-height: 198px;
}

.stride-sensor-box {
    position: absolute;
    width: 26px;
    height: 26px;
    /*border: 5px solid #f4f4f4;*/
    border: 5px solid #fff;
    right: 33px;
    background: #000;
}

.box-1 {
    top: 133px;
}

.box-2 {
    top: 36px;
}

.box-3 {
    top: 151px;
}

.box-4 {
    top: 74px;
}

.box-5 {
    top: 113px;
}

.box-6 {
    top: 56px;
}


/*.box-7{ top: 93px; background: #;}*/


/* Flip container*/

.boltt-filp-box {
    position: relative;
    width: 92px;
    height: 92px;
    -o-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.boltt-filp-box-data {
    width: 92px;
    height: 92px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 1.0s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 1.0s linear;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

.slick-active .boltt-filp-box .boltt-filp-box-data {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.filp-face {
    position: absolute;
    width: 92px;
    height: 92px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.filp-face.filp-back {
    display: block;
    -webkit-transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateY(180deg);
    -moz-box-sizing: border-box;
    -o-transform: rotateY(180deg);
    -o-box-sizing: border-box;
    transform: rotateY(180deg);
    box-sizing: border-box;
    color: #282828;
    text-align: center;
}

.filp-face.filp-back p {
    /*margin-top: 10px;*/
}

.stride-sensor-data {
    float: left;
    width: 20%;
    margin-left: -2.5%;
    margin-right: -0.1%;
    position: relative;
    z-index: 1;
}

.stride-sensor-sprint {
    float: left;
    width: 41%;
    position: relative;
    padding-right: 9%;
}

.stride-sensor-sprint:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 94px;
    height: 1px;
    width: 100%;
    background: #8f8f8f;
}

.section-two {
    background: #ffffff;
    position: relative;
    height: 100vh;
}

.section-two .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.section-two-content {
    color: #1d1d1d;
    text-align: center;
}

.section-two .noPM {
    padding: 0;
    margin: 0;
}

.section-two-content h1 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
    color: #1b1b1b;
}


/*.section-two-content h1 > br {
	display: none;
}*/

.section-two-content .line-thin {
    margin: 15px auto;
    background: #1b1b1b;
}

.section-two-content p {
    width: 50%;
    margin: auto;
    color: #1b1b1b;
    font-size: 18px;
}

.section-two-content .section-two-image {
    position: relative;
    width: 100%;
    left: 0px;
    margin: 5em 0px;
}

.section-two-content .section-two-image img {
    max-width: 100%;
    max-height: 100%;
}


/* section two */


/* section three */

.section-three {
    background: url(../images/ss-new/Ss-sec-3-bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.section-three-content {
    position: relative;
    color: #ffffff;
}

.section-three-content h1 {
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
}

.section-three-content h1 .line-thin {
    width: 100%;
    margin-top: 15px;
}

.section-three-content p {
    max-width: 480px;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
    font-size: 21px;
}


/* section three */


/* section four */

.section-four {
    background: url(../images/ss-new/Ss-sec-4-bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: visible;
}

.section-four-content {
    text-align: center;
    /* position: relative; */
    color: #161616;
    position: absolute;
    width: 450px;
    background: white;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    padding: 35px 20px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -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);
}

.section-four-content h1 {
    font-size: 20px;
    display: block;
    margin: 40px 0px 20px;
    letter-spacing: 0px;
    line-height: 25px;
    text-transform: capitalize;
}

.section-four-content p {
    font-size: 16px;
    font-family: 'sofia_prolight';
    color: #737373;
}

.section-four-content hr {
    max-width: 111px;
    height: 1px;
    background: rgba(153, 153, 153, 0.81);
}


/* section four */

.join-video-section {
    padding: 80px 0 150px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.boltt-join-video {
    text-align: center;
    margin-top: 50px;
}

.join-video-section video {
    max-width: 100%;
    height: auto;
    min-height: 400px;
    max-height: 500px;
}


/* section fifth */

.section-fifth {
    background: #ffffff;
    position: relative;
}

.section-fifth-content {
    position: relative;
    color: #000000;
    text-align: center;
}

.section-fifth-content .pod {
    max-width: 700px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5em;
}

.section-fifth-content .pod .image-sqnc {
    width: 720px;
    height: 405px;
    background: url('../images/sqnc/marge.jpg') top center;
    margin: auto;
    -webkit-animation: play 0.4s steps(11) forwards;
    animation: play 0.4s steps(11) forwards;
}

.section-fifth-content .mobile p {
    display: none;
}

@-webkit-keyframes play {
    100% {
        background-position: 0px -4455px;
    }
}

@keyframes play {
    100% {
        background-position: 0px -4455px;
    }
}

-webkit-@keyframes play {
    100% {
        background-position: 0px -4455px;
    }
}

-moz-@keyframes play {
    100% {
        background-position: 0px -4455px;
    }
}

-ms-@keyframes play {
    100% {
        background-position: 0px -4455px;
    }
}

-o-@keyframes play {
    100% {
        background-position: 0px -4455px;
    }
}

.section-fifth-content .pod img {
    max-height: 100%;
    max-width: 100%;
}

.section-fifth-content h1 {
    font-size: 36px;
    /* letter-spacing: 1px; */
    margin-bottom: 40px;
    text-transform: capitalize;
}

.section-fifth-content p {
    font-weight: normal;
    margin-top: 10px;
    font-size: 14px;
    width: 81%;
    max-width: 800px;
    margin: auto;
    color: #737373;
}


/* section six */

.section-six {
    /* background: url(../images/ss-new/Ss-sec-6-bg.jpg) no-repeat; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 800px;
    /* background: #fbfbfb; */
}

.section-six header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #f2f2f2;
}

.section-six header h2 {
    font-size: 33vw;
}

.section-six header figure img {
    width: 100%;
}

.section-six-content {
    position: relative;
    color: #ffffff;
}

.section-six-content h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: normal;
}

.section-six-content p {
    font-weight: normal;
    margin-top: 10px;
    font-size: 18px;
}

.section-six-content .nav {
    border-color: transparent;
}

.section-six-content .nav a {
    position: relative;
}

.section-six-content .nav li.active a:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -30px;
    top: -2px;
    border-left: solid 15px transparent;
    border-top: solid 31px transparent;
    border-bottom: solid 0px transparent;
    border-right: solid 15px #222325;
}

.section-six-content .nav li.active a:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -31px;
    top: -2px;
    border-left: solid 15px #222325;
    border-top: solid 31px transparent;
    border-bottom: solid 0px transparent;
    border-right: solid 15px transparent;
}

.section-six-content .nav a,
.section-six-content .nav li a:hover {
    /* background-color: rgb(150, 9, 38); */
    margin: 0;
    border-color: transparent;
    color: #000000;
    outline: none;
    background-color: transparent;
    /* font-family: 'bebas_neuebold'; */
    font-size: 16px;
    padding: 2px 25px;
    border-radius: 0;
    margin-left: 14px;
    font-family: 'sofia_problack';
}

.section-six-content .nav li.active a {
    /* background-color: rgb(206, 31, 67); */
    border-color: transparent;
    color: #ffffff;
    background: #222325;
}

.section-six-content .tab-content {
    /* background: rgba(206, 12, 52, .9); */
    padding: 50px 32% 30px 50px;
    border-radius: 0 0 0 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    color: #111111;
    /* background: #f4f4f4; */
    -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);
}

.section-six-content .tab-content h3 {
    font-size: 22px;
    /* color: #fff; */
    margin: 0 0 10px 0;
    text-transform: inherit;
    letter-spacing: normal;
}

.section-six-accordion-container+.section-six-accordion-container {
    margin-top: 20px;
}

.section-six-accordion-block h4 {
    font-size: 15px !important;
    margin: 0;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    padding: 15px 20px 10px;
    width: 60%;
    cursor: pointer;
    position: relative;
    font-family: 'sofia_prolight';
    letter-spacing: normal;
}

.section-six-accordion-block h4:before {
    content: "";
    width: 7px;
    height: 15px;
    background: url(../images/ss-new/tab-arrow.svg) no-repeat;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 21px;
}

.section-six-accordion-block h4:first-child {
    border-top: none;
}

.section-six-accordion-content {
    padding-bottom: 15px;
}

.section-six-accordion-content.active {
    display: block !important;
}

.section-six-accordion-content p {
    margin: 0;
    font-size: 12px;
}

.features-compare-block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features-compare-block>div {
    -ms-flex: 1 1 23%;
    -webkit-box-flex: 1;
    flex: 1 1 23%;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
    padding: 15px;
}

.features-compare-block .tick-icon img {
    width: 30px;
}

.features-compare-block .feature-compare-block-heading {
    font-size: 12px;
    padding: 5px;
}

.features-compare-block>div:nth-child(4n+1) {
    -ms-flex: 1 1 31%;
    -webkit-box-flex: 1;
    flex: 1 1 28%;
    border-left: none;
    text-align: left;
    padding-left: 0;
}

.features-compare-block>div:nth-child(4n+4) {
    border-right: 1px solid #fff;
}

.section-six-fig-block {
    position: absolute;
    right: -40px;
    top: 50%;
    width: 32%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sec-6-pod {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 55%;
    left: -35%;
    display: none;
}

.section-six-video-block {
    width: 366px;
    height: 660px;
    padding: 0 40px 0 50px;
    background: url(../images/ss/Ss-sec-6-mobile.png) center top no-repeat;
    background-size: cover;
}

.section-six-video-block video {
    width: 97%;
    height: 100%;
    display: block;
    position: relative;
    top: -13px;
    right: 0;
    left: 0;
    margin: auto;
}


/* section six */


/* section seventh */

.section-seven {
    background: url(../images/ss-new/Ss-sec-7-bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.section-seven-content {
    position: relative;
}

.section-seven-content h1 {
    font-size: 36px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 10%;
    text-transform: capitalize;
}

.section-seven-content h1 .line-thin {
    width: 100%;
    margin: 10px 0;
}

.section-seven-content p {
    max-width: 600px;
    text-align: left;
    font-size: 16px;
    width: 40%;
    color: #fff;
}

.section-seven .hud {
    max-width: 750px;
    position: absolute;
    left: 11%;
    bottom: -2%;
}

.section-seven .hud img {
    max-height: 100%;
    max-width: 100%;
}


/* section seventh */


/* section eight */

.section-eight {
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 1600px;
    margin: auto;
}

.section-eight-content {
    text-align: center;
    position: relative;
    color: #ffffff;
}

.section-eight-circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 677px;
    height: 900px;
    background: url(../images/ss-new/Ss-sec-8-circle.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
}

.section-eight-circle .secton-eight-circle-pod {
    width: 50%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.section-eight-circle .secton-eight-circle-pod img {
    max-width: 100%;
    max-height: 100%;
}

.secton-eight-circle-text {
    position: absolute;
    right: -340px;
    margin: auto;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 300px;
    overflow: visible;
}

.secton-eight-circle-text .text-item {
    color: #000000;
}

.secton-eight-circle-text .text-item .icon {
    position: absolute;
    left: -70px;
}

.secton-eight-circle-text .text-item .icon img {
    max-width: 62px;
}

.secton-eight-circle-text .text-item h2 {
    font-weight: 900;
}

.secton-eight-circle-text .text-item p {
    font-weight: normal;
}

.secton-eight-circle-text .line-thin {
    width: 90%;
}

.secton-eight-circle-pod-button {}

.secton-eight-circle-pod-button a {
    text-decoration: none;
    outline: none;
}

.secton-eight-circle-pod-button #up,
.secton-eight-circle-pod-button #down {
    position: absolute;
    right: 5%;
}

.secton-eight-circle-pod-button #up img,
.secton-eight-circle-pod-button #down img {
    max-width: 45px;
}

.secton-eight-circle-pod-button #up {
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
}

.secton-eight-circle-pod-button #down {
    top: 60%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
}

.section-eight-content h1 {
    font-weight: bold;
    font-size: 42px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.section-eight-content h1 span {
    font-weight: bold;
    font-size: 56px;
}

.section-eight-content p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 80px;
}

.section-eight-content .section-eight-item-wrapper {
    text-align: center;
    margin: 3em 0;
}

.section-eight-content .section-eight-item-wrapper ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 50px;
}

.section-eight-content .section-eight-item-wrapper ul li {
    width: 20%;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    list-style: none;
    text-align: center;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.section-eight-content .section-eight-item-wrapper ul li .section-eight-icon {
    width: 111px;
    height: 111px;
    margin-bottom: 40px;
    display: block;
    margin: auto;
}

.section-eight-content .section-eight-item-wrapper ul li .section-eight-icon img {
    max-width: 100%;
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.section-eight-content .section-eight-item-wrapper ul li:hover .section-eight-icon img {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.section-eight-content .section-eight-item-wrapper ul li h4 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 2em;
}


/* section eight */


/* section nine */

.section.section-nine {
    height: auto;
    min-height: 550px;
    text-align: center;
}

.section-nine .container {
    width: 100%;
}

.section-nine .section-nine-wrapper {}

.section-nine .section-nine-wrapper .section-nine-content {
    color: #000000;
}

.section-nine .section-nine-wrapper .section-nine-content h1 {
    font-weight: bold;
    font-size: 62px;
}

.section-nine .section-nine-wrapper .section-nine-content p {
    font-weight: 500;
    font-size: 24px;
}

.section-nine .section-nine-wrapper .section-nine-content a {
    background: transparent;
    color: #000000;
    border: solid 1px #000000;
    text-decoration: none;
    margin: auto;
    display: inline-block;
    padding: 7px 35px;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.section-nine .section-nine-wrapper .section-nine-content a:hover {
    background: #000000;
    color: #ffffff;
    border: solid 1px transparent;
}

.section-nine .section-nine-wrapper .section-nine-content .image {
    max-width: 100%;
    /*margin: 2em auto;*/
    margin: 2em auto 0;
    position: relative;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul {
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.section-nine .section-nine-wrapper .section-nine-content .image>img {
    display: none;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul li {
    list-style: none;
    position: relative;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul li.screen-card {}

.section-nine .section-nine-wrapper .section-nine-content .image ul li.screen-card img {
    max-height: 100%;
    max-width: 100%;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul #l3 {
    /*transform: translateX(490px);
	 -webkit-transform: translateX(490px);*/
    left: 155px;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul #l2 {
    /*	transform: translateX(270px);
	 -webkit-transform: translateX(270px);*/
    left: 90PX;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul #l1 {
    /*transform: translateX(180px);
	 -webkit-transform: translateX(180px);*/
}

.section-nine .section-nine-wrapper .section-nine-content .image ul #c {
    z-index: 5;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul #r1 {
    /*
	 transform: translateX(-184px);
	 -webkit-transform: translateX(-184px);
	 */
    left: -112px;
    z-index: 4;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul #r2 {
    /*
	 transform: translateX(-370px);
	 -webkit-transform: translateX(-370px);
	 */
    right: 220px;
    z-index: 3;
}

.section-nine .section-nine-wrapper .section-nine-content .image ul #r3 {
    /*
	 transform: translateX(-520px);
	 -webkit-transform: translateX(-520px);
	 */
    z-index: 2;
    right: 290px;
}


/* section nine */


/* section ten */

.ss-section10 {
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ss-section10 h2 {
    margin: 0 0 10%;
    font-size: 36px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.ss10-wrapper {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    color: black;
}

.ss-section10-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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ss-section10-content {
    width: 30%;
    max-width: 425px;
    /* box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.17); */
    text-align: center;
}

.ss-section10-content figure {}

.ss-section10-content figcaption {
    background: #fff;
    text-align: center;
    /* padding: 40px 10px 80px; */
    margin-top: 20%;
}

.ss-section10-content p {}

.ss-section10-content hr {
    width: 50%;
    max-width: 160px;
    margin: 25px auto 0;
    border: none;
    height: 1px;
    background: #000;
    display: none;
}

.ss-section10-content1 {
    /* background:#f9d3b6; */
}

.ss-section10-content2 {
    /* background:#98cbee; */
}

.ss-section10-content3 {
    /* background:#c1bce8; */
}


/* section ten */


/* section eleven */

.section.section-eleven {
    height: auto;
    padding-top: 60px;
}

.section-eleven h2 {
    font-size: 48px;
    font-weight: bold;
    font-size: 56px;
    text-align: center;
}

.section-eleven .section-eleven-item-wrapper {
    margin-top: 30px;
    position: relative;
}

#itemOne,
#itemTwo,
#itemThree {
    position: relative;
}

#itemOne>a,
#itemTwo>a,
#itemThree>a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


/*
 .section-eleven .section-eleven-item .section-eleven-item-text > a {
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 z-index: 6;
 }
 */

.section-eleven .section-eleven-item {
    text-align: center;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-eleven .section-eleven-item .section-eleven-item-image {
    width: 100%;
    height: 400px;
    /* height: 480px; */
    max-width: 481px;
    max-height: 481px;
    margin: auto;
}

.section-eleven .section-eleven-item #image-one {
    background: url(../images/ss-new/Ss-sec-11-1.jpg);
}

.section-eleven .section-eleven-item #image-one:hover,
.section-eleven .section-eleven-item #image-two:hover,
.section-eleven .section-eleven-item #image-three:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section-eleven .section-eleven-item #image-two {
    background: url(../images/ss-new/Ss-sec-11-2.jpg);
}

.section-eleven .section-eleven-item #image-two {
    background: url(../images/ss-new/Ss-sec-11-2.jpg);
}

.section-eleven .section-eleven-item #image-three {
    background: url(../images/ss-new/Ss-sec-11-3.jpg);
}

.section-eleven .section-eleven-item #image-one,
.section-eleven .section-eleven-item #image-two,
.section-eleven .section-eleven-item #image-three {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-eleven .section-eleven-item .section-eleven-item-text {
    background: #e6e6e6;
    padding: 35px 10px;
    position: relative;
    width: 90%;
    margin: auto;
    top: -70px;
    min-height: 210px;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.section-eleven .section-eleven-item .section-eleven-item-text .text {
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
}

.section-eleven .section-eleven-item .section-eleven-item-text .boltt-button a {
    color: #333333;
    border-color: #333333;
}

.section-eleven .section-eleven-item:hover .boltt-button a {
    color: #ffffff;
    border-color: #ffffff;
}

.section-eleven .section-eleven-item .boltt-button a:hover {
    color: #333333;
    border-color: #333333;
}


/*
 .section-eleven .section-eleven-item .section-eleven-item-text:before {
 content: "";
 position: absolute;
 background: #333333;
 bottom: 0;
 left: 100%;
 right: 0;
 top: 0;
 z-index: 0;
 transition: all ease-in 0.2s;
 }
 */

.section-eleven .section-eleven-item .section-eleven-item-text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background: url(../images/ss-new/sec-11-shadow.png) no-repeat;
    background-size: 100%;
    left: 0px;
    bottom: -15px;
}

#itemOne:hover .section-eleven-item-text,
#itemTwo:hover .section-eleven-item-text,
#itemThree:hover .section-eleven-item-text {
    color: #fff;
    background: #333333;
}


/*
 #itemOne:hover .section-eleven-item-text:before,
 #itemTwo:hover .section-eleven-item-text:before,
 #itemThree:hover .section-eleven-item-text:before {
 left: 0%;
 }
 */

#itemOne:hover .section-eleven-item-text .line-thin,
#itemTwo:hover .section-eleven-item-text .line-thin,
#itemThree:hover .section-eleven-item-text .line-thin {
    background: #fff;
}

.section-eleven .section-eleven-item .section-eleven-item-text h3 {
    margin: 0 0 20px;
    padding: 0;
}

.section-eleven .section-eleven-item .section-eleven-item-text .line-thin {
    max-width: 30%;
    margin: 10px auto;
    margin-bottom: 25px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.section-eleven .section-eleven-item .section-eleven-item-text p {
    width: 70%;
    margin: auto;
    font-size: 18px;
}


/* section eleven */

.section.section-circular {
    background: #ececec;
    overflow: hidden;
    padding-bottom: 50px;
    height: auto;
    min-height: 0;
}

.stride-sensor-control {
    width: 600px;
    height: 600px;
    margin: -250px auto -20px;
    position: relative;
    border-radius: 50%;
    background: #fff;
}

.stride-sensor-control:after {
    content: "";
    display: block;
    border: 1px solid #282828;
    border-radius: 50%;
    width: 624px;
    height: 624px;
    position: absolute;
    left: -12px;
    top: -12px;
}

.stride-sensor-slider li h3 {
    font-size: 22px;
}

.stride-sensor-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
}

.section-nine-wrapper {
    position: relative;
}

.stride-sensor-slider {
    max-width: 380px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: center;
}


/*slider*/


/* on hover scroll */

.stride-sensor-slider .slides,
.stride-sensor-slider .slides>li,
.stride-sensor-slider .flex-control-nav,
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 10;
}

.stride-sensor-slider .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100;
}

.stride-sensor-slider ul.slides {
    position: relative;
}

.stride-sensor-slider .slides>li {
    min-height: 200px;
    display: none;
    -webkit-backface-visibility: hidden;
}

.stride-sensor-slider .slides img {
    width: 100%;
    display: block;
    height: auto;
}

.stride-sensor-slider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.no-js .stride-sensor-slider .slides>li:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.stride-sensor-slider li h3,
.stride-sensor-slider li p {
    color: #282828;
}

.stride-sensor-slider li figure {
    height: 72px;
    width: 72px;
    display: block;
    margin: 0 auto;
}

.stride-sensor-slider li figure,
.stride-sensor-slider li h3 {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.stride-sensor-slider li.flex-active-slide figure,
.stride-sensor-slider li.flex-active-slide h3 {
    -webkit-animation-name: iconVisible;
    animation-name: iconVisible;
    -webkit-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-duration: 7.2s;
    animation-duration: 7.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes iconVisible {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes iconVisible {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* slider */

.stride-sensor-control-nav {
    margin: 0 auto;
    position: relative;
    width: 600px;
    height: 600px;
    z-index: 1;
    border-radius: 50%;
    list-style: none;
    -webkit-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.stride-sensor-control-nav li span {
    position: absolute;
    left: 8px;
    top: 27px;
    opacity: 0;
    color: #282828;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    font-size: 16px;
}

.stride-sensor-control-nav li span.opacity {
    opacity: 1;
}


/*
 .stride-sensor-control-nav li.flex-active span {
 -webkit-transition: opacity .5s ease 3s;
 transition: opacity .5s ease 3s;
 opacity: 0;
 }*/


/*.stride-sensor-control-nav li:not(.flex-active) figure{*/

.stride-sensor-control-nav li i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7.5px 0 0 -7.5px;
    height: 0;
    width: 0;
    background: #282828;
    display: block;
    padding: 7.5px;
    border-radius: 50%;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1;
}

.stride-sensor-control-nav li img {
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    opacity: 0;
}


/*
 .stride-sensor-control-nav li.flex-active figure {
 opacity: 1;
 margin: -36px 0 0 -36px;
 height: 72px;
 width: 72px;
 background: none;
 padding: 0;
 -webkit-transition: opacity 1s ease 3s;
 transition: opacity 1s ease 3s;
 } */

.stride-sensor-control-nav li.flex-active img {
    -webkit-transition: opacity .5s ease 3s;
    transition: opacity .5s ease 3s;
    opacity: 1;
    /*opacity: 1;
	 -webkit-transition: opacity .5s linear .5s;
	 transition: opacity .5s linear .5s;*/
}

.stride-sensor-slider .flex-direction-nav a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/ss-new/Ss-sec-6-crousel-arrow.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 23px;
    font-size: 0;
    background-size: cover;
}

.stride-sensor-slider .flex-direction-nav a.flex-next {
    background-position: left top;
    right: 0;
}

.stride-sensor-slider .flex-direction-nav a.flex-prev {
    background-position: right top;
    left: 0;
}

.stride-sensor-control-nav li {
    position: absolute;
    top: 170px;
    left: 170px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #fff;
    margin-top: -36px;
}

.stride-sensor-control-nav li:nth-child(1) {
    top: 50%;
    left: -48px;
}

.stride-sensor-control-nav li:nth-child(2) {
    top: 87%;
    left: 12.5%;
    margin: -40px 0 0 -33px;
}

.stride-sensor-control-nav li:nth-child(3) {
    top: 100%;
    left: 253px;
    margin: -25px 0 0 0;
}

.stride-sensor-control-nav li:nth-child(4) {
    top: 88%;
    left: 86%;
    margin: -38px 0 0 -38px;
}

.stride-sensor-control-nav li:nth-child(5) {
    top: 50%;
    left: 100%;
    margin: -36px 0 0 -24px;
}

.stride-sensor-control-nav li:nth-child(6) {
    top: 12%;
    left: 83%;
    margin: -30px 0 0 -15px;
}

.stride-sensor-control-nav li:nth-child(7) {
    top: 0;
    left: 50%;
    margin: -48px 0 0 -36px;
}

.stride-sensor-control-nav li:nth-child(8) {
    top: 13%;
    left: 7.1%;
    margin: -33px 0 0 -2px;
}

.rotate-0.stride-sensor-control-nav li {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-1.stride-sensor-control-nav li {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-2.stride-sensor-control-nav li {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.rotate-3.stride-sensor-control-nav li {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate-4.stride-sensor-control-nav li {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rotate-5.stride-sensor-control-nav li {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.rotate-6.stride-sensor-control-nav li {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.rotate-7.stride-sensor-control-nav li {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.rotate-0 {
    -webkit-animation-name: rotate-0;
    animation-name: rotate-0;
}

.rotate-1 {
    -webkit-animation-name: rotate-1;
    animation-name: rotate-1;
}

.rotate-2 {
    -webkit-animation-name: rotate-2;
    animation-name: rotate-2;
}

.rotate-3 {
    -webkit-animation-name: rotate-3;
    animation-name: rotate-3;
}

.rotate-4 {
    -webkit-animation-name: rotate-4;
    animation-name: rotate-4;
}

.rotate-5 {
    -webkit-animation-name: rotate-5;
    animation-name: rotate-5;
}

.rotate-6 {
    -webkit-animation-name: rotate-6;
    animation-name: rotate-6;
}

.rotate-7 {
    -webkit-animation-name: rotate-7;
    animation-name: rotate-7;
}

@-webkit-keyframes rotate-2 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-2 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes rotate-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes rotate-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes rotate-4 {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate-4 {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes rotate-5 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@keyframes rotate-5 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@-webkit-keyframes rotate-6 {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rotate-6 {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes rotate-7 {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}

@keyframes rotate-7 {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}

@-webkit-keyframes rotate-0 {
    0% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotate-0 {
    0% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes rotate-1 {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}

@keyframes rotate-1 {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}

.section-one,
.section-three,
.section-four,
.section-six,
.section-seven {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* stride sensor */


/* TO BE MERGED  */

.section-two-content p {
    font-size: 17px;
}

.section-three-content p {
    font-size: 17px;
}

.section-nine .section-nine-wrapper .section-nine-content h1 {
    font-size: 45px;
}

.section-nine .section-nine-wrapper .section-nine-content p {
    font-size: 21px;
    text-transform: uppercase;
}


/*
 * Boltt: Sticky effects start
 */

.boltt-sticky-wrapper {
    min-height: auto;
    margin-bottom: -10px;
    height: auto;
    max-height: auto;
}

.boltt-sticky-bg {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    /* display: none; */
}

.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%);
    color: white;
}

.boltt-sticky-text {
    padding: 40vh 15px 15vh;
    max-width: 900px;
    text-align: center;
    /* padding: 0 15px; */
}

.boltt-sticky-text p {
    /* color: #fff; */
}

.boltt-sticky-text h1,
.boltt-sticky-text h2,
.boltt-sticky-text h3 {
    /* color: #fff; */
}

.visible-mobile {
    display: none;
}


/*
 * Boltt: Sticky effects end
 */

.section-common-container {
    /* width: 100%; */
    max-width: 1600px;
    margin: 0 auto;
}

.section-page-common1 .section-common-container {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    color: black;
    padding: 25px;
    background: white;
}

.page-common1-content {
    margin-top: 40px;
    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;
}

.page-common1-left {
    position: relative;
    width: 30%;
}

.page-common1-mid {
    width: 30%;
}

.page-common1-right {
    width: 30%;
}

.page-common1-content ul,
.page-common1-content li,
.page-common1-content ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-common1-content li {
    text-align: center;
    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;
}

.page-common1-content li figure {
    width: 40px;
}

.page-common1-content li .page-common1-content-right {
    width: 100%;
    text-align: left;
    width: calc(100% - 55px);
}

.page-common1-content li+li {
    margin-top: 30px;
}

.page-common1-content-right h4 {
    font-size: 20px;
    margin-top: 0;
}

.page-common1-content-right p {
    font-size: 14px;
    line-height: 1.4;
    /* padding-left: 5px; */
    padding-right: 5px;
    color: #737373;
}

.common-learn-more {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.common-learn-more a {
    background: #f25454;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 6px 20px 6px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.common-learn-more a:focus,
.common-learn-more a:hover,
.common-learn-more a:active {
    color: #fff;
    outline: none;
}

.ss-common1 {
    /* padding-top: 50px; */
    /* padding-bottom: 30px; */
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f4;
    min-height: 900px;
    max-height: inherit;
}

.ss-common1 h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1;
    letter-spacing: 8px;
}

.ss-common1 h3 {
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
    font-family: 'sofia_prolight';
    color: #737373;
    text-transform: inherit;
}

.ss-common1 .app-download-block {
    text-align: center;
}

.ss-common1 .app-download-block a {
    display: inline-block;
    margin: 0 5px;
    max-width: 130px;
}

.section-sensor-9 {
    padding: 100px 0px;
}

.sensor-page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-sensor-9 h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 8px;
    margin: 15px 0px;
}

.section-sensor9-content-block {
    /* padding-bottom: 100px; */
    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;
    padding: 15px;
}

.section-sensor9-content {
    max-width: 400px;
    width: 30%;
    position: relative;
}

.section-sensor9-content figure {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
    background: white;
    text-align: center;
    position: relative;
}

.section-sensor9-content figure img {
    max-width: 180px;
}

.section-sensor9-content figure img[alt="1a"] {
    position: absolute;
    top: 50%;
    right: -10%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    max-width: 70px;
    z-index: 1;
}

.section-sensor9-content figure img[alt="2a"] {
    position: absolute;
    top: 50%;
    right: -20%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.section-sensor9-content figcaption {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #737373;
    text-align: center;
    margin-top: 20px;
}

.section-common2 {
    background: #fff;
    padding-bottom: 0;
    overflow: visible;
    /* margin-top: 60px; */
    color: black;
    padding: 40px 0 200px;
    /* 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;*/
    overflow: hidden;
}

.common2-fig-block {
    /*width: 50%;*/
    width: 43.75%;
    /* 700/1600 */
    position: absolute;
    /* bottom: 0; */
    right: 0;
}

.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: 30px;
    line-height: 1.1;
    /*margin-bottom: 25%;*/
    margin-bottom: 50px;
    letter-spacing: normal;
    text-transform: none;
}

.section-common2 h2 span {
    display: block;
}

.section-common2 h3 {
    font-size: 30px;
	font-family: 'sofia_prolight';
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.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;
    width: 360px;
    display: block;
}

.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:focus,
.common-buy-now:hover,
.common-buy-now:active {
    color: #fff;
}


/* shop banner section */

.ss-shop-banner {
    color: black;
}

.ss-shop-banner header {
    padding: 50px 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}

.ss-shop-banner header h2 {
    font-size: 26px;
    background: white;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0px 10px;
    top: -2px;
}

.ss-shop-banner header hr {
    border-color: #b2b2b2;
    width: 80%;
    height: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.ss-shop-banner figure {}

.ss-shop-banner figure img {}

.section-grid1 {
    min-height: 1px !important;
    max-height: none !important;
}


/* shop banner section */

.howToWear .boltt-sticky-text {
    padding: 15px;
}


/***********************
    MEDIA QUERIES
**************************/

@media only screen and (min-width:1401px) {
    .stride-section-one-content {
        background-position: 0px 150px;
    }
    .stride-section-three-wrapper .stride-section-three-content .contentImage {
        top: 70px;
    }
    .section-four-a header {
        left: 50%;
        width: 100%;
        max-width: 1140px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .common2-fig-block {
        max-width: 600px;
        right: 15%;
    }
	
	.stride-section-one {
		height: auto;
	}
	
	.stride-section-three {
		min-height: 1px;
		padding-bottom: 80px;
	}
	
	.section-four-content h1 {
		font-size: 28px !important;
	}
	
	.section-seven-content p {
		line-height: 1.56;
	}
	
	.ss-section10 {
		min-height: 1px;
	}
}


/* 1400 and above */

@media (min-width: 1400px) {
    .section-common2 {
        padding: 150px 0 170px;
    }
    .section-common2 h2 {
        margin-bottom: 150px;
    }
    .section-common2 h3 {
        margin-bottom: 50px;
    }
    .section-seven .hud {
        left: 19%;
    }
    .section-nine {
        min-height: 600px;
        height: auto;
    }
}

@media only screen and (max-width:1200px) {
    .container {
        width: 100%;
    }
    .section-one-content h1 {
        font-size: 36px;
    }
    .stride-section-three {
        padding-bottom: 30px;
    }
    .stride-section-three-wrapper .stride-section-three-content h2 {
        font-size: 34px;
        letter-spacing: .18em;
        margin-bottom: 60px;
    }
    .stride-section-three-wrapper .stride-section-three-content .contentImage {
        max-width: 330px;
        top: 30px;
    }
    .section-four-content h1 {
        letter-spacing: .12em;
    }
    .section-four-a {
        padding-top: 150px;
        padding-bottom: 30px;
    }
    .section-fifth-content h1 {
        font-size: 34px;
        /* letter-spacing: .18em; */
    }
    .section-seven-content h1 {
        font-size: 34px;
        letter-spacing: .18em;
        margin-bottom: 50px;
    }
    .ss-section10 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ss-section10 h2 {
        margin-bottom: 70px;
        font-size: 34px;
        letter-spacing: .18em;
    }
}


/* 1200 End */

@media only screen and (max-width:1024px) {
    .stride-section-three-wrapper .stride-section-three-content h2 {
        font-size: 32px;
        letter-spacing: .15em;
    }
    .section-four-a .section-four-a-wrapper ul li h2,
    .section-four-b .section-four-b-wrapper ul li h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .section-four-a .section-four-a-wrapper>figure {
        right: 50px;
        max-width: 300px;
    }
    .section-six-fig-block {
        max-width: 300px;
        right: 20px;
    }
    .section-six-video-block {
        width: 300px;
        height: 531px;
        padding: 0 42px 0 45px;
    }
    .section-six-content .tab-content {
        padding: 50px 320px 25px 50px;
    }
    .section-six-content .tab-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .section-seven-content h1 {
        font-size: 32px;
        letter-spacing: .15em;
    }
    .ss-section10 h2 {
        font-size: 32px;
        letter-spacing: .15em;
    }
    .section-fifth-content h1 {
        font-size: 32px;
        /* letter-spacing: .15em; */
    }
}


/* 1024 End */

@media (max-width: 767px) {
    /*    section four a mobile  */
    .section-four-a-mobile {
        height: auto;
        max-height: inherit;
        position: relative;
        padding-top: 0;
        overflow: hidden;
    }
    .section-four-a-mobile .section-four-a-mobile-container {}
    .section-four-a-mobile .section-four-a-mobile-wrapper {}
    .section-four-a-mobile .section-four-a-mobile-wrapper>h2 {
        text-transform: capitalize;
        font-size: 6em;
        position: relative;
        left: -30px;
        top: 0px;
        color: rgba(188, 188, 188, 0.1);
    }
    .section-four-a-mobile .section-four-a-mobile-wrapper>figure {}
    .section-four-a-mobile .section-four-a-mobile-wrapper>figure img {}
    .section-four-a-mobile .section-four-a-mobile-slider {
        padding: 10px;
        -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);
    }
    .section-four-a-mobile .section-four-a-mobile-slider .slick-dots {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .slick-dots {}
    .section-four-a-mobile .section-four-a-mobile-slider .slick-dots li {
        display: inline-block;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .slick-dots .slick-active button {
        background: black;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        text-indent: 1000px;
        overflow: hidden;
        background: lightgray;
        border: none;
        margin: 2px;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .section-four-a-mobile-slides {
        color: black;
        outline: none;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .section-four-a-mobile-slides ul {
        margin: 0;
        padding: 0;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .section-four-a-mobile-slides ul li {
        list-style: none;
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .section-four-a-mobile-slides ul li .icon {
        text-align: center;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .section-four-a-mobile-slides ul li .icon img {
        margin: auto;
    }
    .section-four-a-mobile .section-four-a-mobile-slider .section-four-a-mobile-slides ul li h3 {
        text-transform: capitalize;
        margin: auto auto 10px auto;
        /* font-size: 16px !important; */
    }
    .section-four-a-mobile .section-four-a-mobile-slider .section-four-a-mobile-slides ul li p {}
    /*    section four a mobile  */
    .ss-shop-banner {
        padding: 30px 0 0;
    }
    .ss-shop-banner .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .ss-shop-banner header h2 {
        font-size: 14px;
    }
    .ss-shop-banner header {
        padding: 10px 0px;
    }
    .section-sensor9-content figure img {}
    .section-sensor9-content figure img[alt="1a"],
    .section-sensor9-content figure img[alt="2a"] {
        max-width: 40px;
        right: -35%;
        z-index: 1;
    }
    .mobile-view {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .stride-section-three-wrapper .stride-section-three-left-image figure {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .stride-section-three-wrapper .stride-section-three-content,
    .stride-section-three-wrapper .stride-section-three-left-image {
        text-align: center;
        color: black;
        padding: 0;
        top: 0px;
    }
    .stride-section-three-wrapper .stride-section-three-content .contentImage {
        display: none;
    }
    .my-container {
        width: 100%;
    }
    .stride-section-one-content .mobile {}
    .stride-section-one-content .mobile img {
        display: block;
        margin: auto;
    }
    .stride-section-one-content .mobile img:nth-child(2) {
        margin-top: 20px;
    }
    .stride-section-one {
        height: auto;
    }
    .stride-section-one-content {
        /* background: #fff url(../images/ss/section-background-1.png) center bottom no-repeat; */
        /* box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2); */
        margin: auto;
        min-height: 400px;
        background-size: 100% auto;
        padding: 2em 0px;
    }
    .stride-section-one-text {
        padding: 10px 0px;
        text-align: center;
    }
    .section-common2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-common2 h2 {
        font-size: 28px;
        line-height: 1.1;
        text-transform: capitalize;
        text-align: center;
        max-width: 310px;
        margin: 0 auto 30px;
    }
    .section-common2 h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .common2-content-main {
        text-align: center;
        width: 100%;
        padding-left: 0;
    }
    .section-common2 a {
        padding: 20px 10px;
        /* margin: 0px auto 5px; */
        font-size: 12px;
        width: 100%;
        margin-left: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .common-buy-now span {
        font-size: 16px;
    }
    .common2-fig-block {
        position: static;
        width: 100%;
        margin-bottom: 40px;
    }
    .common2-fig-block figure {
        max-width: 80%;
        margin: 0 auto;
    }
    .visible-mobile {
        display: block;
    }
    .visible-desktop {
        display: none;
    }
    .section-one {
        height: auto;
        min-height: 350px;
    }
    .section-one-content h1 {
        font-size: 30px;
        line-height: normal;
    }
    .section-one-content p {
        font-size: 16px;
    }
    .section-two,
    .section-three,
    .section-four,
    .section-five {
        height: auto;
    }
    .section-two {
        background: #f6f6f6;
    }
    .section-two .container {}
    .section-two-content {
        width: 90%;
        display: block;
        margin: auto;
    }
    .section-two-content h1 {
        font-size: 30px;
        line-height: normal;
        margin: 10px auto;
    }
    .section-two-content .line-thin {
        display: none;
    }
    .section-two-content h1>br {
        display: inline-block;
    }
    .section-two-content p {
        width: 90%;
        margin: auto;
        color: #1b1b1b;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-two-content .mobile {}
    .section-two-content .mobile img {
        display: block;
        margin: auto;
    }
    .section-two-content .mobile img:nth-child(2) {
        margin-top: 20px;
    }
    .boltt-horizontal-crousel {
        margin-top: 20px;
        display: none;
    }
    .section-three {
        /* background: none; */
        display: block;
        min-height: 200px;
        padding: 0px 0px 15px 0px;
        color: #ffffff;
        background: #f6f6f6;
    }
    .section-three .mobile {
        position: relative;
        text-align: center;
    }
    .section-three .mobile h1 {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 45%;
        margin: 0px;
        font-size: 30px;
    }
    .section-three-content h1 {
        font-size: 28px;
    }
    .section-three-content p,
    .section-four-content p {
        font-size: 16px;
        line-height: normal;
        background: #ffffff;
        padding: 15px;
        color: #282828;
        margin-top: -30px;
        max-width: 100%;
    }
    .section-three-content,
    .section-three-content p {
        text-align: center;
    }
    .section-four {
        padding: 0px 0px 0px 0px;
        height: 200vh;
        background: url(../images/ss-new/Ss-sec-4-bg.jpg) no-repeat;
        background-position: 25% 100px !important;
        position: relative;
        display: block;
    }
    .section-four-content {
        max-width: 90%;
    }
    .section-four .mobile {
        position: relative;
        text-align: center;
    }
    .section-four .mobile h1 {
        position: relative;
        font-size: 24px;
        display: block;
        margin: 15px 0px;
    }
    .section-four .mobile h1>br {
        display: none;
    }
    .section-four-content h1 {
        font-size: 30px;
    }
    .section-four-content p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .join-video-section {
        padding: 3em 0px;
        /* background: #f6f6f6; */
    }
    .join-video-section img {
        display: block;
        margin: 0 auto;
    }
    .boltt-join-video {
        text-align: center;
        display: none;
    }
    .section-fifth-content h1 {
        font-size: 6vw;
        /* letter-spacing: 4px; */
    }
    .section-fifth-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .section-fifth-content .mobile p {
        display: block;
        margin-top: 30px;
        width: 90%;
    }
    .section-seven {
        position: relative;
        background: #f6f6f6;
        display: none;
        height: auto;
    }
    .section-seven-content {
        text-align: center;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        margin: auto;
        /* background: rgba(0, 0, 0, 0.3); */
        padding: 15px;
        border-radius: 5px;
    }
    .section-seven-content h1 {
        font-size: 28px;
        color: #282828;
    }
    .section-seven-content h1 .line-thin {
        width: 100%;
        margin: 10px 0;
    }
    .section-seven-content p {
        max-width: 100%;
        text-align: center;
        font-size: 15px;
        width: 100%;
        line-height: 24px;
        color: #282828;
    }
    .section.section-eleven {
        padding: 3em 0px 0px 0px;
    }
    .section-eleven .section-eleven-item-wrapper {
        margin-top: 0px;
    }
    .section-eleven h2 {
        font-size: 30px;
    }
    .section-eleven .section-eleven-item .section-eleven-item-text h3 {
        font-size: 30px;
    }
    .section-eleven .section-eleven-item .section-eleven-item-text p {
        width: 100%;
        margin: auto;
        font-size: 16px;
    }
    .section.section-nine {
        min-height: 350px;
    }
    .section-nine .section-nine-wrapper .section-nine-content h1 {
        font-size: 30px;
    }
    .section-nine .section-nine-wrapper .section-nine-content .image ul {
        display: none;
    }
    .section-nine .section-nine-wrapper .section-nine-content .image>img {
        display: block;
    }
    .section.section-circular {
        background: #ffffff;
        overflow: hidden;
        padding-bottom: 50px;
        height: auto;
        min-height: 10px;
        margin-top: 10px;
    }
    .stride-sensor-control {
        width: 280px;
        height: 280px;
        margin: -150px auto -20px;
    }
    .stride-sensor-slider .slides>li {
        min-height: 50px;
    }
    .stride-sensor-control:after {
        width: 304px;
        height: 304px;
    }
    .stride-sensor-slider li h3 {
        font-size: 16px;
    }
    .stride-sensor-control-nav {
        width: 280px;
        height: 280px;
    }
    .stride-sensor-control-nav li span {
        position: absolute;
        left: 8px;
        top: 27px;
        display: none;
    }
    .stride-sensor-control-nav li i {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -7.5px 0 0 -7.5px;
        height: 0;
        width: 0;
        padding: 7.5px;
    }
    .stride-sensor-slider .flex-direction-nav a {
        position: absolute;
        bottom: 0;
        /* margin-top: -19px; */
        background-image: url(../images/ss-new/Ss-sec-6-crousel-arrow.png);
        height: 20px;
        width: 10px;
        font-size: 0;
        background-size: 20px;
        background-repeat: no-repeat;
        top: 210px;
        z-index: 50;
    }
    .stride-sensor-slider .flex-direction-nav a.flex-next {
        right: 50px;
    }
    .stride-sensor-slider .flex-direction-nav a.flex-prev {
        left: 50px;
    }
    .stride-sensor-control-nav li {
        position: absolute;
        top: 170px;
        left: 170px;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        color: #fff;
        margin-top: -36px;
    }
    .stride-sensor-control-nav li:nth-child(1) {
        top: 50%;
        left: -48px;
    }
    .stride-sensor-control-nav li:nth-child(2) {
        top: 250px;
        left: 28px;
        margin: -40px 0 0 -33px;
    }
    .stride-sensor-control-nav li:nth-child(3) {
        top: 280px;
        left: 100px;
        margin: -25px 0 0 0;
    }
    .stride-sensor-control-nav li:nth-child(4) {
        top: 250px;
        left: 250px;
        margin: -38px 0 0 -38px;
    }
    .stride-sensor-control-nav li:nth-child(5) {
        top: 50%;
        left: 100%;
        margin: -36px 0 0 -24px;
    }
    .stride-sensor-control-nav li:nth-child(6) {
        top: 25px;
        left: 225px;
        margin: -30px 0 0 -17px;
    }
    .stride-sensor-control-nav li:nth-child(7) {
        top: 0;
        left: 50%;
        margin: -48px 0 0 -36px;
    }
    .stride-sensor-control-nav li:nth-child(8) {
        top: 20px;
        left: 15px;
        margin: -35px 0 0 -5px;
    }
    /* section six */
    .section-six {
        height: auto;
        min-height: 100vh;
        display: block;
    }
    .section-six-content {}
    .section-six-content h1 {
        font-weight: bold;
        font-size: 56px;
        line-height: normal;
    }
    .section-six-content p {
        font-weight: normal;
        margin-top: 10px;
        font-size: 18px;
    }
    .section-six-content .nav {}
    .section-six-content .nav a {
        position: relative;
        left: 15px;
    }
    .section-six-content .nav li.active a:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        left: -30px;
        top: -2px;
        border-left: solid 15px transparent;
        border-top: solid 31px transparent;
        border-bottom: solid 0px transparent;
        border-right: solid 15px #222325;
    }
    .section-six-content .nav li.active a:after {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        right: -31px;
        top: -2px;
        border-left: solid 15px #222325;
        border-top: solid 31px transparent;
        border-bottom: solid 0px transparent;
        border-right: solid 15px transparent;
    }
    .section-six-content .nav a,
    .section-six-content .nav li a:hover {
        /* background-color: rgb(150, 9, 38); */
        margin: 0;
        border-color: transparent;
        /* color: #ffffff; */
        outline: none;
        background-color: transparent;
        font-size: 16px;
        padding: 3px 10px;
        border-radius: 0;
        margin-left: 14px;
    }
    .section-six-content .nav li.active a {
        /* background-color: rgb(206, 31, 67); */
        border-color: transparent;
        color: #111111;
        background: #222325;
        color: white;
    }
    .section-six-content .tab-content {
        padding: 15px 20px;
        border-radius: 10px;
        width: 100%;
        display: block;
        height: auto;
        min-height: 500px;
    }
    .section-six-content .tab-content h3 {
        font-size: 18px;
        margin: 0px;
        margin-bottom: 5px;
    }
    .section-six-accordion-container+.section-six-accordion-container {
        margin-top: 10px;
    }
    .section-six-accordion-block h4 {
        font-size: 14px;
        border-top: 1px solid #fff;
        padding: 5px 15px 5px;
        width: 100%;
    }
    .section-six-accordion-block h4:before {
        content: "";
        width: 6px;
        height: 14px;
        top: 8px;
    }
    .section-six-accordion-block h4:first-child {}
    .section-six-accordion-content {
        padding-bottom: 10px;
    }
    .section-six-accordion-content.active {}
    .section-six-accordion-content p {
        margin: 0;
        font-size: 12px;
    }
    .features-compare-block {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .features-compare-block>div {
        font-size: 16px;
        padding: 10px;
    }
    .features-compare-block .tick-icon img {
        width: 25px;
    }
    .features-compare-block .feature-compare-block-heading {
        font-size: 12px;
        padding: 5px;
    }
    .features-compare-block>div:nth-child(4n+1) {
        -ms-flex: 1 1 31%;
        -webkit-box-flex: 1;
        flex: 1 1 28%;
        border-left: none;
        text-align: left;
        padding-left: 0;
    }
    .features-compare-block>div:nth-child(4n+4) {
        border-right: 1px solid #fff;
    }
    .section-six-fig-block {
        position: relative;
        right: 0;
        top: 0px;
        left: 0;
        margin: auto;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        max-width: 320px;
        margin-top: 60px;
        display: none;
    }
    .sec-6-pod {
        position: absolute;
        bottom: 80px;
        max-width: 140px;
        left: 0%;
    }
    .section-six-video-block {
        width: 265px;
        height: 667px;
        padding: 0px;
        background: url(../images/ss-new/Ss-sec-6-mobile.png) center top no-repeat;
        background-size: 100%;
        margin: auto;
        position: relative;
    }
    .section-six-video-block video {
        width: 235px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -56px;
        z-index: 10;
    }
    /* section six */
    .ss-section10 {
        padding-top: 40px;
        padding-bottom: 40px;
        max-height: none;
        height: auto;
        min-height: auto;
    }
    .ss-section10-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .ss-section10 h2 {
        font-size: 30px;
        text-transform: capitalize;
        letter-spacing: .06em;
        margin-bottom: 40px;
    }
    .ss-section10-content+.ss-section10-content {
        margin-top: 35px;
    }
    /******/
    .stride-section-one-text h2 {
        text-transform: capitalize;
        line-height: 1.1;
        margin-bottom: 30px;
    }
    .stride-section-one-text p {
        width: calc(100% - 20px);
        margin: auto auto 55px auto;
    }
    .stride-section-one-text p>br {
        display: none;
    }
    .stride-section-three {
        padding-left: 0;
        padding-right: 0;
    }
    .stride-section-three-wrapper {
        width: 100%;
    }
    #section-grid1-slider .slick-dots {
        position: relative;
        left: 0;
        bottom: -5px;
    }
}


/* 767 End */

@media (max-width: 1024px) {
    .section-one,
    .section-three,
    .section-four,
    .section-six,
    .section-seven {
        background-attachment: inherit;
        background-size: cover;
        background-position: center center;
    }
    .ss-common1 h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width:800px) {
    .ss-common1 h2 {
        font-size: 27px;
    }
    .page-common1-content-right h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width:767px) {
    .page-common1-left,
    .page-common1-mid,
    .page-common1-right {
        width: 100%;
    }
    .page-common1-mid figure {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .page-common1-mid figure img {
        width: 350px;
    }
    .grid1-item-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 25px 20px 65px;
    }

}

@media only screen and (max-width:500px) {
    .common-buy-block {
        padding-left: 10px;
        padding-right: 10px;
        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;
    }
    .common-buy-now {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-common2 a {}
}


/* 500 End */
