@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Wix+Madefor+Text:wght@400;500;600;700;800&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Wix Madefor Text", sans-serif;
    --body-font: "Roboto", sans-serif;
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--black);
    --body-h: 348;
    --body-s: 4%;
    --body-l: 53%;
    --body-color: var(--body-h) var(--body-s) var(--body-l);
    --border-color: 0 0% 88%;
    --section-bg: 0 0% 98%;
    --footer-bg: 348 67% 6%;
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    /* ================================ Box Shadow End =============================== */
    /* ========================= Base Color ============================= */
    --base-h: 349;
    --base-s: 100%;
    --base-l: 61%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    /* Base Darken  */
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    /* Base Lighten */
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --background-gradient: linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-two)));
    /* ========================= Base Two Color ============================= */
    --base-two-h: 247;
    --base-two-s: 64%;
    --base-two-l: 25%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    /* Base Two Darken */
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    /* Base Two Lighten */
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    /* Primary Darken */
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    /* primary Lighten */
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    /* Secondary Darken */
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    /* secondary Lighten */
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    /* Success Color */
    --success-h: 121;
    --success-s: 77%;
    --success-l: 45%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    /* Success Darken */
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    /* Success Lighten */
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    /* Danger Darken */
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    /* danger Lighten */
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
    /* Warning Color */
    --warning-h: 38;
    --warning-s: 100%;
    --warning-l: 55%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    /* Warning Darken */
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    /* Warning Lighten */
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    /* Info Darken */
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
    /* ============================== Bootstrap Modifier End ============================== */
}

.fw-bold {
    font-weight: 500 !important;
}

/* ========================= Css Variables End =========================== */
/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--white));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p {
    font-weight: 400;
    margin: 0;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: clamp(1.875rem, 2.8vw + 1rem, 3.75rem);
}

h2 {
    font-size: clamp(1.5625rem, 1.7vw + 1rem, 2.5rem);
}

h3 {
    font-size: clamp(1.375rem, 0.8vw + 1rem, 1.875rem);
}

h4 {
    font-size: clamp(1.25rem, 0.5vw + 1rem, 1.5rem);
}

h5 {
    font-size: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
}

h6 {
    font-size: 1rem;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: 700;
    transition: 0.2s linear;
    line-height: 1.3;
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
}

a:hover {
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.form--radio,
.form--check {
    display: flex;
    flex-wrap: wrap;
}

.flex-align,
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

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

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11,
.form--check .form-check-input:checked::before {
    font-size: 0.6875rem;
}

.fs-12,
.text-list__item-icon,
.badge {
    font-size: 0.75rem;
}

.fs-13,
.table tbody tr td,
.customer__name {
    font-size: 0.8125rem;
}

.fs-14,
.listing-item__icon-text,
.listing-details__date-content .time,
.listing-details-item__icon-text,
.list-item__contact-number,
.list-item__contact-area,
.location-item__list,
.feature-item__icon-text,
.comment-list__time,
.table tbody tr td:first-child,
.table thead tr th,
.form--radio .form-check-label,
.form--check .form-check-label,
.form--control::placeholder {
    font-size: .875rem;
}

.fs-15,
.comment-list__time-icon,
.language-box select,
.table tbody tr td::before,
.btn--icon {
    font-size: 0.9375rem;
}

.fs-16,
.latest-listing__title a,
.pricing-card__number .time,
.category-item__number,
.latest-blog__title a,
.breadcrumb__item,
.scroll-top,
.footer-menu__link,
.footer-item__contact-title,
.alert__title,
.form--label,
p {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {

    .fs-16,
    .latest-listing__title a,
    .pricing-card__number .time,
    .category-item__number,
    .latest-blog__title a,
    .breadcrumb__item,
    .scroll-top,
    .footer-menu__link,
    .footer-item__contact-title,
    .alert__title,
    .form--label,
    p {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18,
.account-form__or,
.pricing-card__title,
.category-item__title,
.testimonial-item__desc,
.comment-list__name,
.login-registration-list__link,
.custom--tab.tab-two .nav-item .nav-link,
.btn,
.custom--accordion .accordion-button {
    font-size: 1rem;
}

@media screen and (max-width: 1399px) {

    .fs-18,
    .account-form__or,
    .pricing-card__title,
    .category-item__title,
    .testimonial-item__desc,
    .comment-list__name,
    .login-registration-list__link,
    .custom--tab.tab-two .nav-item .nav-link,
    .btn,
    .custom--accordion .accordion-button {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 1199px) {

    .fs-18,
    .account-form__or,
    .pricing-card__title,
    .category-item__title,
    .testimonial-item__desc,
    .comment-list__name,
    .login-registration-list__link,
    .custom--tab.tab-two .nav-item .nav-link,
    .btn,
    .custom--accordion .accordion-button {
        font-size: 1rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ====================== Section Heading ==================== */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1014px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1194px;
    }
}

.custom-container {
    max-width: 1770px;
}

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

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

.section-heading__title {
    margin-bottom: 15px;
    vertical-align: middle;
    line-height: 1;
}

.section-heading__desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

/* ====================== Section Heading En d==================== */
/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 40px;
}

@media screen and (max-width: 575px) {
    .slick-dots {
        padding-top: 20px;
    }
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black)/0.1);
    color: hsl(var(--black));
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 10px;
    border-radius: 5px;
}

/* Dots Css End */
/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */


.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= Margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-80 {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.mt-40 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-40 {
        margin-top: 40px;
    }
}

.mb-40 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-40 {
        margin-bottom: 40px;
    }
}

/* ================================= Margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}


.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

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

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

/* ========================= Padding Md 60 Bottom =========================== */
.pt-md-60 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-md-60 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-md-60 {
        padding-top: 60px;
    }
}

.pb-md-60 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-md-60 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-md-60 {
        padding-bottom: 60px;
    }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--black)/0.09);
    background-color: transparent !important;
    border-radius: 5px;
    overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--section-bg));
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion .accordion-button {
    background-color: #f3f3f3 !important;
    padding: 15px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
    background-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--white));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    display: inline-block;
    position: absolute;
    right: 20px;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px;
}

.btn {
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--heading-font);
    line-height: 1;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 12px 20px;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    box-shadow: none !important;
}

.btn--lg {
    padding: 20px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 10px 15px;
    font-size: 15px !important;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.btn .icon {
    margin-right: 5px;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
    color: #fff;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--success {
    background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
    background-color: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
    background-color: transparent !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--dark {
    background-color: hsl(var(--black)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
    background-color: hsl(var(--black)/.9) !important;
    border: 1px solid hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;;
}

.btn-outline--dark {
    background-color: transparent !important;
    border: 1px solid hsl(var(--black)) !important;
    color: hsl(var(--black)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--black)) !important;
}


.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
    border: transparent;
}

.custom--card .card-header {
    padding: 12px 24px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.custom--card .card-header .title {
    margin-bottom: 0;
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 5px;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.1);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */

.form--label {
    margin-bottom: 5px;
    color: #190509;
    font-weight: 500;
    font-size: 0.875rem;
}

.form-group {
    margin-bottom: 1rem;
}

/* Form Select */
.select {
    color: hsl(var(--black)/0.6) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.select option {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 5px;
    font-weight: 400;
    outline: none;
    width: 100%;
    height: 45px;
    background-color: hsl(var(--white));
    border: 1px solid #ebebeb;
    color: hsl(var(--black));
    line-height: 1;
    padding: 0 10px;
}

textarea.form--control {
    padding-top: 0.8rem;
}

.form--control::placeholder {
    color: hsl(var(--black)/0.6);
}

.form--control:focus {
    box-shadow: none;
    color: hsl(var(--black));
    border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.07);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 45px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    transition: 0.2s linear;
    position: relative;
    margin-left: 0;
    color: hsl(var(--black)/0.7) !important;
    border-left: 0;

}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.input-group-text {
    background-color: #fafafa;
    border-radius: .5rem;
}

.input-group-text.btn--danger{
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

/* Form Control End */


/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

/* Custom Checkbox Design */
.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--white)/0.12);
    padding: 15px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
    box-shadow: none;
}

