@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,400;0,500;0,700;1,200;1,400&family=Raleway:ital,wght@0,400;0,500;0,700;1,400&display=swap);

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.text-title{
    font-weight: 600;
    /* padding: 20px 15px; */
    font-size: 30px;
}

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(images/cf74dc23d605416e8b7d16cde74ba75a.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
    float: right !important
}

@keyframes rightEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@keyframes topEnd {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@keyframes leftEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@keyframes bottomEnd {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-3,
.col-md-7,
.col-md-6,
.col-md-5,
.col-sm-6,
.col,
.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width: 768px) {
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media(min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

button,
[type=button] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h5,
.h1,
.h2,
.h3,
.h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h5,
.h5 {
    font-size: 1.25rem
}

.img-fluid {
    max-width: 100%;
    height: auto !important
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.align-top {
    vertical-align: top !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-flex {
    display: flex !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.align-items-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

.mr-1 {
    margin-right: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.p-0 {
    padding: 0 !important
}

.text-center {
    text-align: center !important
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=time].form-control,
input[type=month].form-control {
    appearance: none
}

.form-group {
    margin-bottom: 1rem
}

h1,
h2,
h3,
h5,
.h1,
.h2,
.h3,
.h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h5,
.h5 {
    font-size: 1.25rem
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-label {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .custom-file-label {
        transition: none
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

html {
    font-family: "Raleway", sans-serif
}

body {
    font-family: "Raleway", sans-serif
}

body.page-loading {
    overflow: hidden
}

body.grid-modal-open {
    overflow: hidden
}

body * {
    font-family: "Raleway", sans-serif
}

h1,
h2,
h3,
h5 {
    font-family: "Nunito", serif
}

.ionic3d {
    cursor: pointer
}

.gray-link {
    color: #aaa;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600
}

#HeadOffer {
    color: #fefefe;
    font-size: 1rem;
    padding: 13px;
    min-height: 50px
}

#HeadOffer p {
    font-size: 16px;
    margin: 0
}

.fixed-btn-box {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .5rem;
    z-index: 100;
    box-shadow: 0 -2px 10px 2px rgba(38, 50, 56, .1);
    background-color: #fff
}

@media(min-width: 576px) {
    .fixed-btn-box {
        display: none
    }
}

.fixed-btn-box .btn-fixed {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    background-color: #f3ca66;
    color: #414141;
    padding: 5px 20px;
    width: 100%;
    max-width: 400px;
    border: 0;
    border-radius: 5px;
    margin: 0 auto 0;
    min-height: 60px;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    transition: all .5s ease
}

.fixed-btn-box .btn-fixed:hover,
.fixed-btn-box .btn-fixed:active,
.fixed-btn-box .btn-fixed:focus {
    text-decoration: none;
    background-color: #f5bf35;
    border-color: #f5bf35
}

.header {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(100, 100, 100, .16), 0 1px 5px 0 rgba(100, 100, 100, .12);
    z-index: 1000;
    min-height: 66px
}

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.header .header-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: .5rem 1rem; */
    font-family: "Raleway", sans-serif
}

.header .header-content .header-brand {
    display: inline-block;
    /* padding-top: .3125rem;
    padding-bottom: .3125rem; */
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    -ms-flex-order: 2;
    order: 2
}

@media(min-width: 768px) {
    .header .header-content .header-brand {
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: 15px
    }
}

.header .header-content .header-toggler {
    text-align: center;
    font-size: 30px;
    /* color: #525255; */
    width: 50px;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    border-radius: 5px;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 992px) {
    .header .header-content .header-toggler {
        display: none;
        -ms-flex-order: 4;
        order: 4
    }
}



.header .header-content .header-btn {
    display: none
}

@media(min-width: 992px) {
    .header .header-content .header-btn {
        display: block;
        margin-right: 0;
        margin-left: auto;
        -ms-flex-order: 3;
        order: 3
    }
}

.header .header-content .header-btn .btn-header {
    text-align: center;
    display: -ms-flexbox;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    background-color: #f3ca66;
    color: #414141;
    padding: 5px 18px;
    width: 100%;
    max-width: 400px;
    border: 0;
    border-radius: 5px;
    margin: 0;
    min-height: 45px;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    transition: all .5s ease
}

.header .header-content .header-btn .btn-header:hover,
.header .header-content .header-btn .btn-header:active,
.header .header-content .header-btn .btn-header:focus {
    text-decoration: none;
    background-color: #f5bf35;
    border-color: #f5bf35
}

.header .header-content .header-cart {
    display: block;
    text-align: center;
    color: #525255;
    width: 50px;
    height: 40px;
    padding: 2px 7px;
    border-radius: 5px;
    -ms-flex-order: 3;
    order: 3
}

@media(min-width: 992px) {
    .header .header-content .header-cart {
        display: none;
        margin-right: 0;
        margin-left: auto;
        -ms-flex-order: 3;
        order: 3
    }
}

.header .header-content .header-cart:hover,
.header .header-content .header-cart:active,
.header .header-content .header-cart:focus {
    background-color: #ddd
}

.header .header-content .header-collapse {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: max-height .2s ease-out;
    -ms-flex-order: 4;
    order: 4
}

@media(min-width: 992px) {
    .header .header-content .header-collapse {
        width: auto
    }
}

.header .header-content .header-collapse.active {
    padding: 1rem 0
}

@media(min-width: 992px) {
    .header .header-content .header-collapse {
        display: inline-block;
        margin-right: auto;
        margin-left: 0;
        max-height: none !important;
        -ms-flex-order: 2;
        order: 2
    }
}

.header .header-content .header-collapse .header-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

@media(min-width: 992px) {
    .header .header-content .header-collapse .header-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.header .header-content .header-collapse .header-nav .header-item {
    color: #525255;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400
}

@media(min-width: 992px) {
    .header .header-content .header-collapse .header-nav .header-item {
        margin: 0 15px
    }
}

.header .header-content .header-collapse .header-nav .header-item:hover,
.header .header-content .header-collapse .header-nav .header-item:active,
.header .header-content .header-collapse .header-nav .header-item:focus,
.header .header-content .header-collapse .header-nav .header-item:visited {
    text-decoration: none
}


 .text-gallery-content {
    padding: 50px 35px
}

@media(min-width: 768px) {
     .text-gallery-content {
        padding: 50px 50px
    }
}

 .text-gallery-content .text-title {
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 40px;
    display: none
}

@media(min-width: 768px) {
     .text-gallery-content .text-title {
        display: block
    }
}

 .text-gallery-content .gallery-review {
    margin-bottom: 20px
}

 .text-gallery-content .gallery-review .review-text {
    font-size: 22px;
    margin-bottom: 0
}

 .text-gallery-content .gallery-review .review-customer {
    font-size: 20px
}

 .text-gallery-content .gallery-reviews {
    color: #bababa;
    font-size: 18px;
    margin-bottom: 30px;
    cursor: pointer
}

 .text-gallery-content .gallery-reviews .stars {
    color: #f6d674
}

 .text-gallery-content .text-content {
    font-size: 19px;
    margin-bottom: 30px
}

 .text-gallery-content .text-list {
    font-size: 19px;
    margin: 0 0 30px
}

 .text-gallery-content .text-list li {
    margin-bottom: 15px
}

 .text-gallery-content .text-list li b {
    margin-right: 5px
}

 .text-gallery-content .custom-list {
    padding: 0
}

 .text-gallery-content .custom-list li {
    list-style: none;
    margin-bottom: 15px
}

 .text-gallery-content .custom-list li img {
    margin-right: 10px
}

 .text-gallery-content .gallery-actions {
    padding-top: 40px
}

 .text-gallery-content .gallery-actions .btn-gallery {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    background-color: #f3ca66;
    color: #414141;
    padding: 5px 18px;
    width: 100%;
    max-width: 400px;
    border: 0;
    border-radius: 5px;
    margin: 0 auto 20px;
    min-height: 60px;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    transition: all .5s ease
}

 .text-gallery-content .gallery-actions .btn-gallery:hover,
 .text-gallery-content .gallery-actions .btn-gallery:active,
 .text-gallery-content .gallery-actions .btn-gallery:focus {
    text-decoration: none;
    background-color: #f5bf35;
    border-color: #f5bf35
}

 .text-gallery-content .gallery-actions .gallery-badges {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    /* max-width: 300px; */
    margin: 15px auto
}

 .text-gallery-content .gallery-actions .gallery-badges .gallery-badge {
    flex: 0 20%;
    padding: 0 5px
}

 .text-gallery-content .gallery-actions .gallery-badges .gallery-badge img {
    width: auto;
    height: 25px;
    opacity: .7
}

 .image-gallery-content .text-title {
    font-weight: 600;
    padding: 20px 15px;
    font-size: 31px;
    display: block
}

@media(min-width: 768px) {
     .image-gallery-content .text-title {
        display: none
    }
}

 .image-gallery-content .lSAction a {
    background: transparent
}

.grid-section {
    padding-bottom: 70px
}

.grid-section .image-grid {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

@media(min-width: 576px) {
    .grid-section .image-grid {
        padding: 0
    }
}

.grid-section .image-grid .image-grid-container {
    position: relative;
    flex: 0 50%;
    border: 0
}

@media(min-width: 576px) {
    .grid-section .image-grid .image-grid-container {
        flex: 0 25%;
        padding: 0
    }
}

@media(min-width: 768px) {
    .grid-section .image-grid .image-grid-container {
        padding: 1
    }
}

.grid-section .image-grid .image-grid-container .image-grid-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    z-index: 5
}

.grid-section .grid-image-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.grid-section .grid-image-modal .image-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.grid-section .grid-image-modal .image-screen .close-modal-btn {
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10000;
    opacity: 1;
    border: 1px solid #aaa;
    padding: .2rem .5rem .3rem;
    font-weight: 700;
    margin: 0;
    border-radius: 5px;
    background-color: #fff
}

@media(min-width: 768px) {
    .grid-section .grid-image-modal .image-screen .close-modal-btn {
        right: 30px
    }
}

.grid-section .grid-image-modal .modal-image {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    animation-name: zoom;
    animation-duration: .6s;
    border-radius: .25rem
}

.grid2-section {
    padding-bottom: 70px;
    padding-top: 70px
}

.grid2-section .section-title {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin: 0 auto 30px
}

.grid2-section .image-grid {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

@media(min-width: 576px) {
    .grid2-section .image-grid {
        padding: 0
    }
}

.grid2-section .image-grid .image-grid-container {
    position: relative;
    flex: 0 50%;
    border: 0
}

@media(min-width: 576px) {
    .grid2-section .image-grid .image-grid-container {
        flex: 0 25%;
        padding: 0
    }
}

@media(min-width: 768px) {
    .grid2-section .image-grid .image-grid-container {
        padding: 0
    }
}

.grid2-section .image-grid .image-grid-container .image-grid-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    z-index: 5
}

.grid2-section .grid-image-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.grid2-section .grid-image-modal .image-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.grid2-section .grid-image-modal .image-screen .close-modal-btn {
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10000;
    opacity: 1;
    border: 1px solid #aaa;
    padding: .2rem .5rem .3rem;
    font-weight: 700;
    margin: 0;
    border-radius: 5px;
    background-color: #fff
}

@media(min-width: 768px) {
    .grid2-section .grid-image-modal .image-screen .close-modal-btn {
        right: 30px
    }
}

.grid2-section .grid-image-modal .modal-image {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    animation-name: zoom;
    animation-duration: .6s;
    border-radius: .25rem
}

.gif-section {
    padding-bottom: 70px
}

.gif-section .row {
    padding: 0
}

.gif-section .row.row .text-square-content {
    padding: 50px 35px
}

@media(min-width: 768px) {
    .gif-section .row.row .text-square-content {
        padding: 82px 99px 82px calc(8% + 92px)
    }
}

@media(min-width: 768px) {
    .gif-section .row.row .image-container {
        margin-right: -20%
    }
}

.gif-section .row .image-square-content {
    padding: 0;
    z-index: 2
}

.gif-section .row .text-square-content {
    padding: 0;
    width: 100%
}

.gif-section .row .text-square-content .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.gif-section .row .text-square-content .text-title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px
}

@media(min-width: 768px) {
    .gif-section .row .text-square-content .text-title {
        margin-bottom: 30px
    }
}

.gif-section .row .text-square-content .text-content {
    font-size: 19px;
    margin-bottom: 30px
}

.gif-section .row .text-square-content .text-list {
    font-size: 19px;
    margin: 0 0 30px
}

.gif-section .row .text-square-content .text-list li {
    margin-bottom: 15px
}

.gif-section .row .text-square-content .custom-list {
    padding: 0
}

.gif-section .row .text-square-content .custom-list li {
    list-style: none;
    margin-bottom: 15px
}

.gif-section .row .text-square-content .custom-list li img {
    margin-right: 10px
}

@media(max-width: 768px) {
    .infographic-section {
        padding-bottom: initial !important;
    }
}
.infographic-section {
    padding-bottom: 70px
}

.infographic-section .row {
    padding: 0
}

.infographic-section .row.row .text-square-content {
    padding: 50px 35px
}

@media(min-width: 768px) {
    .infographic-section .row.row .text-square-content {
        padding: 82px 99px 82px calc(8% + 92px)
    }
}

@media(min-width: 768px) {
    .infographic-section .row.row .image-container {
        margin-right: -20%
    }
}

.infographic-section .row .image-square-content {
    padding: 0;
    z-index: 2
}

.infographic-section .row .text-square-content {
    padding: 0;
    width: 100%
}

.infographic-section .row .text-square-content .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.infographic-section .row .text-square-content .text-title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px
}

@media(min-width: 768px) {
    .infographic-section .row .text-square-content .text-title {
        margin-bottom: 30px
    }
}

.infographic-section .row .text-square-content .text-content {
    font-size: 19px;
    margin-bottom: 30px
}

.infographic-section .row .text-square-content .text-list {
    font-size: 19px;
    margin: 0 0 30px
}

.infographic-section .row .text-square-content .text-list li {
    margin-bottom: 15px
}

.infographic-section .row .text-square-content .custom-list {
    padding: 0
}

.infographic-section .row .text-square-content .custom-list li {
    list-style: none;
    margin-bottom: 15px
}

.infographic-section .row .text-square-content .custom-list li img {
    margin-right: 10px
}

.video-section {
    padding-bottom: 70px
}

.video-section .row {
    padding: 0
}

.video-section .row.row .text-square-content {
    padding: 50px 35px
}

@media(min-width: 768px) {
    .video-section .row.row .text-square-content {
        padding: 82px 99px 82px calc(8% + 92px)
    }
}

@media(min-width: 768px) {
    .video-section .row.row .image-container {
        margin-right: -20%
    }
}

.video-section .row .image-square-content {
    padding: 0;
    z-index: 2
}

.video-section .row .image-square-content video {
    width: 100%;
    height: auto
}

.video-section .row .text-square-content {
    padding: 0;
    width: 100%
}

.video-section .row .text-square-content .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.video-section .row .text-square-content .text-title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px
}

@media(min-width: 768px) {
    .video-section .row .text-square-content .text-title {
        margin-bottom: 30px
    }
}

.video-section .row .text-square-content .text-content {
    font-size: 19px;
    margin-bottom: 30px
}

.video-section .row .text-square-content .text-list {
    font-size: 19px;
    margin: 0 0 30px
}

.video-section .row .text-square-content .text-list li {
    margin-bottom: 15px
}

.video-section .row .text-square-content .custom-list {
    padding: 0
}

.video-section .row .text-square-content .custom-list li {
    list-style: none;
    margin-bottom: 15px
}

.video-section .row .text-square-content .custom-list li img {
    margin-right: 10px
}

.how-work-section {
    padding-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 70px;
    color: #605f61
}

@media(min-width: 768px) {
    .how-work-section {
        padding-bottom: 70px;
        margin-bottom: 0
    }
}

.how-work-section .section-title {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin: 0 auto 30px
}

.how-work-section .section-text {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 24px
}

.how-work-section .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

@media(min-width: 576px) {
    .how-work-section .columns {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.how-work-section .columns .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 0 auto;
    width: 100%
}

@media(min-width: 576px) {
    .how-work-section .columns .column {
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 250px
    }
}

@media(min-width: 768px) {
    .how-work-section .columns .column {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.how-work-section .columns .column .column-img {
    width: 100%;
    height: 100%;
    min-width: 100px;
    max-width: 100px;
    max-height: 200px;
    margin: 30px 15px 30px 0
}

@media(min-width: 576px) {
    .how-work-section .columns .column .column-img {
        max-width: 200px;
        margin: 30px auto
    }
}

@media(min-width: 576px) {
    .how-work-section .columns .column .column-content {
        width: 100%
    }
}

.how-work-section .columns .column .column-content .title {
    text-align: left;
    font-size: 24px;
    font-weight: 600
}

@media(min-width: 576px) {
    .how-work-section .columns .column .column-content .title {
        text-align: center
    }
}

.how-work-section .columns .column .column-content .text {
    text-align: left;
    font-size: 20px
}

@media(min-width: 576px) {
    .how-work-section .columns .column .column-content .text {
        text-align: center
    }
}

.square-section {
    padding-top: 0
}

@media(min-width: 768px) {
    .square-section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.square-section .row {
    padding: 0
}


.square-section .row.flex-row .text-square-content .text-square-container {
    padding: 50px 35px
}

@media(min-width: 768px) {
    .square-section .row.flex-row .text-square-content .text-square-container {
        padding: 40px 20px 40px calc(14% + 40px);
    }
}

.square-section .row.flex-row .image-square-content {
    padding: 0;
    z-index: 2
}

@media(min-width: 768px) {
    .square-section .row.flex-row .image-square-content .image-container {
        margin-right: -20%
    }
}

.square-section .row.flex-row-reverse .text-square-content .text-square-container {
    padding: 50px 35px
}

@media(min-width: 768px) {
    .square-section .row.flex-row-reverse .text-square-content .text-square-container {
        padding: 82px calc(14% + 99px) 82px 99px
    }
}

.square-section .row.flex-row-reverse .image-square-content {
    padding: 0;
    z-index: 2
}

@media(min-width: 768px) {
    .square-section .row.flex-row-reverse .image-square-content .image-container {
        margin-left: -20%
    }
}

.square-section .row .text-square-content {
    padding: 0;
    width: 100%
}

.square-section .row .text-square-content .text-square-container {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.square-section .row .text-square-content .text-square-container .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.square-section .row .text-square-content .text-square-container .text-title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px
}

.square-section .row .text-square-content .text-square-container .text-content {
    font-size: 19px;
    margin-bottom: 30px
}

.square-section .row .text-square-content .text-square-container .text-list {
    font-size: 19px;
    margin: 0 0 30px
}

.square-section .row .text-square-content .text-square-container .text-list li {
    margin-bottom: 15px
}

.square-section .row .text-square-content .text-square-container .custom-list {
    padding: 0
}

.square-section .row .text-square-content .text-square-container .custom-list li {
    list-style: none;
    margin-bottom: 15px
}

.square-section .row .text-square-content .text-square-container .custom-list li.custom-list-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    justify-content: start;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 992px) {
    .square-section .row .text-square-content .text-square-container .custom-list li.custom-list-image {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.square-section .row .text-square-content .text-square-container .custom-list li.custom-list-image .list-image {
    min-width: 80px;
    margin: 20px 0;
    width: 80px;
    height: 80px
}

@media(max-width: 760px) {
    .square-section .row .text-square-content .text-square-container .custom-list li.custom-list-image .list-image {

        width: auto;
        height: auto
    }
}
@media(min-width: 992px) {
    .square-section .row .text-square-content .text-square-container .custom-list li.custom-list-image .list-image {
        margin: 0 25px 0 0
    }
}

.square-section .row .text-square-content .text-square-container .custom-list li.custom-list-image .list-image img {
    width: 100%;
    height: auto
}

.square-section .row .text-square-content .text-square-container .custom-list li img {
    margin-right: 10px
}

.badges-section {
    padding-top: 70px;
    padding-bottom: 70px;
    color: #605f61
}

.badges-section .section-title {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin: 0 auto 30px
}

.badges-section .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

@media(min-width: 576px) {
    .badges-section .columns {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.badges-section .columns .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 250px
}

.badges-section .columns .column .column-img {
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    margin: 30px auto 5px
}

@media(min-width: 576px) {
    .badges-section .columns .column .column-img {
        margin: 30px auto
    }
}

.badges-section .columns .column .column-content {
    width: 100%
}

.badges-section .columns .column .column-content .text {
    text-align: center;
    font-size: 22px
}

.faq-section {
    padding-top: 70px;
    padding-bottom: 70px
}

.faq-section .section-title {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 50px
}

.faq-section .faq-group .faq {
    width: 100%;
    border-bottom: 2px solid #333;
    margin: 0
}

.faq-section .faq-group .faq:first-child {
    border-top: 2px solid #333
}

.faq-section .faq-group .faq a {
    width: 100%
}

.faq-section .faq-group .faq .faq-head {
    padding: 25px 15px 25px 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.faq-section .faq-group .faq .faq-head p {
    font-size: 23px;
    font-weight: 600;
    margin: 0 15px 0 0
}

.faq-section .faq-group .faq .faq-head .faq-icon {
    font-size: 25px;
    margin-right: 0;
    margin-left: auto
}

.faq-section .faq-group .faq .faq-body {
    padding: 5px 22px 22px 22px
}

.faq-section .faq-group .faq .faq-body p {
    font-size: 20px
}

.product-section {
    padding-bottom: 70px
}

.product-section .lSPager {
    margin-top: 30px !important
}

.product-section .lSPager li a {
    background-color: rgba(230, 162, 122, .3) !important;
    height: 15px !important;
    width: 15px !important
}

.product-section .lSPager li.active a,
.product-section .lSPager li:hover a {
    background-color: #e6a27a !important
}

.product-section .product-box-text-container {
    padding: 50px 20px 0px
}

@media(min-width: 768px) {
    .product-section .product-box-text-container {
        padding: 50px 40px
    }
}

.product-section .product-box-text-container .text-title {
    font-size: 30px;
    font-weight: 600
}

.product-section .product-box-text-container .separator {
    content: "";
    width: 60%;
    height: 2px;
    background-color: #ccc;
    margin: 20px 0
}

.product-section .product-box-text-container .text-list {
    font-size: 20px;
    /* margin: 0 0 30px */
}

.product-section .product-box-text-container .text-list li b {
    margin-right: 5px
}

.product-section .product-box-text-container .custom-list {
    padding: 0
}

.product-section .product-box-text-container .custom-list li {
    list-style: none;
    margin-bottom: 15px
}

.product-section .product-box-text-container .custom-list li img {
    margin-right: 10px
}

.product-section .product-box-text-container .price-container {
    /* padding-top: 20px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-section .product-box-text-container .price-container .price-old {
    color: #b4b4b4;
    text-decoration: line-through;
    font-size: 45px;
    font-weight: 500
}

.product-section .product-box-text-container .price-container .price-new {
    color: #3ca830;
    font-size: 20px
}

.product-section .product-box-text-container .price-container .price-new .price {
    font-size: 38px;
    font-weight: 500
}

.product-section .product-box-text-container .price-container .price-new .price .cents {
    font-size: 20px
}

.product-section .product-box-text-container .product-box-btn-container {
    text-align: center;
    /* padding-top: 50px */
}

.product-section .product-box-text-container .product-box-btn-container .btn-product {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    background-color: #f3ca66;
    color: #414141;
    padding: 5px 18px;
    width: 100%;
    max-width: 400px;
    border: 0;
    border-radius: 5px;
    margin: 0 auto 20px;
    min-height: 60px;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    transition: all .5s ease
}

.product-section .product-box-text-container .product-box-btn-container .btn-product:hover,
.product-section .product-box-text-container .product-box-btn-container .btn-product:active,
.product-section .product-box-text-container .product-box-btn-container .btn-product:focus {
    text-decoration: none;
    background-color: #f5bf35;
    border-color: #f5bf35
}

.product-section .product-box-text-container .product-box-btn-container .trust-badges {
    margin-top: 30px
}

.product-section .product-box-text-container .product-box-btn-container .trust-badges img {
    width: 100%;
    height: auto;
    max-width: 400px
}

.carousel-section {
    padding-top: 70px;
    padding-bottom: 70px
}

.carousel-section .section-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px
}

.carousel-section .carousel .lSPager {
    margin-top: 30px !important
}

.carousel-section .carousel .lSPager li a {
    background-color: rgba(82, 81, 85, .3) !important;
    height: 15px !important;
    width: 15px !important
}

.carousel-section .carousel .lSPager li.active a,
.carousel-section .carousel .lSPager li:hover a {
    background-color: #525155 !important
}

.review-section {
    padding: 70px 0 70px
}

.review-section #reviewContainer {
    font-family: "Raleway", sans-serif
}

.review-section #reviewContainer .section-title {
    color: #525155;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600
}

.review-section #reviewContainer .review-stars {
    color: #f6d674;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0
}

.review-section #reviewContainer .review-rate {
    color: #525155;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0
}

.review-section #reviewContainer .review-label {
    color: #525155;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px
}

.review-section #reviewContainer .reviews-container {
    border: 0;
    margin-bottom: 20px
}

@media(min-width: 992px) {
    .review-section #reviewContainer .reviews-container {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333
    }
}

.review-section #reviewContainer .reviews-container .reviews-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 992px) {
    .review-section #reviewContainer .reviews-container .reviews-group {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.review-section #reviewContainer .reviews-container .review {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #333
}

.review-section #reviewContainer .reviews-container .review:last-child {
    border-bottom: 1px solid #333
}

@media(min-width: 992px) {
    .review-section #reviewContainer .reviews-container .review:last-child {
        border: 0
    }
}

@media(min-width: 992px) {
    .review-section #reviewContainer .reviews-container .review {
        flex: 0 30%;
        border: 0
    }
}

