@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px "Montserrat", sans-serif;
    color: #393939;
    overflow-x: hidden;
    /* background-image: url(../images/bg.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #7f7f7f;
    --themeColor: #9b90a0;
    --themeColor2: #fef3b1;
    --themeColor3: #9a6710;
    --themeColor4: #f2e7b1;
    --headingColor: #161a1d;
    --headingColor2: #131212;
}

a {
    text-decoration: none;
    white-space: initial;
    color: var(--themeColor3);
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: var(--black);
}

/***** Font Files *****/
@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Jersey-M54';
    src: url(../fonts/Jersey-M54.ttf);
}

/***** Custom Classes *****/
.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 0px 30px;
    border: unset;
    border-radius: 4px;
    color: #ffffff !important;
    z-index: 1;
    background: #000;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    height: 55px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: fit-content;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 3px;
    background-color: #fff;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: var(--themeColor) !important;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    line-height: 1;
    font-weight: 500;
    font-size: 55px;
    margin: 0 0 17px;
    color: var(--white);
    font-family: 'Jersey-M54';
}

h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 30px;
    font-family: 'Jersey-M54';
    text-transform: uppercase;
    color: var(--headingColor);
}

h3 {
    font-family: 'Jersey-M54';
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 18px;
    color: var(--headingColor);
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 13px;
    color: var(--headingColor2);
    font-family: "Montserrat", sans-serif;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*header css start */
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.menu_sec .dropdown-menu .dropdown-item {
    white-space: normal;
}

.menu_sec .dropdown-menu .dropdown-item:hover {
    background-color: var(--themeColor4);
    color: var(--black) !important;
}

/*header css start */
.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*banner css start */
/* Tab slider fix  */
/* Tab slider fix  */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: radial-gradient(circle, rgb(254 243 177 / 0%) 0%, rgba(254, 243, 177, 1) 100%); */
    /* z-index: 1; */
    /* backdrop-filter: blur(5px); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/
.blog_sec {
    padding: 5% 0;
}

/* Tabs  */
.menu_sec #menu li a {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';
    color: var(--white);
    text-transform: uppercase;
}

.menu_sec #menu {
    margin: 0;
    padding: 20px 0px;
    align-items: center;
    justify-content: space-between;
}

.menu_sec #menu li a.active {
    color: var(--white);
    position: relative;
}

.menu_sec #menu>li>ul {
    background: var(--themeColor);
    width: 280px;
    position: absolute;
    top: 40px;
    padding: 20px 20px;
    transition: 0.3s all;
    opacity: 0;
    max-height: 80vh;
    z-index: -1;
    overflow-y: scroll;
}

.menu_sec #menu>li>ul::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.menu_sec #menu>li>ul::-webkit-scrollbar-thumb {
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
    border-radius: 100px;
}

.menu_sec #menu>li>ul::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

.menu_sec #menu>li:nth-child(3) {
    position: relative;
}

.menu_sec #menu>li>ul>li>a {
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}

.menu_sec #menu>li>ul>li>a:hover {
    color: #000 !important;
}

.menu_sec #menu>li:nth-child(3):hover:after {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

li.nav-item.dropdown {
    padding: 0 !important;
}

.menu_sec #menu>li:nth-child(3):hover ul {
    opacity: 1;
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 2;
    padding: 10px;
}

.dropdown-toggle::after {
    display: none;
}

/* Header */

.menu_sec {
    padding: 10px 0px;
    position: relative;
    background: var(--themeColor);
    border-bottom: 1px solid #353534;
}

.header-icons {
    z-index: 1;
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: right;
}

.header-icons ul li {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
    color: var(--white);
    justify-content: space-between;
}

.header-icons ul {
    width: 60%;
    margin: 0;
}

.header-icons ul li:first-child {
    border-bottom: 1px solid var(--white);
}

.header-icons ul li span {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: var(--white);
    gap: 10px;
}

.header-icons ul li span p {
    margin: 0;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--themeColor3);
}

.header-icons a i.far.fa-heart {
    font-size: 20px;
    color: var(--headingColor);
    transition: 0.5s;
}

.header-icons a.header-cart-btn {
    color: #000;
    background: #fff;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 20px;
    transition: 0.5s;
}

.header-icons a:last-child:hover,
.header-icons a i.far.fa-heart:hover {
    color: var(--themeColor3);
}

.menu_sec #menu li a.active:before {
    position: absolute;
    content: '';
    background: var(--black);
    width: 1px;
    height: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -57px;
}

.logo {
    display: flex;
    max-width: 150px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.logo a,
.logo a img {
    z-index: 1;
    width: 100%;
    width: 100px;
    position: relative;
    object-fit: contain;
}

/* .logo::before {
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--headingColor2);
}

.logo::after {
    top: 0;
    left: 100%;
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: var(--headingColor2);
} */


/* end  */
/* Banner */

.pink {
    color: var(--themeColor2);
}

.menu_sec #menu li a.active:after {
    left: 0;
    right: 0;
    width: 12px;
    content: '';
    height: 12px;
    bottom: -67px;
    margin: 0 auto;
    position: absolute;
    background: var(--themeColor3);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}


.diamond {
    position: relative;
}

.diamond:before {
    position: absolute;
    content: '';
    width: 18px;
    left: -40px;
    height: 18px;
    background: transparent;
    border: 1px solid var(--headingColor2);
    transform: rotate(45deg);
}

.diamond:after {
    top: 6px;
    width: 7px;
    content: '';
    height: 7px;
    left: -35px;
    position: absolute;
    transform: rotate(45deg);
    background: var(--textColor);
}

.design-ome {
    position: absolute;
    left: -10px;
    top: 2%;
    height: 100%;
    z-index: 1;
}

.diam-line:before {
    position: absolute;
    content: '';
    background: var(--headingColor2);
    width: 1px;
    height: 125px;
    left: -31px;
    bottom: 6px;
}

