/*
e6007c
site color
*/

/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

@font-face {
    font-family: 'lite';
    src: url('../fonts/Nunito-Bold.ttf');
}

@font-face {
    font-family: 'lite_ex';
    src: url('../fonts/Nunito-ExtraBold.ttf');
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/Rubik-Regular.ttf');
}

@font-face {
    font-family: 'semi';
    src: url('../fonts/Rubik-Medium.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/Rubik-Bold.ttf');
}

@font-face {
    font-family: 'smooth';
    src: url('../fonts/Nunito-SemiBold.ttf');
}

@font-face {
    font-family: 'price';
    src: url('../fonts/century-gothic-regular.ttf');
}

.lite {
    font-family: 'lite' !important;
}

.lite {
    font-family: 'lite_ex' !important;
}

.regular {
    font-family: 'regular' !important;
}

.semi {
    font-family: 'semi' !important;
}

.bold {
    font-family: 'bold' !important;
}

.smooth {
    font-family: 'smooth' !important;
}

.price {
    font-family: 'price' !important;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    background-color: #fff;
    /* background-color: #f8f9fa; */
    /*background: #e6007c;*/
    color: #414141;
    font-size: 14px;
    font-family: 'regular';
    line-height: 1.5;
    margin: 0;
    padding: 0;
    padding-top: 70px;
    letter-spacing: 0.2px;
    word-break: break-word;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow-x: hidden;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

body.dark {
    background-color: #212b30;
}

body.flow {
    overflow: hidden !important;
}

body > main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body > main:after {
    /* content: ''; */
    position: absolute;
    bottom: 28px;
    left: 36%;
    width: 100px;
    height: 100px;
    background: #e6007c;
    border-radius: 75%;
    opacity: 0.25;
    /* -webkit-clip-path: polygon(100% 0, 100% 65px, 0 65px, 0 0); */
    /* -o-clip-path: polygon(100% 0, 100% 65px, 0 65px, 0 0); */
    /* clip-path: polygon(100% 0, 100% 65px, 0 65px, 0 0); */
    z-index: -1;
}

::-moz-selection {
    background: #e6007c;
    color: #fff;
}

::selection {
    background: #e6007c;
    color: #fff;
}

::-moz-selection {
    background: #e6007c;
    color: #fff;
}

body a {
    color: #2b3a50;
    word-break: break-word;
}

body a,
body span {
    display: inline-block;
    text-decoration: none;
}

body a:hover,
body a:focus {
    color: #e6007c;
    outline: none !important;
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    display: inline-block;
}

ul li a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #2b3a50; */
    color: #414141;
    font-family: 'semi';
    line-height: 1.2;
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
}

p > a {
    color: #3c9cdb;
}

p > a:hover {
    color: #e6007c;
}

.relative {
    position: relative;
}

