*,
*:active,
*:focus {
    outline: none;
    text-decoration: none;
}

body {
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'sofia_problack';
    margin: 0;
    letter-spacing: 0px;
}
a {
    text-transform: uppercase;
    text-decoration: none;
}
a,
p {
    font-family: 'sofia_prolight'
}

figure {
    text-align: center;
}

figure img {
    max-width: 100%;
    margin: auto;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* global */

section {
    height: auto;
    max-height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: white;
}

section section {
    height: auto;
    min-height: 1px;
    max-height: inherit;
}

.boltt-home {
    background: white;
	padding-left: 0;
	padding-right: 0;
}

.boltt-home .container {
	width: 100%;
}

.boltt-home>.row>.col-xs-12 {
    overflow: hidden;
}

.line {
    width: 8px;
    height: 70px;
}

.bg-orange {
    background: #fe7048;
}

.bg-green {
    background: #657a04;
}

.bg-blue {
    background: #043259;
}

.bg-black {
    background: #0a0a00;
}
.bg-purple {
    background: #7d1f49;
}


/* global */


/* boltt-home-store-notification */
.boltt-home-store-notification {
    position: relative;
    margin: 15px auto;
}
/* boltt-home-store-notification */

/* section one */

.home-section-one-wrapper {}

/*.fs-section1-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.fs-section1-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    opacity: .8;
    background: url(../images/home/section-one-bg.jpg) no-repeat;
}*/

.home-section-one-bg {
    /* background: url(../images/home/section-one-bg.jpg) no-repeat; */
    background-size: cover;
    background-position: center 0px;
    color: white;
    background-attachment: fixed;
    min-height: inherit;
    height: auto;
    max-width: inherit;
    background: white;
    /* padding-bottom: 50px; */
    min-height: 800px;
    max-height: 100vh;
}
.home-section-one-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-section-one-slider img {
    width: 100%;
    margin: auto;
}
.home-section-one-wrapper .flex-child {
    margin: auto;
    text-align: center;
}

.home-section-one-wrapper h2 {
    line-height: 40px;
    /* margin-top: 13%; */
    font-size: 36px;
}

.home-section-one-wrapper h2+p {
    /* letter-spacing: 4px; */
    margin: 15px 0px;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
}

.home-section-one-wrapper .home-section-one-button {
    margin: 2% 0px 5% 0px;
    position: relative;
}

.home-section-one-wrapper .home-section-one-button a {
    margin: 0px 5px;
}

.home-section-one-wrapper .home-section-one-stats {
    margin-bottom: 3%;
    display: none;
    /* counter class hidden */
}

.home-section-one-wrapper .home-section-one-stats ul {
    margin: 15px auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 530px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.home-section-one-wrapper .home-section-one-stats ul li {
    border-right: solid 1px white;
    /* padding: 5px; */
    width: 33%;
	position: relative;
}

.home-section-one-wrapper .home-section-one-stats ul li h2 {
    letter-spacing: normal;
    font-size: 36px;
    margin: 0px;
}

.home-section-one-wrapper .home-section-one-stats ul li p {
    text-transform: capitalize;
    margin: 1px 0px;
}

.home-section-one-wrapper .home-section-one-stats ul li:last-child {
    border: none;
}

.home-section-one-wrapper a.home-section-one-limit-qty {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    border: solid 1px white;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    letter-spacing: 4px;
    /* border-radius: 30px; */
}

.home-section-one-wrapper a.home-section-one-limit-qty span {
    position: relative;
    z-index: 1;
}

.home-section-one-wrapper a.home-section-one-limit-qty:before {
    content: '';
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -110%;
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

.home-section-one-wrapper a.home-section-one-limit-qty:hover:before {
    left: 0px;
}

.home-section-one-wrapper a.home-section-one-limit-qty:hover {
    color: black;
}

.home-section-one-wrapper p.home-section-one-tnc {
    font-size: 10px !important;
    position: absolute;
    left: 10px;
    bottom: 0px;
}

.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;
}

.boltt-video-popup-container {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99992;
}

.boltt-video-popup-container video {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 960px;
    border: solid 2px #2b2b2b;
    left: 0;
    right: 0;
    margin: auto;
}

.close-btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    opacity: .85;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 40px;
    height: 40px;
    background: url(../images/video-close-icon.svg) no-repeat center;
    background-size: cover;
}

.close-btn:hover {
    opacity: 1;
}


/* section one */


/* section two */

.home-section-two-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    color: black;
    background: white;
    padding: 60px 0px 30px 0px;
}

.home-section-two-wrapper header {
    margin: auto;
    width: 100%;
    margin-bottom: 0;
}

.home-section-two-wrapper header h2 {
    margin: 15px 0px;
    line-height: 40px;
    font-size: 36px;
}

.home-section-two-wrapper header p {
    line-height: 25px;
    margin-top: 15px;
}

.home-section-two-wrapper header p span {
    font-size: 16px;
}

.home-section-two-wrapper figure {
    margin: 0px auto;
    width: 100%;
}

.home-section-two-wrapper figure img {
    max-width: 70%;
}

.home-section-two-wrapper .home-section-two-button {
    margin: auto;
    width: 100%;
}

.home-section-two-wrapper .home-section-two-button a {
	width: 162px;
}


/* section two */


/* section three */

.home-section-three-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 900px;
    position: relative;
    margin-bottom: 50px;
}

.home-section-three-wrapper .container {
    max-width: 2000px;
    width: 100%;
}

.home-section-three-wrapper header {
    position: relative;
    text-align: left;
    margin-left: 10%;
    z-index: 10;
}

.home-section-three-wrapper header h2 {
    margin-bottom: 30px;
}

.home-section-three-wrapper header p {
    line-height: 24px;
    font-size: 15px;
}

.home-section-three-wrapper header p br {}

.home-section-three-wrapper figure {}

.home-section-three-wrapper figure img {}

.home-section-three-wrapper figure.home-section-three-images {
    position: relative;
}

.home-section-three-wrapper figure img[alt="image one"] {
    position: absolute;
    right: 10%;
    bottom: 0;
    max-width: 400px;
}

.home-section-three-wrapper figure img[alt="image two"] {
    position: absolute;
    left: 20%;
    bottom: 0px;
    max-width: 220px;
}

.home-section-three-wrapper figure img[alt="image three"] {}


/* section three */


/* section four */

.home-section-four-a {}

.home-section-four-b {
    /* top: 20px; */
    /* margin-top: 13%; */
}

.home-section-four-c {
    margin-top: -80px;
}

