:root {
    --primary-color: #000;
    --secondary-color: #f90342;
    --secondary2-color: #f0dbda;
    --bs-white: #fff;
    --bodyFont: "Poppins";
    --headingFont: "Cy Grotesk Wide";
    --headingMidFont: "Cy Grotesk Wide Med";
}

.row {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #333;
    --bs-btn-hover-border-color: #333;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333;
    --bs-btn-active-border-color: #333;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.relative,
body,
html {
    position: relative;
}

body,
ul {
    margin: 0;
    padding: 0;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-weight: normal;
    line-height: 1.4 !important;
    font-size: 15px;
    font-family: var(--bodyFont);
    color: var(--primary-color);
    background: #f1f1f1;
    position: relative;
    z-index: 0;
    /* overflow-x: hidden;
    overflow-y: hidden; */
    min-height: 100%;
}

.font-size-20 {
    font-size: 20px;
    font-weight: 400;
}

html {
    height: 100%;
}

ul {
    list-style: none;
}

.btn,
a,
button {
    display: inline-block;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
    text-decoration: none;
    outline-style: none;
}
#plan-modal-form .btn {
    padding: 0 15px;
}
.btn {
    max-width: 210px;
    width: 100%;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
    padding: 0;
    font-weight: 600;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
}

.btnsm {
    font-size: 13px;
    max-width: 196px;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: var(--headingFont);
}

.p-v-60 {
    padding: 60px 0;
}

h1,
.mainheading {
    font-size: 54px;
    font-weight: normal;
}

.mainheading2 {
    font-size: 48px;
    font-weight: normal;
}

h2 {
    font-size: 30px;
    font-weight: normal;
}

h3.heads {
    font-size: 85px;
    font-weight: normal;
}

h4 {
    font-size: 13px;
    font-family: var(--bodyFont);
    font-weight: 500;
}

h5 {
    font-size: 13px;
    font-family: var(--bodyFont);
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-family: var(--bodyFont);
}

.p-v-100 {
    padding: 100px 0;
}

header {
    position: relative;
    top: 0;
    padding: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    background: var(--bs-white);
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
}

header.fixed {
    position: fixed;
}

header.fixed .py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

header.fixed .topHead {
    display: none;
}

.active-on-scroll {
    position: fixed;
    top: 150px;
}

.logo {
    max-width: 150px;
    width: 100%;
}

/* .stellarnav {
  padding-left: 20px;
} */

.stellarnav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stellarnav > ul > li > a {
    color: var(--primary-color);
    padding: 0 0.8rem;
}

.stellarnav > ul > li > a:hover,
.stellarnav > ul > li.active > a {
    color: var(--secondary-color);
}

.topHead {
    background: #000;
    color: var(--bs-white);
    text-align: center;
}

.searchs {
    max-width: 350px;
    width: 100%;
    padding: 0 20px 0 10px;
}

.searchs .form-control {
    height: 30px;
    border-radius: 35px;
    padding: 0px 20px;
    font-weight: 500;
    color: rgb(109, 109, 109);
    border-color: transparent;
    background: rgb(243, 243, 243) !important;
    padding-right: 40px;
}

.searchs .btn {
    position: absolute;
    right: 37px;
    height: 30px;
    background: transparent;
    border: none;
    top: 0;
    padding: 0;
    color: #6d6d6d;
    width: auto;
    line-height: 30px;
}

.infos a {
    color: var(--primary-color);
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.infos a i {
    margin-right: 8px;
}

.infos a:hover {
    color: var(--secondary-color);
}

header .btn {
    width: 130px;
    flex: 0 0 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    font-weight: 600;
    margin-left: 20px;
}

.hero .heroContent .row {
    height: calc(100vh - 100px);
    color: var(--bs-white);
}

.slideHead {
    font-family: var(--headingFont);
    font-size: 43px;
    color: var(--bs-white);
    font-weight: normal;
}

.hero {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.hero p {
    font-size: 22px;
    margin: 2rem 0;
}

.btnGroups li {
    margin-left: 20px;
}

.btnGroups li a {
    font-weight: normal;
    font-size: 16px;
    padding: 0 1rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 15px);
    width: 60%;
}

.swiper-pagination-bullet {
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 12px)
    );
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 12px)
    );
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.9);
}

.textSlide {
    background: #000;
    padding: 12px 0;
    color: #fff;
}

.textSlide .swiper-container:after {
    content: "";
    display: block;
    position: absolute;
    left: -10%;
    -webkit-animation: line-slide 60s forwards infinite linear;
    animation: line-slide 60s forwards infinite linear;
    z-index: 1;
}

.textSlide .swiper-container.swiper--bottom:after {
    animation-direction: reverse;
}

.textSlide .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.textSlide .swiper-slide {
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    /* overflow: hidden; */
    padding: 0 15px;
}