.tableDv {
    display: table;
    width: 100%;
    height: 100%;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.toggle {
    position: absolute;
    top: 17px;
    left: 5px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #505050;
    border-radius: 50px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.toggle span {
    position: relative;
    display: block;
    width: 22px;
    margin: 7px auto;
}

.toggle span:before {
    top: -7px;
}

.toggle span:after {
    bottom: -7px;
}

.toggle.active span {
    width: 16px;
    background: transparent !important;
}

.toggle.active span:before {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
}

.toggle.active span:before,
.toggle.active span:after {
    top: 0;
}

.toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blockquote {
    background: #fafafa;
    color: #151d23;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #f0f5f9;
    border-left: 4px solid #e6007c;
}

.secHeading {
    position: relative;
    font-size: 22px;
    font-family: 'bold';
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.secHeading:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #e6007c;
}

.secHeading > em {
    color: #e6007c;
}

.text-center.secHeading:before,
.text-center .secHeading:before {
    right: 0;
    margin: auto;
}

p.pre {
    font-size: 18px;
    font-family: 'regular';
    margin: -15px 0 25px;
}

.color {
    color: #e6007c !important;
}

.background {
    background: #e6007c !important;
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------
*/

.webBtn {
    position: relative;
    min-width: 70px;
    height: 46px;
    background: #fff;
    /* color: #2b3a50 !important; */
    color: #e6007c !important;
    font-size: 13px;
    font-family: 'lite';
    text-align: center;
    padding: 16px 20px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: inset #e6007c 0 0 0 1px, 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset #e6007c 0 0 0 1px, 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    outline: none !important;
}
.webBtn.webBtnTwoLines {
    padding: 6px 20px 6px 10px;
}

.smBtn {
    min-width: 40px;
    height: 34px;
    font-size: 14px;
    padding: 7px 15px 0;
    text-transform: none;
}

.lgBtn {
    height: 60px;
    font-size: 18px;
    padding: 18px 40px 0;
    /* text-transform: uppercase; */
}

.colorBtn {
    background: #e6007c;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cnclBtn {
    background: #192125;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blockBtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blockBtn em {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.webBtn i {
    position: relative;
    top: 3px;
    font-size: 18px;
    line-height: 0;
    /* transition: all ease 0.5s; */
}

.blockBtn i {
    top: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.webBtn i.fi-arrow-right {
    margin-left: 10px;
}

.webBtn i.fi-arrow-left {
    margin-right: 10px;
}

.webBtn i.leftIcon {
    font-size: 30px;
    font-weight: 400;
    margin-right: 8px;
}

.webBtn:focus,
.webBtn:hover {
    background: #a60557;
    color: #fff !important;
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
    -webkit-box-shadow: inset #a60557 0 0 0 2px, 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset #a60557 0 0 0 2px, 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.webBtn .spinner {
    width: auto;
    height: auto;
    background: inherit;
    border-radius: inherit;
    overflow: hidden;
}

.webBtn .spinner ~ i {
    visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
    content: '';
    width: 18px;
    height: 18px;
    border: 3px solid;
    -webkit-animation: spinner 0.5s linear infinite;
    animation: spinner 0.5s linear infinite;
    border-radius: 75%;
}

.webBtn .spinner:before {
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.webBtn .spinner:after {
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
    width: 14px;
    height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
    width: 20px;
    height: 20px;
}

@-webkit-keyframes spinner {
    0% {
    }
    100% {
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

*[disabled] {
    cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
    opacity: 0.8;
}

/*
|----------------------------------------------------------------------
|       Body Inner Css
|----------------------------------------------------------------------
*/

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

img {
    width: 100%;
    display: block;
}

em {
    font-style: normal;
}

strong {
    font-family: 'semi';
    font-weight: normal;
}

input,
button,
select,
textarea {
    text-decoration: none !important;
    outline: none !important;
}

.ease,
body a,
body .webBtn {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.contain,
.contain-fluid {
    position: relative;
    max-width: 980px;
    padding: 0 15px;
    margin: auto;
    min-height: 1px;
}

.contain-fluid {
    max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
    display: table;
    content: '';
}

.contain:after,
.contain-fluid:after {
    clear: both;
}

section {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.formRow {
    margin: 0 -5px;
}

.formRow [class*="col-"],
.formRow [class^="col-"] {
    padding: 0 5px;
}

.flexBox {
    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;
}

.flexDv {
    width: 100%;
}

.flexRow {
    margin: 0 -10px;
}

.flexRow > .col {
    padding: 0 10px;
}

.bTn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -2px;
}

.bTn > * {
    margin: 2px;
}

.text-left.bTn,
.text-left .bTn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*_____ upperlay _____*/

.upperlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #000;
    opacity: 0;
    z-index: 28;
}

.upperlay.active {
    display: block;
}

/*
|----------------------------------------------------------------------
|       Popup
|----------------------------------------------------------------------
*/

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(25, 33, 37, 0.95);
    padding: 20px 0;
    overflow: auto;
    z-index: 101;
}

.popup ._inner {
    position: relative;
    max-width: 600px;
    /*background: #f7f8f9;*/
    background: #fff;
    padding: 25px;
    margin: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
    max-width: 800px;
}

.popup.small-popup ._inner {
    max-width: 420px;
}

.popup ._inner h2 {
    font-size: 20px;
    padding-right: 25px;
    margin-bottom: 15px;
}

.popup ._inner h3 {
    background: #e6007c;
    color: #fff;
    font-size: 16px;
    margin: -15px -15px 15px;
    padding: 15px 15px 14px;
    padding-right: 30px;
    border-radius: 4px 4px 0 0;
}

.popBtn {
    cursor: pointer;
}

.popup .crosBtn {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 28px;
    height: 28px;
    color: #778ca3;
    font-size: 18px;
    text-align: center;
    padding: 2px 0 0;
    cursor: pointer;
    z-index: 5;
}

.popup .crosBtn:before {
    content: '\2715';
}

.popup .list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.popup .list > li > div:nth-child(1) {
    width: 120px;
    min-width: 120px;
    font-family: 'semi';
    margin-right: 10px;
}

.popup .list > li > div:nth-child(2) {
    width: 100%;
}

.popup .blockLst {
    margin: -15px;
}

/*
|----------------------------------------------------------------------
|       Dropdown
|----------------------------------------------------------------------
*/

.dropBtn {
    cursor: pointer;
}

.dropDown {
    position: relative;
    z-index: 1;
}

.dropCnt {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.dropCnt.active {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.dropLst {
    top: 20px;
    left: 0;
    z-index: 50;
    min-width: 160px;
    max-width: 260px;
    background: #fff;
    border-top: 3px solid #e6007c;
    -webkit-box-shadow: rgba(21, 24, 68, 0.1) 0 0 20px 0;
    box-shadow: rgba(21, 24, 68, 0.1) 0 0 20px 0;
}

.dropLst > li,
.dropLst > li > a {
    display: block;
}

.dropLst > li > a {
    padding: 5px 12px 4px;
    border-bottom: 1px solid #f0f5f9;
    color: #414141;
}

.dropLst > li > a:hover {
    background: #fafafa;
}

/*_____ more _____*/

.more {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    /*padding-bottom: 10px;*/
    margin: 0 auto;
    cursor: pointer;
    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;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.more > span,
.more > span:before,
.more > span:after {
    width: 3px;
    height: 3px;
    border-radius: 75%;
    background: #fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 2;
}

.more > span:before,
.more > span:after {
    position: absolute;
    content: '';
}

.more > span:before {
    left: 0;
}

.more > span:after {
    right: 0;
}

.more:hover > span,
.more:hover > span:before,
.more:hover > span:after {
    background: #2b3a50;
}

/*
|----------------------------------------------------------------------
|       Page Loader
|----------------------------------------------------------------------
*/

#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #192125;
    z-index: 999999;
}

.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #e6007c;
    border-right: 0;
    border-radius: 75%;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
    }
    100% {
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/*
|----------------------------------------------------------------------
|       Ico Css
|----------------------------------------------------------------------
*/

.ico,
.icon {
    position: relative;
    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;
    text-align: center;
}

.ico {
    background: #e6007c;
    border-radius: 75%;
    /*overflow: hidden;*/
}

.ico a,
.icon a {
    width: 100%;
    height: 100%;
    display: block;
}

.ico img,
.icon img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.ico img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 75%;
}

.icon img {
    -o-object-fit: contain;
    object-fit: contain;
}

.ico > i.dot {
    bottom: 12px;
    left: initial;
    right: -3px;
    width: 10px;
    height: 20px;
    background-image: url('../images/medal.svg');
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    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;
    font-style: normal;
    text-align: center;
    border: 0;
    border-radius: 0;
    z-index: 5;
}

.ico > i.dot:before {
    /*content: '\e96a';*/
    display: block;
    color: #fff;
    font-size: 8px;
    font-family: 'font-icon';
    line-height: 0;
}

/*
|----------------------------------------------------------------------
|       RateYo
|----------------------------------------------------------------------
*/

.jq-ry-container {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 0;
    direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
    cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
    position: relative;
    line-height: 0;
    white-space: nowrap;
    z-index: 1;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
    width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    z-index: 3;
}

/*
|----------------------------------------------------------------------
|       Editor
|----------------------------------------------------------------------
*/

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
    margin: 15px 0;
    clear: both;
}

.ckEditor h1 {
    font-size: 26px;
}

.ckEditor h2 {
    font-size: 22px;
}

.ckEditor h3 {
    font-size: 18px;
}

.ckEditor h4 {
    font-size: 14px;
}

.ckEditor ul:not([class]) > li > h1,
.ckEditor ol:not([class]) > li > h1,
.ckEditor ul:not([class]) > li > h2,
.ckEditor ol:not([class]) > li > h2,
.ckEditor ul:not([class]) > li > h3,
.ckEditor ol:not([class]) > li > h3,
.ckEditor ul:not([class]) > li > h4,
.ckEditor ol:not([class]) > li > h4,
.ckEditor ul:not([class]) > li > h5,
.ckEditor ol:not([class]) > li > h5,
.ckEditor ul:not([class]) > li > h6,
.ckEditor ol:not([class]) > li > h6,
.ckEditor ul:not([class]) > li > p,
.ckEditor ol:not([class]) > li > p {
    display: inline;
    margin: 0 !important;
    overflow: initial !important;
}

.ckEditor ul:not([class]),
.ckEditor ol:not([class]) {
    padding: 0;
    padding-left: 20px;
    margin: 0 0 10px;
    list-style-position: inside;
}

.ckEditor ul:not([class]) > li,
.ckEditor ol:not([class]) > li {
    display: list-item;
    margin-bottom: 5px;
}

.ckEditor ul:not([class]) > li ul,
.ckEditor ol:not([class]) > li ol {
    margin: 5px 0 7px;
}

.ckEditor ul:not([class]) {
    list-style-type: disc;
}

.ckEditor ul:not([class]) > li ul {
    list-style-type: circle;
}

.ckEditor blockquote {
    background: rgba(0, 0, 0, 0.04);
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid;
}

.ckEditor img {
    width: 100% !important;
    height: auto !important;
}

.ckEditor figure,
.ckEditor p > img {
    float: right;
    width: 260px !important;
    margin: 5px 0 15px;
    margin-left: 15px;
    /*clear: both;*/
}

.ckEditor figure:nth-of-type(odd) {
    float: left;
}

.ckEditor p[style="text-align:left"] > img,
.ckEditor p[style="text-align:left;"] > img,
.ckEditor p[style="text-align: left"] > img,
.ckEditor p[style="text-align: left;"] > img {
    float: left;
}

.ckEditor p > a {
    display: inline !important;
}

.ckEditor i,
.ckEditor em {
    font-style: italic;
}

.ckEditor strong {
    font-family: 'semi';
}

/*
|----------------------------------------------------------------------
|       Header
|----------------------------------------------------------------------
*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #000;
    z-index: 30;
}

.logo {
    float: left;
    width: 230px;
    height: 70px;
    padding: 5px 0 0;
    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;
    margin: auto;
    z-index: 1;
}

.logo > a {
    display: block;
}

.logo > a img {
    /* -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); */
}

nav {
    float: right;
    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;
    text-align: center;
    margin-top: 18px;
}

nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

nav > ul > li {
    position: relative;
}

nav > ul > li > a {
    height: 34px;
    color: #fff;
    font-size: 14px;
    font-family: 'lite';
    text-align: center;
    padding: 8px 18px 0;
    padding-bottom: 20px !important;
    text-transform: uppercase;
}

nav > ul > li.active > a,
nav > ul > li > a:hover {
    color: #e6007c !important;
}

nav > ul > li.btnLi > a {
    border-radius: 8px;
    -webkit-box-shadow: inset #7f7f7f 0 0 0 2px;
    box-shadow: inset #7f7f7f 0 0 0 2px;
}

nav > ul > li.btnLi > a:hover {
    background: #7f7f7f;
    color: #fff !important;
}

nav > ul > li.lang {
    display: none;
}

nav > ul > li.lang > a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav > ul > li.lang > a span img {
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

#lang {
    float: right;
    margin-left: 20px;
}

#lang {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding-left: 15px;
    margin-left: 20px;
    border-left: 1px solid #464646;
}

#lang img {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

#lang .dropBtn img {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 24px;
}

#lang .dropBtn:before {
    content: '\e93d';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    color: #ccc;
    font-size: 14px;
    font-family: 'font-icon';
    font-weight: bold;
    line-height: 1;
    margin-top: -5px;
}

#lang .dropCnt {
    top: 100%;
    left: initial;
    right: 0;
    background: #111;
    min-width: 154px;
    border: 1px solid #464646;
    border-top: 0;
}

#lang .dropCnt > li {
    display: block;
    border-top: 1px solid #464646;
}

