/*-------------------------------------
    Template Name: SuperMart - eCommerce HTML5 Template
    Template URI:
    Description: SuperMart - eCommerce HTML5 Template
    Author: Themeies
    Author URI: https://themeforest.net/user/themeies/portfolio
    Version: 1.0
    Tags: ecommerce, html, theme, template, etc
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common CSS
    02. Content Box
    03. Video Box
    04. Icon Box
    05. Order, Unorder List
    06. Round One side
    07. Overlap Image Box
    08. Image Box
    09. Icon list block

    01. Header style
    02. Banner style
    03. Block style
    04. Banner Ads section
    05. Product section
    06. About section
    07. Category section
    08. Collection section
    09. Feature section
    10. Team section
    11. Archive-category section
    12. Testimonial section
    13. Blog section
    14. Partner section
    15. Faq section
    16. Cart section
    17. Checkout section
    18. Order Confirm Section
    19. Step Section
    20. Login popup
    21. Signup popup
    22. Forget popup
    23. flyout Menu
    24. flyout Cart
    25. Blog section
    26. Contact section
    27. Call to Action section
    28. Footer

    29. Home Page
    30. About page
    31. All Category page
    32. Product page
    33. Search Product page
    34. Product Details Page
    35. Cart page
    36. Checkout page
    37. Order Tracking page
    38. Blog Grid page
    39. Blog List page
    40. Blog Details page
    41. Privacy Policy page
    42. Terms of Service page
    43. Comming-Soon page
    44. 404 page
    45. Contact page

*/
/*********************************
/* Fonts
/* Inter
/* Roboto
*********************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/**********
 ** Uses
@include themify($themes) {
    propnname: themed('variable');
}
**/
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff9b533;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.7rem;
}

a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0px;
}

button:hover, button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: inherit;
}

figure {
    margin: 0;
}

section {
    display: block;
    position: relative;
    padding: 60px 0;
    width: 100%;
}
@media screen and (max-width: 479px) {
    section {
        padding: 50px 0;
    }
}

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.gutters-5 > .col,
.gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.gutters-10 > .col,
.gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
}
.gutters-15 > .col,
.gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
}
.gutters-20 > .col,
.gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
}
.gutters-25 > .col,
.gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
}

.mb-05 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-05 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.ml-05 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-05 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.px-05 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.py-05 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.pb-05 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pt-05 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pl-05 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-05 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-17 {
    font-size: 17px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-19 {
    font-size: 19px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-21 {
    font-size: 21px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-23 {
    font-size: 23px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-26 {
    font-size: 26px !important;
}

.text-27 {
    font-size: 27px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-29 {
    font-size: 29px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-31 {
    font-size: 31px !important;
}

.text-32 {
    font-size: 32px !important;
}

@media print {
    .col-print-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8%;
    }
    .col-print-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 17%;
    }
    .col-print-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-print-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33%;
    }
    .col-print-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 42%;
    }
    .col-print-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-print-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58%;
    }
    .col-print-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 67%;
    }
    .col-print-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-print-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83%;
    }
    .col-print-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 92%;
    }
    .col-print-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
/*********************************
/*  Input Apperance Start
*********************************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

/*********************************
/*  Input Apperance End
*********************************/
/*********************************
/* Custom Scroll Bar Start
*********************************/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #74bf43;
    box-shadow: inset 0 0 4px #74bf43;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb {
    background-color: #74bf43;
    border-radius: 10px;
}

/*********************************
/* Custom Scroll Bar End
*********************************/
/*********************************
/* Preloader Css Start
*********************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #74bf43;
    z-index: 99999999;
    width: 100%;
    height: auto;
}
#preloader #status {
    width: 120px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
#preloader #status::before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: auto;
    border-bottom: 2px solid #fff;
    border-radius: 50%;
    -webkit-animation: rotating 6s linear infinite;
    animation: rotating 6s linear infinite;
}
#preloader #status::after {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 90%;
    height: 90%;
    left: 0;
    top: 0;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-radius: 50%;
    -webkit-animation: rotating 6s linear infinite;
    animation: rotating 6s linear infinite;
}
#preloader #status img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************************
/* Preloader Css End
*********************************/
/*********************************
/* Scroll Up Css Start
*********************************/
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -30px;
    right: 30px;
    font-size: 14px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #74bf43;
    text-transform: capitalize;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
    opacity: 0;
}
.scroll-top.open {
    bottom: 30px;
    opacity: 1;
    right: 30px;
}
.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
    background: #252522;
}

/*********************************
/* Scroll Up Css End
*********************************/
/*********************************
/* Swiper Arrow Center Start
*********************************/
.swiper__arrow-center .swiper-button-next,
.swiper__arrow-center .swiper-button-prev {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #74bf43;
    color: #fff;
    font-size: 13px;
    bottom: 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
    .swiper__arrow-center .swiper-button-next,
    .swiper__arrow-center .swiper-button-prev {
        height: 50px;
        width: 50px;
    }
}
@media screen and (max-width: 575px) {
    .swiper__arrow-center .swiper-button-next,
    .swiper__arrow-center .swiper-button-prev {
        height: 40px;
        width: 40px;
    }
}
.swiper__arrow-center .swiper-button-next::after,
.swiper__arrow-center .swiper-button-prev::after {
    display: none;
}
.swiper__arrow-center .swiper-button-next svg path,
.swiper__arrow-center .swiper-button-prev svg path {
    stroke: #fff;
}
.swiper__arrow-center .swiper-button-next {
    margin-right: 50px;
    left: auto;
    right: 0;
}
@media screen and (max-width: 575px) {
    .swiper__arrow-center .swiper-button-next {
        margin-right: 20px;
    }
}
.swiper__arrow-center .swiper-button-prev {
    margin-left: 50px;
}
@media screen and (max-width: 575px) {
    .swiper__arrow-center .swiper-button-prev {
        margin-left: 20px;
    }
}

/*********************************
/* Swiper Arrow Center End
*********************************/
/*********************************
/*  Common Css Start
*********************************/
.border-none {
    border: none !important;
}

.border-30 {
    border-radius: 30px !important;
}

.btn-red {
    background: #d92d20 !important;
}
.btn-red:focus, .btn-red:hover {
    background: #252522 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-green {
    background: #12b76a !important;
}
.btn-green:focus, .btn-green:hover {
    background: #252522 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-primary {
    color: #74bf43 !important;
}
.text-blue {
    color: #2e90fa !important;
}

.text-black {
    color: #000000 !important;
}

.text-gray {
    color: #646464 !important;
}

button:hover, button:focus {
    outline: 0px;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

::-moz-selection {
    background: #74bf43;
    color: #fff;
}

::selection {
    background: #74bf43;
    color: #fff;
}

.shadow {
    -webkit-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294) !important;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294) !important;
    -webkit-box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1019607843) !important;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1019607843) !important;
}

/*********************************
/*  row Custom
*********************************/
.row > * {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-top: var(--bs-gutter-y);
}

@media screen and (max-width: 768px) {
    .column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}

@media (min-width: 479px) and (max-width: 575px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
/*********************************
/*  Heading Typography
*********************************/
h1 {
    font-family: "Inter", sans-serif;
    font-size: 110px;
    font-weight: 500;
    line-height: 110px;
    letter-spacing: -0.02em;
    color: #252522;
}
@media screen and (max-width: 1440px) {
    h1 {
        font-size: 100px;
    }
}
@media screen and (max-width: 1199px) {
    h1 {
        font-size: 70px;
        line-height: 80px;
    }
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 60px;
        line-height: 80px;
    }
}
@media screen and (max-width: 575px) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }
}
@media screen and (max-width: 479px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }
}

h2 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #252522;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 575px) {
    h2 {
        line-height: 34px;
    }
}

h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

/*********************************
/*  Content Typography
*********************************/
p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #403c39;
}

/*********************************
/*  Section Tittle Start
*********************************/
.section-title {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-title__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
@media screen and (max-width: 479px) {
    .section-title__wrap {
        display: block;
    }
}
.section-title h2 {
    margin-bottom: 0;
}
.section-title p {
    margin: 0 0 10px 0;
    color: #252522;
}

.solid-btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #98a2b3;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.solid-btn i {
    font-size: 16px;
    margin-left: 3px;
}
.solid-btn:hover {
    color: #74bf43;
}

/*********************************
/*  Section Tittle End
*********************************/
/*********************************
/* Custom Width
*********************************/
.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.33%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

/*********************************
/*  Button Start
*********************************/
.btn {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 8px;
    border: none;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn i {
    font-size: 15px;
    margin-right: 3px;
    height: 24px;
    width: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 24px;
}
.btn svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.btn svg path {
    fill: currentColor;
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-primary {
    background-color: #74bf43;
    color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
}
.btn-primary:focus, .btn-primary:hover {
    background: #252522;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary:focus svg path, .btn-primary:hover svg path {
    fill: currentColor;
}
.btn-primary.-o {
    background-color: #fbd5ce;
    color: #252522;
}
.btn-primary.-o:hover, .btn-primary.-o:focus {
    background-color: #667085;
    color: #fff;
}
.btn-outline {
    background-color: transparent;
    color: #403c39;
    border: 1px solid #eaecf0;
}
.btn-outline:focus, .btn-outline:hover {
    background: #74bf43;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #74bf43;
}
.btn-outline:focus svg path, .btn-outline:hover svg path {
    fill: currentColor;
}
.btn-disable {
    background-color: #98a2b3;
    color: #fff;
    cursor: not-allowed !important;
}

.btn-small-outline {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #74bf43;
    padding: 3px 14px;
    background: transparent;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #fbd5ce;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
.btn-small-outline:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-small-outline:hover {
    background: #74bf43;
    border-color: #74bf43;
    color: #fff;
}

.btn-gray {
    border-color: #eaecf0;
    color: #98a2b3;
}
.btn-gray:hover {
    background: #98a2b3;
    border-color: #98a2b3;
}
.btn-gray-filled {
    background: #667085;
    border: 1px solid #667085;
    color: #fff;
}
.btn-gray-filled:hover {
    background: transparent;
    border-color: #eaecf0;
    color: #667085;
}

.btn__group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.success__btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #12b76a;
    padding: 4px 14px;
    background: rgba(18, 183, 106, 0.1);
    border-radius: 6px;
    display: inline-block;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
}
.success__btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}
.success__btn:hover {
    color: #12b76a;
}

.info__btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #2e90fa;
    padding: 4px 14px;
    background: rgba(46, 144, 250, 0.1);
    border-radius: 6px;
    display: inline-block;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
}
.info__btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}
.info__btn:hover {
    color: #2e90fa;
}

.primary__btn,
.gray__btn,
.warning__btn,
.danger__btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #d92d20;
    padding: 4px 14px;
    background: rgba(217, 45, 32, 0.1);
    border-radius: 6px;
    display: inline-block;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    text-transform: capitalize;
}
.primary__btn svg,
.gray__btn svg,
.warning__btn svg,
.danger__btn svg {
    margin-top: -2px;
}
.primary__btn svg path,
.gray__btn svg path,
.warning__btn svg path,
.danger__btn svg path {
    stroke: currentColor;
}
.primary__btn:focus,
.gray__btn:focus,
.warning__btn:focus,
.danger__btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}
.primary__btn:hover,
.gray__btn:hover,
.warning__btn:hover,
.danger__btn:hover {
    color: #d92d20;
}

.warning__btn {
    color: #dc6803;
    background: rgba(220, 104, 3, 0.1);
}
.warning__btn:hover {
    color: #dc6803;
}

.gray__btn {
    color: #344054;
    background: rgba(52, 64, 84, 0.1);
}
.gray__btn:hover {
    color: #344054;
}
.gray__btn svg path {
    stroke: currentColor;
}

.primary__btn {
    color: #6941c6;
    background: rgba(105, 65, 198, 0.1);
}
.primary__btn:hover {
    color: #6941c6;
}

/* ============================ */
/* Section Header Start */
/* ============================ */
.section-header {
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .section-header {
        margin-bottom: 32px;
    }
}
.section-header__title {
    width: 100%;
    max-width: 475px;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}
.section-header__title + .section-header__desc {
    margin-top: 24px;
}
.section-header__desc {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #637381;
}
.section-header--lg {
    max-width: 816px;
}
.section-header--md {
    max-width: 650px;
}
.section-header--sm {
    max-width: 466px;
}
.section-header--left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
.section-header--right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}
.section-header--right .section-header__title, .section-header--right .section-header__desc {
    margin-left: auto;
}
.section-header--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.section-header--center .section-header__title, .section-header--center .section-header__desc {
    margin-left: auto;
    margin-right: auto;
}

/*********************************
/* Header Top Wrapper Start
*********************************/
.header__topbar__wrapper {
    border-bottom: 1px solid #f2f4f7;
    padding: 10px 0;
}
@media screen and (max-width: 991px) {
    .header__topbar__wrapper {
        display: none;
    }
}
.header__topbar__wrapper .header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}
.header__topbar__wrapper .header__topbar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__topbar__wrapper .header__topbar__nav li {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    list-style: none;
    color: #667085;
    text-transform: capitalize;
    margin-right: 25px;
}
.header__topbar__wrapper .header__topbar__nav li:last-of-type {
    margin-right: 0;
}
.header__topbar__wrapper .header__topbar__nav li a {
    color: currentColor;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header__topbar__wrapper .header__topbar__nav li a:hover {
    color: #74bf43;
}
.header__topbar__wrapper .header__topbar__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__topbar__wrapper .header__topbar__right .meta__item li {
    font-size: 14px;
}
.header__topbar__wrapper .header__topbar__right .meta__item li i {
    margin-right: 2px;
}
.header__topbar__wrapper .header__topbar__right .follow__item {
    margin-left: 15px;
    border-left: 1px solid #eaecf0;
    padding-left: 15px;
}
.header__topbar__wrapper .header__topbar__right .follow__item span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    list-style: none;
    color: #667085;
    text-transform: capitalize;
    margin-right: 10px;
}
.header__topbar__wrapper .header__topbar__right .follow__item a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    list-style: none;
    color: #667085;
    text-transform: capitalize;
    margin-right: 5px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header__topbar__wrapper .header__topbar__right .follow__item a:hover {
    color: #74bf43;
}

.meta__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.meta__flex a img {
    width: 20px;
    height: 20px;
}

