@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@font-face {
    font-family: "Rupee-Foradian";
    src: url("../fonts/Rupee-Foradian.eot") format("eot");
    src: url("../fonts/Rupee-Foradiand41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Rupee-Foradian.woff") format("woff"),
        url("../fonts/Rupee-Foradian.ttf") format("truetype"),
        url("../fonts/Rupee-Foradian.svg#Rupee-Foradian") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/fa-brands-400.woff2) format("woff2"),
        url(../fonts/fa-brands-400.woff) format("woff"),
        url(../fonts/fa-brands-400.ttf) format("truetype"),
        url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/fa-regular-400.woff2) format("woff2"),
        url(../fonts/fa-regular-400.woff) format("woff"),
        url(../fonts/fa-regular-400.ttf) format("truetype"),
        url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/fa-solid-900.woff2) format("woff2"),
        url(../fonts/fa-solid-900.woff) format("woff"),
        url(../fonts/fa-solid-900.ttf) format("truetype"),
        url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
    font-weight: 900;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
a,
a:link,
a:active,
a:visited,
input[type="submit"],
a span {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 100%;
}
form {
    margin: 0;
    padding: 0;
    display: inline;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none !important;
}
:focus {
    outline: none !important;
}
button {
    border: none;
}
select::-ms-expand {
    display: none;
}
input:-internal-autofill-selected {
    background-color: #00aeef !important;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.overFlow {
    overflow: hidden;
}
.overFlow-X {
    overflow-x: hidden;
}
.overFlow-Y {
    overflow-y: hidden;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}

@-webkit-keyframes rotator {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotator {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes rotator {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotator {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes hvr-bob {
    0%,
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@-moz-keyframes hvr-bob {
    0%,
    100% {
        -webkit-transform: translateY(-16px);
        -moz-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    50% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-o-keyframes hvr-bob {
    0%,
    100% {
        -webkit-transform: translateY(-16px);
        -o-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    50% {
        -webkit-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob {
    0%,
    100% {
        -webkit-transform: translateY(-16px);
        -moz-transform: translateY(-16px);
        -o-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    50% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
@-moz-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-16px);
        -moz-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
@-o-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-16px);
        -o-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-16px);
        -moz-transform: translateY(-16px);
        -o-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
.blinker {
    -webkit-animation: blinker 0.3s linear;
    -moz-animation: blinker 0.3s linear;
    -o-animation: blinker 0.3s linear;
    animation: blinker 0.3s linear;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}
@-moz-keyframes blinker {
    50% {
        opacity: 0;
    }
}
@-o-keyframes blinker {
    50% {
        opacity: 0;
    }
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    z-index: 11;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots {
    position: relative;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px 0 0px 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 9px;
    padding: 0;
}
.slick-dots li button {
    cursor: pointer;
    background: transparent;
    border: 0;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 10px;
    height: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 10px;
    text-align: center;
    color: #d7d7d7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #0081e4;
    opacity: 1;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    padding: 0;
    width: auto !important;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    line-height: 28px;
    position: absolute;
    right: 0px !important;
    top: -30px !important;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0;
    color: red;
    font-style: normal;
    font-size: 28px;
    background: url(../images/close-popup.html) no-repeat !important;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close-btn-in .mfp-close {
    color: #ffffff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 0px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.vidSlider .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100% !important;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.vidSlider .mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: 1px;
    top: -30px;
    text-align: right;
    padding-right: 6px;
    width: 28px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
html {
    -webkit-font-smoothing: antialiased;
    width: 100%;
}
body {
    width: 100%;
    position: relative;
    overflow-x: hidden !important;
}
html,
body {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: #010317;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    height: auto;
    outline: 0 !important;
}
.rupee {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
}
.no-scroll {
    height: 100%;
    overflow: scroll;
    overflow: hidden;
    position: fixed;
}
input:-moz-read-only {
    background-color: #ececeb;
}
input:read-only {
    background-color: #ececeb;
}
::-webkit-input-placeholder {
    color: #252b51;
    font-weight: 500;
}
:-ms-input-placeholder {
    color: #252b51;
    font-weight: 500;
}
:-moz-placeholder {
    color: #252b51;
    font-weight: 500;
}
::-moz-placeholder {
    color: #252b51;
    font-weight: 500;
}
::-ms-input-placeholder {
    color: #252b51;
    font-weight: 500;
}
::placeholder {
    color: #252b51;
    font-weight: 500;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
    outline: none;
    outline-color: none;
}
#wrapper {
    position: relative;
    width: 100%;
    padding-top: 109px;
}
.container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}
.section {
    position: relative;
    padding: 40px 0;
}
.sect_divider {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    width: 195px;
    height: 1px;
    background: #1c2140;
    display: none;
}
.rotate-msg {
    display: none !important;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: #010317;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.rotate-msg .rotate-text {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.top_faded_bg {
    background: url(../images/bg-fade.png) no-repeat center top;
}
.useApp {
    position: relative;
    width: 100%;
    padding: 0px;
}
.useApp .au_hld {
    position: relative;
    width: 100%;
    background: #0e1125;
    padding: 8px;
}
.useApp .au_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
}
.useApp img {
    width: 70px;
}
.useApp p {
    font-size: 14px;
    font-weight: 700;
    padding: 0 8px;
}
.useApp span {
    color: #c8a357;
}
.useApp .close {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 45px;
    top: 50%;
    width: 22px;
    cursor: pointer;
}
.useApp .close img {
    width: 100%;
}
.useApp .au_mob {
    display: none;
}
.useApp .au_desktop {
    color: #c8a357;
    text-align: center;
    padding: 0px 10px;
}
a.button {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 11px 20px 13px 20px;
}
.button {
    position: relative;
    display: block;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #010317;
    line-height: 16px;
    font-weight: 700;
    padding: 13px 20px 11px 20px;
    min-width: 120px;
    margin: 0 auto;
    background: #c8a357;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
}
.button.btn:hover {
    background: #c8a357;
    color: #010317;
}
. .button.btn {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.button.btn span {
    z-index: 20;
}
.button.btn:after {
    background: #ffd379;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}
.button.btn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.slick-arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border: #fff 2px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    z-index: 8;
}
.slick-arrow.slick-next {
    background: url(../images/slider-arrow-next.png) no-repeat center center;
}
.slick-arrow.slick-prev {
    background: url(../images/slider-arrow-prev.png) no-repeat center center;
}
.slick-arrow:hover {
    background-color: #c8a357;
    border-color: #c8a357;
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
}
.slick-dots li button:before {
    color: #252b51;
}
.slick-dots li.slick-active button:before {
    color: #c8a357;
}
h2 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    font-weight: 400;
    padding: 0px 0px 20px 0px;
}
p {
    font-size: 16px;
    line-height: 24px;
}
.textBox,
.selectBox,
.my_account .redeem_filters_con .redeem_search {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #252b51 !important;
    font-weight: 500;
    line-height: 100%;
    border: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.textBox {
    font-size: 16px;
    padding: 10px 20px;
    background: #fff;
}

.selectBox {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    line-height: 18px;
    padding: 11px 25px 11px 20px;
    background: #fff url(../images/arrow-select.png) no-repeat right 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.file_upload {
    font-size: 14px;
    padding: 9px 20px;
}
.errorMsg {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    padding: 5px 10px 7px;
    font-size: 13px;
    color: #010317;
    text-align: center;
    font-weight: 500;
    background: #c8a357;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.errorMsg::after {
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 45%;
    bottom: -4px;
    width: 7px;
    height: 7px;
    background: #c8a357;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.errorText {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding-top: 15px;
}
.commErr {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
}
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px 0; /* header padding  */
    background: #010317;
    z-index: 99;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
header .container {
    max-width: 100%;
    padding: 0 40px;
}
header.sticky {
    padding: 10px 0;
}
header.sticky .logo img {
    width: 80%;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
header.sticky ul.slimmenu li > ul {
    top: 48px;
}
header .container {
    position: relative;
}
header .logo {
    position: relative;
    width: 100%;
    max-width: 171px;
    margin-right: 25px;
    z-index: 999;
}
header .logo img {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
header nav {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #c8a357;
    width: 100%;
    max-width: 485px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}
header nav ul.slimmenu > li > a {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    padding: 0 25px;
}
header nav ul.slimmenu > li:hover a {
    color: #c8a357;
}
header nav ul.slimmenu > li .activeNav {
    color: #c8a357;
}
header .leftNav {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 40px;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #c8a357;
}
header .leftNav .leftNav_con {
    padding: 0px 25px 0px 0px;
}
header .leftNav .leftNav_con .login_user {
    font-size: 13px;
}
header .leftNav .leftNav_con .cart_btn {
    position: relative;
}
header .leftNav .leftNav_con .cart_count {
    position: absolute;
    left: 5px;
    top: -3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #010317;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 9;
}
header .leftNav .leftNav_con .is_cart_added {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -45px;
    width: 145px;
    font-size: 14px;
    color: #010317;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    padding: 6px 1px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9;
}
header .leftNav .leftNav_con .is_cart_added:after {
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 46%;
    top: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        header .leftNav .leftNav_con {
            width: 320px;
            text-align: right;
            padding: 0px 25px 0px 0px;
        }
    }
}
header .leftNav a {
    position: relative;
    color: #c8a357;
    font-weight: 400;
    padding: 5px 15px 5px 10px;
}
header .leftNav a:hover {
    color: #fff;
}
header .leftNav a::after {
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 90%;
    background: #252b51;
}
header .leftNav a:last-child::after {
    display: none;
}
header .leftNav .nav_icons {
    width: 23px;
}
header .leftNav .nav_icons.cart {
    background: url(../images/icon-cart.png) no-repeat center center;
}
header .leftNav .nav_icons.search {
    background: url(../images/icon-cart.png) no-repeat center center;
}
header .nav-icon {
    width: 35px;
    height: 30px;
    margin: 0px auto;
    cursor: pointer;
    display: block;
    z-index: 1;
}
header .nav-icon span {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background: #c8a357;
    opacity: 1;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header .nav-icon span:nth-child(1) {
    top: 0px;
}
header .nav-icon span:nth-child(2) {
    top: 10px;
}
header .nav-icon span:nth-child(3) {
    top: 20px;
}
header .nav-icon.open span {
    background: #fff;
}
.menu_overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #010317;
    opacity: 0.7;
    cursor: pointer;
    z-index: 9;
}
.side_menu {
    position: absolute;
    right: -350px;
    top: 0;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: #010317;
    padding: 120px 0 30px 0;
    z-index: 9;
}
.side_menu .side_nv_hld {
    overflow: hidden;
    overflow-y: scroll;
}
.side_menu li {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}
.side_menu li a {
    display: block;
    color: #c8a357;
    line-height: 100%;
    text-transform: uppercase;
    padding: 13px 10px 13px 50px;
}
.side_menu li a:hover {
    background: #181e41;
}
.socialCon {
    padding: 25px 10px 15px 50px;
}
.socialCon a {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    padding: 0 12px;
}
.socialCon a:first-child {
    padding-left: 0;
}
.socialCon a:hover {
    color: #c8a357;
}
.page-content {
    background: url(../images/bg-bg-pattern.jpg) repeat left top;
}
#home_banner {
    width: 100%;
}
#home_banner .banner_det {
    display: none;
    width: 100%;
    text-align: center;
    padding: 40px 20px 30px 20px;
}
#home_banner .banner_det h2 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #c8a357;
    line-height: 54px;
    font-weight: 400;
    padding: 0px 0px 25px 0px;
}
#home_banner .banner_det h2 span {
    display: block;
    line-height: 100%;
}
#home_banner .banner_det .button {
    width: 120px;
}
#home_banner .slick-arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border: #fff 2px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#home_banner .slick-arrow.slick-next {
    right: 30px;
    background: url(../images/slider-arrow-next.png) no-repeat center center;
}
#home_banner .slick-arrow.slick-prev {
    left: 30px;
    background: url(../images/slider-arrow-prev.png) no-repeat center center;
}
#home_banner .slick-arrow:hover {
    background-color: #c8a357;
    border-color: #c8a357;
}
#home_banner .slick-arrow.slick-disabled {
    opacity: 0.5;
}
#home_banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
}
#home_banner .slick-dots li {
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin: 0 10px;
    border: transparent 8px solid;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#home_banner .slick-dots li button {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
}
#home_banner .slick-dots li button::before {
    display: none;
    width: 14px;
    height: 14px;
    font-size: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#home_banner .slick-dots li.slick-active {
    border-color: #fff;
}
#home_banner .slick-dots li.slick-active button {
    background: #8a612a;
}
#exclusive_product.section {
    padding-top: 70px;
}
#exclusive_product .product_blurb_hld {
    padding-top: 25px;
}
.r_prod .product_blurb_hld {
    padding-top: 25px;
}
.product_blurb_hld {
    width: 100%;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_blurb_hld .p_blurb {
    width: 33.33%;
    padding: 0 22px 45px;
}
.product_blurb_hld .p_blurb__det {
    width: 100%;
    color: #c8a357;
    text-align: center;
    padding: 40px 20px;
    background: #0e1125;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.product_blurb_hld .p_panel {
    margin: 0 auto;
    padding-bottom: 15px;
}
.product_blurb_hld .p_panel img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
}
.product_blurb_hld span {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
    padding-right: 3px;
}
.product_blurb_hld h3,
.product_blurb_hld .price,
.product_blurb_hld .note,
.product_blurb_hld .points {
    padding-bottom: 13px;
    line-height: 24px;
}
.product_blurb_hld h3 {
    font-size: 17px;
    color: #c8a357;
    font-weight: 400;
}
.product_blurb_hld .points {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.product_blurb_hld .price {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
}
.product_blurb_hld .note {
    font-size: 14px;
    color: #c8a357;
}
.product_blurb_hld .button {
    margin: 10px auto 0;
}
.product_blurb_hld .slick-list {
    width: 100%;
}
.product_blurb_hld .slick-arrow.slick-next {
    right: -20px;
}
.product_blurb_hld .slick-arrow.slick-prev {
    left: -20px;
}
.product_blurb_hld .slick-dots {
    padding-top: 15px;
    opacity: 0;
    pointer-events: none;
}
.product_blurb_hld .slick-dots li button:before {
    color: #252b51;
}
.product_blurb_hld .slick-dots li.slick-active button:before {
    color: #c8a357;
}
.product_slider .p_blurb {
    width: 33.33%;
    padding: 0 22px 0;
}
.wrap-drop {
    width: 100%;
    padding: 15px 0px 15px 0px;
}
.wrap-drop span {
    display: none;
}
.wrap-drop .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}
.wrap-drop li {
    position: relative;
    font-size: 18px;
    color: #c8a357;
    line-height: 36px;
    font-weight: 400;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.wrap-drop li::after {
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 60%;
    /* background: #252b51; */
}
.wrap-drop li:hover {
    color: #fff;
}
.wrap-drop li:last-child::after {
    display: none;
}
.wrap-drop .selected {
    color: #000;
}
#brand {
    background: url(../images/bg-fade.png) no-repeat center top;
}
#brand .container {
    max-width: 1240px;
}
#brand h2 {
    display: none;
    color: #fff;
}
#brand .tvc_hld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
#brand .tvc_video {
    position: relative;
    width: 65%;
    padding-bottom: 37.25%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
#brand .tvc_video img {
    width: 100%;
    height: auto;
}
#brand .tvc_video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#brand .tvc_video .play {
    width: 70px;
    height: 70px;
    display: none;
}
#brand .tvc_video:hover .play {
    background: #c8a357;
}
#brand .tvc_det {
    width: 35%;
    text-align: left;
    padding: 45px 0px 0px 45px;
}
#brand .tvc_det h2 {
    display: block;
    text-align: left;
}
#brand .tvc_det h3 {
    font-size: 18px;
    color: #c8a357;
    line-height: 30px;
    font-weight: 500;
    padding: 30px 0 10px;
}
#brand .tvc_det p {
    color: #fff;
}
.play {
    position: absolute;
    bottom: 8%;
    right: 5%;
    width: 42px;
    height: 42px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.play .play_arrow {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 53%;
    top: 50%;
    width: 25% !important;
}
.play:hover {
    background: #c8a357;
}
.tvc_slider {
    width: 100%;
    padding: 45px 50px 0px 50px;
}
.tvc_slider .thumb_hld {
    padding: 0 33px;
    cursor: pointer;
}
.tvc_slider .thumb_hld:hover p {
    color: #fff;
}
.tvc_slider .thumb_hld:hover .play {
    background: #c8a357;
}
.tvc_slider .thumb_hld.curr_video_thumb p {
    color: #fff;
}
.tvc_slider .thumb_hld.curr_video_thumb .play {
    background: #c8a357;
}
.tvc_slider .thumb {
    position: relative;
    margin: 0 0 15px 0px;
}
.tvc_slider .thumb > img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.tvc_slider p {
    color: #c8a357;
}
.tvc_slider .slick-arrow {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: absolute;
    top: 30%;
}
.tvc_slider .slick-arrow.slick-next {
    right: 0px;
}
.tvc_slider .slick-arrow.slick-prev {
    left: 0px;
}
.user_acc_det {
    text-align: center;
    padding: 15px 0px 0px 0px;
}
.user_acc_det li {
    font-size: 18px;
    color: #c8a357;
    font-weight: 400;
    padding: 10px 0px;
}
.user_acc_det li span {
    color: #fff;
    font-weight: 600;
}
.rcp_hld {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 45px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/home/bg-r-club.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.rcp_hld h2 {
    display: none;
}
.rcp_hld img {
    width: 100%;
    height: auto;
}
.rcp_hld .form_con {
    width: 35%;
    padding: 0 40px;
}
.rcp_hld .form_con .textBox {
    width: 100%;
}
.rcp_hld .form_con .password {
    padding-right: 40px;
    cursor: pointer;
}
.rcp_hld .form_con .eye_open,
.rcp_hld .form_con .eye_close {
    cursor: pointer;
}
.rcp_hld .form_con .eye_open {
    display: none;
}
.rcp_hld .form_con p {
    font-weight: 400;
    padding: 20px 0px 0px 0px;
}
.rcp_hld .form_con p a {
    color: #fff;
}
.rcp_hld .form_con p a:hover {
    color: #c8a357;
}
.rcp_hld .post_login_det {
    width: 100%;
    text-align: center;
}
.rcp_hld .post_login_det .user {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #c8a357;
    line-height: 40px;
    font-weight: 400;
}
.rcp_hld .post_login_det .user span {
    display: block;
    line-height: 100%;
}
.rcp_hld .post_login_det .button {
    max-width: 140px;
    margin-top: 10px;
    padding: 12px 20px 12px 20px;
}
.rcp_hld .rc_logo {
    width: 112px;
    margin: 0 auto 20px;
}
.rcp_hld .field_hld {
    position: relative;
    width: 100%;
    max-width: 270px;
    padding: 10px 0;
    margin: 0 auto;
}
.rcp_hld .eye_open,
.rcp_hld .eye_close {
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 46%;
    width: 20px;
}
.rcp_hld .forgot_pass {
    display: inline-block;
    font-size: 14px;
    color: #c8a357;
    line-height: 100%;
    font-weight: 400;
    padding: 10px 0px 0px 0px;
}
.rcp_hld .forgot_pass:hover {
    color: #fff;
}
.rcp_hld ::-webkit-input-placeholder {
    color: #00051b;
    font-weight: 500;
}
.rcp_hld :-ms-input-placeholder {
    color: #00051b;
    font-weight: 500;
}
.rcp_hld :-moz-placeholder {
    color: #00051b;
    font-weight: 500;
}
.rcp_hld ::-moz-placeholder {
    color: #00051b;
    font-weight: 500;
}
.rcp_hld ::-ms-input-placeholder {
    color: #00051b;
    font-weight: 500;
}
.rcp_hld ::placeholder {
    color: #00051b;
    font-weight: 500;
}
.rcp_hld .exe_prev {
    width: 65%;
}
.rcp_hld .exe_prev h2 {
    display: block;
    line-height: 40px;
}
.rcp_hld .exe_prev ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 40px 0px 0px 0px;
}
.rcp_hld .exe_prev li {
    padding: 0 10px;
}
.rcp_hld .exe_prev .prev_con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 260px;
    height: 180px;
    padding: 25px 15px 15px 15px;
    background: url(../images/home/bg-previliges.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.rcp_hld .exe_prev .prev_con .icon {
    width: 80px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.rcp_hld .exe_prev .prev_con .icon img {
    width: 100%;
    height: auto;
}
.rcp_hld .exe_prev .prev_con .number {
    position: absolute;
    left: -15px;
    top: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 36px;
    height: 36px;
    background: #19197d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 8px 8px 29px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 8px 8px 29px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px 8px 29px 0px rgba(0, 0, 0, 0.75);
}
.rcp_hld .exe_prev .prev_con .number span {
    font-size: 22px;
    color: #c8a357;
    font-weight: 600;
}
.rcp_hld .exe_prev .prev_det {
    width: 100%;
    max-width: 140px;
    text-align: left;
}
.rcp_hld .exe_prev .prev_det h3 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}
.rcp_hld .exe_prev .prev_det p {
    font-size: 14px;
    line-height: 20px;
}
.tc_con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 20px;
    padding: 20px 0px 20px;
}
.tc_con #tnc {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.tc_con a {
    color: #fff;
    border-bottom: #fff 1px solid;
}
.tc_con label {
    position: relative;
    cursor: pointer;
}
.tc_con label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tc_con input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 3px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#app_download.section {
    padding: 100px 0;
}
#app_download .container {
    width: 100%;
    max-width: 1040px;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#010317),
        color-stop(-50%, #010317),
        to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
        left,
        #010317 0%,
        #010317 -50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        left,
        #010317 0%,
        #010317 -50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        left,
        #010317 0%,
        #010317 -50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to right,
        #010317 0%,
        #010317 -50%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.download_hld {
    position: relative;
    width: 100%;
    padding: 51px 60px 63px 60px;
    margin: 0 auto;
    border-left: #c8a357 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-image: url(../images/home/download-top.png),
        url(../images/home/download-bottom.png);
    background-position: left -1px top, left -1px bottom;
    background-repeat: no-repeat, no-repeat;
}
.download_hld h2 {
    font-size: 40px;
    color: #c8a357;
    text-align: left;
    line-height: 48px;
}
.download_hld h2 span {
    display: block;
}
.download_hld .ad_tl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download_hld .QR_code {
    margin-left: 55px;
}
.download_hld .app_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 590px;
    padding: 25px 0px 0px 0px;
}
.download_hld .app_con img {
    width: auto;
}
.download_hld .app_con a {
    margin: 0 10px 0px 0px;
}
.download_hld .mobile {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: -11%;
    top: 50%;
    width: 455px;
}
.download_hld .mobile img {
    width: 100%;
    height: auto;
}
.dash_board {
    position: absolute;
    left: 40px;
    top: 65px;
    width: 100%;
    max-width: 240px;
    border: #c8a357 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 0;
}
.dash_board .dash_board_blurb {
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 15px 20px 15px;
    border-top: #c8a357 1px solid;
}
.dash_board .dash_board_blurb:first-child {
    border: none;
}
.dash_board .dash_board_title {
    color: #c8a357;
    font-weight: 600;
}
.dash_board ul {
    padding-top: 10px;
}
.dash_board li {
    padding: 10px 0;
    font-weight: 400;
}
.dash_board li a {
    color: #fff;
}
.dash_board li a:hover {
    color: #c8a357;
}
.dash_board li:last-child {
    padding-bottom: 0;
}
.dash_board li ul {
    padding: 0;
}
.dash_board li li:first-child {
    padding-top: 0;
}
.dash_board li li a {
    position: relative;
    padding-left: 10px;
}
.dash_board li li a::before {
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 2px;
    background: #fff;
}
.button_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px 0px 0px;
}
.loader_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.loader_con .overlay {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    width: 105%;
    height: 100%;
    background: #010317;
    opacity: 0.9;
}
.loader_con .loader {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
}
.loader_con .loader img {
    width: 100%;
    height: 100%;
}
.form_err {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 10px 5px;
}
#R_club_banner {
    position: relative;
    padding: 130px 0px 40px 0px;
    background: url(../images/banner-bg.png) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#R_club_banner .container {
    width: 100%;
    max-width: 840px;
}
#R_club_banner .banner_canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
}
#R_club_banner #ParticleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#R_club_banner h1 {
    position: relative;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 45px;
    color: #c8a357;
    text-align: center;
    line-height: 55px;
    font-weight: 400;
    z-index: 3;
}
#R_club_banner h1 span {
    display: block;
    line-height: 100%;
}
#R_club_banner .join_us {
    font-size: 22px;
    color: #c8a357;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
}
#R_club_banner p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    padding: 25px 0px 0px;
}
#R_club_banner .r_club_con {
    position: relative;
    width: 100%;
    padding: 90px 20px 25px 20px;
    border: #c8a357 1px solid;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    z-index: 1;
}
#R_club_banner .r_club_con .logo_R_club {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -65px;
    width: 130px;
    z-index: 2;
}
#R_club_banner .r_club_con .shadow {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350%;
    z-index: -1;
}
#R_club_banner .r_club_con .line_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(244deg, #b29040 0%, #593a11 100%)
        border-box;
    background: -moz-linear-gradient(244deg, #b29040 0%, #593a11 100%)
        border-box;
    background: -o-linear-gradient(244deg, #b29040 0%, #593a11 100%) border-box;
    background: linear-gradient(206deg, #b29040 0%, #593a11 100%) border-box;
}
#R_club_banner .r_club_con .line_top_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background: -webkit-linear-gradient(244deg, #b29040 0%, #b29040 100%)
        border-box;
    background: -moz-linear-gradient(244deg, #b29040 0%, #b29040 100%)
        border-box;
    background: -o-linear-gradient(244deg, #b29040 0%, #b29040 100%) border-box;
    background: linear-gradient(206deg, #b29040 0%, #b29040 100%) border-box;
}
#R_club_banner .r_club_con .line_top_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background: -webkit-linear-gradient(244deg, #b29040 0%, #b29040 100%)
        border-box;
    background: -moz-linear-gradient(244deg, #b29040 0%, #b29040 100%)
        border-box;
    background: -o-linear-gradient(244deg, #b29040 0%, #b29040 100%) border-box;
    background: linear-gradient(206deg, #b29040 0%, #b29040 100%) border-box;
}
#R_club_banner .r_club_con .line_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(244deg, #b29040 0%, #593a11 100%)
        border-box;
    background: -moz-linear-gradient(244deg, #b29040 0%, #593a11 100%)
        border-box;
    background: -o-linear-gradient(244deg, #b29040 0%, #593a11 100%) border-box;
    background: linear-gradient(206deg, #b29040 0%, #593a11 100%) border-box;
}
#R_club_banner .r_club_con .line_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(244deg, #b29040 0%, #b29040 100%)
        border-box;
    background: -moz-linear-gradient(244deg, #b29040 0%, #b29040 100%)
        border-box;
    background: -o-linear-gradient(244deg, #b29040 0%, #b29040 100%) border-box;
    background: linear-gradient(206deg, #b29040 0%, #b29040 100%) border-box;
}
#R_club_banner .hm_form_hld {
    position: relative;
    padding: 30px 0px 0px 0px;
}
#R_club_banner .hm_form_hld .textBox {
    width: 100%;
    max-width: 100%;
}
#R_club_banner .hm_form_hld .tc_con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 20px;
    padding: 25px 0px 30px;
}
#R_club_banner .hm_form_hld .tc_con #tnc {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
#R_club_banner .hm_form_hld .tc_con a {
    color: #fff;
    border-bottom: #fff 1px solid;
}
#R_club_banner .hm_form_hld .tc_con a:hover {
    color: #c8a357;
}
#R_club_banner .hm_form_hld .tc_con label {
    position: relative;
    cursor: pointer;
}
#R_club_banner .hm_form_hld .tc_con label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#R_club_banner .hm_form_hld .tc_con input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 3px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#R_club_banner .hm_form_hld .forgot_pass {
    display: inline;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: -14px;
    top: 43px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}
#R_club_banner .hm_form_hld .forgot_pass a {
    color: #c8a357;
}
#R_club_banner .hm_form_hld .forgot_pass a:hover {
    color: #fff;
}
#R_club_banner .hm_form_hld p {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
    padding: 15px 0px 0px;
    margin-top: 25px;
}
#R_club_banner .hm_form_hld p::before {
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    width: 50px;
    height: 1px;
    background: #252b51;
}
#R_club_banner .hm_form_hld p a {
    color: #fff;
}
#R_club_banner .hm_form_hld p a:hover {
    color: #c8a357;
}
#R_club_banner .hm_form_hld.forgot_pass .join_us {
    font-size: 18px;
    font-weight: 400;
}
#R_club_banner .hm_form_hld.forgot_pass .back_to_login {
    font-size: 16px;
    color: #c8a357;
    text-align: center;
    padding: 10px 0 30px;
}
#R_club_banner .hm_form_hld.forgot_pass .back_to_login a {
    color: #c8a357;
}
#R_club_banner .hm_form_hld.forgot_pass .back_to_login a:hover {
    color: #fff;
}
#R_club_banner .button_con .button {
    margin: 0 25px;
}
.back_to_login {
    font-size: 16px;
    color: #c8a357;
    text-align: left;
    padding: 15px 0 15px;
}
.back_to_login a {
    color: #c8a357;
}
.back_to_login a:hover {
    color: #fff;
}
.fp_sect .field_con {
    padding: 0px 0 0px 0;
}
.otp_sect .enter_otp {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
}
.field_con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 15px 0 0px 0;
}
.field_hld {
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: none;
    padding: 10px 0;
}
.field_hld .password {
    padding-right: 40px;
    cursor: pointer;
}
.field_hld .eye_open,
.field_hld .eye_close {
    width: 20px;
    cursor: pointer;
}
.field_hld .eye_open,
.field_hld .eye_close {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 46%;
}
.field_hld .eye_open {
    display: none;
}
.r_club_exp .exp_slider_con {
    padding: 0 80px;
}
.r_club_exp .exp_card_panel {
    padding: 20px 0px 0px 0px;
}
.r_club_exp .panel {
    position: relative;
    width: 393px;
    height: 200px;
    text-align: center;
    padding: 0 23px;
}
.r_club_exp .panel:last-child .arrow {
    display: none;
}
.r_club_exp .exp {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}
.r_club_exp .exp img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
}
.r_club_exp .exp_det {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    text-align: left;
    padding: 15px 30px 15px;
}
.r_club_exp .title {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
}
.r_club_exp p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 10px 0px 10px 0px;
}
.r_club_exp .note {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
}
.r_club_exp .arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: -20px;
    top: 50%;
    width: 37px;
}
.membership .chart_tl {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #c8a357;
    line-height: 38px;
    font-weight: 400;
    padding-top: 50px;
}
.membership .desc {
    font-size: 16px;
    color: #c8a357;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 20px 10px 20px;
}
.membership .mtb_hld {
    width: 100%;
    padding: 35px 0 0px 0;
    margin-left: -8px;
}
.membership .m_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: -1px;
}
.membership .m_row .mem_type {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    font-weight: 400;
    padding: 15px 0 10px 10px;
}
.membership .m_row:first-child .m_col {
    padding: 20px 15px 10px;
}
.membership .m_row:first-child .m_col:first-child {
    border-radius: 20px 0px 0px 0px;
    -moz-border-radius: 20px 0px 0px 0px;
    -webkit-border-radius: 20px 0px 0px 0px;
}
.membership .m_row:first-child .m_col:nth-child(5) {
    border-radius: 0px 20px 0px 0px;
    -moz-border-radius: 0px 20px 0px 0px;
    -webkit-border-radius: 0px 20px 0px 0px;
}
.membership .m_row:nth-child(2) p,
.membership .m_row:nth-child(2) ul,
.membership .m_row:nth-child(3) p,
.membership .m_row:nth-child(3) ul {
    padding-top: 47px;
}
.membership .m_row:nth-child(2) .m_col:first-child,
.membership .m_row:nth-child(3) .m_col:first-child {
    text-align: left;
}
.membership .m_row:nth-child(2) .m_col:first-child p,
.membership .m_row:nth-child(2) .m_col:first-child ul,
.membership .m_row:nth-child(3) .m_col:first-child p,
.membership .m_row:nth-child(3) .m_col:first-child ul {
    padding-top: 0;
}
.membership .m_row:nth-child(2) .m_col {
    padding: 30px 23px;
}
.membership .m_row:nth-child(3) .m_col {
    padding: 30px 23px 5px;
}
.membership .m_row:nth-child(3) .m_col:first-child {
    border-radius: 0px 0px 0px 20px;
    -moz-border-radius: 0px 0px 0px 20px;
    -webkit-border-radius: 0px 0px 0px 20px;
}
.membership .m_row:nth-child(3) .m_col:nth-child(5) {
    border-radius: 0px 0px 20px 0px;
    -moz-border-radius: 0px 0px 20px 0px;
    -webkit-border-radius: 0px 0px 20px 0px;
}
.membership .m_col {
    width: 19%;
    border: #c8a357 1px solid;
    margin-right: -1px;
    cursor: pointer;
}
.membership .m_col p,
.membership .m_col li {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
}
.membership .m_col li {
    min-height: 70px;
    padding: 10px 0;
    border-top: #202437 1px solid;
}
.membership .m_col li:first-child {
    border: none;
}
.membership .m_col li p {
    padding-top: 0 !important;
}
.membership .m_col img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.75);
}
.membership .m_col:first-child {
    width: 23%;
}
.membership .mem_features {
    position: relative;
    width: 100%;
    padding: 0 0 0 0;
}
.membership .mem_features h3 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 0 10px;
}
.membership .mem_features p,
.membership .mem_features li {
    color: #c8a357;
    line-height: 22px;
}
.membership .mem_features .row_tl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 15px 0;
}
.membership .mem_features .fet_icon {
    width: 35px;
}
.membership .mem_features .fet_icon img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.membership .dash {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #c8a357;
}
.membership i {
    color: #c8a357;
    font-size: 22px;
}
.membership .dash,
.membership i {
    color: #c8a357;
    margin: 15px auto 0;
}
.membership .hover,
.membership .activeUserType {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.membership .hover .mem_type,
.membership .hover p,
.membership .hover li,
.membership .hover i,
.membership .activeUserType .mem_type,
.membership .activeUserType p,
.membership .activeUserType li,
.membership .activeUserType i {
    color: #01051e;
}
.membership .hover .dash,
.membership .activeUserType .dash {
    background: #01051e;
}
.membership .welcome.hover,
.membership .welcome.activeUserType {
    background: #b97ccf;
}
.membership .blue.hover,
.membership .blue.activeUserType {
    background: #acd5ff;
}
.membership .silver.hover,
.membership .silver.activeUserType {
    background: #e4e4e4;
}
.membership .gold.hover,
.membership .gold.activeUserType {
    background: #f5e3b8;
}
#membership_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
#membership_popup .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #040818;
    opacity: 0.8;
}
#membership_popup .popup_hld {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    padding: 60px 8%;
    background: #ebd59c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#membership_popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 42px;
    color: #bcaa7d;
    cursor: pointer;
}
#membership_popup .popup_con {
    width: 100%;
}
#membership_popup .tab_hld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 755px;
    margin: 0 auto;
    border-bottom: #ccb47c 1px solid;
}
#membership_popup .tab_hld li {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    padding: 0 60px;
}
#membership_popup .tab_hld li:first-child {
    padding-left: 0;
}
#membership_popup .tab_hld li:last-child {
    padding-right: 0;
}
#membership_popup .tab_hld li span {
    display: block;
    position: relative;
    color: #9a7d49;
    padding: 30px 17px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#membership_popup .tab_hld li span:hover,