#lang .dropCnt > li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-family: 'lite';
    padding: 15px 20px;
}

#lang .dropCnt > li a:hover {
    background: #444;
}

#lang .dropCnt > li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#lang .dropCnt > li img {
    margin-left: 16px;
}

/* #lang .txtBox.bootstrap-select {
    height: 70px;
    font-size: 16px;
    padding: 5px 0 6px 20px;
    border: 0;
    border-left: 1px solid #464646;
    border-radius: 0;
}

#lang .txtBox.bootstrap-select ul.dropdown-menu > li a {
    background: #000;
    font-size: 14px;
    padding: 15px 20px;
    border-top-color: #464646;
    flex-flow: row-reverse;
}

#lang .txtBox.bootstrap-select ul.dropdown-menu > li a:hover,
#lang .txtBox.bootstrap-select ul.dropdown-menu > li.active a,
#lang .txtBox.bootstrap-select ul.dropdown-menu > li.selected > a {
    background: #111 !important;
    color: #fff;
}

#lang .txtBox.bootstrap-select .dropdown-menu {
    left: initial;
    right: 0;
    margin-top: 0;
}

#lang .txtBox.bootstrap-select span .text-muted {
    display: inline;
    color: #fff;
    font-size: 14px;
    font-family: 'lite';
}

#lang .txtBox.bootstrap-select ul.dropdown-menu {
    max-height: 320px !important;
}

#lang .txtBox.bootstrap-select span .text-muted {
    display: block;
    margin-left: 0;
}

#lang .txtBox.bootstrap-select > .dropdown-toggle .text-muted {
    display: none;
}

#lang .txtBox.bootstrap-select ul.dropdown-menu > li span.text {
    flex: 1;
}

#lang .txtBox.bootstrap-select [class*="icon-"],
#lang .txtBox.bootstrap-select [class^="icon-"] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-left: 16px;
    margin-bottom: -1px;
}

#lang .txtBox.bootstrap-select .icon-usa {
    background-image: url('../images/flag-usa.svg');
}

#lang .txtBox.bootstrap-select .icon-french {
    background-image: url('../images/flag-french.svg');
}

#lang .txtBox.bootstrap-select > .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

#lang .txtBox.bootstrap-select > .dropdown-toggle .filter-option > i {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 0;
}

#lang .bootstrap-select.txtBox .caret {
    width: 20px;
    border: 0 !important;
}

#lang .bootstrap-select.txtBox .caret:before {
    content: '\e93d';
    position: absolute;
    top: -8px;
    right: 0;
    display: block;
    color: #ccc;
    font-size: 14px;
    font-family: 'font-icon';
    font-weight: bold;
}

#lang .bootstrap-select.txtBox.open .caret:before,
#lang .bootstrap-select.txtBox.dropup .caret:before {
    content: '\e943';
}

#lang .bootstrap-select.txtBox.open.dropup .caret:before {
    content: '\e93d';
} */