.diam-line:after {
    position: absolute;
    content: '';
    background: var(--headingColor2);
    width: 13px;
    height: 13px;
    left: -37px;
    bottom: 6px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ban-prd-det {
    position: relative;
}

.follow-banner h3 {
    margin: 0;
    font-size: 19px;
    margin-left: 10px;
    color: var(--white);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.follow-links a i {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}

.follow-banner h4 {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Jersey-M54';
    margin-left: 10px;
    letter-spacing: 3px;
}

.follow-links {
    gap: 20px;
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
}

.follow-banner {
    z-index: 1;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.follow-links a i:hover {
    background: var(--themeColor3);
}

.chat-live h6 {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    display: none;
    font-family: 'Jersey-M54';
    letter-spacing: 4px;
    writing-mode: tb;
}

.chat-live a i {
    background: #fff;
    color: #000;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgb(231 0 127);
    transform: scale(1);
    animation: pulse 2s infinite;
}

.chat-live {
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    right: 2%;
}

/* end */
/* Service */
.ser-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.ser-img {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--black);
}

.ser-box {
    margin: 10px 0px;
    background: var(--themeColor);
    border-radius: 10px;
}

section.services {
    padding: 80px 0;
}

.top-heading {
    text-align: center;
}

.top-heading p {
    width: 40%;
    margin: 0 auto;
}

.top-heading {
    margin-bottom: 50px;
}

.ser-text {
    padding: 20px;
    position: relative;
}

.ser-text .theme_btn {
    font-size: 13px;
    padding: 5px 20px;
    background-color: var(--black);
}

.ser-text h3 {
    font-size: 16px;
    min-height: 30px;
    color: var(--themeColor4);
    margin-bottom: 10px;
}

.ser-text h3 a {
    color: var(--themeColor4) !important;
}

.ser-text ul.ser-text-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ser-text ul.ser-text-list li {
    gap: 5px;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--white);
    align-items: center;
    text-transform: capitalize;
}

.service_slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.ser-text ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.ser-text ul li span {
    color: #fff;
    font-size: 20px;
    font-family: 'Jersey-M54';
    line-height: 1;
}

.ser-text .design-ome {
    left: 28px;
    top: 44px;
}

.ser-text p {
    height: 75px;
    width: 90%;
    overflow: hidden;
    color: var(--white);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* end */
/* categories */
section.categories {
    /* padding: 80px 0 0; */
}

.cat-wrap ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cat-wrap ul li {
    width: 19%;
}

.cat-box h5 {
    font-size: 20px;
    margin: 17px 0 5px;
    color: var(--black);
    font-family: 'Jersey-M54';
    text-transform: uppercase;
}

.cat-box p {
    margin-bottom: 5px;
    color: var(--black);
}

.cat-box h5 span {
    display: block;
}

.cat-box {
    width: 100%;
    padding: 15px;
    height: 390px;
    transition: 0.5s;
    margin: 0px auto;
    text-align: center;
    border-radius: 10px;
    background-color: var(--themeColor4);
}

.btn2 {
    font-size: 17px;
    font-family: 'Jersey-M54';
    text-transform: uppercase;
    color: var(--black);
    font-weight: 400;
    letter-spacing: 0.5px;
}

.cat-img img {
    width: 110px;
    height: 120px;
    object-fit: contain;
    background-repeat: no-repeat;
    transition: 0.8s;
}

.cat-img:before {
    position: absolute;
    content: '';
    background-image: url(../images/vector2.png);
    background-size: cover;
    filter: brightness(0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cat-img {
    position: relative;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    margin: 0 auto;
}

.cat-box:hover {
    transition: 0.5s;
    background: var(--themeColor);
}

.cat-box .cat-hidd {
    opacity: 1;
    height: 100%;
}

.cat-box:hover .cat-img img {
    transform: scale(1.5);
}

.desg-hed {
    position: relative;
    display: inline-block;
}

html .thumbnail-slider img {
    object-fit: cover;
}

html .large-image-slider img {
    object-fit: contain !important;
}

.desg-hed:before,
.desg-hed:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 26px;
    bottom: 0;
    background-image: url(../images/vebtor3.png);
    border-radius: 0 40px 0px 0;
    background-repeat: no-repeat;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
}

.desg-hed:after {
    left: unset;
    right: -60px;
}

/* end */
/* Best seller */
section.best-seller .nav-tabs .nav-link.active {
    color: var(--themeColor3);
}

section.best-seller .nav-tabs .nav-link {
    background: #ffffff;
    border-radius: 10px 0 0 10px;
    color: #000;
    padding: 30px 18px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #121212;
    border: unset;
}

section.best-seller .nav-tabs {
    border: none;
    justify-content: center;
    gap: 10px;
    position: relative;
    left: 0;
    height: fit-content;
    top: 0;
}

section.best-seller .tab-pane {
    display: block;
    border: 0;
    height: 0;
    overflow: hidden;
}

section.best-seller .tab-pane.active {
    display: block !important;
    height: auto;
}

section.best-seller .top-heading,
section.best-seller .top-heading p {
    text-align: start;
    width: 85%;
    margin: 0;
}

section.best-seller .top-heading {
    margin-bottom: 30px;
}

.best-wrap h3 {
    font-size: 30px;
    color: var(--white);
}

.best-wrap img {
    width: 100%;
    height: 595px;
    object-fit: cover;
    border-radius: 10px;
}

.best-content {
    text-align: center;
    width: 86%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.best-wrap {
    position: relative;
}

.best-wrap h6 {
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.best-wrap h5 {
    font-size: 25px;
    font-family: 'Jersey-M54';
    color: #fff;
}

.best-wrap h5 span {
    color: var(--themeColor3);
    font-size: 39px;
}

.best-wrap h6:before,
.best-wrap h6:after {
    position: absolute;
    content: '';
    background: #fff;
    left: -60px;
    top: 50%;
    width: 50px;
    height: 1px;
}

.best-wrap h6:after {
    left: unset;
    right: -58px;
}

.best-tabs {
    position: relative;
}

/* end */
/* Deal week */
section.deal-week {
    padding: 80px 0 0;
    background-image: url(../images/week-bg.jpg);
    background-size: cover;
    margin-top: 80px;
    position: relative;
}

.deal-text h2 {
    font-size: 99px;
    line-height: 1;
}

.deal-text p {
    width: 60%;
}

.deal-text {
    padding-bottom: 90px;
    padding-top: 240px;
}

.weekly-slid-wrap {
    display: flex;
    align-items: end;
    gap: 30px;
    background: #fff;
    padding-left: 30px;
    padding-bottom: 30px;
}

.weekly-slid-wrap>div:first-child {
    width: 50%;
}

section.deal-week .container-fluid {
    padding-right: 0;
}

.week-text h3 {
    color: #121111;
    font-size: 30px;
}

.week-text ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.week-text ul li span {
    color: #121111;
    font-size: 30px;
    font-family: 'Jersey-M54';
}

.week-text p {
    color: #ccc;
    width: 76%;
    margin: 30px 0;
}

.week-text ul li a i {
    color: #fff;
    background: var(--themeColor3);
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 20px;
    transition: 0.5s;
}

.week-text ul li a i:hover {
    background: #000;
}

.weekly-slider {
    margin: 0 !important;
    position: unset;
}

.weekly-slider .slick-slide {
    margin: 0;
}

.slick-prev {
    left: 6%;
    top: 20%;
}

.weekly-slider .slick-prev:before,
.weekly-slider .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/arr1.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.weekly-slider .slick-next:before {
    background-image: url(../images/arr1.png);
}

.weekly-slider .slick-next {
    top: 15%;
    right: unset;
    left: 6%;
    transform: rotateX(180deg);
}

.weekly-slider .slick-prev:hover:before,
.weekly-slider .slick-prev:focus:before,
.weekly-slider .slick-next:hover:before,
.weekly-slider .slick-next:focus:before {
    transform: scale(1.2);
}

.weekly-slider ul.slick-dots {
    right: 3%;
    bottom: 70%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    width: fit-content;
    gap: 10px;
}

.weekly-slider .slick-dots li.slick-active button:before {
    background-image: url(../images/vebtor3.png);
    color: #fff;
    opacity: 1;
}

.weekly-slider .slick-dots li {
    opacity: 1;
}

.weekly-slider .slick-dots li button:before {
    color: #fff;
    opacity: 1;
}

/* end  */
/* About */
.abt-img img {
    /* width: 90%; */
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    /* margin-left: 10%; */
    /* height: 610px; */
    object-fit: cover;
}

.abt-img h2 {
    font-size: 81px;
    writing-mode: tb;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    transform: rotate(180deg);
}

.abt-img {
    position: relative;
}

.abt-img h2 .pink {
    color: var(--themeColor3);
}

section.about-us {
    padding: 80px 0;
}

.abt-text {
    position: relative;
}

.abt-text h2 {
    line-height: 1;
    margin-bottom: 10px;
}

.abt-text p {
    margin-bottom: 10px;
}

.abt-text .diam-line:before {
    height: 300px;
    top: 20px;
}

.abt-text .design-ome {
    top: 10px;
}

.abt-text .diam-line:after {
    /* bottom: -330px; */
    bottom: -62px;
}

/* end  */
/* ourportfolio_sec start */
.ourportfolio_sec {
    padding: 0px 4% 100px;
}

.ourporfolio_bar {
    text-align: center;
    padding: 30px 0;
}

.ourporfolio_bar h2 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.ourporfolio_bar p {
    width: 51%;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.portolio_top img {}

img.portfolio_bottom1 {
    object-fit: cover;
    width: 100%;
    height: 330px;
}

.portolio_top {
    object-fit: cover;
    height: 409px;
    padding: 20px 0;
    width: 100%;
    object-position: bottom;
}

.ourporfolio_slider_top_box {
    margin-top: 100px;
}

.ourporfolio_slider_top_box img {
    position: relative;
    width: 100%;
    height: 150px;
}

.ourporfolio_slider_top_box {
    position: relative;
}

/* .ourporfolio_slider_top_box::after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(rgb(236 213 179 / 70%), rgb(236 213 179 / 70%)); } */
.ourporfolio_slider_bottom_box img {
    width: 15%;
    height: 41px;
}

.ourporfolio_slider_bottom_box h3 {
    font-size: 38px;
    color: white;
    position: relative;
    padding: 20px 0;
}

.ourporfolio_slider_bottom_box h3::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: white;
    color: white;
}

.ourporfolio_slider_bottom_box p {}

.ourporfolio_slider_bottom_box {
    background-color: #1f1e21;
    padding: 30px 20px 0px;
    height: 489px;
}

.porfolio_slider .slick-slide {
    margin: 0px 0px;
}

.porfolio_slider button:hover.slick-prev:before {
    background: #cc3188;
}

.porfolio_slider button:hover.slick-next:before {
    color: #cf348b;
}

.porfolio_slider button.slick-next.slick-arrow {
    top: 86% !important;
    left: 23%;
}

.porfolio_slider button.slick-prev.slick-arrow {
    z-index: 1;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 86% !important;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black;
    border: none;
    left: 7%;
    outline: none;
    background: transparent;
}

.porfolio_slider .slick-prev:before,
.porfolio_slider .slick-next:before {
    color: white;
}

.porfolio_slider .slick-prev:before,
.porfolio_slider .slick-next:before {
    position: absolute;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 1;
    font-size: 20px;
    border-radius: 50%;
}

.porfolio_slider .slick-next:before {
    content: '\f105';
}

/* ourportfolio_sec end */
/*footwer css*/
footer {
    background: #0e0f0f;
    padding: 0;
}

.middle-text p {
    color: #ffffff;
    font-size: 15px;
    text-transform: lowercase;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ftr-inp form button:hover {
    background: #000;
    color: #fff;
}

footer h6 {
    font-size: 25px;
    color: #fff;
    font-family: 'Jersey-M54';
    font-weight: 400;
    margin-bottom: 30px;
}

.right-text ul li a {
    color: #fefefe;
    font-size: 14px;
    text-align: start;
    display: block;
    transition: 0.5s;
    text-transform: uppercase;
}

.bottom-footer p {
    color: #ffffff6b;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: right;
}

.bottom-footer {
    background: #0e0f0f;
    border-top: 1px solid #fff;
}

.left-text {
    text-align: center;
}

.right-text {}

.middle-text img {
    filter: brightness(0.5);
}

.right-text ul li {
    margin-bottom: 10px;
}

.ftr-bottom {
    padding: 70px 0 30px;
    position: relative;
}

.ftr-inp form input {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    color: black;
    height: 50px;
    background: #fff;
    border: unset;
}

.ftr-inp {
    position: relative;
    margin-bottom: 20px;
}

.ftr-inp form button {
    border: unset;
    background: var(--themeColor3);
    color: #dff;
    width: fit-content;
    height: 50px;
    transition: 0.5s;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.ftr-l img {
    width: 12%;
}

.bottom-footer .row {
    align-items: center;
}

.bottom-footer img {
    display: block;
}

footer .col-md-5 {
    width: 40%;
}

footer .col-md-3 {
    width: 20%;
}

.iframe-map iframe {
    width: 90%;
    border-radius: 10px;
    height: 200px;
}

.ftr-inp form input::placeholder {
    color: #000;
    text-align: start;
}

.middle-text {
    width: 100%;
    padding-bottom: 25px;
    margin: 0 0 60px auto;
    border-bottom: 2px solid var(--white);
}

.right-text ul li a:hover {
    color: var(--themeColor3);
}

/*footwer css*/
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #cc7ca7;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px #af849b;
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #b885a0;
    }
}

/* reviews*/
.rev-box {
    padding: 0 40px;
    border-radius: 7px;
    position: relative;
    background: var(--themeColor);
}

ul.cleint-info {
    gap: 10px;
    display: flex;
    align-items: center;
}

ul.cleint-infoli h4 {
    margin: 0;
}

ul.cleint-info li h4 {
    margin: 0;
    color: #fff;
    font-size: 10px;
}

ul.cleint-info li h3 {
    margin: 0;
    font-size: 19px;
}

.rev-text p {
    width: 100%;
    color: var(--white);
}

ul.client-rev {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0;
    margin-top: 30px;
}

ul.client-rev li i {
    color: #ff9600;
    font-size: 14px;
}

ul.client-rev li span {
    margin: 0;
    font-size: 10px;
    color: #fff;
    line-height: 10px;
}

ul.client-rev li>div {
    line-height: 12px;
    margin-bottom: -7px;
}

.rev-text {
    margin-left: 4%;
    position: unset;
}

.reviews-slider .row {
    align-items: center;
}

.rev-img {
    text-align: center;
}

section.reviews .top-heading p {
    text-align: start;
    width: 80%;
    margin: 0;
}

section.reviews .top-heading h2 {
    text-align: start;
}

.rev-img img {
    width: auto;
}

.rev-box .design-ome {
    left: 70px;
    top: 11%;
}

.rev-box .diam-line:before {
    height: 100%;
    bottom: -21px;
}

.rev-box .diam-line:after {
    bottom: -30px;
}

.rev-box ul.slick-dots {
    position: absolute;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-direction: column;
    width: fit-content;
    bottom: 36%;
}

.rev-box .slick-dots li.slick-active button:before {
    background-image: url(../images/vebtor3.png);
    color: var(--themeColor3);
    opacity: 1;
}

.rev-box .slick-dots li {
    opacity: 1;
}

.rev-box .slick-dots li button:before {
    color: #fff;
    opacity: 1;
}

/* end  */
.ban-prd-hov {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
    width: 310px;
    opacity: 0;
    padding-left: 90px;
}

.img-ban-hov {
    transition: 0.5s;
    cursor: pointer;
    width: fit-content;
    z-index: 9;
    position: relative;
    overflow: hidden;
    margin-top: 160px;
    margin-left: 30px;
}

.img-ban-hov:hover>.ban-prd-hov {
    opacity: 1;
    z-index: 99;
}

.img-ban-hov:hover {
    overflow: visible;
}

.img-ban-hov.img-ban-hov2 {
    margin-left: -32%;
    margin-top: -17%;
}

.img-ban-hov.img-ban-hov3 {
    margin-left: -52%;
    margin-top: 24%;
}

/* Inner Pages */
/* Inner Banner */
section.main_slider.inner-ban img.img-fluid {
    opacity: 0;
    height: 130px;
    object-fit: cover;
}

section.main_slider.inner-ban {
    min-height: 450px;
    align-items: center;
    background-position: 0px -80px;
}

section.main_slider.inner-ban .follow-banner {
    top: 28%;
    display: none;
}

section.main_slider.inner-ban .banner_text {
    width: fit-content;
}

section.main_slider.inner-ban .banner_text h1 {
    margin-bottom: 0;
}

/* end */
/* About us */
section.about-us.inn-abt .diam-line:before {
    height: 97%;
}

section.about-us.inn-abt .diam-line:after {
    bottom: 0px;
}

.header-icons #search-box button {
    background-color: var(--themeColor3) !important;
}

/* end  */
/*appointment*/
section.booking-wrap {
    padding: 100px 0;
}

.booking-in input {
    width: 100%;
    margin-bottom: 5%;
    border: 1px solid var(--themeColor);
    background: transparent;
    height: 55px;
    padding: 15px;
    color: var(--black);
}

.booking-in input::placeholder {
    color: var(--black);
    font-weight: 500;
}

.booking-in textarea::placeholder {
    color: var(--black);
    font-weight: 500;
}

.booking-in textarea {
    width: 100%;
    margin-bottom: 1%;
    color: var(--black) !important;
    border: 1px solid #80808080;
    padding: 15px 10px;
    height: 150px;
    background: transparent;
}

.booking-btn button {
    margin: 0 auto;
}

.booking-btn {
    text-align: center;
}

section.booking-wrap button.theme-btn {
    border: unset;
}

.apointment-head {
    text-align: center;
    margin-bottom: 3%;
}

.apointment-head h4 {
    font-family: 'Jersey-M54';
    font-weight: 400;
    font-size: 60px;
    color: var(--black);
    margin-bottom: 20px;
}

.apointment-head p {
    width: 55%;
    margin: 0 auto;
    font-size: 14px;
    color: var(--black);
    letter-spacing: 1px;
}

.booking-in {
    position: relative;
}

.booking-in i {
    position: absolute;
    right: 1px;
    width: 15%;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--themeColor);
    font-size: 26px;
    top: 1px;
    color: var(--black);
    pointer-events: none;
}

.booking-in select {
    width: 100%;
    height: 55px;
    border: 1px solid var(--themeColor);
    padding-left: 15px;
    background: transparent;
    color: var(--black);
}

/*appointment end*/
/* Frequently  */
section.frequently {
    padding: 100px 0 80px 0;
}

.top-head p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}

section.frequently {
    background: url(../images/det-bg.png);
    height: 1307px;
    background-size: cover;
    display: flex;
    align-items: center;
}

section.frequently button.accordion-button.collapsed {
    border: unset;
    color: #ffffff;
    font-size: 37px;
    font-weight: 500;
    background: #2a2a2a;
    padding: 20px;
}

section.frequently .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

section.frequently .accordion-button::after {
    background-image: url(../images/plus.png);
    width: 18px;
    height: 18px;
    background-size: contain !important;
}

.accordion-item {
    border: 0;
}

section.frequently .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    width: 20px;
    height: 20px;
}

section.frequently .accordion-button:not(.collapsed) {
    padding: 20px;
    background: transparent;
    box-shadow: unset;
}

tr {
    font-weight: 400;
    font-size: 12px;
    color: #0928b5;
    padding: 20px;
    padding-top: 10px;
    font-family: 'trajan-regular';
    font-weight: 700;
    text-transform: uppercase;
}

button.accordion-button span {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.freq-wrap .accordion-item {
    width: 85%;
    margin: 0 auto;
}

section.faqs .accordion-item .accordion-button:not(.collapsed):hover {
    color: #ffffff;
}

section.frequently .accordion-item {
    margin-bottom: 4%;
    background: #2a2a2a;
    box-shadow: 0 0 8px 0 #3f3f3f99;
    border: unset;
    border-radius: 8px;
}

.freq-wrap.line-circle {
    position: relative;
}

.freq-wrap.line-circle:before {
    position: absolute;
    content: '';
    background: var(--themeColor3);
    right: -11px;
    top: 0;
    width: 2px;
    height: 100%;
}

.freq-wrap.line-circle:after {
    position: absolute;
    content: '';
    background: var(--themeColor3);
    right: -20px;
    top: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

section.main-faq img {
    height: 500px;
    object-fit: cover;
    object-position: left;
}

section.main-faq .freq-wrap.line-circle:before {
    display: none;
}

section.main-faq .freq-wrap.line-circle:after {
    display: none;
}

section.main-faq a.theme_btn.mt-4 {
    margin-left: 7.5%;
}

section.main-faq.frequently h2.theme-h2 {
    margin-bottom: 60px;
    background: linear-gradient(to right, rgb(9, 40, 181) 15%, rgb(252, 175, 8) 65%) text;
}

.accordion-button:not(.collapsed) span {
    color: #fff;
}

.accordion-body {
    width: 80%;
    color: #fff;
}

/* FAQS */
/* Inner service */
section.services.inn-service .ser-text p {
    width: 100%;
}

/* end */
/*contact pg*/
section.contact_pg {
    padding: 10% 0;
}

.con_sid-wrp select {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-left: 0;
    height: 55px;
    border-top: 0;
    border-right: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.contact-select-icon i {
    font-size: 18px;
    color: #000;
}

.contact-select {
    position: relative;
}

.contact-select-icon {
    position: absolute;
    top: 20px;
    right: 10px;
    pointer-events: none;
}

.contact_form {
    width: 90%;
    margin: 0 auto;
}

.con_sid-wrp {
    padding: 50px 40px 40px;
}

.con_sid-wrp h3 {
    font-size: 68px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

.con_sid-wrp p {
    margin-bottom: 20px;
}

.con_sid-wrp form input,
select.form-select,
.con_sid-wrp form textarea {
    width: 100%;
    border: 1px solid #515151;
    height: 55px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
    background: #1d1d1d;
    appearance: auto;
}

.con_sid-wrp form textarea {
    width: 100%;
    height: 180px;
}

.con_sid-wrp form textarea::placeholder,
.con_sid-wrp form input::placeholder {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.contact_dtlss {
    padding: 170px 50px 170px;
    background: var(--themeColor3);
    border-radius: 10px;
}

.contact_dtlss h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8%;
}

.contact_form:before {
    position: absolute;
    content: '';
    background: #1d1d1d;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    left: 0;
    top: -60px;
    width: 86%;
    height: 110%;
    z-index: -1;
}

.grp-wrp ul {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 33px;
    list-style: none;
}

.grp-wrp ul li a p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
}

.main_contact_wrp {
    position: relative;
    border-radius: 10px;
}

.bk_wht {
    background-color: transparent;
}

.boots_dtlss:after {
    position: absolute;
    content: "";
    background-image: url(../images/vec-4.png);
    width: 130px;
    height: 150px;
    right: 140px;
    bottom: -20px;
}

.grp-wrp ul a {
    text-decoration: none;
}

/*contact pg*/
/* Policy */
section.policies {
    padding: 80px 0;
}

.policy-wrap h2 {
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 20px;
}

/* end */
/* Reviews inner */
section.reviews.inn-reviews {
    padding: 80px 0;
}

section.reviews.inn-reviews .rev-box {
    padding: 40px 0 30px;
    padding-left: 80px;
    padding-right: 40px;
    height: 100%;
}

section.best-seller.inn-prds {
    padding: 80px 0;
}

/* end */
/*CART PAGE CSS*/
.shopping_cart {
    padding: 80px 0;
}

.shopping_cart_table h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.shopping_cart_table table th {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Jersey-M54';
    color: #fff;
    padding-bottom: 10px;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b88f;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #b8b8b88f;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 28%;
    margin-right: 10px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 35px;
    font-family: 'Jersey-M54';
    font-weight: 400;
    color: var(--headingColor2);
    margin: 0;
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: var(--themeColor3);
}

.cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    padding: 10px 30px;
    border: 1px solid #b8b8b88f;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--headingColor2);
    font-weight: 500;
}

.cart_recipt>a:hover,
.cart_recipt>a:hover i {
    background: var(--themeColor3);
    color: var(--headingColor2);
}

.cart_recipt>a i {
    margin-right: 10px;
    color: #b8b8b88f;
}

.recipt {
    width: 30%;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    color: var(--headingColor2);
    margin-bottom: 20px;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b8b8b88f;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card {
    padding: 50px 25px;
    padding-top: 0;
}

.payment_card h3 {
    font-size: 35px;
    font-family: 'Jersey-M54';
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #414241;
}

.credit_paypal a {
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #414241;
    display: flex;
    align-items: center;
    gap: 30px;
}

.payment_card form label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #414241;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
    font-size: 14px;
    padding-bottom: 20px;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #414241;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form input::placeholder {
    color: #fff;
}

.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 150px;
    float: left;
    border: 1px solid #b7b7b7;
    border-radius: 25px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: 'Roboto';
    color: #fff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

/*CART PAGE CSS END*/
/*CHECKOUT PAGE*/
.billing_form h3 {
    font-family: 'Jersey-M54';
    font-size: 30px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
}

.billing_form label {
    font-size: 14px;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 500;
}

.radiosss p {
    color: #fff;
    font-size: 13px;
    font-family: 'ROBOTO';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Montserrat';
    background: transparent;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
}

.billing_form input::placeholder {
    color: #fff;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #fff;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 16px;
}

.cart_sidebar h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Jersey-M54';
    font-size: 30px;
    color: #fff;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #fff;
    font-size: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: uppercase;
}

.cart_sidebar h5 span {
    float: right;
    color: #fff;
}

.cart_sidebar h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--themeColor3);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
    font-family: 'Montserrat-Ultral';
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff2e98;
    font-family: 'Montserrat-Ultral';
}

