@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    scroll-behavior: smooth;
    background-color: #ffffff;
    transition: 0.3s;
    overflow-x: hidden !important;
}

:root {
    --main: #3c31c5;
    --white: #fff;
    --dark: #000;
    --semidark: #000;
    --bodybg: #dcdefe;
    --primary-color: #5138ee;
    --grey: #d6d6d6;
    --placeholder: #969696;
    --text: #333;
    --slider-bg: #eff3ff;
    --login-cta-hover: #1f0098;
}

::selection {
    color: var(--white);
    background-color: var(--semidark);
}

a {
    text-decoration: inherit !important;
    color: inherit;
}

img {
    width: 100%;
    height: 100%;
}

main {
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1180px !important;
}


/* Navbar */
nav.navbar {
    box-shadow: 0px 5px 5px #f7f7f7;
}

.navbar-brand img {
    width: 150px;
    height: 20px;
}

.navbar-nav li a {
    font-size: 17px;
    font-weight: 650;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--main);
}

.header-action ul li i {
    color: var(--main);
    font-size: 25px;
}

.header-menu {
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--main);
    padding: 1rem;
}

.header-menu img {
    filter: brightness();
}

.nav-link.active {
    color: var(--main) !important;
    text-decoration: underline;
}

.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    /* background: rgba(255, 255, 255, 0.95); */
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 100px 0;
    display: none;
}

.special-search .search-btn,
.special-search .search-close {
    color: var(--main);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    cursor: pointer;
}

.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    color: #0a303a;
}

.search-form {
    position: relative;
}

.special-search .search-form input {
    border-bottom: 1px solid var(--main);
}

.search-form input {
    width: 100%;
    border: none;
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.content-box {
    padding-bottom: 15px;
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: 35px;
}

.contact-info h4.title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: rgb(109, 102, 203);
    background: linear-gradient(287deg, rgba(109, 102, 203, 0.9976365546218487) 0%, rgba(60, 49, 197, 1) 100%);
}

.contact-info h4.title,
.oc-newsletter h4.title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.contact-info ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-info ul li a {
    color: #676565;
    text-decoration: none;
}

.contact-info ul li i {
    color: var(--main);
}

div#offcanvasScrolling {
    border: none;
    box-shadow: 0px 5px 5px #eee;
}

.oc-newsletter {
    text-align: center;
    border: 1px solid rgba(204, 204, 204, 0.251);
    border-radius: 4px;
    background-color: rgba(216, 220, 221, 0.251);
    padding: 40px 30px;
}

.oc-newsletter h4.title {
    margin-bottom: 19px;
}

.oc-newsletter h4.title::after {
    margin: 0 auto;
    right: 0;
}

.oc-newsletter p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 22px;
    padding: 0 50px;
}

.oc-newsletter form button {
    background: #222222;
    width: 100%;
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
}

.oc-newsletter form button:hover {
    background: var(--main);
    color: #fff
}

.oc-newsletter form input {
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 17px 20px;
    margin-bottom: 15px;
    border-radius: 50px;
}

.oc-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 30px;
    list-style: none;
}

.oc-social ul li a {
    margin: 0 7.5px;
    font-size: 15px;
    color: #878686;
    display: block;
}

.oc-social ul li a:hover {
    color: var(--main);
}

.oc-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px dashed #d4d4d4;
}

.oc-bottom>div {
    width: 50%;
    flex: 0 0 50%;
}

.oc-bottom>div label {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 0;
    margin-right: 15px;
}

.oc-bottom>div select {
    border: none;
    padding: 3px 0 3px;
    border-bottom: 1px solid #dbdbdb;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}

.offcanvas.offcanvas-end {
    width: 480px !important;
    padding: 0 40px;
}


/* Banner */
.special-banner-area {
    padding: 100px 0;
    position: relative;
}

.banner-area {
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
}

.banner-content .sub-title {
    color: var(--main);
    background-image: none;
    font-size: 16px;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.banner-content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 2px;
    height: 20px;
    background: var(--main);
}


.slider-img img {
    height: 100%;
    width: 100%;
}

.banner-content h2 {
    font-size: 72px;
    letter-spacing: -2px;
    line-height: 1.15;
    margin-bottom: 10px;
    font-weight: 700;
}

.special-btn {
    background: linear-gradient(287deg, rgba(11, 39, 76, 1) 0%, rgba(83, 71, 233, 1) 100%);
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0px;
    padding: 20px 10px 20px 30px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    transition: 0.3s;
}

.special-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.special-btn.Solid-btn {
    background: #edf8ff;
    color: #000;
}

.special-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #222222;
    background-color: #fff !important;
    margin-left: 5px;
}