/*_____ dot _____*/

.dot {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #43b753;
    margin: auto;
    border-radius: 75%;
}

.miniLbl {
    color: #fff;
    font-size: 8px;
    font-family: 'semi';
    padding: 3px 8px 3px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50px;
    white-space: nowrap;
}

.green {
    background: #43b753;
}

.green-color {
    color: #43b753;
}

.yellow {
    background: #ffcb00;
}

.yellow-color {
    color: #ffcb00;
}

.red {
    background: #ff5465;
}

.red-color {
    color: #ff5465;
}

.blue {
    background: #5883ff;
}

.blue-color {
    color: #5883ff;
}

.gray {
    background: #aaa;
}

.gray-color {
    color: #aaa;
}

/*
|----------------------------------------------------------------------
|       Language Popup
|----------------------------------------------------------------------
*/

main.index {
    margin-top: -70px;
}

.popup[data-popup="langauge"] {
    padding: 0;
}

.popup[data-popup="langauge"] .inside {
    padding: 20px 0;
}

.popup[data-popup="langauge"] ._inner {
    /* max-width: 340px; */
    padding: 40px;
}

.popup[data-popup="langauge"] .logoBlk {
    max-width: 140px;
    margin: 0 auto 20px;
}

.popup[data-popup="langauge"] h5 {
    position: relative;
    font-size: 14px;
    font-family: 'regular';
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.popup[data-popup="langauge"] h5:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #e6007c;
    margin: 0 auto;
}

.popup[data-popup="langauge"] h5:last-of-type:before {
    display: none;
}

.popup[data-popup="langauge"] .langLst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -7px;
}

.popup[data-popup="langauge"] .langLst > li {
    width: 100%;
    font-size: 12px;
    padding: 7px;
}

.popup[data-popup="langauge"] .langLst .inBlk {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 15px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
}

.popup[data-popup="langauge"] .langLst .inBlk:hover {
    background: #ddd;
}

.popup[data-popup="langauge"] .langLst .inBlk.coming:hover {
    background: #fff;
}

.popup[data-popup="langauge"] .langLst .inBlk > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}

.popup[data-popup="langauge"] .langLst > li .ico {
    width: 52px;
    min-width: 52px;
    height: 52px;
    background: #fff;
    margin: 0 auto 10px;
    -webkit-box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
    box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
}

.popup[data-popup="langauge"] .langLst > li .miniLbl {
    position: absolute;
    top: 64px;
    left: 12px;
    background: #ddd;
    color: #222;
    padding: 3px 4px 1px;
    text-transform: none;
    border-radius: 4px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.05) 0 0 0 1px;
    box-shadow: inset rgba(0, 0, 0, 0.05) 0 0 0 1px;
}

/*
|----------------------------------------------------------------------
|       Banner
|----------------------------------------------------------------------
*/

#banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -70px;
    padding: 70px 0;
}

#banner-info {
    border-radius: 8px;
    border: 2px solid  #6cd0f6;
    width: 1072px !important;
    left: 470px;
    z-index: 9999;
    position: fixed;
    background-color: white;
    padding: 35px;
}


@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
    #banner-info {
        width: 343px!important;
        padding: 19px;
        margin: auto;
        left: 28px;
        top: 123px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #banner-info {
        width: 557px !important;
        padding: 19px;
        margin: auto;
        left: 97px;
        top: 192px;
    }
}

#banner:before {
    /*content: ''; */
    /* position: absolute;
    top: 70px;
    left: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    display: none;
    background: #62358c;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 75%;
    overflow: hidden;
    z-index: 1; */
}

#banner .contain {
    z-index: 3;
}

/*#banner .ouTer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

#banner .ouTer .image {
    width: 300px;
    min-width: 300px;
    margin-top: 30px;
}

#banner .kidImg {
    width: 100%;
    margin-left: 80px;
}

#banner .miniTxt h3,
#banner .miniTxt h4 {
    color: #00aeef;
    font-size: 24px;
    font-family: 'lite';
    margin-bottom: 30px;
}

#banner form .bTn {
    margin: -6px;
    margin-top: 0;
}

#banner form .bTn > * {
    margin: 6px;
}

#banner form h4 {
    font-size: 15px;
}

#banner .content .flexGrp label {
    min-width: 180px;
    margin: 0 20px 0 0;
}

#banner form .bootstrap-select.txtBox {
    height: 46px;
    background: #fff;
    padding: 7px 12px 6px;
    border: 1px solid #adadad;
    border-radius: 8px;
    color: #e6007c;
    border-color: #e6007c;
}

#banner form .bootstrap-select.txtBox:hover {
}

#banner form .bootstrap-select.txtBox div.dropdown-menu {
    border-radius: 8px;
    border: 2px solid #e6007c;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#banner form .bootstrap-select.txtBox ul.dropdown-menu > li a {
    font-size: 15px;
    color: #e6007c;
    padding: 8px 12px;
}

#banner form .bootstrap-select.txtBox ul.dropdown-menu > li.active a,
#banner form .bootstrap-select.txtBox ul.dropdown-menu > li.selected > a,
#banner form .bootstrap-select.txtBox ul.dropdown-menu > li > a:hover {
    background: #e6007c !important;
    color: #fff;
    border-top-color: transparent;
}

#banner form .bootstrap-select.txtBox ul.dropdown-menu > li > a:hover {
    border-top: 1px solid #cc1a7a;
}

#banner form .bootstrap-select.txtBox .caret {
    width: 20px;
    border: 0 !important;
}

#banner form .bootstrap-select.txtBox .caret:before {
    content: '\f078';
    position: absolute;
    top: -9px;
    right: 0;
    display: block;
    font-size: 14px;
    font-family: 'fontawesome';
}

#banner form .bootstrap-select.txtBox.open .caret:before,
#banner form .bootstrap-select.txtBox.dropup .caret:before {
    content: '\f077';
}*/

#banner {
    margin: 0;
    padding: 120px 0;
}

#banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.25;
    z-index: 1;
}