.review-section #reviewContainer .reviews-container .review .user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px
}

.review-section #reviewContainer .reviews-container .review .user .avatar {
    margin-right: 20px;
    background-color: #c3c3c3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.7rem;
    color: #fff
}

.review-section #reviewContainer .reviews-container .review .user .avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.review-section #reviewContainer .reviews-container .review .user .avatar-letter {
    margin-right: 20px;
    background-color: #c3c3c3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.7rem;
    color: #fff
}

.review-section #reviewContainer .reviews-container .review .user .verified-icon {
    background-color: #fff;
    position: absolute;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.review-section #reviewContainer .reviews-container .review .user .verified-icon svg {
    width: 100%;
    height: 100%;
    position: absolute;
    fill: #333
}

.review-section #reviewContainer .reviews-container .review .user .info .name {
    font-size: 22px;
    font-weight: 600
}

.review-section #reviewContainer .reviews-container .review .user .info .verified-label,
.review-section #reviewContainer .reviews-container .review .user .info .country {
    font-size: 16px
}

.review-section #reviewContainer .reviews-container .review .rate {
    color: #f6d674;
    font-size: 18px;
    margin-bottom: 10px
}

.review-section #reviewContainer .reviews-container .review .review-content {
    font-size: 19px
}

.review-section #reviewContainer .reviews-container .review .review-content .review-more {
    display: none
}

