/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Poppins", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 0%;
    --light-l: 46%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --dark-two-h: 218;
    --dark-two-s: 8%;
    --dark-two-l: 27%;
    --dark-two: var(--dark-two-h) var(--dark-two-s) var(--dark-two-l);
    --heading-color: var(--dark);
    --body-color: var(--light);
    --border-color: hsl(0 0% 76%);
    --border-color-two: hsl(220, 7%, 92%);
    --card-bg: 0, 0%, 98%;
    --section-bg: 208 100% 97%;
    /* ================================ 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 9px 26px 0px rgba(0, 0, 0, 0.04);
    --box-shadow-card: 0px 8.412px 25.235px 0px rgba(0, 0, 0, 0.02);
    --box-shadow-table: -5.401px 10.803px 32.409px 0px rgba(44, 63, 88, 0.02);
    --box-shadow-calendar: -7.158px 14.316px 42.948px 0px rgba(44, 63, 88, 0.02);
    --box-shadow-pricing: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    --box-shadow-pricing-hover: 0px 0px 60px 0px rgba(0, 0, 0, 0.20);
    /* ================================ Box Shadow End =============================== */
    /* ========================= Base Color ============================= */
    --base-h: 216;
    --base-s: 100%;
    --base-l: 42%;
    --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-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: 148;
    --success-s: 98%;
    --success-l: 38%;
    --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: 29;
    --warning-s: 100%;
    --warning-l: 63%;
    --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);
    /* Dark Color */
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 13%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    /* dark Darken */
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    --dark-l-600: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
    /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= 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;
    line-height: 1.5;
}

p {
    font-weight: 400;
    margin: 0;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.28;
}

@media screen and (max-width: 1199px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 575px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 5px 0;
    }
}

h1 {
    font-size: clamp(1.375rem, 0.1327rem + 3.3694vw, 3rem);
    font-weight: 800;
}

h2 {
    font-size: clamp(1.5rem, 0.1327rem + 2.7vw, 3rem);
    font-weight: 700;
}

h3 {
    font-size: clamp(1.5rem, 0.3353rem + 2.1661vw, 2.5rem);
    font-weight: 500;
}

h4 {
    font-size: clamp(1.25rem, 0.5569rem + 1.444vw, 2rem);
    font-weight: 500;
}

h5 {
    font-size: clamp(1rem, 0.7784rem + 0.722vw, 1.5rem);
    font-weight: 600;
}

h6 {
    font-size: clamp(0.875rem, 0.769rem + 0.4813vw, 1.125rem);
    font-weight: 600;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    transition: 0.2s linear;
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
}

a:hover {
    color: hsl(var(--base-d-200));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
    transition: 0.2s linear;
}

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: 520px) and (max-width: 575px) {
    .col-msm-6 {
        width: 50%;
    }
}

/* 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 !important;
    background-position: center center !important;
    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 ============================= */
.flex-wrap,
.about-content__list,
.form--radio,
.form--check {
    display: flex;
    flex-wrap: wrap;
}

.flex-align,
.testimonial-card__top .rating-wrapper,
.about-content__list-item,
.dashboard .user-info .user-info-dropdown__link,
.dashboard .sidebar-menu-list__link,
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-center,
.dashboard .appointment_calendar table caption .larr,
.dashboard .appointment_calendar table caption .rarr,
.dashboard .dashboard-body__bar-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-between,
.account__form .remember-forgot,
.testimonial-card__top,
.dashboard .dashboard-bottom,
.custom--card .card-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.dashboard .sidebar-submenu-list__link::before,
.alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.dashboard .sidebar-submenu-list__link::before,
.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,
.badge {
    font-size: 0.75rem;
}

.fs-13,
.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    font-size: 0.8125rem;
}

.fs-14,
.table tbody tr td::before,
.form--radio .form-check-label {
    font-size: 0.875rem;
}

.fs-15,
.dashboard .sidebar-submenu-list__link .icon,
.dashboard .sidebar-submenu-list__link,
.btn--icon {
    font-size: 0.9375rem;
}