.home-section-four-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3%;
    position: relative;
    padding: 2em 0px;
    max-height: none;
    /* background: red; */
}
.home-section-four-wrapper .container {
    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;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.home-section-four-wrapper + .home-section-four-wrapper {
    margin-top: 60px;
}

.home-section-four-wrapper header {
    margin-bottom: 7%;
    width: 100%;
}

.home-section-four-wrapper header h2 {
    margin-bottom: 25px;
}

.home-section-four-wrapper header p {
    font-size: 16px;
}

.home-section-four-wrapper header p>br {}

.home-section-four-wrapper .home-section-four-image {
    position: relative;
    max-width: 440px;
    /*margin: auto;*/
}

.home-section-four-wrapper.home-section-four-b .home-section-four-image {
	margin-left: auto;
}

.home-section-four-wrapper .home-section-four-image .line {}

.home-section-four-wrapper .home-section-four-image .pos-left-top {
    position: absolute;
    top: -35px;
    left: -4px;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.home-section-four-wrapper .home-section-four-image .home-section-four-first-image {}

.home-section-four-wrapper .home-section-four-image .home-section-four-first-image img {}

.home-section-four-wrapper .home-section-four-image .home-section-four-mobile-image {
    position: absolute;
    bottom: -90px;
    right: -170px;
    max-width: 320px;
}

.home-section-four-wrapper .home-section-four-image .home-section-four-mobile-image img {}

.home-section-four-wrapper .home-section-four-content {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3em;
    padding-left: 12%;
    max-width: 600px;
    /* padding-top: 15%; */
}
.home-section-four-content a {
    position: relative;
    top: 30px;
}

.home-section-four-wrapper .home-section-four-content ul {}

.home-section-four-wrapper .home-section-four-content ul li {
    margin-bottom: 10%;
    /* max-width: 80%; */
}

.home-section-four-wrapper .home-section-four-content ul li h3 {
    margin-bottom: 15px;
    letter-spacing: 0px;
    line-height: 35px;
    font-size: 26px;
}

.home-section-four-wrapper .home-section-four-content ul li p {
    font-size: 16px;
    width: calc(100% - 10%);
}

.home-section-four-wrapper .home-section-four-content ul li p>br {
    display: none;
}

.home-section-four-b .home-section-four-mobile-image {
    left: -160px;
    right: inherit;
}

.home-section-four-b .home-section-four-content {
    /*padding-left: 5%;*/
    padding-right: 0%;
	padding-left: 30px;
}

.home-section-four-b .pos-right-top {
    position: absolute;
    top: -35px;
    right: -4px;
}


/* section four */


/* section five */

.home-section-five-wrapper {min-height: auto;}
.home-section-five-wrapper .home-section-five-shadow {
    -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);
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.home-section-five-wrapper header {
    text-align: center;
    padding: 50px 0px;
}

.home-section-five-wrapper header h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

.home-section-five-wrapper header p {
    font-size: 16px;
    /* text-transform: uppercase; */
}

.home-section-five-wrapper ul {}

.home-section-five-wrapper ul.home-section-five-slider {}

.home-section-five-wrapper ul.home-section-five-slider li {}

.home-section-five-wrapper ul.home-section-five-slider li figure {}

.home-section-five-wrapper ul.home-section-five-slider li figure img {}

.home-section-five-wrapper .home-section-five-content {}

.home-section-five-wrapper .home-section-five-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2% auto;
    max-width: 1600px;
}

.home-section-five-wrapper .home-section-five-content ul li {
    width: 33%;
    text-align: center;
}

.home-section-five-wrapper .home-section-five-content ul li figure {}

.home-section-five-wrapper .home-section-five-content ul li figure.icon {
    max-width: 50px;
    margin: auto;
}

.home-section-five-wrapper .home-section-five-content ul li figure.icon img {}

.home-section-five-wrapper .home-section-five-content ul li figure img {}

.home-section-five-wrapper .home-section-five-content ul li h3 {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 26px;
    margin: 10px 0px;
}
.home-section-five-wrapper .home-section-five-content ul li h3 > br {
    display: none;
}

.home-section-five-wrapper .home-section-five-content ul li p {
    font-size: 16px;
}


/* section five */


/* section six */

.home-section-six-wrapper {
    display: block;
    min-height: 800px;
    margin-bottom: 0;
    padding: 5%;
    overflow: hidden;
}
.home-section-six-wrapper header {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.home-section-six-wrapper header h2 {
    font-size: 36px;
}
.home-section-six-wrapper-shadow {
    /* -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); */
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-section-six-wrapper .home-section-six-image-wrapper {
    max-width: 360px;
    margin: auto;
    position: relative;
}

.home-section-six-wrapper .home-section-six-image-wrapper .line {
    position: absolute;
    top: -35px;
    left: -7px;
}

.home-section-six-wrapper .home-section-six-image-wrapper figure {}

.home-section-six-wrapper .home-section-six-image-wrapper figure img {}

.home-section-six-wrapper .home-section-six-content {}

.home-section-six-wrapper .home-section-six-content ul {
    /* padding: 10% 0px 10% 10%; */
    padding-left: 8%;
}

.home-section-six-wrapper .home-section-six-content ul li {
    margin-bottom: 10%;
}

.home-section-six-wrapper .home-section-six-content ul li h3 {
    text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom: 10px;
    font-size: 26px;
}

.home-section-six-wrapper .home-section-six-content ul li p {
    font-size: 16px;
}
.home-section-six-wrapper .home-section-six-content ul li p > br {
    display: none;
}


/* section six */


/* section seven */

.home-section-seven-wrapper {
    position: relative;
    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;
}

.home-section-seven-wrapper header {
    text-align: center;
    width: 100%;
    margin-bottom: 3em;
}

.home-section-seven-wrapper header h2 {
    margin-bottom: 15px;
    font-size: 36px;
}

.home-section-seven-wrapper header p {
    font-size: 16px;
    line-height: 25px;
}

.home-section-seven-wrapper .home-section-seven-slider {
    max-width: 1600px;
    margin: auto;
    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;
}

.home-section-seven-wrapper .home-section-seven-slider .col-xs-12 {
    margin-bottom: 2em;
}

.home-section-seven-wrapper .home-section-seven-slider figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 0px 5%; */
    margin-bottom: 50px;
}

.home-section-seven-wrapper .home-section-seven-slider figure video {
    max-width: 100%;
}

.home-section-seven-wrapper .home-section-seven-slider figure img {
    width: 100%;
    max-width: 100%;
}

.home-section-seven-wrapper .home-section-seven-slider p {
    margin: 25px auto 0px auto;
    text-align: left;
    font-size: 16px;
    max-width: 645px;
}

.home-section-seven-wrapper .home-section-seven-slider p br {
    /* display: none; */
}


/* section seven */


/* section eight */

.home-section-eight-wrapper {
    text-align: center;
    margin: 50px auto;
}

.home-section-eight-wrapper header {
    width: 100%;
    margin-bottom: 50px;
}

.home-section-eight-wrapper header h2 {
    text-transform: capitalize;
}

.home-section-eight-wrapper .home-section-eight-content {
    margin: auto;
    margin-bottom: 100px;
}

.home-section-eight-wrapper .container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.home-section-eight-wrapper .home-section-eight-content ul {}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider {
    margin: auto;
    max-width: 1600px;
    position: relative;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    overflow: hidden;
    text-indent: 1000px;
    z-index: 100;
    background: white;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider .slick-prev {
    left: 15px;
    border-top: solid 1px lightgray;
    border-left: solid 1px lightgray;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider .slick-next {
    border-top: solid 1px lightgray;
    border-right: solid 1px lightgray;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    background: transparent;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li {
    margin: auto;
    padding: 0 2em;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li figure {}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li figure.image {
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 2em;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li figure img {}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li span.ranking {
    position: relative;
    margin: 25px 0px;
    display: block;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li span .fa {
    color: lightgrey;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li span .bg-green {
    color: #000000;
    background: none;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li h5 {
    margin: 25px auto 5px;
    font-family: 'sofia_promedium';
    letter-spacing: 2px;
    font-size: 16px;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li p {
    max-width: 80%;
    margin: auto;
    font-size: 16px;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li p.desig {
    font-size: 14px;
}

.home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li p>br {}


/* section eight */


/* section nine */

.home-section-nine-wrapper {
    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;
    max-width: 1600px;
    margin: auto;
    /* min-height: 80vh; */
    margin: 85px auto 50px;
}

.home-section-nine-wrapper header {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.home-section-nine-wrapper header h2 {
    font-size: 36px;
}

.home-section-nine-wrapper header h2 br {
    display: none;
}

.home-section-nine-wrapper .home-section-nine-slider {}

.home-section-nine-wrapper .home-section-nine-slider .home-section-nine-slides {}

.home-section-nine-wrapper .home-section-nine-slider .home-section-nine-slides figure {}

.home-section-nine-wrapper .home-section-nine-slider figure img {
    max-width: 80%;
}

.home-section-nine-wrapper .home-section-nine-content {
    padding-left: 10%;
}

.home-section-nine-wrapper .home-section-nine-content h3 {
    margin-bottom: 5px;
    font-size: 26px;
    text-transform: capitalize;
}

.home-section-nine-content h3 span {
	display: block;
}

.home-section-nine-wrapper .home-section-nine-content p {
    font-size: 15px;
}

.home-section-nine-wrapper .home-section-nine-content hr {
    max-width: 60%;
    margin: 25px 0px;
}

.home-section-nine-wrapper .home-section-nine-content p span {
    margin-top: 10px;
    display: inline-block;
}

.home-section-nine-wrapper .home-section-nine-content p .price {
    font-size: 40px;
    font-family: 'sofia_problack';
    display: inline-block;
    margin: 0px 5px;
}

.home-section-nine-wrapper .home-section-nine-content p .price-inr {
    font-size: 24px;
    font-family: 'sofia_problack';
    text-transform: uppercase;
    margin: 0px 5px;
    position: relative;
    top: -5px;
}
.home-section-nine-wrapper .home-section-nine-content p .price-inr img {
    max-width: 50px;    
}


.home-section-nine-wrapper .home-section-nine-content .home-section-nine-button {
    margin-top: 10%;
}

.home-section-nine-wrapper .home-section-nine-content .home-section-nine-button a {
    float: left;
    margin-right: 15px;
}


/* section nine */


/* section ten */

.home-section-ten-wrapper {
    max-width: 1600px;
    margin: auto;
    /* min-height: 50vh; */
    padding-top: 5%;
}

.home-section-ten-wrapper header {
    text-align: center;
    margin-bottom: 5em;
}

.home-section-ten-wrapper header h2 {
    font-size: 36px;
}

.home-section-ten-wrapper figure {
    width: 100%;
    position: relative;
}

.home-section-ten-wrapper figure img {
    width: 100%;
}

.home-section-ten-wrapper .home-section-ten-content {
    position: absolute;
    text-align: center;
    color: white;
    width: 100%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-section-ten-wrapper .home-section-ten-content h3 {
    margin-bottom: 1em;
    font-size: 26px;
}

.home-section-ten-wrapper .home-section-ten-content p {
    margin-bottom: 1em;
    font-size: 16px;
}

.home-section-ten-wrapper .home-section-ten-content p br {}


/* section ten */


/* section eleven */

.home-section-eleven-wrapper {
    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;
    /* min-height: 90vh; */
    padding: 60px 0px;
	max-width: 1360px;
}

.home-section-eleven-wrapper .home-section-eleven-content-wrapper {
    background: white;
}

.home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content {
    padding-left: 10%;
}

.home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul {}

.home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li {
    margin-bottom: 50px;
}

.home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li h3 {
    margin-bottom: 20px;
    font-size: 26px;
}

.home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li p {
    font-size: 16px;
}

.home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li p br {}

.home-section-eleven-wrapper .home-section-eleven-slider {}

.home-section-eleven-wrapper .home-section-eleven-slider {
}

.home-section-eleven-wrapper .home-section-eleven-slider .slick-slide {}

.home-section-eleven-wrapper .home-section-eleven-slider .slick-current {}

.home-section-eleven-wrapper .home-section-eleven-slider .slick-active {}

.home-section-eleven-wrapper .home-section-eleven-slider figure {}

.home-section-eleven-wrapper .home-section-eleven-slider figure img {}


/* section eleven */


/* section twelve */

.home-section-twelve-wrapper {
    position: relative;
    min-height: 300px;
    padding-top: 3em;
    /* margin: 3em auto; */
    max-width: 1600px;
}

.home-section-twelve-wrapper .home-section-twelve-slider-wrapper {}

.home-section-twelve-wrapper header {
    text-align: center;
    position: relative;
    /* top: 50px; */
    margin-bottom: 50px;
}

.home-section-twelve-wrapper header h2 {
    font-size: 36px;
}

.home-section-twelve-wrapper .home-section-twelve-press-slider {
    position: relative;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    z-index: 2;
    /* left: 0; */
    /* width: 100%; */
}

.home-section-twelve-wrapper .home-section-twelve-press-slider li {
    padding: 2em;
    text-align: center;
}

.home-section-twelve-wrapper .home-section-twelve-press-slider li figure {
    max-width: 130px;
    margin: auto;
    /* margin-bottom: 20px; */
}

.home-section-twelve-wrapper .home-section-twelve-press-slider li figure img {}

.home-section-twelve-wrapper .home-section-twelve-press-slider li p {
    font-size: 12px;
}


/* section twelve */


/* section thirteen */

.home-section-thirteen-wrapper {
    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;
    /* min-height: 50vh; */
    margin: 0em auto 5em auto;
}

.home-section-thirteen-wrapper header {
    text-align: center;
    /* margin: 4em auto; */
    margin-bottom: 4em;
}

.home-section-thirteen-wrapper header h2 {
    font-size: 36px;
}

.home-section-thirteen-wrapper .home-section-thirteen-items-wrapper {}

.home-section-thirteen-wrapper .home-section-thirteen-items-wrapper .home-section-thirteen-item {
    text-align: center;
}

.home-section-thirteen-wrapper .home-section-thirteen-items-wrapper .home-section-thirteen-item .home-section-thirteen-image {
    margin: 15px auto;
}

.home-section-thirteen-wrapper .home-section-thirteen-items-wrapper .home-section-thirteen-item .home-section-thirteen-image img {}

.home-section-thirteen-wrapper .home-section-thirteen-items-wrapper .home-section-thirteen-item h5 {
    letter-spacing: normal;
    margin: 15px auto;
}

.home-section-thirteen-wrapper .home-section-thirteen-items-wrapper .home-section-thirteen-item h3 {
    letter-spacing: normal;
    margin: 15px auto;
    font-size: 18px;
}

.home-section-thirteen-wrapper .home-section-thirteen-items-wrapper .home-section-thirteen-item p {
    margin: 15px auto;
    font-size: 12px;
}


/* section thirteen */


/* section fourteen */

.home-section-fourteen-wrapper {
    /*
    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;
*/
    padding-bottom: 20px;
    }

.home-section-fourteen-wrapper header {
    text-align: center;
    width: 100%;
    margin: 3em auto;
}

.home-section-fourteen-wrapper header h2 {
    text-transform: capitalize;
    font-size: 36px;
}

.home-section-fourteen-wrapper figure {
    margin: auto;
}

.home-section-fourteen-wrapper figure img {
    max-width: 650px;
    margin: auto;
}
.home-section-fourteen-wrapper .home-section-fourteen-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

/* section fourteen */


/* section fifteen */

.home-section-fifteen-wrapper {
    padding: 40px 15px;
    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;
}

.home-section-fifteen-wrapper header {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 8%;
}

.home-section-fifteen-wrapper header h2 {
    font-size: 36px;
}

.home-section-fifteen-wrapper .home-section-fifteen-item-wrapper {
    text-align: center;
}

.home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item {}

.home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item figure {
    border: solid 1px black;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0px auto 3em auto;
}

.home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item figure img {}

.home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item h3 {
    margin-bottom: 1em;
    letter-spacing: normal;
    width: 100%;
    min-height: 52px;
    text-transform: capitalize;
    font-size: 26px;
}

.home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item p {
    padding: 0 10%;
}


/* section fifteen */


/* section sixteen */

.home-section-sixteen-wrapper {
    min-height: 100px;
}


/* section sixteen */


/* faq section */

.faq-wrapper {
    margin-bottom: 0px;
    font-weight: 300;
    width: 100%;
    margin: auto;
    /* margin-top: 120px; */
    /* padding-bottom: 2em; */
}

.home-section-seventeen-wrapper {
    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;
    /* min-height: 40vh; */
    padding: 50px 0;
}

.home-section-seventeen-wrapper header {
    text-align: center;
    margin: 0em 0px 5em 0px;
    width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.home-section-seventeen-wrapper header h2 {
    text-transform: capitalize;
    font-size: 36px;
}

.faq-wrapper h1 {
    display: block;
    font-size: 60px;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.faq-wrapper h3 {
    margin-bottom: 15px;
    letter-spacing: normal;
    margin-left: 10px;
    font-size: 26px;
}

.faq-wrapper p {
    color: rgb(0, 0, 0);
    font-size: 15px;
    text-align: left;
    text-align: justify;
    font-size: 12px;
}

.faq-wrapper .tab-wrapper {
    width: 100%;
    text-align: left;
    font-size: 12pt;
    margin-bottom: 15px;
    background: #dafb45;
}

.faq-wrapper ul {
    margin: 0;
    padding: 0;
}

.faq-wrapper ul li {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

.faq-wrapper ul li h4 {
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'sofia_promedium';
    letter-spacing: normal;
    border-bottom: solid 1px #f1f1f1;
    font-size: 15px !important;
}

.faq-wrapper ul li h4:hover {
    background: #f1f1f1;
}

.faq-wrapper ul li.hide-section h4 {
    background: #f1f1f1;
}

.faq-wrapper ul li .faq-ans {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-wrapper ul li.hide-section .faq-ans {
    height: 120px;
    overflow: hidden;
    padding: 0;
    border: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f5f5f5;
}

.faq-wrapper ul li p {
    margin-bottom: 0;
    background: #fff;
    padding: 10px;
}

.faq-wrapper ul li a {
    display: block;
    margin-right: 2%;
    padding: 15px 15px;
    text-decoration: none;
    color: #333333;
}

.faq-wrapper .faq-content {
    margin-top: 30px;
    min-height: 300px;
    max-width: 1120px;
	width: 100%;
    margin: auto;
}

.home-faq-flex {
	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;
}

.faq-wrapper .faq-content .home-faq-flex > article {
	width: 46%;
	max-width: 490px;
	padding-left: 0;
	padding-right: 0;
}

.faq-button {
    display: inline-block;
    margin: auto;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 3em;
}

.faq-button a {
    position: relative;
}

/*.faq-button a:hover {
    background: white;
    color: black;
    border: solid 1px lightgray;
    -webkit-box-shadow: 0px 4px 10px -3px #cccccc;
    box-shadow: 0px 4px 10px -3px #cccccc;
}*/

/*.faq-button a:hover:before {
    left: 0;
}

.faq-button a span {
    position: relative;
    z-index: 1;
}*/


/* faq section */


/* section eighteen */

.home-section-eighteen {
    min-height: 200px;
    padding: 20px 0px;
    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;
}

.home-section-eighteen header {
    text-align: center;
    margin: 10px auto;
    width: 100%;
}

.home-section-eighteen header h2 {
    /* margin-bottom: 2em; */
    text-transform: capitalize;
    font-size: 36px;
}

.home-section-eighteen figure {
    margin: auto;
}

.home-section-eighteen figure img {
    max-width: 150px;
    margin: auto 15px;
}

.screen-large {
	display: none;
}

/* section eighteen */


/* media screen */

@media (min-width: 1400px) {
	
	.screen-large {
		display: block !important;
	}
	
    section {
        height: auto;
        /* min-height: 800px; */
        max-height: inherit;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: block;
        max-width: 1600px;
        margin: auto;
    }
	
	.home-section-one-bg {
		min-height: 1px;
		max-height: none;
		position: relative;
	}
	
	.home-section-one-slider {
		position: relative;
	}
	
	.home-section-one-wrapper .flex-child {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 10;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	
	.home-section-one-wrapper .home-section-one-button {
		margin-right: 35px;
		margin-bottom: 50px;
	}
	
	.home-section-one-wrapper .home-section-one-stats {
		margin-bottom: 50px;
	}
	
	.home-section-one-wrapper p.home-section-one-tnc {
		display: none;
	}
	
	.home-section-one-wrapper p.screen-large {
		position: absolute;
		left: 0;
		bottom: 20px;
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.home-section-nine-wrapper header h2 {
		font-size: 32px !important;
	}
	
	.faq-wrapper ul li h4 {
		font-size: 17px !important;
		font-family: 'sofia_prolight';
		min-height: 74px;
	}
	
	.home-section-seventeen-wrapper header h2 {
		padding-right: 90px;
	}
}
/* 1400 End */

@media (max-width: 1320px) {
    .home-section-four-wrapper {
        margin-bottom: 8%;
        padding: 2em 0px;
    }
    .home-section-four-c {
        margin-top: -20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    
    h2 {
        font-size: 28px;
    }
    
    .container {
        width: 100%;
    }
    
    .home-section-one-bg {
        min-height: 100vh;
        padding-top: 62px; /* height of the header */
    }
    
    .home-section-one-wrapper h2 {
        margin-top: 0;
        font-size: 28px;
        line-height: 1.3;
    }
    
    .home-section-one-wrapper .home-section-one-button {
        margin: 30px auto 45px;
    }
    
    .home-section-one-wrapper .home-section-one-stats ul li h2 {
        font-size: 32px;
    }
    
    .home-section-two-wrapper header h2 {
        margin-top: 0;
    }
    
    .home-section-two-wrapper figure {
        width: 60%;
    }
    
    .home-section-two-wrapper figure img {
        max-width: 100%;
    }
    
    .home-section-three-wrapper {
        max-height: none;
        padding-top: 40px;
    }
    
    .home-section-three-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .home-section-three-wrapper figure.home-section-three-images {
        padding-top: 40px;
    }
    
    .home-section-four-wrapper .home-section-four-image {
        margin: 0;
    }
    
    .home-section-four-wrapper .home-section-four-image .home-section-four-mobile-image {
        max-width: 300px;
        bottom: -84px;
    }
    
    .home-section-four-wrapper .home-section-four-content ul li h3 {
        font-size: 22px;
    }
    
    .home-section-four-b.home-section-four-wrapper .home-section-four-image {
        margin-left: auto;
    }
    
    .home-section-four-b .home-section-four-content {
        padding-left: 20px;
    }
    
    .home-section-six-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    
    .home-section-six-wrapper-shadow {
        width: 90%;
        padding: 60px 0;
    }
    
    .home-section-seven-wrapper header p {
    }
    
    .home-section-seven-wrapper .home-section-seven-slider .col-xs-12 {
        margin-bottom: 25px;
    }
    
    .home-section-nine-wrapper + .home-section-nine-wrapper {
        margin-top: 40px;
    }
    
    .home-section-nine-wrapper .home-section-nine-content h3 {
        font-size: 26px;
    }
    
    .home-section-ten-wrapper .home-section-ten-content h3 {
        font-size: 28px;
    }
    
    .home-section-eleven-wrapper {
        padding-top: 20px;
    }
    
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content {
        padding-left: 8%;
    }
    
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li h3 {
        font-size: 22px;
    }
    
    .home-section-fifteen-wrapper {
        padding-top: 120px;
    }
    
    .home-section-fifteen-wrapper header {
        margin-top: 0;
    }
    
    .home-section-fifteen-wrapper header h2 {
        font-size: 34px;
    }
    
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item h3 {
        font-size: 22px;
    }
}
/* between and 768 and 1200px */

@media only screen and (min-width:768px) and (max-width:1024px) {
    
    h1, h2, h3 {
    }
    
    h2 {
        font-size: 26px;
    }
    
    .home-section-one-wrapper h2 {
        font-size: 25px;
        line-height: 1.25;
    }

    .home-section-one-wrapper .home-section-one-stats ul li h2 {
        font-size: 28px;
    }
    
    .home-section-one-wrapper .home-section-one-stats ul li p {
        font-size: 13px;
    }
    
    .home-section-one-wrapper a.home-section-one-limit-qty {
        font-size: 12px;
    }
    
    .home-section-two-wrapper {
        padding-top: 40px;
    }
    
    .home-section-two-wrapper header p {
        margin-top: 15px;
        margin-bottom: 0;
    }
    
    .home-section-three-wrapper header h2 {
        margin-bottom: 20px;
    }
    
    .home-section-three-wrapper figure img[alt="image two"] {
        max-width: 190px;
    }
    
    .home-section-three-wrapper figure img[alt="image one"] {
        max-width: 350px;
    }
    
    .home-section-three-wrapper header {
        margin-left: 5%;
    }
    
    .home-section-four-wrapper .home-section-four-content ul li h3 {
        line-height: 1.45;
    }
    
    .home-section-four-wrapper .home-section-four-content ul li h3 br {
        display: none;
    }
    
    .home-section-four-wrapper .home-section-four-image {
        max-width: 400px;
    }
    
    .home-section-four-wrapper .home-section-four-image .home-section-four-mobile-image {
        max-width: 250px;
        bottom: -70px;
        right: -150px;
    }
    
    .home-section-five-wrapper .home-section-five-content ul li h3 {
        font-size: 21px;
    }
    
    .home-section-four-a.home-section-four-wrapper .home-section-four-content,
    .home-section-four-wrapper.home-section-four-c .home-section-four-content {
        padding-right: 20px;
    }
    
    .line {
        width: 10px;
        height: 50px;
    }
    
    .home-section-four-wrapper .home-section-four-image .pos-left-top {
        top: -25px;
        left: -5px;
    }
    
    .home-section-four-b .pos-right-top {
        right: -5px;
        top: -25px;
    }
    
    .home-section-six-wrapper .home-section-six-content ul li h3 {
        font-size: 22px;
    }
    
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li p {
        font-size: 16px;
    }
    
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li h5 {
        font-size: 14px;
    }
    
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li p.desig {
        font-size: 12px;
    }
    
    .home-section-eight-wrapper {
        min-height: 1px;
        margin: 0 auto 50px;
    }
    
    .home-section-nine-wrapper .home-section-nine-content h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .home-section-nine-wrapper .home-section-nine-content p .price {
        font-size: 32px;
    }
    
    .price-sec-home figure {
        width: 70px;
    }
    
    .price-sec-home figure figcaption {
        font-size: 18px;
    }
    
    .home-section-nine-wrapper .home-section-nine-content p .price-inr img {
        width: 18px;
        height: auto;
    }
    
    .price-sec-home figure figcaption {
        font-size: 18px;
    }
    
    .price-sec-home figure figcaption span img {
        width: 18px;
        height: auto;
    }
    
    .price-sec-home {
        margin-bottom: 18px;
    }
    
    .home-section-ten-wrapper {
        padding-top: 80px;
        min-height: 1px;
    }
    
    .home-section-ten-wrapper header {
        margin-bottom: 50px;
    }
    
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li p br {
        display: none;
    }
    
    .home-section-fifteen-wrapper header h2 {
        font-size: 30px;
    }
    
    .faq-wrapper h3 {
        font-size: 22px;
    }
    
    .faq-wrapper ul li {
        margin-bottom: 20px;
    }
}
/* between 1024 and 768px */

@media only screen and (min-width:768px) and (max-width:950px) {
    
    h2 {
        font-size: 24px;
    }
    
    h1, h2, h3 {
        letter-spacing: .1em;
    }
    
    .home-section-one-wrapper h2 {
        font-size: 24px;
    }
    
    .home-section-one-wrapper h2+p {
        letter-spacing: 2px;
    }
    
    .home-section-one-wrapper .home-section-one-stats ul li h2 {
        font-size: 25px;
    }
    
    .home-section-one-wrapper .home-section-one-stats ul li p {
        font-size: 12px;
    }
    
    .home-section-three-wrapper header p {
        font-size: 15px;
    }
    
    .home-section-three-wrapper figure img[alt="image one"] {
        max-width: 320px;
        right: 25px;
    }
    
    .home-section-three-wrapper figure img[alt="image two"] {
        max-width: 150px;
    }
    
    .home-section-four-wrapper {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
        min-height: 1px;
    }
    
    .home-section-four-b .home-section-four-content {
        padding-bottom: 0;
    }
    
    .home-section-four-wrapper .home-section-four-image .home-section-four-mobile-image {
        max-width: 200px;
        bottom: -56px;
        right: -80px;
    }
    
    .home-section-four-wrapper.home-section-four-b .home-section-four-image .home-section-four-mobile-image {
        right: auto;
        left: -80px;
    }
    
    .home-section-four-wrapper .home-section-four-content ul li h3 {
        font-size: 21px;
        letter-spacing: .1em;
    }
    
    .home-section-four-wrapper .home-section-four-content {
        padding-top: 8%;
    }
    
    .home-section-five-wrapper {
        padding-top: 40px;
    }
    
    .home-section-five-wrapper header h2 {
        margin-bottom: 15px;
    }
    
    .home-section-five-wrapper header {
        padding-bottom: 30px;
    }
    
    .home-section-six-wrapper {
        min-height: 1px;
    }
    
    .home-section-six-wrapper-shadow {
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    .home-section-six-wrapper .home-section-six-content ul {
        padding-left: 10px;
    }
    
    .home-section-six-wrapper .home-section-six-content ul li p br {
        display: none;
    }
    
    .home-section-six-wrapper .home-section-six-content ul li {
        margin-bottom: 0;
    }
    
    .home-section-six-wrapper .home-section-six-content ul li + li {
        margin-top: 25px;
    }
    
    .home-section-seven-wrapper header p {
        letter-spacing: .1em;
        line-height: 21px;
    }
    
    .home-section-seven-wrapper .home-section-seven-slider p {
        margin-top: 15px;
    }
    
    .home-section-seven-wrapper .home-section-seven-slider p br {
        display: none;
    }
    
    .home-section-seven-wrapper .home-section-seven-slider figure {
        margin-bottom: 15px;
    }
    
    .home-section-eight-wrapper {
        padding-top: 20px;
    }
    
    .home-section-nine-wrapper .home-section-nine-content {
        padding-left: 20px;
    }
    
    .home-section-nine-wrapper .home-section-nine-content p br {
        display: none;
    }
    
    .home-section-twelve-wrapper {
        padding-top: 20px;
    }
    
    .home-section-twelve-wrapper header {
        margin-bottom: 0;
    }
    
    .home-section-twelve-wrapper .home-section-twelve-press-slider li {
        padding-bottom: 0;
    }
    
    .home-section-fourteen-wrapper figure {
        max-width: 550px;
        width: 80%;
    }
    
    .home-section-fourteen-wrapper figure img {
        max-width: 100%;
    }
    
    .home-section-fifteen-wrapper {
        padding-top: 80px;
    }
    
    .home-section-fifteen-wrapper header h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item figure {
        width: 90px;
        height: 90px;
        margin-bottom: 30px;
    }
    
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item h3 {
        font-size: 20px;
        letter-spacing: .02em;
        line-height: 1.3;
    }
    
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item p {
        padding-left: 0;
        padding-right: 0;
    }
    
}
/* between 768 and 950px */

@media only screen and (max-width:1200px) {
    
}
/* 1200 End */

@media (max-width: 767px) {
    /*  section one  */
    .home-section-one-wrapper h2 {
        line-height: 30px;
        margin-top: 0%;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .home-section-one-wrapper h2+p {
        display: none;
    }
    .home-section-one-wrapper .home-section-one-button {
        margin: 2% 0px 10px 0px;
    }
    .home-section-one-wrapper .home-section-one-stats ul li h2 {
        font-size: 24px;
    }

    .home-section-one-wrapper .home-section-one-stats ul li p {
        display: block;
        font-size: 12px;
        letter-spacing: .15em;
    }
    .home-section-one-wrapper p.home-section-one-tnc {
        font-size: 11px;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 20px;
        width: 90%;
        margin: auto;
    }
    .home-section-one-wrapper a.home-section-one-limit-qty {
        margin-top: 30px;
        padding: 3px 10px;
    }
    /*  section one  */
    /* section two */
    .home-section-two-wrapper {
        padding: 0;
    }
    .home-section-two-wrapper header h2 {font-size: 28px;}
    .home-section-two-wrapper header p {
        width: 90%;
        margin: auto;
        margin-top: 5px;
    }
    .home-section-two-wrapper header p span {
        display: block;
        margin-top: 25px;
    }
    .home-section-two-wrapper figure img {
        max-width: 100%;
    }
    .home-section-two-wrapper .home-section-two-button {
        display: none;
    }
    /* section two */
    /* section three */
    .home-section-three-wrapper {
        max-height: inherit;
        margin-bottom: 50px;
        padding-top: 50px;
        display: block;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .home-section-three-wrapper .container {
        width: 100%;
        padding: 0;
    }
    .home-section-three-wrapper header {
        text-align: center;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .home-section-three-wrapper header h2 {
        margin-bottom: 30px;
        margin-top: 30px;
        line-height: 40px;
        font-size: 28px;
        padding: 0 10px;
    }
    .home-section-three-wrapper header p {
        line-height: 25px;
        font-size: 16px;
        width: 90%;
        margin: auto;
    }
    .home-section-three-wrapper figure.home-section-three-images {
        position: relative;
        min-height: 400px;
    }
    .home-section-three-wrapper figure img[alt="image one"] {
        position: absolute;
        right: 0px;
        max-width: 210px;
        bottom: 105px;
        z-index: 1;
    }
    .home-section-three-wrapper figure img[alt="image two"] {
        position: absolute;
        left: 25px;
        bottom: 60px;
        max-width: 145px;
        top: 0;
        z-index: 1;
    }
    .home-section-three-wrapper figure img[alt="image three"] {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
    /* section three */
    /* section four */
    .home-section-four-a {}
    .home-section-four-b {}
    .home-section-four-c {
        /* border-bottom: solid 1px lightgray; */
    }
    .home-section-four-wrapper {
        text-align: center;
        display: block;
        /* margin-bottom: 5%; */
        position: relative;
        padding: 2em 0px;
        max-height: inherit;
    }
    .home-section-four-wrapper header {
        margin-bottom: 7%;
        width: 100%;
    }
    .home-section-four-wrapper header h2 {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .home-section-four-wrapper header p {
        display: none;
    }
    .home-section-four-wrapper header p>br {}
    .home-section-four-wrapper .home-section-four-image {
        position: relative;
        max-width: 100%;
        margin: 40px auto;
    }
    .home-section-four-wrapper .home-section-four-image .line {
        width: 7px;
        height: 32px;
    }
    .home-section-four-wrapper .home-section-four-image .pos-left-top {
        position: absolute;
        top: -14px;
        left: -3px;
    }
    .home-section-four-b .home-section-four-first-image {
        position: relative;
        right: -95px;
    }
    .home-section-four-wrapper .home-section-four-image .home-section-four-first-image {
        max-width: 70%;
    }
    .home-section-four-wrapper .home-section-four-image .home-section-four-first-image img {}
    .home-section-four-wrapper .home-section-four-image .home-section-four-mobile-image {
        position: absolute;
        top: -10%;
        right: -20px;
        max-width: 70%;
        bottom: 0;
    }
    .home-section-four-wrapper .home-section-four-image .home-section-four-mobile-image img {}
    .home-section-four-wrapper .home-section-four-content {
        text-align: center;
        padding: 0;
        padding-left: 0;
        max-width: 100%;
        padding-top: 0;
        margin-top: 30px;
    }
    .home-section-four-wrapper .home-section-four-content ul li {
        margin-bottom: 30px;
    }
    .home-section-four-content a {
        top: 0px;
    }
    .home-section-four-wrapper .home-section-four-content ul li h3 {
        margin-bottom: 15px;
        /* letter-spacing: 2px; */
        line-height: 24px;
        font-size: 17px;
    }
    .home-section-four-wrapper .home-section-four-content ul li p {
        font-size: 16px;
        width: 100%;
    }
    .home-section-four-wrapper .home-section-four-content ul li p>br {
        display: none;
    }
    .home-section-four-b .home-section-four-mobile-image {
        left: -30px;
        right: inherit;
    }
    .home-section-four-b .home-section-four-content {
        padding-left: 0;
        padding-right: 0;
    }
    .home-section-four-b .pos-right-top {
        position: absolute;
        top: -14px;
        right: -4px;
        z-index: 1;
    }
    /* section four */
    /* section five */
    .home-section-five-wrapper {
        min-height: 95vh;
        margin-bottom: 50px;
    }
    .home-section-five-wrapper .container {
        padding: 0px;
    }
    .home-section-five-wrapper header {
        text-align: center;
        padding: 10px;
    }
    .home-section-five-wrapper header h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .home-section-five-wrapper header p {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .home-section-five-wrapper .home-section-five-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .home-section-five-wrapper .home-section-five-content {
        background: white;
        width: 90%;
        margin: auto;
        padding: 20px 15px;
        -webkit-box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        margin-top: -20px;
    }
    .home-section-five-wrapper .home-section-five-content ul li {
        border-right: solid 1px #cccccc;
    }
    .home-section-five-wrapper .home-section-five-content ul li:last-child {
        border: none;
    }
    .home-section-five-wrapper .home-section-five-content ul li h3 {
        font-size: 15px !important;
        margin: 0px;
        line-height: 1.2;
        height: 20px;
        overflow: hidden;
    }

    .home-section-five-wrapper .home-section-five-content ul li figure.icon img {
        width: 30px;
    }
    .home-section-five-wrapper .home-section-five-content ul li h3 > br {
        display: block;
    }
    .home-section-five-wrapper .home-section-five-content ul li p {
        display: none;
    }
    /* section five */
    /* section six */
    .home-section-six-wrapper {
        display: block;
        /* min-height: 500px; */
        padding: 0;
        padding-bottom: 0px;
        border-bottom: solid 1px lightgray;
        position: relative;
        margin-bottom: 50px;
    }
    .home-section-six-wrapper-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        display: block;
        margin: auto;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
    .home-section-six-wrapper-shadow .col-xs-12 {
        padding: 0px;
    }
    .home-section-six-wrapper .home-section-six-image-wrapper {
        max-width: 300px;
        margin: auto;
        position: relative;
        z-index: 0;
    }
    .home-section-six-wrapper .home-section-six-image-wrapper .line {
        position: absolute;
        top: -35px;
        left: -7px;
        display: none;
    }
    .home-section-six-wrapper .home-section-six-image-wrapper figure {
        position: relative;
        z-index: 1;
    }
    .home-section-six-wrapper .home-section-six-content .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 10px;
        text-align: center;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .home-section-six-wrapper .home-section-six-content .slick-dots li {
        display: inline-block;
        margin-right: 5px;
    }
    .home-section-six-wrapper .home-section-six-content .slick-dots li button {
        background: lightgrey;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        text-indent: 1000px;
        margin: 0;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
    }
    .home-section-six-wrapper .home-section-six-content .slick-dots .slick-active button {
        background: black;
    }
    .home-section-six-wrapper .home-section-six-content ul {
        padding-left: 0;
        /* -webkit-box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.29); */
        /* box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.29); */
        width: 90%;
        position: relative;
        margin: auto;
        z-index: 10;
        padding: 3em 1em;
        /* margin-top: -40px; */
        background: white;
    }
    .home-section-six-wrapper .home-section-six-content ul li {
        margin-bottom: 0;
        text-align: center;
    }
    .home-section-six-wrapper .home-section-six-content ul li h3 {
        font-size: 22px;
    }
    /* section six */
    /* section seven */
    .home-section-seven-wrapper {
        position: relative;
        display: block;
    }
    .home-section-seven-wrapper header {
        padding: 0px 10px;
    }
    .home-section-seven-wrapper header h2 {
        margin-bottom: 15px;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .home-section-seven-wrapper header p {
        letter-spacing: 0px;
        color: black;
        text-transform: none;
    }

    .home-section-seven-wrapper header p br {
        display: block !important;
    }
    .home-section-seven-wrapper .home-section-seven-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: inherit;
        flex-wrap: wrap;
    }
    .home-section-seven-wrapper .home-section-seven-slider .col-xs-12 {
        margin-bottom: 1em;
    }
    .home-section-seven-wrapper .home-section-seven-slider figure {
        margin-bottom: 30px;
    }
    .home-section-seven-wrapper .home-section-seven-slider figure img {
        width: 100%;
        max-width: 100%;
    }
    /* section seven */
    /* section eight */
    .home-section-eight-wrapper {
        display: block;
        min-height: 50vh;
        padding: 2em 0px;
        /* border-bottom: solid 1px lightgray; */
        margin-bottom: 40px;
    }
    .home-section-eight-wrapper header {
        margin-bottom: 60px;
    }
    .home-section-eight-wrapper header h2 {
        font-size: 24px;
    }
    .home-section-eight-wrapper .home-section-eight-content {
        display: block;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        margin-top: 2em;
    }
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider {
        display: block;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li {
        width: 100%;
        max-width: inherit;
    }
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li figure img {}
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li span.ranking {
        margin: 35px 0px 15px;
    }
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li span .fa {
        color: lightgrey;
    }
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li span .bg-green {
        color: #000000;
        background: none;
    }
    .home-section-eight-wrapper .home-section-eight-content .home-section-eight-slider li p {
        max-width: 90%;
        font-size: 16px;
    }
    /* section eight */
    /* section nine */
    .home-section-nine-wrapper {
        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;
        max-width: 1600px;
        margin: auto;
        min-height: 100vh;
        padding-bottom: 40px;
        /* border-bottom: solid 1px lightgray; */
        /* margin-bottom: 50px; */
    }
    .home-section-nine-b {}
    .home-section-nine-wrapper header {
        margin-bottom: 20px;
    }
    .home-section-nine-wrapper header h2 {
        font-size: 18px;
        padding: 0px 15px;
    }
    .home-section-nine-wrapper header h2 br {
        display: none;
    }
    .home-section-nine-wrapper .home-section-nine-slider {
        margin: 3em auto;
    }
    .home-section-nine-wrapper .home-section-nine-slider figure img {
        max-width: 100%;
    }
    .home-section-nine-wrapper .home-section-nine-content {
        padding: 15px 15px 45px;
        -webkit-box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.1);
        width: 90%;
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .home-section-nine-wrapper .home-section-nine-content h3 {
        margin-bottom: 0;
        font-size: 16px;
        line-height: normal;
    }
    .home-section-nine-wrapper .home-section-nine-content h3 br {
        display: none;
    }
    .home-section-nine-wrapper .home-section-nine-content hr {
        max-width: 100%;
        margin: 20px 0px;
    }

    .price-sec-home {
        margin-bottom: 0;
    }

    .price-real-right {
        /* padding-top: 26px; */
    }

    .price-real-right p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .price-sec-home figure {
        width: 75px !important;
    }

    .price-sec-home figure figcaption {
        margin-top: 4px;
        font-size: 15px !important;
    }

    .home-section-nine-wrapper .home-section-nine-content p .price {
        font-size: 33px;
    }

    .home-section-nine-wrapper .home-section-nine-content p .price-inr {
        font-size: 17px;
        margin: 0;
    }

    .home-section-nine-wrapper .home-section-nine-content p span {
        margin-top: 10px;
    }

    /* section nine */
    /* section ten */
    .home-section-ten-wrapper {
        min-height: 50vh;
        padding-bottom: 30px;
        /* border-bottom: solid 1px rgba(0,0,0,.1); */
        /* margin-bottom: 70px; */
    }
    .home-section-ten-wrapper header {
        margin: 4em auto;
    }
    
    .home-section-ten-wrapper header h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .home-section-ten-wrapper figure {}
    .home-section-ten-wrapper figure img {
        width: 100%;
    }
    .home-section-ten-wrapper .home-section-ten-content {
        position: relative;
        color: black;
        width: 90%;
        -webkit-transform: translateY(-50%);
        transform: translateY(0);
        top: -40px;
        margin: auto;
        background: white;
        padding: 25px 10px;
        -webkit-box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.1);
    }
    .home-section-ten-wrapper .home-section-ten-content h3 {
        margin-bottom: 1em;
        font-size: 18px;
        letter-spacing: normal;
        line-height: 20px !important;
    }
    .home-section-ten-wrapper .home-section-ten-content p {
        font-size: 14px;
        width: 100%;
        margin: auto auto 15px auto;
    }
    .home-section-ten-wrapper .home-section-ten-content p br {
        display: none;
    }
    /* section ten */
    /* section eleven */
    .home-section-eleven-wrapper {
        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;
        min-height: 90vh;
        padding: 0;
    }
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content {
        padding-left: 0;
        text-align: center;
        margin-top:30px;
    }
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li {
        margin-bottom: 15px;
    }
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li h3 {
        margin-bottom: 15px;
        /* letter-spacing: 2px; */
        font-size: 16px;
    }
    .home-section-eleven-wrapper .home-section-eleven-slider {
        max-width: 280px;
        margin: auto;
    }
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li p {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .home-section-eleven-content .slick-arrow,
    .home-section-twelve-press-slider .slick-arrow,
    .home-section-thirteen-wrapper-slider .slick-arrow
    {
        width: 25px;
        height: 25px;
        border: none;
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-indent: -99999em;
        z-index: 100;
    }
    
    .home-section-eleven-content .slick-prev,
    .home-section-twelve-press-slider .slick-prev,
    .home-section-thirteen-wrapper-slider .slick-prev
    {
        left: -10px;
        background: url(../images/slider-arrow-left.png) no-repeat center;
        background-size: cover;
    }
    
    .home-section-eleven-content .slick-next,
    .home-section-twelve-press-slider .slick-next,
    .home-section-thirteen-wrapper-slider .slick-next
    {
        right: -10px;
        background: url(../images/slider-arrow-right.png) no-repeat center;
        background-size: cover;
    }
    
    .home-section-twelve-press-slider .slick-prev
    {
        left: 10px;
    }

    .home-section-twelve-press-slider .slick-next
    {
        right: 10px;
    }

    /* section eleven */

    /* section tweleve */
    .home-section-twelve-wrapper {
        padding-top: 20px;
        margin-top: 30px;
        /* border-top: 1px solid rgba(0,0,0,.1); */
    }
    .home-section-twelve-wrapper header {
        margin-bottom: 0px;
    }
    /* section twelve */
    /* faq section */
    .faq-wrapper {
        margin-bottom: 0px;
        font-weight: 300;
        width: 100%;
        margin: auto;
        /* margin-top: 120px; */
        padding-bottom: 2em;
    }
    .home-section-seventeen-wrapper header {
        margin: 0em 0px 3em 0px;
    }
    .home-section-seventeen-wrapper header h2 {
        font-size: 22px;
    }
    .faq-wrapper h1 {
        display: block;
        font-size: 60px;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
        text-align: center;
        letter-spacing: 8px;
    }
    .faq-wrapper h3 {
        font-size: 20px;
    }
    .faq-wrapper p {
        color: rgb(0, 0, 0);
        font-size: 15px;
        text-align: left;
        text-align: justify;
        font-size: 12px;
    }
    .faq-wrapper .tab-wrapper {
        width: 100%;
        text-align: left;
        font-size: 12pt;
        margin-bottom: 15px;
        background: #dafb45;
    }
    .faq-wrapper ul {
        margin-bottom: 20px;
    }
    .faq-wrapper ul li {
        margin-bottom: 10px;
    }
    .faq-wrapper ul li h4 {
        padding: 1px 10px;
        font-size: 12px !important;
		line-height: 1.4;
    }
    .faq-wrapper ul li .faq-ans {
        height: 0;
        overflow: hidden;
        padding: 0;
        border: 0;
        opacity: 0;
    }
    .faq-wrapper ul li p {
        padding: 12px;
    }
    .faq-wrapper ul li a {
        display: block;
        margin-right: 2%;
        padding: 15px;
    }
    .faq-wrapper .faq-content {
        margin-top: 0px;
        max-width: 100%;
    }
    /* faq section */
    /* section eighteen */
    .home-section-eighteen header {
        text-align: center;
        margin: 3em auto;
        width: 100%;
    }
    .home-section-eighteen header h2 {
        font-size: 18px;
        /* letter-spacing: 2px; */
    }
    /* section eighteen */
    /* section thirteen */
    .home-section-thirteen-wrapper {
        display: block;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        min-height: 50vh;
        margin: 0em auto 1em auto;
        padding-top: 0px;
    }
    .home-section-thirteen-wrapper header {
        margin-bottom: 4em;
    }
    /* section thirteen */
    /* section fourteen */
    .home-section-fourteen-wrapper {
        display: block;
        padding: 3em 0px;
        /* border-top: solid 1px rgba(0,0,0,.1); */
        /* border-bottom: solid 1px rgba(0,0,0,.1); */
        min-height: 1px;
        padding: 0;
    }

    .home-section-fourteen-wrapper header h2 {
        font-size: 19px;
    }
    .home-section-fourteen-wrapper header {
        margin: 1em auto;
        margin-bottom: 3em;
    }
    .home-section-fourteen-wrapper figure {
        margin: 30px auto;
        width: 100%;
    }
    .home-section-fourteen-wrapper figure img {
        max-width: 85%;
    }
    /* section fourteen */
    /* section fifteen */
    .home-section-fifteen-wrapper header h2 {
        font-size: 18px;
        /* letter-spacing: 2px; */
    }
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item p {/* display: none; */}
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item h3>br {
        display: block !important;
    }
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper {
        margin-bottom: 0em;
    }
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item figure {
        border: solid 1px black;
        overflow: hidden;
        width: 80px;
        height: 80px;
        margin: 2em auto;
    }
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item h3 {
        margin-bottom: 1em;
        letter-spacing: normal;
        width: 100%;
        min-height: inherit;
        font-size: 18px;
    }
    /* section fifteen */
    .home-section-one-wrapper .home-section-one-button a {

    }
    .GlobalButton,
    .home-section-four-content a,
    .home-section-nine-wrapper .home-section-nine-content .home-section-nine-button a,
    .home-section-fourteen-wrapper .home-section-fourteen-btn a,
    .faq-button a
    {
        color: white;
        position: relative;
        width: 150px;
        padding: 5px 0px;
        font-size: 14px;
    }

}


/* end of 375 screen iphone 6 */

@media (max-width: 767px) {
    /* background-attachment inherit fixed none  */
    .home-section-one-wrapper {
        background-attachment: inherit;
        background: url(../images/home/section-one-bg.jpg) no-repeat;
        background-position: top center;
        min-height: 100vh;
        max-height: 800px;
    }
    .home-section-one-slider {
        display: none;
    }
    /* background-attachment inherit fixed none  */
    /* all br display none  */
    .home-section-one-wrapper h2>br,
    .home-section-one-wrapper h2+p>br,
    .home-section-two-wrapper header p>br,
    .home-section-three-wrapper header p br,
    .home-section-six-wrapper .home-section-six-content ul li p>br,
    .home-section-seven-wrapper header p>br,
    .home-section-seven-wrapper .home-section-seven-slider p>br,
    .home-section-nine-wrapper .home-section-nine-content p>br,
    .home-section-ten-wrapper .home-section-ten-content p br .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item p,
    .home-section-fifteen-wrapper .home-section-fifteen-item-wrapper .home-section-fifteen-item h3>br,
    .home-section-eleven-wrapper .home-section-eleven-content-wrapper .home-section-eleven-content ul li p>br {
        display: none;
        padding: 0px;
    }
    /* all br display none  */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 30px;
    }
    .home-section-nine-wrapper .home-section-nine-content .home-section-nine-button a {
        padding: 5px 10px;
        margin-right: 5px;
        width: auto;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .price-real-left:after {
        height: 100px !important;
    }

}


/*-------price-sec-home------------*/
/*
.price-sec-home{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: space-around;
    width: 400px;
    border-bottom:1px solid #f1f1f1;
    padding-bottom:20px;
    margin-bottom:30px;
    position:relative;
    flex-flow: row wrap;

}*/
.price-sec-home{
    max-width: 420px;
    border-bottom:1px solid #f1f1f1;
    padding-bottom:20px;
    margin-bottom:30px;
    position:relative;
    margin-top: 30px;
}
.price-real-left:after{
    content: none;
    border-left:1px solid #ccc;
    position:absolute;
    width: 1px;
    background: #ccc;
    height: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.price-real-left,
.price-real-right{
    position: relative;
    width: 100%;
}

.price-real-left{
    float: left;
}
.price-real-right{
    float: right;
    text-align: center;
    display: none;
}
.price-sec-home figure{
    position: relative;
    text-align: left;
    width: 90px;
   margin: 10px auto;
}
.price-sec-home figure figcaption{
    position: absolute;
    color: #fff;
    left: 0;
    text-align: center;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 22px;
    right: 0;
    text-decoration: line-through;
}
.home-section-nine-wrapper-shoe .price-sec-home figure figcaption {
    text-decoration: none;
}
.price-sec-home figure figcaption span{
    display: block;
}

@media only screen and (max-width:500px) {
	
	.home-section-nine-content h3 {
		text-align: center;
	}
	
	.home-section-nine-content h3 span {
		display: inline;
	}
	
	.faq-wrapper ul li.hide-section .faq-ans {
		height: auto;
	}
	
	.faq-wrapper ul li p {
		text-align: left;
		font-size: 12px !important;
	}
}
/* 500 END */