.review-section #reviewContainer .reviews-container .review .review-content .review-more-btn {
    white-space: nowrap
}

.review-section #reviewContainer .reviews-container .review .review-date {
    margin-top: 20px;
    font-size: 16px
}

.review-section #reviewContainer .reviews-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.review-section #reviewContainer .reviews-pagination .pagination .page-item .page-link {
    border: 0;
    border-radius: 0;
    color: #525155;
    opacity: .8
}

.review-section #reviewContainer .reviews-pagination .pagination .page-item .page-link.active {
    font-weight: 600;
    opacity: 1;
    border-bottom: 2px solid #525155
}

.company-section {
    padding: 70px 0 70px
}

.company-section .section-title {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #666462
}

.company-section .company-display {
    display: none;
    min-height: 130px;
    width: 100%
}

@media(min-width: 576px) {
    .company-section .company-display {
        display: block
    }
}

.company-section #companyText,
.company-section .company-text {
    max-width: 600px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 22px;
    color: #666462
}

.company-section #companyName,
.company-section .company-name {
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 16px;
    color: #9b9b9b
}

.company-section .company-group {
    position: relative
}

.company-section .company-group .prev,
.company-section .company-group .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 0 16px;
    color: rgba(0, 0, 0, .4);
    font-weight: bold;
    font-size: 36px;
    transition: .6s ease;
    user-select: none;
    transform: translateY(-50%)
}