.custom--modal .modal-content {
    background-color: hsl(var(--black));
    border-radius: 10px !important;
}

.custom--modal .modal-body {
    padding: 15px;
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--white)/0.12);
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 56px;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 32px;
    }
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--black)/0.15);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--body-color));
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--black) / 0.03);
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--black)/0.7);
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    border: 1px solid hsl(var(--black)/0.08);
    border-right: 0;
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

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

.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
    border-right: 1px solid hsl(var(--black)/0.08);
}

/* .table thead tr th:nth-child(2) {
    text-align: left;
} */

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black)/0.08);
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* ================================= Table Css End =========================== */

/* ================================= Tab Css Start =========================== */
.custom--tab {
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 40px;
}

.custom--tab.tab-two {
    width: 240px;
    margin: 0 auto;
    border: 10px solid hsl(var(--white));
    margin-bottom: 35px;
}

.custom--tab.tab-two {
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}

.custom--tab.tab-two .nav-item {
    padding: 0 !important;
    margin: 0 !important;
}

.custom--tab.tab-two .nav-item .nav-link {
    background-color: transparent !important;
    width: 110px;
    height: unset;
    border-radius: 0 !important;
    color: hsl(var(--base)) !important;
}

.custom--tab.tab-two .nav-item .nav-link.active {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--base)) !important;
    border: 1px solid transparent !important;
}

.custom--tab.tab-two .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab.tab-three {
    justify-content: start;
}

.custom--tab.tab-three .nav-item {
    padding: 0 !important;
    margin-right: 10px !important;
}

.custom--tab.tab-three .nav-item .nav-link {
    background-color: transparent !important;
    width: unset;
    height: unset;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: hsl(var(--black));
    border-radius: 0 !important;
    position: relative;
    padding: 0 !important;
}

.custom--tab.tab-three .nav-item .nav-link.active {
    color: hsl(var(--black)) !important;
    background-color: transparent !important;
}

.custom--tab.tab-three .nav-item .nav-link.active::before {
    width: 100%;
    background-color: hsl(var(--base));

}

.custom--tab.tab-three .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab.tab-three .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--base));
    transition: 0.3s;
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

@media screen and (max-width: 374px) {
    .custom--tab .nav-item {
        padding: 3px;
    }
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--black)) !important;
    border-radius: 5px !important;
    transition: 0.4s;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    border: 1px solid transparent;
    background-color: hsl(var(--white)) !important;
    padding: 0 !important;

}

@media screen and (max-width: 767px) {
    .custom--tab .nav-item .nav-link {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white)) !important;
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.badge--base {
    background-color: hsl(var(--base)/0.15) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)/0.15) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.15) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success)/0.15) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)/0.15) !important;
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)/0.15) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info)/0.15) !important;
    color: hsl(var(--info)) !important;
}

.badge--dark {
    background-color: hsl(var(--black)/0.15) !important;
    color: hsl(var(--black)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base-two)/0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader-wrapper {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-wrapper .preloader {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.preloader-wrapper .preloader .wrapper {
    position: absolute;
    transform: scale(1.5);
}

.loader {
    height: 25px;
    width: 1px;
    position: absolute;
    animation: rotate 3.5s linear infinite;
}

.loader .dot {
    top: 30px;
    height: 7px;
    width: 7px;
    background: hsl(var(--base));
    border-radius: 50%;
    position: relative;
}

@keyframes rotate {
    30% {
        transform: rotate(220deg);
    }

    40% {
        transform: rotate(450deg);
        opacity: 1;
    }

    75% {
        transform: rotate(720deg);
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}

.loader:nth-child(1) {
    animation-delay: 0.15s;
}

.loader:nth-child(2) {
    animation-delay: 0.3s;
}

.loader:nth-child(3) {
    animation-delay: 0.45s;
}

.loader:nth-child(4) {
    animation-delay: 0.6s;
}

.loader:nth-child(5) {
    animation-delay: 0.75s;
}

.loader:nth-child(6) {
    animation-delay: 1s;
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 110px;
}

@media screen and (max-width: 1599px) {
    .navbar-brand {
        margin-right: 60px;
    }
}

@media screen and (max-width: 1499px) {
    .navbar-brand {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1399px) {
    .navbar-brand {
        margin-right: 20px;
    }
}

.navbar-brand.logo img {
    max-width: 200px;
    max-height: 60px;
}

@media screen and (max-width: 1399px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-brand.logo img {
        max-width: 140px;
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: hsl(var(--black)/0.4);
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: hsl(var(--black));
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--black));
    position: fixed;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

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

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
        padding-right: 32px;
    }

    .nav-menu .nav-item:last-child {
        padding-right: 0;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 1rem;
        font-family: var(--heading-font);
        color: hsl(var(--white)) !important;
        padding: 40px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }

    .nav-menu .nav-item .nav-link.active {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item .nav-link.active::before {
        width: 100%;
    }

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 25px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--base));
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        transform: scaleY(0);
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        transition: 0.3s;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
    }
}


@media (max-width: 1400px) {
    .nav-menu .nav-item {
        padding-right: 20px !important;
    }

    .nav-menu .nav-link {
        font-size: 15px !important;
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--white)/0.1);
        color: hsl(var(--white)) !important;
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        transform: rotate(180deg);
    }

    .dropdown-menu {
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--white)/0.1);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }

}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 1.8rem;
}

.navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

/* Login Registration */
.login-registration-list {
    margin: 0 -10px;
    padding-right: 20px;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-right: 0;
    }
}

.login-registration-list__item {
    color: hsl(var(--white));
    padding: 0 10px;
    position: relative;
}

.login-registration-list__item:last-child::before {
    display: none;
}

.login-registration-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.5);
}


.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 500;
    font-family: var(--heading-font);
}