/*********************************
/* Header Top Wrapper End
*********************************/
/*********************************
/* Header Start
*********************************/
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
@media screen and (max-width: 991px) {
    .header {
        border-bottom: 1px solid #f2f4f7;
    }
}
.header__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 18px 0;
}
@media screen and (max-width: 991px) {
    .header__top {
        padding: 10px 5px 10px 0;
        border-bottom: 1px solid #eaecf0;
    }
}
.header__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .nav {
    background-color: #fff;
    padding: 0px;
    margin: 0 auto;
    border-bottom: 1px solid #f2f4f7;
    border-top: 1px solid #f2f4f7;
}
@media screen and (max-width: 991px) {
    .header .nav {
        padding: 14px 0px;
    }
}
.header__logo a img {
    width: auto;
    height: auto;
    display: block;
}
@media screen and (max-width: 375px) {
    .header__logo a img {
        max-width: 125px;
    }
}
.header__menu .main__menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
.header__menu .main__menu li {
    position: relative;
    list-style: none;
}
.header__menu .main__menu li a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #667085;
    display: inline-block;
    margin-right: 40px;
    line-height: 48px;
    padding: 0;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .header__menu .main__menu li a {
        margin-right: 25px;
    }
}
.header__menu .main__menu li:hover a, .header__menu .main__menu li.active a {
    color: #74bf43;
}
.header__menu .main__menu li:hover a::after, .header__menu .main__menu li.active a::after {
    color: #74bf43 !important;
}
.header__menu .main__menu li:last-child a {
    margin-right: 0;
}
.header__menu .main__menu li.has__dropdown a {
    position: relative;
}
.header__menu .main__menu li.has__dropdown a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #667085;
    margin-left: 13px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header__menu .main__menu li .sub__menu {
    position: absolute;
    left: 0;
    top: 110%;
    width: 220px;
    background: #fff;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border-top: 3px solid #74bf43;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header__menu .main__menu li .sub__menu li a {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #667085;
    border-bottom: 1px dashed #d9d9d9;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.header__menu .main__menu li .sub__menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #74bf43;
    width: 10px;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header__menu .main__menu li .sub__menu li a::after {
    display: none;
}
.header__menu .main__menu li .sub__menu li a:hover, .header__menu .main__menu li .sub__menu li a.active {
    color: #74bf43;
    padding-left: 35px;
}
.header__menu .main__menu li .sub__menu li a:hover::before, .header__menu .main__menu li .sub__menu li a.active::before {
    opacity: 1;
    visibility: visible;
    left: 15px;
}
.header__menu .main__menu li .sub__menu li:last-child a {
    border: none;
}
.header__menu .main__menu li:hover .sub__menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header__menu .main__menu li .mega__menu {
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    padding: 15px 0;
    z-index: 999;
    max-width: 1320px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
}
.header__menu .main__menu li .mega__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1320px;
    margin: auto;
}
.header__menu .main__menu li .mega__menu .sub-mega__menu {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.header__menu .main__menu li .mega__menu .sub-mega__menu .menu__title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #252522;
    margin-bottom: 5px;
    border: none;
}
.header__menu .main__menu li .mega__menu .sub-mega__menu .menu__title::before {
    display: none;
}
.header__menu .main__menu li .mega__menu .sub-mega__menu .menu__title:hover {
    padding-left: 25px;
}
.header__menu .main__menu li .mega__menu .sub-mega__menu ul li a {
    border: none;
}
.header__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .header__meta {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-left: 0;
    }
}
.header__meta .meta__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    list-style: none;
    margin-right: 28px;
}
@media screen and (max-width: 1440px) {
    .header__meta .meta__item {
        margin-right: 15px;
    }
}
.header__meta .meta__item:last-of-type {
    margin-right: 0;
}
.header__meta .meta__item li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #667085;
    margin-right: 28px;
}
.header__meta .meta__item li:last-of-type {
    margin-right: 0;
}
.header__meta .meta__item li i {
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    .header__meta .meta__item li i {
        margin-right: 0 !important;
    }
}
.header__meta .meta__item li a {
    color: #667085;
    display: block;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header__meta .meta__item li a i {
    margin-right: 8px;
}
.header__meta .meta__item li a:hover {
    color: #74bf43;
}
@media screen and (max-width: 767px) {
    .header__meta .meta__item li a span {
        display: none;
    }
}

.nav-bg {
    background: #fff;
    -webkit-box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*********************************
/* Avatar Dropdown Start
*********************************/
.avatar__dropdown {
    position: relative;
    display: inline-block;
}
.avatar__dropdown .avatar__profile {
    height: 44px;
    width: 44px;
    border-radius: 8px;
    position: relative;
    display: block;
}
.avatar__dropdown .avatar__profile img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 8px;
}
@media screen and (max-width: 767px) {
    .avatar__dropdown .avatar__profile {
        height: 25px;
        width: 25px;
    }
}
.avatar__dropdown .list {
    position: absolute;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 150%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0px;
    min-width: 216px;
    max-height: 290px;
    background: #fff;
    border-radius: 8px;
    border-top: 3px solid #74bf43;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
    box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
}
@media screen and (max-width: 767px) {
    .avatar__dropdown .list {
        min-width: 180px;
    }
}
@media screen and (max-width: 767px) {
    .avatar__dropdown .list {
        left: auto;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.avatar__dropdown .list li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #667085;
    line-height: 24px;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    margin-right: 0;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
    .avatar__dropdown .list li {
        font-size: 15px;
        padding: 8px 16px;
    }
}
.avatar__dropdown .list li a {
    color: #667085;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.avatar__dropdown .list li a i {
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
}
.avatar__dropdown .list li.active, .avatar__dropdown .list li:hover {
    background: rgba(235, 94, 40, 0.1);
}
.avatar__dropdown .list li.active a, .avatar__dropdown .list li:hover a {
    color: #74bf43;
}
.avatar__dropdown .list.active {
    opacity: 1;
    visibility: visible;
    top: 120%;
}
.avatar__dropdown--v2 .avatar__profile {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.avatar__dropdown--v2 .avatar__profile img {
    border-radius: 50%;
}
.avatar__dropdown--v2 .list {
    border-top: none;
    min-width: 180px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.avatar__dropdown--v2 .list li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1000000015px;
}

/*********************************
/* Custom Dropdown Start
*********************************/
.custom__dropdown {
    position: relative;
}
.custom__dropdown .selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom__dropdown .selected .title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #98a2b3;
    text-transform: capitalize;
    margin-right: 5px;
}
.custom__dropdown__v2 {
    margin-right: 25px;
}
@media screen and (max-width: 479px) {
    .custom__dropdown__v2 .selected_item, .custom__dropdown__v2 .custom__dropdown .list li, .custom__dropdown .list .custom__dropdown__v2 li {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 575px) {
    .custom__dropdown__v2 .list {
        min-width: 150px !important;
        padding: 0 10px !important;
        width: auto !important;
    }
    .custom__dropdown__v2 .list li {
        font-size: 14px !important;
    }
}
.custom__dropdown.language__select {
    margin-right: 28px;
    width: 140px;
}
@media screen and (max-width: 1440px) {
    .custom__dropdown.language__select {
        margin-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .custom__dropdown.language__select {
        margin-right: 12px;
        width: 100%;
    }
}
.custom__dropdown.language__select .selected_item, .custom__dropdown.language__select .list li {
    min-width: 100%;
}
@media screen and (max-width: 767px) {
    .custom__dropdown.language__select .list {
        left: auto;
        right: 0;
    }
}
.custom__dropdown.language__select .list.active {
    opacity: 1;
    visibility: visible;
    top: 120%;
}
.custom__dropdown .selected_item, .custom__dropdown .list li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #667085;
    line-height: 24px;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 78px;
    cursor: pointer;
    text-transform: capitalize;
    background: transparent;
    position: relative;
}
.custom__dropdown .selected_item img, .custom__dropdown .list li img {
    width: 24px;
    height: 18px;
    display: block;
    margin-right: 8px;
}
.custom__dropdown .selected_item-v2 {
    min-width: inherit;
    height: 40px;
    border: 0;
    margin-right: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #98a2b3;
    font-weight: 400;
    line-height: 24px;
}
.custom__dropdown .selected_item-v2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    left: auto;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom__dropdown .list {
    position: absolute;
    list-style: none;
    position: absolute;
    left: 0;
    top: 150%;
    padding: 0px 15px;
    min-width: 175px;
    background: #fff;
    border-radius: 8px;
    border-top: 3px solid #74bf43;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
    box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
    max-height: 280px;
    overflow: auto;
}
.custom__dropdown .list li {
    padding: 13px 0;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.custom__dropdown .list li:hover {
    color: #74bf43;
}
.custom__dropdown .list.active {
    opacity: 1;
    visibility: visible;
    top: 120%;
}
.custom__dropdown .list__v2 {
    width: 180px;
}
.custom__dropdown .list__v2 li {
    padding: 10px 0;
}

/*********************************
/* Search Form Start
*********************************/
.search__form__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}
@media screen and (max-width: 1440px) {
    .search__form__wrapper {
        margin-left: 10px;
    }
}
@media screen and (max-width: 991px) {
    .search__form__wrapper {
        display: none;
    }
}
@media screen and (max-width: 1440px) {
    .search__form__wrapper .search__form {
        max-width: 370px !important;
    }
}

.search__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #eaecf0;
    max-width: 500px;
    background-color: #f9fafb;
    height: 44px;
    border-radius: 8px;
    position: relative;
    width: 100%;
}
.search__form .form-control {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #8b8b8b;
    border: none;
    outline: none;
    padding: 11px 15px;
    background: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.search__form .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search__form button {
    border: 0;
    padding: 0;
    outline: none;
    font-size: 16px;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #667085;
    background: transparent;
    height: 100%;
    width: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #eaecf0;
}
.search__form button img {
    width: auto;
    height: auto;
}
.search__form__v2 {
    background: transparent;
    max-width: 100%;
    width: 100%;
}
.search__form.full__width {
    max-width: 100%;
    margin: 6px 0px;
}
.search__form--v2 {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
    background: transparent;
    max-width: 230px;
}
@media screen and (max-width: 479px) {
    .search__form--v2 {
        max-width: 100%;
    }
}
.search__form--v2 .form-control {
    padding-left: 44px;
    color: #667085;
}
.search__form--v2 button {
    position: absolute;
    left: 16px;
    width: 20px;
    height: 20px;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search__form--v2 button img {
    width: 20px;
}
.search__form.v3 {
    max-width: 400px;
}

/*********************************
/* Search Form Start
*********************************/
/*********************************
/* Nice Select Start
*********************************/
.select__style .nice-select {
    border: none;
    font-size: inherit;
    line-height: inherit;
    height: inherit;
    background: transparent;
    width: 130px;
    padding: 10px 30px 10px 15px;
    border-right: 1px solid #eaecf0;
}
.select__style .nice-select::after {
    height: 8px;
    width: 8px;
}
.select__style .nice-select .option {
    min-height: inherit;
    padding: 7px 15px;
}
.select__style .nice-select .option:hover, .select__style .nice-select .option.selected.focus {
    background: rgba(235, 94, 40, 0.1);
    color: #252522;
}
.select__style .nice-select .current, .select__style .nice-select .list li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #667085;
}
.select__style .nice-select .list {
    width: 100%;
    max-height: 250px;
    overflow: auto;
    -webkit-box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
    box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
}
/*********************************
/* Nice Select End
*********************************/
/*********************************
/* Header Toggle Start
*********************************/
.header__toggle {
    margin-right: 15px;
}
@media screen and (max-width: 575px) {
    .header__toggle {
        margin-right: 0;
    }
}
.header__toggle .toggler__btn {
    cursor: pointer;
    border: 0;
    padding: 0;
    outline: none;
    font-size: 24px;
    border: none;
    padding: 0;
    color: #252522;
    height: 40px;
    width: 40px;
    background: transparent;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 375px) {
    .header__toggle .toggler__btn {
        height: 35px;
        width: 35px;
    }
}
.header__toggle .toggler__btn svg {
    width: auto;
    height: 18px;
}
@media screen and (max-width: 375px) {
    .header__toggle .toggler__btn svg {
        height: 15px;
    }
}
.header__toggle .toggler__btn i {
    pointer-events: none;
}

/*********************************
/* Header Toggle End
*********************************/
/*********************************
/* Category Filter Start
*********************************/
.category__filter {
    position: relative;
    padding-top: 10px;
    top: 1px;
}
.category__filter .category__title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 12px 50px 12px 30px;
    background-color: #74bf43;
    text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
    .category__filter .category__title {
        font-size: 14px;
        padding: 8px 35px 8px 15px;
        border-radius: 6px;
    }
}
.category__filter .category__title::before {
    top: 14px;
    right: 25px;
    font-size: 14px;
    content: "\f078";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 1199px) {
    .category__filter .category__title::before {
        right: 15px;
        top: 10px;
        font-size: 12px;
    }
}
.category__filter .category__title i {
    margin-right: 10px;
}
@media screen and (max-width: 1199px) {
    .category__filter .category__title i {
        margin-right: 8px;
    }
}
.category__filter .category__dropdown {
    padding: 10px 0;
    -webkit-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
    box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
    min-width: 250px;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 270px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 0px 6px 6px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.category__filter .category__dropdown.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.category__filter .category__dropdown li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 42px;
    color: #252522;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 26px;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
}
.category__filter .category__dropdown li:last-of-type {
    border: none;
}
.category__filter .category__dropdown li a {
    color: currentColor;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.category__filter .category__dropdown li a:hover {
    color: #74bf43;
}

/*********************************
/* Category Filter End
*********************************/
/*********************************
/* MiniCart Start
*********************************/
.miniCart .header__cart {
    margin-left: 18px;
}
@media screen and (max-width: 767px) {
    .miniCart .header__cart {
        margin-left: 12px;
    }
}
.miniCart .header__cart .cart__btn {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 112px;
    height: 44px;
    background: #74bf43;
    border-radius: 8px;
    text-transform: capitalize;
    position: relative;
}
@media screen and (max-width: 767px) {
    .miniCart .header__cart .cart__btn {
        color: #667085;
        width: inherit;
        height: auto;
        background: transparent;
        font-size: 13px;
        font-weight: 600;
    }
}
.miniCart .header__cart .cart__btn-img {
    position: relative;
    margin-right: 9px;
}
@media screen and (max-width: 767px) {
    .miniCart .header__cart .cart__btn-img {
        margin-right: 0;
    }
}
.miniCart .header__cart .cart__btn-img img {
    width: 31px;
    height: auto;
    display: block;
}
@media (min-width: 768px) {
    .miniCart .header__cart .cart__btn-img img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}
@media screen and (max-width: 767px) {
    .miniCart .header__cart .cart__btn-img img {
        width: 26px;
    }
}
.miniCart .header__cart .cart__btn-img .value {
    position: absolute;
    line-height: 8px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .miniCart .header__cart .cart__btn .title {
        display: none;
    }
}

.flyoutCart {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.flyoutCart.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.flyoutCart.active .flyout__flip {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.flyoutCart .flyout__flip {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    right: -200px;
    background: #fff;
    width: 480px;
    height: 100%;
    -webkit-box-shadow: 0px 14px 40px 0px rgba(115, 115, 115, 0.1490196078);
    box-shadow: 0px 14px 40px 0px rgba(115, 115, 115, 0.1490196078);
    padding: 40px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 575px) {
    .flyoutCart .flyout__flip {
        width: 420px;
        padding: 40px 30px;
    }
}
@media screen and (max-width: 479px) {
    .flyoutCart .flyout__flip {
        width: 370px;
        padding: 30px 15px 50px;
    }
}
@media screen and (max-width: 375px) {
    .flyoutCart .flyout__flip {
        width: 315px;
        padding: 30px 10px 100px;
    }
}
.flyoutCart .flyout__inner {
    height: calc(100% - 100px);
}
.flyoutCart .flyout__inner .cart__header-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.flyoutCart .flyout__inner .cart__header-top .close__btn {
    cursor: pointer;
    width: auto;
}
.flyoutCart .flyout__inner .main__title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #475467;
}
.flyoutCart .flyout__inner .cart__title {
    background: #f2f4f7;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flyoutCart .flyout__inner .cart__title h3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #475467;
    margin-bottom: 0;
}
.flyoutCart .flyout__inner .cart__items {
    height: calc(100% - 230px);
    overflow: auto;
    padding-right: 10px;
}
.flyoutCart .flyout__inner .cart__subtotal {
    list-style: none;
    border-top: 1px solid #d0d5dd;
    border-bottom: 1px solid #d0d5dd;
    padding: 15px 0;
}
.flyoutCart .flyout__inner .cart__subtotal li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.flyoutCart .flyout__inner .cart__subtotal li:last-of-type {
    margin-bottom: 0;
}
.flyoutCart .flyout__inner .cart__subtotal li span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #667085;
}
.flyoutCart .flyout__inner .cart__total {
    padding-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flyoutCart .flyout__inner .cart__total h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #475467;
    margin-bottom: 0;
}
.flyoutCart .flyout__inner .cart__total h3 span {
    font-size: 14px;
    line-height: 20px;
}
.flyoutCart .flyout__inner .cart__total .total {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #475467;
}
.flyoutCart .cart__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
@media screen and (max-width: 479px) {
    .flyoutCart .cart__btns {
        display: block;
    }
}
.flyoutCart .cart__btns .btn {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    height: 44px;
    padding: 10px 20px;
    border-radius: 8px;
}
@media screen and (max-width: 479px) {
    .flyoutCart .cart__btns .btn {
        font-size: 14px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-right: 10px;
    }
    .flyoutCart .cart__btns .btn:last-of-type {
        margin-right: 0;
        margin-top: 10px;
    }
}
.flyoutCart .cart__btns .btn-outline {
    color: #667085;
}
.flyoutCart .cart__btns .btn-outline:hover {
    color: #fff;
}

.shopping-card {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.shopping-card__image {
    position: relative;
    width: 70px;
    height: 70px;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 14px;
}
@media screen and (max-width: 479px) {
    .shopping-card__image {
        margin-right: 10px;
    }
}
.shopping-card__image img {
    width: 100%;
    height: 100%;
    max-width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.shopping-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.shopping-card__content-top {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.shopping-card__content-top .product__title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #344054;
    margin-bottom: 6px;
    max-width: 210px;
}
@media screen and (max-width: 479px) {
    .shopping-card__content-top .product__title {
        font-size: 13px;
    }
}
.shopping-card__content-top .product__title a {
    color: #344054;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.shopping-card__content-top .product__title a:hover {
    color: #74bf43;
}
.shopping-card__content-top .product__price {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #344054;
    margin-bottom: 0;
    max-width: 70px;
}
@media screen and (max-width: 479px) {
    .shopping-card__content-top .product__price {
        font-size: 13px;
    }
}
.shopping-card__content-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-card__content-bottom .quantity {
    width: 77px;
    height: 28px;
    border-radius: 6px;
    padding: 4px 6px;
    background: transparent;
    border: 1px solid #d0d5dd;
}
.shopping-card__content-bottom .quantity__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shopping-card__content-bottom .quantity button .bar {
    background: #667085;
    width: 10px;
}
.shopping-card__content-bottom .quantity button .bar::before {
    background: #667085;
    height: 10px;
    right: 4px;
}
.shopping-card__content-bottom .quantity .qnttinput {
    color: #667085;
    font-size: 14px;
}
@media screen and (max-width: 479px) {
    .shopping-card__content-bottom .quantity .qnttinput {
        font-size: 13px;
    }
}
.shopping-card__content-bottom .stock__item {
    margin-left: 10px;
}
@media screen and (max-width: 479px) {
    .shopping-card__content-bottom .stock__item {
        font-size: 13px;
        margin-left: 8px;
    }
}
.shopping-card .action__btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    width: auto;
    background: transparent;
    cursor: pointer;
}
@media screen and (max-width: 375px) {
    .shopping-card .action__btn span {
        display: none;
    }
}
.shopping-card .action__btn:focus {
    border: none;
    outline: none;
}
.shopping-card .action__btn svg {
    width: 16px;
    height: auto;
    margin-right: 6px;
}
.shopping-card .action__btn:hover {
    color: #74bf43;
}
.shopping-card .action__btn:hover svg path {
    stroke: #74bf43;
}
.shopping-card__v2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shopping-card__v2 .shopping-card__image {
    height: 60px;
    width: 60px;
}
.shopping-card__v2 .shopping-card__content-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shopping-card__v2 .shopping-card__content-top .product__title {
    max-width: 84%;
    line-height: 20px;
    color: #667085;
}
.shopping-card__v2 .shopping-card__content .qty {
    color: #667085;
}

.stock__item {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #12b76a;
}

/*********************************
/* MiniCart End
*********************************/
/*********************************
/* FlyOut Menu Start
*********************************/
.flyoutMenu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.flyoutMenu.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.flyoutMenu.active .flyout__flip {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.flyoutMenu .flyout__flip {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: -200px;
    background: #fff;
    width: 360px;
    height: 100%;
    -webkit-box-shadow: 0px 14px 40px 0px rgba(115, 115, 115, 0.1490196078);
    box-shadow: 0px 14px 40px 0px rgba(115, 115, 115, 0.1490196078);
    padding: 0px 25px;
    z-index: 99999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 479px) {
    .flyoutMenu .flyout__flip {
        width: 370px;
    }
}
@media screen and (max-width: 375px) {
    .flyoutMenu .flyout__flip {
        width: 310px;
    }
}
.flyoutMenu .flyout__inner .menu__header-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 9px;
}
.flyoutMenu .flyout__inner .menu__header-top .closest__btn {
    cursor: pointer;
    width: auto;
}
.flyoutMenu .flyout-main__menu {
    margin-top: 16px;
}
.flyoutMenu .flyout-main__menu li {
    position: relative;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #eaecf0;
}
.flyoutMenu .flyout-main__menu li a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #667085;
    display: block;
    line-height: 24px;
    padding: 0px 0;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}
.flyoutMenu .flyout-main__menu li a:hover, .flyoutMenu .flyout-main__menu li a.active {
    color: #74bf43;
}
.flyoutMenu .flyout-main__menu li a:hover::after, .flyoutMenu .flyout-main__menu li a.active::after {
    color: #74bf43 !important;
}
.flyoutMenu .flyout-main__menu li:last-child a {
    margin-right: 0;
}
.flyoutMenu .flyout-main__menu li.has__dropdown a {
    position: relative;
}
.flyoutMenu .flyout-main__menu li.has__dropdown a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #667085;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flyoutMenu .flyout-main__menu li .sub__menu {
    position: relative;
    background: #fff;
    z-index: 99;
    padding-left: 16px;
    margin-top: 8px;
    display: none;
}
.flyoutMenu .flyout-main__menu li .sub__menu li {
    padding: 0;
    border: none;
}
.flyoutMenu .flyout-main__menu li .sub__menu li:last-of-type {
    margin-bottom: 0;
}
.flyoutMenu .flyout-main__menu li .sub__menu li .title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #667085;
    display: block;
    line-height: 24px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}
.flyoutMenu .flyout-main__menu li .sub__menu li .title::before {
    display: none;
}
.flyoutMenu .flyout-main__menu li .sub__menu li .title::after {
    display: block;
}
.flyoutMenu .flyout-main__menu li .sub__menu li a {
    padding: 7px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #667085;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.flyoutMenu .flyout-main__menu li .sub__menu li a::after {
    display: none;
}
.flyoutMenu .flyout-main__menu li .sub__menu li a:hover, .flyoutMenu .flyout-main__menu li .sub__menu li a.active {
    color: #74bf43;
}
.flyoutMenu .flyout-main__menu li .sub__menu li:last-child a {
    border: none;
}
.flyoutMenu .flyout-main__menu li .sub__sub-menu {
    padding-left: 16px;
    display: none;
}

/*********************************
/* FlyOut Menu End
*********************************/
/*********************************
/* Banner Slider Section Strat
*********************************/
.banner__slider__section {
    padding: 70px 0px 55px;
}

.banner__content h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #403c39;
    margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
    .banner__content h4 {
        font-size: 20px;
    }
}
.banner__content h1 {
    margin-bottom: 0;
}
.banner__content p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #667085;
    margin: 30px 0px 0px;
    max-width: 533px;
}
@media screen and (max-width: 991px) {
    .banner__content p {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .banner__content p {
        font-size: 16px;
    }
}
.banner__content .hero-btn {
    margin-top: 40px;
}
.banner__content .hero-btn .btn {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding: 16px 28px;
}

@media screen and (max-width: 767px) {
    .hero__swiper__slider {
        margin-bottom: 30px;
    }
}
.hero__swiper__slider .swiper-wrapper {
    margin-bottom: 45px;
}
.hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image {
    position: relative;
    height: 100%;
    margin: auto;
    aspect-ratio: 5.7/6.7;
    display: block;
}
@media screen and (max-width: 1440px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image {
        max-width: 550px;
    }
}
@media screen and (max-width: 991px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image {
        aspect-ratio: inherit;
    }
}
.hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
    max-width: 572px;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 320px 40px 40px 40px;
    position: relative;
}
@media screen and (max-width: 1440px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
        max-width: 470px;
        border-radius: 260px 40px 40px 40px;
    }
}
@media screen and (max-width: 1199px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
        max-width: 380px;
        border-radius: 220px 40px 40px 40px;
    }
}
@media screen and (max-width: 575px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
        border-radius: 210px 40px 40px 40px;
    }
}
@media screen and (max-width: 375px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
        border-radius: 190px 40px 40px 40px;
    }
}
.hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image::after {
    content: "";
    position: absolute;
    height: 316px;
    width: 316px;
    bottom: -30px;
    right: 0;
    border-bottom-right-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: transparent;
    border-left-color: transparent;
}
@media screen and (max-width: 1440px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image::after {
        height: 255px;
        width: 255px;
        right: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image::after {
        height: 215px;
        width: 215px;
    }
}
@media screen and (max-width: 991px) {
    .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image::after {
        display: none;
    }
}
.hero__swiper__slider .swiper-button-next,
.hero__swiper__slider .swiper-button-prev {
    top: auto;
    bottom: -7px;
    left: 44%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero__swiper__slider .swiper-button-next::after,
.hero__swiper__slider .swiper-button-prev::after {
    display: none;
}
.hero__swiper__slider .swiper-button-next svg path,
.hero__swiper__slider .swiper-button-prev svg path {
    stroke: #252522;
}
.hero__swiper__slider .swiper-button-next {
    margin-left: 18px;
}
.hero__swiper__slider .swiper-button-prev {
    margin-left: -18px;
}
.hero__swiper__slider .swiper-pagination {
    position: absolute;
    top: 56%;
    bottom: auto;
    right: 0px;
    left: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
    .hero__swiper__slider .swiper-pagination {
        right: 42px;
    }
}
@media (max-width: 1439px) {
    .hero__swiper__slider .swiper-pagination {
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .hero__swiper__slider .swiper-pagination {
        right: 40px;
    }
}
@media screen and (max-width: 575px) {
    .hero__swiper__slider .swiper-pagination {
        right: 5px;
    }
}

/*********************************
/* Banner Slider Section End
*********************************/
/*********************************
/*  Banner Slider v2 Section Start
*********************************/
.single__slide__wrapper {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 16px;
    padding: 95px 63px 100px;
}
@media screen and (max-width: 991px) {
    .single__slide__wrapper {
        padding: 95px 30px 100px;
    }
}

.hero__wrapper {
    position: relative;
    z-index: 9;
    max-width: 400px;
}
.hero__wrapper .hero__subtitle {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.hero__wrapper .hero__title {
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 52.5px;
    letter-spacing: -0.025em;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}
@media screen and (max-width: 479px) {
    .hero__wrapper .hero__title {
        font-size: 40px;
        line-height: 60px;
    }
}
@media screen and (max-width: 375px) {
    .hero__wrapper .hero__title {
        font-size: 35px;
        line-height: 50px;
    }
}
.hero__wrapper .hero__content {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
    .hero__wrapper .hero__content {
        font-size: 16px;
    }
}
.hero__wrapper .hero__btn .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #74bf43;
    font-weight: 600;
    padding: 14px 35px;
}
.hero__wrapper .hero__btn .btn:hover {
    background: #252522;
    color: #fff;
}

.banner__navigation .swiper-button-next,
.banner__navigation .swiper-button-prev {
    top: auto;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner__navigation .swiper-button-next::after,
.banner__navigation .swiper-button-prev::after {
    display: none;
}
.banner__navigation .swiper-button-next svg path,
.banner__navigation .swiper-button-prev svg path {
    stroke: #fff;
}
.banner__navigation .swiper-button-next {
    margin-left: 18px;
}
.banner__navigation .swiper-button-prev {
    margin-left: -18px;
}
.banner__navigation .swiper-pagination {
    position: absolute;
    top: 56%;
    bottom: auto;
    right: 0px;
    left: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*********************************
/*  Banner Section v2 End
*********************************/
/*********************************
/*  Banner Slider v3 Section Start
*********************************/
.banner__slider__section__v3 {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.banner__slider__section__v3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    background-color: rgba(64, 60, 57, 0.25);
    z-index: 0;
}
.banner__slider__section__v3 .banner__content {
    padding: 10% 0;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .banner__slider__section__v3 .banner__content {
        padding: 10% 5%;
    }
}
@media screen and (max-width: 575px) {
    .banner__slider__section__v3 .banner__content {
        padding: 20% 10%;
    }
}
.banner__slider__section__v3 .banner__content span {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 182px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    .banner__slider__section__v3 .banner__content span {
        font-size: 120px;
        line-height: 124px;
    }
}
@media screen and (max-width: 767px) {
    .banner__slider__section__v3 .banner__content span {
        font-size: 96px;
        line-height: 100px;
    }
}
@media screen and (max-width: 575px) {
    .banner__slider__section__v3 .banner__content span {
        font-size: 46px;
        line-height: 56px;
    }
}
.banner__slider__section__v3 .banner__content span.text-stroke {
    -webkit-text-stroke-width: 5px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 575px) {
    .banner__slider__section__v3 .banner__content span.text-stroke {
        -webkit-text-stroke-width: 2px;
    }
}

/*********************************
/*  Banner Slider v3 Section end
*********************************/
/*********************************
/*  Image banner start
*********************************/
.img-banner {
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/banner/about-banner.jpg);
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 16px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .img-banner {
        background-position: left top;
    }
}
.img-banner__inner {
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.23%, rgba(0, 0, 0, 0.1)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) -1.23%, #000000 100%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding: 90px 80px;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .img-banner__inner {
        width: 60%;
        padding: 50px 32px;
    }
}
@media screen and (max-width: 767px) {
    .img-banner__inner {
        width: 100%;
        padding: 50px 32px;
        margin-top: 100%;
    }
}
.img-banner__title {
    color: currentColor;
    margin-bottom: 16px;
}
.img-banner__desc {
    color: currentColor;
}

/*********************************
/*  Banner Section v5 Start
*********************************/
.banner__section__v5 {
    background: #12b76a;
    padding: 180px 0;
    position: relative;
    z-index: 1;
}
.banner__section__v5::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    background: url("../images/banner/banner-5-shape.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .banner__section__v5 {
        padding: 130px 0;
    }
}
@media screen and (max-width: 575px) {
    .banner__section__v5 {
        padding: 90px 0;
    }
}

.banner__wrapper {
    max-width: 780px;
    margin: auto;
    text-align: center;
}
.banner__wrapper .banner__title {
    font-family: "Inter", sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .banner__wrapper .banner__title {
        font-size: 60px;
        line-height: 80px;
    }
}
@media screen and (max-width: 767px) {
    .banner__wrapper .banner__title {
        font-size: 46px;
        line-height: 60px;
    }
}
@media screen and (max-width: 479px) {
    .banner__wrapper .banner__title {
        font-size: 40px;
        line-height: 55px;
    }
}
@media screen and (max-width: 400px) {
    .banner__wrapper .banner__title {
        font-size: 32px;
        line-height: 45px;
    }
}
.banner__wrapper .banner__meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
@media screen and (max-width: 575px) {
    .banner__wrapper .banner__meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.banner__wrapper .banner__meta p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}
.banner__wrapper .banner__meta p:last-of-type {
    margin-right: 0;
}
.banner__wrapper .banner__meta p i {
    margin-right: 8px;
    display: inline-block;
}
@media screen and (max-width: 575px) {
    .banner__wrapper .banner__meta p {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.banner__wrapper .search__form {
    max-width: 100%;
    height: 60px;
    margin-top: 30px;
}
@media screen and (max-width: 479px) {
    .banner__wrapper .search__form {
        height: 50px;
    }
}

/*********************************
/*  Banner Section v5 End
*********************************/
/*********************************
/*  Banner Ads Start
*********************************/
.banner__ads__main {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner__ads__wrapper {
    background: #cce7d9;
    border-radius: 16px;
    padding: 46px 36px;
    position: relative;
    overflow: hidden;
    -ms-flex-preferred-size: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}
@media screen and (max-width: 991px) {
    .banner__ads__wrapper {
        padding: 45px 15px;
    }
}
@media screen and (max-width: 767px) {
    .banner__ads__wrapper {
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    .banner__ads__wrapper:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 575px) {
    .banner__ads__wrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.banner__ads__wrapper:nth-of-type(2) {
    background: -webkit-gradient(linear, left top, left bottom, from(#c9d5d5), to(#f3f9f7)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: linear-gradient(180deg, #c9d5d5 0%, #f3f9f7 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
.banner__ads__wrapper:nth-of-type(2)::after {
    background: rgba(0, 175, 51, 0.1);
    bottom: -100px;
    right: -60px;
    width: 255px;
    height: 255px;
    top: auto;
}
.banner__ads__wrapper:nth-of-type(3) {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(206, 4, 30, 0.2)), to(rgba(206, 4, 30, 0.2))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: linear-gradient(0deg, rgba(206, 4, 30, 0.2), rgba(206, 4, 30, 0.2)), linear-gradient(0deg, #ffffff, #ffffff);
}
.banner__ads__wrapper:nth-of-type(3)::after {
    background: #ffb2b2;
    bottom: -70px;
    right: -45px;
    width: 261px;
    height: 261px;
    top: auto;
}
.banner__ads__wrapper::after {
    content: "";
    position: absolute;
    top: -31px;
    right: -70px;
    height: 179px;
    width: 179px;
    background: #5d9a7a;
    border-radius: 50%;
}
.banner__ads__wrapper .banner__ads__single__item {
    position: relative;
    z-index: 9;
}
.banner__ads__wrapper .banner__ads__single__item .banner__ads__subtitle {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    color: #74bf43;
    display: block;
    margin-bottom: 9px;
}
.banner__ads__wrapper .banner__ads__single__item .banner__ads__title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #252522;
    display: block;
    margin-bottom: 0;
}
.banner__ads__wrapper .banner__ads__single__item .shop__btn {
    margin-top: 17px;
}
.banner__ads__wrapper .banner__ads__single__item .shop__btn .btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 16px;
}
.banner__ads__wrapper .banner__ads__image {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    max-width: 210px;
}
.banner__ads__wrapper .banner__ads__image img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner__ads__wrapper:hover .banner__ads__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.banner__ads__wrapper__v2 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

/*********************************
/*  Banner Ads End
*********************************/
/*********************************
/*  Hero Banner Ads Start
*********************************/
.hero__banner__ads .banner__ads__wrapper {
    margin-bottom: 30px;
}
.hero__banner__ads .banner__ads__wrapper:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .hero__banner__ads .banner__ads__wrapper {
        margin: 30px 0px 0px;
    }
}

/*********************************
/*  Hero Banner Ads End
*********************************/
/*********************************
/*  Category Start
*********************************/
.category-card {
    text-align: center;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    padding: 30px 20px 20px;
    display: block;
    margin-bottom: 60px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.category-card__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.category-card__image img {
    width: 70px;
    height: 70px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.category-card__title {
    margin-top: 18px;
}
.category-card__title h5 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0;
}
.category-card:hover {
    border-color: #74bf43;
}
.category-card:hover .category-card__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.swiper__pagination .swiper-button-next,
.swiper__pagination .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 18px;
}
.swiper__pagination .swiper-button-next::after,
.swiper__pagination .swiper-button-prev::after {
    display: none;
}
.swiper__pagination .swiper-button-next svg path,
.swiper__pagination .swiper-button-prev svg path {
    stroke: #252522;
}
.swiper__pagination .swiper-button-next {
    margin-left: 18px;
}
.swiper__pagination .swiper-button-prev {
    margin-left: -18px;
}
.swiper__pagination .swiper-pagination-progressbar {
    top: auto;
    bottom: 20px;
    width: 95%;
    left: 89px;
    height: 1px;
    background: #eaecf0;
}
.swiper__pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #667085;
}

/*********************************
/*  Category End
*********************************/
/*********************************
/*  Product Start
*********************************/
.product-card {
    margin-bottom: 60px;
}
.product-card .product__image__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background: #f8f8f8;
    border-radius: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card .product__image__wrapper .product__image {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card .product__image__wrapper .product__image img {
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    border-radius: 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-card .product__image__wrapper .product__actions {
    position: absolute;
    right: 15px;
    top: 15px;
}
.product-card .product__image__wrapper .product__actions .action__btn {
    height: 30px;
    width: 30px;
    color: #403c39;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-card .product__image__wrapper .product__actions .action__btn svg {
    margin-right: 0;
}
.product-card .product__image__wrapper .product__actions .action__btn:nth-of-type(1) {
    z-index: 1;
    top: -7px;
}
.product-card .product__image__wrapper .product__actions .action__btn:nth-of-type(2) {
    top: 0px;
}
.product-card .product__image__wrapper .product__actions .action__btn:nth-of-type(3) {
    top: 0px;
}
.product-card .product__image__wrapper .product__actions .action__btn:last-of-type {
    margin-bottom: 0;
}
.product-card .product__image__wrapper .product__actions .action__btn:hover {
    border-color: #74bf43;
}
.product-card .product__image__wrapper .badge {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
    background: #74bf43;
    min-width: 38px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.product-card .product__image__wrapper__v2 {
    height: 100%;
    max-height: 100%;
}
.product-card .product__image__wrapper__v2 .product__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-card .product__image__wrapper__v2 .badge {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    padding: 6px 12px;
    left: 20px;
    top: 20px;
}
.product-card .product__content {
    margin-top: 16px;
}
.product-card .product__content .product__rating {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
.product-card .product__content .product__rating ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    list-style: none;
}
.product-card .product__content .product__rating ul li {
    font-size: 11px;
    color: #ffd600;
    height: 14px;
    width: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card .product__content .product__title {
    margin-top: 2px;
    margin-bottom: 16px;
}
.product-card .product__content .product__title h5 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #252522;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1440px) {
    .product-card .product__content .product__title h5 {
        font-size: 14px;
        line-height: 22px;
    }
}
.product-card .product__content .product__title h5 a {
    color: #252522;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-card .product__content .product__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.product-card .product__content .product__price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #403c39;
}
@media screen and (max-width: 1440px) {
    .product-card .product__content .product__price {
        font-size: 13px;
    }
}
.product-card .product__content .product__price del {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 6px;
    display: block;
    color: #98a2b3;
}
@media screen and (max-width: 1440px) {
    .product-card .product__content .product__price del {
        font-size: 11px;
    }
}
.product-card .product__content .total__rating {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #98a2b3;
    margin-left: 2px;
    display: inline-block;
}
.product-card .product__content__v2 .cart__action__btn .cart__btn .btn {
    width: 244px;
    height: 40px;
}
@media screen and (max-width: 1440px) {
    .product-card .product__content__v2 .cart__action__btn .cart__btn .btn {
        padding: 7px;
        width: 100px;
        font-size: 14px;
    }
}
.product-card .product__content__v2 .cart__action__btn .cart__quantity {
    width: 244px;
}
@media screen and (max-width: 1440px) {
    .product-card .product__content__v2 .cart__action__btn .cart__quantity {
        width: 100px;
    }
}
.product-card:hover .product__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-card:hover .product__title h5 a {
    color: #74bf43;
}
.product-card:hover .product__actions .action__btn {
    opacity: 1;
    visibility: visible;
}
.product-card:hover .product__actions .action__btn:nth-of-type(1) {
    top: 0px;
}
.product-card:hover .product__actions .action__btn:nth-of-type(2) {
    top: 38px;
}
.product-card:hover .product__actions .action__btn:nth-of-type(3) {
    top: 76px;
}

.cart__action__btn {
    position: relative;
}
.cart__action__btn .cart__btn .btn {
    width: 120px;
    height: 40px;
}
@media screen and (max-width: 1440px) {
    .cart__action__btn .cart__btn .btn {
        padding: 7px;
        width: 100px;
        font-size: 14px;
    }
}
.cart__action__btn .cart__quantity {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}
@media screen and (max-width: 1440px) {
    .cart__action__btn .cart__quantity {
        width: 100px;
    }
}

.product-card__wrapper {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
@media screen and (max-width: 767px) {
    .product-card__wrapper {
        margin-left: 0;
        margin-right: 0;
        padding: 0 7.5px;
    }
}
.product-card__wrapper .product-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
    .product-card__wrapper .product-card {
        padding: 0 7.5px;
    }
}
@media screen and (max-width: 575px) {
    .product-card__wrapper .product-card {
        margin-bottom: 15px;
    }
}
.product-card__wrapper.items-1-5 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
@media screen and (max-width: 767px) {
    .product-card__wrapper.items-1-5 {
        margin-left: -7.5px;
        margin-right: -7.5px;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .product-card__wrapper.items-1-5 {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 1200px) {
    .product-card__wrapper.items-1-5 .product-card {
        width: 20%;
    }
}

/*********************************
/* Quantity Start
*********************************/
.quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
    width: 120px;
    height: 40px;
    background: #74bf43;
    color: #fff;
}
.quantity > input[type=number] {
    border: none;
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    color: currentColor;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.quantity .incressQnt,
.quantity .decressQnt {
    cursor: pointer;
    background: transparent;
    height: 15px;
    width: 15px;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: currentColor;
}
.quantity .incressQnt .bar,
.quantity .decressQnt .bar {
    position: absolute;
    top: 50%;
    height: 2px;
    width: 15px;
    background: currentColor;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background-image: none;
    border-radius: 8px;
}
@media screen and (max-width: 1440px) {
    .quantity .incressQnt .bar,
    .quantity .decressQnt .bar {
        width: 12px;
    }
}
.quantity .incressQnt .bar::before,
.quantity .decressQnt .bar::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 15px;
    width: 2px;
    background: currentColor;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
    background-image: none;
    border-radius: 8px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1440px) {
    .quantity .incressQnt .bar::before,
    .quantity .decressQnt .bar::before {
        height: 12px;
        right: 5px;
    }
}
.quantity .decressQnt .bar::before {
    display: none;
}
.quantity--outline {
    background: transparent;
    border: 1px solid #eaecf0;
    color: #667085;
}

/*********************************
/* Quantity End
*********************************/
/*********************************
/*  Product End
*********************************/
/*********************************
/* Tabs Start
*********************************/
.tabs__wrapper .tabs__filter .nav {
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 479px) {
    .tabs__wrapper .tabs__filter .nav {
        margin-top: 20px;
    }
}
.tabs__wrapper .tabs__filter .nav-item {
    margin-right: 38px;
}
.tabs__wrapper .tabs__filter .nav-item:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .tabs__wrapper .tabs__filter .nav-item {
        margin-right: 15px;
    }
}
.tabs__wrapper .tabs__filter .nav-link {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #252522;
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tabs__wrapper .tabs__filter .nav-link:hover, .tabs__wrapper .tabs__filter .nav-link.active {
    border: none;
    color: #74bf43;
}
.tabs__wrapper__v2 .tabs__filter .nav-link {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #98a2b3;
}
@media screen and (max-width: 767px) {
    .tabs__wrapper__v2 .tabs__filter .nav-link {
        font-size: 30px;
    }
}
@media screen and (max-width: 575px) {
    .tabs__wrapper__v2 .tabs__filter .nav-link {
        line-height: 34px;
    }
}
.tabs__wrapper__v2 .tabs__filter .nav-link:hover, .tabs__wrapper__v2 .tabs__filter .nav-link.active {
    border: none;
    color: #252522;
}
.tabs__wrapper--v3 .tabs__filter {
    border-bottom: 1px solid #eaecf0;
}
.tabs__wrapper--v3 .tabs__filter .nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tabs__wrapper--v3 .tabs__filter .nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #98a2b3;
    background: transparent;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
    .tabs__wrapper--v3 .tabs__filter .nav-link {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .tabs__wrapper--v3 .tabs__filter .nav-link {
        font-size: 14px;
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 479px) {
    .tabs__wrapper--v3 .tabs__filter .nav-link::after {
        display: none;
    }
}
.tabs__wrapper--v3 .tabs__filter .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1px;
    background: #74bf43;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tabs__wrapper--v3 .tabs__filter .nav-link:hover, .tabs__wrapper--v3 .tabs__filter .nav-link.active {
    color: #252522;
}
.tabs__wrapper--v3 .tabs__filter .nav-link:hover::after, .tabs__wrapper--v3 .tabs__filter .nav-link.active::after {
    width: 100%;
}

/*********************************
/* Tabs End
*********************************/
/*********************************
/*  Product List item Start
*********************************/
.product-card--inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.product-card--inline .product__image {
    position: relative;
    width: 72px;
    height: 72px;
    background: #f8f8f8;
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}
.product-card--inline .product__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    border-radius: 12px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-card--inline .product__content {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-card--inline .product__title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #252522;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-card--inline .product__title a {
    color: currentColor;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-card--inline .product__title a:hover {
    color: #74bf43;
}
.product-card--inline .product__info {
    list-style: none;
}
.product-card--inline .product__info .info-item {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    color: #98a2b3;
    padding-right: 6px;
    border-right: 1px solid #98a2b3;
}
.product-card--inline .product__info .info-item:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.product-card--inline .product__price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    color: #98a2b3;
}
.product-card--inline .product__price del {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 6px;
    display: block;
    color: #98a2b3;
}
@media screen and (max-width: 1440px) {
    .product-card--inline .product__price del {
        font-size: 11px;
    }
}
.product-card--inline-v2 {
    padding: 20px 0;
    border-bottom: 1px solid rgb(234, 236, 240);
}
.product-card--inline-v2:last-of-type {
    padding-bottom: 0;
    border: none;
}
.product-card--inline-v2 .product__image {
    width: 77px;
    height: 80px;
    background: #f2f4f7;
}
.product-card--inline-v2 .product__date {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #98a2b3;
    margin-bottom: 5px;
}
.product-card--inline-v2 .product__title {
    color: #475467;
    max-width: 130px;
    display: block;
}

.product-list {
    padding: 16px 16px 16px 28px;
    border-radius: 16px;
    border: 1px solid #eaecf0;
}
@media screen and (max-width: 1440px) {
    .product-list {
        padding: 14px;
    }
}
@media screen and (max-width: 1199px) {
    .product-list {
        margin-top: 24px;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1199px) {
    .product-list__inner {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.product-list__title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
    color: #000000;
}
.product-list .product-card--inline {
    padding: 20px 0;
    border-top: 1px solid #eaecf0;
}
.product-list .product-card--inline:last-of-type {
    padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
    .product-list .product-card--inline {
        width: 100%;
        max-width: calc(50% - 10px);
        border: 1px solid #eaecf0;
        border-radius: 8px;
        margin-bottom: 16px;
        padding: 16px;
    }
    .product-list .product-card--inline:last-of-type {
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 575px) {
    .product-list .product-card--inline {
        width: 100%;
        max-width: inherit;
    }
}

/*********************************
/*  Product List item Start
*********************************/
.rating {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.rating a {
    font-size: 11px;
    color: #ffd600;
    height: 14px;
    width: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rating ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    list-style: none;
}
.rating ul li {
    font-size: 11px;
    color: #ffd600;
    height: 14px;
    width: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rating .total__rating a,
.rating .total__rating {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    height: auto;
    width: auto;
    color: #98a2b3;
    margin-left: 2px;
    display: inline-block;
}
.rating__v2 a {
    font-size: 14px;
    height: 19px;
    width: 19px;
}

/* ============================ */
/* icon-box Start */
/* ============================ */
.icon-box {
    padding: 30px;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.icon-box__content {
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    .icon-box__content {
        margin-top: 16px;
    }
}
.icon-box__icon {
    color: rgba(52, 64, 84, 0.24);
}
.icon-box__icon.text {
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: rgba(52, 64, 84, 0.24);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.icon-box__title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    margin-bottom: 0;
}
.icon-box__desc {
    margin-top: 16px;
    margin-bottom: 0;
}
.icon-box__btn {
    margin-top: 16px;
}
.icon-box:hover {
    border-color: #74bf43;
}
.icon-box:hover .icon-box__icon {
    color: rgba(235, 94, 40, 0.24);
}
.icon-box:hover .icon-box__icon.text {
    color: rgba(235, 94, 40, 0.24);
}

.what-we-provide .icon-box__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}
@media screen and (max-width: 767px) {
    .what-we-provide .icon-box__wrapper {
        margin-top: 32px;
    }
}
.what-we-provide .icon-box__wrapper .icon-box__col {
    padding: 0 15px;
    width: 50%;
}
@media screen and (max-width: 991px) {
    .what-we-provide .icon-box__wrapper .icon-box__col {
        width: 100%;
    }
}

/*********************************
/*  Product Collection Start
*********************************/
.product__collection__item {
    position: relative;
}
@media screen and (max-width: 991px) {
    .product__collection__item {
        margin-bottom: 30px;
    }
}
.product__collection__item .product__collection__image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    max-height: 100%;
    height: 273px;
}
.product__collection__item .product__collection__image img {
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product__collection__item .product__collection__content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product__collection__item .product__collection__content .product__content__wrapper {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: calc(100% - 50px);
    border-radius: 8px;
}
.product__collection__item .product__collection__content .product__content__wrapper span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
    display: block;
}
.product__collection__item .product__collection__content .product__content__wrapper h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin: 7px 0px;
}
@media screen and (max-width: 1199px) {
    .product__collection__item .product__collection__content .product__content__wrapper h4 {
        font-size: 18px;
    }
}
.product__collection__item:hover .product__collection__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*********************************
/*  Product Collection End
*********************************/
/*********************************
/*  Feature Start
*********************************/
.feature__section {
    padding: 90px 0;
}

.feature__single__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    border-radius: 16px;
}
@media screen and (max-width: 1440px) {
    .feature__single__item {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 1199px) {
    .feature__single__item {
        margin-bottom: 30px;
    }
}
.feature__single__item .feature__image {
    margin-right: 15px;
}
.feature__single__item .feature__image img {
    height: 54px;
    width: 53px;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.feature__single__item .feature__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #403c39;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
    .feature__single__item .feature__content p {
        font-size: 13px;
    }
}
.feature__single__item .feature__title {
    font-size: 22px;
    color: #403c39;
    line-height: 24px;
    display: block;
    margin-bottom: 6px;
}
@media screen and (max-width: 1440px) {
    .feature__single__item .feature__title {
        font-size: 18px;
    }
}
@media screen and (max-width: 479px) {
    .feature__single__item .feature__title {
        font-size: 18px;
    }
}
.feature__single__item:hover .feature__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*********************************
/*  Feature End
*********************************/
/*********************************
/*  CtaBox Start
*********************************/
.call__to__action {
    background: url("../images/ctabox/cta-bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.cta__box__wrapper {
    background: rgba(255, 255, 255, 0.33);
    border-radius: 16px;
    padding: 60px 160px;
}
@media screen and (max-width: 991px) {
    .cta__box__wrapper {
        padding: 60px 30px;
    }
}
@media screen and (max-width: 375px) {
    .cta__box__wrapper {
        padding: 30px 15px;
    }
}
.cta__box__wrapper .cta__title {
    color: #344054;
    display: block;
    margin-bottom: 24px;
}
@media screen and (max-width: 375px) {
    .cta__box__wrapper .cta__title {
        font-size: 25px;
    }
}
.cta__box__wrapper .cta__content {
    font-size: 18px;
    line-height: 28px;
    color: #98a2b3;
    margin-bottom: 0;
    max-width: 670px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .cta__box__wrapper .cta__content {
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) {
    .cta__box__wrapper .cta__content {
        font-size: 14px;
    }
}

.cta__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 40px;
}
@media screen and (max-width: 375px) {
    .cta__form {
        display: block;
    }
}
.cta__form label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
    display: block;
    text-align: left;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.cta__form .form-control {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: #fff;
    color: #667085;
    display: block;
    padding: 12px 21px;
    max-width: 344px;
    border-radius: 8px;
    border: 1px solid #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cta__form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #74bf43;
}
.cta__form .form-control::-webkit-input-placeholder {
    text-transform: capitalize;
}
.cta__form .form-control::-moz-placeholder {
    text-transform: capitalize;
}
.cta__form .form-control:-ms-input-placeholder {
    text-transform: capitalize;
}
.cta__form .form-control::-ms-input-placeholder {
    text-transform: capitalize;
}
.cta__form .form-control::placeholder {
    text-transform: capitalize;
}
.cta__form .btn {
    padding: 13px 40px;
    margin-left: 12px;
}
@media screen and (max-width: 575px) {
    .cta__form .btn {
        padding: 13px 20px;
    }
}
@media screen and (max-width: 375px) {
    .cta__form .btn {
        width: 100%;
        margin: 10px 0px 0px;
    }
}

/*********************************
/*  CtaBox End
*********************************/
/*********************************
/* Accordion Start
**********************************/
.accordion__wrapper {
    display: none;
}
@media screen and (max-width: 767px) {
    .accordion__wrapper {
        display: block;
    }
}
.accordion__wrapper .accordion-item {
    background: #fff;
    border: none;
    border-radius: 8px !important;
    margin-bottom: 20px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(171, 171, 171, 0.2);
    box-shadow: 0px 0px 10px rgba(171, 171, 171, 0.2);
}
.accordion__wrapper .accordion-header .accordion-button {
    font-family: "Inter", sans-serif;
    background: #fff;
    font-size: 16px;
    color: #252522;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    border-radius: 8px !important;
    display: block;
    padding-right: 30px;
}
.accordion__wrapper .accordion-header .accordion-button:not(.collapsed) {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion__wrapper .accordion-header .accordion-button:not(.collapsed)::before {
    height: 0;
}
.accordion__wrapper .accordion-header .accordion-button::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 16px;
    background: #74bf43;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    background-image: none;
}
.accordion__wrapper .accordion-header .accordion-button::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 16px;
    width: 2px;
    background: #74bf43;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 27px;
    background-image: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.accordion__wrapper .accordion-header .accordion-button:hover {
    z-index: inherit;
}
.accordion__wrapper .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion__wrapper .accordion-body {
    padding: 10px;
}
.accordion__wrapper .accordion-body .footer__widget {
    display: block;
    padding-bottom: 0;
}
.accordion__wrapper .accordion-body p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #403c39;
    margin-bottom: 0;
}

/*********************************
/* Accordion End
**********************************/
/*********************************
/* Payment Accordion Start
**********************************/
.payment__wrapper {
    display: block;
}
.payment__wrapper .accordion-item {
    border: 1px solid #eaecf0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1px 2px;
}
.payment__wrapper .accordion-header .accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.payment__wrapper .accordion-header .accordion-button img {
    width: auto;
    height: 30px;
    margin-right: 12px;
}
.payment__wrapper .accordion-header .accordion-button:not(.collapsed) {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.payment__wrapper .accordion-header .accordion-button:not(.collapsed)::before {
    height: 10px;
    width: 10px;
    background: #74bf43;
}
.payment__wrapper .accordion-header .accordion-button::after {
    content: "";
    height: 18px;
    width: 18px;
    border: 2px solid #74bf43;
    border-radius: 50%;
    background: transparent;
}
.payment__wrapper .accordion-header .accordion-button::before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    right: 24px;
    background: transparent;
}
.payment__wrapper .accordion-header .accordion-button:hover {
    z-index: inherit;
}
.payment__wrapper .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.payment__wrapper .accordion-body {
    padding: 10px;
}
.payment__wrapper .accordion-body .footer__widget {
    display: block;
    padding-bottom: 0;
}
.payment__wrapper .accordion-body p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #403c39;
    margin-bottom: 0;
}

/*********************************
/* Payment Accordion End
**********************************/
/*********************************
/*  Counter Start
*********************************/
.counter {
    color: #fff;
}
.counter__num {
    color: #74bf43;
    margin-bottom: 8px;
}
.counter__num span {
    margin-right: -6px;
}
.counter__title {
    color: currentColor;
}
.counter--center {
    text-align: center;
}
.counter--right {
    text-align: right;
}

.counter__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.counter__wrapper .counter {
    margin-top: 40px;
}

/*********************************
/*  Counter end
*********************************/
.category-sidebar__inner {
    border: 1px solid #eaecf0;
    padding: 20px 25px;
    border-radius: 8px;
}
.category-sidebar__inner .accordion-item {
    border: none;
}
.category-sidebar__inner .accordion-item:not(:first-child) .accordion-button {
    margin-top: 12px;
}
.category-sidebar__inner .accordion-button {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eaecf0;
    padding: 0;
    padding-bottom: 8px;
    text-transform: capitalize;
}
.category-sidebar__inner .accordion-button:not(.collapsed)::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.category-sidebar__inner .accordion-button::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #74bf43;
    font-size: 14px;
    top: 50%;
    height: auto;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 20px;
    background-image: none;
}
.category-sidebar__inner .accordion-button::after, .category-sidebar__inner .accordion-button::before {
    margin-top: -4px;
}
.category-sidebar__inner .accordion-body {
    list-style: none;
    padding: 10px 0;
}
.category-sidebar__inner .accordion-body li {
    color: #667085;
}
.category-sidebar__inner .accordion-body li a {
    color: currentColor;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 7.5px 0;
}
.category-sidebar__inner .accordion-body li a:hover, .category-sidebar__inner .accordion-body li a.active {
    color: #74bf43;
}

/*********************************
/*  Archive page (Categories)
*********************************/
@media screen and (max-width: 575px) {
    .archive-category {
        overflow: hidden;
    }
}
@media screen and (max-width: 575px) {
    .archive-category .section-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.archive-category .section-title__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.archive-category__inner {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .archive-category__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.archive-category .category-sidebar {
    width: 100%;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    min-width: 270px;
}
@media screen and (max-width: 767px) {
    .archive-category .category-sidebar {
        margin-bottom: 30px;
    }
}
.archive-category .product-card__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 1199px) {
    .archive-category .product-card__wrapper .product-card {
        width: 33.33%;
    }
}
@media screen and (max-width: 991px) {
    .archive-category .product-card__wrapper .product-card {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .archive-category .product-card__wrapper .product-card {
        width: 33.33%;
    }
}
@media screen and (max-width: 575px) {
    .archive-category .product-card__wrapper .product-card {
        width: 50%;
    }
}
@media screen and (max-width: 375px) {
    .archive-category .product-card__wrapper .product-card {
        width: 100%;
    }
}

/*********************************
/*  Archive Filter design
*********************************/
.filter__area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .filter__area {
        display: block;
    }
}

.product-filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .product-filter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shortBy-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}
.shortBy-select label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #98a2b3;
}
.shortBy-select .nice-select {
    background: transparent;
    border: none;
    padding: 0;
    color: #344054;
    width: 120px;
    margin-left: 5px;
    height: 40px;
    line-height: 40px;
}

.filtered-query {
    width: 100%;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 12px;
}
@media screen and (max-width: 767px) {
    .filtered-query {
        border-top: 0.5px solid rgba(234, 236, 240, 0.5);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.filtered-query li {
    padding: 2px 12px;
    border-radius: 99px;
    border: 1px solid #eaecf0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #98a2b3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 14px 0 0;
    text-transform: capitalize;
}
@media screen and (max-width: 479px) {
    .filtered-query li {
        margin: 10px 5px 0 0;
        font-size: 12px;
    }
}
.filtered-query li > *:not(:last-child) {
    margin-right: 6px;
}
.filtered-query li .color {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    color: transparent;
}
.filtered-query li .action {
    color: currentColor;
    font-size: 1.2em;
    font-weight: 600;
}
.filtered-query li.clearAll {
    color: #98a2b3;
    border: none;
}
.filtered-query li.clearAll a {
    font-weight: 400;
    color: currentColor;
    text-decoration: underline;
    text-decoration-color: #000000;
    text-underline-offset: 3px;
}

.color {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    color: transparent;
}

/*********************************
/*  Archive Seach page design
*********************************/
.partner__item {
    width: 100%;
    padding: 23px;
    border-radius: 16px;
    border: 1px solid #eaecf0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partner__item img {
    width: 106px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

/*********************************
/*  Cart Section Start
*********************************/
@media screen and (max-width: 991px) {
    .cart__form {
        overflow-x: scroll;
    }
}
.cart__form::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.cart__form::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #74bf43;
    box-shadow: inset 0 0 4px #74bf43;
    border-radius: 30px;
}
.cart__form::-webkit-scrollbar-thumb {
    background-color: #74bf43;
    border-radius: 10px;
}
.cart__form--v2 {
    border: 1px solid #eaecf0;
    border-radius: 8px;
    margin-bottom: 32px;
}
.cart__form--v2:last-of-type {
    margin-bottom: 0;
}
.cart__form table {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .cart__form table {
        width: 750px;
        overflow: hidden;
    }
}
.cart__form table td {
    border-bottom: 1px solid #eaecf0;
    color: #667085;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    padding: 15px;
}
.cart__form table td h6 {
    color: #252522;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 20px;
}
@media screen and (max-width: 991px) {
    .cart__form table td {
        font-size: 14px;
    }
}
.cart__form thead tr {
    background: #f2f4f7;
}
.cart__form thead tr th {
    font-family: "Inter", sans-serif;
    color: #475467;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    text-transform: capitalize;
}
.cart__form thead tr th:first-of-type {
    border-radius: 8px 0px 0px 8px;
    padding: 15px 20px;
}
.cart__form thead tr th:last-of-type {
    border-radius: 0px 8px 8px 0px;
}
@media screen and (max-width: 1440px) {
    .cart__form thead tr th {
        padding: 15px 5px;
    }
}
.cart__form thead tr th span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-top: 4px;
}
.cart__form tbody .cart-pd__total {
    color: #475467;
}
.cart__form .status {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #344054;
    background: #f2f4f7;
    border-radius: 40px;
    padding: 4px 10px;
    text-transform: capitalize;
    display: inline-block;
}
.cart__form .cart-pd__thumb {
    text-align: left;
}
.cart__form .cart-pd__thumb .product-card--inline .product__image {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    margin-right: 20px;
}
.cart__form .cart-pd__thumb .product-card--inline .product__image img {
    text-align: center;
    margin: auto;
    width: 90px;
    height: 90px;
}
@media screen and (max-width: 991px) {
    .cart__form .cart-pd__thumb .product-card--inline .product__image img {
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width: 991px) {
    .cart__form .cart-pd__thumb .product-card--inline .product__image {
        width: 80px;
        height: 80px;
    }
}
.cart__form .cart-pd__thumb .product-card--inline .product__title {
    margin-bottom: 6px;
    color: #475467;
    -webkit-line-clamp: 2;
}
.cart__form .cart-pd__thumb .product-card--inline .product__info .stock__item {
    color: #12b76a;
}
.cart__form .cart-pd__thumb .product-card--inline .product__price {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}
.cart__form .cart-pd__thumb .product-card--inline .product__content--v2 .product__title {
    color: #98a2b3;
    font-weight: 400;
    margin-bottom: 16px;
}
.cart__form .cart-pd__thumb .product-card--inline .product__content--v2 .product__title:last-of-type {
    margin-bottom: 0;
}
.cart__form .cart-pd__thumb .product-card--inline .address__title {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 125px;
    height: 100px;
}
.cart__form .cart-pd__thumb .product-card--inline .address__title .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #98a2b3;
    margin-bottom: 0;
    height: 42px;
}
.cart__form .cart-pd__qty .quantity {
    background: transparent;
    border: 1px solid #d0d5dd;
    padding: 11px 15px;
}
@media screen and (max-width: 991px) {
    .cart__form .cart-pd__qty .quantity {
        width: 100px;
    }
}
.cart__form .cart-pd__qty .quantity .qnttinput {
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}
.cart__form .cart-pd__qty .quantity button .bar {
    background: #667085;
    width: 10px;
}
.cart__form .cart-pd__qty .quantity button .bar::before {
    background: #667085;
    height: 10px;
    right: 4px;
}
.cart__form .cart-pd__qty .cart__quantity {
    background: #74bf43 !important;
}
.cart__form .cart-pd__qty .cart__quantity .qnttinput {
    color: #fff;
}
.cart__form .cart-pd__qty .cart__quantity button .bar {
    background: #fff;
}
.cart__form .cart-pd__qty .cart__quantity button .bar::before {
    background: #fff;
}
.cart__form .cart-pd__action .action__btn {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #667085;
    border: none;
    outline: none;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cart__form .cart-pd__action .action__btn svg {
    margin-right: 6px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cart__form .cart-pd__action .action__btn:focus {
    border: none;
    outline: none;
}
.cart__form .cart-pd__action .action__btn:hover {
    color: #74bf43;
}
.cart__form .cart-pd__action .action__btn:hover svg path {
    stroke: #74bf43;
}

.action__btn {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #667085;
    border: none;
    outline: none;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.action__btn svg {
    margin-right: 6px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.action__btn:focus {
    border: none;
    outline: none;
}
.action__btn:hover {
    color: #74bf43;
}
.action__btn:hover svg path {
    stroke: #74bf43;
}

.table-cart__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.table-cart__title .cart-title {
    margin-bottom: 0;
    text-transform: capitalize;
}
.table-cart__title .action__btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #667085;
    border: none;
    outline: none;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.table-cart__title .action__btn svg {
    margin-right: 6px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.table-cart__title .action__btn:focus {
    border: none;
    outline: none;
}
.table-cart__title .action__btn:hover {
    color: #74bf43;
}
.table-cart__title .action__btn:hover svg path {
    stroke: #74bf43;
}

/*********************************
/*  Cart Order Start
*********************************/
.cart-order {
    border: 1px solid #eaecf0;
    padding: 40px;
    border-radius: 16px;
}
@media screen and (max-width: 991px) {
    .cart-order {
        margin-top: 30px;
        padding: 30px;
    }
}
.cart-order__title {
    font-weight: 700;
    margin-bottom: 30px;
    color: #475467;
}
.cart-order .cart__subtotal {
    list-style: none;
    border-bottom: 1px solid #eaecf0;
    padding-bottom: 12px;
}
.cart-order .cart__subtotal li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.cart-order .cart__subtotal li:last-of-type {
    margin-bottom: 0;
}
.cart-order .cart__subtotal li span {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #667085;
}
.cart-order .cart__subtotal__v2 {
    border-top: 1px solid #eaecf0;
    padding-top: 12px;
}
.cart-order .cart__subtotal__v2 li span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.cart-order .cart__total {
    padding-top: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-order .cart__total h3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #475467;
    margin-bottom: 0;
}
.cart-order .cart__total h3 span {
    font-size: 14px;
    line-height: 20px;
}
.cart-order .cart__total .total {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #475467;
}
.cart-order .cart__total__v2 h3 {
    font-size: 14px;
    line-height: 20px;
}
.cart-order .cart__total__v2 h3 span {
    font-size: 10px;
    line-height: 18px;
}
.cart-order .cart__total__v2 .total {
    font-size: 14px;
    line-height: 20px;
}
.cart-order .cart__btns {
    margin-top: 30px;
}
.cart-order .cart__btns .btn {
    width: 100%;
    height: 44px;
    padding: 10px 22px;
    border-radius: 8px;
    margin-bottom: 12px;
}
.cart-order .cart__btns .btn:last-of-type {
    margin-bottom: 0;
}
.cart-order__v2 {
    border: none;
    -webkit-box-shadow: 0px 14px 40px 0px rgba(115, 115, 115, 0.1490196078);
    box-shadow: 0px 14px 40px 0px rgba(115, 115, 115, 0.1490196078);
}

/*********************************
/*  Cart Section End
*********************************/
/*********************************
/*  Product Detail Start
*********************************/
.product-detail {
    font-family: "Inter", sans-serif;
    text-align: left;
}
.product-detail__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #252522;
    text-transform: capitalize;
}
@media screen and (max-width: 991px) {
    .product-detail__title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 575px) {
    .product-detail__title {
        font-size: 18px;
        line-height: 22px;
    }
}
.product-detail__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 21px;
}
@media screen and (max-width: 575px) {
    .product-detail__meta {
        display: block;
        margin: 15px 0;
    }
}
.product-detail__meta .rating ul li {
    font-size: 13px;
    height: 16px;
    width: 16px;
}
.product-detail__meta .rating .total__rating a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #403c39;
}
.product-detail__meta .right-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-detail__meta .right-meta li {
    list-style: none;
    margin-right: 16px;
}
.product-detail__meta .right-meta li:last-of-type {
    margin: 0;
}
@media screen and (max-width: 375px) {
    .product-detail__meta .right-meta li {
        margin-right: 10px;
    }
}
.product-detail__meta .stock__item {
    background: #12b76a;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    padding: 2px 8px;
    display: inline-block;
}
.product-detail__price {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #74bf43;
    margin-top: 12px;
}
@media screen and (max-width: 991px) {
    .product-detail__price {
        font-size: 22px;
        line-height: 24px;
        margin-top: 8px;
    }
}
.product-detail__price del {
    font-size: 0.8em;
    color: #98a2b3;
    margin-left: 8px;
}
.product-detail__short_desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin-top: 14px;
    margin-bottom: 0;
}
.product-detail__attr {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    margin-right: 20px;
}
@media screen and (max-width: 991px) {
    .product-detail__attr {
        margin-top: 12px;
    }
}
.product-detail__attr .product__attr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-detail__attr .product__attr label {
    cursor: pointer;
}
.product-detail__attr .product__attr > span {
    margin-right: 20px;
}
.product-detail__attr .product__attr ul {
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
.product-detail__attr .product__attr ul li {
    display: inline-block;
}
.product-detail__attr .product__attr ul li:not(:last-of-type) {
    margin-right: 10px;
}
@media screen and (max-width: 375px) {
    .product-detail__attr .product__attr ul li:not(:last-of-type) {
        margin-right: 12px !important;
    }
}
.product-detail__attr .product__attr--color li {
    height: 22px;
}
.product-detail__attr .product__attr--color li:not(:last-of-type) {
    margin-right: 16px !important;
}
.product-detail__attr .product__attr--color input[type=radio] {
    display: none;
}
.product-detail__attr .product__attr--color input[type=radio]:checked + label::before {
    border-color: #74bf43;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(235, 94, 40, 0.2509803922);
    box-shadow: 0px 4px 6px 0px rgba(235, 94, 40, 0.2509803922);
}
.product-detail__attr .product__attr--color label {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    margin-top: 3px;
}
.product-detail__attr .product__attr--color label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
    border: 1px solid #eaecf0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-detail__attr .product__attr--size {
        margin-top: 8px;
    }
}
@media screen and (max-width: 375px) {
    .product-detail__attr .product__attr--size {
        margin-top: 8px;
    }
}
.product-detail__attr .product__attr--size li:not(:last-of-type) {
    margin-right: 16px !important;
}
.product-detail__attr .product__attr--size input[type=radio] {
    display: none;
}
.product-detail__attr .product__attr--size input[type=radio]:checked + label {
    background-color: #fcf1f1;
    color: #74bf43;
}
.product-detail__attr .product__attr--size input[type=radio]:checked + label::before {
    border-color: #74bf43;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(235, 94, 40, 0.2509803922);
    box-shadow: 0px 4px 6px 0px rgba(235, 94, 40, 0.2509803922);
}
.product-detail__attr .product__attr--size label {
    width: auto;
    height: 19px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 12px;
    color: #98a2b3;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 575px) {
    .product-detail__attr .product__attr--size label {
        font-size: 14px;
    }
}
.product-detail__attr .product__attr--size label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 6px;
    color: #eaecf0;
    border: 1px solid #eaecf0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-detail__qty {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-detail__qty .quantity .incressQnt .bar,
.product-detail__qty .quantity .decressQnt .bar {
    width: 12px;
}
.product-detail__qty .quantity .incressQnt .bar::before,
.product-detail__qty .quantity .decressQnt .bar::before {
    height: 12px;
    right: 5px;
}
.product-detail__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px -10px 0;
}
@media screen and (max-width: 991px) {
    .product-detail__action {
        margin-top: 20px;
    }
}
.product-detail__action .item {
    width: 50%;
    padding: 0 10px;
}
.product-detail__action .item .btn {
    padding: 13.5px;
    width: 100%;
    text-transform: capitalize;
}
@media screen and (max-width: 575px) {
    .product-detail__action .item .btn {
        padding: 8px;
        font-size: 14px;
    }
}
.product-detail__accordion {
    margin-top: 30px;
}
@media screen and (max-width: 991px) {
    .product-detail__accordion {
        margin-top: 20px;
    }
}
.product-detail__accordion .accordion-item {
    margin-bottom: 16px;
    border: none;
}
.product-detail__accordion .accordion-button {
    border: none;
    padding: 0;
    font-weight: 600;
}
.product-detail__accordion .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-detail__accordion .accordion-button:not(.collapsed) {
    color: #74bf43;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.product-detail__accordion .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-filter: hue-rotate(125deg);
    filter: hue-rotate(125deg);
}
.product-detail__accordion .accordion-body {
    position: relative;
}
@media screen and (max-width: 575px) {
    .product-detail__accordion .accordion-body p {
        font-size: 14px;
    }
}
.product-detail__accordion .accordion-body::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 10px);
    background-color: rgba(235, 94, 40, 0.3);
}
.product-detail--stroke {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    margin-right: 20px;
    margin-right: 20px;
    text-transform: capitalize;
}
@media screen and (max-width: 575px) {
    .product-detail--stroke {
        font-size: 14px;
        line-height: 16px;
    }
}

.product-info {
    margin-top: 60px;
}
@media screen and (max-width: 991px) {
    .product-info {
        margin-top: 40px;
    }
}
.product-info .content__body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    margin-top: 30px;
}
@media screen and (max-width: 575px) {
    .product-info .content__body {
        margin-top: 16px;
    }
    .product-info .content__body p {
        font-size: 14px;
    }
}

.product-detail__wrapper-v2 {
    padding: 30px 15px 30px 0px;
}
@media screen and (max-width: 767px) {
    .product-detail__wrapper-v2 {
        padding: 0 0 40px;
    }
}
.product-detail__wrapper-v2 .product-detail__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
}
.product-detail__wrapper-v2 .product-detail__meta {
    margin: 18px 0 12px;
}
@media screen and (max-width: 575px) {
    .product-detail__wrapper-v2 .product-detail__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.product-detail__wrapper-v2 .product-detail__price {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
}
.product-detail__wrapper-v2 .product-detail__action {
    margin: 30px 0 0;
}

/*********************************
/*  Product Detail End
*********************************/
/* ************************
/*  Product Gallery start
************************* */
.product-gallery {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) {
    .product-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.product-gallery .gallery-item {
    border: 1px solid #eaecf0;
    border-radius: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.product-gallery__thumb {
    width: 100%;
    height: 560px;
    -ms-flex-preferred-size: 156px;
    flex-basis: 156px;
    margin-right: 20px;
}
@media screen and (max-width: 1440px) {
    .product-gallery__thumb {
        height: inherit;
        margin-right: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-gallery__thumb {
        margin-right: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .product-gallery__thumb {
        margin-right: 0;
        margin: 20px 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.product-gallery__thumb .swiper-slide-active .gallery-item, .product-gallery__thumb .swiper-slide:hover .gallery-item {
    border-color: #74bf43;
}
.product-gallery__thumb .gallery-item {
    width: 100%;
    aspect-ratio: 15/12;
    padding: 12px;
}
.product-gallery__main {
    width: 100%;
    max-height: 560px;
    aspect-ratio: 4/4.5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.product-gallery__main .gallery-item {
    width: 100%;
    height: 100%;
    padding: 50px;
    border-color: transparent;
}
@media screen and (max-width: 991px) {
    .product-gallery__main .gallery-item {
        padding: 32px;
    }
}
@media screen and (max-width: 575px) {
    .product-gallery__main .gallery-item {
        padding: 24px;
    }
}
.product-gallery__v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #eaecf0;
    padding: 20px 20px 20px 5px;
}
@media screen and (max-width: 767px) {
    .product-gallery__v2 {
        border: none;
        padding: 40px 0 0;
    }
}
@media screen and (max-width: 575px) {
    .product-gallery__v2 {
        max-width: 300px;
        margin: auto;
    }
}
.product-gallery__v2 .product-gallery__thumb {
    margin-right: 0;
    margin-top: 20px;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px;
}
.product-gallery__v2 .product-gallery__thumb .swiper-wrapper,
.product-gallery__v2 .product-gallery__thumb .swiper-slide {
    height: 100px;
}
.product-gallery__v2 .product-gallery__main {
    border: none;
}
@media screen and (max-width: 767px) {
    .product-gallery__v2 .product-gallery__main {
        border: 1px solid #eaecf0;
    }
}

/* ************************
/*  Product Gallery End
************************* */
.wishlist__btn,
.share__btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #403c39;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.wishlist__btn svg,
.share__btn svg {
    margin-right: 4px;
    width: 16px;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.wishlist__btn:hover,
.share__btn:hover {
    color: #74bf43;
}
.wishlist__btn:hover svg path,
.share__btn:hover svg path {
    stroke: #74bf43;
}

/* **************************************
/*  Product Peview Modal Start
*****************************************/
.product__modal {
    background: rgba(0, 0, 0, 0.8);
}
.product__modal .modal-dialog {
    max-width: 960px;
}
.product__modal .modal-dialog-centered {
    height: 665px;
}
@media screen and (max-width: 767px) {
    .product__modal .modal-dialog-centered {
        height: auto;
    }
}
.product__modal .modal-body {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__modal .modal-content {
    border: none;
    border-radius: 16px;
}
@media screen and (max-width: 1199px) {
    .product__modal .modal-content {
        margin: 0px 16px;
    }
}
@media screen and (max-width: 479px) {
    .product__modal .modal-content {
        margin: 0px 0px;
    }
}
.product__modal .modal-header {
    padding: 0;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    height: 24px;
    width: 24px;
}
.product__modal .modal-header .btn-close {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}
.product__modal .modal-header .btn-close:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 479px) {
    .product__modal .modal-header {
        top: 10px;
        right: 10px;
    }
}

/* **************************************
/*  Product Peview Modal End
*****************************************/
/*********************************
/* CheckOut Start
**********************************/
.step-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.step-num {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
    padding: 6px 12px;
    background-color: #f2f4f7;
    border-radius: 6px;
    margin-right: 20px;
}

.step-title {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 0;
}

.checkout__form {
    margin-bottom: 150px;
}
.checkout__form:last-of-type {
    margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
    .checkout__form {
        margin-bottom: 50px;
    }
}
.checkout__form input[type=tel] {
    padding-left: 73px;
}
.checkout__form .country-code {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent;
    z-index: 1;
    background: transparent;
}
.checkout__form .input-info__save a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-transform: lowercase;
    color: #74bf43;
}
.checkout__form .final-submit-btn {
    width: 100%;
}
.checkout__form .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 16px;
    color: #252522;
}
.checkout__form .delivery-input {
    display: none;
}
.checkout__form .delivery-input + label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 12px 16px;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    cursor: pointer;
}
.checkout__form .delivery-input + label .icon {
    margin-right: 12px;
}
.checkout__form .delivery-input + label .icon img {
    height: 30px;
}
.checkout__form .delivery-input + label .content .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    color: #344054;
    margin-bottom: 2px;
    display: block;
}
.checkout__form .delivery-input + label .content .desc {
    font-size: 12px;
    font-weight: regular;
    line-height: 18px;
    letter-spacing: 0em;
    color: #667085;
    margin-bottom: 0;
    display: block;
}
.checkout__form .delivery-input + label .price {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    margin-left: auto;
    margin-right: 12px;
    color: #667085;
}
.checkout__form .delivery-input + label .status {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1.5px #344054;
    box-shadow: 0 0 0 1.5px #344054;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.checkout__form .delivery-input:checked + label .status {
    background-color: #74bf43;
    -webkit-box-shadow: 0 0 0 1.5px #74bf43;
    box-shadow: 0 0 0 1.5px #74bf43;
}

.input-dropdown .country-code {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent;
    z-index: 1;
    background: transparent;
}
.input-dropdown input[type=tel] {
    padding-left: 73px;
}

/*********************************
/* CheckOut End
**********************************/
/*********************************
/* Cupon Start
**********************************/
.coupon {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #74bf43;
    display: block;
    margin-top: 30px;
}
.coupon a {
    color: #74bf43;
    display: block;
}

/*********************************
/* Cupon End
**********************************/
/*********************************
/* Confirm Detail Start
**********************************/
.confirm__details {
    border: 1px solid #eaecf0;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 80px;
    position: relative;
}
@media screen and (max-width: 991px) {
    .confirm__details {
        margin-bottom: 50px;
    }
}
.confirm__details__item {
    margin-bottom: 30px;
    position: relative;
}
.confirm__details__item:last-of-type {
    margin-bottom: 0;
}
.confirm__details__item .edit__btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #74bf43;
    padding: 5.5px 14px;
    border-radius: 6px;
    background: #fcf1f1;
    text-transform: capitalize;
}
.confirm__details__item .s-header__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}
.confirm__details__item .step-header .step-num {
    width: 35px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin-right: 18px;
}
.confirm__details__item .step-header .step-title {
    font-size: 24px;
    line-height: 32px;
    color: #475467;
}
@media screen and (max-width: 1199px) {
    .confirm__details__item .step-header .step-title {
        font-size: 20px;
    }
}
.confirm__details__item .para {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #98a2b3;
    margin-top: 8px;
    margin-bottom: 12px;
}
.confirm__details__item .information {
    margin-left: 53px;
}
.confirm__details__item .information li {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
    margin-bottom: 4px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.confirm__details__item .information li:last-of-type {
    margin-bottom: 0;
}
.confirm__details__item .information li span {
    font-weight: 600;
}
.confirm__details__item .information li .icon {
    height: 24px;
    width: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
}
.confirm__details__item .information li .icon img {
    width: auto;
    height: auto;
    display: inline-block;
}
.confirm__details__item--v2 {
    padding: 24px;
    border: 1px solid #eaecf0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    border-radius: 16px;
}
.confirm__details__item--v2 .step-header .step-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #101828;
}
.confirm__details__item--v2 .information {
    margin-left: 0;
}
.confirm__details__item--v2 .information li {
    margin-bottom: 6px;
}

/*********************************
/* Confirm Detail End
**********************************/
/*********************************
/* Login Start
*********************************/
.popup__modal {
    background: rgba(0, 0, 0, 0.8);
}
.popup__modal.v2 .modal-dialog {
    max-width: 505px;
}
.popup__modal.v3 .modal-dialog {
    max-width: 620px;
}
.popup__modal .modal-dialog {
    max-width: 1095px;
}
.popup__modal .modal-dialog-centered {
    height: 665px;
}
.popup__modal .modal-body {
    padding: 0;
}
.popup__modal .modal-content {
    border: none;
    border-radius: 16px;
}
@media screen and (max-width: 1199px) {
    .popup__modal .modal-content {
        margin: 0px 16px;
    }
}
.popup__modal .modal-header {
    padding: 0;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    height: 24px;
    width: 24px;
}
.popup__modal .modal-header .btn-close {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}
.popup__modal .modal-header .btn-close:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
    .popup__form {
        display: block;
    }
}
.popup__form.v2 .form__wrapper {
    padding: 24px 24px 16px;
}
.popup__form.v2 .form__wrapper .form-group {
    margin-bottom: 24px;
}
.popup__form .popup__logo {
    position: absolute;
    top: 50px;
    left: 50px;
}
@media screen and (max-width: 767px) {
    .popup__form .popup__logo {
        top: 30px;
        left: 30px;
    }
}
.popup__form .popup__bg {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    aspect-ratio: 5.5/6.6;
    display: block;
    overflow: hidden;
    border-radius: 16px 0px 0px 16px;
}
@media screen and (max-width: 991px) {
    .popup__form .popup__bg {
        aspect-ratio: auto;
    }
}
@media screen and (max-width: 767px) {
    .popup__form .popup__bg {
        display: none;
    }
}
.popup__form .popup__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 16px 0px 0px 16px;
}
.popup__form .popup__title {
    margin-bottom: 12px;
}
.popup__form .popup__title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #344054;
    margin-bottom: 0;
    text-transform: capitalize;
}
@media screen and (max-width: 375px) {
    .popup__form .popup__title h2 {
        font-size: 24px;
    }
}
.popup__form .popup__title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #98a2b3;
    margin: 4px 0;
}
.popup__form .form__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 60px;
}
@media screen and (max-width: 1199px) {
    .popup__form .form__wrapper {
        padding: 60px 40px;
    }
}
@media screen and (max-width: 767px) {
    .popup__form .form__wrapper {
        padding: 80px 40px 60px;
    }
}
@media screen and (max-width: 575px) {
    .popup__form .form__wrapper {
        padding: 80px 30px 60px;
    }
}
.popup__form .form__wrapper .account__desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #9d9d9d;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 479px) {
    .popup__form .form__wrapper .account__desc {
        display: block;
        text-align: center;
    }
    .popup__form .form__wrapper .account__desc .account__meta {
        margin-bottom: 5px;
    }
}
.popup__form .form__wrapper .account__desc a {
    color: #74bf43;
    display: inline-block;
}
.popup__form .login__access {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 479px) {
    .popup__form .login__access {
        display: block;
    }
}
.popup__form .login__access .btn {
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
    margin-top: 0;
    padding: 11px;
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
}
@media screen and (max-width: 479px) {
    .popup__form .login__access .btn {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-top: 10px;
    }
}
.popup__form .login__access .btn img {
    width: 21px;
    height: auto;
    margin-right: 10px;
}
.popup__form .login__access .btn:hover {
    color: #74bf43;
    background: #fff;
    border-color: #74bf43;
}
.popup__form .devider {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #a3a3a3;
    text-transform: uppercase;
    margin: 10px 0;
}

/*********************************
/* Login End
*********************************/
/*********************************
/* testimonial Strat
*********************************/
.testimonial {
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .testimonial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.testimonial__avater {
    width: 200px;
    height: 200px;
}
@media screen and (max-width: 991px) {
    .testimonial__avater {
        width: 150px;
        height: 150px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial__avater {
        width: 120px !important;
        height: 120px !important;
    }
}
@media screen and (max-width: 575px) {
    .testimonial__avater {
        width: 96px !important;
        height: 96px !important;
    }
}
.testimonial__avater img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.testimonial__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: "Inter", sans-serif;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .testimonial__content {
        padding: 16px;
        padding-left: 0;
    }
}
.testimonial__content .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    color: #344054;
}
@media screen and (max-width: 767px) {
    .testimonial__content .name {
        font-size: 18px;
    }
}
.testimonial__content .designation, .testimonial__content .review {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #919EAB;
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .testimonial__content .designation, .testimonial__content .review {
        font-size: 14px;
    }
}
.testimonial__content .review {
    margin-top: 8px;
    color: #667085;
    font-weight: 400;
}
.testimonial__content .socials {
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    .testimonial__content .socials {
        margin-top: 16px;
    }
}

.socials {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.socials a {
    width: 28px;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #74bf43;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.socials a:not(:last-child) {
    margin-right: 8px;
}
.socials a i {
    font-size: 14px;
}
.socials a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}

.testimonialThumb {
    width: 100px;
    height: 250px;
}
@media screen and (max-width: 991px) {
    .testimonialThumb {
        width: 64px;
    }
}
.testimonialThumb .swiper-slide img {
    width: 30px;
    height: 30px;
    margin: 16px auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.testimonialThumb .swiper-slide img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.testimonialThumb .swiper-slide.swiper-slide-active img {
    margin: 16px auto;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.testimonialThumb .swiper-slide.swiper-slide-active img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    background-color: transparent;
}

.testimonial__wrrpper {
    margin-top: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.testimonial__wrrpper .swiperTestimonial {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 991px) {
    .testimonial__wrrpper .swiperTestimonial .testimonial__avater {
        width: 150px;
        height: 150px;
    }
}

/*********************************
/* testimonial Strat
*********************************/
/*********************************
/* Blog Section Start
*********************************/
.blog-section {
    padding: 80px 0;
}

/*********************************
/* Blog Section End
*********************************/
/*********************************
/* blog-card Strat
*********************************/
.blog-card {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.blog-card:not(:last-child) {
    margin-bottom: 30px;
}
.blog-card .blog__thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    border-radius: 16px;
    display: block;
    position: relative;
    overflow: hidden;
}
.blog-card .blog__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog-card .blog__thumb-v2 {
    aspect-ratio: 9/3 !important;
}
@media screen and (max-width: 767px) {
    .blog-card .blog__thumb-v2 {
        aspect-ratio: 7/3 !important;
    }
}
@media screen and (max-width: 575px) {
    .blog-card .blog__thumb-v2 {
        aspect-ratio: 6/3 !important;
    }
}
.blog-card .blog__media {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    aspect-ratio: 9/5;
}
.blog-card .blog__media iframe {
    border-radius: 16px;
    height: 100%;
    width: 100%;
}
.blog-card .blog__inner {
    margin-top: 16px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .blog-card .blog__inner {
        margin-top: 12px;
    }
}
.blog-card .blog__inner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 51px;
    margin-top: 0;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .blog-card .blog__inner-overlay {
        padding: 30px;
    }
}
.blog-card .blog__inner-overlay .title {
    max-width: 565px;
}
.blog-card .blog__meta {
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
    color: #98a2b3;
}
.blog-card .blog__meta li {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    position: relative;
}
.blog-card .blog__meta li:not(:last-child) {
    padding-right: 20px;
}
.blog-card .blog__meta li:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-card .blog__content .title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 0;
    color: #475467;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
    .blog-card .blog__content .title {
        font-size: 16px;
    }
}
.blog-card .blog__content .title a {
    color: currentColor;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog-card .blog__content .title a:hover {
    color: #74bf43;
}
.blog-card .blog__content .title__v2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
}
@media screen and (max-width: 991px) {
    .blog-card .blog__content .title__v2 {
        font-size: 22px;
        line-height: 30px;
    }
}
.blog-card .blog__content .b-inner__title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #403c39;
    font-weight: 500;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.blog-card .blog__content p {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    margin-top: 15px;
    margin-bottom: 0;
}
.blog-card .blog__content .read__btn {
    padding: 10px 28px;
    border-color: #74bf43;
    color: #74bf43;
    margin-top: 30px;
}
.blog-card .blog__content .read__btn:hover {
    color: #fff;
}
.blog-card .blog__content .exerpt {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin-top: 16px;
    color: currentColor;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
    .blog-card .blog__content .exerpt {
        font-size: 14px;
    }
}
.blog-card .blog__content.v2 p {
    font-size: 14px;
    margin-top: 25px;
}
.blog-card__v2 {
    margin-bottom: 50px;
}
.blog-card__v2:not(:last-child) {
    margin-bottom: 50px;
}
.blog-card__v2 .blog__thumb {
    aspect-ratio: 9/5;
}
.blog-card__v2 .blog__thumb .round {
    overflow: hidden;
}
.blog-card__v2 .blog__thumb .round .video-box {
    margin: 0;
}
.blog-card__v2 .blog__thumb .round .video-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    color: #74bf43;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    height: 87px;
    width: 87px;
    z-index: 1;
    -webkit-animation: beat 1.5s linear infinite;
    animation: beat 1.5s linear infinite;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1019607843);
}
.blog-card__v2 .blog__thumb .round .video-box .video-btn i {
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    font-size: 25px;
    color: #74bf43;
}
@media screen and (max-width: 479px) {
    .blog-card__v2 .blog__thumb .round .video-box .video-btn {
        height: 60px;
        width: 60px;
        line-height: 67px;
    }
}
@-webkit-keyframes beat {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
@keyframes beat {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
.blog-card__v2:hover .blog__thumb img {
    -webkit-transform: scale(1.03) !important;
    transform: scale(1.03) !important;
}
.blog-card .post-audio iframe {
    width: 100%;
    height: 300px;
    border-radius: 16px;
}
.blog-card:hover .blog__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-card:hover .blog__content .title a {
    color: #74bf43;
}
.blog-card--overly {
    width: 100%;
    height: 100%;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .blog-card--overly {
        height: auto;
        margin-bottom: 30px;
    }
}
.blog-card--overly .blog__thumb {
    aspect-ratio: inherit;
}
.blog-card--overly .blog__thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1.23%, rgba(0, 0, 0, 0)), color-stop(80%, #000000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) -1.23%, #000000 80%);
    z-index: 0;
}
.blog-card--overly .blog__meta {
    margin-bottom: 16px;
    color: #fff;
}
.blog-card--overly .blog__inner {
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .blog-card--overly .blog__inner {
        padding: 24px;
    }
}
.blog-card--overly .blog__content .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: currentColor;
}
@media screen and (max-width: 767px) {
    .blog-card--overly .blog__content .title {
        font-size: 24px;
        line-height: 28px;
    }
}
.blog-card__wrapper {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}
.blog-card__col {
    padding: 0 15px;
    width: 50%;
}
@media screen and (max-width: 479px) {
    .blog-card__col {
        width: 100%;
        margin-bottom: 30px;
    }
}