@media(min-width: 576px) {

    .company-section .company-group .prev,
    .company-section .company-group .next {
        display: none
    }
}

.company-section .company-group .next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.company-section .company-group .prev:hover,
.company-section .company-group .next:hover {
    color: rgba(0, 0, 0, .8)
}

.company-section .company-group .company-container {
    text-align: center
}

.company-section .company-group .company-container .company {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    text-align: center;
    min-height: 50px;
    height: auto;
    opacity: 1;
    margin: 0 auto
}

.company-section .company-group .company-container .company.active {
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 576px) {
    .company-section .company-group .company-container .company {
        opacity: .5;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .company-section .company-group .company-container .company:hover,
    .company-section .company-group .company-container .company.active {
        opacity: 1
    }
}

.company-section .company-group .company-container .company .company-text {
    display: block;
    margin: 0 auto 20px
}

@media(min-width: 576px) {
    .company-section .company-group .company-container .company .company-text {
        display: none
    }
}

.company-section .company-group .company-container .company .company-name {
    display: none
}

.company-section .company-group .company-container .company .company-img {
    width: 150px;
    max-width: 150px;
    margin: 0 auto
}

.footer-logo {
    background-color: #525155;
    padding-top: 30px
}

.footer {
    background-color: #525155;
    padding: 30px 0 100px
}

.footer .footer-container {
    border: 0;
    padding: 0 0 35px
}

@media(min-width: 576px) {
    .footer .footer-container {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 35px 0
    }
}

.footer .footer-container .footer-links {
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 35px 0
}

@media(min-width: 576px) {
    .footer .footer-container .footer-links {
        text-align: left;
        padding: 0 30px;
        border: 0
    }
}

.flag-icon-circle {
    border-radius: 50%
}

.lSAction>a {
    width: 40px;
    height: 40px
}

.gallery-custom-arrow {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
    width: 40px;
    height: 40px;
    background-image: url(../img/payment_icons.png);
    background-repeat: no-repeat;
    background-size: 440px 80px
}

.gallery-custom-arrow.right {
    background-position: -5px 0px
}

.gallery-custom-arrow.left {
    background-position: -50px 0px
}

.image {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center center;
    padding: 5px;
}

.image.loading {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee, #bbbbbb, #eeeeee);
    padding-bottom: 100%
}

.image.loading img {
    position: absolute;
    top: 0;
    left: 0
}

.image.loaded {
    padding-bottom: 0
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }

    100% {
        background-position: 800px 0
    }
}

