
@font-face {
    font-family: Futura;
    src: url("../fonts/588b3f3a-c193-4962-8e01-d4caef90f58b.woff"),
         url("../fonts/FuturaLTW04-Book.eot"),
         url("../fonts/FuturaLTW04-Book.eot");
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}   


/* Basic Styles */

html{
    scroll-behavior: smooth;
}

body{
    background-color: #fff;
    font-family: Futura,'Helvetica Neue',Helvetica,sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.page-center{
    max-width:1200px;
    padding:0 15px;
    margin: 0 auto;
}

a{
    text-decoration: none;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

p{
    margin: 0;
    color: #474747;
    font-size: 15px;
    line-height: 24px;
    font-family: Futura,'Helvetica Neue',Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.5;
    color: #1b1b1b;
    font-family: Futura,'Helvetica Neue',Helvetica,sans-serif;
}

.form-control{
    appearance: auto;
}

/* Header */

header {
    padding: 10px 0;
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.mobile-trigger {
    display: none;
}
.header-logo img {
    width: 100px;
}
/* End Header */


/* Banner Slider */
.slider-hero {
    position: relative;
}
.hero-text-buttons {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #ddd;
    clear: both;
}
.hero-left-content {
    position: absolute;
    z-index: 2;
    width: 75%;
    margin-top: 7%;
    margin-left: 10%;
}

.text-block-60 {
    max-width: 400px;
    min-height: 25px;
    margin-top: 40px;
    font-family: Mark,sans-serif;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.app-store-links {
    margin-top: 30px;
}
.link-block-9 {
    margin-right: 20px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.hero-product-slider {
    min-height: 700px;
    margin-left: 6%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: transparent;
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.mask-4 {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.home-slide-1 {
    background-color: rgba(104,60,175,.05);
}
.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
.hero-right-content {
    position: relative;
    width: 480px;
    height: 712px;
    margin-right:0;
    margin-left: auto;
    background-color: transparent;
}
.hero-push {
    position: absolute;
    left: 0%;
    top: 470px;
    right: auto;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}
.image-46 {
    margin-right: 14px;
    margin-left: 20px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.push-date {
    min-height: 10px;
    font-family: Mark,sans-serif;
    color: #787878;
    font-size: 11px;
    font-weight: 500;
}
.push-copy {
    min-height: 10px;
    font-family: Mark,sans-serif;
    color: #6e6e6e;
    font-size: 13px;
    font-weight: 700;
}
.push-cash {
    min-height: 10px;
    margin-right: 20px;
    margin-left: 10px;
    font-family: Mark,sans-serif;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 700;
}
.hero-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-10.prodict-image1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left:0;
    /* -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8); */
}
.image-9 {
    position: absolute;
    left: 16%;
    top: -28%;
    right: auto;
    bottom: 0;
    z-index: -3;
    margin-top: 365px;
    margin-right: auto;
    margin-left: -203px;
    opacity: .2;
    -webkit-transform: scale(1.4) rotate(94deg);
    -ms-transform: scale(1.4) rotate(94deg);
    transform: scale(1.4) rotate(94deg);
    max-width: 480px;
}

h1.heading-17 {
    width: 60%;
    background: #e4027f21;
    padding: 10px;
    font-size: 40px;
    line-height: 1.2;
}

.bold-text-17 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
}


.home-slide-2 {
    background-color: rgba(143,226,180,.1);
}
.home-slide-3 {
    background-color: rgba(251,237,227,.5);
}

/* End Banner Slider */


/* Circle Cards */
.cards-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 10px 20px 10px rgb(0 0 0 / 10%);
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

#hero-product-image img {
    max-width: 300px;
}

.cards-inner h4,
.logos-wrappper h4,
.security-wrapper h4,
.use-wrapper h4 {
    margin-top: 20px;
    margin-bottom: 7px;
    text-align: center;
    color: #9b9999;
    font-size: 11px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 0 15px;
}

.cards-inner .section-title-divider-light,
.logos-wrappper .section-title-divider-light,
.security-wrapper .section-title-divider-light,
.use-wrapper .section-title-divider-light {
    width: 30px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    background-color: rgba(104,60,175,.2);
}

.cards-inner h2,
.logos-wrappper h2,
.security-wrapper h2,
.use-wrapper h2 {
    margin-bottom: 30px;
    margin-left: auto;
    font-family: Futura,'Helvetica Neue',Helvetica,sans-serif;
    color: #1b1b1b;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}

.cards-inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.cards-inner-wrapper .cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cards-inner-wrapper .cards img {
    /* max-width: 80%; */
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.cards-inner-wrapper .cards img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.cards-inner-wrapper .cards h5 {
    min-height: 10px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Mark,sans-serif;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.cards-inner-wrapper .cards p {
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    max-width: 600px;
    font-family: Mark,sans-serif;
    color: #6e6e6e;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.cards-inner h2 span {
    border-bottom: 3px solid rgba(104,60,175,.25);
}

.home-slide-3.w-slide .image-9 {
    left: 43%;
    -webkit-transform: scale(1.2) rotate(54deg);
    -ms-transform: scale(1.2) rotate(54deg);
    transform: scale(1.2) rotate(54deg);
}

img.image-10 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
/* End Circles Cards */


/* Logos */

.logos-wrappper .logos {
    max-width: 1280px;
    margin: 60px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-rows: minmax(190px,190px);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 190px minmax(190px,190px) minmax(190px,190px) minmax(190px,190px);
    grid-template-columns: 190px minmax(190px,190px) minmax(190px,190px) minmax(190px,190px);
    -ms-grid-rows: minmax(190px,190px) minmax(190px,190px) minmax(190px,190px) minmax(190px,190fr);
    grid-template-rows: minmax(190px,190px) minmax(190px,190px) minmax(190px,190px) minmax(190px,190fr);
    text-align: center;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-rows: minmax(190px,190px) minmax(190px,190px) minmax(190px,190px);
    grid-template-rows: minmax(190px,190px) minmax(190px,190px) minmax(190px,190px);
}

.logos-wrappper .logos img {
    width: 195px;
}

.logos-wrappper p {
    text-align: center;
    color: #1b1b1b;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 110px;
}


/* Security  */
.security-wrapper {
    width: 100%;
    margin-top: 110px;
    margin-bottom: 110px;
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #17856f;
}

.security-wrapper h4 {
    color: #fff;
}

.security-wrapper .section-title-divider-light {
    background-color: hsla(0,0%,100%,.5);
}

.security-wrapper h2 {
    color: #fff;
    padding:0 15px;
    font-family: Futura,'Helvetica Neue',Helvetica,sans-serif;
}

.security-inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.security-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #17856f;
    color: #fff;
}

.security-item > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.security-item > div h5 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.security-item > div p {
    min-height: 25px;
    color: #fff;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 26px;
}

/* End Security */

/* End Logos */


/* Free Cash */
.free-cash {
    display: block;
    max-width: 100%;
    margin: 0;
    padding-top: 130px;
    padding-bottom: 130px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #f9f9f9;
    padding-left:15px;
    padding-right:15px;
}

.free-cash-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.free-cash-inner > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.free-cash-inner > div h2 {
    color: #1b1b1b;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}

.free-cash-inner > div p {
    color: #1b1b1b;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 600px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 26px;
    font-weight: bold;
}

.free-cash-inner > div > div {
    margin-top: 30px;
}

.free-cash-inner > div > div > a:first-child {
    margin-right: 20px;
}
.free-cash-inner > div > div > a {
    margin-bottom: 10px;
    display: inline-block;
}
/* End Free Cash */

/* Use Slider */

.use-inner-wrapper > p {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    max-width: 600px;
    color: #6e6e6e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 26px;
    font-weight: bold;
    padding: 0 15px;
}
.user-slider-wrapper {
    max-width: 1020px;
    min-height: 600px;
    margin: 70px auto;
    background-color: hsla(0,0%,86.7%,0);
}

.user-slider-item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 600px;
    margin: 40px auto;
    padding-right: 90px;
    padding-left: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url(../images/contact_banner_img.jpg);
    background-position: 0 0;
    background-size: cover;
}
.slick-dots li button:before {
    content: none;
}
/* .user-slider-item.two{
    background-image: url(../images/bottom_slider_img_2.jpg);
}
.user-slider-item.three{
    background-image: url(../images/bottom_slider_img_3.jpg);
}
.user-slider-item.four{
    background-image: url(../images/bottom_slider_img_4.jpg);
} */

.user-slider-item h2 {
    max-width: 600px;
    min-height: 25px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 58px;
    line-height: 58px;
    font-weight: 600;
    margin-left: 0;
    text-align: left;
}

.user-slider-item p {
    max-width: 340px;
    min-height: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.user-slider-wrapper ul.slick-dots {
    display: inline-block;
    width: auto;
    bottom: 200px;
    left: 84px;
}

.user-slider-wrapper ul.slick-dots li button {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255,255,255,.4);
    cursor: pointer;
    transition: background-color .1s,color .1s;
    border-radius: 50%;
    margin: 0;
}

.user-slider-wrapper ul.slick-dots li {
    margin: 0;
}

.user-slider-wrapper ul.slick-dots li.slick-active button {
    background-color: #fff;
}
.user-slider-wrapper > button {
    display: none !important;
}

/* End Use Slider */


/* Contact Us Page */
.banner-area {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-area:before{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0 0 0 / 64%);
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}
.banner-area > .page-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-area h1 {
    font-size: 46px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: 200;
    font-style: normal;
}

.choose-country {
    margin: 80px 0;
}

.choose-country select#country {
    border: 1px solid #c4c4c4;
    background-color: transparent;
    background: #fff;
    display: inline-block;
    max-width: 200px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #000;
    line-height: 40px;
    text-align: initial;
    height: 40px;
    border-radius: 3px;
    outline: none;
    appearance: auto;
    box-shadow: none;
}

.country {
    display: flex;
    align-items: center;
    justify-content: center;
}

.country label {
    display: inline-block;
    margin-right: 10px;
    font-weight: 200;
    font-style: normal;
    font-size: 17px;
}


.contact-content .items h2 {
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: initial;
    color: #313131;
    cursor: pointer;
    padding: 21px 0;
    position: relative;
    border-bottom: #c8c6c5 1px solid;
}

.contact-content .content-item {
    border-bottom: #e8e8e8 1px solid;
    padding: 32px 0;
    position: relative;
}

.contact-content .content-item .left {
    width: 58%;
    position: relative;
    display: inline-block;
}

.contact-content .content-item .right {
    position: relative;
    width: 20.6%;
    display: inline-block;
    margin-left: 20.4%;
}

.contact-content .content-item .left h3 {
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #1b1b1b;
}

.contact-content .content-item .left p {
    font-weight: 200;
    font-style: normal;
    color: #313131;
    font-size: 12px;
    line-height: 1.5;
}

.contact-content .content-item .right p {
    color: #000;
    letter-spacing: 1px;
    font-variant-ligatures: none;
    margin-bottom: 10px;
    margin-top: 4%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
}

.contact-content .content-item.live-chat .right button {
    background: #e5dfd9;
    color: #999;
    min-width: inherit;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    letter-spacing: 1px;
}

.contact-content .content-item .right button {
    min-width: inherit;
    width: 100%;
    outline: none;
    background-color: #1b1b1b;
    border: none;
    color: #e5dfd9;
    font-family: Futura,Helvetica,Arial,sans-serif;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    letter-spacing: 1px;
}
.contact-content .items.two {
    margin-top: 30px;
}

.contact-content .items.two h2 {
    border: 0;
}
.contact-content {
    margin-bottom: 50px;
}

div#emailModal .name {
    display: flex;
    justify-content: space-between;
}

div#emailModal .name > div {
    flex: 1;
    margin: 0 5px;
}

div#emailModal .name > div.first-name {
    flex: 2;
}

div#emailModal .name > div.last-name {
    flex: 2;
}

div#emailModal label {
    margin-bottom: 10px;
}

div#emailModal .row {
    margin-bottom: 15px;
}