#membership_popup .tab_hld li span.activeTab {
    color: #00051b;
}
#membership_popup .tab_hld li span:hover::after,
#membership_popup .tab_hld li span.activeTab::after {
    width: 100%;
}
#membership_popup .tab_hld li span::after {
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #00051b;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#membership_popup .pop_data_hld {
    display: none;
}
#membership_popup .popup_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 5% 30px 0 30px;
}
#membership_popup .popup_detail .feature_hld,
#membership_popup .popup_detail .card_hld {
    padding: 0 3%;
}
#membership_popup .popup_detail .feature_hld {
    width: 65%;
}
#membership_popup .popup_detail .feature_hld .fet_blurb {
    position: relative;
    width: 100%;
    padding: 0 0 0 10%;
}
#membership_popup .popup_detail .feature_hld .fet_blurb h3 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 1.77vw;
    color: #01051e;
    font-weight: 400;
    padding: 0 0 30px 0;
    border-bottom: #00051b 1px solid;
}
#membership_popup .popup_detail .feature_hld .fet_blurb .fet_icon {
    position: absolute;
    left: 0;
    top: -13px;
    width: 7.8%;
}
#membership_popup .popup_detail .feature_hld .fet_blurb .fet_icon img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#membership_popup .popup_detail .feature_hld .fet_blurb:first-child ul {
    border: none;
    padding-bottom: 10%;
}
#membership_popup .popup_detail .feature_hld ul {
    width: 100%;
    border-bottom: #00051b 1px solid;
}
#membership_popup .popup_detail .feature_hld li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: #d0c19f 1px solid;
}
#membership_popup .popup_detail .feature_hld li:first-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
}
#membership_popup .popup_detail .feature_hld li p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 3%;
}
#membership_popup .popup_detail .feature_hld li p:first-child {
    width: 60%;
    color: #765623;
}
#membership_popup .popup_detail .feature_hld li p:last-child {
    width: 40%;
    color: #000000;
}
#membership_popup .popup_detail .feature_hld li p span {
    display: block;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 3.125vw;
    color: #765623;
    line-height: 1.9vw;
}
#membership_popup .popup_detail .feature_hld li p i {
    font-size: 34px;
}
#membership_popup .popup_detail .feature_hld li .dash {
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
}
#membership_popup .popup_detail .card_hld {
    width: 35%;
}
#membership_popup .popup_detail .card_hld img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.75);
}
#membership_popup.welcome .popup_hld {
    background: #e7d5ee;
}
#membership_popup.welcome .close {
    color: #9666a8;
}
#membership_popup.welcome .tab_hld {
    border-color: #996bb0;
}
#membership_popup.welcome .tab_hld li span {
    color: #834c9a;
}
#membership_popup.welcome .tab_hld li span:hover,
#membership_popup.welcome .tab_hld li span.activeTab {
    color: #00051b;
}
#membership_popup.welcome .tab_hld li span:hover::after,
#membership_popup.welcome .tab_hld li span.activeTab::after {
    width: 100%;
}
#membership_popup.welcome .popup_detail .feature_hld li {
    border-color: #a474ba;
}
#membership_popup.welcome .popup_detail .feature_hld li p:first-child {
    color: #00051b;
}
#membership_popup.welcome .popup_detail .feature_hld li p:last-child {
    color: #00051b;
}
#membership_popup.welcome .popup_detail .feature_hld li p span {
    color: #5b2773;
}
#membership_popup.blue .popup_hld {
    background: #dce9f7;
}
#membership_popup.blue .close {
    color: #82a6ca;
}
#membership_popup.blue .tab_hld {
    border-color: #86aad1;
}
#membership_popup.blue .tab_hld li span {
    color: #6a96c3;
}
#membership_popup.blue .tab_hld li span:hover,
#membership_popup.blue .tab_hld li span.activeTab {
    color: #00051b;
}
#membership_popup.blue .tab_hld li span:hover::after,
#membership_popup.blue .tab_hld li span.activeTab::after {
    width: 100%;
}
#membership_popup.blue .popup_detail .feature_hld li {
    border-color: #91b5dd;
}
#membership_popup.blue .popup_detail .feature_hld li p:first-child {
    color: #397fc6;
}
#membership_popup.blue .popup_detail .feature_hld li p:last-child {
    color: #00051b;
}
#membership_popup.blue .popup_detail .feature_hld li p span {
    color: #397fc6;
}
#membership_popup.silver .popup_hld {
    background: #e5e5e5;
}
#membership_popup.silver .close {
    color: #a4a4a4;
}
#membership_popup.silver .tab_hld {
    border-color: #8a8a8a;
}
#membership_popup.silver .tab_hld li span {
    color: #8a8a8a;
}
#membership_popup.silver .tab_hld li span:hover,
#membership_popup.silver .tab_hld li span.activeTab {
    color: #00051b;
}
#membership_popup.silver .tab_hld li span:hover::after,
#membership_popup.silver .tab_hld li span.activeTab::after {
    width: 100%;
}
#membership_popup.silver .popup_detail .feature_hld li {
    border-color: #c5c5c9;
}
#membership_popup.silver .popup_detail .feature_hld li p:first-child {
    color: #00051b;
}
#membership_popup.silver .popup_detail .feature_hld li p:last-child {
    color: #00051b;
}
#membership_popup.silver .popup_detail .feature_hld li p span {
    color: #7a7a7a;
}
#membership_popup.gold .popup_hld {
    background: #f8eed5;
}
#membership_popup.gold .close {
    color: #bcaa7d;
}
#membership_popup.gold .tab_hld {
    border-color: #d0ba87;
}
#membership_popup.gold .tab_hld li span {
    color: #9c804f;
}
#membership_popup.gold .tab_hld li span:hover,
#membership_popup.gold .tab_hld li span.activeTab {
    color: #00051b;
}
#membership_popup.gold .tab_hld li span:hover::after,
#membership_popup.gold .tab_hld li span.activeTab::after {
    width: 100%;
}
#membership_popup.gold .popup_detail .feature_hld li {
    border-color: #cebf9a;
}
#membership_popup.gold .popup_detail .feature_hld li p:first-child {
    color: #765623;
}
#membership_popup.gold .popup_detail .feature_hld li p:last-child {
    color: #00051b;
}
#membership_popup.gold .popup_detail .feature_hld li p span {
    color: #765623;
}
#product_rc .product_blurb_hld {
    padding-top: 25px;
}
.com_slider {
    position: relative;
    width: 100%;
}
.com_slider .p_slider_hld {
    padding-top: 25px;
}
.com_slider .slider_panel {
    padding: 0px 30px 0px 30px;
}
.com_slider .slide {
    padding: 0 22px;
}
.com_slider .p_img_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: #fff 1px solid;
    background: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.com_slider .p_img_c img {
    width: 100%;
    min-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}