#aboutModal.modal {
    padding: 0
}

#aboutModal.modal .close {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10000;
    opacity: 1;
    border: 1px solid #aaa;
    padding: .2rem .5rem .3rem;
    font-weight: 700;
    margin: 0;
    border-radius: 5px;
    background-color: #fff
}

@media(min-width: 992px) {
    #aboutModal.modal .close {
        right: 30px
    }
}

#aboutModal.modal .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 100%
}

@media(min-width: 768px) {
    #aboutModal.modal .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
        min-height: none;
        height: auto
    }
}

@media(min-width: 992px) {
    #aboutModal.modal .modal-dialog {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    #aboutModal.modal .modal-dialog {
        max-width: 1000px
    }
}

#aboutModal.modal .modal-dialog .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: 5px
}

@media(min-width: 768px) {
    #aboutModal.modal .modal-dialog .modal-content {
        padding: 15px;
        border-radius: 5px
    }
}

@media(min-width: 992px) {
    #aboutModal.modal .modal-dialog .modal-content {
        padding: 30px
    }
}

@media(min-width: 1200px) {
    #aboutModal.modal .modal-dialog .modal-content {
        padding: 45px
    }
}

#aboutModal.modal .modal-dialog .modal-content .modal-title {
    font-weight: 600;
    margin-bottom: 30px
}