.checkout_btn:hover {
    /* color: white; */
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: var(--themeColor3);
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0 150px;
    position: relative;
    margin-bottom: -70px;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: none;
    padding: 0;
}

/*Checkout End*/
/*product detail page css start*/
.productdetailsec {
    padding: 80px 0 50px;
}

.productdetailtext h3 {
    font-size: 23px;
    line-height: 45px;
    letter-spacing: 0;
    color: var(--headingColor2);
    font-family: 'Poppins';
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
}

.productdetailtext p {
    color: var(--headingColor2);
    font-size: 14px;
    line-height: 31px;
    font-weight: 400;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 40px 0;
}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 600;
    color: var(--headingColor2);
    line-height: 30px;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: var(--headingColor2);
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    border: 4px solid #E1E1E1;
    height: 100%;
}

.productdetailsmallportion img:hover {
    border: 2px solid #006df0;
}

.productdetailnav .slick-current .productdetailsmallportion img {
    border-color: var(--themeColor3);
}

.productdetailnav .slick-current .productdetailsmallportion:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    right: 0;
    width: 90px;
    height: 50px;
    background: var(--themeColor3);
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.productdetailsec .productdetailportion {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 20px;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.shopping_cart .num-in {
    width: 153px !important;
    float: none !important;
}

.shopping_cart .num-in input {
    padding-left: 15px !important;
    font-family: 'Jersey-M54' !important;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 30px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 30px !important;
    margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: var(--headingColor2) !important;
}

.product-detail span:hover {
    background-color: var(--themeColor3) !important;
}

.iconlist {
    margin-top: 20px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    border: unset;
    font-weight: 700;
    color: #fff;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid var(--themeColor3);
    color: var(--themeColor3);
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.description .tab-content p {
    color: var(--headingColor2);
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.iconlist tg {
    padding: 0px 10px;
    border-radius: 10px;
    background-color: var(--themeColor3);
}

.productdetailfor .slick-slide img {
    width: 50%;
    height: 50%;
    border-radius: 20px;
    object-fit: contain;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
    background: #fff;
}

/* skin 2 */
.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    background: #fff;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Roboto';
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    border: unset;
    border: unset !important;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}

/* / skin 2 */
.statment-choose h6 {
    font-size: 19px;
    color: var(--headingColor2);
    font-weight: 500;
    margin-bottom: 40px;
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--headingColor2);
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 17px;
    font-family: "Manrope", sans-serif;
    color: var(--headingColor2);
}

ul.rate-reviews li:first-child i {
    color: #facc2b;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: var(--headingColor2);
    font-size: 22px;
}

.price h5 del {
    display: block;
    font-size: 20px;
    color: var(--headingColor2);
}

.price h5 {
    font-size: 45px;
    font-family: "Manrope", sans-serif;
    color: var(--headingColor2);
    font-weight: 600;
    margin: 30px 0;
}

/*product detail page css end*/
.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: var(--headingColor2);
}