.com_slider a:hover .p_img_c {
    border: #c8a357 1px solid;
}
.com_slider .slick-arrow.slick-next {
    right: -20px;
}
.com_slider .slick-arrow.slick-prev {
    left: -20px;
}
.com_slider .slick-dots {
    display: none !important;
}
.opv_thumb_slider {
    position: relative;
    width: 100%;
}
.opv_thumb_slider .p_slider_hld {
    padding-top: 25px;
}
.opv_thumb_slider .slider_panel {
    padding: 0px 30px 0px 30px;
}
.opv_thumb_slider .slide {
    overflow: hidden;
}
.opv_thumb_slider .p_img_c {
    border: transparent 1px solid;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.opv_thumb_slider .slide_det {
    text-align: center;
    background: #0e1125;
}
.opv_thumb_slider .price,
.opv_thumb_slider .note,
.opv_thumb_slider .points {
    padding-bottom: 10px;
    line-height: 24px;
}
.opv_thumb_slider h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 70px;
    font-size: 18px;
    color: #c8a357;
    font-weight: 400;
    padding: 20px 0px 0px 0px;
}
.opv_thumb_slider .points {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.opv_thumb_slider .price {
    font-size: 18px;
    color: #c8a357;
    font-weight: 400;
}
.opv_thumb_slider .note {
    font-size: 14px;
    color: #c8a357;
}
.opv_thumb_slider .button {
    margin: 10px auto 0;
}
.opv_thumb_slider.opv_slider_md .slide {
    padding: 0 17px;
}
.opv_thumb_slider.opv_slider_md .slide_det {
    min-height: 330px;
    padding: 20px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    overflow: hidden;
}
.opv_thumb_slider.opv_slider_md .p_img_c {
    background: #0e1125;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.opv_thumb_slider.opv_slider_sm .slide {
    padding: 0 14px;
}
.opv_thumb_slider.opv_slider_sm .p_img_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.opv_thumb_slider.opv_slider_sm .p_img_c:hover {
    border: #c8a357 1px solid;
}
.opv_thumb_slider .slick-arrow.slick-next {
    right: -20px;
}
.opv_thumb_slider .slick-arrow.slick-prev {
    left: -20px;
}
.offers .container {
    position: relative;
}
.offers .offer_slider {
    padding: 0 50px;
}
.offers .offer_slider img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.offers .slick-arrow.slick-next {
    right: -20px;
}
.offers .slick-arrow.slick-prev {
    left: -20px;
}
.offers .slick-dots {
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
}
.offers .opv_thumb_slider {
    padding-top: 80px;
}
.product_filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
    border-top: #111433 1px solid;
    border-bottom: #111433 1px solid;
}
.product_filter p {
    color: #c8a357;
    font-weight: 500;
    padding: 0 13px;
}
.product_filter .selectBox {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 25px 11px 10px;
}
#product_listing .product_blurb_hld {
    padding-top: 40px;
}
#product_listing .product_blurb_hld h3 {
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#product_listing .note {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}
#product_listing .note span {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
}
#product_listing .note a {
    color: #fff;
    border-bottom: #fff 1px solid;
}
#product_listing .note a:hover {
    color: #c8a357;
    border-color: #c8a357;
}
.Pearls_warning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 60px 50px;
}
.Pearls_warning img {
    width: 25px;
    margin-top: 5px;
}
.Pearls_warning p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}
.free_delivery_msg {
    width: 100%;
    font-size: 20px;
    color: #c8a357;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    padding: 20px;
    background: #1d2349;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.free_delivery_msg span {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
}
.free_delivery_msg b {
    font-weight: 700;
    text-transform: uppercase;
}
.popup .overlay,
#cart_popup .overlay_cart,
.my_account .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #01051e;
    opacity: 0.6;
}
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.popup .overlay {
    position: absolute;
}
.popup .popup_hld {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 800px;
    text-align: center;
    padding: 50px 20px 30px;
    background: #0e1125;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.popup h2 {
    font-size: 24px;
    color: #fff;
    line-height: 22px;
}
.popup .textBox {
    width: 100%;
}
.popup .selectBox {
    min-width: 60px;
    max-width: 60px;
    font-weight: 600;
    background-position: right 10px center;
    padding: 11px 25px 11px 15px;
}
.popup .form_con {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0 20px;
}
.popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    cursor: pointer;
}
.popup .close img {
    width: 100%;
}
.popup .scroll {
    overflow: auto;
    position: relative;
    width: 100%;
    outline: none;
}
.popup .scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.popup .vscrollerbase {
    width: 6px;
    background: #252b51;
}
.popup .vscrollerbar {
    width: 6px;
    background: #c8a357;
    height: 65px !important;
}
.sc_result {
    width: 100%;
    padding: 0px 30px 0;
}
.sc_result__blurb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: #252b51 1px solid;
}
.sc_blurb_lt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sc_blurb_lt img {
    width: 89px;
}
.sc_blurb_lt .p_info {
    text-align: left;
    padding: 0 0 0 30px;
}
.sc_blurb_lt .p_info h4 {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 8px 0;
}
.sc_blurb_lt .p_info h4 span {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
}
.sc_blurb_lt .p_info p {
    font-size: 18px;
    color: #c8a357;
}
.sc_blurb_rt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sc_blurb_rt .button {
    min-width: 120px;
}
.sc_blurb_rt .selectBox {
    margin-right: 10px;
}
#search_popup .container {
    width: 100%;
    max-width: 1080px;
}
#search_popup h3 {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: left;
    line-height: 100%;
    font-weight: 700;
}
#search_popup.popup {
    display: none;
}
#search_popup.popup .popup_hld {
    width: 97%;
    max-width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 3%;
}
#search_popup.popup .overlay {
    top: -3%;
}
#search_popup .field_hld {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 0px 20px 0px;
}
#search_popup .textBox {
    font-size: 22px;
    color: #010317;
    font-weight: 600;
    padding: 21px 40px;
}
#search_popup .scroll {
    height: 50vh;
    min-height: 50vh;
}
#search_popup .close {
    width: 32px;
}
#search_popup .no_result_found {
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding: 20px 0px;
    display: none;
}
#search_popup .sc_result {
    overflow: hidden;
    overflow-y: scroll;
    height: 55vh;
    min-height: 55vh;
    display: none;
    scrollbar-color: #c8a357 #1d2349;
}
#search_popup .sc_result::-webkit-scrollbar {
    width: 5px;
}
#search_popup .sc_result::-webkit-scrollbar-track {
    background-color: #1d2349;
}
#search_popup .sc_result::-webkit-scrollbar-thumb {
    background-color: #c8a357;
}
#pincode_popup.popup {
    display: none;
}
#pincode_popup.popup h2 {
    font-size: 20px;
    padding: 0px 0px 15px 0px;
}
#pincode_popup.popup .popup_hld {
    top: 29%;
    max-width: 700px;
    padding: 30px 20px 20px;
}
#pincode_popup.popup .form_con {
    padding: 0 0 10px;
}
#pincode_popup.popup .field_hld {
    display: inline-block;
    max-width: 280px;
}
#pincode_popup.popup .button {
    display: inline-block;
    max-width: 178px;
}
#pincode_popup.popup .close {
    top: 10px;
    right: 10px;
}
#cart_popup {
    max-width: 720px;
    left: auto;
    right: -750px;
}
#cart_popup h3 {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: left;
    line-height: 100%;
    font-weight: 700;
    padding-bottom: 30px;
    padding-left: 30px;
}
#cart_popup h3 img {
    width: 15px;
    vertical-align: sub;
    cursor: pointer;
    margin-right: 15px;
}
#cart_popup.popup .popup_hld {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 2%;
    top: 50%;
    width: 100%;
    height: 96%;
}
#cart_popup.popup .selectBox {
    margin-top: 15px;
}
#cart_popup.popup .close_cart_item {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 25px;
    cursor: pointer;
}
#cart_popup .sc_result__blurb {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#cart_popup .sc_result__blurb:first-child {
    border-top: #252b51 1px solid;
}
#cart_popup .scroll {
    height: 55vh;
    min-height: 55vh;
}
#cart_popup .sc_blurb_lt img {
    width: 100px;
}
#cart_popup span {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
}
#cart_popup .total_price {
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    padding-bottom: 10px;
}
#cart_popup .total_price .qty,
#cart_popup .total_price .price {
    display: inline;
}
#cart_popup .order_total {
    position: absolute;
    left: 0;
    bottom: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 40px 50px 0;
}
#cart_popup .order_total .total {
    font-size: 20px;
    color: #c8a357;
    font-weight: 500;
}
#cart_popup .order_total p {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-left: 5px;
}
#cart_popup .order_total .button {
    margin: 0;
}
#cart_popup .overlay_cart {
    display: none;
    position: fixed;
}
#cart_popup .loader_con {
    left: auto;
    right: 0;
    z-index: 9;
}
#cart_popup .loader_con .overlay_loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #101537;
    opacity: 0.6;
}
#cart_popup .free_delivery_msg {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 13%;
    width: 90%;
}
#cart_popup .button {
    margin: 10px auto;
}
footer {
    position: relative;
    width: 100%;
    padding: 45px 0px 0px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        color-stop(17%, #010317)
    );
    background: -webkit-linear-gradient(top, transparent 0%, #010317 17%);
    background: -moz-linear-gradient(top, transparent 0%, #010317 17%);
    background: -o-linear-gradient(top, transparent 0%, #010317 17%);
    background: url(../images/RGBGPattern.png);
}
footer .support {
    width: 100%;
    padding: 0 0px;
}
footer .support ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
    border: #252b51 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
footer .support li {
    position: relative;
    font-size: 18px;
    color: #c8a357;
    font-weight: 500;
    padding: 0 40px;
}
footer .support li::before {
    content: "~";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 20px;
    color: #c8a357;
}
footer .support li:first-child::before {
    display: none;
}
footer .support li:first-child a {
    padding: 0;
}
footer .support li:last-child a {
    text-transform: none;
}
footer .support a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px;
}
footer .support a:hover {
    color: #c8a357;
}
footer .logo_ft {
    display: none;
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    padding: 80px 0 60px;
}
footer .quick_links {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 50px;
}
footer .quick_links a {
    color: #c8a357;
}
footer .quick_links a:hover {
    color: #fff;
}
footer .quick_links .ql_blurb {
    padding: 0 33px;
}
footer .quick_links .ql_blurb:first-child {
    padding-left: 0;
}
footer .quick_links .ql_blurb:last-child {
    padding-right: 0;
}
footer .quick_links .ql_blurb h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 34px;
}
footer .quick_links .ql_blurb h4 a {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
}
footer .quick_links .ql_blurb a {
    display: block;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    padding: 12px 0;
}
footer .quick_links .sine_up {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
footer .quick_links .sine_up .errorMsg {
    top: -30px;
}
footer .quick_links .textBox {
    width: 100%;
    min-width: 300px;
    font-size: 16px;
    color: #010317;
    padding: 10px 15px;
    background: #fff;
}
footer .quick_links .button {
    min-width: 120px;
    margin-left: 15px;
}
footer #socialCon {
    padding-top: 80px;
}
footer #socialCon a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    padding: 0 12px;
}
footer #socialCon a:hover {
    color: #c8a357;
}
/* new */
footer .security_hld {
    position: relative;
    text-align: center;
    padding: 35px 0px 25px 0px;
    background: url(../images/footer-strip.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
footer .security_hld p {
    font-size: 12px;
    color: #c8a357;
    line-height: 18px;
}
footer .security_hld p span {
    color: #fff;
    padding: 0 5px;
}
footer .security_hld p a {
    color: #fff;
}
footer .security_hld p a:hover {
    color: #c8a357;
}
footer .security_hld ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px 10px 0px;
}
footer .security_hld li {
    position: relative;
    line-height: 20px;
    padding: 0 15px;
}
footer .security_hld li::after {
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
    height: 15px;
    background: #fff;
}
footer .security_hld li:first-child {
    padding-left: 0;
}
footer .security_hld li:last-child {
    padding-right: 0;
}
footer .security_hld li:last-child::after {
    display: none;
}
footer .security_hld a {
    font-size: 12px;
    color: #fff;
    line-height: 100%;
}
footer .security_hld a:hover {
    color: #c8a357;
}
footer .warning_copy_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0px;
}
footer .copy_rights {
    font-size: 14px;
    color: #c8a357;
    text-align: center;
    line-height: 100%;
    font-weight: 400;
}
footer .scrollTop {
    position: absolute;
    right: 0px;
    bottom: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #252b51;
    border: #252b51 1px solid;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
}
footer .scrollTop:hover {
    border-color: #fff;
    color: #fff;
}
footer .warning {
    font-size: 14px;
    color: #c8a357;
    text-align: center;
    font-weight: 400;
    padding: 0px 0 0;
}
footer .warning img {
    width: 100%;
    max-width: 330px;
    height: auto;
}
.site {
    position: relative;
    overflow: hidden;
}
.Parallax {
    z-index: 8;
    width: 100%;
    height: 100%;
    top: 0;
}
.Parallax .layer {
    width: 100%;
}
.section-2 {
    padding: 70px 0;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(97%, #00051b),
        to(transparent)
    );
    background: -webkit-linear-gradient(bottom, #00051b 97%, transparent 100%);
    background: -moz-linear-gradient(bottom, #00051b 97%, transparent 100%);
    background: -o-linear-gradient(bottom, #00051b 97%, transparent 100%);
    background: linear-gradient(0deg, #00051b 97%, transparent 100%);
    background-repeat: repeat-x;
    position: relative;
    z-index: 1;
}
.section-2:before {
    width: 3px;
    height: auto;
    bottom: 800px;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: 0;
    content: "";
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 1;
}
.section-2 .container {
    position: relative;
}
.section-2 .container:before,
.section-2 .container:after {
    content: " ";
    display: table;
}
.section-2 h2 {
    line-height: 50px;
}
.section-2 .scroll-down-btn {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(images/icon_sprite.html) no-repeat 0px -493px;
    display: block;
}
.section-2 .box {
    text-align: center;
    width: 400px;
    margin: 50px 0 0;
}
.section-2 .box h3 {
    font-size: 34px;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.section-2 .box .pic {
    margin: 20px auto;
}
.section-2 .box .pic img {
    width: 50%;
}
.section-2 .box .cnt {
    font-size: 18px;
    color: #fff;
    font-family: "raleway-regular";
    max-width: 350px;
    margin: 0 auto;
}
.section-2 .box .cnt a {
    display: block;
    color: #c2aa73;
    font-family: "raleway-regular";
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.section-2 .lft {
    float: left;
}
.section-2 .rht {
    float: right;
}
.section-2 .drop-icon {
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    text-align: center;
    top: 45%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.section-2 .drop-icon img {
    width: 50%;
}
.section-2 .drop-icon-1 img {
    width: 50%;
}
.section-2 .drop-icon-1 {
    position: absolute;
    left: 52%;
    text-align: center;
    top: 80px;
    z-index: 1;
}
.section-2 .drop-icon-2 {
    position: absolute;
    left: 40%;
    text-align: center;
    top: 180px;
}
.section-2 .even .drop-icon {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -75px;
}
.section-2 .even .drop-icon-1 {
    left: auto;
    right: 50%;
}
.section-2 .action-1 {
    background: url("../images/ingredient/banner/1.jpg") no-repeat center;
    background-position-y: -100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-2 .action-2 {
    background: url("../images/ingredient/banner/2.jpg") no-repeat center;
    background-position-y: -100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-2 .action-3 {
    background: url("../images/ingredient/banner/3.jpg") no-repeat center;
    background-position-y: -100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-2 .action-4 {
    background: url("../images/ingredient/banner/4.jpg") no-repeat center;
    background-position-y: -100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-2 .action-5 {
    background: url("../images/ingredient/banner/6.jpg") no-repeat center;
    background-position-y: -100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-2 .action-6 {
    background: url("../images/ingredient/banner/7.jpg") no-repeat center;
    background-position-y: -100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-2 .action-7 {
    background: url("../images/ingredient/banner/5.jpg") no-repeat center;
    background-position-y: -100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-2 .action-1 h3 {
    color: #df9f6d;
}
.section-2 .action-2 .drop-icon-1 {
    right: 37%;
}
.section-2 .action-2 h3 {
    color: #809113;
}
.section-2 .action-3 .drop-icon-1 {
    left: 51%;
}
.section-2 .action-3 h3 {
    color: #d9b28f;
}
.section-2 .action-4 h3 {
    color: #ff362c;
}
.section-2 .action-5 h3 {
    color: #e8c49f;
}
.section-2 .action-6 h3 {
    color: #eca682;
}
.section-2 .action-7 h3 {
    color: #ec7227;
}
.section-2 .action-9 .drop-icon {
    top: 38%;
}
.section-2 .action-10 .drop-icon {
    top: 38%;
}
.karrots-pack {
    padding-top: 80px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    background: url("../images/bg-pattern.jpg") repeat;
    background-color: #00051b;
    -webkit-background-size: 45px 45px;
    -moz-background-size: 45px;
    -o-background-size: 45px;
    background-size: 45px;
}
.karrots-pack .pic {
    margin: 0 auto 8%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-left: 0px;
}
.karrots-pack .pic img {
    width: 70%;
}
.karrots-pack .nuts {
    width: 438px;
    height: 287px;
    position: absolute;
    left: 50%;
    margin-left: -215px;
    top: -70px;
}
.karrots-pack .pic .price {
    position: absolute;
    top: 141px;
    right: -27px;
    width: 166px;
    height: 166px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #00d9c8;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding-top: 38px;
    font-weight: 700;
}
.karrots-pack .pic .price span {
    display: block;
}
.karrots-pack .pic .price:hover {
    background: #00b05f;
}
#Parallax {
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
}
#Parallax img {
    position: absolute;
    top: 0;
    left: 0;
}
.os-animation {
    opacity: 0;
}
.os-animation.animated {
    opacity: 1;
}
.ing1 {
    color: #d6986a;
}
.ing2 {
    color: #7d8b11;
}
.ing3 {
    color: #dbb18b;
}
.ing4 {
    color: #fe3622;
}
.ing5 {
    color: #fe3622;
}
.ing6 {
    color: #f1ae89;
}
.row-12 {
    width: 100%;
    min-height: 520px;
    padding: 50px 0 0;
    position: relative;
}
@media only screen and (max-width: 760px) {
    .section-2:before,
    .section-2 .drop-icon-1,
    .section-2 .drop-icon-2,
    .section-2 .drop-icon,
    .section-2 .scroll-down-btn {
        display: none;
    }
    .section-2 .box {
        width: 100%;
    }
    .section-2 .box .pic {
        margin: 10px 0;
    }
    .karrots-pack .pic .price {
        right: 0;
        width: 100px;
        height: 100px;
        font-size: 16px;
        line-height: 20px;
        padding-top: 22px;
    }
    .karrots-pack {
        padding-top: 20px;
    }
    .row-12 {
        min-height: 50px;
        padding: 25px 0;
    }
}
@media only screen and (max-width: 480px) {
    .section-2 .box h3 {
        font-size: 30px;
    }
 
}
#checkout .container {
    width: 100%;
    max-width: 1300px;
    padding: 0 30px;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 33px;
    line-height: 33px;
    display: block;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #8486a3;
    background: #303670;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    text-align: center;
    font-weight: 700;
    z-index: 2;
    position: relative;
}
#progressbar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #191d44;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: 1;
}
#progressbar li:first-child:after {
    background: #191d44;
    background: -webkit-gradient(
        radial,
        0% 2%,
        0,
        10% 50%,
        553,
        from(#010317),
        to(#191d44)
    );
}
#progressbar li:last-child:after {
    width: 150%;
    background: #191d44;
    background: -webkit-gradient(
        radial,
        0% 2%,
        0,
        80% 50%,
        553,
        from(#191d44),
        to(#010317)
    );
}
#progressbar li.active {
    color: #c8a357;
}
#progressbar li.active:before {
    background: white;
    color: #01051e;
}
.order-panel {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0 0;
}
.order-panel > div {
    padding: 20px 0;
}
.order-panel .free_delivery_msg {
    margin-bottom: 20px;
    background: #141831;
}
.order-panel .checkout-panel {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 545px;
}
.order-panel .checkout-panel h2 {
    color: #c8a357;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: #1b2046 solid 1px;
}
.order-panel .checkout-panel h4 {
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    text-align: left;
    font-weight: 500;
    padding-bottom: 15px;
}
.order-panel .checkout-panel .desc {
    font-size: 16px;
    color: #c8a357;
    line-height: 20px;
    font-weight: 500;
}
.order-panel .checkout-panel .field_con {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.order-panel .checkout-panel .field_con .field_hld {
    width: 48%;
    margin: 0;
}
.order-panel .checkout-panel .field_con .field_hld .textBox {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.4rem;
    font-weight: 600;
    padding: 10px 10px 11px;
}
.order-panel .checkout-panel .field_con .field_hld .password {
    padding-right: 40px;
}
.order-panel .checkout-panel .field_con .field_hld .forgot_pass {
    display: inline-block;
    font-size: 14px;
    color: #c8a357;
    line-height: 100%;
    font-weight: 400;
    padding: 15px 15px 10px 15px;
}
.order-panel .checkout-panel .field_con .field_hld .forgot_pass a {
    color: #c8a357;
}
.order-panel .checkout-panel .field_con .field_hld .forgot_pass a:hover {
    color: #fff;
}
.order-panel .checkout-panel .field_con .field_hld.full_field_hld {
    max-width: none;
    width: 100%;
}
.order-panel .checkout-panel .field-100 {
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: none;
    padding: 10px 0;
}

.order-panel .checkout-panel .field_con .eye_open,
.order-panel .checkout-panel .field_con .eye_close {
    position: absolute;
    right: 20px;
    top: 27px;
    width: 20px;
}
.order-panel .checkout-panel .button {
    display: inline-block;
    margin-right: 9px;
}
.order-panel .checkout-panel .hm_form_hld.forgot_pass {
    padding-top: 20px;
}
.order-panel .checkout-panel .hm_form_hld.forgot_pass .join_us {
    font-size: 18px;
    color: #c8a357;
    font-weight: 400;
}
.order-panel .checkout-panel .hm_form_hld.forgot_pass .back_to_login {
    font-size: 16px;
    color: #c8a357;
    text-align: center;
    padding: 10px 0 30px;
}
.order-panel .checkout-panel .hm_form_hld.forgot_pass .back_to_login a {
    color: #c8a357;
}
.order-panel .checkout-panel .hm_form_hld.forgot_pass .back_to_login a:hover {
    color: #fff;
}
.order-panel .order-summary {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 695px;
}
.order-panel .newSignUp,
.order-panel .oldSignIn {
    padding-top: 15px;
}
.order-panel .newSignUp a,
.order-panel .oldSignIn a {
    color: #fff;
}
.order-panel .newSignUp a:hover,
.order-panel .oldSignIn a:hover {
    color: #c8a357;
}
.textarea {
    height: 145px;
    padding: 15px 15px;
    line-height: 24px;
}
#new-user {
    display: none;
}
.chk_diff_addr {
    display: inline-block;
    cursor: pointer;
}
.diff_shiping_adr {
    display: none;
}
.agreement-panel {
    position: relative;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 10px 0 5px 26px;
}
.agreement-panel a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.agreement-panel.bdr {
    border-bottom: #1b2046 solid 1px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.agreement-panel.payment-options {
    padding: 10px 0 5px 0px;
}
label {
    position: relative;
    margin-bottom: 8px;
    display: block;
}
input[type="checkbox"] {
    position: absolute;
    left: -26px;
    top: 7px;
    margin-right: 5px;
    border: #fff solid 2px;
    width: 16px !important;
    height: 16px !important;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
input[type="checkbox"]:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="checkbox"]:checked:after {
    display: block;
}
.option-label {
    display: block;
    position: relative;
    margin-top: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #c8a357;
}
input[type="radio"] {
    position: relative;
    cursor: pointer;
    border: #bababa solid 1px;
    border: #fff solid 2px;
    width: 17px !important;
    height: 17px !important;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 3px;
    margin: 0 5px 0 0;
}
input[type="radio"]:checked {
    background-color: #c8a357;
    border: #c8a357 solid 2px;
    color: #fff;
}
input[type="radio"]:checked ~ label {
    color: #fff;
}
.table-panel {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
}
.order-table {
    position: relative;
    width: 100%;
    border: 1px solid #c6a155;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-spacing: 0px;
    background-color: #010317;
    min-width: 500px;
}
.order-table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: separate;
}
.order-table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.order-table th,
.order-table td {
    padding: 20px 3%;
    vertical-align: middle;
    border-left: 1px solid #c6a155;
    min-width: 65px;
    max-width: 235px;
}
.order-table td {
    border-top: 1px solid #c6a155;
}
.order-table thead:first-child tr:first-child th:first-child,
.order-table tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
}
.order-table thead:last-child tr:last-child th:first-child,
.order-table tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
}
.order-table th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 30px 3%;
}
.order-table td {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}
.order-table td img {
    width: 50px;
    height: auto;
}
.order-table span {
    font-size: 18px;
    font-weight: 500;
}
.order-table .amount {
    font-size: 22px;
    font-weight: 700;
}
.order-table .note {
    display: block;
    color: #c8a357;
    font-size: 15px;
    font-weight: 600;
}
.order-table i {
    font-style: normal;
}
.order-table i.rupee {
    color: #fff;
    margin-right: 3px;
}
.reward_points .order-table th {
    width: 20%;
    padding: 15px 1% !important;
}
.reward_points .order-table td {
    width: 20%;
}
#address-panel > div > div {
    position: relative;
    padding-left: 35px;
}
.address-head {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 18px;
    padding-left: 35px;
}
.link-button {
    color: #c8a357;
    font-weight: 500;
    font-size: 16px;
}
.link-button.addnew::before {
    content: "+";
    position: absolute;
    font-size: 22px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    color: #010317;
    background-color: #c8a357;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -25px;
}
.address-list {
    min-height: 200px;
    max-height: 201px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-color: #c8a357 #1d2349;
}
.address-list::-webkit-scrollbar {
    width: 5px;
}
.address-list::-webkit-scrollbar-track {
    background-color: #1d2349;
}
.address-list::-webkit-scrollbar-thumb {
    background-color: #c8a357;
}
#billingAddress {
    display: none;
    padding: 20px 0 20px 0;
}
.shipp-address {
    padding: 15px 15px 15px 35px;
    border: #c8a357 solid 1px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #010317;
    margin-bottom: 10px;
}
.shipp-address .address-block {
    padding: 25px 0 10px 0;
    border-top: #1b2046 solid 1px;
    cursor: pointer;
}
.shipp-address .address-block:first-of-type {
    border-top: none;
    cursor: default;
}
.shipp-address .address-block h5,
.shipp-address .address-block p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.shipp-address .address-block h5 {
    font-weight: 700;
    position: relative;
    display: inline;
}
.shipp-address .address-block p:last-of-type {
    margin-bottom: 20px;
}
.shipp-address .address-block .divider {
    color: #303670;
    padding: 0 8px;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-weight: 500;
    display: none;
}
.shipp-address .address-block .choose-another {
    display: none;
}
.shipp-address .address-block.default {
    display: block !important;
    border-top: none !important;
}
.shipp-address .address-block.default h5::before {
    content: "Default";
    position: absolute;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    color: #010317;
    background-color: #c8a357;
    width: auto;
    height: 17px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    right: -70px;
    top: 5px;
    padding: 0 10px;
}
.shipp-address .address-block.default .choose-another {
    display: inline-block !important;
}
.shipp-address .address-block .divider {
    display: inline-block !important;
}
#editPopup,
#createPopup {
    display: none;
}
#editPopup .textBox,
#createPopup .textBox {
    font-weight: 600;
}
#editPopup .selectBox,
#createPopup .selectBox {
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 25px 10px 15px;
}
#editPopup .close,
#createPopup .close {
    width: 26px;
}
#editPopup .btn,
#createPopup .btn {
    margin: 0;
}
.p_det_hld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0 52px;
}
.p_det_hld .p_det_lt {
    width: 38%;
}
.p_det_hld .zoom_hld {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    z-index: 99;
    pointer-events: none;
}
.p_det_hld .p_det_rt {
    position: relative;
    width: -webkit-calc(66% - 45px);
    width: -moz-calc(66% - 45px);
    width: calc(66% - 45px);
    padding-left: 45px;
}
.p_det_hld .p_det_rt .prod_info {
    padding: 60px 0px 60px 0px;
}
.p_det_hld .p_det_rt h1 {
    font-size: 24px;
    color: #c8a357;
    font-weight: 600;
    padding-bottom: 20px;
}
.p_det_hld .p_det_rt h1 b {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.p_det_hld .p_det_rt .price {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
}
.p_det_hld .p_det_rt .price span {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.p_det_hld .p_det_rt .weight_quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #c8a357;
    font-weight: 500;
    padding: 22px 0;
}
.p_det_hld .p_det_rt .weight_quantity span {
    color: #fff;
}
.p_det_hld .p_det_rt .selectBox,
.p_det_hld .p_det_rt .button {
    margin: 0 15px;
}
.p_det_hld .p_det_rt .selectBox {
    max-width: 60px;
    min-width: 60px;
    font-weight: 600;
    background-position: right 10px center;
    padding: 11px 25px 11px 15px;
}
.p_det_hld .p_det_rt .button {
    margin: 0;
}
.p_det_hld .p_det_pack_slider {
    width: 100%;
    text-align: center;
    background: #0e1125;
    padding: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.p_det_hld .p_det_pack_slider img {
    min-height: 310px;
    margin: 0 auto;
}
.p_det_hld .p_voucher {
    min-height: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.p_det_hld .p_voucher img {
    width: auto !important;
    min-height: auto !important;
}
.p_det_hld .p_det_thumb_slider {
    width: 100%;
    padding: 0px 50px;
    margin-top: 25px;
}
.p_det_hld .p_det_thumb_slider .p_thumb_item {
    text-align: center;
    padding: 0 10px;
}
.p_det_hld .p_det_thumb_slider .p_thumb_item .thumb {
    padding: 12px;
    background: #0e1125;
    border: #0e1125 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.p_det_hld .p_det_thumb_slider .p_thumb_item .thumb:hover {
    border: #fff 1px solid;
}
.p_det_hld .p_det_thumb_slider .p_thumb_item.slick-current .thumb {
    border: #fff 1px solid;
}
.p_det_hld .p_det_thumb_slider .p_thumb_item img {
    width: auto;
    height: 55px;
    margin: 0 auto;
}
.p_det_hld .p_det_thumb_slider .slick-arrow.slick-next {
    right: 0px;
}
.p_det_hld .p_det_thumb_slider .slick-arrow.slick-prev {
    left: 0px;
}
.tabing_hld {
    width: 100%;
    padding: 32px;
    background: #0e1125;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.tabing_hld .tabing_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: #0e1125;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: #0e1125;
    flex-direction: #0e1125;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: #1c2043 1px solid;
}
.tabing_hld .tabing_con li {
    padding: 0 40px;
}
.tabing_hld .tabing_con li:first-child {
    padding-left: 0;
}
.tabing_hld .tabing_con li:last-child {
    padding-right: 0;
}
.tabing_hld .tabing_con li span {
    position: relative;
    display: block;
    font-size: 18px;
    color: #c8a357;
    font-weight: 500;
    padding-bottom: 25px;
    cursor: pointer;
}
.tabing_hld .tabing_con li span::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
}
.tabing_hld .tabing_con li span:hover,
.tabing_hld .tabing_con li span.active {
    color: #fff;
}
.tabing_hld .tabing_con li span:hover::before,
.tabing_hld .tabing_con li span.active::before {
    display: block;
}
.tabing_hld .tab_data {
    display: none;
    padding-top: 15px;
}
.tabing_hld .tab_data p {
    padding: 10px 0;
}
.tabing_hld .tab_data li {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 5px 0 5px 20px;
}
.tabing_hld .tab_data li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #c8a357;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.login_holder .checkout-panel {
    margin: 0 auto;
}
.login_holder .checkout-panel .field_con .field_hld {
    width: 100%;
    max-width: 100%;
}
.login_holder .checkout-panel .button {
    margin: 20px 0px 0px 0px;
}
.login_holder .newSignUp a,
.login_holder .oldSignIn a {
    color: #c8a357;
    font-weight: 600;
}
.sign_up .checkout-panel {
    margin: 0 auto;
}
.sign_up .checkout-panel .desc {
    color: #fff;
}
.login_sect .field_con,
.fp_sect .field_con,
.otp_sect .field_con {
    max-width: 300px;
    margin: 0;
}
.thank_you h1 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #c8a357;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    padding-bottom: 35px;
}
.thank_you .thank_you_con {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 35px;
    border: #c8a357 1px solid;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.thank_you p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 10px 0px;
}
.thank_you p a {
    border-bottom: #c8a357 2px solid;
}
.thank_you a:hover {
    color: #fff;
    border-color: #fff;
}
.thank_you span,
.thank_you a {
    font-size: 16px;
    color: #c8a357;
    font-weight: 600;
    word-break: break-all;
}
.thank_you .name {
    font-size: 20px;
    color: #c8a357;
    font-weight: 500;
    text-transform: uppercase;
}
.thank_you .tnc_apply {
    font-size: 16px;
    color: #c8a357;
    border-bottom: #c8a357 1px solid;
}
.my_account {
    padding: 10px 50px 0;
}
.my_account h1 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #c8a357;
    line-height: 100%;
}
.my_account input:-moz-read-only {
    background-color: #ececeb;
}
.my_account input:read-only {
    background-color: #ececeb;
}
.my_account .overlay {
    display: none;
    position: fixed;
    z-index: 99;
}
.my_account .user_acc_det {
    text-align: center;
    padding-bottom: 30px;
}
.my_account .acc_balance {
    font-size: 18px;
    color: #c8a357;
    text-align: center;
    font-weight: 400;
    padding: 20px 0px 0px 0px;
}
.my_account .acc_balance span {
    color: #fff;
    font-weight: 600;
}
.my_account .button_con .button {
    margin: 0 10px;
}
.my_account .filter_mob {
    display: none;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #c8a357;
    text-align: right;
    line-height: 100%;
    font-weight: 500;
    padding: 10px 10px 20px 0;
}
.my_account .filter_mob span {
    line-height: 100%;
    padding: 0 25px 0 0;
    background: url(../images/nav-arrow-down.png) no-repeat center right;
    cursor: pointer;
}
.my_account .my_acc_dash_hld {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    background: #010317;
    border: #c8a357 1px solid;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
}
.my_account .my_acc_dash_hld h2 {
    font-size: 26px;
    color: #c8a357;
    text-align: left;
    line-height: 38px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
}
.my_account .my_acc_left_panel {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    min-width: 265px;
    padding: 10px 0;
    border: none;
    border-right: #c8a357 1px solid;
}
.my_account .my_acc_left_panel a {
    padding: 10px 25px;
}
.my_account .my_acc_left_panel .dash_board_blurb {
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 12px 0;
}
.my_account .my_acc_left_panel .dash_board_blurb a {
    display: block;
    color: #fff;
}
.my_account .my_acc_left_panel .dash_board_blurb a span,
.my_account .my_acc_left_panel .dash_board_blurb a.activeDBLink {
    position: relative;
}
.my_account .my_acc_left_panel .dash_board_blurb a span::after,
.my_account .my_acc_left_panel .dash_board_blurb a.activeDBLink::after {
    display: none;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 51%;
    width: 6px;
    height: 10px;
    background: url(../images/db-arrow.png) no-repeat center center;
}
.my_account .my_acc_left_panel .dash_board_blurb a span {
    padding: 0 15px 0 0;
}
.my_account .my_acc_left_panel .dash_board_blurb a.activeDBLink {
    background: #101537;
}
.my_account .my_acc_left_panel .dash_board_blurb a.activeDBLink span::after {
    display: block;
}
.my_account .my_acc_left_panel .dash_board_blurb a:hover {
    background: #101537;
}
.my_account .my_acc_left_panel .dash_board_blurb a:hover span::after {
    display: block;
}
.my_account .my_acc_left_panel .dash_board_blurb:first-child .dash_board_title {
    padding: 0;
}
.my_account .my_acc_left_panel .dash_board_title {
    font-size: 18px;
    color: #c8a357;
    font-weight: 700;
    padding: 10px 25px;
}
.my_account .my_acc_left_panel ul {
    padding-top: 0px;
}
.my_account .my_acc_left_panel li {
    font-weight: 400;
}
.my_account .my_acc_left_panel li a {
    color: #fff;
}
.my_account .my_acc_left_panel li a:hover {
    color: #c8a357;
}
.my_account .my_acc_left_panel li:last-child {
    padding-bottom: 0;
}
.my_account .my_acc_left_panel li ul {
    padding: 0;
}
.my_account .my_acc_left_panel li li:first-child {
    padding-top: 0;
}
.my_account .my_acc_left_panel li li a {
    position: relative;
    padding-left: 35px;
}
.my_account .my_acc_left_panel li li a::before {
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 25px;
    top: 50%;
    width: 5px;
    height: 2px;
    background: #fff;
}
.my_account .my_acc_right_panel {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 40px;
}
.my_account .my_acc_right_panel.pur_e_vouchers::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: url(../images/blue-strip.png) repeat-x left bottom;
}
.my_account .my_acc_right_panel .my_acc_det {
    width: 100%;
    padding: 25px 0px 0px 0px;
    border-top: #303670 1px solid;
}
.my_account .my_acc_right_panel .my_acc_det .button {
    margin: 10px 10px 10px 0;
    display: inline-block;
    vertical-align: top;
}
.my_account .my_acc_right_panel .my_acc_det .order-table th {
    padding: 20px 3%;
}
.my_account .my_acc_right_panel .my_acc_det .order-table td {
    padding: 30px 3%;
}
.my_account .my_acc_right_panel .acc_point_tb::after {
    display: none;
}
.my_account .my_acc_dashboard {
    position: relative;
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
}
.my_account .my_acc_dashboard img {
    width: 100%;
    height: 100%;
}
.my_account .my_acc_dashboard .mem_det {
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding: 0px 35px 10px 35px;
}
.my_account .my_acc_dashboard .mem_det h3 {
    font-size: 24px;
    color: #fff;
    padding: 5px 0;
}
.my_account .my_acc_dashboard .mem_det p {
    font-size: 18px;
    color: #fff;
    padding: 3px 0;
}
.my_account .my_acc_dashboard .mem_det a {
    color: #fff;
}
.my_account .my_acc_dashboard .mem_det a:hover {
    color: #c8a357;
}
.my_account .my_acc_dashboard .mem_det i {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}
.my_account .my_acc_purchase {
    width: 100%;
}
.my_account .date_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    padding: 0px 0 25px;
    border-bottom: #303670 1px solid;
}
.my_account .date_con .textBox {
    width: 100%;
    max-width: 220px;
    margin-right: 20px;
    padding-right: 40px;
    background: #fff url(../images/icon-calender.html) no-repeat center right
        10px;
}
.my_account .date_con .button {
    margin: 0;
}
.my_account .ord_tracker_hld {
    width: 100%;
    height: 380px;
    padding-right: 20px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: #c8a357 #1d2349;
}
.my_account .ord_tracker_hld::-webkit-scrollbar {
    width: 5px;
}
.my_account .ord_tracker_hld::-webkit-scrollbar-track {
    background-color: #1d2349;
}
.my_account .ord_tracker_hld::-webkit-scrollbar-thumb {
    background-color: #c8a357;
}
.my_account .ord_tracker_hld .ord_tracker_panel {
    width: 100%;
    padding: 25px 0;
    border-bottom: #303670 1px solid;
}
.my_account .ord_tracker_hld .ord_tracker_panel:first-child {
    padding-top: 0;
}
.my_account .ord_tracker_hld p {
    font-size: 14px;
    color: #c8a357;
    line-height: 100%;
    font-weight: 400;
    padding: 0 40px 15px 0;
}
.my_account .ord_tracker_hld span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.my_account .ord_tracker_hld a {
    color: #fff;
}
.my_account .ord_tracker_hld a:hover {
    color: #c8a357;
}
.my_account .ord_tracker_hld b {
    font-family: "Rupee-Foradian", Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.my_account .ord_tracker_hld .order_info,
.my_account .ord_tracker_hld .purchase_det {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.my_account .ord_tracker_hld .order_info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.my_account .ord_tracker_hld .purchase_det {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px 0px 0px;
}
.my_account .ord_tracker_hld .purchase_det p {
    padding: 0 0 10px 0;
}
.my_account .ord_tracker_hld .purchase_det span {
    display: block;
}
.my_account .ord_tracker_hld .pur_prod_panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0px 0px 0px;
}
.my_account .ord_tracker_hld .pur_prod_panel .btn_hld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.my_account .ord_tracker_hld .pur_prod_panel .button {
    color: #010317;
    margin: 0 5px;
    padding: 13px 10px 11px 10px;
}
.my_account .ord_tracker_hld .pur_prod_panel .button:hover {
    color: #010317;
}
.my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb img {
    width: auto;
    height: 125px;
}
.my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb .pur_prod_info {
    padding: 0 10px 0 35px;
}
.my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb p {
    padding: 0 0px 10px 0;
}
.my_account .ord_tracker_hld.gift_vou_panel .pur_prod_panel {
    padding: 0 0 30px 0;
}
.my_account
    .ord_tracker_hld.gift_vou_panel
    .pur_prod_panel
    .pur_prod_blurb
    img {
    width: auto;
    height: 115px;
}
.my_account .ord_tracker_hld.track_ord {
    height: auto;
    overflow: auto;
    scrollbar-color: none;
}
.my_account .ord_tracker_hld.track_ord p {
    padding: 0 25px 15px 0;
}
.my_account #track_order #progressbar {
    padding-top: 30px;
}
.my_account #track_order #progressbar li {
    width: 25%;
}
.my_account .redeem_dash_tl {
    position: relative;
    width: 100%;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #c8a357;
    border-bottom: #c8a357 1px solid;
}
.my_account .redeem_dash_tl a {
    position: relative;
    display: block;
    color: #c8a357;
    line-height: 28px;
    padding: 23px 10px 25px 45px !important;
    z-index: 2;
}
.my_account .redeem_dash_tl a::before {
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 20px;
    top: 50%;
    width: 15px;
    height: 25px;
    background: url(../images/arrow-back.png) no-repeat center left;
}
.my_account .redeem_filters_con {
    width: 100%;
    padding: 20px 25px;
}
.my_account .redeem_filters_con h3 {
    font-size: 18px;
    color: #c8a357;
    line-height: 100%;
    font-weight: 600;
    padding-bottom: 12px;
}
.my_account .redeem_filters_con p {
    padding-bottom: 12px;
}
.my_account .redeem_filters_con .redeem_search {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    padding: 10px 10px 10px 15px;
}
.my_account .redeem_filters_con .redeem_filters_blurb {
    width: 100%;
    padding: 25px 0 27px;
    border-bottom: #c8a357 1px solid;
}
.my_account .redeem_filters_con .redeem_filters_blurb:last-child {
    border: none;
}
.my_account .redeem_filters_con .selectBox {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 40px 11px 20px;
}
.my_account .redeem_filters_con .textBox,
.my_account .redeem_filters_con .selectBox {
    width: 100%;
}
.my_account .redeem_filters_con .field_hld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    text-align: left;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.my_account .redeem_filters_con .field_hld .field_con {
    max-width: 95px;
    text-align: left;
    margin: 0;
    margin-right: 10px;
    padding: 0;
}
.my_account .redeem_filters_con .field_hld span {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 8px 0px 0px 0px;
}
.my_account .redeem_filters_con .agreement-panel.payment-options {
    padding: 0;
}
.my_account .redeem_filters_con .option-label {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.my_account .redeem_filters_con .option-label:hover {
    color: #c8a357;
}
.my_account .mr_tab_panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: #c8a357 1px solid;
}
.my_account .mr_tab_panel li {
    position: relative;
    width: 100%;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #c8a357;
    text-align: center;
}
.my_account .mr_tab_panel li:hover a,
.my_account .mr_tab_panel li.mr_cur_tab a {
    color: #fff;
    background: #101537;
}
.my_account .mr_tab_panel li:hover::before,
.my_account .mr_tab_panel li:hover::after,
.my_account .mr_tab_panel li.mr_cur_tab::before,
.my_account .mr_tab_panel li.mr_cur_tab::after {
    display: block;
}
.my_account .mr_tab_panel li.mr_cur_tab::before,
.my_account .mr_tab_panel li.mr_cur_tab::after {
    display: block;
}
.my_account .mr_tab_panel li::before,
.my_account .mr_tab_panel li::after {
    display: none;
}
.my_account .mr_tab_panel li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
}
.my_account .mr_tab_panel li::after {
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.my_account .mr_tab_panel a {
    position: relative;
    display: block;
    color: #c8a357;
    line-height: 28px;
    padding: 23px 10px 25px;
    background: #010317;
    z-index: 2;
}
.my_account .my_redeem_lt {
    padding: 0;
}
.my_account .my_redeem_rt {
    padding: 0;
}
.my_account .mr_product_hld {
    padding: 30px 20px 30px;
}
.my_account .mr_product_hld .slider_panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
}
.my_account .mr_product_hld .slide {
    width: 33.33%;
    padding: 20px;
}
.my_account .mr_product_hld .slide_det {
    min-height: 365px;
    padding: 35px;
}
.my_account .mr_product_hld .product_blurb_hld {
    padding: 0;
}
.my_account .mr_product_hld .p_blurb {
    padding: 0 20px 0px;
}
.edit_dashboard {
    display: none;
}
.edit_dashboard.popup h2 {
    font-size: 20px;
    padding: 0px 0px 15px 0px;
}
.edit_dashboard.popup .popup_hld {
    top: 29%;
    max-width: 700px;
    padding: 30px 20px 20px;
}
.edit_dashboard.popup .form_con {
    padding: 0 0 10px;
}
.edit_dashboard.popup .field_hld {
    display: inline-block;
    max-width: 300px;
}
.edit_dashboard.popup .button {
    display: inline-block;
}
.change_pass .desc {
    color: #c8a357;
}
.change_pass .form-profile {
    max-width: 450px;
}
.change_pass .form-profile .field_con {
    padding: 20px 0;
}
.redeem_products {
    display: block;
}
.redeem_products.mr_product_hld .p_blurb {
    padding: 0 15px 0px;
}
.redeem_products .product_blurb_hld .p_blurb__det {
    min-height: 415px;
    padding: 40px 15px;
    margin-bottom: 20px;
}
.redeem_products .product_blurb_hld .p_panel img {
    height: 165px;
}
.redeem_products .points_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0 7px;
}
.redeem_products .points_con .pr_count {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0 12px;
}
.redeem_products .points_con .pr_count::after {
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #414a81;
}
.redeem_products .points_con .pr_count:first-child {
    padding-left: 0;
}
.redeem_products .points_con .pr_count:last-child {
    padding-right: 0;
}
.redeem_products .points_con .pr_count:last-child::after {
    display: none;
}
.redeem_vouchers {
    display: none;
}
.form-profile {
    position: relative;
    max-width: 620px;
}
.form-profile p {
    font-size: 14px;
    color: #c8a357;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    padding: 0px 0px 5px 20px;
}
.form-profile .field_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px;
}
.form-profile .field_con .field_hld {
    width: 49%;
    max-width: none;
    margin: 0 0px;
}
.form-profile .field_con .field_hld .textBox {
    width: 100%;
    font-weight: 600;
    color: #010317 !important;
}
.form-profile .field_con .field_hld.full_field_hld {
    max-width: none;
    width: 100%;
}
.form-profile .button_con {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.membership_form h3 {
    font-size: 20px;
    color: #c8a357;
    line-height: 100%;
    font-weight: 600;
    padding-bottom: 10px;
}
.membership_form .field_con {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
}
.membership_form .multiple_select {
    background: #fff;
}
.membership_form .dateBox {
    line-height: 20px;
    padding: 8.41px 20px;
    padding-right: 15px;
}
.membership_form .selectBox {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 25px 10px 20px;
}
.membership_form .errorText {
    padding: 10px 0 5px 0;
}
@-moz-document url-prefix() {
    .membership_form .dateBox {
        padding: 10px 20px;
    }
}
@-webkit-keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes drift-fadeZoomIn {
    0% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes drift-fadeZoomIn {
    0% {
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    15% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@-moz-keyframes drift-fadeZoomOut {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    15% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@-o-keyframes drift-fadeZoomOut {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    15% {
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    15% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@-webkit-keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@-moz-keyframes drift-loader-rotate {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -moz-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -moz-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@-o-keyframes drift-loader-rotate {
    0% {
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -o-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -o-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -moz-transform: translate(-50%, -50%) rotate(-180deg);
        -o-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -moz-transform: translate(-50%, -50%) rotate(-360deg);
        -o-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@-webkit-keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(8px);
        transform: scale(0.7) translateX(8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes drift-loader-before {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -moz-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    25% {
        -moz-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px);
    }
    40% {
        -moz-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    50% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -moz-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    75% {
        -moz-transform: scale(0.7) translateX(8px);
        transform: scale(0.7) translateX(8px);
    }
    90% {
        -moz-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes drift-loader-before {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -o-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    25% {
        -o-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px);
    }
    40% {
        -o-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    50% {
        -o-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -o-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    75% {
        -o-transform: scale(0.7) translateX(8px);
        transform: scale(0.7) translateX(8px);
    }
    90% {
        -o-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        -moz-transform: scale(1.2) translateX(6px);
        -o-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        -moz-transform: scale(1.3) translateX(8px);
        -o-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        -moz-transform: scale(1.2) translateX(6px);
        -o-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(6px);
        -moz-transform: scale(0.8) translateX(6px);
        -o-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(8px);
        -moz-transform: scale(0.7) translateX(8px);
        -o-transform: scale(0.7) translateX(8px);
        transform: scale(0.7) translateX(8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(6px);
        -moz-transform: scale(0.8) translateX(6px);
        -o-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes drift-loader-after {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -moz-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        -moz-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        -moz-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -moz-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        -moz-transform: scale(0.7) translateX(-8px);
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        -moz-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes drift-loader-after {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -o-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        -o-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        -o-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        -o-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -o-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        -o-transform: scale(0.7) translateX(-8px);
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        -o-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        -moz-transform: scale(1.2) translateX(-6px);
        -o-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        -moz-transform: scale(1.3) translateX(-8px);
        -o-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        -moz-transform: scale(1.2) translateX(-6px);
        -o-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
        -moz-transform: scale(0.8) translateX(-6px);
        -o-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
        -moz-transform: scale(0.7) translateX(-8px);
        -o-transform: scale(0.7) translateX(-8px);
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
        -moz-transform: scale(0.8) translateX(-6px);
        -o-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.drift-zoom-pane {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.drift-zoom-pane.drift-opening {
    -webkit-animation: drift-fadeZoomIn 180ms ease-out;
    -moz-animation: drift-fadeZoomIn 180ms ease-out;
    -o-animation: drift-fadeZoomIn 180ms ease-out;
    animation: drift-fadeZoomIn 180ms ease-out;
}
.drift-zoom-pane.drift-closing {
    -webkit-animation: drift-fadeZoomOut 210ms ease-in;
    -moz-animation: drift-fadeZoomOut 210ms ease-in;
    -o-animation: drift-fadeZoomOut 210ms ease-in;
    animation: drift-fadeZoomOut 210ms ease-in;
}
.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.drift-zoom-pane-loader {
    display: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    -webkit-animation: drift-loader-rotate 1800ms infinite linear;
    -moz-animation: drift-loader-rotate 1800ms infinite linear;
    -o-animation: drift-loader-rotate 1800ms infinite linear;
    animation: drift-loader-rotate 1800ms infinite linear;
}
.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}
.drift-zoom-pane-loader:before {
    left: 0;
    -webkit-animation: drift-loader-before 1800ms infinite linear;
    -moz-animation: drift-loader-before 1800ms infinite linear;
    -o-animation: drift-loader-before 1800ms infinite linear;
    animation: drift-loader-before 1800ms infinite linear;
}
.drift-zoom-pane-loader:after {
    right: 0;
    -webkit-animation: drift-loader-after 1800ms infinite linear;
    -moz-animation: drift-loader-after 1800ms infinite linear;
    -o-animation: drift-loader-after 1800ms infinite linear;
    animation: drift-loader-after 1800ms infinite linear;
    -webkit-animation-delay: -900ms;
    -moz-animation-delay: -900ms;
    -o-animation-delay: -900ms;
    animation-delay: -900ms;
}
.inner_banner {
    position: relative;
    width: 100%;
    border-bottom: #c8a357 1px solid;
}
.inner_banner .container {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 1200px;
}
.inner_banner h1 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
}
.tv_commercials .tvc_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 50px 0px 50px;
}
.tv_commercials .tvc_slider .thumb_hld {
    width: 33.33%;
    padding-top: 50px;
    padding-bottom: 25px;
}
#about_us .abt_tl {
    text-align: center;
}
#about_us h2 {
    position: relative;
    display: inline-block;
    font-size: 33px;
    color: #c8a357;
    line-height: 50px;
    text-align: center;
    padding: 50px;
}
#about_us h2::before,
#about_us h2::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 70px;
    background: url(../images/icon-inverted-coma.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#about_us h2::before {
    left: 0;
    top: 0;
}
#about_us h2::after {
    right: -90px;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.abt_panel {
    width: 100%;
    padding: 50px 0px 0px 0px;
}
.abt_panel p {
    padding: 12px 0;
}
.abt_panel .abt_blurb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 33px 0;
}
.abt_panel .abt_blurb:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.abt_panel .abt_blurb:nth-child(even) .col_des {
    padding: 0px 40px 0px 0px;
}
.abt_panel .col_pic {
    width: 35%;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.abt_panel .col_pic img {
    width: 100%;
    height: auto;
}
.abt_panel .col_des {
    width: -webkit-calc(68% - 40px);
    width: -moz-calc(68% - 40px);
    width: calc(68% - 40px);
    padding: 0px 0px 0px 40px;
}
.achievers_desc {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 20px;
}
.achievers_desc p {
    padding-bottom: 10px;
}
.achievers h2 {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #c8a357;
    text-align: center;
    line-height: 100%;
    font-weight: 700;
}
.achievers h3 {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 0 12px;
}
.achievers .achievers_yr {
    padding: 45px 0;
}
.achievers .achievers_blurb_hld {
    width: 100%;
    padding: 0 30px;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.achievers .achievers_blurb_hld .slick-arrow.slick-next {
    right: -20px;
}
.achievers .achievers_blurb_hld .slick-arrow.slick-prev {
    left: -20px;
}
.achievers .achievers_blurb_slider .achievers_blurb {
    width: 100%;
}
.achievers .achievers_blurb {
    width: 33.33%;
    padding: 0 22px 0px;
}
.achievers .achievers_blurb .achievers_con {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.achievers .achievers_blurb .ach_desc {
    min-height: 185px;
    padding: 20px 25px;
    background: url(../images/achievers-gradient.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.achievers .achievers_blurb .date {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
}
.achievers .achievers_blurb p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding: 10px 0;
}
.mfp-arrow {
    opacity: 1;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #fff;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #c8a357;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 27px solid #fff;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #c8a357;
}
.mfp-counter {
    right: 10px;
    top: 10px;
    color: #fff;
}
.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}
#contact_us {
    padding-top: 60px;
}
#contact_us .textBox,
#contact_us .selectBox {
    width: 100%;
    max-width: 100%;
}
#contact_us .selectBox {
    padding-right: 40px;
}
#contact_us .form_con {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 50px;
    background: #0e1125;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#contact_us .form_con p {
    font-size: 14px;
    color: #c8a357;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    padding: 0px 0px 5px 20px;
}
#contact_us .field_hld {
    max-width: 330px;
    padding: 10px 25px;
}
#contact_us .form_multipart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#contact_us .form_multipart .field_con {
    display: block;
    padding: 0;
}
#contact_us .errorText {
    padding: 0 25px;
}
#contact_us .btn_hld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 35px 0;
}
#contact_us .button {
    margin: 0 20px 0 0;
}
#contact_us .map_hld {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}
#contact_us .map_panel {
    background: #0e1125;
}
#contact_us .map_panel h2 {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 25px 0;
}
#contact_us .map_panel p {
    line-height: 30px;
    font-weight: 400;
}
#contact_us .map_panel a {
    color: #fff;
}
#contact_us .map_panel a:hover {
    color: #c8a357;
}
#contact_us .map_panel .col_lt {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 40px 50px 10px;
}
#contact_us .map_panel .col_rt {
    width: 100%;
    min-height: 200px;
}
#contact_us .map_panel iframe {
    width: 100%;
    height: 100%;
}
#contact_us .mapouter,
#contact_us .gmap_canvas {
    width: 100% !important;
    height: 420px;
}
#contact_us .mapouter {
    position: relative;
    text-align: right;
}
#contact_us .gmap_canvas {
    overflow: hidden;
    background: none !important;
}
img.mfp-img {
    max-height: 500px !important;
}
.other_pages p {
    padding: 12px 0;
}
.other_pages h3 {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #c8a357;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.other_pages a {
    color: #c8a357;
}
.other_pages a:hover {
    color: #fff;
}
.other_pages strong {
    font-size: 18px;
    color: #c8a357;
}
.other_pages .container {
    max-width: 1200px;
}
.other_pages.faq strong {
    text-transform: uppercase;
}
.other_pages.faq table {
    text-align: center;
}
.other_pages .op_blurb {
    padding: 20px 0;
}
.other_pages .op_blurb ul {
    list-style-type: none;
    padding: 10px 0px;
}
.other_pages .op_blurb ul li {
    padding: 5px 0 5px 20px;
}
.other_pages .op_blurb ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 22px;
    color: #c8a357;
    line-height: 100%;
}
.other_pages .op_blurb ol {
    padding: 10px 0px;
    list-style-type: none;
    counter-reset: step;
}
.other_pages .op_blurb ol li {
    padding: 5px 0 5px 25px;
}
.other_pages .op_blurb ol li::before {
    content: counter(step) ". ";
    counter-increment: step;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 16px;
    color: #c8a357;
    line-height: 100%;
    font-weight: 700;
}
.other_pages .op_blurb ol li ol {
    padding: 5px 0px;
}
.other_pages .op_blurb ol li ol li {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding: 3px 0 3px 25px;
}
.other_pages .op_blurb ol li ol li::before {
    top: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.other_pages .op_blurb ol li ul li {
    padding: 5px 0 5px 20px;
}
.other_pages .op_blurb ol li ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 22px;
    color: #c8a357;
    line-height: 100%;
}
.other_pages .op_blurb li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.other_pages table {
    width: 100%;
    max-width: 600px;
    border: 1px solid white;
    border-collapse: collapse;
    margin: 20px 0 10px;
}
.other_pages table th,
.other_pages table td {
    line-height: 20px;
    padding: 10px 10px;
}
.other_pages table th {
    color: #c8a357;
}
.other_pages .accordion_hld {
    padding: 10px 0px 0px 0px;
}
.other_pages .accordion_hld th {
    font-weight: 700;
    border: 1px solid #c8a357;
}
.other_pages .accordion_hld td {
    width: 30%;
    border: 1px solid #c8a357;
    padding: 5px 10px;
}
.other_pages .accordion {
    margin: 0 0 15px 0;
    background: #0e1125;
    border: #c8a357 1px solid;
}
.other_pages .accordion.is-open .accordion_head {
    border-bottom: #c8a357 1px solid;
}
.other_pages .accordion.is-open .accordion_head::after {
    background: url(../images/nav-arrow-up.html) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.other_pages .accordion_head {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 12px 40px 12px 20px;
    background: #0e1125;
    border-bottom: transparent 1px solid;
    cursor: pointer;
}
.other_pages .accordion_head::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    width: 16px;
    height: 12px;
    background: url(../images/nav-arrow-down.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.other_pages .accordion_body {
    padding: 10px 20px;
}
.page_not_found #R_club_banner .r_club_con {
    text-align: center;
    padding: 50px 20px 60px 20px !important;
}
.page_not_found #R_club_banner h1 {
    font-size: 110px;
    line-height: 80px !important;
}
.page_not_found #R_club_banner p {
    padding: 45px 0px 30px;
}
.menu-collapser {
    display: none !important;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 8px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    background-color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    padding: 7px 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #0e0e0e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button:hover,
.collapse-button:focus {
    color: #fff;
    background-color: #040404;
}
.collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
ul.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.slimmenu:before,
ul.slimmenu:after {
    content: "";
    display: table;
}
ul.slimmenu:after {
    clear: both;
}
ul.slimmenu.collapsed {
    display: block !important;
}
ul.slimmenu.collapsed li {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li > ul {
    position: static;
    display: none;
}
ul.slimmenu li {
    display: inline-block;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li > ul {
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 63px;
    width: 650px;
    height: auto !important;
    text-align: center;
    background: #010317;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 999;
}
ul.slimmenu li > ul > li {
    font-weight: 500;
}
ul.slimmenu li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%;
}
ul.slimmenu li > ul > li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #c8a357;
    padding: 18px 35px;
}
ul.slimmenu li > ul > li a:before {
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 49%;
    width: 1px;
    height: 40%;
    background: #252b51;
}
ul.slimmenu li > ul > li a:hover {
    color: #fff;
}
ul.slimmenu li > ul > li:first-child a:before {
    display: none;
}
ul.slimmenu li > ul > li img {
    width: 133px;
    margin: 0 auto;
}
ul.slimmenu li > ul > li span {
    display: block;
    padding: 25px 0px 20px;
}
ul.slimmenu li .prod_sub_nav {
    width: 600px;
    padding: 55px 30px;
}
ul.slimmenu li .prod_sub_nav li {
    display: inline-block;
    width: 50%;
    text-align: center;
    border: none !important;
}
ul.slimmenu li .sub-toggle {
    display: none;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 999;
    width: 60px;
    height: 77px;
    text-align: center;
    background: url(../images/nav-arrow-down.png) no-repeat center center;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
ul.slimmenu li .sub-toggle.expanded {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
ul.slimmenu li .sub-toggle:before {
    content: "";
    display: block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-right: -0.25em;
}
ul.slimmenu li .sub-toggle > i {
    display: none;
    color: #333;
    font-size: 18px;
    vertical-align: middle;
}
ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
    border-left: 0;
}
@media screen and (max-width: 1980px) and (min-width: 1367px) {
    .action-1,
    .action-2,
    .action-3,
    .action-4,
    .action-5,
    .action-6 {
        background-repeat: repeat !important;
    }
    .row-12 {
        background-position-y: initial !important;
        background-position-x: 50% !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
}
@media handheld, only screen and (max-width: 1680px) {
    #membership_popup .popup_hld {
        padding: 10px 4% 20px;
    }
    #membership_popup .tab_hld {
        max-width: 735px;
    }
    #membership_popup .tab_hld li {
        font-size: 22px;
    }
    #membership_popup .tab_hld li span {
        padding: 15px 17px;
    }
    #membership_popup .popup_detail {
        padding: 4% 30px 0 30px;
    }
    #membership_popup .popup_detail .feature_hld li {
        padding: 15px 0;
    }
    #membership_popup .popup_detail .feature_hld li p {
        line-height: 24px;
    }
    #membership_popup .popup_detail .feature_hld .fet_blurb h3 {
        padding: 0 0 15px 0;
    }
    footer .quick_links .button {
        margin-left: 10px;
    }
    footer .quick_links .ql_blurb {
        padding: 0 25px;
    }
    footer .quick_links .ql_blurb a {
        line-height: 20px;
    }
}
@media handheld, only screen and (max-width: 1440px) {
    #wrapper {
        padding-top: 80px;
    }
    header {
        padding: 12px 0;
    }
    header .logo {
        max-width: 130px;
    }
    header ul.slimmenu li > ul {
        top: 49px;
    }
    header.sticky ul.slimmenu li > ul {
        top: 41px;
    }
    .side_menu {
        max-width: 310px;
        right: -310px;
        padding: 80px 0 30px 0;
        overflow-y: scroll;
    }
    .side_menu li a {
        padding: 9px 10px 9px 50px;
    }
    .socialCon {
        padding: 35px 10px 15px 50px;
    }
    .socialCon a {
        font-size: 25px;
    }
    .rcp_hld .form_con {
        width: 34%;
        padding: 0 40px 0 20px;
    }
    .rcp_hld .exe_prev {
        width: 66%;
    }
    .dash_board {
        padding: 0px 0;
    }
    .dash_board li {
        padding: 8px 0;
    }
    #R_club_banner {
        padding: 120px 0px 40px 0px;
    }
    #R_club_banner h1 {
        font-size: 38px;
        line-height: 45px;
    }
    #R_club_banner p {
        line-height: 24px;
        padding: 15px 0px 0px;
    }
    #R_club_banner .r_club_con {
        padding: 65px 20px 20px 20px;
    }
    #R_club_banner .r_club_con .logo_R_club {
        top: -55px;
        width: 110px;
    }
    #R_club_banner .join_us {
        font-size: 18px;
    }
    #R_club_banner .hm_form_hld {
        padding: 20px 0px 0px 0px;
    }
    #R_club_banner .hm_form_hld .tc_con {
        padding: 15px 0px 20px;
    }
    #R_club_banner .hm_form_hld .forgot_pass {
        top: 40px;
    }
    #R_club_banner .field_con {
        padding: 10px 0 0px 0;
    }
    #R_club_banner.r_club_pl .container {
        max-width: 650px;
    }
    .r_club_exp .title {
        font-size: 32px;
        line-height: 34px;
    }
    .offers .offer_slider {
        padding: 0 70px;
    }
    .offers .slick-arrow.slick-next {
        right: -20px;
    }
    .offers .slick-arrow.slick-prev {
        left: -20px;
    }
    .free_delivery_msg {
        font-size: 18px;
        padding: 15px 20px;
    }
    .sc_result__blurb {
        padding: 15px 0px;
    }
    #search_popup.popup .popup_hld {
        padding: 40px 20px 30px;
    }
    #search_popup .field_hld {
        padding: 30px 0px 20px 0px;
    }
    #search_popup .textBox {
        padding: 15px 20px;
    }
    #search_popup .scroll {
        height: 56vh;
        min-height: 56vh;
    }
    #cart_popup.popup .popup_hld {
        padding: 30px 20px 30px;
    }
    #cart_popup.popup .selectBox {
        margin-top: 10px;
    }
    #cart_popup.popup .close_cart_item {
        top: 15px;
        width: 20px;
    }
    #cart_popup .scroll {
        height: 57vh;
        min-height: 57vh;
    }
    #cart_popup .sc_blurb_lt .p_info h4 {
        font-size: 18px;
        line-height: 18px;
        padding: 0 0 5px 0;
    }
    #cart_popup .sc_blurb_lt img {
        width: 85px;
    }
    #cart_popup .order_total {
        bottom: 3%;
    }
    .p_det_hld .zoom_hld {
        width: 55%;
        height: 100%;
    }
    .p_det_hld .p_det_pack_slider img {
        min-height: 300px;
    }
    .opv_thumb_slider.opv_slider_md .slide_det {
        min-height: 370px;
    }
    .my_account .my_acc_right_panel {
        padding: 20px 30px;
    }
    .my_account .my_redeem_rt {
        padding: 0;
    }
    .my_account .mr_product_hld .slide_det {
        padding: 25px;
    }
    #about_us h2 {
        font-size: 30px;
        line-height: 44px;
    }
}
@media handheld, only screen and (max-width: 1360px) {
    .container {
        max-width: 1140px;
    }
    header nav {
        padding: 0px 20px 0px 20px;
    }
    .rcp_hld .form_con {
        width: 30%;
        padding: 0 20px;
    }
    .rcp_hld .exe_prev {
        width: 70%;
    }
    .rcp_hld .exe_prev .prev_con {
        width: 250px;
        padding: 20px 10px 15px 10px;
    }
    .r_club_exp .exp_slider_con {
        padding: 0;
    }
    .membership .m_row:nth-child(2) .m_col {
        padding: 30px 20px;
    }
    .membership .m_row:nth-child(3) .m_col {
        padding: 30px 20px 5px;
    }
    .membership .m_col li,
    .membership .m_col p {
        font-size: 15px;
    }
    .p_det_hld .p_det_thumb_slider .p_thumb_item .thumb {
        padding: 7px;
    }
    .redeem_vouchers.mr_product_hld .slide_det {
        min-height: 340px;
        padding: 25px;
    }
    .redeem_products.mr_product_hld .p_blurb {
        padding: 0 10px 0px;
    }
    .redeem_products.opv_thumb_slider h3,
    .redeem_products.opv_thumb_slider .price {
        font-size: 16px;
    }
    .redeem_products .product_blurb_hld .p_blurb__det {
        min-height: 415px;
    }
    .redeem_products .points_con .pr_count {
        font-size: 18px;
    }
    .inner_banner .container {
        max-width: 1000px;
    }
}
@media handheld, only screen and (max-width: 1279px) {
    header nav {
        padding: 40px 10px 32px;
    }
    .rcp_hld {
        display: block;
        padding: 45px 0px 50px;
    }
    .rcp_hld h2 {
        display: block;
        line-height: 40px;
    }
    .rcp_hld .form_con {
        width: 100%;
        padding: 20px 20px 0;
    }
    .rcp_hld .exe_prev {
        width: 100%;
        max-width: 840px;
        margin: 0 auto;
        padding: 50px 0px 0px;
    }
    .rcp_hld .exe_prev h2 {
        display: none;
    }
    .rcp_hld .exe_prev .prev_con {
        width: 260px;
        padding: 20px 15px 15px 15px;
    }
    .r_club_exp {
        padding-left: 0px;
        padding-right: 0px;
    }
    .membership .chart_tl {
        padding-top: 25px;
    }
    .membership .m_col li {
        min-height: 85px;
    }
    #membership_popup .popup_hld {
        height: 90%;
        padding: 10px 1% 20px;
        overflow: hidden;
    }
    #membership_popup .popup_detail {
        padding: 4% 10px 0 10px;
    }
    #membership_popup .pop_data_hld {
        height: 70vh;
        overflow: hidden;
        overflow-y: scroll;
    }
    footer .support li {
        padding: 0 30px;
    }
    footer .quick_links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    footer .quick_links .ql_blurb {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    footer .quick_links .ql_blurb:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    footer .quick_links .ql_blurb:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    footer .quick_links .ql_blurb:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    footer .quick_links .ql_blurb:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    footer .quick_links .ql_blurb:last-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: center;
        padding: 0 0 50px 0;
    }
    footer .quick_links .sine_up {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    footer #socialCon {
        text-align: center;
        padding: 40px 0;
    }
}
@media handheld, only screen and (max-width: 1200px) {
    header .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header nav {
        display: none;
    }
    header .leftNav {
        width: 100%;
    }
    header .leftNav .leftNav_con {
        width: 100%;
        text-align: right;
        padding: 0px 50px 0px 0px;
    }
    header .nav-icon {
        position: absolute;
        right: 0px;
    }
    .product_blurb_hld {
        padding: 0 50px;
    }
    .product_blurb_hld .p_blurb {
        width: 50%;
    }
    .product_blurb_hld .p_panel img {
        width: 100%;
        max-width: 230px;
    }
    .product_blurb_hld .slick-arrow.slick-next {
        right: 0;
    }
    .product_blurb_hld .slick-arrow.slick-prev {
        left: 0;
    }
    #brand .tvc_det {
        padding: 35px 0px 0px 43px;
    }
    #brand .tvc_det h3 {
        padding: 20px 0 10px;
    }
    #app_download .container {
        width: 100%;
        max-width: 930px;
    }
    .download_hld {
        padding: 51px 30px 63px 30px;
    }
    .r_club_exp .exp_det {
        padding: 20px 25px 15px;
    }
    .r_club_exp .panel {
        padding: 0 18px;
    }
    .com_slider .slider_panel {
        padding: 25px 50px 0px;
    }
    .com_slider .slick-arrow.slick-next {
        right: 0px;
    }
    .com_slider .slick-arrow.slick-prev {
        left: 0px;
    }
    #R_club_banner.r_club_pl .container {
        max-width: 500px;
    }
    #R_club_banner .button_con .button {
        margin: 0 15px;
    }
    .offers .offer_slider {
        padding: 0 70px;
    }
    .offers .slick-arrow.slick-next {
        right: 0px;
    }
    .offers .slick-arrow.slick-prev {
        left: 0px;
    }
    .opv_thumb_slider .slick-arrow.slick-next {
        right: -10px;
    }
    .opv_thumb_slider .slick-arrow.slick-prev {
        left: -10px;
    }
    .p_det_hld .p_det_lt {
        width: 42%;
    }
    .p_det_hld .p_det_rt {
        width: -webkit-calc(63% - 45px);
        width: -moz-calc(63% - 45px);
        width: calc(63% - 45px);
    }
    .my_account {
        padding: 10px 30px 0;
    }
}
@media handheld, only screen and (max-width: 1100px) {
    .r_club_exp .exp_card_panel {
        display: block;
    }
    .r_club_exp .exp_slider_con {
        padding: 0 50px;
    }
    .r_club_exp .panel {
        padding: 0 30px;
    }
    .r_club_exp .arrow {
        display: none;
    }
    .r_club_exp .slick-dots {
        padding-top: 20px;
    }
    footer .scrollTop {
        display: none;
    }
    #address-panel > div {
        position: relative;
        padding-left: 0px;
    }
    .shipp-address {
        padding: 20px 15px 25px 35px !important;
    }
    .p_det_hld .p_det_lt {
        width: 45%;
    }
    .p_det_hld .p_det_rt {
        width: -webkit-calc(68% - 45px);
        width: -moz-calc(68% - 45px);
        width: calc(68% - 45px);
    }
    .p_det_hld .p_det_thumb_slider .p_thumb_item {
        padding: 0px 5px;
    }
    .my_account {
        padding: 10px 10px 0;
    }
    .inner_banner h1 {
        font-size: 40px;
        line-height: 45px;
    }
}
.column-revers {
    width: 100%;
    padding-left: 4px;
    padding-right: 9px;
    align-items: center;
}
@media handheld, only screen and (max-width: 1023px) {
    .search-box {
        width: 100%;
    }
    .search-box .dashboard-input {
        max-width: 100% !important;

    }
    .p_voucher {
        min-height: auto;
    }
    .useApp .close {
        right: 10px;
    }
    .useApp .au_mob {
        display: block;
    }
    .useApp .au_desktop {
        display: none;
    }
    #wrapper {
        padding-top: 85px;
    }
    header {
        padding: 10px 0;
    }
    header .container {
        padding: 0 20px;
    }
    header.sticky .logo img {
        width: 100%;
    }
    header .logo {
        max-width: 150px;
    }
    header nav {
        position: fixed;
        left: -400px;
        top: 0;
        max-width: 400px;
        height: 100%;
        padding: 100px 0px 40px;
        background: #8f723a;
        overflow: hidden;
        overflow-y: scroll;
        z-index: 99;
    }
    header nav ul.slimmenu > li > a {
        display: block;
        font-size: 38px;
        color: #fff;
        font-weight: 400;
        padding: 20px 20px;
    }
    header nav ul.slimmenu > li > a::before,
    header nav ul.slimmenu > li > a::after {
        display: none !important;
    }
    header nav ul.slimmenu > li ul {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: 100%;
        padding: 20px 0;
        background: none;
        border-top: #ad9768 1px solid;
        border-bottom: #ad9768 1px solid;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    header nav ul.slimmenu > li ul li a {
        font-size: 26px;
        text-align: left;
        font-weight: 400;
    }
    header nav ul.slimmenu > li ul li a:hover {
        color: #fff;
    }
    header nav ul.slimmenu.collapsed li .sub-toggle {
        display: block;
    }
    header .leftNav {
        right: 20px;
    }
    header .nav-icon {
        display: block;
        right: 0px;
        z-index: 99;
    }
    .side_menu {
        padding: 85px 0 30px 0;
        overflow: scroll;
    }
    #exclusive_product .container {
        padding-left: 0;
        padding-right: 0;
    }
    .product_blurb_hld {
        padding: 0 0px;
    }
    .product_blurb_hld .p_blurb {
        padding: 0 10px 20px;
    }
    .product_blurb_hld .p_panel div {
        display: none;
    }
    .product_blurb_hld .p_panel div:first-child {
        display: block;
    }
    .product_blurb_hld .slick-arrow {
        width: 35px;
        height: 35px;
        border: none;
    }
    .product_blurb_hld .slick-arrow.slick-prev {
        left: 5px;
        -webkit-background-size: 40% auto;
        -moz-background-size: 40% auto;
        -o-background-size: 40% auto;
        background-size: 40% auto;
    }
    .product_blurb_hld .slick-arrow.slick-next {
        right: 5px;
        -webkit-background-size: 40% auto;
        -moz-background-size: 40% auto;
        -o-background-size: 40% auto;
        background-size: 40% auto;
    }
    .product_blurb_hld .slick-arrow:hover {
        background-color: transparent;
    }
    .product_slider {
        padding: 0;
    }
    .rcp_hld {
        background: url(../images/home/bg-r-club-mob.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .rcp_hld p {
        padding: 0 10px;
    }
    .rcp_hld .exe_prev .prev_det p {
        padding: 0;
    }
    .section-2 {
        padding: 70px 0px 0px;
    }
    .section-2 h3 {
        display: none;
    }
    .section-2 .container {
        padding: 0;
    }
    .section-2 .box {
        width: 100%;
    }
    .section-2 .box .pic {
        margin: 0;
    }
    .section-2 .box .pic img {
        width: 100%;
    }
    .section-2 .ingrdt-outer {
        padding-top: 50px;
    }
    .section-2 .row-12 {
        min-height: auto !important;
        padding: 0 !important;
    }
    .section-2 .karrots-pack {
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-2 .karrots-pack .pic {
        margin: 0 auto;
    }
    .section-2 .karrots-pack .pic img {
        width: 100%;
    }
    .dash_board {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        max-width: 100%;
        margin: 0 auto;
    }
    .dash_board .dash_board_blurb {
        width: 50%;
        text-align: center;
    }
    .dash_board .dash_board_blurb:first-child {
        width: 100%;
        text-align: center;
    }
    .dash_board .dash_board_blurb:last-child {
        border-left: #c8a357 1px solid;
    }
    #R_club_banner #ParticleCanvas {
        display: none;
    }
    #R_club_banner.r_club_pl .container {
        max-width: 100%;
        padding-bottom: 60px;
    }
    #brand h2 {
        display: block;
    }
    #brand .container {
        padding: 0;
    }
    #brand .tvc_hld {
        display: block;
        padding: 0 20px;
    }
    #brand .tvc_video {
        width: 100%;
        padding-bottom: 56.25%;
    }
    #brand .tvc_det {
        width: 100%;
        padding: 10px 0px 0px 0px;
    }
    #brand .tvc_det h2 {
        display: none;
    }
    .tvc_slider {
        padding: 45px 0px 0px 0px;
    }
    .tvc_slider .thumb_hld {
        padding: 0 10px;
    }
    #app_download.section {
        padding: 60px 0;
    }
    #app_download .container {
        max-width: 100%;
        padding: 0 20px;
        border: none;
    }
    .download_hld {
        background: none;
        border: #c8a357 1px solid;
    }
    .download_hld h2 {
        font-size: 35px;
        text-align: center;
        padding-top: 40px;
    }
    .download_hld .ad_tl {
        display: block;
    }
    .download_hld .mobile {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        max-width: 170px;
        margin: 0 auto;
    }
    .download_hld .QR_code {
        display: none;
    }
    .download_hld .app_con {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .download_hld .app_con > div {
        display: inline-block;
    }
    #product_rc .container {
        padding: 0;
    }
    .r_club_exp .exp_slider_con {
        padding: 0;
    }
    .r_club_exp .panel {
        padding: 0 10px;
    }
    .membership .desc {
        padding: 15px 0px 10px 0px;
    }
    .membership .mtb_hld {
        margin-left: 0;
        padding: 35px 20px 0px;
    }
    .membership .m_row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .membership .m_row:first-child .m_col:first-child {
        display: none;
    }
    .membership .m_row:nth-child(2),
    .membership .m_row:nth-child(3) {
        display: none;
    }
    .membership .m_row .mem_type {
        font-size: 24px;
        text-align: center;
        padding: 20px 0 10px 0px;
    }
    .membership .m_col {
        width: 50%;
        margin-right: 0;
        border: none;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
    }
    #membership_popup .popup_hld {
        padding: 60px 1% 20px;
    }
    #membership_popup .tab_hld {
        max-width: 465px;
    }
    #membership_popup .tab_hld li {
        padding: 0 15px;
    }
    #membership_popup .popup_detail {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 10px 0 10px;
    }
    #membership_popup .popup_detail .feature_hld {
        width: 100%;
        padding-top: 30px;
    }
    #membership_popup .popup_detail .feature_hld .fet_blurb h3 {
        font-size: 30px;
    }
    #membership_popup .popup_detail .feature_hld .fet_blurb .fet_icon {
        top: 0;
    }
    #membership_popup .popup_detail .feature_hld li p span {
        font-size: 30px;
        line-height: 30px;
    }
    #membership_popup .popup_detail .card_hld {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .com_slider .p_img_c img {
        min-height: 160px;
    }
    #product_listing.section {
        padding-top: 25px;
    }
    .sc_blurb_lt .p_info {
        padding: 0 20px 0 10px;
    }
    .sc_blurb_lt .p_info h4 {
        font-size: 18px;
    }
    #cart_popup .p_info {
        padding: 0 20px 0;
    }
    #cart_popup .free_delivery_msg {
        font-size: 14px;
        padding: 15px 10px;
    }
    .opv_thumb_slider.opv_slider_md .slide_det {
        min-height: 380px;
    }
    .wrap-drop {
        font-family: "Quicksand", Arial, Helvetica, sans-serif;
        color: #252b51;
        font-weight: 500;
        line-height: 100%;
        border: none;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        font-size: 16px;
        width: 100%;
        max-width: 300px;
        padding: 12px 25px 12px 20px;
        background: #fff url(../images/arrow-select.png) no-repeat right 20px
            center;
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }
    .wrap-drop::after {
        display: none;
        border-color: #695d52 transparent;
        border-style: solid;
        border-width: 10px 10px 0;
        content: "";
        height: 0;
        margin-top: -4px;
        position: absolute;
        right: 1rem;
        top: 50%;
        width: 0;
    }
    .wrap-drop.active::after {
        border-width: 0 10px 10px;
    }
    .wrap-drop.active .drop {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }
    .wrap-drop span {
        display: block;
        font-size: 18px;
        color: #010317;
    }
    .wrap-drop .drop {
        background: #e7ded5;
        -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        list-style: none;
        margin-top: 0;
        opacity: 0;
        padding-left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 2;
    }
    .wrap-drop li {
        display: block;
        font-size: 16px;
        color: #252b51;
        font-weight: 500;
        line-height: 24px;
        padding: 10px;
        background-color: #fff;
        text-decoration: none;
    }
    .wrap-drop li:hover {
        background-color: #fff;
        color: #252b51;
    }
    .wrap-drop li::after {
        display: none;
    }
    .wrap-drop .selected {
        color: #c8a357;
    }
    .my_account {
        padding: 0px 0px 0;
    }
    .my_account .filter_mob {
        display: block;
    }
    .my_account .my_acc_dash_hld {
        display: block;
    }
    .my_account .my_acc_dash_hld h2 {
        text-align: center;
    }
    .my_account .my_acc_left_panel {
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 80vw;
        padding: 40px 30px;
        background: #101537;
        z-index: 99;
        border: none;
        border-radius: 40px 40px 0px 0px;
        -moz-border-radius: 40px 40px 0px 0px;
        -webkit-border-radius: 40px 40px 0px 0px;
        overflow: hidden;
    }
    .my_account .my_acc_left_panel .dash_board_blurb {
        padding: 10px 0;
    }
    .my_account .my_acc_right_panel.pur_e_vouchers::after {
        display: none;
    }
    .my_account .my_acc_dr_hld {
        width: 100%;
        height: 100%;
        padding: 0px 10%;
        overflow: hidden;
        overflow-y: scroll;
        scrollbar-color: #c8a357 #1d2349;
    }
    .my_account .my_acc_dr_hld::-webkit-scrollbar {
        width: 3px;
    }
    .my_account .my_acc_dr_hld::-webkit-scrollbar-track {
        background-color: #1d2349;
    }
    .my_account .my_acc_dr_hld::-webkit-scrollbar-thumb {
        background-color: #c8a357;
    }
    .my_account .my_acc_dashboard .mem_det {
        top: 33%;
    }
    .my_account .mr_tab_panel li {
        font-size: 20px;
    }
    .my_account .ord_tracker_hld .pur_prod_panel {
        display: block;
    }
    .my_account .ord_tracker_hld .pur_prod_panel .btn_hld {
        padding-top: 20px;
    }
    .inner_banner h1 {
        font-size: 34px;
        line-height: 36px;
    }
    .inner_banner .container {
        max-width: 800px;
    }
    .tv_commercials .tvc_slider {
        padding: 0;
    }
    #about_us .container {
        max-width: 750px;
    }
    #about_us h2 {
        font-size: 26px;
        line-height: 40px;
        padding: 25px;
    }
    #about_us h2::before,
    #about_us h2::after {
        width: 70px;
        height: 53px;
    }
    #about_us h2::before {
        left: 0;
        top: 0;
    }
    #about_us h2::after {
        right: -70px;
        bottom: 0;
    }
    .abt_panel .abt_blurb {
        display: block;
        padding: 30px 0;
    }
    .abt_panel .abt_blurb:nth-child(even) .col_des {
        padding: 0px;
    }
    .abt_panel .col_pic {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
    }
    .abt_panel .col_des {
        width: 100%;
        padding: 10px 0 0 0 !important;
    }
    .achievers .achievers_blurb {
        width: 50%;
        padding: 0 10px 0px;
    }
    .achievers .achievers_blurb_hld {
        padding: 30px 10px 0;
    }
    .achievers .achievers_blurb_hld .slick-arrow {
        width: 35px;
        height: 35px;
        border: none;
        background-color: transparent !important;
    }
    .achievers .achievers_blurb_hld .slick-arrow.slick-prev {
        left: -15px;
    }
    .achievers .achievers_blurb_hld .slick-arrow.slick-next {
        right: -15px;
    }
    footer .support {
        padding: 0;
    }
    footer .support ul {
        display: block;
        padding: 10px 10px;
    }
    footer .support li {
        display: block;
        text-align: center;
        padding: 20px 10px;
    }
    footer .support li::before {
        display: none;
    }
    footer .support li::after {
        content: "~";
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        bottom: -7px;
    }
    footer .support li:last-child::after {
        display: none;
    }
    footer .quick_links .ql_blurb {
        width: 50%;
        padding: 0 0 50px 0;
    }
    footer .quick_links .ql_blurb h4 {
        padding-bottom: 15px;
    }
    footer #socialCon {
        padding: 0px 0 40px 0;
    }
    .action-1 {
        background-position-y: 0px !important;
        padding: 140px 0 !important;
    }
    .action-2 {
        padding: 140px 0 !important;
        background-position-y: -70px !important;
    }
    .action-3 {
        background-position-y: 0px !important;
        padding: 130px 0 !important;
    }
    .action-4 {
        background-position-y: -20px;
        padding: 140px 0 !important;
    }
    .action-5 {
        padding: 140px 0 !important;
    }
    .action-6 {
        padding: 160px 0 !important;
    }
    #checkout .container {
        padding: 0 20px;
    }
    .order-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 0 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .order-panel > div {
        padding: 20px 0px;
    }
    .order-panel .checkout-panel {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: none;
    }
    .order-panel .order-summary {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: none;
    }
    .order-panel .free_delivery_msg {
        font-size: 16px;
        padding: 15px 10px;
    }
    .p_det_hld {
        display: block;
        padding: 0;
    }
    .p_det_hld .zoom_hld {
        display: none;
    }
    .p_det_hld .p_det_lt {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .p_det_hld .p_det_rt {
        width: 100%;
        padding: 0;
    }
    .p_det_hld .p_det_thumb_slider .p_thumb_item .thumb {
        padding: 10px;
    }
    .p_det_hld .p_det_thumb_slider .p_thumb_item img {
        height: 70px;
    }
    #contact_us .map_panel {
        display: block;
    }
    #contact_us .map_panel .col_lt,
    #contact_us .map_panel .col_rt {
        width: 100%;
    }
    #contact_us .map_panel .col_rt {
        min-height: 185px;
    }
    #contact_us .map_panel .col_lt {
        max-width: 100%;
        padding: 50px 80px 50px 50px;
    }
    #contact_us .mapouter,
    #contact_us .gmap_canvas {
        width: 100% !important;
        height: 300px;
    }
    .Pearls_warning {
        padding: 20px 20px 50px;
    }
    .column-revers ul li {
        width: 100%;
    }
    .column-revers ul li a.nav-link,
    .column-revers ul li a.nav-link.active {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .search-box .dashboard-input {
        max-width: 100%;
    }
}
@media handheld, only screen and (max-width: 900px) {
    .field_hld {
        display: block;
        max-width: 450px;
        margin: 0 auto;
    }
    .rcp_hld .exe_prev ul {
        display: block;
    }
    .rcp_hld .exe_prev li {
        padding: 0 10px 50px;
    }
    .rcp_hld .exe_prev li:last-child {
        padding-bottom: 0;
    }
    .rcp_hld .exe_prev .prev_con {
        width: 400px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 15px 15px 15px;
        margin: 0 auto;
    }
    .rcp_hld .exe_prev .prev_con .icon {
        width: 86px;
    }
    .rcp_hld .exe_prev .prev_det {
        max-width: 170px;
        padding-left: 20px;
    }
    .rcp_hld .field_hld {
        max-width: 450px;
    }
    #R_club_banner .hm_form_hld .forgot_pass {
        display: block;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        position: relative;
        text-align: center;
        margin: 0;
        padding: 10px 0px 0px 0px;
    }
    #R_club_banner .hm_form_hld .tc_con {
        padding: 20px 0px 20px;
    }
    #R_club_banner .field_con {
        display: block;
    }
    .section-2 .drop-icon img,
    .section-2 .drop-icon-1 img {
        display: none;
    }
    .section-2 .rht,
    .section-2 .lft {
        margin: 0 auto;
        float: initial;
    }
    .row-12 {
        padding: 20px 0 !important;
        min-height: 400px;
    }
    .action-1 {
        background-position-y: -40px !important;
    }
    .action-2 {
        background-position-y: -50px !important;
    }
    .action-3 {
        background-position-y: -60px !important;
    }
    .action-4 {
        background-position-y: -10px !important;
    }
    .karrots-pack .pic img {
        width: 50%;
    }
    .popup .popup_hld {
        width: 95%;
    }
    .popup .field_hld {
        margin: 0 10px;
    }
    .redeem_vouchers.mr_product_hld {
        padding: 30px 10px 30px;
    }
    .redeem_vouchers.mr_product_hld .slide {
        padding: 10px;
    }
    .redeem_vouchers.mr_product_hld .slide_det {
        padding: 15px;
    }
}


