/* DETAILS
==================================================
    Theme Name: Just Opal   
    Author: Onqanet Technologies
    Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/
/*
font-family: 'Playfair Display', serif;
*/
@font-face {
    font-family: 'Helvetica Neue LT';
    src: url('../fonts/HelveticaNeueLT-45Lt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-45Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue LT';
    src: url('../fonts/HelveticaNeueLT-95Blk.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-95Blk.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT';
    src: url('../fonts/HelveticaNeueLT-65Md.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-65Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT';
    src: url('../fonts/HelveticaNeueLT-35Th.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-35Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT';
    src: url('../fonts/HelveticaNeueLT-75Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-75Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Playfair+Display:wght@400;500;600;700;800&display=swap');



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,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*{
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background: #fff !important;
    font-family: 'Helvetica Neue LT';
    font-size: 14px;
    font-weight: 400;
}

html * {
    outline: none;
}

/*ol,*/
/*ul,*/
/*li {*/
/*    list-style: none;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

outline {
    border: 0;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

a,
input,
textarea {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

/********* COMMON-CSS ********/
/****/
.loader-screen {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ED117F;
    z-index: 9999999;
    display: block;
    left: 0;
    right: 0;
}

#loader {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    max-width: 300px;
}

/****/
.blck-tape a {
    color: #fff;
}

.blck-tape a:hover {
    color: #fff;
    text-decoration: none;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #6d7700 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 50%;
    z-index: 999;
}

.cd-top:hover {
    background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: rgb(249, 161, 27);
    opacity: 1;
}

/****/
.map-container {
    width: 100%;
    /*margin: 50px 0 3000px;*/
}

.map-container p {
    margin: 0;
}

.map-container iframe {
    width: 100%;
    height: 350px;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

.map-container iframe.clicked {
    pointer-events: auto;
}

/****/
div.wpcf7-validation-errors {
    border: 2px solid #f00;
    margin: 10px 0;
    background: #f00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

/****/
.site-btn {
    text-align: center;
    margin: 0 auto;
}

.site-btn a {
    background: #f34937;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 15px 50px;
    border: 3px solid #f34937;
    font-family: 'Orator Std';
    border-radius: 20px;
    letter-spacing: 2px;
}

.site-btn a:hover,
.site-btn a:focus {
    box-shadow: 350px 0 0 #fff inset;
    color: #f34937;
}


.site-title h2 {
    text-align: center;
margin: 60px;
font-size: 30px;
color: #232121;
font-family: 'Playfair Display', serif;
font-weight: 600;
}



/*******END********/
/***********HOME-PAGE-CSS-Start************/
/*********MENU**********/
/*********MENU**********/
.menu-toggle {
    display: none;
}

.menu.slide-left {
    left: 0;
}

.menu {
    text-align: right;
    margin: 0px 0 0 0;
}

.menu li {
    vertical-align: top;
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    padding: 1px 0;
}

.menu > li:first-child {
    margin-left: 0;
}

.manu-sec {
    position: absolute;
    z-index: 99;
    top: 0;
    left: -25%;
    right: 0;
    margin: 0 auto;
}

.menu li a {
    display: block;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 400;
    /* text-align: center; */
    color: #3a3a3a;
    /* text-transform: uppercase; */
    /* letter-spacing: 0; */
    font-family: 'Helvetica Neue LT';
    text-transform: uppercase;
        background: linear-gradient(
90deg, rgb(255, 255, 255) 0%, rgb(211 211 211) 50%, rgb(255, 255, 255) 100%);
   
}

.menu li > ul > li a {
    display: block;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #fff;

}

.menu li a i {
    margin: 0 0 0 10px;
}

.menu li > ul > li a:hover,
.menu li > ul > li a:focus {
    color: #56887c;
}

.menu li > ul {
    border-top: 5px solid #000;
}

.menu li.active a {
    color: #56887c;;
}

.menu li a:hover,
.menu li a:focus {
    color: #56887c;;
}

/*****end*******/
/*******SUBMENU & SUBMENU's SUB**********/
/*******LEVEL1*********/
.menu ul {
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.5);
}

.menu > li > ul {
    text-align: left;
    /* display: none; */
    background: black;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 99999;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: all .2s ease-in-out;
    margin: 20px 0 0 0;
}

.menu > li > ul > li {
    width: 100%;
}

.menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
}

/****end***/
/***** Level 2 *******/
.menu > li > ul > li > ul {
    text-align: left;
    /*display: none;*/
    background: darkcyan;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    margin: 0 0 0 20px;
}

.menu > li > ul > li > ul > li {
    width: 100%;
}

.menu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
}

/******end******/
/*****header******/
.header {
    background: #fff;
 position: absolute;
    top: 0;
    z-index: 9;

}

.logo {
    text-align: left;
    margin: 5px 0 10px 20px;max-width: 150px;
}
.logo img{
    width: 100%;
}
.accounts ul li {
    display: inline-block;
    margin-left: 7px;
}


.accounts ul li a {
    padding: 18px 10px;
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #3a3a3a;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}
.accounts ul li a:hover{
    color: #56887c;
}
.accounts ul li a img{
    margin: 0 auto;
    padding-bottom: 9px;
}

.hero-area {
    position: relative;
background-size: cover;
overflow: visible;
padding: 0 0 0 0;
    padding-right: 0px;
    padding-left: 0px;
min-height: 160px;
}
.bnr-slider.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.bnr-slider.owl-theme .owl-dots .owl-dot span{
    border-radius: 0!important;
    background: #fff;
    width: 12px;
height: 12px;
margin: 5px 4px;
}
.bnr-slider.owl-theme .owl-dots .owl-dot.active span, .bnr-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #acacac!important;
}
.bnr-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -29px;
    position: absolute;
   transform: translate(-50%);
    left: 50%;
}
.accounts {
    text-align: right;
    margin: 28px 0 0 0;
}

.banner-text h1 {
    margin-top: 85px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    width: 50%;
    font-size: 48px;
    font-weight: 700;
}

.banner-text h1 span {
    color: #2673cb;
}


.banner-text a {
    display: block;
    padding: 15px;
    margin: 20px 0px;
    border: 1px solid #fff;
    width: 200px;
    text-align: center;
    border-radius: 60px;
    text-transform: uppercase;
    color: #fff;
}

.k-ftrs {
    width: 80%;
    margin: 0 auto;
}

.k-ftrs ul {
    display: flex;
    justify-content: center;
}

.k-ftrs ul li {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #010a18;
    text-align: center;
    margin: 0 30px 30px;
    font-size: 16px;
    color: #fff;
    padding: 0 9px;
    border: 9px solid rgba(194, 194, 194, 0.43);
    position: relative;
}

.k-ftrs ul li::before {
    position: absolute;
    content: '';
    width: 145px;
    height: 145px;
    margin: 0 auto;
    top: 3px;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.k-ftrs ul li img {
    display: block;
    margin: 20px auto 0px;
}

.play::before {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    border: 10px solid rgb(142, 255, 138);
    -webkit-animation: pulsejg1 1s linear infinite;
    -moz-animation: pulsejg1 1s linear infinite;
    animation: pulsejg1 1s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 15px 10px rgba(223, 69, 65, );
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";

}

.play::after {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    border: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: pulsejg1 1s linear infinite;
    -moz-animation: pulsejg1 1s linear infinite;
    animation: pulsejg1 1s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(223, 69, 65, 0.9);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";

}



@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg1 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(.9);
        opacity: .30;
    }

    70% {
        -moz-transform: scale(1.1);
        opacity: .50;
    }

    80% {
        -moz-transform: scale(1.25);
        opacity: .30;
    }

    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.video h2 {
    color: #fff;
    text-transform: capitalize;
    float: left;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    width: 165px;
    margin-top: 13px;
}

.video {
    width: 300px;
    float: right;
    margin-bottom: 30px
}

.play {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin-right: 30px;
    float: left;
    position: relative;
}

.btn-p {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #0000ff;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40px;
}

.hero-info {
    background: rgba(255, 255, 255, 0.15);
    position: relative
}

.social ul li {
    float: left;
    margin: 10px;
}

.social ul li a {
    padding: 60px 15px;
    display: block;
    color: #fff;
}

.info ul {
    display: flex;
    justify-content: space-evenly;
}

.info ul li {
    margin-top: 40px;
    color: #fff;
}

.info ul li h3 {
    font-weight: 600
}

.info ul li a {
    display: block;
    color: #fff;
}

#parallax {
    text-align: center;
    width: 170px;
    height: 210px;
    transform: translate(-50%, -50%);
    background-image: url(../images/opal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}

.opal {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    top: 80px;
}


a.boxes3 {
    background: #ebebeb;
    display: block;
    margin: 30px 0px;
    padding: 40px 20px 20px;
}

.binfo {
    float: left;
    width: 70%;
}

a.boxes3 img {
    float: left;
    height: 150px;
    width: auto
}

a.boxes3 {
    background: #ebebeb;
    display: block;
    margin: 30px 0px;
    padding: 40px 20px 20px;
    float: left;
    width: 100%;
    border-radius: 10px;
}

.binfo h3 {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #072660;
}

.binfo p {
    font-size: 18px;
    font-family: 'Lora', serif;
    font-weight: 400;
    color: #000000;
}


.binfo p:last-child {
    margin-top: 30px;
}


a.boxes3 img {
    position: absolute;
    height: 150px;
    width: auto;
    right: 50px;
    top: 65px;
}

.history {
    background: url(../images/abt-bg.jpg);
    background-size: cover;
    padding: 100px 0px;
}

.history p {
    color: #fff;
    line-height: 33px;
    font-size: 18px;
    font-family: Lora;
}

.history .site-title h2 {
    text-align: left;
    margin: 0 auto 50px;
    font-size: 46px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.abt-img img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    border: 12px solid rgba(255, 255, 255, 0.5);
}

.abt-img::after {
    position: absolute;
    content: '';
    width: 295px;
    height: 295px;
    margin: 0 auto;
    top: 28px;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    border-radius: 50%;
}

.abt-img::before {
    position: absolute;
    content: '';
    width: 310px;
    height: 310px;
    margin: 0 auto;
    top: 20px;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    border-radius: 50%;
}

.abt-img {
    position: relative;
    width: 350px;
}

.butn a {
    display: block;
    padding: 15px;
    margin: 20px 0px;
    border: 1px solid #fff;
    width: 200px;
    text-align: center;
    border-radius: 60px;
    text-transform: uppercase;
    color: #fff;
}

.categories {
    background: #f3f3f3;
    padding: 60px 0px;
}

.categories ul li {
    margin: 10px 0 30px;
    float: left;
    width: 100%;
}

.categories ul li h2 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 36px;
    color: #072660;
    font-family: 'Playfair Display', serif;
    font-weight: 600;

}

.categories ul li h2 span {
    font-family: Lora;
    font-size: 22px;
    color: #c3c4c5;
    position: relative;
    top: -9px;
    font-weight: 400;
}

.categories ul li p {
    margin-left: 35px;
}

#ring {
    text-align: center;
    width: 358px;
    height: 372px;
    transform: translate(-50%, -50%);
    background-image: url(../images/ring.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    background-size: contain
}

.centerring {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    top: 270px;
}




.footer {
    background: #fff;
    padding: 50px 0 0;
    position: relative;
    margin-top: 130px;
}



.f-logo {
    position: absolute;
    top: -50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.footer h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}
.socal-link ul li{
        display: inline-block;
    padding: 0 20px;
}
.socal-link{
    float: right;
    margin-right: 30px;
}
.socal-link ul{
    margin: 0;
    margin-top: 23px;
}
.socal-link ul li a {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    display: block;
    font-family: 'Helvetica Neue LT';
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
flex-direction: column;
}
.socal-link ul li a i{
    font-size: 20px;
}
.socal-link ul li a i:hover, .socal-link ul li a:hover{
    color: #56887c;
}



.copy {
    background: #000;
}

.copy p {
padding: 18px;
text-align: center;
display: block;
color: #fff;
width: 100%;
margin: 0px;
font-size: 16px;
font-family: 'Helvetica Neue LT';
}

.copy a {
    color: #fff
}

.newsletter button:hover {
    cursor: pointer;
    background: #000;
}

.sidemenu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: -100%;
    transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    text-align: center;
    color: #fff;
}