.description .tab-content form .row {
    align-items: center;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.rev-btn {
    display: inline-block;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
    border: unset;
    background: var(--themeColor3);
    color: #fff;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews {
    padding: 0px 0px 100px;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b !important;
}

.review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

button.btn1.tabs-btn:hover {
    background: #000;
}

.rev-btn h6 {
    color: #fff;
    text-transform: uppercase;
}

.form-control:focus {
    background: transparent;
    box-shadow: none;
}

.form-control {
    color: var(--headingColor2) !important;
}

.best-seller.inn-prds .nav-tabs {
    position: inherit;
    height: auto;
    writing-mode: horizontal-tb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.diam-line {
    height: 100%;
    width: 10px;
    bottom: 0;
    position: relative;
}

.best-seller.inn-prds .nav-tabs .nav-link {
    border-radius: 10px;
}

/*start step form */
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

.menu_sec #menu li a.active.theme_btn:before {
    display: none;
}

#msform .action-button {
    width: 100px;
    background: var(--themeColor) !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000 !important;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

.card {
    z-index: 0;
    border: none;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    background: var(--white);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.fs-title {
    font-size: 30px;
    color: var(--headingColor);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0;
}

.purple-text {
    color: #673ab7;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #fff;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--themeColor);
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: var(--themeColor);
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.ser-acc-wrap .accordion-button:not(.collapsed) {
    color: var(--black);
    text-transform: capitalize;
    font-size: 20px;
    background: #f9f9f9;
    font-family: 'Poppins';
}

.ser-acc-wrap .accordion-body {
    width: 100%;
    padding: 0;
}

.ser-acc-wrap .accordion-item {
    margin-bottom: 10px;
    background: transparent;
}

.ser-acc-wrap button.accordion-button.collapsed {
    color: var(--black);
    text-transform: capitalize;
    font-size: 20px;
    background: #f9f9f9;
    font-family: 'Poppins';
    font-style: italic;
    border: 1px solid transparent;
}



.ser-acc-wrap button.accordion-button.collapsed b,
.ser-acc-wrap .accordion-button:not(.collapsed) b {
    display: block;
    margin-left: 10px;
}

.ser-acc-wrap .accordion-button::after {
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    background-image: none;
    position: absolute;
    top: 20px;
    font-size: 20px;
    right: 30px;
}

.ser-acc-wrap .row {
    justify-content: center;
}

/*end */
.item-select {
    border: 1px solid var(--themeColor);
    margin-top: 4px;
    background: transparent;
}

.cbx {
    position: relative;
    width: 100%;
}

.inp-cbx:checked+.cbx {
    background: #9b90a050;
}

.base-box.base-step {}

.base-box.base-step p {
    color: var(--textColor);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.base-box.base-step h3 {
    color: var(--textColor);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    margin-bottom: 0;
}

.inp-cbx:checked+.cbx .base-box h3 {
    color: var(--black);
}

.item-select span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3px 20px;
    cursor: pointer;
}

.inp-cbx:checked+.cbx button.sel-btn.selted {
    display: block !important;
}

.inp-cbx:checked+.cbx button.sel-btn {
    display: none;
}

button.sel-btn {
    color: var(--themeColor);
    background: transparent;
    border: unset;
    font-size: 17px;
    font-family: 'Jersey-M54';
    pointer-events: none;
}

.inp-cbx:checked+.cbx .base-box p {
    color: var(--headingColor2);
}

.item-select span .base-box.base-step:first-child {
    width: 80%;
}

.ser-acc-wrap {
    margin-top: 10px;
}

/* Appointment Page Start */
div#datepicker table th,
div#datepicker table td {
    text-align: center;
}

table.ui-datepicker-calendar thead tr th {
    font-weight: 700 !important;
}

.ui-datepicker-title span {
    font-size: 20px;
    color: #fff;
}

div#datepicker table .ui-state-default {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px;
    font-weight: 600;
    color: var(--black);
    background: #9b90a069;
    font-size: 18px;
    border: 1px solid var(--themeColor);
}

div#datepicker table .ui-state-default:hover {
    background-color: var(--black);
    color: var(--headingColor2);
}

div#datepicker table a.ui-state-default.ui-state-active {
    background: var(--themeColor);
    color: #fff;
}

section.booking-sec {
    padding: 100px 0;
}

.btn-1 {
    height: 50px;
    padding: 0 30px;
    background: var(--themeColor3);
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}

.btn-1:hover {
    color: #fff;
    background: #601f77;
}

div#datepicker table th {
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    color: var(--headingColor2);
    border: 1px solid;
}

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    margin: 30px 0 30px;
}