.fs-16,
.alert__title,
.btn,
.custom--accordion .accordion-body,
p {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {

    .fs-16,
    .alert__title,
    .btn,
    .custom--accordion .accordion-body,
    p {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {

    .fs-16,
    .alert__title,
    .btn,
    .custom--accordion .accordion-body,
    p {
        font-size: 0.875rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18,
.testimonial-card__desc,
.benefit__desc,
.rating-list__item,
.footer-contact-menu__item,
.footer-menu__link,
.footer-item__desc {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {

    .fs-18,
    .testimonial-card__desc,
    .benefit__desc,
    .rating-list__item,
    .footer-contact-menu__item,
    .footer-menu__link,
    .footer-item__desc {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 1199px) {

    .fs-18,
    .testimonial-card__desc,
    .benefit__desc,
    .rating-list__item,
    .footer-contact-menu__item,
    .footer-menu__link,
    .footer-item__desc {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {

    .fs-18,
    .testimonial-card__desc,
    .benefit__desc,
    .rating-list__item,
    .footer-contact-menu__item,
    .footer-menu__link,
    .footer-item__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {

    .fs-18,
    .testimonial-card__desc,
    .benefit__desc,
    .rating-list__item,
    .footer-contact-menu__item,
    .footer-menu__link,
    .footer-item__desc {
        font-size: 0.875rem;
    }
}

.fs-20,
.section-link,
.banner-content__desc {
    font-size: 1.25rem;
}



@media screen and (max-width: 1199px) {

    .fs-20,
    .section-link,
    .banner-content__desc {
        font-size: 1.125rem;
    }

}

@media screen and (max-width: 991px) {

    .fs-20,
    .banner-content__desc,
    .section-link {
        font-size: 1rem;
    }

}

@media screen and (max-width: 767px) {

    .fs-20,
    .banner-content__desc,
    .section-link {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {

    .fs-20,
    .banner-content__desc,
    .section-link {
        font-size: 0.875rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ====================== Section Heading Start ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 25px;
    }
}

.section-heading__title {
    position: relative;
    margin-bottom: 0;
}

.section-heading.style-left {
    text-align: left;
}

.section-link {
    position: relative;
    font-weight: 600;
    margin-top: 35px;
}

@media screen and (max-width: 1399px) {
    .section-link {
        font-size: 1.125rem;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .section-link {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .section-link {
        margin-top: 10px;
    }
}

.section-link::after {
    position: absolute;
    content: "";
    background: hsl(var(--base));
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}

/* ====================== Section Heading 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;
}

.bg--dark {
    background-color: hsl(var(--dark)) !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;
}

.text--dark {
    color: hsl(var(--dark)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}





.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-110 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 576px) {
    .py-110 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .py-110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.pt-110 {
    padding-top: 50px;
}

@media (min-width: 576px) {
    .pt-110 {
        padding-top: 70px;
    }
}

@media (min-width: 992px) {
    .pt-110 {
        padding-top: 110px;
    }
}

.pb-110 {
    padding-bottom: 50px;
}

@media (min-width: 576px) {
    .pb-110 {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .pb-110 {
        padding-bottom: 110px;
    }
}

.py-50 {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 576px) {
    .py-50 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .py-50 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.pt-50 {
    padding-top: 25px;
}

@media (min-width: 576px) {
    .pt-50 {
        padding-top: 35px;
    }
}

@media (min-width: 992px) {
    .pt-50 {
        padding-top: 45px;
    }
}

.pb-50 {
    padding-bottom: 25px;
}

@media (min-width: 576px) {
    .pb-50 {
        padding-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .pb-50 {
        padding-bottom: 45px;
    }
}

/* ================================= 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--dark {
    border-color: hsl(var(--dark)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css Start ============================= */
.custom--accordion .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid hsl(var(--black)/0.1) !important;
    background-color: transparent !important;
    border-radius: 0;
    overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-item:not(:last-child) {
        margin-bottom: 15px;
    }
}

.custom--accordion .accordion-header {
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-header {
        font-size: 0.9375rem;
    }
}

.custom--accordion .accordion-body {
    padding: 0 0 25px;
    background-color: transparent;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-body {
        font-size: 0.875rem;
        padding-bottom: 15px;
    }
}

.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: transparent;
    color: inherit;
    padding: 0 25px 20px 0;
    font-weight: inherit;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button {
        padding-bottom: 15px;
    }
}

.custom--accordion .accordion-button:hover {
    color: hsl(var(--base));
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.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: "\f106";
    display: inline-block;
    color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    height: unset;
    transform: translateY(0);
}

@media screen and (max-width: 991px) {

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        font-size: 0.75rem;
        top: 2px;
    }
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f107";
    color: hsl(var(--heading-color));
}

/* ================================= 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: 52px !important;
}

.rounded {
    border-radius: 50% !important;
}

.btn {
    color: hsl(var(--white)) !important;
    font-family: var(--body-font);
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 17px 15px;
    line-height: 1;
}

@media screen and (max-width: 1399px) {
    .btn {
        padding: 16px 12px;
    }
}

@media screen and (max-width: 1199px) {
    .btn {
        font-size: 0.9375rem;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 991px) {
    .btn {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        font-size: 0.8125rem;
        padding: 14px 10px;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 20px 35px;
}

@media screen and (max-width: 1199px) {
    .btn--lg {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 10px 16px;
    font-size: 0.875rem;
}

@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;
}

.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--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;
}

.btn--dark {
    background-color: hsl(var(--dark)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
    background-color: hsl(var(--dark-d-200)) !important;
    border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
    background-color: transparent !important;
    border: 1px solid hsl(var(--dark)) !important;
    color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
    background-color: hsl(var(--dark)) !important;
    color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
    padding: 35px 30px;
    border: 0;
}

@media screen and (max-width: 1699px) {
    .custom--card {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 575px) {
    .custom--card {
        padding: 20px 15px;
    }
}

.custom--card .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .custom--card .card-header {
        margin-bottom: 20px;
    }
}

.custom--card .card-header__title {
    color: hsl(var(--dark-two));
    font-weight: 500;
}

@media (max-width: 1799px) {
    .custom--card .card-header__title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .custom--card .card-header__title {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .custom--card .card-header__title {
        font-size: 1rem;
    }
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 0;
    border-radius: 0;
}

.custom--card .card-footer {
    padding: 0;
    background-color: transparent;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: #545454;
}

@media screen and (max-width: 1399px) {
    .form--label {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .form--label {
        font-size: 0.9375rem;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .form--label {
        font-size: 0.875rem;
    }
}

.form-group {
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .form-group {
        margin-bottom: 10px;
    }
}

/* Form Select */
.select {
    color: #545454 !important;
}

.select.form--control {
    padding: 17px 25px;
}

@media screen and (max-width: 1399px) {
    .select.form--control {
        padding: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .select.form--control {
        padding: 13px 15px;
    }
}

@media screen and (max-width: 575px) {
    .select.form--control {
        padding: 12px 13px;
    }
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.select option {
    background-color: #ededed;
    color: #545454;
}

.form--control {
    background-color: #ededed66 !important;
    border: 1px solid #ededed;
    border-radius: 10px;
    color: #545454;
    font-size: 1.125rem;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 18px 25px;
    line-height: 1;
    height: 56px;
}

@media screen and (max-width: 1399px) {
    .form--control {
        font-size: 1rem;
        padding: 16px 15px;
    }
}

@media screen and (max-width: 1199px) {
    .form--control {
        font-size: 0.9375rem;
        padding: 14px 15px;
    }
}

@media screen and (max-width: 767px) {
    .form--control {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .form--control {
        padding: 13px;
    }
}

.form--control::placeholder {
    color: #8a9099 !important;
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .form--control::placeholder {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .form--control::placeholder {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .form--control::placeholder {
        font-size: 0.875rem;
    }
}

.form--control:focus {
    border-color: hsl(var(--base));
    box-shadow: none;
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.1) !important;
    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: 50px;
    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;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

/* Form Control End */
textarea.form--control {
    height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-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,
textarea:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    caret-color: hsl(var(--white));
}

/* Autofill Css End */
/* input group */
.input-group {
    position: relative;
}

.input-group .input-group-text {
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.input-group .input-group-text {
    border-radius: 0px 10px 10px 0px !important; 
}

.input-group .input-group-text.mobile-code{
    border-radius: 10px 0px 0px 10px !important; 
}
.input-group .input-group-text.generate-password{
    border-radius: 10px 0px 0px 10px !important; 
}

.mobile-code-box .form--control {
    border-radius: 0px 10px 10px 0px !important;
}

@media (max-width: 991px) {
    .input-group .input-group-text {
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .input-group .input-group-text {
        font-size: 0.875rem;
    }
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

@media screen and (max-width: 575px) {
    .password-show-hide {
        font-size: 0.875rem;
    }
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* 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: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .form--check .form-check-input {
        margin-top: 2px;
    }
}

.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 {
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .form--check .form-check-label {
        font-size: 0.9375rem;
        padding-left: 8px;
    }
}

@media screen and (max-width: 991px) {
    .form--check .form-check-label {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .form--check .form-check-label {
        font-size: 0.8125rem;
    }
}

@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 {
    background-color: hsl(var(--black)/0.45);
}

.custom--modal .modal-header,
.custom--modal .modal-footer {
    border-bottom: 1px solid #ededed;
    padding: 16px;
}

.custom--modal .modal-content {
    background-color: hsl(var(--white));
    border-radius: 10px !important;
}

.custom--modal .btn-close {
    transition: 0.2s linear;
}

.custom--modal .btn-close:focus {
    box-shadow: none;
}

.custom--modal .btn-close:hover {
    background-color: hsl(var(--black)/0.08);
    border-radius: 50%;
}

.custom--modal .modal-body {
    padding: 16px;
    background-size: 10px;
}

.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 {
    border-top: 1px solid hsl(var(--border-color));
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 25px;
}

.blog-section .pagination {
    justify-content: center;
}

@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.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.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 .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: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 1699px) {
    .customer__thumb {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 424px) {
    .customer__thumb {
        width: 30px;
        height: 30px;
    }
}

.customer__content {
    width: calc(100% - 40px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 1699px) {
    .customer__content {
        width: calc(100% - 36px);
        padding-left: 10px;
    }
}

@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;
    font-size: 1.125rem;
    font-weight: 400;
    color: hsl(var(--black)/0.7);
}

@media (max-width: 1799px) {
    .customer__name {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1699px) {
    .customer__name {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .customer__name {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 424px) {
    .customer__name {
        font-size: 0.8125rem;
    }
}

.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

.action-btn {
    font-size: 13px;
}

.monitor-btn {
    color: hsl(var(--body-color));
}

.monitor-btn:hover {
    color: hsl(var(--base));
}



/* Table Content Css end */
/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

@media screen and (max-width: 991px) {
    .table {
        border-spacing: 0px 6px;
    }
}

@media screen and (max-width: 767px) {
    .table {
        border-spacing: 0;
    }
}

.table thead tr th {
    text-align: center;
    padding: 15px 20px;
    color: #8a9099;
    font-family: var(--heading-font);
    font-weight: 400;
    border: 0;
    max-width: 170px;
    font-size: 1.125rem;
    background-color: transparent;
}

@media (max-width: 1799px) {
    .table thead tr th {
        font-size: 1rem;
        padding: 15px;
    }
}

@media screen and (max-width: 1699px) {
    .table thead tr th {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .table thead tr th {
        padding: 13px;
        font-size: 0.875rem;
    }
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    padding-left: 0;
}

.table thead tr th:last-child {
    text-align: right;
    padding-right: 0;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: #8a9099;
    background: #f7f7f7;
    max-width: 170px;
    font-size: 1.125rem;
}

@media (max-width: 1799px) {
    .table tbody tr td {
        font-size: 1rem;
        padding: 15px;
    }
}

@media screen and (max-width: 1699px) {
    .table tbody tr td {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .table tbody tr td {
        padding: 13px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 424px) {
    .table tbody tr td {
        font-size: 0.8125rem;
    }
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    color: hsl(var(--dark-two));
    display: none;
    width: 45% !important;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .table tbody tr td::before {
        font-size: 0.8125rem;
    }
}

.table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
    text-align: left;
}

.table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
    text-align: right;
}

.table tbody tr td .date {
    color: hsl(var(--dark-two));
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        background: transparent !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        border: none;
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border-radius: 0;
        border-bottom: 1px solid var(--border-color-two);
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-radius: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }

    .table--responsive--md tbody tr td .customer {
        display: block;
    }

    .table--responsive--md tbody tr td .customer__thumb {
        width: 30px;
        height: 30px;
        margin-left: auto;
    }

    .table--responsive--md tbody tr td .customer__content {
        width: 100%;
        padding-left: 0;
    }

    .table--responsive--md tbody tr:last-child td:last-child {
        border-bottom: 0;
    }
}

@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;
        border-bottom: 1px solid hsl(var(--black)/.08);
    }

    .table--responsive--lg tbody tr:last-child {
        border-bottom: 0;
    }

    .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;
    }
}

@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;
    }
}

@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;
    }
}

@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 !important;
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--white));
    padding: 8px 25px !important;
    background-color: transparent !important;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.08) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px !important;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    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(--dark)/0.15) !important;
    color: hsl(var(--dark)) !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--dark {
    border-color: hsl(var(--dark)/0.6);
}

.alert--dark .alert__icon {
    color: hsl(var(--dark));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    animation-delay: 0.5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 230px;
    max-height: 50px;
}

@media screen and (max-width: 1399px) {
    .navbar-brand.logo img {
        max-width: 185px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black) / .03);
    ;
    ;
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: hsl(var(--white));
        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(--white));
    box-shadow: var(--box-shadow);
    position: fixed;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    border-bottom: 1px solid hsl(var(--black) / .03);
    ;

}

@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) {
    .header .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .nav-menu .nav-item {
        position: relative;
        margin-right: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .header .nav-menu .nav-item {
        margin-right: 22px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav-menu .nav-item {
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .header .nav-menu .nav-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .header .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .header .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .header .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .header .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg);
        transition: 0.2s;
    }
}

@media (min-width: 992px) {
    .header .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 1.125rem;
        color: hsl(var(--heading-color)) !important;
        padding: 40px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .header .nav-menu .nav-item .nav-link {
        font-size: 1.0625rem;
        padding: 35px 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav-menu .nav-item .nav-link {
        font-size: 1rem;
        padding: 35px 0;
    }
}

@media (min-width: 992px) {
    .header .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
    }
}

@media (min-width: 992px) {
    .header .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;
    }
}

@media (min-width: 992px) {
    .header .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) {
    .header .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .header .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;
    }

    .header .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .header .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .header .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        transition: 0.3s;
    }

    .header .dropdown-menu__link:focus,
    .header .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 992px) {
    .header .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    .header .nav-menu {
        margin-top: 5px;
    }

    .header .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(0deg) !important;
    }

    .header .nav-item .nav-link {
        padding: 10px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--heading-color)/0.2);
        color: hsl(var(--heading-color));
    }
}

@media screen and (max-width: 991px) and (max-width: 575px) {
    .header .nav-item .nav-link {
        font-size: 0.9375rem;
        padding: 9px 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .header .nav-item .nav-link::before {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .header .nav-item .nav-link.show[aria-expanded=true] i {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 991px) {
    .header .nav-item:first-child .nav-link {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .header .nav-item:first-child>a {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .header .nav-item:last-child>a {
        border-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .header .nav-item.active .nav-link {
        color: hsl(var(--base));
    }
}

@media screen and (max-width: 991px) {
    .header .dropdown-menu {
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .header .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .header .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.2);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .header .dropdown-menu li .dropdown-item:hover,
    .header .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.header .navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--base));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    .header .navbar-toggler.header-button {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 575px) {
    .header .navbar-toggler.header-button {
        font-size: 2rem;
    }
}

.header .navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.header .navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

.header-access-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 1399px) {
    .header-access-button {
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .header-access-button {
        gap: 15px;
    }
}

@media screen and (max-width: 991px) {
    .header-access-button .btn {
        margin-top: 10px;
    }
}

.header-access-button .account-btn {
    width: 36px;
    height: 36px;
    padding: 5px;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .header-access-button .account-btn {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .header-access-button .account-btn {
        font-size: 0.875rem;
        width: 32px;
        height: 32px;
    }
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start ======================= */
.footer-area {
    position: relative;
    overflow: hidden;
    background-color: #020d07;
    margin-top: auto;
}

.footer-area__shape {
    position: absolute;
    left: 50px;
}

@media screen and (max-width: 1399px) {
    .footer-area__shape {
        left: 30px;
        max-width: 145px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-area__shape {
        left: 25px;
        max-width: 125px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area__shape {
        left: 15px;
        max-width: 100px;
    }
}

@media screen and (max-width: 575px) {
    .footer-area__shape {
        left: 10px;
        max-width: 70px;
    }
}

.footer-area__shape.two {
    left: auto;
    right: 0;
}

@media screen and (max-width: 1399px) {
    .footer-area__shape.two {
        max-width: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-area__shape.two {
        max-width: 90px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area__shape.two {
        max-width: 75px;
    }
}

@media screen and (max-width: 575px) {
    .footer-area__shape.two {
        max-width: 60px;
    }
}

@media screen and (max-width: 424px) {
    .footer-area__shape.two {
        max-width: 50px;
    }
}

.footer-area__inner {
    padding-bottom: 100px;
}

@media screen and (max-width: 1399px) {
    .footer-area__inner {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-area__inner {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area__inner {
        padding-bottom: 50px;
    }
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-item {
    position: relative;
    z-index: 2;
}

.footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item__title {
        margin-bottom: 20px;
    }
}

.footer-item__desc {
    color: hsl(var(--white)/0.7);
    line-height: 1.6;
    padding-right: 15px;
}

@media screen and (max-width: 1399px) {
    .footer-item__desc {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .footer-item__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .footer-item__desc {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .footer-item__desc {
        padding-right: 0;
    }
}

.footer-item .social-list {
    margin-top: 60px;
}

@media screen and (max-width: 1199px) {
    .footer-item .social-list {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .footer-item .social-list {
        margin-top: 25px;
    }
}

/* Footer List Item */
.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .footer-menu__item {
        margin-bottom: 10px;
    }
}

.footer-menu__item:last-child {
    padding-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--white)/0.7);
}

@media screen and (max-width: 1399px) {
    .footer-menu__link {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .footer-menu__link {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .footer-menu__link {
        font-size: 0.875rem;
    }
}

.footer-menu__link:last-child {
    margin-bottom: 0;
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

/* Footer Contact Info */
.footer-contact-menu__item {
    color: hsl(var(--white)/0.7);
    margin-bottom: 15px;
}

.footer-contact-menu__item a {
    color: hsl(var(--white)/0.7);
}

@media screen and (max-width: 1399px) {
    .footer-contact-menu__item {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .footer-contact-menu__item {
        font-size: 0.9375rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .footer-contact-menu__item {
        font-size: 0.875rem;
    }
}

.footer-contact-menu__item:last-child {
    margin-bottom: 0;
}

/* ============= Footer End ======================= */
/* ============= Bottom Footer Start ======================= */
.bottom-footer {
    background-color: #09100c;
}





/* =============Bottom Footer End ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    transform: scale(0);
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
    font-size: 1.4375rem;
}

@media screen and (max-width: 767px) {
    .scroll-top {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        font-size: 1.125rem;
    }
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.scroll-top.show {
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
    color: hsl(var(--white)) !important;
    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: 25px;
    height: 25px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    color: #6b6b6b;
    background: #1b231f;
    font-size: 0.7125rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-list__link::after {
    position: absolute;
    content: "";
    background: hsl(var(--base));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.social-list__link i {
    position: relative;
    z-index: 2;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    color: hsl(var(--white)) !important;
}

.social-list__link.active::after,
.social-list__link:hover::after,
.social-list__link:focus::after {
    visibility: visible;
    opacity: 1;
}

.social-list__link.facebook.active::after,
.social-list__link.facebook:hover::after,
.social-list__link.facebook:focus::after {
    background: #005ce6;
}

.social-list__link.twitter.active::after,
.social-list__link.twitter:hover::after,
.social-list__link.twitter:focus::after {
    background: #1ca0f2;
}

.social-list__link.linkedin.active::after,
.social-list__link.linkedin:hover::after,
.social-list__link.linkedin:focus::after {
    background: #0074b3;
}

.social-list__link.instagram.active::after,
.social-list__link.instagram:hover::after,
.social-list__link.instagram:focus::after {
    background: linear-gradient(69deg, #fa7e1e 0%, #d62976 57%, #962fbf 100%);
}

/* ================================= Social Icon Css End ===========================  */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
    .rating-list {
        gap: 7px;
    }
}

@media screen and (max-width: 575px) {
    .rating-list {
        gap: 5px;
    }
}

@media screen and (max-width: 424px) {
    .rating-list {
        gap: 2px;
    }
}

.rating-list__item {
    color: hsl(var(--warning));
}

@media screen and (max-width: 575px) {
    .rating-list__item {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .rating-list__item {
        font-size: 0.75rem;
    }
}

/* ================================= Start Rating Css End =========================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    text-align: center;
    margin: 24px 0;
}

@media screen and (max-width: 575px) {
    .dashboard .sidebar-logo {
        padding: 24px 0 15px;
    }
}

.dashboard .sidebar-logo img {
    max-width: 200px;
    max-height: 50px;
}

@media screen and (max-width: 1199px) {
    .dashboard .sidebar-logo img {
        max-width: 160px;
    }
}

.dashboard .sidebar-menu {
    height: 100vh;
    background-color: hsl(var(--base-d-400));
    overflow-y: auto;
    z-index: 999;
    transition: 0.2s linear;
    width: 345px;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    align-items: start;
    flex-direction: row;
}

@media screen and (max-width: 1599px) {
    .dashboard .sidebar-menu {
        width: 300px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .sidebar-menu {
        width: 270px;
    }
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.dashboard .sidebar-menu__inner {
    width: 100%;
}

.dashboard .sidebar-menu.show-sidebar {
    transform: translateX(0);
}

@media screen and (max-width: 1199px) {
    .dashboard .sidebar-menu {
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: hsl(var(--white)/0.8);
    font-size: 1.25rem;
    line-height: 1;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 1px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
    background-color: #00000036;
    color: hsl(var(--white)/0.8);
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    transition: 0.1s linear;
    color: hsl(var(--body-color)/0.6);
}

.dashboard .sidebar-menu-list__link {
    text-decoration: none;
    position: relative;
    padding: 25px 10px 25px 35px;
    width: 100%;
    color: hsl(var(--white)/0.8);
    font-size: 1.1875rem;
    line-height: 1;
}

@media screen and (max-width: 1599px) {
    .dashboard .sidebar-menu-list__link {
        font-size: 1.0625rem;
        padding: 21px 10px 21px 25px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .sidebar-menu-list__link {
        font-size: 1rem;
        padding: 18px 10px 18px 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .sidebar-menu-list__link {
        font-size: 0.9375rem;
        padding: 18px 10px 18px 20px;
    }
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: #004ec236;
    color: hsl(var(--white)/0.8);
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 15px;
}

@media screen and (max-width: 1599px) {
    .dashboard .sidebar-menu-list__link .icon {
        margin-right: 10px;
    }
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.06);
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--body-color));
    color: #6b717e;
    font-weight: 500;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--black)/0.4);
    border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
    background-color: hsl(var(--base)/0.04);
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
}

/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
    /* User Info Css Start */
    /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
    width: auto;
    margin-left: 345px;
    background-color: #f5f6fa;
}

@media screen and (max-width: 1599px) {
    .dashboard__right {
        margin-left: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    padding: 0 56px;
    background-color: hsl(var(--white));
    border-bottom: 1px solid var(--border-color-two);
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-header {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-header {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header {
        padding: 0 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header {
        padding: 0 16px;
    }
}

.dashboard .dashboard-header__inner {
    position: relative;
    padding: 15px 0;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__inner {
        padding: 10px 0;
    }
}

.dashboard .dashboard-header__right {
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-header__right {
        gap: 15px;
    }
}

.dashboard .user-info {
    position: relative;
    text-align: center;
}

.dashboard .user-info__button {
    position: relative;
    padding-right: 20px;
    padding-left: 25px;
}

@media screen and (max-width: 991px) {
    .dashboard .user-info__button {
        padding-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .user-info__button {
        padding-right: 15px;
        padding-left: 10px;
    }
}

.dashboard .user-info__button::before {
    position: absolute;
    content: "";
    background: var(--border-color-two);
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.dashboard .user-info__button::after {
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--dark-two));
    font-size: 0.9375rem;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .dashboard .user-info__button::after {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .user-info__button::after {
        font-size: 0.8125rem;
    }
}

.dashboard .user-info__button .thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .dashboard .user-info__button .thumb {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .user-info__button .thumb {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .user-info__button .thumb {
        width: 35px;
        height: 35px;
    }
}

.dashboard .user-info__button .name {
    font-size: 1.1875rem;
    color: hsl(var(--dark-two));
    margin-left: 15px;
}

@media screen and (max-width: 991px) {
    .dashboard .user-info__button .name {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .user-info__button .name {
        font-size: 1rem;
        margin-left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .user-info__button .name {
        font-size: 0.875rem;
    }
}

.dashboard .user-info .user-info-dropdown {
    width: 200px;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow-card);
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 16px;
    transition: 0.25s linear;
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.dashboard .user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown {
        width: 175px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .user-info .user-info-dropdown {
        margin-top: 11px;
    }
}

.dashboard .user-info .user-info-dropdown__item {
    border-bottom: 1px solid var(--border-color-two);
}

.dashboard .user-info .user-info-dropdown__item:last-child {
    border-bottom: 0 !important;
}

.dashboard .user-info .user-info-dropdown__link {
    padding: 13px 15px !important;
    font-weight: 500;
    color: hsl(var(--dark-two));
    margin-left: 0 !important;
    width: 100%;
    text-align: left;
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown__link {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .user-info .user-info-dropdown__link {
        font-size: 0.875rem;
        padding: 11px 13px !important;
    }
}

.dashboard .user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
}

.dashboard .user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base)/0.04);
    color: hsl(var(--base)) !important;
}

.dashboard .user-info .user-info-dropdown__link .icon {
    margin-right: 5px;
    font-size: 1.25rem;
    line-height: 1;
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown__link .icon {
        font-size: 1.125rem;
    }
}

.dashboard .notification {
    position: relative;
}

.dashboard .notification__button {
    font-size: 1.25rem;
    color: hsl(var(--dark-two));
}

.dashboard .notification__button:hover {
    color: hsl(var(--base));
}

.dashboard .notification__dropdown {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow-card);
    width: 300px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 27px;
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .dashboard .notification__dropdown {
        margin-top: 23px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .notification__dropdown {
        margin-top: 21px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .notification__dropdown {
        width: 275px;
        margin-top: 13px;
        transform: translate(152px, 0px);
    }
}

.dashboard .notification__dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 575px) {
    .dashboard .notification__dropdown.show {
        transform: translate(152px, 0px);
    }
}

.dashboard .notification__dropdown .top {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 575px) {
    .dashboard .notification__dropdown .top {
        padding: 12px;
    }
}

.dashboard .notification__dropdown .top .caption {
    font-weight: 600;
    color: hsl(var(--dark-two));
}

@media screen and (max-width: 991px) {
    .dashboard .notification__dropdown .top .caption {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .notification__dropdown .top .caption {
        font-size: 0.875rem;
    }
}

.dashboard .notification__dropdown .top .desc {
    font-size: 0.8125rem;
}

@media screen and (max-width: 575px) {
    .dashboard .notification__dropdown .top .desc {
        font-size: 0.75rem;
    }
}

.dashboard .notification__dropdown .view-all-message {
    width: 100%;
    border-top: 1px solid var(--border-color-two);
    text-align: center;
    font-weight: 600;
    padding: 13px 0;
    color: hsl(var(--dark-two));
}

@media screen and (max-width: 991px) {
    .dashboard .notification__dropdown .view-all-message {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .notification__dropdown .view-all-message {
        padding: 12px 0;
        font-size: 0.875rem;
        font-weight: 500;
    }
}

.dashboard .notification__dropdown .view-all-message:hover {
    color: hsl(var(--base));
}

.dashboard .notification__list {
    max-height: 315px;
    overflow-y: auto;
}

.dashboard .notification__list::-webkit-scrollbar {
    width: 6px;
}

@media screen and (max-width: 991px) {
    .dashboard .notification__list::-webkit-scrollbar {
        width: 4px;
    }
}

.dashboard .notification__list::-webkit-scrollbar-track {
    background-color: hsl(var(--base)/0.25);
}

.dashboard .notification__list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base)/0.6);
    transition: 0.2s linear;
}

.dashboard .notification__list::-webkit-scrollbar-thumb:hover {
    background-color: hsl(var(--base));
}

.dashboard .notification__item {
    border-bottom: 1px solid var(--border-color-two);
}

.dashboard .notification__item:last-child {
    border-color: transparent;
}

.dashboard .notification__link {
    width: 100%;
    padding: 15px 15px;
}

@media screen and (max-width: 991px) {
    .dashboard .notification__link {
        padding: 12px 15px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .notification__link {
        padding: 12px;
        font-size: 0.875rem;
    }
}

.dashboard .notification__link:hover {
    background: hsl(var(--base)/0.04);
}

.dashboard .notification__link .text {
    display: block;
    font-weight: 500;
    color: hsl(var(--dark-two));
}

.dashboard .notification__link .time {
    font-size: 0.8125rem;
}

@media screen and (max-width: 575px) {
    .dashboard .notification__link .time {
        font-size: 0.75rem;
    }
}

.dashboard .notification__link .time i {
    margin-right: 5px;
}

.dashboard .dashboard-search {
    position: relative;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-search {
        position: initial;
    }
}

.dashboard .dashboard-search__button {
    color: hsl(var(--dark-two));
    font-size: 0.875rem;
}

.dashboard .dashboard-search__button:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-search__button.change-icon {
    position: relative;
    color: hsl(var(--dark-two));
}

.dashboard .dashboard-search__button.change-icon:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-search__button.change-icon i::before {
    content: "\e925" !important;
}

.dashboard .dashboard-search__form {
    position: absolute;
    top: -10px;
    right: 30px;
    width: 350px;
    transition: 0.25s linear;
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-search__form {
        width: 315px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-search__form {
        width: 280px;
        right: 20px;
        top: -8px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-search__form {
        width: 100%;
        right: 0;
        left: 0;
        top: 62px;
        z-index: 2;
        margin: 0 auto;
    }
}

.dashboard .dashboard-search__form.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.dashboard .dashboard-search__form .form-group .form--control {
    font-size: 0.9375rem;
    background-color: hsl(var(--white)) !important;
    box-shadow: var(--box-shadow-card);
    padding: 13px 15px 13px 55px;
    border-radius: 45px;
    border-color: var(--border-color-two);
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-search__form .form-group .form--control {
        padding: 12px 15px 12px 50px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-search__form .form-group .form--control {
        font-size: 0.875rem;
        padding: 11px 12px 11px 47px;
    }
}

.dashboard .dashboard-search__form .form-group .form--control::placeholder {
    font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-search__form .form-group .form--control::placeholder {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-search__form .form-group .search-form-btn {
    font-size: 0.875rem;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding: 5px 13px 5px 15px;
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-search__form .form-group .search-form-btn {
        font-size: 0.8125rem;
        padding: 5px 10px 5px 13px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-search__form .form-group .search-form-btn {
        padding: 5px 10px 5px 15px;
    }
}

.dashboard .dashboard-search__form .form-group .search-form-btn::before {
    position: absolute;
    content: "";
    background: var(--border-color-two);
    height: calc(100% - 16px);
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.dashboard .dashboard-body {
    position: relative;
    background: #f7f7f7;
    padding: 56px 35px;
    min-height: calc(100vh - 81px);
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-body {
        padding: 45px 25px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body {
        padding: 25px 25px 35px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-body {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body {
        padding: 15px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body__title {
        margin-bottom: 10px;
    }
}

.dashboard .dashboard-body__bar-icon {
    width: 45px;
    height: 40px;
    border-radius: 5px;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 1.125rem;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body__bar-icon {
        width: 40px;
        height: 35px;
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

.dashboard .dashboard-widget {
    padding: 24px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow-card);
    transition: 0.25s ease-in-out;
}

.dashboard .dashboard-widget:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.6);
}

@media (max-width: 1799px) {
    .dashboard .dashboard-widget {
        padding: 24px 18px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-widget {
        padding: 20px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-widget {
        flex-wrap: wrap-reverse;
        padding: 15px;
    }
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 110px);
    padding-right: 16px;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 100px);
        padding-right: 10px;
    }
}

@media screen and (max-width: 1699px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 70px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 65px);
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-widget__content {
        width: 100%;
        padding-right: 0;
    }
}

.dashboard .dashboard-widget__content .title {
    color: #8a9099;
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-weight: 400;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-widget__content .title {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-widget__content .title {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget__content .title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-widget__content .title {
        font-size: 0.9375rem;
        margin-bottom: 3px;
    }
}

.dashboard .dashboard-widget__content .number {
    margin-bottom: 0px;
    color: hsl(var(--dark-two));
}

.dashboard .dashboard-widget__icon {
    width: 80px;
    height: 80px;
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base));
    border-radius: 15px;
    font-size: 2.5rem;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-widget__icon {
        width: 100px;
        height: 100px;
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1699px) {
    .dashboard .dashboard-widget__icon {
        width: 90px;
        height: 90px;
        font-size: 2.813rem;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget__icon {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-widget__icon {
        width: 65px;
        height: 65px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget__icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-widget__icon {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }
}

.dashboard .dashboard-bottom {
    align-items: flex-start;
    gap: 24px;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-bottom {
        gap: 20px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-bottom {
        gap: 15px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-bottom .custom--card .card-header {
        gap: 10px;
        margin-bottom: 10px;
    }
}

.dashboard .dashboard-table {
    width: 100%;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-table {
        width: 100%;
    }
}

@media screen and (max-width: 1699px) {
    .dashboard .dashboard-table {
        width: 100%;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-table {
        width: 100%;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-table {
        width: 100%;
    }
}

.dashboard .appointment-calendar-wrapper {
    width: 500px;
    padding: 48px 24px;
    border-radius: 15px;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow-card);
}

@media (max-width: 1799px) {
    .dashboard .appointment-calendar-wrapper {
        width: 430px;
        padding: 40px 18px;
    }
}

@media screen and (max-width: 1699px) {
    .dashboard .appointment-calendar-wrapper {
        width: 375px;
        padding: 30px 15px 15px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .appointment-calendar-wrapper {
        width: 360px;
        padding: 30px 15px 15px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .appointment-calendar-wrapper {
        margin: 0 auto;
        padding: 20px 15px 10px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .appointment-calendar-wrapper {
        width: 100%;
    }
}

.dashboard .appointment_calendar {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    color: hsl(var(--dark-two));
    text-shadow: none;
}

.dashboard .appointment_calendar table {
    margin: 0;
    width: 100%;
    border-spacing: 2px;
    position: relative;
    padding-top: 55px;
}

@media screen and (max-width: 424px) {
    .dashboard .appointment_calendar table {
        padding-top: 40px;
    }
}

.dashboard .appointment_calendar table caption {
    position: absolute;
    width: 100%;
    top: 0;
    color: hsl(var(--dark-two));
    text-align: center;
    padding: 3px 0 2px;
}

.dashboard .appointment_calendar table caption span {
    font-size: 1.25rem;
}

@media (max-width: 1799px) {
    .dashboard .appointment_calendar table caption span {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .appointment_calendar table caption span {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .appointment_calendar table caption span {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .appointment_calendar table caption span {
        font-size: 0.875rem;
    }
}

.dashboard .appointment_calendar table caption .larr,
.dashboard .appointment_calendar table caption .rarr {
    float: none;
    color: hsl(var(--dark-two));
    background: #f7f7f7;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.6875rem;
}

@media screen and (max-width: 424px) {

    .dashboard .appointment_calendar table caption .larr,
    .dashboard .appointment_calendar table caption .rarr {
        width: 32px;
        height: 32px;
        font-size: 0.625rem;
    }
}

.dashboard .appointment_calendar table caption .larr:hover,
.dashboard .appointment_calendar table caption .rarr:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .appointment_calendar table caption .larr::before,
.dashboard .appointment_calendar table caption .rarr::before {
    font-family: "appoinlab-icons";
    content: "\e903";
}

.dashboard .appointment_calendar table caption .rarr {
    left: auto;
    right: 0;
}

.dashboard .appointment_calendar table caption .rarr::before {
    font-family: "appoinlab-icons";
    content: "\e904";
}

.dashboard .appointment_calendar table thead {
    color: hsl(var(--dark-two));
    text-shadow: none;
}

.dashboard .appointment_calendar table thead tr th {
    text-align: center;
    color: hsl(var(--body-color));
    font-weight: 400;
    font-size: 1.125rem;
    padding: 15px 5px 20px;
    text-transform: uppercase;
}

@media (max-width: 1799px) {
    .dashboard .appointment_calendar table thead tr th {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1699px) {
    .dashboard .appointment_calendar table thead tr th {
        font-size: 0.9375rem;
        padding: 10px 5px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .appointment_calendar table thead tr th {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .appointment_calendar table thead tr th {
        font-size: 0.8125rem;
    }
}

.dashboard .appointment_calendar table tbody {
    color: hsl(var(--dark-two));
    text-shadow: none;
}

.dashboard .appointment_calendar table tbody tr td {
    text-align: center;
    color: hsl(var(--body-color));
    font-weight: 400;
    border: 0;
    border-radius: 10px;
    font-size: 1.125rem;
    width: 45px;
    height: 50px;
}

@media (max-width: 1799px) {
    .dashboard .appointment_calendar table tbody tr td {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1699px) {
    .dashboard .appointment_calendar table tbody tr td {
        font-size: 0.9375rem;
        height: 45px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .appointment_calendar table tbody tr td {
        height: 43px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .appointment_calendar table tbody tr td {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .appointment_calendar table tbody tr td {
        font-size: 0.8125rem;
        height: 35px;
    }
}

.dashboard .appointment_calendar table tbody tr td:hover {
    font-weight: 500;
    color: hsl(var(--white));
    background: hsl(var(--base));
    border: 0;
}

.dashboard .appointment_calendar table tbody tr td.calSelectable.calSelected {
    font-weight: 500;
    color: hsl(var(--white));
    background: hsl(var(--base));
    text-shadow: none;
}

/* .dashboard .date-pick-form {
    width: 250px;
} */

@media screen and (max-width: 1199px) {
    .dashboard .date-pick-form {
        width: 230px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .date-pick-form {
        width: 215px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .date-pick-form {
        width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .date-pick-form {
        width: 100%;
    }
}

.dashboard .date-pick-form .form-group {
    position: relative;
    cursor: pointer;
}

.dashboard .date-pick-form .form-group::after {
    font-family: "appoinlab-icons";
    content: "\e902";
    position: absolute;
    font-size: 0.438rem;
    right: 8px;
    top: 20px;
}

@media screen and (max-width: 991px) {
    .dashboard .date-pick-form .form-group::after {
        font-size: 0.4rem;
        right: 7px;
        top: 18px;
    }
}

.dashboard .date-pick-form .form-group .form--control {
    background: transparent !important;
    border-color: var(--border-color-two);
    padding: 13px 25px 13px 35px;
    color: hsl(var(--dark-two));
}

@media (max-width: 1799px) {
    .dashboard .date-pick-form .form-group .form--control {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1699px) {
    .dashboard .date-pick-form .form-group .form--control {
        font-size: 0.9375rem;
        padding-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .date-pick-form .form-group .form--control {
        font-size: 0.875rem;
        padding: 12px 20px 12px 32px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .date-pick-form .form-group .form--control {
        font-size: 0.8125rem;
    }
}

@media (max-width: 1799px) {
    .dashboard .date-pick-form .form-group .form--control::placeholder {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1699px) {
    .dashboard .date-pick-form .form-group .form--control::placeholder {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .date-pick-form .form-group .form--control::placeholder {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .date-pick-form .form-group .form--control::placeholder {
        font-size: 0.8125rem;
    }
}

.dashboard .date-pick-form .form-group .icon {
    color: hsl(var(--dark-two));
    position: absolute;
    left: 15px;
    top: 16px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .dashboard .date-pick-form .form-group .icon {
        font-size: 0.875rem;
        left: 10px;
        top: 15px;
    }
}

.dashboard .datepickers-container .datepicker .datepicker--content .datepicker--day-name {
    color: hsl(var(--base));
}

.dashboard .datepickers-container .datepicker .datepicker--content .datepicker--cell.-current-,
.dashboard .datepickers-container .datepicker .datepicker--content .datepicker--cell.-selected- {
    color: hsl(var(--white));
    background-color: hsl(var(--base)/0.9);
}

.dashboard .datepickers-container .datepicker .datepicker--content .datepicker--cell:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base)/0.9);
}

/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding-top: 215px;
}

@media screen and (max-width: 1499px) {
    .banner-section {
        padding-top: 190px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-section {
        padding-top: 175px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding-top: 140px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding-top: 110px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding-top: 100px;
    }
}

@media screen and (max-width: 424px) {
    .banner-section {
        padding-top: 90px;
    }
}

.banner-section.bg-img {
    background-position: right bottom !important;
}

@media screen and (max-width: 991px) {
    .banner-section.bg-img {
        background-position: center right;
        object-fit: contain;
    }
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content__title {
    position: relative;
    max-width: 975px;
    margin: 0 auto 25px;
}


@media screen and (max-width: 1399px) {
    .banner-content__title {
        max-width: 925px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content__title {
        max-width: 845px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        max-width: 100%;
        margin-bottom: 15px;
    }
}



@media screen and (max-width: 575px) {
    .banner-content__title {
        max-width: 455px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__title {
        max-width: 100%;
    }
}

.banner-content__desc {
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto 35px;
    
}


@media screen and (max-width: 1199px) {
    .banner-content__desc {
        max-width: 575px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__desc {
        max-width: 515px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        max-width: 485px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__desc {
        max-width: 420px;
    }
}

.banner-screenshot {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

@media screen and (max-width: 1599px) {
    .banner-screenshot {
        max-width: 935px;
    }
}

@media screen and (max-width: 1499px) {
    .banner-screenshot {
        max-width: 900px;
    }
}

@media screen and (max-width: 991px) {
    .banner-screenshot {
        max-width: 650px;
    }
}

.banner-shape {
    position: absolute;
}

@media screen and (max-width: 575px) {
    .banner-shape {
        display: none;
    }
}

.banner-shape.one {
    left: 10px;
    top: 88px;
}

@media screen and (max-width: 1499px) {
    .banner-shape.one {
        width: 45px;
        left: 5px;
        top: 70px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-shape.one {
        width: 40px;
        left: 0;
        top: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-shape.one {
        width: 35px;
        top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .banner-shape.one {
        width: 25px;
        top: 40px;
        left: -25px;
    }
}

@media screen and (max-width: 767px) {
    .banner-shape.one {
        width: 20px;
        top: 35px;
        left: -15px;
    }
}

.banner-shape.two {
    right: 100px;
    top: 164px;
}

@media screen and (max-width: 1499px) {
    .banner-shape.two {
        width: 45px;
        right: 115px;
        top: 135px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-shape.two {
        width: 40px;
        right: 45px;
        top: 125px;
    }
}

@media screen and (max-width: 991px) {
    .banner-shape.two {
        width: 30px;
        right: 0;
        top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .banner-shape.two {
        width: 20px;
        right: 0;
        top: 45px;
    }
}

.banner-shape.three {
    right: -21%;
    top: 52px;
}

@media (max-width: 1799px) {
    .banner-shape.three {
        right: -17%;
    }
}

@media screen and (max-width: 1699px) {
    .banner-shape.three {
        right: -13%;
    }
}

@media screen and (max-width: 1599px) {
    .banner-shape.three {
        right: -10%;
    }
}

@media screen and (max-width: 1499px) {
    .banner-shape.three {
        width: 16px;
        right: -6%;
    }
}

@media screen and (max-width: 1399px) {
    .banner-shape.three {
        width: 14px;
        right: -40px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-shape.three {
        right: -15px;
    }
}

@media screen and (max-width: 991px) {
    .banner-shape.three {
        right: -20px;
        width: 12px;
        top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-shape.three {
        right: -15px;
        top: -7px;
        width: 10px;
    }
}

.banner-shape.four {
    left: -120px;
    top: 85px;
}

@media screen and (max-width: 1499px) {
    .banner-shape.four {
        width: 40px;
        left: -90px;
        top: 70px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-shape.four {
        width: 30px;
        left: -60px;
        top: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-shape.four {
        left: -30px;
    }
}

@media screen and (max-width: 991px) {
    .banner-shape.four {
        width: 20px;
        left: -10px;
        top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-shape.four {
        width: 15px;
        left: -5px;
        top: 10px;
    }
}

/* =========================== Banner Section End Here ========================= */
/* =============================== Brand Section Css Start ======================= */
.client_slider:last-of-type {
    margin-bottom: 0;
}

.client_slider img {
    max-width: 200px !important;
}

@media screen and (max-width: 1199px) {
    .client_slider img {
        max-width: 145px !important;
    }
}

@media screen and (max-width: 991px) {
    .client_slider img {
        max-width: 145px !important;
    }
}

.client_slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.client_slider .owl-item {
    display: flex;
    justify-content: center;
}

.client_slider .slick-slide {
    margin: 0 10px;
}

/* =============================== Brand Section Css End ======================= */
/* ================================ About Section Start ============================= */
.about-section {
    position: relative;
}

@media screen and (max-width: 991px) {
    .about-thumb {
        display: none;
    }
}

.about-content {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .about-content {
        margin-bottom: 30px;
    }
}


.about-content__desc {
    padding-right: 40px;
}

@media screen and (max-width: 1399px) {
    .about-content__desc {
        padding-right: 0;
    }
}

.about-content__list {
    margin-top: 35px;
}

@media screen and (max-width: 1199px) {
    .about-content__list {
        margin-top: 25px;
    }
}

@media screen and (max-width: 575px) {
    .about-content__list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 424px) {
    .about-content__list {
        display: block;
    }
}

.about-content__list-item {
    width: 50%;
    margin-bottom: 40px;
}

@media screen and (max-width: 1399px) {
    .about-content__list-item {
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width: 1199px) {
    .about-content__list-item {
        align-items: flex-start;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .about-content__list-item {
        width: 100%;
        margin-bottom: 10px;
    }
}

.about-content__list-item:last-child,
.about-content__list-item:nth-last-child(2) {
    margin-bottom: 0;
}

@media screen and (max-width: 424px) {

    .about-content__list-item:last-child,
    .about-content__list-item:nth-last-child(2) {
        margin-bottom: 10px;
    }
}

.about-content__list-item .icon {
    width: 58px;
    height: 68px;
    background: hsl(var(--base));
    clip-path: polygon(46% 0, 54% 0, 100% 27%, 100% 72%, 54% 100%, 46% 100%, 0 72%, 0 26%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    font-size: 2rem;
}

@media screen and (max-width: 1399px) {
    .about-content__list-item .icon {
        font-size: 2rem;
        width: 60px;
        height: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .about-content__list-item .icon {
        font-size: 1.6875rem;
        width: 50px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .about-content__list-item .icon {
        font-size: 1.4375rem;
        width: 45px;
        height: 53px;
    }
}

@media screen and (max-width: 575px) {
    .about-content__list-item .icon {
        font-size: 1.25rem;
        width: 40px;
        height: 47px;
    }
}

.about-content__list-item .content {
    width: calc(100% - 68px);
    padding-left: 20px;
}

@media screen and (max-width: 1399px) {
    .about-content__list-item .content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .about-content__list-item .content {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 767px) {
    .about-content__list-item .content {
        width: calc(100% - 45px);
    }
}

@media screen and (max-width: 575px) {
    .about-content__list-item .content {
        padding-left: 10px;
    }
}

.about-content__list-item .content .number {
    color: hsl(var(--heading-color)/0.7);
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .about-content__list-item .content .number {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .about-content__list-item .content .number {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .about-content__list-item .content .number {
        font-size: 1.75rem;
    }
}

.about-content__list-item .content .number sub {
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .about-content__list-item .content .number sub {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {
    .about-content__list-item .content .number sub {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 767px) {
    .about-content__list-item .content .number sub {
        font-size: 1.125rem;
    }
}

.about-content__list-item .content .desc {
    font-size: 1rem;
}

@media screen and (max-width: 1399px) {
    .about-content__list-item .content .desc {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 1199px) {
    .about-content__list-item .content .desc {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    .about-content__list-item .content .desc {
        font-size: 0.8125rem;
    }
}

/* ================================ About Section End ============================= */
/* ================================ Feature Section Start ============================= */
.feature-item {
    position: relative;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
    padding: 35px 25px 40px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .feature-item {
        padding: 30px 15px 35px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item {
        padding: 25px 10px;
    }
}

.feature-item__icon {
    max-width: 64px;
    max-height: 57px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1399px) {
    .feature-item__icon {
        max-width: 55px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__icon {
        max-width: 45px;
        margin-bottom: 10px;
    }
}

.feature-item__icon img {
    width: 100%;
}

.feature-item__title {
    margin-bottom: 8px;
}

@media screen and (max-width: 1399px) {
    .feature-item__title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__title {
        font-size: 0.9375rem;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1399px) {
    .feature-item__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__desc {
        font-size: 0.875rem;
    }
}

/* ================================ Feature Section End ============================= */
/* ================================ Video Section Start ============================= */
@media screen and (max-width: 767px) {
    .video-content {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 424px) {
    .video-content {
        margin-bottom: 20px;
    }
}

.video-thumb {
    position: relative;
}

.video-thumb img {
    width: 100%;
}

.video-thumb .play-btn {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: hsl(var(--heading-color)/0.32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--white));
    font-size: 1.75rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25%);
    animation: video_animation 1.5s linear infinite;
}

@media screen and (max-width: 1399px) {
    .video-thumb .play-btn {
        width: 80px;
        height: 80px;
        font-size: 1.563rem;
        transform: translate(-50%, -20%);
    }
}

@media screen and (max-width: 1199px) {
    .video-thumb .play-btn {
        width: 70px;
        height: 70px;
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 575px) {
    .video-thumb .play-btn {
        width: 65px;
        height: 65px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 374px) {
    .video-thumb .play-btn {
        width: 65px;
        height: 65px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 374px) {
    .video-thumb .play-btn {
        width: 60px;
        height: 60px;
        font-size: 1.125rem;
    }
}

/* ================================ Video Section End ============================= */
@keyframes video_animation {
    0% {
        box-shadow: 0 0 0 0 hsl(var(--heading-color)/0.05), 0 0 0 10px hsl(var(--heading-color)/0.05), 0 0 0 25px hsl(var(--heading-color)/0.05);
    }

    100% {
        box-shadow: 0 0 0 10px hsl(var(--heading-color)/0.05), 0 0 0 25px hsl(var(--heading-color)/0.05), 0 0 0 40px hsl(var(--heading-color)/0);
    }
}

/* ================================ Pricing Section Start ============================= */
.pricing-item {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-shadow-pricing);
    transition: 0.2s linear;
}

.pricing-item:hover {
    box-shadow: var(--box-shadow-pricing-hover);
}

.pricing-item__heading {
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 10px;
}

@media screen and (max-width: 767px) {
    .pricing-item__heading {
        padding: 25px 10px;
    }
}

@media screen and (max-width: 374px) {
    .pricing-item__heading {
        padding: 20px 10px;
    }
}

.pricing-item__heading.bg-img {
    background-position: left top !important;
}

.pricing-item__category {
    color: hsl(var(--white));
    margin-bottom: 7px;
}

.pricing-item__price {
    color: hsl(var(--white));
    margin-bottom: 0;
}

.pricing-item__price sub {
    font-size: 1rem;
    font-weight: 400;
}

.pricing-item__content {
    text-align: center;
    padding: 30px 24px 40px;
}

@media screen and (max-width: 1399px) {
    .pricing-item__content {
        padding: 20px 15px 30px;
    }
}

@media screen and (max-width: 767px) {
    .pricing-item__content {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .pricing-item__content {
        padding: 20px 35px;
    }
}

@media screen and (max-width: 424px) {
    .pricing-item__content {
        padding: 20px 15px;
    }
}

.pricing-item__list {
    text-align: left;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .pricing-item__list {
        margin-bottom: 20px;
    }
}

.pricing-item__item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1399px) {
    .pricing-item__item {
        font-size: 0.9375rem;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 767px) {
    .pricing-item__item {
        font-size: 0.875rem;
    }
}

.pricing-item__item:last-child {
    margin-bottom: 0;
}

.pricing-item__item::after {
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 700;
    width: 18px;
    height: 18px;
    background-color: hsl(var(--base)/0.75);
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .pricing-item .btn {
        width: 100%;
    }
}

/* ================================ Pricing Section End ============================= */
/* ================================ Benefit Section Start ============================= */
.benefit {
    padding-right: 70px;
}

@media screen and (max-width: 1399px) {
    .benefit {
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .benefit {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.benefit__title {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .benefit__title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .benefit__title {
        margin-bottom: 10px;
    }
}

.benefit__desc {
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .benefit__desc {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .benefit__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .benefit__desc {
        font-size: 0.875rem;
    }
}

.benefit__item {
    border-bottom: 1px solid hsl(var(--black)/0.05);
    padding-bottom: 30px;
    margin-bottom: 30px;
}



@media screen and (max-width: 1199px) {
    .benefit__item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .benefit__item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.benefit__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .benefit__item .title {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 991px) {
    .benefit__item .desc {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 991px) {
    .benefit .section-link {
        font-size: 0.875rem;
    }
}

.benefit-thumb {
    position: relative;
    text-align: right;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .benefit-thumb {
        padding-top: 30px;
    }
}


.benefit-thumb .one {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -15px;
}

@media screen and (max-width: 767px) {
    .benefit-thumb {
        padding-top: 0;
        text-align: center;
        display: flex;
        gap: 10px;
        margin-bottom: 0;
    }

    .benefit-thumb .one {
        width: 100%;
    }

    .benefit-thumb .two {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .benefit-thumb .one {
        max-width: 280px;
        bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .benefit-thumb .one {
        max-width: 190px;
    }
}

@media screen and (max-width: 767px) {
    .benefit-thumb .one {
        position: relative;
        max-width: 100%;
        margin-bottom: 0;
        border-radius: 15px;
    }

    .about-thumb .two {
        border-radius: 15px;
    }
}

.benefit-thumb .two {
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .benefit-thumb .two {
        max-width: 330px;
    }
}

@media screen and (max-width: 991px) {
    .benefit-thumb .two {
        max-width: 230px;
    }
}

@media screen and (max-width: 767px) {
    .benefit-thumb .two {
        width: 100%;
        max-width: unset;
    }

    .benefit-thumb img {
        width: 100%;
        height: 100%;
    }
}

/* ================================ Benefit Section End ============================= */
/* ================================ Beneficial Section Start ============================= */
.beneficial-item {
    position: relative;
    border-radius: 10px;
    padding: 12px 12px 15px;
    border: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 767px) {
    .beneficial-item {
        padding: 8px 8px 10px;
    }
}

@media screen and (max-width: 575px) {
    .beneficial-item {
        height: 100%;
    }
}

.beneficial-item__thumb {
    border-radius: 10px;
    overflow: hidden;
}

.beneficial-item__thumb img {
    width: 100%;
}

.beneficial-item__title {
    margin: 10px 0 0;
}

@media screen and (max-width: 1399px) {
    .beneficial-item__title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .beneficial-item__title {
        font-size: 0.9375rem;
    }
}

/* ================================ Beneficial Section End ============================= */
/* ================================ Testimonails Section Css Start ============================= */
.testimonial-card {
    position: relative;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 10px;
    padding: 30px 30px 35px;
}

@media screen and (max-width: 1199px) {
    .testimonial-card {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-card {
        padding: 20px 15px 25px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-card {
        padding: 25px 10px 20px;
    }
}

.testimonial-card__top {
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .testimonial-card__top {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-card__top {
        margin-bottom: 10px;
    }
}

.testimonial-card__top .rating-wrapper .text {
    margin-left: 15px;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .testimonial-card__top .rating-wrapper .text {
        margin-left: 10px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-card__top .rating-wrapper .text {
        font-size: 0.8125rem;
        margin-left: 5px;
    }
}

.testimonial-card__name {
    margin-bottom: 0;
}

@media screen and (max-width: 424px) {
    .testimonial-card__name {
        font-size: 0.8125rem;
        margin-left: 5px;
    }
}

.testimonial-card__desc {
    line-height: 1.4;
}

/* ================================ Testimonails Section Css End ============================= */
/* =========================== FAQ's Css Start ============================= */
.faq-content {
    padding-right: 50px;
}

@media screen and (max-width: 1399px) {
    .faq-content {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-content {
        padding-right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .faq-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 424px) {
    .faq-content {
        margin-bottom: 20px;
    }
}

.faq-content__title {
    max-width: 550px;
    margin-bottom: 35px;
}

@media screen and (max-width: 1399px) {
    .faq-content__title {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-content__title {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* =========================== FAQ's Css End ============================= */
/* =========================================== Account Css Start =========================*/
.account {
    position: relative;
    min-height: 100vh;
}

.account__inner {
    display: flex;
}

.account__left {
    position: relative;
    width: 50%;
    z-index: 1;
}

.account__left::before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .account__left {
        width: 45%;
    }
}

@media screen and (max-width: 1199px) {
    .account__left {
        width: 42%;
    }
}

@media screen and (max-width: 991px) {
    .account__left {
        width: 0;
        display: none;
    }
}

.account__right {
    width: 50%;
    min-height: 100vh;
}

@media screen and (max-width: 1399px) {
    .account__right {
        width: 55%;
    }
}

@media screen and (max-width: 1199px) {
    .account__right {
        width: 58%;
    }
}

@media screen and (max-width: 991px) {
    .account__right {
        width: 100%;
    }
}

.account__thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.account__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account__content {
    background-color: hsl(var(--white));
    border-radius: 10px;
    padding: 50px 70px 50px 110px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1699px) {
    .account__content {
        padding: 50px 70px 50px;
    }
}

@media screen and (max-width: 1499px) {
    .account__content {
        padding: 50px;
    }
}

@media screen and (max-width: 1399px) {
    .account__content {
        padding: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .account__content {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account__content {
        padding: 40px 90px;
    }
}

@media screen and (max-width: 767px) {
    .account__content {
        padding: 30px 20px;
    }
}


.account__form .form-group .form--check .form-check-label .link {
    font-weight: 500;
}

.account__form .form-group .btn {
    font-weight: 700;
}

.account__form .btn {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .account__form .btn {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .account__form .btn {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .account__form .btn {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .account__form .btn {
        font-size: 0.875rem;
    }
}

.account__form .btn .icon {
    max-width: 24px;
}

@media screen and (max-width: 1699px) {
    .account__form .btn .icon {
        max-width: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .account__form .btn .icon {
        max-width: 18px;
    }
}

@media screen and (max-width: 424px) {
    .account__form .btn .icon {
        max-width: 16px;
    }
}

.account__form .have-account__text {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .account__form .have-account__text {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .account__form .have-account__text {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .account__form .have-account__text {
        font-size: 0.8125rem;
    }
}

.account__form .have-account__link {
    font-weight: 500;
}

.account__form .other-option {
    margin: 30px 0 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .account__form .other-option {
        margin: 25px 0;
    }
}

@media screen and (max-width: 767px) {
    .account__form .other-option {
        margin: 20px 0;
    }
}

.account__form .other-option::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    border-bottom: 1px solid var(--border-color);
    z-index: -1;
}

.account__form .other-option__text {
    font-size: 1.25rem;
    display: inline-block;
    padding: 0 16px;
    background-color: hsl(var(--white));
    color: var(--border-color);
}

@media screen and (max-width: 1399px) {
    .account__form .other-option__text {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1399px) {
    .account__form .other-option__text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .account__form .other-option__text {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .account__form .other-option__text {
        font-size: 0.875rem;
    }
}

.account__form .remember-forgot {
    margin: 10px 0 25px;
}

@media screen and (max-width: 1599px) {
    .account__form .remember-forgot {
        margin: 5px 0 20px;
    }
}

@media screen and (max-width: 1399px) {
    .account__form .remember-forgot {
        margin: 5px 0 20px;
    }
}

.account__form .remember-forgot .form--check .form-check-label,
.account__form .remember-forgot .forgot-password {
    font-size: 1.125rem;
}

@media screen and (max-width: 1499px) {

    .account__form .remember-forgot .form--check .form-check-label,
    .account__form .remember-forgot .forgot-password {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {

    .account__form .remember-forgot .form--check .form-check-label,
    .account__form .remember-forgot .forgot-password {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {

    .account__form .remember-forgot .form--check .form-check-label,
    .account__form .remember-forgot .forgot-password {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {

    .account__form .remember-forgot .form--check .form-check-label,
    .account__form .remember-forgot .forgot-password {
        font-size: 0.8125rem;
    }
}

/* ============================================ Account Css End ====================================*/
/*# sourceMappingURL=main.css.map */


/* ============================== Contact Css Start ==============================*/
.contact-section {
    padding: 80px 0;
}

@media screen and (max-width: 1599px) {
    .contact-section {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1499px) {
    .contact-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1199px) {
    .contact-section {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .contact-section {
        padding: 40px 0;
    }
}

.contact-wrapper {
    background: hsl(var(--white));
    box-shadow: var(--box-shadow);
    padding: 12px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .contact-wrapper {
        padding: 10px;
    }
}

@media screen and (max-width: 991px) {
    .contact-wrapper {
        flex-wrap: wrap-reverse;
        padding: 35px 25px 25px;
    }
}

@media screen and (max-width: 575px) {
    .contact-wrapper {
        padding: 30px 20px 20px;
    }
}

@media screen and (max-width: 424px) {
    .contact-wrapper {
        padding: 25px 10px 20px;
    }
}

.contact-info {
    position: relative;
    width: 540px;
    background: hsl(var(--base));
    border-radius: 8px;
    padding: 125px 30px 20px 44px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .contact-info {
        width: 480px;
        padding: 85px 30px 20px;
        min-height: 535px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-info {
        width: 385px;
        padding: 40px 20px;
        min-height: 470px;
    }
}

@media screen and (max-width: 991px) {
    .contact-info {
        width: 100%;
        min-height: 100%;
        height: auto;
        padding: 35px 30px;
    }
}

@media screen and (max-width: 575px) {
    .contact-info {
        padding: 30px 20px;
    }
}

.contact-info__shape {
    position: absolute;
    content: "";
    max-width: 232px;
    max-height: 179px;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1399px) {
    .contact-info__shape {
        max-width: 200px;
        max-height: 154px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-info__shape {
        max-width: 155px;
        max-height: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-info__shape {
        max-width: 130px;
        max-height: 100px;
    }
}

@media screen and (max-width: 575px) {
    .contact-info__shape {
        max-width: 95px;
        max-height: 75px;
    }
}

.contact-info__title {
    color: hsl(var(--white));
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .contact-info__title {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 575px) {
    .contact-info__title {
        margin-bottom: 5px;
    }
}

.contact-info__desc {
    color: hsl(var(--white));
    font-size: 1.1875rem;
    margin-bottom: 38px;
}

@media screen and (max-width: 1399px) {
    .contact-info__desc {
        font-size: 1.0625rem;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .contact-info__desc {
        font-size: 1rem;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .contact-info__desc {
        font-size: 0.9375rem;
        margin-bottom: 20px;
    }
}

.contact-info__list {
    color: hsl(var(--white));
}

.contact-info__item {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.contact-info__item:last-child {
    margin-bottom: 0;
}

.contact-info__item .icon {
    width: 32px;
    height: 32px;
    border: 1px solid hsl(var(--white));
    border-radius: 50%;
    font-size: 1.125rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-info__item .content {
    width: calc(100% - 32px);
    padding-left: 12px;
    padding-right: 145px;
}

@media screen and (max-width: 1399px) {
    .contact-info__item .content {
        padding-right: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-info__item .content {
        padding-right: 25px;
    }
}

@media screen and (max-width: 991px) {
    .contact-info__item .content {
        padding-right: 0;
        max-width: 290px;
    }
}

@media screen and (max-width: 575px) {
    .contact-info__item .content {
        max-width: 230px;
    }
}

@media screen and (max-width: 424px) {
    .contact-info__item .content {
        max-width: 100%;
    }
}

.contact-info__item .content .text {
    display: block;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .contact-info__item .content .text {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .contact-info__item .content .text {
        font-size: 0.875rem;
    }
}

.contact-form {
    width: calc(100% - 540px);
    padding: 0 43px 0 55px;
}

@media screen and (max-width: 1399px) {
    .contact-form {
        width: calc(100% - 480px);
        padding: 0 8px 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-form {
        width: calc(100% - 385px);
    }
}

@media screen and (max-width: 991px) {
    .contact-form {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
}

.contact-form .btn {
    font-size: 1.125rem;
    padding: 20px 53px;
}

@media screen and (max-width: 1199px) {
    .contact-form .btn {
        font-size: 1rem;
        padding: 16px 35px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form .btn {
        padding: 15px 28px;
    }
}

@media screen and (max-width: 575px) {
    .contact-form .btn {
        font-size: 0.875rem;
        padding: 14px 20px;
    }
}

.contact-map {
    padding-top: 60px;
}

@media screen and (max-width: 1399px) {
    .contact-map {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1399px) {
    .contact-map {
        padding-top: 50px;
    }
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 585px;
    border-radius: 5px;
    border: none;
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
}

@media screen and (max-width: 1399px) {
    .contact-map iframe {
        height: 470px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-map iframe {
        height: 450px;
    }
}

@media screen and (max-width: 991px) {
    .contact-map iframe {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .contact-map iframe {
        height: 360px;
    }
}

@media screen and (max-width: 575px) {
    .contact-map iframe {
        height: 330px;
    }
}

/* ============================== Contact Css End ==============================*/

/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding: 155px 0 70px;
    background-color: #ddd;
}


@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 115px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 105px 0 40px;
    }
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--black));
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumb__item {
    color: hsl(var(--black));
    padding: 0 5px;
    font-weight: 400;
}

.breadcrumb__item-text {
    color: hsl(var(--base));
}

.breadcrumb__link {
    color: hsl(var(--black));
    font-weight: 500;
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */

/* blog item css start here  */
.blog-item {
    border-radius: 12px;
    transition: .2s linear;
    overflow: hidden;
    height: 100%;
    border: 1px solid hsl(var(--black)/0.1);
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.05);
}

.blog-item__thumb {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    max-height: 300px;
    width: 100%;
}

.blog-item__thumb img {
    transition: .2s linear;
    width: 100%;
}

.blog-item__content {
    padding: 15px;
}

.blog-item__date {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.blog-item__link {
    color: hsl(var(--black));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.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%;
}

.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ============ Sidebar search box ============= */
.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--base));
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    background-color: hsl(var(--black)/.03);
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

@media (max-width:575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
    /* Style Tag */
    /* &.style-tag {
            display       : flex;
            flex-direction: row;
            flex-wrap     : wrap;
            margin        : -7px;
            .text-list__item {
               padding: 7px;
            }
            .text-list__link{
                color        : hsl(var(--black));
                border       : 1px solid hsl(var(--black) / .08);
                padding      : 6px 20px;
                border-radius: 3px;
                &.active {
                    background-color: hsl(var(--base));
                    border-color    : hsl(var(--base));
                    color           : hsl(var(--white));
                }
                &:hover {
                    background-color: hsl(var(--base));
                    border-color    : hsl(var(--base));
                    color           : hsl(var(--white));
                }
            }
    
        } */
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    font-weight: 500;
    @extend .fs-16;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media (max-width:575px) {
    .latest-blog__thumb {
        width: 60px;
    }

    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

/* ========================= Latest Blog Css End ===================*/

/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 2px 15px hsl(var(--white) /.25);
}

.highlited-text {
    background-color: hsl(var(--base) / .1);
    padding: 30px 20px;
    border-radius: 5px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;

    @include sm-screen {
        padding: 25px 15px;
    }
}

.blog-details__content {
    padding: 35px 0px;
    padding-bottom: 0;
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
}

.blog-details__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width:992px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media (max-width:767px) {
    .blog-details__thumb {
        height: 300px;
    }

    .blog-details__content {
        padding: 30px 20px;
    }
}

@media (max-width:575px) {
    .blog-details__content {
        padding: 25px 15px;
    }
}

/* ========================================== Blog Details Css End ======================================*/
/* recovery account wrapper  */

.recovery-account-wrapper .custom--card {
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.1);
}



/* Appointment start here  */
.appointment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.appointment-form .form-group .form--label {
    display: block;
}

.appointment-form .form-group:nth-child(1) .form--control {}

@media screen and (max-width: 1499px) {
    .appointment-form {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .appointment-form {
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .appointment-form {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    .appointment-form .filterBtn {}
}

@media screen and (max-width: 575px) {
    .appointment-form {
        display: block;
    }
}

.appointment-form .form-group {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .appointment-form .form-group {
        margin-bottom: 1rem;
    }
}

.recovery-account-wrapper {
    overflow: hidden;
}

.form--control[type="file"]::file-selector-button {
    color: hsl(var(--white)) !important;
}

.form--control[type="file"]::file-selector-button:hover {

    color: hsl(var(--black));
}

.footer-item img {
    max-width: 220px;
}

.langSel {
    background: #09100c;
    color: hsl(var(--white) / 0.7);
    border: none;
}
.langSel:focus-within{
    outline: none;
}

label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
  }