div#emailModal input, div#emailModal textarea,div#emailModal select {
    margin-bottom: 15px;
}

div#emailModal .phone .phone-inner {
    display: flex;
}

div#emailModal .phone .phone-inner .country-code {
    flex: 1;
    margin: 0 5px;
}

div#emailModal .phone .phone-inner .phone-field {
    flex: 2;
    margin: 0 5px;
}

div#emailModal .subject {
    width: 50%;
}


div#emailModal .message p {
    text-align: center;
    font-size: 12px;
}

div#emailModal .modal-footer {
    border: 0;
    justify-content: center;
}

div#emailModal .modal-footer button.btn.btn-primary {
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    letter-spacing: 1px;
    font-variant-ligatures: none;
    line-height: 36px;
    min-width: 234px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #1b1b1b;
    border: none;
    color: #e5dfd9;
    box-shadow: none;
}

div#emailModal h5#exampleModalLabel {
    font-size: 30px;
    letter-spacing: 4px;
    font-variant-ligatures: none;
    margin-bottom: 0;
    color: #313131;
    line-height: 38px;
    position: relative;
    text-align: center;
}

div#emailModal .modal-header {
    border: 0;
    margin-bottom: 30px;
}

div#emailModal .form-control{
    background: #f5f5f5;
    border: 0;
    font-size: 13px;
    min-height: 40px;
}