.overlayy {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
}

.menuslide {
    width: 28%;
    background: #fff;
    right: auto;
    position: relative;
    height: 100%;
    padding: 40px 15px;
    left: -100%;
    transition: 1.5s all ease-in-out;
    -moz-transition: 1.5s all ease-in-out;
    -webkit-transition: 1.5s all ease-in-out;
    -ms-transition: 1.5s all ease-in-out;
    -o-transition: 1.5s all ease-in-out;
    overflow: auto;
}

.active .overlayy {
    left: 0;
}
.menu li a span{
    color:#000;
    font-size: 14px;
}

.sidemenu.active {
    left: 0;
}

.active .menuslide {
    left: 0;
}

.close-menu {
    position: absolute;
    font-family: Lato;
    font-size: 15px;
    color: #000;
    top: 22px;
    left: 30px;
    z-index: 999;
    cursor: pointer;
}

.menu-logo {
margin: -13px 0 20px 35px;
}

.info-menu ul li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.social-menu ul {
    display: flex;
    justify-content: center;
}

.social-menu ul li a {
    display: block;
    margin: 40px 10px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 10px;
    width: 40px;
    height: 40px;
}

.info-menu ul li h3 {
    font-size: 21px;
    margin-top: 40px;
}

.sidemenu .butn a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.rspnsv {
    display: none
}