/*********************************
/* blog-card End
*********************************/
/*********************************
/* Blog Quote Start
*********************************/
.blog__quote {
    background: #74bf43;
    padding: 30px 50px;
    border-radius: 16px;
}
@media screen and (max-width: 767px) {
    .blog__quote {
        padding: 30px;
    }
}
.blog__quote .quote__icon img {
    width: 30px;
    height: auto;
    display: inline-block;
}
.blog__quote p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    margin: 20px 0 15px;
}
@media screen and (max-width: 767px) {
    .blog__quote p {
        font-size: 16px;
    }
}
.blog__quote .designation {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

/*********************************
/* Blog Quote End
*********************************/
/*********************************
/* Blog SideBar Strat
*********************************/
.widget__sidebar .widget {
    border: 1px solid #eaecf0;
    margin-top: 40px;
    padding: 20px 30px 20px;
    border-radius: 16px;
}
.widget__sidebar .widget__title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaecf0;
}
.widget__sidebar .widget .category-item ul {
    list-style: none;
}
.widget__sidebar .widget .category-item ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #667085;
    padding: 10px 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.widget__sidebar .widget .category-item ul li a img {
    width: 30px;
    aspect-ratio: 1/1;
    display: block;
    margin-right: 12px;
}
.widget__sidebar .widget .category-item ul li a:hover {
    color: #74bf43;
}
.widget__sidebar .widget .popular__tag {
    margin-top: 20px;
}
.widget__sidebar .widget .popular__tag ul {
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
.widget__sidebar .widget .popular__tag ul li a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #74bf43;
    background: #f2f4f7;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 12px;
    margin: 0px 10px 10px 0px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.widget__sidebar .widget .popular__tag ul li a:hover {
    background: #74bf43;
    color: #fff;
}
.widget__sidebar .ads__banner {
    margin-top: 40px;
    margin-bottom: 30px;
}

/*********************************
/* Blog SideBar End
*********************************/
/*********************************
/* Blog Single Start
*********************************/
.blog-single__section {
    padding-bottom: 140px;
}

.blog-inner__wrapper .blog-inner__image {
    margin: 45px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-inner__wrapper .blog-inner__image .blog-single__image {
    -ms-flex-preferred-size: calc(50% - 12.5px);
    flex-basis: calc(50% - 12.5px);
    aspect-ratio: 4.7/2.6;
    height: 100%;
    border-radius: 16px;
    display: block;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 575px) {
    .blog-inner__wrapper .blog-inner__image .blog-single__image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .blog-inner__wrapper .blog-inner__image .blog-single__image:last-of-type {
        margin-bottom: 0;
    }
}
.blog-inner__wrapper .blog-inner__image .blog-single__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 479px) {
    .blog-inner__wrapper .blog-inner__image {
        display: block;
    }
}
.blog-inner__wrapper .blog-single__content p {
    font-size: 14px;
    font-weight: 400;
    color: #475467;
    line-height: 24px;
    margin-bottom: 25px;
}
.blog-inner__wrapper .blog-single__content p:last-of-type {
    margin-bottom: 0;
}

.blog-social {
    border-bottom: 1px solid #eaecf0;
    padding-bottom: 30px;
    padding-top: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-social span {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #252522;
    display: inline-block;
    margin-right: 12px;
}
.blog-social .social__icon a {
    margin-right: 12px;
    font-size: 16px;
    color: #403c39;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block;
}
.blog-social .social__icon a:last-of-type {
    margin-right: 0;
}
.blog-social .social__icon a:hover {
    color: #41bdf2;
}

/*********************************
/* Review Start
*********************************/
.client__review {
    border-top: 1px solid #eaecf0;
}

.review__wrapper .avatar {
    margin-right: 20px;
}
@media screen and (max-width: 479px) {
    .review__wrapper .avatar {
        margin: 0px 0px 20px 0px;
    }
}
.review__wrapper .avatar img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.review__wrapper .review__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.review__wrapper .review__item:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .review__wrapper .review__item:last-of-type {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 479px) {
    .review__wrapper .review__item {
        display: block;
    }
}
.review__wrapper .review__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.review__wrapper .review__desc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.review__wrapper .review__desc h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #252522;
    margin-bottom: 4px;
}
.review__wrapper .review__desc h5 a {
    color: currentColor;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.review__wrapper .review__desc .rating {
    margin: 6px 0;
}
.review__wrapper .review__para {
    margin-top: 6px;
}
.review__wrapper .review__para p {
    font-size: 14px;
    line-height: 24px;
    color: #475467;
    margin-bottom: 0;
}
.review__wrapper .date {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #74bf43;
    display: block;
    margin-bottom: 6px;
}

/*********************************
/* Review End
*********************************/
/*********************************
/* Blog Single End
*********************************/
/*********************************
/*  Order Confirm Start
*********************************/
@media screen and (max-width: 991px) {
    .order__confirm {
        padding-bottom: 0;
    }
}

.returm__message {
    max-width: 706px;
    margin: 0 auto 80px;
}
@media screen and (max-width: 575px) {
    .returm__message {
        margin-bottom: 30px;
    }
}
.returm__message .sub__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #7f7f7f;
    margin-bottom: 20px;
}
.returm__message .sub__title i {
    color: #12b76a;
    margin-right: 12px;
}
@media screen and (max-width: 479px) {
    .returm__message .sub__title {
        font-size: 16px;
    }
}
.returm__message .title {
    margin-bottom: 16px;
}
.returm__message .content {
    font-size: 18px;
    line-height: 28px;
    color: #7f7f7f;
    margin-bottom: 0;
}
@media screen and (max-width: 479px) {
    .returm__message .content {
        font-size: 16px;
    }
}

.order__details {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order__details .order__info {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #98a2b3;
    border-right: 1px solid #eaecf0;
}
.order__details .order__info span {
    font-weight: 600;
    display: block;
    margin-top: 6px;
}
@media screen and (max-width: 479px) {
    .order__details .order__info span {
        font-size: 13px;
    }
}
.order__details .order__info:last-of-type {
    border: none;
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .order__details .order__info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 30px;
    }
    .order__details .order__info:nth-of-type(2) {
        border: none;
    }
}
@media screen and (max-width: 575px) {
    .order__details .order__info {
        font-size: 14px;
    }
}
@media screen and (max-width: 375px) {
    .order__details .order__info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border: none;
    }
}