@media screen and (max-width: 1399px) {
    .login-registration-list__link {
        font-size: 0.9375rem;
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

@media screen and (max-width: 1199px) {
    .listing-button .btn {
        padding: 12px 20px;
        font-size: 15px;
    }
}

.account-form__icon.facebook {
    color: #1877F2;
}

.account-form__icon.google {
    color: #EA4335;
}

.account-form__icon.linkedin {
    color: #0077B5;
}

/* Language Box */
.language-box {
    display: flex;
    align-items: center;
    position: relative;
}

.language-box select {
    color: hsl(var(--white)) !important;
    background-color: transparent !important;
    border: 1px solid hsl(var(--white)/0.4);
    padding: 5px 8px;
    font-weight: 400;
    border-radius: 5px;
}

.language-box select option {
    background-color: hsl(var(--black));
}

.language-box.box-two select {
    border: 1px solid hsl(var(--black)/0.4);
    color: hsl(var(--black)) !important;
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
    background-color: hsl(var(--footer-bg));
    margin-top: auto;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.footer-area__shape-one {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .footer-area__shape-one {
        max-width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area__shape-one {
        max-width: 280px;
    }
}

@media screen and (max-width: 575px) {
    .footer-area__shape-one {
        display: none;
    }
}

.footer-area__shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .footer-area__shape-two {
        max-width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area__shape-two {
        max-width: 280px;
    }
}

@media screen and (max-width: 575px) {
    .footer-area__shape-two {
        display: none;
    }
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-item__logo {
    margin-bottom: 20px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item__desc {
    color: hsl(var(--white)/0.8);
    max-width: 300px;
    padding-bottom: 35px;
}

.footer-item__title {
    color: hsl(var(--white));
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.footer-item__title::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: hsl(var(--base));
}

.footer-item__contact {
    border-top: 1px dashed hsl(var(--white)/0.2);
    padding-top: 35px;
    max-width: 300px;
}

.footer-item__contact-title {
    color: hsl(var(--white));
    font-weight: 500;
}

.footer-item__contact-number {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: hsl(var(--base));
}



@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}

/* Footer List Item */
.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

.footer-menu__item:last-child {
    padding-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--white)/0.8);
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
    display: flex;
    padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
    padding-bottom: 0;
}

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--base));
    font-size: 1.25rem;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
    color: hsl(var(--white)/0.8);
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    padding-bottom: 20px;
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
    animation: scroll_top 5s linear infinite;
}

@media screen and (max-width: 767px) {
    .scroll-top {
        right: 20px;
        width: 35px;
        height: 35px;
    }
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    z-index: 10;
}

@keyframes scroll_top {

    0%,
    to {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.15);
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 160px 0 60px;
    margin-bottom: 0 !important;
}


.breadcrumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
}

@media screen and (max-width: 374px) {
    .breadcrumb__title {
        font-size: 24px;
    }
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumb__item {
    color: hsl(var(--white));
    padding: 0 5px;
    font-weight: 400;
}

.breadcrumb__item-text {
    color: hsl(var(--white));
}

.breadcrumb__link {
    color: hsl(var(--white));
    font-weight: 500;
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

.rating-list__number {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: hsl(var(--black));
    margin-right: 4px;
}

.rating-star i {
    color: #ffbf00;
    padding: 0 1px;
}

.rating-star i {
    color: #ffbf00;
}

/* ================================= Start Rating Css End =========================== */
/* ================================= Comment Css Start =========================== */
.comment-list {
    margin-bottom: 30px;
}

.comment-list__item {
    border-bottom: 1px solid hsl(var(--black)/0.04);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comment-list__item:last-child {
    border-bottom: none;
    margin-bottom: none;
}

.comment-list .rating-list__item {
    font-size: 14px;
}

.comment-list__thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid hsl(var(--black) / 0.08);
}

.comment-list__item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.comment-list__name {
    margin-bottom: 5px;
    color: hsl(var(--black));
}

.comment-list__time {
    margin-bottom: 15px;
}

.comment-list__time-icon {
    color: hsl(var(--base));
    margin-right: 5px;
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}

/* ================================= Comment Css End =========================== */
/* ================================= Text List Css Start =========================== */
.text-list {
    margin: -8px 0px;
}

.text-list.inline {
    display: flex;
    align-items: center;
    margin: 0px -8px;
}

.text-list.inline .text-list__item {
    padding: 0px 8px;
}

.text-list__item {
    padding: 8px 0px;
    color: hsl(var(--body-color));
}

.text-list__item-icon {
    color: hsl(var(--base));
    margin-right: 5px;
}

/* ================================= Text List Css End =========================== */
.blog-sidebar-wrapper {
    top: 100px;
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    background-color: hsl(var(--black)/0.03);
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}


/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 4;
    padding-top: 248px;
    padding-bottom: 160px;
}

@media screen and (max-width: 1499px) {
    .banner-section {
        padding-top: 220px;
        padding-bottom: 132px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding-top: 130px;
        padding-bottom: 92px;
    }

    .banner-form-wrapper {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section {
        padding-top: 120px;
        padding-bottom: 82px;
    }

    .banner-form-wrapper {
        margin-top: 35px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding-top: 110px;
        padding-bottom: 72px;
    }

    .banner-form-wrapper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section.bg-img {
        background-position: center right;
        object-fit: contain;
    }
}

.banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.banner-content__title {
    color: hsl(var(--white));
    font-size: 60px;
    font-weight: 800;
    font-family: var(--heading-font);
    margin-bottom: 10px;
}

@media screen and (max-width: 1599px) {
    .banner-content__title {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        font-size: 37px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__title {
        font-size: 30px;
    }
}

.banner-content__text {
    font-weight: 400;
    font-family: var(--heading-font);
}

.banner-content__desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--body-font);
    color: hsl(var(--white)/0.85);
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 16px;
    }
}

.banner-content__button {
    margin-top: 30px;
}

.banner-form-wrapper {
    background: rgba(255, 255, 255, 0.12);
    padding: 10px;
    margin-top: 60px;
    border-radius: 5px;
}

.banner-form {
    display: flex;
    align-items: center;
    background-color: hsl(var(--white));
    border-radius: 6px;
    position: relative;
    z-index: 1;
    justify-content: flex-end;
}



.banner-form .filter-item,
.banner-form .location {
    position: relative;
    width: calc(33.333333% - 43.33333px);
}

@media (max-width: 991px) {
    .banner-form-wrapper {
        padding: 25px;
    }

    .banner-form {
        flex-direction: column;
        background-color: transparent;
        gap: 1.25rem;
    }

    .banner-form .filter-item,
    .banner-form .location {
        width: 100%;
        background: hsl(var(--white));
        border-radius: 5px;
    }

    .banner-form .form--control,
    .banner-form .select2-container {
        height: 50px !important;
    }
}

.banner-form .filter-item:not(:last-of-type):after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    transform: translateY(-50%);
    background-color: hsl(var(--black)/0.2);
}

.banner-form .filter-item:nth-child(2):after {
    right: 0;
}

.banner-form .select2-container--default .select2-selection--single {
    border: none !important;
}

@media screen and (max-width: 767px) {
    .banner-form::before {
        background-color: transparent;
    }
}

.banner-form .keyword {

    position: relative;
    margin-bottom: 0 !important;
    position: relative;
}

.banner-form .location__icon {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 20px;
}

.banner-form .all-category {
    margin-right: 0;
}

.banner-form .all-category select {
    padding-left: 35px !important;
}

.banner-form .search-btn {
    border: 0 !important;
    border-radius: 0px 5px 5px 0;
    padding: 25px;
    width: 130px;
}

.banner-form .search-btn i {
    margin-left: 5px;
    transform: rotate(-90deg);
}

.banner-form .search-btn:hover {
    border: 0 !important;
}

@media screen and (max-width: 991px) {
    .banner-form .search-btn {
        width: 100%;
        padding: 13px;
        height: 50px;
        line-height: 1;
        border-radius: 5px !important;
    }

    .banner-form .all-category select {
        padding-left: 15px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 6px;
    }
}

@media screen and (max-width: 575px) {
    .banner-form .search-btn .btn {
        padding: 15px !important;
    }

}

.banner-form .form--control {
    border: none;
    font-family: var(--body-font);
    font-weight: 400;
    color: hsl(var(--body-color)) !important;
}

.banner-form .form--control:focus {
    border-radius: 3px;
    color: hsl(var(--black));
    box-shadow: none;
    border-color: hsl(var(--base));
    background-color: hsl(var(--white));
}

.banner-form .form-select {
    border: none !important;
    color: hsl(var(--body-color)) !important;
    font-size: 16px !important;
    font-weight: 400;
}