@media handheld, only screen and (max-width: 767px) {
   
    .useApp .au_hld {
        padding: 8px 40px 8px 8px;
    }
    .useApp p {
        line-height: 14px;
    }
    .useApp .button {
        max-width: 80px;
        min-width: 80px;
        font-size: 14px;
        padding: 5px 0;
    }
    .textBox {
        font-size: 16px;
    }
    header .logo {
        max-width: 120px;
    }
    header nav {
        left: -320px;
        max-width: 320px;
    }
    header nav ul.slimmenu > li > a {
        font-size: 28px;
        padding: 18px 10px 18px 20px;
    }
    header nav ul.slimmenu > li ul {
        padding: 10px 0;
    }
    header nav ul.slimmenu > li ul li a {
        font-size: 20px;
    }
    header nav ul.slimmenu.collapsed li .sub-toggle {
        height: 65px;
    }
    header .leftNav {
        font-size: 16px;
    }
    header .leftNav .leftNav_con .login_user {
        display: none !important;
    }
    header .leftNav .leftNav_con .cart_count {
        left: auto;
        right: 0px;
        top: -8px;
    }
    header .leftNav a {
        padding: 5px 10px;
    }
    header .leftNav a::before {
        height: 85%;
    }
    .side_menu {
        height: 100vh;
        padding: 70px 0 40px 0;
    }
    #home_banner .slick-dots {
        bottom: -40px;
        z-index: 1;
    }
    #home_banner .slick-arrow {
        top: 50%;
        width: 30px;
        height: 30px;
    }
    #home_banner .slick-arrow:hover {
        border-color: #fff;
        background-color: transparent !important;
    }
    #home_banner .slick-arrow.slick-prev,
    #home_banner .slick-arrow.slick-next {
        border: none;
    }
    #home_banner .slick-arrow.slick-prev {
        left: 0px;
        -webkit-background-size: 40% auto;
        -moz-background-size: 40% auto;
        -o-background-size: 40% auto;
        background-size: 40% auto;
    }
    #home_banner .slick-arrow.slick-next {
        right: 0px;
        -webkit-background-size: 40% auto;
        -moz-background-size: 40% auto;
        -o-background-size: 40% auto;
        background-size: 40% auto;
    }
    #exclusive_product.section {
        padding-top: 80px;
    }
    .product_slider {
        padding: 0;
    }
    .product_slider .p_blurb {
        padding: 0 12px 0;
    }
    .product_blurb_hld .p_blurb__det {
        padding: 30px 20px;
    }
    #brand .tvc_hld {
        padding-top: 20px;
    }
    #brand .tvc_video .play {
        width: 50px;
        height: 50px;
    }
    #brand .tvc_det h3 {
        line-height: 24px;
    }
    .tvc_slider p {
        line-height: 22px;
    }
    .rcp_hld .rc_logo {
        width: 100px;
    }
    .rcp_hld .exe_prev .prev_con {
        width: 300px;
    }
    .rcp_hld .exe_prev p br {
        display: none;
    }
    #app_download.section {
        padding: 60px 0 100px;
    }
    .download_hld {
        margin-top: 0px;
        padding: 50px 10px 40px 10px;
    }
    .download_hld h2 {
        font-size: 34px;
        padding: 30px 0px 0px 0px;
    }
    .download_hld .app_con {
        display: block;
        text-align: center;
        padding: 30px 0px 0px 0px;
    }
    .download_hld .app_con > div {
        margin-bottom: 20px;
    }
    #R_club_banner {
        padding: 100px 0px 40px 0px;
    }
    #R_club_banner .hm_form_hld .field_hld .fields {
        max-width: 300px;
    }
    #R_club_banner .hm_form_hld .field_hld .textBox {
        width: 100%;
    }
    .r_club_exp .exp_card_panel {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }
    .r_club_exp .panel {
        padding: 0 10px;
    }
    #membership_popup .popup_hld {
        padding: 60px 1% 40px;
    }
    #membership_popup .tab_hld {
        max-width: 355px;
    }
    #membership_popup .tab_hld li {
        font-size: 20px;
        padding: 0 10px;
    }
    #membership_popup .tab_hld li span {
        padding: 15px 10px;
    }
    #membership_popup .tab_hld li span::after {
        height: 2px;
    }
    #membership_popup .popup_detail f .feature_hld .fet_blurb {
        padding: 0 0 0 50px;
    }
    #membership_popup .popup_detail f .feature_hld .fet_blurb .fet_icon {
        width: 40px;
    }
    #membership_popup .popup_detail f .feature_hld li {
        display: block;
    }
    #membership_popup .popup_detail f .feature_hld li p {
        padding: 7px 0 7px 0;
    }
    #membership_popup .popup_detail f .feature_hld li p:first-child,
    #membership_popup .popup_detail f .feature_hld li p:last-child {
        width: 100%;
    }
    #membership_popup .popup_detail f .feature_hld li p span {
        font-size: 30px;
        line-height: 30px;
    }
    #membership_popup .popup_detail .card_hld {
        max-width: 250px;
    }
    #membership_popup .close {
        right: 10px;
        top: 10px;
    }
    .com_slider .slide {
        padding: 0 10px;
    }
    .com_slider .slider_panel {
        padding: 25px 0px 0px;
    }
    .com_slider .slick-dots {
        padding: 20px 0px 0px 0px;
    }
    .offers .offer_slider {
        padding: 0 0px;
    }
    .opv_thumb_slider.opv_slider_md .slide {
        padding: 0 10px;
    }
    .opv_thumb_slider.opv_slider_md .slide_det {
        padding: 15px;
    }
    .popup h2 {
        line-height: 30px;
        padding: 0 0 20px 0;
    }
    .popup .popup_hld {
        width: 95%;
        padding: 60px 20px 30px;
    }
    .popup .field_hld {
        padding: 10px 0 20px;
    }
    .popup .field_hld,
    .popup .button {
        display: block;
        margin: 0 auto;
    }
    .sc_result {
        padding: 0 20px;
    }
    .sc_result__blurb {
        display: block;
    }
    .sc_blurb_lt {
        padding-bottom: 20px;
    }
    .sc_blurb_lt .p_info {
        padding: 0 0px 0 15px;
    }
    .sc_blurb_lt .p_info h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .sc_blurb_lt .p_info p {
        font-size: 16px;
    }
    .sc_blurb_rt {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sc_blurb_rt .selectBox {
        max-width: 60px;
        font-size: 16px;
        padding: 12px 25px 12px 15px;
    }
    .sc_blurb_rt .button {
        margin: 0;
    }
    #search_popup.popup .popup_hld {
        padding: 40px 0px 30px;
    }
    #search_popup .field_hld {
        padding: 20px 0px 20px 0px;
    }
    #search_popup .textBox {
        font-size: 20px;
        padding: 10px 20px;
    }
    #cart_popup h3 {
        padding-left: 20px;
    }
    #cart_popup.popup .popup_hld {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        width: 95%;
        max-width: auto;
    }
    #cart_popup .p_info {
        padding: 0 30px 0 20px;
    }
    #cart_popup .sc_result {
        width: 100%;
        padding: 0px 20px 0;
    }
    #cart_popup .total_price {
        font-size: 20px;
        padding-bottom: 0;
    }
    #createPopup.popup .popup_hld,
    #editPopup.popup .popup_hld {
        height: 90vh;
        overflow: hidden;
        overflow-y: scroll;
    }
    .order-panel {
        padding: 0px 0px;
    }
    .order-table {
        min-width: auto;
    }
    .order-table th,
    .order-table td {
        padding: 20px 1%;
    }
    .order-table td {
        font-size: 14px;
        line-height: 20px;
    }
    .order-table span {
        font-size: 14px;
    }
    .order-table .amount {
        font-size: 18px;
    }
    .order-table .note {
        font-size: 14px;
        line-height: 16px;
    }
    .com_slider .p_img_c img {
        min-height: 145px;
    }
    .my_account .my_acc_dashboard .mem_det {
        padding: 0px 7% 10px;
    }
    .my_account .my_acc_dashboard .mem_det h3 {
        font-size: 20px;
    }
    .my_account .my_acc_dashboard .mem_det p {
        font-size: 16px;
        line-height: 20px;
    }
    .my_account .ord_tracker_hld .pur_prod_panel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb {
        width: 100%;
    }
    .my_account
        .ord_tracker_hld
        .pur_prod_panel
        .pur_prod_blurb
        .pur_prod_info {
        padding: 0 0px 0 25px;
    }
    .my_account .my_acc_right_panel .acc_point_tb .order-table {
        min-width: 700px;
    }
    .my_account .my_acc_right_panel .acc_point_tb .order-table td {
        padding: 30px 2%;
    }
    .redeem_vouchers.mr_product_hld .slide {
        width: 50%;
    }
    .inner_banner h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .inner_banner .container {
        max-width: 600px;
    }
    .tv_commercials .tvc_slider .thumb_hld {
        width: 50%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .tv_commercials .tvc_slider p {
        font-size: 14px;
        line-height: 20px;
    }
    #about_us h2 {
        display: block;
        font-size: 22px;
        line-height: 34px;
        padding: 15px 0;
    }
    #about_us h2::before,
    #about_us h2::after {
        width: 40px;
        height: 30px;
    }
    #about_us h2::before {
        left: 10px;
        top: 0;
    }
    #about_us h2::after {
        right: 30px;
        bottom: 0;
    }
    #about_us .abt_tl {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .abt_panel {
        padding: 20px 0px 0px 0px;
    }
    footer .quick_links .sine_up {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .quick_links .textBox {
        min-width: 100%;
    }
    footer .quick_links .button {
        max-width: 120px;
        margin: 10px auto 0;
    }
    .action-1 {
        background-position-y: -20px !important;
    }
    .action-3 {
        background-position-y: -40px !important;
    }
    .action-4 {
        background-position-y: 10px !important;
    }
    .form-profile {
        max-width: none;
    }
    .form-profile .field_con {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-profile .field_con .field_hld {
        width: 100%;
    }
    #contact_us .form_con {
        padding: 20px 0px 50px;
    }
    #contact_us .field_hld {
        max-width: 100%;
    }
    #contact_us .form_multipart {
        display: block;
    }
    #contact_us .btn_hld {
        padding: 25px 25px 0;
    }
    #contact_us .map_panel .col_lt {
        padding: 50px 20px 50px 20px;
    }
}
@media handheld, only screen and (max-width: 640px) {
    h2 {
        padding: 0 20px;
    }
    .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    #product_listing .product_blurb_hld h3 {
        height: 38px;
        font-size: 15px;
        line-height: 18px;
    }
    #product_listing .product_blurb_hld .p_blurb {
        width: 50%;
    }
    #product_listing .product_blurb_hld .p_blurb img {
        height: 140px;
    }
    #product_listing .product_blurb_hld .p_blurb__det {
        padding: 30px 6px;
    }
    #product_listing .product_blurb_hld .price {
        font-size: 18px;
        line-height: 16px;
    }
    #product_listing .note {
        line-height: 18px;
    }
    .product_blurb_hld .p_blurb {
        width: 100%;
    }
    .product_blurb_hld .p_blurb__det {
        padding: 30px 10px;
    }
    .dash_board .dash_board_blurb {
        width: 100%;
        text-align: left;
    }
    .dash_board .dash_board_blurb:first-child {
        text-align: left;
    }
    .dash_board .dash_board_blurb:last-child {
        border-left: none;
    }
    #R_club_banner h1 {
        font-size: 36px;
        line-height: 50px;
    }
    #R_club_banner p {
        line-height: 26px;
    }
    #R_club_banner .r_club_con {
        padding: 65px 20px 25px 20px;
    }
    #R_club_banner .r_club_con .logo_R_club {
        top: -50px;
        width: 100px;
    }
    #R_club_banner .hm_form_hld {
        padding: 20px 0px 0px 0px;
    }
    #R_club_banner .join_us {
        font-size: 18px;
    }
    .rcp_hld .exe_prev h2 {
        padding-bottom: 20px;
    }
    .section-2 h2 br {
        display: none;
    }
    .r_club_exp .exp_card_panel {
        padding: 30px 0px 0px 0px;
    }
    .product_filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0px 20px;
    }
    .product_filter p {
        padding: 0 13px 10px;
    }
    .wrap-drop {
        margin-top: 20px;
    }
    .opv_thumb_slider .slick-arrow {
        width: 39px;
        height: 39px;
    }
    .opv_thumb_slider .slick-arrow.slick-next {
        right: -10px;
    }
    .opv_thumb_slider .slick-arrow.slick-prev {
        left: -10px;
    }
    #membership_popup .popup_detail .feature_hld li p span {
        font-size: 22px;
        line-height: 30px;
    }
    .my_account .button_con {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .my_account .button_con .button {
        margin: 0 5px 10px;
    }
    .my_account .user_acc_det {
        padding-bottom: 20px;
    }
    .my_account .my_acc_right_panel {
        padding: 20px 10px;
    }
    .my_account .my_acc_dashboard {
        max-width: 320px;
    }
    .my_account .my_acc_dashboard .mem_det h3 {
        font-size: 18px;
        padding: 0 0 5px;
    }
    .my_account .my_acc_dashboard .mem_det p {
        font-size: 14px;
        line-height: 18px;
        padding: 1px 0;
    }
    .my_account .ord_tracker_hld {
        padding-right: 20px;
    }
    .my_account .ord_tracker_hld span {
        font-size: 14px;
    }
    .my_account .ord_tracker_hld .purchase_det {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .my_account .ord_tracker_hld .purchase_det li {
        width: 33.33%;
        padding: 0 5px 20px 0;
    }
    .my_account .ord_tracker_hld .pur_prod_panel {
        padding: 0px 0px 0px 0px;
    }
    .my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb p {
        line-height: 20px;
    }
    .my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb img {
        height: 105px;
    }
    .my_account
        .ord_tracker_hld
        .pur_prod_panel
        .pur_prod_blurb
        .pur_prod_info {
        padding: 0 0px 0 20px;
    }
    .my_account .ord_tracker_hld .order_info {
        display: block;
    }
    .my_account .date_con {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0px 0 20px;
    }
    .my_account .date_con .textBox {
        max-width: 47%;
        margin: 0 5px;
    }
    .my_account .my_redeem_rt {
        padding: 0;
    }
    .my_account .mr_tab_panel li {
        font-size: 14px;
    }
    .my_account .mr_tab_panel a {
        padding: 20px 3px 20px;
    }
    footer {
        padding: 25px 0px 0px;
    }
    footer .quick_links .ql_blurb h4 {
        font-size: 18px;
    }
    footer .warning_copy_con {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0px;
    }
    footer .warning_copy_con .warning,
    footer .warning_copy_con .copy_rights {
        width: 100%;
        padding: 10px 0;
    }
    footer .security_hld ul {
        display: block;
        margin: 0px 0px 10px 0px;
        background: url(../images/footer-strip.png) no-repeat center bottom;
    }
    footer .security_hld li {
        padding: 5px 0;
    }
    footer .security_hld li::after {
        display: none;
    }
    .order-panel .checkout-panel {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: none;
    }
    .order-panel .checkout-panel .field_con .field_hld {
        width: 100%;
        margin: 0;
    }
    .address-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block;
        padding-bottom: 33px;
    }
    .address-head div {
        padding: 10px 0 15px 0;
        text-align: left;
    }
    .address-head .link-button {
        position: absolute;
        right: auto;
        left: 25px;
    }
    #address-panel > div > div {
        position: relative;
        padding-left: 0px;
    }
    .shipp-address {
        padding: 20px 15px 25px 15px !important;
    }
    .shipp-address .address-block p {
        font-size: 15px;
    }
    .shipp-address .address-block.default h5 {
        position: relative;
        padding-top: 25px;
    }
    .shipp-address .address-block.default h5::before {
        left: auto;
        right: auto;
        top: 0px;
    }
    .shipp-address .address-block.default .choose-another {
        display: inline-block !important;
    }
    .shipp-address .address-block.default .divider {
        display: inline-block !important;
    }
    .p_det_hld .p_det_pack_slider img {
        min-height: 250px;
    }
    .p_det_hld .p_det_thumb_slider .p_thumb_item img {
        height: 50px;
    }
    .thank_you h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .achievers {
        padding: 35px 0;
    }
    .achievers .achievers_blurb_slider .achievers_blurb {
        padding-bottom: 0;
    }
    .achievers .achievers_blurb {
        width: 100%;
        padding-bottom: 30px;
    }
    .other_pages .accordion_head {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 40px 12px 10px;
    }
    .other_pages .accordion_head::after {
        right: 10px;
    }
    .Pearls_warning {
        padding: 20px 0px 50px;
    }
}
@media handheld, only screen and (max-width: 480px) {

    /* Code for mobile view only Cookies Policy Privacy Policy FAQs T&C */
    #ul_mobile{
        padding: 0 12px;
    }
