/* sofia fonts */

@font-face {
    font-family: 'sofia_problack';
    src: url('../fonts/sofia_pro_black-webfont.eot');
    src: url('../fonts/sofia_pro_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sofia_pro_black-webfont.woff2') format('woff2'), url('../fonts/sofia_pro_black-webfont.woff') format('woff'), url('../fonts/sofia_pro_black-webfont.ttf') format('truetype'), url('../fonts/sofia_pro_black-webfont.svg#sofia_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_probold';
    src: url('../fonts/sofia_pro_bold-webfont.eot');
    src: url('../fonts/sofia_pro_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sofia_pro_bold-webfont.woff2') format('woff2'), url('../fonts/sofia_pro_bold-webfont.woff') format('woff'), url('../fonts/sofia_pro_bold-webfont.ttf') format('truetype'), url('../fonts/sofia_pro_bold-webfont.svg#sofia_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_prolight';
    src: url('../fonts/sofia_pro_light-webfont.eot');
    src: url('../fonts/sofia_pro_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sofia_pro_light-webfont.woff2') format('woff2'), url('../fonts/sofia_pro_light-webfont.woff') format('woff'), url('../fonts/sofia_pro_light-webfont.ttf') format('truetype'), url('../fonts/sofia_pro_light-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_promedium';
    src: url('../fonts/sofia_pro_medium-webfont.eot');
    src: url('../fonts/sofia_pro_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sofia_pro_medium-webfont.woff2') format('woff2'), url('../fonts/sofia_pro_medium-webfont.woff') format('woff'), url('../fonts/sofia_pro_medium-webfont.ttf') format('truetype'), url('../fonts/sofia_pro_medium-webfont.svg#sofia_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_proultra_light';
    src: url('../fonts/sofia_pro_ultra_light-webfont.woff2') format('woff2'), url('../fonts/sofia_pro_ultra_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Boltt Loader Style */

body.pace-running {
    height: 100vh;
    overflow: hidden;
}

.pace {
    width: 100%;
    height: 100vh;
    background: rgb(255, 255, 255);
    position: fixed;
    margin: auto;
    z-index: 2000;
    top: 0px;
    left: 0;
    overflow: hidden;
}

.pace:after {
    content: attr(data-progress-text);
    display: block;
    font-size: 25px;
    margin-top: 30px;
    color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 100%;
    height: 3px;
    font-size: 12px;
    background: transparent;
}


/*.pace-activity {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -95px 0 0 0px;
    background: url(../images/webloading_80x80_black.gif) center top no-repeat;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.pace-activity {
    position: absolute;
    left: 50%;
    top: 50%;
    /*width: 80px;
    height: 80px;*/
    margin: -60px 0 0 -32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    /*border: 2px solid rgba(0, 82, 236, 0.5);*/
    border: 2px solid #000;
    border-radius: 50%;
    /*position: relative;*/
    -webkit-animation: loader-rotate 1s ease-in-out infinite;
    animation: loader-rotate 1s ease-in-out infinite;
    /*top: 50%;*/
    /*margin: -28px auto 0;*/
}

.pace-activity:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*background: #0052ec;*/
    background: #000;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
}

@-webkit-keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pace.pace-opacity {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}

.pace.pace-inactive {
    display: none;
}


/* sofia fonts */

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
}

h1,
h2 {
    font-size: 26px !important;
    line-height: 32px !important;
}

h3,
h4,
h4 {
    font-size: 22px !important;
    line-height: 26px;
}

p {
    font-size: 14px !important;
    line-height: 18px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width:1401px) {
    h1,
    h2 {
        font-size: 35px !important;
        line-height: 1.1 !important;
        /* 		letter-spacing: 0 !important; */
    }
    /*h3, h4, h4 {
		font-size: 30px !important;
		line-height: 1.1
	}*/
    p {
        font-size: 15px !important;
        line-height: 1.3;
    }
}

body {
    font-family: 'sofia_prolight';
    font-weight: normal;
}

.boltt-header-space {
    width: 100%;
    height: 100px;
}

a {
    text-decoration: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'sofia_problack';
    font-weight: normal;
}

a,
p {
    font-family: 'sofia_prolight'
}

.btn-round {
    /* border-radius: 30px; */
}

button {
    outline: none;
}

picture {
    display: block;
}

.spacer20 {
    width: 100%;
    height: 20px;
}

.spacer40 {
    width: 100%;
    height: 40px;
}

.spacer60 {
    width: 100%;
    height: 60px;
}

.spacer80 {
    width: 100%;
    height: 80px;
}

.spacer100 {
    width: 100%;
    height: 100px;
}

.mobile,
.mobile-hidden {
    display: none;
    position: relative;
}

.read-more-new {
    position: relative;
    display: inline-block;
    margin: 10px auto;
}

.read-more-new a:before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    content: "";
    width: 80%;
    height: 2px;
    background: #ffffff;
    margin: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.read-more-new a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    content: "";
    width: 80%;
    height: 2px;
    background: #ffffff;
    margin: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.read-more-new a {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding: 8px 0px;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.read-more-new a:hover:before,
.read-more-new a:hover:after {
    background: #ce0c34;
}

.read-more-new a:hover {
    color: #ce0c34;
}

.read-more-new a:hover:before {
    left: -30px;
}

.read-more-new a:hover:after {
    right: -30px;
}


/* header */

.boltt-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    max-width: 1600px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'bebas_neuebold';
    /*
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	 */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.3);
}

.boltt-header-space {
    width: 100%;
    height: 100px;
}


/* dummy header size*/

#header {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9999;
    -webkit-transition: initial;
    transition: initial;
    -webkit-transition: unset;
    transition: unset;
    -webkit-box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
    box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
}

.buttons {
    display: none;
}

ul.slides,
ul.slides>li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*end theme code*/


/*menu*/

.mob-logo {
    display: none;
}

.boltt-logo {
    display: none;
}

.boltt-nav {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    max-width: 1600px;
    margin: auto;
}

.boltt-nav li {
    display: inline-block;
    padding: 0px;
    position: relative;
    padding: 12px 0px;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 15px;
}

.boltt-nav ul li {
    display: block;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.boltt-nav li li {
    text-align: left;
}

ul.boltt-nav>li>ul>li {
    width: 140px;
}

ul.boltt-nav>li>ul>li:hover>a {
    color: #000000;
}

.boltt-nav li li a {
    padding: 0px 0px;
    color: #444444;
    margin: 5px 0px;
}

.boltt-nav li li li a {
    font-size: 16px;
    padding: 0px;
    color: rgba(65, 64, 64, 0.70) !important;
    cursor: pointer;
}

.boltt-nav li li li:hover a {
    font-size: 16px;
    padding: 0px;
    color: #414040 !important;
}

.boltt-nav li li a:hover {
    color: #000000;
}

.inner-logo .web-logo {
    max-width: 150px;
    padding: 3px 0px;
    max-height: 38px;
}

.inner-logo {
    margin-right: 100px !important;
}

.inner-logo>a {
    border-bottom: medium none !important;
    padding: 0 !important;
}

.boltt-nav li a {
    border-bottom: solid 1px transparent;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    font-weight: normal;
    color: black;
    text-decoration: none;
    font-family: 'sofia_prolight';
}

.boltt-nav li a.btn-gradient-red {
    color: #ffffff;
    /* padding: 5px 10px; */
    /* -webkit-transition: all ease 0.3s; */
    /* transition: all ease 0.3s; */
    /* border: solid 1px transparent; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4d4d4d+66,4d4d4d+100 */
    /* background: #000000; */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg, #000000 0%, #4d4d4d 66%, #4d4d4d 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4d4d4d', GradientType=1);*/
    /* IE6-9 fallback on horizontal gradient */
    /* -webkit-box-shadow: 0px 4px 10px -3px #cccccc; */
    /* box-shadow: 0px 4px 10px -3px #cccccc; */
    /* border-radius: 30px; */
}

.boltt-nav li a.btn-gradient-red:hover {
    background: #ffffff;
    border: solid 1px #000000;
    border: solid 1px #ccc;
    color: #333333;
    -webkit-box-shadow: 0px 4px 10px -3px #cccccc;
    box-shadow: 0px 4px 10px -3px #cccccc;
}

/*  New CSS  */
ul.boltt-nav>li:after:not(.inner-logo) {
    content: "";
    display: block;
    height: 45px;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    left: 0;
    top: 0;
    z-index: -1;
    top: -45px;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

@media (max-width: 1045px) {
    .sticky-pre-order {
        display: none;
    }
}

@media (min-width: 768px) {
    ul.boltt-nav>li>ul {
        background: rgba(255, 255, 255, 0.85);
        padding: 10px 1000em 0;
        margin: 0 -1000em;
        min-height: 200px;
        position: absolute;
        top: 44px;
        width: 160px;
        text-align: center;
        display: none;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        opacity: 0;
    }
}

ul.boltt-nav>li>ul>li ul {
    position: relative;
    top: 0;
    display: none;
    margin: 0;
    padding: 0;
    width: 190px;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

ul.boltt-nav>li>ul>li>ul>li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    bottom: 0;
    z-index: 100;
    border-right: solid 1px black;
    border-top: solid 1px black;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

ul.boltt-nav li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

ul.boltt-nav li ul li>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
/* header */

/* sub-pages-header */
.sub-pages-header {
    position: absolute;
    top: 60px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.sub-pages-header:hover {
    background: rgba(255, 255, 255, 0.7);
}

.sub-pages-header .container ul {
    margin: 0;
    padding: 0;
    max-width: 900px;
    margin: auto;
    padding: 0px 10px;
    text-align: center;
}

.sub-pages-header .container ul li {
    display: inline-block;
    margin: 0px 10px;
    position: relative;
    left: -45px;
}

.sub-pages-header .container ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'bebas_neuebold';
    color: #ffffff;
    padding: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: 'sofia_probold';
    text-transform: uppercase;
}

.sub-pages-header .container ul li a:hover {
    color: #030303;
}


/* sub-pages-header */


/* pre-order-btn */

.sticky-pre-order {
    position: fixed;
    top: 6px;
    right: 20px;
    z-index: 1000;
}

.sticky-pre-order .pre-order-btn {
    margin: 0px;
}

.sticky-pre-order .pre-order-btn a {
    background: #8fb719;
    color: #ffffff;
    border: solid 1px #6e900a;
}

.pre-order-btn {
    position: relative;
    z-index: 100;
    margin: 10px 0px;
    text-align: center;
    display: inline-block;
}

.pre-order-btn a {
    text-decoration: none;
    text-transform: capitalize;
    background: transparent;
    padding: 5px 20px;
    color: #8fb719;
    border-radius: 30px;
    border: solid 1px #8fb719;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.pre-order-btn a:hover {
    background: #8fb719;
    color: #ffffff;
    border: solid 1px #6e900a;
}


/* pre-order-btn */


/* boltt app footer */

.boltt-hnf-app {
    padding-top: 50px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #000000;
    position: relative;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content {
    position: relative;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content h2 {
    font-size: 26px;
    text-transform: uppercase;
    /*     letter-spacing: 4px; */
    text-align: center;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content h4 {
    margin: 10px;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content p {}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .app-stores {
    margin: 3% auto;
    position: relative;
    display: block;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .app-stores img {
    display: inline-block;
    max-height: 40px;
    margin: 0px 15px;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper {
    position: relative;
    width: 100%;
    height: 260px;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img:nth-child(1) {
    left: -300px;
    z-index: 2;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img:nth-child(2) {
    z-index: 5;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img:nth-child(3) {
    right: -300px;
    z-index: 2;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img:nth-child(1),
.boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img:nth-child(3) {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}


/* boltt app footer */


/*footer*/

.boltt-footer {
    position: relative;
    padding: 0;
}

.footer-tnc p {
    margin-bottom: 0;
    color: #000;
}

.box-heading {
    font-weight: 500;
    padding: 15px 0 4px;
    text-transform: capitalize;
    font-family: 'sofia_probold';
}

.footer_na {
    text-align: left;
}

.footer_nav ul {
    margin: 0;
    padding: 0;
}

.footer_nav li {
    display: block;
    margin: 5px 0px;
}

.footer_nav li a {
    color: #4d4d4d;
    text-transform: capitalize;
}

.boltt-social-icons ul li {
    display: inline-block;
}

.boltt-social-icons ul li a {
    color: #4d4d4d;
}

.boltt-social-icons {
    text-align: right;
}

.Where-to-buy {
    text-align: right;
}

.footer-tnc {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    display: none;
}

#powered .inner {
    border-bottom: none;
    border-top: 1px solid #e9e9e9;
    padding: 10px 0;
    text-align: center;
}

#footer .footer-bottom {
    padding-bottom: 0;
    padding-top: 0;
}

.boltt-move {
    -webkit-transition: all 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 700ms cubic-bezier(0.39, 0.575, 0.565, 1)
}


/*end footer*/


/* footer */


/* heading bar */

.heading-bar-line {
    animation: heading-bar ease-in-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 0% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: heading-bar ease-in-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 0% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: heading-bar ease-in-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 0% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}

@-webkit-keyframes heading-bar {
    0% {
        -webkit-transform: scaleX(0.00);
        transform: scaleX(0.00);
    }
    100% {
        -webkit-transform: scaleX(1.00);
        transform: scaleX(1.00);
    }
}

@keyframes heading-bar {
    0% {
        -webkit-transform: scaleX(0.00);
        transform: scaleX(0.00);
    }
    100% {
        -webkit-transform: scaleX(1.00);
        transform: scaleX(1.00);
    }
}


/* text effect */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible;
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible;
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* global css */

.red-text {
    color: #ce0c34;
}

.red-bg {
    background-color: #ce0c34;
}

.black-bg {
    background-color: #000000;
}

.white-bg {
    background-color: #ffffff;
}

.grey-bg {
    background-color: lightgray;
}

.light-grey-bg {
    background-color: #e6e6e6;
}

.blue-bg {
    background-color: #222ecc;
}

.int-blue-bg {
    background-color: #1a7bf4;
}

.int-blue-txt {
    color: #1a7bf4;
}

.line {
    width: 100px;
    height: 5px;
}

.line-thin {
    width: 315px;
    height: 1px;
}

.container-fluid {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.section {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 700px;
    max-height: 900px;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.flex>.flex-child,
.flex.flex-child {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.my-container {
    width: 80%;
    margin: auto;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noPM,
.noMP {
    padding: 0;
    margin: 0;
}

.noP {
    padding: 0;
}

.noM {
    margin: 0;
}

img {
    max-width: 100%;
}


/* COMMON STYLING GRID1 */

.grid1-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);
}

.section-grid1 {
    max-width: 1450px;
    width: 94%;
    padding: 50px 0 44px;
    color: #000000;
    background: #fff;
    margin: auto auto 50px;
    position: relative;
    z-index: 2;
}

.section-grid1-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-grid1-header h2 {
    margin: 0 0 22px;
    margin-bottom: 15px;
    font-size: 36px;
    text-transform: capitalize;
    /*     letter-spacing: 1px; */
    position: relative;
    display: inline-block;
}

small {
    display: block;
    margin: 10px auto;
    font-size: 16px;
}

.section-grid1-header p {
    font-size: 25px;
    font-family: 'sofia_proultra_light';
    color: rgba(0, 0, 0, .67);
    text-transform: capitalize;
}

.section-grid1-container {
    max-width: 1470px;
    width: 94%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid1-left,
.grid1-mid,
.grid1-right {
    width: 30%;
}

.grid1-mid {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.grid1-mid img {
    margin: auto;
}

.grid-contnet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid-contnet+.grid-contnet {
    margin-top: 60px;
}

.grid-content-text {
    /* margin-left: 15px; */
    width: calc(100% - 75px);
}

.grid-content-text h3 {
    font-size: 20px !important;
    margin: 0px 0px 10px 0px;
    /*     letter-spacing: normal; */
    text-transform: capitalize;
}

.grid-content-text p {
    padding-right: 5px;
    color: #737373;
    font-size: 16px;
}

.grid-contnet figure {
    margin-top: 3px;
    min-width: 54px;
}

.grid1-app-link {
    text-align: center;
    margin: 35px 0 10px;
}

.grid1-app-link a {
    display: inline-block;
    max-width: 120px;
    margin: 0 8px;
}

.section-grid1-learnMore {
    text-align: center;
}

.section-grid1-learnMore a {
    margin-top: 20px;
}

.section-grid1 .learn-more-btn {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.section-grid1 .learn-more-btn a {
    margin-top: 20px;
}

@media only screen and (min-width:1401px) {
    .section-grid1-header p {
        font-size: 22px !important;
    }
}

@media only screen and (max-width:1024px) {
    .section-grid1-header h2 {
        font-size: 32px;
        /*         letter-spacing: .15em; */
    }
}

@media only screen and (max-width:800px) {
    .section-grid1-header h2 {
        font-size: 28px;
    }
    .boltt-nav li {
        margin-left: -3px;
        padding: 10px 8px;
        text-transform: uppercase;
    }
    .sub-pages-header {
        top: 54px;
    }
    .sub-pages-header .container ul li {
        left: 0px;
    }
}

@media only screen and (max-width:767px) {
    .section-grid1 {
        /*padding: 30px 0 0px;*/
        width: 100%;
    }
    .grid1-shadow {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .section-grid-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-grid1-header {
        margin-bottom: 45px;
    }
    .section-grid1-header h2 {
        font-size: 28px;
        /*         letter-spacing: .02em; */
        text-transform: capitalize;
    }
    .section-grid1-header p {
        font-size: 20px;
    }
    .section-grid1-container {
        width: 100%;
    }
    .grid1-left,
    .grid1-mid,
    .grid1-right {
        width: 100%;
    }
    .grid1-mid {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    #section-grid1-slider {
        margin-top: 40px;
    }
    .grid1-slider-item-block {
        padding: 20px;
    }
    .grid1-item-shadow {
        -webkit-box-shadow: 0px 0px 13px 1px rgba(33, 57, 97, 0.16);
        box-shadow: 0px 0px 13px 1px rgba(33, 57, 97, 0.16);
        padding: 25px 20px 65px;
    }
    .grid1-slider-item {
        text-align: center;
    }
    .grid1-slider-item figure {
        margin-bottom: 10px;
    }
    .grid1-slider-item figure img {
        margin: 0 auto;
    }
    .grid1-slider-item+.grid1-slider-item {
        margin-top: 30px;
    }
    .grid-content-text {
        width: 100%;
    }
    .grid-content-text h3 {
        margin-bottom: 4px;
        text-transform: capitalize;
        min-height: 45px;
    }
    .grid-content-text p {
        padding: 0;
        min-height: 60px;
    }
    #section-grid1-slider .slick-dots {
        text-align: center;
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #section-grid1-slider .slick-dots li {
        display: inline-block;
        margin: 0 3px;
    }
    #section-grid1-slider .slick-dots button {
        border: none;
        background: #000;
        padding: 0;
        margin: 0;
        display: block;
        text-indent: -9999em;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    #section-grid1-slider .slick-dots li.slick-active button {
        background: #666;
    }
    .grid1-slider-item-block {
        padding: 7px;
        outline: none;
    }
    .grid1-item-shadow {
        padding: 25px 10px 65px;
    }
    .grid1-app-link {
        margin-top: 15px;
    }
    #section-grid1-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;
    }
    #section-grid1-slider .slick-prev {
        left: 10px;
        background: url(../images/slider-arrow-left.png) no-repeat center;
        background-size: cover;
    }
    #section-grid1-slider .slick-next {
        right: 10px;
        background: url(../images/slider-arrow-right.png) no-repeat center;
        background-size: cover;
    }
    /* global fonts */
    h1,
    h2 {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    h3,
    h4,
    h4 {
        font-size: 20px !important;
        line-height: 22px;
    }
    p {
        font-size: 14px !important;
    }
    /* global fonts */
}


/* 767 End */

@media only screen and (max-width:500px) {
    .section-grid1-header h2 {
        font-size: 26px;
        margin: 0;
    }
    .grid-content-text {
        padding-left: 40px;
        padding-right: 40px;
    }
}


/* GRID1 END */


/* media screen global */

@media (min-width: 1600px) {
    .container-fluid {
        /* width: 100%; */
        max-width: 100%;
    }
    .section {
        height: 100vh;
    }
    .boltt-header {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .section {
        min-height: 100px;
        padding: 3em 0px;
    }
}


/* resposnive for mobile device */

@media screen and (max-width: 767px) {
    .sticky-pre-order {
        right: 80px;
        top: 12px;
        display: block;
    }
    .mobile,
    .mobile-hidden {
        display: block;
    }
    .mobile-not,
    .not-mobile {
        display: none !important;
    }
    /* boltt app footer */
    .boltt-hnf-app {
        padding-top: 0px;
    }
    .boltt-hnf-app .boltt-hnf-app-container {}
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content {}
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content h2 {
        font-size: 20px;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content h4 {
        margin: 10px;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content p {}
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .app-stores {
        margin: 3% auto;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .app-stores a {
        display: inline-block;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .app-stores img {
        display: inline-block;
        max-height: 30px;
        margin: 0px 5px;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper {
        position: relative;
        width: 60%;
        height: auto;
        margin: auto;
        min-height: 250px;
        display: block;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img:nth-child(1) {
        left: -130px;
        z-index: 2;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img:nth-child(2) {
        z-index: 5;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img:nth-child(3) {
        right: -130px;
        z-index: 2;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .sticky-pre-order {
        right: 70px;
        top: 13px;
    }
    .sticky-pre-order a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .boltt-hnf-app .boltt-hnf-app-container .boltt-hnf-app-content .boltt-hnf-app-screens-wrapper {
        width: 50%;
        min-height: 180px;
    }
}


/* ======VC COMMON======= */

.vc-section-subs-wrapper {
    position: relative;
    background: white;
    padding-bottom: 90px;
    border-bottom: 60px solid #505050;
    color: black;
}

.vc-container {
    width: 96%;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 60px;
}

.vc-content-top {
    position: relative;
}

.vc-content-top h2 {
    max-width: 1000px;
    font-size: 36px;
    /*     letter-spacing: normal; */
    text-transform: uppercase;
    margin: 0 auto 40px;
}

.vc-content-top h2 span {
    display: inline-block;
    position: relative;
}

.vc-content-top h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15em;
    text-transform: capitalize;
    color: #f9f9f9;
    /*     letter-spacing: 0; */
    overflow: hidden;
}

.vc-content-top h3 span {
    position: relative;
    left: -27px;
    top: 31px;
}

.vc-figure {
    position: absolute;
    right: 12%;
    /* ~160/1450 */
    top: 0;
    width: 320px;
}

.vc-content-bottom {
    padding-top: 100px;
    background: #f4f4f4;
}

.vc-content-bottom h4 {
    font-size: 26px;
    max-width: 1000px;
    margin: 0 auto;
}

.vc-content-bottom h5 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 5px;
    /*     letter-spacing: 0; */
}

.vc-content-bottom h5 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 48px;
    margin-left: -10px;
}

.vc-list-wrapper {
    max-width: 1000px;
    margin: 40px auto 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.vc-content-bottom ul,
.vc-content-bottom li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vc-content-bottom ul {
    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;
}

.vc-content-bottom li {
    width: 25%;
    max-width: 110px;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.vc-list-top {
    background: #fff;
    padding: 12px 2px 10px;
}

.vc-list-top p {
    font-size: 14px;
    font-family: 'sofia_problack';
    margin-left: 10px;
}

.vc-list-top p span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-family: 'sofia_prolight';
    margin-bottom: 5px;
}

.vc-list-top p img {
    max-width: 12px;
    margin-top: -2px;
}

.vc-content-bottom li a {
    background: #0b0b0b;
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.vc-content-bottom li a:focus,
.vc-content-bottom li a:hover,
.vc-content-bottom li a:active {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.vc-section-subs-wrapper .vc-section-subs-section .vc-section-subs-bottom ul li a {
    background: black;
    color: white;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

@media only screen and (max-width:1200px) {
    .vc-content-top h2 {
        font-size: 34px;
    }
    .vc-content-top h3 {
        font-size: 12em;
    }
    .vc-content-top h3 span {
        left: -18px;
        top: 25px;
    }
    .vc-content-bottom h4 {
        font-size: 24px;
    }
    .vc-figure {
        width: 290px;
    }
    .vc-content-bottom h5 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 0;
    }
    .vc-content-bottom h5 span {
        font-size: 13px;
        line-height: 45px;
    }
    .vc-list-top p {
        margin-left: 0;
    }
    .vc-content-bottom li a {
        font-size: 13px;
        padding: 8px 10px;
    }
    .vc-figure {
        top: -15px;
    }
}

@media only screen and (max-width:800px) {
    .vc-content-top h2 {
        font-size: 30px;
    }
    .vc-figure {
        right: 0;
        width: 260px;
    }
}

@media only screen and (max-width:767px) {
    .vc-section-subs-wrapper {
        border: none;
        padding-bottom: 10px;
    }
    .vc-container {
        padding-top: 40px;
    }
    .vc-content-top h2 {
        font-size: 30px;
        text-transform: capitalize;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .vc-content-top h3 {
        font-size: 10em;
        position: absolute;
        width: 100%;
        top: -4px;
        left: 0;
        z-index: 1;
        text-align: center;
    }
    .vc-content-top h3 span {
        position: static;
    }
    .vc-figure {
        width: 275px;
        position: relative;
        right: 0;
        top: 0;
        z-index: 2;
        margin: 0 auto;
    }
    .vc-content-bottom {
        padding-top: 20px;
        text-align: center;
        background: #fff;
    }
    .vc-content-bottom h4 {
        font-size: 22px;
        text-transform: capitalize;
    }
    .vc-list-wrapper {
        -webkit-transform: none;
        transform: none;
        max-width: 250px;
        margin: 15px auto 0;
    }
    .vc-content-bottom li {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/* 767 End */

@media only screen and (max-width:500px) {
    .vc-content-top h2 {
        font-size: 26px;
    }
}


/* 500 End */

@media only screen and (max-width:359px) {
    .vc-content-top h2 {
        font-size: 24px;
    }
}


/*-customer-support-form-*/

.customer-support-form .modal-body {
    padding: 15px 20px;
}

.customer-support-form .modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.currency-switcher {
    width: 100px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flag-list {
    position: absolute;
    right: -15px;
    top: 56px;
    width: 45px;
    display: none;
    padding: 5px 15px 5px 10px;
    background: #fff;
}

.flag-list a {
    display: block;
    margin-bottom: 8px;
}

.currency-switcher p {
    display: inline-block;
    margin: 0;
    line-height: 30px;
    vertical-align: top;
    font-size: 14px;
}

.currency-switcher a.switcher {
    height: 20px;
    width: 20px;
    float: right;
    position: relative;
    color: #282828;
    text-decoration: none;
}

.currency-switcher .active span {
    margin-left: 0;
}

.switcher .currency {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
}

.switcher small {
    position: absolute;
    left: -25px;
    margin: 0;
    top: 0px;
    max-width: 20px;
}


/* currency selector  */

.currency-selector {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 0;
    background: rgba(255, 255, 255, 1);
}

.currency-content {
    position: absolute;
    left: 0;
    top: 100px;
    text-align: center;
    max-width: 700px;
    width: 100%;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    right: 0;
    margin: 0 auto;
}

.currency-content h3 {
    margin-bottom: 40px;
    font-size: 32px !important;
    margin-top: 15px;
    text-transform: capitalize;
}

.currency-flag a,
.all-currency .currency-flags a {
    display: inline-block;
    margin: 0 25px;
    padding: 10px 20px;
}

.currency-flag a:hover,
.currency-flag a:focus,
.all-currency .currency-flags a:hover,
.all-currency .currency-flags a:focus {
    text-decoration: none;
}

.currency-flag img,
.all-currency .currency-flags img {
    border: 1px solid #ebebeb;
    display: block;
    /* max-width: 100px; */
    margin: 0 auto;
    max-height: 100px;
    max-width: 100px;
}

.currency-flag span,
.all-currency .currency-flags span {
    display: block;
    margin-top: 15px;
    color: #000;
    text-transform: uppercase;
    font-family: 'sofia_promedium';
}

.boltt-currency-logo {
    padding: 20px 0;
}

.all-currency .currency-content {
    max-width: 100%;
}

.currency-flag ul,
.all-currency .currency-flags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.currency-flag .nav-tabs>li a,
.all-currency .currency-flags .nav-tabs>li a {
    margin: 0 auto;
}

.currency-flag .nav-tabs>li,
.all-currency .currency-flags .nav-tabs>li {
    text-align: center;
}

.sub-countries {
    display: none;
}

.currency-list ul {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    max-width: 910px;
}

.currency-list ul li {
    width: 20%;
    float: left;
    text-align: left;
    padding: 10px 5px 0 0px;
    list-style: none;
}

.currency-list ul li a {
    color: #000;
    font-family: 'sofia_promedium';
}

.all-currency .currency-flags>.nav-tabs>li {
    margin-right: 2px;
}

.all-currency .currency-flags>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
    font-size: 17px;
}

.all-currency .currency-flags>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.all-currency .currency-flags>.nav-tabs>li.open,
.all-currency .currency-flags>.nav-tabs>li:hover {
    border-bottom: 3px solid #fd466f;
}

.all-currency .currency-flags>.nav-tabs>li.open>a,
.all-currency .currency-flags>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.all-currency .currency-flags>.nav-tabs>li.active {
    border-bottom: 3px solid #fd466f;
    position: relative;
}

.all-currency .currency-flags>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.all-currency .currency-flags>.nav-tabs>li.active>a>i {
    color: #404040;
}

.sub-countries li a {
    position: relative;
}

.sub-countries li a:before {
    background: url(../images/flags_sml_country.png);
    display: block;
    position: absolute;
    width: 14px;
    height: 10px;
    content: '';
    left: -23px;
    /* line-height: 30px; */
    top: 5px;
}


/*--northamerica--*/

.sub-countries li.noneopacity a:before {
    opacity: 0;
}

.sub-countries li.unitedstates a:before {
    background-position: -714px -0px;
}

.sub-countries li.canada a:before {
    background-position: -98px -0px;
}

.sub-countries li.maxico a:before {
    background-position: -448px -0px;
}

.sub-countries li.puertorico a:before {
    background-position: -546px -0px;
}


/*--southamerica--*/

.sub-countries li.argentina a:before {
    background-position: -378px -0px;
}

.sub-countries li.brasil a:before {
    background-position: -84px -0px;
}

.sub-countries li.chile a:before {
    background-position: -378px -0px;
}

.sub-countries li.uruguay a:before {
    background-position: -84px -0px;
}


/*--europe--*/

.sub-countries li.belgium a:before {
    background-position: -56px -0px;
}

.sub-countries li.bulgaria a:before {
    background-position: -70px -0px;
}

.sub-countries li.ceskarepublika a:before {
    background-position: -154px -0px;
}

.sub-countries li.croatia a:before {
    background-position: -294px -0px;
}

.sub-countries li.danmark a:before {
    background-position: -182px -0px
}

.sub-countries li.deutschland a:before {
    background-position: -168px -0px;
}

.sub-countries li.greece a:before {
    background-position: -266px -0px;
}

.sub-countries li.spain a:before {
    background-position: -210px -0px;
}

.sub-countries li.finland a:before {
    background-position: -224px -0px;
}

.sub-countries li.france a:before {
    background-position: -238px -0px;
}

.sub-countries li.ireland a:before {
    background-position: -336px -0px
}

.sub-countries li.israel a:before {
    background-position: -350px -0px
}

.sub-countries li.italia a:before {
    background-position: -0px -0px;
}

.sub-countries li.luxembourg a:before {
    background-position: -420px -0px;
}

.sub-countries li.hungary a:before {
    background-position: -308px -0px;
}

.sub-countries li.nederland a:before {
    background-position: -476px -0px;
}

.sub-countries li.norge a:before {
    background-position: -490px -0px;
}

.sub-countries li.austria a:before {
    background-position: -28px -0px;
}

.sub-countries li.polska a:before {
    background-position: -532px -0px;
}

.sub-countries li.portugal a:before {
    background-position: -560px -0px;
}

.sub-countries li.russia a:before {
    background-position: -588px -0px;
}

.sub-countries li.romania a:before {
    background-position: -574px -0px;
}

.sub-countries li.slovakia a:before {
    background-position: -658px -0px;
}

.sub-countries li.slovenia a:before {
    background-position: -644px -0px;
}

.sub-countries li.sverige a:before {
    background-position: -616px -0px;
}

.sub-countries li.switzerland a:before {
    background-position: -112px -0px;
}

.sub-countries li.turkey a:before {
    background-position: -686px -0px;
}

.sub-countries li.unitedkingdom a:before {
    background-position: -252px -0px;
}


/*--asiapacific--*/

.sub-countries li.australia a:before {
    background-position: -42px -0px;
}

.sub-countries li.hongkong a:before {
    background-position: -280px -0px;
}

.sub-countries li.india a:before {
    background-position: -364px -0px;
}

.sub-countries li.indonesia a:before {
    background-position: -322px -0px;
}

.sub-countries li.malaysia a:before {
    background-position: -462px -0px;
}

.sub-countries li.newzealand a:before {
    background-position: -504px -0px;
}

.sub-countries li.philippines a:before {
    background-position: -518px -0px;
}

.sub-countries li.singapore a:before {
    background-position: -630px -0px;
}

.sub-countries li.vietnam a:before {
    background-position: -742px -0px;
}

.sub-countries li.chinamainland a:before {
    background-position: -140px -0px;
}

.sub-countries li.taiwan a:before {
    background-position: -700px -0px;
}

.sub-countries li.japna a:before {
    background-position: -392px -0px;
}

.sub-countries li.republicofkorea a:before {
    background-position: -406px -0px;
}

.sub-countries li.thailand a:before {
    background-position: -140px -0px;
}


/*--middleeast--*/

.sub-countries li.saudiarabia a:before {
    background-position: -602px -0px;
}

.sub-countries li.unitedarabemirates a:before {
    background-position: -14px -0px;
}


/*--africa--*/

.sub-countries li.egypt a:before {
    background-position: -196px -0px;
}

.sub-countries li.maroc a:before {
    background-position: -434px -0px;
}

.sub-countries li.southafrica a:before {
    background-position: -756px -0px;
}


/* currency selector  */


/*
===== HOW IT WORKS SECTION =======*/

.how-it-works {
    padding: 100px 0px;
    min-height: 1px;
    max-height: none;
}

.how-it-works-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: black;
}

.how-it-works h2 {
    text-transform: capitalize;
    font-size: 36px;
    /*     letter-spacing: 1px; */
    text-align: center;
    margin: 0px 0px 80px;
}

.how-it-works-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.how-it-works-item {
    width: 33.333%;
    padding: 5px 10px;
    text-align: center;
    position: relative;
}

.how-it-works-item:last-child {
    border: none;
}

.how-it-works-item figure {
    margin: 0 0 60px;
}

.how-it-works-item p {
    font-size: 16px;
    line-height: 1.2;
}

.how-it-works-arrow {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: 30px;
}

.how-it-works-arrow1 {
    width: 45px;
    height: 35px;
    background: url(../images/how-it-works-arrow-circle.png) no-repeat center;
    background-size: cover;
}

.how-it-works-arrow2 {
    width: 45px;
    height: 25px;
    background: url(../images/how-it-works-arrow.png) no-repeat center;
    background-size: cover;
}

@media only screen and (max-width:1200px) {
    .how-it-works-container {
        width: 94%;
    }
    .how-it-works {
        padding: 70px 0;
    }
    .how-it-works h2 {
        font-size: 33px;
        /*         letter-spacing: .18em; */
        margin: 0px 0px 60px;
    }
}

@media only screen and (max-width:1024px) {
    .how-it-works h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width:800px) {
    .how-it-works h2 {
        font-size: 28px;
    }
}


/* How It Works End */


/*  contact */

.customer-support-form {
    text-align: left;
}

.customer-support-form .close {
    position: relative;
    z-index: 100;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
}


/* for header menu mobile and desktop both */

@media (max-width: 990px) {
    .currency-switcher {
        width: auto;
        right: 80px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .currency-switcher small {
        color: white;
    }
    .currency-flag {
        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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        padding: 1em;
    }
    .currency-flag a {
        margin: 0;
    }
    .currency-flag a img {
        max-height: 70px;
        max-width: 70px;
    }
    .currency-flag a span {
        font-size: 0.8em;
        width: 100%;
    }
    ul.boltt-nav>li>ul>li:hover {
        left: 0px;
    }
    ul.boltt-nav>li>ul>li:hover>a {
        color: #fff;
    }
    .boltt-nav li li a:hover {
        color: #fff;
    }
    .boltt-nav li li {
        font-size: 18px;
    }
    .boltt-header:hover,
    .boltt-header {
        background: rgba(0, 0, 0, 0.95);
    }
    ul.boltt-nav>li>ul,
    ul.boltt-nav>li>ul>li ul {
        padding: 0;
        margin: 0;
    }
    ul.boltt-nav>li>ul>li ul {
        display: block;
        margin-left: 10px;
    }
    ul.boltt-nav>li ul {
        margin-left: 15px;
    }
    ul.boltt-nav>li>ul,
    ul.boltt-nav>li:hover>ul {
        display: none;
    }
    /*
    ul.boltt-nav>li:after,
    ul.boltt-nav>li:before {
        position: absolute;
        display: block;
        top: 21px;
        right: 20px;
        width: 20px;
        height: 1px;
        background-color: #fff;
        content: "";
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    ul.boltt-nav>li:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    ul.boltt-nav>li:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    ul.boltt-nav>li.menu-open:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    ul.boltt-nav>li.menu-open:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    */
    .boltt-nav li a.btn-gradient-red {
        width: auto;
        padding: 0 15px;
    }
    .boltt-nav li li a {
        color: #fff !important;
    }
    .boltt-nav li li li a,
    .boltt-nav li li li:hover a {
        color: #afafaf !important;
    }
    .boltt-header {
        max-width: 100%;
        width: 100%;
    }
    .boltt-nav {
        position: fixed;
        width: 250px;
        right: -250px;
        text-align: left;
        min-height: 100%;
        max-height: 100vh;
        background: rgba(255, 255, 255, 0.9);
        overflow-y: scroll;
    }
    ul.boltt-nav>li {
        display: block;
        padding-left: 20px;
    }
    ul.boltt-nav>li.inner-logo {
        display: none;
    }
    .boltt-logo {
        overflow: hidden;
        display: block;
        padding: 8px 20px;
    }
    .boltt-logo-inner {
        width: 100px;
        float: left;
        margin-top: 5px;
    }
    .boltt-hamburger-menu {
        float: right;
        position: relative;
        overflow: hidden;
        width: 38px;
        height: 38px;
    }
    .boltt-hamburger-menu span {
        display: block;
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .boltt-hamburger-menu span:after,
    .boltt-hamburger-menu span:before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: "";
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .boltt-hamburger-menu span:before {
        top: -10px;
    }
    .boltt-hamburger-menu span:after {
        bottom: -10px;
    }
    .boltt-hamburger-menu.is-active span {
        background: none;
    }
    .boltt-hamburger-menu.is-active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .boltt-hamburger-menu.is-active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/* for header menu mobile and desktop both */

@media only screen and (max-width:767px) {
    .how-it-works {
        padding-top: 0;
        padding-bottom: 0px;
    }
    .how-it-works h2 {
        font-size: 30px;
        /*         letter-spacing: .02em; */
        text-transform: capitalize;
        margin-top: 0;
        margin-bottom: 70px;
    }
    .how-it-works-item {
        width: 100%;
        padding: 0 0 50px;
        margin: 0 auto;
        border-bottom: 1px solid #c3c3c3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .how-it-works-item+.how-it-works-item {
        margin-top: 50px;
    }
    .how-it-works-arrow1,
    .how-it-works-arrow2 {
        background: transparent;
        display: none;
    }
    .how-it-works-item figure {
        margin-bottom: 0;
        max-width: 110px;
    }
    .how-it-works-item p {
        text-align: left;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    /* currency selector  */
    .currency-selector {
        overflow: 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;
        color: black;
        overflow: auto;
    }
    .currency-content {
        position: absolute;
        left: 0;
        top: 100px;
        text-align: center;
        max-width: 700px;
        width: 100%;
        /* -webkit-transform: translate(-50%, -50%); */
        /* transform: translate(-50%, -50%); */
        right: 0;
        margin: 0 auto;
    }
    .currency-content h3 {
        margin-bottom: 20px;
        font-size: 22px !important;
    }
    .currency-flag a,
    .all-currency .currency-flags a {
        display: inline-block;
        margin: 0 25px;
        padding: 10px 20px;
    }
    .currency-flag a:hover,
    .currency-flag a:focus,
    .all-currency .currency-flags a:hover,
    .all-currency .currency-flags a:focus {
        text-decoration: none;
    }
    .currency-flag img,
    .all-currency .currency-flags img {
        border: 1px solid #ebebeb;
        display: block;
        /* max-width: 100px; */
        margin: 0 auto;
        max-height: 100px;
        max-width: 100px;
    }
    .currency-flag span,
    .all-currency .currency-flags span {
        margin-top: 0px;
    }
    .boltt-currency-logo {
        padding: 0px;
        width: 80%;
        margin: auto;
    }
    .boltt-currency-logo img {
        max-width: 180px;
    }
    .all-currency .currency-content {
        position: relative;
        top: 0;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
    }
    .currency-flag ul,
    .all-currency .currency-flags ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
    }
    .currency-flag .nav-tabs>li a,
    .all-currency .currency-flags .nav-tabs>li a {
        margin: 0 auto;
    }
    .currency-flag .nav-tabs>li,
    .all-currency .currency-flags .nav-tabs>li {
        text-align: center;
    }
    .sub-countries {
        display: none;
    }
    .currency-list ul {
        display: block;
        width: 90%;
        margin-top: 0px;
        /* max-width: 100%; */
        max-height: 200px;
        overflow: auto;
        padding: 10px 0px 50px 0px;
        border-bottom: solid 1px lightgrey;
        margin: auto;
    }
    .currency-list ul li {
        width: 50%;
        padding: 10px 5px 0 30px;
    }
    .currency-list ul li a {
        font-size: 12px;
    }
    .all-currency .currency-flags>.nav-tabs>li {
        width: 45%;
        padding: 0;
        margin: 0;
        margin-right: 4%;
        border-bottom: solid 3px transparent;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }
    .all-currency .currency-flags>.nav-tabs>li>a {
        font-size: 12px;
        padding: 5px 0px;
        text-align: left;
        display: block;
    }
    .all-currency .currency-flags>.nav-tabs>li>a>i {
        color: #a6a6a6;
    }
    .all-currency .currency-flags>.nav-tabs>li.open,
    .all-currency .currency-flags>.nav-tabs>li:hover {
        border-bottom: 3px solid #fd466f;
    }
    .all-currency .currency-flags>.nav-tabs>li.open>a,
    .all-currency .currency-flags>.nav-tabs>li:hover>a {
        border: 0;
        background: none !important;
        color: #333333;
    }
    .all-currency .currency-flags>.nav-tabs>li.active {
        border-bottom: 3px solid #fd466f;
        position: relative;
        /* max-width: 130px; */
        width: 45%;
    }
    .all-currency .currency-flags>.nav-tabs>li.active>a {
        border: 0;
        color: #333333;
        padding: 5px 0px;
    }
    .all-currency .currency-flags>.nav-tabs>li.active>a>i {
        color: #404040;
    }
    .sub-countries li a {
        position: relative;
    }
    .sub-countries li a:before {}
}


/* 767 End */

@media only screen and (max-width:500px) {
    .how-it-works-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:375px) {
    .how-it-works-item figure {
        width: 95px;
    }
}


/*===== HOW IT WORKS END ========*/

.vali-area-contact .contact-input-block {
    position: relative;
}

.vali-area-contact .contact-input-block .requer-value {
    position: absolute;
    width: 100%;
    color: red;
    padding: 5px;
    display: block;
}

.vali-area-contact-pop .requer-value {
    width: 100%;
    color: red;
    display: block;
}

.vali-area-contact-pop .btn.btn-default {
    background: #000;
    color: #fff;
    border-radius: 0;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px auto;
    width: 120px;
}

.vali-area-contact-pop .btn.btn-default:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

#form-submit-msg {
    text-align: center;
    padding: 50px;
}

#form-submit-msg h2 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 30px;
    font-family: 'sofia_prolight';
}


/* Outer */

.form-submit-msg.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
}


/* Inner */

.form-submit-msg .popup-inner {
    max-width: 600px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}


/* Close Button */

.form-submit-msg .popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.form-submit-msg .popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}


/* YOUTUBE VIDEOS STYLING */

.yt-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1100;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.yt-overlay-visible {
    visibility: visible;
    opacity: 1;
}

.yt-videos {
    width: 100%;
    min-height: 100vh;
}

#yt-close-icon,
.yt-close-icon {
    border: none;
    background: url(../images/yt-close-icon.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    padding: 0;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 2000;
}

.yt-body-overflow {
    overflow: hidden;
}

.blk-btn-uni {
    margin: 20px auto;
    text-align: center;
}

.red-btn-uni {
    margin: 20px auto 0;
    text-align: center;
}

.common-buy-now a.zero-bg {
    /* * Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6655+0,fe5d59+44,fb4f60+100 */
    background: #ff6655;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6655), color-stop(44%, #fe5d59), to(#fb4f60));
    background: linear-gradient(to bottom, #ff6655 0%, #fe5d59 44%, #fb4f60 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6655', endColorstr='#fb4f60', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 6px 9px -3px#ff6655;
    box-shadow: 0px 6px 9px -3px#ff6655;
}

.common-buy-now a.first-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4d61+0,fd466f+100 */
    background: #fb4d61;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fb4d61), to(#fd466f));
    background: linear-gradient(to bottom, #fb4d61 0%, #fd466f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4d61', endColorstr='#fd466f', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 6px 9px -3px #fb4d61;
    box-shadow: 0px 6px 9px -3px #fb4d61;
}

.common-buy-now a.second-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9a4f+0,ff5f56+100 */
    background: #ff9a4f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ff9a4f), to(#ff5f56));
    background: linear-gradient(to right, #ff9a4f 0%, #ff5f56 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a4f', endColorstr='#ff5f56', GradientType=1);
    /* IE6-9 */
    -webkit-box-shadow: 0px 6px 9px -3px #ff9a4f;
    box-shadow: 0px 6px 9px -3px #ff9a4f;
}

.common-buy-now a.third-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f62b55+0,f64747+100 */
    background: #f62b55;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f62b55), to(#f64747));
    background: linear-gradient(to right, #f62b55 0%, #f64747 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62b55', endColorstr='#f64747', GradientType=1);
    /* IE6-9 */
    -webkit-box-shadow: 0px 6px 9px -3px #f62b55;
    box-shadow: 0px 6px 9px -3px #f62b55;
}

.common-buy-now .common-real-price {
    width: 110px;
    text-align: center;
    display: block;
    font-size: 33px;
    line-height: 23px;
}

.common-buy-now .common-real-price b {
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

span.common-price-sec {
    font-size: 15px;
    font-family: 'sofia_prolight';
    text-transform: none;
    margin-left: 30px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    line-height: 16px;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .common2-content-block {
        text-align: center;
    }
    .section-common2 h3 {
        text-align: center;
        margin: 20px auto;
    }
    .common2-content-main {
        text-align: center;
    }
    .common2-content-main {
        padding-left: 0px !important;
    }
    .common2-fig-block {
        width: 100% !important;
        position: relative !important;
        max-width: none !important;
    }
}


/* COMMON BUTTON SYTLING */

.btn-gradient-red {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    width: 150px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 1px;
    background: #fd466f;
    background: -webkit-gradient(linear, left top, right top, from(#f95454), color-stop(66%, #fd466f), to(#fd466f));
    background: linear-gradient(to right, #f95454 0%, #fd466f 66%, #fd466f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95454', endColorstr='#fd466f', GradientType=1);
    -webkit-box-shadow: 0px 4px 10px -3px #fd466f;
    box-shadow: 0px 4px 10px -3px #fd466f;
    border-radius: 30px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn-gradient-red:focus,
.btn-gradient-red:hover,
.btn-gradient-red:active {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0px 4px 10px -3px #cccccc;
    box-shadow: 0px 4px 10px -3px #cccccc;
}

.btn-gradient-black {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    width: 150px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 1px;
    background: #000000;
    background: linear-gradient(135deg, #4d4d4d 0%, #000000 66%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000', GradientType=1);
    -webkit-box-shadow: 0px 4px 10px -3px #000000;
    box-shadow: 0px 4px 10px -3px #000000;
    border-radius: 30px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn-gradient-black:focus,
.btn-gradient-black:hover,
.btn-gradient-black:active {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0px 4px 10px -3px #cccccc;
    box-shadow: 0px 4px 10px -3px #cccccc;
}

@media only screen and (min-width:1400px) {
    .btn-gradient-red,
    .btn-gradient-black {
        font-size: 15px;
    }
}

@media only screen and (max-width:767px) {
    .btn-gradient-red,
    .btn-gradient-black {
        font-size: 13px;
        width: 120px;
        line-height: 30px;
    }
}

/* BTN STYLING END */

/* stores icon */

a.apple-store-icon {}

a.google-play-icon {
    display: none;
}

/* stores icon */