/* =========================== Banner Section End Here ========================= */
/*================== feature section css start here ==================*/
.feature-item {
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}


.feature-item:hover .feature-item__thumb img {
    transform: scale(1.06);
}

.feature-item__thumb {
    overflow: hidden;
    max-height: 300px;
    width: 100%;
    position: relative;
}

.feature-item__thumb-link {
    width: 100%;
    height: 100%;
}

.feature-item__thumb-link img {
    width: 100%;
    transition: 0.2s linear;
}

.feature-item__thumb-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: hsl(var(--white)/0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: hsl(var(--base));
    transition: 0.3s linear;
    line-height: 0;
}

.feature-item__title {
    margin-bottom: 15px;
    word-break: break-all;
}

.feature-item__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.feature-item__content {
    padding: 20px 15px;
}

.feature-item__content .price,
.feature-item__content .category {
    color: #797878;
    display: flex;
    align-items: center;
    gap: 5px;
}


.feature-item__content .category i {
    font-size: 12px;
}

@media screen and (max-width: 1199px) {
    .feature-item__content {
        padding: 25px 20px 15px 20px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__content {
        padding: 15px;
    }

}

.feature-item__link {
    color: hsl(var(--black)/0.8);
}

@media screen and (max-width: 1199px) {
    .feature-item__link {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    .feature-item__link {
        font-size: 0.9375rem;
    }

    .feature-item__content .price,
    .feature-item__content .category {

        font-size: 0.8125rem;
    }
}

.feature-item__icon {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .feature-item__icon {
        margin-left: 8px;
        font-size: 12px;
    }
}

.feature-item__single-content {
    margin-right: 15px;
    position: relative;
    font-weight: 500;
}

.feature-item__single .badge {
    color: hsl(var(--success));
    font-weight: 600;
    padding: 0px;
}

.feature-item__single-content:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #ddd;
    right: -8px;
}

.feature-item__single .feature-item__single-content:last-child:after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .feature-item__icon-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__icon-text {
        margin-right: 5px;
        font-size: 11px;
    }
}

@media screen and (max-width: 575px) {
    .feature-item__icon-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__single-content::after {
        right: -5px;
    }
}

.feature-item__contact {
    border-top: 1px solid #ebebeb;
    padding: 10px 25px;
}

@media screen and (max-width: 1199px) {
    .feature-item__contact {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__contact {
        padding: 10px 8px;
    }
}

@media screen and (max-width: 575px) {
    .feature-item__contact {
        padding: 10px 12px;
    }
}

.feature-item__contact-icon {
    font-size: 24px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .feature-item__contact-icon {
        font-size: 20px;
    }
}

.feature-item__contact-area {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
    .feature-item__contact-area {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .feature-item__contact-area {
        font-size: 14px;
    }
}

.feature-item__contact-number {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
    .feature-item__contact-number {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .feature-item__contact-number {
        font-size: 14px;
    }
}

@media (min-width: 468px) {
    .list-view .feature-item {
        display: flex;
        max-height: unset;
    }

    .list-view .feature-item .feature-item__thumb {
        width: 40%;
        overflow: hidden;
    }

    .list-view .feature-item__content-wrapper {
        width: 60%;
    }

    .list-view .feature-item .feature-item__thumb-link img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .list-view .listing-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 991px) {
    .list-view .feature-item .feature-item__thumb {
        width: 30%;
    }
}


@media (max-width: 468px) {
    .view-buttons {
        display: none !important;
    }
}



@media (max-width: 767px) {

    .list-view .feature-item .feature-item__thumb {
        width: 50%;
    }

    .listing-item__thumb-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .listing-item__thumb-icon i {
        font-size: 16px;
    }
}

@media (max-width: 467px) {

    .list-view .feature-item .feature-item__thumb {
        width: 100%;
    }
}

.rating {
    background-color: hsl(var(--rating));
    border-radius: 3px;
    padding: 3px;
    color: hsl(var(--white));
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .rating {
        font-size: 11px;
    }
}

@media screen and (max-width: 575px) {
    .rating {
        font-size: 12px;
    }
}

@media screen and (max-width: 374px) {
    .rating {
        font-size: 11px;
    }
}



/*======= feature-grid css start here =======*/

.feature-sidebar {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}


@media (max-width: 991px) {
    .feature-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        max-width: 300px;
        height: 100%;
        border-radius: 0;
        transform: translateX(-100%);
        transition: .3s linear;
        padding: 40px 32px;
    }

    .feature-sidebar.show {
        transform: translateX(0);
    }
}

.feature-sidebar__close {
    display: none;
}

@media (max-width: 991px) {
    .feature-sidebar__close {
        display: block;
        position: absolute;
        right: 12px;
        top: 12px;
        font-size: 20px;
        line-height: 1;
    }
}

.filter-button {
    display: none;
}

@media (max-width: 991px) {
    .filter-button {
        display: block;
        color: hsl(var(--white)) !important;
        font-size: 20px;
        padding: 8px !important;
    }
}

.feature-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.feature-sidebar__range {
    margin-top: 30px;
}

.feature-sidebar__range-title {
    margin-bottom: 10px;
}

.feature-sidebar__range-text {
    margin-bottom: 15px;
}

.feature-sidebar__button {
    margin-top: 25px;
}

.feature-sidebar__thumb {
    position: relative;
    padding: 100px 50px;
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.feature-sidebar__thumb::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px dashed hsl(var(--white)/0.5);
    border-radius: 10px;
    z-index: -1;
}

.feature-sidebar__thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.feature-sidebar__thumb-title {
    color: hsl(var(--base));
    font-weight: 700;
}

.feature-sidebar__thumb-text {
    color: hsl(var(--white));
    font-size: 16px;
    margin-bottom: 25px;
}

.feature-sidebar__thumb-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    padding: 15px 29px;
    border-radius: 6px;
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 600;
    transition: 0.2s linear;
    cursor: pointer;
}

.feature-sidebar__thumb-link:hover {
    background-color: hsl(var(--base-d-100));
}

.feature-sidebar__thumb-content {
    text-align: center;
}

.search-box {
    position: relative;
}


.listing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .listing-header {
        padding: 10px;
    }
}

@media screen and (max-width: 374px) {
    .listing-header {
        padding: 8px 7px;
    }
}

.listing-header__title {
    margin-bottom: 0;
}

.listing-header .btn {
    background-color: white;
    color: var(--body-color);
    padding: 0.8rem 1rem;
    border: 1px solid hsl(var(--black) /.08);
}

.listing-header .btn.active {
    background-color: hsl(var(--base));
    color: #fff !important;
}

/*======= feature-grid css end here =======*/


.location-item__title {
    margin-bottom: 0;
    color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .location-item__title {
        font-size: 16px;
    }
}

.location-item__list {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    padding: 0px 10px;
    font-family: var(--body-font);
    font-weight: 400;
    border-radius: 3px;
}

@media screen and (max-width: 424px) {
    .location-item__list {
        font-size: 11px;
        padding: 2px 8px;
    }
}

/*============= list item css =============*/
.list-item {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    .list-item {
        flex-wrap: wrap;
    }
}

.list-item__contact {
    border-top: 1px solid hsl(var(--black)/0.1);
    padding: 15px 20px;
}

@media screen and (max-width: 767px) {
    .list-item__contact {
        padding: 10px 13px;
    }
}

.list-item__contact-icon {
    font-size: 20px;
    line-height: 0;
}

@media screen and (max-width: 424px) {
    .list-item__contact-icon {
        font-size: 16px;
    }
}