.line_1{
    display: flex;
    align-items: center;
    width: 50%;
}
    .line_2{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        top: -23px;
    }
 

    /* close */
    
    .useApp .au_hld {
        padding: 6px 40px 6px 8px;
    }
    .useApp p {
        font-size: 14px;
        line-height: 15px;
    }
    .useApp img {
        width: 55px;
    }
    h2 {
        font-size: 30px;
        line-height: 42px;
        padding: 0 10px 0 0;
    }

    #wrapper {
        padding-top: 57px;
    }
    header .logo {
        max-width: 70px;
        margin-right: 10px;
    }
    header .leftNav a {
        padding: 0px 10px 0 4px;
    }
    #home_banner .banner_det {
        padding: 20px 20px 30px 20px;
    }
    #home_banner .banner_det h2 {
        font-size: 34px;
        line-height: 50px;
    }
    #home_banner .slick-dots li {
        width: 20px;
        height: 20px;
        margin: 0 5px;
        border: transparent 5px solid;
    }
    #home_banner .slick-dots li button {
        width: 15px;
        height: 15px;
    }
    #R_club_banner.r_club_pl h1 {
        font-size: 30px;
        line-height: 44px;
    }
    #R_club_banner .button_con {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #R_club_banner .button_con .button {
        margin: 0 5px 10px 5px;
    }
    #R_club_banner .button_con .button:last-child {
        margin: 0;
    }
    .section-2 h2 {
        line-height: 36px;
    }
    .membership .mtb_hld {
        padding: 35px 10px 0px;
    }
    .membership .m_row:first-child .m_col {
        padding: 10px 10px 30px 10px;
    }
    #membership_popup .tab_hld {
        max-width: 315px;
    }
    #membership_popup .tab_hld li {
        font-size: 20px;
        padding: 0 0px;
    }
    #membership_popup .tab_hld li span {
        padding: 15px 12px;
    }
    .com_slider .p_img_c img {
        min-height: 170px;
    }
    .r_prod h2 {
        font-size: 26px;
    }
    #cart_popup h3 {
        font-size: 22px;
        padding-left: 20px;
        padding-bottom: 25px;
    }
    #cart_popup.popup .popup_hld {
        padding: 30px 10px 30px;
    }
    #cart_popup .sc_result {
        width: 100%;
        padding: 0px 20px 0;
    }
    #cart_popup .sc_blurb_lt {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #cart_popup .sc_blurb_lt img {
        width: 75px;
    }
    #cart_popup .sc_blurb_lt .p_info {
        padding: 0 30px 0 10px;
    }
    #cart_popup .sc_blurb_lt .p_info h4 {
        font-size: 16px;
        padding: 0 0 0px 0;
    }
    #cart_popup .order_total {
        padding: 30px 20px 0;
    }
    #cart_popup .order_total .total {
        font-size: 18px;
    }
    #cart_popup .order_total p {
        font-size: 24px;
    }
    #cart_popup .total_price {
        font-size: 22px;
        padding-bottom: 0;
    }
    .my_account .my_acc_dr_hld {
        padding: 0px 0px;
    }
    .my_account .my_acc_left_panel .dash_board_title,
    .my_account .my_acc_left_panel a {
        padding: 10px 0px;
    }
    .my_account .my_acc_left_panel li li a {
        padding-left: 15px;
    }
    .my_account .my_acc_left_panel li li a::before {
        left: 0;
    }
    .my_account .ord_tracker_hld {
        padding-right: 10px;
    }
    .my_account .ord_tracker_hld span {
        line-height: 18px;
    }
    .my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb {
        display: block;
    }
    .my_account .ord_tracker_hld .pur_prod_panel .pur_prod_blurb img {
        height: 120px;
    }
    .my_account
        .ord_tracker_hld
        .pur_prod_panel
        .pur_prod_blurb
        .pur_prod_info {
        padding: 20px 0px 0 0px;
    }
    .my_account .ord_tracker_hld .purchase_det p {
        padding: 0 0 5px 0;
    }
    .my_account .ord_tracker_hld .purchase_det li {
        width: 50%;
    }
    .my_account .mr_tab_panel a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 24px;
        padding: 10px 3px 10px;
        height: 68px;
    }
    .my_account .date_con {
        display: block;
    }
    .my_account .date_con .textBox {
        max-width: 100%;
        margin: 0px 0 10px;
    }
    .my_account .date_con .button {
        display: block !important;
        margin: 0 auto !important;
    }
    .my_account .my_acc_right_panel .acc_point_tb .order-table {
        min-width: 600px;
    }
    .redeem_vouchers.mr_product_hld {
        padding: 30px 0px 30px;
    }
    .redeem_vouchers.mr_product_hld h3,
    .redeem_vouchers.mr_product_hld .price {
        font-size: 16px;
    }
    .redeem_vouchers.mr_product_hld .slide_det {
        min-height: 295px;
        padding: 10px;
    }
    .form-profile {
        text-align: center;
    }
    .tv_commercials .tvc_slider .play {
        width: 32px;
        height: 32px;
    }
    footer .support li span {
        display: block;
        padding: 0 0 10px 0;
    }
    footer .support li::after {
        bottom: -9px;
    }
    footer .quick_links .ql_blurb {
        width: 100%;
        padding: 0 0 50px 0;
    }
    footer .quick_links .ql_blurb h4 {
        padding-bottom: 15px;
    }
    footer .security_hld p span {
        display: block;
        text-align: center;
    }
    .thank_you p {
        font-size: 16px;
    }
    .thank_you span,
    .thank_you a {
        font-size: 24px;
    }
    .thank_you .thank_you_con {
        padding: 20px 10px;
    }
}
@media handheld, only screen and (max-width: 400px) {
    header .leftNav .leftNav_con {
        padding: 0px 45px 0px 0px;
    }
    header .leftNav a {
        padding: 0px 8px 0 4px;
    }
    header .leftNav .nav_icons {
        width: 20px;
    }
    header .leftNav .leftNav_con .cart_count {
        left: auto;
        right: -5px;
        top: -5px;
        width: 15px;
        height: 15px;
        font-size: 12px;
    }
    header .nav-icon {
        width: 30px;
        height: 26px;
    }
    header .nav-icon span:nth-child(2) {
        top: 8px;
    }
    header .nav-icon span:nth-child(3) {
        top: 17px;
    }
    .download_hld {
        margin-top: 0px;
    }
    .download_hld h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .row-12 {
        min-height: 340px;
    }
    .rcp_hld .post_login_det .user {
        font-size: 24px;
        line-height: 34px;
    }
    #product_listing .product_blurb_hld h3 {
        font-size: 16px;
        line-height: 18px;
    }
    #product_listing .product_blurb_hld .p_blurb {
        width: 100%;
    }
    #product_listing .product_blurb_hld .p_blurb img {
        height: 200px;
    }
    #product_listing .product_blurb_hld .p_blurb__det {
        padding: 30px 6px;
    }
    #product_listing .product_blurb_hld .price {
        font-size: 18px;
        line-height: 16px;
    }
    #product_listing .note {
        line-height: 28px;
    }
    #R_club_banner .hm_form_hld .tc_con {
        font-size: 12px;
    }
    #R_club_banner .hm_form_hld .tc_con label:before {
        margin-right: 5px;
    }
    .p_det_hld .p_det_pack_slider img {
        min-height: 170px;
    }
    .p_det_hld .p_det_thumb_slider {
        padding: 0px 35px;
    }
    .p_det_hld .p_det_thumb_slider .p_thumb_item img {
        height: 40px;
    }
    .p_det_hld .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .my_account h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .redeem_vouchers.mr_product_hld .slide {
        width: 100%;
    }
    .redeem_vouchers.mr_product_hld .slide_det {
        padding: 20px;
        margin-bottom: 20px;
    }
    .redeem_products .points_con .pr_count {
        font-size: 17px;
        padding: 0 10px;
    }
    .inner_banner h1 {
        font-size: 22px;
    }
    #about_us h2 {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 0;
    }
    #about_us h2::before,
    #about_us h2::after {
        width: 30px;
        height: 23px;
    }
    #about_us h2::before {
        left: 0px;
        top: 0;
    }
    #about_us h2::after {
        right: 30px;
        bottom: 0;
    }
    #about_us .abt_tl {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}
