@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    font-family: "DM Sans", sans-serif !important;
    overflow-x: clip;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
    font-family: "DM Sans", sans-serif !important;
    caret-color: transparent;
}

:root {
    --primary-clr: #2B2C41;
}

/*Redesign CSS*/
body {
    color: #262d34;
    font-family: "DM Sans", sans-serif;
    text-align: start;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.01em;
    color: #212629;
}

.quick-view {
    display: block;
}

a {
    display: inline-block;
}

.product-single-hover {
    box-shadow: 0px 0px 5px rgba(0, 113, 220, 0.15);
    border-radius: 15px;
    background: #fff;
    position: relative;
}

.product-single-hover .single-product-details {
    position: relative;
    height: 100px;
    padding: 1px;
    border-radius: 0px 0px 5px 5px;
    transition: all ease 0.3s;
    background: #fff;
}

.product-single-hover .single-product-details a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    text-align: center;
}

.product-single-hover .quick-view {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    transition: all ease 0.3s;
}

.product-single-hover .quick-view a {
    color: #fff !important;
    border-radius: 4px !important;
}

.product-single-hover .inline_product {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    aspect-ratio: 1.1;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-single-hover .inline_product a {
    display: block;
}

.product-single-hover .inline_product .center-div {
    display: block;
}

.product-single-hover .inline_product img {
    transition: all ease 0.5s;
}

.product-single-hover:hover .single-product-details {
    transform: translateY(-38px);
}

.product-single-hover:hover .quick-view {
    transform: translateY(-50px);
}

.product-single-hover:hover .inline_product img {
    transform: scale(1.14);
}

.for-discoutn-value {
    position: absolute;
    top: 0;
    z-index: 3;
    /* white-space: nowrap; */
    height: 35px;
    border-radius: 15px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 1em;
}

.feature-product {
    padding: 15px 50px 25px;
    overflow: hidden;
}

.feature-product .owl-item:not(.active) {
    transition: all ease 0.3s;
}


@media (min-width: 768px) {
    .feature-product:not(:hover) .owl-item:not(.active) {
        opacity: 0;
    }
}

.owl-nav {
    z-index: 99 !important;
}

.owl-nav {
    width: calc(100% + 40px);
    left: -20px;
    height: 0 !important;
}

.owl-nav button {
    background: #f1f7fe !important;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50% !important;
}

.owl-nav button * {
    background: transparent !important;
}

.__language-bar .dropdown-menu {
    min-width: 0 !important;
    width: 120px;
}

.__close-anouncement {
    position: absolute;
    right: 9px;
    top: 5px;
    color: #cd0000;
    cursor: pointer;
}

#new-arrivals-product .owl-stage-outer,
#featured_products_list .owl-stage-outer {
    overflow: visible;
}

@media (max-width: 534px) {
    #featured_products_list {
        max-width: 240px;
        margin: 0 auto;
    }
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
}

#new-arrivals-product .owl-nav {
    width: calc(100% + 20px);
    left: -10px;
}

.flash_deal_product {
    border: rgba(0, 0, 0, 0.0509803922) 1px solid;
    cursor: pointer;
    height: 150px;
}

#anouncement {
    font-size: 14px;
}

.g-4 {
    margin: -15px;
}

.g-4 *[class*="col"] {
    padding: 15px;
}

.g-3 {
    margin: -10px;
}

.g-3 *[class*="col"] {
    padding: 10px;
}