/*********************************
/*  Order Confirm End
*********************************/
/*********************************
/*  Steps Start
*********************************/
.step__wrapper .steps {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 922px;
    margin: auto;
    margin-bottom: 110px;
}
@media screen and (max-width: 575px) {
    .step__wrapper .steps {
        margin-bottom: 80px;
    }
}
.step__wrapper .steps__item {
    position: relative;
}
.step__wrapper .steps__item button {
    cursor: pointer;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    border: none;
    outline: none;
    background: #f2f4f7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
    .step__wrapper .steps__item button {
        width: 60px;
        height: 60px;
    }
}
.step__wrapper .steps__item button img {
    width: 41px;
    height: auto;
}
@media screen and (max-width: 767px) {
    .step__wrapper .steps__item button img {
        width: 30px;
    }
}
.step__wrapper .steps__item button.active {
    background: #74bf43;
}
.step__wrapper .steps__item button.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.step__wrapper .steps__item p {
    font-size: 18px;
    line-height: 28px;
    color: #7f7f7f;
    margin-bottom: 0;
    position: absolute;
    white-space: nowrap;
    margin-top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .step__wrapper .steps__item p {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .step__wrapper .steps__item p {
        font-size: 14px;
        line-height: 20px;
        white-space: pre-wrap;
    }
}
.step__wrapper .steps .line-bar {
    width: 100%;
    height: 2px;
    background: #e5e7eb;
    position: relative;
}
.step__wrapper .steps .line-bar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #74bf43;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.step__wrapper .steps .line-bar.active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.step__wrapper .contents {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.step__wrapper .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.step__wrapper .content.active {
    opacity: 1;
    z-index: 10;
}
.step__wrapper .content__box {
    background: white;
    -webkit-box-shadow: 0.9px 2.8px 2.2px rgba(49, 140, 252, 0.02), 2.1px 6.7px 5.3px rgba(49, 140, 252, 0.028), 4px 12.5px 10px rgba(49, 140, 252, 0.035), 7.1px 22.3px 17.9px rgba(49, 140, 252, 0.042), 13.4px 41.8px 33.4px rgba(49, 140, 252, 0.05), 32px 100px 80px rgba(49, 140, 252, 0.07);
    box-shadow: 0.9px 2.8px 2.2px rgba(49, 140, 252, 0.02), 2.1px 6.7px 5.3px rgba(49, 140, 252, 0.028), 4px 12.5px 10px rgba(49, 140, 252, 0.035), 7.1px 22.3px 17.9px rgba(49, 140, 252, 0.042), 13.4px 41.8px 33.4px rgba(49, 140, 252, 0.05), 32px 100px 80px rgba(49, 140, 252, 0.07);
    border-radius: 20px;
    padding: 50px;
    max-width: 800px;
    margin: 0 auto;
}