.slide-mbl {
    display: none
}

.inner-pages.banner-text h1 {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    font-size: 30px;
    color: #329cf3;
}
.inner-products {
    margin-top: 70px;
}


.product-details .star-rating ul {
    display: flex;
    justify-content: left;
    color: #ffc107;
}

.pro-list tr {
    border: 1px solid #e6e6e6;
    line-height: 33px;
    text-indent: 10px;
}

.cart-buttons ul li a {
    display: block;
    padding: 20px;
    text-align: center;
    background: #2e96ea;
    font-family: Playfair Display;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
}

.cart-buttons ul li {
    max-width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 30px 0;
}

.cart-buttons ul {
    display: flex;
    justify-content: space-between;
}

.cart-buttons ul li a:hover {
    background: #000;
}

.product-details h4 {
    font-size: 18px;
    color: #2e96ea;
}

.product-details p {
     font-size: 13px;
    line-height: 23px;
}

/***** Signup **/
.signup h2 {
    font-family: Lora;
    font-size: 31px;
    color: #343434;
    text-align: center;
    margin: 30px 0;
    font-family: 'Helvetica Neue LT';
    font-weight: 300;
}
.signup p{
    text-align: center;
}
.signup {
    margin: 40px auto;
    background: #fff;
    border: 1px solid #bf9572;
    padding-bottom: 30px;
    font-size: 13px;
}
.fb-login a {
    display: block;
    background: #3b5998;
    padding: 13px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
}
.or {
    text-align: center;
    position: relative;
    margin: 20px auto;
    font-size: 14px;
    color: #746f6f;
}
.or::before {
    position: absolute;
    content: '';
    background: #bf9572;
    height: 1px;
    width: 45%;
    left: 0px;
    top: 10px;
}
.or::after {
    position: absolute;
    content: '';
    background: #bf9572;
    height: 1px;
    width: 45%;
    right: 0px;
    top: 10px;
}
.signup-form input[type="text"], .signup-form input[type="password"], .signup-form input[type="tel"], .signup-form input[type="email"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px
}
.signup-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
        background: #000;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    margin: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
    font-family: 'Helvetica Neue LT';
}
.signup-form input[type="submit"]:hover {
    box-shadow: none
}