@media (min-width: 768px) {
    .__dropdown-menu {
        right: 0%;
        display: block !important;
        margin-top: 8px !important;
        margin-right: 11px;
        border: 1px solid rgba(204, 204, 204, 0.7019607843);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: none;
        min-width: 250px !important;
    }

    .__dropdown-menu .dropdown-menu {
        min-width: 250px !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .__dropdown-menu-2 {
        right: 0%;
        margin-top: 8px !important;
        margin-right: 11px;
        border: none !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        /*box-shadow: none !important;*/
        min-width: 250px !important;
        animation: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transition: all ease 0.1s;
    }

    .__dropdown-menu-2 .dropdown-menu {
        min-width: 250px !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .__dropdown-menu-2.show {
        visibility: visible;
        opacity: 1;
    }

    .dropdown:hover .__dropdown-menu-2 {
        visibility: visible;
        opacity: 1;
        display: block !important;
    }

    .__dropdown-menu-3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .__dropdown-menu-2 li {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .__dropdown-menu-2 li:not(:last-child) {
        border-bottom: 1px solid #eef6ff;
    }

    .__dropdown-menu-2 li a {
        padding-top: 0.67rem;
        padding-bottom: 0.7rem;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 !important;
    }

    .__dropdown-menu-2 li a:first-child {
        flex-grow: 1;
        display: flex;
        font-size: 14px;
    }

    .__dropdown-menu-2 li a:first-child span {
        align-self: center;
    }
}

@media (min-width: 768px) {
    .__dropdown-menu-sizing {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    .__dropdown-menu li,
    .__dropdown-menu-2 li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .__dropdown-menu li:not(:last-child),
    .__dropdown-menu-2 li:not(:last-child) {
        border-bottom: 1px solid #eef6ff;
    }

    .__dropdown-menu li a,
    .__dropdown-menu-2 li a {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 !important;
    }

    .__dropdown-menu li a:first-child,
    .__dropdown-menu-2 li a:first-child {
        flex-grow: 1;
        display: flex;
        font-size: 14px;
        margin-right: 20px;
    }

    .__dropdown-menu li a:first-child span,
    .__dropdown-menu-2 li a:first-child span {
        align-self: center;
    }

    .__dropdown-menu li .dropdown-menu,
    .__dropdown-menu-2 li .dropdown-menu {
        right: unset !important;
        margin: 0 !important;
        transform: translate(0) !important;
        width: 100% !important;
    }

    .__dropdown-menu li .dropdown-menu li a,
    .__dropdown-menu-2 li .dropdown-menu li a {
        font-size: 14px;
    }

    .__dropdown-menu li .dropdown-menu .dropdown-menu,
    .__dropdown-menu-2 li .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }

    .navbar-tool-icon-box {
        width: 2.25rem;
        height: 2.25rem;
    }

    .navbar-tool-icon-box .navbar-tool-icon {
        font-size: 1rem;
        line-height: 2.25rem;
    }
}

.__mega-nav {
    width: 254px !important;
    margin-top: 0 !important;
}

.__mega-nav .nav-item .nav-link {
    font-size: 18px;
}

.__mega-nav .nav-item .nav-link span {
    margin-right: 35px;
    margin-left: 35px;
}

.mega-nav .nav-item .nav-link {
    padding-top: 13px !important;
    padding-bottom: 12px !important;
}

.navbar-stuck-menu>.container {
    padding: 5px 15px !important;
}

@media (max-width: 991px) {
    .navbar-stuck-menu>.container {
        padding: 0 15px !important;
    }
}

.navbar-stuck-menu {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.navbar-expand-md .navbar-nav .nav-item button,
.navbar-expand-md .navbar-nav .nav-item>a {
    transition: all ease 0.3s;
}

.navbar-expand-md .navbar-nav .nav-item .dropdown>button:hover,
.navbar-expand-md .navbar-nav .nav-item>button:hover,
.navbar-expand-md .navbar-nav .nav-item>a:hover {
    opacity: 0.6 !important;
}

.__top-slider-images .carousel-inner a {
    display: block;
}

@media (min-width: 768px) {
    .__top-slider-images .__slide-img {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
    }
}

@media (min-width: 992px) {
    .__top-slider-images .__slide-img {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
    }
}

@media (max-width: 767px) {
    .__slide-img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
    }
}

@media (min-width: 1280px) {

    /* .__top-slider-images {
        width: calc(100% - 254px);
        max-width: calc(100% - 254px);
        flex: 0 0 calc(100% - 254px);
    } */
    .__top-slider-cate {
        flex: 0 0 254px;
    }

    .__slide-img {
        height: unset;
        max-height: 420px;
    }

    /* .p-xl-35 {
      padding: 35px !important;
  } */
}

.footer_banner_img {
    height: unset !important;
    width: 100%;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.__best-selling {
    box-shadow: 0px 0px 3px rgba(0, 113, 220, 0.15);
    border-radius: 5px;
    position: relative;
    display: block;
}

.__best-selling:not(:last-child) {
    margin-bottom: 15px;
}

.__best-selling img {
    aspect-ratio: 1;
    transition: all ease 0.5s;
}

.__best-selling .ptr {
    transition: all ease 0.3s;
}

.__best-selling:hover img {
    transform: scale(1.14);
}

.__best-selling:hover .ptr {
    color: #1b7fed;
}

.best-selleing-image {
    overflow: hidden;
}

.size-30 {
    height: 30px;
    width: 30px;
}

.size-60 {
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .size-60 {
        width: 40px;
        height: 40px;
    }
    .similarProductsPrice{
        font-size: 12px !important;
        word-wrap: break-word;
    }
    .termSection h2{
        font-size: 26px !important;
    }
    .termSection h3{
        font-size: 20px !important;
    }
    .policySection h2{
        font-size: 26px !important;
    }
    .policySection h3{
        font-size: 20px !important;
    }
}

.view-all-text {
    font-size: 14px;
    font-weight: 600;
}

.view-all-text * {
    background: transparent !important;
    color: inherit;
    font-size: 12px;
}

.__m-5px {
    margin: 5px;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.categories-title .font-semibold {
    font-size: 16px;
}

.__shadow {
    box-shadow: 0px 12px 24px -4px rgba(27, 127, 237, 0.05),
        0px 0px 2px rgba(27, 127, 237, 0.1);
    border: none;
}

.__img-125px {
    width: 125px;
    aspect-ratio: 1;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all ease 0.5s;
}

.flash_deal_product .flash-product-title {
    transition: all ease 0.3s;
}

.flash_deal_product:hover .__img-125px {
    transform: scale(1.14);
}

.flash_deal_product:hover .flash-product-title {
    color: #1b7fed;
}

.btn-scroll-top {
    background: #1b7fed;
    color: #fff !important;
}

.arrival-title {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrival-title img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .arrival-title {
        font-size: 26px;
    }

    .arrival-title img {
        width: 90px;
        height: 90px;
    }
}

.__brand-item {
    display: block;
    max-width: 85px;
    border-radius: 50%;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.__brand-item img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.recomanded-buy-button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.recomanded-buy-button .buy_btn {
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 20px;
}

.__i-1 {
    background: #ffffff;
    margin: 20px;
    padding-top: 10px;
    height: 200px;
    border-radius: 0px 0px 5px 5px;
}

.__p-20px {
    padding: 20px;
}

.deal_of_the_day {
    padding-bottom: 25px;
}

@media (max-width: 1199px) {
    .deal_of_the_day {
        height: unset !important;
    }
}

@media (max-width: 767px) {
    .deal_of_the_day {
        max-width: 350px;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .deal_of_the_day h1 {
        font-size: 20px;
    }
}

.__btn-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.__btn-grp button {
    height: 42px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 575px) {
    .__btn-grp {
        gap: 8px;
    }

    .__btn-grp button {
        font-size: 14px;
        padding: 0 15px;
        height: 38px;
        line-height: 38px;
    }
}

.czi-arrow-left,
.czi-arrow-right {
    background: transparent;
}

.__cate-item img {
    transition: all ease 0.5s;
}

.__cate-item:hover img {
    transform: scale(1.18);
}

.widget-list-item {
    text-transform: capitalize;
}

.widget-list-item a {
    color: #ffffff;
}

.__cate-item {
    text-align: center;
}

.page-footer {
    background: #2c2d42;
    background-size: auto;
    background-size: 100%;
}

.footer-web-logo a img {
    height: 110px;
}

.page-footer hr {
    background: rgba(255, 255, 255, 0.1882352941) !important;
    border: none !important;
    height: 1px;
    width: 100% !important;
}

.page-footer .form-control {
    background: rgba(255, 255, 255, 0.0496078431) !important;
    border-color: rgba(255, 255, 255, 0.072745098) !important;
    color: #fff;
    height: 55px;
}

.page-footer .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5647058824);
}

.page-footer .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5647058824);
}

.page-footer .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5647058824);
}

.page-footer .subscribe-button {
    top: 5px;
    inset-inline-end: 5px !important;
    height: 45px;
    background: #fff;
    border-radius: 6px !important;
    color: #111;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 12px !important;
    text-transform: uppercase;
}

.page-footer .store-contents img {
    max-width: 180px;
}

@media (max-width: 767px) {
    .page-footer .store-contents {
        margin-bottom: 20px;
    }
}

::-moz-selection {
    background: #1b7fed;
    color: #fff;
}

::selection {
    background: #1b7fed;
    color: #fff;
}

.__auth-dropdown {
    max-width: 150px;
    min-width: 0 !important;
}

.navbar-stuck-toggler i {
    display: none;
}

.navbar-stuck-toggler:not(.show) .open-icon {
    display: block;
}

.navbar-stuck-toggler.show .close-icon {
    display: inline-block;
}

@media (min-width: 1280px) {
    .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
        animation: fadeInUp 0.5s;
        -webkit-animation: fadeInUp 0.5s;
        -moz-animation: fadeInUp 0.5s;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .btn.dropdown-toggle {
        transform: translateY(3px);
    }

    .navbar-stuck .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 0.875rem;
    }

    .navbar-stuck .navbar-expand-md .navbar-nav .btn.dropdown-toggle {
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.__img-18 {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
}

.cz-product-gallery .cz-preview {
    border: 1px solid rgba(27, 127, 237, 0.1);
    box-shadow: 0px 23px 24px -4px rgba(205, 205, 205, 0.1),
        0px 4px 2px rgba(205, 205, 205, 0.1);
    border-radius: 5px;
    margin: 0;
    padding: 5px;
}
.cz-preview-item > img{
    height: auto !important;
}




.__h-100 {
    min-height: calc(100% - 84px);
}

.checkbox-color {
    flex-wrap: wrap;
    gap: 6px;
}

.checkbox-color label {
    width: 26px;
    height: 26px;
}

.checkbox-color input:checked~label {
    position: relative;
    border: none !important;
    transform: scale(1) !important;
}

.checkbox-color input:checked~label .outline {
    position: absolute;
    inset: -4px;
    border-radius: 5px;
    border: 1px solid;
}

.checkbox-alphanumeric--style-1 {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.checkbox-alphanumeric--style-1 label {
    float: none;
    margin: 0;
    min-width: 28px;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    line-height: 26px;
}

.__m-10px {
    margin: 10px !important;
}

.__color-fea569 {
    color: #fea569 !important;
}

.__color-E96A6A {
    color: #e96a6a !important;
}

.__rounded-top {
    border-radius: 5px 5px 0px 0px;
}

.__pl-15 {
    padding-left: 15px;
}

.product-quantity .input-number,
.product-quantity .btn-number {
    height: 35px !important;
    border-radius: 4px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cartQty {
    padding: 8px !important;
    width: 40px;
    font-size: 18px;
}

.__gap-15 {
    gap: 15px;
}

.product-title2 {
    text-transform: capitalize;
    display: block !important;
}

.__cate-side-price {
    width: 100%;
    padding: 10px 10px 16px;
}

.__cate-side-title {
    padding: 14px;
}

.__p-25-10 {
    padding: 25px 10px;
}

.__search-sidebar [class*="border"] {
    border-color: #f3f5f9 !important;
}

.__search-sidebar .form-control-sm {
    border-radius: 5px;
    border: 1px solid rgba(27, 127, 237, 0.5);
}

.__search-sidebar .input-group-append-overlay,
.__search-sidebar .input-group-prepend-overlay {
    top: 0;
}

.__search-sidebar .input-group-prepend-overlay {
    left: 0;
}

.__search-sidebar .input-group-append-overlay {
    right: 0;
}

.__search-sidebar .custom-select {
    background: #ffffff;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 100%;
    border-radius: 5px !important;
    border: 1px solid rgba(27, 127, 237, 0.5);
    color: #212629;
}

.__search-sidebar .__number-filter-btn a {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: #1b7fed;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.__brands-cate-wrap {
    max-height: 12rem;
    padding: 0 20px 5px;
    font-size: 13px;
    color: #212629;
}

.__brands-cate-badge {
    background: #f3f5f9;
    border-radius: 10px;
    padding: 2px 13px 2px;
    color: #212629;
    font-weight: 400;
    font-size: 12px;
}

.__cate-side-arrordion .card-header {
    border-color: #f3f5f9 !important;
}

.__cate-side-arrordion label {
    font-size: 12px;
    line-height: 16px;
}

.cursor-pointer {
    cursor: pointer;
}

.cz-countdown span:nth-child(1) {
    font-size: 16px;
}

.cz-countdown span:nth-child(2) {
    font-size: 13px;
}

.cz-countdown [class*="cz-countdown-"] {
    padding: 3px 6px !important;
}

.__dropdown-menu-sizing li .dropdown-item {
    padding-top: 0.725rem;
    padding-bottom: 0.725rem;
}

.__dropdown-menu-sizing li .count-value {
    line-height: 2.4rem;
}

@media (max-width: 767px) {
    .__dropdown-menu-sizing li .count-value {
        line-height: 2.7rem;
    }
}

@media (max-width: 767px) {
    .featured_deal_title {
        font-size: 22px;
    }

    .featured_deal_title~span {
        font-size: 14px;
    }
}

.__featured-deal-wrap {
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .__featured-deal-wrap {
        padding-top: 8px;
        padding-left: 0;
        padding-right: 0;
    }
}

.__deal-of>*[class*="col"] {
    padding: 11px;
}

.__countdown {
    width: 100%;
    max-width: 310px;
}

@media (min-width: 576px) {
    .__countdown {
        min-width: 310px;
    }
}

.for-banner img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575px) {
    .for-banner img {
        height: 200px;
        -o-object-position: left center;
        object-position: left center;
    }
}

@media (max-width: 767px) {
    .__cate-product-side-img {
        max-width: 360px;
    }
}

.__cate-product-side-img img {
    width: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.for-hover-bg {
    background: #212629;
}

.btn:hover {
    filter: brightness(0.85);
    transition: all ease 0.4s;
}

.navbar-sticky.navbar-stuck {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.05);
}

.close {
    margin: -20px -10px -1rem auto !important;
}

.__rounded-10 {
    border-radius: 10px;
}

.top-rated-image,
.product-single-hover .inline_product a,
.flash-deals-background-image {
    overflow: hidden;
}

.footer-web-logo a {
    display: block;
}

.footer-web-logo a img {
    width: 100%;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.__cate-item {
    flex-grow: 1;
}

.__cate-item .__img {
    height: 100px;
    aspect-ratio: 1;
    border-radius: 5px;
    overflow: hidden;
}

.__cate-item .__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.__cate-item .__img.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.__img-20 {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.__img-64 {
    width: 64px;
    height: 64px;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.__text-sm {
    font-size: 14px;
}

.__img-70 {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}

.__review-overview {
    background: #ffffff;
    border: 1px solid rgba(27, 127, 237, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
    border-radius: 10px;
}

.__shop-apply {
    max-width: 760px;
    margin: 0 auto;
}

.__card {
    background: #ffffff;
    border: 1px solid rgba(27, 127, 237, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
    border-radius: 10px;
}

.__card .custom-file-label,
.__card .card-header,
.__card .form-control {
    border-color: rgba(204, 235, 255, 0.4784313725);
}

.__card.shadow-0 {
    box-shadow: none !important;
}

.__h-40 {
    height: 40px;
}

.__max-w-620 {
    max-width: 620px;
}

.brand_div {
    background: #fcfcfc no-repeat padding-box;
    border: 1px solid #e2f0ff;
    border-radius: 6px;
    opacity: 1;
    overflow: hidden;
    height: 100%;
    display: block;
}

.brand_div img {
    transition: all ease 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.brand_div:hover img {
    transform: scale(1.1);
}

.__shop-page-banner {
    width: 100%;
    height: auto;
    max-height: 13.75rem;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .checkout_details {
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .checkout_details {
        padding-right: 40px;
    }
}

.checkout_details .steps-light .step-item:hover {
    color: #000;
}

.__cart-total {
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(27, 127, 237, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
}

.__cart-total .cart_total>div:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .__cart-total .order-summery-footer-image {
        width: 35px;
        height: 35px;
        margin: 0 auto;
        margin-bottom: 8px;

    }

    .__cart-total .deal-title {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .__cart-total .order-summery-footer-image {
        width: 35px;
        height: 35px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .__cart-total .deal-title {
        font-size: 16px !important;
    }
}

.__line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__line-2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__cart-table {
    font-size: 14px;
}

.__cart-table thead th {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .__cart-table {
        min-width: 780px;
    }
}

.table-align-middle td {
    vertical-align: middle;
}

.__img-62 {
    height: 62px;
    width: 62px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #eef6ff;
}

.__img-60 {
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #eef6ff;
}

.__cart-input {
    width: 75px;
    border: 1px solid #e5e5e5;
    outline: none;
    box-shadow: none !important;
    height: 30px;
    border-radius: 6px;
    padding: 0 15px;
}

.btn--primary:hover {
    color: #fff !important;
}

.btn--primary:not(:hover) {
    color: #fff;
}

.img-circle {
    border-radius: 50%;
}

.__seller-author {
    font-size: 12px;
}

.__seller-author h6 {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}

.__chat-seller-btn {
    background: #f3f5f9;
    border-radius: 2px;
    padding: 4px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 15px;
    position: absolute;
    top: 26px;
}

.__chat-seller-btn svg {
    margin-right: 5px;
}

.product-details-shipping-details .chat-seller-info {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

.__table .thead-light {
    background: #f1f8ff;
}

.__table thead th,
.__table thead td {
    border-top: none;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    white-space: nowrap;
}

.__table tbody {
    font-size: 14px;
}

.__table * {
    border-color: #eef6ff !important;
}

.__action-btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.__btn-grp-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.__customer-sidebar {
    padding: 10px 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(27, 127, 237, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
}

.__customer-sidebar .widget-title {
    font-weight: 400;
    margin: 0;
}

.__customer-sidebar .widget-title .active-menu {
    font-weight: 700;
}

.__customer-sidebar .widget-title a {
    text-transform: capitalize;
    padding: 8px 22px;
    font-size: 15px;
    display: block;
}

.__customer-sidebar .widget-title>a>i {
    padding-right: 8px;
    min-width: 25px;
}

.__customer-sidebar .widget-title:not(:last-child) a {
    border-bottom: 1px solid #eef6ff;
}

@media (max-width: 767px) {
    .__customer-sidebar {
        margin-bottom: 25px;
    }
}

.headerTitle {
    text-transform: capitalize;
    font-size: 1.65rem;
}

.__img-full {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wishlist_product_icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 575px) {
    .__card-mobile-340 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .__card-mobile-340 .wishlist_product_img img {
        max-height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 375px) {
    .__profile-btns .btn {
        flex-grow: 1;
    }
}

.__customer-profile .font-name {
    font-weight: 600;
    margin-top: 0px !important;
    margin-bottom: 0;
    font-size: 15px;
    color: #030303;
}

.__customer-profile .font-nameA {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 7px !important;
    font-size: 17px;
    color: #030303;
}

.__customer-profile label {
    font-size: 14px;
    font-weight: 600;
}

.__customer-profile input,
.ticketAddForm input {
    border-radius: 5px;
    border: 1px solid #dae1e7;
}

@media (max-width: 600px) {
    .__customer-profile .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }

    .__customer-profile .headerTitle {
        font-size: 1.45rem;
    }
}

@media (max-width: 600px) {
    .headerTitle {
        font-size: 1.65rem;
    }
}

.__account-address .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__account-address .font-nameA {
    display: inline-block;
    margin-top: 5px !important;
    font-size: 13px !important;
    color: #030303;
}

.__account-address .font-name {
    font-weight: 600;
    padding-bottom: 0;
    color: #030303;
}

.__account-address .modal-footer {
    border-top: none;
    padding-bottom: 0;
    padding-top: 10px;
    gap: 15px;
}

.__account-address .modal-footer>* {
    margin: 0;
}

.__account-address .modal-header {
    justify-content: center;
    text-transform: capitalize;
}

.__account-address .cz-sidebar-body h3:hover+.divider-role {
    transition: 0.2s ease-in-out;
}

.__account-address label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #030303;
}

.__account-address .nav-pills .nav-link.active {
    box-shadow: none;
    color: #ffffff !important;
}

.__account-address .nav-pills .nav-link {
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    background-color: #ffffff;
    color: #050b16 !important;
    font-size: 0.9375rem;
    border: 1px solid #e4dfdf;
}

.__account-address .nav-pills .nav-link :hover {
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    background-color: #ffffff;
    color: #050b16 !important;
    font-size: 0.9375rem;
    border: 1px solid #e4dfdf;
}

.__account-address .nav-pills .nav-link.active,
.__account-address .nav-pills .show>.nav-link {
    color: #fff;
}

.__account-address .iconHad {
    padding: 4px;
}

.__account-address .iconSp {
    margin-top: 0.7rem;
}

.__account-address .fa-lg {
    padding: 4px;
}

.__account-address .fa-trash {
    color: #ff4d4d;
}

.__account-address .namHad {
    color: #030303;
    position: absolute;
    padding-top: 8px;
}

.__account-address .donate-now {
    list-style-type: none;
    /* margin: 25px 0 0 0; */
    padding: 0;
}

.__account-address .donate-now li {
    float: left;
    width: 100px;
    height: 40px;
    position: relative;
    padding: 22px;
    text-align: center;
}

.__account-address .donate-now label,
.__account-address .donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}

.__account-address .donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.__account-address .donate-now input[type="radio"]:checked+label,
.__account-address .Checked+label {
    color: white !important;
    border: none;
}

.__account-address .donate-now label {
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 90;
}

.__account-address .donate-now label:hover {
    background: #ddd;
}

.__account-address #edit {
    cursor: pointer;
}

.__account-address .pac-container {
    z-index: 100000 !important;
}

.__account-address #location_map_canvas {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .__account-address {
        /* For mobile phones: */
    }

    .__account-address #location_map_canvas {
        height: 200px;
    }

    .__account-address .card-header {
        font-size: 14px;
    }
}

.__chat-seller .inbox_people {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    /*width:;*/
    border-right: 1px;
}

.__chat-seller .inbox_msg {
    border: none;
    clear: both;
    overflow: hidden;
}

.__chat-seller .top_spac {
    margin: 20px 0 0;
}

.__chat-seller .recent_heading {
    float: left;
    width: 40%;
}

.__chat-seller .srch_bar {
    display: inline-block;
    color: #92c6ff;
    width: 100%;
    /*padding:;*/
}

.__chat-seller input {
    border: none;
}

.__chat-seller .headind_srch {
    overflow: hidden;
    border-bottom: none;
}

.__chat-seller .recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.__chat-seller .chat_ib h5 {
    font-size: 15px;
    font-size: 13px;
    color: #030303;
    cursor: pointer;
    margin: 0 0 8px 0;
}

.__chat-seller .chat_ib h5 span {
    font-size: 80%;
    float: right;
    padding: 10px;
    background: #4884ea;
    color: white;
    border-radius: 100%;
}

.__chat-seller .chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto;
}

.__chat-seller .chat_img {
    float: left;
    width: 12%;
    cursor: pointer;
}

.__chat-seller .chat_ib {
    float: left;
    width: 88%;
    margin-top: 0.56rem;
}

.__chat-seller .chat_people {
    overflow: hidden;
    clear: both;
}

.__chat-seller .chat_list {
    border-bottom: none;
    margin: 0;
    padding: 18px 16px 10px;
}

.__chat-seller .inbox_chat {
    height: 510px;
    overflow-y: scroll;
}

.__chat-seller .active_chat {
    background: #ebebeb;
}

.__chat-seller .received_msg {
    display: inline-block;
    vertical-align: top;
    width: 92%;
}

.__chat-seller .received_withd_msg p {
    background: #e2f0ff none repeat scroll 0 0;
    border-radius: 10px;
    color: #030303;
    font-size: 14px;
    margin: 0;
    width: 100%;
}

.__chat-seller .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.__chat-seller .received_withd_msg {
    width: 57%;
}

.__chat-seller .send_msg p {
    background: #4884ea none repeat scroll 0 0;
    border-radius: 8px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    width: 100%;
}

.__chat-seller .outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.__chat-seller .send_msg {
    float: right;
    width: 46%;
}

.__chat-seller .input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.__chat-seller .type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.__chat-seller .msg_send_btn {
    background: none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #4884ea;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.__chat-seller .messaging {
    padding: 0 0 50px 0;
}

.__chat-seller .msg_history {
    height: 438px;
    overflow-y: auto;
}

.__chat-seller .aSend {
    padding: 10px;
    color: #4884ea;
    font-size: 16px;
    font-weight: 600;
}

.__chat-seller .price_sidebar {
    padding: 20px;
}

.__chat-seller .active {
    background: #1b7fed;
}

.__chat-seller .active h5 {
    color: white;
}

.__chat-seller .incoming_msg {
    display: flex;
}

.__chat-seller .incoming_msg_img img {
    width: 20px;
    border-radius: 10px;
}

.__chat-seller .active-text {
    font-weight: 900 !important;
}

@media (max-width: 600px) {
    .__chat-seller .sidebar_heading {
        background: #1b7fed;
    }

    .__chat-seller .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }

    .__chat-seller .Chat {
        margin-top: 2rem;
    }

    .__chat-seller .sidebarR {
        padding: 24px;
    }

    .__chat-seller .price_sidebar {
        padding: 20px;
    }
}

.table thead th {
    border-bottom-width: 1px;
}

.table thead th.border-t-0 {
    border-top: none !important;
}

.action-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    transition: all ease 0.3s;
}

.action-btn.btn--danger {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(199, 0, 0) !important;
}

.action-btn.btn--danger:not(:hover) {
    color: rgb(199, 0, 0);
    background: transparent;
}

.action-btn.btn--danger:hover {
    background: rgb(199, 0, 0);
    color: #fff;
}

.action-btn.btn--primary {
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-clr) !important;
}

.action-btn.btn--primary:not(:hover) {
    color: var(--primary-clr);
    background: transparent !important;
}

.action-btn.btn--primary:hover {
    background: var(--primary-clr);
    color: #fff;
}

.btn--container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.__ticket-table .thead-light {
    background: #f1f8ff;
}

.__ticket-table th {
    font-weight: 700;
    text-transform: capitalize;
    border-top: none;
    white-space: nowrap;
}

.__ticket-table th,
.__ticket-table td {
    font-size: 15px;
    padding: 5px 20px;
    vertical-align: middle;
}

.__ticket-table td {
    padding: 15px 20px;
}

.__ticket-table tbody {
    font-size: 14px;
}

.__ticket-table * {
    border-color: #eef6ff !important;
}

@media (max-width: 991px) {
    .__ticket-table {
        min-width: 720px;
    }
}

.__media-wrapper {
    max-height: 460px;
    overflow-y: auto;
}

.__media-wrapper .__outgoing-msg,
.__media-wrapper .__incoming-msg {
    width: 90%;
    max-width: 515px;
    padding: 24px;
    border-radius: 5px;
    margin: 15px 0;
}

.__media-wrapper .__outgoing-msg .media-body,
.__media-wrapper .__incoming-msg .media-body {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
}

.__media-wrapper .__outgoing-msg {
    background-color: var(--primary-clr);
    color: rgba(255, 255, 255, 0.9);
}

.__media-wrapper .__outgoing-msg h6 {
    color: #fff;
}

.__media-wrapper .__outgoing-msg .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.__media-wrapper .__incoming-msg {
    background-color: rgba(133, 148, 159, 0.1);
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.__media-wrapper .rounded-circle {
    background: #111;
}

/*Inline CSS Remove CSS*/
.__inline-1 {
    height: 32rem;
}

.__inline-2 {
    z-index: 9;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.__inline-3 .image-preview {
    height: 17px !important;
    display: inline-block !important;
    margin-right: 5px !important;
    margin-left: 3px !important;
    margin-top: -5px !important;
}

.__inline-4 {
    width: 75px !important;
    height: 42px !important;
}

.__inline-5 {
    max-height: 40px;
    width: auto;
}

.__inline-6 {
    /* Rounded sliders */
}

.__inline-6 .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 23px;
}

.__inline-6 .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.__inline-6 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.__inline-6 .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

.__inline-6 input:checked+.slider {
    background-color: #377dff;
}

.__inline-6 input:focus+.slider {
    box-shadow: 0 0 1px #377dff;
}

.__inline-6 input:checked+.slider:before {
    transform: translateX(26px);
}

.__inline-6 .slider.round {
    border-radius: 34px;
}

.__inline-6 .slider.round:before {
    border-radius: 50%;
}

.__inline-6 #banner-image-modal .modal-content {
    width: 1116px !important;
    margin-left: -264px !important;
}

@media (max-width: 768px) {
    .__inline-6 #banner-image-modal .modal-content {
        width: 698px !important;
        margin-left: -75px !important;
    }
}

@media (max-width: 375px) {
    .__inline-6 #banner-image-modal .modal-content {
        width: 367px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 500px) {
    .__inline-6 #banner-image-modal .modal-content {
        width: 400px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 500px) {
    .__inline-7 #sign_in {
        margin-top: -23% !important;
    }
}

.__inline-8 #partitioned {
    padding-left: 2px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left,
            black 70%,
            rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
}

.__inline-8 #divInner {
    left: 0;
    position: -webkit-sticky;
    position: sticky;
}