/*********************************
/*  Steps End
*********************************/
/*********************************
/*  Pagination Start
*********************************/
.pagination {
    list-style: none;
}
.pagination__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination__item:first-of-type {
    margin-right: 32px;
}
.pagination__item:last-of-type {
    margin-left: 32px;
}
@media screen and (max-width: 767px) {
    .pagination__item:first-of-type {
        margin-right: 16px;
    }
    .pagination__item:last-of-type {
        margin-left: 16px;
    }
}
@media screen and (max-width: 575px) {
    .pagination__item:first-of-type {
        margin-right: 0;
    }
    .pagination__item:last-of-type {
        margin-left: 0;
    }
}
.pagination__item .page-link {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #667085;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0em;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 479px) {
    .pagination__item .page-link {
        width: 32px;
        height: 32px;
        line-height: 28px;
    }
}
.pagination__item.active .page-link, .pagination__item:hover .page-link {
    background: #FCF1F1;
    color: #7F56D9;
}
.pagination__jump {
    font-family: "Inter", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #344054;
}
.pagination__jump .jump__input {
    padding: 8px 14px;
    margin: 0 12px;
    max-width: 48px;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.pagination__jump .jump__input:focus {
    outline: none;
    border-color: #74bf43;
}
.pagination__jump .jump__btn {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}
.pagination__jump .jump__btn i {
    margin-left: 8px;
}
.pagination__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .pagination__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagination__wrapper .pagination__jump {
        margin-top: 8px;
    }
}