/*************************/

.show {
  width: 100%;
  height: auto;
}

.show img {width: 100%;}
.small-img {
    width: 95%;
    height: 110px;
    margin: 10px auto;
    position: relative;
    left: 0;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
    z-index: 9999;
}
#prev-img {
    left: -20px;
}
#next-img {
    right: -20px;
}
.small-img .icon-left { transform: rotate(180deg) }

.small-img .icon-right { right: 0; }

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
  width: 100%;
    height: 110px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
 width: 110px;
    height: 110px;;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }

#big-img{object-fit: cover}



/************************/

.inn-dash .site-title h2 {
    text-align: center;
    margin: 60px;
    font-size: 30px;
    color: #232121;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.inn-dash #accordion {
    width: 100%;
}
.btn.btn-link {
    color: #000 !important;
}
.btn.btn-link a{
    color: #000 !important;
}
.btn.btn-link:hover {
    text-decoration: none;
}
.inn-dash .card-header {
    border-bottom: 1px solid #000 !important;
    background: #fff;
}
.inn-dash .card {
    border: 1px solid #000;
    margin: 15px 0;
    box-shadow: 0 8px 10px 0px #cecece;
}
.inn-dash .card-body a {
    color: #0a4796;
    font-size: 16px;
    font-weight: bold;
}
.inn-dash .card-body p {
    width: 100%;
}
.in-dash-text h2 {
    font-size: 25px;
}
.in-dash-text a {
    background: #0a4796;
    color: #fff !important;
    padding: 8px 60px;
}
.card-body form input[type="text"], .card-body form input[type="password"], .card-body form input[type="tel"], .card-body form input[type="email"] {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}
.eye {
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 9;
    content: "";
}
.add-cart a{
    border: 0;
    padding: 7px 8px;
    background-color: #c66;
    color: #fff;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
    font-size: 12px;
    border-radius: 3px;
}
.add-cart a:hover {
    background-color: #a44;
    color: #fff;
}
.inn-check .card {
    background: #fff;
    border: none;
    margin: 15px 0;
    border: 1px solid #ecececcc;
    font-size: 14px;
}
.inn-check form input[type="submit"], .inn-check-txt form input[type="submit"]{
    width: auto;
    background: #0d4c9b;
    border: none;
    padding: 10px 20px;
    color: #fff;
}
.inn-check form input[type="text"], .inn-check form input[type="password"], .inn-check form input[type="tel"], .inn-check form input[type="email"] {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}
.inn-check form span{
    width: 100%;
}
.inn-check form span {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}
.inn-check-txt {
    background: #fff;
    padding: 20px 20px 15px 20px;
    margin: 15px 0;
    border: 1px solid #e1e1e1;
}
.inn-check-txt h4 {
    font-size: 25px;
    margin: 0px 0 15px 0;
}
.pd-2nd {
    width: 50%;
    float: left;
    text-align: right;
}
.pd-1st {
    width: 50%;
    float: left;
}
.pd {
    width: 100%;
    display: inline-block;
}
/**************about-us**************/
.inn-abt-txt h4 {
    font-size: 20px;
    margin: 0 0 15px 0;
}
.inn-abt-txt a {
    margin: 0 0 20px 0;
    display: block;
}
.inn-abt-txt p {
    font-size: 16px;
    color: #2b2b2b;
    font-family: 'Playfair Display', serif;
    font-weight: ;
    line-height: 30px;
}
.inn-abt-img img {
    width: 100%;
    height: auto;
    
}
.inn-abt-img {
    border: 10px solid #ccc;
    position: relative;
    margin: 50px 0 0 0;
}
.inn-abt-img::after {
    position: absolute;
    border: 2px solid #fff;
    left: 10px;
    right: 0;
    z-index: 9;
    width: 94%;
    height: 94%;
    content: "";
    top: 10px;
}
.inn-abt-txt li {
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 10px 25px;
    list-style: disc;
}
/*************faq*********/
.inn-fa #accordion {
    width: 100%;
}
.inn-fa .card {
    margin: 0 0 10px 0;
}
.card p {
    font-size: 14px;
    line-height: 25px;
}
.btn.btn-link.collapsed {
    width: 100%;
    text-align: left;
}
.btn.btn-link {
    color: #000 !important;
    width: 100%;
    text-align: left;
}
.card.active .card-header {
    background: #0d4c9b;
    font-size: ;
    color: #fff;
}
.card.active .btn.btn-link {
    color: #fff !important;
}
.inn-cnt-txt {
    background: url(../images/cnt-bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 10px;
    background-attachment: fixed;
}
.cnt-ft {
    margin: 0;
}
.inn-cnt .info-menu ul li a {
    color: #1c1c1c;
    margin-bottom: 10px;
    display: block;
}
.inn-cnt .menu-logo {
    margin-top: 40px;
}
.inn-cnt .social-menu ul li a {
    display: block;
    margin: 20px 10px;
    color: #02112d;
    border: 1px solid #02112d;
    padding: 8px 10px;
    width: 40px;
    height: 40px;
}
.search {
    position: relative;
    transition: 0.3s linear;
    border-bottom: 1px solid #000;
    width: 200px;
    float: right;
    margin: 60px 50px 0 0;
    padding: 0 0 3px 0;
}
.search input {
    background: rgba(255,255,255,0.3);
    border: 1px solid #fff; 
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
}
.search button {
    position: absolute;
 top: -19px;
    right: 0px;
    border: none;
    border-radius: 50px;
    padding: 15px 0;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    background: none;
    cursor: pointer;
    
}
.search button:focus{
    outline: none;
}
.sub-but img{
    width: 80%;
}
.headerl li{
    display: inline-block;
    margin: 0 0 0 20px;
}
.headerl ul{
    margin: 0;
    padding: 0;
}
.open-menu img{
    width: 80%;
}
.join-cont{
    margin-left: 30px;
}
.join-cont p{
    font-size: 18px;
    color: #000;
    font-family: 'Helvetica Neue LT';
    font-weight: 600;
    text-transform: uppercase;
}
.join-cont input{
background: rgba(255,255,255,0.3);
border: none;
    border-bottom: 2px solid #000;
font-family: 'Helvetica Neue LT';
font-weight: 300;
color: #000;
font-size: 12px;
width: 100%;
}
.loct{
text-align: center;
margin: 60px 0 40px;
}
.loct i{
    font-size: 14px;
}
.loct p{
    font-size: 13px;
    font-family: 'Helvetica Neue LT';
    display: inline-block;
}
.sub-hed{
    font-size: 26px;
    color: #000;
    font-family: 'Helvetica Neue LT';
    font-weight: 500;
    position: relative;
    margin-left: 30px;
    text-transform: uppercase;
    margin-bottom: 67px;
}
.sub-hed::after{
   position: absolute;
content: "";
height: 45px;
width: 20px;
background: #bf9572;
top: -15px;
left: -29px;
   
}
.product{
    margin: 80px 0;
}
.blan-pro{
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.blan-pro::after{
   background: #000;
    position: absolute;
    content: "";
    left: 0;
    bottom: 14px;
    height: 30%;
    width: 100%;
    transform: scaleY(0.075);
    transform-origin: bottom;
    transition: transform 250ms ease-in-out;
    overflow: hidden;
}
.blan-pro:hover::after{
    transform: scaleY(1);
    height: 93%;
    z-index: -1;
}
.blanpro-tx{
   font-size: 16px;
font-family: 'Helvetica Neue LT';
font-weight: 300;
position: relative;
text-transform: uppercase;
    margin: 163px 95px;
line-height: 21px;
    color: #000;
}

.blan-pro:hover .blanpro-tx {
    color: #fff!important;
}
.blanpro-tx::after{
    position: absolute;
content: "";
height: 45px;
width: 20px;
background: #bf9572;
top: -8px;
left: -29px;
}
.pro-box{
    margin: 0 0 20px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.pro-box:hover{
    box-shadow: 0 10px 12px -7px rgba(171, 171, 171, 1);
}
.product-img{
    width: 100%;
    height: auto;
}
.product-img .rear-img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.6s ease-out;
}
.pro-box:hover .rear-img{
    opacity: 1;
    z-index: 0;
}
.product-img img{
    height: auto;
    width: 100%;
}
.menu-logo img{
    width: 60%;
}
/*************About us*************/
.about{
    margin: 60px 0;
}
.about-tx{
    width: 70%;
    margin: 50px auto;
}
.about-tx h6{
    font-family: 'Helvetica Neue LT';
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}
.about-tx p{
    font-size: 16px;
    color: #474444;
    letter-spacing: 0.09px;
    line-height: 170%;
    font-family: 'Helvetica Neue LT';
    text-align: center;
}
.about-img .first-ab{
    height: 240px;
    width: 200px;
}
.about-img .sec-ab{
    height: 300px;
    width: 200px;
}
.about-img .thir-ab{
    height: 180px;
    width: 257px;
    margin: -25px 0 0 -57px;
}
.about-img2{
    text-align: center;
}
.contact{
    margin: -50px 0 50px 0;
}
.cont-box{
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
        box-shadow: 0 10px 12px -7px rgb(171 171 171);
}
.cont-box i{
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}
.cont-box h6{
    font-size: 18px;
    font-family: 'Helvetica Neue LT';
    font-weight: 500;
    margin: 20px 0;
}
.cont-box p{
   font-size: 16px;
    color: #474444;
    letter-spacing: 0.09px;
    line-height: 170%;
    font-family: 'Helvetica Neue LT';
    margin-bottom: 20px;
}
.cont-box a{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Helvetica Neue LT';
}
.inn-cnt-form{
    margin: 50px 0 0 0;
}
.inn-cnt-form  input[type="text"], .inn-cnt-form input[type="tel"], .inn-cnt-form input[type="email"], .inn-cnt-form input[type="date"], .inn-cnt-form input[type="time"], .inn-cnt-form select, .inn-cnt-form textarea {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 14px;
    color: #595959;
    border: none;
    border: 1px solid #e1e1e1;
}
.inn-cnt-form input[type="submit"] {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    border: none;
    border: 1px solid #000;
    background: #000;
    font-family: 'Helvetica Neue LT';
}

.pro-txx{
    font-size: 16px;
    font-family: 'Helvetica Neue LT';
    font-weight: 400;
}

 .dropdown:hover:after {
    transform: rotate(
135deg);
}
  .dropdown:after{
    content: "";
    position: absolute;
    left: 66%;
    top: 13px;
    width: 7px;
    height: 7px;
    cursor: pointer;
    transform: rotate(-45deg);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: 0.2s ease-in-out;
    z-index: 999;
}
.inn-bann img{
    width:100%;
    object-fit: cover;
}
.galler-sec {
column-count: 3;
  padding: 20px 4px;
}
.column-gal {
  flex: 25%;
  padding: 10px 4px;
}

.column-gal img {
  vertical-align: middle;
  width: 100%;
}
/********Product-Category CSS ************/
.product-name{
    font-size: 14px;
    font-family: 'Helvetica Neue LT';
    font-weight: 400;
    color: #000;
}
.product-det-name, .pro-size{
    color: #585858;
    font-size: 12px;
}
.pro-price{
    color: #000;
    font-size: 14px;
}
.pro-price del{
    color: #ccc;
}
.pro-price span{
    color: green;
    font-size: 14px;
    margin-left: 5px;
}
.innpro-tx{
    padding: 5px 0;
}
.shopf-sear-headits-sear-head {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    text-transform: capitalize;
    background: #000;
    padding: 6px 10px;
    font-family: 'Helvetica Neue LT';
}
.side-bar label {
    font-size: 0.85em;
    text-transform: capitalize;
    margin-left: 7px;
    color: #585858;
    font-family: 'Helvetica Neue LT';
}

/********Product-details CSS ************/
.product-details{
    margin-top: 50px;
}
#sync1.owl-theme .owl-nav{
    display: none
}
.product-details-tx h5{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}
.text-muted{
    font-size: 16px;
     color: #000;
}
.mr-1 strong{
    font-size: 20px;
    color: #000;
}
.mr-1 del{
    color: #ccc;
    font-size: 20px;
    margin-left: 5px;
}
.mr-1 span{
    color: green;
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
}
.rating li{
    display: inline-block;
}
.pt-1{
    font-size: 14px;
    color: #474444;
}

 
.buy-btn{
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 44%;
    padding: 8px 20px;
    border-radius: none !important;
    text-transform: uppercase;
    border: none;
    font-family: 'Helvetica Neue LT';
    display: inline-block;
}
.related-pro{
    margin-top: 50px;
}
.related-pro-slider .owl-prev {
    text-indent: -100000px;
    background: url(../images/product-left.png) no-repeat !important;
    background-position: 0 0 !important;
    height: 72px;
    width: 72px;
    position: absolute;
    z-index: 9;
    left: 44%;
    bottom: -80px;
}
.related-pro-slider .owl-next {
    text-indent: -100000px;
    background: url(../images/product-right.png) no-repeat !important;
    background-position: 0 0 !important;
    height: 72px;
    width: 72px;
    position: absolute;
    z-index: 9;
    right: 44%;
    bottom: -80px;
}

.product-size-btn{
    border: 1px solid #000;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 40px;
}
.product-color{
    content: "";
    border: 2px solid #959595;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 30px;
    height: 30px
}
.cor-red{
    background: #bebebe;
}
.cor-yellow{
    background: #535353;
}
.cor-brown{
    background: #000;
}
#sync1 a img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
#sync2.owl-carousel.owl-theme a img{
    object-fit: cover;
    height: 139px;
    width: 95%;
}
.prod-cut h5{
    font-size: 26px;
    color: #000;
    font-family: 'Helvetica Neue LT';
    font-weight: 500;
}
.prod-cut li > ul > li{
    display: inline-block;
    margin: 0 0 10px 0;
}
.prod-cut ul li{
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}
.product-riev{
    margin: 50px 0 0 0;
}
.inn-sub-hed{
    margin-bottom: 30px ;
}
.prod-cut{
    height: 190px;
    overflow: hidden;
}
.showContent .prod-cut{
    height: auto;
}
.readmore-btn {
        width: 18%;
    border: none;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    background: #000;
    display: block;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
}
/*************Checkout************/
.checkout, .wishlist{
    margin: 50px 0 0 0;
}
.check-hd h4{
    font-size: 24px;
}
table.timetable_sub {
    width: 100%;
    margin: 0 auto;
}
.timetable_sub th, .timetable_sub td {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    color: #212121;
}