#aboutModal.modal .modal-dialog .modal-content .modal-header {
    border: 0 !important
}

#aboutModal.modal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 0
}

#aboutModal.modal .modal-dialog .modal-content .modal-body .modal-section {
    margin-bottom: 50px
}

#aboutModal.modal .modal-dialog .modal-content .modal-body .modal-section .modal-subtitle {
    font-weight: 600;
    margin-bottom: 30px
}

#aboutModal.modal .modal-dialog .modal-content .modal-body .modal-section p {
    text-align: justify
}

#aboutModal.modal .modal-dialog .modal-content .modal-footer {
    border: 0 !important
}

#Loader {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000
}

#Loader .head-offer {
    height: 50px;
    min-height: 50px;
    width: 100%
}

#Loader .header {
    height: 66px;
    min-height: 66px;
    width: 100%
}

#Loader .gallery {
    width: 100%
}

#Loader .gallery .gallery-part {
    width: 100%
}

@media(min-width: 768px) {
    #Loader .gallery .gallery-part {
        width: 50%
    }
}

#Loader .gallery .gallery-part .gallery {
    width: 100%;
    padding-top: 100%
}

#Loader .gallery .gallery-part .thumbnails {
    margin-top: 5px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#Loader .gallery .gallery-part .thumbnails .thumbnail-container {
    padding-right: 10px;
    width: 100%
}