@media handheld, only screen and (max-width: 375px) {
    .button {
        padding: 11px 15px 13px 15px;
    }
    #ul_mobile {
        padding: 0 6px;
    }
    a.button {
        padding: 11px 15px 13px 15px;
    }
    .useApp p {
        font-size: 13px;
    }
    .useApp img {
        width: 50px;
    }
    .useApp .au_hld {
        padding: 8px 30px 8px 8px;
    }
    .useApp .close {
        right: 3px;
    }
    .useApp .button {
        max-width: 65px;
        min-width: 65px;
        font-size: 12px;
    }
    header .leftNav a {
        padding: 0px 3px 0 1px;
    }
    .textBox {
        font-size: 16px;
    }
    .side_menu {
        max-width: 100%;
        right: -100%;
    }
    .side_menu li {
        font-size: 14px;
    }
    .side_menu li a {
        padding: 8px 10px 8px 50px;
    }
    .socialCon {
        padding: 13px 10px 15px 50px;
    }
    .socialCon a {
        font-size: 24px;
    }
    #home_banner .banner_det {
        padding: 10px 20px 20px 20px;
    }
    #home_banner .banner_det h2 {
        font-size: 28px;
        line-height: 50px;
    }
    .product_slider .p_blurb {
        padding: 0 5px 0;
    }
    .product_slider .p_panel img {
        max-width: 200px;
    }
    .r_club_exp .exp_det {
        padding: 10px 20px 15px;
    }
    .r_club_exp .panel {
        padding: 0 5px;
    }
    .r_club_exp .title {
        line-height: 40px;
    }
    .rcp_hld .exe_prev .prev_con {
        width: 250px;
        height: 170px;
    }
    #R_club_banner h1 {
        font-size: 26px;
        line-height: 50px;
    }
    #R_club_banner p {
        padding: 20px 0px 0px;
    }
    #R_club_banner.r_club_pl h1 {
        font-size: 28px;
        line-height: 42px;
    }
    #R_club_banner .button_con .button {
        padding: 13px 10px 11px 10px;
    }
    .com_slider .p_img_c img {
        min-height: 145px;
    }
    .r_prod h2 {
        font-size: 21px;
    }
    .popup h2 {
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 10px 0;
    }
    .sc_result {
        padding: 0 15px;
    }
    .sc_blurb_lt img {
        width: 75px;
    }
    .sc_blurb_lt .p_info h4 {
        padding-bottom: 0;
    }
    #membership_popup .popup_detail .feature_hld li p span {
        font-size: 19px;
        line-height: 30px;
    }
    #membership_popup .pop_data_hld {
        height: 66vh;
    }
    #search_popup .textBox {
        font-size: 18px;
        padding: 10px 15px;
    }
    #cart_popup h3 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    #cart_popup h3 img {
        margin-right: 10px;
    }
    #cart_popup .order_total .total {
        font-size: 14px;
        text-align: left;
    }
    #cart_popup .order_total p {
        font-size: 16px;
        padding-left: 0;
    }
    #cart_popup .free_delivery_msg {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 10px;
    }
    .order-panel .free_delivery_msg {
        font-size: 14px;
        padding: 10px 10px;
    }
    .order-table th,
    .order-table td {
        min-width: 55px;
    }
    .order-table td img {
        width: 44px;
    }
    .my_account .my_acc_dashboard .mem_det h3 {
        font-size: 16px;
    }
    .my_account .my_acc_dashboard .mem_det p {
        font-size: 14px;
        line-height: 18px;
        padding: 1px 0;
    }
    .membership_form .textBox,
    .membership_form .selectBox {
        font-size: 14px;
        padding-left: 10px;
    }
    .membership_form .textBox {
        padding: 11px 20px 11px 10px;
    }
    footer .quick_links .button {
        max-width: 80px;
    }
    .thank_you h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .thank_you p {
        padding: 10px 0px;
    }
    .thank_you span,
    .thank_you a {
        font-size: 20px;
    }
    .inner_banner h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .achievers .achievers_blurb .ach_desc {
        min-height: 155px;
        padding: 20px 10px;
    }
    #contact_us .map_panel h2 {
        font-size: 22px;
    }
}
@media handheld, only screen and (max-width: 320px) {
    h2 {
        font-size: 28px;
    }
    header .logo {
        max-width: 75px;
        margin-right: 5px;
    }
    header .leftNav {
        font-size: 14px;
    }
    #membership_popup .tab_hld li span {
        padding: 15px 8px;
    }
    .com_slider .p_img_c img {
        min-height: 118px;
    }
    .my_account h1 {
        font-size: 28px;
    }
    .my_account .button_con {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .my_account .button_con .button {
        padding: 13px 10px 11px 10px;
    }
    .my_account .my_acc_dashboard .mem_det h3 {
        font-size: 14px;
    }
    .my_account .my_acc_dashboard .mem_det p {
        font-size: 12px;
        line-height: 14px;
        padding: 1px 0;
    }
    .my_account .pur_prod_panel .button {
        min-width: 113px;
    }
    #track_order #progressbar li {
        font-size: 14px;
    }
    #contact_us .map_panel h2 {
        font-size: 20px;
    }
    .other_pages table th,
    .other_pages table td {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 5px;
    }
}