#banner .content {
    max-width: 575px;
    color: #fff;
    font-size: 26px;
    font-family: 'smooth';
    margin: auto;
}

#banner .content h1 {
    color: #fff;
    font-size: 36px;
    font-family: 'bold';
    margin: 0;
}

/*
|----------------------------------------------------------------------
|       Launch
|----------------------------------------------------------------------
*/

#launch .content {
    max-width: 660px;
    font-size: 16px;
    margin: auto;
}

/*#offer {
    position: relative;
    background: #c7ecf0;
    margin-top: 40px;
}

#offer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: #1e2631;
    z-index: 1;
}

#offer .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
}

#offer .watch {
    width: 340px;
    min-width: 340px;
    padding: 70px 0 50px;
}

#offer .offer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1e2631;
    color: #fff;
    padding: 120px 0 40px 70px;
    overflow: hidden;
}

#offer .offer .monogram {
    position: absolute;
    top: 0;
    left: -20px;
    background: #ec1c24;
    font-size: 18px;
    font-family: 'semi';
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
    text-transform: uppercase;
    padding: 4px 300px 4px 70px;
}

#offer .offer .monogram:before {
    content: 'Just Now';
    position: absolute;
    top: -20px;
    display: none;
    font-size: 12px;
    font-family: 'regular';
}

#offer .offer .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}

#offer .offer .lst > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#offer .offer .lst > li.auto {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    font-size: 34px;
}

#offer .offer .lst .icon {
    width: 54px;
    min-width: 54px;
    margin-right: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

#offer .offer .lst .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#offer .offer .lst > li:nth-last-child(1) .inner:before {
    content: 'FREE';
    position: absolute;
    top: -24px;
    left: 64px;
    color: #00aeef;
    font-size: 11px;
    font-family: bold;
    text-transform: uppercase;
    line-height: 1;
    padding: 2px 0 0.5px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

#offer .offer .lst .inner p {
    line-height: 1.2;
}

#offer .offer .lst .inner p:nth-last-child(1) {
    margin: 0;
}

#offer .offer .lst .inner p span {
    display: block;
    margin: 2px 0;
}

#offer .offer .lst .inner p .price {
    font-size: 20px;
    font-family: 'semi' !important;
    margin-right: 4px;
}

#offer .offer .priceBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 440px;
    font-size: 50px;
    white-space: nowrap;
    margin: auto;
}

#offer .offer .priceBlk .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'semi' !important;
    text-align: center;
    line-height: 1;
}

#offer .offer .priceBlk .price sup {
    top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 22px;
    margin-left: 3px;
    line-height: 0.8;
}

#offer .offer .priceBlk .price sup em {
    display: block;
}

#offer .offer .priceBlk > span {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    font-size: 12px;
    padding: 0 40px;
    white-space: nowrap;
}

#offer .offer p.small {
    color: #9098a5;
    font-size: 11px;
    margin: 20px 0 0;
}

#offer .offer .price {
    position: relative;
}

#offer .offer .price.del:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #ec1c24;
    margin-top: -2px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    z-index: 1;
}*/

#offer {
    background: #1e2631;
    padding: 50px 0px;
}

#offer h1 {
    color: #fff;
}

#offer h1:before {
    background: #fff;
}

#offer .flexRow {
    margin: -10px;
}

#offer .flexRow > .col {
    width: 50%;
    padding: 0;
    margin: 10px;
}

#offer .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 40px 20px;
    border: 1px solid #6cd0f6;
    border-radius: 35px;
}

#offer .inner > .icon {
    width: 80px;
    min-width: 80px;
    margin-right: 10px;
}

#offer .inner .cntnt {
    max-width: 250px;
}

#offer .inner p {
    color: #6cd0f6;
    font-size: 18px;
}

#offer .inner p:nth-last-child(1) {
    margin: 0;
}

#offer .inner p .price {
    position: relative;
    font-size: 36px;
    font-family: 'semi' !important;
    line-height: 1;
}

#offer .inner > span {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

/*
|----------------------------------------------------------------------
|       Strip
|----------------------------------------------------------------------
*/

#strip {
    background: #ededed;
    padding: 50px 0 44px;
}

#strip .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#strip .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
}

#strip .txt {
    max-width: 395px;
    font-size: 20px;
}

#strip .content h4 {
    color: #4e4e4e;
    font-size: 22px;
    font-family: 'lite_ex';
    margin: 0;
    text-transform: uppercase;
}

#strip .content p {
    margin-bottom: 0;
}

#strip .bTn a {
    min-width: 180px;
}

.popup[data-popup="order"] {
    /* display: block; */
}

.popup[data-popup="order"] ._inner p {
    font-size: 16px;
    margin-bottom: 5px;
}

.popup[data-popup="order"] form {
    margin-top: 20px;
}

.popup[data-popup="order"] .flexGrp label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 180px;
    margin: 0 20px 0 0;
}

.popup[data-popup="order"] .confirmBlk {
    display: none;
}

.popup[data-popup="order"] .confirmBlk .bTn {
    margin-top: 70px;
}

/*_____ qtyBtn _____*/

.qtyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'semi';
}

.qtyBtn > * {
    width: 36px;
    min-width: 36px;
    height: 36px;
}

.qtyBtn .webBtn {
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    padding-top: 7px !important;
}

.qtyBtn .qtyMinus:before {
    content: '\2212';
}

.qtyBtn .qtyPlus:before {
    content: '+';
}

.qtyBtn .qty {
    width: 42px;
    background: #fff;
    font-size: 16px;
    font-family: 'price';
    font-weight: bold;
    /* margin: 0 5px; */
    padding: 0 3px;
    line-height: 0;
    text-align: center;
    border: 0;
    border-radius: 8px;
    /* box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent; */
}

/*
|----------------------------------------------------------------------
|       About
|----------------------------------------------------------------------
*/

#about {
    padding: 50px 0;
}

#about .kidLogo {
    max-width: 400px;
    margin: 0 auto;
}

#about .flexRow {
    margin: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#about .flexRow > .col {
    padding: 15px;
}

#about .flexRow > .col1 {
    width: 30%;
}

#about .flexRow > .col2 {
    width: 70%;
    padding-left: 50px;
}

#about .content {
    font-size: 16px;
}

#about hr {
    margin: 50px 0 0;
    border-top: 1px solid #d8d8d8;
}

/*
|----------------------------------------------------------------------
|       Feature
|----------------------------------------------------------------------
*/