/* ============================ */
/* Teams Start */
/* ============================ */
.team {
    text-align: center;
}
.team__avater {
    height: 364px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.team__avater img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.team__socials {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.team__content {
    margin-top: 20px;
}
.team__content .name {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    color: #344054;
}
.team__content .designation {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    margin-top: 4px;
    margin-bottom: 0;
    color: #98a2b3;
}
.team:hover .team__avater img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* ============================ */
/* Section styles */
/* ============================ */
.our-team {
    overflow-x: hidden;
    padding: 50px 0;
}
.our-team__nav {
    color: #667085;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 80px 0;
}
.our-team__nav .swiper-next:hover, .our-team__nav .swiper-prev:hover {
    color: #74bf43;
}
@media screen and (max-width: 991px) {
    .our-team__nav {
        margin: 32px 0;
    }
}
.our-team__nav .swiper-button-disabled {
    color: #D0D5DD;
}
.our-team .teamSwiper {
    width: 1056px;
}
@media screen and (max-width: 991px) {
    .our-team .teamSwiper {
        width: 100%;
    }
}

/*********************************
/*  Element Tittle Start
*********************************/
.element-single__header h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    display: block;
    margin-bottom: 8px;
    color: #252522;
}
@media screen and (max-width: 991px) {
    .element-single__header h1 {
        font-size: 40px;
        line-height: 56px;
    }
}
@media screen and (max-width: 479px) {
    .element-single__header h1 {
        font-size: 35px;
    }
}
.element-single__header span {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #7f7f7f;
    display: block;
}
@media screen and (max-width: 575px) {
    .element-single__header span {
        font-size: 16px;
    }
}
.element-single__content {
    margin-top: 24px;
}
.element-single__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7f7f7f;
    margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
    .element-single__content p {
        font-size: 16px;
    }
}
.element-single__content p span {
    display: block;
    margin-bottom: 8px;
}
.element-single__content p a {
    color: #74bf43;
    text-decoration: none;
}
.element-single__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    color: #252522;
    margin: 36px 0 24px;
}
@media screen and (max-width: 479px) {
    .element-single__title {
        font-size: 25px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 375px) {
    .element-single__title {
        font-size: 25px;
        margin-bottom: 10px;
    }
}
.element-single__list {
    padding-left: 15px;
    display: block;
    list-style: none;
}
.element-single__list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7f7f7f;
    margin-bottom: 14px;
    position: relative;
}
.element-single__list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 5px;
    top: 10px;
    left: -15px;
    background: #7f7f7f;
    border-radius: 50%;
}
@media screen and (max-width: 575px) {
    .element-single__list li {
        font-size: 16px;
    }
}

/*********************************
/*  Element Tittle End
*********************************/
/*********************************
/*  Error Section Start
*********************************/
.error-section {
    padding: 100px 0;
}

.error-page__wrapper .error-page__image img {
    max-width: 562px;
    height: 100%;
    margin: 0 auto 20px;
}
.error-page__wrapper .error-page__content p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #667085;
    margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
    .error-page__wrapper .error-page__content p {
        font-size: 16px;
    }
    .error-page__wrapper .error-page__content p br {
        display: none;
    }
}
.error-page__wrapper .error-page__content .btn {
    height: 44px;
    padding: 10px 22px;
}

/*********************************
/*  Error Section End
*********************************/
/*********************************
/*  Countdown Start
*********************************/
.countdown__wrapper.sales__countdown {
    margin-left: 30px;
}
@media screen and (max-width: 575px) {
    .countdown__wrapper.sales__countdown {
        margin-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .countdown__wrapper.sales__countdown {
        margin-left: 0px;
        margin-top: 15px;
    }
}
.countdown__wrapper .is-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background-color: transparent;
}
.countdown__wrapper .is-countdown .countdown-row {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.countdown__wrapper .is-countdown .countdown-row .countdown-section {
    border: 1px solid rgb(251, 213, 206);
    border-radius: 10px;
    padding: 8px;
    margin-right: 10px;
    width: 61px;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.countdown__wrapper .is-countdown .countdown-row .countdown-section:last-of-type {
    margin-right: 0 !important;
}
.countdown__wrapper .is-countdown .countdown-row .countdown-section .countdown-amount {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #344054;
    margin-bottom: 2px;
    display: block;
}
.countdown__wrapper .is-countdown .countdown-row .countdown-section .countdown-period {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #98a2b3;
    display: block;
}
.countdown__wrapper.commingSoon__countdown {
    margin: 40px 0;
}
@media screen and (max-width: 767px) {
    .countdown__wrapper.commingSoon__countdown .countdown-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.countdown__wrapper.commingSoon__countdown .countdown-section {
    width: 90px !important;
    height: 105px !important;
    margin-right: 14px !important;
}
@media screen and (max-width: 479px) {
    .countdown__wrapper.commingSoon__countdown .countdown-section {
        width: 70px !important;
        height: 85px !important;
    }
}
@media screen and (max-width: 375px) {
    .countdown__wrapper.commingSoon__countdown .countdown-section {
        width: 60px !important;
        height: 75px !important;
    }
}
.countdown__wrapper.commingSoon__countdown .countdown-section .countdown-amount {
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -0.02em;
    font-weight: 700 !important;
}
@media screen and (max-width: 479px) {
    .countdown__wrapper.commingSoon__countdown .countdown-section .countdown-amount {
        font-size: 26px !important;
        line-height: 36px !important;
    }
}
@media screen and (max-width: 375px) {
    .countdown__wrapper.commingSoon__countdown .countdown-section .countdown-amount {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}
.countdown__wrapper.commingSoon__countdown .countdown-section .countdown-period {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
}

/*********************************
/*  Countdown End
*********************************/
/*********************************
/*  Comming Soon Start
*********************************/
.full-page__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
    .full-page__wrapper {
        display: block;
    }
}
.full-page__wrapper .full-page__logo {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 99;
}
.full-page__wrapper .full-page__logo img {
    height: 100%;
    min-height: 100% !important;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .full-page__wrapper .full-page__logo {
        left: 15px;
    }
}
.full-page__wrapper .full-page__image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 100vh;
    position: relative;
}
@media screen and (max-width: 767px) {
    .full-page__wrapper .full-page__image {
        height: 100%;
    }
}
.full-page__wrapper .full-page__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.full-page__wrapper .full-page__image img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media screen and (max-width: 767px) {
    .full-page__wrapper .full-page__image img {
        min-height: 600px;
    }
}
@media screen and (max-width: 767px) {
    .full-page__wrapper .full-page__image {
        display: none;
    }
}
.full-page__wrapper .full-page__inner {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.full-page__wrapper .full-page__inner .full-page__logo {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}
.full-page__wrapper .full-page__inner .full-page__logo img {
    width: auto;
    height: auto;
    display: inline-block;
}
.full-page__wrapper .full-page__content {
    max-width: 570px;
    margin: auto;
    padding: 50px 30px;
}
@media screen and (max-width: 767px) {
    .full-page__wrapper .full-page__content {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .full-page__wrapper .full-page__content {
        padding: 50px 15px;
    }
}
.full-page__wrapper .full-page__content h2 {
    font-size: 42px;
    line-height: 56px;
    color: #344054;
    margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
    .full-page__wrapper .full-page__content h2 {
        font-size: 34px;
        line-height: 45px;
    }
}
.full-page__wrapper .full-page__content p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
    margin-bottom: 0px;
}
.full-page__wrapper .full-page__content .form-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #667085;
}
.full-page__wrapper .full-page__content .cta__form {
    margin-top: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.full-page__wrapper .full-page__content .cta__form input {
    border: 1px solid #eaecf0;
}

/*********************************
/*  Comming Soon End
*********************************/
/*********************************
/* Contact Form Start
**********************************/
.sec__title {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 30px;
    color: #252522;
    margin-top: 30px;
}

.form__wrapper .flex__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.form__wrapper .flex__form .form-group {
    -ms-flex-preferred-size: calc(33.33% - 13px);
    flex-basis: calc(33.33% - 13px);
}
@media screen and (max-width: 575px) {
    .form__wrapper .flex__form .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.form__wrapper .flex__form.col_2 .form-group {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
}
@media screen and (max-width: 479px) {
    .form__wrapper .flex__form.col_2 .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.form__wrapper .flex__form.col_3 .form-group {
    -ms-flex-preferred-size: calc(33.33% - 13px);
    flex-basis: calc(33.33% - 13px);
}
@media screen and (max-width: 479px) {
    .form__wrapper .flex__form.col_3 .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.form__wrapper .flex__form.col_4 .form-group {
    -ms-flex-preferred-size: calc(25% - 13px);
    flex-basis: calc(25% - 13px);
}
@media screen and (max-width: 479px) {
    .form__wrapper .flex__form.col_4 .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.form__wrapper .flex__form.c-1 .form-group {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.form__wrapper .flex__form.c-2 .form-group {
    -ms-flex-preferred-size: calc(50% - 13px);
    flex-basis: calc(50% - 13px);
}
@media screen and (max-width: 479px) {
    .form__wrapper .flex__form.c-2 .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.form__wrapper .flex__form.c-3 .form-group {
    -ms-flex-preferred-size: calc(33.33% - 13px);
    flex-basis: calc(33.33% - 13px);
}
@media screen and (max-width: 575px) {
    .form__wrapper .flex__form.c-3 .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.form__wrapper .flex__form.c-4 .form-group {
    -ms-flex-preferred-size: calc(25% - 13px);
    flex-basis: calc(25% - 13px);
}
@media screen and (max-width: 479px) {
    .form__wrapper .flex__form.c-4 .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.form__wrapper .form-group {
    margin-bottom: 20px;
    position: relative;
}
.form__wrapper .form-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid #d0d5dd;
    padding: 10px 14px;
}
.form__wrapper .form-icon .form-control {
    padding: 0;
    border: none;
}
.form__wrapper .form-icon .icon {
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
}
.form__wrapper .form-icon .icon img {
    width: 20px;
    height: auto;
    display: block;
}
.form__wrapper .form-icon:focus {
    border-color: #74bf43;
}
.form__wrapper label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
    display: block;
    text-align: left;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.form__wrapper .form-control {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px !important;
    background: transparent;
    color: #667085;
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 14px;
    border-radius: 8px !important;
    border: 1px solid #d0d5dd;
    -webkit-appearance: none;
}
.form__wrapper .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #74bf43;
    -webkit-appearance: none;
}
.form__wrapper .form-control::-webkit-input-placeholder {
    text-transform: capitalize;
}
.form__wrapper .form-control::-moz-placeholder {
    text-transform: capitalize;
}
.form__wrapper .form-control:-ms-input-placeholder {
    text-transform: capitalize;
}
.form__wrapper .form-control::-ms-input-placeholder {
    text-transform: capitalize;
}
.form__wrapper .form-control::placeholder {
    text-transform: capitalize;
}
.form__wrapper .c-icon {
    font-size: 14px;
    color: #98a2b3;
    position: absolute;
    bottom: 10px;
    right: 14px;
    pointer-events: none;
}
.form__wrapper .input-info__save {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}
.form__wrapper .input-info__save span {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #252522;
    font-weight: 500;
}
.form__wrapper .input-info__save a {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #252522;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.form__wrapper .input-info__save a:hover {
    color: #74bf43;
}
.form__wrapper .input-info__save:last-of-type {
    margin-bottom: 0;
}
.form__wrapper .input-info__save .checkbox {
    position: absolute;
    opacity: 0;
}
.form__wrapper .input-info__save .checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    color: #252522;
}
.form__wrapper .input-info__save .checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.form__wrapper .input-info__save .checkbox:checked + label:before {
    background: #74bf43;
    border-color: #74bf43;
}
.form__wrapper .input-info__save .checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__wrapper .checkbox,
.form__wrapper [type=checkbox] {
    position: absolute;
    opacity: 0;
}
.form__wrapper .checkbox + label,
.form__wrapper [type=checkbox] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    color: #252522;
}
.form__wrapper .checkbox + label:before,
.form__wrapper [type=checkbox] + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.form__wrapper .checkbox:checked + label:before,
.form__wrapper [type=checkbox]:checked + label:before {
    background: #74bf43;
    border-color: #74bf43;
}
.form__wrapper .checkbox:checked + label:after,
.form__wrapper [type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__wrapper .custom-checkbox {
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label::before {
    content: "";
    width: 36px;
    height: 20px;
    border-radius: 99px;
    background-color: #f2f4f7;
    border: none;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label::after {
    content: "";
    width: 16px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label .active {
    display: none;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label .inactive {
    display: inline-block;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label::before {
    content: "";
    background-color: #74bf43;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label::after {
    content: "";
    width: 16px;
    height: 16px;
    left: 17px;
    -webkit-transform: unset;
    transform: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label .active {
    display: inline-block;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label .inactive {
    display: none;
}
.form__wrapper .btn {
    margin-top: 30px;
    padding: 10px 43px;
}
.form__wrapper .btn__group {
    border-top: 1px solid #eaecf0;
    padding-top: 16px;
}
.form__wrapper .btn__group .btn {
    padding: 10px 16px;
    margin-right: 12px;
    margin-top: 0;
}
.form__wrapper .btn__group .btn:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 479px) {
    .form__wrapper .btn__group .btn {
        font-size: 12px;
        padding: 6px 10px;
        margin-right: 6px;
    }
}
@media screen and (max-width: 375px) {
    .form__wrapper .btn__group {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 370px) {
    .form__wrapper .btn__group .btn {
        font-size: 11px;
        padding: 3px 6px;
    }
}
.form__wrapper .nice-select {
    width: 100%;
    height: 46px;
    line-height: 44px;
    text-transform: capitalize;
    border-radius: 8px;
}
.form__wrapper .nice-select .list {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.form__wrapper .nice-select .list .option {
    padding: 0 18px;
    text-align: left;
    line-height: 44px;
}
.form__wrapper .nice-select::after {
    height: 8px;
    width: 8px;
}

.form-padding {
    padding: 30px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
}
@media screen and (max-width: 479px) {
    .form-padding {
        padding: 25px;
    }
}

/*********************************
/* Contact Form End
**********************************/
/*********************************
/* Contact OverLay Start
**********************************/
.contact__overlay {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact__info {
    max-width: 620px;
    margin: 0px 15px;
    z-index: 1;
}
.contact__info .section__title {
    margin-bottom: 12px;
    color: #fff;
}
.contact__info .content {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.contact__meta {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .contact__meta {
        margin-top: 30px;
    }
}
.contact__meta__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 36px;
}
.contact__meta__list li:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .contact__meta__list li {
        margin-bottom: 20px;
    }
}
.contact__meta__list li a {
    color: #fff;
    display: inline-block;
}
.contact__meta__list li .icon {
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}
.contact__meta__list li .icon img,
.contact__meta__list li .icon svg {
    width: 13px;
    height: auto;
}
.contact__meta__list li .icon img path,
.contact__meta__list li .icon svg path {
    fill: #fff;
}
.contact__meta__list li:hover a {
    color: #74bf43;
}
.contact__meta .social__icon {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .contact__meta .social__icon {
        margin-top: 30px;
    }
}
.contact__meta .social__icon a {
    font-size: 24px;
    margin-right: 24px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.contact__meta .social__icon a:last-child {
    margin-right: 0;
}
.contact__meta .social__icon a:hover {
    color: #74bf43;
}

/*********************************
/* Contact OverLay End
**********************************/
/*********************************
/* Avatar Upload Start
**********************************/
.avatar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}
@media screen and (max-width: 575px) {
    .avatar-wrapper {
        display: block;
    }
}
.avatar-wrapper .avatar-preview {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 100%;
    margin-right: 20px;
    display: inline-block;
}
.avatar-wrapper .avatar-preview #imagePreview {
    background-image: url("../images/avatar.jpg");
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 575px) {
    .avatar-wrapper .avatar-preview {
        margin: 0 0 10px;
    }
}

.avatar-upload,
.upload__drag {
    background: transparent;
    border: 1px solid #eaecf0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.avatar-upload input,
.upload__drag input {
    display: none;
}
.avatar-upload .preview__img,
.upload__drag .preview__img {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.avatar-upload .preview__img #close,
.upload__drag .preview__img #close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    height: 30px;
    width: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    color: #fff;
    pointer-events: all;
}
.avatar-upload #img,
.upload__drag #img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.avatar-upload img,
.upload__drag img {
    aspect-ratio: 45/32;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.avatar-upload label,
.upload__drag label {
    width: 100%;
    height: 100%;
    padding: 16px 24px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.avatar-upload span,
.upload__drag span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
    display: block;
}
.avatar-upload span a,
.upload__drag span a {
    color: #74bf43;
    font-weight: 500;
    pointer-events: none;
}
.avatar-upload .upload-icon,
.upload__drag .upload-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 12px;
}

.preview__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px;
}
.preview__item {
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.preview__item__wrapper {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    min-width: 110px;
    margin-top: 24px;
}
.preview__item .upload-icon {
    width: 46px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.preview__item .close-btn {
    width: 24px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: none;
    color: #667085;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 8px;
    right: 8px;
}
.preview__item .close-btn:hover {
    background-color: #74bf43;
    color: #fff;
}
.preview__item:hover .upload-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*********************************
/* Avatar Upload End
**********************************/
/*********************************
/*  Footer Start
*********************************/
.footer__section {
    padding-top: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 157, 120, 0.02)), to(rgba(255, 157, 120, 0.02))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: linear-gradient(0deg, rgba(255, 157, 120, 0.02), rgba(255, 157, 120, 0.02)), linear-gradient(0deg, #ffffff, #ffffff);
}

.footer__widget {
    padding-bottom: 64px;
    max-width: 320px;
}
@media screen and (max-width: 767px) {
    .footer__widget {
        display: none;
        max-width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .footer__widget {
        padding-bottom: 30px;
    }
}
.footer__widget .footer__logo {
    margin-bottom: 32px;
}
.footer__widget .footer__logo img {
    width: auto;
    height: auto;
    display: block;
}
.footer__widget p {
    color: #667085;
    margin-bottom: 0;
}
.footer__widget .title {
    margin-bottom: 16px;
}
.footer__widget .title h5 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #98a2b3;
    margin-bottom: 0;
}
.footer__widget ul {
    list-style: none;
}
.footer__widget ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #667085;
    margin-bottom: 12px;
}
.footer__widget ul li a {
    color: #667085;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}
.footer__widget ul li a i {
    font-size: 14px;
    margin-right: 3px;
}
.footer__widget ul li a::after {
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #74bf43;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer__widget ul li a:hover {
    color: #74bf43;
    padding-left: 18px;
}
.footer__widget ul li a:hover::after {
    opacity: 1;
    visibility: visible;
}
.footer__widget ul li a span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #027a48;
    background: #ecfdf3;
    border-radius: 30px;
    padding: 2px 8px;
    margin-left: 16px;
}
.footer__widget ul li a .danger {
    background: rgba(217, 45, 32, 0.2);
    color: #d92d20;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.footer__social a {
    font-size: 16px;
    color: #667085;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 5px rgba(144, 144, 144, 0.5);
    box-shadow: 0px 5px 5px rgba(144, 144, 144, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer__social a:last-of-type {
    margin-right: 0;
}
.footer__social a:hover {
    background: #74bf43;
    color: #fff;
}

.footer__bottom .footer__content {
    border-top: 1px solid #eaecf0;
    padding: 32px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 479px) {
    .footer__bottom .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.footer__bottom .content p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #98a2b3;
    margin-bottom: 0;
}
.footer__bottom .content p a {
    color: #74bf43;
}
.footer__bottom .link a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #98a2b3;
    display: inline-block;
    position: relative;
    margin-left: 16px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer__bottom .link a:hover {
    color: #74bf43;
}
@media screen and (max-width: 479px) {
    .footer__bottom .link {
        margin-bottom: 10px;
    }
}

/*********************************
/*  Footer End
*********************************/
/*********************************
/* SideBar Start
*********************************/
.user__dashboard {
    padding: 50px 0 140px;
}
@media screen and (max-width: 991px) {
    .user__dashboard {
        padding: 50px 0 100px;
    }
}

.sideBar {
    border: 1px solid #eaecf0;
    border-radius: 16px;
    padding: 32px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 580px;
    max-height: 800px;
    position: sticky;
    top: 150px;
}
@media screen and (max-width: 1440px) {
    .sideBar {
        padding: 15px;
    }
}
.sideBar .nav__item {
    padding: 0;
}
.sideBar .nav__item li {
    list-style: none;
}
.sideBar .nav__item .nav__list {
    position: relative;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 48px;
    margin-bottom: 4px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.sideBar .nav__item .nav__list:last-of-type {
    margin-bottom: 0;
}
.sideBar .nav__item .nav__list a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0px 20px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1199px) {
    .sideBar .nav__item .nav__list a {
        font-size: 15px;
    }
}
.sideBar .nav__item .nav__list a .icon {
    margin-right: 12px;
    height: 24px;
    width: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 1199px) {
    .sideBar .nav__item .nav__list a .icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
}
.sideBar .nav__item .nav__list a .link__name {
    white-space: nowrap;
    pointer-events: none;
}
.sideBar .nav__item .nav__list.active, .sideBar .nav__item .nav__list:hover {
    background: rgba(235, 94, 40, 0.08);
}
.sideBar .nav__item .nav__list.active a, .sideBar .nav__item .nav__list:hover a {
    color: #74bf43;
}
.tracking__message {
    padding: 20px 16px;
    background: #fef7f5;
    border-radius: 8px;
    margin-top: 24px;
}
.tracking__message .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #475467;
    margin-bottom: 4px;
}
.tracking__message .content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #98a2b3;
    margin-bottom: 0;
}
.tracking__message .btn__group {
    margin-top: 16px;
}
.tracking__message .btn__group .solid-btn {
    text-transform: capitalize;
    color: #98a2b3;
    margin-right: 12px;
}
.tracking__message .btn__group .solid-btn:last-of-type {
    margin-right: 0;
}
.tracking__message .btn__group .tracking-btn {
    color: #475467;
}

/*********************************
/* SideBar End
*********************************/
/*********************************
/* Dashboard Title Start
*********************************/
.dashboard__title {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dashboard__title .title {
    line-height: 32px;
    font-weight: 700;
    color: #252522;
    margin-bottom: 0;
    text-transform: capitalize;
}
@media screen and (max-width: 375px) {
    .dashboard__title .title {
        font-size: 22px;
    }
}
@media screen and (max-width: 375px) {
    .dashboard__title .btn {
        font-size: 14px;
        line-height: 21px;
        padding: 7px 10px;
    }
}
@media screen and (max-width: 991px) {
    .dashboard__title {
        margin-top: 30px;
    }
}
.dashboard__title--v2 {
    margin-bottom: 24px;
}
.dashboard__title--v2 .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #344054;
}

.dashboard__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
    .dashboard__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*********************************
/* Dashboard Title End
*********************************/
/*********************************
/* Progress Bar Satrt
*********************************/
.order__percent {
    margin-bottom: 20px;
}

.radial__progress--pie {
    position: relative;
    width: 65px;
    height: 65px;
}
.radial__progress--pie__svg {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    overflow: hidden;
    vertical-align: middle;
    background: transparent;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(170, 170, 170, 0.161));
    filter: drop-shadow(0px 0px 20px rgba(170, 170, 170, 0.161));
}
.radial__progress--pie__svg svg {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.radial__progress--pie__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.radial__progress--pie__number {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
    font-weight: 500;
    margin-bottom: 0;
}

/*********************************
/* Progress Bar End
*********************************/
/*********************************
/* profile__card Start
*********************************/
.profile__card {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background-color: #fef7f5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
    .profile__card {
        padding: 16px;
    }
}
@media screen and (max-width: 767px) {
    .profile__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }
}
.profile__card__content {
    width: 100%;
    max-width: 600px;
}
.profile__card__content .title {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #252522;
    margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
    .profile__card__content .title {
        font-size: 30px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .profile__card__content .title {
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (max-width: 575px) {
    .profile__card__content .title {
        font-size: 24px;
        line-height: 28px;
    }
}
.profile__card__content .desc {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: #667085;
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
    .profile__card__content .desc {
        font-size: 15px;
        line-height: 24px;
    }
}
.profile__card__avater {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .profile__card__avater {
        max-width: 150px;
    }
}
@media screen and (max-width: 767px) {
    .profile__card__avater {
        margin: auto;
        margin-bottom: 16px;
        max-width: 120px;
    }
}
@media screen and (max-width: 1440px) {
    .profile__card.v2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }
}
@media screen and (max-width: 1199px) {
    .profile__card.v2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}
.profile__card.v2 .profile__card__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
    .profile__card.v2 .profile__card__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}
.profile__card.v2 .profile__card__content .profile__card__avater {
    margin: inherit;
    margin-right: 24px;
}
@media screen and (max-width: 1199px) {
    .profile__card.v2 .profile__card__content .profile__card__avater {
        margin: auto;
        margin-bottom: 16px;
    }
}
.profile__card.v2 .profile__card__content .info .name {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    color: #252522;
    margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
    .profile__card.v2 .profile__card__content .info .name {
        font-size: 25px;
        line-height: 32px;
    }
}
@media screen and (max-width: 575px) {
    .profile__card.v2 .profile__card__content .info .name {
        font-size: 22px;
        line-height: 26px;
    }
}
.profile__card.v2 .profile__card__content .info .email {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #403c39;
}

/*********************************
/* profile__card End
*********************************/
@media screen and (max-width: 991px) {
    .main__wrapper {
        margin-top: 30px;
    }
}

/*********************************
/* profile__trackOrder Start
*********************************/
.profile__trackOrder {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.profile__trackOrder .confirm__details__item {
    -ms-flex-preferred-size: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
    min-height: 190px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .profile__trackOrder .confirm__details__item {
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    }
}
@media screen and (max-width: 479px) {
    .profile__trackOrder .confirm__details__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.profile__trackOrder .confirm__details__item .line__chart {
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.profile__trackOrder .confirm__details__item .line__chart img {
    width: 100%;
    height: 100%;
    max-width: 110px;
    display: block;
}

/*********************************
/* profile__trackOrder End
*********************************/
/*********************************
/* Dashboard SideBar Start
*********************************/
.flyOut-sidebar {
    position: fixed;
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 991px) {
    .flyOut-sidebar {
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        z-index: 99;
    }
}
.flyOut-sidebar.open {
    opacity: 1;
    visibility: visible;
}
.flyOut-sidebar.open #sideBar {
    left: 0;
}

#sideBar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 280px;
    background: #fff;
    padding: 32px 16px;
    border-right: 1px solid #eaecf0;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: auto;
}
@media screen and (max-width: 991px) {
    #sideBar {
        left: -200px;
    }
}
@media screen and (max-width: 1199px) {
    #sideBar.open {
        width: 96px;
    }
    #sideBar.open .nav__list .link__name {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: auto;
    }
    #sideBar.open .main__logo .brand__logo {
        opacity: 0;
        visibility: hidden;
    }
    #sideBar.open .main__logo #toggle__btn {
        right: 15px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #sideBar.open ~ .main__container {
        left: 96px;
        width: calc(100% - 96px);
    }
}
#sideBar .main__logo {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}
#sideBar .main__logo #toggle__btn {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    pointer-events: auto;
    z-index: 99;
    display: none;
}
@media screen and (max-width: 991px) {
    #sideBar .main__logo #toggle__btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
#sideBar .main__logo .brand__logo {
    max-width: 150px;
}
#sideBar .main__logo .brand__logo img {
    max-width: 150px;
    width: auto;
    height: 100%;
    display: inline-block;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#sideBar .nav__item {
    padding: 0;
}
#sideBar .nav__item li {
    list-style: none;
}
#sideBar .nav__item .nav__heading {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #98a2b3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 40px;
    margin-bottom: 6px;
}
#sideBar .nav__item .nav__list {
    position: relative;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 44px;
    margin-bottom: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#sideBar .nav__item .nav__list:last-of-type {
    margin-bottom: 0;
}
#sideBar .nav__item .nav__list a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0px 20px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1199px) {
    #sideBar .nav__item .nav__list a {
        font-size: 15px;
    }
}
#sideBar .nav__item .nav__list a .icon {
    margin-right: 12px;
    height: 24px;
    width: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#sideBar .nav__item .nav__list a .icon svg path {
    stroke: #667085;
}
@media screen and (max-width: 1199px) {
    #sideBar .nav__item .nav__list a .icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
}
#sideBar .nav__item .nav__list a .link__name {
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#sideBar .nav__item .nav__list.nav__dropdown {
    position: relative;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #eaecf0;
    display: block;
}
#sideBar .nav__item .nav__list.nav__dropdown::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #667085;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sideBar .nav__item .nav__list .sub__menu {
    position: relative;
    background: #fff;
    z-index: 99;
    padding-left: 16px;
    top: 70%;
    display: none;
}
#sideBar .nav__item .nav__list .sub__menu li {
    height: 34px;
    margin-top: 4px;
}
#sideBar .nav__item .nav__list .sub__menu li a {
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    font-weight: 400;
    padding-left: 40px;
}
#sideBar .nav__item .nav__list.active, #sideBar .nav__item .nav__list:hover {
    background: rgba(235, 94, 40, 0.08);
}
#sideBar .nav__item .nav__list.active a, #sideBar .nav__item .nav__list:hover a {
    color: #74bf43;
}
#sideBar .nav__item .nav__list.active .sub__menu .active a, #sideBar .nav__item .nav__list:hover .sub__menu .active a {
    color: #74bf43;
}
#sideBar .nav__item .nav__list.active .icon svg path, #sideBar .nav__item .nav__list:hover .icon svg path {
    stroke: #74bf43;
}