.ui-datepicker-header a.ui-datepicker-next.ui-corner-all {
    order: 1;
}

.ui-datepicker-header>a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #496241;
    background: #fff;
    border: 1px solid #496241;
}

div#datepicker table .ui-state-disabled .ui-state-default {
    background: transparent;
    font-weight: 200;
    font-size: 18px;
    color: var(--themeColor);
    font-family: 'Abril Fatface', cursive;
}

div#datepicker table a.ui-state-default:hover {
    background: #282828;
}

.containers {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
    border: 1px solid #ddd;
    max-width: 800px;
}

section.calendly-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 40px 0;
}

.calender-wrapper {
    padding: 30px;
    height: 100%;
    border: 1px solid var(--headingColor);
    background: transparent;
    border-radius: 10px;
}

.company-info {
    padding: 20px;
}

.company-info h3 {
    margin: 10px 0 20px;
}

.badges {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a9c;
    margin: 0 0 20px;
}

table.ui-datepicker-calendar {
    width: 100%;
}

.time-slot {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    border: 1px solid var(--textColor);
    margin: 10px auto;
    border-radius: 7px;
    font-weight: 600;
    color: var(--headingColor2);
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    margin-right: 8px;
}

.time-slot.active>span {
    background: var(--themeColor2);
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    color: var(--black);
}

div#datepicker table th {
    border-color: var(--headingColor);
}

.calender-wrapper h3 {
    font-size: 20px;
    color: var(--headingColor2);
}

.time-slot>div {
    width: 0;
    overflow: hidden;
}

.wrapper-time {
    border: 1px solid var(--themeColor3);
    border-radius: 10px;
    padding: 10px 20px;
    background: transparent;
}

.slot-wrapper {
    text-align: center;
    max-height: 100vh;
    overflow-y: scroll;
}

a {
    text-decoration: none;
}

div#datepicker table td {
    height: 77px;
    border: 1px solid var(--headingColor);
}

.book-form input[type="text"],
.book-form input[type="email"],
.book-form input[type="tel"],
.book-form textarea {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #000;
    background: #ffffff;
}

.book-form textarea {
    height: 150px;
}

.quote-frm {
    padding-top: 40px;
}

.quote-frm h2 {
    text-transform: capitalize;
    color: var(--headingColor2);
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.more-detai {
    margin: 0 0 20px;
}

.doct-portfolio {
    padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}

.doc-details ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.doc-details ul li i {
    font-size: 15px;
    color: #000;
}

.doc-details ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    justify-content: start;
}

.doc-img img {
    border-radius: 5px;
    object-fit: cover;
    height: 170px;
    width: 170px;
    margin: 0 0 0 auto;
    display: block;
    box-shadow: 0 0 8px #ccc;
    /* border-radius: 50%; */
}

.doc-wrap {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #400056;
    border-radius: 8px;
    background: transparent;
    margin: 0 0 24px;
}

.doc-wrap .doc-details {
    width: 60%;
}

.doc-wrap .doc-img {
    width: 40%;
}

.doc-details p {
    width: 96%;
    font-size: 15px;
    color: #000;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border-top: 1px solid var(--themeColor3);
}

.wrapper-time .btn-1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    border: 0;
}

.wrapper-time .btn-1:hover {
    background: #000;
}

/* Appointment Page End */
/*step third */
.book-form input[type="text"],
.book-form input[type="email"],
.book-form input[type="tel"],
.book-form textarea {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 6px;
    background: transparent;
    color: var(--headingColor2);
    border: 1px solid var(--themeColor);
}

.book-form textarea {
    height: 150px;
}

.book-form input::placeholder {
    color: var(--headingColor2) !important;
}

.book-form textarea::placeholder {
    color: var(--headingColor2) !important;
}

.quote-frm {
    padding-top: 40px;
}

.quote-frm h2 {
    text-transform: capitalize;
    color: var(--headingColor2);
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.list-itms b,
.list-itms span {
    color: var(--headingColor2);
    font-size: 15px;
    margin-bottom: 14px;
    display: inline-block;
}

.btn-1:hover {
    background: #b4b4b4;
    color: #fff;
}

.quote-frm label {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    color: var(--headingColor2);
}

.quote-frm label input[type="checkbox"] {
    /* width: auto !important; */
    padding: 0;
    margin: 0;
}

.quote-frm label a {
    margin-left: -5px;
    color: var(--black) !important;
}

/*step end */
/*Last step */
.payment-str input {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 6px;
    color: var(--headingColor2);
    border: 1px solid var(--themeColor3);
    background: transparent;
}

.payment-str input::placeholder {
    color: var(--headingColor2);
}

select#month option,
select#year option {
    background: #121212;
}

.payment-str .row {
    justify-content: center;
}

.payment-str {
    padding: 0 40px 40px;
    border: 1px solid var(--themeColor3);
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
}

.str-img img {
    width: 200px;
    margin: 20px 0;
}

.payment-str select#month,
.payment-str select#year {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid var(--themeColor3);
    background: transparent;
}

/*end */
.force-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.iti {
    width: 100%;
}

.loader {
    width: 100%;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text {
    color: #fff;
    font-family: arial, sans-serif;
}

.loader-text:after {
    content: 'Loading';
    animation: load 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        content: 'Loading';
    }

    33% {
        content: 'Loading.';
    }

    67% {
        content: 'Loading..';
    }

    100% {
        content: 'Loading...';
    }
}

/* *  STYLE 3 */
.slot-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

.slot-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #000000;
}

.slot-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--themeColor3);
}

/* CLOCK */
.circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    border: 8px solid white;
    border-radius: 50%;
}

.circle .face {
    width: 100%;
    height: 100%;
}

.circle .face:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: white;
    border-radius: 6px;
    content: "";
    display: block;
}

.circle .face .hour,
.circle .face .minute,
.circle .face .second {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border-radius: 4px 0 0 4px;
}

.circle .face .minute,
.circle .face .second {
    transform-origin: 50% 100%;
}

.circle .face .hour {
    margin: -4px 0 -4px -25%;
    padding: 4px 0 4px 25%;
    transform-origin: 100% 50%;
}

.circle .face .minute {
    margin: -40% -3px 0;
    padding: 40% 3px 0;
}

.circle .face .second {
    margin: -40% -1px 0 0;
    padding: 40% 1px 0;
}

/* CLOCK */
.ser-img .hover-image {
    height: 100% !important;
}

.ser-img a i {
    color: var(--themeColor3) !important;
}

/* gallery-sec */

.gallery-sec {
    padding: 0px 5% 100px;
}

.gallery-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.gallery-img::before {
    top: 50%;
    left: 50%;
    height: 0%;
    z-index: 1;
    content: "";
    width: 200%;
    position: absolute;
    background-color: var(--themeColor);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-img:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallerySlider .slick-slide {
    opacity: 1;
    margin: 0 10px 0;
    transition: margin 0.3s ease;
}

.gallerySlider-contorl {
    display: flex;
    align-items: center;
    margin: 50px 0px 25px;
    justify-content: center;
}

.gallerySlider .slick-track {
    height: 455px;
}

/* gallery-sec */


/* Modal overlay */
.modal {
    display: none;
    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.637);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Modal content box */
.modal-content {
    width: 90%;
    color: #fff;
    max-width: 600px;
    overflow-y: auto;
    max-height: 80vh;
    position: relative;
    padding: 20px 30px;
    border-radius: 15px;
    background: var(--themeColor);
    animation: scaleIn 0.3s ease forwards;
}

/* Close icon */
.modal-close {
    top: 15px;
    right: 15px;
    color: #ccc;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    transition: color 0.2s;
}

.modal-close:hover {
    color: #fff;
}

/* Modal title */
.modal-content h2 {
    text-align: center;
    margin-bottom: 15px;
    color: var(--white);
}

/* Ordered list */
.modal-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

/* Buttons container */
.modal-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}


/* Scale in animation */
@keyframes scaleIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*  Contact us page css */

.contact-details {
    padding: 100px 0;
}

.contact-detail-item {
    display: flex;
    padding: 25px;
    min-height: 290px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 21.06px 5.94px rgba(0, 0, 0, 0.07);
}

.contact-detail-item .icon-box {
    width: 65px;
    height: 65px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    margin: 0 auto 30px;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--themeColor);
}

.contact-detail-item .icon-box i {
    font-size: 25px;
    transition: ease-in-out;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.contact-detail-item .icon-box:hover i {
    transition: ease-in;
    transform: rotate(360deg);
    transition-duration: 0.5s;
}

.contact-detail-item h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Jersey-M54';
}

.contact-detail-item p {
    margin: 0;
    font-size: 14px;
    color: #666666;
}

.contact-inquiry-box {
    padding: 0px 0 100px 0;
}

.contact-form {
    padding: 70px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 37.76px 21.24px rgba(0, 0, 0, 0.07);
}

.contact-form input,
.contact-form select {
    height: 65px;
    color: #666666;
    padding-left: 25px;
    border-radius: 50px;
    margin-bottom: 25px;
    font-family: 'Montserrat';
    background-color: transparent;
    border: 1px solid var(--themeColor);
}

.contact-form label {
    font-weight: 800;
    margin-bottom: 5px;
    font-family: 'Jersey-M54';
    color: var(--headingColor2);
}

.contact-form textarea {
    height: 165px;
    padding-top: 25px;
    padding-left: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
    font-family: 'Montserrat';
    color: var(--headingColor2);
    background-color: transparent;
    border: 1px solid var(--themeColor);
}

.cnt-btn-frm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cnt-btn-frm button {
    letter-spacing: 2px;
}

.cnt-btn-frm .theme_btn {
    margin: auto;
}

.contact-inquiry-box h2 {
    text-align: center;
}

.contact-inquiry-box textarea#msg {
    height: 200px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-inquiry-box iframe {
    width: 90%;
    float: right;
    height: 500px;
    min-height: 100%;
}