#feature {
    padding: 50px 0;
}

#feature .flexRow {
    margin: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#feature .flexRow > .col {
    padding: 15px;
}

#feature .flexRow > .col1 {
    width: 30%;
}

#feature .flexRow > .col2 {
    width: 70%;
    padding-left: 100px;
}

#feature .image {
    max-height: 640px;
}

#feature .image img {
    height: 100%;
    max-height: inherit;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

#feature .lstng li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

#feature .lstng li:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#feature .lstng li h4 {
    color: #00aeef;
    font-size: 18px;
    font-family: 'lite_ex';
    margin-bottom: 5px;
    text-transform: uppercase;
}

#feature .lstng li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
}

#feature .lstng li .inner .icon {
    width: 60px;
    min-width: 60px;
    margin-top: -5px;
    margin-right: 20px;
}

#feature .lstng li p:nth-last-child(1) {
    margin-bottom: 0;
}

/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
    display: block;
    font-family: 'semi';
    font-weight: normal;
    cursor: pointer;
}

label > a {
    color: #3c9cdb;
}

label > a:hover {
    color: #e6007c;
}

.txtGrp {
    position: relative;
    margin-bottom: 15px;
}

.txtGrp h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.txtBox {
    display: block;
    width: 100%;
    height: 36px;
    background: none;
    color: #414141;
    font-size: 16.5px;
    font-family: 'smooth' !important;
    text-align: left;
    padding: 5px 0 6px;
    letter-spacing: 0.5px;
    border: 0;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    outline: none !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.txtBox:-webkit-autofill {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
    height: 152px;
    resize: none;
}

.txtBox:disabled {
    background: #e3e8ee;
    cursor: not-allowed;
    border-color: #d8dee6 !important;
}

.txtBox::-webkit-input-placeholder {
    color: #4e566d;
    opacity: 0.8;
}

.txtBox:-ms-input-placeholder {
    color: #4e566d;
    opacity: 0.8;
}

.txtBox::-ms-input-placeholder {
    color: #4e566d;
    opacity: 0.8;
}

.txtBox::-moz-placeholder {
    color: #4e566d;
    opacity: 0.8;
}

.txtBox::placeholder {
    color: #4e566d;
    opacity: 0.8;
}

.txtBox:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

.txtBox:focus:-ms-input-placeholder {
    opacity: 0.5;
}

.txtBox:focus::-ms-input-placeholder {
    opacity: 0.5;
}

.txtBox:focus::-moz-placeholder {
    opacity: 0.5;
}

.txtBox:focus::placeholder {
    opacity: 0.5;
}

.txtBox:hover,
.txtBox:focus {
    border-color: #e6007c;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    display: inline;
    margin-top: 0;
    cursor: pointer;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
    position: absolute;
    content: '';
    color: inherit;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
    content: '';
    top: 7px;
    left: 6px;
    font-size: 12px;
    line-height: 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    color: #e6007c;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    content: '\02143';
}

input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
    border-color: #e6007c;
}

.lblBtn {
    text-align: left;
}

.lblBtn label {
    display: inline !important;
    position: relative;
    top: 0;
    font-size: 15px;
    font-family: 'regular';
    cursor: pointer;
    line-height: 20px;
    padding-left: 5px;
}

.lblBtn label:nth-child(1) {
    padding-left: 0;
}

input[type="file"].uploadFile {
    display: none;
}

.uploadImg {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*
|----------------------------------------------------------------------
|       Footer
|----------------------------------------------------------------------
*/

footer {
    /* position: fixed; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /*background: #293940;*/
    background: #000;
    color: #636767;
    font-size: 14px;
    /* z-index: 50; */
}

footer .lst > li {
    display: block;
    margin-bottom: 7px;
}

footer .lst > li > a {
    line-height: 1.2;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #e6007c !important;
}

/*_____ Copyright _____*/

.copyright {
    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;
    padding: 20px 0;
}

.copyright ul {
    margin: 0 -30px;
}

.copyright ul > li {
    padding: 0 30px;
    border-right: 2px solid #fff;
}

.copyright ul > li:nth-last-child(1) {
    border-right: 0;
}

.copyright ul > li i {
    font-size: 20px;
    margin-right: 10px;
}

.copyright .list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.copyright .conect > li {
    font-size: 15px;
    border: 0;
}

/*
|----------------------------------------------------------------------
|       Common
|----------------------------------------------------------------------
*/

.common {
    min-height: 500px;
    background-image: url('../images/wave.svg');
    background-size: 100%;
    background-position: top 70px center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.common:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.3;
    z-index: 1;
}

.common > * {
    position: relative;
    z-index: 2;
}

.common .contain {
    z-index: 3;
}

/*
|----------------------------------------------------------------------
|       Contact Us
|----------------------------------------------------------------------
*/

#contact .flexRow {
    margin: -15px;
}

#contact .flexRow > .col {
    padding: 15px;
}

#contact .flexRow > .col1 {
    width: 35%;
}

#contact .flexRow > .col2 {
    width: 65%;
}

#contact h3 {
    color: #e6007c;
    font-size: 18px;
}

#contact .content h4 {
    font-size: 16px;
    margin-top: 20px;
}

#contact .content .inFo > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact .content .inFo > li i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

/*
|----------------------------------------------------------------------
|       Terms
|----------------------------------------------------------------------
*/

#terms {
    /*margin-top: -20px;*/
}

#terms .blk {
    max-width: 1000px;
    margin: auto;
}

#terms .blk > ._header > h3 {
    font-size: 18px !important;
    margin: 0 !important;
}

/*
|----------------------------------------------------------------------
|       Frequently Asked Questions
|----------------------------------------------------------------------
*/

#faq .contain {
    max-width: 500px;
}

.faqLst {
    max-width: 1000px;
    margin: auto;
}

.faqLst > li {
    position: relative;
    display: block;
    background: #fff;
    padding: 16px 0 13px;
    margin-bottom: 10px;
    border: 1px solid #484848;
    border-radius: 8px;
}

.faqLst > li:nth-last-child(1) {
    margin-bottom: 0;
}

.faqLst > li h3 {
    position: relative;
    font-size: 16px;
    font-family: 'semi';
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2;
}

.faqLst > li .cntnt {
    display: none;
}

.faqLst > li:nth-child(1) .cntnt {
    display: block;
}

.faqLst .listing {
    margin: 13px 0 -13px;
    border-top: 1px solid #888;
}