div#emailModal .form-control:focus{
    background: #f5f5f5;
    outline: none;
    box-shadow: none;
}

div#emailModal .modal-dialog .modal-content {
    padding: 50px;
}

/* End Contact Us Page */


/* Faq Page */
button.accordion-button {
    background: #fff !important;
    border: 0 !important;
    font-size: 20px;
    color: #222 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* End Faq Page */




/* Footer */
footer {
    font-weight: 600;
    font-style: normal;
    background: #1b1b1b;
    color: #999;
    position: relative;
    width: 100%;
}

footer .page-center {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}


.footer-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-wrapper .footer-menu {
    width: 20%;
    padding: 0 15px;
}

.footer-menu h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.footer-menu > ul > li {
    margin-top: 15px;
}

.footer-menu > ul > li > a {
    display: block;
    font-weight: 400;
    font-style: normal;
    color: #e5dfd9;
    line-height: 12px;
    font-size: 12px;
    font-family: Futura, Helvetica, Arial, sans-serif;
    }

.footer-menu p {
    line-height: 16px;
    font-size: 11px;
    font-family: Futura, Helvetica, Arial, sans-serif;
}

.footer-menu p a {
    text-decoration: underline;
    color: inherit;
}

p.error-msg {
    color: #f95e65;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    margin: 10px 0;
    margin: 10px 0;
    opacity: 0;
}


.footer-form input {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: inherit;
    color: #e5dfd9;
    background-color: #000;
    float: left;
    height: 28px;
    margin: 0;
    padding: 5px 7px;
    border: none;
    font-weight: 400;
    font-style: normal;
    outline: none;
}

.footer-form input::placeholder{
    color:#fff;
}

.newsletter-form .input-group {
    position: relative;
}

.newsletter-button-wrapper {
    position: absolute;
    right: 0;
    top: 36px;
}

.newsletter-button-wrapper span.icon-submit {
    pointer-events: none;
    position: absolute;
}

.footer-form input.submit-button {
    color: #1b1b1b;
    font-size: 12px;
    padding: 0 13px;
    padding-left: 13px !important;
    cursor: pointer;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    background-color: #000;
    border: 1px solid #000;
    height: 28px;
    width: 28px;
}

.newsletter-button-wrapper span.icon-submit i {
    color: #e5dfd9;
    font-size: 8px;
    height: auto;
    overflow: visible;
    position: absolute;
    right: -17px;
    top: 10px;
    z-index: 1;
}

.footer-form input.submit-button:hover {
    background-color: #4b4b4b;
    border-color: #4b4b4b;
}

.newsletter-form .input-group:before,
.newsletter-form .input-group:after {
    content: "";
    display: block;
    clear: both;
}

.newsletter-form {
    margin-bottom: 40px;
}

.footer-form .location label {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    font-variant-ligatures: none;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-form .location .field-wrapper {
    position: relative;
    display: flex;
}

.footer-form .location .field-wrapper span.store-locator {
    display: block;
    font-size: 10px;
    left: 6px;
    overflow: visible;
    pointer-events: none;
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 100%;
}

.footer-form .location .field-wrapper span.store-locator i.fa-chevron-right {
    font-size: 8px;
    color: #e5dfd9;
    right: 16px;
    top: 0;
    position: absolute;
}

.copyright p {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #999;
    padding-bottom: 20px;
}

.footer-form .location input {
    padding-left: 20px;
}

.footer-form .location .field-wrapper span.store-locator i.fa-location-pin {
    color: rgba(229,223,217,.5);
    position: absolute;
}

.footer-menu > ul > li > a i {
    font-size: 14px;
    color: rgba(229,223,217,.5);
    padding-right: 6px;
}
.footer-menu > ul > li.brand > a {
    line-height: 1.5;
}
.copyright {
    margin-top: 20px;
}


/* Testimonials */
.testimonials {
    padding: 0px 0 50px;
}

.testimonials .heading {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials .heading h4 {
    margin-bottom: 15px;
}

.testimonials .item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonials .item-wrapper .item {
    width: 33%;
}

.testimonials .item-wrapper .item .quotes {
    text-align: center;
}

.item .quotes i {
    font-size: 30px;
    color: #e4027f;
}

.testimonials .item-wrapper .item .text {
    text-align: center;
    margin: 10px 0;
}

.testimonials .item-wrapper .item .item-inner {
    padding:20px 10px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 0 20px;
}

.testimonials .item-wrapper .item .border {
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 auto 20px;
    border-radius: 10px;
}

.testimonials .item-wrapper .item .image {
    text-align: center;
}

.testimonials .item-wrapper .item .image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.testimonials .item-wrapper .item .text p {
    font-weight: bold;
}
.testimonials button.slick-arrow {
    background: #e4027f;
    padding: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    z-index: 1;
}
.testimonials button.slick-next {
    right: 0;
}

.testimonials button.slick-prev {
    left: 0;
}

/* End Testimonials */


/* Vedeo */
.vedeo-wrapper {
    padding: 0 30px;
}

.vedeo-inner {
    position: relative;
    height: 700px;
}

.vedeo-upper-wrapper {
    height: 100%;
}

.vedeo-wrapper .vedeo-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.vedeo-wrapper .vedeo-content h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.vedeo-wrapper .vedeo-content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.vedeo-wrapper .vedeo-content a {
    color: #e4027f;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    background: #fff;
}

.vedeo-wrapper .vedeo-content a:hover {
    background: #e4027f;
    color: #fff;
}


.vedeo-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
/* End Vedeo */

/* End Footer */

@media(min-width:992px){

    .menu-primary  > ul {
        display: flex;
    }
    
    .header-logo {
        margin-right: 50px;
    }
    
    .menu-primary > ul > li > a {
        margin-right: 20px;
        transition: .2s;
        color: #1b1b1b;
        padding: 20px;
        padding-right: 24px;
        padding-left: 12px;
        font-weight: bold;
        display: block;
    }
    
    .menu-primary > ul > li {
        position: relative;
    }
    
    .menu-primary > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 4px -19px 35px 0 rgb(82 82 82 / 8%), 11px 11px 30px -10px rgb(77 77 77 / 15%);
        padding: 20px 40px 20px 10px;
        width:400px;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
    }
    
    .menu-primary > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }
    
    .menu-primary > ul > li > ul > li {
        padding: 10px 20px 4px;
        padding-left: 10px;
        background-color: rgba(201,161,255,0);
        color: #1b1b1b;
        max-width: 100%;
    }

    .menu-primary > ul > li > ul > li > a h4 {
        margin-bottom: 5px;
        color: #1b1b1b;
        font-size: 17px;
        font-weight: 500;
        text-align: left;
    }
    
    .menu-primary > ul > li > ul > li > a {
        display: flex;
        align-items: center;
        text-align: left;
    }
    .menu-primary > ul > li.about > ul > li > a {
        color: #6e6e6e;
    }
    
    .menu-primary > ul > li > ul > li > a img {
        margin-right: 20px;
        filter: grayscale(1);
    }
    
    .menu-primary > ul > li.about ul.drop_down {
        width: 180px;
    }
    
    .menu-primary > ul > li > ul > li > a  span {
        color: #9b9999;
        font-size: 14px;
        font-weight: 300;
        white-space: normal;
        text-align: left;
    }
}

@media(max-width:991px){
    .modal.show .modal-dialog {
        max-width: 90%;
    }
    .footer-menu-wrapper .footer-menu {
        width: 50%;
        margin-bottom: 30px;
    }

    .header-inner {
        justify-content: space-between;
    }
    
    .mobile-trigger {
        display: block;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        /* background-color: rgba(251,237,227,.5); */
        border-radius: 4px;
    }
    
    .mobile-trigger i {
        font-size: 18px;
    }
    
    header .page-center {
        max-width: 730px;
        position: relative;
    }
    
    .mobile-open .mobile-trigger {
        background-color: #c8c8c8;
        color: #fff;
    }
    .menu-primary {
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        z-index: 999;
    }
    
    .menu-primary > ul > li > a {
        width: 100%;
        padding-left: 36px;
        color: #1b1b1b;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        display: block;
    }
    .menu-primary > ul > li {
        margin-bottom: 15px;
    }
    
    .menu-primary > ul {
        padding-top: 20px;
    }
    
    .menu-primary > ul > li > ul > li > a {
        width: 100%;
        padding: 20px;
        text-align: left;
        padding-left: 50px;
        display: block;
        color: #683caf;
    }

    .logos-wrappper .logos {
        max-width: 1080px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .security-inner {
        padding-right: 50px;
        padding-left: 50px;
    }
    .logos-wrappper .logos{
        padding: 0 20px;
    }
    
    .logos-wrappper .logos img {
        width: 80%;
    }
    .logos-wrappper p {
        padding: 0 15px;
    }

    .hero-left-content {
        margin-left: 10%;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .hero-right-content {
        margin-top: 4px;
        margin-right: -23%;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .hero-push {
        left: -100px;
        top: 462px;
        right: 0;
    }
    .image-9 {
        left: 22%;
    }
    .image-10 {
        margin-bottom: 172px;
    }
   
    .header-logo {
        padding-left: 15px;
    }

    .hero-right-content {
        margin-right: 0;
    }
    .hero-push {
        left: 50px;
        top: 500px;
    }
    .bold-text-17 {
        font-size: 25px;
    }
    h1.heading-17 {
       font-size: 25px;
    }
    .vedeo-inner {
        height: 500px;
    }
}


@media(max-width:900px){
    .testimonials .item-wrapper .item {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .testimonials .item-wrapper {
        flex-wrap: wrap;
    }
    #hero-product-image img {
        max-width: 200px;
    }
    .hero-image-container {
        align-items: flex-end;
        padding-right: 20px;
    }
    
}

@media(max-width:767px){
    header .page-center {
        max-width: 520px;
    }

    header .page-center {
        max-width: 520px;
    }
    
    .cards-inner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
  
    .logos-wrappper .logos {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    
    .logos-wrappper .logos img {
        width: 195px;
    }

    .cards-inner h2, .logos-wrappper h2, 
    .security-wrapper h2, .use-wrapper h2 {
        font-size: 28px;
        line-height: 1.5;
        padding: 0 15px;
        font-family: Futura,'Helvetica Neue',Helvetica,sans-serif
    }

    .user-slider-item {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    
    .user-slider-wrapper ul.slick-dots {
        left: 20px;
    }

    .hero-left-content {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 40px 56px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .hero-right-content {
        left: -94px;
        top: 134px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .hero-push {
        left: -1%;
        top: 300px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }
    .image-10.prodict-image1 {
        margin-left: 225px;
    }
    .image-9 {
        margin-top: 602px;
        margin-left: 105px;
    }
    .image-10 {
        max-width: 70%;
        margin-bottom: -10px;
    }

    .image-9.dupe-image {
        left: 45%;
    }
  

    .image-10 {
        max-width: 70%;
        margin-bottom: -10px !important;
    }
    .image-10.prodict-image1 {
        margin-left: -125px;
    }
    
    .home-slide-3.w-slide .image-9 {
        left: -25%;
    }
    .contact-content .content-item .left {
        width: 100%;
        display: block;
    }
    
    .contact-content .content-item .right {
        width: 100%;
        display: block;
        text-align: left;
        margin: 0;
    }
    
    .contact-content .content-item .right p {
        text-align: left;
    }
    
    .contact-content .content-item .right button {
        width: auto;
        min-width: 200px;
        margin-top: 30px;
    }
    
    .contact-content .content-item.live-chat .right button {
        width: auto;
        min-width: 200px;
        margin-top: 30px;
    }
    .banner-area h1 {
        font-size: 30px;
        line-height: 1.5;
    }
    .banner-area {
        height: 300px;
    }

    h1.heading-17 {
        width: 100%;
    }
    
    #hero-product-image img {
        max-width: 200px;
        margin-left: 0;
    }
    
    .hero-push {
        top: 500px;
        left: 0;
    }
    
    .hero-left-content {
        padding-top: 20px;
    }
    .hero-right-content {
        width: 100%;
        left: 0;
    }
    .hero-image-container {
        max-width: 100%;
    }
    .hero-product-slider {
        min-height: 800px;
    }
    
    .app-store-links {
        margin-top: 20px;
    }
    #hero-product-image img {
        margin-top: 80px;
    }
    .hero-image-container {
        align-items: center;
        padding-right: 0;
    }
    .vedeo-wrapper {
        padding: 0;
    }

    .free-cash-inner > div h2 {
        font-size: 24px;
    }
}


@media(max-width:575px){
    .security-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
    .security-item > div {
        margin-left: 0;
    }
    .security-item img {
        margin-bottom: 20px;
    }
    .free-cash-inner > div > div {
        text-align: center;
    }
    
    .free-cash-inner > div > div > a {
        margin-right: 0;
    }
    
    .free-cash-inner > div > div > a:first-child {
        margin-right: 0;
    }
    .footer-menu-wrapper .footer-menu {
        width: 100%;
    }
    .modal.show .modal-dialog {
        max-width: 90%;
    }
    
    .modal.show .modal-dialog {
        max-width: 100%;
    }
    
    div#emailModal .name > div {
        width: 100%;
    }
    
    div#emailModal .name {
        flex-direction: column;
    }
    div#emailModal .modal-dialog .modal-content {
        padding: 25px 0;
    }
    div#emailModal .subject {
        width: 100%;
    }   
    div#emailModal .phone .phone-inner .country-code {
        flex: 1.5;
    } 

    .hero-push {
        top: 460px;
        left: 0;
    }
    div#hero-product-image img {
        max-width: 140px;
        margin-top: 50px;
    }
    .testimonials .item-wrapper .item {
        width: 100%;
    }
    .w-inline-block {
        margin-bottom: 10px;
    }
}


@media(max-width:527px){
    .hero-product-slider {
        min-height:900px;
    }
    .hero-push {
        top: 540px;
        width: 300px;
    }
    
    div#hero-product-image img {
        margin-top: 150px;
    }
    .hero-product-slider {
        margin: 0;
    }
    
    .hero-left-content {
        padding: 20px;
    }
    
    .w-slide {
        min-height: 900px;
    }
    .bold-text-17 {
        font-size: 18px;
    }
    h1.heading-17 {
        font-size: 18px;
     }
     .vedeo-wrapper .vedeo-content h1 {
        font-size: 24px;
    }
    
    .vedeo-wrapper .vedeo-content p {
        font-size: 16px;
    }
    .vedeo-inner {
        height: 300px;
    }
    .vedeo-wrapper .vedeo-content {
        padding: 0 20px;
    }    
}