.textSlide .swiper-slide::before {
    position: absolute;
    left: 100%;
    content: "-";
    top: 50%;
    color: var(--bs-white);
    width: 30px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@-webkit-keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.subtext {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(109, 109, 109);
}

.map .subtext {
    color: #000;
    margin: 30px 0px;
}
.join .subtext {
    color: #000;
    margin: 30px 0px 1rem !important;
}
.map .btn {
    padding: 0 30px;
    max-width: fit-content;
}
.lifePic {
    height: 810px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.product h2 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}

.style1 img {
    height: 239px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.style2 img {
    height: 283px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.style3 img {
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.adds {
    position: absolute;
    top: 20px;
    right: 30px;
}

.adds a {
    color: var(--bs-white);
    font-size: 25px;
}

.product .box h3 {
    position: absolute;
    bottom: 30px;
    left: 45px;
    font-family: var(--bodyFont);
    color: var(--bs-white);
    font-weight: 300;
    text-align: left;
    font-size: 24px;
    max-width: 200px;
}

.btn-lg {
    font-size: 18px;
    font-weight: normal;
}

.life .box h3 {
    font-size: 23px;
    margin-bottom: 4px;
}

.life .contentBox {
    padding-left: 45px;
    font-size: 20px;
    color: #6d6d6d;
    max-width: 533px;
}

.life .contentBox .btn {
    max-width: 157px;
}

/* ---- grid ---- */

.grid {
    margin: 0 -15px;
}

/* clear fix */
.grid:after {
    content: "";
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.333%;
    margin-bottom: 30px;
}

.grid-item {
    float: left;
    padding: 0 15px;
}

.grid-item img {
    display: block;
    height: 210px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    max-width: 100%;
}

.grid-item img.style1 {
    height: 330px;
    object-fit: cover;
}

.grid-item img.style2 {
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.grid-item p {
    position: absolute;
    bottom: 30px;
    left: 45px;
    font-family: var(--bodyFont);
    color: var(--bs-white);
    width: 65%;
    font-size: 22px;
}

.priceBox {
    background: var(--bs-white);
    padding: 20px 20px 35px;
    border: #ddd 2px solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
    /* z-index: 1; */
}

.planName {
    /* padding: 8px 45px; */
    padding: 8px 35px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.basic .planName {
    background: rgb(249, 3, 66);
    color: var(--bs-white);
}
.priceColor .basic .planName {
    background: #f90342;
}
.priceColor .priceBox li i {
    color: #f90342;
}

.core .planName {
    background: #1e2d5f;
    color: var(--bs-white);
}
.priceColor .core .planName,
.priceColor .core .populer {
    background: #1e2d5f;
    text-transform: initial;
}
.priceColor .premium.priceBox li i {
    color: #06ab5e;
}

.premium .planName {
    background: #06ab5e;
    color: var(--bs-white);
}
.priceColor .premium .planName,
.priceColor .premium .populer {
    background: rgb(6, 171, 94);
    text-transform: initial;
}

.priceBox h4 {
    font-size: 25px;
    font-weight: 500;
}

.priceBox h3 {
    margin: 6px 0 30px;
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 33px;
}

.priceBox li {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
}

.priceBox li i {
    margin-right: 10px;
}

.basic.priceBox li i {
    color: #ee1945;
}

.core.priceBox li i {
    color: #1e2d5f;
}

.priceBox .box {
    min-height: 200px;
}

.priceBox .btn {
    max-width: initial;
    display: inline-block;
    width: auto;
    padding: 0 25px;
    height: 44px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.core {
    margin-top: 100px;
    position: relative;
}

.core .populer {
    background: #1e2d5f;
}

.premium .populer {
    background: #06ab5e;
}

.populer {
    position: absolute;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    color: var(--bs-white);
    top: -56px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: -1;
    padding: 15px 30px;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    text-transform: uppercase;
}

.priceBox h5 {
    font-weight: bold;
    font-size: 16px;
    color: #1e2d5f;
    margin-bottom: 15px;
}

.premium.priceBox h5 {
    color: #06ab5e;
}

.quote {
    background: var(--primary-color);
    color: var(--bs-white);
    font-size: 16px;
    padding: 60px 0;
}

.quote .btn {
    /* max-width: 410px; */
    margin-left: 15px;
    display: block;
    width: auto;
    padding: 0 20px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 204px;
}
.quote .btn i {
    margin-left: 15px;
}

.quote h3 {
    font-size: 40px;
}

footer {
    padding: 60px 0 20px;
    background: #fff;
}

footer h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.f-menu a {
    color: var(--primary-color);
    font-size: 13px;
    margin-bottom: 13px;
    position: relative;
}

/* .f-menu a::after {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
} */

.f-menu a:hover {
    color: var(--secondary-color);
}

footer h6 {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 5px;
    color: #535353;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
}

footer .btn {
    height: 40px;
    line-height: 38px;
    max-width: inherit;
    font-size: 11px;
    width: 100%;
    padding: 0 0.5rem;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e91e23;
    --bs-btn-border-color: #e91e23;
}

.socials a {
    font-size: 20px;
    color: var(--secondary-color);
    padding-left: 15px;
}

.socials a:hover {
    color: var(--primary-color);
}

.stock-ticker {
    --gap: 0px;
    display: flex;
    font-size: 15px;
    gap: var(--gap);
    overflow: hidden;
    padding-block: 8px;
    user-select: none;
}

.stock-ticker ul {
    align-items: center;
    animation: scroll 40s linear infinite;
    display: flex;
    flex-shrink: 0;
    gap: var(--gap);
    justify-content: space-between;
    list-style: none;
    min-width: 100%;
    font-size: 18px;
}

.stock-ticker:hover ul {
    animation-play-state: paused;
}

.stock-ticker ul:first-child {
}

.stock-ticker ul:last-child {
}

@keyframes scroll {
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.textSlide .stock-ticker ul li {
    position: relative;
    padding: 0 30px;
}

.textSlide .stock-ticker ul li::before {
    position: absolute;
    left: 100%;
    content: "-";
    top: 50%;
    color: var(--bs-white);
    width: 30px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filterMain {
    background: var(--bs-white);
    border-bottom: #666 1px solid;
}

.filterMain li {
    margin: 0 10px;
}

.filterMain li a {
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 500;
}

.filterMain li.active a,
.filterMain li a:hover {
    box-shadow: 0px -3px 0px 0px var(--secondary-color) inset !important;
    -webkit-box-shadow: 0px -3px 0px 0px var(--secondary-color) inset !important;
    -moz-box-shadow: 0px -3px 0px 0px var(--secondary-color) inset !important;
}

.product-list h4 {
    font-weight: bold;
    font-size: 18px;
}

/* .border-r {
    border-right: #666 1px solid;
} */

.accordion-button {
    font-weight: bold;
    font-size: 14px;
    padding: 11px 15px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.accordion-header {
    font-family: var(--bodyFont);
    font-weight: bold !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.accordion-body {
    padding: 0 var(--bs-accordion-body-padding-x)
        var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.range-slider {
    width: 100%;
    margin: auto;
    position: relative;
    height: 4em;
}
.range-slider svg,
.range-slider input[type="range"] {
    position: absolute;
    left: 0;
    bottom: 0;
}
.range-slider input[type="number"] {
    -moz-appearance: textfield;
    border: none;
}
.range-slider input[type="number"]::-webkit-outer-spin-button,
.range-slider input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.range-slider input[type="number"]:invalid,
.range-slider input[type="number"]:out-of-range {
    border: 2px solid #ff6347;
}
.range-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
}
.range-slider input[type="range"]:focus {
    outline: none;
}
.range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
    background: var(--primary-color);
}
.range-slider input[type="range"]:focus::-ms-fill-lower {
    background: var(--primary-color);
}
.range-slider input[type="range"]:focus::-ms-fill-upper {
    background: var(--primary-color);
}
.range-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: #ccc;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid var(--primary-color);
    height: 13px;
    width: 13px;
    border-radius: 25px;
    background: var(--primary-color);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
.range-slider input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #999;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider input[type="range"]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}
.range-slider input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #999;
    border-color: #999;
    color: transparent;
}
.range-slider input[type="range"]::-ms-fill-lower,
.range-slider input[type="range"]::-ms-fill-upper {
    background: #999;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider input[type="range"]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.category-select {
    height: 180px;
    overflow-y: auto;
}

.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.checkbox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.checkbox input {
    display: none;
}

.checkbox label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #ddd 1px solid;
}

.checkbox input[type="radio"]:checked + label {
}

.checkbox input[type="radio"]:checked + label {
    outline: 1px solid #666;
    outline-offset: 3px;
}

.noScroll {
    height: auto;
}

.accordion-item {
    border: none;
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
}

.accordion-item:last-child {
    border-bottom-color: transparent !important;
}

.product-list .checkbox label {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.product-list .box {
    position: relative;
}

.product-list .box h5 a {
    font-weight: bold;
    font-size: 16px;
    color: var(--primary-color);
    margin: 6px 0;
}

.product-list .box p {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
}

.pl-0 {
    padding-left: 0 !important;
}

.tags {
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--secondary-color);
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 500;
    color: var(--bs-white);
}

.dropBox {
    position: absolute;
    top: calc(100% + 20px);
    width: 450px;
    left: -250px;
    background: var(--bs-white);
    padding: 20px;
}

.dropBox label {
    font-size: 13px;
    margin-bottom: 6px;
}

.form-select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 13px;
}

.product-details .swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.product-details .swiper-slide {
    background-size: cover;
    background-position: center;
}

/* .details .mySwiper2 {
  height: 80%;
  width: 100%;
} */

.product-details .mySwiper {
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
}

.product-details .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-details .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-details .swiper-slide img {
    width: 100%;
}

.product-details h1 {
    font-family: var(--bodyFont);
    font-size: 28px;
    font-weight: 600;
}

.product-details p {
    color: #6d6d6d;
    font-size: 16px;
    margin: 18px 0;
}
.product-details .text-muted {
    font-weight: 700;
    margin: 10px 0;
    color: #000 !important;
}

.product-details .infos a {
    color: #6d6d6d;
    font-size: 16px;
    border-right: #6d6d6d 1px solid;
    padding: 0 15px;
    line-height: 1;
    display: inline-block;
}

.product-details .infos a:first-child {
    padding-left: 0;
}

.product-details .infos a:last-child {
    border-right: none;
}

.product-details h2 {
    background: var(--primary-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 10px 28px;
    color: var(--bs-white);
    font-family: var(--bodyFont);
    font-size: 18px;
}

.product-details h2 i {
    float: right;
}

.colormain {
    background: #f1f1f1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 15px;
    margin: 15px 0;
}

.colormain .bg-white {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 15px;
}

.colormain .bg-white label {
    font-size: 14px;
}

.colormain .form-check {
    font-size: 18px;
}

.colormain .form-check-input {
    border-color: var(--primary-color);
}

.colormain .form-check-input:checked {
    background-color: var(--bs-white);
    border-color: var(--primary-color);
}

.colormain .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23f90342'/%3e%3c/svg%3e");
}

.table tr {
    font-weight: 500;
}

.table tr:last-child td {
    border-color: transparent;
}

.table tr td:first-child {
    padding-left: 0;
}

.colormain .bg-white form label {
    font-size: 18px;
}

.product-details .infos a {
    color: #6d6d6d;
    font-size: 16px;
    border-right: #6d6d6d 1px solid;
    /* padding: 0 15px; */
    line-height: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0 !important;
}

.btn-outline-light {
    --bs-btn-color: #ebebeb;
    --bs-btn-border-color: #ebebeb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ebebeb;
    --bs-btn-hover-border-color: #ebebeb;
}

.product-details .accordion-header {
    background: transparent;
    padding: 0;
    color: #6d6d6d;
    margin: 0;
}

.product-details .accordion-item {
    border: none !important;
    border-top: transparent;
    border-bottom: #ddd 2px solid;

}

.product-details .accordion-button {
    font-weight: 400;
    font-size: 22px;
    padding: 11px 15px;
    color: var(--primary-color);
}

.bg-transparent.table > :not(caption) > * > * {
    background-color: transparent;
}

.ml-2 {
    margin-left: 15px;
}

.product-details h3 {
    font-family: var(--bodyFont);
    font-weight: 600;
}

.product-details h4 {
    font-size: 16px;
    font-weight: bold;
    color: #6d6d6d;
}

.product-details ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
}

.product-details li {
    color: #6d6d6d;
    font-size: 16px;
    margin-bottom: 0;
}
.product-details .breadcrumb {
    margin-bottom: 0;
}
.product-details h5 {
    font-size: 14px;
    font-weight: bold;
    color: #6d6d6d;
}

.productThumb p {
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 0 !important;
    margin-top: 3px;
}

.productThumb small {
    color: #6d6d6d;
    font-size: 15px;
}

.breadcrumb a,
.breadcrumb-item.active {
    color: var(--primary-color);
}

.about p {
    color: #6d6d6d;
    font-size: 18px;
    margin-bottom: 20px;
}

.about img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.contact .form-control,
.track-page .form-control {
    border: none;
    box-shadow: none;
    border: 2px solid rgb(226 226 226);
    padding: 0px 1.4rem;
    font-size: 17px;
    height: 41px;
    background: transparent !important;
    box-shadow: none !important;
    color: rgb(109, 109, 109);
}

textarea {
    resize: none !important;
    height: 6rem !important;
}

.mails {
    max-width: 26.38rem;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

.mails a {
    background: var(--secondary-color);
    color: var(--bs-white);
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    padding: 0.8rem 1.5rem;
    min-height: 75px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.mr-2 {
    margin-right: 0.6rem;
}

/* courav */

.cart-page {
    padding: 5rem 0;
}

.cart-page .cart-countdown {
    align-items: center;
    background-color: hsla(33, 47%, 62%, 0.1);
    border-radius: 4px;
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 16px;
}

.cart-page .table-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 13px;
}

.cart-page .table-title button {
    background-color: transparent;
    border: unset;
    color: red;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.cart-page .table thead tr th {
    background-color: #000000;
    border-bottom: none;
    padding: 14px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.cart-page .table thead tr th:first-child {
    border-radius: 6px 0 0 0;
    text-align: left;
}

.cart-page .cart-box img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.cart-page .image-box {
    padding: 15px;
    height: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-page .cart-table table tbody tr td {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.cart-page .cart-box {
    align-items: center;
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
}

.cart-page .cart-box a h5 {
    display: -webkit-box !important;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    white-space: normal;
    white-space: nowrap;
    color: #1c1c1c;
    margin-bottom: 6px;
}

.cart-page .cart-box p {
    font-size: 14px;
    color: #ababab;
}

.cart-page .cart-box span {
    font-size: 11px;
}

.cart-page .cart-table table tbody tr td {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.cart-page .table tbody tr {
    border-bottom: 1px solid #1e2d5f;
}

.cart-page .cart-table table tbody tr td:first-child {
    max-width: 329px !important;
}

.cart-page .cart-table table tbody tr td .quantity {
    gap: 10px;
    justify-content: center;
    width: auto;
}

.cart-page .quantity button {
    background-color: rgba(0, 0, 0, 0.1607843137);
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1607843137);
    border-radius: 4px;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.cart-page .quantity input {
    background-color: rgba(0, 0, 0, 0.1607843137);
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1607843137);
    border-radius: 4px;
    height: 35px;
    padding: 6px 0;
    text-align: center;
    width: 70px;
}

.cart-page .quantity,
.cart-page .quantity button {
    align-items: center;
    display: flex;
}

.cart-page .table tbody tr td {
    border-bottom: none;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.cart-page .cart-items {
    background-color: #f3f3f3;
    border-radius: 6px;
    font-size: 20px;
    padding: 30px 15px 40px 15px;
}

.cart-page .progress,
.cart-page .progress-stacked {
    background-color: #fff !important;
}

.cart-page .cart-progress {
    border-bottom: 1px solid #fff;
    margin: 0 auto 12px;
    padding-bottom: 12px;
    position: relative;
    text-align: center;
}

.cart-page .cart-progress .progress {
    height: 12px;
    margin: 12px auto 21px;
    overflow: unset;
}

.cart-page .cart-progress .progress .progress-bar {
    overflow: unset;
    position: relative;
}

.cart-page .cart-body h6 {
    font-weight: 500;
    margin-top: 20px;
    color: #000000;
}

.cart-page .cart-body ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    width: 100%;
    padding-bottom: 8px;
}

.cart-page .cart-body ul .Coupon {
    color: red;
}

.cart-page .cart-items .cart-body ul li p {
    font-size: 15px;
    margin-bottom: 0;
}

.cart-page .cart-items .cart-body ul li span {
    font-size: 15px;
}

.cart-page .cart-body ul {
    border-bottom: 1px solid #fff;
    margin: 12px 0;
    padding-bottom: 12px;
}

.cart-page .cart-bottom h6 {
    color: #000000;
}

.cart-page .cart-bottom > span {
    display: block;
    font-size: 16px;
    width: 100%;
}

.cart-page .cart-bottom svg {
    padding-right: 10px;
    font-size: 17px;
}

.cart-page .cart-bottom h6 span {
    float: right;
    font-size: 16px;
    color: #000000;
}

.cart-page .coupon-box h6 {
    border-top: 1px solid #fff;
    font-weight: 500;
    margin: 12px 0 15px;
    padding-top: 12px;
    font-weight: 500;
    margin-top: 20px;
}

.cart-page .coupon-box ul li span input {
    border: none;
    padding: 10px 6px 10px 32px;
    width: 100%;
    height: 41px;
}

.cart-page .coupon-box ul li span input::-moz-placeholder {
    font-size: 16px;
}

.cart-page .coupon-box ul li span input::placeholder {
    font-size: 16px;
}

.cart-page .coupon-box ul li span {
    float: right;
    margin-bottom: 2px;
    position: relative;
    width: 100%;
}

.cart-page .coupon-box ul li span i {
    font-size: 16px;
    left: 10px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

.cart-page .coupon-box ul li span {
    float: right;
    margin-bottom: 2px;
    position: relative;
    width: 100%;
    font-size: 14px;
}

.cart-page .coupon-box ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cart-page .coupon-box {
    margin-bottom: 16px;
}

.cart-page .coupon-box .btn-dark {
    background-color: #000;
    color: #fff !important;
    transition: all 0.5s;
    border-radius: 10px;
    border-radius: 0 !important;
    font-weight: 600;
    border: 1px solid #fff;
    transition: 0.5s all;
}

.cart-page .coupon-box .btn-dark:hover {
    background-color: transparent !important;
    color: #f4b324 !important;
    border-color: #f4b324 !important;
}

.cart-page .coupon-box ul li span i {
    font-size: 16px;
    left: 10px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

/* .cart-page .cart-table .table-responsive.theme-scrollbar .table tbody .text-wrap{
  display: flex;
} */
.cart-page .text-wv-primary.deleteCartItem i {
    color: #dc3545;
}

.cart-page .table-title h5 {
    font-size: 20px;
}

.cart-page .table-title a {
    color: #06ab5e;
}

.cart-page .table-title {
    display: flex;
    align-items: center;
}

.cart-page .align-items-start tbody tr td {
    background-color: #06ab5e07;
}

.cart-page .align-items-start tbody tr td:nth-child(1) {
    padding: 15px 12px 30px 12px;
}

.cart-page .align-items-start tbody {
    padding: 30px 0 40px 0;
}

.cart-page .unit-price {
    font-size: 18px;
}

.cart-page .sell-price.text-decoration-line-through {
    color: #dc3545;
    font-size: 13px;
}

.cart-page .cart-items .cart-bottom h6 {
    font-size: 18px;
    padding-bottom: 15px;
}

.cart-page .cart-items .cart-bottom p {
    margin: 8px 0;
}

.cart-page .cart-items .btn {
    max-width: 100%;
    margin-top: 20px !important;
}

/* checkout */

.checkout-page .address-option {
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px;
}

.checkout-page .address-option .address-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.checkout-page .address-option .address-title a {
    color: #052e1d;
}

.checkout-page .address-option .delivery-address-box {
    align-items: flex-start;
    background-color: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0px 3px 3px 0px #0000000e;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 20px;
    padding: 20px;
}

.checkout-page .address-option .delivery-address-box .form-check {
    padding-left: 0 !important;
}

.checkout-page .address-option .delivery-address-box .form-check input {
    vertical-align: -8px;
}

.checkout-page
    .address-option
    .delivery-address-box
    .address-detail
    .address
    .address-title {
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 0;
}

.checkout-page .address-option .delivery-address-box .address-detail .address {
    display: block;
    padding: 0 6px;
    width: 100%;
}

.checkout-page
    .address-option
    .delivery-address-box
    .address-detail
    .address
    .address-home {
    font-size: 14px;
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.checkout-page
    .address-option
    .delivery-address-box
    .address-detail
    .address
    .address-tag {
    color: #1c1c1c;
    font-size: 14px;
    padding-right: 6px;
    font-weight: 600;
    min-width: 80px;
}

.checkout-page .address-option label {
    width: 100%;
    margin-bottom: 10px;
}

.checkout-page .payment-options {
    background-color: #f3f3f3;
    border-radius: 4px;
    padding: 15px;
}

.checkout-page .payment-options .payment-box {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 6px;
    padding: 0 20px;
    height: 53px;
}

.checkout-page .right-sidebar-checkout {
    background-color: #f3f3f3;
    padding: 15px;
    position: sticky;
    top: 13px;
}

.checkout-page .cart-listing > ul li {
    align-items: flex-start;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px #0000000e;
}

.checkout-page .cart-listing img {
    max-width: 58px;
}

.checkout-page .cart-listing h6 {
    color: #1c1c1c;
    font-size: 16px;
    padding-bottom: 4px;
}

.checkout-page .cart-listing > ul li p {
    margin-left: auto;
}

.checkout-page .summary-total > ul li {
    align-items: center;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 4px 0;
    width: 100%;
}

.checkout-page .summary-total > ul li p {
    margin-bottom: 0;
}

.checkout-page .summary-total .coupon-code {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    margin: 22px 0 0;
    padding: 10px;
    box-shadow: 0px 3px 3px 0px #0000000e;
}

.checkout-page .summary-total .coupon-code .btn {
    height: 50px;
    line-height: 0px;
    max-width: 120px;
}

.checkout-page .summary-total .coupon-code input {
    border: 1px solid #8d8d8d;
    border-radius: 4px 0 0 4px;
    padding: 10px;
    width: 100%;
}
.checkout-page .summary-total .coupon-code input::placeholder {color:#333;}
.checkout-page .summary-total .coupon-code .btn2 {
    border-radius: 0 4px 4px 0;
}

.checkout-page .summary-total {
    border-bottom: 1px solid #fff;
    margin: 18px 0;
    padding-bottom: 20px;
}

.checkout-page .summary-total {
    border-bottom: 1px solid #fff;
    margin: 18px 0;
    padding-bottom: 20px;
}

.checkout-page .cart-listing .total {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 15px;
}

.checkout-page .wrap-box {
    background: #f6f6f6;
    padding: 27px 24px 19px;
}

.checkout-page .product-content td {
    text-align: start !important;
}

.checkout-page .product-menu-title {
    padding: 32px 31px 0;
}

.checkout-page .left-sidebar-checkout .address-title {
    padding-bottom: 10px;
}

.checkout-page .left-sidebar-checkout .address-title h4 {
    font-family: var(--headingFont);
    font-size: 23px;
}

.checkout-page .left-sidebar-checkout .address-title a {
    color: #06ab5e;
}

.checkout-page .left-sidebar-checkout .payment-options h4 {
    font-family: var(--headingFont);
    font-size: 23px;
}

.checkout-page .payment-options .payment-box {
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px #0000000e;
}

.checkout-page .right-sidebar-checkout h4 {
    font-family: var(--headingFont);
    font-size: 23px;
    padding-bottom: 10px;
}

.checkout-page .apply-coupon.d-flex {
    width: 100%;
}

.checkout-page .remove-coupon.text-wv-primary .total h6:nth-child(2) {
    padding-left: 10px;
}

.checkout-page .btn.btn-dark.btn-dar-2 {
    /* max-width: 100% !important; */
    margin: 0 auto;
}

footer .text-dark-1 {
    font-size: 20px;
}

.text-center small {
    padding-top: 15px;
    color: #424242;
}

@media screen and (min-width: 300px) and (max-width: 1200px) {
    .f-menu a::after {
        width: 100%;
        height: 0px;
        background-color: #000;
        position: absolute;
        top: 14px;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
    }
}

@media screen and (min-width: 300px) and (max-width: 991px) {
    footer .f-menu.one {
        padding-bottom: 20px;
        text-align: center;
    }

    footer .text-dark-1 {
        text-align: center;
    }

    footer h5 {
        text-align: center;
    }

    footer .col-lg-6 .col-lg-4:nth-child(1) .text-dark-1 {
        margin-top: 20px;
    }

    footer {
        text-align: center;
    }
}

.filterMain-2 .justify-content-center .nav-item a {
    color: rgb(109, 109, 109);
    font-size: 1em;
    font-weight: 400;
    padding: 14px 15px;
}

.filterMain-2 .justify-content-center .nav-item a:hover {
    box-shadow: 0px -1px 0px 0px #000 inset !important;
}

.filterMain-2 .justify-content-center .nav-item.active a {
    box-shadow: 0px -1px 0px 0px #000 inset !important;
}

.filterMain-2 .justify-content-center li {
    margin: 0 5px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

/* input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
} */

.cart-page .price a span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.cart-page .price a span:nth-child(2) {
    color: #000000;
    padding-left: 7px;
    font-size: 20px;
}

.cart-page .price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart-page .price a {
    display: block;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cart-page span .btn {
    margin-top: 5px !important;
}

/* .inner-banner-3  */
.inner-banner-3 {
    padding: 41px 0 40px 0;
    background-color: #f1f1f1;
}

.inner-banner-3 .text-wrapper .button-wrap {
    display: flex;
    align-items: center;
}

.cart-page .price a {
    display: flex;
    align-items: center;
}

.cart-page .price a span:nth-child(1) {
    background-color: #1e2d5fec;
    padding: 8px 20px;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
}

.inner-banner-3 .text-wrapper {
    background-image: url(../images/banner-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 72px;
    border-radius: 30px;
}

.inner-banner-3 .text-wrapper h1 {
    font-size: 37.795275591px;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 56px;
    padding-bottom: 27px;
}

/* .inner-banner-3 .text-wrapper .text{
  width: 443px;
} */
.inner-banner-3 .content-wrap {
    max-width: 530px;
}

.inner-banner-3 .content-wrap .text {
    padding-right: 35px;
    padding-bottom: 43px;
}

/* .inner-banner-3 .text-wrapper .text p{
  width: 443px;
} */
.inner-banner-3 .text-wrapper .font-size-20 {
    color: rgb(255, 255, 255);
}

.inner-banner-3 .text-wrapper .button-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button-3 {
    padding: 10px 15px;
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
}

/* Santati */

.bg-color {
    background-color: rgb(241, 241, 241);
}

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

.track-page {
    padding-top: 78px;
    padding-bottom: 66px;
    border-top: solid 1px rgb(109, 109, 109);
}

.heading-text h1 {
    font-size: 46px;
}

.track-page p {
    color: rgb(109, 109, 109);
    font-size: 19px;
    font-weight: 400;
    padding: 25px 0;
}

.track-page .box-form {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 36px 40px;
    margin-bottom: 42px;
}

.track-page .box-form .wrap-form-input {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    gap: 32px;
}

.track-page .form-label {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 600;
}

.track-page .box-form h4 {
    font-size: 20px;
    font-weight: 600;
}

.track-page .track-form .box-form .shipped {
    border: 1px solid rgb(6, 171, 94);
    border-radius: 20px;
    background-color: rgb(6, 171, 94);
    color: #fff;
    padding: 3px 11px;
    font-size: 11px;
    position: relative;
    top: -28px;
    left: 250px;
}

.track-page .orderbtn {
    background-color: transparent;
    color: #000;
    border: #ececec 2px solid;
    font-size: 17px;
    font-weight: 400;
    display: inline-flex;
    padding: 10px 12px;
    border-radius: 10px;
}
.track-page .orderbtn:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--bs-white);
}

.track-page .track-form .order-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.track-page .track-form .order-box .order-box-btn {
    display: flex;
    align-items: center;
}

.track-page h5 {
    font-size: 23px;
    font-weight: 700;
}

.track-page .order-box-btn i {
    padding-right: 12px;
}

.track-page .order-box p {
    padding: 0;
}

.order-box-btn {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.progress {
    height: 7px;
    border-radius: 0;
}

.progress-bar {
    background: #000;
}

.track-page .delivery-check {
    border: solid 1px #06ab5e;
    background-color: #06ab5e;
    border-radius: 50%;
    color: #fff;
    padding: 2px 4px;
    margin-top: 33px;
    font-size: 20px;
    display: inline-block;
}

.track-page .delivery-box {
    border: solid 1px #d9d9d8;
    background-color: #d9d9d8;
    border-radius: 50%;
    color: #fff;
    padding: 4px 5px;
    margin-top: 33px;
    font-size: 20px;
    display: inline-block;
}

.track-page .delivery-report {
    text-align: center;
}

.track-page .delivery-report h4 {
    padding-top: 15px;
    font-size: 18px;
}

.track-page .delivery-report p {
    padding: 0px;
    font-size: 16px;
}

.track-page .tracking-inner {
    display: flex;
    align-items: start;
    padding: 34px 0 14px 0;
}

.track-page .track-icon {
    padding: 13px;
}

.track-page .track-icon i {
    font-size: 27px;
    color: #9c9c9c;
}

.track-page .tracking-inner-text h4 {
    font-size: 18px;
    line-height: 37px;
    line-height: 36px;
}

.track-page .tracking-inner-text p {
    font-size: 18px;
    line-height: 37px;
    padding: 0;
}

.track-page .status .Show-status {
    border: solid 1px #ddebff;
    border-radius: 10px;
    padding: 3px 14px;
    background-color: #ddebff;
    color: #494bcd;
    line-height: 14px;
    font-size: 15px;
}

.track-page .status h6 {
    font-size: 21px;
    padding-bottom: 8px;
}

.track-page .delivery p {
    padding: 0;
}

.track-page .delivery {
    padding: 29px 0 6px 0;
}

.track-page .tracking-update {
    padding: 49px 0 14px 0;
}

.track-page .tracking-update p {
    padding: 10px 0;
}

.track-page .tracking-update .location {
    padding-top: 24px;
}

.track-page .box-form .order-img img {
    height: 100px;
}

.track-page .item {
    border-bottom: solid 1px #000;
    padding-top: 27px;
}

.track-page .shipping h5 {
    font-size: 19px;
    font-weight: 400;
    padding: 0px 255px 0 0;
    line-height: 37px;
}

.track-page .table.card-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.track-page .table.card-table h4 {
    font-size: 18px;
    font-weight: 400;
}

.track-page .order-details h5 {
    font-size: 19px;
    font-weight: 600;
}

.track-page .order-details {
    padding-top: 20px;
}

.track-page .order-details span {
    padding-right: 20px;
    font-size: 16px;
    color: rgb(109, 109, 109);
    font-weight: 400;
}

.track-page .order-price h6 {
    font-weight: 600;
    font-size: 18px;
}

.track-page .order-price p {
    font-size: 1em;
    font-weight: 400;
    padding: 0;
}

.track-page .payment-method {
    padding: 0px 0 14px 0;
}

.track-page .payment-method h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 37px;
    padding-bottom: 23px;
}

.track-page .payment-method h5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 37px;
}

.track-page .payment-method p {
    padding: 0;
    line-height: 40px;
}

.customer-details {
    height: 319px;
}

.support-team {
    text-align: center;
    padding: 60px 0 70px 0 !important;
}

.track-page .support-team h4 {
    font-size: 25px;
    font-weight: 700;
}

.track-page .support-team p {
    padding-bottom: 56px;
}

.support-team .help {
    background-color: #000;
    border: solid #000000 1px;
    padding: 8px 25px;
    border-radius: 10px;
}

.support-team .help a {
    color: #fff;
    /* text-decoration: underline; */
    font-weight: 700;
    font-size: 1em;
}

.support-team .view-help {
    background-color: #000;
    border: solid #000000 1px;
    padding: 8px 25px;
    border-radius: 10px;
    margin-left: 20px;
}

.support-team .view-help a {
    color: #fff;
    font-weight: 700;
    font-size: 1em;
}

.hours-page {
    position: relative;
    padding: 90px 0;
    background-color: rgb(241, 241, 241);
    z-index: 1;
}

.hours-page::after {
    background-color: rgb(250, 83, 0);
    width: 100%;
    height: 393px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hours-page .ready-box {
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 80px 100px;
}

.hours-page .ready-box h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    /* font-family: YAFdJjbTu24_1; */
}

.corporate-page .corporate-box .better-materials ul li p {
    text-align: center;
    font-size: 16px;
    height: 71px;
    border: 3px solid #000;
    border-radius: 15px;
    padding: 7px 6px;
    background: #000;
}

.hours-page .ready-box h5 {
    color: rgb(109, 109, 109);
    text-align: center;
    padding: 30px 0 64px;
    font-size: 19px;
    font-weight: 400;
}

.hours-page .ready-box p {
    font-size: 19px;
    font-weight: 400;
    padding: 15px 0 5px 0;
    line-height: 25px;
}

.hours-page .ready-box .quickShip-button {
    text-align: center;
    padding: 10px 0;
}

.hours-page .ready-box .quickShip-button .quickShip a {
    background-color: rgb(0, 0, 0);
    color: #fff;
    /* text-decoration: underline; */
    border: #000 solid 1px;
    border-radius: 10px;
    padding: 15px 20px;
    margin-left: 10px;
    font-size: 15px;
}

.hours-page .ready-box .ready-img {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: anchor-center;
    padding: 46px 0;
}

.hours-page .ready-box .ready-img h4 {
    font-size: 20px;
    font-weight: 700;
    min-height: 45px;
    line-height: 28px;
    padding: 0 15px;
    min-height: 60px;
}
.hours-page .ready-box .ready-img p {
    color: rgb(109, 109, 109);
    padding: 0;
    font-size: 18px;
}

.ready-box .ready-img img {
    height: 71px;
    width: auto;
    object-fit: contain;
}

.samples-page {
    position: relative;
    padding: 90px 0;
    background-color: rgb(241, 241, 241);
    z-index: 1;
}

.samples-page::after {
    background-color: rgb(30, 45, 95);
    width: 100%;
    height: 393px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.samples-page .samples-box {
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 80px;
}

.samples-page .samples-box h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    /* font-family: YAFdJjbTu24_1; */
}

.samples-page .samples-box h5 {
    color: rgb(109, 109, 109);
    text-align: center;
    padding: 30px 0 40px;
    font-size: 19px;
    font-weight: 400;
}

.samples-page .samples-box p {
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0 5px 0;
    line-height: 22px;
}

.samples-page .samples-box p a {
    text-decoration: underline;
    color: rgb(2, 131, 255);
}

.samples-page .samples-box .Unlock-button .sign-up a {
    background-color: rgb(0, 0, 0);
    color: #fff;
    border: #000 solid 1px;
    border-radius: 10px;
    padding: 10px 47px;
    margin-left: 10px;
    font-size: 15px;
    margin: 30px 4px;
}

.samples-page .samples-box .Unlock-button {
    text-align: center;
    padding: 10px 0;
}

.samples-page .samples-box .product-img {
    padding: 60px 0;
}

.samples-page .samples-box .product-img img {
    height: auto;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.samples-page .samples-box .product-details {
    padding: 60px 0;
}

.samples-page .samples-box .product-details ul li {
    list-style: none;
}

.samples-page .samples-box .product-details ul li p {
    font-size: 17px;
    padding: 0 0 0 43px;
    margin-top: 8px;
}

.samples-page .samples-box .product-details ul li h4 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-family: var(--headingFont);
}

.samples-page .samples-box .product-details ul li .sign-up a {
    background-color: rgb(0, 0, 0);
    color: #fff;
    border: #000 solid 1px;
    text-decoration: underline;
    border-radius: 10px;
    padding: 10px 22px;
    margin-left: 10px;
    font-size: 15px;
    margin: 0px 0 0 48px;
}

.samples-page
    .samples-box
    .product-details
    ul
    li
    .sign-up
    a
    .bi-arrow-right::before {
    font-weight: 500 !important;
    padding-left: 10px;
    font-size: 19px;
}

.corporate-page {
    position: relative;
    padding: 90px 0;
    background-color: rgb(241, 241, 241);
    z-index: 1;
}

.corporate-page::after {
    background-color: rgb(6, 171, 94);
    width: 100%;
    height: 393px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.corporate-page .corporate-box {
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 80px;
}

.corporate-page .corporate-box h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    /* font-family: YAFdJjbTu24_1; */
}

.corporate-page .corporate-box h5 {
    color: rgb(109, 109, 109);
    text-align: center;
    padding: 30px 0 64px;
    font-size: 19px;
    font-weight: 400;
}

.corporate-page .corporate-box p {
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0 5px 0;
    line-height: 22px;
}

.corporate-page .corporate-box .better-materials h3 {
    font-size: 20px;
    padding: 55px 0 20px;
}

.corporate-page .corporate-box .better-materials ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    gap: 15px;
}

.corporate-page .corporate-box .better-materials ul li img {
    width: 100%;
    height: 45px;
    object-fit: contain;
}

.corporate-page .corporate-box .better-materials ul li p a {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}

.corporate-page .corporate-box .better-materials ul li {
    margin: 0px;
    width: 20%;
    flex: 0 0 20%;
}

.corporate-page .corporate-box .better-materials ul li .materials-img {
    padding: 10px 30px;
    border: 3px solid #6d6d6d;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.corporate-page .certified-text {
    padding-top: 25px;
}

.corporate-page .certified-text h3 {
    font-size: 22px;
    padding-top: 55px;
    padding-bottom: 27px;
}

.corporate-page .certified-text p {
    padding-top: 3px;
}

.corporate-page .certified-imgs {
    padding: 65px 0 0 30px;
}

.corporate-page .certified-img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 20px;
}

.corporate-page .certified-img {
    border-radius: 20px;
    padding: 11px 0 0 0;
}

.customizBox img {
    width: 88px;
    height: 71px;
    object-fit: contain;
}

.customizBox h3 {
    margin: 1rem 0;
    font-size: 1.8rem;
    padding: 0 1rem;
}

.customizBox p {
    color: #666;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 1.8rem;
}

.customizBox2 {
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 1;
}

.radiusPic {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 400px;
    object-fit: cover;
}

.customizBox2 h4 {
    font-size: 1.1rem;
    font-weight: 400;
}

.customizBox2 .lists {
    justify-content: center;
    margin-top: 1.5rem;
}

.customizBox2 .lists li {
    width: 25%;
    flex: 0 0 25%;
    margin: 1.3rem 0 0;
    color: #6d6d6d;
    padding: 0 0.5rem;
}

.customizBox2 .lists span {
    border: #868686 3px solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    /*padding: 6px;
    */
    margin-bottom: 5px;
    padding-right: 4rem;
}

.labels {
    position: absolute;
    top: -4rem;
    padding: 1rem 2rem 3rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
    width: 100%;
    font-family: var(--headingFont);
    font-size: 22px;
    z-index: -1;
    left: 0;
}

.mt-7 {
    margin-top: 8rem;
}

.colThree.lists {
    width: 85%;
    margin: 1.5rem auto 0;
}

.colThree.lists li {
    width: 33.333%;
    flex: 0 0 33.333%;
}

.colTwo.lists {
    width: 50%;
    margin: 1.5rem auto 0;
}

.colTwo.lists li {
    width: 50%;
    flex: 0 0 50%;
}

.customizBox2 .nostyle.lists span {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 5rem;
    height: 5rem;
    padding-right: 0rem;
}
.mx-100 {
    max-width: 100%;
    font-family: var(--headingFont);
}

/* sourav */

.help-center {
    background-color: #f1f1f1;
    padding: 100px 0 50px 0;
}

.help-center .heading h1 {
    text-align: center;
    margin-bottom: 60px;
    line-height: 61px;
}

.help-center .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #6d6d6d;
    border-radius: 6px;
}

.help-center .box-wrap {
    background-color: #fff;
    height: 100%;
    padding: 37px 20px 38px 20px;
    border-radius: 24px;
    border-top: 10px solid rgb(30, 45, 95);
}

.help-center .box-wrap .text h5 {
    font-size: 20px;
    margin-top: 70px;
    color: rgb(0, 0, 0);
    line-height: 27px;
}

.help-center .box-wrap svg {
    width: 13.1861px;
    height: 20.3147px;
}

.help-center .col-lg-3:nth-child(3) .box-wrap {
    border-top: 10px solid rgb(249, 3, 66);
}

.help-center .col-lg-3:nth-child(4) .box-wrap {
    border-top: 10px solid rgb(6, 171, 94);
}

.help-center .col-lg-3:nth-child(5) .box-wrap {
    border-top: 10px solid rgb(250, 83, 0);
}

.help-center .col-lg-3:nth-child(6) .box-wrap {
    border-top: 10px solid rgb(140, 82, 255);
}

.help-center .col-lg-3:nth-child(7) .box-wrap {
    border-top: 10px solid rgb(87, 85, 85);
}

.help-center .col-lg-3:nth-child(8) .box-wrap {
    border-top: 10px solid rgb(255, 182, 96);
}

.help-center .col-lg-3:nth-child(9) .box-wrap {
    border-top: 10px solid rgb(55, 175, 255);
}

/* ======================================live-chat============================== */
.live-chat {
    padding: 0px 0 80px 0;
}

.live-chat .heading {
    text-align: center;
}

.live-chat .heading p {
    font-weight: 400 !important;
    color: rgb(109, 109, 109);
    font-size: 24px;
    margin-bottom: 48px;
}

.live-chat .heading h2 {
    padding-bottom: 23px;
    font-size: 43px;
}

.live-chat .chat-box {
    background-color: #fff;
    text-align: center;
    padding: 60px 0 62px 0;
    border-radius: 24px;
}

.live-chat .chat-box span a {
    margin: 0 auto;
}

.live-chat .chat-box .chat-icon {
    padding-bottom: 30px;
}

.live-chat .chat-box .chat-icon svg {
    width: 35px;
    height: 35px;
}

.live-chat .chat-box h4 {
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 14px;
}

.live-chat .chat-box p {
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding-bottom: 37px;
}

/* sonali */
.more_showcase img {
    width: 100%;
}

.more_showcase::after {
    background: #fa5300;
    height: 405px;
}

.gallerySlider .swiper {
    width: 100%;
    padding: 40px 0;
}

.gallerySlider .swiper-slide {
    display: flex;
    justify-content: center;
}

.brand-card {
    /* width: 320px; */
    background: #f1f1f1;
    border-radius: 30px;
    padding: 2px 2px 40px;
    text-align: center;
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
    position: relative;
}

.brand-card img {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
    object-fit: contain;
}

.brand-label {
    position: absolute;
    bottom: 10px;
    left: 30px;
    /* background: #2563eb;
    color: #fff; */
    font-size: 17px;
    line-height: 24px;
    padding: 1px 2px;
    border-radius: 0;
}

.gallerySlider .swiper-button-prev {
    left: -4%;
}

.gallerySlider .swiper-button-next {
    right: -4%;
}

.gallerySlider .swiper-button-next,
.gallerySlider .swiper-button-prev {
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background: #f1f1f1;
    border: 1px solid #000;
}

.gallerySlider .swiper-button-next:after,
.gallerySlider .swiper-button-prev:after {
    font-size: 14px;
    color: #000;
}

.gallerySlider {
    position: relative;
    padding: 2rem 0;
}

.moreNew_content {
    text-align: left;
}

.moreNew_content h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}

.moreNew_content li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #656565;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.uniqueBox {
    text-align: center;
}

.uniqueBox img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: top;
}
.uniqueBox .boximg {
    object-fit: contain;
}
.uniqueBox h3 {
    width: 100%;
    max-width: 60%;
    margin: 1.5rem auto;
}

.uniqueBox p {
    color: #656565;
    font-size: 1.2rem;
}

.boxs p {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #000;
}

.priceBox h3,
.boxs {
    margin-bottom: 15px;
}

.code_acti {
    color: #656565;
    font-size: 1rem;
    line-height: 1;
    margin-top: 1.5rem;
}

.experiance-page {
    padding: 50px 70px;
}

/* .experiance_content{
    padding: 50px;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/more-showcase/experience.jpg');
} */
.experiance_content {
    position: relative;
    padding: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.experiance_content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/more-showcase/experience.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
    /* horizontal flip */
    z-index: -1;
}

.experiance_content h1 {
    font-size: 34px;
    margin-bottom: 1.3rem;
}

.experiance_content h1 img {
    width: 100%;
    max-width: 30%;
}

.experiance_content h4 {
    font-size: 36px;
    text-align: center;
}

.experiance_content p {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 3.5rem;
}

.btn-wrap {
    display: flex;
    gap: 1rem;
}

.btn-wrap .btn {
    border-radius: 20px;
}

.get_ready {
    gap: 35px;
}

.get_ready .ready-box .ready-img {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: anchor-center;
    padding: 46px 0;
}

.get_ready .ready-box .ready-img img {
    height: 71px;
    width: auto;
    object-fit: contain;
}

.get_ready .ready-box .ready-img h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    max-width: 60%;
    margin: auto;
}

.get_ready .ready-box .ready-img p {
    color: rgb(109, 109, 109);
    padding: 0;
    font-size: 18px;
}

/* .light-gray{
        background: rgb(241, 241, 241);
} */
.shipFree .btn {
    max-width: 230px;
}

.hours-page.shipFree::after {
    background-color: #f90342;
}

.benefit-page h2 {
    font-size: 52px;
    line-height: 57px;
    font-weight: 700;
}

.benefit-page .quickShip-button {
    text-align: center;
    padding: 55px 0 0 0;
}

.benefit-page .quickShip-button .quickShip a {
    background-color: rgb(0, 0, 0);
    color: #fff;
    /* text-decoration: underline; */
    border: #000 solid 1px;
    border-radius: 16px;
    padding: 15px 20px;
    margin: 0 24px;
    font-size: 15px;
    width: 204px;
}

.benefit-page .table {
    border: 2px solid #dedddd;
}

.benefit-page .table tr th {
    border-right: 2px solid #dedddd;
    padding: 15px;
    font-size: 27px;
    line-height: 37px;
}

.benefit-page .table tr th:first-child {
    padding-left: 120px;
}

.benefit-page .table tr td {
    border-right: 2px solid #dedddd;
    padding: 15px;
    font-size: 20px;
    font-weight: 400;
}

.benefit-page .table tr td .table-data {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    max-width: 100%;
}

.benefit-page .table tr td span {
    padding-left: 20px;
    padding-right: 42px;
    font-size: 26px;
    width: 105px;
    flex: 0 0 105px;
}

.benefit-page .table tr td:first-child {
    width: 48%;
}

.benefit-page .table tr td:last-child {
    width: 55%;
}

.benefit-page .quickShip-button .join-btn a {
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}

.perfect-fit-page .samples-box {
    padding-bottom: 37px;
}

.perfect-fit-page h2 {
    font-size: 52px;
    line-height: 57px;
    font-weight: 700;
}

.perfect-fit-page .Unlock-button .join-btn a {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    padding: 14px 65px !important;
    border-radius: 20px;
    border-radius: 20px !important;
}

.perfect-fit-page .table td {
    border-style: none;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
}

.perfect-fit-page .table th h3 {
    color: #f90342;
    font-size: 28px;
    line-height: 39px;
    font-weight: 700;
    padding: 10px 0;
}

.perfect-fit-page .table th h4 {
    color: #f90342;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 28px;
}

.perfect-fit-page .table th {
    padding-bottom: 30px;
}

.perfect-fit-page .table th .basic {
    background-color: #f90342;
    border-radius: 20px;
    padding: 6px 27px;
}

.perfect-fit-page .table th .core {
    background-color: rgb(30, 45, 95);
    border-radius: 20px;
    padding: 6px 27px;
}

.perfect-fit-page .table th .premium {
    background-color: rgb(6, 171, 94);
    border-radius: 20px;
    padding: 6px 27px;
}

.perfect-fit-page .table th .core-part h3 {
    color: rgb(30, 45, 95);
}

.perfect-fit-page .table th .core-part h4 {
    color: rgb(30, 45, 95);
}

.perfect-fit-page .table th .premium-part h3 {
    color: rgb(6, 171, 94);
}

.perfect-fit-page .table th .premium-part h4 {
    color: rgb(6, 171, 94);
}

.perfect-fit-page .table th a {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.perfect-fit-page .table td .right {
    color: #06ab5e;
    line-height: 37px;
    font-size: 27px;
    font-weight: 400;
}

.perfect-fit-page .table td .cross {
    color: rgb(249, 3, 66);
    line-height: 37px;
    font-size: 27px;
    font-weight: 400;
}

.programs-bg {
    background-color: #f1f1f1;
    position: relative;
    z-index: 0;
}

.range-item {
    position: relative;
}
.range-item:not(:last-child) {
    margin-bottom: 24px;
}
.range-item .range-input {
    margin-top: 6px;
}
.range-item .range-input input {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.range-item ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(100% + 34.4px);
    margin: 0 -17px;
    padding: 0 !important;
}
.range-item ul .list-inline-item:not(:last-child) {
    margin-right: 0;
}
.range-item ul .list-inline-item span {
    position: relative;
    min-width: 58px;
    text-align: center;
    display: block;
    font-size: 14px;
    padding-top: 4px;
    word-break: break-word;
    color: #b1b1b1;
}
.range-item ul .list-inline-item small {
    position: absolute;
    min-width: 58px;
    text-align: center;
    display: block;
    font-size: 14px;
    padding-top: 4px;
    word-break: break-word;
    color: #333;
    font-weight: bold;
    top: -22px;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.range-item ul .list-inline-item.active small {
    opacity: 1;
}

.range-item .range-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: calc(100% - 6px);
    background-color: #ddd;
    z-index: 0;
    margin: 0 7px;
    border-radius: 50px;
    overflow: hidden;
}
.range-item .range-input.disable-range + ul .list-inline-item span::before {
    background-color: #b1b1b1;
}
.range-item .range-input.disable-range .range-line .active-line {
    background-color: #b1b1b1;
}
.range-item
    .range-input.disable-range
    + ul
    .list-inline-item.active
    span::before {
    background-color: #777777;
}
.range-item .range-input .dot-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 24px);
    left: 0;
    z-index: 1;
}
.range-item .range-input .active-dot {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    background-color: #ddd;
    height: 24px;
    width: 24px;
    border: 4px solid var(--primary-color);
    z-index: 11;
    left: 0%;
    border-radius: 50%;
}
.range-item .range-input .range-line .active-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    transition: all 0.1s ease;
}
.range-item ul .list-inline-item span::before {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #696969;
}
.range-item ul .list-inline-item.active span::before {
    background-color: white;
}
.range-item .range-input input:disabled ~ .dot-line .active-dot {
    background-color: #d9d9d9;
    border: 4px solid #b1b1b1;
}
.range-item input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */
    background-color: #0000;
    height: 15px;
    width: 15px;
    border: 4px solid #0000;
    z-index: 11;
    box-shadow: none;
}
.range-item input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */
    background-color: #0000;
    height: 24px;
    width: 24px;
    border: 4px solid #0000;
    box-shadow: none;
    z-index: 11;
}

.range-item input[type="range"]::-webkit-slider-runnable-track {
    background-color: #f0f0f000;
}
.range-item input[type="range"]::-moz-range-progress {
    background-color: #f0f0f000;
}
input[type="range"]::-ms-track {
    background-color: #f0f0f000;
}
.range-item input[type="range"]::-moz-range-track {
    background-color: #f0f0f000;
}
/* IE*/
.range-item input[type="range"]::-ms-fill-lower {
    background-color: #f0f0f000;
}
input[type="range"]::-ms-fill-upper {
    background-color: #f0f0f000;
}
input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: none !important;
    background-color: #f0f0f000;
}

.range-item input[type="range"]:focus::-moz-range-thumb {
    box-shadow: none !important;
    background-color: #f0f0f000;
}

.range-item input[type="range"]:focus::-ms-thumb {
    background-color: #f0f0f000;
    box-shadow: none !important;
}
.range-item input[type="range"]:disabled::-webkit-slider-thumb {
    background-color: #0000;
    border: 4px solid #0000;
}
.range-item input[type="range"]:disabled::-moz-range-thumb {
    background-color: #0000;
    border: 4px solid #0000;
}
.range-item .btn {
    max-width: max-content;
    width: 100%;
    height: 34px;
    font-size: 11px;
    line-height: 32px;
    padding: 0 15px;
    display: block;
    float: right;
}

.otp_code_verify {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.code_verifying {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* indranil */
main {
    background-color: rgb(241 241 241);
    position: relative;
    z-index: -9;
}
.off_5 .populer,
.off_5 .planName {
    background-color: #f90342;
}
input[type="radio"] {
    accent-color: rgb(249, 3, 66);
}
.textSlide .swiper-wrapper {
    transition-timing-function: linear !important;
}
.textSlide .swiper-wrapper .swiper-slide {
    font-size: 18px;
}
/* from new style */
.more_showcase img {
    width: 100%;
}

.more_showcase::after {
    background: #fa5300;
    height: 405px;
}

.gallerySlider .swiper {
    width: 100%;
    padding: 40px 0;
}

.gallerySlider .swiper-slide {
    display: flex;
    justify-content: center;
}

.brand-card {
    /* width: 320px; */
    background: #f1f1f1;
    border-radius: 30px;
    padding: 2px 2px 40px;
    text-align: center;
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
    position: relative;
}

.brand-card img {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
    object-fit: contain;
}

.brand-label {
    position: absolute;
    bottom: 10px;
    left: 30px;
    /* background: #2563eb;
    color: #fff; */
    font-size: 17px;
    line-height: 24px;
    padding: 1px 2px;
    border-radius: 0;
}

.gallerySlider .swiper-button-prev {
    left: -4%;
}

.gallerySlider .swiper-button-next {
    right: -4%;
}

.gallerySlider .swiper-button-next,
.gallerySlider .swiper-button-prev {
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background: #f1f1f1;
    border: 1px solid #000;
}

.gallerySlider .swiper-button-next:after,
.gallerySlider .swiper-button-prev:after {
    font-size: 14px;
    color: #000;
}

.gallerySlider {
    position: relative;
    padding: 2rem 0;
}

.moreNew_content {
    text-align: left;
}

.moreNew_content h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}

.moreNew_content li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #656565;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.uniqueBox {
    text-align: center;
}

.uniqueBox img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: top;
}

.uniqueBox h3 {
    width: 100%;
    max-width: 60%;
    margin: 1.5rem auto;
}

.uniqueBox p {
    color: #656565;
    font-size: 1.2rem;
}

.boxs p {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #000;
}

.priceBox h3,
.boxs {
    margin-bottom: 15px;
}

.code_acti {
    color: #656565;
    font-size: 1rem;
    line-height: 1;
    margin-top: 1.5rem;
}

.experiance-page {
    padding: 50px 70px;
}

/* .experiance_content{
    padding: 50px;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/more-showcase/experience.jpg');
} */
.experiance_content {
    position: relative;
    padding: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.experiance_content::before {
    content: "";
    position: absolute;
    inset: 0;

    transform: scaleX(-1);
    /* horizontal flip */
    z-index: -1;
}

.experiance_content h1 {
    font-size: 34px;
    margin-bottom: 1.3rem;
}

.experiance_content h1 img {
    width: 100%;
    max-width: 30%;
}

.experiance_content h4 {
    font-size: 36px;
    text-align: center;
}

.experiance_content p {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 3.5rem;
}

.btn-wrap {
    display: flex;
    gap: 1rem;
}

.btn-wrap .btn {
    border-radius: 20px;
}

.get_ready {
    gap: 35px;
}

.get_ready .ready-box .ready-img {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: anchor-center;
    padding: 46px 0;
}

.get_ready .ready-box .ready-img img {
    height: 71px;
    width: auto;
    object-fit: contain;
}

.get_ready .ready-box .ready-img h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    max-width: 60%;
    margin: auto;
}

.get_ready .ready-box .ready-img p {
    color: rgb(109, 109, 109);
    padding: 0;
    font-size: 18px;
}

/* .light-gray{
        background: rgb(241, 241, 241);
} */

.acvt_email {
    color: #000;
}

#loginModal #activate-account .image-wrap .imagr {
    background-image: url("../images/activate-account.webp");
}

#loginModal #activate-account .sign-in-form .col-3 {
    padding-inline: 8px;
}