.contactus-page .section-heading {
    margin-top: 25px;
}

/* end  */

img.banner-bg.img-fluid {
    height: 1400px;
    width: 100%;
    object-fit: cover;
}


/* .jewellery sec */

.about-img {
    left: 24px;
    height: 470px;
    display: flex;
    min-height: 100%;
    position: relative;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    background-color: var(--themeColor);
}

.about-img .aboutImgSlider {
    height: 100%;
    max-width: 86%;
    margin-bottom: 0;
}

.about-img .aboutImgSlider::before {
    top: 100%;
    width: 100%;
    content: '';
    height: 100px;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--themeColor);
}

.about-img-box {
    height: 100%;
}

.about-img-box img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}

.about-img .aboutImgSlider .slick-list,
.about-img .aboutImgSlider .slick-track {
    height: 100%;
}

.about-img .aboutImgSlider .slick-slide {
    margin: 0;
    opacity: 1;
}

.about-img .aboutImgSlider .slick-dots {
    bottom: -62px;
}

.about-img .aboutImgSlider .slick-dots li {
    opacity: 0.5;
}

.about-img .aboutImgSlider .slick-dots li button {
    width: 8px;
    height: 8px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.about-img .aboutImgSlider .slick-dots li.slick-active {
    opacity: 1;
}

.about-img .aboutImgSlider .slick-dots li button::before {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    line-height: 8px;
    color: var(--white);
}

.about-img h5 {
    font-size: 14px;
    padding: 10px 35px;
    color: var(--white);
    writing-mode: sideways-rl;
}

.about-text {
    position: relative;
    padding: 25px 30px;
    border-radius: 0px 10px 10px 0px;
    background-color: var(--themeColor);
}

.about-text h2 {
    color: var(--themeColor4);
    line-height: 55px;
}

.about-text h2 span {
    color: var(--themeColor2);
}

.about-text h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-text p {
    color: var(--white);
    margin-bottom: 15px;
}

.about-text .position-relative {
    z-index: 1;
}

.about-text-p {
    margin: 20px 0px;
    padding: 0px 25px;
}

.about-more-text p {
    margin-bottom: 25px;
}

.inner-about {
    margin-bottom: 0;
}

.jewellery-sec {
    padding: 100px 0px;
}

.jewellery-sec .about-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.jewellery-sec .about-img-box img {
    object-fit: contain;
}

/* .jewellery sec */
.legal-banner .carousel-inner {
    min-height: 130px;
}

.legal-banner .carousel-caption {
    min-height: 130px;
}

/*banner css start */

.main_slider {
    display: flex;
    overflow: hidden;
    min-height: 750px;
    position: relative;
    align-items: flex-end;
    padding: 50px 4% 50px;
    background-position: 0 -80px;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, rgba(154, 103, 16, 0.21) 10%, var(--themeColor) 75%, var(--themeColor) 100%);
}

.main_slider .add-padding {
    position: relative;
}

.main_slider .row {
    z-index: 1;
    align-items: flex-end;
}

.banner_text {
    padding: 30px;
    border-radius: 25px;
    background: #ffffff2e;
    backdrop-filter: blur(18px);
    border: 3px solid var(--themeColor2);
}

.banner_text h1 {
    margin-bottom: 15px;
}

.banner_text h5 {
    font-size: 20px;
    color: #f6f1eb;
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner_text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}

.banner_text .button-flex {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
}