.faqLst .listing > li {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    padding-left: 50px;
    border-top: 1px solid #ddd;
}

.faqLst .listing > li:before {
    /* content: '→'; */
    content: '\02192';
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    color: #444;
    font-size: 28px;
    font-family: monospace;
    font-weight: bold;
    line-height: 1;
}

.faqLst > li i {
    position: absolute;
    top: 18px;
    right: 20px;
    font-weight: bold;
}

/*
|----------------------------------------------------------------------
|       User Manual
|----------------------------------------------------------------------
*/

#manual .contain {
    max-width: 880px;
}

#manual .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#manual .outer > .col1 {
    width: 100%;
}

#manual .outer > .col2 {
    width: 260px;
    min-width: 260px;
}

#manual .content {
    max-width: 340px;
}

#manual .content p {
    font-size: 17px;
    margin-bottom: 40px;
}

#manual .content .txtGrp {
    margin-bottom: 30px;
}

#manual .content .txtGrp:nth-last-child(1) {
    margin-bottom: 0;
}

#manual .content .txtGrp h4 {
    font-size: 20px;
    font-family: 'lite';
    margin-bottom: 10px;
    text-transform: uppercase;
}

/*
|----------------------------------------------------------------------
|       The Watch
|----------------------------------------------------------------------
*/

#watch {
    background-image: none;
    padding-bottom: 0;
}

#watch #launch .image {
    max-width: 700px;
    margin: 0 auto 50px;
}

#watch #launch .content {
    max-width: 760px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

#watch #offer {
    margin-top: 0;
}

#watch #standard {
    color: #7c7c7c;
    padding-top: 50px;
    overflow: hidden;
}

#watch #standard h6,
#watch #standard .secHeading {
    color: #7c7c7c;
}

#watch #standard .secHeading:before {
    background: #7c7c7c;
}

#watch #standard h6 {
    font-size: 13px;
    font-family: 'regular';
}

#watch #standard .blockLst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px -20px;
}

#watch #standard .blockLst > li {
    width: 100%;
    padding: 10px 20px;
}

#watch #standard .blockLst > li .inner {
    height: 100%;
    padding: 40px 30px 30px;
    border: 1px solid #c2c2c2;
    border-radius: 27px;
}

#watch #standard .blockLst > li .icon {
    width: 100px;
    margin: 0 auto 20px;
}

#watch #standard .blockLst > li .txt {
    max-width: 230px;
    font-size: 16px;
    margin: 0 auto;
}

#watch #standard .blockLst > li .inner .price {
    font-size: 28px;
    font-family: 'semi' !important;
    line-height: 1;
}

/*
|----------------------------------------------------------------------
|       The APP
|----------------------------------------------------------------------
*/

#app {
    background-position: top 180px center;
    padding: 50px 0 0;
}

#app:before {
    opacity: 0.5;
}

#app .topBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

#app .topBlk .icon {
    width: 80px;
    min-width: 80px;
    margin-right: 20px;
}

#app .topBlk h2 {
    color: #00aeef;
    font-size: 26px;
    font-family: 'bold';
}

#app .topBlk .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#app .topBlk .stars:before {
    content: '\ea47 \ea47 \ea47 \ea47 \ea47';
    color: #ff9435;
    font-size: 13px;
    font-family: 'font-icon';
    letter-spacing: 1.5px;
}

#app .topBlk .rating > span {
    font-size: 13px;
    margin-left: 10px;
}

#app .topBlk .rating > span strong {
    font-family: 'bold';
}

#app #appes {
    padding-bottom: 60px;
}

#app #appes .contain {
    max-width: 840px;
}

#app #appes .flexRow {
    margin: -35px -15px;
}

#app #appes .flexRow > .col {
    width: 50%;
    padding: 35px 15px;
}

#app #appes .flexRow > .col2 {
    position: relative;
}

#app #appes .flexRow > .col2:before {
    content: '';
    position: absolute;
    top: 50px;
    left: -150px;
    bottom: -70px;
    width: 320px;
    background: url('../images/border.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

#app #appes .flexRow > .col2 .image {
    float: right;
}

#app #appes .image {
    max-width: 260px;
}

#app #appes .content {
    max-width: 340px;
    font-size: 15px;
}

#app #appes .list {
    margin: 30px 0 -7px;
}

#app #appes .list > li {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 7px 0;
    padding-left: 40px;
}

#app #appes .list > li:before {
    /* content: '→'; */
    content: '\02192';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #e6007c;
    font-size: 28px;
    font-family: monospace;
    font-weight: bold;
    line-height: 1;
}

#app #appes .list h4 {
    font-size: 14px;
    margin-bottom: 0;
}

#app #appes .list .listing {
    margin-top: 8px;
}

#app #appes .list .listing > li {
    display: block;
    margin-bottom: 5px;
}

#app #appes .list .listing > li:before {
    content: '\25cf';
    color: #979797;
    font-size: 10px;
    margin-right: 8px;
}

#app #appes .priceBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#app #appes .priceBlk .price {
    position: relative;
    font-size: 46px;
    font-family: 'semi' !important;
    margin-right: 40px;
}

#app #appes .priceBlk .price sup {
    top: -10px;
    font-size: 26px;
}

#app #appes .priceBlk .price.del:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #ec1c24;
    margin-top: -2px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 1;
}

#app #appes .priceBlk .FREE {
    color: #ec1c24;
    font-size: 16px;
    line-height: 1;
}

#app #appes .priceBlk .FREE > strong {
    display: block;
    font-size: 20px;
    font-family: 'bold';
    text-transform: uppercase;
}

#app #appes .apple {
    margin: 8px -8px -8px;
}

#app #appes .apple > li {
    width: 50%;
    max-width: 166px;
    padding: 8px;
}

#app #appes .apple > li > a:hover {
    -webkit-filter: grayscale(1) brightness(1.2);
    filter: grayscale(1) brightness(1.2);
}

/*
|----------------------------------------------------------------------
|       Zone
|----------------------------------------------------------------------
*/

#zone {
    background-image: none;
}

#zone .content {
    max-width: 600px;
    font-size: 16px;
    margin: 0 auto;
}

#zone .lst > li {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

#zone .lst > li:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#zone .lst > li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#zone .lst > li .inner .ico {
    width: 34px;
    min-width: 34px;
    height: 34px;
    background: #fff;
    margin-right: 20px;
    -webkit-box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
    box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
}