/*********************************
/* Dashboard SideBar End
*********************************/
/*********************************
/* Dashboard MainPage Start
*********************************/
.dashboard__mainWrapper {
    height: 100%;
}

.main__container {
    position: relative;
    min-height: calc(100vh - 130px);
    top: 0;
    left: 280px;
    width: calc(100% - 280px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 2;
    padding: 0px 30px;
}
@media screen and (max-width: 991px) {
    .main__container {
        left: 0;
        width: 100%;
        padding: 0px 15px;
    }
}
@media screen and (max-width: 400px) {
    .main__container {
        min-height: calc(100vh - 176px);
    }
}

.main__inner--wrapper {
    padding: 40px 0 140px;
}

.header__dashboard {
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 13px 30px;
    position: sticky;
    top: 0;
    left: 280px;
    width: calc(100% - 280px);
    z-index: 98;
}
@media screen and (max-width: 991px) {
    .header__dashboard {
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .header__dashboard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 12px 16px;
    }
}
@media screen and (max-width: 767px) {
    .header__dashboard .header__left {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .header__dashboard .header__left {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .header__dashboard .header__search {
        max-width: 360px;
    }
}
.header__dashboard #toggler__btn {
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    pointer-events: auto;
    z-index: 99;
    display: none;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
    .header__dashboard #toggler__btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute;
        left: 16px;
        top: 12px;
        margin-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .header__dashboard .search__form {
        max-width: 360px;
        margin-left: 36px;
    }
}
@media screen and (max-width: 575px) {
    .header__dashboard .search__form {
        max-width: inherit;
        width: inherit;
    }
}
@media screen and (max-width: 400px) {
    .header__dashboard .search__form {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
    }
}

.product__add {
    margin-left: 24px;
}
@media screen and (max-width: 991px) {
    .product__add {
        display: none;
    }
}
.product__add .product__item {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #667085;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product__add .product__item .icon {
    font-size: 34px;
    color: #667085;
    height: 44px;
    width: 44px;
    margin-right: 10px;
    background: #fef7f5;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.product__add .product__item:hover {
    color: #74bf43;
}
.product__add .product__item:hover .icon {
    background: #74bf43;
    color: #fff;
}

.header__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header__right .dropdown__btn {
    position: relative;
    margin-right: 14px;
}
.header__right .dropdown__btn:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .header__right .dropdown__btn {
        margin-right: 5px;
    }
}
.header__right .drop__action--btn {
    list-style: none;
    height: 40px;
    width: 40px;
    font-size: 20px !important;
    color: rgba(41, 45, 50, 0.8) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-right: 0 !important;
}
.header__right .drop__action--btn::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e31b54;
}
.header__right .drop__action--btn::before {
    display: none;
}
.header__right .drop__action--btn.full-screen-link::after {
    display: none;
}
.header__right .notification__button::after {
    top: 12px;
    right: 11px;
}
.header__right .avatar__button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.header__right .avatar__button img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
}
.header__right .avatar__button::after {
    display: none;
}

.dropdown__btn {
    position: relative;
}
@media screen and (max-width: 575px) {
    .dropdown__btn {
        position: unset !important;
    }
}
.dropdown__btn .drop__action--btn {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
    cursor: pointer;
    padding-right: 20px;
}
.dropdown__btn .drop__action--btn::before {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 12px;
    line-height: 21px;
    font-family: "Font Awesome 6 Free";
}

.dropdown__list {
    position: absolute;
    list-style: none;
    position: absolute;
    top: 150%;
    left: auto;
    right: 0;
    padding: 0px;
    min-width: 180px;
    max-height: 290px;
    background: #fff;
    border-radius: 8px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: auto;
    -webkit-box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
    box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
}
@media screen and (max-width: 575px) {
    .dropdown__list {
        right: 20px;
    }
}
@media screen and (max-width: 400px) {
    .dropdown__list {
        right: 10px;
        top: 100%;
    }
}
.dropdown__list--v2 {
    min-width: 360px;
    min-height: 465px;
}
@media screen and (max-width: 400px) {
    .dropdown__list--v2 {
        width: 365px;
    }
}
@media screen and (max-width: 375px) {
    .dropdown__list--v2 {
        min-width: 300px;
        width: 300px;
    }
}
.dropdown__list--v2 li {
    padding: 8px 16px !important;
}
.dropdown__list--v2 li:hover {
    background: #fff !important;
}
.dropdown__list--v2 li a {
    padding: 0;
}
.dropdown__list--v2 li a.active, .dropdown__list--v2 li a:hover {
    background: transparent !important;
}
@media screen and (max-width: 479px) {
    .dropdown__list.v2 {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.dropdown__list li {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #667085;
    line-height: 24px;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    margin-right: 0;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
    .dropdown__list li {
        font-size: 15px;
        padding: 8px 16px;
    }
}
.dropdown__list li a {
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.dropdown__list li a i {
    font-size: 16px;
    margin-right: 8px;
    display: inline-block;
}
.dropdown__list li .header__title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1000000015px;
    color: #000000;
    margin-bottom: 0;
}
.dropdown__list li.show__btn {
    border-top: 1px solid #eaecf0;
    position: sticky;
    bottom: 0;
    top: 100%;
    background: #fff;
    z-index: 9;
}
.dropdown__list li.show__btn .solid__btn {
    color: #74bf43;
    display: block;
}
.dropdown__list li.active, .dropdown__list li:hover {
    background: rgba(235, 94, 40, 0.1);
}
.dropdown__list li.active a, .dropdown__list li:hover a {
    color: #74bf43;
}
.dropdown__list li.active::after {
    display: block;
}
.dropdown__list.active {
    opacity: 1;
    visibility: visible;
    top: 120%;
}
@media screen and (max-width: 575px) {
    .dropdown__list.active {
        top: 100%;
    }
}
@media screen and (max-width: 400px) {
    .dropdown__list.active {
        top: 50%;
    }
}
.dropdown__list .notification__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.dropdown__list .notification__wrap .icon {
    height: 40px;
    width: 40px;
    background: #f2f4f7;
    border-radius: 50%;
    margin-right: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dropdown__list .notification__wrap .icon img {
    height: auto;
    width: auto;
    display: block;
}
.dropdown__list .notification__wrap .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dropdown__list .notification__wrap .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #646464;
    margin-bottom: 4px;
    white-space: nowrap;
}
@media screen and (max-width: 575px) {
    .dropdown__list .notification__wrap .content .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: inherit;
    }
}
.dropdown__list .notification__wrap .content .title .text-black, .dropdown__list .notification__wrap .content .title .text-gray {
    font-weight: 600;
    margin: 0 3px;
}
.dropdown__list .notification__wrap .content .title .span {
    color: #74bf43;
    font-weight: 600;
    margin: 0 3px;
}
.dropdown__list .notification__wrap .content span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #939393;
}

/*********************************
/* Dashboard MainPage End
*********************************/
/*********************************
/* Start Summary Start
*********************************/
.state__summary .stateBox {
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 12px 24px 4px rgba(145, 158, 171, 0.1215686275);
    box-shadow: 0px 12px 24px 4px rgba(145, 158, 171, 0.1215686275);
    padding: 27px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
    .state__summary .stateBox {
        padding: 20px 16px;
    }
}
.state__summary .stateBox__content {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
}
.state__summary .stateBox__content .title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #212b36;
    margin-bottom: 0;
    text-transform: capitalize;
    white-space: nowrap;
}
.state__summary .stateBox__content .counter__value {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #212b36;
    margin: 16px 0px 8px;
}
@media (max-width: 1700px) {
    .state__summary .stateBox__content .counter__value {
        font-size: 24px;
        line-height: 34px;
        margin: 8px 0;
    }
}
@media screen and (max-width: 1440px) {
    .state__summary .stateBox__content .counter__value {
        font-size: 20px;
    }
}
.state__summary .stateBox__content .text__group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.state__summary .stateBox__content .progres {
    height: 24px;
    width: 24px;
    min-width: 24px;
    background: rgba(18, 183, 106, 0.08);
    border-radius: 50%;
    margin-right: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.state__summary .stateBox__content .progres.bg-danger {
    background: rgba(217, 45, 32, 0.08) !important;
}
.state__summary .stateBox__content .content {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #637381;
    white-space: nowrap;
}
.state__summary .stateBox__content .content span {
    color: #212b36;
    font-weight: 700;
}
.state__summary .stateBox .Minichart {
    max-width: 130px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
@media (max-width: 1700px) {
    .state__summary .stateBox .Minichart {
        max-width: 90px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 1440px) {
    .state__summary .stateBox .Minichart {
        max-width: 65px;
        margin-top: -25px;
    }
}
@media screen and (max-width: 1199px) {
    .state__summary .stateBox .Minichart {
        max-width: 100px;
    }
}

/*********************************
/* Start Summary End
*********************************/
/*********************************
/* Card Start
*********************************/
.card {
    padding: 24px;
    border: none;
    border-radius: 24px;
    -webkit-box-shadow: 0px 12px 24px 4px rgba(145, 158, 171, 0.1215686275);
    box-shadow: 0px 12px 24px 4px rgba(145, 158, 171, 0.1215686275);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    background: #fff;
}
@media screen and (max-width: 575px) {
    .card {
        padding: 16px;
    }
}
.card-header {
    background-color: transparent;
    padding: 0px 0px 24px;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-header .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
    display: inline-block;
    color: #212b36;
}
.card-header span {
    font-size: 14px;
    line-height: 20px;
    color: #637381;
    display: block;
}
.card-body {
    padding: 0;
    border-radius: 0;
}
.card-shadow {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
}

.card-body {
    overflow: hidden;
    overflow-y: hidden;
}
.card-body.shadow {
    -webkit-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294) !important;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294) !important;
    -webkit-box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1019607843) !important;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1019607843) !important;
}

.card_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
    display: inline-block;
    color: #212b36;
}

.visitors .apexcharts-legend {
    display: block;
    padding: 0;
    border: 1px solid #eaecf0;
}
.visitors .apexcharts-legend-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
}
.visitors .apexcharts-legend-series {
    padding: 10px 24px;
    margin: 0 !important;
    border-bottom: 1px solid #eaecf0;
}
.visitors .apexcharts-legend-series:last-of-type {
    border: none;
}

/*********************************
/* Card End
*********************************/
/*********************************
/* Dashboard Table Start
*********************************/
.dashboard__table {
    margin-bottom: 0;
}
.dashboard__table thead {
    border: 1px solid #eaecf0;
}
.dashboard__table thead tr {
    background: #f9fafb;
}
.dashboard__table thead tr th {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #475467;
    padding: 12px 24px;
    border: none;
    white-space: nowrap;
}
.dashboard__table thead tr th .heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard__table thead tr th .heading .icon {
    margin-left: 4px;
    color: #848484;
}
.dashboard__table tbody {
    border: 1px solid #eaecf0;
}
.dashboard__table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    color: #344054;
    padding: 11px 24px;
    border-top: 1px solid #eaecf0;
    white-space: nowrap;
}
@media screen and (max-width: 991px) {
    .dashboard__table tbody tr td {
        padding: 11px 20px;
    }
}
.dashboard__table tbody tr .user {
    font-weight: 600;
    color: #667085;
}
.dashboard__table tbody tr .product-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard__table tbody tr .product-group .icon-image {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #f2f4f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 12px;
}
.dashboard__table tbody tr .product-group .icon-image img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.dashboard__table tbody tr .product-group .title {
    color: #101828;
    font-weight: 500;
}
.dashboard__table tbody tr .product-group span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
    display: block;
}

.order-list {
    border: 1px solid #eaecf0;
    border-top: none;
}
.order-list thead tr {
    text-align: center;
}
.order-list thead tr td {
    padding: 18px 24px;
}
@media screen and (max-width: 991px) {
    .order-list thead tr td {
        padding: 12px 20px;
    }
}
.order-list tbody tr td {
    padding: 21.5px 24px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .order-list tbody tr td {
        padding: 11px 20px;
    }
}

.card__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*********************************
/* Dashboard Table end
*********************************/
/*********************************
/* Progress bar Start
*********************************/
.progress__info .single-progressbar {
    display: block;
    margin-bottom: 20px;
}
.progress__info .single-progressbar:last-of-type {
    margin-bottom: 0;
}
.progress__info .single-progressbar .progress__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 91%;
}
.progress__info .single-progressbar .price,
.progress__info .single-progressbar .title {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #344054;
    margin-bottom: 8px;
}
.progress__info .single-progressbar .price {
    font-weight: 400;
    color: #667085;
}
.progress__info .single-progressbar .progressbar {
    margin: 0;
    border-radius: 8px !important;
}
.progress__info .single-progressbar .progressbar .proggress {
    border-radius: 8px !important;
}
.progress__info .single-progressbar .progressbar .percentCount {
    margin-top: -31px;
    font-weight: 400;
    color: #667085;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 18px;
}

/*********************************
/* Progress bar End
*********************************/
/*********************************
/* Dashboard Product Start
*********************************/
.dashboard__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
}
.dashboard__product:last-of-type {
    margin-bottom: 0;
}
.dashboard__product .product__image {
    height: 46px;
    width: 46px;
    border-radius: 8px;
    margin-right: 12px;
}
.dashboard__product .product__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
.dashboard__product .wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dashboard__product .dashboard__content .product__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #344054;
    margin-bottom: 5px;
}
.dashboard__product .dashboard__content .product__title a {
    display: block;
    color: #344054;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.dashboard__product .dashboard__content .product__title a:hover {
    color: #74bf43;
}
.dashboard__product .dashboard__content .product__price {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #667085;
}
.dashboard__product .rating li {
    color: #74bf43;
}

/*********************************
/* Dashboard Product End
*********************************/
/*********************************
/* Dashboard Breadcrumb Start
*********************************/
.dashboard__breadcrumb .breadcrumb__meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.dashboard__breadcrumb .breadcrumb__meta ul li {
    list-style: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
    position: relative;
    padding-right: 15px;
}
.dashboard__breadcrumb .breadcrumb__meta ul li::after {
    content: "/";
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dashboard__breadcrumb .breadcrumb__meta ul li a {
    display: block;
    color: #667085;
    -webkit-transform: all 300ms ease-in-out;
    transform: all 300ms ease-in-out;
}
.dashboard__breadcrumb .breadcrumb__meta ul li a:hover {
    color: #74bf43;
}
.dashboard__breadcrumb .breadcrumb__meta ul li:last-of-type {
    padding-right: 0;
}
.dashboard__breadcrumb .breadcrumb__meta ul li:last-of-type::after {
    display: none;
}

/*********************************
/* Dashboard Breadcrumb End
*********************************/
/*********************************
/* Dashboard Header Start
*********************************/
.dashboard__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}
@media screen and (max-width: 575px) {
    .dashboard__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.dashboard__header .d__header--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.dashboard__header .d__header--left .title {
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 8px;
}
@media screen and (max-width: 479px) {
    .dashboard__header .d__header--left .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 400px) {
    .dashboard__header .d__header--left .title {
        font-size: 22px;
    }
}
@media screen and (max-width: 375px) {
    .dashboard__header .d__header--left .title {
        font-size: 20px;
    }
}
.dashboard__header .add__btn .btn {
    height: 40px;
    margin-right: 16px;
}
.dashboard__header .add__btn .btn i {
    font-size: 24px;
}
.dashboard__header .add__btn .btn img {
    width: 20px;
    height: auto;
    display: inline-block;
}
.dashboard__header .add__btn .btn:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 575px) {
    .dashboard__header .add__btn {
        margin-top: 15px;
    }
}

/*********************************
/* Dashboard Header End
*********************************/
/*********************************
/* Dashboard Search Filer Start
*********************************/
.dashboard__search--filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 12px 0;
}
@media screen and (max-width: 575px) {
    .dashboard__search--filter {
        display: block;
    }
}
.dashboard__search--filter .form-group {
    margin-bottom: 0;
}
@media screen and (max-width: 575px) {
    .dashboard__search--filter .form-group {
        margin-bottom: 20px;
    }
}
.dashboard__search--filter .filter__dropdown {
    position: relative;
}
.dashboard__search--filter .filter__btn {
    margin-left: 15px;
    line-height: 28px;
}
@media screen and (max-width: 575px) {
    .dashboard__search--filter .filter__btn {
        margin-left: 0;
        width: 100%;
    }
}
.dashboard__search--filter .filter__btn svg {
    width: 17px;
}
.dashboard__search--filter .filter__btn svg path {
    stroke: currentColor;
}

/*********************************
/* Dashboard Search Filer End
*********************************/
/*********************************
/* User Profile Start
*********************************/
.user__profile .user__avatar {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: #d4b5ad;
    margin-bottom: 24px;
    display: inline-block;
}
.user__profile .user__avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .user__profile .user__avatar {
        height: 150px;
        width: 150px;
    }
}
@media screen and (max-width: 575px) {
    .user__profile .user__avatar {
        height: 120px;
        width: 120px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 375px) {
    .user__profile .user__avatar {
        height: 100px;
        width: 100px;
    }
}
.user__profile .user__content .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    color: #252522;
    margin-bottom: 4px;
}
.user__profile .user__content .title a {
    color: #252522;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.user__profile .user__content .title a:hover {
    color: #74bf43;
}
@media screen and (max-width: 575px) {
    .user__profile .user__content .title {
        font-size: 24px;
    }
}
.user__profile .user__email {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.user__profile .user__email:hover {
    color: #74bf43;
}
.user__profile .user__status {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #667085;
    margin: 4px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user__profile .user__status .icon {
    height: 20px;
    width: 20px;
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 18px;
}
.user__profile .user__status .icon svg path {
    fill: currentColor;
}
.user__profile .user__amount {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
}
.user__profile .user__amount span {
    font-weight: 600;
    margin-left: 3px;
}

.address__card {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    border-radius: 24px;
    margin-bottom: 30px;
}
.address__card .address__header {
    border-radius: 24px 24px 0px 0px;
    padding: 8px 24px;
    background: #f9fafb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.address__card .address__header .title {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #667085;
    margin-bottom: 0;
}

.address__list {
    padding: 20px;
}
.address__list .address__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.address__list .address__item:last-of-type {
    margin-bottom: 0;
}
.address__list .address__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #667085;
    margin-bottom: 0;
    margin-right: 24px;
    max-width: 120px;
    width: 100%;
}
.address__list .address__details {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
    margin-bottom: 0;
}

/*********************************
/* User Profile End
*********************************/
/*********************************
/* Calender Start
*********************************/
.flatpickr-calendar {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.031372549);
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.031372549);
    -webkit-box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
}
.flatpickr-calendar .flatpickr-day {
    border: none;
}
.flatpickr-calendar .flatpickr-day.today, .flatpickr-calendar .flatpickr-day.selected {
    background: #74bf43;
    border-color: #74bf43;
    color: #fff;
}
.flatpickr-calendar .flatpickr-day:hover {
    color: #74bf43;
    background: rgba(235, 94, 40, 0.05);
    border-color: rgba(235, 94, 40, 0.05);
}
.flatpickr-calendar .flatpickr-month {
    height: 40px;
}
.flatpickr-calendar .flatpickr-current-month {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    left: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flatpickr-calendar .flatpickr-prev-month, .flatpickr-calendar .flatpickr-next-month {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(235, 94, 40, 0.05);
    fill: #667085;
    position: relative;
    border-radius: 8px;
}
.flatpickr-calendar .flatpickr-days .dayContainer {
    width: 285px;
    min-width: 285px;
    max-width: 285px;
}
.flatpickr-calendar .flatpickr-rContainer, .flatpickr-calendar .flatpickr-weekdays {
    max-width: 285px;
}
.flatpickr-calendar .flatpickr-weekdays {
    height: 40px;
}
.flatpickr-calendar .flatpickr-weekday {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
}
.flatpickr-calendar .flatpickr-disabled {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flatpickr-calendar .flatpickr-monthDropdown-months:hover {
    background: transparent;
}
.flatpickr-calendar .numInputWrapper:hover {
    background: transparent;
}
.flatpickr-calendar .numInputWrapper input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*********************************
/* Calender End
*********************************/
/*********************************
/* Custom Radion Btn
*********************************/
.custom__radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    margin-top: 16px;
}
.custom__radio .radio__single {
    margin-bottom: 0;
    margin-right: 28px;
}
.custom__radio .radio__single:last-of-type {
    margin-right: 0;
}
.custom__radio [type=radio]:checked,
.custom__radio [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom__radio [type=radio]:checked + label,
.custom__radio [type=radio]:not(:checked) + label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
}
.custom__radio [type=radio]:checked + label:before,
.custom__radio [type=radio]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #d0d5dd;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom__radio input[type=radio]:checked + label::before {
    border-color: #74bf43;
}
.custom__radio [type=radio]:checked + label:after,
.custom__radio [type=radio]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #74bf43;
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom__radio [type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom__radio [type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*********************************
/* Custom Radion Btn
*********************************/
/*********************************
/* Custom CheckBox Btn
*********************************/
.checkBox__flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkBox__flex .check__list--wrapper {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
    .checkBox__flex .check__list--wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media screen and (max-width: 375px) {
    .checkBox__flex .check__list--wrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.check__list--wrapper .check-item {
    display: block;
    margin-bottom: 15px;
}
.check__list--wrapper .check-item input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.check__list--wrapper .check-item input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #74bf43;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.check__list--wrapper .check-item input:checked + label::before {
    background: transparent;
    border-color: #74bf43;
}
.check__list--wrapper .check-item label {
    position: relative;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}
.check__list--wrapper .check-item label::before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d0d5dd;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

/*********************************
/* Custom CheckBox Btn
*********************************/
/*********************************
/* User List Start
*********************************/
.card__wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
}

.header__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}
@media screen and (max-width: 479px) {
    .header__flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 479px) {
    .header__flex .dropdown__btn {
        margin-top: 15px;
    }
}
@media screen and (max-width: 479px) {
    .header__flex .form-group {
        width: 100%;
    }
}

.user__list {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
}

.user__title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 24px;
    color: #667085;
}