.list-item__contact-area {
    font-weight: 500;
    font-family: var(--heading-font);
}

@media screen and (max-width: 424px) {
    .list-item__contact-area {
        font-size: 11px;
    }
}

@media screen and (max-width: 424px) {
    .list-item__contact-number {
        font-size: 11px;
    }
}

.list-item__wrapper {
    width: calc(100% - 245px);
}

@media screen and (max-width: 767px) {
    .list-item__wrapper {
        width: 100%;
    }
}

.list-item__title {
    margin-bottom: 15px;
}

.list-item__link {
    color: hsl(var(--black));
}

.list-item__content {
    padding: 20px;
    position: relative;
}

.list-item__thumb {
    width: 245px;
    position: relative;
    overflow: hidden;
}

.list-item__thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black));
    opacity: 0.25;
}

@media screen and (max-width: 767px) {
    .list-item__thumb {
        width: 100%;
    }
}

.list-item__thumb img {
    height: 100%;
    object-fit: cover;
}

/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testimonials__shape-one {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .testimonials__shape-one {
        left: -20px;
    }
}

@media screen and (max-width: 991px) {
    .testimonials__shape-one {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials__shape-one {
        display: none;
    }
}

.testimonials__shape-two {
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .testimonials__shape-two {
        right: -20px;
    }
}

@media screen and (max-width: 991px) {
    .testimonials__shape-two {
        width: 250px;
        right: -40px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials__shape-two {
        display: none;
    }
}

.testimonails-card {
    padding: 0 10px;
    height: 100%;
}

.testimonial-item {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 424px) {
    .testimonial-item {
        padding: 15px 5px;
    }
}

.testimonial-item__thumb {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.testimonial-item__thumb img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 424px) {
    .testimonial-item__thumb img {
        width: 90px;
        height: 90px;
    }
}

.testimonial-item__thumb-icon {
    color: hsl(var(--base));
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: -15px;
    font-size: 18px;
    box-shadow: var(--box-shadow);
}

.testimonial-item__thumb img {
    object-fit: cover;
}

.testimonial-item__name {
    margin-top: 1rem;
    margin-bottom: 0;
    color: hsl(var(--black));
    text-align: center;
}

.testimonial-item__name {
    margin-bottom: 10px;
    color: hsl(var(--black));
}

.testimonial-item__designation {
    color: hsl(var(--black)/0.8);
}

.testimonial-item__desc {
    color: hsl(var(--black)/0.8);
    max-width: 700px;
    text-align: center;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 2.5;
    color: #00284E;
}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        padding-top: 10px;
        line-height: 2;
        font-size: 16px;
    }
}

/* ================================ Testimonails Section Css End ============================= */
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.1);
}

.blog-item__thumb {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    max-height: 300px;
    border: 1px solid hsl(var(--black)/0.06);
    border-bottom: none;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    transition: 0.2s linear;
}

.blog-item__content {
    background-color: hsl(var(--white)/0.07);
    padding: 32px 25px;
    border: 1px solid hsl(var(--black)/0.06);
    border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 767px) {
    .blog-item__content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__content {
        padding: 25px 15px;
    }
}

.blog-item__title {
    margin-top: 10px;
}


.blog-item__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}

.blog-item .text-list__item-icon {
    font-size: 20px;
}

/* Text Border Bottom Animation Css Start */
.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*======================== about section css start here ========================*/

.about-section__shape-one {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .about-section__shape-one {
        width: 250px;
    }
}

@media screen and (max-width: 1199px) {
    .about-section__shape-one {
        display: none;
    }
}

/* about left */
.about-left__thumb {
    position: relative;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .about-left__thumb {
        margin: 0 auto;
        max-width: 500px;
    }
}

@media screen and (max-width: 575px) {
    .about-left__thumb {
        max-width: 400px;
    }
}

@media screen and (max-width: 374px) {
    .about-left__thumb {
        max-width: 300px;
    }
}

.about-left__thumb img {
    border-radius: 10px;
    width: 100%;
}

/* about right */
.about-right__item {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.about-right__item:last-child {
    margin-bottom: 0;
}

.about-right__content {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.about-right__content-title {
    margin-bottom: 15px;
}

.about-right__icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: hsl(var(--base));
    font-size: 30px;
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-right__icon::before {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid hsl(var(--base));
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 5px;
}

.about-right__desc {
    max-width: 400px;
}

/*============ about section css end here ============*/
.team-item .thumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-item .thumb .social-list {
    position: absolute;
    left: 0;
    top: 60%;
    text-align: center;
    width: 100%;
    margin-top: -18px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-item:hover .thumb::before {
    opacity: 0.7;
}

.team-item:hover .thumb .social-list {
    opacity: 1;
    top: 50%;
    transition-delay: 0.3s;
}

.team-item .content {
    padding: 1rem;
    text-align: center;
    background-color: hsl(var(--base));
}

.team-item .content .name {
    color: hsl(var(--white));
    margin: 0;
}

.team-item .content .designation {
    color: hsl(var(--white));
}

/*========================= category section css start here========================= */
.category-section {
    position: relative;
    background-color: #fafafa;
    z-index: 1;
    overflow: hidden;
}

.category-section__shape-one {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .category-section__shape-one {
        width: 300px;
    }
}

.category-section__shape-two {
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: -1;
}

@media screen and (max-width: 1499px) {
    .category-section__shape-two {
        width: 300px;
    }
}

@media screen and (max-width: 1499px) {
    .category-section__shape-one {
        width: 250px;
    }

    .category-section__shape-two {
        width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .category-section__shape-one {
        width: 200px;
    }

    .category-section__shape-two {
        width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .category-section__shape-one {
        display: none;
    }

    .category-section__shape-two {
        display: none;
    }
}

.category-item {
    position: relative;
    display: flex;
    align-items: center;
    background: hsl(var(--white));
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    gap: 10px;
    overflow: hidden;
}

.category-item:hover {
    box-shadow: 0 0 5px 0 hsl(var(--black) / 0.05);
}


.category-item .link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.category-item__icon {
    width: 65px;
    height: 65px;
}

.category-item__icon img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.category-item:hover .category-item__icon img {
    transform: scale(1.1);
}

.category-item__content {
    width: calc(100% - 65px);
}

.category-item__title {
    color: hsl(var(--black));
    font-family: var(--heading-font);
    font-weight: 600;
}

.category-item__number {
    background-color: hsl(var(--base)/0.1);
    padding: 0px 8px;
    border-radius: .5rem;
    font-size: 0.825rem;
}

@media (max-width: 575px) {
    .category-item__icon {
        width: 45px;
        height: 45px;
    }

    .category-item__content {
        width: calc(100% - 45px);
    }

    .category-item__title {
        font-size: 0.875rem;
    }
}

@media (max-width: 424px) {
    .category-item {
        flex-direction: column;
        padding: 15px;
    }

    .category-item__content {
        width: 100%;
    }
}

/*========================= category section css end here========================= */
/*======================== cta section css start here ========================*/
.cta-section {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 4.59375rem 0;
}


@media screen and (max-width: 991px) {
    .cta-section {
        padding: 60px 0;
    }
}

.cta-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.cta-section__shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 353px;
}

.cta-section__shape-two {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 353px;
}

@media (max-width: 1535px) {
    .cta-section {
        padding: 50px 0;
    }

    .cta-section__shape-one,
    .cta-section__shape-two {
        max-width: 290px;
    }
}

@media (max-width: 1399px) {

    .cta-section__shape-one,
    .cta-section__shape-two {
        max-width: 260px;
    }
}

@media (max-width: 1199px) {

    .cta-section__shape-one,
    .cta-section__shape-two {
        display: none;
    }
}

.cta-section__title {
    color: hsl(var(--white));
    text-align: center;
    font-size: clamp(1.5625rem, 1.7vw + 1rem, 2.8rem);
    margin-bottom: 1.5rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1399px) {

    .cta-section__title {
        max-width: 625px;
    }
}

.cta-section__btn {
    text-align: center;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .cta-section__btn {
        max-width: 330px;
    }
}

.cta-section__btn-shape {
    position: absolute;
    right: -15px;
    bottom: -60px;
}

@media screen and (max-width: 991px) {
    .cta-section__btn-shape {
        right: 0px;
        width: 70px;
        bottom: -30px;
    }
}

/*======================== cta section css end here ========================*/
/*=========================== location section css start here ===========================*/
.location-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 280px;
}

.location-item:hover .location-item__thumb {
    transform: scale(1.1);
}

.location-item__content {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
}


.location-item__title {
    margin-bottom: 0;
}

@media screen and (max-width: 424px) {
    .location-item__title {
        font-size: 16px;
    }
}

.location-item__title-link {
    color: hsl(var(--white));
}

.location-item__list {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    padding: 0px 10px;
    font-family: var(--body-font);
    font-weight: 400;
    border-radius: 3px;
}

@media screen and (max-width: 424px) {
    .location-item__list {
        font-size: 11px;
        padding: 2px 8px;
    }
}

.location-item__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.2s linear;
}

.location-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.location-item__thumb::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: var(--background);
}

/*=========================== location section css end here ===========================*/
/*=========================== how to work section css start here ===========================*/

.how-work-item {
    background-color: #fff;
    padding: 1.5rem;
    height: 100%;
    border-radius: 1px;
    box-shadow: 0 0 2px 0px #b5b5b5;
}


.how-to-work-section {
    overflow: hidden;
}

.how-work-item__title {
    margin: 0;
}

.how-work-item__content {
    text-align: center;
    margin-top: 0.5rem;
}

.how-work-item__header {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
}

.how-work-item__desc {
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    font-weight: 400;
}

.how-work-item__icon {
    font-size: 40px;
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .how-work-item__icon {
        width: 75px;
        height: 75px;
    }
}

div[class*=col]:last-child .how-work-item .how-work-item__header::after {
    display: none;
}

/*=========================== how to work section css end here ===========================*/
/*============================== why choose us section css start here ==============================*/

.choose-us-item {
    border: 1px dashed hsl(var(--black)/0.1);
    padding: 10px;
    border-radius: 10px;
}

.choose-us-item__icon {
    font-size: 40px;
    color: hsl(var(--base));
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 27px 0 #00000014;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .choose-us-item__icon {
        margin-bottom: 10px;
    }
}