.timetable_sub th {
    background: #212121;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 13px;
    border-right: 1px solid #ded2d2;
}
.timetable_sub td {
    border: 1px solid #CDCDCD;
}
.rem {
    position: relative;
}
.close1, .close2, .close3, .close4 {
    background: url(../images/close_1.jpg) no-repeat 0px 0px;
    cursor: pointer;
    width: 41px;
    height: 38px;
    position: absolute;
    right: 12px;
    top: -19px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
td.invert-image a img {
    width: 30%;
    margin: 0 auto;
}
.checkout-left-basket h4 {
    padding: 1em;
    background: #eee;
    font-size: 1em;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2em;
}
.checkout-left-basket ul li {
    list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    color: #999;
}
.checkout-left-basket ul li span {
    float: right;
}
.checkout-right h4, .address_form h4 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
    color: #000;
}
.pay_info input[type="email"], .pay_info input[type="password"], .creditly-wrapper .form-control {
    display: block;
    width: 95.5%;
    padding: 8px 10px;
    height: auto;
    font-size: 14px;
    color: #212121;
    background: #eee;
    border: 1px solid #e7e7e7;
    margin-bottom: 25px;
    outline: none;
    border-radius: 0;
}
select.form-control.option-fieldf {
    width: 95.5%;
    padding: 8px 10px;
    font-size: 0.8em;
    margin: 0.5em 0;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: left;
    border-radius: 0;
}
button.submit.check_out {
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 22%;
    padding: 8px 20px;
    border-radius: none !important;
    text-transform: uppercase;
    border: none;
    font-family: 'Helvetica Neue LT';
    display: inline-block;
}
button.submit.check_out:hover {
    background: #000;
    transition: 0.5s all;
}
.quantity-select .entry.value-minus:hover, .quantity-select .entry.value-plus:hover {
    background: #E5E5E5;
}