.__inline-8 #divOuter {
    width: 190px;
    overflow: hidden;
}

.__inline-9 .widget-list-link {
    color: white !important;
}

.__inline-9 .widget-list-link:hover {
    color: #999898 !important;
}

.__inline-9 .subscribe-border {
    border-radius: 5px;
}

.__inline-9 .subscribe-button {
    background: #1b7fed;
    position: absolute;
    top: 5px;
    color: white;
    padding: 11px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize;
    border: none;
}

.__inline-9 .start_address {
    display: flex;
    justify-content: space-between;
}

.__inline-9 .address_under_line {
    width: 299px;
}

.__inline-9 .end-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 500px) {
    .__inline-9 .start_address {
        display: block;
    }

    .__inline-9 .footer-web-logo {
        justify-content: center !important;
        padding-bottom: 25px;
    }

    .__inline-9 .footer-padding-bottom {
        padding-bottom: 15px;
    }

    .__inline-9 .mobile-view-center-align {
        justify-content: center !important;
        padding-bottom: 15px;
    }

    .__inline-9 .last-footer-content-align {
        display: flex !important;
        justify-content: center !important;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .__inline-9 .end-footer {
        display: block;
        align-items: center;
    }
}

@media only screen and (max-width: 1200px) {
    .__inline-9 .start_address_under_line {
        display: none;
    }

    .__inline-9 .address_under_line {
        display: none;
    }
}

.__inline-10 .card-body.search-result-box {
    overflow: scroll;
    height: 400px;
    overflow-x: hidden;
}

.__inline-10 .active .seller {
    font-weight: 700;
}

.__inline-10 .for-count-value {
    position: absolute;
    right: 0.6875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.__inline-10 .count-value {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

@media (min-width: 992px) {
    .__inline-10 .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
        display: block;
        height: 55px !important;
    }
}

@media (min-width: 768px) {
    .__inline-10 .navbar-stuck-menu {
        line-height: 15px;
        padding-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .__inline-10 .search_button {
        background-color: transparent !important;
    }

    .__inline-10 .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
    }

    .__inline-10 .mega-nav1 {
        background: white;
        border-radius: 3px;
    }
}

@media (max-width: 768px) {
    .__inline-10 .tab-logo {
        width: 10rem;
    }
}

@media (max-width: 360px) {
    .__inline-10 .mobile-head {
        padding: 3px;
    }
}

@media (max-width: 471px) {
    .__inline-10 .mega-nav1 {
        background: white;
        border-radius: 3px;
    }
}

.__inline-11 {
    height: 65px !important;
    width: auto;
}

.__inline-12 {
    height: 38px !important;
    width: auto;
}

.__inline-13 {
    position: absolute;
    background: white;
    z-index: 999;
    width: 100%;
    display: none;
}

.__inline-14 {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

@media (max-width: 767px) {

    .navbar-tool-icon-box,
    .__inline-14 {
        width: 2.25rem;
        height: 2.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.__inline-15 {
    font-size: 8px !important;
    background: none !important;
    color: #4b5864;
}

.__inline-16 {
    font-size: 10px !important;
    background: none !important;
    color: #4b5864;
    font: bold;
}

.__inline-17 {
    border-bottom: 1px solid #e3e9ef;
    display: flex;
    justify-content: space-between;
}

.__inline-18 {
    font-size: 12px !important;
    color: grey !important;
}

.__inline-19 {
    position: fixed;
    z-index: 9999;
    left: 40%;
    top: 37%;
    width: 100%;
}

.__inline-20 #partitioned {
    padding-left: 2px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left,
            black 70%,
            rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
}

.__inline-20 #divInner {
    left: 0;
    position: -webkit-sticky;
    position: sticky;
}

.__inline-20 #divOuter {
    width: 190px;
    overflow: hidden;
}

.__inline-21 {
    height: 8rem;
    width: 9rem;
}

.__inline-22 input[type="file"] {
    display: none;
}

.__inline-22 .custom-file-upload {
    margin-left: 38%;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.__inline-23 th,
.__inline-23 td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.__inline-23 thead {
    color: white;
}

.__inline-23 .product-details-shipping-details {
    background: #ffffff;
    border-radius: 5px;
    font-size: 14;
    font-weight: 400;
    color: #212629;
}

.__inline-23 .shipping-details-bottom-border {
    border-bottom: 1px #f9f9f9 solid;
}

.__inline-23 .msg-option {
    display: none;
}

.__inline-23 .chatInputBox {
    width: 100%;
}

.__inline-23 .go-to-chatbox {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    display: none;
}

.__inline-23 .feature_header {
    display: flex;
    justify-content: center;
}

.__inline-23 .feature_header span {
    font-weight: 700;
    font-size: 25px;
    background-color: #ffffff;
    text-transform: uppercase;
}

.__inline-23 .flash-deals-background-image {
    border-radius: 5px;
    width: 125px;
    height: 125px;
}

@media (max-width: 768px) {
    .__inline-23 .feature_header span {
        margin-bottom: -40px;
    }

    .__inline-23 .font-for-tab {
        font-size: 11px !important;
    }

    .__inline-23 .pro {
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .__inline-23 .for-dicount-div {
        margin-top: -5%;
    }
}

@media (max-width: 500px) {
    .__inline-23 .for-dicount-div {
        margin-top: -4%;
    }

    .__inline-23 .view-btn-div {
        margin-top: -9%;
    }

    .__inline-23 .viw-btn-a {
        font-size: 10px;
        font-weight: 600;
    }

    .__inline-23 .feature_header span {
        margin-bottom: -7px;
    }
}

.__inline-24 {
    font-size: 22px;
    font-weight: 700;
}

.__inline-25 {
    width: 0px;
    height: 10px;
    border: 0.5px solid #707070;
    margin-top: 6px;
    font-weight: 400 !important;
}

.__inline-26 {
    background: #ffa825 !important;
    color: #ffffff;
}

.__inline-27 {
    color: black !important;
    font-weight: 400;
    font-size: 24px;
}

.__inline-28 {
    font-weight: 500;
    font-size: 50px;
}

.__inline-29 {
    padding: 0px !important;
    width: 40%;
    height: 25px;
}

.__inline-30 {
    display: block;
    width: 100%;
    text-align: center;
    background: #f3f4f5;
    border-radius: 5px;
    padding: 5px;
}

.__inline-31 {
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    font-weight: 400;
    color: #212629;
    margin-top: 10px;
}

.__inline-32 {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    padding: 4px;
    object-fit: contain;
    border: 1px solid #77777738;
}

.__inline-33 {
    position: absolute;
    border-radius: 50%;
    margin-top: -25px;
}

.__inline-34 .headerTitle {
    font-size: 26px;
    font-weight: bolder;
    margin-top: 3rem;
}

.__inline-34 .for-count-value {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: black;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.__inline-34 .for-count-value {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.__inline-34 .page-item.active>.page-link {
    box-shadow: 0 0 black !important;
}

.__inline-34 .for-shoting {
    font-weight: 600;
    font-size: 14px;
    color: #030303;
}

.__inline-34 .sidepanel {
    width: 0;
    position: fixed;
    z-index: 6;
    height: 500px;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

.__inline-34 .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.__inline-34 .sidepanel a:hover {
    color: #f1f1f1;
}

.__inline-34 .sidepanel .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
}

.__inline-34 .openbtn {
    font-size: 18px;
    cursor: pointer;
    background-color: transparent !important;
    color: #373f50;
    width: 40%;
    border: none;
}

.__inline-34 .openbtn:hover {
    background-color: #444;
}

.__inline-34 .for-display {
    display: block !important;
}

@media (max-width: 360px) {
    .__inline-34 .openbtn {
        width: 59%;
    }
}

@media (max-width: 500px) {
    .__inline-34 .openbtn:hover {
        background-color: #fff;
    }

    .__inline-34 .for-display {
        display: flex !important;
    }

    .__inline-34 .for-tab-display {
        display: none !important;
    }

    .__inline-34 .openbtn-tab {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 500px) {
    .__inline-34 .openbtn {
        display: none !important;
    }
}

@media screen and (min-width: 800px) {
    .__inline-34 .for-tab-display {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .__inline-34 .headerTitle {
        font-size: 23px;
    }

    .__inline-34 .openbtn-tab {
        margin-top: 3rem;
        display: inline-block !important;
    }

    .__inline-34 .for-tab-display {
        display: inline;
    }
}

.__inline-35 {
    margin-bottom: -10px;
    border-radius: 5px;
}

.__inline-36 {
    padding: 14px;
    padding-top: 30px;
}

.__inline-37 {
    font-size: 10px;
    color: #ffffff;
}

.__inline-38 {
    background: #ffffff;
    padding: 22px;
    font-size: 13px;
    border-radius: 5px !important;
}

.__inline-39 {
    cursor: pointer;
    padding: 2px;
    padding-right: 15px;
}

.__inline-40 {
    background: whitesmoke;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 100%;
}

.__inline-41 {
    border: 1px solid whitesmoke;
    margin-bottom: 14px;
    margin-top: -6px;
}

.__inline-42 {
    cursor: pointer;
    padding: 2px;
}

.__inline-43 {
    background: white;
    margin: 0px;
    border-radius: 5px;
}

.__inline-44 {
    background: white;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 5px;
    border: 1px solid rgba(27, 127, 237, 0.5);
    padding: 5px;
}

.__inline-45 {
    /* .modal-header{
          border-top: 20px solid #4884ea;
          border-bottom: none;
  } */
}

.__inline-45 .headerTitle {
    font-size: 24px;
    font-weight: 600;
    margin-top: 1rem;
}

.__inline-45 .sidebar {
    max-width: 20rem;
}

.__inline-45 .custom-control-label {
    cursor: pointer;
}

.__inline-45 body {
    font-family: "DM Sans", sans-serif;
}

.__inline-45 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-45 .spanTr {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

.__inline-45 .font-nameA {
    display: inline-block;
    font-size: 13px;
    color: #030303;
}

.__inline-45 .spandHead {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-left: 25px;
}

.__inline-45 .spandHeadO {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.__inline-45 .font-name {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 6px;
    color: #030303;
}

.__inline-45 .btn-p {
    color: #fff;
    background-color: #1b7fed;
    border-color: #1b7fed;
    box-shadow: none;
}

.__inline-45 .btn-p:hover {
    color: #fff;
    background-color: #1b7fed;
    border-color: #1b7fed;
    box-shadow: none;
}

.__inline-45 .tdBorder {
    border-right: 1px solid #f7f0f0;
    text-align: center;
}

.__inline-45 .bodytr {
    border: 1px solid #dadada;
}

.__inline-45 .sellerName {
    font-size: 15px;
    font-weight: 600;
}

.__inline-45 .modal-footer {
    border-top: none;
}

.__inline-45 a {
    color: #030303;
    cursor: pointer;
}

.__inline-45 a:hover {
    color: #4884ea;
    cursor: pointer;
}

.__inline-45 .divider-role {
    border-bottom: 1px solid whitesmoke;
}

.__inline-45 .cz-sidebar-body h3:hover+.divider-role {
    border-bottom: 3px solid #1b7fed !important;
    transition: 0.2s ease-in-out;
}

.__inline-45 label {
    font-size: 15px;
    font-style: bold;
    margin-bottom: 8px;
    color: #030303;
}

.__inline-45 .nav-pills .nav-link.active {
    box-shadow: none;
    color: #ffffff !important;
}

.__inline-45 .modal-header {
    border-bottom: none;
}

.__inline-45 .nav-pills .nav-link {
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    background-color: #ffffff;
    color: #050b16 !important;
    font-size: 0.9375rem;
    border: 1px solid #e4dfdf;
}

.__inline-45 .nav-pills .nav-link :hover {
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    background-color: #ffffff;
    color: #050b16 !important;
    font-size: 0.9375rem;
    border: 1px solid #e4dfdf;
}

.__inline-45 .nav-pills .nav-link.active,
.__inline-45 .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #216fff;
}

.__inline-45 .iconHad {
    color: #1b7fed;
    padding: 4px;
}

.__inline-45 .modal-body {
    padding: none;
}

.__inline-45 .iconSp {
    margin-top: 0.7rem;
}

.__inline-45 .fa-lg {
    padding: 4px;
}

.__inline-45 .fa-trash {
    color: #ff4d4d;
}

.__inline-45 .namHad {
    color: #030303;
    position: absolute;
    padding-left: 13px;
    padding-top: 8px;
}

.__inline-45 .cardColor {
    border: 1px solid #92c6ff !important;
}

.__inline-45 .card-header {
    border-bottom: 1px solid #92c6ff !important;
}

.__inline-45 .closeB {
    border: 1px solid #ffd5a4 !important;
    padding: 10px 30px 9px 30px;
    border-radius: 7px;
    color: #ffd5a4;
    background: white;
}

.__inline-45 .donate-now {
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
}

.__inline-45 .donate-now li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}

.__inline-45 .donate-now label,
.__inline-45 .donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.__inline-45 .donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.__inline-45 .donate-now input[type="radio"]:checked+label,
.__inline-45 .Checked+label {
    background: #1b7fed;
}

.__inline-45 .donate-now label {
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 90;
}

.__inline-45 .donate-now label:hover {
    background: #ddd;
}

.__inline-45 .price_sidebar {
    padding: 20px;
}

@media (max-width: 600px) {
    .__inline-45 .sidebar_heading {
        background: #1b7fed;
    }

    .__inline-45 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }

    .__inline-45 .sidebarR {
        padding: 24px;
    }

    .__inline-45 .price_sidebar {
        padding: 20px;
    }

    .__inline-45 .btn-b {
        width: 350px;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .__inline-45 .div-secon {
        margin-top: 2rem;
    }
}

.__inline-46 {
    height: 3em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.__inline-47 .page-item.active>.page-link {
    box-shadow: 0 0 black !important;
}

.__inline-47 .widget-categories .accordion-heading>a:hover {
    color: #ffd5a4 !important;
}

.__inline-47 .widget-categories .accordion-heading>a {
    color: #ffd5a4;
}

.__inline-47 body {
    font-family: "DM Sans", sans-serif;
}

.__inline-47 .card {
    border: none;
}

.__inline-47 .totals tr td {
    font-size: 13px;
}

.__inline-47 .footer span {
    font-size: 12px;
}

.__inline-47 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-47 .spanTr {
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
}

.__inline-47 .spandHeadO {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 13px;
}

.__inline-47 .font-name {
    font-weight: 600;
    font-size: 12px;
    color: #030303;
}

.__inline-47 .amount {
    font-size: 15px;
    color: #030303;
    font-weight: 600;
}

.__inline-47 a {
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}

.__inline-47 a:hover {
    cursor: pointer;
}

@media (max-width: 600px) {
    .__inline-47 .sidebar_heading {
        background: #1b7fed;
    }

    .__inline-47 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
}

.word-nobreak {
    white-space: nowrap;
}

@media (max-width: 360px) {
    .__inline-47 .for-mobile-glaxy {
        display: flex !important;
    }
}

@media (max-width: 600px) {
    .__inline-47 .for-mobile-glaxy {
        display: flex !important;
    }

    .__inline-47 .order_table_tr {
        display: grid;
    }

    .__inline-47 .order_table_td {
        border-bottom: 1px solid #fff !important;
    }

    .__inline-47 .order_table_info_div {
        width: 100%;
        display: flex;
    }

    .__inline-47 .order_table_info_div_1 {
        width: 50%;
    }

    .__inline-47 .order_table_info_div_2 {
        width: 49%;
    }

    .__inline-47 .spandHeadO {
        font-size: 16px;
    }

    .__inline-47 .spanTr {
        font-size: 16px;
        margin-top: 10px;
    }

    .__inline-47 .amount {
        font-size: 13px;
    }
}

.__inline-48 {
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
}

.__inline-49 .headerTitle {
    font-size: 24px;
    font-weight: 600;
    margin-top: 1rem;
}

.__inline-49 .widget-categories .accordion-heading>a:hover {
    color: #ffd5a4 !important;
}

.__inline-49 .widget-categories .accordion-heading>a {
    color: #ffd5a4;
}

.__inline-49 body {
    font-family: "DM Sans", sans-serif;
}

.__inline-49 .card {
    border: none;
}

.__inline-49 .totals tr td {
    font-size: 13px;
}

.__inline-49 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-49 .spandHeadO {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.__inline-49 .amount {
    font-size: 15px;
    color: #030303;
    font-weight: 600;
}

.__inline-49 .tdBorder {
    text-align: center;
}

.__inline-49 .bodytr {
    text-align: center;
}

.__inline-49 .sellerName {
    font-size: 15px;
    font-weight: 400;
}

.__inline-49 .sidebarL h3:hover+.divider-role {
    transition: 0.2s ease-in-out;
}

.__inline-49 tr td {
    padding: 3px 5px !important;
}

.__inline-49 td button {
    padding: 3px 13px !important;
}

@media (max-width: 600px) {
    .__inline-49 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
}

.__inline-50 .gallery {
    margin: 10px 50px;
}

.__inline-50 .gallery img {
    width: 100px;
    height: 100px;
    padding: 5px;
    filter: grayscale(100%);
    transition: 1s;
}

.__inline-50 .gallery img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.__inline-51 .headerTitle {
    font-size: 25px;
    font-weight: 700;
    margin-top: 2rem;
}

.__inline-51 .for-container {
    width: 91%;
    border: 1px solid #d8d8d8;
    margin-top: 3%;
    margin-bottom: 3%;
}

.__inline-51 .for-padding {
    padding: 3%;
}

.__inline-52 .active {
    color: gray !important;
}

.__inline-52 .active-category-text {
    color: white !important;
}

.__inline-52 .side-category-bar {
    border: 1px solid rgba(0, 0, 0, 0.1215686275);
    border-radius: 6px;
    cursor: pointer;
    background: white;
}

.__inline-53 {
    @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
}

.__inline-53 body {
    font-family: "Montserrat", sans-serif;
}

.__inline-53 .card {
    border: none;
}

.__inline-53 .totals tr td {
    font-size: 13px;
}

.__inline-53 .footer span {
    font-size: 12px;
}

.__inline-53 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-53 .spanTr {
    font-weight: 700;
}

.__inline-53 .spandHeadO {
    color: #030303;
    font-weight: 500;
    font-size: 20px;
}

.__inline-53 .font-name {
    font-weight: 600;
    font-size: 13px;
}

.__inline-53 .amount {
    font-size: 17px;
}

@media (max-width: 600px) {
    .__inline-53 .p-5 {
        padding: 2% !important;
    }

    .__inline-53 .spanTr {
        font-weight: 400 !important;
        font-size: 12px;
    }

    .__inline-53 .spandHeadO {
        font-weight: 300;
        font-size: 12px;
    }

    .__inline-53 .table th,
    .__inline-53 .table td {
        padding: 5px;
    }
}

.__inline-54 .nav-tabs .nav-link.active,
.__inline-54 .nav-tabs .nav-item.show .nav-link {
    border-radius: 6px;
    color: white !important;
}

.__inline-54 .nav-tabs .nav-link {
    border-radius: 6px;
    color: #f2f3ff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.__inline-55 {
    max-width: 150px;
    margin-top: -10px;
}

.__inline-56 .btn-outline {
    color: #020512;
}

.__inline-56 .btn-outline:hover {
    color: white;
}

.__inline-56 #location_map_canvas {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .__inline-56 #location_map_canvas {
        height: 200px;
    }
}

.__inline-57 {
    cursor: pointer;
    background: rgba(245, 245, 245, 0.51);
}

.__inline-58 .headerTitle {
    font-size: 25px;
    font-weight: 700;
    margin-top: 2rem;
}

.__inline-58 .for-contac-image {
    padding: 6%;
}

@media (max-width: 600px) {
    .__inline-58 .headerTitle {
        font-weight: 700;
        margin-top: 1rem;
    }

    .__inline-58 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
}

.__inline-59 .for-banner {
    margin-top: 5px;
}

.__inline-59 .countdown-background {
    padding: 5px 5px;
    border-radius: 5px;
    color: #ffffff !important;
}

.__inline-59 .cz-countdown-days {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 8px 16px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column;
    /* IE 10 */
    flex: 1;
}

.__inline-59 .cz-countdown-hours {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 8px 16px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column;
    /* IE 10 */
    flex: 1;
}

.__inline-59 .cz-countdown-minutes {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 8px 16px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column;
    /* IE 10 */
    flex: 1;
}

.__inline-59 .cz-countdown-seconds {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 8px 16px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* IE 10 */
    flex: 1;
}

.__inline-59 .flash_deal_title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.__inline-59 .cz-countdown {
    font-size: 18px;
}

.__inline-59 .flex-center {
    display: flex;
    justify-content: space-between !important;
}

.__inline-59 .flash_deal_product_details .flash-product-price {
    font-weight: 700;
    font-size: 25px;
}

.__inline-59 .for-image {
    width: 100%;
    height: 200px;
}

@media (max-width: 600px) {
    .__inline-59 .flash_deal_title {
        font-weight: 600;
        font-size: 26px;
    }

    .__inline-59 .cz-countdown {
        font-size: 14px;
    }

    .__inline-59 .for-image {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .__inline-59 .for-deal-tab {
        display: contents;
    }

    .__inline-59 .flex-center {
        display: flex;
        justify-content: center !important;
    }
}

.__inline-60 .headerTitle {
    font-size: 25px;
    font-weight: 700;
    margin-top: 2rem;
}

.__inline-60 body {
    font-family: "DM Sans", sans-serif;
}

.__inline-60 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-60 .btn-link {
    color: rgba(76, 80, 86, 0.8901960784);
}

.__inline-60 .btnF {
    display: inline-block;
    font-weight: normal;
    margin-top: 4%;
    color: #4b566b;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 0.9375rem;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}

@media (max-width: 600px) {
    .__inline-60 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }

    .__inline-60 .headerTitle {
        font-weight: 700;
        margin-top: 1rem;
    }
}

.__inline-61 .media {
    background: white;
}

.__inline-61 .section-header {
    display: flex;
    justify-content: space-between;
}

.__inline-61 .cz-countdown-days {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column;
    /* IE 10 */
    flex: 1;
}

.__inline-61 .cz-countdown-hours {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column;
    /* IE 10 */
    flex: 1;
}

.__inline-61 .cz-countdown-minutes {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column;
    /* IE 10 */
    flex: 1;
}

.__inline-61 .cz-countdown-seconds {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 0px 6px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    /* IE 10 */
    flex: 1;
}

.__inline-61 .flash_deal_product_details .flash-product-price {
    font-weight: 700;
    font-size: 18px;
}

.__inline-61 .featured_deal_left {
    height: 130px;
    padding: 10px 13px;
    text-align: center;
}

.__inline-61 .deal_of_the_day {
    border-radius: 3px;
}

.__inline-61 .deal-title {
    font-size: 12px;
}

.__inline-61 .for-flash-deal-img img {
    max-width: none;
}

.__inline-61 .best-selleing-image {
    width: 30%;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.__inline-61 .best-selling-details {
    padding: 10px;
    width: 50%;
}

.__inline-61 .top-rated-image {
    width: 30%;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.__inline-61 .top-rated-details {
    padding: 10px;
    width: 70%;
}

@media (max-width: 375px) {
    .__inline-61 .cz-countdown {
        display: flex !important;
    }

    .__inline-61 .cz-countdown .cz-countdown-seconds {
        margin-top: -5px !important;
    }

    .__inline-61 .for-feature-title {
        font-size: 20px !important;
    }
}

@media (max-width: 600px) {
    .__inline-61 .flash_deal_title {
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .__inline-61 .cz-countdown .cz-countdown-value {
        font-size: 11px !important;
        font-weight: 700 !important;
    }

    .__inline-61 .featured_deal {
        opacity: 1 !important;
    }

    .__inline-61 .cz-countdown {
        display: inline-block;
        flex-wrap: wrap;
        font-weight: normal;
        margin-top: 4px;
        font-size: smaller;
    }

    .__inline-61 .view-btn-div-f {
        margin-top: 6px;
        float: right;
    }

    .__inline-61 .view-btn-div {
        float: right;
    }

    .__inline-61 .viw-btn-a {
        font-size: 10px;
        font-weight: 600;
    }

    .__inline-61 .for-mobile {
        display: none;
    }

    .__inline-61 .featured_for_mobile {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .__inline-61 .best-selleing-image {
        width: 50%;
        border-radius: 5px;
    }

    .__inline-61 .best-selling-details {
        width: 50%;
    }

    .__inline-61 .top-rated-image {
        width: 50%;
    }

    .__inline-61 .top-rated-details {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .__inline-61 .featured_for_mobile {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .__inline-61 .featured_deal {
        opacity: 1 !important;
    }
}

@media (max-width: 375px) {
    .__inline-61 .featured_for_mobile {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .__inline-61 .featured_deal {
        opacity: 1 !important;
    }
}

@media (min-width: 768px) {
    .__inline-61 .displayTab {
        display: block !important;
    }
}

@media (max-width: 800px) {
    .__inline-61 .latest-product-margin {
        margin-left: 0px !important;
    }

    .__inline-61 .for-tab-view-img {
        width: 40%;
    }

    .__inline-61 .for-tab-view-img {
        width: 105px;
    }

    .__inline-61 .widget-title {
        font-size: 19px !important;
    }

    .__inline-61 .flash-deal-view-all-web {
        display: none !important;
    }

    .__inline-61 .recomanded-product-card {
        background: #f8fbfd;
        margin: 20px;
        /* height: 535px; */
        border-radius: 5px;
        padding-bottom: 1px;
    }
}

@media (min-width: 801px) {
    .__inline-61 .flash-deal-view-all-mobile {
        display: none !important;
    }

    .__inline-61 .recomanded-product-card {
        background: #f8fbfd;
        margin: 20px;
        height: 475px;
        border-radius: 5px;
    }
}

.__inline-61 .featured_deal_carosel .carousel-inner {
    width: 100% !important;
}

.__inline-61 .badge-style2 {
    color: black !important;
    background: transparent !important;
    font-size: 11px;
}

.__inline-61 .countdown-card {
    height: 150px !important;
    border-radius: 5px;
}

.__inline-61 .flash-deal-text {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 25px;
}

.__inline-61 .countdown-background {
    padding: 5px 5px;
    border-radius: 5px;
    margin-top: 15px;
}

.__inline-61 .carousel-wrap {
    position: relative;
}

.__inline-61 .owl-nav {
    top: 40%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.__inline-61 .owl-prev {
    float: left;
}

.__inline-61 .owl-next {
    float: right;
}

.__inline-61 .flash-deals-background-image {
    border-radius: 5px;
    width: 125px;
    height: 125px;
}

.__inline-61 .feature-product-title {
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
}

.__inline-61 .feature-product .czi-arrow-left {
    font-size: 12px;
}

.__inline-61 .feature-product .owl-nav {
    top: 40%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    z-index: -999;
}

.__inline-61 .feature-product .czi-arrow-right {
    font-size: 12px;
}

.__inline-61 .shipping-policy-web {
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
}

.__inline-61 .shipping-method-system {
    height: 130px;
    width: 70%;
    margin-top: 15px;
}

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

.__inline-62 {
    background: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}

.__inline-63 {
    width: 100%;
    border-radius: 5px;
    height: auto !important;
}

.__inline-64 {
    @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
}

.__inline-64 body {
    font-family: "DM Sans", sans-serif;
}

.__inline-64 .card {
    border: none;
}

.__inline-64 .totals tr td {
    font-size: 13px;
}

.__inline-64 .footer span {
    font-size: 12px;
}

.__inline-64 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-64 .spanTr {
    font-weight: 700;
}

.__inline-64 .spandHeadO {
    color: #030303;
    font-weight: 500;
    font-size: 20px;
}

.__inline-64 .font-name {
    font-weight: 600;
    font-size: 13px;
}

.__inline-64 .amount {
    font-size: 17px;
}

.__inline-65 .page-item.active>.page-link {
    box-shadow: 0 0 black !important;
}

.__inline-65 .btnF {
    cursor: pointer;
}

.__inline-65 .list-link:hover {
    color: #030303 !important;
}

.__inline-65 .seller_div {
    background: #fcfcfc no-repeat padding-box;
    border: 1px solid #e2f0ff;
    border-radius: 5px;
    opacity: 1;
    padding: 5px;
}

.__inline-66 {
    vertical-align: middle;
    height: 6rem;
    border-radius: 3%;
}

.__inline-67 {
    /***********************************/
}

.__inline-67 .headerTitle {
    font-size: 34px;
    font-weight: bolder;
    margin-top: 3rem;
}

.__inline-67 .page-item.active>.page-link {
    box-shadow: 0 0 black !important;
}

.__inline-67 .sidepanel {
    width: 0;
    position: fixed;
    z-index: 6;
    height: 500px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

.__inline-67 .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.__inline-67 .sidepanel a:hover {
    color: #f1f1f1;
}

.__inline-67 .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
}

.__inline-67 .openbtn {
    font-size: 18px;
    cursor: pointer;
    background-color: #ffffff;
    color: #373f50;
    width: 40%;
    border: none;
}

.__inline-67 .openbtn:hover {
    background-color: #444;
}

.__inline-67 .for-display {
    display: block !important;
}

@media (max-width: 360px) {
    .__inline-67 .openbtn {
        width: 59%;
    }

    .__inline-67 .for-shoting-mobile {
        margin-right: 0% !important;
    }

    .__inline-67 .for-mobile {
        margin-left: 10% !important;
    }
}

@media screen and (min-width: 375px) {
    .__inline-67 .for-shoting-mobile {
        margin-right: 7% !important;
    }

    .__inline-67 .custom-select {
        width: 86px;
    }
}

@media (max-width: 500px) {
    .__inline-67 .for-mobile {
        margin-left: 27%;
    }

    .__inline-67 .openbtn:hover {
        background-color: #fff;
    }

    .__inline-67 .for-display {
        display: flex !important;
    }

    .__inline-67 .for-shoting-mobile {
        margin-right: 11%;
    }

    .__inline-67 .for-tab-display {
        display: none !important;
    }

    .__inline-67 .openbtn-tab {
        margin-top: 0 !important;
    }

    .__inline-67 .seller-details {
        justify-content: center !important;
        padding-bottom: 8px;
    }
    .__inline-24{
        font-size: 17px;
    }
    .management-tree{
        padding: 5px !important;
    }
    .product-title{
        font-size: 18px !important;
    }
}

@media screen and (min-width: 500px) {
    .__inline-67 .openbtn {
        display: none !important;
    }
}

@media screen and (min-width: 800px) {
    .__inline-67 .for-tab-display {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .__inline-67 .headerTitle {
        font-size: 23px;
    }

    .__inline-67 .openbtn-tab {
        margin-top: 3rem;
        display: inline-block !important;
    }

    .__inline-67 .for-tab-display {
        display: inline;
    }
    .for-discoutn-value{
        height: 25px;
    }
    .strikedPrice{
    font-size: 10px !important;
}
}

.__inline-68 {
    width: 120px;
    border-radius: 5px;
}

.__inline-69 {
    border-left: 1px solid #c4c4c4;
    margin: 5px;
}

.__inline-70 {
    border-radius: 25px;
    border: 1px solid #1b7fed;
    color: #1b7fed;
}

.__inline-71 {
    border-bottom: 2px solid #eef6ff;
    background: none !important;
}

.__inline-72 {
    width: 20px;
    border-radius: 5px;
    height: 20px;
}

.__inline-73 {
    border: 1px solid whitesmoke;
    margin-bottom: 14px;
    margin-top: 5px;
}

.__dir-ltr {
    direction: ltr;
}

.__bg-F3F5F9 {
    background: #f3f5f9;
}

.__min-h-200px {
    min-height: 200px;
}

.__bg-e2f0ff {
    background: #e2f0ff;
}

.__bg-4bcc02 {
    background: #4bcc02;
}

.__closet {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: #4b566b;
    text-shadow: none;
    opacity: 0.5;
}

.w-10rem {
    width: 10rem;
}

.__pt-20 {
    padding-top: 20px;
}

.__m-20-r {
    margin: 20px 20px -20px 20px;
}

.__mb-10px {
    margin-bottom: 10px;
}

.__color-crimson {
    color: crimson;
}

.__mt-n-10 {
    margin-top: -10px;
}

.__mt-n-11 {
    margin-top: -11px;
}

.__h-100px {
    height: 100px;
}

.__feature_header {
    background: #dcdcdc;
    line-height: 1px;
}

.__color-92C6FF {
    color: #92c6ff;
}

.__color-0f9d58 {
    color: #0f9d58;
}

.__text-100px {
    font-size: 100px;
}

.__text-10px {
    font-size: 10px;
}

.__text-17px {
    font-size: 17px;
}

.__vertical-middle {
    vertical-align: middle;
}

.__gap-6px {
    gap: 6px;
}

.__text-414141 {
    color: #414141 !important;
    padding-top: 5px;
}

.__w-45px {
    width: 45px;
}

.__pt-12 {
    padding-top: 12px;
}

.__color-6A6A6A {
    color: #6a6a6a;
}

.__color-92C6FF {
    color: #92c6ff;
}

.__mb-11 {
    margin-bottom: 11px;
}

.bg-aliceblue {
    background: aliceblue;
}

.__color-3498db {
    color: #3498db;
}

.__color-1B7FED {
    color: #1b7fed;
}

.__max-h-12rem {
    max-height: 12rem;
}

.__px-5p {
    padding-left: 5%;
    padding-right: 5%;
}

.__mb-n-10 {
    margin-bottom: -10px;
}

.__p-12 {
    padding: 12px;
}

.__min-h-70px {
    min-height: 70px;
}

.__text-30px {
    font-size: 30px;
}

.__text-26px {
    font-size: 26px;
}

.__h-79px {
    height: 79px;
}

.__h-5px {
    height: 5px;
}

.overflow-scroll {
    overflow: scroll;
}

.__color-FE961C {
    color: #fe961c;
}

.__max-h-323px {
    max-height: 323px;
}

.__max-h-515px {
    max-height: 515px;
}

.__pl-3 {
    padding-left: 3px;
}

.__dir-rtl {
    direction: rtl;
}

.__p-2p {
    padding: 2%;
}

.__w-8rem {
    width: 8rem;
}

.__h-32rem {
    height: 32rem;
}

.__close {
    z-index: 99;
    background: white !important;
    padding: 3px 8px !important;
    border-radius: 50%;
}

.__w-5p {
    width: 5%;
}

.__w-30p {
    width: 30%;
}

.__w-45p {
    width: 45%;
}

.__w-35p {
    width: 35%;
}

.__w-10p {
    width: 10%;
}

.__w-15p {
    width: 15%;
}

.__w-70p {
    width: 70%;
}

.__h-60p {
    height: 60%;
}

.__h-70p {
    height: 70%;
}

.__text-12px {
    font-size: 12px;
}

.__p-3px {
    padding: 3px !important;
}

.__p-1px {
    padding: 1px;
}

.__min-w-165px {
    min-width: 165px !important;
}

.__r-100 {
    right: 100%;
}

.__text-8px {
    font-size: 8px;
}

.__ml-50px {
    margin-left: 50px;
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.__min-w-7rem {
    min-width: 7rem;
}

.__mt-20 {
    margin-top: 20px;
}

.__w-100px {
    width: 100px;
}

.__w-18rem {
    width: 18rem;
}

.__h-18rem {
    height: 18rem;
}

.cursor-pointer {
    cursor: pointer;
}

.__empty-img {
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
    max-height: 200px;
}

.__h-200px {
    height: 200px !important;
}

.__h-400px {
    height: 400px;
}

.__p-10 {
    padding: 10px;
}

.__h-20rem {
    height: 20rem;
}

.__w-20rem {
    height: 20rem;
}

.__h-15rem {
    height: 15rem;
}

.__w-15rem {
    width: 15rem;
}

.__w-7rem {
    width: 7rem;
}

.__w-5px {
    width: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.__color-8a8a8a {
    color: #8a8a8a;
}

.__w-30px {
    width: 30px;
}

.__w-50px {
    width: 50px;
}

.__center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.text-black {
    color: #000;
}

.__w-16rem {
    width: 16rem;
}

.__pb-13px {
    padding-bottom: 13px;
}

.__pb-10px {
    padding-bottom: 10px;
}

.__text-14px {
    font-size: 14px;
}

.__text-16px {
    font-size: 16px;
}

.__text-18px {
    font-size: 18px;
}

.__text-20px {
    font-size: 20px;
}

.__text-22px {
    font-size: 22px;
}

.__w-160px {
    width: 160px;
}

.__mt-35 {
    margin-top: 35px;
}

.__color-coral {
    color: coral;
}

.__color-1573ff {
    color: #1573ff;
}

.__color-01ff2cfa {
    color: rgba(1, 255, 44, 0.9803921569);
}

.__color-ff2a05fa {
    color: rgba(255, 42, 5, 0.9803921569);
}

.__ml-20 {
    margin-left: 20px;
}

.__img-40 {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.__mr-2px {
    margin-right: 2px;
}

/*# sourceMappingURL=style.css.map */
.mr-2,
.mx-2 {
    -webkit-margin-end: 0.5rem !important;
    margin-inline-end: 0.5rem !important;
}

.ml-2,
.mx-2 {
    -webkit-margin-start: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
}

.__chat-seller-btn svg {
    -webkit-margin-end: 5px !important;
    margin-inline-end: 5px !important;
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
}

.__chat-seller-btn {
    inset-inline-end: 0 !important;
    inset-inline-start: unset !important;
}

.__inline-61 .owl-nav {
    left: 0;
}

.navbar-expand-md .dropdown:hover>.dropdown-menu {
    height: unset;
}

.btn-success {
    background-color: #42d697 !important;
}

.w-47 {
    width: 47%;
}

.gap-8 {
    gap: 8px;
}
.strikedPrice{
    font-size: 16px;
}

@media (min-width: 576px) {

    .pl-sm-3,
    .px-sm-3 {
        -webkit-padding-start: 1rem !important;
        padding-inline-start: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        -webkit-padding-end: 1rem !important;
        padding-inline-end: 1rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        -webkit-margin-end: 1.5rem !important;
        margin-inline-end: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        -webkit-margin-start: 1.5rem !important;
        margin-inline-start: 1.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        -webkit-padding-end: 0.5rem !important;
        padding-inline-end: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        -webkit-padding-start: 0.5rem !important;
        padding-inline-start: 0.5rem !important;
    }

    .text-sm-left {
        text-align: start !important;
    }

    .text-sm-right {
        text-align: end !important;
    }
}

.list-group {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.rtl.__inline-65 .input-group .form-control {
    border-radius: 0 5px 5px 0 !important;
}

.rtl.__inline-65 .input-group .input-group-append button {
    border-radius: 5px 0 0 5px !important;
}

.text-start {
    text-align: start !important;
}

.text-end {
    text-align: end !important;
}

.close {
    -webkit-margin-start: auto !important;
    margin-inline-start: auto !important;
    -webkit-margin-end: -10px !important;
    margin-inline-end: -10px !important;
}

.flash_deal_product .for-discoutn-value {
    inset-inline-start: 0;
}

.flash_deal_product_details .for-discoutn-value {
    inset-inline-end: 0;
}

@media (min-width: 992px) {
    .pr-lg-4 {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
    }

    .pl-lg-4 {
        -webkit-padding-end: 0 !important;
        padding-inline-end: 0 !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        -webkit-padding-end: 1.5rem !important;
        padding-inline-end: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        -webkit-padding-start: 1.5rem !important;
        padding-inline-start: 1.5rem !important;
    }
}

.rightalign {
    -o-object-position: right center !important;
    object-position: right center !important;
}

.row.__rtl {
    flex-direction: row-reverse;
}

.ml-3 {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
}

.mr-3 {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
}

.mr-3,
.mx-3 {
    -webkit-margin-end: 1rem !important;
    margin-inline-end: 1rem !important;
}

.ml-3,
.mx-3 {
    -webkit-margin-start: 1rem !important;
    margin-inline-start: 1rem !important;
}

.ml-4 {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
    -webkit-margin-start: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
}

.mr-4 {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
    -webkit-margin-end: 1.5rem !important;
    margin-inline-end: 1.5rem !important;
}

/*.inline_product .for-discoutn-value {*/
/*    inset-inline-end: 0;*/
/*}*/
.custom-file-label::after {
    inset-inline-start: unset !important;
    inset-inline-end: 0 !important;
    -webkit-border-end: unset !important;
    border-inline-end: unset !important;
    -webkit-border-start: 1px solid #ecf5ff !important;
    border-inline-start: 1px solid #ecf5ff !important;
    border-radius: 6px !important;
}

.track-order-success {
    background: #4bcc02;
}

.owl-theme .owl-nav *,
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #0f74a8;
}

.__customer-sidebar .widget-title a,
.__customer-profile {
    text-align: start;
}

.bootstrap-select .dropdown-menu {
    inset-inline-end: unset !important;
    inset-inline-start: 0 !important;
    text-align: start !important;
}

.filter-option-inner-inner {
    text-align: start !important;
}

@media (max-width: 767px) {
    .navbar-light .navbar-brand {
        -webkit-margin-end: auto !important;
        margin-inline-end: auto !important;
        -webkit-margin-start: 16px;
        margin-inline-start: 16px;
    }

    .footer-web-logo a img {
        -o-object-position: center center;
        object-position: center center;
    }
}

.navbar-stuck-menu .dropdown-item {
    white-space: initial;
}

.__top-slider-images .carousel-inner {
    border-radius: 6px;
}

.mb-4px {
    margin-bottom: 3px;
}

.flex-grow {
    flex-grow: 1;
}

@media (max-width: 575.9px) {
    .wishlist_product_img {
        width: 120px !important;
    }

    .wishlist_product_desc {
        width: calc(100% - 120px) !important;
        font-size: 0.875rem;
    }

    .wishlist_product_icon {
        right: unset;
        left: 15px;
    }
    .__inline-44{
        font-size: 13px;
    }
    .product-single-hover .quick-view a{
        font-size: 12px;
    }
    .product-quantity .input-number, .product-quantity .btn-number{
        height: 25px !important;
    }
}

.filter-show-btn {
    display: none;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .filter-show-btn {
        display: block;
    }

    #shop-sidebar {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .__top-slider-images {
        padding: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .max-sm-order-1 {
        order: -1;
        width: 100%;
    }
}

.__pl-2 {
    -webkit-padding-start: 0.5rem !important;
    padding-inline-start: 0.5rem !important;
}

.__pr-2 {
    -webkit-padding-end: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
}

.__rev-txt {
    min-width: 98px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.navbar-tool.ml-md-3 {
    margin-left: 1rem;
}

.navbar-tool.mr-md-3 {
    margin-right: 1rem;
}

@media (min-width: 768px) {
    .ml-md-3 {
        margin-left: 1.5rem;
    }

    .mr-md-3 {
        margin-right: 1.5rem;
    }
}

@media (max-width: 767px) {
    .__text-30px {
        font-size: 24px;
    }

    .btn-full-max-sm>* {
        flex-grow: 1;
    }
}

@media (max-width: 575px) {
    .__text-30px {
        font-size: 18px;
    }
}

/*Report CSS*/
.__form-control {
    height: 45px;
}

.min-w-120 {
    min-width: 120px;
}

.inline-page-menu ul li:not(.active) a {
    font-weight: 400;
}

.__table tbody td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.__table thead th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.__table .badge {
    padding: 9px 17px 8px;
    border-radius: 14px;
}

.ticketStatusBadge {
    padding: 2px 15px 3px !important;
    border-radius: 14px
}

.__table-refund tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.__table-refund thead th {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.__table-refund .badge {
    padding: 9px 17px 8px;
    border-radius: 14px;
}

.rating {
    color: #4153b3;
}

.coupon__discount {
    gap: 5px;
    color: #9eadc1;
}

.coupon__discount strong {
    font-weight: 700;
    font-size: 16px;
}

@media (width < 1450px) {
    .coupon__discount strong {
        font-size: 14px;
    }
}

@media (1200px < width < 1450px) {
    .coupon__discount {
        font-size: 12px;
    }
}

.store-report-content {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.store-report-content .left-content,
.store-report-content .right-content {
    width: 265px;
    flex-grow: 1;
}

@media (min-width: 1500px) {
    .store-report-content .left-content.expense--content {
        max-width: 450px;
    }
}

.store-report-content .center-chart-area {
    flex-grow: 1;
    width: 520px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
    border-radius: 8px;
}

.store-report-content .center-chart-area .center-chart-header {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.store-report-content .center-chart-area .center-chart-header .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 175%;
    color: #232d42;
    margin: 0;
}

.store-report-content .center-chart-area .center-chart-header .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    color: #232d42;
    margin: 0;
}

@media (max-width: 575px) {
    .store-report-content .center-chart-area .center-chart-header {
        gap: 5px;
    }
}

@media (max-width: 1499px) {
    .store-report-content .center-chart-area {
        width: 450px;
    }
}

@media (max-width: 1335px) {
    .store-report-content .center-chart-area {
        width: 380px;
    }
}

@media (max-width: 1255px) {
    .store-report-content .center-chart-area {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .store-report-content {
        flex-wrap: wrap;
    }

    .store-report-content .left-content,
    .store-report-content .center-chart-area {
        width: 100%;
    }
}

.store-report-content .left-content {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
}

.youtube_title ul li {
    font-size: 18px;
    background-color: #cacaca;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    width: 65%;
    margin: 0 auto 8px;
}

.store-report-content .left-content-card img {
    width: 35px;
}

.store-report-content .left-content-card .info {
    width: 0;
    flex-grow: 1;
    padding-left: 21px;
}

.store-report-content .left-content-card .info .subtitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    font-family: "DM Sans", sans-serif;
}

.store-report-content .left-content-card .info .subtitle sub {
    font-size: 80%;
    bottom: 0;
}

.store-report-content .left-content-card .info .subtext {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.store-report-content .left-content-card .info .info-txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #00aa6d;
    text-align: right;
    gap: 5px;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .store-report-content .left-content-card {
        padding: 20px;
    }

    .store-report-content .left-content-card .info .subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .store-report-content .left-content {
        flex-direction: row;
    }

    .store-report-content .left-content-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .store-report-content .left-content-card {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .store-report-content .left-content-card {
        padding: 20px;
    }

    .store-report-content .left-content-card .info .subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}

.store-report-content .right-content .card-header {
    box-shadow: none;
}

.store-report-content .right-content .card-header .card-title {
    font-size: 18px;
}

.pie-chart .apexcharts-canvas {
    margin: 0 auto;
}

.pie-chart .apexcharts-legend .apexcharts-legend-series {
    margin-top: 10px !important;
}

@media (max-width: 345px) {
    .pie-chart #dognut-pie {
        transform: translateX(-5px);
    }
}

@media (max-width: 335px) {
    .pie-chart #dognut-pie {
        transform: translateX(-10px);
    }
}

.apex-legends {
    color: #758590;
    display: flex;
    flex-wrap: wrap;
    max-width: 310px;
    margin: 0 auto;
    padding: 0 10px;
}

.apex-legends div {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}

.apex-legends div::before {
    width: 9px;
    border-radius: 50%;
    height: 9px;
    content: "";
    margin-right: 6px;
    display: block;
    transform: translateY(5px);
}

.apex-legends div.before-bg-004188::before {
    background: #004188;
}

.apex-legends div.before-bg-A2CEEE::before {
    background: #a2ceee;
}

.apex-legends div.before-bg-0177CD::before {
    background: #0177cd;
}

.apex-legends div:not(:last-child) {
    margin-right: 15px;
}

.total--orders {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.total--orders h3 {
    margin: 0;
    font-weight: 700 !important;
    font-size: 19px;
    line-height: 23px;
    color: #334257 !important;
}

@media screen and (max-width: 575px) {
    .total--orders h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1650px) {
    .total--orders h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

.text-004188 {
    color: #004188;
}

.text-A2CEEE {
    color: #a2ceee !important;
}

.text-0177CD {
    color: #0177cd !important;
}

.text-F5A200 {
    color: #f5a200 !important;
}

.text-56b98f {
    color: #56b98f !important;
}

.payment-statistics-shadow {
    background: #ffffff;
    box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.1);
    border-radius: 5px;
    border: none;
}

.store-center-chart {
    height: 340px !important;
}

.store-center-chart.style-2 {
    height: 300px !important;
}

@media (max-width: 1650px) {
    .store-center-chart {
        height: 300px !important;
    }
}

@media (max-width: 575px) {
    .store-center-chart {
        height: 250px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1255px) {
    .store-center-chart {
        height: 250px !important;
    }
}

.earning-statistics-content {
    text-align: center;
}

.earning-statistics-content .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #232d42;
    margin-bottom: 18px;
}

.earning-statistics-content .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #334257;
    display: inline-block;
    margin-bottom: 15px;
}

.earning-statistics-content .subtxt {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8a92a6;
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
    .earning-statistics-content .subtitle {
        font-size: calc(16px + 0.1vw);
    }

    .earning-statistics-content .title {
        font-size: calc(28px + 0.2vw);
    }

    .earning-statistics-content .subtxt {
        font-size: calc(12px + 0.1vw);
    }
}

.p-name {
    max-width: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mw-145 {
    max-width: 145px;
}

.wishlisted-p-name {
    min-width: 240px;
}

.__badge {
    padding: 6px 10px 5px;
    border-radius: 15px;
}

.__badge[class*="soft-success"] {
    color: #16b559;
    background: rgba(22, 181, 89, 0.1);
}

.__badge[class*="soft-primary"] {
    color: #0286ff;
    background: rgba(2, 134, 255, 0.1);
}

.__badge[class*="soft-danger"] {
    color: #ff6767;
    background: rgba(255, 103, 103, 0.1);
}

.white-space-initial {
    white-space: initial !important;
}

@media (max-width: 575px) {
    .max-sm-100 {
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */
.__floating-btn {
    position: fixed;
    bottom: 73px;
    right: 20px;
}

/* whatsapp chat css start */
.wa-widget-send-button {
    /* margin: 0 0 80px 0 !important; */
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    z-index: 16000160 !important;
    text-align: center !important;
    border-radius: 100px;
    visibility: visible;
    transition: none !important;
    background-color: transparent;
    /*box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    position: relative !important;
}

.fb_reset {
    position: relative;
    width: 44px;
    height: 44px;
}

.wa-messenger-svg-whatsapp {
    fill: white;
    width: 44px;
    height: 44px;
    stroke: none;
    border-radius: 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/* whatsapp chat css end */

.temporary-closed {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

.temporary-closed-details {
    position: absolute;
    text-align: center;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

.vacation-closed {
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding: 6px;
    width: 100%;
}

.vacation-closed-shop-details {
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding: 6px;
    width: 100%;
}

/* cookie settings css start */
.column-gap-4 {
    column-gap: 1.7142857143rem;
}

.row-gap-3 {
    row-gap: 1.1428571429rem;
}

.cookie-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0b2239;
    color: var(--white);
    z-index: 999;
    padding: 25px 0;
}

.cookie-section .text-wrapper {
    width: 460px;
    flex-grow: 1;
    font-size: 0.8571428571rem;
    line-height: 1.2857142857rem;
}

.cookie-section .text-wrapper .title {
    color: var(--white);
}

.cookie-section .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    row-gap: 15px;
}

.cookie-section .btn-wrapper .text-success {
    color: #4ad295 !important;
    text-decoration: underline;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-inline: 0;
    border: none !important;
}

.cookie-section .btn-wrapper .btn-success {
    background: #4ad295;
    border: none;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* cookie settings css end */














/* static css */

.topbar {
    background-color: #282B3B;
    padding: 8px;
    color: #fff !important;
}

.topbar a {
    color: white !important;
}

.search_button {
    background-color: #272B3A !important;
}

/*.journey {
    background-image: linear-gradient(rgb(0 0 0 / 54%), rgb(0 0 0 / 54%)), url(img/galaxy.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    display: flex;
    align-items: center;
}*/

section.journey {
    padding: 50px 0;
}

.journey_dis h1 {
    font-size: 35px;
    color: #2B2C41;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}


.journey_dis h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.journey_dis h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #2B2C41;
    bottom: 0;
    left: calc(50% - 20px);
}


.journey_dis {
    margin: auto;
}



.journey_dis p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 500;
}


.count-row {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    justify-content: space-between;
}

.count-box {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.count-text h5,
.count-text p {
    margin: 0px;
}

.count-text h5 {
    font-family: "DM Sans", sans-serif !important;
    font-size: 36px;
}

.count-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    padding: 5px 0;
}



.secHeader {
    padding: 0px 0 35px;
    text-align: center;
}

.secHeader h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2B2C41;
    margin-bottom: 0px;
    padding-bottom: 20px;
    position: relative;
}

.secHeader h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.secHeader h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #2B2C41;
    bottom: 0;
    left: calc(50% - 20px);
}

.about-text p {
    font-weight: 500;
    font-size: 15px;
}

section.about-space-food-section {
    padding: 30px 0 60px;
}

section.problems-section-new {
    padding: 65px 0 80px;
}


ul.problems-list {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.problems-list li {
    color: #2B2C41;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}

ul.problems-list li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    border: 2px solid;
    border-radius: 50px;
}

ul.problems-list {
    position: relative;
}

ul.problems-list:before {
    content: "";
    width: 3px;
    height: 82%;
    display: block;
    background: #2B2C41;
    position: absolute;
    top: 15%;
    left: 5px;
}

.problem-img {
    max-width: 400px;
    height: 460px;
}


section.form-register-section {
    padding: 80px 0;
    background: url(img/contact-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}


section.form-register-section:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
}


.secHeader.regsiter h2 {
    color: #fff;
}

.secHeader.register h2 {
    color: #fff;
}

.secHeader.register h4 {
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
}

.row.custom-row {
    padding: 20px 0;
}

.detail {
    width: 100%;
    background: #fff;
    padding: 20px;
}

.themeBtn-new {
    border: 0;
    padding: 5px 25px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border-radius: 30px;
    background: linear-gradient(353deg, rgba(0, 78, 155, 1) 0%, rgba(21, 137, 252, 1) 100%);
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s linear;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
    text-transform: uppercase;
    margin-top: 20px;
}



section.slogan-section {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    z-index: 1;
}

.slogan-img {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1.slogan {
    font-size: 65px;
    text-align: start;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 99;
}

section.slogan-section:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
}

.count-img {
    background: #2B2C41;
    color: #fff;
    border-radius: 50px;
    font-size: 30px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.solution-section {
    padding: 0px 0px 80px;
}

.secHeader.register.product h2 {
    color: #2B2C41;
}

.secHeader.register.product h4 {
    color: #000;
}

.product-section .solution .card {
    height: 230px;
}

.product-section .solution .card .overlay {
    top: 0px !important;
}

.teams-div a {
    font-style: italic;
    font-weight: 500;
    color: #2B2C41;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.teams-div a:hover {
    color: #2B2C41;
}

.teams-div a i.fa {
    font-size: 24px;
    opacity: 0.5;
    padding: 0px 10px;
}

.about_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.about_video {
    position: relative;
    height: 100vh;
}

.about_us_dis {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.astro img {
    width: 425px;
    animation: float 10s ease-in-out infinite;
    filter: drop-shadow(1px 0px 20px #cacaca);
}

@keyframes float {
    0% {
        transform: translate3d(0, 0, 0);
    }

    45% {
        transform: translate3d(0, -10%, 0);
    }

    50% {
        transform: translate3d(0, -12%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.about_us_dis .journey_dis h1 {
    font-size: 44px;
    color: #0065B7;
    font-weight: 600;
    margin-bottom: 20px;
}

.about_us_dis .journey_dis p {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 10px;
    text-align: justify;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    /* font-weight: bold; */
    margin-left: 2px;
    border-radius: 5px;
    color: rgb(247, 247, 247);
    cursor: pointer;
    background-color: #0065B7;
    padding: 5px 10px;
    display: flex;
    width: 105px;
    margin-top: 10px;
}

.add-read-more {
    max-width: 600px;
    width: 100%;
    /* margin: 0 auto; */
    text-align: justify;
}

.add-read-more p {
    margin-bottom: 10px;
}

.add-read-more.show-more-content {
    height: 450px;
    overflow-y: scroll;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f534;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #0065B7;
    background-color: #0065B7;
}

.chand {
    position: relative;
}

.youtube_title {
    text-align: center;
    /* position: absolute; */
    top: 0;
}

.youtube_title h5 {
    font-size: 20px;
    color: #0065B7;
    margin-bottom: 13px;
}

.youtube_title h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.yt_video a img {
    width: 100%;
    background-color: #0065B7;
    padding: 6px;
    border-radius: 10px;
}

.yt_video a img:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.subscribe {
    background-color: #DE0926;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #DE0926;
    color: #fff;
}

.subscribe:hover {
    background-color: #ffffff;
    color: #DE0926;
}

.chand img {
    width: 212px;
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    top: -100px;
    left: -69px;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.problem .chand img {
    width: 402px;
}

.problem .chand .youtube_title h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #005098;
}


.youtube_title ul li {
    font-size: 18px;
    background-color: #cacaca;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    display: flex;
    gap: 10px;
    width: 65%;
    margin: 0 auto 8px;
}

.youtube_title ul li p {
    font-size: 20px;
    background-color: #c02942;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
}

.problem_img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}


.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.our-team .team-wrap {
    padding: 0 40px;
}

.our-team .container-fluid {
    padding: 0 50px;
}

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    /* mix-blend-mode: color-burn; */
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
}

.team-member {
    background-color: #ffffffa1;
    padding: 12px;
    border-radius: 10px;
}

.team-title {
    margin: 5px 0 4px;
    font-size: 27px;
}

.overlay {
    background-color: rgba(20, 20, 20, .7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details {
    opacity: 0;
    position: absolute;
    /* top: 50%; */
    left: 0;
    padding: 5%;
    overflow-y: scroll;
    max-height: 434px;
    width: 100%;
    z-index: 2;
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details p {
    color: #fff;
}

.team-img:hover .team-details {
    opacity: 1;
    /* margin-top: -80px; */
}

.team-img:hover .overlay {
    opacity: 1;
}

.socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
}

.socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-details.text-center a {
    color: #fff;
}

.team-details .socials i {
    color: #fff;
}

.socials a:hover i {
    color: #fff;
    background-color: #355c7d;
}

.ourteam {
    padding: 50px 0;
    background-image: linear-gradient(#0000002b, #0000002b), url(img/astronauts2.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.ourteam_section p {
    font-size: 50px;
    text-align: center;
    color: #fff;

}

.bannar_details h1 {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    font-size: 80px;
    font-weight: 700;
}


.bannar_details h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    font-family: "DM Sans", sans-serif !important;
}

.bannar_details h4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.about_us_dis.bannar {
    top: 25% !important;
}



.about_us_dis h1 {

    /*font: 700 7em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;*/
    /* text-shadow: 0 0 80px rgba(255, 255, 255, .5); */

    /* Clip Background Image */
    /*background: url(img/textbg.png) repeat-y;*/
    /* background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y; */
    /*-webkit-background-clip: text;
    background-clip: text;*/

    /* Animate Background Image */

    /*-webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;*/

    /* Activate hardware acceleration for smoother animations */

    /*-webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;*/

}


/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

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

.solution .card {
    position: relative;
    width: 100%;
    height: 270px;

    display: flex;
    align-items: flex-end;

    padding: 2rem 1rem;
    background-color: #fff;
    /*box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);*/
    transition: 0.5s ease-in-out;
}

.solution {
    width: 100%;
}

.item {
    width: 100%;
}

.solution .card:hover {
    transform: translateY(10px);
}

.solution .card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2B2C41;
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}

.solution .card:hover::before {
    opacity: 0.7;
}

.solution .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution .card .overlay {
    position: relative;
    z-index: 3;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
    padding: 30px 0px;
    top: -20px !important;
    text-align: center;
}

.solution .card:hover .overlay {
    opacity: 1;
    transform: translateY(30px);
}

.solution .text-h1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.solution .text-p {
    letter-spacing: 0.5px;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 13px;
}

.solution .link-a {
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    transition: .4s ease-in-out;
    font-size: 12px;
    font-weight: 600;
}

.solution .link-a:hover {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}


.secTitle h4 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.secTitle h4 span {
    color: #004e9b;
}

.secTitle {
    position: relative;
    width: fit-content;
}

.secTitle:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: -20px;
    right: -70px;
    background: url(img/astro-vector.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    animation: float 10s ease-in-out infinite;
}

img.solution-img {
    width: 100%;
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
    max-width: 400px;
    filter: blur(0.9px);
}

.solu-para {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.themeBtn {
    border: 0;
    padding: 5px 30px;
    border-radius: 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 100px;
    min-height: 44px;
    background: #004e9b;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #0065b7c2;
    }

    100% {
        box-shadow: 0 0 0 20px #0065b700;
    }
}


.solution-para {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.solution-para .read-more,
.solution-para .read-less {
    border: 0;
    padding: 5px 25px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border-radius: 30px;
    background: linear-gradient(353deg, rgba(0, 78, 155, 1) 0%, rgba(21, 137, 252, 1) 100%);
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s linear;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
    text-transform: uppercase;
    margin-top: 20px;
}

.solution-space {
    display: flex;
    justify-content: center;
    position: relative;
}


img.planet-one {
    position: absolute;
    width: 100%;
    max-width: 220px;
    top: 30px;
    left: 0;
    filter: drop-shadow(4px 8px 30px #2d0001);
    animation: spin 50s linear infinite;
}

img.planet-two {
    position: absolute;
    width: 100%;
    max-width: 300px;
    right: 0;
    bottom: 10px;
    filter: drop-shadow(2px 4px 17px black);
    animation: float 10s ease-in-out infinite;
}

img.planet-three {
    position: absolute;
    width: 100%;
    max-width: 90px;
    top: 0;
    right: 60px;
    filter: drop-shadow(2px 4px 6px black);
    animation: spin 30s linear infinite;
}


div#thoughts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

div#thoughts .thoughts-text {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    max-width: 850px;
    margin: auto;
}


.navbar-light .navbar-tool-icon-box.bg-secondary {
    background-color: #f3f5f9 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.menu_list ul {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 355px;
    margin: 0;
}

.menu_list ul li {
    list-style: none;
}

.navbar-tool-icon-box.bg-secondary svg {
    fill: #000 !important;
}









.planet-container {
    border-radius: 50%;
    box-shadow: -2px 1px 28px 11px #000000;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 400px;
    z-index: 1;
}

.night {
    animation: rotate-night 80s linear infinite;
    background-image: url(https://www.solarsystemscope.com/textures/download/2k_earth_nightmap.jpg);
    background-size: 200%;
    height: 400px;
    position: absolute;
    width: 400px;
    z-index: 2;
}

.day {
    animation: rotate-day 80s linear infinite;
    background-image: url(https://www.solarsystemscope.com/textures/download/2k_earth_daymap.jpg);
    background-size: 200%;
    border-left: solid 1px black;
    border-radius: 50%;
    box-shadow: 5px 0 20px 10px #040615 inset;
    height: 400px;
    margin-left: 110px;
    position: absolute;
    width: 400px;
    z-index: 3;
}

.clouds {
    animation: rotate-day 50s linear infinite, spin-clouds 100s ease infinite;
    background-image: url(https://www.solarsystemscope.com/textures/download/2k_earth_clouds.jpg);
    background-size: 200%;
    border-radius: 50%;
    box-shadow: 5px 0 20px 10px #040615 inset, -9px 0px 20px 10px #5e90f1 inset;
    height: 400px;
    margin-left: 100px;
    opacity: 0.45;
    position: absolute;
    width: 400px;
    z-index: 4;
}

.inner-shadow {
    background: transparent;
    border-radius: 50%;
    box-shadow: -5px 0 10px 1px #152b57 inset, 5px 0 10px 1px #040615 inset;
    height: 400px;
    margin-left: 0;
    position: absolute;
    width: 400px;
    z-index: 5;
}

@keyframes rotate-day {
    0% {
        background-position: 120% 0;
    }

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

@keyframes rotate-night {
    0% {
        background-position: calc(120% + 120px) 0;
    }

    100% {
        background-position: calc(-80% + 120px) 0;
    }
}

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

    50% {
        transform: rotate(20deg);
    }

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

.chand .planet-container {
    position: absolute;
    z-index: -1;
    top: -100px;
    left: -69px;
}

.order-stats.flex-grow-1 {
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-right: 13px;
    width: 190px;
    border-radius: 6px;
}

.order-stats__content i {
    font-size: 45px;
    margin-bottom: 16px !important;
    color: #f0493a;
}


/*new-css*/


@media(max-width:767.97px) {

    .about_video {
        height: 50vh;
    }

    .about_us_dis.bannar {
        top: 15% !important;
    }

    .bannar_details h1 {
        font-size: 40px;
    }

    .bannar_details h2 {
        font-size: 30px;
    }

    .bannar_details h4 {
        font-size: 20px;
    }

    .journey_dis h1 {
        font-size: 25px;
        text-align: center;
    }

    .journey_dis p {
        font-size: 14px;
        line-height: 20px;
    }

    .count-text h5 {
        font-size: 25px;
    }

    .count-text p {
        font-size: 12px;
    }

    .secHeader h2 {
        font-size: 25px;
    }

    .about-text p {
        font-size: 13px;
    }

    .secHeader.register h4 {
        font-size: 14px;
        line-height: inherit;
        padding: 15px;
    }

    .form-control {
        font-size: 12px;
    }

    ul.problems-list li {
        font-size: 14px;
    }

    ul.problems-list:before {
        top: 17%;
    }

    section.slogan-section {
        height: 30vh;
    }

    .solu-para {
        font-size: 14px;
    }

    .count-box {
        width: 50%;
    }

    .count-row {
        flex-wrap: wrap;
    }

    img.about-food-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .problem-img {
        width: 100%;
        height: 100%;
    }

    h1.slogan {
        font-size: 30px;
    }

    .menu_list ul {
        flex-direction: column;
        padding: 10px 20px;
        width: 100%;
        align-items: start;
    }

    .dropdown-menu {
        min-width: 90px !important;
    }


}


/*tree-css*/

.item-row {
    gap: 60px;
}

.item-box {
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 15px;
}

.item-row .item-box:after {
    right: -60px;
    content: "";
    width: 60px;
    height: 2px;
    display: block;
    background: #b5b5b5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.item-row .item-box {
    position: relative;
}

.item-row .item-box:last-child:after {
    display: none;
}

.item-box h5,
.item-box h6,
.item-box p {
    margin: 0px;
}

.item-box h5 {
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    background: #0d284e;
    border-radius: 50px;
    color: #fff;
}

.sub-heading span {
    font-size: 14px;
    color: #e05035;
}

.sub-heading {
    font-size: 22px;
    font-weight: 800;
    color: #0d284e;
    margin-right: 25px;
}

.blue-bg {
    background: blue;
}




/*Now the CSS*/
* {
    margin: 0;
    padding: 0;
}

.tree ul {
    padding-top: 20px;
    position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background: #fff;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover+ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #94a0b4;
}

.list-item h5,
.list-item h6,
.list-item p {
    margin: 0px;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-item h5 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d284e;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
}


.tree.custom-level ul {
    padding-top: 0px !important;
    margin-top: 20px !important;
    width: auto;
}

.tree.custom-level {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


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

ul.user-flex:before {
    display: none;
}

li.user-inner:before {
    display: none;
}

li.user-inner:after {
    display: none;
}

ul.user-left {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-top: 20px;
}

li.user-nope {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
}

.tree {
    width: 100%;
    overflow: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
}


li.user-nope:before,
li.user-nope:after {
    display: none;
}

ul.user-left::before {
    display: none;
}

li.user-nope.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
}


.slogan.serif {
    font-family: "DM Serif Text", serif !important;
}

.person-one img {
    max-width: 60px;
}

.person-one h4 {
    font-size: 18px;
}


.person-one.down-tree .name a.tree-link {
    display: none;
}

.person-one.down-tree .name a {
    display: flex;
    flex-direction: column;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.person-one.down-tree .name a span {
    font-size: 10px;
    color: #9d9d9d;
}

.hover-text {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff !important;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.hover-text p {
    margin: 0px;
    text-align: start;
    font-size: 14px;
    font-weight: 600;
    color: #2c2d42 !important;
}


.export-button button {
    background: #2c2d42;
    color: #fff;
    border-radius: 50px;
}

.export-button {
    padding: 10px 0 20px;
}

.export-button button:hover {
    color: #fff;
}

.export-button .dropdown-menu {
    left: 170px !important;
}

.export-button .dropdown-menu li a {
    font-weight: 700;
}

.export-button .dropdown-divider {
    display: none;
}

a {
    text-decoration: none !important;
}



















/* 
Template Name: Evea - Responsive App Landing Tailwind CSS Template
Version: 1.0.0
Author: Zoyothemes
Email: zoyothemes@gmail.com
File: Main Css File
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

/* 
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "DM Sans", sans-serif;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
    display: none;
}

[type='text'],
input:where(:not([type])),
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus,
input:where(:not([type])):focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: inline-flex;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[multiple],
[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    [type='radio']:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active) {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 640px) {
    .container {
        max-width: 750px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


.static {
    position: static !important;
}

.fixed {
    position: fixed !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.sticky {
    position: sticky !important;
}

.inset-0 {
    inset: 0px !important;
}

.-bottom-\[2px\] {
    bottom: -2px !important;
}

.-end-14 {
    inset-inline-end: -3.5rem !important;
}

.-start-2 {
    inset-inline-start: -0.5rem !important;
}

.-top-16 {
    top: -4rem !important;
}

.bottom-16 {
    bottom: 4rem !important;
}

.bottom-28 {
    bottom: 7rem !important;
}

.bottom-3\/4 {
    bottom: 75% !important;
}

.bottom-8 {
    bottom: 2rem !important;
}

.bottom-full {
    bottom: 100% !important;
}

.end-0 {
    inset-inline-end: 0px !important;
}

.end-32 {
    inset-inline-end: 8rem !important;
}

.end-48 {
    inset-inline-end: 12rem !important;
}

.end-\[3px\] {
    inset-inline-end: 3px !important;
}

.right-8 {
    right: 2rem !important;
}

.start-0 {
    inset-inline-start: 0px !important;
}

.start-6 {
    inset-inline-start: 1.5rem !important;
}

.top-0 {
    top: 0px !important;
}

.top-40 {
    top: 10rem !important;
}

.top-\[2px\] {
    top: 2px !important;
}

.top-full {
    top: 100% !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-10 {
    z-index: 10 !important;
}

.z-999 {
    z-index: 999 !important;
}

.z-\[1\] {
    z-index: 1 !important;
}

.col-span-1 {
    grid-column: span 1 / span 1 !important;
}

.col-span-full {
    grid-column: 1 / -1 !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
}

.mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.-me-20 {
    margin-inline-end: -5rem !important;
}

.-ml-8 {
    margin-left: -2rem !important;
}

.-mt-10 {
    margin-top: -2.5rem !important;
}

.-mt-72 {
    margin-top: -18rem !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.me-1 {
    margin-inline-end: 0.25rem !important;
}

.me-2 {
    margin-inline-end: 0.5rem !important;
}

.me-4 {
    margin-inline-end: 1rem !important;
}

.me-5 {
    margin-inline-end: 1.25rem !important;
}

.ms-1 {
    margin-inline-start: 0.25rem !important;
}

.ms-8 {
    margin-inline-start: 2rem !important;
}

.ms-auto {
    margin-inline-start: auto !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-10 {
    margin-top: 2.5rem !important;
}

.mt-12 {
    margin-top: 3rem !important;
}

.mt-14 {
    margin-top: 3.5rem !important;
}

.mt-16 {
    margin-top: 4rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.mt-8 {
    margin-top: 2rem !important;
}

.mt-9 {
    margin-top: 2.25rem !important;
}

.line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.flex {
    display: flex !important;
}

.inline-flex {
    display: inline-flex !important;
}

.table {
    display: table !important;
}

.grid {
    display: grid !important;
}

.hidden {
    display: none !important;
}

.size-4 {
    width: 1rem !important;
    height: 1rem !important;
}

.size-8 {
    width: 2rem !important;
    height: 2rem !important;
}

.size-9 {
    width: 2.25rem !important;
    height: 2.25rem !important;
}

.size-full {
    width: 100% !important;
    height: 100% !important;
}

.h-10 {
    height: 2.5rem !important;
}

.h-11 {
    height: 2.75rem !important;
}

.h-12 {
    height: 3rem !important;
}

.h-14 {
    height: 3.5rem !important;
}

.h-16 {
    height: 4rem !important;
}

.h-20 {
    height: 5rem !important;
}

.h-28 {
    height: 7rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.25rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.h-8 {
    height: 2rem !important;
}

.h-9 {
    height: 2.25rem !important;
}

.h-\[46px\] {
    height: 46px !important;
}

.h-\[50px\] {
    height: 50px !important;
}

.h-\[600px\] {
    height: 600px !important;
}

.h-\[650px\] {
    height: 650px !important;
}

.h-auto {
    height: auto !important;
}

.h-full {
    height: 100% !important;
}

.w-10 {
    width: 2.5rem !important;
}

.w-11 {
    width: 2.75rem !important;
}

.w-12 {
    width: 3rem !important;
}

.w-16 {
    width: 4rem !important;
}

.w-20 {
    width: 5rem !important;
}

.w-28 {
    width: 7rem !important;
}

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.25rem !important;
}

.w-6 {
    width: 1.5rem !important;
}

.w-60 {
    width: 15rem !important;
}

.w-8 {
    width: 2rem !important;
}

.w-9 {
    width: 2.25rem !important;
}

.w-\[calc\(100\%-2rem\)\] {
    width: calc(100% - 2rem) !important;
}

.w-full {
    width: 100% !important;
}

.max-w-2xl {
    max-width: 42rem !important;
}

.max-w-3xl {
    max-width: 48rem !important;
}

.max-w-full {
    max-width: 100% !important;
}

.max-w-lg {
    max-width: 32rem !important;
}

.max-w-sm {
    max-width: 24rem !important;
}

.max-w-xl {
    max-width: 36rem !important;
}

.max-w-xs {
    max-width: 20rem !important;
}

.flex-1 {
    flex: 1 1 0% !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.shrink {
    flex-shrink: 1 !important;
}

.shrink-0 {
    flex-shrink: 0 !important;
}

.grow {
    flex-grow: 1 !important;
}

.basis-full {
    flex-basis: 100% !important;
}

.origin-top {
    transform-origin: top !important;
}

.-rotate-45 {
    --tw-rotate: -45deg !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.rotate-180 {
    --tw-rotate: 180deg !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.rotate-90 {
    --tw-rotate: 90deg !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.scale-\[2\.0\] {
    --tw-scale-x: 2.0 !important;
    --tw-scale-y: 2.0 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.resize {
    resize: both !important;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.flex-col {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.items-start {
    align-items: flex-start !important;
}

.items-center {
    align-items: center !important;
}
.home_secondImage img{
    max-height: 535px;
}

.justify-start {
    justify-content: flex-start !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

.gap-10 {
    gap: 2.5rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 0.75rem !important;
}

.gap-4 {
    gap: 1rem !important;
}

.gap-5 {
    gap: 1.25rem !important;
}

.gap-6 {
    gap: 1.5rem !important;
}

.gap-8 {
    gap: 2rem !important;
}

.gap-\[30px\] {
    gap: 30px !important;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
}

.gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
}

.gap-y-10 {
    row-gap: 2.5rem !important;
}

.gap-y-2 {
    row-gap: 0.5rem !important;
}

.gap-y-6 {
    row-gap: 1.5rem !important;
}

.-space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.divide-y> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-gray-200> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-\[49\%_80\%_40\%_90\%_\/_50\%_30\%_70\%_80\%\] {
    border-radius: 49% 80% 40% 90% / 50% 30% 70% 80% !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.rounded-lg {
    border-radius: 0.5rem !important;
}

.rounded-md {
    border-radius: 0.375rem !important;
}

.rounded-xl {
    border-radius: 0.75rem !important;
}

.rounded-e-md {
    border-start-end-radius: 0.375rem !important;
    border-end-end-radius: 0.375rem !important;
}

.rounded-s-md {
    border-start-start-radius: 0.375rem !important;
    border-end-start-radius: 0.375rem !important;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}

.border {
    border-width: 1px !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}

.border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(93 135 255 / var(--tw-border-opacity)) !important;
}

.border-primary\/10 {
    border-color: rgb(93 135 255 / 0.1) !important;
}

.border-primary\/30 {
    border-color: rgb(93 135 255 / 0.3) !important;
}

.border-primary\/40 {
    border-color: rgb(93 135 255 / 0.4) !important;
}

.border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}

.border-transparent {
    border-color: transparent !important;
}

.border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.bg-\[\#17243A\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(23 36 58 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#1C2940\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(28 41 64 / var(--tw-bg-opacity)) !important;
}

.bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4) !important;
}

.bg-gray-200\/40 {
    background-color: rgb(229 231 235 / 0.4) !important;
}

.bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.bg-gray-900\/70 {
    background-color: rgb(17 24 39 / 0.7) !important;
}

.bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
}

.bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}

.bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(93 135 255 / var(--tw-bg-opacity)) !important;
}

.bg-primary\/10 {
    background-color: rgb(93 135 255 / 0.1) !important;
}

.bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4) !important;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
}

.bg-\[radial-gradient\(ellipse_at_right\2c _var\(--tw-gradient-stops\)\)\] {
    background-image: radial-gradient(ellipse at right, var(--tw-gradient-stops)) !important;
}

.bg-\[url\(\.\.\/images\/bg-demo\.jpg\)\] {
    background-image: url(../images/bg-demo.jpg) !important;
}

.bg-\[url\(\.\.\/images\/home\/bg-1\.png\)\] {
    background-image: url(../images/home/bg-1.png) !important;
}

.bg-\[url\(\.\.\/images\/home\/bg-2\.png\)\] {
    background-image: url(../images/home/bg-2.png) !important;
}

.bg-\[url\(\.\.\/images\/home\/bg-3\.png\)\] {
    background-image: url(../images/home/bg-3.png) !important;
}

.bg-\[url\(\.\.\/images\/home\/bg-4\.svg\)\] {
    background-image: url(../images/home/bg-4.svg) !important;
}

.bg-\[url\(\.\.\/images\/home\/bg-5\.png\)\] {
    background-image: url(../images/home/bg-5.png) !important;
}

.bg-none {
    background-image: none !important;
}

.from-gray-700 {
    --tw-gradient-from: #374151 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-slate-500\/10 {
    --tw-gradient-from: rgb(100 116 139 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.via-gray-900 {
    --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.to-black {
    --tw-gradient-to: #000000 var(--tw-gradient-to-position) !important;
}

.bg-cover {
    background-size: cover !important;
}

.bg-center {
    background-position: center !important;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.fill-white\/40 {
    fill: rgb(255 255 255 / 0.4) !important;
}

.stroke-2 {
    stroke-width: 2 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-10 {
    padding-bottom: 2.5rem !important;
}

.pb-16 {
    padding-bottom: 4rem !important;
}

.pb-20 {
    padding-bottom: 5rem !important;
}

.pb-32 {
    padding-bottom: 8rem !important;
}

.pb-40 {
    padding-bottom: 10rem !important;
}

.pb-5 {
    padding-bottom: 1.25rem !important;
}

.pe-40 {
    padding-inline-end: 10rem !important;
}

.pe-6 {
    padding-inline-end: 1.5rem !important;
}

.ps-6 {
    padding-inline-start: 1.5rem !important;
}

.pt-10 {
    padding-top: 2.5rem !important;
}

.pt-12 {
    padding-top: 3rem !important;
}

.pt-16 {
    padding-top: 4rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-20 {
    padding-top: 5rem !important;
}

.pt-32 {
    padding-top: 8rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pt-40 {
    padding-top: 10rem !important;
}

.pt-44 {
    padding-top: 11rem !important;
}

.pt-6 {
    padding-top: 1.5rem !important;
}

.text-center {
    text-align: center !important;
}

.text-start {
    text-align: start !important;
}

.align-middle {
    vertical-align: middle !important;
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}

.text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
}

.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.text-sm\/normal {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.leading-6 {
    line-height: 1.5rem !important;
}

.leading-7 {
    line-height: 1.75rem !important;
}

.leading-9 {
    line-height: 2.25rem !important;
}

.leading-normal {
    line-height: 1.5 !important;
}

.tracking-normal {
    letter-spacing: 0em !important;
}

.tracking-wider {
    letter-spacing: 0.05em !important;
}

.text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: #39458A !important;
}

.text-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
}

.text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}

.text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

.text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.text-muted {
    --tw-text-opacity: 1 !important;
    color: rgb(112 112 112 / var(--tw-text-opacity)) !important;
}

.text-primary {
    --tw-text-opacity: 1 !important;
    color: #39458A !important;
}

.text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.blur {
    --tw-blur: blur(8px) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.duration-300 {
    transition-duration: 300ms !important;
}

.duration-500 {
    transition-duration: 500ms !important;
}

/*********************************/
/*             General           */
/*===============================*/
html {
    position: relative;
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

p {
    line-height: 1.625;
    font-family: "DM Sans", sans-serif;
}

::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(93 135 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(93 135 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

#toggle-count span [type=radio]:checked+label {
    --tw-bg-opacity: 1;
    background-color: rgb(93 135 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/********************/
/*     Buttons      */
/*==================*/
.btn {
    display: inline-block;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    /*  Button icons */
    /* Button Link */
}

.btn.btn-lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.btn.btn-sm {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.btn.btn-icon {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    padding: 0px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}

.btn.btn-icon.btn-lg {
    height: 3rem;
    width: 3rem;
}

.btn.btn-icon.btn-sm {
    height: 2rem;
    width: 2rem;
}

.btn.btn-link {
    position: relative;
    border-style: none;
    padding: 0px;
}

.btn.btn-link::after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    --tw-content: "";
    content: var(--tw-content);
}

.btn.btn-link:hover::after {
    right: auto;
    content: var(--tw-content);
    width: 100%;
}

/*********************************/
/*             Helper            */
/*===============================*/
.container,
.contacinr-fluid {
    position: relative;
}

.text-type-element {
    z-index: 2;
}

.text-type-element::after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    height: 0.25rem;
    width: auto;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: "";
    content: var(--tw-content);
}

/*****************/
/*  back-to-top  */
/*****************/
.back-to-top {
    display: none;
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(93 135 255 / var(--tw-border-opacity)) !important;
}

.hover\:border-primaryDark:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(42 92 235 / var(--tw-border-opacity)) !important;
}

.hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(93 135 255 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primaryDark:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(42 92 235 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: #39458A !important;
}

.hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
    text-decoration-line: underline !important;
}

.focus\:border-0:focus {
    border-width: 0px !important;
}

.focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}

.focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
}

.focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group.is-sticky .group-\[\&\.is-sticky\]\:text-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
}

:is(.dark .dark\:border-gray-700) {
    --tw-border-opacity: 1 !important;
    border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
}

:is(.dark .dark\:bg-slate-900) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}

:is(.dark .dark\:bg-opacity-80) {
    --tw-bg-opacity: 0.8 !important;
}

:is(.dark .dark\:text-gray-400) {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

:is(.dark .dark\:text-slate-900) {
    --tw-text-opacity: 1 !important;
    color: rgb(15 23 42 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
    .sm\:-bottom-px {
        bottom: -1px !important;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }

    .sm\:mt-0 {
        margin-top: 0px !important;
    }

    .sm\:block {
        display: block !important;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .sm\:flex-row {
        flex-direction: row !important;
    }

    .sm\:pt-0 {
        padding-top: 0px !important;
    }

    .sm\:text-start {
        text-align: start !important;
    }
}

@media (min-width: 768px) {
    .md\:start-2 {
        inset-inline-start: 0.5rem !important;
    }

    .md\:h-\[600px\] {
        height: 600px !important;
    }

    .md\:h-\[700px\] {
        height: 700px !important;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    .md\:gap-\[30px\] {
        gap: 30px !important;
    }

    .md\:gap-y-12 {
        row-gap: 3rem !important;
    }

    .md\:p-12 {
        padding: 3rem !important;
    }

    .md\:pt-20 {
        padding-top: 5rem !important;
    }

    .md\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;
    }

    .md\:text-4xl\/tight {
        font-size: 2.25rem !important;
        line-height: 1.25 !important;
    }

    .md\:text-5xl\/tight {
        font-size: 3rem !important;
        line-height: 1.25 !important;
    }

    .md\:text-6xl\/tight {
        font-size: 3.75rem !important;
        line-height: 1.25 !important;
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }

    .lg\:mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .lg\:ms-24 {
        margin-inline-start: 6rem !important;
    }

    .lg\:ms-5 {
        margin-inline-start: 1.25rem !important;
    }

    .lg\:ms-auto {
        margin-inline-start: auto !important;
    }

    .lg\:mt-0 {
        margin-top: 0px !important;
    }

    .lg\:flex {
        display: flex !important;
    }

    .lg\:inline-flex {
        display: inline-flex !important;
    }

    .lg\:hidden {
        display: none !important;
    }

    .lg\:w-1\/2 {
        width: 50% !important;
    }

    .lg\:min-w-\[950px\] {
        min-width: 950px !important;
    }

    .lg\:basis-auto {
        flex-basis: auto !important;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .lg\:flex-row {
        flex-direction: row !important;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .lg\:items-center {
        align-items: center !important;
    }

    .lg\:justify-normal {
        justify-content: normal !important;
    }

    .lg\:gap-y-24 {
        row-gap: 6rem !important;
    }

    .lg\:bg-transparent {
        background-color: transparent !important;
    }

    .lg\:pb-0 {
        padding-bottom: 0px !important;
    }

    .lg\:text-6xl\/tight {
        font-size: 3.75rem !important;
        line-height: 1.25 !important;
    }

    .lg\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .lg\:text-black {
        --tw-text-opacity: 1 !important;
        color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    }

    .lg\:text-white {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

    .lg\:shadow-none {
        --tw-shadow: 0 0 #0000 !important;
        --tw-shadow-colored: 0 0 #0000 !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }
}

@media (min-width: 1280px) {
    .xl\:block {
        display: block !important;
    }

    .xl\:inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1536px) {
    .\32xl\:end-8 {
        inset-inline-end: 2rem !important;
    }
}

.\[\&\.active\]\:\!text-primary.active {
    --tw-text-opacity: 1 !important;
    color: #39458A !important;
}

.group.is-sticky .group-\[\&\.is-sticky\]\:\[\&\.active\]\:text-primary.active {
    --tw-text-opacity: 1 !important;
    color: #39458A !important;
}

.\[\&\.is-sticky\]\:bg-white.is-sticky {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.\[\&\.is-sticky\]\:shadow-md.is-sticky {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.social-btn.sb-light:hover i {
    color: #17243A;
}

.themSection {
    /* padding: 50px 0; */
    padding: 20px 0;
}

.customContainer {
    border: 1px solid #cdcdcd;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
}

.customContainer h2 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.themForm {}

.themForm label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
}

.themForm input.themeInput,
.themForm select.themeInput,
.themForm textarea.themeInput {
    width: 100%;
    border: 1px solid #d5d5d5 !important;
    border-radius: 8px;
    outline: none;
}

.themeHeading {
    text-transform: capitalize;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

/* --------------------Anil css------------------- */

.productTitle {
    font-size: 22px;
    margin-bottom: 0.5em;
}

.productCard {
    width: calc(20% - 10px);
    height: auto;
    min-width: 144px;
    margin-right: 5px;
    margin-bottom: 20px;
    border-radius: 15px !important;
}

.procuct-radius {
    border-radius: 15px;
}

.for-contact-image,
.for-login-image {
    padding-right: 30px;
}

.for-signup-image {
    max-width: 85%;
}

.productSelect:focus {
    box-shadow: none;
    border-color: rgba(27, 127, 237, 0.5);
}

.captchaDiv {
    display: flex;
    align-items: center;
    gap: 8px;
}

.captchaDiv i {
    font-size: 25px;
    color: #777777;
}

.removeCartBtn {
    font-size: 35px;
}

.profileImgUpdateDiv img {
    object-fit: cover;
}

.profileSelectGender:focus {
    /* box-shadow: none;
    border: 1px solid #dae1e7; */
}

.profileCard input {
    border-radius: 5px;
    border: 1px solid #dae1e7;
}

.trackOrederSection {
    padding: 75px 0;
}

.__action-btn-ticket {
    padding: 11px 11px;
    width: 42px;
}

.__opacity-half {
    height: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.breadcrumdiv {
    color: #000 !important;
    background: #e4e9ffa6 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 12px;
}

.privacyTitle {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 0.7;
    font-size: 40px;
}

.policySection hr,
.termSection hr {
    margin: 16px 0;
}

.policySection h2,
.termSection h2 {
    font-size: 32px;
    color: #363d45;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.policySection h3,
.termSection h3 {
    font-size: 28px;
    color: #363d45;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.policySection p,
.termSection p {
    font-size: 15.5px;
    color: #363d45;
    font-weight: 400;
    line-height: 1.5;
}

li.privacyBreadItem {
    font-size: 15px !important;
}

li.privacyBreadItem.active {
    font-weight: 600;
    color: #3b4487 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item>a:hover {
    color: #3b4487;
    font-weight: 500;
}