@font-face {
    font-family: "PlayfairDisplay-Regular";
    src: url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "raleway-regular";
    src: url("../fonts/raleway-regular.ttf") format("truetype");
}
@font-face {
    font-family: "MoonFlower";
    src: url("../fonts/MoonFlower.ttf") format("truetype");
}
@font-face {
    font-family: "MoonFlowerBold";
    src: url("../fonts/MoonFlowerBold.ttf") format("truetype");
}
::placeholder {
    color: #c2aa73;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c2aa73;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c2aa73;
}
body.overflow {
    overflow: hidden;
}
.nopadding {
    padding: 0;
}
.page_banner {
    margin: 45px 0 0;
    border-bottom: 1px solid #c2aa73;
}
.menubar {
    background: #000;
    xbackground: #000000b5;
    xbox-shadow: 0px 0px 13px 8px #000;
    position: fixed;
    z-index: 9;
    width: 100%;
}
.social_menu {
    list-style-type: none;
    padding: 0;
}
.social_menu li {
    float: left;
    padding: 10px 5px;
}
.social_menu li a {
    text-decoration: none;
}
.social_menu li a img {
    width: 30px;
}
.dash_menu {
    font-size: 20px;
    color: #c2aa73;
}
/*  BURGER
========================================== */
.burger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 3px;
    right: 20px;
    border-radius: 4px;
    z-index: 10;
}
.burger span {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
}
.burger span,
.burger span::before,
.burger span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #c2aa73;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.burger span::before,
.burger span::after {
    position: absolute;
    content: "";
}
.burger span::before {
    top: -9px;
}
.burger span::after {
    top: 9px;
}
.burger.clicked span {
    background-color: transparent;
}
.burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before,
.burger.clicked span:after {
    background-color: #c2aa73;
}
.burger:hover {
    cursor: pointer;
}
/*  NAV
========================================== */
nav {
    background-color: #000;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 390px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
nav.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
nav.show ul.main li:nth-child(1) {
    transition-delay: 0.15s;
}
nav.show ul.main li:nth-child(2) {
    transition-delay: 0.3s;
}
nav.show ul.main li:nth-child(3) {
    transition-delay: 0.45s;
}
nav.show ul.main li:nth-child(4) {
    transition-delay: 0.6s;
}
nav.show ul.main li:nth-child(5) {
    transition-delay: 0.75s;
}
nav.show ul.main li:nth-child(6) {
    transition-delay: 0.9s;
}
nav.show ul.main li:nth-child(7) {
    transition-delay: 1.05s;
}
nav.show ul.main li:nth-child(8) {
    transition-delay: 1.2s;
}
nav.show ul.main li:nth-child(9) {
    transition-delay: 1.35s;
}
nav.show .about,
nav.show .social,
nav.show ul.sub {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.85s;
}
@media (min-width: 667px) {
    nav {
        padding: 80px 50px 70px 10px;
    }
}
nav ul.main {
    list-style-type: none;
}
nav ul.main li {
    margin: 15px 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav ul.main li:last-of-type {
    margin-bottom: 0px;
}
nav ul.main li a {
    color: #c2aa73;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav ul.main li a span {
    color: #b7ac7f;
}
nav ul.main li a:hover {
    color: #b7ac7f;
}
/*  OVERLAY
========================================== */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #b7ac7f;
    opacity: 0;
    visibility: hidden;
}
.overlay.show {
    opacity: 0.8;
    visibility: visible;
}
.hero-area {
    font-family: "PlayfairDisplay-Regular";
    background: url(../images/bg-pattern.jpg),
        linear-gradient(#000000, #172182, #080c2c, #000000);
    background-image: url(../images/bg-pattern.jpg);
    background-repeat: repeat;
    background-size: 45px;
    height: 100vh;
    position: relative;
    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;
}
.hero-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hero-area .block {
    color: #c2aa73;
    margin-top: 8%;
}
.hero-area .block-img img {
    width: 200px;
}
.hero-area .block h1 {
    font-size: 40px;
    text-transform: uppercase;
    /*text-align: center;*/
}
.hero-area .block p {
    font-family: "raleway-regular";
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
.align_center {
    text-align: center;
}
.align_center_text {
    font-family: "PlayfairDisplay-Regular";
    font-size: 17px;
}
.align_right {
    text-align: right;
}
.scroll_down {
    position: relative;
    bottom: -50px;
}
.scroll_down img {
    width: 60px;
}
.scroll_down p {
    font-family: "raleway-regular";
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
.feature {
    text-align: center;
}
.feature_odd {
    background: #151a30;
    cursor: pointer;
}
.feature_even {
    background: #0c0e23;
    cursor: pointer;
}
.feature_content {
    /*min-height: 220px;*/
    min-height: 90px;
}
.product_fall h1 {
    margin: 4%;
}
.feature_content img {
}
.feature_content h2 {
    font-family: "PlayfairDisplay-Regular";
    /* text-transform: uppercase;*/
    color: #c2aa73;
    padding: 30px 30px 0;
    font-size: 32px;
    line-height: 30px;
    min-height: 90px;
    margin: 0;
}
.feature_content p.cont {
    min-height: 130px;
}
.feature_content p {
    font-family: "raleway-regular";
    color: #fff;
    font-size: 17px;
    padding: 25px 35px;
    margin: 0;
}
.feature_content p a {
    text-transform: uppercase;
    color: #c2aa73;
    border: 1px solid;
    padding: 15px 50px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    outline-style: none;
}
.border-right-css {
    border-right: 2px solid #c2aa73;
    min-height: 50px;
}
.banner_div {
    margin-top: 10%;
}
.rclub_login {
    margin: 15px 0 0;
}
.rclub_login p {
    padding: 0;
    margin-top: 10px;
}
.rclub_login p a {
    padding: 15px 35px;
}
.rclub_login .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #c2aa73;
    padding: 15px;
    height: 35px;
    border-color: #c2aa73;
}
.rclub_login .btn {
    color: #fff;
    background: #c2aa73;
    border: none;
    border-radius: 0;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 13px;
}
.rclub_form {
    border-left: 3px solid #c2aa73;
    text-align: left;
}
.rclub_form .form-group {
    margin-bottom: 6px;
}
.rclub_text p {
    margin: 4% 0 0%;
    color: #c2aa73;
    font-weight: bold;
    font-size: 15px;
}
.rclub_text p span {
    padding: 0 10px;
}
.rclub_text p img {
    width: 50px;
}

/*Product Fall*/
.section {
    background: #00051b;
    background: url(../images/RGBGPattern.png) !important;
    padding: 0 0 0;
}
.section h1 {
    font-family: "PlayfairDisplay-Regular";
    text-transform: uppercase;
    color: #c2aa73;
    font-size: 44px;
    text-align: center;
}
/*End Product Fall*/

/*TVC*/
.video-description {
    font-size: 15px;
    color: #fff;
    font-family: "raleway-regular";
    margin: 35px 0;
    padding: 0 0px 0 0;
}
.video-description h1 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 0;
}
.video-description h2 {
    font-size: 12px;
    font-style: italic;
    margin: 10px 0 10px;
}
.video-description p {
    text-align: justify;
}
.video-description p a,
.video-description p a:hover {
    color: #c2aa73;
    border: 1px solid #c2aa73;
    padding: 10px 20px;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
}
.vid-container {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: 420px;
    width: 85%;
    margin: 4% auto 4%;
    border: 1px solid #c2aa73;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mixedSlider {
    position: relative;
    background: transparent;
    border-image: none;
    border-color: #00051b;
    /*background-image: radial-gradient(white,45%,#464646,#000000);   */
}
#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}
#mixedSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 20px;
    cursor: pointer;
}
#mixedSlider .MS-content .item .imgTitle {
    position: relative;
    border: 1px solid #c2aa73;
}
#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
    border-radius: 0px;
}
.vid_item_desc {
    display: none;
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 16px;
    font-family: gotham-medium-webfont;
    font-weight: 600;
    letter-spacing: 0.4px;
}
#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 35px;
    top: 55px;
    color: #000;
    transition: 0.15s linear;
}
#mixedSlider .MS-controls button img {
    width: 18px;
}
#mixedSlider .MS-controls .MS-left {
    left: 0px;
}
#mixedSlider .MS-controls .MS-right {
    right: 0px;
}
.borderimg {
    border: 25px solid;
    /*border-image: url(../images/film_strip_shadow.png) 55 round; */
    padding: 20px;
}
/*End TVC*/

/*Footer*/
.footer {
    background: #01051e;
    padding: 25px 0 0;
    color: #fff;
    background: url(../images/RGBGPattern.png) !important;
}
.footer img {
    width: 5%;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}