.banner-product {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-product-box {
    width: 100%;
    padding: 10px;
    display: flex;
    overflow: hidden;
    max-width: 200px;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.banner-product-box:hover {
    transition-duration: 0.5s;
    background-color: var(--themeColor3);
}

.banner-product-box:hover h6,
.banner-product-box:hover p {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-product-box:hover a i {
    transition: ease-in;
    color: var(--themeColor3);
    transition-duration: 0.5s;
    background-color: #f1ede9;
}

.banner-product-box a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}

.bannerProductSlider .slick-slide {
    margin: 0px 5px;
}

.banner-product-box a p {
    color: #999995;
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 12px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.banner-product-box a h6 {
    margin-bottom: 5px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
}

.banner-product-box a i {
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 16px;
    color: #161515;
    align-items: center;
    border-radius: 10px;
    transition: ease-in-out;
    justify-content: center;
    background-color: #fff;
    transition-duration: 0.5s;
}

.banner-icon {
    width: 100%;
    bottom: -180px;
    display: flex;
    margin-top: 25px;
    overflow-x: hidden;
    position: absolute;
    align-items: center;
    justify-content: space-between;
}

.banner-icon::before {
    top: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: '';
    right: 120px;
    opacity: 0.5;
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

.banner-icon h6 {
    margin: 0px;
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
}

.banner-icon ul {
    gap: 10px;
    z-index: 1;
    display: flex;
    position: relative;
    margin-bottom: 0px;
    align-items: center;
    padding-right: 20px;
    justify-content: center;
    background-color: var(--themeColor);
}

.banner-icon ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    position: relative;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #ada8a2;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.banner-icon ul li a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 43px;
    height: 43px;
    margin: auto;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.banner-icon ul li a:hover::before {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #f6f1eb;
}

.banner-icon ul li a i {
    z-index: 1;
    color: #ada8a2;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-icon ul li a:hover {
    transition: ease-in-out;
    background-color: #f6f1eb;
    transition-duration: 0.5s;
}

.banner-icon ul li a:hover i {
    color: #403a34;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

/*banner css end*/

.service-img {
    display: flex;
    height: 400px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail h2 {
    margin-bottom: 10px;
}

.service-detail ul {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.service-detail ul li {
    gap: 10px;
    display: flex;
    border-radius: 25px;
    padding: 5px 15px;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid var(--themeColor3);
}

.service-detail ul li i {
    font-size: 10px;
    color: var(--themeColor3);
}

.service-detail ul li h6 {
    margin-bottom: 0px;
    font-size: 16px;
}

.discountSlider {
    margin: 50px 0px;
}

.discountSlider .slick-slide {
    opacity: 1;
    margin: 0px 5px;
    width: fit-content !important;
}

.discountSlider .slick-list {
    overflow: visible;
}

.discount-slider-text {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: var(--themeColor3);
}

.discount-slider-text h4 {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 0px;
}


/* faq */

section.faq-sec.themes-padd .accordion-button.collapsed {
    font-size: 23px;
    font-weight: 700;
    line-height: 31px;
    padding: 20px 20px;
    color: var(--black);
    font-family: 'Montserrat';
    text-transform: uppercase;
    background-color: var(--themeColor4);
}

section.faq-sec.themes-padd .accordion-button {
    border-radius: 10px !important;
}

section.faq-sec.themes-padd .gorrila-page-txt .color-red {
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.gorrila-page-txt ul {
    list-style: auto;
}

.faq-sec .accordion-body {
    padding: 20px 30px;
    width: 100%;
    background: #ffffff;
    border: 2px solid var(--themeColor3);
    border-top: none;
    border-radius: 0px 0px 10px 10px !important;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

.accordion-body ul li:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000;
    top: 10px;
    left: 0;
}

.accordion-body p {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.accordion-body h5 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black);
}

.accordion-body ul li {
    position: relative;
    padding-left: 20px;
}

section.faq-sec.themes-padd .accordion-item {
    border: unset;
    margin-bottom: 30px;
    border-radius: 15px;
}

section.faq-sec.themes-padd .accordion-button:not(.collapsed) {
    box-shadow: none;
    font-size: 25px;
    font-weight: 700;
    background: unset;
    border-bottom: unset;
    color: var(--themeColor);
    font-family: 'Montserrat';
    text-transform: uppercase;
    border: 2px solid var(--themeColor3);
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-collapse.collapse {
    /* border: 1px solid #A60000; */
    border-top: 0;
    border-radius: 0 0 10px 10px;
    /* margin-bottom: 30px; */
}

section.faq-sec.themes-padd button:focus:not(:focus-visible) {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068" !important;
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

section.faq-sec.themes-padd .accordion-button::after {
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    background-image: none;
    position: absolute;
    top: 20px;
    font-size: 20px;
    right: 30px;
}

section.faq-sec.themes-padd {
    padding: 100px 0px;
    background-color: var(--white);
}

/* faq */

.footer-policy h4 {
    color: var(--white);
    font-family: 'Jersey-M54';
}

.footer-policy p {
    color: var(--white);
}

.footer-policy a.footer-logo {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 10px;
}

.footer-policy a.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-policy ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-policy ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    color: var(--white);
    justify-content: center;
    border: 1px solid #fff;
    background-color: transparent;
}

.footer-policy ul li a:hover {
    color: var(--white);
    background-color: var(--themeColor);
}

.policy-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.policy-content p {
    font-weight: 500;
}

.policy-content ul {
    gap: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.policy-content ul li {
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    color: var(--headingColor2);
}

.policy-content ul li::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f192';
    position: absolute;
    color: var(--themeColor);
    font-family: 'Font Awesome 7 Pro';
}

.piercingSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.booking-info-box .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff00;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.booking-info-box .accordion-body {
    width: 100%;
}

/* review-sec */

.review-sec {
    padding: 0px 0px 100px;
}

.review-sec .section-heading h2 {
    font-size: 55px;
    text-transform: capitalize;
}

.reviw-box {
    padding: 40px 30px;
    border-radius: 15px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor3);
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.08);
}

.inn-reviews .reviw-box {
    margin: 15px 0px;
}

.reviw-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.reviw-box:hover *,
.reviw-box:hover i.fa-quote-left {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.reviw-box-text p {
    color: var(--white);
}

.reviw-box i.fa-quote-left {
    font-size: 50px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    color: var(--white);
}

.reviw-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.reviw-box ul li i {
    left: 13px;
    color: #ffd000;
    margin-left: -13px;
    position: relative;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.reviw-box ul li img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
}

.reviw-box-text {
    height: 100px;
    margin: 20px 0px;
    overflow-y: scroll;
    padding-right: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.reviw-box-text::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.reviw-box-text::-webkit-scrollbar-thumb {
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
    border-radius: 100px;
}

.reviw-box-text::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

.reviw-box ul li h5 {
    font-size: 20px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.reviw-box ul li h6 {
    font-size: 18px;
    color: var(--themeColor);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.reviwSlider .slick-slide.slick-current.slick-active.slick-center {
    margin-top: 15px;
}

.reviwSlider .slick-slide {
    opacity: 0;
    margin: 85px 10px 10px;
}

.reviwSlider .slick-slide.slick-active {
    opacity: 1;
}

.reviwSlider .slick-list {
    overflow: visible;
}

/* review-sec */

.abt-img .about-img-box {
    height: 600px;
}

.abt-img .about-img-box img {
    width: 90%;
}

.inn-abt .booking-info-box {
    margin-top: 50px;
}

.booking-info-box {
    padding: 40px 36px;
    border-radius: 18px;
    margin: 0px auto;
    background: var(--white);
    margin-bottom: 80px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 1000px;
}

/* Heading */
.booking-info-box h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
    position: relative;
}

.booking-info-box .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068" !important;
    font-weight: 900;
    font-size: 23px;
}

.booking-info-box .accordion-button::after {
    background-image: none;
    content: "\2b" !important;
    font-weight: 900;
    font-size: 23px;
    font-family: "Font Awesome 7 pro";
}

/* Accent line under heading */
.booking-info-box h2::after {
    content: "";
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg,
            var(--themeColor),
            var(--themeColor2));
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}

/* List reset */
.booking-info-box ol {
    counter-reset: step;
    padding-left: 0;
    margin: 0;
}

/* List items */
.booking-info-box li {
    list-style: none;
    counter-increment: step;
    position: relative;
    padding: 16px 20px 16px 72px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

/* Step number badge */
.booking-info-box li::before {
    content: counter(step);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    background: var(--themeColor);
}

/* Hover highlight */
.booking-info-box li:hover {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Wrapper spacing */
.footer-policy {
    max-width: 720px;
}

/* Accordion item */
.footer-policy .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Header button */
.footer-policy .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
}

/* Remove default Bootstrap background */
.footer-policy .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

/* Arrow icon color */
.footer-policy .accordion-button::after {
    filter: invert(1);
    content: '';
}

.footer-policy .accordion-body {
    color: rgba(255, 255, 255, 0.85);
    padding: 0 0 24px 0;
    line-height: 1.7;
}

.footer-policy .accordion-body p {
    margin-bottom: 14px;
}

.footer-policy .accordion-button:focus {
    box-shadow: none;
}

.top-bar-section {
    overflow: hidden;
    padding: 12px 0;
    background-color: var(--themeColor2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-text {
    gap: 15px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    white-space: nowrap;
}

.top-bar-text h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--headingColor2);
}

.top-bar-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

.topBarSlider .slick-slide {
    opacity: 1;
    height: auto;
    display: flex;
    outline: none;
    align-items: center;
    width: auto !important;
}

.slick-track {
    display: flex !important;
    align-items: center !important;
    transition-timing-function: linear !important;
}

section.about-us.inn-abt .service-img {
    height: auto;
}






/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .theme_btn {
        font-size: 14px;
        padding: 0px 20px;
    }

    h1 {
        font-size: 45px;
    }

    .banner_text p {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .about-text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .about-text p {
        margin-bottom: 7px;
    }

    h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .about-text {
        padding: 10px 10px;
    }

    .about-img h5 {
        padding: 10px 15px;
    }

    .jewellery-sec {
        padding: 70px 0px;
    }

    section.services {
        padding: 70px 0px 0px;
    }

    section.about-us {
        padding: 70px 0px;
    }

    .gallery-sec {
        padding: 0px 3% 70px;
    }

    .gallerySlider .slick-track {
        height: 375px;
    }

    .main_slider {
        min-height: 600px;
    }

    section.main_slider.inner-ban {
        min-height: 360px;
    }

    section.faq-sec.themes-padd .accordion-button:not(.collapsed),
    section.faq-sec.themes-padd .accordion-button.collapsed {
        font-size: 20px;
        line-height: 25px;
    }

    .contact-detail-item {
        margin-bottom: 15px;
    }

    .contact-form {
        padding: 35px;
    }

    .contact-details {
        padding: 70px 0px;
    }

    .ser-text {
        padding: 15px;
    }



}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .menu_sec #menu li a {
        font-size: 12px;
        padding: 0px;
    }

    .theme_btn {
        font-size: 14px;
        padding: 0px 20px;
    }

    .logo {
        width: 50px;
    }

    h1 {
        font-size: 40px;
    }

    .banner_text p {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .about-text h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .about-text p {
        margin-bottom: 7px;
    }

    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .about-text {
        padding: 10px 10px;
    }

    .about-img h5 {
        padding: 10px 15px;
    }

    .jewellery-sec {
        padding: 70px 0px;
    }

    section.services {
        padding: 70px 0px 0px;
    }

    section.about-us {
        padding: 70px 0px;
    }

    .gallery-sec {
        padding: 0px 3% 70px;
    }

    .gallerySlider .slick-track {
        height: 375px;
    }

    .main_slider {
        min-height: 600px;
    }

    section.main_slider.inner-ban {
        min-height: 360px;
    }

    section.faq-sec.themes-padd .accordion-button:not(.collapsed),
    section.faq-sec.themes-padd .accordion-button.collapsed {
        font-size: 20px;
        line-height: 25px;
    }

    .contact-detail-item {
        margin-bottom: 15px;
    }

    .contact-form {
        padding: 35px;
    }

    .contact-details {
        padding: 70px 0px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .menu_sec #menu li a {
        font-size: 12px;
        padding: 0px;
    }

    .theme_btn {
        font-size: 14px;
        padding: 0px 20px;
    }

    .logo {
        width: 50px;
    }

    h1 {
        font-size: 40px;
    }

    .banner_text p {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .about-text h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .about-text p {
        margin-bottom: 7px;
    }

    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .about-text {
        padding: 10px 10px;
    }

    .about-img h5 {
        padding: 10px 15px;
    }

    .jewellery-sec {
        padding: 60px 0px;
    }

    section.services {
        padding: 60px 0px 0px;
    }

    section.about-us {
        padding: 60px 0px;
    }

    .gallery-sec {
        padding: 0px 3% 60px;
    }

    .gallerySlider .slick-track {
        height: 375px;
    }

    .main_slider {
        min-height: 600px;
    }

    section.main_slider.inner-ban {
        min-height: 360px;
    }

    section.faq-sec.themes-padd .accordion-button:not(.collapsed),
    section.faq-sec.themes-padd .accordion-button.collapsed {
        font-size: 18px;
        line-height: 25px;
    }

    .contact-detail-item {
        margin-bottom: 15px;
    }

    .contact-inquiry-box iframe {
        width: 100%;
        margin-top: 15px;
    }

    .contact-form {
        padding: 30px;
    }

    .contact-details {
        padding: 60px 0px;
    }







}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .jewellery-sec {
        overflow-x: hidden;
    }

    .about-img h5 {
        font-size: 14px;
        padding: 10px 20px;
        writing-mode: horizontal-tb;
    }

    .about-img {
        left: 0px;
        height: 470px;
        flex-direction: column;
        border-radius: 10px 10px 0px 0px;
    }

    .jewellery-sec {
        padding: 40px 0px;
    }

    .about-text {
        padding: 25px 15px;
        border-radius: 0px 0px 10px 10px;
    }

    .about-img h5 {
        margin-bottom: 0px;
    }

    h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .about-text p {
        margin-bottom: 10px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .theme_btn {
        height: 45px;
        font-size: 13px;
        padding: 0px 20px;
    }

    section.services {
        padding: 0px 0 0px;
    }

    .ser-text {
        padding: 15px;
    }

    .ser-text h3 {
        font-size: 14px;
        min-height: 28px;
    }

    .aboutImgSlider .slick-slide {
        margin: 0px 5px;
    }


    section.about-us {
        padding: 40px 0px;
    }

    .gallery-sec {
        padding: 0px 0% 40px;
    }

    .gallerySlider .slick-track {
        height: 365px;
    }

    .booking-info-box {
        padding: 10px 20px;
        margin-bottom: 40px;
    }

    .ftr-bottom {
        padding: 40px 0 20px;
    }

    .bottom-footer p {
        font-size: 12px;
        text-align: center;
    }

    .bottom-footer img {
        width: 100%;
        height: 22px;
        object-fit: contain;
    }

    .bottom-footer {
        padding-top: 15px;
    }

    footer h6 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .right-text ul li a {
        font-size: 12px;
    }

    .footer-policy ul li a {
        height: 40px;
        width: 40px;
    }

    .booking-info-box .accordion-button {
        padding: 1rem 0.25rem;
    }

    .booking-info-box .accordion-body {
        padding: 10px 0px;
    }

    .abt-img .about-img-box img {
        width: 100%;
    }

    .banner_text {
        padding: 15px;
        border-radius: 10px;
        border: 2px solid var(--themeColor2);
    }

    .banner_text h1 {
        margin-bottom: 10px;
    }

    h1 {
        font-size: 35px;
    }

    .banner_text p {
        font-size: 12px;
    }

    .main_slider {
        min-height: 500px;
        padding: 160px 0% 40px;
        align-items: flex-start;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .main_slider::before {
        background: radial-gradient(circle, rgba(154, 103, 16, 0.21) 10%, var(--themeColor) 95%, var(--themeColor) 100% 100%);
    }

    .about-text h2 {
        line-height: 30px;
    }

    .service-detail ul li h6 {
        font-size: 12px;
    }

    .service-detail ul li {
        gap: 6px;
        padding: 5px 10px;
        align-items: baseline;
        justify-content: flex-start;
    }

    .top-bar-section {
        padding: 5px 0;
    }

    .top-bar-text {
        padding: 0 0px;
        gap: 8px;
    }

    .topBarSlider .slick-slide {
        margin: 0px 10px;
    }

    .top-bar-text {
        padding: 0 20px;
        gap: 8px;
    }

    .top-bar-text h5 {
        font-size: 12px;
    }

    .top-bar-text p {
        font-size: 12px;
        font-weight: 500;
    }

    section.main_slider.inner-ban {
        min-height: 320px;
    }

    .ourportfolio_sec {
        padding: 0px 0% 40px;
    }

    .ourporfolio_bar {
        padding: 0px 0 20px;
    }

    .slicknav_nav a:hover {
        color: var(--black);
        background-color: var(--themeColor2);
    }

    section.faq-sec.themes-padd {
        padding: 40px 0px;
    }

    section.faq-sec.themes-padd .accordion-button.collapsed {
        font-size: 14px;
        line-height: 19px;
        padding: 10px 40px 10px 10px;
    }

    section.faq-sec.themes-padd .accordion-button::after {
        top: 19px;
        right: 11px;
        font-size: 16px;
    }

    section.faq-sec.themes-padd .accordion-button:not(.collapsed) {
        font-size: 14px;
        line-height: 19px;
        padding: 10px 40px 10px 10px;
    }

    .policy-content ul li::before {
        width: 15px;
        height: 15px;
        font-size: 10px;
    }

    .policy-content ul li {
        font-size: 12px;
        font-weight: 500;
        padding-left: 20px;
    }

    h4 {
        font-size: 18px;
        font-weight: 500;
    }

    .policy-content h4 {
        font-weight: 600;
    }

    section.policies {
        padding: 40px 0px;
    }

    .policy-wrap h2 {
        padding-bottom: 0px;
    }

    section.reviews.inn-reviews {
        padding: 40px 0;
    }

    .contact-details {
        padding: 40px 0px;
    }

    .contact-detail-item {
        margin-bottom: 15px;
        min-height: fit-content;
    }

    .contact-detail-item .icon-box {
        width: 50px;
        height: 50px;
    }

    .contact-detail-item .icon-box i {
        font-size: 20px;
    }

    .contact-detail-item h3 {
        font-size: 20px;
    }

    .section-heading p {
        width: 100%;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-form input,
    .contact-form select {
        height: 50px;
        padding-left: 15px;
        margin-bottom: 25px;
    }

    .contact-form textarea {
        padding-top: 12px;
        padding-left: 15px;
        border-radius: 20px;
        margin-bottom: 25px;
    }

    .contact-inquiry-box iframe {
        width: 100%;
        height: 620px;
        margin-top: 10px;
    }

    .contact-inquiry-box {
        padding: 0px 0 50px 0;
    }

    .modal-content {
        width: 95%;
        max-height: 90vh;
        padding: 20px 20px;
    }

    .modal-content ol {
        margin-left: 0px;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .modal-content ol li {
        font-size: 12px;
        font-weight: 500;
    }

    .slicknav_nav .slicknav_item a i {
        opacity: 0;
    }

    .slicknav_nav li ul.dropdown-menu {
        width: 95% !important;
        margin-left: 5%;
        position: relative !important;
    }

    .slicknav_nav li ul.dropdown-menu li {
        margin: 0px !important;
    }

    .slicknav_nav li ul.dropdown-menu li a {
        font-weight: 500;
        color: var(--black);
        padding: 0px !important;
    }






}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .jewellery-sec {
        overflow-x: hidden;
    }

    .about-img h5 {
        font-size: 14px;
        padding: 10px 20px;
        writing-mode: horizontal-tb;
    }

    .about-img {
        left: 0px;
        height: 350px;
        flex-direction: column;
        border-radius: 10px 10px 0px 0px;
    }
    .about-img-box img{
        height:280px;
    }

    .jewellery-sec {
        padding: 40px 0px;
    }

    .about-text {
        padding: 25px 15px;
        border-radius: 0px 0px 10px 10px;
    }

    .about-img h5 {
        margin-bottom: 0px;
    }

    h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .about-text p {
        margin-bottom: 10px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .theme_btn {
        height: 45px;
        font-size: 13px;
        padding: 0px 20px;
    }

    section.services {
        padding: 0px 0 0px;
    }

    .ser-text {
        padding: 15px;
    }

    .ser-text h3 {
        font-size: 14px;
        min-height: 28px;
    }

    .aboutImgSlider .slick-slide {
        margin: 0px 5px;
    }


    section.about-us {
        padding: 40px 0px;
    }

    .gallery-sec {
        padding: 0px 0% 40px;
    }

    .gallerySlider .slick-track {
        height: 365px;
    }

    .booking-info-box {
        padding: 10px 20px;
        margin-bottom: 40px;
    }

    .ftr-bottom {
        padding: 40px 0 20px;
    }

    .bottom-footer p {
        font-size: 12px;
        text-align: center;
    }

    .bottom-footer img {
        width: 100%;
        height: 22px;
        object-fit: contain;
    }

    .bottom-footer {
        padding-top: 15px;
    }

    footer h6 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .right-text ul li a {
        font-size: 12px;
    }

    .footer-policy ul li a {
        height: 40px;
        width: 40px;
    }

    .booking-info-box .accordion-button {
        padding: 1rem 0.25rem;
    }

    .booking-info-box .accordion-body {
        padding: 10px 0px;
    }

    .abt-img .about-img-box img {
        width: 100%;
    }

    .banner_text {
        padding: 15px;
        border-radius: 10px;
        border: 2px solid var(--themeColor2);
    }

    .banner_text h1 {
        margin-bottom: 10px;
    }

    h1 {
        font-size: 35px;
    }

    .banner_text p {
        font-size: 12px;
    }

     .main_slider {
        min-height: 500px;
        padding: 160px 0% 40px;
        align-items: flex-start;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .about-text h2 {
        line-height: 30px;
    }

    .service-detail ul li h6 {
        font-size: 12px;
    }

    .service-detail ul li {
        gap: 6px;
        padding: 5px 10px;
        align-items: baseline;
        justify-content: flex-start;
    }

    .top-bar-section {
        padding: 5px 0;
    }

    .top-bar-text {
        padding: 0 0px;
        gap: 8px;
    }

    .topBarSlider .slick-slide {
        margin: 0px 10px;
    }

    .top-bar-text {
        padding: 0 20px;
        gap: 8px;
    }

    .top-bar-text h5 {
        font-size: 12px;
    }

    .top-bar-text p {
        font-size: 12px;
        font-weight: 500;
    }

    section.main_slider.inner-ban {
        min-height: 320px;
    }

    .ourportfolio_sec {
        padding: 0px 0% 40px;
    }

    .ourporfolio_bar {
        padding: 0px 0 20px;
    }

    .slicknav_nav a:hover {
        color: var(--black);
        background-color: var(--themeColor2);
    }

    section.faq-sec.themes-padd {
        padding: 40px 0px;
    }

    section.faq-sec.themes-padd .accordion-button.collapsed {
        font-size: 14px;
        line-height: 19px;
        padding: 10px 40px 10px 10px;
    }

    section.faq-sec.themes-padd .accordion-button::after {
        top: 19px;
        right: 11px;
        font-size: 16px;
    }

    section.faq-sec.themes-padd .accordion-button:not(.collapsed) {
        font-size: 14px;
        line-height: 19px;
        padding: 10px 40px 10px 10px;
    }

    .policy-content ul li::before {
        width: 15px;
        height: 15px;
        font-size: 10px;
    }

    .policy-content ul li {
        font-size: 12px;
        font-weight: 500;
        padding-left: 20px;
    }

    h4 {
        font-size: 18px;
        font-weight: 500;
    }

    .policy-content h4 {
        font-weight: 600;
    }

    section.policies {
        padding: 40px 0px;
    }

    .policy-wrap h2 {
        padding-bottom: 0px;
    }

    section.reviews.inn-reviews {
        padding: 40px 0;
    }

    .contact-details {
        padding: 40px 0px;
    }

    .contact-detail-item {
        margin-bottom: 15px;
        min-height: fit-content;
    }

    .contact-detail-item .icon-box {
        width: 50px;
        height: 50px;
    }

    .contact-detail-item .icon-box i {
        font-size: 20px;
    }

    .contact-detail-item h3 {
        font-size: 20px;
    }

    .section-heading p {
        width: 100%;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-form input,
    .contact-form select {
        height: 50px;
        padding-left: 15px;
        margin-bottom: 25px;
    }

    .contact-form textarea {
        padding-top: 12px;
        padding-left: 15px;
        border-radius: 20px;
        margin-bottom: 25px;
    }

    .contact-inquiry-box iframe {
        width: 100%;
        height: 620px;
        margin-top: 10px;
    }

    .contact-inquiry-box {
        padding: 0px 0 50px 0;
    }

    .modal-content {
        width: 95%;
        max-height: 90vh;
        padding: 20px 20px;
    }

    .modal-content ol {
        margin-left: 0px;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .modal-content ol li {
        font-size: 12px;
        font-weight: 500;
    }

    .slicknav_nav .slicknav_item a i {
        opacity: 0;
    }

    .slicknav_nav li ul.dropdown-menu {
        width: 95% !important;
        margin-left: 5%;
        position: relative !important;
    }

    .slicknav_nav li ul.dropdown-menu li {
        margin: 0px !important;
    }

    .slicknav_nav li ul.dropdown-menu li a {
        font-weight: 500;
        color: var(--black);
        padding: 0px !important;
    }

    section.main_slider.inner-ban {
        min-height: 200px;
        padding-bottom: 0px;
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }


    section.main_slider.inner-ban .banner_text {
        top: 10px;
        position: relative;
    }






















}

/*Media Query End*/