.banner-btn .btn {
    margin-top: 15px;
}

.banner-btn .btn:first-child {
    margin-right: 15px;
}


/* features */
.capsule-features-item {
    text-align: center;
    border: 2px solid #f1f1f1;
    padding: 49px 50px;
    position: relative;
    overflow: hidden;
    transition: .3s linear;
}

.cf-icon {
    margin-bottom: 15px;
}

.cf-content .title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}

.cf-icon img {
    max-width: 80px;
}

.cf-overlay-icon img {
    max-width: 200px;
}

.cf-overlay-icon {
    position: absolute;
    top: -60px;
    right: -60px;
    opacity: .04;
    z-index: -1;
    transition: .3s linear;
}

.capsule-features-item:hover .cf-overlay-icon {
    top: -70px;
    right: -70px;
}

.capsule-features-item:hover {
    border-color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.cf-content .title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

/* sup-info-area */
.sup-info-area {
    padding: 120px 0 120px;
}

.sup-info-img .img-shape {
    width: 540px;
    height: 540px;
    background: #f7faff;
    border-radius: 50%;
    margin-top: 45px;
}

.sup-info-img {
    position: relative;
}

.sup-info-img>img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    /* margin: -45px auto 0; */
}

.section-title .title {
    font-size: 60px;
    letter-spacing: -2.5px;
    margin-bottom: 0;
    line-height: 1.19;
    color: #222222;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}

.special-title .title span {
    color: var(--main);
}

.choose-list-wrap .content h4 {
    font-size: 24px;
    letter-spacing: -.5px;
    margin-bottom: 10px;
    color: #222222;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}

.choose-list-wrap .content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #777777;
}

.sup-info-area .choose-list-wrap {
    padding-left: 0;
    padding-right: 125px;
}

.section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}


.sup-info-area .choose-list-wrap .icon {
    width: 70px;
    height: 70px;
    line-height: 51px;
    text-align: center;
    flex: 0 0 70px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgba(3, 0, 188, 0.15);
    font-size: 30px;
    background-image: none !important;
    background: #3b31c50a;
    color: #fff;
    margin-left: 0;
    margin-right: 25px;
}

.sup-info-area .choose-list-wrap ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
    margin-bottom: 25px;
    margin-right: 0;
}

.icon img {
    width: 40px;
    height: 50px;
}

/* scroll-top */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    opacity: 0;
}

.special-scroll.scroll-top {
    background-image: none;
    background-color: var(--main);
}

.scroll-top.open {
    opacity: 1;
    bottom: 30px;
}



/* special-video-area  */
.special-video-area {
    padding: 120px 0;
    position: relative;
    background-image: url(../images/video_bg.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.fix {
    overflow: hidden;
}

.special-video-area .video-content {
    padding: 0 0 0;
}

.special-video-area .video-content p {
    color: #c2c2c2;
    line-height: 1.8;
    width: 94%;
    margin: 0 0 35px;
}

.special-video-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    opacity: .9;
    z-index: -1;
}

.special-video-area .popup-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    color: var(--main);
    font-size: 30px;
    margin: 0 auto;
    z-index: 1;
}

.ripple-white {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/* product-info-area */
.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.product-info-img .img-shape {
    width: 540px;
    height: 540px;
    background: #f7faff;
    border-radius: 50%;
    margin-top: 45px;
}

.product-info-img>img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    /* margin: -45px auto 0; */
}

.capsule-section-title .sub-title {
    font-size: 20px;
    display: block;
    color: var(--main);
    margin-bottom: 14px;
    line-height: 1;
    font-weight: 600;
}