#Loader .gallery .gallery-part .thumbnails .thumbnail-container:last-child {
    padding-right: 0
}

#Loader .gallery .gallery-part .thumbnails .thumbnail-container .thumbnail {
    padding-top: 100%
}

.placeholder-item {
    overflow: hidden;
    background: #000;
    position: relative;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0
    }

    100% {
        background-position: 650px 0
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.zoom-on-hover {
    position: relative;
    overflow: hidden
}

.zoom-on-hover .normal {
    width: 100%
}

.zoom-on-hover .zoom {
    position: absolute;
    display: none;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.zoom-on-hover.zoomed .normal {
    opacity: 0
}

.zoom-on-hover.zoomed .zoom {
    opacity: 1
}

.zoom-on-hover .zoom-img-btn {
    display: block;
    border: 0;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 2px 0 rgba(100, 100, 100, .16), 0 1px 5px 0 rgba(100, 100, 100, .12);
    z-index: 3;
    background-image: url(../img/payment_icons.png);
    background-repeat: no-repeat;
    background-size: 440px 80px;
    background-position: -80px 0px
}

@media(min-width: 768px) {
    .zoom-on-hover .zoom-img-btn {
        display: none
    }
}

.zoom-on-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000
}

.zoom-on-mobile .zoom-img-btn-close {
    display: block;
    border: 0;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 2px 0 rgba(100, 100, 100, .16), 0 1px 5px 0 rgba(100, 100, 100, .12);
    background-image: url(../img/payment_icons.png);
    background-repeat: no-repeat;
    background-size: 440px 80px;
    background-position: -120px 0px
}

.zoom-on-mobile .zoom-img-btn-close img {
    width: 100%
}

.zoom-on-mobile .zoom-on-mobile-container {
    width: 100%;
    height: 100%;
    overflow: scroll
}

.zoom-on-mobile .zoom-on-mobile-container img {
    min-height: 100%;
    height: 40rem;
    width: auto;
    max-width: none
}

.lSAction>a {
    background: transparent
}

.lazyload {
    opacity: 0
}

.loading,
.lazyload,
.lazyloaded,
.image {
    opacity: 1;
    transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.payment-icon {
    background-image: url(../img/payment_icons.png);
    background-repeat: no-repeat;
    background-size: 275px 50px
}

.payment-paypal {
    height: 25px;
    width: 18px;
    background-position: -250px 0px;
    opacity: .7;
    margin: auto
}

.payment-visa {
    height: 25px;
    width: 66px;
    background-position: -125px 0px;
    opacity: .7;
    margin: auto
}

.payment-mastercard {
    height: 25px;
    width: 30px;
    background-position: -200px 0px;
    opacity: .7;
    margin: auto
}

.payment-amex {
    height: 25px;
    width: 74px;
    background-position: -125px -25px;
    opacity: .7;
    margin: auto
}

.payment-discover {
    height: 25px;
    width: 74px;
    background-position: -200px -25px;
    opacity: .7;
    margin: auto
}

.check-icon {
    width: 25px;
    height: 25px;
    margin-right: 12px
}

.check-icon svg {
    width: 25px;
    height: 25px;
    fill: #333
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.gallery-badge,
.trust-badges {
    cursor: pointer
}

.background-black{
    background-color: #212529;
    color: #fff;
}
.background-black:hover{
    color: #fff;
}
.background-none{
    background-color: #ffffff;
    color: #000;
}
.background-none:hover{
    color: #000;
}