#loginModal #activate-account .sign-in-form input[type="number"] {
    -moz-appearance: textfield;
}

#loginModal
    #activate-account
    .sign-in-form
    input[type="number"]::-webkit-inner-spin-button,
#loginModal
    #activate-account
    .sign-in-form
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#loginModal #activate-account .sign-in-form input {
    text-align: center;
}

#activate-account-join .get_ready .ready-box .ready-img {
    padding-top: 0;
    padding-bottom: 15px;
}

#activate-account-join .get_ready .ready-box .ready-img img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

#activate-account-join .get_ready .ready-box .ready-img h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#activate-account-creative-power .btn {
    border: 1px solid #000;
    margin-bottom: 1rem;
    line-height: 33px !important;
}

#activate-account-creative-power .btn_wrap {
    margin-top: 1rem;
}

#loginModal #forgot-password .image-wrap .imagr {
    background-image: url("../images/forgot-password.webp");
    min-height: 570px;
}

#loginModal #reset-password .image-wrap .imagr {
    background-image: url("../images/reset-password.webp");
    min-height: 570px;
}
.grid-item:nth-child(5) a span {
    padding: 0 15px;
    height: 210px;
    background: #f90342;
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.grid-item:nth-child(7) a span {
    padding: 0 15px;
    height: 330px;
    background: #06ab5e;
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.decoration .style1 img {
    height: 200px;
    object-fit: contain;
}

.decoration .style2 img {
    height: 180px;
    object-fit: contain;
    /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
}
.decoration .wraps {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 283px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.decoration .style3 .wraps {
    height: 180px;
}
.decoration .style1 .wraps {
    height: 240px;
}
.decoration .wraps img {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.decoration .style3 img {
    height: 120px;
    object-fit: contain;
    /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
}
.decoration .product .box h3 {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-family: var(--bodyFont);
    color: var(--bs-white);
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    max-width: 200px;
}
.modal-header {
    justify-content: space-between;
}
.related-products .swiper-button-next,
.related-products .swiper-button-prev {
    color: var(--primary-color);
}
.qty-up,
.qty-down {
    line-height: 1 !important;
}
.cart-all-plans .btn {
    max-width: inherit;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    padding: 0 15px;
}
.heroContent {
}
.hero .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.error-text {
    display: block;
    font-size: 0.675rem;
    margin-top: 0.25rem;
    position: relative;
    top: -15px;
}
#signupForm .row > * {
    position: relative;
    .error-text {
        display: block;
        font-size: 0.675rem;
        margin-top: 0.25rem;
        position: relative;
        top: -15px;
    }
}
#signinForm .row > * {
    position: relative;
    .error-text {
        display: block;
        font-size: 0.675rem;
        margin-top: 0.25rem;
        position: relative;
        top: -15px;
    }
}
#signupForm {
    #password-field-signup {
        margin-bottom: 17px;
    }
    .radio {
        margin-bottom: 17px;
    }
}
.address-option .row>* {
    margin-bottom: 15px;
}
.color-text p:nth-child(2) {
    position: relative;
    left: 10px;
}