.capsule-section-title .title {
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}

.product-info-content>p {
    margin-block: 20px;
}

.product-info-list ul li {
    display: flex;
    align-items: center;
}

.product-info-list .icon {
    width: 40px;
    height: 40px;
    background: #f0eeff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    flex: 0 0 40px;
    font-size: 16px;
    color: #4a4cc9;
    margin-right: 20px;
    transition: .3s linear;
}

.product-info-list .content span {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    min-width: 65px;
    display: inline-block;
    margin-right: 10px;
}

.product-info-list ul li+li {
    margin-top: 16px;
}

/* inner-shop-details-area */
.pb-115 {
    padding-bottom: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.inner-shop-details-img-wrap {
    margin-bottom: 15px;
}

.tab-content>.tab-pane {
    display: none;
}

.inner-shop-details-img img {
    max-width: 100%;
}

.inner-shop-details-nav-wrap .nav-tabs img {
    max-width: 100%;
}

.inner-shop-details-nav-wrap .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    margin-left: -7px;
    margin-right: -7px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.inner-shop-details-img {
    background-color: #F3F3F3;
    height: 500px;
}

.inner-shop-details-img img {
    width: 100%;
    height: 100%;
    padding: 2rem;
    object-fit: contain;
}

.inner-shop-details-nav-wrap .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    background-color: #fff;
    margin-bottom: 0;
}


.inner-shop-details-nav-wrap .nav-tabs .nav-link.active {
    background-color: #F3F3F3;
}

.inner-shop-details-content .title {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #222222;
    margin-top: 0px;
    font-style: normal;
    position: relative;
}

.inner-shop-details-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inner-shop-details-meta ul li {
    font-size: 16px;
    color: #777777;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    margin-top: 11px;
}

.inner-shop-details-meta ul li::before {
    content: "|";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: #dadada;
}

.inner-shop-details-meta ul li.inner-shop-details-review .rating {
    font-size: 12px;
    letter-spacing: -1px;
    color: #ff9b26;
    margin-right: 8px;
}

.inner-shop-details-meta ul li a,
.inner-shop-details-meta ul li span {
    color: #696868;
    font-weight: 500;
}

.inner-shop-details-price .price {
    font-size: 26px;
    font-weight: 700;
    line-height: .9;
    margin-bottom: 0;
}

.inner-shop-details-price .stock-status {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 900;
    margin-left: 15px;
    text-transform: uppercase;
    color: #4eb92d;
}

.inner-shop-details-price {
    display: flex;
    align-items: center;
    margin: 27px 0 23px;
}

.inner-shop-details-list {
    margin: 28px 0 32px;
}

.inner-shop-details-list ul li {
    padding-left: 22px;
    position: relative;
    font-size: 15px;
    color: #777777;
    margin-top: 5px;
    font-weight: 500;
}

.inner-shop-details-list ul li::before {
    content: "\2192";
    position: absolute;
    left: 0;
    top: 1.2px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: var(--main);
    font-size: 14px;
}

.quickview-cart-plus-minus {
    position: relative;
}

.quickview-cart-plus-minus {
    width: 116px;
    flex: 0 0 116px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.quickview-cart-plus-minus input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    color: #282828;
    font-weight: 600;
}

.quickview-cart-plus-minus .qtybutton.dec {
    font-size: 18px;
}

.quickview-cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;
}

.quickview-cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}

.quickview-cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;
}

.inner-shop-perched-info>.cart-btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--main);
    background: var(--main);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 12px 16px;
    min-width: 145px;
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 12px;
    text-transform: uppercase;
}

.inner-shop-perched-info>.wishlist-btn {
    margin-bottom: 12px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--main);
    color: #fff;
    border-radius: 5px;
}