.user-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 16px 24px;
    border-bottom: 1px solid #eaecf0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.user-group::after {
    content: "\f304";
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #74bf43;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: "Font Awesome 6 Free";
}
.user-group.active, .user-group:hover {
    background: rgba(235, 94, 40, 0.03);
}
.user-group.active .title, .user-group:hover .title {
    color: #74bf43;
}
.user-group.active::after, .user-group:hover::after {
    opacity: 1;
    visibility: visible;
}
.user-group .icon-image {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #f2f4f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 12px;
}
.user-group .icon-image img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.user-group .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.user-group span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
    display: block;
}

/*********************************
/* Custom Radion Btn
*********************************/
/*********************************
/* Address card Start
*********************************/
.address__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.address__cards {
    border: 1px solid #f2f4f7;
    padding: 25px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.1215686275);
    box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.1215686275);
    -ms-flex-preferred-size: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
    .address__cards {
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    }
}
@media screen and (max-width: 575px) {
    .address__cards {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.address__cards .address__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.address__cards .address__header .title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #344054;
}
.address__cards .address__list {
    list-style: none;
    display: block;
    padding: 0;
    margin-top: 16px;
}
.address__cards .address__list li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #344054;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}
.address__cards .address__list li:last-of-type {
    margin-bottom: 0;
}
.address__cards .address__list li span {
    font-weight: 400;
    margin-left: 8px;
    color: #667085;
}
@media screen and (max-width: 1440px) {
    .address__cards .address__list li {
        font-size: 15px;
    }
}

/*********************************
/* Address card End
*********************************/
/*********************************
/* Invoice Start
*********************************/
.invoice__main .invoice__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
@media screen and (max-width: 575px) {
    .invoice__main .invoice__wrapper {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .invoice__main .invoice__wrapper {
        margin-bottom: 25px;
    }
}
.invoice__main .invoice__wrapper .description__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0px 24px;
}
@media screen and (max-width: 575px) {
    .invoice__main .invoice__wrapper .description__input {
        margin: 0;
    }
}
.invoice__main .invoice__wrapper .action__btn {
    height: 46px;
    width: 46px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
}
.invoice__main .invoice__wrapper .action__btn svg {
    margin-right: 0;
}
@media screen and (max-width: 479px) {
    .invoice__main .invoice__wrapper .action__btn {
        width: 100%;
    }
}
.invoice__main .invoice__wrapper .custom-width {
    width: 350px;
}
@media screen and (max-width: 1440px) {
    .invoice__main .invoice__wrapper .custom-width {
        width: 250px;
    }
}
@media screen and (max-width: 1199px) {
    .invoice__main .invoice__wrapper .custom-width {
        width: 100%;
    }
}
.invoice__main .invoice__wrapper .btn i {
    font-size: 25px;
}
.invoice__main .btn__group {
    border-top: 1px solid #eaecf0;
    padding-top: 16px;
}
.invoice__main .invoice__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 420px;
}
@media screen and (max-width: 1199px) {
    .invoice__main .invoice__flex {
        max-width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .invoice__main .invoice__flex {
        display: block;
    }
}
.invoice__main .invoice__flex .form__wrapper {
    width: 100%;
    margin-right: 24px;
}

.invoice__total {
    margin: 24px 0;
}
.invoice__total .invoice__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 420px;
    margin-bottom: 12px;
    margin-left: auto;
    border-top: none;
}
.invoice__total .invoice__flex:last-of-type {
    padding-top: 12px;
    margin-bottom: 0;
    border-top: 1px solid #eaecf0;
}
.invoice__total .invoice__value, .invoice__total .invoice__title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
    margin-bottom: 0;
    text-transform: capitalize;
}
.invoice__total .invoice__value {
    font-weight: 500;
}
.invoice__total .invoice__total--value, .invoice__total .invoice__total {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #475467;
}

.invoice__header {
    background: #fef7f5;
    padding: 25px;
    border-radius: 16px 16px 0 0;
}
.invoice__header.invoice__top {
    padding: 30px 0 60px !important;
    border-radius: 0;
    background: transparent;
}
.invoice__header .invoice-logo {
    display: block;
    margin-bottom: 16px;
}
.invoice__header .invoice-logo img {
    height: 100%;
    width: auto;
}
.invoice__header .invoice-title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #475467;
    margin-bottom: 16px;
    display: block;
}
.invoice__header .invoice-title strong {
    font-size: 30px;
    line-height: 38px;
}
@media screen and (max-width: 767px) {
    .invoice__header .invoice-title strong {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .invoice__header .invoice-title {
        font-size: 20px;
    }
}
.invoice__header .invoice-Subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #667085;
    margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
    .invoice__header .invoice-number {
        text-align: left !important;
        margin-top: 20px;
    }
}
.invoice__header .invoice-address li {
    list-style: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    margin-bottom: 8px;
}
.invoice__header .invoice-address li:last-of-type {
    margin-bottom: 0;
}
.invoice__header .invoice-address li span {
    font-weight: 500;
}
@media screen and (max-width: 575px) {
    .invoice__header .invoice-address li {
        font-size: 14px;
    }
}

@media print {
    * {
        color: #000000 !important;
    }
    .dashboard__header,
    .dashboard__breadcrumb,
    .header__dashboard,
    #sideBar {
        display: none;
    }
    .main__container {
        left: 0;
        width: 100%;
    }
    .invoice-number {
        margin-left: auto;
    }
    .dashboard-block {
        width: 1200px;
        -webkit-transform: scale(68%);
        transform: scale(68%);
        -webkit-transform-origin: top left -5px;
        transform-origin: top left -5px;
        margin: auto;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .shadow,
    .form-padding {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    table {
        border-collapse: collapse;
    }
    table th {
        border-top: 1px solid #eaecf0;
        border-bottom: 2px solid #eaecf0;
    }
    table td {
        border-bottom: 1px solid #eaecf0;
    }
    table td.border-none {
        border: none;
    }
}
/*********************************
/* Invoice End
*********************************/
/*********************************
/* Footer Start
*********************************/
.dashboard__footer {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 280px;
    width: calc(100% - 280px);
    border-top: 1px solid #eaecf0;
    z-index: 9;
}
@media screen and (max-width: 991px) {
    .dashboard__footer {
        left: 0;
        width: 100%;
    }
}
.dashboard__footer .footer__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 30px;
}
@media screen and (max-width: 375px) {
    .dashboard__footer .footer__content {
        padding: 14px;
    }
}
.dashboard__footer .footer__content p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #98a2b3;
    margin-bottom: 0;
}
@media screen and (max-width: 375px) {
    .dashboard__footer .footer__content p {
        margin: 5px 0;
        font-size: 14px;
    }
}

/*********************************
/* Footer End
*********************************/
/*********************************
/* Chat  Start
*********************************/
.chat__wrapper {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 1px solid rgba(145, 158, 171, 0.1215686275);
    border-radius: 16px;
    padding: 0;
    -webkit-box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.1215686275);
    box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.1215686275);
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .chat__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 575px) {
    .chat__wrapper {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}
.chat__wrapper ::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}
.chat__wrapper ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #74bf43;
    box-shadow: inset 0 0 1px #74bf43;
    border-radius: 30px;
}
.chat__wrapper ::-webkit-scrollbar-thumb {
    background-color: #74bf43;
    border-radius: 10px;
}
.chat__sidebar {
    width: 100%;
    max-width: 320px;
    border-right: 1px solid rgba(145, 158, 171, 0.1215686275);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.chat__sidebar__toggler, .chat__dropdown__toggler {
    border: none;
    background-color: transparent;
    width: 16px;
    aspect-ratio: 1/1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: currentColor;
    position: absolute;
    left: calc(100% - 16px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.chat__sidebar__toggler i, .chat__dropdown__toggler i {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.chat__sidebar__top {
    padding: 16px 24px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 991px) {
    .chat__sidebar__top {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .chat__sidebar__top {
        padding: 12px 16px;
    }
}
.chat__sidebar__top .myself {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}
.chat__sidebar__top .search__form {
    margin-top: 16px;
    max-width: 100%;
}
.chat__sidebar__top .search__form button {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.chat__sidebar.close {
    width: 80px;
}
@media screen and (max-width: 991px) {
    .chat__sidebar.close {
        width: 100%;
        max-width: 100%;
    }
}
.chat__sidebar.close .chat__sidebar__top {
    padding: 16px;
}
@media screen and (max-width: 400px) {
    .chat__sidebar.close .chat__sidebar__top {
        padding: 10px;
    }
}
.chat__sidebar.close .chat__sidebar__top .search__form--v2 {
    opacity: 0;
    pointer-events: none;
}
.chat__sidebar.close .chat__sidebar__toggler, .chat__sidebar.close .chat__dropdown__toggler {
    width: 48px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #74bf43;
    color: #fff;
    position: absolute;
    left: 0;
    opacity: 0;
}
@media screen and (max-width: 575px) {
    .chat__sidebar.close .chat__sidebar__toggler, .chat__sidebar.close .chat__dropdown__toggler {
        width: 32px;
    }
}
.chat__sidebar.close .chat__sidebar__toggler:hover, .chat__sidebar.close .chat__dropdown__toggler:hover {
    background-color: rgba(235, 94, 40, 0.85);
    opacity: 1;
}
.chat__sidebar.close .chat__sidebar__toggler i, .chat__sidebar.close .chat__dropdown__toggler i {
    font-size: 16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.chat__sidebar.close .chat__user {
    padding: 12px;
}
@media screen and (max-width: 400px) {
    .chat__sidebar.close .chat__user {
        padding: 8px;
    }
}
.chat__sidebar.close .chat__user__content {
    opacity: 0;
    visibility: hidden;
}
.chat__avatar {
    width: 48px;
    min-width: 48px;
    aspect-ratio: 1/1;
    position: relative;
}
@media screen and (max-width: 575px) {
    .chat__avatar {
        width: 36px;
        min-width: 36px;
    }
}
.chat__avatar--small {
    width: 40px;
    min-width: 40px;
}
@media screen and (max-width: 575px) {
    .chat__avatar--small {
        width: 28px;
        min-width: 28px;
    }
}
.chat__avatar--big {
    width: 96px;
    min-width: 96px;
}
@media screen and (max-width: 575px) {
    .chat__avatar--big {
        width: 56px;
        min-width: 56px;
    }
}
.chat__avatar img {
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.chat__avatar .user__status {
    width: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.chat__avatar .user__status--active {
    background-color: #54d62c;
}
.chat__avatar .user__status--block {
    background-color: #d92d20;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.chat__avatar .user__status--block::after {
    content: "";
    width: 4px;
    height: 1px;
    border-radius: 99px;
    background-color: #fff;
}
.chat__avatar .user__status--away {
    background-color: #ffd600;
}
.chat__avatar .user__status--away::after {
    content: "";
    width: 3px;
    height: 3px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-25%, 25%);
    transform: translate(-25%, 25%);
}
.chat__userlist {
    padding-bottom: 54px;
    height: calc(100% - 120px);
    overflow: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 991px) {
    .chat__userlist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f1f1f1;
        height: unset;
        padding-bottom: 0;
        overflow-y: hidden;
        overflow-x: auto;
    }
}
@media screen and (max-width: 991px) {
    .chat__userlist .chat__user__content {
        display: none;
    }
}
.chat__user {
    padding: 12px 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 575px) {
    .chat__user {
        padding: 8px 10px;
    }
}
.chat__user__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
    padding-right: 50px;
    text-align: left;
    letter-spacing: 0px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 575px) {
    .chat__user__content {
        margin-left: 10px;
    }
}
.chat__user__content > .name {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #252522;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.chat__user__content > .lastMsg {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #403c39;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.chat__user__msgAge {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: right;
    color: #919eab;
    position: absolute;
    top: 0;
    right: 0;
}
.chat__user--unread .lastMsg {
    font-weight: 700;
    color: #252522;
    position: relative;
}
.chat__user--unread .chat__user__content::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #2e90fa;
    position: absolute;
    left: 100%;
    bottom: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.chat__user:hover {
    background-color: rgba(235, 94, 40, 0.1);
}
.chat__profile {
    padding: 32px 20px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 575px) {
    .chat__profile {
        padding: 16px 12px;
    }
}
.chat__profile__info {
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 16px;
}
@media screen and (max-width: 575px) {
    .chat__profile__info {
        margin-top: 8px;
    }
}
.chat__profile__info > .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #252522;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.chat__profile__info > .name:hover {
    color: #74bf43;
}
.chat__profile__info > .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #403c39;
    margin-bottom: 0;
}
.chat__dropdown {
    border-top: 1px solid rgba(145, 158, 171, 0.1215686275);
}
.chat__dropdown__title {
    width: 100%;
    padding: 11px 20px;
    border: none;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: rgba(64, 60, 57, 0.75);
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 575px) {
    .chat__dropdown__title {
        padding: 10px 16px;
    }
}
.chat__dropdown__title:hover {
    background-color: rgba(235, 94, 40, 0.1);
    color: #252522;
}
.chat__dropdown__title h4 {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0;
    color: currentColor;
}
.chat__dropdown__title.up .chat__dropdown__toggler {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}
.chat__dropdown__toggler {
    -webkit-transform: translateY(1px) rotate(180deg);
    transform: translateY(1px) rotate(180deg);
    left: unset;
    right: 16px;
}
.chat__dropdown__body {
    padding: 0 20px 20px;
}
@media screen and (max-width: 575px) {
    .chat__dropdown__body {
        padding: 0px 16px 16px;
    }
}
.chat__file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 16px;
}
.chat__file__thumb {
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background-color: rgba(145, 158, 171, 0.16);
    margin-right: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.chat__file__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.chat__file__thumb.icon {
    padding: 8px;
    height: auto;
}
.chat__file__thumb.icon img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.chat__file__info {
    font-family: "Inter", sans-serif;
    text-align: left;
    letter-spacing: 0px;
}
.chat__file__info > .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #252522;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.chat__file__info > .meta {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(64, 60, 57, 0.75);
    margin-bottom: 0;
}
.chat__file:hover .chat__file__info > .title {
    color: #74bf43;
}
.chat__conversation {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 991px) {
    .chat__conversation {
        height: calc(100% - 65px);
    }
}
.chat__conversation .conversation__head {
    padding: 18px 24px;
    background-color: #fff;
    border-bottom: 1px solid rgba(145, 158, 171, 0.1215686275);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 991px) {
    .chat__conversation .conversation__head {
        padding: 16px;
    }
}
@media screen and (max-width: 575px) {
    .chat__conversation .conversation__head {
        padding: 10px;
    }
}
.chat__conversation .conversation__head .chat__user {
    pointer-events: none;
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.chat__conversation .conversation__head .chat__user__content {
    padding-right: 0;
}
.chat__conversation .conversation__head .chat__user:hover {
    background-color: inherit;
}
@media screen and (max-width: 575px) {
    .chat__conversation .conversation__head .chat__avatar {
        width: 40px;
    }
}
.chat__conversation .conversation__action {
    width: 36px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: transparent;
    color: #637381;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 0;
}
.chat__conversation .conversation__action::before, .chat__conversation .conversation__action::after {
    display: none;
}
.chat__conversation .conversation__action:hover {
    background-color: rgba(235, 94, 40, 0.1);
}
.chat__conversation .conversation__body {
    height: calc(100% - 93px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    top: 0;
}
@media screen and (max-width: 400px) {
    .chat__conversation .conversation__body {
        height: calc(100% - 65px);
    }
}
.chat__conversation .conversation__body__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative;
    background-color: #fff;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .chat__conversation .conversation__body__main {
        height: 100%;
    }
}
.chat__conversation .conversation__body__info {
    width: 100%;
    height: 100%;
    max-width: 240px;
    padding-bottom: 36px;
    border-left: 1px solid rgba(145, 158, 171, 0.1215686275);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 767px) {
    .chat__conversation .conversation__body__info {
        background: white;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
}
.chat__conversation .conversation__body__info.close {
    margin-left: -240px;
    -webkit-transform: translateX(240px);
    transform: translateX(240px);
    opacity: 0;
    visibility: hidden;
}
.chat__msg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0em;
}
.chat__msg__wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 24px 24px 94px;
}
@media screen and (max-width: 991px) {
    .chat__msg__wrapper {
        padding: 16px 16px 86px;
    }
}
.chat__msg:not(:last-of-type) {
    margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
    .chat__msg:not(:last-of-type) {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 575px) {
    .chat__msg:not(:last-of-type) {
        margin-bottom: 12px;
    }
}
.chat__msg__date {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.chat__msg .chat__avatar {
    margin-right: 12px;
}
@media screen and (max-width: 575px) {
    .chat__msg .chat__avatar {
        margin-right: 8px;
    }
}
.chat__msg__content {
    width: 100%;
    max-width: 461px;
}
.chat__msg__content > .msg {
    width: 100%;
}
.chat__msg__content > .msg p {
    display: inline-block;
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 575px) {
    .chat__msg__content > .msg p {
        padding: 12px 16px;
    }
}
@media screen and (max-width: 575px) {
    .chat__msg__content > .msg p {
        padding: 6px 12px;
    }
}
.chat__msg__content > .msg:not(:last-of-type) {
    margin-bottom: 8px;
}
.chat__msg__content > .meta {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.16);
}
.chat__msg.self {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.chat__msg.self .chat__avatar {
    display: none;
}
.chat__msg.self .chat__msg__content > .msg p {
    color: #344054;
    background-color: rgba(235, 94, 40, 0.2);
}
.chat__compose {
    width: 100%;
    background: #fff;
    margin-top: auto;
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 8px 24px 24px;
}
@media screen and (max-width: 991px) {
    .chat__compose {
        padding: 8px 16px 16px;
    }
}
.chat__compose__wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}
.chat__compose__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.chat__compose__box > .button__wrapper {
    position: absolute;
    bottom: 19px;
    right: 30px;
}
@media screen and (max-width: 575px) {
    .chat__compose__box > .button__wrapper {
        right: 16px;
        bottom: 16px;
    }
}
@media screen and (max-width: 400px) {
    .chat__compose__box > .button__wrapper {
        right: 16px;
        bottom: 8px;
    }
}
.chat__compose__box > .button__wrapper button {
    width: 24px;
    aspect-ratio: 1/1;
    padding: 0;
    background-color: transparent;
    border: none;
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 400px) {
    .chat__compose__box > .button__wrapper button svg {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 575px) {
    .chat__compose__box > .button__wrapper button {
        margin-left: 4px;
        width: 20px;
    }
}
@media screen and (max-width: 400px) {
    .chat__compose__box > .button__wrapper button {
        margin-left: 0;
        width: 20px;
    }
}
.chat__compose__box > .button__wrapper button:hover {
    color: #74bf43;
}
.chat__compose__emoji, .chat__compose__attachment {
    width: 100%;
    max-height: 175px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 10px;
    display: none;
    position: absolute;
    bottom: 100%;
}
@media screen and (max-width: 991px) {
    .chat__compose__emoji, .chat__compose__attachment {
        padding: 16px;
    }
}
@media screen and (max-width: 479px) {
    .chat__compose__emoji, .chat__compose__attachment {
        padding: 10px;
    }
}
.chat__compose__emoji button {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background-color: rgba(234, 236, 240, 0.5);
    border-radius: 4px;
    margin: 2px;
    border: 1px solid rgba(234, 236, 240, 0.5);
}
.chat__compose__emoji button:focus {
    background-color: #eaecf0;
    border-color: #eaecf0;
}
.chat__compose__send {
    width: 62px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    border: none;
    background-color: #74bf43;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    margin-left: 12px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 400px) {
    .chat__compose__send {
        width: 42px;
        font-size: 18px;
    }
}
.chat__compose__send:hover {
    background-color: #252522;
}
.chat__compose textarea {
    overflow: hidden;
    width: 100%;
    min-height: 62px;
    max-height: 120px;
    display: block;
    padding: 16.5px 94px 16.5px 30px;
    border-radius: 10px;
    border: 1px solid #eaecf0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 575px) {
    .chat__compose textarea {
        padding: 12px 56px 12px 16px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 400px) {
    .chat__compose textarea {
        min-height: 42px;
    }
}
.chat__compose textarea:focus {
    border-color: #74bf43;
    outline: none;
}

/*********************************
/* Chat  End
*********************************/
/*********************************
/* List Start
*********************************/
.list {
    list-style: none;
}
.list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 12px;
    color: #667085;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.list__item:hover {
    color: #74bf43;
}
.list__icon {
    width: 16px;
    aspect-ratio: 1/1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    margin-right: 8px;
    color: currentColor;
}

/*********************************
/* Dashboard Start
*********************************/
.dashboard-block__title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #475467;
    margin-bottom: 16px;
}
.dashboard-block + .dashboard-block {
    margin-top: 24px;
}
@media screen and (max-width: 575px) {
    .dashboard-block .btn__group button {
        margin-top: 8px !important;
    }
}
.dashboard-block .block__card {
    border-radius: 16px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
    aspect-ratio: 5/3.66;
    max-height: 366px;
}
.dashboard-block .block__card.v2 {
    aspect-ratio: inherit;
}

.dashboard__form {
    margin-top: 16px;
}

/*********************************
/*  Archive page (Categories)
*********************************/
.about-main .main-title {
    max-width: 466px;
}