.quantity-select .entry.value-minus {
    margin-left: 0;
}
.value-minus, .value-plus {
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
}
.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}
.quantity-select .entry.value-plus:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute;
}
.checkout-btn{
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 8px 20px;
    border-radius: none !important;
    text-transform: uppercase;
    border: none;
    font-family: 'Helvetica Neue LT';
    display: inline-block;
}
.client-add-rev input[type="text"], .client-add-rev textarea, .client-add-rev input[type="review"]{
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 14px;
    color: #595959;
    border: none;
    border: 1px solid #e1e1e1;
}
.contactus {
        width: 18%;
    border: none;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    background: #000;
    display: block;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
}
.client-add-rev label{
    font-size:14px;
    
}
.client-add-rev select{
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 14px;
    color: #595959;
    border: none;
    border: 1px solid #e1e1e1;
    
}
.order-summ img{
    float: left;
        width: 30%;
    height: 120px;
    object-fit: cover;
}

.order-summ p {
    font-size: 14px;
    margin: 8px 0 8px 120px;
}
.order-summ p span{
    font-weight: 700;
}
.checkout-left-basket label{
    margin: 0 0 0 10px;
    font-size: 14px;
}
.order-summ h4{
    padding: 1em;
    background: #eee;
    font-size: 1em;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2em;
}
.order-summ {
    margin: 36px 0;
}
.whishtobag a{
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 8px 20px;
    text-transform: uppercase;
    border: none;
    font-family: 'Helvetica Neue LT';
    display: inline-block;
    text-align: center;
}
.whishtobag a:hover{
    color: #fff;
}
.closee1, .closee2, .closee3, .closee4 {
    background: url(../images/close_2.png) no-repeat 0px 0px;
    cursor: pointer;
    width: 41px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: 10px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
/*************dashboard***********/
.dashboard{
    margin: 50px 0 0 0 ;
}
.dashboard .nav{
    display: flex;
    flex-direction: column;
}
.nav-tabs .nav-link.active{
    background: #fff!important;
    border: 2px solid #000!important;
    color: #000!important;
}
.nav-tabs .nav-link{
    background: #000!important;
    color: #fff!important;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #000!important;
    border-radius: 0;
    text-align: center;
    margin-top: 5px;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
.dashboard-banner{
    position: relative;
}
.dashboard-banner img{
    height: 200px;
    object-fit: cover;
}
.profile{
    position: absolute;
    border: 2px solid #bf9572;
    height: 130px;
    width: 130px;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}
.profile img{
    object-fit: cover;
    height: 130px;
    width: 130px;
}
.user-profile-dt{
    margin: 50px 0;
}
.user-profile-dt span{
    font-size: 20px;
    font-weight: 600;
}
.user-profile-dt p {
    font-size: 16px;
    color: #474444;
    line-height: 170%;
    font-family: 'Helvetica Neue LT';
    margin: 10px 0 0 0;
}
/*********29-11-2021*******/
.plus-add img{
    width: 50px;
    height: auto;
    border: 2px dashed #bfbfbf;
    margin: 20px 0;
    padding: 5px;
}
.plus-add a span{
    color: #000;
    font-size: 18px;
    margin: 0 20px;
}
.add-box{
    border: 2px solid #000;
    padding: 10px;margin-bottom:20px;
}
.add-box label{margin-left:10px;font-weight:bold;}
.clos1 {
    cursor: pointer;   
}
.creditly-card-form h5{
    margin: 50px 0 0 0;
    text-align: center;
    font-size: 30px;
}
.add-box a{
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    margin: 0 2px;
}
.add-box a:hover{
    color: #fff;
}
.order-det th{
    font-size: 18px;
    font-weight: 500;
} 
.order-det th img{
    width: 100px;
}

.order-det td a, .order-det td button{
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 0;
    margin-top: 6px;
}
.order-det td{
    vertical-align: middle!important;
}
.order-det span{
    font-size: 16px;
    color: #000;
}
.order-det p{
    font-size: 14px;
    color: #474444;
}
.order-det ul li{
    color: #000;
}
.order-box a{
    display: flex;
}
.order-img img{
   width: 200px;
    height: 200px;
    object-fit: contain;
}
.add-pre p{
    font-size: 16px;
    color: #474444;
    line-height: 170%;
    font-family: 'Helvetica Neue LT';
    margin: 2px 0;
}

.success img {
	width: auto;
	height: 100px;
	margin: 0px auto 70px;
	display: block;
}

.success  h4 {
	font-size: 16px;
	color: #474444;
	letter-spacing: 0.09px;
	line-height: 170%;
	font-family: 'Helvetica Neue LT';
	text-align: center;
}

.success  .about-tx {
	background: #fefff3;
	padding: 30px;
	border-radius: 40px;
	box-shadow: 10px 10px 20px #d9d8d8;
}

.new-bt {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}
.new-bt a {
	padding: 8px 10px;
	display: block;
	background: #242324;
	margin: 10px;
	border-radius: 3px;
	color: #fff;
}

.about-img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

/******Return Modal box****/
.order-re-modal .modal-content{
    border-radius: 30px;
    background: #bf9572;
        padding: 30px 30px;
        margin-top: 100px;
}
.order-re-modal .modal-header{
    border-bottom: 0;
}
.order-re-modal .modal-title {
    line-height: 1.5;
    color: #fff !important;
    font-size: 26px;
    text-align: center;
}
.order-re-modal .modal-header .close {
    position: absolute;
    top: -15px;
    left: 45%;
    background: #000;
    padding: 16px 20px;
    border-radius: 51%;
    color: #fff;
}
.order-re-modal .modal-body{
    margin: 0 auto;
}
.order-re-modal .modal-body a, .order-re-modal .modal-body button{
        background: #fff;
    padding: 8px 41px;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #000;
    font-weight: 500;
    line-height: 29px;
}
.order-re-modal .modal-body button:focus{
    border: none;
}
.acc-details{
    margin-top:40px;
}
.acc-details h6{
    font-size: 30px;
}