.footer p {
    margin: 0;
    font-size: 11px;
}
.footer p a {
    text-decoration: none;
    outline-style: none;
    color: #fff;
}
.footer ul {
    padding: 0;
}
.footer ul li {
    display: inline-block;
    padding: 0 5px;
}
.footer ul li a {
    text-decoration: none;
    outline-style: none;
    color: #fff;
    font-size: 11px;
}
/*End Footer*/
/*Product Fall CSS*/
.site {
    position: relative;
    overflow: hidden;
}
.Parallax {
    /*position: absolute;*/
    z-index: 8;
    width: 100%;
    height: 100%;
    top: 0;
}
.Parallax .layer {
    width: 100%;
}
.section-2 {
    padding: 0 0 0 0;
    background: url(images/action-bg-1.html);
    background-repeat: repeat-x;
    position: relative;
    z-index: 1;
}
.section-2:before {
    width: 3px;
    height: auto;
    bottom: 800px;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: 0;
    /*background: url(../images/img/center-dot.png) no-repeat 0 0;*/
    content: "";
    background-size: contain;
    z-index: 1;
}
.section-2 .container {
    position: relative;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.section-2 h2 {
    font-size: 60px;
    color: #69a00b;
    margin-bottom: 30px;
    text-align: center;
}
.section-2 .scroll-down-btn {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(images/icon_sprite.html) no-repeat 0px -493px;
    display: block;
}

.section-2 h2 {
    font-size: 60px;
    color: #69a00b;
    margin-bottom: 30px;
    text-align: center;
}

.section-2 .box {
    text-align: center;
    width: 400px;
    margin: 30px 0 0;
}

.section-2 .box h3 {
    font-size: 52px;
    /*color: #E9D2C0;*/
    font-family: "PlayfairDisplay-Regular";
}

.section-2 .box .pic {
    margin: 20px auto;
}
.section-2 .box .pic img {
    width: 50%;
}
.section-2 .box .cnt {
    font-size: 18px;
    color: #fff;
    font-family: "raleway-regular";
    max-width: 350px;
    margin: 0 auto;
}

.section-2 .box .cnt a {
    display: block;
    color: #c2aa73;
    font-family: "raleway-regular";
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.section-2 .lft {
    float: left;
}

.section-2 .rht {
    float: right;
}

.section-2 .drop-icon {
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    text-align: center;
    top: 45%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.section-2 .drop-icon img {
    width: 50%;
}
.section-2 .drop-icon-1 img {
    width: 50%;
}
.section-2 .drop-icon-1 {
    position: absolute;
    left: 52%;
    text-align: center;
    top: 80px;
    z-index: 1;
}

.section-2 .drop-icon-2 {
    position: absolute;
    left: 40%;
    text-align: center;
    top: 180px;
}

.section-2 .even .drop-icon {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -75px;
}

.section-2 .even .drop-icon-1 {
    left: auto;
    right: 50%;
}
.section-2 .action-1 h3 {
    color: #df9f6d;
}
.section-2 .action-2 .drop-icon-1 {
    right: 37%;
}

.section-2 .action-2 h3 {
    color: #809113;
}

.section-2 .action-3 .drop-icon-1 {
    left: 51%;
}

.section-2 .action-3 h3 {
    color: #d9b28f;
}

.section-2 .action-4 h3 {
    color: #ff362c;
}

.section-2 .action-5 h3 {
    color: #e8c49f;
}

.section-2 .action-6 h3 {
    color: #eca682;
}
.section-2 .action-7 h3 {
    color: #ec7227;
}

/*.section-2 .action-7 h3 {
    color: #af733a
}

.section-2 .action-8 h3 {
    color: #c17921
}

.section-2 .action-9 h3 {
    color: #9aa23e
}*/

.section-2 .action-9 .drop-icon {
    top: 38%;
}

/*.section-2 .action-10 h3 {
    color: #c78c45
}*/

.section-2 .action-10 .drop-icon {
    top: 38%;
}

/*.section-2 .action-11 h3 {
    color: #7e7b40
}

.section-2 .action-12 h3 {
    color: #9b5937
}

.section-2 .action-13 h3 {
    color: #f84730
}*/
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.ingrdt-outer.active {
    display: block;
}
.ingrdt-outer {
    display: none;
}
.action-1 {
    padding-top: 100px;
}
.get-popup {
    width: 1100px;
    padding: 40px;
    background: #dbc8c2;
    margin: 20px 0;
    background: #eae2e1;
    background: -moz-linear-gradient(left, #eae2e1 0%, #d9c3be 100%);
    background: -webkit-linear-gradient(left, #eae2e1 0%, #d9c3be 100%);
    background: linear-gradient(to right, #eae2e1 0%, #d9c3be 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eae2e1', endColorstr='#d9c3be', GradientType=1);
}
.get-popup .pop-close {
    position: absolute;
    right: 15px;
    top: 15px;
    margin-right: 0;
    background-position: 2px -736px;
    cursor: pointer;
}
.submit-btn,
.search .search-submit,
.error-page .search-submit,
.get-popup .pop-close {
    width: 46px;
    height: 48px;
    border-radius: 50%;
    background: url(images/icon_sprite.html) no-repeat 3px -689px #333;
    margin-right: 10px;
    text-align: center;
    font-style: 18px;
    color: #fff;
    line-height: 48px;
    display: block;
    border: none;
    font-size: 0;
    outline: none;
}
.pop-cnt .left-sec {
    width: 22%;
    float: left;
    text-align: center;
    padding-top: 7%;
}
.pop-cnt .rht-sec {
    width: 78%;
    float: left;
}
.get-popup h2 {
    font-size: 36px;
    color: #7ca000;
    margin-bottom: 15px;
}
.get-popup p {
    font-family: "Merriweather", serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.row-12 {
    width: 100%;
    min-height: 520px;
    padding: 50px 0 0;
    position: relative;
}
.karrots-pack {
    padding-top: 80px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    background: url("../images/bg-pattern.jpg") repeat;
    background-color: #00051b;
    background-size: 45px;
}
.karrots-pack .pic {
    margin: 0 auto 8%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-left: 0px;
}
.karrots-pack .pic img {
    width: 70%;
}
.karrots-pack .nuts {
    width: 438px;
    height: 287px;
    position: absolute;
    left: 50%;
    margin-left: -215px;
    top: -70px;
}
.karrots-pack .pic .price {
    position: absolute;
    top: 141px;
    right: -27px;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    text-align: center;
    background: #00d9c8;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding-top: 38px;
    font-weight: 700;
}

.karrots-pack .pic .price span {
    display: block;
}

.karrots-pack .pic .price:hover {
    background: #00b05f;
}
#Parallax {
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
}

#Parallax img {
    position: absolute;
    top: 0;
    left: 0;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}
.ing1 {
    color: #d6986a;
}
.ing2 {
    color: #7d8b11;
}
.ing3 {
    color: #dbb18b;
}
.ing4 {
    color: #fe3622;
}
.ing5 {
    color: #fe3622;
}
.ing6 {
    color: #f1ae89;
}
@media only screen and (max-width: 760px) {
    .section-2:before,
    .section-2 .drop-icon-1,
    .section-2 .drop-icon-2,
    .section-2 .drop-icon,
    .section-2 .scroll-down-btn {
        display: none;
    }
    .section-2 .box {
        width: 100%;
    }
    .section-2 .box .pic {
        margin: 10px 0;
    }
    .karrots-pack .pic .price {
        right: 0;
        width: 100px;
        height: 100px;
        font-size: 16px;
        line-height: 20px;
        padding-top: 22px;
    }
    .karrots-pack {
        padding-top: 20px;
    }
    .row-12 {
        min-height: 50px;
        padding: 25px 0;
    }
    .section-2 h2 {
        font-size: 40px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 480px) {
    .section-2 .box h3 {
        font-size: 30px;
    }
}

/*END Product Fall CSS*/
.breadcrumb_container {
    background: #2c2b29;
}
.breadcrumb {
    background: transparent;
    margin: 0;
}
.breadcrumb > li {
    text-transform: uppercase;
}
.breadcrumb > .active,
.breadcrumb > li a {
    color: #fff;
}
.page_content {
    position: relative;
    min-height: 500px;
    background: url(../images/RGBGPattern.png) repeat left top !important;
    background: url(../images/RGBGPattern.png),
        linear-gradient(#000000, #172182, #080c2c, #000000);
    background: url(../images/RGBGPattern.png),
        linear-gradient(#071165, #01052b, #080c2c, #000000);
    background-repeat: repeat;
    background-color: #00051b;
    background-size: 45px;
}
.©:before {
    content: "";
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.about_us h1 {
    color: #c2aa73;
    text-align: center;
    text-transform: capitalize;
    font-family: "PlayfairDisplay-Regular";
    /*font-style: italic;*/
    font-size: 33px;
    line-height: 40px;
}
.quotsl {
    position: relative;
    left: 20%;
    width: 5%;
}
.quotsr {
    position: relative;
    right: 15%;
    float: right;
    top: 0px;
    width: 5%;
}
.about_img img {
    margin: 0 auto;
    width: 50%;
}
.page_content p {
    color: #fff;
    font-size: 14px;
}
.section_page {
    margin: 5% 0;
}
/*Product*/
.product_page h1 {
    color: #c2aa73;
    text-transform: uppercase;
    text-align: center;
    margin: 2% 0 5%;
    font-family: "PlayfairDisplay-Regular";
}
.gallery-title {
    font-size: 36px;
    color: #42b32f;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button,
.filter-button:hover,
.filter-button:focus {
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    background: transparent;
    border: none;
    outline-style: none;
}
.filter-button.active,
.filter-button.active:hover,
.filter-button.active:focus {
    color: #c2aa73;
    background: transparent;
    border: none;
    outline-style: none;
}
.filter-button:active,
.filter-button:active:hover,
.filter-button:active:focus {
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    background: transparent;
    border: none;
    outline-style: none;
    color: #c2aa73;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}
.proditem {
    background: #151a30;
    text-align: center;
    padding: 20px 40px 35px;
}
.proditem img {
    margin: 0 auto;
}
.proditem p {
    color: #c2aa73;
    font-weight: bold;
}
.page_content p.gram {
    font-size: 16px;
}
.mrp {
    border: 1px solid;
    padding: 10px 10px;
    margin: 20px 0 0;
    margin: 5% 0;
}
/*End Product*/
/*Tvc*/
.section.tvc {
    background: #00051b;
}
.tvc_page h1 {
    color: #c2aa73;
    text-transform: uppercase;
    text-align: center;
    margin: 2% 0 5%;
    font-family: "PlayfairDisplay-Regular";
}
.image_box {
    position: relative;
    cursor: pointer;
}
.play {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 30px);
    width: 60px;
    opacity: 0.8;
    z-index: 1;
    cursor: pointer;
}
.page_content p.tvctitle {
    background: #000000a3;
    padding: 8px 15px;
    font-size: 10px;
    position: relative;
    bottom: 30px;
    width: 100%;
}
.tvc_page .modal-title {
    text-align: center;
}
.tvc_page .modal-body {
    text-align: center;
}
.tvcmodal .modal-content {
    background-color: #c2aa73;
}
.tvcmodal .modal-header {
    border-bottom: 1px solid #000000;
}
.tvcmodal .modal-header .close,
.tvcmodal .modal-header .close:focus,
.tvcmodal .modal-header .close:hover {
    opacity: 1;
}
/*end tvc*/
/*contact page*/
.contact_page h1 {
    color: #c2aa73;
    text-transform: uppercase;
    text-align: center;
    margin: 2% 0 5%;
    font-family: "PlayfairDisplay-Regular";
}
/*end contact page*/
/*Contact Page*/
.form_div_full {
    background: #151a30;
    padding: 1% 4% 0%;
}
.form_div {
    background: #151a30;
    padding: 1% 4% 4%;
}
.form_div_full label {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.form_div_full .form-control {
    border-radius: 0;
}
.form_div label {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.form_div .form-control {
    border-radius: 0;
}
.form_div input {
    height: 36px;
}
.form_submit {
    text-align: right;
}
.form_submit .btn {
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    outline-style: none;
    background: #c2aa73;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    margin: 2% 0 0;
}
.star {
    color: red;
}
.contact_map {
    background: #151a30;
    padding: 4%;
    margin: 3% 0;
}
.contact_map h1 {
    font-family: inherit;
    color: #fff;
    text-align: left;
    font-size: 25px;
    margin: 0 0 10px;
}
.contact_map h2 {
    font-family: inherit;
    color: #fff;
    font-size: 20px;
    margin: 25px 0 10px;
}
.contact_map p {
    font-size: 15px;
    line-height: 26px;
}
/*End Contact Page*/
.headind_text {
    text-align: center;
    font-family: "PlayfairDisplay-Regular";
    color: #c2aa73;
    font-size: 55px;
    margin: 0 0 4%;
}
/*Privacy Policy*/
.text_page_div h1 {
    color: #c2aa73;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin: 1% 0;
}
.text_page_div h2 {
    color: #c2aa73;
    font-weight: bold;
    font-size: 18px;
    margin: 2% 0;
}
.text_page_div ul {
    padding: 0 0 0 20px;
}
.text_page_div ul li {
    color: #fff;
    font-family: "raleway-regular";
    font-size: 16px;
    padding: 0 0 1%;
}
.text_page_div {
    margin: 0 0 3%;
}
.text_page_div a {
    color: #c2aa73;
    text-decoration: none;
}
/* End Privacy Policy*/
.buynow {
    position: fixed;
    right: 80px;
    top: 9px;
    color: #c2aa73;
    padding: 5px 5px;
    font-size: 15px;
    /*border: 1px solid #c2aa73;*/
    font-family: "raleway-regular";
    z-index: 10;
}
.buynow a,
.buynow a:hover {
    color: #c2aa73;
    text-decoration: none;
}
.burger .menu {
    position: fixed;
    top: 17px;
    right: 70px;
    color: #fff;
    font-family: "raleway-regular";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.innerbanner {
    position: relative;
}
.innerbannertext1 {
    position: absolute;
    bottom: 40%;
    left: 15%;
}
.innerbannertext2 {
    position: absolute;
    bottom: 10px;
    left: 30%;
}
.innerbannertext1 h1 {
    font-family: "PlayfairDisplay-Regular";
    font-size: 50px;
    margin: 0;
    color: #c2aa73;
}
.innerbannertext2 p {
    color: #fff;
    font-size: 11px;
}
.innerbannertext2 img {
    width: 15px;
}
/*Timeline*/
.timeline {
}
.timeline_heading {
    margin: 0 0 10%;
}
.timeline_heading h1 {
    font-size: 46px;
    text-transform: uppercase;
    font-family: "PlayfairDisplay-Regular";
    color: #c2aa73;
    text-align: center;
    padding: 0 30%;
}
.timeline_heading p {
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 40%;
    margin: 0 auto;
}
.timeline_desk {
}
.timeline_mob {
    display: none;
}
.timeline_img img {
    width: 80%;
    margin: 0 auto;
}
.timeline_text {
    /*background: url(../images/icon/design.png)no-repeat;*/
    /*background-size: 100%;*/
    padding: 30px 50px;
    min-height: 370px;
    margin: 0 5% 0 9%;
}
.timeline_text h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "PlayfairDisplay-Regular";
    color: #c2aa73;
    text-align: center;
    margin-bottom: 5%;
}
.timeline_text p {
    text-align: center;
    font-size: 15px;
}
.timeline_div {
    margin: 0 0 5%;
}
.dash_timeline {
    display: none;
    height: 100%;
    position: absolute;
    left: 50%;
    top: -80px;
    /*border-left: 2px dashed #525356;*/
}
.dash_timeline img {
    height: inherit;
}
/*End Timeline*/
.text_page_div h1.rew_head {
    /*margin: 20px 0 80px;*/
    margin: 20px 0 48px;
}
/*AGE*/
.age_page {
    color: #c2aa73;
    text-align: center;
    font-family: "PlayfairDisplay-Regular";
}
.age_page h1 {
    font-size: 50px;
}
.age_page p {
    color: #c2aa73;
    text-align: center;
    font-family: "PlayfairDisplay-Regular";
    margin: 0;
    font-size: 23px;
    line-height: 28px;
}
.age_page p img {
    margin: 3% auto 12%;
}
.age_page p.yesno {
    padding: 40px;
}
.age_page p.yesno a {
    color: #c2aa73;
    border: 1px solid;
    padding: 10px 60px;
    margin: 10px;
    font-size: 35px;
    line-height: 70px;
    text-transform: uppercase;
}
.age_page p a {
    color: #c2aa73;
}
.age_page p.product_img img {
    width: 11%;
    margin: 5% auto 5%;
}
.age_page p.plain {
    font-family: "raleway-regular";
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}
.age_page p.vegicon {
    font-family: "raleway-regular";
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}
.age_page p.vegicon span {
    border: 1px solid #fff;
    padding: 5px 10px;
    font-size: 13px;
}
.age_page p.vegicon img {
    margin: 0;
    width: 20px;
}
/*AGE*/
.rclub_login_re {
    text-align: center;
}
.rclub_login_re p a {
    border: 1px solid;
}
.logo_img_rclub img {
    margin: 0 auto 5%;
}
.abt_desc {
    margin: 2% 0 7%;
}
.left-sec img {
    width: 80%;
}
@media (max-width: 500px) {
    .age_page p a {
        padding: 1px 6px;
    }
}
@media (max-width: 600px) {
    #popup {
        min-width: auto !important;
        margin: 0 10% !important;
    }
    .page_content {
        /*min-height: 100vh !important;*/
    }
}
.abt_div_mob {
    display: none;
}
.menusocial a {
    display: inline-block !important;
    margin: 0 15px 0 0;
}
.menusocial a img {
    width: 40px;
}
.warning {
    /*opacity: 0.2;*/
    font-size: 11px;
}
.foo_social_menu {
    text-align: center;
    display: inline-block;
}
hr {
    margin: 5px 0;
}
/*FLEX CSS*/
.col-text {
    height: 20em;
}
.grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
}
.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.col-left {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.col-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Aligner-item {
    width: 90%;
    text-align: center;
}
.Aligner-item h1 {
    color: #c2aa73;
    font-weight: bold;
    font-size: 30px;
}
.col-image {
    background-size: cover;
    background-position: center center;
}

@media (max-width: 640px) {
    .grid-flex {
        height: 34em;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .col {
        order: vertical;
    }
    .col-left {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .Aligner-item {
        width: 90%;
    }
}
/*FLEX CSS*/
#gallery {
    padding-top: 40px;
}
@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}
/*---------------------------*/
.yeard {
    font-size: 120px;
    margin: 0;
    color: #c2aa73;
    font-weight: 600;
    xposition: absolute;
    width: 100%;
    text-align: center;
    xtop: -120px;
}
.a-grid-flex-m {
    margin: 20% 0 0;
}
.a-grid-flex {
    position: relative;
    margin: 0 0 3%;
}
.a-grid-flex .col-image {
    z-index: 1;
}
.a-grid-flex .col-text {
    /*height: 25em;*/
    height: auto;
}
.a-grid-flex .Aligner-item h1 {
    text-transform: uppercase;
}
.a-grid-flex .Aligner-item p {
    font-size: 13px;
}
/*---------------------------*/
.eventmodal.modal.and.carousel,
.achieversmodal.modal.and.carousel {
    position: fixed;
}
.eventmodal .modal-body,
.achieversmodal .modal-body {
    padding: 3px;
    background: #c2aa73;
}
.eventmodal .carousel-indicators,
.achieversmodal .carousel-indicators {
    display: none;
}
.eventmodal .carousel-caption,
.achieversmodal .carousel-caption {
    position: initial;
    padding: 10px 0 6px;
}
.eventmodal .carousel-caption p,
.achieversmodal .carousel-caption p {
    color: #020520;
    margin-bottom: 0;
}
.a-div {
    position: relative;
    xmargin-top: 10%;
    margin-bottom: 5%;
}
.eventmodal .carousel-inner > .item > a > img,
.eventmodal .carousel-inner > .item > img,
.achieversmodal .carousel-inner > .item > a > img,
.achieversmodal .carousel-inner > .item > img {
    margin: 0 auto;
}
.dialog-spinner {
    min-height: 600px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ytp-show-cards-title {
    display: none !important;
}
.about_center {
    position: relative;
    height: 280px;
}
.about_center_p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.fancybox-skin {
    background: #c2aa71 !important;
}

@media only screen and (max-width: 600px) {
    .hero-area {
        font-family: "PlayfairDisplay-Regular";
        background: url(../images/bg-pattern.jpg),
            linear-gradient(#000000, #172182, #080c2c, #000000);
        background-image: url(../images/bg-pattern.jpg);
        background-repeat: repeat;
        background-size: 45px;
        height: 145vh;
        position: relative;
        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;
    }
}

.mobile-banner {
    display: none !important;
}
@media only screen and (max-width: 480px) {
    .desktop-banner {
        display: none !important;
    }
    .mobile-banner {
        display: block !important;
    }
}
.banner-sec .glyphicon {
    top: 50%;
}
.card-6s {
    flex: 0 0 calc(100% / 3 - 20px); /* Adjust this value for 6 cards per slide */
    /* Rest of the styles remain the same */
}
/* Same CSS styles as before */
.slider-container {
    width: 100%;
    overflow: hidden;
}
.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.card {
    flex: 0 0 calc(50% - 20px); /* Two cards per row on larger screens */
    margin: 10px;
    /* Rest of the styles remain the same */
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .card {
        flex: 0 0 calc(33.33% - 20px); /* Three cards per row on medium screens */
    }
}
@media (max-width: 480px) {
    .card {
        flex: 0 0 calc(100% - 20px); /* One card per row on smaller screens */
    }
}
.side_menu li {
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
}
/* Overlay Styles */
.overlaypin {
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    left: 0px;
    right: 0px;
    z-index: 99;
}
.popup-inner {
    width: 60%;
    height: auto;
    background-color: #0e1125;
    padding: 50px;
    margin: 1% auto;
    position: relative;
    border-radius: 20px;
}
.pintop {
    display: inline;
}
.pinbottom {
    display: none;
}
@media screen and (max-width: 1200px) {
    .pintop {
        display: none;
    }
    .pinbottom {
        display: inline;
    }
}
.width-48 {
    width: 48% !important;
}
.radio {
    position: absolute !important;
    top: 22px !important;
    right: 0;
    border: 1px solid !important;
}
.u_error,
.p_error,
.u_fpm,
.sb_error {
    display: none;
}
/* mobile */
.mobilenumber {
    display: flex;
}
.mobilenumber input {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    font-weight: bold;
    color: #c8a256;
    outline: none;
    transition: all 0.1s;
}
.mobilenumber input:focus {
    border: 1px solid #c8a256;
    box-shadow: 0 0 1px 1px #c8a256;
}

/* mobile number screen */
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}
input[type="checkbox"]:read-only {
    background-color: transparent;
}

.mobile-inputframe {
    max-width: 380px !important;
    margin: 0;
}
/*  */
/*  */

/* Enter scratch card details */

.width-32 {
    /* width-48 replace   width-32 */
    width: 32% !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 10px 10px !important;
}

@media only screen and (max-width: 600px) {
    .swal2-popup.swal2-toast .swal2-title {
        margin: 0px 10px !important;
    }
}
.enterscratch-inputframe {
    max-width: 400px !important;
}
.enterscratch-inputframe .field_hld i {
    position: absolute;
    cursor: pointer;
    width: 17px;
    height: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px 0 0;
    top: 22px;
    right: 0;
}
.enterscratch-inputframe .field_hld i.success {
    color: #c8a357;
}
.enterscratch-inputframe .field_hld i.failure {
    color: #f31d1d;
}
.enterscratch-inputframe .field_hld i.disabled {
    color: #ccc;
}
.enterscratch-inputframe .field_hld i.fa-spinner {
    color: #999;
}
.swal2-popup.swal2-toast {
    padding: 5px !important;
    border-radius: 5px !important;
}

.text-white {
    color: #fff !important;
}
.font-weight600 {
    font-weight: 600;
}

/* dashbord */
.mycard .badges {
    position: absolute;
    background: #c8a357;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 20px;
    top: 202px;
    left: 67px;
}

.wrap-drop .selected {
    background: #c8a357;

    border-radius: 7px;
    color: #000;
}
#my_scratch {
    min-width: 297px;
    border: 1px solid;
    border-radius: 7px;
    margin: 0 8px;
}
#my_virtual {
    min-width: 297px;
    border: 1px solid;
    border-radius: 7px;
    margin: 0 8px;
}

.page-content {
    background: url(../images/RGBGPattern.png) repeat left top;
}
#registration-form .mobile {
    color: #c8a357;
    font-size: 20px;
}
.disabled-class {
    background-color: #ececeb;
    cursor: pointer;
}
.disabled-class-a {
    color: #999;
}
.button-changenumber {
    position: relative;
    display: block;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: 700;
    background-color: transparent;
    padding: 13px 20px 11px 20px;
    min-width: 120px;
    margin: 0 auto;
    border: 1px solid #c8a256;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
}
.login_holder .checkout-panel .button-changenumber {
    margin: 20px 5px 0px 0px;
}
.otp-btn-panel {
    display: inline-flex;
    padding: 5px;
}
.otp-btn-panel a {
    margin: 5px;
}
.otp-btn-panel button {
    margin: 5px;
}

/* alert dasbord */
.alert-heading {
    color: #c8a357 !important;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
}

.custom-text-batter-luck {
    color: #c8a357;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
.card-won {
    color: #c8a357;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
.card-won-price {
    margin-top: 3px;
    color: #c8a357;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.container-scratch {
    position: relative;
    width: 145px;
    height: 208px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.canvas {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
}
.price {
    padding: 20px;
}

.imgg {
    width: 150px;
}

/* modal */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: red;
}

/* Animation */
.modal.fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

.modal.fade-out {
    animation: fadeOut 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}
.d-flex {
    display: flex;
}

.search-box .dashboard-input {
    height: 40px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #c8a357;
    max-width: 163px;
    border-right: 0px;
    margin: 5px 0px 5px 10px;
}
.w-100 {
    width: 100%;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    color: #000;
}
@media screen and (max-width: 783px) and (orientation: landscape),
    screen and (max-height: 300px) {
}

@media (max-width: 720px) {
    .d-flex {
        flex-direction: column-reverse;
    }
}
@media (max-width: 480px) {
    .d-flex {
        flex-direction: column-reverse;
    }
}
.tvc_slider .vtab2 .slider-controls {
    display: none !important;
}

/* body {
    font-family: Arial, sans-serif;
  }
   */
.tab-container {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.tab-header {
    display: flex;
}

.tab-button {
    flex: 1;
    padding: 10px 20px;
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: #ddd;
}

.tab-content {
    padding: 20px;
    border-top: 1px solid #ccc;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
/* slider */

/* for scrach card */
.slider-container {
    overflow: hidden;
}
.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #c8a357;
    flex: 0 0 100%;
    padding: 20px;
    background-color: #010317;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    text-align: center;
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    position: relative;
    top: 200px;
    z-index: 9;
}
.control-button {
    background: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 0px;
    color: #fff;
    outline: none;
    transition: color 0.3s;
    border-radius: 50%;
    border: 1px solid;
    height: 30px;
    width: 30px;
}
.control-button:hover {
    color: #666;
}
.card {
    width: 145px;
    height: 221px;
    flex: 0 0 calc(100% / 3 - 20px); /* Adjust this value for 6 cards per slide */
    /* Rest of the styles remain the same */
}
/* Same CSS styles as before */
.slider-container {
    width: 100%;
    overflow: hidden;
}

.card {
    flex: 0 0 calc(50% - 20px); /* Two cards per row on larger screens */
    margin: 4px;
    /* Rest of the styles remain the same */
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .card {
        flex: 0 0 calc(33.33% - 20px); /* Three cards per row on medium screens */
    }
}
@media (max-width: 480px) {
    .tab-dflex {
        justify-content: space-between;
    }
    .card {
        flex: 0 0 calc(100% - 20px); /* One card per row on smaller screens */
        margin: 10px;
    }
    .custom-card {

        align-items: center;
    
    }
 
}
@media (max-width: 378px) {
    .tab-content {
        padding: 20px 0;
        border-top: 1px solid #ccc;
    }
}

/* 2nd tab css */
.custom-slider-container {
    width: 100%;
    overflow: hidden;
}
.custom-slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.custom-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 100%;
    border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    text-align: center;
    height: 209px;
}
.custom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.custom-controls button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    outline: none;
    transition: color 0.3s;
}
.custom-controls button:hover {
    color: #666;
}
.custom-progress-container {
    width: 100%;
    height: 4px;
    background-color: #ddd;
}
.custom-progress-bar {
    height: 100%;
    width: 0;
    background-color: #007bff;
    transition: width 0.3s ease-in-out;
}
.swal2-popup {
    width: 20em;
}
.virtual-card {
    background-image: url(/images/scrachcard.png);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 700;
    width: 145px;
}

.virtual-pending-card {
    background-image: url(/images/Scratch-Card-pending.png);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 700;
    width: 145px;
}

/* tab design */
.tabbutton {
    font-size: 18px;
    color: #c8a357;
    line-height: 36px;
    font-weight: 400;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 40px;
}
.tab-dflex {
    justify-content: space-between;
}

.selected {
    background: #c8a357;
    color: #000 !important;
}

.drop {
    display: flex;
    flex-wrap: nowrap;  
}

@media (max-width: 800px) {
    .column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
    .mobilemargin {
        margin-top: 7px;
    }
    .slider-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        position: relative;
        top: 382px;
    }
    /* Adjust the breakpoint value as needed */
    .my_virtual {
        width: 100% !important;
    }
    .my_scratch {
        width: 100% !important;
    }
    .d-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .drop {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

/* tab line */

.line {
    margin: 7px auto;
    max-width: 1036px;
    margin-top: 15px;
    height: 1px;
    background: url(/images/line.png);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #c8a256 !important;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    border: 1px solid;
    border-radius: 7px;
    margin: 0 8px;
    font-weight: 500;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e1125 !important;
    cursor: pointer;
    width: 297px;
}
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    background-color: transparent !important;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    border: 1px solid #c8a357;
    border-radius: 7px;
    margin: 0 8px;
    font-weight: 500;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8a357;
    cursor: pointer;
    width: 297px;
}
.nav-link:focus,
.nav-link:hover {
    color: #fff !important;
}

/* crousal */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #c8a256 !important;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    border: 1px solid;
    border-radius: 7px;
    margin: 0 8px;
    font-weight: 500;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e1125 !important;
    cursor: pointer;
    width: 297px;
}
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    background-color: transparent !important;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    border: 1px solid #c8a357;
    border-radius: 7px;
    margin: 0 8px;
    font-weight: 500;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8a357;
    cursor: pointer;
    width: 297px;
}
.nav-link:focus,
.nav-link:hover {
    color: #fff !important;
}

/* crousal */

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: block;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 4 */

/* First tab */
.mycard {
    border: 2px solid #c8a357;
    height: 211px;
    width: 145px;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    margin: 0px 0px 16px 20px;
}
.serial p {
    margin: 0;
    padding: 0 !important;
}
.serial #code {
    margin: 0;
    padding: 0 !important;
}
.swiper-pagination-bullets {
    display: none;
}
.swiper.mySwiper {
    padding: 0px 0px 0px 12px !important;
}
.completed-coupon .swiper {
    margin-top: 25px;
}

@media only screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    .order-panel > div {
        padding: 20px;
    }
 
}

.mx-width {
    max-width: 1200px !important;
    margin: auto;
}
.swiper-button-next:after {
    font-size: 22px !important;
    width: 3px !important;
    border-left: 1px solid !important;
}
.swiper-button-prev:after {
    font-size: 22px !important;
    width: 12px !important;
    border-right: 1px solid !important;
}
.mySwiper .swiper-button-next {
    background: #00000080;
    color: #c8a155;
    width: 0px;
}
.mySwiper .swiper-button-prev {
    background: #00000080;
    color: #c8a155;
    width: 0px;
}

#button {
    position: relative;
    display: block;
    font-family: "Quicksand", Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    color: #010317 !important;
    line-height: 16px;
    font-weight: 700 !important;
    padding: 13px 20px 11px 20px !important;
    min-width: 120px;
    margin: 0 auto !important;
    background: #c8a357 !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
}
/* otp resend link color */

.themecolor {
    color: #c8a357 !important;
}

/* Registration Mobile number */
.mobile {
    padding-top: 10px;
}
.search-box {
    align-items: center;
}
.search-box .input-group-text {
    border: 1px solid #c8a357;
    height: 40px;
    margin-top: 5px;
    border-left: 0px;
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
}
.search-box .input-group-text i {
    color: #999;
}

/* FAQ accordion */
.accordion_body {
    display: none;
}
.swal2-custom .swal2-popup-custom {
    width: 283px;
    height: 283px;
}
.swal2-custom .swal2-popup-custom .swal2-close-custom {
    color: #c8a357;
    border: 1px solid #c8a357;
    background-color: transparent;
    width: 23px;
    height: 23px;
    font-size: 27px;
    padding: 0px 0px 2px 0px !important;
    align-items: center;
    border-radius: 50%;
    margin-top: -26px;
    justify-content: center;
    text-align: center;
}
.swal2-custom .swal2-popup-custom .swal2-html-container {
    color: #000;
    text-align: center;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.swal2-custom .swal2-popup-custom .swal2-styled.swal2-confirm {
    flex-shrink: 0;
    border-radius: 7px;
    background: #c8a357;
    color: #010317;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.swal2-custom .swal2-popup-custom .swal2-title {
    padding: 0 0 !important;
}
.no-coupon-class {
    margin: 10px 10px 30px 10px;
    padding: 10px;
    color: #c8a357;
    font-size: 24px;
    text-align: center;
    line-height: 2.2rem;
}
.subject-to {
    color: #fff;
    text-align: center;
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* swal2-close button */

.swal2-close:focus {
    outline: 0;
    box-shadow: inset 0 0 0 3px rgb(100 150 200 / 0%) !important;
}

/*  Date and search button focus none  */

.order-panel .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.copy_rights a{
    color: #c8a357 !important; 
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 422px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .swiper-slide{
        display: flex !important;
        justify-content: center;
    }
    .swiper-slide .mycard {
        border: 2px solid #c8a357;
     
        margin: 0px 0px 16px 0px;
    }
    .swiper-slide .mycard .badges {
     
        left: 40%;
    }

}

/* Sweet alert text msg font size and font-family */

.swal2-popup.swal2-toast .swal2-title{
line-height: 1.3;
font-family: "Quicksand", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 19px;
font-weight: 700;

 }
 

 @media (max-width: 373px) {
  
    .mobile-card{
        flex-direction: column;
        align-items: center;
    }
    .custom-card {

        margin-right: -12px;
    }

}


.login-section .checkout-panel h2 {
    padding-bottom: 10px;
}
.login-section .field_con {
    padding: 3px 0 0px 0;
}

/* tv login page add */
@media handheld, only screen and (max-width: 575px) {
    .mobile-revers{
        flex-direction: column-reverse;
    }
    .sm-my-5{
        margin-top: 5px!important;
        margin-bottom: 0!important;
    }
    .sm-py-5{
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
}



.thumb{
    width: 421px;
    height: 237px;
    max-width: 100%;
}

.sm-my-5{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.sm-py-5{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Registation page add lable */
.field_hld p {
    font-size: 14px;
    color: #c8a357;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    padding: 0px 0px 5px 4px;
}
#otherInput {
    display: none;
}