.inner-shop-perched-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inner-shop-details-bottom {
    margin-top: 23px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.inner-shop-details-bottom ul li {
    display: block;
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
    font-weight: 600;
}

.inner-shop-details-bottom ul li a {
    color: #777777;
    margin-right: 3px;
    text-decoration: none;
}

.inner-shop-details-review {
    display: flex;
    align-items: center;
}


/* custom-order-area */
.custom-order-area {
    background-image: url(../images/cap_video_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.custom-order-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .95;
    z-index: -1;
}

.custom-order-title .sub-title {
    display: block;
    color: #fff;
    margin-bottom: 12px;
}

.custom-order-title .title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-size: 36px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}


.custom-order-btn .capsule-btn {
    background: #b43f39;
    padding: 19px 35px;
    margin-right: 20px;
}

.capsule-btn {
    background: #c9504a;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 49px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.special-brand-area {
    background: #f7f8fa;
    padding: 80px 0 80px;
}

.brand-title {
    margin: 0px 0px 50px;
}

.brand-title .title {
    font-weight: 700;
}

.brand-area-swiper {
    width: 200px;
}

.brand-area-swiper img {
    width: 100%;
}


/* FAQ */
.fix {
    overflow: hidden;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.mb-35 {
    margin-bottom: 35px;
}

.faq-style-two {
    margin-right: 0;
}

.faq-style-two .accordion>.card {
    border-radius: 35px;
    border: none;
    background: #fff4f4;
    margin-bottom: 15px;
}

.faq-wrapper .accordion>.card {
    border-radius: 16px;
    border: none;
    background: #edf8ff;
    margin-bottom: 15px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.faq-wrapper .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    background: transparent;
    padding: 10px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-wrapper .accordion>.card>.card-header button {
    border: none;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    padding: 12px 90px 23px 40px;
    line-height: 1.4;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}


.faq-style-two .accordion>.card .card-body {
    padding: 13px 55px 30px 30px;
    line-height: 26px;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.faq-wrapper .accordion>.card .card-body {
    padding: 0 40px 35px 40px;
    line-height: 26px;
    font-size: 16px;
}

.faq-style-two .faq-card-img {
    width: 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}

.faq-style-two .faq-card-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.faq-style-two .accordion>.card .card-body::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url(../images/faq_quote.png);
    width: 140px;
    height: 120px;
    background-repeat: no-repeat;
    z-index: -1;
}


/* About Page */


.breadcrumb-bg {
    background: url('../images/breadcrumb_bg.jpg');
    background-position: center;
    background-size: cover;
    min-height: 460px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222222;
    opacity: .95;
    z-index: -1;
}

.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadcrumb-bg .transparent-title {
    position: absolute;
    font-size: 250px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: -3px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    opacity: .12;
    bottom: 55px;
    left: 0;
    right: 0;
    z-index: -1;
}

.breadcrumb-content h2 {
    font-size: 3rem;
    font-weight: 700;
}

.bread_list li a {
    color: #fff;
}

.bread_list li.active {
    /* color: #4a4cc9; */
    color: #ffff;
}


.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 15px;
    color: #fff !important;
    content: "|" !important;
}

.about-company p {
    /* text-align: justify; */
    font-size: 16px;
    font-weight: 500;
    color: #676565;
}

.about-company h2 {
    /* color: #3830ac !important; */
    padding-bottom: 1rem;
    position: relative;
}

.about-company h2::before {
    content: '';
    position: absolute;
    bottom: 10px;
    background: linear-gradient(287deg, rgba(109, 102, 203, 0.9976365546218487) 0%, rgba(60, 49, 197, 1) 100%);
    width: 45px;
    height: 3px;
}


/* -------------------------------- */
/* ------------ SHOP PAGE  ------- */
/* -------------------------------- */

.product-desc-wrap {
    padding-top: 85px;
}

.product-desc-wrap .nav-tabs {
    border-bottom: 1px solid #ebebeb;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.product-desc-content .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #222222;
    margin-top: 0px;
    font-style: normal;
}

.product-desc-wrap .nav-tabs .nav-item {
    margin: 0 55px 0 0;
}

.product-desc-wrap .nav-tabs .nav-link.active {
    color: #222222;
}

.product-desc-wrap .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #696868;
    padding: 0 0 12px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.product-desc-wrap .nav-tabs .nav-link.active::after {
    opacity: 1;
}

.product-desc-wrap .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--main);
    opacity: 0;
}