#zone .lst > li .inner .txt {
    width: 100%;
}

#zone .icoBlk {
    color: #e41d1b;
    font-size: 70px;
    line-height: 1;
    margin: 15px 0 0;
}

#zone .icoBlk i {
    font-weight: bold;
}

/*
|----------------------------------------------------------------------
|       Zone
|----------------------------------------------------------------------
*/

/* #zone {
    background-image: none;
}

#zone .content {
    max-width: 320px;
    font-size: 16px;
    margin: 0 auto;
}

#zone .icoBlk {
    color: #e41d1b;
    font-size: 70px;
    line-height: 1;
    margin: 15px 0 0;
}

#zone .icoBlk i {
    font-weight: bold;
} */

/*
|----------------------------------------------------------------------
|       Block
|----------------------------------------------------------------------
*/

.blk {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.blk ._header,
.blk ._footer {
    position: relative;
    background: #f7fafc;
    padding: 20px 20px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blk ._header {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #f0f5f9;
    border-radius: 4px 4px 0 0;
}

.blk ._footer {
    margin: 15px -20px -20px;
    border-top: 1px solid #f0f5f9;
    border-radius: 0 0 4px 4px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blk ._header h3 {
    font-size: 16px;
    /*font-family: 'regular';*/
    margin-bottom: 0;
    margin-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blk ._header h3 > span {
    color: #e6007c;
}

.blk ._header .srch {
    width: 280px;
}

/*_____ Pagination _____*/

ul.pagination {
    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;
    margin: 20px auto 0 !important;
    border-radius: 0;
}

ul.pagination > li {
    display: block;
}

ul.pagination > li > a {
    position: relative;
    float: none;
    min-width: 36px;
    height: 36px;
    display: block;
    background: transparent;
    color: #414141;
    font-family: 'semi';
    text-align: center;
    padding: 8px 8px 0;
    margin: 0 -5px;
    border: 0;
    border-radius: 4px !important;
}

ul.pagination > li > a > i {
    margin: 0 -10px;
}

ul.pagination > li > a:hover {
    background: #f5f5f5;
    color: #2b3a50;
    z-index: 1;
}

ul.pagination > li > a.active {
    background: #e6007c;
    color: #fff;
    margin: 0 5px;
    z-index: 2;
}

/*_____ scrollbar  _____*/

.scrollbar::-webkit-scrollbar-track {
    background: #e3e8ed;
    border-radius: 50px;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #e3e8ed;
    border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

/*
|----------------------------------------------------------------------
|       404 Not Found
|----------------------------------------------------------------------
*/

#not404 {
    min-height: 100vh;
    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;
    padding: 50px 0;
    margin-top: -70px;
}

#not404 .contain {
    z-index: 3;
}

#not404 .inside {
    max-width: 460px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

#not404 .inside .icon {
    background: transparent;
    color: #fff02a;
    font-size: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 0;
    line-height: 0;
    overflow: initial;
}

#not404 .inside .icon span {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#e22a6f), to(#fe6666));
    background: linear-gradient(to right, #e22a6f, #fe6666);
    /* -- */-webkit-background-clip: text;
    /* -- */-webkit-text-fill-color: transparent;
    color: #e22a6f;
    line-height: 1;
}

#not404 .inside h2 {
    font-size: 20px;
}

#not404 .inside p {
    margin-bottom: 0;
}

#not404 .inside p > span {
    display: block;
}

#not404 .inside p a {
    color: #e6007c;
    text-decoration: underline;
}


/*=============new css===========*/
.chBanner{
    background:url(../images/image_haut.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px!important;
}
.chBanner .bannerCntnt{
    width: 600px;
    margin: 0px auto;
    text-align: center;
}
.chBanner .bannerCntnt h3{
    color: #fff;
    font-size: 25px;
}
.chBanner .bannerCntnt h1{
    color: #fff;
    font-size: 45px;
}
.chBanner:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}
.chBanner{
    padding: 120px 0!important;
}
._image{
    width: 400px;
    /*height: 350px;*/
    margin: 0px auto;
}
._image img{
    width: 100%;
    /*height: 100%;*/
}
.chCntnt p{
    font-size: 18px;
}

.fixWidth{
    background-color: rgb(30 38 49);
    padding: 40px 0px;
}
.fixWidth h2{
    font-family: 'bold';
    font-size: 35px;
    color: #fff;
    /*margin-bottom: 30px;*/
    padding-bottom: 20px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto 30px;
}
.fixWidth h2:before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 63px;
    height: 3px;
    left: 206px;
    background: #fff;

}
.fixWidth .col{
    width: 50%;
    padding: 10px;
}
.fixWidth .col .inner{
    border: 1px solid rgb(108 208 246);
    border-radius: 35px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    height: 170px;
}
.fixWidth .col .inner .image{
    /*-webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;*/
    width: 60px;
    /*height: 140px;*/
    overflow: hidden;
}
.fixWidth .col .inner .image img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.fixWidth .col .inner .ana1{
    margin-left: 30px;
    width: 270px;
}
.fixWidth .col .inner .ana2{
    margin-left: 30px;
}
.fixWidth .col .inner h3{
    font-size: 19px;
    color: #6cd0f6;
    font-family: 'regular';
    line-height: 27px;
}
.fixWidth .col .inner h1{
    font-size: 35px;
    color: #6cd0f6;
    font-family: 'bold';
}
/* #strip .txt {
    max-width: 550px;
    font-size: 18px;
} */
/* #strip .bTn a {
    min-width: 255px;
    font-size: 17px;
    height: 55px;
} */
/* #strip .txt p{
    font-size: 22px;
}
#strip .content h4{
    font-size: 26px;
} */
/* #feature{
    padding-top: 50px;
} */


#block {
    display: flex;
    flex-flow: wrap;
}

#block > div {
    width: 100%;
    position: relative;
}

/* Ribbon for offer */
.ribbonParent {
    overflow: hidden;
    position: relative;
}

.ribbon {
    margin: 0;
    background-color: #F81700;
    color: white;
    padding: 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(20%) translateY(-15%) rotate(30deg);
    transform-origin: top left;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}
.ribbon b {
    font-size: 16px;
}
.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    top:0;
    margin: 0 -1px; /* tweak */
    width: 200%;
    height: 100%;
    background-color: #F81700;
}
.ribbon:before {
    right:100%;
}

.ribbon:after {
    left:100%;
}