.choose-us-item__title {
    text-align: center;
    line-height: 130%;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.choose-us-item__desc {
    text-align: center;
}

.choose-us-item__wrapper {
    background-color: hsl(var(--white));
    padding: 20px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (max-width: 991px) {
    .choose-us-item__wrapper {
        padding: 35px 15px;
    }
}

/*============================== why choose us section css end here ==============================*/
/* ==================================== Contact top Start ==================================== */

.contact-form .form--control {
    height: 60px;
}

.contact-top {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-top__shape-one {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .contact-top__shape-one {
        display: none;
    }
}

.contact-top__shape-two {
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .contact-top__shape-two {
        display: none;
    }
}

.contact-item {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    padding: 20px;
    border: 1px dashed #ebebeb;
    display: flex;
    align-items: center;
}

.contact-item__top {
    border: 1px dashed hsl(var(--black)/0.2);
    padding: 10px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: relative;
}

.contact-item__icon {
    font-size: 40px;
    color: hsl(var(--base));
    background-color: hsl(var(--white));
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact-item__content {
    padding: 15px 20px;
}

.contact-item__desc {
    font-weight: 400;
}

.contactus-form .form--control {
    height: 60px;
}


/*================================== Contact Bottom End ==================================*/
/*===================== pricing section css start here =====================*/
.pricing-card {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.04);
    padding: 25px;
    border-radius: 10px;
    position: relative;
}


.pricing-card.active .pricing-card__button {
    background-color: hsl(var(--base)) !important;
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .pricing-card {
        padding: 18px;
    }
}

.pricing-card__title {
    padding-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .pricing-card__title {
        padding-top: 10px;
    }
}

.pricing-card__number {
    margin-bottom: 12px;
}

.pricing-card__number .time {
    font-weight: 600;
}

.pricing-card__list {
    border-top: 1px dashed hsl(var(--black)/0.1);
    border-bottom: 1px dashed hsl(var(--black)/0.1);
    padding: 15px 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .pricing-card__list {
        padding: 10px 0;
    }
}

.pricing-card__item {
    font-size: 18px;
    margin-bottom: 12px;
    font-family: var(--heading-font);
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .pricing-card__item {
        margin-bottom: 8px;
        font-size: 16px;
    }
}

.pricing-card__item:last-child {
    margin-bottom: 0;
}

.pricing-card__item-icon {
    font-size: 20px;
    margin-right: 10px;
}

.pricing-card__button {
    background-color: hsl(var(--base)/0.1) !important;
    color: hsl(var(--base)) !important;
}

.pricing-card__button:hover,
.pricing-card__button:focus .pricing-card__button:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
    color: hsl(var(--white)) !important;
}

.current-plan-badge {
    width: 115px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 3px;
}

.pricing-plan .pricing-plan-btn {
    background: hsl(var(--body-color) / 0.09);
    color: hsl(var(--black)) !important;
    border-bottom: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pricing-plan .pricing-plan-btn:last-child {
    margin-right: 0px;
}

.pricing-plan .pricing-plan-btn.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

/*===================== pricing section css end here =====================*/
/* =========================================== listing Details Css Start ==============================*/

.listing-details__header {
    margin-bottom: 30px;
}

.listing-details-item__icon {
    width: 20px;
}


.listing-details-item__icon-text {
    margin-right: 10px;
    position: relative;
    font-weight: 500;
}

.listing-details-item {
    position: relative;
    padding-right: 10px;
}

.listing-details-item::after {
    position: absolute;
    content: "";
    right: 10px;
    width: 0.1px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--black)/0.3);
}

.listing-details__thumb {
    height: 450px;
    max-height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .listing-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .listing-details__thumb {
        height: 300px;
    }
}

.listing-details__content {
    padding: 35px 0px;
}

@media screen and (max-width: 767px) {
    .listing-details__content {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 575px) {
    .listing-details__content {
        padding: 25px 0px;
    }
}

.listing-details__title {
    margin-bottom: 15px;
}

.listing-details__desc {
    margin-bottom: 15px;
}

.listing-details__date {
    margin-top: 55px;
}

.listing-details__date-content,
.amenities-list {
    border: 1px solid hsl(var(--black)/0.09);
    padding: 16px;
    border-radius: 10px;
}

.listing-details__date-content .title,
.amenities-list .title {
    margin-bottom: 5px;
}

.listing-details__date-content .time {
    font-family: var(--heading-font);
    font-weight: 600;
}

.listing-details__date-content .time-icon {
    color: hsl(var(--base));
    font-size: 20px;
    margin-right: 4px;
}

.listing-details__date-content .day {
    color: hsl(var(--black));
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
}

.listing-details__amenities {
    margin-top: 55px;
}


.listing-details__amenities .amenities-list__icon {
    font-size: 22px;
    color: hsl(var(--base));
    margin-right: 10px;
}

.listing-details__gallery {
    padding: 40px 0;
}

.listing-details__gallery .gallery-thumb {
    width: 100%;
    max-height: 250px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

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

.listing-details__map .title {
    margin-bottom: 25px;
}

.listing-details__map iframe {
    min-height: 300px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.listing-details .social-list__link {
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

.listing-details .social-list__link:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.listing-details .video-info iframe {
    width: 100%;
    height: 250px;
}

.listing-details .review {
    border: 1px solid hsl(var(--black)/0.05);
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 35px;
}

.show-more__link {
    color: hsl(var(--body-color));
    text-decoration: underline;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 45px;
}

.listing-rating {
    margin-bottom: 50px;
}

.listing-rating .rating-list__item {
    font-size: 24px;
}

.listing-rating .title {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0.5rem;
}

/* ========================================== listing Details Css End ======================================*/
/*=================== details-sidebar css start ===================*/
.listing-details-sidebar-wrapper {
    position: sticky;
    top: 140px;
}

/* ============ Sidebar search box ============= */
.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    top: 50%;
    right: 10px;
    color: hsl(var(--black));
    transform: translateY(-50%);
}

/* ================== Sidebar Box & Title =================== */
.listing-details-sidebar {
    background-color: hsl(var(--section-bg));
    padding: 30px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid hsl(var(--black)/0.02);
}

.listing-details-sidebar:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .listing-details-sidebar {
        padding: 20px 15px;
    }
}

.listing-details-sidebar__title {
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.listing-details-sidebar__header {
    display: flex;
    align-items: center;
}

.listing-details-sidebar__header-thumb {
    overflow: hidden;
}

.listing-details-sidebar__header-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.listing-details-sidebar__header-info {
    width: calc(100% - 80px);
    padding-left: 10px;
}

.listing-details-sidebar__header-info .name {
    margin-bottom: 5px;
    font-size: 18px;
}

.listing-details-sidebar__header-info .title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.listing-details-sidebar__info .info-list {
    margin-top: 25px;
}

.listing-details-sidebar__info .info-list__item {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.listing-details-sidebar__info .info-list__item:last-child {
    margin-bottom: 0;
}

.listing-details-sidebar__info .info-list .icon {
    font-size: 20px;
    color: hsl(var(--base));
    margin-right: 15px;
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
    /* Category */
    /* Style Tag */
}

.text-list.style-category .text-list__link {
    color: hsl(var(--body-color));
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -5px;
}

.text-list.style-tag .text-list__item {
    padding: 5px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--black)/0.03);
    background-color: hsl(var(--white));
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 400;
    font-family: var(--heading-font);
    background-color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ======================== Latest listing Css========================  */
.latest-listing {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.latest-listing:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-listing__thumb {
    width: 80px;
    max-height: 80px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-listing__thumb {
        width: 60px;
    }
}

.latest-listing__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-listing__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-listing__content {
        width: calc(100% - 60px);
    }
}

.latest-listing__title {
    margin-bottom: 5px;
}

.latest-listing__title a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-listing__title a:hover {
    color: hsl(var(--base));
}

/* ========================= Latest listing Css End ===================*/
/*================== listing section css start here ==================*/

.listing-item:hover .listing-item__thumb img {
    transform: scale(1.1);
}

.listing-item__thumb {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    max-height: 300px;
    width: 100%;
    position: relative;
}

.listing-item__thumb-link {
    width: 100%;
    height: 100%;
}

.listing-item__thumb-link img {
    width: 100%;
    transition: 0.2s linear;
}

.listing-item__thumb-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: hsl(var(--white)/0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px hsl(var(--base));
    transition: 0.3s linear;
    line-height: 0;
}

.listing-item__thumb-icon.wishlisted {
    -webkit-text-fill-color: hsl(var(--base));
    -webkit-text-stroke: 1px solid hsl(var(--base));
}

.listing-item__title {
    margin-bottom: 15px;
}

.listing-item__content {
    padding: 30px 25px 15px 25px;
}

@media screen and (max-width: 1199px) {
    .listing-item__content {
        padding: 25px 20px 15px 20px;
    }
}

@media screen and (max-width: 767px) {
    .listing-item__content {
        padding: 25px 15px 15px 15px;
    }
}

.listing-item__link {
    color: hsl(var(--black));
}

@media screen and (max-width: 1199px) {
    .listing-item__link {
        font-size: 1.125rem;
    }
}

.listing-item__icon {
    width: 20px;
    height: 20px;
}


.listing-item__icon-text {
    margin-right: 10px;
    position: relative;
    font-weight: 500;
}

.listing-item__contact {
    border-top: 1px solid hsl(var(--black)/0.1);
    padding: 10px 25px;
}

@media screen and (max-width: 1199px) {
    .listing-item__contact {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .listing-item__contact {
        padding: 10px 15px;
    }
}

.listing-item__contact-icon {
    font-size: 24px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .listing-item__contact-icon {
        font-size: 20px;
    }
}

.listing-item__contact-area {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
    .listing-item__contact-area {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .listing-item__contact-area {
        font-size: 14px;
    }
}

.listing-item__contact-number {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
    .listing-item__contact-number {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .listing-item__contact-number {
        font-size: 14px;
    }
}

.rating {
    background-color: hsl(var(--warning));
    border-radius: 3px;
    padding: 3px;
    color: hsl(var(--white));
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .rating {
        font-size: 11px;
    }
}

@media screen and (max-width: 575px) {
    .rating {
        font-size: 12px;
    }
}

@media screen and (max-width: 374px) {
    .rating {
        font-size: 11px;
    }
}

.rating__number {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    position: relative;
    margin-right: 10px;
}


/*======= listing-grid css start here =======*/
.listing-sidebar {
    position: sticky;
    top: 120px;
}

.listing-sidebar__wrapper {
    background-color: #f9f9f9;
    padding: 40px 30px;
    border-radius: 10px;
}

@media screen and (max-width: 575px) {
    .listing-sidebar__wrapper {
        padding: 35px 20px;
    }
}

.listing-sidebar__range {
    margin-top: 30px;
}

.listing-sidebar__range-title {
    margin-bottom: 10px;
}

.listing-sidebar__range-text {
    margin-bottom: 15px;
}

.listing-sidebar__button {
    margin-top: 25px;
}

.listing-sidebar__thumb {
    position: relative;
    padding: 100px 50px;
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.listing-sidebar__thumb::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px dashed hsl(var(--white)/0.5);
    border-radius: 10px;
    z-index: -1;
}

.listing-sidebar__thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.listing-sidebar__thumb-title {
    color: hsl(var(--base));
    font-weight: 700;
}

.listing-sidebar__thumb-text {
    color: hsl(var(--white));
    font-size: 16px;
    margin-bottom: 25px;
}

.listing-sidebar__thumb-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    padding: 15px 29px;
    border-radius: 6px;
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 600;
    transition: 0.2s linear;
    cursor: pointer;
}

.listing-sidebar__thumb-link:hover {
    background-color: hsl(var(--base-d-100));
}

.listing-sidebar__thumb-content {
    text-align: center;
}

.search-box {
    position: relative;
}



.listing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .listing-header {
        padding: 10px;
    }
}

@media screen and (max-width: 374px) {
    .listing-header {
        padding: 8px 7px;
    }
}

.listing-header__title {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .listing-header__title {
        font-size: 14px;
    }
}

@media screen and (max-width: 424px) {
    .listing-header__title {
        font-size: 11px;
    }
}

.listing-header__tab {
    margin-bottom: 0;
    width: calc(100% - 250px);
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .listing-header__tab {
        width: calc(100% - 200px);
        padding-left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .listing-header__tab {
        width: calc(100% - 150px);
    }
}

@media screen and (max-width: 424px) {
    .listing-header__tab {
        width: calc(100% - 120px);
        padding-left: 0;
    }
}

@media screen and (max-width: 374px) {
    .listing-header__tab {
        width: calc(100% - 110px);
    }
}

.listing-header .form--control {
    width: 250px;
}

@media screen and (max-width: 767px) {
    .listing-header .form--control {
        width: 200px;
        padding: 12px 20px;
    }
}

@media screen and (max-width: 575px) {
    .listing-header .form--control {
        width: 150px;
        padding: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 424px) {
    .listing-header .form--control {
        font-size: 12px;
        width: 120px;
    }
}

@media screen and (max-width: 374px) {
    .listing-header .form--control {
        width: 110px;
        padding: 10px 5px;
    }
}

@media screen and (max-width: 575px) {
    .tab-icon {
        font-size: 14px;
    }
}

/*======= listing-grid css end here =======*/
/*======= popular listing css =======*/
.listing-slider.slick-initialized .slick-slide {
    padding: 0 10px;
}

/*================== listing section css end here ==================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
}

.blog-details__thumb {
    overflow: hidden;
    height: 520px;
    max-height: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__content {
    padding: 35px 0px;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding: 25px 0px;
    }
}

.blog-details__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details .social-list__link {
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

.blog-details .social-list__link:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ========================================== Blog Details Css End ======================================*/
/* =========================================== Account Css Start =========================*/
.account {
    position: relative;
    z-index: 1;
    padding: 99px 0 90px;
}

@media screen and (max-width: 1599px) {
    .account {
        padding: 70px 0 65px;
    }
}

@media screen and (max-width: 1399px) {
    .account {
        padding: 60px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .account {
        padding: 50px 0 35px;
    }
}

.account.sign-in {
    padding: 161px 0 120px;
}

@media screen and (max-width: 1599px) {
    .account.sign-in {
        padding: 110px 0 90px;
    }
}

@media screen and (max-width: 1399px) {
    .account.sign-in {
        padding: 80px 0 65px;
    }
}

@media screen and (max-width: 767px) {
    .account.sign-in {
        padding: 40px 0 30px;
    }
}

.account::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: hsl(var(--black)/0.8);
}

.account-inner {
    position: relative;
}

.account-form {
    box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    background-color: hsl(var(--white) / 0.98);
    padding: 45px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px;
    }
}

.account-form__content {
    text-align: center;
}

.account-form__social-link {
    gap: 10px;
}

.account-form__icon {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    padding: 2px 43px;
    border-radius: 6px;
    font-size: 30px;
    line-height: 0;
}

.account-form__icon:hover {
    border: 1px solid hsl(var(--base));
}


@media screen and (max-width: 424px) {
    .account-form__icon {
        padding: 3px 30px;
        font-size: 25px;
    }
}

@media screen and (max-width: 374px) {
    .account-form__icon {
        padding: 3px 30px;
    }
}

.account-form__desc {
    margin-bottom: 40px;
}

.account-form__or {
    position: relative;
    margin: 32px 0;
    font-family: var(--heading-font);
    font-weight: 700;
}

.account-form__or::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 45%;
    border: 0.1px dashed hsl(var(--black)/0.1);
}

.account-form__or::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 45%;
    border: 0.1px dashed hsl(var(--black)/0.1);
}

@media (min-width: 1199px) {
    .account-thumb {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 47%;
    }

    .account-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.fixed-number {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: hsl(var(--black));
}

.number .form--control.control-two {
    padding-left: 62px;
}

.have-account__text {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--black));
}

@media screen and (max-width: 1399px) {
    .sign-in .account-form__icon {
        padding: 1px 30px;
    }
}

@media screen and (max-width: 374px) {
    .sign-in .account-form__icon {
        padding: 2px 33px;
    }
}

.account-logo {
    max-width: 180px;
    margin-bottom: 5px;
    padding: 7px;
    border-radius: 10px;
}

.active-badge {
    color: hsl(var(--base));
}

label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}

/* select2 */

.select2-container {
    width: 100% !important;
    border-radius: 5px;
    height: 45px;
}

.select2 .selection {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    height: 45px !important;
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    line-height: 45px !important;
    color: hsl(var(--body-color)) !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    position: absolute;
    content: '\f078';
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 12px;
    color: hsl(var(--heading-color));
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
}

.select2-search--dropdown {
    display: block;
}

.select2-dropdown {
    padding: 10px;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 0 5px 0 #0000002b !important;
}

.select2-dropdown [type=search] {
    outline-offset: unset !important;
}

.select2-dropdown input:focus-visible {
    outline: none !important;
}

.select2-results {
    margin-top: 2px;
}

.select2 .select2-selection__choice {
    line-height: 30px;
    height: 30px;
}


@media (max-width: 991px) {
    .custom--tab.tab-three .nav-item .nav-link.active::before {
        display: block;
    }
}

/* User-dashboard */

.create-listing-form {
    border-radius: 0.8rem;
    border: 1px solid hsl(var(--black)/0.05);
}

.create-listing-form-body {
    padding: 1.3rem 1.7rem;
}

.cookies-card__icon i {
    background-color: hsl(var(--base));
}


@media (max-width: 991px) {
    .top-button {
        display: block !important;
    }

    .top-button .navbar-nav {
        margin-top: 0;
    }

    .top-button ul li:last-child>a {
        border-bottom: 0 !important;
    }

    .language-box {
        position: absolute;
        top: 0;
        right: 40px;
    }
}

.text--body {
    color: hsl(var(--body-color)) !important;
}


.filter-select.form-select {
    background-image: none;
    appearance: auto;
}

.filter-btn {
    height: 45px;
    text-align: center;
    padding: 0px 10px;
}

/* @media (max-width: 991px) {
    .filter-btn {
        margin-top: 8px;
    }
} */


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

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

.location-item__thumb::after {
    height: 100%;
    background: linear-gradient(0deg, #000000c9 -18%, #57000000);
}


/* User Dashboard */

.plan-card {
    border-radius: 0.8rem !important;
    box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    background: hsl(var(--black) / 0.05);
}

.plan-card-body {
    padding: 2rem
}

.dashboard-widget.rounded {
    border-radius: 0.8rem !important;
}

.pricing-card__list {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: unset;
}

.plan-card .pricing-card__title {
    padding-top: 2px;
    color: hsl(var(--black) / 0.6);
    font-size: 0.9125rem;
}

.dashboard-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    border-radius: 10px;
}

.dashboard-widget .icon {
    border-radius: 0.5rem;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(var(--black) /.06);
}

.dashboard-widget .digit {
    font-size: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 0.8rem;
    color: hsl(var(--black)/0.7);
}

.dashboard-widget .icon {
    font-size: 2rem;
}

.dashboard-widget.plan-expired .date {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: hsl(var(--white));
}

.dashboard-widget.plan-expired .caption {
    color: hsl(var(--white)/0.8);
    font-size: .875rem;
    font-weight: 500;
}

.account.login-register {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

textarea.form--control {
    height: 130px !important;
}

@media (max-width: 991px) {
    .banner-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 50px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 425px) {
    .banner-form-wrapper {
        padding: 1rem;
    }
}