.reviews-comment .review-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.review-img {
    margin-right: 20px;
    width: 100px;
    flex: 0 0 100px;
}

.review-img img {
    border-radius: 50%;
}

.review-rating li {
    color: #ff9b26;
    letter-spacing: -1px;
    font-size: 13px;
    margin-bottom: 7px;
}

.review-meta h6 {
    color: #222;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 800;
}

.review-meta h6 span {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}

.reviews-comment .review-content p {
    margin-bottom: 0;
}

.add-review {
    margin-top: 55px;
    padding-top: 35px;
    border-top: 1px solid #ebebeb;
}

.add-review .title {
    font-size: 26px;
    color: #222222;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.add-review form {
    padding: 55px 50px 60px;
    background: #f5f5f5;
}

.add-review p {
    font-size: 16px;
}

.add-review .from-grp {
    margin-bottom: 25px;
}

.add-review .from-grp label {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}


.add-review .from-grp label span {
    color: #ff5600;
    font-size: 22px;
}

.add-review .from-grp input {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    display: block;
}

.add-review .checkbox-grp {
    display: flex;
    align-items: center;
}

.add-review .checkbox-grp input {
    width: auto;
    margin-top: -5px;
    margin-right: 10px;
}

.form-rating {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.form-rating label {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-right: 10px;
}

.form-rating ul li {
    transition: .3s linear;
    letter-spacing: -1px;
    display: inline-block;
    font-size: 14px;
}

.add-review .from-grp textarea {
    height: 170px;
}

.add-review .from-grp textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    display: block;
}

.form-rating ul li:hover {
    color: #ff9b26;
    cursor: pointer;
}

.inner-shop-details-content p {
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    letter-spacing: 0.5px;
    text-wrap: wrap;
}



/* -------------------------- */
/* ------ CONTACT US PAGE --- */
/* -------------------------- */

.contact-form-wrap {
    padding: 80px;
    background: #f7f7f7;
    text-align: center;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
}

.contact-form-wrap .form-grp {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-wrap .form-grp input,
.contact-form-wrap .form-grp textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 23px 65px 23px 40px;
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.contact-form-wrap .form-grp textarea {
    min-height: 260px;
    max-height: 260px;
}

#contact-form .help-block {
    position: absolute;
    left: 0;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 0 12px;
    border-radius: 0;
    background: var(--main);
    box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
    display: none;
}

#contact-form .help-block ul {
    margin-bottom: 0 !important;
}

.contact-form-wrap .form-grp i {
    position: absolute;
    right: 40px;
    top: 26px;
    color: var(--main);
}

.contact-form-wrap .form-grp .custom-select {
    border: none;
    background: #fff;
    color: #a5a5a5;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    padding: 23px 65px 23px 40px;
    outline: none;
    font-size: 16px;
    height: 70px;
    border-radius: 0;
}

.contact-form-wrap .form-grp {
    position: relative;
    margin-bottom: 20px;
}

textarea:focus,
input:focus {
    outline: none !important;
}

.form-select:focus {
    outline: none;
    box-shadow: none !important;
}

.contact-info-box {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(133, 133, 133, 0.06);
}

.contact-info-area .row [class*="col-"]:nth-child(3) .contact-info-box-head {
    background: #222;
}

.contact-info-box-head {
    padding: 35px 40px;
    /* background: #000; */
    /* color: #fff; */
}

.contact-info-box-content {
    padding: 45px 40px;
}

.contact-info-box-content li {
    display: flex;
    align-items: flex-start;
}


/* ------------------------- */
/* ------- LOGIN PAGE ------ */
/* ------------------------- */

.form-style input {
    border: 0;
    height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #000000;
}

.form-style input:focus {
    border-bottom: 1px solid #007bff;
    box-shadow: none;
    outline: 0;
    background-color: #ebebeb;
}

.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
}

button {
    height: 50px;
}

.sideline:before,
.sideline:after {
    content: '';
    border-top: 1px solid #b9b9b9;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sideline:after {
    margin: 0 0 0 20px;
}



/* ====== */


.login-container {
    display: flex;
    max-width: 1200px;
    background: var(--white);
    margin: auto;
    width: 100%;
    min-width: 320px;
}

.login-container .login-form {
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.login-container .login-form .login-form-inner {
    max-width: 380px;
    width: 95%;
}

.login-container .login-form .google-login-button .google-icon svg {
    height: 20px;
    display: flex;
    margin-right: 10px;
}

.login-container .login-form .google-login-button {
    color: var(--text);
    border: 1px solid var(--grey);
    margin: 40px 0 20px;
}

.login-container .login-form .sign-in-seperator {
    text-align: center;
    color: var(--placeholder);
    position: relative;
    margin: 30px 0 20px;
}

.login-container .login-form .sign-in-seperator span {
    background: var(--white);
    z-index: 1;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}

.login-container .login-form .sign-in-seperator:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--grey);
    left: 0;
    top: 50%;
    z-index: 0;
}

.login-container .login-form .login-form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.login-container .login-form .login-form-group label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 10px;
}

.login-container .login-form .login-form-group input {
    padding: 13px 20px;
    box-sizing: border-box;
    border: 1px solid var(--grey);
    border-radius: 50px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
    transition: linear 0.2s;
}

.login-container .login-form .login-form-group input:focus {
    outline: none;
    border: 1px solid var(--primary-color);
}

.login-container .login-form .login-form-group input::-webkit-input-placeholder {
    color: var(--placeholder);
    font-weight: 300;
    font-size: 14px;
}

.login-container .login-form .login-form-group.single-row {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5px;
}

/* custom checkbox */
.login-container .login-form .custom-check input[type="checkbox"] {
    height: 23px;
    width: 23px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    background: var(--white);
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.login-container .login-form .custom-check input[type="checkbox"]:checked {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
}

.login-container .login-form .custom-check input[type="checkbox"]:checked:before,
.login-container .login-form .custom-check input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--white);
}

.login-container .login-form .custom-check input[type="checkbox"]:checked:before {
    width: 8px;
    top: 11px;
    left: 2px;
    transform: rotate(44deg);
}

.login-container .login-form .custom-check input[type="checkbox"]:checked:after {
    width: 14px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}

.login-container .login-form .custom-check input[type="checkbox"]:focus {
    outline: none;
}

.login-container .login-form .custom-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container .login-form .custom-check label {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.login-container .login-form .link {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.login-container .login-form .link:hover {
    text-decoration: underline;
}

.login-container .login-form .login-cta {
    color: var(--white);
    text-decoration: none;
    margin: 25px 0 35px;
    background: linear-gradient(287deg, rgba(11, 39, 76, 1) 0%, rgba(83, 71, 233, 1) 100%);
}

.login-container .login-form .login-cta:hover {
    background:#000;
}

.login-container .onboarding {
    flex: 1;
    /* background:#1e009810; */
    display: none;
    width: 50%;
}

.login-container .login-form .login-form-group label .required-star {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 10px;
}

.login-container .rounded-button {
    display: flex;
    width: 100%;
    text-decoration: none;
    border-radius: 50px;
    padding: 13px 20px;
    box-sizing: border-box;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    transition: linear 0.2s;
}

.login-container .rounded-button:hover {
    box-shadow: 0px 0px 4px 0px var(--grey);
}

.login-container .body-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.login-container .login-form .login-form-inner h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.login_slider_img {
    width: 100%;
    height: 750px;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 86px !important;
}


/* Responsive navbar */
.navbarResponsive{
    box-shadow: 0px 5px 5px #f7f7f7;
    display: none;
}

.menu-responsive ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#000000a6;
    font-size: 18px;
    font-weight: 650;
}

.menu-responsive ul li a i{
    color: #000000a6;
    font-size: 16px;
}

.menu-responsive ul li.active a {
    color: var(--main) !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 650;
}

.menu-responsive ul li.active a i{
    color: var(--main);
    font-size: 18px;
}

.btn-res {
    background: linear-gradient(287deg, rgba(11, 39, 76, 1) 0%, rgba(83, 71, 233, 1) 100%);
    padding: 0.5rem 1rem;
    font-size: 13px;
    font-weight: 600;
    color: #ffff;
    border-radius: 1rem;
}