/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[12].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.js","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_f367f3';src: local("Arial");ascent-override: 90.20%;descent-override: 22.48%;line-gap-override: 0.00%;size-adjust: 107.40%
}.__className_f367f3 {font-family: '__Inter_f367f3', '__Inter_Fallback_f367f3';font-style: normal
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/globalcss/navbar.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/


/* divya */

/* hover only dropdown only move with mouse not on click*/
.option-a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5;
}

.option-a:hover {
    color: #ff6600;
    background-color: #ffb800cc;
    border-radius: 5px;
    /* box-shadow: inset 0 0 0 4px rgb(75, 73, 73); */
}

#header_sign_in{
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header_get_app{
    border-radius: 10px;
    padding: 8px 16px;
    color:white;
    background-color: black;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-decoration: "none",;
            text-decoration: "none",
}
#footer_logo{
    width: 200px;
}

#header_logo{
    width:180px;
    height:auto;
} 


@media (max-width: 330px) {
   
    #header_sign_in{
        border-radius: 10px;
        font-size: 12px;
    }

    #header_get_app{
        border-radius: 10px;
        color:white;
        background-color: black;
        font-size: 11px;
    }
    #footer_logo
    {
        width:130px;
    }  
    #header_logo{
        width:200px;
        height:auto;
    }  
}
/* @media (max-width: 430px) {
    #header_logo{
        width:80px;
        height:auto;
        background-color: yellow;
    }
} */

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/component/header.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.header_menuspaceright__8lbQV {
    justify-content: space-between;
}

.header_container__zPlv2 {
    margin-left: 74px;
    margin-right: 74px;
}
.header_menu_fixed__Q6onm {
    position: fixed;
    z-index: 1000 !important;
    padding: 17px 19px;
   
    /* box-shadow: 0px -5px 20px; */
    width: 100%;
    top: 0;
    background-color:#fff;
    transition: 0.3s linear;
}
.header_mail__d_GmU{
    padding-left: 0px !important;
}


/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/bootstrap/dist/css/bootstrap.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/bootstrap/dist/css/bootstrap.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

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

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
* Bootstrap  v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
/*# sourceMappingURL=bootstrap.min.css.map */
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/globals.css ***!
\*****************************************************************************************************************************************************************************************************************************************************************/
/* astroprofile search to get */

/* ***********************Top for hand return css and bottem for bootsrap css********************** */
:root {
  --max-width: 1100px;
  --border-radius: 12px;
  --font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
    "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
    "Fira Mono", "Droid Sans Mono", "Courier New", monospace;

  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;

  --primary-glow: conic-gradient(
    from 180deg at 50% 50%,
    #16abff33 0deg,
    #0885ff33 55deg,
    #54d6ff33 120deg,
    #0071ff33 160deg,
    transparent 360deg
  );
  --secondary-glow: radial-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );

  --tile-start-rgb: 239, 245, 249;
  --tile-end-rgb: 228, 232, 233;
  --tile-border: conic-gradient(
    #00000080,
    #00000040,
    #00000030,
    #00000020,
    #00000010,
    #00000010,
    #00000080
  );

  --callout-rgb: 238, 240, 241;
  --callout-border-rgb: 172, 175, 176;
  --card-rgb: 180, 185, 188;
  --card-border-rgb: 131, 134, 135;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --max-width: 1100px;
  --border-radius: 12px;
  --font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
    "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
    "Fira Mono", "Droid Sans Mono", "Courier New", monospace;

  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;

  --primary-glow: conic-gradient(
    from 180deg at 50% 50%,
    #16abff33 0deg,
    #0885ff33 55deg,
    #54d6ff33 120deg,
    #0071ff33 160deg,
    transparent 360deg
  );
  --secondary-glow: radial-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );

  --tile-start-rgb: 239, 245, 249;
  --tile-end-rgb: 228, 232, 233;
  --tile-border: conic-gradient(
    #00000080,
    #00000040,
    #00000030,
    #00000020,
    #00000010,
    #00000010,
    #00000080
  );

  --callout-rgb: 238, 240, 241;
  --callout-border-rgb: 172, 175, 176;
  --card-rgb: 180, 185, 188;
  --card-border-rgb: 131, 134, 135;
}

.removeDot ul li:before {
  display: none;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/_next/static/media/arrow.f5ef933a.svg) no-repeat center;
  left: 0;
  top: 8px;
}

.btn_container {
  next-size-adjust: value;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;

    --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(
      to bottom right,
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0.3)
    );

    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(
      #ffffff80,
      #ffffff40,
      #ffffff30,
      #ffffff20,
      #ffffff10,
      #ffffff10,
      #ffffff80
    );

    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
}

/* *********************** Hand return css starts from here ********************** */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

body {
  font-size: 16px;
  line-height: 26px !important;
  margin: 0;
  /* background-color: var(--dark-color1); */
  color: #333;
  color: rgb(var(--foreground-rgb));
  background: white !important;
  font-family: "Lato", sans-serif !important;
}

a {
  color: inherit !important;
  text-decoration: none;
}

.bg-orange {
  background-color: #ffb800;
}

.btn_container {
  display: none;
  justify-content: space-around;
  place-items: center;
  text-align: center;
  padding: 8px 0;
}

.btn_container .astro_box {
  margin-top: 5px;
}

.btn_container a {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;

  align-items: center;
}

.astro_image {
  background-color: #ffcc33;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  place-items: center;
}

.astro_image svg {
  font-size: 20px;
}

.astro_heading {
  line-height: 16px;
  margin-top: 4px;
  font-size: 12px;
  color: #212529;
}

/* CSS for QR popup ----------- starts ---------- */

.notificationCard-container {
  background: #0000007d;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999999999999;
  top: 0;
}

.notificationCard {
  position: absolute;
  top: 50%;
  z-index: 99999;
  width: 290px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 380px;
  background: #fffae8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  gap: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
  border-radius: 20px;
}

.qrCode {
  width: 150px;
  margin: 10px 0px;
}

#closeeee {
  position: absolute;
  right: -45px;
  top: -27px;
}

/* CSS for Home video ----------- starts ---------- */
.home-video {
  background-color: #fff;
  border-radius: 22px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
}

.home-video .video-box {
  width: 50%;
}

.home-video .video-box .video-smbox {
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: flex-start;
}

.home-video .video-box .video-smbox video {
  border-radius: 12px;
  width: 100%;
}

.home-video .text-box {
  padding: 20px;
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-video .text-box .heading {
  font-size: 1.9rem;
  font-weight: 600;
}

.home-video .text-box .heading2 {
  font-size: 1.3rem;
}

.home-video .text-box button {
  margin: 2px 0;
  width: 240px;
  border-radius: 20px;
  padding: 10px 0px;
  font-size: 26px;
}

.home-video .text-box p {
  display: block;
}

/* CSS for sidebarcss ----------- starts ---------- */

.sidebar-bg {
  background: rgba(0, 0, 0, 0.316);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.sidebarcss {
  position: absolute;
  z-index: 999999;
  top: 0;
}

.sidebar {
  background-color: #fff;
  /* background-color: #fac720; */
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 80vw;
  border-right: 2px solid var(--secondary-color);
  /* opacity: 0; */
  /* visibility: hidden; */
  overflow-y: auto;
  transition: all 0.3s linear;
}

.sidebar li {
  display: flex;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  margin: 0;
  margin-bottom: 12px;
}

.sidebar ul {
  margin-top: 120px;
}

.zindex {
  z-index: 9999991;
}

.sidebar ul li a:before {
  display: none;
}

.sidebar > ul > li .px_submenu {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100%;
  right: auto !important;
  padding: 0;
  background-color: transparent;
  display: none;
}

.sidebar > ul > li .px_submenu .px_submenu {
  display: none;
}

.sidebar > ul > li .px_submenu:before {
  display: none;
}

.sidebar ul li .px_submenu.active {
  display: block;
}

.sidebar ul li.px_submenu_li:after {
  position: absolute;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  top: 25px;
  right: 0;
}

.sidebar ul li.px_submenu_li ul li.px_submenu_li:after {
  top: 18px;
}

.sidebar ul {
  width: 80%;
}

.AllowBtn {
  width: 120px;
  height: 25px;
  background-color: #fac720;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 0.7em;
  font-weight: 600;
  cursor: pointer;

  display: flex;
  justify-content: center;
}

.AllowBtn:hover {
  background-color: #ffd753;
}

/* CSS for QR popup ----------- end ----------  */

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

.topbtn {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #3675ec;
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border: 1px solid #3675ec;
}

.topbtn:hover {
  background: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
}

.topbtn:hover {
  color: #fff;
}

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* stylesheet */
:root {
  --primary-color: #e5f0f5;
  --secondary-color: #f3e288;
  --dark-color1: #031d2e;
  --dark-color2: #070707;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}

:after,
:before {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  /* background-color: var(--dark-color1); */
  color: #333;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: 'Josefin Sans', sans-serif !important*/
  font-family: "Lato", sans-serif !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}

.hide {
  display: none !important;
}

/* common css */
.px_padderTop10 {
  padding-top: 10px;
}

.px_padderTop20 {
  padding-top: 20px;
}

.px_padderTop30 {
  padding-top: 30px;
}

.px_padderTop40 {
  padding-top: 40px;
}

.px_padderTop50 {
  padding-top: 50px;
}

.px_padderTop60 {
  padding-top: 60px;
}

.px_padderTop70 {
  padding-top: 70px;
}

.px_padderTop80 {
  padding-top: 80px;
}

.px_padderTop90 {
  padding-top: 90px;
}

.px_padderTop100 {
  padding-top: 90px;
}

.px_padderBottom5 {
  padding-bottom: 5px;
}

.px_padderBottom10 {
  padding-bottom: 10px;
}

.px_padderBottom20 {
  padding-bottom: 20px;
}

.px_padderBottom30 {
  padding-bottom: 30px;
}

.px_padderBottom40 {
  padding-bottom: 40px;
}

.px_padderBottom50 {
  padding-bottom: 50px;
}

.px_padderBottom60 {
  padding-bottom: 60px;
}

.px_padderBottom70 {
  padding-bottom: 70px;
}

.px_padderBottom80 {
  padding-bottom: 80px;
}

.px_padderBottom90 {
  padding-bottom: 90px;
}

.px_padderBottom100 {
  padding-bottom: 90px;
}

.px_margin0 {
  margin: 0px;
}

.px_font14 {
  font-size: 14px;
  line-height: 24px;
}

.px_toggle {
  display: none;
}

.px_heading {
  font-size: 36px;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 23px;
  position: relative;
  margin: -8px 0 20px;
}

.px_heading.px_heading_center:after {
  left: 50%;
  transform: translateX(-50%);
}

.px_heading:after {
  position: absolute;
  content: "";
  width: 100px;
  borderbottom: 3px solid var(--secondary-color);
  left: 0;

  bottom: 0;
}

.form-control {
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none !important;
  color: #000;
  /*padding: 0 40px 0 12px;*/
}

input.pro_quantity.form-control {
  max-width: 100%;
  width: 119px;
}

.form-control::placeholder {
  color: #97b0c1;
}

.px_subheading {
  font-size: 20px;
  text-transform: capitalize;
}

.px_orange {
  color: var(--secondary-color);
}

.px_white {
  color: var(--white-color);
}

.px_btn {
  height: 50px;

  font-size: 24px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.px_blog_wrapper .px_btn {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

a.px_btn.px-btn-00 {
  min-width: 170px;
  justify-content: center;
}

.px_btn:hover:after {
  border-left-color: #080808;
}

.px_btn:hover:before {
  border-right-color: #080808;
}

/*.px_btn:hover {
    background-color: #171717;
    border: 1px solid #ff7010;
    color: #fff;
}*/

.px_btn:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 15px solid var(--secondary-color);
}

.px_verticle_center {
  display: flex;
  align-items: center;
}

.slick-dots {
  padding: 0;
  margin: 0px 0 0 0;
  list-style: none;
}

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

.slick-dots li button {
  display: none;
}

.slick-dots li {
  height: 9px;
  width: 9px;
  background-color: #818181;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: var(--secondary-color);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  padding: 0 13px;
  z-index: 1;
  outline: none;
  justify-content: center;
  border-radius: 100%;
  height: 35px;
  display: flex;
  width: 35px;
  align-items: center;
}

.slick-arrow::after {
  border-left-color: #000000;
}

.slick-arrow::before {
  border-right-color: #000000;
}

.slick-arrow:hover {
  background-color: var(--secondary-color) !important;
}

.slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.slick-arrow:hover::before {
  border-right-color: var(--secondary-color);
}

.slick-arrow.slick-prev {
  padding: 0 0 0px;
  margin-left: 0;
}

.slick-arrow.slick-prev span {
  margin-right: 0px;
  display: inline-flex;
  margin-top: -3px;
}

.slick-arrow span svg path {
  fill: var(--secondary-color);
}

.slick-arrow:hover span svg path {
  fill: var(--white-color);
}

.slick-arrow.slick-next span {
  margin-left: 6px;
  margin-top: -3px;
}

.slick-arrow.slick-next {
  right: -100px;
  padding: 0 0 0;
  margin-left: 0;
}

.slick-slide {
  outline: none;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none;
}

.only-timepicker .datepicker--time {
  border-top: none;
}

.datepicker {
  background-color: #080808;
  border: 1px solid rgb(255 255 255 / 10%);
  color: var(--primary-color);
}

.datepicker--nav {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
}

.datepicker--nav > div {
  background-color: transparent !important;
  color: var(--primary-color);
}

.datepicker--pointer {
  background-color: #080808;
  border-top-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}

.datepicker--cell:hover {
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}

.datepicker--cell.-current-,
.datepicker--day-name {
  color: var(--secondary-color);
}

/* select2 */
.select2-selection {
  height: 50px !important;
  background-color: #171717 !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
}

.select2-selection .select2-selection__rendered {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 50px !important;
  padding: 0 28px !important;
  text-align: initial;
}

.form-group {
  text-align: initial;
}

.form-group {
  text-align: initial;
  margin: 10px 0;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none !important;
  border-radius: 4px;
  border-radius: 50px;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  bottom: 1px;
  right: 18px !important;
}

span.select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-top: none;
  /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
}

.select2-container {
  transition: none;
  width: 100% !important;
}

.select2-dropdown {
  transition: none;
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%);
  font-size: 14px;
  border-radius: 15px;
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown input {
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%) !important;
  outline: none !important;
}

.select2-results__option {
  padding: 10px 26px;
  background-color: transparent !important;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected {
  color: var(--secondary-color) !important;
}

/* loader */
.px_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.px_loader img {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}

.px_map_section iframe {
  width: 100%;
  height: 593px;
}

/* header css start */

.header-invisibal {
  z-index: 1;
  /* position: absolute; */
  visibility: hidden;
  width: 100vw;
  /* top: 0; */
}

.header-top {
  z-index: 2;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 1000;
}

.px_header_wrapper {
  display: flex;
  background-color: #fff;
}

.px_logo {
  padding: 3px 35px;
  display: flex;
  align-items: center;
}

.px_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.px_menu > ul > li {
  display: inline-flex;
  text-transform: capitalize;
  margin: 0 20px;
  position: relative;
}

.px_menu_wrapper {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 10%);
  justify-content: space-between;
  /* padding: 9px 57px 9px 0px;*/
  position: relative;
  z-index: 1;
  background: #ffb800;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.top-bar {
  background-color: #ffb800 !important;
}

.px_header_detail {
  /* width: calc(100% - 449px); */
  width: 100%;
}

.px_menu > ul > li > a {
  padding: 10px 12px;
  position: relative;
  transition: all 0.3s linear;
  color: #02031a;
  font-weight: 500;
  font-size: 16px;
}

.px_menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--secondary-color);
  top: 90% !important;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.px_menu > ul > li > a:hover:before,
.px_menu > ul > li > a.active:before {
  width: 100%;
}

.px_menu ul li a:hover,
.px_menu ul li a.active {
  color: #0b16ed;
}

.horoscope-a {
  position: relative;
  cursor: pointer;
}

.horoscope-a .new-box {
  position: absolute;
  top: 4;
  background-color: white;
  box-shadow: rgb(0 0 0 / 28%) 6px 6px 29px 0px;
  border-radius: 5px;
  padding: 20px;
  width: max-content;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.horoscope-a .new-box::after {
  position: absolute;
  background-color: rgba(215, 189, 189, 0.534);
  width: 100vw;
  height: 100vh;
}

.horoscope-a .new-box::before {
  position: absolute;
  background-color: rgba(223, 107, 107, 0.534);
  width: 100vw;
  height: 100vh;
}

.horoscope-a .black-box {
  position: absolute;
  top: 4;
  background-color: rgba(104, 66, 66, 0);
  width: 100vw;
  height: 100vh;
}

/* This is divya coode */

.horoscope-a .new-box .option-a {
  padding: 0 !important;
  padding: 10px 10px 0px 10px !important;
  font-size: 16px;
  /* cursor: pointer; */
}

.horoscope-a .new-box .option-a hr {
  margin: 0;
  margin-top: 8px;
  height: 0px !important;
}

/* .horoscope-a .new-box .option-a {
    padding: 0 !important;
    padding: 8px 10px 4px 10px !important;
    font-size: 18px;
    cursor: pointer;
}

.horoscope-a .new-box .option-a hr {
    margin: 0;
    margin-top: 8px;
} */

.px_info_detail {
  /*padding-right: 50px;*/
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.px_search_wrapper {
  padding-top: 22px;
  transition: all 0.3s linear;
}

.px_search {
  cursor: pointer;
  transition: all 0.3s linear;
}

.px_info_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_info_detail ul li {
  display: inline-flex;
  padding: 8px 0px;
}

.px_info_detail ul li a,
.px_info_detail ul li a:focus {
  text-decoration: none;
  color: inherit;
}

.px_infobox .px_infoicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.px_infobox {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
}

.px_info_detail ul li .px_infobox > span {
  font-weight: 600;
  margin-right: 5px;
}

.px_right_info {
  display: flex;
  align-items: center;
}

.px_cart_wrapper {
  background-color: #363636;
  padding: 14px 24px;
  border-radius: 50px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_cart_wrapper > span {
  position: relative;
  margin-right: 20px;
}

.px_cart_wrapper > span .px_cartnumber {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
}

.px_cart {
  position: relative;
}

.px_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: #000000;
  z-index: 1;
  padding: 5px 20px 20px;
  box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
  border-radius: 20px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.3s linear;
}

.px_cart.cart_open .px_cart_box {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.px_cart_list .px_cart_img {
  float: left;
}

.px_cart_list .px_cart_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.px_cart_info {
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
}

.px_cart_list .px_cart_info a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 5px;
  width: 110px;
  text-transform: capitalize;
}

.px_cart_list {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.px_cart_list li {
  width: 100%;
}

.px_cart_list .px_cart_info p {
  font-size: 14px;
}

.px_cart_box .px_cart_total,
.px_cart_box .px_cart_btn {
  padding-right: 20px;
}

.px_cart_box .px_cart_total p {
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}

.px_cart_box .px_cart_total p span {
  float: right;
  font-family: "Philosopher", sans-serif;
}

.px_cart_box .px_cart_btn {
  text-align: center;
  padding-top: 5px;
}

.px_cart_box .px_cart_btn button {
  background-color: #181818;
  padding: 0 12px;
  text-transform: capitalize;
}

.px_cart_box .px_cart_btn button::after {
  border-left-color: #151515;
}

.px_cart_box .px_cart_btn button::before {
  border-right-color: #151515;
}

.px_cart_box .px_cart_btn button:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_cart_box .px_cart_btn button:hover::after {
  border-left-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:hover::before {
  border-right-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:first-child {
  margin-right: 25px;
}

.px_cart_list::-webkit-scrollbar {
  width: 4px;
}

.px_cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.px_cart_list::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
  outline: #708090 solid 1px;
}

.px_menu > ul > li .px_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 10px;
  width: 170px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_menu > ul > li > .px_submenu {
  transform: translateY(-10px);
}

.px_menu > ul > li:hover > .px_submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu li a {
  padding: 7px 20px;
  display: flex;
}

.px_menu > ul > li .px_submenu > li > .px_submenu {
  right: 100%;
  top: 8px;
  left: auto;
  transform: translateX(-20px);
}

.px_menu > ul > li .px_submenu > li:hover > .px_submenu {
  transform: translateX(-10px);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu > li {
  position: relative;
}

.px_menu > ul > li .px_submenu:before {
  content: "";
  position: absolute;
  border-bottom: 7px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 100%;
  left: 13px;
}

.bg-video-ection > video {
  width: 100%;
  height: 737px;
  object-fit: initial;
}

.px_menu > ul > li > .px_submenu > li > .px_submenu:before {
  bottom: auto;
  top: 10px;
  left: 100%;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid #363636;
}
.signin {
  border-radius: 10px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.getapp {
  border-radius: 10px !important;
  background-color: black !important;
  color: white !important;
  text-decoration: none !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


@media (max-width: 870px) {
  .header {
    display: none;
  }
}

/* header css end */
/* banner css start */
.px_banner_wrapper {
  /* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 310px;
    overflow: hidden; */
  position: relative;
  background: #e3f1eb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.px_banner_slider {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 200px 0;
}

.bg-video-ection {
  position: relative;
}

.bg-video-ection:before {
  position: absolute;
  content: "";
  background-color: #000000ab;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*
.px_banner_wrapper::before {
    position: absolute;
    content: url(../images/star.png);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}*/
.small,
small {
  font-size: 10px;
}

.px_banner_detail h5 {
  font-size: 20px;
  margin: 0 0 25px;
  background-color: rgb(255 255 255 / 9%);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
}

.px_banner_detail h1 {
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 13px;
  font-weight: 900;
}

.px_banner_detail p {
  max-width: 100%;
  width: 720px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 21px;
}

.px_banner_wrapper .slick-dots {
  text-align: center;
  display: none;
}

.px_banner_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  display: inline-block;
  width: 100%;
}

.px_banner_slider .slick-arrow.slick-prev {
  left: -265px;
}

.px_banner_slider .slick-arrow.slick-next {
  right: -900px;
}

p.px_font14.px_padderBottom20.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

p.px_font14.px_margin0.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

.px_banner_wrapper .px_btn:hover:after {
  border-left-color: #000000;
}

.px_banner_wrapper .px_btn:hover:before {
  border-right-color: #000000;
}

.px_banner_slider .slick-arrow:hover {
  background-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:before {
  border-right-color: var(--secondary-color);
}

/* banner css end */
/* about css start */
.px_about_wrapper {
  /* background-image: url(../images/bg2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0px 80px;
  margin-top: -10px;
}

.px_about_wrapper p {
  margin-bottom: 15px;
}

.px_contact_expert {
  display: flex;
  background-color: #080808;
  border-radius: 10px;
  padding: 25px;
  margin-top: 20px;
  align-items: center;
  max-width: 470px;
  margin-bottom: 20px;
}

.px_contact_expert .px_icon {
  width: 65px;
  height: 65px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
}

.px_contact_expert .px_icon:before {
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px dashed var(--secondary-color);
  content: "";
  border-radius: 100%;
}

.px_contact_expert:hover .px_icon:before {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_contact_expert h5 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.px_contact_expert h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 0 0;
}

.px_aboutimg {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  text-align: right;
}

.px_aboutimg img {
  display: inline-block;
}

.px_aboutimg::after {
  position: absolute;
  content: "";
  top: 95px;
  right: 84px;
  background-color: #080808;
  width: 420px;
  height: 450px;
  z-index: -1;
}

.px_aboutimg::before {
  position: absolute;
  content: "";
  left: 17px;
  bottom: 0;
  border-left: 2px solid var(--secondary-color);
  borderbottom: 2px solid var(--secondary-color);
  width: 90px;
  height: 90px;
}

.px_about_slider {
  max-width: 520px;
  /*  margin: 0 20px 0 auto;*/
}

.px_about_slider .slick-dots {
  position: absolute;
  left: -46px;
  bottom: 32px;
}

.px_about_slider .slick-dots li {
  display: flex;
  cursor: pointer;
  margin: 15px 0;
}

/* about css end */
/* service css start */
.px_service_box {
  /*  background-color: #f3e288;*/

  margin-top: 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: all 0.5s;
}

.slick-slide img {
  display: inline-block !important;
}

.px_service_box:hover {
  transform: translate(0px, -10px);
}

.px_service_box .px_icon {
  width: 80px;
  background-color: #181818;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s linear;
}

.px_service_box .px_icon:after {
  border: 1px dashed #5a5a5a;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 100%;
}

.px_service_box:hover .px_icon {
  background-color: var(--secondary-color);
}

.px_service_box:hover .px_icon:after {
  border-color: var(--secondary-color);
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_service_box .px_subheading {
  margin: 30px 0 10px;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600;
}

.px_service_box .px_subheading:after {
  width: 70px;
  height: 2px;
  background-color: var(--secondary-color);
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.px_service_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_link {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  borderbottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  letter-spacing: 0.6px;
}

/* service css end */
/* zodiec sign css start */
.px_zodiac_sign_wrapper {
  /*background-image: url('../images/bg3.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;

  background: #fff;
}

.px_sign_img img {
  margin: 0 auto;
}

.px_sign_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_sign_ul li {
  margin-top: 40px;
  padding: 15px 23px;
  border-radius: 0px 50px 0px 50px;
}

ul.px_sign_ul.px_sign_ul_right li {
  border-radius: 50px 0px 50px 0px;
}

.px_sign_box {
  background-color: #ffe187;
  max-width: 250px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  transition: all 0.2s linear;
}

.px_sign_box > a {
  display: flex;
  align-items: center;
}

.px_sign_box .px_sign {
  background-color: #171717;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  position: relative;
  transition: all 0.2s linear;
}

.px_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}

.px_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.px_sign_box:after,
.px_sign_box:before {
  /* content: '';
    position: absolute; */
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 50px solid transparent;
  borderbottom: 50px solid transparent;
  border-left: 20px solid #080808;
}

.px_sign_box:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 20px solid #080808;
}

/* .px_sign_box .px_sign:after,.px_sign_box .px_sign:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    borderBottom: 40px solid transparent;
    border-left:18px solid #171717;
 
}  */
/*.px_sign_box:hover {
    background-color: var(--secondary-color);
}*/

.px_sign_box:hover:after {
  border-left-color: var(--secondary-color);
}

.px_sign_box:hover:before {
  border-right-color: var(--secondary-color);
}

.px_sign_box:hover .px_sign {
  background-color: #e66712;
}

.px_sign_box:hover .px_sign:after {
  border-left-color: #e66712;
}

.px_sign_box:hover .px_sign:before {
  border-right-color: #e66712;
}

.px_sign_box .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid #171717;
}

.px_sign_ul li:first-child,
.px_sign_ul li:last-child {
  transform: translateX(200px);
}

.px_sign_ul li:nth-child(2),
.px_sign_ul li:nth-child(5) {
  transform: translateX(100px);
  z-index: 1;
}

.px_sign_ul.px_sign_ul_right li:first-child,
.px_sign_ul.px_sign_ul_right li:last-child {
  transform: translateX(-200px);
}

.px_sign_ul.px_sign_ul_right li:nth-child(2),
.px_sign_ul.px_sign_ul_right li:nth-child(5) {
  transform: translateX(-100px);
}

.px_sign_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  width: 100%;
}

.px_sign_ul_right .px_sign_box {
  margin: 40px 0 0 auto;
}

/* zodiec sign css end */
/* zodiec sign form css start */
.px_sign_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
}

.px_input_feild {
  position: relative;
}

.px_input_feild > span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.px_sign_form ul li {
  /* max-width: 270px; */
  width: 100%;
  padding: 0 15px;
}

.px_sign_form ul li:nth-child(3) {
  max-width: 370px;
}

.px_sign_form ul li:last-child {
  max-width: 205px;
}

.px_sign_form {
  background-color: #171717;
  padding: 25px 33px 50px;
  border-radius: 10px;
}

li.px_form_box {
  text-align: left;
}

/* zodiec sign form css end */
/* customer css start */
.px_customer_wrapper {
  /* background-image: url('../images/bg4.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #f6f6f6;
}

.px_customer_slider .slick-dots {
  text-align: center;
}

.px_customer_box {
  /* background-image: linear-gradient(to right, #FDB69C, #FEEEBC);*/
  background: #fff;
  padding: 0 45px 42px;
  position: relative;
  margin: 50px 15px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1) !important;
}

header .h1 {
  font-size: 30px;
  font-weight: bold;
}

.px_customer_box:before {
  content: "";
  position: absolute;
  top: 75px;
  transform: translateX(-50%);
  left: 50%;
  width: 86px;
  height: 74px;

  z-index: -1;
}

.px_customer_box .px_customer_img > img {
  border-radius: 100%;
}

.px_customer_box .px_customer_img {
  position: relative;
  display: inline-flex;
  margin: -45px 0 34px;
}

.px_customer_box .px_customer_img span {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  line-height: 32px;
  right: -10px;
  bottom: 0px;
}

.px_customer_box .px_customer_img span img {
  display: inline-block;
}

.px_customer_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_customer_box h3 {
  font-size: 20px;
  margin: 15px 0 0;
}

/* customer css end */
/* why choose css start */

section.px_whychoose_wrapper.px_padderTop80 {
  padding-top: 80px;
}

.px_whychoose_wrapper {
  background: #080808;
}

.px_whychoose_box .px_number > span {
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.px_whychoose_box h4 {
  font-size: 20px;
  margin: 25px 0 35px;
  text-align: center;
  transition: all 0.2s linear;
}

.px_number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
  z-index: 0;
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.before-img00 {
  position: absolute;
  left: 0;
  z-index: -1;
  animation: rotated 120s infinite linear;
}

.px_whychoose_box:hover h4 {
  color: var(--secondary-color);
}

/* why choose css end */
/* blog css start */

.blog-all-text-data a img {
  height: auto !important;
}

.px_blog_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*  background: #f9f9f9;*/
}

.px_blog_img {
  position: relative;
  margin-bottom: 36px;
}

.px_blog_img .px_btn {
  position: absolute;
  right: 35px;
  bottom: -25px;
  color: #000;
  padding: 0 15px;
}

.px_blog_box {
  margin-top: 30px;
  text-align: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.px_blog_img img {
  width: 100%;
}

.px_blog_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_blog_box ul li {
  display: inline-flex;
  margin-right: 30px;
  font-size: 14px;
  line-height: 24px;
}

.px_blog_box ul li img {
  margin-right: 10px;
}

.px_blog_box .px_subheading {
  line-height: 32px;
  margin: 8px 0;
  transition: all 0.2s linear;
}

.px_blog_box.px_blog_single .px_subheading {
  color: var(--primary-color);
}

/* blog css end */
/* product css start */
.px_product_box {
  text-align: left;
  margin: 30px 4px 0;
  background: #fff;
  padding: 10px;
}

.px_product_img {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}

.px_product_img ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -60px;
  left: 0;
  right: 0;
  background-color: var(--secondary-color);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.px_product_img > img {
  width: 100%;
  border-radius: 10px;
}

.px_product_box:hover .px_product_img ul {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.px_product_img ul li {
  display: inline-flex;
  line-height: 40px;
  color: #ffffff;
}

.px_product_img ul li:last-child {
  border-right: none;
}

.px_product_img ul li:nth-child(2) {
  position: relative;
}

.px_product_img ul li:nth-child(2):after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fda2658f;
  border-right: 1px solid #fda2658f;
}

.px_product_box .px_subheading {
  margin: 5px 0 6px;
}

.px_product_box .px_price {
  font-size: 18px;
  font-weight: 600;
}

.px_product_box .px_price > span {
  font-size: 14px;
  font-weight: 400;
}

.px_product_box .px_price > del {
  color: #dfe0e1;
}

.px_product_img ul li span {
  margin-left: 14px;
  font-size: 14px;
}

.px_product_box ul li img {
  display: inline-block;
}

.px_product_wrapper.px_product_page {
  background-color: #181818;
}

/* product css end */
/* overview css start */

.px_overview_wrapper {
  /* background-image: url('../images/bg6.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.px_overview_wrapper::after {
  position: absolute;
  /* content: url(../images/New-folder/dark-moon-1-olv8km0mfctu3d1ffgcv3s7yfnhjihhned7yvzhx4g.webp); */
  left: 152px;
  top: 70px;
  width: 100%;
  z-index: -1;
  animation: 2.3s rl-rotate linear infinite;
}

@keyframes rl-rotate {
  0% {
    transform: rotate(360deg) translate(-5px) rotate(-360deg);
    transition: 1s ease-in-out;
  }

  100% {
    transform: rotate(0deg) translate(-5px) rotate(0deg);
    transition: 1s ease-in-out;
  }
}

.px_overview_inner {
  background-color: #171717;
  padding: 42px 50px 50px;
  border-radius: 20px;
}

.px_overview_inner h4 {
  font-size: 24px;
  margin: 0 0 11px;
}

.px_overview_inner .px_btn {
  margin-top: 10px;
  padding: 0 14px;
}

.px_overview_inner .px_btn img {
  margin-right: 10px;
}

/* overview css end */

/* footer css start */
.px_newsletter_wrapper {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
}

.px_newsletter_box {
  position: relative;
}

.px_newsletter_box .form-control {
  border-radius: 0px;
  height: 60px;
  background-color: #000;
  border-radius: 50px;
}

.px_newsletter_box .form-control::placeholder,
input[type="text"]::placeholder,
textarea.form-control::placeholder {
  color: #c3c3c7;
}

.px_newsletter_wrapper .row {
  align-items: center;
}

/* .px_newsletter_box:after,.px_newsletter_box:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 30px solid transparent;
    borderBottom: 30px solid transparent;
    border-left: 17px solid #000;
} */
/* .px_newsletter_box:after{
    right:100%;
    left:auto;
    border-left: none;
    border-right: 17px solid #000;
} */
.px_newsletter_box .px_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 1;
}

.px_footer_inner {
  display: flex;
}

.px_footer_widget > p {
  margin: 18px 0 20px;
  color: #000 !important;
}

.px_footer_widget > ul > li:hover {
  color: #ffb800;
}

.px_footer_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_footer_widget .f-box ul {
  width: max-content;
}

/* .px_footer_widget .f-box ul li a{
    padding-left: 0px!important;
} */
.px_footer_widget .f-box li a {
  padding-left: 0px !important;
}

.px_footer_widget > ul > li {
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #000 !important;
}

.px_footer_widget > ul > li span svg {
  fill: #000 !important;
  margin-right: 10px;
}

.px_footer_widget > ul > li:hover span svg path {
  fill: #ffb800;
}

.px_footer_widget > ul > li:hover span {
  transition: none;
}

.px_footer_heading {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  position: relative;
  margin-bottom: 22px;
  width: max-content;
  color: #000 !important;
}

.px_footer_heading:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 92px;
  height: 2px;
  background-color: #ffb800;
}

.px_footer_widget .px_contact_list li {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.px_footer_widget .px_contact_list li:before {
  display: none;
}

.px_footer_widget .px_contact_list li img {
  margin: 0 15px 0 0;
  transform: translateY(3px);
}

.px_footer_widget .px_contact_list li p {
  margin: 0;
}

.img-play2 {
  width: 120px;
}

.px_share_box ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
  padding-left: 0px !important;
}

.px_share_box ul li a:hover {
  background-color: var(--secondary-color);
}

.px_share_box ul li {
  display: inline-flex;
  margin-right: 5px;
}

.px_copyright_wrapper {
  background-color: #ffb800;
  padding: 13px 0 5px;
}

.btn-primary {
  color: #fff !important;
  background-color: #fa6d39 !important;
  border-color: #fa6d39 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fa6d39;
  border-color: #fa6d39;
}

.theme-btn {
  color: #fff;
  background-color: #ffb800 !important;
  border-color: #ffb800 !important;
}

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

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

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

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

.round1 {
  border-radius: 10px;
}

.wid50 {
  width: 50px !important;
}

.wid100 {
  width: 100px !important;
}

.wid120 {
  width: 120px !important;
}

.wid150 {
  width: 150px !important;
}

.wid200 {
  width: 200px !important;
}

.carousel .carousel-indicators li {
  background-color: gray;
}

.carousel .carousel-indicators li.active {
  background-color: #ffb800;
  border-radius: 40%;
}

/* footer css end */
/* breadcrum start */
.px_breadcrum_wrapper {
  /* background: #e3f1eb;*/
  /* background-image: url(../images/New-folder/top.png);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 10px;
}

.px_breadcrum_wrapper h1 {
  margin: 0px 0 0px;
  font-size: 28px;
  color: #fff;
}

.px_breadcrum_wrapper .breadcrumb {
  color: #000;
}

.activee {
  color: #fa6d39;
}

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(19 20 20 / 65%);
}

.modal .modal-dialog {
  margin: 0 auto;
  transform: none !important;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.modal-content {
  width: 100%;
}

.modal-header {
  padding: 15px 25px;
  /*border-color: rgb(255 255 255 / 10%);*/
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  /*  border: 1px solid rgb(255 255 255 / 10%);*/
}

.modal-body {
  padding: 40px;
}

.modal-header .close {
  color: #000;
  font-weight: 300;
  text-shadow: none;
  border: 1px solid #ffb800;
  opacity: 1;
  width: 25px;
  height: 25px;
  line-height: 18px;
  background-color: #ffb800;
  border-radius: 100%;
  margin-top: 5px;
  font-size: 16px;
  outline: none !important;
}

@media (max-width: 567px) {
  .px_btn {
    margin: 0;
  }

  .modal .modal-dialog {
    width: 100%;
  }

  .px_zodiac_heading {
    font-size: 24px;
  }

  .px_overview_inner {
    padding: 30px 30px 40px;
  }

  .px_cart_box {
    right: -30px;
  }

  .banner-images-phone img {
    display: none !important;
  }

  .servicebox img {
    width: 70px !important;
    height: 70px !important;
  }

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

  .px_footer_widget img {
    width: auto !important;
  }

  .servicebox p {
    display: none;
  }

  .wallpaper img {
    height: 100% !important;
  }

  .box-right-style img {
    margin-bottom: 40px;
    width: 60% !important;
  }
}

.breadcrumb > li + li:before {
  content: "/";
}

@media (min-width: 576px) {
  .toggle-filter {
    max-height: 10px !important;
  }

  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

/* breadcrum end */
/* service detail start */
.px_service_wrapper {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.px_service_wrapper::before {
  position: absolute;
  /* content: url(../images/New-folder/moon-sign-1-1.webp); */
  left: -310px;
  top: 110px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_wrapper::after {
  position: absolute;
  /* content: url(../images/New-folder/moon-sign-3.webp); */
  right: -285px;
  bottom: -15px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_page .px_service_wrapper {
  /* background-image: url(../images/bg6.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.px_service_page .px_service_wrapper .px_service_box {
  background-color: #000000;
}

.px_servicedetail_wrapper {
  background-color: #222222;
}

.px_service_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_ul li {
  padding: 0 0 6px 23px;
  position: relative;
}

.px_service_ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  /* background: url(../images/svg/arrow.svg) no-repeat center; */
  left: 0;
  top: 8px;
}

.px_service_detail_inner .px_heading {
  font-size: 32px;
  padding-bottom: 15px;
  margin: 22px 0 15px;
}

.px_service_detail_inner p {
  margin-bottom: 20px;
}

.px_service_detail_inner h4 {
  font-size: 24px;
}

.px_service_widget h3 {
  font-size: 22px;
  display: inline-flex;
  padding-bottom: 11px;
}

.px_service_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_widget ul li {
  font-size: 14px;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}

.px_service_widget ul li a {
  display: flex;
  justify-content: space-between;
}

.px_service_widget ul li a span {
  transition: none;
}

.px_service_widget ul li a span:first-child {
  borderbottom: 1px solid transparent;
}

.px_service_widget ul li:hover a span:first-child {
  border-color: var(--secondary-color);
}

.px_service_widget ul li:hover {
  color: var(--secondary-color);
}

.px_service_widget ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  /* background: url(../images/svg/arrow.svg) no-repeat center; */
  left: 0;
  top: 8px;
}

.px_service_widget ul li:hover:before {
  /* background: url(../images/svg/arrowHover.svg) no-repeat center; */
}

.px_service_widget.px_download_box {
  background-color: var(--secondary-color);
  padding: 50px 10px;
}

.px_gplay {
  margin-bottom: 15px;
  display: inline-flex;
}

.px_service_widget .px_heading::after {
  width: 75%;
}

/* service detail End */
/* zodiac detail start */
.px_card_box img {
  border-radius: 10px;
}

.px_card_box > a {
  outline: none;
}

.px_zodiac_sidebar .px_sign_box {
  margin-bottom: 20px;
}

.px_zodiac_heading .px_sign {
  background-color: var(--secondary-color);
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
}

.px_zodiac_heading .px_sign:after,
.px_zodiac_heading .px_sign:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  borderbottom: 40px solid transparent;
  border-left: 18px solid var(--secondary-color);
}

.px_zodiac_heading .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid var(--secondary-color);
}

.px_zodiac_heading {
  font-family: "Philosopher", sans-serif;
  font-size: 36px;
  padding-left: 20px;
}

.px_zodiac_heading > span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.px_tab_wrapper div#myTabContent {
  margin-top: 20px;
}

.px_tab_wrapper .nav-tabs > li > button {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  padding: 16px 35px;
  position: relative;
  color: #fff;
}

.px_tab_wrapper .nav-tabs > li > button::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--secondary-color);
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.px_tab_wrapper .nav-tabs > li > button:hover,
.px_tab_wrapper .nav-tabs > li > button.active {
  color: var(--secondary-color);
}

.px_tab_wrapper .nav-tabs > li > button:hover:before,
.px_tab_wrapper .nav-tabs > li > button.active:before {
  width: 42px;
}

.px_tab_wrapper .nav-tabs {
  background-color: #000000;
  border: none;
}

.px_tab_wrapper li {
  margin: 10px 0;
}

.px_countdown_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_countdown_wrapper ul li {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 30px;
  padding-right: 62px;
  position: relative;
}

.px_countdown_wrapper ul li .progress-percentage {
  width: 108px;
  height: 108px;
  border: 9px solid #3e3f40;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Philosopher", sans-serif;
}

.px_countdown_wrapper ul li h3 {
  margin: 15px 0 0;
  text-transform: capitalize;
}

.px_countdown_wrapper ul li:last-child {
  padding-right: 0px;
}

.px_zodiac_single_wrapper {
  background-color: #111212;
}

.px_progressbar {
  position: relative;
  width: 108px !important;
  height: 108px !important;
}

.px_countdown_wrapper ul li canvas {
  position: absolute;
  top: -21px;
  left: -21px;
}

/* zodiac detail End */
/* Blog Single Start */
.px_customer_box.px_bloquote {
  padding: 50px;
  margin-bottom: 20px;
}

.px_customer_box.px_bloquote h3 span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.px_tag_wrapper .px_btn {
  background-color: #121212;
  height: 40px;
  text-transform: capitalize;
  padding: 0 12px;
}

.px_tag_wrapper .px_btn:after,
.px_tag_wrapper .px_btn:before {
  border-top: 20px solid transparent;
  borderbottom: 20px solid transparent;
  border-left: 13px solid #121212;
}

.px_tag_wrapper .px_btn:before {
  border-left: none;
  border-right: 13px solid #121212;
}

.px_tag_wrapper ul li {
  margin-right: 17px;
  align-items: center;
}

.px_tag_wrapper ul {
  padding-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.px_about_admin {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

.px_about_admin .px_aboutImage {
  width: 117px;
  margin-right: 32px;
}

.px_about_admin .px_aboutDetail {
  width: calc(100% - 149px);
}

.px_about_admin .px_aboutImage img {
  border: 3px solid #fff;
  border-radius: 100%;
}

.px_comment_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.px_comment_section ul li {
  display: flex;
}

.px_comment_section > ul > li {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0;
}

.px_comment_section > ul > li:last-child {
  borderbottom: none;
}

.px_comment_section > ul > li > ul > li {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0 0;
}

.px_comment_section > ul > li > ul > li:first-child {
  border: none;
  padding: 0 0 40px;
}

.px_comment_section > ul > li > ul > li {
  margin-left: 100px;
}

.px_comment_section > ul > li .px_comnt_img {
  width: 110px;
}

.px_comment_section > ul > li .px_comnt_img img {
  border-radius: 100%;
}

.px_comment_section > ul > li .px_comnt_detail {
  width: calc(100% - 110px);
  position: relative;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn img {
  margin-right: 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span {
  display: flex;
  padding: 5px 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span img {
  margin-right: 10px;
}

.px_comment_form .px_heading,
.px_comment_section .px_heading {
  font-size: 32px;
}

.px_comment_form .form-control {
  margin-bottom: 30px;
  border-radius: 50px;
}

.px_comment_form textarea.form-control {
  height: 210px;
  padding: 15px 30px;
  resize: none;
  border-radius: 20px;
}

.px_journal_box_wrapper textarea.form-control {
  border-radius: 15px;
}

.px_blog_box.px_blog_single {
  margin: 0px;
}

.px_search_widget {
  position: relative;
  margin-bottom: 50px;
}

.px_search_widget > a {
  position: absolute;
  background-color: var(--secondary-color);
  padding: 15px 18px;
  display: inline-flex;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 0px 30px 30px 0px;
}

.px_search_widget .form-control {
  padding-right: 70px;
  border-radius: 50px;
}

.px_tag_wrapper > .px_btn {
  /* margin: 0 15px 10px; */
  margin: 0 21px 9px 0px;
}

.px_service_widget .px_recentposts li {
  padding: 0;
  margin: 5px 0 13px;
}

.px_service_widget .px_recentposts li h5 {
  margin: -5px 0 0;
  font-size: 16px;
  line-height: 26px;
  transition: none;
}

.px_service_widget .px_recentposts li:before {
  display: none;
}

.px_service_widget .px_recentposts li .px_img {
  margin-right: 15px;
}

.px_service_widget .px_recentposts li .px_detail > span {
  display: flex;
  align-items: center;
}

.px_service_widget .px_recentposts li .px_detail > span img {
  margin-right: 10px;
}

.px_tag_wrapper .px_btn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_tag_wrapper .px_btn:hover:before {
  border-right-color: var(--secondary-color);
}

.px_tag_wrapper .px_btn:hover:after {
  border-left-color: var(--secondary-color);
}

.px_blog_box .px_subheading > a {
  transition: none;
}

/* Blog Single End */
/* Contact Start */
.px_info_box {
  display: flex;
  align-items: center;
}

.px_info_box .px_icon {
  width: 65px;
  background-color: var(--secondary-color);
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  margin-right: 26px;
}

.px_info_box .px_icon:after {
  border: 1px dashed var(--secondary-color);
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border-radius: 100%;
}

.px_info_box:hover .px_icon:after {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_info_box .px_info {
  width: calc(100% - 100px);
}

.px_info_box h5 {
  color: var(--secondary-color);
  font-size: 20px;
}

.px_contact_info .px_heading {
  font-size: 32px;
}

.px_contact_info > p {
  margin-bottom: 36px;
}

.px_contact_form {
  padding: 46px 50px 50px;
  background-color: #000000;
  margin-bottom: -263px;
  position: relative;
  border-radius: 10px;
}

.px_contact_form .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0px;
  background-color: #171717;
  border-radius: 50px;
}

.px_contact_form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.px_contact_form textarea.form-control {
  resize: none;
  height: 120px;
  margin-bottom: 30px;
  background-color: #171717;
  border-radius: 17px;
}

.px_contact_form .px_subheading {
  margin: 0 0 37px;
}

/* Contact End */
/* Search popup start */
.px_search_boxpopup {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_search_boxpopup.popup_open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.px_search_inner {
  max-width: 600px;
  width: 100%;
}

.px_search_inner .px_search_widget {
  margin: 0;
}

.px_cancel {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.px_cancel svg {
  fill: var(--primary-color);
}

.px_cancel:hover svg {
  fill: var(--secondary-color);
}

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(19 20 20 / 65%);
}

.modal-content {
  width: 100%;
}

.modal-header {
  padding: 15px 25px;
  /*border-color: rgb(255 255 255 / 10%);*/
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  /*  border: 1px solid rgb(255 255 255 / 10%);*/
}

.modal-body {
  padding: 40px;
}

.px_login_data {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
}

.px_login_data label {
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_login_data label input {
  display: none;
}

.px_login_data label .checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background-color: #424242;
  border-radius: 4px;
  top: 4px;
}

.px_login_data label .checkmark:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  border-left: 1px solid #fff;
  borderbottom: 1px solid #fff;
  transform: rotate(-45deg) scale(0);
  top: 5px;
  left: 4px;
}

.px_login_data label input:checked + .checkmark:after {
  transform: rotate(-45deg) scale(1);
}

.px_login_box,
.px_signup_box {
  display: none;
}

.px_login_box.active,
.px_signup_box.active {
  display: block;
}

/* Login popup End */
/* Appointment Page Start */
.px_appointment_wrapper,
.px_product_single_wrapper,
.px_team_wrapper,
.px_privacy_wrapper,
.px_faq_wrapper,
.px_contact_section {
}

.px_journal_box_wrapper {
  background-color: #000000;
  display: flex;
  padding: 40px;
  border-radius: 10px;
}

.px_journal_box_wrapper label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.px_journal_box_wrapper .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
}

.px_faq_section .accordion-button:not(.collapsed) {
  color: #333 !important;

  background-color: #f6f6f6 !important;
  /* border-radius: 0px !important;*/
}

.px_btime {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.accordion-item {
  border: 1px solid #33333352;
}

.accordion-item {
  borderbottom: 1px solid #33333352 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.px_faq_wrapper {
  background: #f6f6f6;
}

.px_faq_section .accordion-button {
  color: #333;
}

/* .px_faq_section .accordion-header:not(.collapsed)
{
    background-color: #ff7010;
} */
.accordion-item:last-of-type .accordion-button.collapsed {
  border: none;
}

.px_faq_section .px_journal_box_wrapper textarea.form-control {
  height: 100px;
  resize: none;
  padding-top: 10px;
  border: none;
}

.px_faq_section .px_journal_box_wrapper .px_subheading {
  margin: 0 0 40px;
  font-size: 28px;
}

.px_faq_section .accordion-body {
  padding: 1rem 1.25rem;
  background: #f6f6f6 !important;
  color: #333;
  /*
     border-radius: 29px;*/
}

.accordion-button {
  background-color: #f6f6f6 !important;
}

.px_faq_section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-360deg);
  content: "-";
  font-size: 40px;
  line-height: 15px;
}

.px_faq_section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  font-size: 30px;
  transition: transform 0.2s ease-in-out;
  line-height: 20px;
  background-image: none;
  transition: all 0.3s linear;
}

.px_faq_section .accordion-button:focus {
  border-color: #ff7010;
  box-shadow: none;
}

.px_journal_box_wrapper .form-group {
  margin-bottom: 20px;
}

/* Appointment Page End */
/* Error Page Start */
.px_error_wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-color:#000000; */
  /* background-image: url(../images/New-folder/breadcrumb.webp); */
}

.px_error_wrapper h1 {
  font-size: 150px;
  line-height: 200px;
}

.px_error_wrapper h2 {
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 35px;
}

.px_error_wrapper p {
  font-size: 20px;
}

/* Error Page End */
/* FAQ Page Start */
.card {
  border-radius: 10px !important;
}

.card button.btn.btn-link {
  color: var(--primary-color);
  font-size: 18px;
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.card-header {
  padding: 0px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card-body {
  padding: 20px;

  border-top: 1px solid rgb(255 255 255 / 10%);
}

.card-header h2 {
  margin-bottom: 0;
}

.faq-heading h2 {
  font-size: 21px;
}

/* FAQ Page End */
/* Team Page Start */
.px_team_box .px_share_box ul {
  padding: 0;
}

.px_team_box .px_team_img {
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px;
  border-radius: 100%;
  transition: all 0.3s linear;
  background: #ffb800;
}

.px_team_box .px_team_img img {
  border-radius: 100%;
  transition: all 0.3s linear;
}

.px_team_box:hover .px_team_img img,
.px_team_box:hover .px_team_img {
  border-radius: 100%;
}

.px_team_box:hover .px_team_img {
  border: 1px solid rgb(255 255 255 / 10%);
}

.px_team_box .px_subheading {
  margin-bottom: 4px;
  margin-top: 17px;
}

.px_team_img img {
  max-width: 100%;
  width: 240px;
}

.px_team_box {
  margin-bottom: 30px;
  background-color: #f3e288;
  padding: 25px 0px 25px 0px;
  margin: 5px;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.px_team_box:hover {
  transform: translate(0px, -10px);
}

.expiry_date {
  margin-top: 25px;
}

.expiry_date label {
  padding-bottom: 5px;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
}

span.select2-dropdown.select2-dropdown--above {
  border: none;
}

/* Team Page End */
/* shop single */
.px_shopsingle_wrapper,
.px_cartsingle_wrapper,
.px_checkout_wrapper {
  /* background-image: url('../images/bg4.jpg'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.px_shopsingle_nav .px_prod_img {
  margin: 20px 5px 0;
  cursor: pointer;
}

.px_shopsingle_for .px_prod_img img {
  margin: 0 auto;
}

.px_price {
  font-size: 28px;
  margin: 5px 0 15px;
  color: var(--secondary-color);
}

.px_price del {
  color: rgb(97 117 130);
  margin-left: 10px;
}

.prod_quantity {
  display: flex;
  align-items: center;
}

.prod_quantity input {
  max-width: 180px;
  margin: 0;
  padding: 0 60px;
  text-align: center;
  background-color: black;
}

.quantity {
  position: relative;
  margin-left: 30px;
  border: 1px solid rgb(255 255 255 / 0.1);
  width: 150px;
  border-radius: 50px;
}

.quantity .qty_button {
  position: absolute;
  background-color: #000000;
  border: none;
  right: 0;
  height: 50px;
  width: 50px;
  top: 0;
  border-left: 1px solid rgb(255 255 255 / 0.1);
  outline: none;
  color: #fff;
  border-radius: 0px 27px 27px 0px;
}

.px_tab_wrapper {
  margin-top: 60px;
  background-color: black;
  padding: 0px 25px 37px 25px;
  border-radius: 10px;
}

textarea.form-control.form-01 {
  background-color: #171717;
  border-radius: 15px;
}

button.px_btn.px-submit-010 {
  min-width: 130px;
  justify-content: center;
  margin-top: 15px;
}

.quantity .qty_button.minus {
  left: 0;
  border-left: none;
  border-right: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 27px 0px 0px 27px;
}

.product_buy .px_btn {
  margin-right: 25px;
}

.px_shopsingle_nav .slick-list.draggable {
  padding: 0 !important;
}

textarea.form-control {
  height: 120px;
  resize: none;
  padding-top: 15px;
}

.contactus .form-control {
  height: 44px;
}

input.form-control.form-01 {
  background-color: #171717;
}

.px_cartsingle_wrapper .prod_thumb {
  position: absolute;
}

.px_cartsingle_wrapper .prod_thumb img {
  width: 50px;
}

.px_cartsingle_wrapper .product_details {
  padding: 0 0 0 70px;
}

.px_cartsingle_wrapper td,
.px_cartsingle_wrapper th {
  padding: 20px !important;
  border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.px_cartsingle_wrapper table {
  border: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
}

.cupon_code_wrap {
  display: flex;
}

.cupon_code_wrap .form-control {
  width: 35%;
  margin-right: 25px;
}

.checkout_wrapper_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.checkout_wrapper_box ul li {
  display: flex;
}

.checkout_wrapper_box ul li {
  display: inline-flex;
  margin: 0 20px 30px;
  background-color: #171717;
}

.checkout_wrapper_box ul li:after {
  border-left-color: #171717;
}

.checkout_wrapper_box ul li:before {
  border-right-color: #171717;
}

.checkout_wrapper_box ul li.active {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.checkout_wrapper_box ul li.active:after {
  border-left-color: var(--secondary-color);
}

.checkout_wrapper_box ul li.active:before {
  border-right-color: var(--secondary-color);
}

.checkout_wrapper_box {
  text-align: center;
  background-color: #000000;
  padding: 40px;
  border-radius: 10px;
}

.checkout_wrapper_box .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
  border-radius: 20px;
}

.checkout_wrapper_box .step:not(:first-of-type) {
  display: none;
}

.step .receipt_btn {
  margin: 10px 25px;
}

.stock_details span {
  color: #1cb71c;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  background-color: var(--secondary-color) !important;
}

section.px_know_sign_wrapper {
  background: #080808;
}

.px_footer_wrapper {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.px_menu {
  display: flex;
}

.px_menu-re {
  display: none;
}

.md-hidden {
  display: block;
}

.px_product_wrapper {
  background-color: #f9f9f9;
}

.px_tarotReading_wrapper {
  background-color: #171717;
}

.px_sign_text {
  max-width: 107px;
}

.menu_fixed {
  position: fixed;
  z-index: 1000;
  padding: 17px 19px;
  width: 100%;
  top: 0;
  background-color: #fff;
  transition: 0.3s linear;
}

.secondNavbar {
  top: 0;
  margin-top: 75px;
}

.go_top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff7010;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
  text-align: center;
  z-index: 999 !important;
}

.item-bounce {
  animation: bounce 3s infinite ease-in-out;
}

.visible {
  visibility: visible !important;
}

.show {
  display: block;
}

.show-l {
  display: block;
}

.hide-l {
  display: none;
}

.show-sm {
  display: block;
}

.hide-sm {
  display: none;
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

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

  100% {
    transform: translateY(-5px);
  }
}

/* Responsive css */
@media (min-width: 1400px) and (max-width: 1810px) {
  .px_info_detail {
    padding-right: 20px;
  }

  .px_menu_wrapper {
    padding-right: 50px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -795px;
  }

  .px_info_detail ul li,
  .px_right_info,
  .px_menu > ul > li {
    font-size: 14px;
  }
}

@media (max-width: 1610px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -730px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    left: -100px;
  }

  .px_customer_slider .slick-arrow.slick-next {
    right: -80px;
  }
}

@media (max-width: 1450px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -700px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    display: none !important;
  }

  .px_customer_slider .slick-arrow.slick-next {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .px_customer_box {
    padding: 0 40px 42px;
  }

  .px_infobox {
    font-size: 14px;
  }

  .px_menu > ul > li {
    margin: 0 0px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -45px;
  }

  .slick-arrow.slick-next {
    right: -45px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -640px;
  }
}

@media (max-width: 1360px) {
  .px_menu ul li a {
    font-size: 13px 5px;
  }

  .px_infobox {
    font-size: 12px;
  }

  .px_overview_slider button.slick-prev.px_btn.slick-arrow,
  .px_overview_slider button.slick-next.px_btn.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1260px) {
  .px_infobox .px_infoicon {
    width: 40px;
    height: 40px;
  }

  .px_cart_wrapper {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 11px;
  }

  .px_menu ul li a {
    padding: 13px 5px;
  }

  .px_search_wrapper {
    padding-top: 14px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -580px;
  }

  .px_customer_wrapper .slick-prev {
    left: 0;
  }

  .px_customer_wrapper .slick-next {
    right: 20px;
    margin: 0;
  }

  .px_overview_wrapper .slick-prev {
    left: -20px;
  }

  .px_overview_wrapper .slick-next {
    right: -4px;
  }
}

@media (max-width: 1199px) {
  .px_info {
    margin: 10px 0;
  }

  .px_banner_detail h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg::before {
    display: none;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .px_about_slider .slick-dots li {
    margin: 15px 5px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .px_product_img > img {
    width: 100%;
  }

  .px_tab_wrapper .nav-tabs > li > a {
    padding: 16px 20px;
  }

  .px_countdown_wrapper ul li {
    padding-right: 30px;
  }

  .px_tag_wrapper .px_btn {
    margin-bottom: 10px;
  }

  .px_contact_form {
    margin-top: 50px;
  }
}

@media (max-width: 1160px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -545px;
  }
}

@media (min-width: 1145px) {
  .px_banner_wrapper .slick-dots {
    display: none !important;
  }
}

@media (max-width: 1145px) {
  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .px_banner_slider .slick-arrow.slick-next,
  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_overview_wrapper .slick-next {
    display: none !important;
  }

  .px_banner_wrapper .slick-dots {
    text-align: left;
    display: none;
    position: absolute;
    left: -80px;
    transform: rotate(90deg);
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .show-l {
    display: none;
  }

  .hide-l {
    display: block;
  }

  .btn_container {
    display: flex;
  }

  .px_about_slider {
    max-width: 100%;
    margin: auto;
  }

  .px_contact_form {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .px_product_description {
    padding-top: 50px;
  }

  .px_infobox .px_infoicon {
    width: 30px;
    height: 30px;
  }

  .px_infobox .px_infoicon img {
    width: 15px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 40px;
  }

  .px_cart_wrapper {
    margin-left: 10px;
  }

  .px_infobox .px_infoicon {
    margin-right: 5px;
  }

  .px_cart_wrapper > span {
    margin-right: 12px;
  }

  .px_info_detail,
  .px_menu_wrapper {
    padding-right: 30px;
  }

  .px_info_detail {
    padding-left: 32px;
  }

  .px_info_detail ul li {
    padding: 12px 5px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 34px;
  }

  .px_infobox .px_logintext {
    display: none;
  }

  .px_banner_detail h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -450px;
  }

  .px_banner_detail h5 {
    font-size: 18px;
  }

  .px_aboutimg::before,
  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg img {
    margin: 0 20px 30px auto;
    width: 100%;
  }

  .px_padderBottom80 {
    padding-bottom: 70px;
  }

  .px_padderTop80 {
    padding-top: 70px;
    overflow: hidden;
  }

  .px_sign_ul li:first-child,
  .px_sign_ul li:last-child,
  .px_sign_ul li:nth-child(2),
  .px_sign_ul li:nth-child(5),
  .px_sign_ul.px_sign_ul_right li:first-child,
  .px_sign_ul.px_sign_ul_right li:last-child,
  .px_sign_ul.px_sign_ul_right li:nth-child(2),
  .px_sign_ul.px_sign_ul_right li:nth-child(5) {
    transform: translateX(0);
  }

  .px_sign_form ul {
    flex-direction: column;
  }

  .px_sign_box > div {
    width: calc(100% - 80px);
  }

  .px_sign_form ul li {
    max-width: 100%;
    width: 100%;
  }

  .px_sign_form ul li:nth-child(3) {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .px_sign_form ul li:last-child {
    max-width: 100%;
    text-align: center;
  }

  .px_newsletter_wrapper {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
  }

  .px_newsletter_wrapper .px_heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_newsletter_wrapper p {
    margin-bottom: 30px;
  }

  .px_footer_inner {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .px_product_img ul {
    display: flex;
    justify-content: space-around;
  }

  .px_whychoose_wrapper .px_verticle_center {
    display: block;
    text-align: center;
  }

  .px_whychoose_wrapper .px_heading:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_whychoose_wrapper p {
    margin-bottom: 30px;
  }

  .px_service_detail_inner {
    margin-bottom: 50px;
  }

  .px_newsletter_box {
    margin: 0 20px;
  }

  .px_card_box {
    text-align: center;
  }

  .px_card_box img {
    display: inline-block;
  }

  .px_service_widget.px_download_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .px_service_widget.px_download_box h3,
  .px_service_widget.px_download_box .px_gplay {
    display: inline-block;
  }

  .px_comment_form {
    margin-bottom: 50px;
  }

  .px_heading {
    font-size: 30px;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: -45px;
    bottom: 55px;
    display: block;
  }

  .px_sign_box {
    max-width: 100%;
  }

  .px_sign_img {
    margin-top: 45px;
  }

  .px_blog_wrapper .row {
    justify-content: center;
  }

  .form-control {
    margin-bottom: 16px;
  }

  .px_sign_text {
    max-width: 100%;
  }
.px_menu ul li a {
        padding: 13px 0 !important;
        font-weight: 400 !important;
        font-size:11.5px !important;
        margin-right:7px !important;
    }
.signin {
  padding: 8px !important; 
}
.getapp {
   padding: 8px !important;
}
}

@media (max-width: 870px) {
     .px_menu ul li a {
        padding: 13px 0 !important;
        font-weight: 400 !important;
        font-size:13px !important;
        margin-right:8px !important;

    }
}

@media (max-width: 830px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -360px;
  }

  .px_toggle {
    display: flex;
    margin-right: 20px;
    cursor: pointer;
  }

  .px_menu_wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .px_menu ul li,
  .px_menu ul li a {
    display: block;
  }

  .px_menu {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 999;
    width: 200px;
    border-right: 2px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.3s linear;
  }

  .px_menu-re {
    display: block;
  }

  .menu_open .px_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .px_menu li {
    display: flex;
    borderbottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
  }

  .px_menu ul li a:before {
    display: none;
  }

  .px_menu_wrapper {
    padding: 12px 10px;
  }

  .px_cart_wrapper {
    display: flex;
  }

  .px_cart_wrapper > span {
    margin-right: 20px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -102px;
  }

  .px_info_detail {
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }

  .px_right_info {
    padding-left: 5px;
    margin: 0 auto;
  }

  .px_search_inner {
    padding: 0 20px;
  }

  .px_menu > ul > li .px_submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    right: auto !important;
    padding: 0;
    background-color: transparent;
    display: none;
  }

  .px_menu > ul > li .px_submenu .px_submenu {
    display: none;
  }

  .px_menu > ul > li .px_submenu:before {
    display: none;
  }

  .px_menu ul li .px_submenu.active {
    display: block;
  }

  .px_menu ul li.px_submenu_li:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    top: 25px;
    right: 0;
  }

  .px_menu ul li.px_submenu_li ul li.px_submenu_li:after {
    top: 18px;
  }

  .px_banner_img {
    margin-top: 50px;
  }

  .px_menu ul {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .px_info_box {
    margin: 10px 0;
  }

  .md-hidden {
    display: none;
  }

  .top-bar {
    background-color: #fff !important;
    background: #fff !important;
  }

  .menu_open ~ span.px_body_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(3 29 46 / 0%);
    z-index: 0;
  }

  .px_verticle_center {
    display: block;
  }

  .px_search_wrapper {
    padding-top: 13px;
  }

  .px_sign_box {
    margin: 40;
    margin: 40px auto 0 !important;
  }

  .px_blog_img img {
    width: 100%;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -75px;
  }

  .px_banner_detail p {
    max-width: 100%;
    width: 480px;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 25px;
  }

  .rps-w {
    width: 150px;
  }

  .home-video .text-box p {
    display: none;
  }

  .home-video .video-box {
    width: 100%;
  }

  .home-video .text-box {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .px_comment_section > ul > li .px_comnt_detail .px_btn {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 20px;
    margin: 10px 0 0 0;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-next {
    display: none !important;
  }

  .px_banner_wrapper {
    overflow: hidden;
  }

  .px_header_detail {
    width: calc(100% - 0px);
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: none;
    position: relative;
    right: 0;
    left: 0;
    transform: rotate(0deg);
    bottom: 0;
  }

  .px_banner_wrapper .slick-initialized .slick-slide {
    text-align: center;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 40px;
  }
}

@media (max-width: 567px) {
  .show-sm {
    display: none;
  }

  .hide-sm {
    display: block;
  }

  .px_btn {
    margin: 0;
  }

  .modal .modal-dialog {
    width: 100%;
  }

  .px_zodiac_heading {
    font-size: 24px;
  }

  .px_overview_inner {
    padding: 30px 30px 40px;
  }

  .px_cart_box {
    right: -30px;
  }

  .rps-w {
    width: 120px;
  }
}

@media (max-width: 450px) {
  .rps-w {
    width: 100px;
  }

  .px_newsletter_box {
    position: initial;
  }

  .px_about_admin {
    display: block;
  }

  .px_about_admin .px_aboutImage {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .px_about_admin .px_aboutDetail {
    width: calc(100% - 0px);
    text-align: center;
    padding-top: 10px;
  }

  .px_newsletter_box .px_btn {
    position: relative;
    right: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .px_btn:after,
  .px_btn:before {
    display: none;
  }

  .px_journal_box_wrapper {
    padding: 40px 18px !important;
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: block;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    display: none;
  }

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

  .px_contact_expert h5 {
    font-size: 15px;
  }

  .px_contact_expert .px_icon {
    width: 50px;
    height: 50px;
  }

  .px_zodiac_heading .px_sign {
    margin-right: 20px;
  }

  .px_zodiac_heading {
    font-size: 20px;
    padding-left: 10px;
  }

  .px_newsletter_box:after,
  .px_newsletter_box:before {
    display: none;
  }
}

@media (max-width: 400px) {
  .px_logo img {
    width: 107px;
  }

  .px_cart_box {
    width: 270px;
  }

  .modal .modal-dialog {
    margin: 50px auto;
  }

  .px_zodiac_heading {
    font-size: 16px;
  }

  .px_zodiac_heading .px_sign:after,
  .px_zodiac_heading .px_sign:before {
    border-top: 20px solid transparent;
    borderbottom: 20px solid transparent;
  }

  .px_zodiac_heading .px_sign {
    height: 60px;
    width: 35px;
  }

  .px_zodiac_heading > span {
    font-size: 12px;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 20px;
  }
}

@media (max-width: 375px) {
  .px_sign_form {
    padding: 25px 9px 50px;
  }
}

.px_copyright_wrapper p {
  color: #fff;
}

/* new Css for profile page */

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0px;
}

.profile-usermenu ul li {
  borderbottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  borderbottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #f3e288;
}

.profile-usermenu ul li.active {
  borderbottom: none;
}

.profile-usermenu ul li.active a {
  color: #000;
  background-color: #fac720;
  border-left: 2px solid #febd69;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  background: #fff;
  min-height: 35em;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.user-img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 15px;
}

.user-img i {
  position: absolute;
  background-color: #06114f;
  top: 18px;
  right: 5em;
  color: #fff;
  padding: 7px;
  border-radius: 100%;
  font-size: 12px;
}

.user-img {
  position: relative;
}

.profile-usermenu ul li a {
  padding: 14px 15px;
  color: #000;
}

.title1 h3 {
  font-size: 18px;
  color: #000 !important;
  margin-bottom: 0px;
}

.filter-designs {
  margin-bottom: 27px;
}

.filter-designs p {
  font-size: 15px;
  margin-bottom: 13px;
}

.filter-designs .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 38px;
}

.filter-designs .form-group {
  margin-bottom: 0px;
}

.filter-designs .form-group span {
  position: absolute;
  top: 10px;
  right: 27px;
}

.title1 {
  padding: 15px;
  background-color: #fac720;
}

.title1 h3 {
  color: #000 !important;
}

.padding20 {
  padding: 20px;
}

.btn-ss {
  background-color: #ecc80c;
  padding: 8px 56px;
  color: #000;
  font-weight: 600;
  border-radius: 3px;
}

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

.forms-design .form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
}

.forms-design label {
  font-size: 14px;
  margin-bottom: 8px;
}

.forms-design button {
  /* background-color: #f9d310;*/
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
}

/**** Chat css ****/

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}

.top_spac {
  margin: 20px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  borderbottom: 1px solid #c4c4c4;
}

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

.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}

.chat_ib h5 span {
  font-size: 13px;
  float: right;
}

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

.chat_img {
  float: left;
  width: 11%;
}

.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people {
  overflow: hidden;
  clear: both;
}

.chat_list {
  borderbottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}

.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat {
  background: #ebebeb;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.incoming_msg_img img {
  border-radius: 100%;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.received_withd_msg {
  width: 57%;
}

.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

.sent_msg p {
  background: #f3e288 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.sent_msg {
  float: right;
  width: 46%;
}

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

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

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

.messaging {
  padding: 0 0 50px 0;
}

.msg_history {
  height: 516px;
  overflow-y: auto;
}

.iti {
  width: 100%;
  margin-top: 10px;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  width: 180px;
  height: 100px;
  border-radius: 100%;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

.topbtn {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #3675ec;
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border: 1px solid #3675ec;
}

.topbtn:hover {
  background: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
}

header {
  background: transparent;
  display: flex;
  color: #fa6d39;
}

header + header {
  color: pink;
}

header + header + header {
  color: gold;
}

header:before,
header:after {
  content: "";
  margin: auto 1em;
  borderbottom: solid 1px;
  flex: 1 1;
}

.profile-widget {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.profile-widget {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.profile-widget .doc-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.profile-widget .doc-img img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.profile-widget .fav-btn {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  color: #2e3842;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  border-radius: 3px;
}

.profile-widget .pro-content {
  padding: 15px 0 0;
}

.profile-widget .pro-content .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-widget .pro-content p.speciality {
  font-size: 13px;
  color: #757575;
  margin-bottom: 5px;
  min-height: 40px;
}

.profile-widget .pro-content .rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}

.profile-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px !important;
}

.profile-widget .pro-content .rating i.filled {
  color: #f4c150;
}

.profile-widget .pro-content .rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.profile-widget .rating i {
  font-size: 14px;
}

.rating i {
  color: #dedfe0;
}

.profile-widget .pro-content .available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

.pro-content .btn-primary {
  font-size: 14px;
}

.available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

/* New CSS 21october2023 */

.utf_newsletter_block {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: bottom right;
  border: 1px solid #f2f2f2;
  padding: 10px;
  background: #fafbfb;
  border-radius: 6px;
  z-index: 99999;
}

.utf_newsletter_block .iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  height: 34px !important;
}

.menuspaceright {
  justify-content: space-between;
}

.carousel-inner {
  border-radius: 10px;
}

.utf_block_title {
  border-bottom: 2px solid #fac720;
  font-size: 16px;
}

.utf_block_title > span,
.color-orange a.utf_post_cat {
  background: #ff7a09;
}

.utf_block_title > span {
  background: #fac720;
  color: #fff;
  height: 30px;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  display: inline list-item;
}

.titlechat {
  float: right;
  font-size: 15px;
  margin: 4px;
  margin-right: 10px;
  padding: 6px 15px 6px 15px;
  border-radius: 10px;
}

.catt {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

.catt li {
  text-align: center;
  width: 100%;
  padding: 10px;
}

.catt li a {
  font-size: 16px;
}

.catt li:hover {
  background: #fa6d39;
  color: #fff;
}

.author-box {
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin: 0 0 40px;
  display: inline-block;
  border-radius: 4px;
}

.pull-left {
  float: left;
}

.astroperson {
  margin-bottom: 10px;
  /* border:none; */
  border: 1px solid #fa6d39 !important;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}

.astroperson .titlename {
  font-size: 17px;
  font-weight: 700;
}

.astro-exp {
  font-size: 13px;
  margin-bottom: 0px;
  color: #707070;
}

.astroperson .astro-rating {
  background-color: #ffcc33;
  max-width: 56px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 3px;
}

.astroperson p {
  font-size: 13px;
  margin-bottom: 0px;
}

.astroperson .speciality {
  font-size: 13px;
  margin-bottom: 0px;
  color: #707070;
}

.astroperson .available-info {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

.call {
  display: flex;
  align-items: center;
}

.call > div {
  flex: 1 1;
}

.ad2 {
  margin-bottom: 10px;
}

.astroperson .rating i.filled {
  color: #f4c150;
}

.astroperson .rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.astroperson .rating i {
  font-size: 14px;
}

.rating i {
  color: #dedfe0;
}

.px_service_box img {
  border-radius: 10px;
  padding-bottom: 20px;
}

.chat .btn-sm {
  position: absolute;
  right: 15px;
  bottom: 5px;
  border-radius: 8px;
  font-size: 12px;
  padding: 5px 12px 5px 12px;
}

.chattab {
  margin-left: 70px;
  font-size: 18px;
  font-weight: 600;
}

.calltab {
  margin-right: 70px;
  font-size: 18px;
  font-weight: 600;
}

.filters {
  max-height: 600px !important;
}

.filters-open {
  max-height: 600px !important;
}

.filters-colepsed {
  max-height: 0px !important;
}

.findbestastro {
  background: #f6f6f6;
}

.findbestastro .card {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.findbestastro .card-header h6 {
  font-weight: 600;
}

.findastro {
  height: 230px !important;
  overflow-y: auto;
}

.list-group {
  border-radius: 0px !important;
}

.list-group-item {
  border: none;
  borderbottom: 1px solid #ddd;
}

.list-group-item:hover {
  background-color: #0d6efd;
  color: #fff;
}

.padding-all-10 {
  padding: 10px;
}

.daily_panchang_h {
  font-weight: 600;
  margin-bottom: 7px;
}

.home_table1 tr td {
  font-size: 14px;
  padding: 7px 0px 8px 0px;
}

.home_table2 {
  width: 100%;
}

.home_table2 tr td {
  font-size: 12px;
  padding: 7px 0px 8px 0px;
}

.home_table tr td {
  font-size: 12px;
}

.pre-scrollable {
  overflow: auto !important;
}

.pre-scrollable {
  max-height: 270px !important;
  overflow-y: auto !important;
}

.pre-scrollablelogs {
  max-height: 340px !important;
  overflow-y: auto !important;
}

.pre-scrollablelogs {
  overflow: auto !important;
}

.pre-scrollablelogs::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-scrollablelogs::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-scrollablelogs::-webkit-scrollbar-thumb {
  background: #fac720;
}

.pre-about {
  height: 200px;
  overflow-y: auto;
}

.reviewscroll {
  overflow: auto;
  max-height: 320px;
}

.pre-scrollable1 {
  overflow: auto;
}

.pre-scrollable1 {
  max-height: 345px;
  /* overflow-y: scroll;*/
}

.pre-scrollable::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-scrollable::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-scrollable::-webkit-scrollbar-thumb {
  background: #fac720;
}

/* Handle on hover */
.pre-scrollable1::-webkit-scrollbar-thumb:hover {
  background: #fac720;
}

.pre-scrollable1::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-scrollable1::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-scrollable1::-webkit-scrollbar-thumb {
  background: #fac720;
}

/* Handle on hover */
.pre-scrollable1::-webkit-scrollbar-thumb:hover {
  background: #fac720;
}

.pre-about::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-about::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-about::-webkit-scrollbar-thumb {
  background: #fac720;
}

.reviewscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.reviewscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.reviewscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

.catscroll {
  overflow: auto;
  max-height: 450px;
}

.catscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.catscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.catscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

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

.shaped {
  background-color: #ffeb95;
  color: #000;
  border-radius: 30px;
  padding: 0px;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin-top: -10px;
  align-self: center;
}

.card-s-head {
  background-color: #ffb800 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 10px !important;
}

.px_product_img .liveusername {
  position: absolute;
  margin: 30px 8px 0;
  list-style: none;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #00000036;
  color: #fff;
  padding: 10px 0;
  /* visibility: hidden; */
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.liveusername h6 {
  font-size: 13px;
  margin-bottom: 0px;
}

.live {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  text-align: center;
  line-height: 12px;
  background: #0000004d;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
  padding: 5px;
}

.chhoot {
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 10px;
}

.astromall .col-lg-3 {
  width: 20%;
}

.boxx {
  position: relative;
}

.ribbon-2 {
  --f: 10px;
  /* control the folded part*/
  --r: 15px;
  /* control the ribbon shape */
  --t: 10px;
  /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
          clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #ff5010;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

/**--- shop page css start ---**/
.ast_shop_wrapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
}

.ast_shop_main,
.ast_shop_sidebar {
  width: 100%;
  float: left;
}

.ast_product_section {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  max-height: 315px;
  margin-bottom: 30px;
}

.ast_product_section .ast_product_info {
  text-align: center;
  padding: 18px 20px;
  background-color: #f4f4f4;
  transition: all 0.3s;
}

.ast_product_section:hover .ast_product_info {
  transform: translateY(-90px);
}

.ast_product_info .ast_info_bottom {
  text-align: center;
  padding-top: 5px;
}

.ast_product_info i {
  color: #ff6f00;
  font-size: 12px;
}

.ast_info_bottom .ast_btn {
  height: 35px;
  line-height: 33px;
}

.ast_product_info .ast_shop_title {
  margin-bottom: 4px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ast_product_section .ast_product_info .ast_shop_title a {
  color: #ff6f00;
}

.ast_product_section .ast_product_image {
  padding: 20px;
  padding-bottom: 10px;
}

/*--- shop sidebar css start ---*/
.widget_filter,
.widget_latest_product {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.widget_filter .price-filter-range {
  width: 100%;
  float: left;
  height: 7px;
  background-color: #f1f1f1;
  border-color: transparent;
}

.widget_filter .price-range-field {
  border: none;
}

.widget_filter input#min_price {
  float: left;
}

.widget_filter input#max_price {
  float: right;
  text-align: right;
}

.widget_filter .price-range-field {
  width: 60px;
}

.widget_filter .filter_input {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.widget_filter .ast_btn {
  min-width: auto;
  height: 35px;
  line-height: 33px;
  margin-top: 5px;
}

.widget_filter .ui-slider-handle {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  top: -5px;
  background-color: #ff6f00;
  border-color: transparent;
  cursor: pointer;
}

.widget_filter .ui-slider-handle:focus {
  outline: none;
}

.widget_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #ff6f00;
}

.sidebar_wrapper ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  borderbottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 10px;
}

.sidebar_wrapper ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.widget.widget_categories {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar_wrapper .widget-title {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #222222;
}

.widget-title:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 70px;
  background-color: #ff6f00;
  height: 2px;
}

.talk-banner .talk-bg {
  /* background: url("../images/bg-1.png");*/
  background: url(/_next/static/media/bg.ba8b7a07.png) no-repeat center;
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
  margin-top: 20px;
  border-radius: 10px;
  background-size: cover;
}

.talk-banner .talk-bg .banner-content {
  margin: 30px 0px 30px 40px;
}

.talk-banner .talk-bg .talk-banner-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.talk-banner .talk-bg .talk-banner-images .banner-images-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.filter-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 2px;
}

.filter-container ul li {
  list-style: none;
  border: 1px solid #606366;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 6px;
  margin: 0px 5px;
}

.filter-container ul a {
  color: #606366;
  text-decoration: none;
  display: flex;
}

.filter-container ul .input-li {
  display: flex;
}

.searchBtn {
  border: none;
  color: grey;
  background: transparent;
}

.filter-container ul .input-li .input-field {
  outline: none;
  border: none;
  width: 100%;
}

.mobilesearchBtn {
  display: none;
}

.headingg {
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #fac720;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 0px;
  font-weight: 600;
}

.headingg span {
  /* display: block;
    top: 0;
    margin-top: -10px;
    margin-bottom: 20px; */

  /* position:absolute; */
  color: #000;
  height: 30px;
  z-index: 999;
  line-height: 44px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
}

.headingg::after {
  content: "";
  height: 100%;
  width: 200px;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.headingg1::after {
  width: 238px !important;
}

.headingg2::after {
  width: 215px !important;
}

.midsp {
  text-align: center;
  position: absolute;
  left: 10%;
  top: -6px;
  font-size: 16px;
  font-weight: 500;
}

.card-header {
  background-color: #ebebeb;
}

.headingmini {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini::after {
  content: "";
  height: 100%;
  width: 50%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.headingmini1 {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini1 span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini1::after {
  content: "";
  height: 100%;
  width: 60%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.servicebox {
  background-image: linear-gradient(to right, #ffe187, #ffe79e);
  border-radius: 10px;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
}

.servicebox p {
  line-height: 20px;
  font-size: 14px;
  height: 90px;
}

.serhead {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.serbtn {
  border-radius: 10px;
  margin-bottom: 10px;
}

.allreview {
  borderbottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*.filter-container ul li:first-child {
    border: 1px solid #FD7E14;
}*/

/*** css for SECTION FIND BEST ASTROLOGER ***/

.content {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .card {
  background: #fff;
  width: calc(25% - 10px);
  text-align: center;
  padding: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.content .card .top {
  height: 100px;
  color: #fff;
  padding: 12px 0 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
          clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
}

.content .card .top .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.content .card .top .price-sec {
  margin-top: -10px;
  font-weight: 600;
}

.content .card .top .price {
  font-size: 45px;
}

.content .card .info {
  font-size: 16px;
  margin-top: 20px;
}

.content .card .details .one {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.content .card .details {
  padding: 10px;
}

.content .card .details .one::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}

.content .card .details .one i {
  color: #0d6efd;
}

.content .card .details i.fa-times {
  color: #cd3241;
}

.content .card button {
  outline: none;
  border: none;
  height: 42px;
  color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px;
}

.content .one .top,
.content .one button {
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
}

.content .two .top,
.content .two button {
  background: #e87130;
}

.content .three .top,
.content .three button {
  background: #11bcc3;
}

.content button:hover {
  filter: brightness(90%);
}

.content .one ::selection {
  background: #8af5b6;
}

.content .two ::selection {
  background: #f2b08c;
}

.content .three ::selection {
  background: #d0f9fb;
}

@media (max-width: 1000px) {
  .content .card {
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}

@media (max-width: 715px) {
  .content .card {
    width: 100%;
  }
}

/**** Css for astroprofile gallery ***/

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.owl-carousel .owl-nav button.owl-prev {
  background: #ddd !important;
  position: absolute;
  top: 20%;
  /* transform: translateY(-50%); */
  left: -45px;
  padding-top: 1% !important;
  padding: 0 18px 0 15px !important;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  width: 35px;
  height: 35px;
  justify-content: center !important;
  font-size: 40px !important;
  align-items: center !important;
}

.owl-carousel .owl-nav button.owl-next {
  background: #ddd !important;
  position: absolute;
  top: 20%;
  /* transform: translateY(-50%); */
  right: -45px;
  padding: 0 15px 0 18px !important;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  width: 35px;
  height: 35px;
  justify-content: center !important;
  font-size: 40px !important;
  align-items: center !important;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: #f3e288 !important;
  /* text-decoration:none; */
  color: #000 !important;
}

.owl-carousel .owl-item img {
  display: inline-block !important;
  width: 10 !important;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #f3e288 !important;
}

#astrocarouselcard {
  height: 161px;
  max-height: 161px;
}

.filter-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 2px;
}

.filter-container ul li {
  list-style: none;
  border: 1px solid #606366;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 6px;
  margin: 0px 5px;
}

.filter-container ul a {
  color: #606366;
  text-decoration: none;
  display: flex;
}

.filter-container ul .input-li {
  display: flex;
}

.searchBtn {
  border: none;
  color: grey;
  background: transparent;
}

.filter-container ul .input-li .input-field {
  outline: none;
  border: none;
  width: 100%;
}

.notification {
  position: fixed;
  z-index: 1000;
  top: 5rem;
  right: 1rem;
  background-color: black;
  color: white;
  padding: 1.2rem;
  border-radius: 4px;
  width: max-content;
  max-width: 400px;
}

.notification--success {
  background-color: #3661bb;
}

.notification--danger {
  background-color: rgb(239, 52, 52);
}

.notification--alert {
  background-color: rgb(194, 93, 34);
}

.notification_slider {
  margin-top: 0.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.notification_content {
  width: 100%;
  text-overflow: ellipsis;
}

.notification_slide {
  height: 2px;
  width: 0%;
  background-color: white;
  animation: sliderslider 1s 1;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes sliderslider {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}

/* 
 /* 11111111111111111111111111111111111111111111111111111111111111111
 */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.chat_counter {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.chat_header .time {
  width: 100%;
  display: flex;
  padding-left: 80px;
}

.chat_header .chat_counter .astro_name {
  padding: 0 0.5rem 0 0;
}

#chat_container .astro_name {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ffb800;
}

#chat_container .astro_name img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

#chat_container .astro_name .social-media {
  float: right;
  padding: 3px 22px;
}

.chat_header .chat_counter .astro_name .astro_profile_pic img {
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.5rem;
}

#chat_container .message-input .wrap input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 50px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}

#chat_container .message-input .wrap .chat-history-rating {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 50px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
  background: #ffff;
}

#chat_container .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #ffb800;
  color: #f5f5f5;
}

#chat_container #chat-scroll {
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  width: 100%;
}

#chat-scroll {
  height: 100vh;
}

.nodatafound {
  display: flex;
  flex-grow: 1;
  height: 300px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 5px 5px #e4e4e4;
}

.endcall {
  padding: 7px;
  background: #ddd;
  border-radius: 10px;
  font-size: 14px;
}

.single_msg {
  min-width: 70%;
  display: flex;
  justify-content: flex-end;
}

.me {
  float: right;
}

.other {
  float: left;
  flex-direction: row-reverse;
}

.chat_container .msg_text {
  max-width: 70%;
}

.chat_container .msg_text p {
  width: 100%;
  overflow-wrap: break-word;
  padding: 10px 15px;
  border-radius: 10px;
  /* max-width: 205px; */
  line-height: 130%;
  background: #fff;
  color: #000;
  margin-bottom: 0px;
}

.other img {
  margin: 6px 8px 0 0;
}

.chat_container .msg_text .msg_time {
  text-align: right;
  color: #858584;
  font-size: 1rem;
}

.chat_container .msg_img {
  padding-left: 0.5rem;
}

.single_msg img {
  width: 20px;
  border-radius: 50%;
  float: left;
}

/* --------------------------------------------Wallet css ---------------------------------------------------- */

.wallet-bg {
  margin-top: 20px;
  border-radius: 10px;
  background-size: cover;
  padding: 10px 20px 10px 20px;
}

.rupees_wallet {
  background-color: #fff0c0;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #fa6d39;
  text-align: center;
  padding: 7px;
}

.currency-card-main {
  grid-gap: 1rem;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(4, auto);
}

.extra-discount {
  background: #fa6d39;
  color: #fff;
}

.noextra {
  padding: 20px;
}

.recharge input {
  border: 1px solid #fa6d39 !important;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .currency-card-main {
    grid-template-columns: repeat(2, auto) !important;
  }
}

.dropdown-item {
  cursor: pointer;
}

/*========================================== Notification css =================================================*/
/*========================================== Notification css =================================================*/
.notice-board-wrap {
  max-height: 900px;
  overflow-y: auto;
  padding-right: 20px;
  padding: 20px;
}

.notice-board-wrap::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.notice-board-wrap::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.notice-board-wrap::-webkit-scrollbar-thumb {
  background: #fac720;
}

.notice-board-wrap .notice-list {
  border-bottom: 1px solid #ededed;
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.notice-board-wrap .notice-list:last-child {
  border-bottom: none;
}

.notice-board-wrap .notice-list .post-date {
  display: inline-block;
  font-size: 14px;
  color: #fa6d39;

  font-weight: bold;
}

.notice-board-wrap .notice-list .notice-title {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 24px;
}

.notice-board-wrap .notice-list .notice-title a {
  color: #111111;
}

.notice-board-wrap .notice-list .entry-meta {
  font-size: 15px;
  color: #646464;
}

.notice-board-wrap .notice-list .entry-meta span {
  color: #a4a4a4;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4 !important;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px !important;
  border: none !important;
  color: #2c384e !important;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #fa6d39 !important;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff !important;
  color: #fa6d39 !important;
  border-bottom: 2px solid #fa6d39 !important;
}

/* ---------------------------------------------chat page isOnline changes----------------- */
@media screen and (min-width: 421px) and (max-width: 450px) {
  .isOnlineMain {
    font-size: 94.75%;
  }
}

@media screen and (min-width: 408px) and (max-width: 421px) {
  .isOnlineMain {
    font-size: 86.25%;
  }
}

@media screen and (min-width: 405px) and (max-width: 408px) {
  .isOnlineMain {
    font-size: 82.75%;
  }
}

@media screen and (min-width: 400px) and (max-width: 404px) {
  .isOnlineMain {
    font-size: 80.25%;
  }
}

@media screen and (min-width: 372px) and (max-width: 399px) {
  .isOnlineMain {
    font-size: 60.25%;
  }
}

/* @media screen and (min-width: 320px) and (max-width: 333px){
    .isOnlineMain {
        font-size: 15px;
    }
    .isOnline{
        font-size: 10px;
    }
} */
.callPara {
  color: red;

  /* margin-right: 20; */
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .callPara {
    line-height: 4rem;
  }
}

/* --------------------------------------not important code-------------------- */
/* @media screen and (min-width: 320px) and (max-width: 500px){
    .callPara {
      a{
        padding: 5px;
        margin-right: 5px;
        margin-left: 5px;
      }
      img{
        max-width: 100%; 
        height: auto;
        width: 20px; 
        height: 20px; 
        margin-right: 5px;
       
      }
    }
} */
/* ---------------------------------chat  css */

.not_found {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.not_found .img {
  width: auto;
  height: 240px;
  z-index: 2;
  border-radius: 105px;
}

.notf .img {
  width: auto;
  height: 240px;
  z-index: 2;
  border-radius: 105px;
}

.not_found .pera {
  font-size: 30vw;
}

/* * {
    font-family: sans-serif;
    color: rgba(0,0,0,0.75);
  } */
/* body {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 0px 30px;
    background: #ddd;
  } */

.notf {
  height: 80vh;
  max-width: 960px;
  width: 100%;
  margin: 30px auto;
  transform: scale(0.8);
}

.notf .landing-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.notf svg {
  width: 50%;
  max-height: 225px;
  height: auto;
  margin: 0 0 15px;
}

.notf h1 {
  font-size: 48px;
  margin: 0;
}

.notf p {
  font-size: 16px;
  width: 35%;
  margin: 16px auto 24px;
  text-align: center;
}

.notf .nbtn {
  border-radius: 12px;
  padding: 8px 24px;
  font-size: 16px;
  cursor: pointer;
  /* background: #ffb800; */
  background: #fa6d39;
  border: none;
  box-shadow: 0 4px 8px 0 #ccc;
}

.notf .nbtn span {
  color: #fff;
}

.astrologer-image {
  /* background: blue; */
  background: url("https://admin.nakshatraguruji.com/images/astro-back-image.png");
  background-position: center;
  background-size: contain;
  object-fit: cover;
}

/*  thsi is part of style .css file  */
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/bootstrap/dist/css/bootstrap.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;

    --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(
      to bottom right,
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0.3)
    );

    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(
      #ffffff80,
      #ffffff40,
      #ffffff30,
      #ffffff20,
      #ffffff10,
      #ffffff10,
      #ffffff80
    );

    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  /* background-color: var(--dark-color1); */
  color: #333;
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
  font-family: "Lato", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

.topbtn {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #3675ec;
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border: 1px solid #3675ec;
}

.topbtn:hover {
  background: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
}

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* stylesheet */
:root {
  --primary-color: #e5f0f5;
  --secondary-color: #f3e288;
  --dark-color1: #031d2e;
  --dark-color2: #070707;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}

:after,
:before {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  /* background-color: var(--dark-color1); */
  color: #333;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: 'Josefin Sans', sans-serif !important*/
  font-family: "Lato", sans-serif !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}

.hide {
  display: none !important;
}

/* common css */
.px_padderTop10 {
  padding-top: 10px;
}

.px_padderTop20 {
  padding-top: 20px;
}

.px_padderTop30 {
  padding-top: 30px;
}

.px_padderTop40 {
  padding-top: 40px;
}

.px_padderTop50 {
  padding-top: 50px;
}

.px_padderTop60 {
  padding-top: 60px;
}

.px_padderTop70 {
  padding-top: 70px;
}

.px_padderTop80 {
  padding-top: 80px;
}

.px_padderTop90 {
  padding-top: 90px;
}

.px_padderTop100 {
  padding-top: 90px;
}

.px_padderBottom5 {
  padding-bottom: 5px;
}

.px_padderBottom10 {
  padding-bottom: 10px;
}

.px_padderBottom20 {
  padding-bottom: 20px;
}

.px_padderBottom30 {
  padding-bottom: 30px;
}

.px_padderBottom40 {
  padding-bottom: 40px;
}

.px_padderBottom50 {
  padding-bottom: 50px;
}

.px_padderBottom60 {
  padding-bottom: 60px;
}

.px_padderBottom70 {
  padding-bottom: 70px;
}

.px_padderBottom80 {
  padding-bottom: 80px;
}

.px_padderBottom90 {
  padding-bottom: 90px;
}

.px_padderBottom100 {
  padding-bottom: 90px;
}

.px_margin0 {
  margin: 0px;
}

.px_font14 {
  font-size: 14px;
  line-height: 24px;
}

.px_toggle {
  display: none;
}

.px_heading {
  font-size: 36px;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 23px;
  position: relative;
  margin: -8px 0 20px;
}

.px_heading.px_heading_center:after {
  left: 50%;
  transform: translateX(-50%);
}

.px_heading:after {
  position: absolute;
  content: "";
  width: 100px;
  borderbottom: 3px solid var(--secondary-color);
  left: 0;

  bottom: 0;
}

.form-control {
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none !important;
  color: #000;
  /*padding: 0 40px 0 12px;*/
}

input.pro_quantity.form-control {
  max-width: 100%;
  width: 119px;
}

.form-control::placeholder {
  color: #97b0c1;
}

.px_subheading {
  font-size: 20px;
  text-transform: capitalize;
}

.px_orange {
  color: var(--secondary-color);
}

.px_white {
  color: var(--white-color);
}

.px_btn {
  height: 50px;

  font-size: 24px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.px_blog_wrapper .px_btn {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

a.px_btn.px-btn-00 {
  min-width: 170px;
  justify-content: center;
}

.px_btn:hover:after {
  border-left-color: #080808;
}

.px_btn:hover:before {
  border-right-color: #080808;
}

/*.px_btn:hover {
     background-color: #171717;
     border: 1px solid #ff7010;
     color: #fff;
 }*/

.px_btn:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 15px solid var(--secondary-color);
}

.px_verticle_center {
  display: flex;
  align-items: center;
}

.slick-dots {
  padding: 0;
  margin: 0px 0 0 0;
  list-style: none;
}

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

.slick-dots li button {
  display: none;
}

.slick-dots li {
  height: 9px;
  width: 9px;
  background-color: #818181;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: var(--secondary-color);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  padding: 0 13px;
  z-index: 1;
  outline: none;
  justify-content: center;
  border-radius: 100%;
  height: 35px;
  display: flex;
  width: 35px;
  align-items: center;
}

.slick-arrow::after {
  border-left-color: #000000;
}

.slick-arrow::before {
  border-right-color: #000000;
}

.slick-arrow:hover {
  background-color: var(--secondary-color) !important;
}

.slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.slick-arrow:hover::before {
  border-right-color: var(--secondary-color);
}

.slick-arrow.slick-prev {
  padding: 0 0 0px;
  margin-left: 0;
}

.slick-arrow.slick-prev span {
  margin-right: 0px;
  display: inline-flex;
  margin-top: -3px;
}

.slick-arrow span svg path {
  fill: var(--secondary-color);
}

.slick-arrow:hover span svg path {
  fill: var(--white-color);
}

.slick-arrow.slick-next span {
  margin-left: 6px;
  margin-top: -3px;
}

.slick-arrow.slick-next {
  right: -100px;
  padding: 0 0 0;
  margin-left: 0;
}

.slick-slide {
  outline: none;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none;
}

.only-timepicker .datepicker--time {
  border-top: none;
}

.datepicker {
  background-color: #080808;
  border: 1px solid rgb(255 255 255 / 10%);
  color: var(--primary-color);
}

.datepicker--nav {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
}

.datepicker--nav > div {
  background-color: transparent !important;
  color: var(--primary-color);
}

.datepicker--pointer {
  background-color: #080808;
  border-top-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}

.datepicker--cell:hover {
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}

.datepicker--cell.-current-,
.datepicker--day-name {
  color: var(--secondary-color);
}

/* select2 */
.select2-selection {
  height: 50px !important;
  background-color: #171717 !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
}

.select2-selection .select2-selection__rendered {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 50px !important;
  padding: 0 28px !important;
  text-align: initial;
}

.form-group {
  text-align: initial;
}

.form-group {
  text-align: initial;
  margin: 10px 0;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none !important;
  border-radius: 4px;
  border-radius: 50px;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  bottom: 1px;
  right: 18px !important;
}

span.select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-top: none;
  /* border-top-left-radius: 0;
     border-top-right-radius: 0; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
}

.select2-container {
  transition: none;
  width: 100% !important;
}

.select2-dropdown {
  transition: none;
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%);
  font-size: 14px;
  border-radius: 15px;
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown input {
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%) !important;
  outline: none !important;
}

.select2-results__option {
  padding: 10px 26px;
  background-color: transparent !important;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected {
  color: var(--secondary-color) !important;
}

/* loader */
.px_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.px_loader img {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}

.px_map_section iframe {
  width: 100%;
  height: 593px;
}

/* header css start */
.px_header_wrapper {
  display: flex;
  background-color: #fff;
}

.px_logo {
  padding: 3px 35px;
  display: flex;
  align-items: center;
}

.px_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.px_menu > ul > li {
  display: inline-flex;
  text-transform: capitalize;
  margin: 0 20px;
  position: relative;
}

.px_menu_wrapper {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 10%);
  justify-content: space-between;
  /* padding: 9px 57px 9px 0px;*/
  position: relative;
  z-index: 1;
  background: #ffb800;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.px_header_detail {
  /* width: calc(100% - 449px); */
  width: 100%;
}

.px_menu > ul > li > a {
  padding: 10px 7px;
  position: relative;
  transition: all 0.3s linear;
  color: #02031a;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}

.px_menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--secondary-color);
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.px_menu > ul > li > a:hover:before,
.px_menu > ul > li > a.active:before {
  width: 100%;
}

.px_menu ul li a:hover,
.px_menu ul li a.active {
  color: #0b16ed;
}

.px_info_detail {
  /*padding-right: 50px;*/
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.px_search_wrapper {
  padding-top: 22px;
  transition: all 0.3s linear;
}

.px_search {
  cursor: pointer;
  transition: all 0.3s linear;
}

.px_info_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_info_detail ul li {
  display: inline-flex;
  padding: 8px 0px;
}

.px_info_detail ul li a,
.px_info_detail ul li a:focus {
  text-decoration: none;
  color: inherit;
}

.px_infobox .px_infoicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.px_infobox {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
}

.px_info_detail ul li .px_infobox > span {
  font-weight: 600;
  margin-right: 5px;
}

.px_right_info {
  display: flex;
  align-items: center;
}

.px_cart_wrapper {
  background-color: #363636;
  padding: 14px 24px;
  border-radius: 50px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_cart_wrapper > span {
  position: relative;
  margin-right: 20px;
}

.px_cart_wrapper > span .px_cartnumber {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
}

.px_cart {
  position: relative;
}

.px_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: #000000;
  z-index: 1;
  padding: 5px 20px 20px;
  box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
  border-radius: 20px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.3s linear;
}

.px_cart.cart_open .px_cart_box {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.px_cart_list .px_cart_img {
  float: left;
}

.px_cart_list .px_cart_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.px_cart_info {
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
}

.px_cart_list .px_cart_info a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 5px;
  width: 110px;
  text-transform: capitalize;
}

.px_cart_list {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.px_cart_list li {
  width: 100%;
}

.px_cart_list .px_cart_info p {
  font-size: 14px;
}

.px_cart_box .px_cart_total,
.px_cart_box .px_cart_btn {
  padding-right: 20px;
}

.px_cart_box .px_cart_total p {
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}

.px_cart_box .px_cart_total p span {
  float: right;
  font-family: "Philosopher", sans-serif;
}

.px_cart_box .px_cart_btn {
  text-align: center;
  padding-top: 5px;
}

.px_cart_box .px_cart_btn button {
  background-color: #181818;
  padding: 0 12px;
  text-transform: capitalize;
}

.px_cart_box .px_cart_btn button::after {
  border-left-color: #151515;
}

.px_cart_box .px_cart_btn button::before {
  border-right-color: #151515;
}

.px_cart_box .px_cart_btn button:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_cart_box .px_cart_btn button:hover::after {
  border-left-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:hover::before {
  border-right-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:first-child {
  margin-right: 25px;
}

.px_cart_list::-webkit-scrollbar {
  width: 4px;
}

.px_cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.px_cart_list::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
  outline: #708090 solid 1px;
}

.px_menu > ul > li .px_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 10px;
  width: 170px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_menu > ul > li > .px_submenu {
  transform: translateY(-10px);
}

.px_menu > ul > li:hover > .px_submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu li a {
  padding: 7px 20px;
  display: flex;
}

.px_menu > ul > li .px_submenu > li > .px_submenu {
  right: 100%;
  top: 8px;
  left: auto;
  transform: translateX(-20px);
}

.px_menu > ul > li .px_submenu > li:hover > .px_submenu {
  transform: translateX(-10px);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu > li {
  position: relative;
}

.px_menu > ul > li .px_submenu:before {
  content: "";
  position: absolute;
  borderbottom: 7px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 100%;
  left: 13px;
}

.bg-video-ection > video {
  width: 100%;
  height: 737px;
  object-fit: initial;
}

.px_menu > ul > li > .px_submenu > li > .px_submenu:before {
  bottom: auto;
  top: 10px;
  left: 100%;
  borderbottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid #363636;
}

/* header css end */
/* banner css start */
.px_banner_wrapper {
  /* background-image: url(../images/bg1.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 130px 310px;
     overflow: hidden; */
  position: relative;
  background: #e3f1eb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.px_banner_slider {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 200px 0;
}

.bg-video-ection {
  position: relative;
}

.bg-video-ection:before {
  position: absolute;
  content: "";
  background-color: #000000ab;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*
 .px_banner_wrapper::before {
     position: absolute;
     content: url(../images/star.png);
     left: 0;
     top: 0;
     width: 100%;
     z-index: 0;
     overflow: hidden;
 }*/
.small,
small {
  font-size: 10px;
}

.px_banner_detail h5 {
  font-size: 20px;
  margin: 0 0 25px;
  background-color: rgb(255 255 255 / 9%);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
}

.px_banner_detail h1 {
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 13px;
  font-weight: 900;
}

.px_banner_detail p {
  max-width: 100%;
  width: 720px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 21px;
}

.px_banner_wrapper .slick-dots {
  text-align: center;
  display: none;
}

.px_banner_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  display: inline-block;
  width: 100%;
}

.px_banner_slider .slick-arrow.slick-prev {
  left: -265px;
}

.px_banner_slider .slick-arrow.slick-next {
  right: -900px;
}

p.px_font14.px_padderBottom20.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

p.px_font14.px_margin0.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

.px_banner_wrapper .px_btn:hover:after {
  border-left-color: #000000;
}

.px_banner_wrapper .px_btn:hover:before {
  border-right-color: #000000;
}

.px_banner_slider .slick-arrow:hover {
  background-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:before {
  border-right-color: var(--secondary-color);
}

/* banner css end */
/* about css start */
.px_about_wrapper {
  /* background-image: url(../images/bg2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0px 80px;
  margin-top: -10px;
}

.px_about_wrapper p {
  margin-bottom: 15px;
}

.px_contact_expert {
  display: flex;
  background-color: #080808;
  border-radius: 10px;
  padding: 25px;
  margin-top: 20px;
  align-items: center;
  max-width: 470px;
  margin-bottom: 20px;
}

.px_contact_expert .px_icon {
  width: 65px;
  height: 65px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
}

.px_contact_expert .px_icon:before {
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px dashed var(--secondary-color);
  content: "";
  border-radius: 100%;
}

.px_contact_expert:hover .px_icon:before {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_contact_expert h5 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.px_contact_expert h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 0 0;
}

.px_aboutimg {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  text-align: right;
}

.px_aboutimg img {
  display: inline-block;
}

.px_aboutimg::after {
  position: absolute;
  content: "";
  top: 95px;
  right: 84px;
  background-color: #080808;
  width: 420px;
  height: 450px;
  z-index: -1;
}

.px_aboutimg::before {
  position: absolute;
  content: "";
  left: 17px;
  bottom: 0;
  border-left: 2px solid var(--secondary-color);
  borderbottom: 2px solid var(--secondary-color);
  width: 90px;
  height: 90px;
}

.px_about_slider {
  max-width: 520px;
  /*  margin: 0 20px 0 auto;*/
}

.px_about_slider .slick-dots {
  position: absolute;
  left: -46px;
  bottom: 32px;
}

.px_about_slider .slick-dots li {
  display: flex;
  cursor: pointer;
  margin: 15px 0;
}

/* about css end */
/* service css start */
.px_service_box {
  /*  background-color: #f3e288;*/

  margin-top: 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: all 0.5s;
}

.slick-slide img {
  display: inline-block !important;
}

.px_service_box:hover {
  transform: translate(0px, -10px);
}

.px_service_box .px_icon {
  width: 80px;
  background-color: #181818;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s linear;
}

.px_service_box .px_icon:after {
  border: 1px dashed #5a5a5a;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 100%;
}

.px_service_box:hover .px_icon {
  background-color: var(--secondary-color);
}

.px_service_box:hover .px_icon:after {
  border-color: var(--secondary-color);
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_service_box .px_subheading {
  margin: 30px 0 10px;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600;
}

.px_service_box .px_subheading:after {
  width: 70px;
  height: 2px;
  background-color: var(--secondary-color);
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.px_service_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_link {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  borderbottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  letter-spacing: 0.6px;
}

/* service css end */
/* zodiec sign css start */
.px_zodiac_sign_wrapper {
  /*background-image: url('../images/bg3.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;

  background: #fff;
}

.px_sign_img img {
  margin: 0 auto;
}

.px_sign_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_sign_ul li {
  margin-top: 40px;
  padding: 15px 23px;
  border-radius: 0px 50px 0px 50px;
}

ul.px_sign_ul.px_sign_ul_right li {
  border-radius: 50px 0px 50px 0px;
}

.px_sign_box {
  background-color: #ffe187;
  max-width: 250px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  transition: all 0.2s linear;
}

.px_sign_box > a {
  display: flex;
  align-items: center;
}

.px_sign_box .px_sign {
  background-color: #171717;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  position: relative;
  transition: all 0.2s linear;
}

.px_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}

.px_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.px_sign_box:after,
.px_sign_box:before {
  /* content: '';
     position: absolute; */
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 50px solid transparent;
  borderbottom: 50px solid transparent;
  border-left: 20px solid #080808;
}

.px_sign_box:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 20px solid #080808;
}

/* .px_sign_box .px_sign:after,.px_sign_box .px_sign:before{
     content: '';
     position: absolute;
     left: 100%; 
     top: 0;
     bottom: 0;
     border-top: 40px solid transparent;
     borderBottom: 40px solid transparent;
     border-left:18px solid #171717;
  
 }  */
/*.px_sign_box:hover {
     background-color: var(--secondary-color);
 }*/

.px_sign_box:hover:after {
  border-left-color: var(--secondary-color);
}

.px_sign_box:hover:before {
  border-right-color: var(--secondary-color);
}

.px_sign_box:hover .px_sign {
  background-color: #e66712;
}

.px_sign_box:hover .px_sign:after {
  border-left-color: #e66712;
}

.px_sign_box:hover .px_sign:before {
  border-right-color: #e66712;
}

.px_sign_box .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid #171717;
}

.px_sign_ul li:first-child,
.px_sign_ul li:last-child {
  transform: translateX(200px);
}

.px_sign_ul li:nth-child(2),
.px_sign_ul li:nth-child(5) {
  transform: translateX(100px);
  z-index: 1;
}

.px_sign_ul.px_sign_ul_right li:first-child,
.px_sign_ul.px_sign_ul_right li:last-child {
  transform: translateX(-200px);
}

.px_sign_ul.px_sign_ul_right li:nth-child(2),
.px_sign_ul.px_sign_ul_right li:nth-child(5) {
  transform: translateX(-100px);
}

.px_sign_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  width: 100%;
}

.px_sign_ul_right .px_sign_box {
  margin: 40px 0 0 auto;
}

/* zodiec sign css end */
/* zodiec sign form css start */
.px_sign_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
}

.px_input_feild {
  position: relative;
}

.px_input_feild > span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.px_sign_form ul li {
  /* max-width: 270px; */
  width: 100%;
  padding: 0 15px;
}

.px_sign_form ul li:nth-child(3) {
  max-width: 370px;
}

.px_sign_form ul li:last-child {
  max-width: 205px;
}

.px_sign_form {
  background-color: #171717;
  padding: 25px 33px 50px;
  border-radius: 10px;
}

li.px_form_box {
  text-align: left;
}

/* zodiec sign form css end */
/* customer css start */
.px_customer_wrapper {
  /* background-image: url('../images/bg4.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #f6f6f6;
}

.px_customer_slider .slick-dots {
  text-align: center;
}

.px_customer_box {
  /* background-image: linear-gradient(to right, #FDB69C, #FEEEBC);*/
  background: #fff;
  padding: 0 45px 42px;
  position: relative;
  margin: 50px 15px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1) !important;
}

header .h1 {
  font-size: 30px;
  font-weight: bold;
}

.px_customer_box:before {
  content: "";
  position: absolute;
  top: 75px;
  transform: translateX(-50%);
  left: 50%;
  width: 86px;
  height: 74px;

  z-index: -1;
}

.px_customer_box .px_customer_img > img {
  border-radius: 100%;
}

.px_customer_box .px_customer_img {
  position: relative;
  display: inline-flex;
  margin: -45px 0 34px;
}

.px_customer_box .px_customer_img span {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  line-height: 32px;
  right: -10px;
  bottom: 0px;
}

.px_customer_box .px_customer_img span img {
  display: inline-block;
}

.px_customer_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_customer_box h3 {
  font-size: 20px;
  margin: 15px 0 0;
}

/* customer css end */
/* why choose css start */

section.px_whychoose_wrapper.px_padderTop80 {
  padding-top: 80px;
}

.px_whychoose_wrapper {
  background: #080808;
}

.px_whychoose_box .px_number > span {
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.px_whychoose_box h4 {
  font-size: 20px;
  margin: 25px 0 35px;
  text-align: center;
  transition: all 0.2s linear;
}

.px_number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
  z-index: 0;
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.before-img00 {
  position: absolute;
  left: 0;
  z-index: -1;
  animation: rotated 120s infinite linear;
}

.px_whychoose_box:hover h4 {
  color: var(--secondary-color);
}

/* why choose css end */
/* blog css start */
.px_blog_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*  background: #f9f9f9;*/
}

.px_blog_img {
  position: relative;
  margin-bottom: 36px;
}

.px_blog_img .px_btn {
  position: absolute;
  right: 35px;
  bottom: -25px;
  color: #000;
  padding: 0 15px;
}

.px_blog_box {
  margin-top: 30px;
  text-align: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.px_blog_img img {
  width: 100%;
}

.px_blog_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_blog_box ul li {
  display: inline-flex;
  margin-right: 30px;
  font-size: 14px;
  line-height: 24px;
}

.px_blog_box ul li img {
  margin-right: 10px;
}

.px_blog_box .px_subheading {
  line-height: 32px;
  margin: 8px 0;
  transition: all 0.2s linear;
}

.px_blog_box.px_blog_single .px_subheading {
  color: var(--primary-color);
}

/* blog css end */
/* product css start */
.px_product_box {
  text-align: left;
  margin: 30px 4px 0;
  background: #fff;
  padding: 10px;
}

.px_product_img {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}

.px_product_img ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -60px;
  left: 0;
  right: 0;
  background-color: var(--secondary-color);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.px_product_img > img {
  width: 100%;
  border-radius: 10px;
}

.px_product_box:hover .px_product_img ul {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.px_product_img ul li {
  display: inline-flex;
  line-height: 40px;
  color: #ffffff;
}

.px_product_img ul li:last-child {
  border-right: none;
}

.px_product_img ul li:nth-child(2) {
  position: relative;
}

.px_product_img ul li:nth-child(2):after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fda2658f;
  border-right: 1px solid #fda2658f;
}

.px_product_box .px_subheading {
  margin: 5px 0 6px;
}

.px_product_box .px_price {
  font-size: 18px;
  font-weight: 600;
}

.px_product_box .px_price > span {
  font-size: 14px;
  font-weight: 400;
}

.px_product_box .px_price > del {
  color: #dfe0e1;
}

.px_product_img ul li span {
  margin-left: 14px;
  font-size: 14px;
}

.px_product_box ul li img {
  display: inline-block;
}

.px_product_wrapper.px_product_page {
  background-color: #181818;
}

/* product css end */
/* overview css start */

.px_overview_wrapper {
  /* background-image: url('../images/bg6.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.px_overview_wrapper::after {
  position: absolute;
  /* content: url(../images/New-folder/dark-moon-1-olv8km0mfctu3d1ffgcv3s7yfnhjihhned7yvzhx4g.webp); */
  left: 152px;
  top: 70px;
  width: 100%;
  z-index: -1;
  animation: 2.3s rl-rotate linear infinite;
}

@keyframes rl-rotate {
  0% {
    transform: rotate(360deg) translate(-5px) rotate(-360deg);
    transition: 1s ease-in-out;
  }

  100% {
    transform: rotate(0deg) translate(-5px) rotate(0deg);
    transition: 1s ease-in-out;
  }
}

.px_overview_inner {
  background-color: #171717;
  padding: 42px 50px 50px;
  border-radius: 20px;
}

.px_overview_inner h4 {
  font-size: 24px;
  margin: 0 0 11px;
}

.px_overview_inner .px_btn {
  margin-top: 10px;
  padding: 0 14px;
}

.px_overview_inner .px_btn img {
  margin-right: 10px;
}

/* overview css end */

/* footer css start */
.px_newsletter_wrapper {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
}

.px_newsletter_box {
  position: relative;
}

.px_newsletter_box .form-control {
  border-radius: 0px;
  height: 60px;
  background-color: #000;
  border-radius: 50px;
}

.px_newsletter_box .form-control::placeholder,
input[type="text"]::placeholder,
textarea.form-control::placeholder {
  color: #c3c3c7;
}

.px_newsletter_wrapper .row {
  align-items: center;
}

/* .px_newsletter_box:after,.px_newsletter_box:before{
     content: '';
     position: absolute;
     left: 100%;
     top: 0;
     bottom: 0;
     border-top: 30px solid transparent;
     borderBottom: 30px solid transparent;
     border-left: 17px solid #000;
 } */
/* .px_newsletter_box:after{
     right:100%;
     left:auto;
     border-left: none;
     border-right: 17px solid #000;
 } */
.px_newsletter_box .px_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 1;
}

.px_footer_inner {
  display: flex;
}

.px_footer_widget > p {
  margin: 18px 0 20px;
  color: #fff;
}

.px_footer_widget > ul > li:hover {
  color: var(--secondary-color);
}

.px_footer_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab a:hover {
  background-color: #fa6d39 !important;
  color: #fff !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #fa6d39 !important;
}

.nav-pills .nav-link:hover {
  color: #fff !important;
  background-color: #fa6d39 !important;
}

.px_footer_widget > ul > li {
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.px_footer_widget > ul > li span svg {
  fill: #fff;
  margin-right: 10px;
}

.px_footer_widget > ul > li:hover span svg path {
  fill: var(--secondary-color);
}

.px_footer_widget > ul > li:hover span {
  transition: none;
}

.px_footer_heading {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  position: relative;
  margin-bottom: 22px;
  color: #fff;
}

.px_footer_heading:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 92px;
  height: 2px;
  background-color: #fff;
}

.px_footer_widget .px_contact_list li {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.px_footer_widget .px_contact_list li:before {
  display: none;
}

.px_footer_widget .px_contact_list li img {
  margin: 0 15px 0 0;
  transform: translateY(3px);
}

.px_footer_widget .px_contact_list li p {
  margin: 0;
}

.px_share_box ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
  padding-left: 0px !important;
  /* paddingLeft:"0px !important */
}

.px_share_box ul li a:hover {
  background-color: var(--secondary-color);
}

.px_share_box ul li {
  display: inline-flex;
  margin-right: 5px;
}

.px_copyright_wrapper {
  background-color: #ffb800;
  padding: 13px 0 5px;
}

.btn-primary {
  color: #fff;
  background-color: #fa6d39;
  border-color: #fa6d39;
}

.fa-share-alt {
  width: 40px;
  height: 40px;
  font-size: 16px;
  padding: 10px;
  padding-left: 12px;
  background: #fa6d39;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.sharebtn {
  cursor: pointer;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fa6d39;
  border-color: #fa6d39;
}

.theme-btn {
  color: #fff;
  background-color: #ffb800 !important;
  border-color: #ffb800 !important;
}

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

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

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

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

.round1 {
  border-radius: 10px !important;
}

.wid50 {
  width: 50px !important;
}

.wid100 {
  width: 100px !important;
}

.wid120 {
  width: 120px !important;
}

.wid150 {
  width: 150px !important;
}

.wid200 {
  width: 200px !important;
}

.carousel .carousel-indicators li {
  background-color: gray;
}

.carousel .carousel-indicators li.active {
  background-color: #ffb800;
  border-radius: 40%;
}

/* footer css end */
/* breadcrum start */
.px_breadcrum_wrapper {
  /* background: #e3f1eb;*/
  /* background-image: url(../images/New-folder/top.png);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 10px;
}

.px_breadcrum_wrapper h1 {
  margin: 0px 0 0px;
  font-size: 28px;
  color: #fff;
}

.px_breadcrum_wrapper .breadcrumb {
  color: #000;
}

.breadcrumb > li + li:before {
  content: "/";
}

/* breadcrum end */
/* service detail start */
.px_service_wrapper {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.px_service_wrapper::before {
  position: absolute;
  /* content: url(../images/New-folder/moon-sign-1-1.webp); */
  left: -310px;
  top: 110px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_wrapper::after {
  position: absolute;
  /* content: url(../images/New-folder/moon-sign-3.webp); */
  right: -285px;
  bottom: -15px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_page .px_service_wrapper {
  /* background-image: url(../images/bg6.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.px_service_page .px_service_wrapper .px_service_box {
  background-color: #000000;
}

.px_servicedetail_wrapper {
  background-color: #222222;
}

.px_service_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_ul li {
  padding: 0 0 6px 23px;
  position: relative;
}

.px_service_ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  /* background: url(../images/svg/arrow.svg) no-repeat center; */
  left: 0;
  top: 8px;
}

.px_service_detail_inner .px_heading {
  font-size: 32px;
  padding-bottom: 15px;
  margin: 22px 0 15px;
}

.px_service_detail_inner p {
  margin-bottom: 20px;
}

.px_service_detail_inner h4 {
  font-size: 24px;
}

.px_service_widget h3 {
  font-size: 22px;
  display: inline-flex;
  padding-bottom: 11px;
}

.px_service_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_widget ul li {
  font-size: 14px;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}

.px_service_widget ul li a {
  display: flex;
  justify-content: space-between;
}

.px_service_widget ul li a span {
  transition: none;
}

.px_service_widget ul li a span:first-child {
  borderbottom: 1px solid transparent;
}

.px_service_widget ul li:hover a span:first-child {
  border-color: var(--secondary-color);
}

.px_service_widget ul li:hover {
  color: var(--secondary-color);
}

.px_service_widget ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  /* background: url(../../src/app/images/svg/arrow.svg)no-repeat center; */
  /* background: url(../images/svg/arrow.svg) no-repeat center; */
  left: 0;
  top: 8px;
}

.px_service_widget ul li:hover:before {
  background: url(/_next/static/media/arrowHover.fb1ad457.svg) no-repeat center;
  /* background: url(../images/svg/arrowHover.svg) no-repeat center; */
}

.px_footer_widget ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/_next/static/media/arrow.f5ef933a.svg) no-repeat center;
  left: 0;
  top: 8px;
}

.px_footer_widget ul li:hover:before {
  background: url(/_next/static/media/arrowHover.fb1ad457.svg) no-repeat center;
}

.px_footer_widget ul li a {
  padding-left: 20px !important;
}

.px_footer_widget ul li p a {
  padding-left: 0px !important;
}

.px_footer_container .f-box li a {
  padding-left: 0px !important;
}

.px_footer_widget ul li a:hover {
  color: #ff7010 !important;
}

.px_service_widget.px_download_box {
  background-color: var(--secondary-color);
  padding: 50px 10px;
}

.px_gplay {
  margin-bottom: 15px;
  display: inline-flex;
}

.px_service_widget .px_heading::after {
  width: 75%;
}

/* service detail End */
/* zodiac detail start */
.px_card_box img {
  border-radius: 10px;
}

.px_card_box > a {
  outline: none;
}

.px_zodiac_sidebar .px_sign_box {
  margin-bottom: 20px;
}

.px_zodiac_heading .px_sign {
  background-color: var(--secondary-color);
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
}

.px_zodiac_heading .px_sign:after,
.px_zodiac_heading .px_sign:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  borderbottom: 40px solid transparent;
  border-left: 18px solid var(--secondary-color);
}

.px_zodiac_heading .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid var(--secondary-color);
}

.px_zodiac_heading {
  font-family: "Philosopher", sans-serif;
  font-size: 36px;
  padding-left: 20px;
}

.px_zodiac_heading > span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.px_tab_wrapper div#myTabContent {
  margin-top: 20px;
}

.px_tab_wrapper .nav-tabs > li > button {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  padding: 16px 35px;
  position: relative;
  color: #fff;
}

.px_tab_wrapper .nav-tabs > li > button::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--secondary-color);
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.px_tab_wrapper .nav-tabs > li > button:hover,
.px_tab_wrapper .nav-tabs > li > button.active {
  color: var(--secondary-color);
}

.px_tab_wrapper .nav-tabs > li > button:hover:before,
.px_tab_wrapper .nav-tabs > li > button.active:before {
  width: 42px;
}

.px_tab_wrapper .nav-tabs {
  background-color: #000000;
  border: none;
}

.px_tab_wrapper li {
  margin: 10px 0;
}

.px_countdown_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_countdown_wrapper ul li {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 30px;
  padding-right: 62px;
  position: relative;
}

.px_countdown_wrapper ul li .progress-percentage {
  width: 108px;
  height: 108px;
  border: 9px solid #3e3f40;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Philosopher", sans-serif;
}

.px_countdown_wrapper ul li h3 {
  margin: 15px 0 0;
  text-transform: capitalize;
}

.px_countdown_wrapper ul li:last-child {
  padding-right: 0px;
}

.px_zodiac_single_wrapper {
  background-color: #111212;
}

.px_progressbar {
  position: relative;
  width: 108px !important;
  height: 108px !important;
}

.px_countdown_wrapper ul li canvas {
  position: absolute;
  top: -21px;
  left: -21px;
}

/* zodiac detail End */
/* Blog Single Start */
.px_customer_box.px_bloquote {
  padding: 50px;
  margin-bottom: 20px;
}

.px_customer_box.px_bloquote h3 span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.px_tag_wrapper .px_btn {
  background-color: #121212;
  height: 40px;
  text-transform: capitalize;
  padding: 0 12px;
}

.px_tag_wrapper .px_btn:after,
.px_tag_wrapper .px_btn:before {
  border-top: 20px solid transparent;
  borderbottom: 20px solid transparent;
  border-left: 13px solid #121212;
}

.px_tag_wrapper .px_btn:before {
  border-left: none;
  border-right: 13px solid #121212;
}

.px_tag_wrapper ul li {
  margin-right: 17px;
  align-items: center;
}

.px_tag_wrapper ul {
  padding-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.px_about_admin {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

.px_about_admin .px_aboutImage {
  width: 117px;
  margin-right: 32px;
}

.px_about_admin .px_aboutDetail {
  width: calc(100% - 149px);
}

.px_about_admin .px_aboutImage img {
  border: 3px solid #fff;
  border-radius: 100%;
}

.px_comment_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.px_comment_section ul li {
  display: flex;
}

.px_comment_section > ul > li {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0;
}

.px_comment_section > ul > li:last-child {
  borderbottom: none;
}

.px_comment_section > ul > li > ul > li {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0 0;
}

.px_comment_section > ul > li > ul > li:first-child {
  border: none;
  padding: 0 0 40px;
}

.px_comment_section > ul > li > ul > li {
  margin-left: 100px;
}

.px_comment_section > ul > li .px_comnt_img {
  width: 110px;
}

.px_comment_section > ul > li .px_comnt_img img {
  border-radius: 100%;
}

.px_comment_section > ul > li .px_comnt_detail {
  width: calc(100% - 110px);
  position: relative;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn img {
  margin-right: 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span {
  display: flex;
  padding: 5px 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span img {
  margin-right: 10px;
}

.px_comment_form .px_heading,
.px_comment_section .px_heading {
  font-size: 32px;
}

.px_comment_form .form-control {
  margin-bottom: 30px;
  border-radius: 50px;
}

.px_comment_form textarea.form-control {
  height: 210px;
  padding: 15px 30px;
  resize: none;
  border-radius: 20px;
}

.px_journal_box_wrapper textarea.form-control {
  border-radius: 15px;
}

.px_blog_box.px_blog_single {
  margin: 0px;
}

.px_search_widget {
  position: relative;
  margin-bottom: 50px;
}

.px_search_widget > a {
  position: absolute;
  background-color: var(--secondary-color);
  padding: 15px 18px;
  display: inline-flex;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 0px 30px 30px 0px;
}

.px_search_widget .form-control {
  padding-right: 70px;
  border-radius: 50px;
}

.px_tag_wrapper > .px_btn {
  /* margin: 0 15px 10px; */
  margin: 0 21px 9px 0px;
}

.px_service_widget .px_recentposts li {
  padding: 0;
  margin: 5px 0 13px;
}

.px_service_widget .px_recentposts li h5 {
  margin: -5px 0 0;
  font-size: 16px;
  line-height: 26px;
  transition: none;
}

.px_service_widget .px_recentposts li:before {
  display: none;
}

.px_service_widget .px_recentposts li .px_img {
  margin-right: 15px;
}

.px_service_widget .px_recentposts li .px_detail > span {
  display: flex;
  align-items: center;
}

.px_service_widget .px_recentposts li .px_detail > span img {
  margin-right: 10px;
}

.px_tag_wrapper .px_btn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_tag_wrapper .px_btn:hover:before {
  border-right-color: var(--secondary-color);
}

.px_tag_wrapper .px_btn:hover:after {
  border-left-color: var(--secondary-color);
}

.px_blog_box .px_subheading > a {
  transition: none;
}

/* Blog Single End */
/* Contact Start */
.px_info_box {
  display: flex;
  align-items: center;
}

.px_info_box .px_icon {
  width: 65px;
  background-color: var(--secondary-color);
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  margin-right: 26px;
}

.px_info_box .px_icon:after {
  border: 1px dashed var(--secondary-color);
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border-radius: 100%;
}

.px_info_box:hover .px_icon:after {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_info_box .px_info {
  width: calc(100% - 100px);
}

.px_info_box h5 {
  color: var(--secondary-color);
  font-size: 20px;
}

.px_contact_info .px_heading {
  font-size: 32px;
}

.px_contact_info > p {
  margin-bottom: 36px;
}

.px_contact_form {
  padding: 46px 50px 50px;
  background-color: #000000;
  margin-bottom: -263px;
  position: relative;
  border-radius: 10px;
}

.px_contact_form .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0px;
  background-color: #171717;
  border-radius: 50px;
}

.px_contact_form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.px_contact_form textarea.form-control {
  resize: none;
  height: 120px;
  margin-bottom: 30px;
  background-color: #171717;
  border-radius: 17px;
}

.px_contact_form .px_subheading {
  margin: 0 0 37px;
}

/* Contact End */
/* Search popup start */
.px_search_boxpopup {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_search_boxpopup.popup_open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.px_search_inner {
  max-width: 600px;
  width: 100%;
}

.px_search_inner .px_search_widget {
  margin: 0;
}

.px_cancel {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.px_cancel svg {
  fill: var(--primary-color);
}

.px_cancel:hover svg {
  fill: var(--secondary-color);
}

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(19 20 20 / 65%);
}

.modal-content {
  width: 100%;
}

.modal-header {
  padding: 15px 25px;
  /*border-color: rgb(255 255 255 / 10%);*/
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  /*  border: 1px solid rgb(255 255 255 / 10%);*/
}

.modal-body {
  padding: 40px;
}

.close {
  float: right !important;
  color: #000;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  width: 25px;
  height: 25px;
  line-height: 18px;
  border-radius: 100%;
  margin-top: 5px;
  font-size: 16px;
  outline: none !important;
  border: none;
}

.px_login_data {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
}

.px_login_data label {
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_login_data label input {
  display: none;
}

.px_login_data label .checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background-color: #424242;
  border-radius: 4px;
  top: 4px;
}

.px_login_data label .checkmark:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  border-left: 1px solid #fff;
  borderbottom: 1px solid #fff;
  transform: rotate(-45deg) scale(0);
  top: 5px;
  left: 4px;
}

.px_login_data label input:checked + .checkmark:after {
  transform: rotate(-45deg) scale(1);
}

.px_login_box,
.px_signup_box {
  display: none;
}

.px_login_box.active,
.px_signup_box.active {
  display: block;
}

/* Login popup End */
/* Appointment Page Start */
.px_appointment_wrapper,
.px_product_single_wrapper,
.px_team_wrapper,
.px_privacy_wrapper,
.px_faq_wrapper,
.px_contact_section {
}

.px_journal_box_wrapper {
  background-color: #000000;
  display: flex;
  padding: 40px;
  border-radius: 10px;
}

.px_journal_box_wrapper label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.px_journal_box_wrapper .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
}

.px_faq_section .accordion-button:not(.collapsed) {
  color: #333 !important;

  background-color: #f6f6f6 !important;
  /* border-radius: 0px !important;*/
}

.px_btime {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.accordion-item {
  border: 1px solid #33333352;
}

.accordion-item {
  borderbottom: 1px solid #33333352 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.px_faq_wrapper {
  background: #f6f6f6;
}

.px_faq_section .accordion-button {
  color: #333;
}

/* .px_faq_section .accordion-header:not(.collapsed)
 {
     background-color: #ff7010;
 } */
.accordion-item:last-of-type .accordion-button.collapsed {
  border: none;
}

.px_faq_section .px_journal_box_wrapper textarea.form-control {
  height: 100px;
  resize: none;
  padding-top: 10px;
  border: none;
}

.px_faq_section .px_journal_box_wrapper .px_subheading {
  margin: 0 0 40px;
  font-size: 28px;
}

.px_faq_section .accordion-body {
  padding: 1rem 1.25rem;
  background: #f6f6f6 !important;
  color: #333;
  /*
      border-radius: 29px;*/
}

.accordion-button {
  background-color: #f6f6f6 !important;
}

.px_faq_section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-360deg);
  content: "-";
  font-size: 40px;
  line-height: 15px;
}

.px_faq_section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  font-size: 30px;
  transition: transform 0.2s ease-in-out;
  line-height: 20px;
  background-image: none;
  transition: all 0.3s linear;
}

.px_faq_section .accordion-button:focus {
  border-color: #ff7010;
  box-shadow: none;
}

.px_journal_box_wrapper .form-group {
  margin-bottom: 20px;
}

/* Appointment Page End */
/* Error Page Start */
.px_error_wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-color:#000000; */
  /* background-image: url(../images/New-folder/breadcrumb.webp); */
}

.px_error_wrapper h1 {
  font-size: 150px;
  line-height: 200px;
}

.px_error_wrapper h2 {
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 35px;
}

.px_error_wrapper p {
  font-size: 20px;
}

/* Error Page End */
/* FAQ Page Start */
.card {
  border-radius: 10px;
}

.card button.btn.btn-link {
  color: var(--primary-color);
  font-size: 18px;
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.card-header {
  padding: 0px;
  /*  background-color:#fac720;*/
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card-body {
  padding: 20px;

  border-top: 1px solid rgb(255 255 255 / 10%);
}

.card-header h2 {
  margin-bottom: 0;
}

/* FAQ Page End */
/* Team Page Start */
.px_team_box .px_share_box ul {
  padding: 0;
}

.px_team_box .px_team_img {
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px;
  border-radius: 100%;
  transition: all 0.3s linear;
  background: #ffb800;
}

.px_team_box .px_team_img img {
  border-radius: 100%;
  transition: all 0.3s linear;
}

.px_team_box:hover .px_team_img img,
.px_team_box:hover .px_team_img {
  border-radius: 100%;
}

.px_team_box:hover .px_team_img {
  border: 1px solid rgb(255 255 255 / 10%);
}

.px_team_box .px_subheading {
  margin-bottom: 4px;
  margin-top: 17px;
}

.px_team_img img {
  max-width: 100%;
  width: 240px;
}

.px_team_box {
  margin-bottom: 30px;
  background-color: #f3e288;
  padding: 25px 0px 25px 0px;
  margin: 5px;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.px_team_box:hover {
  transform: translate(0px, -10px);
}

.expiry_date {
  margin-top: 25px;
}

.expiry_date label {
  padding-bottom: 5px;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
}

span.select2-dropdown.select2-dropdown--above {
  border: none;
}

/* Team Page End */
/* shop single */
.px_shopsingle_wrapper,
.px_cartsingle_wrapper,
.px_checkout_wrapper {
  /* background-image: url('../images/bg4.jpg'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.px_shopsingle_nav .px_prod_img {
  margin: 20px 5px 0;
  cursor: pointer;
}

.px_shopsingle_for .px_prod_img img {
  margin: 0 auto;
}

.px_price {
  font-size: 28px;
  margin: 5px 0 15px;
  color: var(--secondary-color);
}

.px_price del {
  color: rgb(97 117 130);
  margin-left: 10px;
}

.prod_quantity {
  display: flex;
  align-items: center;
}

.prod_quantity input {
  max-width: 180px;
  margin: 0;
  padding: 0 60px;
  text-align: center;
  background-color: black;
}

.quantity {
  position: relative;
  margin-left: 30px;
  border: 1px solid rgb(255 255 255 / 0.1);
  width: 150px;
  border-radius: 50px;
}

.quantity .qty_button {
  position: absolute;
  background-color: #000000;
  border: none;
  right: 0;
  height: 50px;
  width: 50px;
  top: 0;
  border-left: 1px solid rgb(255 255 255 / 0.1);
  outline: none;
  color: #fff;
  /* border-radius: 27px 0px 0px 27px; */
  border-radius: 0px 27px 27px 0px;
}

.px_tab_wrapper {
  margin-top: 60px;
  background-color: black;
  padding: 0px 25px 37px 25px;
  border-radius: 10px;
}

textarea.form-control.form-01 {
  background-color: #171717;
  border-radius: 15px;
}

button.px_btn.px-submit-010 {
  min-width: 130px;
  justify-content: center;
  margin-top: 15px;
}

.quantity .qty_button.minus {
  left: 0;
  border-left: none;
  border-right: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 27px 0px 0px 27px;
}

.product_buy .px_btn {
  margin-right: 25px;
}

.px_shopsingle_nav .slick-list.draggable {
  padding: 0 !important;
}

input.form-control.form-01 {
  background-color: #171717;
}

.px_cartsingle_wrapper .prod_thumb {
  position: absolute;
}

.px_cartsingle_wrapper .prod_thumb img {
  width: 50px;
}

.px_cartsingle_wrapper .product_details {
  padding: 0 0 0 70px;
}

.px_cartsingle_wrapper td,
.px_cartsingle_wrapper th {
  padding: 20px !important;
  border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.px_cartsingle_wrapper table {
  border: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
}

.cupon_code_wrap {
  display: flex;
}

.cupon_code_wrap .form-control {
  width: 35%;
  margin-right: 25px;
}

.checkout_wrapper_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.checkout_wrapper_box ul li {
  display: flex;
}

.checkout_wrapper_box ul li {
  display: inline-flex;
  margin: 0 20px 30px;
  background-color: #171717;
}

.checkout_wrapper_box ul li:after {
  border-left-color: #171717;
}

.checkout_wrapper_box ul li:before {
  border-right-color: #171717;
}

.checkout_wrapper_box ul li.active {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.checkout_wrapper_box ul li.active:after {
  border-left-color: var(--secondary-color);
}

.checkout_wrapper_box ul li.active:before {
  border-right-color: var(--secondary-color);
}

.checkout_wrapper_box {
  text-align: center;
  background-color: #000000;
  padding: 40px;
  border-radius: 10px;
}

.checkout_wrapper_box .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
  border-radius: 20px;
}

.checkout_wrapper_box .step:not(:first-of-type) {
  display: none;
}

.step .receipt_btn {
  margin: 10px 25px;
}

.stock_details span {
  color: #1cb71c;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  background-color: var(--secondary-color) !important;
}

section.px_know_sign_wrapper {
  background: #080808;
}

.px_footer_wrapper {
  background-color: #051021;
  /* background-image: linear-gradient(to right, #ff8b53, #ffb95f);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.px_menu {
  display: flex;
}

.px_product_wrapper {
  background-color: #f9f9f9;
}

.px_tarotReading_wrapper {
  background-color: #171717;
}

.px_sign_text {
  max-width: 107px;
}

.go_top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff7010;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
  text-align: center;
  z-index: 999 !important;
}

.item-bounce {
  animation: bounce 3s infinite ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

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

  100% {
    transform: translateY(-5px);
  }
}

/* Responsive css */
@media (min-width: 1400px) and (max-width: 1810px) {
  /* .px_logo {
         padding: 35px;
     } */

  /* .px_header_detail {
         width: calc(100% - 220px);
     } */

  .px_info_detail {
    padding-right: 20px;
  }

  .px_menu_wrapper {
    padding-right: 50px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -795px;
  }

  .px_info_detail ul li,
  .px_right_info,
  .px_menu > ul > li {
    font-size: 14px;
  }
}

@media (max-width: 1610px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -730px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    left: -100px;
  }

  .px_customer_slider .slick-arrow.slick-next {
    right: -80px;
  }
}

@media (max-width: 1450px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -700px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    display: none !important;
  }

  .px_customer_slider .slick-arrow.slick-next {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  /* .px_logo {
         padding: 35px;
     } */

  /* .px_header_detail {
         width: calc(100% - 220px);
     } */

  /* .px_banner_wrapper {
         padding: 80px 100px;
     } */

  .px_customer_box {
    padding: 0 40px 42px;
  }

  .px_info_detail,
  .px_menu_wrapper {
    /*padding-right: 35px;*/
  }

  /*.px_info_detail ul li {
         padding: 0px;
     }*/

  .px_infobox {
    font-size: 14px;
  }

  .px_menu > ul > li {
    margin: 0 0px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -45px;
  }

  .slick-arrow.slick-next {
    right: -45px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -640px;
  }
}

@media (max-width: 1360px) {
  .px_menu ul li a {
    font-size: 13px;
  }

  .px_infobox {
    font-size: 12px;
  }

  .px_overview_slider button.slick-prev.px_btn.slick-arrow,
  .px_overview_slider button.slick-next.px_btn.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1260px) {
  .px_infobox .px_infoicon {
    width: 40px;
    height: 40px;
  }

  .px_cart_wrapper {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 11px;
  }

  .px_menu ul li a {
    padding: 13px 0;
  }

  .px_search_wrapper {
    padding-top: 14px;
  }

  /* .px_logo {
         padding: 15px;
     } */

  /*.px_info_detail ul li {
         padding: 12px;
     }*/

  /* .px_info_detail,
     .px_menu_wrapper {
         padding-right: 0;
     } */

  .px_banner_slider .slick-arrow.slick-next {
    right: -580px;
  }

  .px_customer_wrapper .slick-prev {
    left: 0;
  }

  .px_customer_wrapper .slick-next {
    right: 20px;
    margin: 0;
  }

  .px_overview_wrapper .slick-prev {
    left: -20px;
  }

  .px_overview_wrapper .slick-next {
    right: -4px;
  }
}

@media (max-width: 1199px) {
  .px_info {
    margin: 10px 0;
  }

  .px_banner_detail h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg::before {
    display: none;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .px_about_slider .slick-dots li {
    margin: 15px 5px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .px_product_img > img {
    width: 100%;
  }

  .px_tab_wrapper .nav-tabs > li > a {
    padding: 16px 20px;
  }

  .px_countdown_wrapper ul li {
    padding-right: 30px;
  }

  .px_tag_wrapper .px_btn {
    margin-bottom: 10px;
  }

  .px_contact_form {
    margin-top: 50px;
  }
}

@media (max-width: 1160px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -545px;
  }
}

@media (min-width: 1145px) {
  .px_banner_wrapper .slick-dots {
    display: none !important;
  }
}

@media (max-width: 1145px) {
  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .px_banner_slider .slick-arrow.slick-next,
  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_overview_wrapper .slick-next {
    display: none !important;
  }

  .px_banner_wrapper .slick-dots {
    text-align: left;
    display: none;
    position: absolute;
    left: -80px;
    transform: rotate(90deg);
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .px_about_slider {
    max-width: 100%;
    margin: auto;
  }

  .px_contact_form {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .px_product_description {
    padding-top: 50px;
  }

  .px_infobox .px_infoicon {
    width: 30px;
    height: 30px;
  }

  .px_infobox .px_infoicon img {
    width: 15px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 40px;
  }

  /* .px_logo {
         padding: 10px;
     } */

  .px_cart_wrapper {
    margin-left: 10px;
  }

  .px_infobox .px_infoicon {
    margin-right: 5px;
  }

  .px_cart_wrapper > span {
    margin-right: 12px;
  }

  /* .px_header_detail {
         width: calc(100% - 200px);
     } */

  .px_info_detail,
  .px_menu_wrapper {
    padding-right: 30px;
  }

  .px_info_detail {
    padding-left: 32px;
  }

  .px_info_detail ul li {
    padding: 12px 5px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 34px;
  }

  .px_infobox .px_logintext {
    display: none;
  }

  .px_banner_detail h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -450px;
  }

  .px_banner_detail h5 {
    font-size: 18px;
  }

  .px_aboutimg::before,
  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg img {
    margin: 0 20px 30px auto;
    width: 100%;
  }

  .px_padderBottom80 {
    padding-bottom: 70px;
  }

  .px_padderTop80 {
    padding-top: 70px;
    overflow: hidden;
  }

  .px_sign_ul li:first-child,
  .px_sign_ul li:last-child,
  .px_sign_ul li:nth-child(2),
  .px_sign_ul li:nth-child(5),
  .px_sign_ul.px_sign_ul_right li:first-child,
  .px_sign_ul.px_sign_ul_right li:last-child,
  .px_sign_ul.px_sign_ul_right li:nth-child(2),
  .px_sign_ul.px_sign_ul_right li:nth-child(5) {
    transform: translateX(0);
  }

  .px_sign_form ul {
    flex-direction: column;
  }

  .px_sign_box > div {
    width: calc(100% - 80px);
  }

  .px_sign_form ul li {
    max-width: 100%;
    width: 100%;
  }

  .px_sign_form ul li:nth-child(3) {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .px_sign_form ul li:last-child {
    max-width: 100%;
    text-align: center;
  }

  .px_newsletter_wrapper {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
  }

  .px_newsletter_wrapper .px_heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_newsletter_wrapper p {
    margin-bottom: 30px;
  }

  .px_footer_inner {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .px_product_img ul {
    display: flex;
    justify-content: space-around;
  }

  .px_whychoose_wrapper .px_verticle_center {
    display: block;
    text-align: center;
  }

  .px_whychoose_wrapper .px_heading:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_whychoose_wrapper p {
    margin-bottom: 30px;
  }

  .px_service_detail_inner {
    margin-bottom: 50px;
  }

  .px_newsletter_box {
    margin: 0 20px;
  }

  .px_card_box {
    text-align: center;
  }

  .px_card_box img {
    display: inline-block;
  }

  .px_service_widget.px_download_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .px_service_widget.px_download_box h3,
  .px_service_widget.px_download_box .px_gplay {
    display: inline-block;
  }

  .px_comment_form {
    margin-bottom: 50px;
  }

  .px_heading {
    font-size: 30px;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: -45px;
    bottom: 55px;
    display: block;
  }

  .px_sign_box {
    max-width: 100%;
  }

  .px_sign_img {
    margin-top: 45px;
  }

  .px_blog_wrapper .row {
    justify-content: center;
  }

  .form-control {
    margin-bottom: 16px;
  }

  .px_sign_text {
    max-width: 100%;
  }
}

@media (max-width: 895px) {
}

@media (max-width: 830px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -360px;
  }

  .px_toggle {
    display: flex;
    margin-right: 20px;
    cursor: pointer;
  }

  .px_menu_wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .px_menu ul li,
  .px_menu ul li a {
    display: block;
  }

  .px_menu {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 999;
    width: 200px;
    border-right: 2px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.3s linear;
  }

  .menu_open .px_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .px_menu li {
    display: flex;
    borderbottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
  }

  .px_menu ul li a:before {
    display: none;
  }

  .px_menu_wrapper {
    padding: 12px 10px;
  }

  .px_cart_wrapper {
    display: flex;
  }

  .px_cart_wrapper > span {
    margin-right: 20px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -102px;
  }

  .px_info_detail {
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }

  .px_right_info {
    padding-left: 5px;
    margin: 0 auto;
  }

  .px_search_inner {
    padding: 0 20px;
  }

  .px_menu > ul > li .px_submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    right: auto !important;
    padding: 0;
    background-color: transparent;
    display: none;
  }

  .px_menu > ul > li .px_submenu .px_submenu {
    display: none;
  }

  .px_menu > ul > li .px_submenu:before {
    display: none;
  }

  .px_menu ul li .px_submenu.active {
    display: block;
  }

  .px_menu ul li.px_submenu_li:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    top: 25px;
    right: 0;
  }

  .px_menu ul li.px_submenu_li ul li.px_submenu_li:after {
    top: 18px;
  }

  .px_banner_img {
    margin-top: 50px;
  }

  .px_menu ul {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .px_info_box {
    margin: 10px 0;
  }

  .menu_open ~ span.px_body_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(3 29 46 / 0%);
    z-index: 0;
  }

  .px_verticle_center {
    display: block;
  }

  .px_search_wrapper {
    padding-top: 13px;
  }

  .px_sign_box {
    margin: 40;
    margin: 40px auto 0 !important;
  }

  .px_blog_img img {
    width: 100%;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -75px;
  }

  .px_banner_detail p {
    max-width: 100%;
    width: 480px;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 650px) {
  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .px_comment_section > ul > li .px_comnt_detail .px_btn {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 20px;
    margin: 10px 0 0 0;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-next {
    display: none !important;
  }

  .px_banner_wrapper {
    /* padding: 80px 40px; */
    overflow: hidden;
  }

  .px_header_detail {
    width: calc(100% - 0px);
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: none;
    position: relative;
    right: 0;
    left: 0;
    transform: rotate(0deg);
    bottom: 0;
  }

  .px_banner_wrapper .slick-initialized .slick-slide {
    text-align: center;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 40px;
  }
}

@media (max-width: 567px) {
  .px_btn {
    margin: 0;
  }

  .modal .modal-dialog {
    width: 100%;
  }

  .px_zodiac_heading {
    font-size: 24px;
  }

  .px_overview_inner {
    padding: 30px 30px 40px;
  }

  .px_cart_box {
    right: -30px;
  }
}

@media (max-width: 450px) {
  .px_newsletter_box {
    position: initial;
  }

  .px_about_admin {
    display: block;
  }

  .px_about_admin .px_aboutImage {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .px_about_admin .px_aboutDetail {
    width: calc(100% - 0px);
    text-align: center;
    padding-top: 10px;
  }

  .px_newsletter_box .px_btn {
    position: relative;
    right: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .px_btn:after,
  .px_btn:before {
    display: none;
  }

  .px_journal_box_wrapper {
    padding: 40px 18px !important;
  }

  .px_banner_wrapper {
    /* padding: 80px 0px; */
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: block;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    display: none;
  }

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

  .px_contact_expert h5 {
    font-size: 15px;
  }

  .px_contact_expert .px_icon {
    width: 50px;
    height: 50px;
  }

  .px_zodiac_heading .px_sign {
    margin-right: 20px;
  }

  .px_zodiac_heading {
    font-size: 20px;
    padding-left: 10px;
  }

  .px_newsletter_box:after,
  .px_newsletter_box:before {
    display: none;
  }
}

@media (max-width: 400px) {
  .px_logo img {
    width: 107px;
  }

  .px_cart_box {
    width: 270px;
  }

  .modal .modal-dialog {
    margin: 50px auto;
  }

  .px_zodiac_heading {
    font-size: 16px;
  }

  .px_zodiac_heading .px_sign:after,
  .px_zodiac_heading .px_sign:before {
    border-top: 20px solid transparent;
    borderbottom: 20px solid transparent;
  }

  .px_zodiac_heading .px_sign {
    height: 60px;
    width: 35px;
  }

  .px_zodiac_heading > span {
    font-size: 12px;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 20px;
  }
}

@media (max-width: 375px) {
  .px_sign_form {
    padding: 25px 9px 50px;
  }
}

.px_copyright_wrapper p {
  color: #fff;
}

/* new Css for profile page */

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0px;
}

.profile-usermenu ul li {
  borderbottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  borderbottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #f3e288;
}

.profile-usermenu ul li.active {
  borderbottom: none;
}

.profile-usermenu ul li.active a {
  color: #000;
  background-color: #fac720;
  border-left: 2px solid #febd69;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  background: #fff;
  min-height: 35em;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.user-img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 15px;
}

.user-img i {
  position: absolute;
  background-color: #06114f;
  top: 18px;
  right: 5em;
  color: #fff;
  padding: 7px;
  border-radius: 100%;
  font-size: 12px;
}

.user-img {
  position: relative;
}

.profile-usermenu ul li a {
  padding: 14px 15px;
  color: #000;
}

.title1 h3 {
  font-size: 18px;
  color: #000 !important;
  margin-bottom: 0px;
}

.filter-designs {
  margin-bottom: 27px;
}

.filter-designs p {
  font-size: 15px;
  margin-bottom: 13px;
}

.filter-designs .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 38px;
}

.filter-designs .form-group {
  margin-bottom: 0px;
}

.filter-designs .form-group span {
  position: absolute;
  top: 10px;
  right: 27px;
}

.title1 {
  padding: 15px;
  background-color: #fac720;
}

.title1 h3 {
  color: #000 !important;
}

.padding20 {
  padding: 20px;
}

.btn-ss {
  background-color: #ecc80c;
  padding: 8px 56px;
  color: #000;
  font-weight: 600;
  border-radius: 3px;
}

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

.forms-design .form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
}

.forms-design label {
  font-size: 14px;
  margin-bottom: 8px;
}

.forms-design button {
  /* background-color: #f9d310;*/
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
}

/**** Chat css ****/

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}

.top_spac {
  margin: 20px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  borderbottom: 1px solid #c4c4c4;
}

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

.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}

.chat_ib h5 span {
  font-size: 13px;
  float: right;
}

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

.chat_img {
  float: left;
  width: 11%;
}

.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people {
  overflow: hidden;
  clear: both;
}

.chat_list {
  borderbottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}

.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat {
  background: #ebebeb;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.incoming_msg_img img {
  border-radius: 100%;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.received_withd_msg {
  width: 57%;
}

.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

.sent_msg p {
  background: #f3e288 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.sent_msg {
  float: right;
  width: 46%;
}

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

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

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

.messaging {
  padding: 0 0 50px 0;
}

.msg_history {
  height: 516px;
  overflow-y: auto;
}

.iti {
  width: 100%;
  margin-top: 10px;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  width: 180px;
  height: 100px;
  border-radius: 100%;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

.topbtn {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #3675ec;
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border: 1px solid #3675ec;
}

.topbtn:hover {
  background: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
}

header {
  background: transparent;
  display: flex;
  color: #fa6d39;
}

header + header {
  color: pink;
}

header + header + header {
  color: gold;
}

header:before,
header:after {
  content: "";
  margin: auto 1em;
  border-bottom: solid 1px !important;
  flex: 1 1;
}

.profile-widget {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.profile-widget {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.profile-widget .doc-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.profile-widget .doc-img img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.profile-widget .fav-btn {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  color: #2e3842;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  border-radius: 3px;
}

.profile-widget .pro-content {
  padding: 15px 0 0;
}

.profile-widget .pro-content .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-widget .pro-content p.speciality {
  font-size: 13px;
  color: #757575;
  margin-bottom: 5px;
  min-height: 40px;
}

.profile-widget .pro-content .rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}

.profile-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px !important;
}

.profile-widget .pro-content .rating i.filled {
  color: #f4c150;
}

.profile-widget .pro-content .rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.profile-widget .rating i {
  font-size: 14px;
}

.rating i {
  color: #dedfe0;
}

.profile-widget .pro-content .available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

.pro-content .btn-primary {
  font-size: 14px;
}

.available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

/* New CSS 21october2023 */

.utf_newsletter_block {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: bottom right;
  border: 1px solid #f2f2f2;
  padding: 10px;
  background: #fafbfb;
  border-radius: 6px;
  z-index: 99999;
}

.utf_newsletter_block .iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  height: 34px !important;
}

.menuspaceright {
  justify-content: space-between;
}

.carousel-inner {
  border-radius: 10px;
}

.utf_block_title {
  borderbottom: 2px solid #fac720;
  font-size: 16px;
}

.utf_block_title > span,
.color-orange a.utf_post_cat {
  background: #ff7a09;
}

.utf_block_title > span {
  background: #fac720;
  color: #fff;
  height: 30px;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  display: inline list-item;
}

.titlechat {
  float: right;
  font-size: 15px;
  margin: 4px;
  margin-right: 10px;
  padding: 6px 15px 6px 15px;
  border-radius: 10px;
}

.catt {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

.catt li {
  text-align: center;
  width: 100%;
  padding: 10px;
}

.catt li a {
  font-size: 16px;
}

.catt li:hover {
  background: #fa6d39;
  color: #fff;
}

.author-box {
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin: 0 0 40px;
  display: inline-block;
  border-radius: 4px;
}

.pull-left {
  float: left;
}

.astroperson p {
  font-size: 12px;
  margin-bottom: 0px;
}

.ad2 {
  margin-bottom: 10px;
}

.astroperson .rating i.filled {
  color: #f4c150;
}

.astroperson .rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.astroperson .rating i {
  font-size: 14px;
}

.modal-width {
  left: 20%;
  width: 60%;
  height: 100%;
}

.react-tel-input .special-label {
  display: none;
  white-space: nowrap;
}

.react-tel-input .form-control {
  width: 100% !important;
}

.rating i {
  color: #dedfe0;
}

.px_service_box img {
  border-radius: 10px;
  padding-bottom: 20px;
}

.call .btn-sm {
  position: relative;
  right: 13px;
  /* bottom: 5px; */
  border-radius: 8px;
  font-size: 13px;
  padding: 5px 12px 5px 12px;
}

.iti {
  width: 100%;
  margin-top: 10px;
}

.chat .btn-sm {
  position: absolute;
  right: 15px;
  /* bottom: 5px; */
  border-radius: 8px;
  font-size: 12px;
  padding: 5px 12px 5px 12px;
}

.chattab {
  margin-left: 70px;
  font-size: 18px;
  font-weight: 600;
}

.calltab {
  margin-right: 70px;
  font-size: 18px;
  font-weight: 600;
}

.filters {
  max-height: 600px !important;
}

.findbestastro {
  background: #f6f6f6;
}

.findbestastro .card {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.findbestastro .card-header h6 {
  font-weight: 600;
}

.findastro {
  height: 230px !important;
  overflow-y: auto;
}

.list-group {
  border-radius: 0px !important;
}

.list-group-item {
  border: none;
  borderbottom: 1px solid #ddd;
}

.list-group-item:hover {
  background-color: #0d6efd;
  color: #fff;
}

.padding-all-10 {
  padding: 10px;
}

.daily_panchang_h {
  font-weight: 600;
  margin-bottom: 7px;
}

.home_table1 tr td {
  font-size: 14px;
  padding: 7px 0px 8px 0px;
}

.home_table2 {
  width: 100%;
}

.home_table2 tr td {
  font-size: 12px;
  padding: 7px 0px 8px 0px;
}

.home_table tr td {
  font-size: 12px;
}

.pre-scrollable {
  overflow: auto;
}

.pre-scrollable {
  max-height: 270px;
  overflow-y: auto;
}

.pre-about {
  height: 200px;
  overflow-y: auto;
}

.reviewscroll {
  overflow: auto;
  max-height: 320px;
}

.pre-scrollable1 {
  overflow: auto;
}

.pre-scrollable1 {
  max-height: 345px;
  /* overflow-y: scroll;*/
}

.pre-scrollable::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-scrollable::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-scrollable::-webkit-scrollbar-thumb {
  background: #fac720;
}

/* Handle on hover */
.pre-scrollable1::-webkit-scrollbar-thumb:hover {
  background: #fac720;
}

.pre-scrollable1::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-scrollable1::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-scrollable1::-webkit-scrollbar-thumb {
  background: #fac720;
}

/* Handle on hover */
.pre-scrollable1::-webkit-scrollbar-thumb:hover {
  background: #fac720;
}

.pre-about::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-about::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-about::-webkit-scrollbar-thumb {
  background: #fac720;
}

.reviewscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.reviewscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.reviewscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

.catscroll {
  overflow: auto;
  max-height: 450px;
}

.catscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.catscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.catscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

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

.shaped {
  background-color: #ffeb95;
  color: #000;
  border-radius: 30px;
  padding: 0px;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin-top: -10px;
  align-self: center;
}

.card-s-head {
  background-color: #ffb800 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 10px !important;
}

.px_product_img .liveusername {
  position: absolute;
  margin: 30px 8px 0;
  list-style: none;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #00000036;
  color: #fff;
  padding: 10px 0;
  /* visibility: hidden; */
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.liveusername h6 {
  font-size: 13px;
  margin-bottom: 0px;
}

.live {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  text-align: center;
  line-height: 12px;
  background: #0000004d;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
  padding: 5px;
}

.chhoot {
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 10px;
}

.astromall .col-lg-3 {
  width: 20%;
}

.boxx {
  position: relative;
}

.ribbon-2 {
  --f: 10px;
  /* control the folded part*/
  --r: 15px;
  /* control the ribbon shape */
  --t: 10px;
  /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #ff5010;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

/**--- shop page css start ---**/
.ast_shop_wrapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
}

.ast_shop_main,
.ast_shop_sidebar {
  width: 100%;
  float: left;
}

.ast_product_section {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  max-height: 315px;
  margin-bottom: 30px;
}

.ast_product_section .ast_product_info {
  text-align: center;
  padding: 18px 20px;
  background-color: #f4f4f4;
  transition: all 0.3s;
}

.ast_product_section:hover .ast_product_info {
  transform: translateY(-90px);
}

.ast_product_info .ast_info_bottom {
  text-align: center;
  padding-top: 5px;
}

.ast_product_info i {
  color: #ff6f00;
  font-size: 12px;
}

.ast_info_bottom .ast_btn {
  height: 35px;
  line-height: 33px;
}

.ast_product_info .ast_shop_title {
  margin-bottom: 4px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ast_product_section .ast_product_info .ast_shop_title a {
  color: #ff6f00;
}

.ast_product_section .ast_product_image {
  padding: 20px;
  padding-bottom: 10px;
}

/*--- shop sidebar css start ---*/
.widget_filter,
.widget_latest_product {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.widget_filter .price-filter-range {
  width: 100%;
  float: left;
  height: 7px;
  background-color: #f1f1f1;
  border-color: transparent;
}

.widget_filter .price-range-field {
  border: none;
}

.widget_filter input#min_price {
  float: left;
}

.widget_filter input#max_price {
  float: right;
  text-align: right;
}

.widget_filter .price-range-field {
  width: 60px;
}

.widget_filter .filter_input {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.widget_filter .ast_btn {
  min-width: auto;
  height: 35px;
  line-height: 33px;
  margin-top: 5px;
}

.widget_filter .ui-slider-handle {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  top: -5px;
  background-color: #ff6f00;
  border-color: transparent;
  cursor: pointer;
}

.widget_filter .ui-slider-handle:focus {
  outline: none;
}

.widget_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #ff6f00;
}

.sidebar_wrapper ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  borderbottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 10px;
}

.sidebar_wrapper ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.widget.widget_categories {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar_wrapper .widget-title {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #222222;
}

.widget-title:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 70px;
  background-color: #ff6f00;
  height: 2px;
}

.talk-banner .talk-bg {
  /* background: url("../images/bg-1.png");*/
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
  margin-top: 20px;
  border-radius: 10px;
  background-size: cover;
}

.talk-banner .talk-bg .banner-content {
  margin: 30px 0px 30px 40px;
}

.talk-banner .talk-bg .talk-banner-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.talk-banner .talk-bg .talk-banner-images .banner-images-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.filter-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 2px;
}

.filter-container ul li {
  list-style: none;
  border: 1px solid #606366;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 6px;
  margin: 0px 5px;
}

.filter-container ul a {
  color: #606366;
  text-decoration: none;
  display: flex;
}

.filter-container ul .input-li {
  display: flex;
}

.searchBtn {
  border: none;
  color: grey;
  background: transparent;
}

.filter-container ul .input-li .input-field {
  outline: none;
  border: none;
  width: 100%;
}

.mobilesearchBtn {
  display: none;
}

.midsp {
  text-align: center;
  position: absolute;
  left: 10%;
  top: -6px;
  font-size: 16px;
  font-weight: 500;
}

.card-header {
  background-color: #ebebeb;
}

.headingmini {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  borderbottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini::after {
  content: "";
  height: 100%;
  width: 50%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.headingmini1 {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  borderbottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini1 span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini1::after {
  content: "";
  height: 100%;
  width: 60%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.servicebox {
  background-image: linear-gradient(to right, #ffe187, #ffe79e);
  border-radius: 10px;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
}

.servicebox p {
  line-height: 20px;
  font-size: 14px;
  height: 90px;
}

.serhead {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.serbtn {
  border-radius: 10px;
  margin-bottom: 10px;
}

.allreview {
  borderbottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*.filter-container ul li:first-child {
     border: 1px solid #FD7E14;
 }*/

/*** css for SECTION FIND BEST ASTROLOGER ***/

.content {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .card {
  background: #fff;
  width: calc(25% - 10px);
  text-align: center;
  padding: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.content .card .top {
  height: 100px;
  color: #fff;
  padding: 12px 0 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
  clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
}

.content .card .top .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.content .card .top .price-sec {
  margin-top: -10px;
  font-weight: 600;
}

.content .card .top .price {
  font-size: 45px;
}

.content .card .info {
  font-size: 16px;
  margin-top: 20px;
}

.content .card .details .one {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.content .card .details {
  padding: 10px;
}

.content .card .details .one::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}

.content .card .details .one i {
  color: #0d6efd;
}

.content .card .details i.fa-times {
  color: #cd3241;
}

.content .card button {
  outline: none;
  border: none;
  height: 42px;
  color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px;
}

.content .one .top,
.content .one button {
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
}

.content .two .top,
.content .two button {
  background: #e87130;
}

.content .three .top,
.content .three button {
  background: #11bcc3;
}

.content button:hover {
  filter: brightness(90%);
}

.content .one ::selection {
  background: #8af5b6;
}

.content .two ::selection {
  background: #f2b08c;
}

.content .three ::selection {
  background: #d0f9fb;
}

@media (max-width: 1000px) {
  .content .card {
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}

@media (max-width: 715px) {
  .content .card {
    width: 100%;
  }
}

/**** Css for astroprofile gallery ***/

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[12].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src\\app\\layout.js","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
   \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: "__Inter_e66fe9";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ec159349637c90ad-s.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "__Inter_e66fe9";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/513657b02c5c193f-s.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "__Inter_e66fe9";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/fd4db3eb5472fc27-s.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "__Inter_e66fe9";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/51ed15f9841b9f9d-s.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: "__Inter_e66fe9";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/05a31a2ca4975f99-s.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: "__Inter_e66fe9";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/d6b16ce4a6175f26-s.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "__Inter_e66fe9";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "__Inter_Fallback_e66fe9";
  src: local("Arial");
  ascent-override: 90.2%;
  descent-override: 22.48%;
  line-gap-override: 0%;
  size-adjust: 107.4%;
}

.__className_e66fe9 {
  font-family: "__Inter_e66fe9", "__Inter_Fallback_e66fe9";
  font-style: normal;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/component/header.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* stylesheet */
:root {
  --primary-color: #e5f0f5;
  --secondary-color: #f3e288;
  --dark-color1: #031d2e;
  --dark-color2: #070707;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}

:after,
:before {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.px_infobox {
  width: 200px;
}

.topbtn {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #3675ec !important;
  border-radius: 25px !important;
  font-weight: 500 !important;
  margin: 8px;
  border: 1px solid #3675ec !important;
}

.topbtn:hover {
  background: #0d6efd !important;
  color: #fff !important;
  border: 1px solid #0d6efd !important;
}

a {
  text-decoration: none !important;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  /* background-color: var(--dark-color1); */
  color: #333;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: 'Josefin Sans', sans-serif !important*/
  font-family: "Lato", sans-serif !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}

.hide {
  display: none !important;
}

/* common css */
.px_padderTop10 {
  padding-top: 10px;
}

.px_padderTop20 {
  padding-top: 20px;
}

.px_padderTop30 {
  padding-top: 30px;
}

.px_padderTop40 {
  padding-top: 40px;
}

.px_padderTop50 {
  padding-top: 50px;
}

.px_padderTop60 {
  padding-top: 60px;
}

.px_padderTop70 {
  padding-top: 70px;
}

.px_padderTop80 {
  padding-top: 80px;
}

.px_padderTop90 {
  padding-top: 90px;
}

.px_padderTop100 {
  padding-top: 90px;
}

.px_padderBottom5 {
  padding-bottom: 5px;
}

.px_padderBottom10 {
  padding-bottom: 10px;
}

.px_padderBottom20 {
  padding-bottom: 20px;
}

.px_padderBottom30 {
  padding-bottom: 30px;
}

.px_padderBottom40 {
  padding-bottom: 40px;
}

.px_padderBottom50 {
  padding-bottom: 50px;
}

.px_padderBottom60 {
  padding-bottom: 60px;
}

.px_padderBottom70 {
  padding-bottom: 70px;
}

.px_padderBottom80 {
  padding-bottom: 80px;
}

.px_padderBottom90 {
  padding-bottom: 90px;
}

.px_padderBottom100 {
  padding-bottom: 90px;
}

.px_margin0 {
  margin: 0px;
}

.px_font14 {
  font-size: 14px;
  line-height: 24px;
}

.px_toggle {
  display: none;
}

.px_heading {
  font-size: 36px;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 23px;
  position: relative;
  margin: -8px 0 20px;
}

.px_heading.px_heading_center:after {
  left: 50%;
  transform: translateX(-50%);
}

.px_heading:after {
  position: absolute;
  content: "";
  width: 100px;
  borderbottom: 3px solid var(--secondary-color);
  left: 0;

  bottom: 0;
}

.form-control {
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none !important;
  color: #000;
  /*padding: 0 40px 0 12px;*/
}

input.pro_quantity.form-control {
  max-width: 100%;
  width: 119px;
}

.form-control::placeholder {
  color: #97b0c1;
}

.px_subheading {
  font-size: 20px;
  text-transform: capitalize;
}

.px_orange {
  color: var(--secondary-color);
}

.px_white {
  color: var(--white-color);
}

.px_btn {
  height: 50px;

  font-size: 24px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.px_blog_wrapper .px_btn {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

a.px_btn.px-btn-00 {
  min-width: 170px;
  justify-content: center;
}

.px_btn:hover:after {
  border-left-color: #080808;
}

.px_btn:hover:before {
  border-right-color: #080808;
}

/*.px_btn:hover {
    background-color: #171717;
    border: 1px solid #ff7010;
    color: #fff;
}*/

.px_btn:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 15px solid var(--secondary-color);
}

.px_verticle_center {
  display: flex;
  align-items: center;
}

.slick-dots {
  padding: 0;
  margin: 0px 0 0 0;
  list-style: none;
}

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

.slick-dots li button {
  display: none;
}

.slick-dots li {
  height: 9px;
  width: 9px;
  background-color: #818181;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: var(--secondary-color);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  padding: 0 13px;
  z-index: 1;
  outline: none;
  justify-content: center;
  border-radius: 100%;
  height: 35px;
  display: flex;
  width: 35px;
  align-items: center;
}

.slick-arrow::after {
  border-left-color: #000000;
}

.slick-arrow::before {
  border-right-color: #000000;
}

.slick-arrow:hover {
  background-color: var(--secondary-color) !important;
}

.slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.slick-arrow:hover::before {
  border-right-color: var(--secondary-color);
}

.slick-arrow.slick-prev {
  padding: 0 0 0px;
  margin-left: 0;
}

.slick-arrow.slick-prev span {
  margin-right: 0px;
  display: inline-flex;
  margin-top: -3px;
}

.slick-arrow span svg path {
  fill: var(--secondary-color);
}

.slick-arrow:hover span svg path {
  fill: var(--white-color);
}

.slick-arrow.slick-next span {
  margin-left: 6px;
  margin-top: -3px;
}

.slick-arrow.slick-next {
  right: -100px;
  padding: 0 0 0;
  margin-left: 0;
}

.slick-slide {
  outline: none;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none;
}

.only-timepicker .datepicker--time {
  border-top: none;
}

.datepicker {
  background-color: #080808;
  border: 1px solid rgb(255 255 255 / 10%);
  color: var(--primary-color);
}

.datepicker--nav {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
}

.datepicker--nav > div {
  background-color: transparent !important;
  color: var(--primary-color);
}

.datepicker--pointer {
  background-color: #080808;
  border-top-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}

.datepicker--cell:hover {
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}

.datepicker--cell.-current-,
.datepicker--day-name {
  color: var(--secondary-color);
}

/* select2 */
.select2-selection {
  height: 50px !important;
  background-color: #171717 !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
}

.select2-selection .select2-selection__rendered {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 50px !important;
  padding: 0 28px !important;
  text-align: initial;
}

.form-group {
  text-align: initial;
}

.form-group {
  text-align: initial;
  margin: 10px 0;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none !important;
  border-radius: 4px;
  border-radius: 50px;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  bottom: 1px;
  right: 18px !important;
}

span.select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-top: none;
  /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
}

.select2-container {
  transition: none;
  width: 100% !important;
}

.select2-dropdown {
  transition: none;
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%);
  font-size: 14px;
  border-radius: 15px;
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown input {
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%) !important;
  outline: none !important;
}

.select2-results__option {
  padding: 10px 26px;
  background-color: transparent !important;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected {
  color: var(--secondary-color) !important;
}

/* loader */
.px_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.px_loader Image {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}

.px_map_section iframe {
  width: 100%;
  height: 593px;
}

/* header css start */
.px_header_wrapper {
  display: flex;
  background-color: #fff;
}

.px_logo {
  padding: 3px 35px;
  display: flex;
  align-items: center;
}

.px_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.px_menu > ul > li {
  display: inline-flex;
  text-transform: capitalize;
  margin: 0 20px;
  position: relative;
}

.px_menu_wrapper {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 10%);
  justify-content: space-between;
  /* padding: 9px 57px 9px 0px;*/
  position: relative;
  z-index: 1;
  background: #ffb800;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.px_header_detail {
  /* width: calc(100% - 449px); */
  width: 100%;
}

.px_menu > ul > li > a {
  padding: 10px 7px;
  position: relative;
  transition: all 0.3s linear;
  color: #02031a;
  font-weight: 500;
  font-size: 15px;
}

.px_menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--secondary-color);
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.px_menu > ul > li > a:hover:before,
.px_menu > ul > li > a.active:before {
  width: 100%;
}

.px_menu ul li a:hover,
.px_menu ul li a.active {
  color: #0b16ed;
}

.px_info_detail {
  /*padding-right: 50px;*/
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.px_search_wrapper {
  padding-top: 22px;
  transition: all 0.3s linear;
}

.px_search {
  cursor: pointer;
  transition: all 0.3s linear;
}

.px_info_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_info_detail ul li {
  display: inline-flex;
  padding: 8px 0px;
}

.px_info_detail ul li a,
.px_info_detail ul li a:focus {
  text-decoration: none;
  color: inherit;
}

.px_infobox .px_infoicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.px_infobox {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
}

.px_info_detail ul li .px_infobox > span {
  font-weight: 600;
  margin-right: 5px;
}

.px_right_info {
  display: flex;
  align-items: center;
}

.px_cart_wrapper {
  background-color: #363636;
  padding: 14px 24px;
  border-radius: 50px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_cart_wrapper > span {
  position: relative;
  margin-right: 20px;
}

.px_cart_wrapper > span .px_cartnumber {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
}

.px_cart {
  position: relative;
}

.px_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: #000000;
  z-index: 1;
  padding: 5px 20px 20px;
  box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
  border-radius: 20px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.3s linear;
}

.px_cart.cart_open .px_cart_box {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.px_cart_list .px_cart_img {
  float: left;
}

.px_cart_list .px_cart_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.px_cart_info {
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
}

.px_cart_list .px_cart_info a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 5px;
  width: 110px;
  text-transform: capitalize;
}

.px_cart_list {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.px_cart_list li {
  width: 100%;
}

.px_cart_list .px_cart_info p {
  font-size: 14px;
}

.px_cart_box .px_cart_total,
.px_cart_box .px_cart_btn {
  padding-right: 20px;
}

.px_cart_box .px_cart_total p {
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}

.px_cart_box .px_cart_total p span {
  float: right;
  font-family: "Philosopher", sans-serif;
}

.px_cart_box .px_cart_btn {
  text-align: center;
  padding-top: 5px;
}

.px_cart_box .px_cart_btn button {
  background-color: #181818;
  padding: 0 12px;
  text-transform: capitalize;
}

.px_cart_box .px_cart_btn button::after {
  border-left-color: #151515;
}

.px_cart_box .px_cart_btn button::before {
  border-right-color: #151515;
}

.px_cart_box .px_cart_btn button:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_cart_box .px_cart_btn button:hover::after {
  border-left-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:hover::before {
  border-right-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:first-child {
  margin-right: 25px;
}

.px_cart_list::-webkit-scrollbar {
  width: 4px;
}

.px_cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.px_cart_list::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
  outline: #708090 solid 1px;
}

.px_menu > ul > li .px_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 10px;
  width: 170px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_menu > ul > li > .px_submenu {
  transform: translateY(-10px);
}

.px_menu > ul > li:hover > .px_submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu li a {
  padding: 7px 20px;
  display: flex;
}

.px_menu > ul > li .px_submenu > li > .px_submenu {
  right: 100%;
  top: 8px;
  left: auto;
  transform: translateX(-20px);
}

.px_menu > ul > li .px_submenu > li:hover > .px_submenu {
  transform: translateX(-10px);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu > li {
  position: relative;
}

.px_menu > ul > li .px_submenu:before {
  content: "";
  position: absolute;
  borderbottom: 7px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 100%;
  left: 13px;
}

.bg-video-ection > video {
  width: 100%;
  height: 737px;
  object-fit: initial;
}

.px_menu > ul > li > .px_submenu > li > .px_submenu:before {
  bottom: auto;
  top: 10px;
  left: 100%;
  borderbottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid #363636;
}

/* header css end */
/* banner css start */
.px_banner_wrapper {
  /* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 310px;
    overflow: hidden; */
  position: relative;
  background: #e3f1eb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.px_banner_slider {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 200px 0;
}

.bg-video-ection {
  position: relative;
}

.bg-video-ection:before {
  position: absolute;
  content: "";
  background-color: #000000ab;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*
.px_banner_wrapper::before {
    position: absolute;
    content: url(../images/star.png);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}*/
.small,
small {
  font-size: 10px;
}

.px_banner_detail h5 {
  font-size: 20px;
  margin: 0 0 25px;
  background-color: rgb(255 255 255 / 9%);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
}

.px_banner_detail h1 {
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 13px;
  font-weight: 900;
}

.px_banner_detail p {
  max-width: 100%;
  width: 720px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 21px;
}

.px_banner_wrapper .slick-dots {
  text-align: center;
  display: none;
}

.px_banner_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  display: inline-block;
  width: 100%;
}

.px_banner_slider .slick-arrow.slick-prev {
  left: -265px;
}

.px_banner_slider .slick-arrow.slick-next {
  right: -900px;
}

p.px_font14.px_padderBottom20.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

p.px_font14.px_margin0.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

.px_banner_wrapper .px_btn:hover:after {
  border-left-color: #000000;
}

.px_banner_wrapper .px_btn:hover:before {
  border-right-color: #000000;
}

.px_banner_slider .slick-arrow:hover {
  background-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:before {
  border-right-color: var(--secondary-color);
}

/* banner css end */
/* about css start */
.px_about_wrapper {
  /* background-image: url(../images/bg2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0px 80px;
  margin-top: -10px;
}

.px_about_wrapper p {
  margin-bottom: 15px;
}

.px_contact_expert {
  display: flex;
  background-color: #080808;
  border-radius: 10px;
  padding: 25px;
  margin-top: 20px;
  align-items: center;
  max-width: 470px;
  margin-bottom: 20px;
}

.px_contact_expert .px_icon {
  width: 65px;
  height: 65px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
}

.px_contact_expert .px_icon:before {
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px dashed var(--secondary-color);
  content: "";
  border-radius: 100%;
}

.px_contact_expert:hover .px_icon:before {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_contact_expert h5 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.px_contact_expert h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 0 0;
}

.px_aboutimg {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  text-align: right;
}

.px_aboutimg img {
  display: inline-block;
}

.px_aboutimg::after {
  position: absolute;
  content: "";
  top: 95px;
  right: 84px;
  background-color: #080808;
  width: 420px;
  height: 450px;
  z-index: -1;
}

.px_aboutimg::before {
  position: absolute;
  content: "";
  left: 17px;
  bottom: 0;
  border-left: 2px solid var(--secondary-color);
  borderbottom: 2px solid var(--secondary-color);
  width: 90px;
  height: 90px;
}

.px_about_slider {
  max-width: 520px;
  /*  margin: 0 20px 0 auto;*/
}

.px_about_slider .slick-dots {
  position: absolute;
  left: -46px;
  bottom: 32px;
}

.px_about_slider .slick-dots li {
  display: flex;
  cursor: pointer;
  margin: 15px 0;
}

/* about css end */
/* service css start */
.px_service_box {
  /*  background-color: #f3e288;*/

  margin-top: 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: all 0.5s;
}

.slick-slide img {
  display: inline-block !important;
}

.px_service_box:hover {
  transform: translate(0px, -10px);
}

.px_service_box .px_icon {
  width: 80px;
  background-color: #181818;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s linear;
}

.px_service_box .px_icon:after {
  border: 1px dashed #5a5a5a;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 100%;
}

.px_service_box:hover .px_icon {
  background-color: var(--secondary-color);
}

.px_service_box:hover .px_icon:after {
  border-color: var(--secondary-color);
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_service_box .px_subheading {
  margin: 30px 0 10px;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600;
}

.px_service_box .px_subheading:after {
  width: 70px;
  height: 2px;
  background-color: var(--secondary-color);
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.px_service_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_link {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  borderbottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  letter-spacing: 0.6px;
}

/* service css end */
/* zodiec sign css start */
.px_zodiac_sign_wrapper {
  /*background-image: url('../images/bg3.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;

  background: #fff;
}

.px_sign_img img {
  margin: 0 auto;
}

.px_sign_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_sign_ul li {
  margin-top: 40px;
  padding: 15px 23px;
  border-radius: 0px 50px 0px 50px;
}

ul.px_sign_ul.px_sign_ul_right li {
  border-radius: 50px 0px 50px 0px;
}

.px_sign_box {
  background-color: #ffe187;
  max-width: 250px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  transition: all 0.2s linear;
}

.px_sign_box > a {
  display: flex;
  align-items: center;
}

.px_sign_box .px_sign {
  background-color: #171717;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  position: relative;
  transition: all 0.2s linear;
}

.px_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}

.px_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.px_sign_box:after,
.px_sign_box:before {
  /* content: '';
    position: absolute; */
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 50px solid transparent;
  borderbottom: 50px solid transparent;
  border-left: 20px solid #080808;
}

.px_sign_box:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 20px solid #080808;
}

/* .px_sign_box .px_sign:after,.px_sign_box .px_sign:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    borderBottom: 40px solid transparent;
    border-left:18px solid #171717;
 
}  */
/*.px_sign_box:hover {
    background-color: var(--secondary-color);
}*/

.px_sign_box:hover:after {
  border-left-color: var(--secondary-color);
}

.px_sign_box:hover:before {
  border-right-color: var(--secondary-color);
}

.px_sign_box:hover .px_sign {
  background-color: #e66712;
}

.px_sign_box:hover .px_sign:after {
  border-left-color: #e66712;
}

.px_sign_box:hover .px_sign:before {
  border-right-color: #e66712;
}

.px_sign_box .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid #171717;
}

.px_sign_ul li:first-child,
.px_sign_ul li:last-child {
  transform: translateX(200px);
}

.px_sign_ul li:nth-child(2),
.px_sign_ul li:nth-child(5) {
  transform: translateX(100px);
  z-index: 1;
}

.px_sign_ul.px_sign_ul_right li:first-child,
.px_sign_ul.px_sign_ul_right li:last-child {
  transform: translateX(-200px);
}

.px_sign_ul.px_sign_ul_right li:nth-child(2),
.px_sign_ul.px_sign_ul_right li:nth-child(5) {
  transform: translateX(-100px);
}

.px_sign_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  width: 100%;
}

.px_sign_ul_right .px_sign_box {
  margin: 40px 0 0 auto;
}

/* zodiec sign css end */
/* zodiec sign form css start */
.px_sign_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
}

.px_input_feild {
  position: relative;
}

.px_input_feild > span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.px_sign_form ul li {
  /* max-width: 270px; */
  width: 100%;
  padding: 0 15px;
}

.px_sign_form ul li:nth-child(3) {
  max-width: 370px;
}

.px_sign_form ul li:last-child {
  max-width: 205px;
}

.px_sign_form {
  background-color: #171717;
  padding: 25px 33px 50px;
  border-radius: 10px;
}

li.px_form_box {
  text-align: left;
}

/* zodiec sign form css end */
/* customer css start */
.px_customer_wrapper {
  /* background-image: url('../images/bg4.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #f6f6f6;
}

.px_customer_slider .slick-dots {
  text-align: center;
}

.px_customer_box {
  /* background-image: linear-gradient(to right, #FDB69C, #FEEEBC);*/
  background: #fff;
  padding: 0 45px 42px;
  position: relative;
  margin: 50px 15px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1) !important;
}

header .h1 {
  font-size: 30px;
  font-weight: bold;
}

.px_customer_box:before {
  content: "";
  position: absolute;
  top: 75px;
  transform: translateX(-50%);
  left: 50%;
  width: 86px;
  height: 74px;

  z-index: -1;
}

.px_customer_box .px_customer_img > img {
  border-radius: 100%;
}

.px_customer_box .px_customer_img {
  position: relative;
  display: inline-flex;
  margin: -45px 0 34px;
}

.px_customer_box .px_customer_img span {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  line-height: 32px;
  right: -10px;
  bottom: 0px;
}

.px_customer_box .px_customer_img span img {
  display: inline-block;
}

.px_customer_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_customer_box h3 {
  font-size: 20px;
  margin: 15px 0 0;
}

/* customer css end */
/* why choose css start */

section.px_whychoose_wrapper.px_padderTop80 {
  padding-top: 80px;
}

.px_whychoose_wrapper {
  background: #080808;
}

.px_whychoose_box .px_number > span {
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.px_whychoose_box h4 {
  font-size: 20px;
  margin: 25px 0 35px;
  text-align: center;
  transition: all 0.2s linear;
}

.px_number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
  z-index: 0;
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.before-img00 {
  position: absolute;
  left: 0;
  z-index: -1;
  animation: rotated 120s infinite linear;
}

.px_whychoose_box:hover h4 {
  color: var(--secondary-color);
}

/* why choose css end */
/* blog css start */
.px_blog_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*  background: #f9f9f9;*/
}

.px_blog_img {
  position: relative;
  margin-bottom: 36px;
}

.px_blog_img .px_btn {
  position: absolute;
  right: 35px;
  bottom: -25px;
  color: #000;
  padding: 0 15px;
}

.px_blog_box {
  margin-top: 30px;
  text-align: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.px_product_img {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}

.px_product_img ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -60px;
  left: 0;
  right: 0;
  background-color: var(--secondary-color);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.px_product_img > img {
  width: 100%;
  border-radius: 10px;
}

.px_product_box:hover .px_product_img ul {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.px_product_img ul li {
  display: inline-flex;
  line-height: 40px;
  color: #ffffff;
}

.px_product_img ul li:last-child {
  border-right: none;
}

.px_product_img ul li:nth-child(2) {
  position: relative;
}

.px_product_img ul li:nth-child(2):after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fda2658f;
  border-right: 1px solid #fda2658f;
}

.px_product_box .px_subheading {
  margin: 5px 0 6px;
}

.px_product_box .px_price {
  font-size: 18px;
  font-weight: 600;
}

.px_product_box .px_price > span {
  font-size: 14px;
  font-weight: 400;
}

.px_product_box .px_price > del {
  color: #dfe0e1;
}

.px_product_img ul li span {
  margin-left: 14px;
  font-size: 14px;
}

.px_product_box ul li img {
  display: inline-block;
}

.px_product_wrapper.px_product_page {
  background-color: #181818;
}

/* product css end */
/* overview css start */

.px_overview_wrapper {
  /* background-image: url('../images/bg6.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.px_overview_wrapper::after {
  position: absolute;
  /* content: url(/_next/static/media/dark-moon-1-olv8km0mfctu3d1ffgcv3s7yfnhjihhned7yvzhx4g.12ed8330.webp); */
  left: 152px;
  top: 70px;
  width: 100%;
  z-index: -1;
  animation: 2.3s rl-rotate linear infinite;
}

@keyframes rl-rotate {
  0% {
    transform: rotate(360deg) translate(-5px) rotate(-360deg);
    transition: 1s ease-in-out;
  }

  100% {
    transform: rotate(0deg) translate(-5px) rotate(0deg);
    transition: 1s ease-in-out;
  }
}

.px_overview_inner {
  background-color: #171717;
  padding: 42px 50px 50px;
  border-radius: 20px;
}

.px_overview_inner h4 {
  font-size: 24px;
  margin: 0 0 11px;
}

.px_overview_inner .px_btn {
  margin-top: 10px;
  padding: 0 14px;
}

.px_overview_inner .px_btn img {
  margin-right: 10px;
}

/* overview css end */

/* footer css start */
.px_newsletter_wrapper {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
}

.px_newsletter_box {
  position: relative;
}

.px_newsletter_box .form-control {
  border-radius: 0px;
  height: 60px;
  background-color: #000;
  border-radius: 50px;
}

.px_newsletter_box .form-control::placeholder,
input[type="text"]::placeholder,
textarea.form-control::placeholder {
  color: #c3c3c7;
}

.px_newsletter_wrapper .row {
  align-items: center;
}

/* .px_newsletter_box:after,.px_newsletter_box:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 30px solid transparent;
    borderBottom: 30px solid transparent;
    border-left: 17px solid #000;
} */
/* .px_newsletter_box:after{
    right:100%;
    left:auto;
    border-left: none;
    border-right: 17px solid #000;
} */
.px_newsletter_box .px_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 1;
}

.px_footer_inner {
  display: flex;
}

.px_footer_widget > p {
  margin: 18px 0 20px;
  color: #fff;
}

.px_footer_widget > ul > li:hover {
  color: var(--secondary-color);
}

.px_footer_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_footer_widget > ul > li {
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.px_footer_widget > ul > li span svg {
  fill: #fff;
  margin-right: 10px;
}

.px_footer_widget > ul > li:hover span svg path {
  fill: var(--secondary-color);
}

.px_footer_widget > ul > li:hover span {
  transition: none;
}

.px_footer_heading {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  position: relative;
  margin-bottom: 22px;
  color: #fff;
}

.px_footer_heading:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 92px;
  height: 2px;
  background-color: #fff;
}

.px_footer_widget .px_contact_list li {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.px_footer_widget .px_contact_list li:before {
  display: none;
}

.px_footer_widget .px_contact_list li img {
  margin: 0 15px 0 0;
  transform: translateY(3px);
}

.px_footer_widget .px_contact_list li p {
  margin: 0;
}

.px_share_box ul li {
  display: inline-flex;
  margin-right: 5px;
}

.px_copyright_wrapper {
  background-color: #ffb800;
  padding: 13px 0 5px;
}

.theme-btn {
  color: #fff;
  background-color: #ffb800 !important;
  border-color: #ffb800 !important;
}

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

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

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

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

.wid50 {
  width: 50px !important;
}

.wid100 {
  width: 100px !important;
}

.wid120 {
  width: 120px !important;
}

.wid150 {
  width: 150px !important;
}

.wid200 {
  width: 200px !important;
}

.carousel .carousel-indicators li {
  background-color: gray;
}

.carousel .carousel-indicators li.active {
  background-color: #ffb800;
  border-radius: 40%;
}

/* footer css end */
/* breadcrum start */
.px_breadcrum_wrapper {
  /* background: #e3f1eb;*/
  /* background-image: url(../images/New-folder/top.png);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 10px;
}

.px_breadcrum_wrapper h1 {
  margin: 0px 0 0px;
  font-size: 28px;
  color: #fff;
}

.px_breadcrum_wrapper .breadcrumb {
  color: #000;
}

.activee {
  color: #fa6d39;
}

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(19 20 20 / 65%);
}

.modal .modal-dialog {
  margin: 0 auto;
  transform: none !important;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.modal-content {
  width: 100%;
}

.modal-header {
  padding: 15px 25px;
  /*border-color: rgb(255 255 255 / 10%);*/
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  /*  border: 1px solid rgb(255 255 255 / 10%);*/
}

.modal-body {
  padding: 40px;
}

.modal-header .close {
  color: #000;
  font-weight: 300;
  text-shadow: none;
  border: 1px solid #ffb800;
  opacity: 1;
  width: 25px;
  height: 25px;
  line-height: 18px;
  background-color: #ffb800;
  border-radius: 100%;
  margin-top: 5px;
  font-size: 16px;
  outline: none !important;
}

.breadcrumb > li + li:before {
  content: "/";
}

/* breadcrum end */
/* service detail start */
.px_service_wrapper {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.px_service_wrapper::before {
  position: absolute;
  /* content: url(/_next/static/media/moon-sign-1-1.fae2f4fe.webp); */
  left: -310px;
  top: 110px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_wrapper::after {
  position: absolute;
  /* content: url(/_next/static/media/moon-sign-3.9199451d.webp); */
  right: -285px;
  bottom: -15px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_page .px_service_wrapper {
  /* background-image: url(/_next/static/media/bg6.cccf59e8.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.px_service_page .px_service_wrapper .px_service_box {
  background-color: #000000;
}

.px_servicedetail_wrapper {
  background-color: #222222;
}

.px_service_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_ul li {
  padding: 0 0 6px 23px;
  position: relative;
}

.px_service_ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/_next/static/media/arrow.443ad0d2.svg)
    no-repeat center;
  left: 0;
  top: 8px;
}

.px_service_detail_inner .px_heading {
  font-size: 32px;
  padding-bottom: 15px;
  margin: 22px 0 15px;
}

.px_service_detail_inner p {
  margin-bottom: 20px;
}

.px_service_detail_inner h4 {
  font-size: 24px;
}

.px_service_widget h3 {
  font-size: 22px;
  display: inline-flex;
  padding-bottom: 11px;
}

.px_service_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_widget ul li {
  font-size: 14px;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}

.px_service_widget ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px dashed #fac72052;
}

.px_service_widget ul li a {
  display: flex;
  justify-content: space-between;
}

.px_service_widget ul li a span {
  transition: none;
}

.px_service_widget ul li a span:first-child {
  borderbottom: 1px solid transparent;
}

.px_service_widget ul li:hover a span:first-child {
  border-color: var(--secondary-color);
}

.px_service_widget ul li:hover {
  color: var(--secondary-color);
}

.px_service_widget ul li:hover:before {
  background: url(/_next/static/media/arrowHover.fb1ad457.svg)
    no-repeat center;
}

.px_service_widget.px_download_box {
  background-color: var(--secondary-color);
  padding: 50px 10px;
}

.px_gplay {
  margin-bottom: 15px;
  display: inline-flex;
}

.px_service_widget .px_heading::after {
  width: 75%;
}

/* service detail End */
/* zodiac detail start */
.px_card_box img {
  border-radius: 10px;
}

.px_card_box > a {
  outline: none;
}

.px_zodiac_sidebar .px_sign_box {
  margin-bottom: 20px;
}

.px_zodiac_heading .px_sign {
  background-color: var(--secondary-color);
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
}

.px_zodiac_heading .px_sign:after,
.px_zodiac_heading .px_sign:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  borderbottom: 40px solid transparent;
  border-left: 18px solid var(--secondary-color);
}

.px_zodiac_heading .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid var(--secondary-color);
}

.px_zodiac_heading {
  font-family: "Philosopher", sans-serif;
  font-size: 36px;
  padding-left: 20px;
}

.px_zodiac_heading > span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.px_tab_wrapper div#myTabContent {
  margin-top: 20px;
}

.px_tab_wrapper .nav-tabs > li > button {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  padding: 16px 35px;
  position: relative;
  color: #fff;
}

.px_tab_wrapper .nav-tabs > li > button::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--secondary-color);
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.px_tab_wrapper .nav-tabs > li > button:hover,
.px_tab_wrapper .nav-tabs > li > button.active {
  color: var(--secondary-color);
}

.px_tab_wrapper .nav-tabs > li > button:hover:before,
.px_tab_wrapper .nav-tabs > li > button.active:before {
  width: 42px;
}

.px_tab_wrapper .nav-tabs {
  background-color: #000000;
  border: none;
}

.px_tab_wrapper li {
  margin: 10px 0;
}

.px_countdown_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_countdown_wrapper ul li {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 30px;
  padding-right: 62px;
  position: relative;
}

.px_countdown_wrapper ul li .progress-percentage {
  width: 108px;
  height: 108px;
  border: 9px solid #3e3f40;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Philosopher", sans-serif;
}

.px_countdown_wrapper ul li h3 {
  margin: 15px 0 0;
  text-transform: capitalize;
}

.px_countdown_wrapper ul li:last-child {
  padding-right: 0px;
}

.px_zodiac_single_wrapper {
  background-color: #111212;
}

.px_progressbar {
  position: relative;
  width: 108px !important;
  height: 108px !important;
}

.px_countdown_wrapper ul li canvas {
  position: absolute;
  top: -21px;
  left: -21px;
}

/* zodiac detail End */
/* Blog Single Start */
.px_customer_box.px_bloquote {
  padding: 50px;
  margin-bottom: 20px;
}

.px_customer_box.px_bloquote h3 span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.px_tag_wrapper .px_btn {
  background-color: #121212;
  height: 40px;
  text-transform: capitalize;
  padding: 0 12px;
}

.px_tag_wrapper .px_btn:after,
.px_tag_wrapper .px_btn:before {
  border-top: 20px solid transparent;
  borderbottom: 20px solid transparent;
  border-left: 13px solid #121212;
}

.px_tag_wrapper .px_btn:before {
  border-left: none;
  border-right: 13px solid #121212;
}

.px_tag_wrapper ul li {
  margin-right: 17px;
  align-items: center;
}

.px_tag_wrapper ul {
  padding-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.px_about_admin {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

.px_about_admin .px_aboutImage {
  width: 117px;
  margin-right: 32px;
}

.px_about_admin .px_aboutDetail {
  width: calc(100% - 149px);
}

.px_about_admin .px_aboutImage img {
  border: 3px solid #fff;
  border-radius: 100%;
}

.px_comment_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.px_comment_section ul li {
  display: flex;
}

.px_comment_section > ul > li {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0;
}

.px_comment_section > ul > li:last-child {
  borderbottom: none;
}

.px_comment_section > ul > li > ul > li {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0 0;
}

.px_comment_section > ul > li > ul > li:first-child {
  border: none;
  padding: 0 0 40px;
}

.px_comment_section > ul > li > ul > li {
  margin-left: 100px;
}

.px_comment_section > ul > li .px_comnt_img {
  width: 110px;
}

.px_comment_section > ul > li .px_comnt_img img {
  border-radius: 100%;
}

.px_comment_section > ul > li .px_comnt_detail {
  width: calc(100% - 110px);
  position: relative;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn img {
  margin-right: 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span {
  display: flex;
  padding: 5px 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span img {
  margin-right: 10px;
}

.px_comment_form .px_heading,
.px_comment_section .px_heading {
  font-size: 32px;
}

.px_comment_form .form-control {
  margin-bottom: 30px;
  border-radius: 50px;
}

.px_comment_form textarea.form-control {
  height: 210px;
  padding: 15px 30px;
  resize: none;
  border-radius: 20px;
}

.px_journal_box_wrapper textarea.form-control {
  border-radius: 15px;
}

.px_blog_box.px_blog_single {
  margin: 0px;
}

.px_search_widget {
  position: relative;
  margin-bottom: 50px;
}

.px_search_widget > a {
  position: absolute;
  background-color: var(--secondary-color);
  padding: 15px 18px;
  display: inline-flex;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 0px 30px 30px 0px;
}

.px_search_widget .form-control {
  padding-right: 70px;
  border-radius: 50px;
}

.px_tag_wrapper > .px_btn {
  /* margin: 0 15px 10px; */
  margin: 0 21px 9px 0px;
}

.px_service_widget .px_recentposts li {
  padding: 0;
  margin: 5px 0 13px;
}

.px_service_widget .px_recentposts li h5 {
  margin: -5px 0 0;
  font-size: 16px;
  line-height: 26px;
  transition: none;
}

.px_service_widget .px_recentposts li:before {
  display: none;
}

.px_service_widget .px_recentposts li .px_img {
  margin-right: 15px;
}

.px_service_widget .px_recentposts li .px_detail > span {
  display: flex;
  align-items: center;
}

.px_service_widget .px_recentposts li .px_detail > span img {
  margin-right: 10px;
}

.px_tag_wrapper .px_btn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_tag_wrapper .px_btn:hover:before {
  border-right-color: var(--secondary-color);
}

.px_tag_wrapper .px_btn:hover:after {
  border-left-color: var(--secondary-color);
}

.px_blog_box .px_subheading > a {
  transition: none;
}

/* Blog Single End */
/* Contact Start */
.px_info_box {
  display: flex;
  align-items: center;
}

.px_info_box .px_icon {
  width: 65px;
  background-color: var(--secondary-color);
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  margin-right: 26px;
}

.px_info_box .px_icon:after {
  border: 1px dashed var(--secondary-color);
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border-radius: 100%;
}

.px_info_box:hover .px_icon:after {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_info_box .px_info {
  width: calc(100% - 100px);
}

.px_info_box h5 {
  color: var(--secondary-color);
  font-size: 20px;
}

.px_contact_info .px_heading {
  font-size: 32px;
}

.px_contact_info > p {
  margin-bottom: 36px;
}

.px_contact_form {
  padding: 46px 50px 50px;
  background-color: #000000;
  margin-bottom: -263px;
  position: relative;
  border-radius: 10px;
}

.px_contact_form .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0px;
  background-color: #171717;
  border-radius: 50px;
}

.px_contact_form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.px_contact_form textarea.form-control {
  resize: none;
  height: 120px;
  margin-bottom: 30px;
  background-color: #171717;
  border-radius: 17px;
}

.px_contact_form .px_subheading {
  margin: 0 0 37px;
}

/* Contact End */
/* Search popup start */
.px_search_boxpopup {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_search_boxpopup.popup_open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.px_search_inner {
  max-width: 600px;
  width: 100%;
}

.px_search_inner .px_search_widget {
  margin: 0;
}

.px_cancel {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.px_cancel svg {
  fill: var(--primary-color);
}

.px_cancel:hover svg {
  fill: var(--secondary-color);
}

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(19 20 20 / 65%);
}

.modal-content {
  width: 100%;
}

.modal-header {
  padding: 15px 25px;
  /*border-color: rgb(255 255 255 / 10%);*/
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  /*  border: 1px solid rgb(255 255 255 / 10%);*/
}

.modal-body {
  padding: 40px;
}

.px_login_data {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
}

.px_login_data label {
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_login_data label input {
  display: none;
}

.px_login_data label .checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background-color: #424242;
  border-radius: 4px;
  top: 4px;
}

.px_login_data label .checkmark:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  border-left: 1px solid #fff;
  borderbottom: 1px solid #fff;
  transform: rotate(-45deg) scale(0);
  top: 5px;
  left: 4px;
}

.px_login_data label input:checked + .checkmark:after {
  transform: rotate(-45deg) scale(1);
}

.px_login_box,
.px_signup_box {
  display: none;
}

.px_login_box.active,
.px_signup_box.active {
  display: block;
}

/* Login popup End */
/* Appointment Page Start */
.px_appointment_wrapper,
.px_product_single_wrapper,
.px_team_wrapper,
.px_privacy_wrapper,
.px_faq_wrapper,
.px_contact_section {
}

.px_journal_box_wrapper {
  background-color: #000000;
  display: flex;
  padding: 40px;
  border-radius: 10px;
}

.px_journal_box_wrapper label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.px_journal_box_wrapper .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
}

.px_faq_section .accordion-button:not(.collapsed) {
  color: #333 !important;

  background-color: #f6f6f6 !important;
  /* border-radius: 0px !important;*/
}

.px_btime {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.accordion-item {
  border: 1px solid #33333352;
}

.accordion-item {
  borderbottom: 1px solid #33333352 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.px_faq_wrapper {
  background: #f6f6f6;
}

.px_faq_section .accordion-button {
  color: #333;
}

/* .px_faq_section .accordion-header:not(.collapsed)
{
    background-color: #ff7010;
} */
.accordion-item:last-of-type .accordion-button.collapsed {
  border: none;
}

.px_faq_section .px_journal_box_wrapper textarea.form-control {
  height: 100px;
  resize: none;
  padding-top: 10px;
  border: none;
}

.px_faq_section .px_journal_box_wrapper .px_subheading {
  margin: 0 0 40px;
  font-size: 28px;
}

.px_faq_section .accordion-body {
  padding: 1rem 1.25rem;
  background: #f6f6f6 !important;
  color: #333;
  /*
     border-radius: 29px;*/
}

.accordion-button {
  background-color: #f6f6f6 !important;
}

.px_faq_section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-360deg);
  content: "-";
  font-size: 40px;
  line-height: 15px;
}

.px_faq_section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  font-size: 30px;
  transition: transform 0.2s ease-in-out;
  line-height: 20px;
  background-image: none;
  transition: all 0.3s linear;
}

.px_faq_section .accordion-button:focus {
  border-color: #ff7010;
  box-shadow: none;
}

.px_journal_box_wrapper .form-group {
  margin-bottom: 20px;
}

/* Appointment Page End */
/* Error Page Start */
.px_error_wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-color:#000000; */
  background-image: url(/_next/static/media/breadcrumb.c16e65f8.webp);
}

.px_error_wrapper h1 {
  font-size: 150px;
  line-height: 200px;
}

.px_error_wrapper h2 {
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 35px;
}

.px_error_wrapper p {
  font-size: 20px;
}

/* Error Page End */
/* FAQ Page Start */
.card {
  border-radius: 10px;
}

.card button.btn.btn-link {
  color: var(--primary-color);
  font-size: 18px;
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.card-header {
  padding: 0px;
  /*  background-color:#fac720;*/
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card-body {
  padding: 20px;

  border-top: 1px solid rgb(255 255 255 / 10%);
}

.card-header h2 {
  margin-bottom: 0;
}

/* FAQ Page End */
/* Team Page Start */
.px_team_box .px_share_box ul {
  padding: 0;
}

.px_team_box .px_team_img {
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px;
  border-radius: 100%;
  transition: all 0.3s linear;
  background: #ffb800;
}

.px_team_box .px_team_img img {
  border-radius: 100%;
  transition: all 0.3s linear;
}

.px_team_box:hover .px_team_img img,
.px_team_box:hover .px_team_img {
  border-radius: 100%;
}

.px_team_box:hover .px_team_img {
  border: 1px solid rgb(255 255 255 / 10%);
}

.px_team_box .px_subheading {
  margin-bottom: 4px;
  margin-top: 17px;
}

.px_team_img img {
  max-width: 100%;
  width: 240px;
}

.px_team_box {
  margin-bottom: 30px;
  background-color: #f3e288;
  padding: 25px 0px 25px 0px;
  margin: 5px;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.px_team_box:hover {
  transform: translate(0px, -10px);
}

.expiry_date {
  margin-top: 25px;
}

.expiry_date label {
  padding-bottom: 5px;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
}

span.select2-dropdown.select2-dropdown--above {
  border: none;
}

/* Team Page End */
/* shop single */
.px_shopsingle_wrapper,
.px_cartsingle_wrapper,
.px_checkout_wrapper {
  background-image: url(/_next/static/media/bg4.e44aa4cc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.px_shopsingle_nav .px_prod_img {
  margin: 20px 5px 0;
  cursor: pointer;
}

.px_shopsingle_for .px_prod_img img {
  margin: 0 auto;
}

.px_price {
  font-size: 28px;
  margin: 5px 0 15px;
  color: var(--secondary-color);
}

.px_price del {
  color: rgb(97 117 130);
  margin-left: 10px;
}

.prod_quantity {
  display: flex;
  align-items: center;
}

.prod_quantity input {
  max-width: 180px;
  margin: 0;
  padding: 0 60px;
  text-align: center;
  background-color: black;
}

.quantity {
  position: relative;
  margin-left: 30px;
  border: 1px solid rgb(255 255 255 / 0.1);
  width: 150px;
  border-radius: 50px;
}

.quantity .qty_button {
  position: absolute;
  background-color: #000000;
  border: none;
  right: 0;
  height: 50px;
  width: 50px;
  top: 0;
  border-left: 1px solid rgb(255 255 255 / 0.1);
  outline: none;
  color: #fff;
  /* border-radius: 27px 0px 0px 27px; */
  border-radius: 0px 27px 27px 0px;
}

.px_tab_wrapper {
  margin-top: 60px;
  background-color: black;
  padding: 0px 25px 37px 25px;
  border-radius: 10px;
}

textarea.form-control.form-01 {
  background-color: #171717;
  border-radius: 15px;
}

button.px_btn.px-submit-010 {
  min-width: 130px;
  justify-content: center;
  margin-top: 15px;
}

.quantity .qty_button.minus {
  left: 0;
  border-left: none;
  border-right: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 27px 0px 0px 27px;
}

.product_buy .px_btn {
  margin-right: 25px;
}

.px_shopsingle_nav .slick-list.draggable {
  padding: 0 !important;
}

input.form-control.form-01 {
  background-color: #171717;
}

.px_cartsingle_wrapper .prod_thumb {
  position: absolute;
}

.px_cartsingle_wrapper .prod_thumb img {
  width: 50px;
}

.px_cartsingle_wrapper .product_details {
  padding: 0 0 0 70px;
}

.px_cartsingle_wrapper td,
.px_cartsingle_wrapper th {
  padding: 20px !important;
  border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.px_cartsingle_wrapper table {
  border: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
}

.cupon_code_wrap {
  display: flex;
}

.cupon_code_wrap .form-control {
  width: 35%;
  margin-right: 25px;
}

.checkout_wrapper_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.checkout_wrapper_box ul li {
  display: flex;
}

.checkout_wrapper_box ul li {
  display: inline-flex;
  margin: 0 20px 30px;
  background-color: #171717;
}

.checkout_wrapper_box ul li:after {
  border-left-color: #171717;
}

.checkout_wrapper_box ul li:before {
  border-right-color: #171717;
}

.checkout_wrapper_box ul li.active {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.checkout_wrapper_box ul li.active:after {
  border-left-color: var(--secondary-color);
}

.checkout_wrapper_box ul li.active:before {
  border-right-color: var(--secondary-color);
}

.checkout_wrapper_box {
  text-align: center;
  background-color: #000000;
  padding: 40px;
  border-radius: 10px;
}

.checkout_wrapper_box .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
  border-radius: 20px;
}

.checkout_wrapper_box .step:not(:first-of-type) {
  display: none;
}

.step .receipt_btn {
  margin: 10px 25px;
}

.stock_details span {
  color: #1cb71c;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  background-color: var(--secondary-color) !important;
}

section.px_know_sign_wrapper {
  background: #080808;
}

.px_footer_wrapper {
  background-color: #051021;
  /* background-image: linear-gradient(to right, #ff8b53, #ffb95f);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.px_menu {
  display: flex;
}

.px_product_wrapper {
  background-color: #f9f9f9;
}

.px_tarotReading_wrapper {
  background-color: #171717;
}

.px_sign_text {
  max-width: 107px;
}

.menu_fixed {
  position: fixed;
  z-index: 1000;
  padding: 17px 19px;

  /* box-shadow: 0px -5px 20px; */
  width: 100%;
  top: 0;
  background-color: #fff;
  transition: 0.3s linear;
}

.go_top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff7010;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
  text-align: center;
  z-index: 999 !important;
}

.item-bounce {
  animation: bounce 3s infinite ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

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

  100% {
    transform: translateY(-5px);
  }
}

/* Responsive css */
@media (min-width: 1400px) and (max-width: 1810px) {
  /* .px_logo {
        padding: 35px;
    } */

  /* .px_header_detail {
        width: calc(100% - 220px);
    } */

  .px_info_detail {
    padding-right: 20px;
  }

  .px_menu_wrapper {
    padding-right: 50px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -795px;
  }

  .px_info_detail ul li,
  .px_right_info,
  .px_menu > ul > li {
    font-size: 14px;
  }
}

@media (max-width: 1610px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -730px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    left: -100px;
  }

  .px_customer_slider .slick-arrow.slick-next {
    right: -80px;
  }
}

@media (max-width: 1450px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -700px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    display: none !important;
  }

  .px_customer_slider .slick-arrow.slick-next {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  /* .px_logo {
        padding: 35px;
    } */

  /* .px_header_detail {
        width: calc(100% - 220px);
    } */

  /* .px_banner_wrapper {
        padding: 80px 100px;
    } */

  .px_customer_box {
    padding: 0 40px 42px;
  }

  .px_info_detail,
  .px_menu_wrapper {
    /*padding-right: 35px;*/
  }

  /*.px_info_detail ul li {
        padding: 0px;
    }*/

  .px_infobox {
    font-size: 14px;
  }

  .px_menu > ul > li {
    margin: 0 0px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -45px;
  }

  .slick-arrow.slick-next {
    right: -45px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -640px;
  }
}

@media (max-width: 1360px) {
  .px_menu ul li a {
    font-size: 13px;
  }

  .px_infobox {
    font-size: 12px;
  }

  .px_overview_slider button.slick-prev.px_btn.slick-arrow,
  .px_overview_slider button.slick-next.px_btn.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1260px) {
  .px_infobox .px_infoicon {
    width: 40px;
    height: 40px;
  }

  .px_cart_wrapper {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 11px;
  }

  .px_menu ul li a {
    padding: 13px 0;
  }

  .px_search_wrapper {
    padding-top: 14px;
  }

  /* .px_logo {
        padding: 15px;
    } */

  /*.px_info_detail ul li {
        padding: 12px;
    }*/

  /* .px_info_detail,
    .px_menu_wrapper {
        padding-right: 0;
    } */

  .px_banner_slider .slick-arrow.slick-next {
    right: -580px;
  }

  .px_customer_wrapper .slick-prev {
    left: 0;
  }

  .px_customer_wrapper .slick-next {
    right: 20px;
    margin: 0;
  }

  .px_overview_wrapper .slick-prev {
    left: -20px;
  }

  .px_overview_wrapper .slick-next {
    right: -4px;
  }
}

@media (max-width: 1199px) {
  .px_info {
    margin: 10px 0;
  }

  .px_banner_detail h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg::before {
    display: none;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .px_about_slider .slick-dots li {
    margin: 15px 5px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .px_product_img > img {
    width: 100%;
  }

  .px_tab_wrapper .nav-tabs > li > a {
    padding: 16px 20px;
  }

  .px_countdown_wrapper ul li {
    padding-right: 30px;
  }

  .px_tag_wrapper .px_btn {
    margin-bottom: 10px;
  }

  .px_contact_form {
    margin-top: 50px;
  }
}

@media (max-width: 1160px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -545px;
  }
}

@media (min-width: 1145px) {
  .px_banner_wrapper .slick-dots {
    display: none !important;
  }
}

@media (max-width: 1145px) {
  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .px_banner_slider .slick-arrow.slick-next,
  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_overview_wrapper .slick-next {
    display: none !important;
  }

  .px_banner_wrapper .slick-dots {
    text-align: left;
    display: none;
    position: absolute;
    left: -80px;
    transform: rotate(90deg);
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .px_about_slider {
    max-width: 100%;
    margin: auto;
  }

  .px_contact_form {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .px_product_description {
    padding-top: 50px;
  }

  .px_infobox .px_infoicon {
    width: 30px;
    height: 30px;
  }

  .px_infobox .px_infoicon img {
    width: 15px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 40px;
  }

  /* .px_logo {
        padding: 10px;
    } */

  .px_cart_wrapper {
    margin-left: 10px;
  }

  .px_infobox .px_infoicon {
    margin-right: 5px;
  }

  .px_cart_wrapper > span {
    margin-right: 12px;
  }

  /* .px_header_detail {
        width: calc(100% - 200px);
    } */

  .px_info_detail,
  .px_menu_wrapper {
    padding-right: 30px;
  }

  .px_info_detail {
    padding-left: 32px;
  }

  .px_info_detail ul li {
    padding: 12px 5px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 34px;
  }

  .px_infobox .px_logintext {
    display: none;
  }

  .px_banner_detail h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -450px;
  }

  .px_banner_detail h5 {
    font-size: 18px;
  }

  .px_aboutimg::before,
  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg img {
    margin: 0 20px 30px auto;
    width: 100%;
  }

  .px_padderBottom80 {
    padding-bottom: 70px;
  }

  .px_padderTop80 {
    padding-top: 70px;
    overflow: hidden;
  }

  .px_sign_ul li:first-child,
  .px_sign_ul li:last-child,
  .px_sign_ul li:nth-child(2),
  .px_sign_ul li:nth-child(5),
  .px_sign_ul.px_sign_ul_right li:first-child,
  .px_sign_ul.px_sign_ul_right li:last-child,
  .px_sign_ul.px_sign_ul_right li:nth-child(2),
  .px_sign_ul.px_sign_ul_right li:nth-child(5) {
    transform: translateX(0);
  }

  .px_sign_form ul {
    flex-direction: column;
  }

  .px_sign_box > div {
    width: calc(100% - 80px);
  }

  .px_sign_form ul li {
    max-width: 100%;
    width: 100%;
  }

  .px_sign_form ul li:nth-child(3) {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .px_sign_form ul li:last-child {
    max-width: 100%;
    text-align: center;
  }

  .px_newsletter_wrapper {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
  }

  .px_newsletter_wrapper .px_heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_newsletter_wrapper p {
    margin-bottom: 30px;
  }

  .px_footer_inner {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .px_product_img ul {
    display: flex;
    justify-content: space-around;
  }

  .px_whychoose_wrapper .px_verticle_center {
    display: block;
    text-align: center;
  }

  .px_whychoose_wrapper .px_heading:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_whychoose_wrapper p {
    margin-bottom: 30px;
  }

  .px_service_detail_inner {
    margin-bottom: 50px;
  }

  .px_newsletter_box {
    margin: 0 20px;
  }

  .px_card_box {
    text-align: center;
  }

  .px_card_box img {
    display: inline-block;
  }

  .px_service_widget.px_download_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .px_service_widget.px_download_box h3,
  .px_service_widget.px_download_box .px_gplay {
    display: inline-block;
  }

  .px_comment_form {
    margin-bottom: 50px;
  }

  .px_heading {
    font-size: 30px;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: -45px;
    bottom: 55px;
    display: block;
  }

  .px_sign_box {
    max-width: 100%;
  }

  .px_sign_img {
    margin-top: 45px;
  }

  .px_blog_wrapper .row {
    justify-content: center;
  }

  .form-control {
    margin-bottom: 16px;
  }

  .px_sign_text {
    max-width: 100%;
  }
}

@media (max-width: 895px) {
}

@media (max-width: 830px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -360px;
  }

  .px_toggle {
    display: flex;
    margin-right: 20px;
    cursor: pointer;
  }

  .px_menu_wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .px_menu ul li,
  .px_menu ul li a {
    display: block;
  }

  .px_menu {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 999;
    width: 200px;
    border-right: 2px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.3s linear;
  }

  .menu_open .px_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .px_menu li {
    display: flex;
    borderbottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
  }

  .px_menu ul li a:before {
    display: none;
  }

  .px_menu_wrapper {
    padding: 12px 10px;
  }

  .px_cart_wrapper {
    display: flex;
  }

  .px_cart_wrapper > span {
    margin-right: 20px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -102px;
  }

  .px_info_detail {
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }

  .px_right_info {
    padding-left: 5px;
    margin: 0 auto;
  }

  .px_search_inner {
    padding: 0 20px;
  }

  .px_menu > ul > li .px_submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    right: auto !important;
    padding: 0;
    background-color: transparent;
    display: none;
  }

  .px_menu > ul > li .px_submenu .px_submenu {
    display: none;
  }

  .px_menu > ul > li .px_submenu:before {
    display: none;
  }

  .px_menu ul li .px_submenu.active {
    display: block;
  }

  .px_menu ul li.px_submenu_li:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    top: 25px;
    right: 0;
  }

  .px_menu ul li.px_submenu_li ul li.px_submenu_li:after {
    top: 18px;
  }

  .px_banner_img {
    margin-top: 50px;
  }

  .px_menu ul {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .px_info_box {
    margin: 10px 0;
  }

  .menu_open ~ span.px_body_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(3 29 46 / 0%);
    z-index: 0;
  }

  .px_verticle_center {
    display: block;
  }

  .px_search_wrapper {
    padding-top: 13px;
  }

  .px_sign_box {
    margin: 40;
    margin: 40px auto 0 !important;
  }

  .px_blog_img img {
    width: 100%;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -75px;
  }

  .px_banner_detail p {
    max-width: 100%;
    width: 480px;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 650px) {
  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .px_comment_section > ul > li .px_comnt_detail .px_btn {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 20px;
    margin: 10px 0 0 0;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-next {
    display: none !important;
  }

  .px_banner_wrapper {
    /* padding: 80px 40px; */
    overflow: hidden;
  }

  .px_header_detail {
    width: calc(100% - 0px);
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: none;
    position: relative;
    right: 0;
    left: 0;
    transform: rotate(0deg);
    bottom: 0;
  }

  .px_banner_wrapper .slick-initialized .slick-slide {
    text-align: center;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 40px;
  }
}

@media (max-width: 567px) {
  .px_btn {
    margin: 0;
  }

  .modal .modal-dialog {
    width: 100%;
  }

  .px_zodiac_heading {
    font-size: 24px;
  }

  .px_overview_inner {
    padding: 30px 30px 40px;
  }

  .px_cart_box {
    right: -30px;
  }
}

@media (max-width: 450px) {
  .px_newsletter_box {
    position: initial;
  }

  .px_about_admin {
    display: block;
  }

  .px_about_admin .px_aboutImage {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .px_about_admin .px_aboutDetail {
    width: calc(100% - 0px);
    text-align: center;
    padding-top: 10px;
  }

  .px_newsletter_box .px_btn {
    position: relative;
    right: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .px_btn:after,
  .px_btn:before {
    display: none;
  }

  .px_journal_box_wrapper {
    padding: 40px 18px !important;
  }

  .px_banner_wrapper {
    /* padding: 80px 0px; */
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: block;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    display: none;
  }

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

  .px_contact_expert h5 {
    font-size: 15px;
  }

  .px_contact_expert .px_icon {
    width: 50px;
    height: 50px;
  }

  .px_zodiac_heading .px_sign {
    margin-right: 20px;
  }

  .px_zodiac_heading {
    font-size: 20px;
    padding-left: 10px;
  }

  .px_newsletter_box:after,
  .px_newsletter_box:before {
    display: none;
  }
}

@media (max-width: 400px) {
  .px_logo img {
    width: 107px;
  }

  .px_cart_box {
    width: 270px;
  }

  .modal .modal-dialog {
    margin: 50px auto;
  }

  .px_zodiac_heading {
    font-size: 16px;
  }

  .px_zodiac_heading .px_sign:after,
  .px_zodiac_heading .px_sign:before {
    border-top: 20px solid transparent;
    borderbottom: 20px solid transparent;
  }

  .px_zodiac_heading .px_sign {
    height: 60px;
    width: 35px;
  }

  .px_zodiac_heading > span {
    font-size: 12px;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 20px;
  }
}

@media (max-width: 375px) {
  .px_sign_form {
    padding: 25px 9px 50px;
  }
}

.px_copyright_wrapper p {
  color: #fff;
}

/* new Css for profile page */

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0px;
}

.profile-usermenu ul li {
  borderbottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  borderbottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #f3e288;
}

.profile-usermenu ul li.active {
  borderbottom: none;
}

.profile-usermenu ul li.active a {
  color: #000;
  background-color: #fac720;
  border-left: 2px solid #febd69;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  background: #fff;
  min-height: 35em;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.user-img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 15px;
}

.user-img i {
  position: absolute;
  background-color: #06114f;
  top: 18px;
  right: 5em;
  color: #fff;
  padding: 7px;
  border-radius: 100%;
  font-size: 12px;
}

.user-img {
  position: relative;
}

.profile-usermenu ul li a {
  padding: 14px 15px;
  color: #000;
}

.title1 h3 {
  font-size: 18px;
  color: #000 !important;
  margin-bottom: 0px;
}

.filter-designs {
  margin-bottom: 27px;
}

.filter-designs p {
  font-size: 15px;
  margin-bottom: 13px;
}

.filter-designs .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 38px;
}

.filter-designs .form-group {
  margin-bottom: 0px;
}

.filter-designs .form-group span {
  position: absolute;
  top: 10px;
  right: 27px;
}

.title1 {
  padding: 15px;
  background-color: #fac720;
}

.title1 h3 {
  color: #000 !important;
}

.padding20 {
  padding: 20px;
}

.btn-ss {
  background-color: #ecc80c;
  padding: 8px 56px;
  color: #000;
  font-weight: 600;
  border-radius: 3px;
}

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

.forms-design .form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
}

.forms-design label {
  font-size: 14px;
  margin-bottom: 8px;
}

.forms-design button {
  /* background-color: #f9d310;*/
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
}

/**** Chat css ****/

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}

.top_spac {
  margin: 20px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  borderbottom: 1px solid #c4c4c4;
}

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

.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}

.chat_ib h5 span {
  font-size: 13px;
  float: right;
}

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

.chat_img {
  float: left;
  width: 11%;
}

.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people {
  overflow: hidden;
  clear: both;
}

.chat_list {
  borderbottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}

.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat {
  background: #ebebeb;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.incoming_msg_img img {
  border-radius: 100%;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.received_withd_msg {
  width: 57%;
}

.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

.sent_msg p {
  background: #f3e288 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.sent_msg {
  float: right;
  width: 46%;
}

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

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

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

.messaging {
  padding: 0 0 50px 0;
}

.msg_history {
  height: 516px;
  overflow-y: auto;
}

.iti {
  width: 100%;
  margin-top: 10px;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  width: 180px;
  height: 100px;
  border-radius: 100%;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

header {
  background: transparent;
  display: flex;
  color: #fa6d39;
}

header + header {
  color: pink;
}

header + header + header {
  color: gold;
}

header:before,
header:after {
  content: "";
  margin: auto 1em;
  borderbottom: solid 1px;
  flex: 1 1;
}

.profile-widget {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.profile-widget {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.profile-widget .doc-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.profile-widget .doc-img img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.profile-widget .fav-btn {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  color: #2e3842;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  border-radius: 3px;
}

.profile-widget .pro-content {
  padding: 15px 0 0;
}

.profile-widget .pro-content .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-widget .pro-content p.speciality {
  font-size: 13px;
  color: #757575;
  margin-bottom: 5px;
  min-height: 40px;
}

.profile-widget .pro-content .rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}

.profile-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px !important;
}

.profile-widget .pro-content .rating i.filled {
  color: #f4c150;
}

.profile-widget .pro-content .rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.profile-widget .rating i {
  font-size: 14px;
}

.rating i {
  color: #dedfe0;
}

.profile-widget .pro-content .available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

.available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

/* New CSS 21october2023 */

.utf_newsletter_block {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: bottom right;
  border: 1px solid #f2f2f2;
  padding: 10px;
  background: #fafbfb;
  border-radius: 6px;
  z-index: 99999;
}

.utf_newsletter_block .iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  height: 34px !important;
}

.menuspaceright {
  justify-content: space-between;
}

.carousel-inner {
  border-radius: 10px;
}

.utf_block_title {
  borderbottom: 2px solid #fac720;
  font-size: 16px;
}

.utf_block_title > span,
.color-orange a.utf_post_cat {
  background: #ff7a09;
}

.utf_block_title > span {
  background: #fac720;
  color: #fff;
  height: 30px;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  display: inline list-item;
}

.titlechat {
  float: right;
  font-size: 15px;
  margin: 4px;
  margin-right: 10px;
  padding: 6px 15px 6px 15px;
  border-radius: 10px;
}

.catt {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

.catt li {
  text-align: center;
  width: 100%;
  padding: 10px;
}

.catt li a {
  font-size: 16px;
}

.catt li:hover {
  background: #fa6d39;
  color: #fff;
}

.author-box {
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin: 0 0 40px;
  display: inline-block;
  border-radius: 4px;
}

.astroperson .rating {
  list-style: none;
  width: 100%;
  /* margin: 0 0 7px; */
  margin: 0 0;
  padding: 0;
}

.paise {
  color: #ff5010;
  font-size: 13px !important;
  font-weight: 700;
}

.waiting {
  color: #ff5010;
  /* font-size:14px; */
  font-size: 13px !important;
  /* font-weight:600; */
  font-weight: 700;
  /* line-height: 13px !important; */
}

.astro-meet-btn {
  bottom: 0;
  position: absolute;
  right: 0;
}

.rating i.filled {
  color: #f4c150;
}

.rating i {
  color: #dedfe0;
}

.px_service_box img {
  border-radius: 10px;
  padding-bottom: 20px;
}

.chat .btn-sm {
  position: absolute;
  right: 15px;
  bottom: 5px;
  border-radius: 8px;
  font-size: 12px;
  padding: 5px 12px 5px 12px;
}

.chattab {
  margin-left: 70px;
  font-size: 18px;
  font-weight: 600;
}

.calltab {
  margin-right: 70px;
  font-size: 18px;
  font-weight: 600;
}

.filters {
  max-height: 600px !important;
}

.findbestastro {
  background: #f6f6f6;
}

.findbestastro .card {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.findbestastro .card-header h6 {
  font-weight: 600;
}

.findastro {
  height: 230px !important;
  overflow-y: auto;
}

.list-group {
  border-radius: 0px !important;
}

.list-group-item {
  border: none;
  borderbottom: 1px solid #ddd;
}

.list-group-item:hover {
  background-color: #0d6efd;
  color: #fff;
}

.padding-all-10 {
  padding: 10px;
}

.daily_panchang_h {
  font-weight: 600;
  margin-bottom: 7px;
}

.home_table1 tr td {
  font-size: 14px;
  padding: 7px 0px 8px 0px;
}

.home_table2 {
  width: 100%;
}

.home_table2 tr td {
  font-size: 12px;
  padding: 7px 0px 8px 0px;
}

.home_table tr td {
  font-size: 12px;
}

.pre-about {
  height: 200px;
  overflow-y: auto;
}

.reviewscroll {
  overflow: auto;
  max-height: 320px;
}

/* Track */
.pre-about::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-about::-webkit-scrollbar-thumb {
  background: #fac720;
}

.reviewscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.reviewscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.reviewscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

.catscroll {
  overflow: auto;
  max-height: 450px;
}

.catscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.catscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.catscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

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

.shaped {
  background-color: #ffeb95;
  color: #000;
  border-radius: 30px;
  padding: 0px;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin-top: -10px;
  align-self: center;
}

.card-s-head {
  background-color: #ffb800 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 10px !important;
}

.px_product_img .liveusername {
  position: absolute;
  margin: 30px 8px 0;
  list-style: none;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #00000036;
  color: #fff;
  padding: 10px 0;
  /* visibility: hidden; */
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.liveusername h6 {
  font-size: 13px;
  margin-bottom: 0px;
}

.live {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  text-align: center;
  line-height: 12px;
  background: #0000004d;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
  padding: 5px;
}

.chhoot {
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 10px;
}

.astromall .col-lg-3 {
  width: 20%;
}

.boxx {
  position: relative;
}

.ribbon-2 {
  --f: 10px;
  /* control the folded part*/
  --r: 15px;
  /* control the ribbon shape */
  --t: 10px;
  /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #ff5010;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

/**--- shop page css start ---**/
.ast_shop_wrapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
}

.ast_shop_main,
.ast_shop_sidebar {
  width: 100%;
  float: left;
}

.ast_product_section {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  max-height: 315px;
  margin-bottom: 30px;
}

.ast_product_section .ast_product_info {
  text-align: center;
  padding: 18px 20px;
  background-color: #f4f4f4;
  transition: all 0.3s;
}

.ast_product_section:hover .ast_product_info {
  transform: translateY(-90px);
}

.ast_product_info .ast_info_bottom {
  text-align: center;
  padding-top: 5px;
}

.ast_product_info i {
  color: #ff6f00;
  font-size: 12px;
}

.ast_info_bottom .ast_btn {
  height: 35px;
  line-height: 33px;
}

.ast_product_info .ast_shop_title {
  margin-bottom: 4px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ast_product_section .ast_product_info .ast_shop_title a {
  color: #ff6f00;
}

.ast_product_section .ast_product_image {
  padding: 20px;
  padding-bottom: 10px;
}

/*--- shop sidebar css start ---*/
.widget_filter,
.widget_latest_product {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.widget_filter .price-filter-range {
  width: 100%;
  float: left;
  height: 7px;
  background-color: #f1f1f1;
  border-color: transparent;
}

.widget_filter .price-range-field {
  border: none;
}

.widget_filter input#min_price {
  float: left;
}

.widget_filter input#max_price {
  float: right;
  text-align: right;
}

.widget_filter .price-range-field {
  width: 60px;
}

.widget_filter .filter_input {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.widget_filter .ast_btn {
  min-width: auto;
  height: 35px;
  line-height: 33px;
  margin-top: 5px;
}

.widget_filter .ui-slider-handle {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  top: -5px;
  background-color: #ff6f00;
  border-color: transparent;
  cursor: pointer;
}

.widget_filter .ui-slider-handle:focus {
  outline: none;
}

.widget_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #ff6f00;
}

.sidebar_wrapper ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  borderbottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 10px;
}

.sidebar_wrapper ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.widget.widget_categories {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar_wrapper .widget-title {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #222222;
}

.widget-title:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 70px;
  background-color: #ff6f00;
  height: 2px;
}

.talk-banner .talk-bg {
  /* background: url("../images/bg-1.png");*/
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
  margin-top: 20px;
  border-radius: 10px;
  background-size: cover;
}

.talk-banner .talk-bg .banner-content {
  margin: 30px 0px 30px 40px;
}

.talk-banner .talk-bg .talk-banner-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.talk-banner .talk-bg .talk-banner-images .banner-images-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.filter-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 2px;
}

.filter-container ul li {
  list-style: none;
  border: 1px solid #606366;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 6px;
  margin: 0px 5px;
}

.filter-container ul a {
  color: #606366;
  text-decoration: none;
  display: flex;
}

.filter-container ul .input-li {
  display: flex;
}

.searchBtn {
  border: none;
  color: grey;
  background: transparent;
}

.filter-container ul .input-li .input-field {
  outline: none;
  border: none;
  width: 100%;
}

.mobilesearchBtn {
  display: none;
}

.headingmini {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  borderbottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini::after {
  content: "";
  height: 100%;
  width: 50%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.headingmini1 {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  borderbottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini1 span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini1::after {
  content: "";
  height: 100%;
  width: 60%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.servicebox {
  background-image: linear-gradient(to right, #ffe187, #ffe79e);
  border-radius: 10px;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
}

.servicebox p {
  line-height: 20px;
  font-size: 14px;
  height: 90px;
}

.serhead {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.serbtn {
  border-radius: 10px;
  margin-bottom: 10px;
}

.allreview {
  borderbottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*.filter-container ul li:first-child {
    border: 1px solid #FD7E14;
}*/

/*** css for SECTION FIND BEST ASTROLOGER ***/

.content {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .card {
  background: #fff;
  width: calc(25% - 10px);
  text-align: center;
  padding: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.content .card .top {
  height: 100px;
  color: #fff;
  padding: 12px 0 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
  clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
}

.content .card .top .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.content .card .top .price-sec {
  margin-top: -10px;
  font-weight: 600;
}

.content .card .top .price {
  font-size: 45px;
}

.content .card .info {
  font-size: 16px;
  margin-top: 20px;
}

.content .card .details .one {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.content .card .details {
  padding: 10px;
}

.content .card .details .one::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}

.content .card .details .one i {
  color: #0d6efd;
}

.content .card .details i.fa-times {
  color: #cd3241;
}

.content .card button {
  outline: none;
  border: none;
  height: 42px;
  color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px;
}

.content .one .top,
.content .one button {
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
}

.content .two .top,
.content .two button {
  background: #e87130;
}

.content .three .top,
.content .three button {
  background: #11bcc3;
}

.content button:hover {
  filter: brightness(90%);
}

.content .one ::selection {
  background: #8af5b6;
}

.content .two ::selection {
  background: #f2b08c;
}

.content .three ::selection {
  background: #d0f9fb;
}

@media (max-width: 1000px) {
  .content .card {
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}

@media (max-width: 715px) {
  .content .card {
    width: 100%;
  }
}

/**** Css for astroprofile gallery ***/

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

:root {
  --max-width: 1100px;
  --border-radius: 12px;
  --font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
    "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
    "Fira Mono", "Droid Sans Mono", "Courier New", monospace;

  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;

  --primary-glow: conic-gradient(
    from 180deg at 50% 50%,
    #16abff33 0deg,
    #0885ff33 55deg,
    #54d6ff33 120deg,
    #0071ff33 160deg,
    transparent 360deg
  );
  --secondary-glow: radial-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );

  --tile-start-rgb: 239, 245, 249;
  --tile-end-rgb: 228, 232, 233;
  --tile-border: conic-gradient(
    #00000080,
    #00000040,
    #00000030,
    #00000020,
    #00000010,
    #00000010,
    #00000080
  );

  --callout-rgb: 238, 240, 241;
  --callout-border-rgb: 172, 175, 176;
  --card-rgb: 180, 185, 188;
  --card-border-rgb: 131, 134, 135;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;

    --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(
      to bottom right,
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0.3)
    );

    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(
      #ffffff80,
      #ffffff40,
      #ffffff30,
      #ffffff20,
      #ffffff10,
      #ffffff10,
      #ffffff80
    );

    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  /* background-color: var(--dark-color1); */
  color: #333;
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
  font-family: "Lato", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

.topbtn {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #3675ec;
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border: 1px solid #3675ec;
}

.topbtn:hover {
  background: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
}

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* stylesheet */
:root {
  --primary-color: #e5f0f5;
  --secondary-color: #f3e288;
  --dark-color1: #031d2e;
  --dark-color2: #070707;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}

:after,
:before {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  /* background-color: var(--dark-color1); */
  color: #333;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: 'Josefin Sans', sans-serif !important*/
  font-family: "Lato", sans-serif !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}

.hide {
  display: none !important;
}

/* common css */
.px_padderTop10 {
  padding-top: 10px;
}

.px_padderTop20 {
  padding-top: 20px;
}

.px_padderTop30 {
  padding-top: 30px;
}

.px_padderTop40 {
  padding-top: 40px;
}

.px_padderTop50 {
  padding-top: 50px;
}

.px_padderTop60 {
  padding-top: 60px;
}

.px_padderTop70 {
  padding-top: 70px;
}

.px_padderTop80 {
  padding-top: 80px;
}

.px_padderTop90 {
  padding-top: 90px;
}

.px_padderTop100 {
  padding-top: 90px;
}

.px_padderBottom5 {
  padding-bottom: 5px;
}

.px_padderBottom10 {
  padding-bottom: 10px;
}

.px_padderBottom20 {
  padding-bottom: 20px;
}

.px_padderBottom30 {
  padding-bottom: 30px;
}

.px_padderBottom40 {
  padding-bottom: 40px;
}

.px_padderBottom50 {
  padding-bottom: 50px;
}

.px_padderBottom60 {
  padding-bottom: 60px;
}

.px_padderBottom70 {
  padding-bottom: 70px;
}

.px_padderBottom80 {
  padding-bottom: 80px;
}

.px_padderBottom90 {
  padding-bottom: 90px;
}

.px_padderBottom100 {
  padding-bottom: 90px;
}

.px_margin0 {
  margin: 0px;
}

.px_font14 {
  font-size: 14px;
  line-height: 24px;
}

.px_toggle {
  display: none;
}

.px_heading {
  font-size: 36px;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 23px;
  position: relative;
  margin: -8px 0 20px;
}

.px_heading.px_heading_center:after {
  left: 50%;
  transform: translateX(-50%);
}

.px_heading:after {
  position: absolute;
  content: "";
  width: 100px;
  borderbottom: 3px solid var(--secondary-color);
  left: 0;

  bottom: 0;
}

.form-control {
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none !important;
  color: #000;
  /*padding: 0 40px 0 12px;*/
}

input.pro_quantity.form-control {
  max-width: 100%;
  width: 119px;
}

.form-control::placeholder {
  color: #97b0c1;
}

.px_subheading {
  font-size: 20px;
  text-transform: capitalize;
}

.px_orange {
  color: var(--secondary-color);
}

.px_white {
  color: var(--white-color);
}

.px_btn {
  height: 50px;

  font-size: 24px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.px_blog_wrapper .px_btn {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

a.px_btn.px-btn-00 {
  min-width: 170px;
  justify-content: center;
}

.px_btn:hover:after {
  border-left-color: #080808;
}

.px_btn:hover:before {
  border-right-color: #080808;
}

/*.px_btn:hover {
    background-color: #171717;
    border: 1px solid #ff7010;
    color: #fff;
}*/

.px_btn:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 15px solid var(--secondary-color);
}

.px_verticle_center {
  display: flex;
  align-items: center;
}

.slick-dots {
  padding: 0;
  margin: 0px 0 0 0;
  list-style: none;
}

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

.slick-dots li button {
  display: none;
}

.slick-dots li {
  height: 9px;
  width: 9px;
  background-color: #818181;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: var(--secondary-color);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  padding: 0 13px;
  z-index: 1;
  outline: none;
  justify-content: center;
  border-radius: 100%;
  height: 35px;
  display: flex;
  width: 35px;
  align-items: center;
}

.slick-arrow::after {
  border-left-color: #000000;
}

.slick-arrow::before {
  border-right-color: #000000;
}

.slick-arrow:hover {
  background-color: var(--secondary-color) !important;
}

.slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.slick-arrow:hover::before {
  border-right-color: var(--secondary-color);
}

.slick-arrow.slick-prev {
  padding: 0 0 0px;
  margin-left: 0;
}

.slick-arrow.slick-prev span {
  margin-right: 0px;
  display: inline-flex;
  margin-top: -3px;
}

.slick-arrow span svg path {
  fill: var(--secondary-color);
}

.slick-arrow:hover span svg path {
  fill: var(--white-color);
}

.slick-arrow.slick-next span {
  margin-left: 6px;
  margin-top: -3px;
}

.slick-arrow.slick-next {
  right: -100px;
  padding: 0 0 0;
  margin-left: 0;
}

.slick-slide {
  outline: none;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none;
}

.only-timepicker .datepicker--time {
  border-top: none;
}

.datepicker {
  background-color: #080808;
  border: 1px solid rgb(255 255 255 / 10%);
  color: var(--primary-color);
}

.datepicker--nav {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
}

.datepicker--nav > div {
  background-color: transparent !important;
  color: var(--primary-color);
}

.datepicker--pointer {
  background-color: #080808;
  border-top-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}

.datepicker--cell:hover {
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}

.datepicker--cell.-current-,
.datepicker--day-name {
  color: var(--secondary-color);
}

/* select2 */
.select2-selection {
  height: 50px !important;
  background-color: #171717 !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
}

.select2-selection .select2-selection__rendered {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 50px !important;
  padding: 0 28px !important;
  text-align: initial;
}

.form-group {
  text-align: initial;
}

.form-group {
  text-align: initial;
  margin: 10px 0;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none !important;
  border-radius: 4px;
  border-radius: 50px;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  bottom: 1px;
  right: 18px !important;
}

span.select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-top: none;
  /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
}

.select2-container {
  transition: none;
  width: 100% !important;
}

.select2-dropdown {
  transition: none;
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%);
  font-size: 14px;
  border-radius: 15px;
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown input {
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%) !important;
  outline: none !important;
}

.select2-results__option {
  padding: 10px 26px;
  background-color: transparent !important;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected {
  color: var(--secondary-color) !important;
}

/* loader */
.px_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.px_loader img {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}

.px_map_section iframe {
  width: 100%;
  height: 593px;
}

/* header css start */
.px_header_wrapper {
  display: flex;
  background-color: #fff;
}

.px_logo {
  padding: 3px 35px;
  display: flex;
  align-items: center;
}

.px_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.px_menu > ul > li {
  display: inline-flex;
  text-transform: capitalize;
  margin: 0 20px;
  position: relative;
}

.px_menu_wrapper {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 10%);
  justify-content: space-between;
  /* padding: 9px 57px 9px 0px;*/
  position: relative;
  z-index: 1;
  background: #ffb800;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.px_header_detail {
  /* width: calc(100% - 449px); */
  width: 100%;
}

.px_menu > ul > li > a {
  padding: 10px 7px;
  position: relative;
  transition: all 0.3s linear;
  color: #02031a;
  font-weight: 500;
  font-size: 15px;
}

.px_menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--secondary-color);
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.px_menu > ul > li > a:hover:before,
.px_menu > ul > li > a.active:before {
  width: 100%;
}

.px_menu ul li a:hover,
.px_menu ul li a.active {
  color: #0b16ed;
}

.px_info_detail {
  /*padding-right: 50px;*/
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.px_search_wrapper {
  padding-top: 22px;
  transition: all 0.3s linear;
}

.px_search {
  cursor: pointer;
  transition: all 0.3s linear;
}

.px_info_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_info_detail ul li {
  display: inline-flex;
  padding: 8px 0px;
}

.px_info_detail ul li a,
.px_info_detail ul li a:focus {
  text-decoration: none;
  color: inherit;
}

.px_infobox .px_infoicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.px_infobox {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
}

.px_info_detail ul li .px_infobox > span {
  font-weight: 600;
  margin-right: 5px;
}

.px_right_info {
  display: flex;
  align-items: center;
}

.px_cart_wrapper {
  background-color: #363636;
  padding: 14px 24px;
  border-radius: 50px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_cart_wrapper > span {
  position: relative;
  margin-right: 20px;
}

.px_cart_wrapper > span .px_cartnumber {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
}

.px_cart {
  position: relative;
}

.px_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: #000000;
  z-index: 1;
  padding: 5px 20px 20px;
  box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
  border-radius: 20px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.3s linear;
}

.px_cart.cart_open .px_cart_box {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.px_cart_list .px_cart_img {
  float: left;
}

.px_cart_list .px_cart_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.px_cart_info {
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
}

.px_cart_list .px_cart_info a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 5px;
  width: 110px;
  text-transform: capitalize;
}

.px_cart_list {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.px_cart_list li {
  width: 100%;
}

.px_cart_list .px_cart_info p {
  font-size: 14px;
}

.px_cart_box .px_cart_total,
.px_cart_box .px_cart_btn {
  padding-right: 20px;
}

.px_cart_box .px_cart_total p {
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}

.px_cart_box .px_cart_total p span {
  float: right;
  font-family: "Philosopher", sans-serif;
}

.px_cart_box .px_cart_btn {
  text-align: center;
  padding-top: 5px;
}

.px_cart_box .px_cart_btn button {
  background-color: #181818;
  padding: 0 12px;
  text-transform: capitalize;
}

.px_cart_box .px_cart_btn button::after {
  border-left-color: #151515;
}

.px_cart_box .px_cart_btn button::before {
  border-right-color: #151515;
}

.px_cart_box .px_cart_btn button:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_cart_box .px_cart_btn button:hover::after {
  border-left-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:hover::before {
  border-right-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:first-child {
  margin-right: 25px;
}

.px_cart_list::-webkit-scrollbar {
  width: 4px;
}

.px_cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.px_cart_list::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
  outline: #708090 solid 1px;
}

.px_menu > ul > li .px_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 10px;
  width: 170px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_menu > ul > li > .px_submenu {
  transform: translateY(-10px);
}

.px_menu > ul > li:hover > .px_submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu li a {
  padding: 7px 20px;
  display: flex;
}

.px_menu > ul > li .px_submenu > li > .px_submenu {
  right: 100%;
  top: 8px;
  left: auto;
  transform: translateX(-20px);
}

.px_menu > ul > li .px_submenu > li:hover > .px_submenu {
  transform: translateX(-10px);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu > li {
  position: relative;
}

.px_menu > ul > li .px_submenu:before {
  content: "";
  position: absolute;
  borderbottom: 7px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 100%;
  left: 13px;
}

.bg-video-ection > video {
  width: 100%;
  height: 737px;
  object-fit: initial;
}

.px_menu > ul > li > .px_submenu > li > .px_submenu:before {
  bottom: auto;
  top: 10px;
  left: 100%;
  borderbottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid #363636;
}

/* header css end */
/* banner css start */
.px_banner_wrapper {
  /* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 310px;
    overflow: hidden; */
  position: relative;
  background: #e3f1eb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.px_banner_slider {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 200px 0;
}

.bg-video-ection {
  position: relative;
}

.bg-video-ection:before {
  position: absolute;
  content: "";
  background-color: #000000ab;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*
.px_banner_wrapper::before {
    position: absolute;
    content: url(../images/star.png);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}*/
.small,
small {
  font-size: 10px;
}

.px_banner_detail h5 {
  font-size: 20px;
  margin: 0 0 25px;
  background-color: rgb(255 255 255 / 9%);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
}

.px_banner_detail h1 {
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 13px;
  font-weight: 900;
}

.px_banner_detail p {
  max-width: 100%;
  width: 720px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 21px;
}

.px_banner_wrapper .slick-dots {
  text-align: center;
  display: none;
}

.px_banner_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  display: inline-block;
  width: 100%;
}

.px_banner_slider .slick-arrow.slick-prev {
  left: -265px;
}

.px_banner_slider .slick-arrow.slick-next {
  right: -900px;
}

p.px_font14.px_padderBottom20.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

p.px_font14.px_margin0.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

.px_banner_wrapper .px_btn:hover:after {
  border-left-color: #000000;
}

.px_banner_wrapper .px_btn:hover:before {
  border-right-color: #000000;
}

.px_banner_slider .slick-arrow:hover {
  background-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:before {
  border-right-color: var(--secondary-color);
}

/* banner css end */
/* about css start */
.px_about_wrapper {
  /* background-image: url(../images/bg2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0px 80px;
  margin-top: -10px;
}

.px_about_wrapper p {
  margin-bottom: 15px;
}

.px_contact_expert {
  display: flex;
  background-color: #080808;
  border-radius: 10px;
  padding: 25px;
  margin-top: 20px;
  align-items: center;
  max-width: 470px;
  margin-bottom: 20px;
}

.px_contact_expert .px_icon {
  width: 65px;
  height: 65px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
}

.px_contact_expert .px_icon:before {
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px dashed var(--secondary-color);
  content: "";
  border-radius: 100%;
}

.px_contact_expert:hover .px_icon:before {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_contact_expert h5 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.px_contact_expert h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 0 0;
}

.px_aboutimg {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  text-align: right;
}

.px_aboutimg img {
  display: inline-block;
}

.px_aboutimg::after {
  position: absolute;
  content: "";
  top: 95px;
  right: 84px;
  background-color: #080808;
  width: 420px;
  height: 450px;
  z-index: -1;
}

.px_aboutimg::before {
  position: absolute;
  content: "";
  left: 17px;
  bottom: 0;
  border-left: 2px solid var(--secondary-color);
  borderbottom: 2px solid var(--secondary-color);
  width: 90px;
  height: 90px;
}

.px_about_slider {
  max-width: 520px;
  /*  margin: 0 20px 0 auto;*/
}

.px_about_slider .slick-dots {
  position: absolute;
  left: -46px;
  bottom: 32px;
}

.px_about_slider .slick-dots li {
  display: flex;
  cursor: pointer;
  margin: 15px 0;
}

/* about css end */
/* service css start */
.px_service_box {
  /*  background-color: #f3e288;*/

  margin-top: 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: all 0.5s;
}

.slick-slide img {
  display: inline-block !important;
}

.px_service_box:hover {
  transform: translate(0px, -10px);
}

.px_service_box .px_icon {
  width: 80px;
  background-color: #181818;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s linear;
}

.px_service_box .px_icon:after {
  border: 1px dashed #5a5a5a;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 100%;
}

.px_service_box:hover .px_icon {
  background-color: var(--secondary-color);
}

.px_service_box:hover .px_icon:after {
  border-color: var(--secondary-color);
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_service_box .px_subheading {
  margin: 30px 0 10px;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600;
}

.px_service_box .px_subheading:after {
  width: 70px;
  height: 2px;
  background-color: var(--secondary-color);
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.px_service_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_link {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  borderbottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  letter-spacing: 0.6px;
}

/* service css end */
/* zodiec sign css start */
.px_zodiac_sign_wrapper {
  /*background-image: url('../images/bg3.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;

  background: #fff;
}

.px_sign_img img {
  margin: 0 auto;
}

.px_sign_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_sign_ul li {
  margin-top: 40px;
  padding: 15px 23px;
  border-radius: 0px 50px 0px 50px;
}

ul.px_sign_ul.px_sign_ul_right li {
  border-radius: 50px 0px 50px 0px;
}

.px_sign_box {
  background-color: #ffe187;
  max-width: 250px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  transition: all 0.2s linear;
}

.px_sign_box > a {
  display: flex;
  align-items: center;
}

.px_sign_box .px_sign {
  background-color: #171717;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  position: relative;
  transition: all 0.2s linear;
}

.px_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}

.px_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.px_sign_box:after,
.px_sign_box:before {
  /* content: '';
    position: absolute; */
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 50px solid transparent;
  borderbottom: 50px solid transparent;
  border-left: 20px solid #080808;
}

.px_sign_box:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 20px solid #080808;
}

/* .px_sign_box .px_sign:after,.px_sign_box .px_sign:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    borderBottom: 40px solid transparent;
    border-left:18px solid #171717;
 
}  */
/*.px_sign_box:hover {
    background-color: var(--secondary-color);
}*/

.px_sign_box:hover:after {
  border-left-color: var(--secondary-color);
}

.px_sign_box:hover:before {
  border-right-color: var(--secondary-color);
}

.px_sign_box:hover .px_sign {
  background-color: #e66712;
}

.px_sign_box:hover .px_sign:after {
  border-left-color: #e66712;
}

.px_sign_box:hover .px_sign:before {
  border-right-color: #e66712;
}

.px_sign_box .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid #171717;
}

.px_sign_ul li:first-child,
.px_sign_ul li:last-child {
  transform: translateX(200px);
}

.px_sign_ul li:nth-child(2),
.px_sign_ul li:nth-child(5) {
  transform: translateX(100px);
  z-index: 1;
}

.px_sign_ul.px_sign_ul_right li:first-child,
.px_sign_ul.px_sign_ul_right li:last-child {
  transform: translateX(-200px);
}

.px_sign_ul.px_sign_ul_right li:nth-child(2),
.px_sign_ul.px_sign_ul_right li:nth-child(5) {
  transform: translateX(-100px);
}

.px_sign_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  width: 100%;
}

.px_sign_ul_right .px_sign_box {
  margin: 40px 0 0 auto;
}

/* zodiec sign css end */
/* zodiec sign form css start */
.px_sign_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
}

.px_input_feild {
  position: relative;
}

.px_input_feild > span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.px_sign_form ul li {
  /* max-width: 270px; */
  width: 100%;
  padding: 0 15px;
}

.px_sign_form ul li:nth-child(3) {
  max-width: 370px;
}

.px_sign_form ul li:last-child {
  max-width: 205px;
}

.px_sign_form {
  background-color: #171717;
  padding: 25px 33px 50px;
  border-radius: 10px;
}

li.px_form_box {
  text-align: left;
}

/* zodiec sign form css end */
/* customer css start */
.px_customer_wrapper {
  /* background-image: url('../images/bg4.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #f6f6f6;
}

.px_customer_slider .slick-dots {
  text-align: center;
}

.px_customer_box {
  /* background-image: linear-gradient(to right, #FDB69C, #FEEEBC);*/
  background: #fff;
  padding: 0 45px 42px;
  position: relative;
  margin: 50px 15px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1) !important;
}

header .h1 {
  font-size: 30px;
  font-weight: bold;
}

.px_customer_box:before {
  content: "";
  position: absolute;
  top: 75px;
  transform: translateX(-50%);
  left: 50%;
  width: 86px;
  height: 74px;

  z-index: -1;
}

.px_customer_box .px_customer_img > img {
  border-radius: 100%;
}

.px_customer_box .px_customer_img {
  position: relative;
  display: inline-flex;
  margin: -45px 0 34px;
}

.px_customer_box .px_customer_img span {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  line-height: 32px;
  right: -10px;
  bottom: 0px;
}

.px_customer_box .px_customer_img span img {
  display: inline-block;
}

.px_customer_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_customer_box h3 {
  font-size: 20px;
  margin: 15px 0 0;
}

/* customer css end */
/* why choose css start */

section.px_whychoose_wrapper.px_padderTop80 {
  padding-top: 80px;
}

.px_whychoose_wrapper {
  background: #080808;
}

.px_whychoose_box .px_number > span {
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.px_whychoose_box h4 {
  font-size: 20px;
  margin: 25px 0 35px;
  text-align: center;
  transition: all 0.2s linear;
}

.px_number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
  z-index: 0;
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.before-img00 {
  position: absolute;
  left: 0;
  z-index: -1;
  animation: rotated 120s infinite linear;
}

.px_whychoose_box:hover h4 {
  color: var(--secondary-color);
}

/* why choose css end */
/* blog css start */
.px_blog_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*  background: #f9f9f9;*/
}

.px_blog_img {
  position: relative;
  margin-bottom: 36px;
}

.px_blog_img .px_btn {
  position: absolute;
  right: 35px;
  bottom: -25px;
  color: #000;
  padding: 0 15px;
}

.px_blog_box {
  margin-top: 30px;
  text-align: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.px_product_img {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}

.px_product_img ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -60px;
  left: 0;
  right: 0;
  background-color: var(--secondary-color);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.px_product_img > img {
  width: 100%;
  border-radius: 10px;
}

.px_product_box:hover .px_product_img ul {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.px_product_img ul li {
  display: inline-flex;
  line-height: 40px;
  color: #ffffff;
}

.px_product_img ul li:last-child {
  border-right: none;
}

.px_product_img ul li:nth-child(2) {
  position: relative;
}

.px_product_img ul li:nth-child(2):after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fda2658f;
  border-right: 1px solid #fda2658f;
}

.px_product_box .px_subheading {
  margin: 5px 0 6px;
}

.px_product_box .px_price {
  font-size: 18px;
  font-weight: 600;
}

.px_product_box .px_price > span {
  font-size: 14px;
  font-weight: 400;
}

.px_product_box .px_price > del {
  color: #dfe0e1;
}

.px_product_img ul li span {
  margin-left: 14px;
  font-size: 14px;
}

.px_product_box ul li img {
  display: inline-block;
}

.px_product_wrapper.px_product_page {
  background-color: #181818;
}

/* product css end */
/* overview css start */

.px_overview_wrapper {
  /* background-image: url('../images/bg6.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.px_overview_wrapper::after {
  position: absolute;
  /* content: url(../images/New-folder/dark-moon-1-olv8km0mfctu3d1ffgcv3s7yfnhjihhned7yvzhx4g.webp); */
  left: 152px;
  top: 70px;
  width: 100%;
  z-index: -1;
  animation: 2.3s rl-rotate linear infinite;
}

@keyframes rl-rotate {
  0% {
    transform: rotate(360deg) translate(-5px) rotate(-360deg);
    transition: 1s ease-in-out;
  }

  100% {
    transform: rotate(0deg) translate(-5px) rotate(0deg);
    transition: 1s ease-in-out;
  }
}

.px_overview_inner {
  background-color: #171717;
  padding: 42px 50px 50px;
  border-radius: 20px;
}

.px_overview_inner h4 {
  font-size: 24px;
  margin: 0 0 11px;
}

.px_overview_inner .px_btn {
  margin-top: 10px;
  padding: 0 14px;
}

.px_overview_inner .px_btn img {
  margin-right: 10px;
}

/* overview css end */

/* footer css start */
.px_newsletter_wrapper {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
}

.px_newsletter_box {
  position: relative;
}

.px_newsletter_box .form-control {
  border-radius: 0px;
  height: 60px;
  background-color: #000;
  border-radius: 50px;
}

.px_newsletter_box .form-control::placeholder,
input[type="text"]::placeholder,
textarea.form-control::placeholder {
  color: #c3c3c7;
}

.px_newsletter_wrapper .row {
  align-items: center;
}

/* .px_newsletter_box:after,.px_newsletter_box:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 30px solid transparent;
    borderBottom: 30px solid transparent;
    border-left: 17px solid #000;
} */
/* .px_newsletter_box:after{
    right:100%;
    left:auto;
    border-left: none;
    border-right: 17px solid #000;
} */
.px_newsletter_box .px_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 1;
}

.px_footer_inner {
  display: flex;
}

.px_footer_widget > p {
  margin: 18px 0 20px;
  color: #fff;
}

.px_footer_widget > ul > li:hover {
  color: var(--secondary-color);
}

.px_footer_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_footer_widget > ul > li {
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.px_footer_widget > ul > li span svg {
  fill: #fff;
  margin-right: 10px;
}

.px_footer_widget > ul > li:hover span svg path {
  fill: var(--secondary-color);
}

.px_footer_widget > ul > li:hover span {
  transition: none;
}

.px_footer_heading {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  position: relative;
  margin-bottom: 22px;
  color: #fff;
}

.px_footer_heading:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 92px;
  height: 2px;
  background-color: #fff;
}

.px_footer_widget .px_contact_list li {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.px_footer_widget .px_contact_list li:before {
  display: none;
}

.px_footer_widget .px_contact_list li img {
  margin: 0 15px 0 0;
  transform: translateY(3px);
}

.px_footer_widget .px_contact_list li p {
  margin: 0;
}

.px_share_box ul li {
  display: inline-flex;
  margin-right: 5px;
}

.px_copyright_wrapper {
  background-color: #ffb800;
  padding: 13px 0 5px;
}

.theme-btn {
  color: #fff;
  background-color: #ffb800 !important;
  border-color: #ffb800 !important;
}

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

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

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

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

.wid50 {
  width: 50px !important;
}

.wid100 {
  width: 100px !important;
}

.wid120 {
  width: 120px !important;
}

.wid150 {
  width: 150px !important;
}

.wid200 {
  width: 200px !important;
}

.carousel .carousel-indicators li {
  background-color: gray;
}

.carousel .carousel-indicators li.active {
  background-color: #ffb800;
  border-radius: 40%;
}

/* footer css end */
/* breadcrum start */
.px_breadcrum_wrapper {
  /* background: #e3f1eb;*/
  /* background-image: url(../images/New-folder/top.png);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 10px;
}

.px_breadcrum_wrapper h1 {
  margin: 0px 0 0px;
  font-size: 28px;
  color: #fff;
}

.px_breadcrum_wrapper .breadcrumb {
  color: #000;
}

.breadcrumb > li + li:before {
  content: "/";
}

/* breadcrum end */
/* service detail start */
.px_service_wrapper {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.px_service_wrapper::before {
  position: absolute;
  /* content: url(../images/New-folder/moon-sign-1-1.webp); */
  left: -310px;
  top: 110px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_wrapper::after {
  position: absolute;
  /* content: url(../images/New-folder/moon-sign-3.webp); */
  right: -285px;
  bottom: -15px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_page .px_service_wrapper {
  /* background-image: url(../images/bg6.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.px_service_page .px_service_wrapper .px_service_box {
  background-color: #000000;
}

.px_servicedetail_wrapper {
  background-color: #222222;
}

.px_service_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_ul li {
  padding: 0 0 6px 23px;
  position: relative;
}

.px_service_ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  /* background: url(../images/svg/arrow.svg) no-repeat center; */
  left: 0;
  top: 8px;
}

.px_service_detail_inner .px_heading {
  font-size: 32px;
  padding-bottom: 15px;
  margin: 22px 0 15px;
}

.px_service_detail_inner p {
  margin-bottom: 20px;
}

.px_service_detail_inner h4 {
  font-size: 24px;
}

.px_service_widget h3 {
  font-size: 22px;
  display: inline-flex;
  padding-bottom: 11px;
}

.px_service_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_widget ul li {
  font-size: 14px;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}

.px_service_widget ul li a {
  display: flex;
  justify-content: space-between;
}

.px_service_widget ul li a span {
  transition: none;
}

.px_service_widget ul li a span:first-child {
  borderbottom: 1px solid transparent;
}

.px_service_widget ul li:hover a span:first-child {
  border-color: var(--secondary-color);
}

.px_service_widget ul li:hover {
  color: var(--secondary-color);
}

.px_service_widget ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/_next/static/media/arrowHover.fb1ad457.svg) no-repeat center;
  left: 0;
  top: 8px;
}

.px_service_widget ul li:hover:before {
  background: url(/_next/static/media/arrowHover.fb1ad457.svg) no-repeat center;
}

.px_service_widget.px_download_box {
  background-color: var(--secondary-color);
  padding: 50px 10px;
}

.px_gplay {
  margin-bottom: 15px;
  display: inline-flex;
}

.px_service_widget .px_heading::after {
  width: 75%;
}

/* service detail End */
/* zodiac detail start */
.px_card_box img {
  border-radius: 10px;
}

.px_card_box > a {
  outline: none;
}

.px_zodiac_sidebar .px_sign_box {
  margin-bottom: 20px;
}

.px_zodiac_heading .px_sign {
  background-color: var(--secondary-color);
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
}

.px_zodiac_heading .px_sign:after,
.px_zodiac_heading .px_sign:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  borderbottom: 40px solid transparent;
  border-left: 18px solid var(--secondary-color);
}

.px_zodiac_heading .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid var(--secondary-color);
}

.px_zodiac_heading {
  font-family: "Philosopher", sans-serif;
  font-size: 36px;
  padding-left: 20px;
}

.px_zodiac_heading > span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.px_tab_wrapper div#myTabContent {
  margin-top: 20px;
}

.px_tab_wrapper .nav-tabs > li > button {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  padding: 16px 35px;
  position: relative;
  color: #fff;
}

.px_tab_wrapper .nav-tabs > li > button::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--secondary-color);
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.px_tab_wrapper .nav-tabs > li > button:hover,
.px_tab_wrapper .nav-tabs > li > button.active {
  color: var(--secondary-color);
}

.px_tab_wrapper .nav-tabs > li > button:hover:before,
.px_tab_wrapper .nav-tabs > li > button.active:before {
  width: 42px;
}

.px_tab_wrapper .nav-tabs {
  background-color: #000000;
  border: none;
}

.px_tab_wrapper li {
  margin: 10px 0;
}

.px_countdown_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_countdown_wrapper ul li {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 30px;
  padding-right: 62px;
  position: relative;
}

.px_countdown_wrapper ul li .progress-percentage {
  width: 108px;
  height: 108px;
  border: 9px solid #3e3f40;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Philosopher", sans-serif;
}

.px_countdown_wrapper ul li h3 {
  margin: 15px 0 0;
  text-transform: capitalize;
}

.px_countdown_wrapper ul li:last-child {
  padding-right: 0px;
}

.px_zodiac_single_wrapper {
  background-color: #111212;
}

.px_progressbar {
  position: relative;
  width: 108px !important;
  height: 108px !important;
}

.px_countdown_wrapper ul li canvas {
  position: absolute;
  top: -21px;
  left: -21px;
}

/* zodiac detail End */
/* Blog Single Start */
.px_customer_box.px_bloquote {
  padding: 50px;
  margin-bottom: 20px;
}

.px_customer_box.px_bloquote h3 span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.px_tag_wrapper .px_btn {
  background-color: #121212;
  height: 40px;
  text-transform: capitalize;
  padding: 0 12px;
}

.px_tag_wrapper .px_btn:after,
.px_tag_wrapper .px_btn:before {
  border-top: 20px solid transparent;
  borderbottom: 20px solid transparent;
  border-left: 13px solid #121212;
}

.px_tag_wrapper .px_btn:before {
  border-left: none;
  border-right: 13px solid #121212;
}

.px_tag_wrapper ul li {
  margin-right: 17px;
  align-items: center;
}

.px_tag_wrapper ul {
  padding-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.px_about_admin {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

.px_about_admin .px_aboutImage {
  width: 117px;
  margin-right: 32px;
}

.px_about_admin .px_aboutDetail {
  width: calc(100% - 149px);
}

.px_about_admin .px_aboutImage img {
  border: 3px solid #fff;
  border-radius: 100%;
}

.px_comment_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.px_comment_section ul li {
  display: flex;
}

.px_comment_section > ul > li {
  borderbottom: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0;
}

.px_comment_section > ul > li:last-child {
  borderbottom: none;
}

.px_comment_section > ul > li > ul > li {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0 0;
}

.px_comment_section > ul > li > ul > li:first-child {
  border: none;
  padding: 0 0 40px;
}

.px_comment_section > ul > li > ul > li {
  margin-left: 100px;
}

.px_comment_section > ul > li .px_comnt_img {
  width: 110px;
}

.px_comment_section > ul > li .px_comnt_img img {
  border-radius: 100%;
}

.px_comment_section > ul > li .px_comnt_detail {
  width: calc(100% - 110px);
  position: relative;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn img {
  margin-right: 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span {
  display: flex;
  padding: 5px 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span img {
  margin-right: 10px;
}

.px_comment_form .px_heading,
.px_comment_section .px_heading {
  font-size: 32px;
}

.px_comment_form .form-control {
  margin-bottom: 30px;
  border-radius: 50px;
}

.px_comment_form textarea.form-control {
  height: 210px;
  padding: 15px 30px;
  resize: none;
  border-radius: 20px;
}

.px_journal_box_wrapper textarea.form-control {
  border-radius: 15px;
}

.px_blog_box.px_blog_single {
  margin: 0px;
}

.px_search_widget {
  position: relative;
  margin-bottom: 50px;
}

.px_search_widget > a {
  position: absolute;
  background-color: var(--secondary-color);
  padding: 15px 18px;
  display: inline-flex;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 0px 30px 30px 0px;
}

.px_search_widget .form-control {
  padding-right: 70px;
  border-radius: 50px;
}

.px_tag_wrapper > .px_btn {
  /* margin: 0 15px 10px; */
  margin: 0 21px 9px 0px;
}

.px_service_widget .px_recentposts li {
  padding: 0;
  margin: 5px 0 13px;
}

.px_service_widget .px_recentposts li h5 {
  margin: -5px 0 0;
  font-size: 16px;
  line-height: 26px;
  transition: none;
}

.px_service_widget .px_recentposts li:before {
  display: none;
}

.px_service_widget .px_recentposts li .px_img {
  margin-right: 15px;
}

.px_service_widget .px_recentposts li .px_detail > span {
  display: flex;
  align-items: center;
}

.px_service_widget .px_recentposts li .px_detail > span img {
  margin-right: 10px;
}

.px_tag_wrapper .px_btn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_tag_wrapper .px_btn:hover:before {
  border-right-color: var(--secondary-color);
}

.px_tag_wrapper .px_btn:hover:after {
  border-left-color: var(--secondary-color);
}

.px_blog_box .px_subheading > a {
  transition: none;
}

/* Blog Single End */
/* Contact Start */
.px_info_box {
  display: flex;
  align-items: center;
}

.px_info_box .px_icon {
  width: 65px;
  background-color: var(--secondary-color);
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  margin-right: 26px;
}

.px_info_box .px_icon:after {
  border: 1px dashed var(--secondary-color);
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border-radius: 100%;
}

.px_info_box:hover .px_icon:after {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_info_box .px_info {
  width: calc(100% - 100px);
}

.px_info_box h5 {
  color: var(--secondary-color);
  font-size: 20px;
}

.px_contact_info .px_heading {
  font-size: 32px;
}

.px_contact_info > p {
  margin-bottom: 36px;
}

.px_contact_form {
  padding: 46px 50px 50px;
  background-color: #000000;
  margin-bottom: -263px;
  position: relative;
  border-radius: 10px;
}

.px_contact_form .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0px;
  background-color: #171717;
  border-radius: 50px;
}

.px_contact_form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.px_contact_form textarea.form-control {
  resize: none;
  height: 120px;
  margin-bottom: 30px;
  background-color: #171717;
  border-radius: 17px;
}

.px_contact_form .px_subheading {
  margin: 0 0 37px;
}

/* Contact End */
/* Search popup start */
.px_search_boxpopup {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_search_boxpopup.popup_open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.px_search_inner {
  max-width: 600px;
  width: 100%;
}

.px_search_inner .px_search_widget {
  margin: 0;
}

.px_cancel {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.px_cancel svg {
  fill: var(--primary-color);
}

.px_cancel:hover svg {
  fill: var(--secondary-color);
}

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(19 20 20 / 65%);
}

.modal-content {
  width: 100%;
}

.modal-header {
  padding: 15px 25px;
  /*border-color: rgb(255 255 255 / 10%);*/
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  /*  border: 1px solid rgb(255 255 255 / 10%);*/
}

.modal-body {
  padding: 40px;
}

.px_login_data {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
}

.px_login_data label {
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_login_data label input {
  display: none;
}

.px_login_data label .checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background-color: #424242;
  border-radius: 4px;
  top: 4px;
}

.px_login_data label .checkmark:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  border-left: 1px solid #fff;
  borderbottom: 1px solid #fff;
  transform: rotate(-45deg) scale(0);
  top: 5px;
  left: 4px;
}

.px_login_data label input:checked + .checkmark:after {
  transform: rotate(-45deg) scale(1);
}

.px_login_box,
.px_signup_box {
  display: none;
}

.px_login_box.active,
.px_signup_box.active {
  display: block;
}

/* Login popup End */
/* Appointment Page Start */
.px_appointment_wrapper,
.px_product_single_wrapper,
.px_team_wrapper,
.px_privacy_wrapper,
.px_faq_wrapper,
.px_contact_section {
}

.px_journal_box_wrapper {
  background-color: #000000;
  display: flex;
  padding: 40px;
  border-radius: 10px;
}

.px_journal_box_wrapper label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.px_journal_box_wrapper .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
}

.px_faq_section .accordion-button:not(.collapsed) {
  color: #333 !important;

  background-color: #f6f6f6 !important;
  /* border-radius: 0px !important;*/
}

.px_btime {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.accordion-item {
  border: 1px solid #33333352;
}

.accordion-item {
  borderbottom: 1px solid #33333352 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.px_faq_wrapper {
  background: #f6f6f6;
}

.px_faq_section .accordion-button {
  color: #333;
}

/* .px_faq_section .accordion-header:not(.collapsed)
{
    background-color: #ff7010;
} */
.accordion-item:last-of-type .accordion-button.collapsed {
  border: none;
}

.px_faq_section .px_journal_box_wrapper textarea.form-control {
  height: 100px;
  resize: none;
  padding-top: 10px;
  border: none;
}

.px_faq_section .px_journal_box_wrapper .px_subheading {
  margin: 0 0 40px;
  font-size: 28px;
}

.px_faq_section .accordion-body {
  padding: 1rem 1.25rem;
  background: #f6f6f6 !important;
  color: #333;
  /*
     border-radius: 29px;*/
}

.accordion-button {
  background-color: #f6f6f6 !important;
}

.px_faq_section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-360deg);
  content: "-";
  font-size: 40px;
  line-height: 15px;
}

.px_faq_section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  font-size: 30px;
  transition: transform 0.2s ease-in-out;
  line-height: 20px;
  background-image: none;
  transition: all 0.3s linear;
}

.px_faq_section .accordion-button:focus {
  border-color: #ff7010;
  box-shadow: none;
}

.px_journal_box_wrapper .form-group {
  margin-bottom: 20px;
}

/* Appointment Page End */
/* Error Page Start */
.px_error_wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-color:#000000; */
  /* background-image: url(../images/New-folder/breadcrumb.webp); */
}

.px_error_wrapper h1 {
  font-size: 150px;
  line-height: 200px;
}

.px_error_wrapper h2 {
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 35px;
}

.px_error_wrapper p {
  font-size: 20px;
}

/* Error Page End */
/* FAQ Page Start */
.card {
  border-radius: 10px;
}

.card button.btn.btn-link {
  color: var(--primary-color);
  font-size: 18px;
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.card-header {
  padding: 0px;
  /*  background-color:#fac720;*/
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card-body {
  padding: 20px;

  border-top: 1px solid rgb(255 255 255 / 10%);
}

.card-header h2 {
  margin-bottom: 0;
}

/* FAQ Page End */
/* Team Page Start */
.px_team_box .px_share_box ul {
  padding: 0;
}

.px_team_box .px_team_img {
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px;
  border-radius: 100%;
  transition: all 0.3s linear;
  background: #ffb800;
}

.px_team_box .px_team_img img {
  border-radius: 100%;
  transition: all 0.3s linear;
}

.px_team_box:hover .px_team_img img,
.px_team_box:hover .px_team_img {
  border-radius: 100%;
}

.px_team_box:hover .px_team_img {
  border: 1px solid rgb(255 255 255 / 10%);
}

.px_team_box .px_subheading {
  margin-bottom: 4px;
  margin-top: 17px;
}

.px_team_img img {
  max-width: 100%;
  width: 240px;
}

.px_team_box {
  margin-bottom: 30px;
  background-color: #f3e288;
  padding: 25px 0px 25px 0px;
  margin: 5px;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.px_team_box:hover {
  transform: translate(0px, -10px);
}

.expiry_date {
  margin-top: 25px;
}

.expiry_date label {
  padding-bottom: 5px;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
}

span.select2-dropdown.select2-dropdown--above {
  border: none;
}

/* Team Page End */
/* shop single */
.px_shopsingle_wrapper,
.px_cartsingle_wrapper,
.px_checkout_wrapper {
  /* background-image: url('../images/bg4.jpg'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.px_shopsingle_nav .px_prod_img {
  margin: 20px 5px 0;
  cursor: pointer;
}

.px_shopsingle_for .px_prod_img img {
  margin: 0 auto;
}

.px_price {
  font-size: 28px;
  margin: 5px 0 15px;
  color: var(--secondary-color);
}

.px_price del {
  color: rgb(97 117 130);
  margin-left: 10px;
}

.prod_quantity {
  display: flex;
  align-items: center;
}

.prod_quantity input {
  max-width: 180px;
  margin: 0;
  padding: 0 60px;
  text-align: center;
  background-color: black;
}

.quantity {
  position: relative;
  margin-left: 30px;
  border: 1px solid rgb(255 255 255 / 0.1);
  width: 150px;
  border-radius: 50px;
}

.quantity .qty_button {
  position: absolute;
  background-color: #000000;
  border: none;
  right: 0;
  height: 50px;
  width: 50px;
  top: 0;
  border-left: 1px solid rgb(255 255 255 / 0.1);
  outline: none;
  color: #fff;
  /* border-radius: 27px 0px 0px 27px; */
  border-radius: 0px 27px 27px 0px;
}

.px_tab_wrapper {
  margin-top: 60px;
  background-color: black;
  padding: 0px 25px 37px 25px;
  border-radius: 10px;
}

textarea.form-control.form-01 {
  background-color: #171717;
  border-radius: 15px;
}

button.px_btn.px-submit-010 {
  min-width: 130px;
  justify-content: center;
  margin-top: 15px;
}

.quantity .qty_button.minus {
  left: 0;
  border-left: none;
  border-right: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 27px 0px 0px 27px;
}

.product_buy .px_btn {
  margin-right: 25px;
}

.px_shopsingle_nav .slick-list.draggable {
  padding: 0 !important;
}

textarea.form-control {
  height: 120px;
  resize: none;
  padding-top: 15px;
}

input.form-control.form-01 {
  background-color: #171717;
}

.px_cartsingle_wrapper .prod_thumb {
  position: absolute;
}

.px_cartsingle_wrapper .prod_thumb img {
  width: 50px;
}

.px_cartsingle_wrapper .product_details {
  padding: 0 0 0 70px;
}

.px_cartsingle_wrapper td,
.px_cartsingle_wrapper th {
  padding: 20px !important;
  border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.px_cartsingle_wrapper table {
  border: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
}

.cupon_code_wrap {
  display: flex;
}

.cupon_code_wrap .form-control {
  width: 35%;
  margin-right: 25px;
}

.checkout_wrapper_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.checkout_wrapper_box ul li {
  display: flex;
}

.checkout_wrapper_box ul li {
  display: inline-flex;
  margin: 0 20px 30px;
  background-color: #171717;
}

.checkout_wrapper_box ul li:after {
  border-left-color: #171717;
}

.checkout_wrapper_box ul li:before {
  border-right-color: #171717;
}

.checkout_wrapper_box ul li.active {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.checkout_wrapper_box ul li.active:after {
  border-left-color: var(--secondary-color);
}

.checkout_wrapper_box ul li.active:before {
  border-right-color: var(--secondary-color);
}

.checkout_wrapper_box {
  text-align: center;
  background-color: #000000;
  padding: 40px;
  border-radius: 10px;
}

.checkout_wrapper_box .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
  border-radius: 20px;
}

.checkout_wrapper_box .step:not(:first-of-type) {
  display: none;
}

.step .receipt_btn {
  margin: 10px 25px;
}

.stock_details span {
  color: #1cb71c;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  background-color: var(--secondary-color) !important;
}

section.px_know_sign_wrapper {
  background: #080808;
}

.px_footer_wrapper {
  background-color: #051021;
  /* background-image: linear-gradient(to right, #ff8b53, #ffb95f);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.px_menu {
  display: flex;
}

.px_product_wrapper {
  background-color: #f9f9f9;
}

.px_tarotReading_wrapper {
  background-color: #171717;
}

.px_sign_text {
  max-width: 107px;
}

.go_top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff7010;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
  text-align: center;
  z-index: 999 !important;
}

.item-bounce {
  animation: bounce 3s infinite ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

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

  100% {
    transform: translateY(-5px);
  }
}

/* Responsive css */
@media (min-width: 1400px) and (max-width: 1810px) {
  /* .px_logo {
        padding: 35px;
    } */

  /* .px_header_detail {
        width: calc(100% - 220px);
    } */

  .px_info_detail {
    padding-right: 20px;
  }

  .px_menu_wrapper {
    padding-right: 50px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -795px;
  }

  .px_info_detail ul li,
  .px_right_info,
  .px_menu > ul > li {
    font-size: 14px;
  }
}

@media (max-width: 1610px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -730px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    left: -100px;
  }

  .px_customer_slider .slick-arrow.slick-next {
    right: -80px;
  }
}

@media (max-width: 1450px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -700px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    display: none !important;
  }

  .px_customer_slider .slick-arrow.slick-next {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  /* .px_logo {
        padding: 35px;
    } */

  /* .px_header_detail {
        width: calc(100% - 220px);
    } */

  /* .px_banner_wrapper {
        padding: 80px 100px;
    } */

  .px_customer_box {
    padding: 0 40px 42px;
  }

  .px_info_detail,
  .px_menu_wrapper {
    /*padding-right: 35px;*/
  }

  /*.px_info_detail ul li {
        padding: 0px;
    }*/

  .px_infobox {
    font-size: 14px;
  }

  .px_menu > ul > li {
    margin: 0 0px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -45px;
  }

  .slick-arrow.slick-next {
    right: -45px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -640px;
  }
}

@media (max-width: 1360px) {
  .px_menu ul li a {
    font-size: 13px;
  }

  .px_infobox {
    font-size: 12px;
  }

  .px_overview_slider button.slick-prev.px_btn.slick-arrow,
  .px_overview_slider button.slick-next.px_btn.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1260px) {
  .px_infobox .px_infoicon {
    width: 40px;
    height: 40px;
  }

  .px_cart_wrapper {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 11px;
  }

  .px_menu ul li a {
    padding: 13px 0;
  }

  .px_search_wrapper {
    padding-top: 14px;
  }

  /* .px_logo {
        padding: 15px;
    } */

  /*.px_info_detail ul li {
        padding: 12px;
    }*/

  /* .px_info_detail,
    .px_menu_wrapper {
        padding-right: 0;
    } */

  .px_banner_slider .slick-arrow.slick-next {
    right: -580px;
  }

  .px_customer_wrapper .slick-prev {
    left: 0;
  }

  .px_customer_wrapper .slick-next {
    right: 20px;
    margin: 0;
  }

  .px_overview_wrapper .slick-prev {
    left: -20px;
  }

  .px_overview_wrapper .slick-next {
    right: -4px;
  }
}

@media (max-width: 1199px) {
  .px_info {
    margin: 10px 0;
  }

  .px_banner_detail h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg::before {
    display: none;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .px_about_slider .slick-dots li {
    margin: 15px 5px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .px_product_img > img {
    width: 100%;
  }

  .px_tab_wrapper .nav-tabs > li > a {
    padding: 16px 20px;
  }

  .px_countdown_wrapper ul li {
    padding-right: 30px;
  }

  .px_tag_wrapper .px_btn {
    margin-bottom: 10px;
  }

  .px_contact_form {
    margin-top: 50px;
  }
}

@media (max-width: 1160px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -545px;
  }
}

@media (min-width: 1145px) {
  .px_banner_wrapper .slick-dots {
    display: none !important;
  }
}

@media (max-width: 1145px) {
  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .px_banner_slider .slick-arrow.slick-next,
  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_overview_wrapper .slick-next {
    display: none !important;
  }

  .px_banner_wrapper .slick-dots {
    text-align: left;
    display: none;
    position: absolute;
    left: -80px;
    transform: rotate(90deg);
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .px_about_slider {
    max-width: 100%;
    margin: auto;
  }

  .px_contact_form {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .px_product_description {
    padding-top: 50px;
  }

  .px_infobox .px_infoicon {
    width: 30px;
    height: 30px;
  }

  .px_infobox .px_infoicon img {
    width: 15px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 40px;
  }

  /* .px_logo {
        padding: 10px;
    } */

  .px_cart_wrapper {
    margin-left: 10px;
  }

  .px_infobox .px_infoicon {
    margin-right: 5px;
  }

  .px_cart_wrapper > span {
    margin-right: 12px;
  }

  /* .px_header_detail {
        width: calc(100% - 200px);
    } */

  .px_info_detail,
  .px_menu_wrapper {
    padding-right: 30px;
  }

  .px_info_detail {
    padding-left: 32px;
  }

  .px_info_detail ul li {
    padding: 12px 5px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 34px;
  }

  .px_infobox .px_logintext {
    display: none;
  }

  .px_banner_detail h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -450px;
  }

  .px_banner_detail h5 {
    font-size: 18px;
  }

  .px_aboutimg::before,
  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg img {
    margin: 0 20px 30px auto;
    width: 100%;
  }

  .px_padderBottom80 {
    padding-bottom: 70px;
  }

  .px_padderTop80 {
    padding-top: 70px;
    overflow: hidden;
  }

  .px_sign_ul li:first-child,
  .px_sign_ul li:last-child,
  .px_sign_ul li:nth-child(2),
  .px_sign_ul li:nth-child(5),
  .px_sign_ul.px_sign_ul_right li:first-child,
  .px_sign_ul.px_sign_ul_right li:last-child,
  .px_sign_ul.px_sign_ul_right li:nth-child(2),
  .px_sign_ul.px_sign_ul_right li:nth-child(5) {
    transform: translateX(0);
  }

  .px_sign_form ul {
    flex-direction: column;
  }

  .px_sign_box > div {
    width: calc(100% - 80px);
  }

  .px_sign_form ul li {
    max-width: 100%;
    width: 100%;
  }

  .px_sign_form ul li:nth-child(3) {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .px_sign_form ul li:last-child {
    max-width: 100%;
    text-align: center;
  }

  .px_newsletter_wrapper {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
  }

  .px_newsletter_wrapper .px_heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_newsletter_wrapper p {
    margin-bottom: 30px;
  }

  .px_footer_inner {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .px_product_img ul {
    display: flex;
    justify-content: space-around;
  }

  .px_whychoose_wrapper .px_verticle_center {
    display: block;
    text-align: center;
  }

  .px_whychoose_wrapper .px_heading:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_whychoose_wrapper p {
    margin-bottom: 30px;
  }

  .px_service_detail_inner {
    margin-bottom: 50px;
  }

  .px_newsletter_box {
    margin: 0 20px;
  }

  .px_card_box {
    text-align: center;
  }

  .px_card_box img {
    display: inline-block;
  }

  .px_service_widget.px_download_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .px_service_widget.px_download_box h3,
  .px_service_widget.px_download_box .px_gplay {
    display: inline-block;
  }

  .px_comment_form {
    margin-bottom: 50px;
  }

  .px_heading {
    font-size: 30px;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: -45px;
    bottom: 55px;
    display: block;
  }

  .px_sign_box {
    max-width: 100%;
  }

  .px_sign_img {
    margin-top: 45px;
  }

  .px_blog_wrapper .row {
    justify-content: center;
  }

  .form-control {
    margin-bottom: 16px;
  }

  .px_sign_text {
    max-width: 100%;
  }
}

@media (max-width: 895px) {
}

@media (max-width: 830px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -360px;
  }

  .px_toggle {
    display: flex;
    margin-right: 20px;
    cursor: pointer;
  }

  .px_menu_wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .px_menu ul li,
  .px_menu ul li a {
    display: block;
  }

  .px_menu {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 999;
    width: 200px;
    border-right: 2px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.3s linear;
  }

  .menu_open .px_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .px_menu li {
    display: flex;
    borderbottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
  }

  .px_menu ul li a:before {
    display: none;
  }

  .px_menu_wrapper {
    padding: 12px 10px;
  }

  .px_cart_wrapper {
    display: flex;
  }

  .px_cart_wrapper > span {
    margin-right: 20px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -102px;
  }

  .px_info_detail {
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }

  .px_right_info {
    padding-left: 5px;
    margin: 0 auto;
  }

  .px_search_inner {
    padding: 0 20px;
  }

  .px_menu > ul > li .px_submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    right: auto !important;
    padding: 0;
    background-color: transparent;
    display: none;
  }

  .px_menu > ul > li .px_submenu .px_submenu {
    display: none;
  }

  .px_menu > ul > li .px_submenu:before {
    display: none;
  }

  .px_menu ul li .px_submenu.active {
    display: block;
  }

  .px_menu ul li.px_submenu_li:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    top: 25px;
    right: 0;
  }

  .px_menu ul li.px_submenu_li ul li.px_submenu_li:after {
    top: 18px;
  }

  .px_banner_img {
    margin-top: 50px;
  }

  .px_menu ul {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .px_info_box {
    margin: 10px 0;
  }

  .menu_open ~ span.px_body_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(3 29 46 / 0%);
    z-index: 0;
  }

  .px_verticle_center {
    display: block;
  }

  .px_search_wrapper {
    padding-top: 13px;
  }

  .px_sign_box {
    margin: 40;
    margin: 40px auto 0 !important;
  }

  .px_blog_img img {
    width: 100%;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -75px;
  }

  .px_banner_detail p {
    max-width: 100%;
    width: 480px;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 650px) {
  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .px_comment_section > ul > li .px_comnt_detail .px_btn {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 20px;
    margin: 10px 0 0 0;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-next {
    display: none !important;
  }

  .px_banner_wrapper {
    /* padding: 80px 40px; */
    overflow: hidden;
  }

  .px_header_detail {
    width: calc(100% - 0px);
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: none;
    position: relative;
    right: 0;
    left: 0;
    transform: rotate(0deg);
    bottom: 0;
  }

  .px_banner_wrapper .slick-initialized .slick-slide {
    text-align: center;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 40px;
  }
}

@media (max-width: 567px) {
  .px_btn {
    margin: 0;
  }

  .modal .modal-dialog {
    width: 100%;
  }

  .px_zodiac_heading {
    font-size: 24px;
  }

  .px_overview_inner {
    padding: 30px 30px 40px;
  }

  .px_cart_box {
    right: -30px;
  }
}

@media (max-width: 450px) {
  .px_newsletter_box {
    position: initial;
  }

  .px_about_admin {
    display: block;
  }

  .px_about_admin .px_aboutImage {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .px_about_admin .px_aboutDetail {
    width: calc(100% - 0px);
    text-align: center;
    padding-top: 10px;
  }

  .px_newsletter_box .px_btn {
    position: relative;
    right: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .px_btn:after,
  .px_btn:before {
    display: none;
  }

  .px_journal_box_wrapper {
    padding: 40px 18px !important;
  }

  .px_banner_wrapper {
    /* padding: 80px 0px; */
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: block;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    display: none;
  }

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

  .px_contact_expert h5 {
    font-size: 15px;
  }

  .px_contact_expert .px_icon {
    width: 50px;
    height: 50px;
  }

  .px_zodiac_heading .px_sign {
    margin-right: 20px;
  }

  .px_zodiac_heading {
    font-size: 20px;
    padding-left: 10px;
  }

  .px_newsletter_box:after,
  .px_newsletter_box:before {
    display: none;
  }
}

@media (max-width: 400px) {
  .px_logo img {
    width: 107px;
  }

  .px_cart_box {
    width: 270px;
  }

  .modal .modal-dialog {
    margin: 50px auto;
  }

  .px_zodiac_heading {
    font-size: 16px;
  }

  .px_zodiac_heading .px_sign:after,
  .px_zodiac_heading .px_sign:before {
    border-top: 20px solid transparent;
    borderbottom: 20px solid transparent;
  }

  .px_zodiac_heading .px_sign {
    height: 60px;
    width: 35px;
  }

  .px_zodiac_heading > span {
    font-size: 12px;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 20px;
  }
}

@media (max-width: 375px) {
  .px_sign_form {
    padding: 25px 9px 50px;
  }
}

.px_copyright_wrapper p {
  color: #fff;
}

/* new Css for profile page */

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0px;
}

.profile-usermenu ul li {
  borderbottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  borderbottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #f3e288;
}

.profile-usermenu ul li.active {
  borderbottom: none;
}

.profile-usermenu ul li.active a {
  color: #000;
  background-color: #fac720;
  border-left: 2px solid #febd69;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  background: #fff;
  min-height: 35em;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.user-img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 15px;
}

.user-img i {
  position: absolute;
  background-color: #06114f;
  top: 18px;
  right: 5em;
  color: #fff;
  padding: 7px;
  border-radius: 100%;
  font-size: 12px;
}

.user-img {
  position: relative;
}

.profile-usermenu ul li a {
  padding: 14px 15px;
  color: #000;
}

.title1 h3 {
  font-size: 18px;
  color: #000 !important;
  margin-bottom: 0px;
}

.filter-designs {
  margin-bottom: 27px;
}

.filter-designs p {
  font-size: 15px;
  margin-bottom: 13px;
}

.filter-designs .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 38px;
}

.filter-designs .form-group {
  margin-bottom: 0px;
}

.filter-designs .form-group span {
  position: absolute;
  top: 10px;
  right: 27px;
}

.title1 {
  padding: 15px;
  background-color: #fac720;
}

.title1 h3 {
  color: #000 !important;
}

.padding20 {
  padding: 20px;
}

.btn-ss {
  background-color: #ecc80c;
  padding: 8px 56px;
  color: #000;
  font-weight: 600;
  border-radius: 3px;
}

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

.forms-design .form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
}

.forms-design label {
  font-size: 14px;
  margin-bottom: 8px;
}

.forms-design button {
  /* background-color: #f9d310;*/
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
}

/**** Chat css ****/

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}

.top_spac {
  margin: 20px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  borderbottom: 1px solid #c4c4c4;
}

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

.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}

.chat_ib h5 span {
  font-size: 13px;
  float: right;
}

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

.chat_img {
  float: left;
  width: 11%;
}

.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people {
  overflow: hidden;
  clear: both;
}

.chat_list {
  borderbottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}

.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat {
  background: #ebebeb;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.incoming_msg_img img {
  border-radius: 100%;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.received_withd_msg {
  width: 57%;
}

.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

.sent_msg p {
  background: #f3e288 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.sent_msg {
  float: right;
  width: 46%;
}

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

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

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

.messaging {
  padding: 0 0 50px 0;
}

.msg_history {
  height: 516px;
  overflow-y: auto;
}

.iti {
  width: 100%;
  margin-top: 10px;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  width: 180px;
  height: 100px;
  border-radius: 100%;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

.topbtn {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #3675ec;
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border: 1px solid #3675ec;
}

.topbtn:hover {
  background: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
}

header {
  background: transparent;
  display: flex;
  color: #fa6d39;
}

header + header {
  color: pink;
}

header + header + header {
  color: gold;
}

header:before,
header:after {
  content: "";
  margin: auto 1em;
  borderbottom: solid 1px;
  flex: 1 1;
}

.profile-widget {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.profile-widget {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.profile-widget .doc-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.profile-widget .doc-img img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.profile-widget .fav-btn {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  color: #2e3842;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  border-radius: 3px;
}

.profile-widget .pro-content {
  padding: 15px 0 0;
}

.profile-widget .pro-content .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-widget .pro-content p.speciality {
  font-size: 13px;
  color: #757575;
  margin-bottom: 5px;
  min-height: 40px;
}

.profile-widget .pro-content .rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}

.profile-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px !important;
}

.profile-widget .pro-content .rating i.filled {
  color: #f4c150;
}

.profile-widget .pro-content .rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.profile-widget .rating i {
  font-size: 14px;
}

.rating i {
  color: #dedfe0;
}

.profile-widget .pro-content .available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

.available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

/* New CSS 21october2023 */

.utf_newsletter_block {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: bottom right;
  border: 1px solid #f2f2f2;
  padding: 10px;
  background: #fafbfb;
  border-radius: 6px;
  z-index: 99999;
}

.utf_newsletter_block .iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  height: 34px !important;
}

.menuspaceright {
  justify-content: space-between;
}

.carousel-inner {
  border-radius: 10px;
}

.btn .busy-status {
  background-color: #fff;
  border: 1px solid red;
  color: red;
}

.main_heading_mobile_number_registration {
  text-align: center;
  font-weight: 600;
  color: #313131;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.utf_block_title {
  borderbottom: 2px solid #fac720;
  font-size: 16px;
}

.utf_block_title > span,
.color-orange a.utf_post_cat {
  background: #ff7a09;
}

.utf_block_title > span {
  background: #fac720;
  color: #fff;
  height: 30px;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  display: inline list-item;
}

.titlechat {
  float: right;
  font-size: 15px;
  margin: 4px;
  margin-right: 10px;
  padding: 6px 15px 6px 15px;
  border-radius: 10px;
}

.catt {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

.catt li {
  text-align: center;
  width: 100%;
  padding: 10px;
}

.catt li a {
  font-size: 16px;
}

.catt li:hover {
  background: #fa6d39;
  color: #fff;
}

.author-box {
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin: 0 0 40px;
  display: inline-block;
  border-radius: 4px;
}

.rating i.filled {
  color: #f4c150;
}

.rating i {
  color: #dedfe0;
}

.px_service_box img {
  border-radius: 10px;
  padding-bottom: 20px;
}

.chat .btn-sm {
  position: absolute;
  right: 15px;
  bottom: 5px;
  border-radius: 8px;
  font-size: 12px;
  padding: 5px 12px 5px 12px;
}

.chattab {
  margin-left: 70px;
  font-size: 18px;
  font-weight: 600;
}

.calltab {
  margin-right: 70px;
  font-size: 18px;
  font-weight: 600;
}

.filters {
  max-height: 600px !important;
}

.findbestastro {
  background: #f6f6f6;
}

.findbestastro .card {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.findbestastro .card-header h6 {
  font-weight: 600;
}

.findastro {
  height: 230px !important;
  overflow-y: auto;
}

.list-group {
  border-radius: 0px !important;
}

.list-group-item {
  border: none;
  borderbottom: 1px solid #ddd;
}

.list-group-item:hover {
  background-color: #0d6efd;
  color: #fff;
}

.padding-all-10 {
  padding: 10px;
}

.daily_panchang_h {
  font-weight: 600;
  margin-bottom: 7px;
}

.home_table1 tr td {
  font-size: 14px;
  padding: 7px 0px 8px 0px;
}

.home_table2 {
  width: 100%;
}

.home_table2 tr td {
  font-size: 12px;
  padding: 7px 0px 8px 0px;
}

.home_table tr td {
  font-size: 12px;
}

.pre-about {
  height: 200px;
  overflow-y: auto;
}

.reviewscroll {
  overflow: auto;
  max-height: 320px;
}

.pre-about::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-about::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-about::-webkit-scrollbar-thumb {
  background: #fac720;
}

.reviewscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.reviewscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.reviewscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

.catscroll {
  overflow: auto;
  max-height: 450px;
}

.catscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.catscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.catscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

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

.shaped {
  background-color: #ffeb95;
  color: #000;
  border-radius: 30px;
  padding: 0px;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin-top: -10px;
  align-self: center;
}

.card-s-head {
  background-color: #ffb800 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 10px !important;
}

.px_product_img .liveusername {
  position: absolute;
  margin: 30px 8px 0;
  list-style: none;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #00000036;
  color: #fff;
  padding: 10px 0;
  /* visibility: hidden; */
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.liveusername h6 {
  font-size: 13px;
  margin-bottom: 0px;
}

.live {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  text-align: center;
  line-height: 12px;
  background: #0000004d;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
  padding: 5px;
}

.chhoot {
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 10px;
}

.astromall .col-lg-3 {
  width: 20%;
}

.boxx {
  position: relative;
}

.ribbon-2 {
  --f: 10px;
  /* control the folded part*/
  --r: 15px;
  /* control the ribbon shape */
  --t: 10px;
  /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #ff5010;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

/**--- shop page css start ---**/
.ast_shop_wrapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
}

.ast_shop_main,
.ast_shop_sidebar {
  width: 100%;
  float: left;
}

.ast_product_section {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  max-height: 315px;
  margin-bottom: 30px;
}

.ast_product_section .ast_product_info {
  text-align: center;
  padding: 18px 20px;
  background-color: #f4f4f4;
  transition: all 0.3s;
}

.ast_product_section:hover .ast_product_info {
  transform: translateY(-90px);
}

.ast_product_info .ast_info_bottom {
  text-align: center;
  padding-top: 5px;
}

.ast_product_info i {
  color: #ff6f00;
  font-size: 12px;
}

.ast_info_bottom .ast_btn {
  height: 35px;
  line-height: 33px;
}

.ast_product_info .ast_shop_title {
  margin-bottom: 4px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ast_product_section .ast_product_info .ast_shop_title a {
  color: #ff6f00;
}

.ast_product_section .ast_product_image {
  padding: 20px;
  padding-bottom: 10px;
}

/*--- shop sidebar css start ---*/
.widget_filter,
.widget_latest_product {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.widget_filter .price-filter-range {
  width: 100%;
  float: left;
  height: 7px;
  background-color: #f1f1f1;
  border-color: transparent;
}

.widget_filter .price-range-field {
  border: none;
}

.widget_filter input#min_price {
  float: left;
}

.widget_filter input#max_price {
  float: right;
  text-align: right;
}

.widget_filter .price-range-field {
  width: 60px;
}

.widget_filter .filter_input {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.widget_filter .ast_btn {
  min-width: auto;
  height: 35px;
  line-height: 33px;
  margin-top: 5px;
}

.widget_filter .ui-slider-handle {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  top: -5px;
  background-color: #ff6f00;
  border-color: transparent;
  cursor: pointer;
}

.widget_filter .ui-slider-handle:focus {
  outline: none;
}

.widget_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #ff6f00;
}

.sidebar_wrapper ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  borderbottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 10px;
}

.sidebar_wrapper ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.widget.widget_categories {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar_wrapper .widget-title {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #222222;
}

.widget-title:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 70px;
  background-color: #ff6f00;
  height: 2px;
}

.talk-banner .talk-bg {
  /* background: url("../images/bg-1.png");*/
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
  margin-top: 20px;
  border-radius: 10px;
  background-size: cover;
}

.talk-banner .talk-bg .banner-content {
  margin: 30px 0px 30px 40px;
}

.talk-banner .talk-bg .talk-banner-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.talk-banner .talk-bg .talk-banner-images .banner-images-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.filter-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 2px;
}

.filter-container ul li {
  list-style: none;
  border: 1px solid #606366;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 6px;
  margin: 0px 5px;
}

.filter-container ul a {
  color: #606366;
  text-decoration: none;
  display: flex;
}

.filter-container ul .input-li {
  display: flex;
}

.searchBtn {
  border: none;
  color: grey;
  background: transparent;
}

.filter-container ul .input-li .input-field {
  outline: none;
  border: none;
  width: 100%;
}

.mobilesearchBtn {
  display: none;
}

.headingg {
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #fac720;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 0px;
  font-weight: 600;
}

.headingg span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 44px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
}

.headingg::after {
  content: "";
  height: 100%;
  width: 200px;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.headingg1::after {
  width: 238px !important;
}

.headingg2::after {
  width: 215px !important;
}

.midsp {
  text-align: center;
  position: absolute;
  left: 10%;
  top: -6px;
  font-size: 16px;
  font-weight: 500;
}

.card-header {
  background-color: #ebebeb;
}

.headingmini {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  borderbottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini::after {
  content: "";
  height: 100%;
  width: 50%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.headingmini1 {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  borderbottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini1 span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini1::after {
  content: "";
  height: 100%;
  width: 60%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.servicebox {
  background-image: linear-gradient(to right, #ffe187, #ffe79e);
  border-radius: 10px;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
}

.servicebox p {
  line-height: 20px;
  font-size: 14px;
  height: 90px;
}

.serhead {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.serbtn {
  border-radius: 10px;
  margin-bottom: 10px;
}

.allreview {
  borderbottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*.filter-container ul li:first-child {
    border: 1px solid #FD7E14;
}*/

/*** css for SECTION FIND BEST ASTROLOGER ***/

.content {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .card {
  background: #fff;
  width: calc(25% - 10px);
  text-align: center;
  padding: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.content .card .top {
  height: 100px;
  color: #fff;
  padding: 12px 0 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
  clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
}

.content .card .top .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.content .card .top .price-sec {
  margin-top: -10px;
  font-weight: 600;
}

.content .card .top .price {
  font-size: 45px;
}

.content .card .info {
  font-size: 16px;
  margin-top: 20px;
}

.content .card .details .one {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.content .card .details {
  padding: 10px;
}

.content .card .details .one::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}

.content .card .details .one i {
  color: #0d6efd;
}

.content .card .details i.fa-times {
  color: #cd3241;
}

.content .card button {
  outline: none;
  border: none;
  height: 42px;
  color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px;
}

.content .one .top,
.content .one button {
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
}

.content .two .top,
.content .two button {
  background: #e87130;
}

.content .three .top,
.content .three button {
  background: #11bcc3;
}

.content button:hover {
  filter: brightness(90%);
}

.content .one ::selection {
  background: #8af5b6;
}

.content .two ::selection {
  background: #f2b08c;
}

.content .three ::selection {
  background: #d0f9fb;
}

@media (max-width: 1000px) {
  .content .card {
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}

@media (max-width: 715px) {
  .content .card {
    width: 100%;
  }
}

/**** Css for astroprofile gallery ***/

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/@fortawesome/fontawesome-svg-core/styles.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}

.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}

.svg-inline--fa.fa-sm {
  vertical-align: -0.07143em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}

.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}

.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}

.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}

.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers-text,
.fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  transform-origin: center center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }

  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

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

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  8%,
  24% {
    transform: rotate(-18deg);
  }

  12%,
  28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* .mapico {
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: #fac720;
    border-radius: 100%;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
} */

/* New Csss Code   */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* stylesheet */
:root {
  --primary-color: #e5f0f5;
  --secondary-color: #f3e288;
  --dark-color1: #031d2e;
  --dark-color2: #070707;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}

:after,
:before {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  /* background-color: var(--dark-color1); */
  color: #333;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: 'Josefin Sans', sans-serif !important*/
  font-family: "Lato", sans-serif !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}

.hide {
  display: none !important;
}

/* common css */
.px_padderTop10 {
  padding-top: 10px;
}

.px_padderTop20 {
  padding-top: 20px;
}

.px_padderTop30 {
  padding-top: 30px;
}

.px_padderTop40 {
  padding-top: 40px;
}

.px_padderTop50 {
  padding-top: 50px;
}

.px_padderTop60 {
  padding-top: 60px;
}

.px_padderTop70 {
  padding-top: 70px;
}

.px_padderTop80 {
  padding-top: 80px;
}

.px_padderTop90 {
  padding-top: 90px;
}

.px_padderTop100 {
  padding-top: 90px;
}

.px_padderBottom5 {
  padding-bottom: 5px;
}

.px_padderBottom10 {
  padding-bottom: 10px;
}

.px_padderBottom20 {
  padding-bottom: 20px;
}

.px_padderBottom30 {
  padding-bottom: 30px;
}

.px_padderBottom40 {
  padding-bottom: 40px;
}

.px_padderBottom50 {
  padding-bottom: 50px;
}

.px_padderBottom60 {
  padding-bottom: 60px;
}

.px_padderBottom70 {
  padding-bottom: 70px;
}

.px_padderBottom80 {
  padding-bottom: 80px;
}

.px_padderBottom90 {
  padding-bottom: 90px;
}

.px_padderBottom100 {
  padding-bottom: 90px;
}

.px_margin0 {
  margin: 0px;
}

.px_font14 {
  font-size: 14px;
  line-height: 24px;
}

.px_toggle {
  display: none;
}

.px_heading {
  font-size: 36px;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 23px;
  position: relative;
  margin: -8px 0 20px;
}

.px_heading.px_heading_center:after {
  left: 50%;
  transform: translateX(-50%);
}

.px_heading:after {
  position: absolute;
  content: "";
  width: 100px;
  border-bottom: 3px solid var(--secondary-color);
  left: 0;

  bottom: 0;
}

.form-control {
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none !important;
  color: #000;
  /*padding: 0 40px 0 12px;*/
}

input.pro_quantity.form-control {
  max-width: 100%;
  width: 119px;
}

.form-control::placeholder {
  color: #97b0c1;
}

.px_subheading {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.px_orange {
  color: var(--secondary-color);
}

.px_white {
  color: var(--white-color);
}

.px_btn {
  height: 50px;

  font-size: 24px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.px_blog_wrapper .px_btn {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

a.px_btn.px-btn-00 {
  min-width: 170px;
  justify-content: center;
}

.px_btn:hover:after {
  border-left-color: #080808;
}

.px_btn:hover:before {
  border-right-color: #080808;
}

/*.px_btn:hover {
    background-color: #171717;
    border: 1px solid #ff7010;
    color: #fff;
}*/

.px_btn:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 15px solid var(--secondary-color);
}

.px_verticle_center {
  display: flex;
  align-items: center;
}

.slick-dots {
  padding: 0;
  margin: 0px 0 0 0;
  list-style: none;
}

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

.slick-dots li button {
  display: none;
}

.slick-dots li {
  height: 9px;
  width: 9px;
  background-color: #818181;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: var(--secondary-color);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  padding: 0 13px;
  z-index: 1;
  outline: none;
  justify-content: center;
  border-radius: 100%;
  height: 35px;
  display: flex;
  width: 35px;
  align-items: center;
}

.slick-arrow::after {
  border-left-color: #000000;
}

.slick-arrow::before {
  border-right-color: #000000;
}

.slick-arrow:hover {
  background-color: var(--secondary-color) !important;
}

.slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.slick-arrow:hover::before {
  border-right-color: var(--secondary-color);
}

.slick-arrow.slick-prev {
  padding: 0 0 0px;
  margin-left: 0;
}

.slick-arrow.slick-prev span {
  margin-right: 0px;
  display: inline-flex;
  margin-top: -3px;
}

.slick-arrow span svg path {
  fill: var(--secondary-color);
}

.slick-arrow:hover span svg path {
  fill: var(--white-color);
}

.slick-arrow.slick-next span {
  margin-left: 6px;
  margin-top: -3px;
}

.slick-arrow.slick-next {
  right: -100px;
  padding: 0 0 0;
  margin-left: 0;
}

.slick-slide {
  outline: none;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none;
}

.only-timepicker .datepicker--time {
  border-top: none;
}

.datepicker {
  background-color: #080808;
  border: 1px solid rgb(255 255 255 / 10%);
  color: var(--primary-color);
}

.datepicker--nav {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.datepicker--nav > div {
  background-color: transparent !important;
  color: var(--primary-color);
}

.datepicker--pointer {
  background-color: #080808;
  border-top-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}

.datepicker--cell:hover {
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}

.datepicker--cell.-current-,
.datepicker--day-name {
  color: var(--secondary-color);
}

/* select2 */
.select2-selection {
  height: 50px !important;
  background-color: #171717 !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
}

.select2-selection .select2-selection__rendered {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 50px !important;
  padding: 0 28px !important;
  text-align: initial;
}

.form-group {
  text-align: initial;
}

.form-group {
  text-align: initial;
  margin: 10px 0;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none !important;
  border-radius: 4px;
  border-radius: 50px;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  bottom: 1px;
  right: 18px !important;
}

span.select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-top: none;
  /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
}

.select2-container {
  transition: none;
  width: 100% !important;
}

.select2-dropdown {
  transition: none;
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%);
  font-size: 14px;
  border-radius: 15px;
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown input {
  background-color: #171717;
  border-color: rgb(255 255 255 / 10%) !important;
  outline: none !important;
}

.select2-results__option {
  padding: 10px 26px;
  background-color: transparent !important;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected {
  color: var(--secondary-color) !important;
}

/* loader */
.px_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.px_loader img {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}

.px_map_section iframe {
  width: 100%;
  height: 593px;
}

/* header css start */
.px_header_wrapper {
  display: flex;
  background-color: #fff;
}

.px_logo {
  padding: 3px 35px;
  display: flex;
  align-items: center;
}

.px_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.px_menu > ul > li {
  display: inline-flex;
  text-transform: capitalize;
  margin: 0 20px;
  position: relative;
}

.px_menu_wrapper {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 10%);
  justify-content: space-between;
  /* padding: 9px 57px 9px 0px;*/
  position: relative;
  z-index: 1;
  background: #ffb800;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.px_header_detail {
  /* width: calc(100% - 449px); */
  width: 100%;
}

.px_menu > ul > li > a {
  padding: 10px 7px;
  position: relative;
  transition: all 0.3s linear;
  color: #02031a;
  font-weight: 500;
  font-size: 15px;
}

.px_menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--secondary-color);
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.px_menu > ul > li > a:hover:before,
.px_menu > ul > li > a.active:before {
  width: 100%;
}

.px_menu ul li a:hover,
.px_menu ul li a.active {
  color: #fa6d39;
}

.px_info_detail {
  /*padding-right: 50px;*/
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.px_search_wrapper {
  padding-top: 22px;
  transition: all 0.3s linear;
}

.px_search {
  cursor: pointer;
  transition: all 0.3s linear;
}

.px_info_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_info_detail ul li {
  display: inline-flex;
  padding: 8px 0px;
}

.px_info_detail ul li a,
.px_info_detail ul li a:focus {
  text-decoration: none;
  color: inherit;
}

.px_infobox .px_infoicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.px_infobox {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
}

.px_info_detail ul li .px_infobox > span {
  font-weight: 600;
  margin-right: 5px;
}

.px_right_info {
  display: flex;
  align-items: center;
}

.px_cart_wrapper {
  background-color: #363636;
  padding: 14px 24px;
  border-radius: 50px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_cart_wrapper > span {
  position: relative;
  margin-right: 20px;
}

.px_cart_wrapper > span .px_cartnumber {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
}

.px_cart {
  position: relative;
}

.px_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: #000000;
  z-index: 1;
  padding: 5px 20px 20px;
  box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
  border-radius: 20px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.3s linear;
}

.px_cart.cart_open .px_cart_box {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.px_cart_list .px_cart_img {
  float: left;
}

.px_cart_list .px_cart_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.px_cart_info {
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
}

.px_cart_list .px_cart_info a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 5px;
  width: 110px;
  text-transform: capitalize;
}

.px_cart_list {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.px_cart_list li {
  width: 100%;
}

.px_cart_list .px_cart_info p {
  font-size: 14px;
}

.px_cart_box .px_cart_total,
.px_cart_box .px_cart_btn {
  padding-right: 20px;
}

.px_cart_box .px_cart_total p {
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}

.px_cart_box .px_cart_total p span {
  float: right;
  font-family: "Philosopher", sans-serif;
}

.px_cart_box .px_cart_btn {
  text-align: center;
  padding-top: 5px;
}

.px_cart_box .px_cart_btn button {
  background-color: #181818;
  padding: 0 12px;
  text-transform: capitalize;
}

.px_cart_box .px_cart_btn button::after {
  border-left-color: #151515;
}

.px_cart_box .px_cart_btn button::before {
  border-right-color: #151515;
}

.px_cart_box .px_cart_btn button:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_cart_box .px_cart_btn button:hover::after {
  border-left-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:hover::before {
  border-right-color: var(--secondary-color);
}

.px_cart_box .px_cart_btn button:first-child {
  margin-right: 25px;
}

.px_cart_list::-webkit-scrollbar {
  width: 4px;
}

.px_cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.px_cart_list::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
  outline: #708090 solid 1px;
}

.px_menu > ul > li .px_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 10px;
  width: 170px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_menu > ul > li > .px_submenu {
  transform: translateY(-10px);
}

.px_menu > ul > li:hover > .px_submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu li a {
  padding: 7px 20px;
  display: flex;
}

.px_menu > ul > li .px_submenu > li > .px_submenu {
  right: 100%;
  top: 8px;
  left: auto;
  transform: translateX(-20px);
}

.px_menu > ul > li .px_submenu > li:hover > .px_submenu {
  transform: translateX(-10px);
  opacity: 1;
  visibility: visible;
}

.px_menu > ul > li .px_submenu > li {
  position: relative;
}

.px_menu > ul > li .px_submenu:before {
  content: "";
  position: absolute;
  border-bottom: 7px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 100%;
  left: 13px;
}

.bg-video-ection > video {
  width: 100%;
  height: 737px;
  object-fit: initial;
}

.px_menu > ul > li > .px_submenu > li > .px_submenu:before {
  bottom: auto;
  top: 10px;
  left: 100%;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid #363636;
}

/* header css end */
/* banner css start */
.px_banner_wrapper {
  /* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 310px;
    overflow: hidden; */
  position: relative;
  background: #e3f1eb;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 0;
}

.px_banner_slider {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 200px 0;
}

.bg-video-ection {
  position: relative;
}

.bg-video-ection:before {
  position: absolute;
  content: "";
  background-color: #000000ab;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*
.px_banner_wrapper::before {
    position: absolute;
    content: url(../images/star.png);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}*/
.small,
small {
  font-size: 10px;
}

.px_banner_detail h5 {
  font-size: 20px;
  margin: 0 0 25px;
  background-color: rgb(255 255 255 / 9%);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
}

.px_banner_detail h1 {
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 13px;
  font-weight: 900;
}

.px_banner_detail p {
  max-width: 100%;
  width: 720px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 21px;
}

.px_banner_wrapper .slick-dots {
  text-align: center;
  display: none;
}

.px_banner_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  display: inline-block;
  width: 100%;
}

.px_banner_slider .slick-arrow.slick-prev {
  left: -265px;
}

.px_banner_slider .slick-arrow.slick-next {
  right: -900px;
}

p.px_font14.px_padderBottom20.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

p.px_font14.px_margin0.px-sed {
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
}

.px_banner_wrapper .px_btn:hover:after {
  border-left-color: #000000;
}

.px_banner_wrapper .px_btn:hover:before {
  border-right-color: #000000;
}

.px_banner_slider .slick-arrow:hover {
  background-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.px_banner_slider .slick-arrow:hover:before {
  border-right-color: var(--secondary-color);
}

/* banner css end */
/* about css start */
.px_about_wrapper {
  /* background-image: url(../images/bg2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0px 80px;
  margin-top: -10px;
}

.px_about_wrapper p {
  margin-bottom: 15px;
}

.px_contact_expert {
  display: flex;
  background-color: #080808;
  border-radius: 10px;
  padding: 25px;
  margin-top: 20px;
  align-items: center;
  max-width: 470px;
  margin-bottom: 20px;
}

.px_contact_expert .px_icon {
  width: 65px;
  height: 65px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
}

.px_contact_expert .px_icon:before {
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px dashed var(--secondary-color);
  content: "";
  border-radius: 100%;
}

.px_contact_expert:hover .px_icon:before {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_contact_expert h5 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.px_contact_expert h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 0 0;
}

.px_aboutimg {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  text-align: right;
}

.px_aboutimg img {
  display: inline-block;
}

.px_aboutimg::after {
  position: absolute;
  content: "";
  top: 95px;
  right: 84px;
  background-color: #080808;
  width: 420px;
  height: 450px;
  z-index: -1;
}

.px_aboutimg::before {
  position: absolute;
  content: "";
  left: 17px;
  bottom: 0;
  border-left: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  width: 90px;
  height: 90px;
}

.px_about_slider {
  max-width: 520px;
  /*  margin: 0 20px 0 auto;*/
}

.px_about_slider .slick-dots {
  position: absolute;
  left: -46px;
  bottom: 32px;
}

.px_about_slider .slick-dots li {
  display: flex;
  cursor: pointer;
  margin: 15px 0;
}

/* about css end */
/* service css start */
.px_service_box {
  /*  background-color: #f3e288;*/

  margin-top: 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: all 0.5s;
}

.slick-slide img {
  display: inline-block !important;
}

.px_service_box:hover {
  transform: translate(0px, -10px);
}

.px_service_box .px_icon {
  width: 80px;
  background-color: #181818;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s linear;
}

.px_service_box .px_icon:after {
  border: 1px dashed #5a5a5a;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 100%;
}

.px_service_box:hover .px_icon {
  background-color: var(--secondary-color);
}

.px_service_box:hover .px_icon:after {
  border-color: var(--secondary-color);
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_service_box .px_subheading {
  margin: 30px 0 10px;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600;
}

.px_service_box .px_subheading:after {
  width: 70px;
  height: 2px;
  background-color: var(--secondary-color);
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.px_service_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_link {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  letter-spacing: 0.6px;
}

/* service css end */
/* zodiec sign css start */
.px_zodiac_sign_wrapper {
  /*background-image: url('../images/bg3.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;

  background: #fff;
}

.px_sign_img img {
  margin: 0 auto;
}

.px_sign_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_sign_ul li {
  margin-top: 40px;
  padding: 15px 23px;
  border-radius: 0px 50px 0px 50px;
}

ul.px_sign_ul.px_sign_ul_right li {
  border-radius: 50px 0px 50px 0px;
}

.px_sign_box {
  background-color: #ffe187;
  max-width: 250px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  transition: all 0.2s linear;
}

.px_sign_box > a {
  display: flex;
  align-items: center;
}

.px_sign_box .px_sign {
  background-color: #171717;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  position: relative;
  transition: all 0.2s linear;
}

.px_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}

.px_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.px_sign_box:after,
.px_sign_box:before {
  /* content: '';
    position: absolute; */
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #080808;
}

.px_sign_box:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 20px solid #080808;
}

/* .px_sign_box .px_sign:after,.px_sign_box .px_sign:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left:18px solid #171717;
 
}  */
/*.px_sign_box:hover {
    background-color: var(--secondary-color);
}*/

.px_sign_box:hover:after {
  border-left-color: var(--secondary-color);
}

.px_sign_box:hover:before {
  border-right-color: var(--secondary-color);
}

.px_sign_box:hover .px_sign {
  background-color: #e66712;
}

.px_sign_box:hover .px_sign:after {
  border-left-color: #e66712;
}

.px_sign_box:hover .px_sign:before {
  border-right-color: #e66712;
}

.px_sign_box .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid #171717;
}

.px_sign_ul li:first-child,
.px_sign_ul li:last-child {
  transform: translateX(200px);
}

.px_sign_ul li:nth-child(2),
.px_sign_ul li:nth-child(5) {
  transform: translateX(100px);
  z-index: 1;
}

.px_sign_ul.px_sign_ul_right li:first-child,
.px_sign_ul.px_sign_ul_right li:last-child {
  transform: translateX(-200px);
}

.px_sign_ul.px_sign_ul_right li:nth-child(2),
.px_sign_ul.px_sign_ul_right li:nth-child(5) {
  transform: translateX(-100px);
}

.px_sign_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  width: 100%;
}

.px_sign_ul_right .px_sign_box {
  margin: 40px 0 0 auto;
}

/* zodiec sign css end */
/* zodiec sign form css start */
.px_sign_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
}

.px_input_feild {
  position: relative;
}

.px_input_feild > span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.px_sign_form ul li {
  /* max-width: 270px; */
  width: 100%;
  padding: 0 15px;
}

.px_sign_form ul li:nth-child(3) {
  max-width: 370px;
}

.px_sign_form ul li:last-child {
  max-width: 205px;
}

.px_sign_form {
  background-color: #171717;
  padding: 25px 33px 50px;
  border-radius: 10px;
}

li.px_form_box {
  text-align: left;
}

/* zodiec sign form css end */
/* customer css start */
.px_customer_wrapper {
  /* background-image: url('../images/bg4.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #f6f6f6;
}

.px_customer_slider .slick-dots {
  text-align: center;
}

.px_customer_box {
  /* background-image: linear-gradient(to right, #FDB69C, #FEEEBC);*/
  background: #fff;
  padding: 0 45px 42px;
  position: relative;
  margin: 50px 15px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1) !important;
}

header .h1 {
  font-size: 30px;
  font-weight: bold;
}

.px_customer_box:before {
  content: "";
  position: absolute;
  top: 75px;
  transform: translateX(-50%);
  left: 50%;
  width: 86px;
  height: 74px;

  z-index: -1;
}

.px_customer_box .px_customer_img > img {
  border-radius: 100%;
}

.px_customer_box .px_customer_img {
  position: relative;
  display: inline-flex;
  margin: -45px 0 34px;
}

.px_customer_box .px_customer_img span {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  line-height: 32px;
  right: -10px;
  bottom: 0px;
}

.px_customer_box .px_customer_img span img {
  display: inline-block;
}

.px_customer_box p {
  font-size: 14px;
  line-height: 24px;
}

.px_customer_box h3 {
  font-size: 20px;
  margin: 15px 0 0;
}

/* customer css end */
/* why choose css start */

section.px_whychoose_wrapper.px_padderTop80 {
  padding-top: 80px;
}

.px_whychoose_wrapper {
  background: #080808;
}

.px_whychoose_box .px_number > span {
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.px_whychoose_box h4 {
  font-size: 20px;
  margin: 25px 0 35px;
  text-align: center;
  transition: all 0.2s linear;
}

.px_number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
  z-index: 0;
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.before-img00 {
  position: absolute;
  left: 0;
  z-index: -1;
  animation: rotated 120s infinite linear;
}

.px_whychoose_box:hover h4 {
  color: var(--secondary-color);
}

/* why choose css end */
/* blog css start */
.px_blog_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*  background: #f9f9f9;*/
}

.px_blog_img {
  position: relative;
  margin-bottom: 36px;
}

.px_blog_img .px_btn {
  position: absolute;
  right: 35px;
  bottom: -25px;
  color: #000;
  padding: 0 15px;
}

.px_blog_box {
  margin-top: 30px;
  text-align: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.px_product_img {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}

.px_product_img ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -60px;
  left: 0;
  right: 0;
  background-color: var(--secondary-color);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.px_product_img > img {
  width: 100%;
  border-radius: 10px;
}

.px_product_box:hover .px_product_img ul {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.px_product_img ul li {
  display: inline-flex;
  line-height: 40px;
  color: #ffffff;
}

.px_product_img ul li:last-child {
  border-right: none;
}

.px_product_img ul li:nth-child(2) {
  position: relative;
}

.px_product_img ul li:nth-child(2):after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fda2658f;
  border-right: 1px solid #fda2658f;
}

.px_product_box .px_subheading {
  margin: 5px 0 6px;
}

.px_product_box .px_price {
  font-size: 18px;
  font-weight: 600;
}

.px_product_box .px_price > span {
  font-size: 14px;
  font-weight: 400;
}

.px_product_box .px_price > del {
  color: #dfe0e1;
}

.px_product_img ul li span {
  margin-left: 14px;
  font-size: 14px;
}

.px_product_box ul li img {
  display: inline-block;
}

.px_product_wrapper.px_product_page {
  background-color: #181818;
}

/* product css end */
/* overview css start */

.px_overview_wrapper {
  /* background-image: url('../images/bg6.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.px_overview_wrapper::after {
  position: absolute;
  /* content: url(../images/New-folder/dark-moon-1-olv8km0mfctu3d1ffgcv3s7yfnhjihhned7yvzhx4g.webp); */
  left: 152px;
  top: 70px;
  width: 100%;
  z-index: -1;
  animation: 2.3s rl-rotate linear infinite;
}

@keyframes rl-rotate {
  0% {
    transform: rotate(360deg) translate(-5px) rotate(-360deg);
    transition: 1s ease-in-out;
  }

  100% {
    transform: rotate(0deg) translate(-5px) rotate(0deg);
    transition: 1s ease-in-out;
  }
}

.px_overview_inner {
  background-color: #171717;
  padding: 42px 50px 50px;
  border-radius: 20px;
}

.px_overview_inner h4 {
  font-size: 24px;
  margin: 0 0 11px;
}

.px_overview_inner .px_btn {
  margin-top: 10px;
  padding: 0 14px;
}

.px_overview_inner .px_btn img {
  margin-right: 10px;
}

/* overview css end */

/* footer css start */
.px_newsletter_wrapper {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.px_newsletter_box {
  position: relative;
}

.px_newsletter_box .form-control {
  border-radius: 0px;
  height: 60px;
  background-color: #000;
  border-radius: 50px;
}

.px_newsletter_box .form-control::placeholder,
input[type="text"]::placeholder,
textarea.form-control::placeholder {
  color: #c3c3c7;
}

.px_newsletter_wrapper .row {
  align-items: center;
}

/* .px_newsletter_box:after,.px_newsletter_box:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 17px solid #000;
} */
/* .px_newsletter_box:after{
    right:100%;
    left:auto;
    border-left: none;
    border-right: 17px solid #000;
} */
.px_newsletter_box .px_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 1;
}

.px_footer_inner {
  display: flex;
}

.px_footer_widget > p {
  margin: 18px 0 20px;
  color: #000;
}

.px_footer_widget > ul > li:hover {
  color: #ffb800;
}

.px_footer_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_footer_widget > ul > li {
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #000;
}

.px_footer_widget > ul > li span svg {
  fill: #000;
  margin-right: 10px;
}

.px_footer_widget > ul > li:hover span svg path {
  fill: #ffb800;
}

.px_footer_widget > ul > li:hover span {
  transition: none;
}

.px_footer_heading {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  position: relative;
  margin-bottom: 22px;
  color: #000;
}

.px_footer_heading:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 92px;
  height: 2px;
  background-color: #ffb800;
}

.px_footer_widget .px_contact_list li {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.px_footer_widget .px_contact_list li:before {
  display: none;
}

.px_footer_widget .px_contact_list li img {
  margin: 0 15px 0 0;
  transform: translateY(3px);
}

.px_footer_widget .px_contact_list li p {
  margin: 0;
}

.px_share_box ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
}

.px_share_box ul li a:hover {
  background-color: var(--secondary-color);
}

.px_share_box ul li {
  display: inline-flex;
  margin-right: 5px;
}

.px_copyright_wrapper {
  /* background-color: #ffb800;*/
  background: linear-gradient(
      to left top,
      #f1d4c1 0% /*bottom-right color*/,
      #ffecba 50% /*middle color*/,
      #f8e7c6 100% /*top-left color*/
    ),
    linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)) !important;

  padding: 13px 0 5px;
}

.btn-primary {
  color: #fff;
  background-color: #fa6d39;
  border-color: #fa6d39;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fa6d39;
  border-color: #fa6d39;
}

.theme-btn {
  color: #fff;
  background-color: #ffb800 !important;
  border-color: #ffb800 !important;
}

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

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

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

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

.round1 {
  border-radius: 10px;
}

.wid50 {
  width: 50px !important;
}

.wid100 {
  width: 100px !important;
}

.wid120 {
  width: 120px !important;
}

.wid150 {
  width: 150px !important;
}

.wid200 {
  width: 200px !important;
}

.carousel .carousel-indicators li {
  background-color: gray;
}

.carousel .carousel-indicators li.active {
  background-color: #ffb800;
  border-radius: 40%;
}

/* footer css end */
/* breadcrum start */
.px_breadcrum_wrapper {
  /* background: #e3f1eb;*/
  /* background-image: url(../images/New-folder/top.png);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 10px;
}

.px_breadcrum_wrapper h1 {
  margin: 0px 0 0px;
  font-size: 28px;
  color: #fff;
}

.px_breadcrum_wrapper .breadcrumb {
  color: #000;
}

.activee {
  color: #fa6d39;
}

.breadcrumb > li + li:before {
  content: "/";
}

/* breadcrum end */
/* service detail start */
.px_service_wrapper {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.px_service_wrapper::before {
  position: absolute;
  /* content: url(../images/New-folder/moon-sign-1-1.webp); */
  left: -310px;
  top: 110px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_wrapper::after {
  position: absolute;
  /* content: url(../images/New-folder/moon-sign-3.webp); */
  right: -285px;
  bottom: -15px;
  animation: rotated 120s infinite linear;
  overflow: hidden;
  z-index: -1;
}

.px_service_page .px_service_wrapper {
  background-image: url(/_next/static/media/bg6.cccf59e8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.px_service_page .px_service_wrapper .px_service_box {
  background-color: #000000;
}

.px_servicedetail_wrapper {
  background-color: #222222;
}

.px_service_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_ul li {
  padding: 0 0 6px 23px;
  position: relative;
}

.px_service_ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/_next/static/media/arrow.f5ef933a.svg) no-repeat center;
  left: 0;
  top: 8px;
}

.px_service_detail_inner .px_heading {
  font-size: 32px;
  padding-bottom: 15px;
  margin: 22px 0 15px;
}

.px_service_detail_inner p {
  margin-bottom: 20px;
}

.px_service_detail_inner h4 {
  font-size: 24px;
}

.px_service_widget h3 {
  font-size: 22px;
  display: inline-flex;
  padding-bottom: 11px;
}

.px_service_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_service_widget ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px dashed #fac72052;
}

.px_service_widget ul li a {
  display: flex;
  justify-content: space-between;
}

.px_service_widget ul li a span {
  transition: none;
}

.px_service_widget ul li a span:first-child {
  border-bottom: 1px solid transparent;
}

.px_service_widget ul li:hover a span:first-child {
  border-color: var(--secondary-color);
}

.px_service_widget ul li:hover {
  color: var(--secondary-color);
}

.px_service_widget ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/_next/static/media/arrowHover.fb1ad457.svg) no-repeat center;
  left: 0;
  top: 8px;
}

.px_service_widget ul li:hover:before {
  background: url(/_next/static/media/arrowHover.fb1ad457.svg) no-repeat center;
}

.px_service_widget.px_download_box {
  background-color: var(--secondary-color);
  padding: 50px 10px;
}

.px_gplay {
  margin-bottom: 15px;
  display: inline-flex;
}

.px_service_widget .px_heading::after {
  width: 75%;
}

/* service detail End */
/* zodiac detail start */
.px_card_box img {
  border-radius: 10px;
}

.px_card_box > a {
  outline: none;
}

.px_zodiac_sidebar .px_sign_box {
  margin-bottom: 20px;
}

.px_zodiac_heading .px_sign {
  background-color: var(--secondary-color);
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
}

.px_zodiac_heading .px_sign:after,
.px_zodiac_heading .px_sign:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 18px solid var(--secondary-color);
}

.px_zodiac_heading .px_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid var(--secondary-color);
}

.px_zodiac_heading {
  font-family: "Philosopher", sans-serif;
  font-size: 36px;
  padding-left: 20px;
}

.px_zodiac_heading > span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.px_tab_wrapper div#myTabContent {
  margin-top: 20px;
}

.px_tab_wrapper .nav-tabs > li > button {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  padding: 16px 35px;
  position: relative;
  color: #fff;
}

.px_tab_wrapper .nav-tabs > li > button::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--secondary-color);
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.px_tab_wrapper .nav-tabs > li > button:hover,
.px_tab_wrapper .nav-tabs > li > button.active {
  color: var(--secondary-color);
}

.px_tab_wrapper .nav-tabs > li > button:hover:before,
.px_tab_wrapper .nav-tabs > li > button.active:before {
  width: 42px;
}

.px_tab_wrapper .nav-tabs {
  background-color: #000000;
  border: none;
}

.px_tab_wrapper li {
  margin: 10px 0;
}

.px_countdown_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.px_countdown_wrapper ul li {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 30px;
  padding-right: 62px;
  position: relative;
}

.px_countdown_wrapper ul li .progress-percentage {
  width: 108px;
  height: 108px;
  border: 9px solid #3e3f40;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Philosopher", sans-serif;
}

.px_countdown_wrapper ul li h3 {
  margin: 15px 0 0;
  text-transform: capitalize;
}

.px_countdown_wrapper ul li:last-child {
  padding-right: 0px;
}

.px_zodiac_single_wrapper {
  background-color: #111212;
}

.px_progressbar {
  position: relative;
  width: 108px !important;
  height: 108px !important;
}

.px_countdown_wrapper ul li canvas {
  position: absolute;
  top: -21px;
  left: -21px;
}

/* zodiac detail End */
/* Blog Single Start */
.px_customer_box.px_bloquote {
  padding: 50px;
  margin-bottom: 20px;
}

.px_customer_box.px_bloquote h3 span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.px_tag_wrapper .px_btn {
  background-color: #121212;
  height: 40px;
  text-transform: capitalize;
  padding: 0 12px;
}

.px_tag_wrapper .px_btn:after,
.px_tag_wrapper .px_btn:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 13px solid #121212;
}

.px_tag_wrapper .px_btn:before {
  border-left: none;
  border-right: 13px solid #121212;
}

.px_tag_wrapper ul li {
  margin-right: 17px;
  align-items: center;
}

.px_tag_wrapper ul {
  padding-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.px_about_admin {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

.px_about_admin .px_aboutImage {
  width: 117px;
  margin-right: 32px;
}

.px_about_admin .px_aboutDetail {
  width: calc(100% - 149px);
}

.px_about_admin .px_aboutImage img {
  border: 3px solid #fff;
  border-radius: 100%;
}

.px_comment_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.px_comment_section ul li {
  display: flex;
}

.px_comment_section > ul > li {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0;
}

.px_comment_section > ul > li:last-child {
  border-bottom: none;
}

.px_comment_section > ul > li > ul > li {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0 0;
}

.px_comment_section > ul > li > ul > li:first-child {
  border: none;
  padding: 0 0 40px;
}

.px_comment_section > ul > li > ul > li {
  margin-left: 100px;
}

.px_comment_section > ul > li .px_comnt_img {
  width: 110px;
}

.px_comment_section > ul > li .px_comnt_img img {
  border-radius: 100%;
}

.px_comment_section > ul > li .px_comnt_detail {
  width: calc(100% - 110px);
  position: relative;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail .px_btn img {
  margin-right: 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span {
  display: flex;
  padding: 5px 0 10px;
}

.px_comment_section > ul > li .px_comnt_detail > span img {
  margin-right: 10px;
}

.px_comment_form .px_heading,
.px_comment_section .px_heading {
  font-size: 32px;
}

.px_comment_form .form-control {
  margin-bottom: 30px;
  border-radius: 50px;
}

.px_comment_form textarea.form-control {
  height: 210px;
  padding: 15px 30px;
  resize: none;
  border-radius: 20px;
}

.px_journal_box_wrapper textarea.form-control {
  border-radius: 15px;
}

.px_blog_box.px_blog_single {
  margin: 0px;
}

.px_search_widget {
  position: relative;
  margin-bottom: 50px;
}

.px_search_widget > a {
  position: absolute;
  background-color: var(--secondary-color);
  padding: 15px 18px;
  display: inline-flex;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 0px 30px 30px 0px;
}

.px_search_widget .form-control {
  padding-right: 70px;
  border-radius: 50px;
}

.px_tag_wrapper > .px_btn {
  /* margin: 0 15px 10px; */
  margin: 0 21px 9px 0px;
}

.px_service_widget .px_recentposts li {
  padding: 0;
  margin: 5px 0 13px;
}

.px_service_widget .px_recentposts li h5 {
  margin: -5px 0 0;
  font-size: 14px;
  line-height: 20px;
  transition: none;
}

.px_service_widget .px_recentposts li:before {
  display: none;
}

.px_service_widget .px_recentposts li .px_img {
  margin-right: 15px;
}

.px_service_widget .px_recentposts li .px_detail > span {
  display: flex;
  align-items: center;
}

.px_service_widget .px_recentposts li .px_detail > span img {
  margin-right: 10px;
}

.px_tag_wrapper .px_btn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.px_tag_wrapper .px_btn:hover:before {
  border-right-color: var(--secondary-color);
}

.px_tag_wrapper .px_btn:hover:after {
  border-left-color: var(--secondary-color);
}

.px_blog_box .px_subheading > a {
  transition: none;
}

/* Blog Single End */
/* Contact Start */
.px_info_box {
  display: flex;
  align-items: center;
}

.px_info_box .px_icon {
  width: 65px;
  background-color: var(--secondary-color);
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  margin-right: 26px;
}

.px_info_box .px_icon:after {
  border: 1px dashed var(--secondary-color);
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border-radius: 100%;
}

.px_info_box:hover .px_icon:after {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.px_info_box .px_info {
  width: calc(100% - 100px);
}

.px_info_box h5 {
  color: var(--secondary-color);
  font-size: 20px;
}

.px_contact_info .px_heading {
  font-size: 32px;
}

.px_contact_info > p {
  margin-bottom: 36px;
}

.px_contact_form {
  padding: 46px 50px 50px;
  background-color: #000000;
  margin-bottom: -263px;
  position: relative;
  border-radius: 10px;
}

.px_contact_form .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0px;
  background-color: #171717;
  border-radius: 50px;
}

.px_contact_form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.px_contact_form textarea.form-control {
  resize: none;
  height: 120px;
  margin-bottom: 30px;
  background-color: #171717;
  border-radius: 17px;
}

.px_contact_form .px_subheading {
  margin: 0 0 37px;
}

/* Contact End */
/* Search popup start */
.px_search_boxpopup {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.px_search_boxpopup.popup_open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.px_search_inner {
  max-width: 600px;
  width: 100%;
}

.px_search_inner .px_search_widget {
  margin: 0;
}

.px_cancel {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.px_cancel svg {
  fill: var(--primary-color);
}

.px_cancel:hover svg {
  fill: var(--secondary-color);
}

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(19 20 20 / 65%);
}

.modal .modal-dialog {
  margin: 0 auto;
  transform: none !important;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.modal-content {
  width: 100%;
}

.modal-header {
  padding: 15px 25px;
  /*border-color: rgb(255 255 255 / 10%);*/
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  /*  border: 1px solid rgb(255 255 255 / 10%);*/
}

.modal-body {
  padding: 40px;
}

.modal-header .close {
  color: #000;
  font-weight: 300;
  text-shadow: none;
  border: 1px solid #ffb800;
  opacity: 1;
  width: 25px;
  height: 25px;
  line-height: 18px;
  background-color: #ffb800;
  border-radius: 100%;
  margin-top: 5px;
  font-size: 16px;
  outline: none !important;
}

.px_login_data {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
}

.px_login_data label {
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.px_login_data label input {
  display: none;
}

.px_login_data label .checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background-color: #424242;
  border-radius: 4px;
  top: 4px;
}

.px_login_data label .checkmark:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) scale(0);
  top: 5px;
  left: 4px;
}

.px_login_data label input:checked + .checkmark:after {
  transform: rotate(-45deg) scale(1);
}

.px_login_box,
.px_signup_box {
  display: none;
}

.px_login_box.active,
.px_signup_box.active {
  display: block;
}

/* Login popup End */
/* Appointment Page Start */
.px_appointment_wrapper,
.px_product_single_wrapper,
.px_team_wrapper,
.px_privacy_wrapper,
.px_faq_wrapper,
.px_contact_section {
}

.px_journal_box_wrapper {
  background-color: #000000;
  display: flex;
  padding: 40px;
  border-radius: 10px;
}

.px_journal_box_wrapper label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.px_journal_box_wrapper .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
}

.px_faq_section .accordion-button:not(.collapsed) {
  color: #333 !important;

  background-color: #f6f6f6 !important;
  /* border-radius: 0px !important;*/
}

.px_btime {
  height: 50px;
  background: #fac720;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  /* margin-left: 15px; */
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  outline: none;
  width: auto;
  transition: 0.2s linear;
  border-radius: 50px;
}

.accordion-item {
  border: 1px solid #33333352;
}

.accordion-item {
  border-bottom: 1px solid #33333352 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.px_faq_wrapper {
  background: #f6f6f6;
}

.px_faq_section .accordion-button {
  color: #333;
}

/* .px_faq_section .accordion-header:not(.collapsed)
{
    background-color: #ff7010;
} */
.accordion-item:last-of-type .accordion-button.collapsed {
  border: none;
}

.px_faq_section .px_journal_box_wrapper textarea.form-control {
  height: 100px;
  resize: none;
  padding-top: 10px;
  border: none;
}

.px_faq_section .px_journal_box_wrapper .px_subheading {
  margin: 0 0 40px;
  font-size: 28px;
}

.px_faq_section .accordion-body {
  padding: 1rem 1.25rem;
  background: #f6f6f6 !important;
  color: #333;
  /*
     border-radius: 29px;*/
}

.accordion-button {
  background-color: #f6f6f6 !important;
}

.px_faq_section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-360deg);
  content: "-";
  font-size: 40px;
  line-height: 15px;
}

.px_faq_section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  font-size: 30px;
  transition: transform 0.2s ease-in-out;
  line-height: 20px;
  background-image: none;
  transition: all 0.3s linear;
}

.px_faq_section .accordion-button:focus {
  border-color: #ff7010;
  box-shadow: none;
}

.px_journal_box_wrapper .form-group {
  margin-bottom: 20px;
}

/* Appointment Page End */
/* Error Page Start */
.px_error_wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-color:#000000; */
  background-image: url(/_next/static/media/breadcrumb.c16e65f8.webp);
}

.px_error_wrapper h1 {
  font-size: 150px;
  line-height: 200px;
}

.px_error_wrapper h2 {
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 35px;
}

.px_error_wrapper p {
  font-size: 20px;
}

/* Error Page End */
/* FAQ Page Start */
.card {
  border-radius: 10px;
}

.card button.btn.btn-link {
  color: var(--primary-color);
  font-size: 18px;
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.card-header {
  padding: 0px;
  /*  background-color:#fac720;*/
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card-body {
  padding: 20px;

  border-top: 1px solid rgb(255 255 255 / 10%);
}

.card-header h2 {
  margin-bottom: 0;
}

/* FAQ Page End */
/* Team Page Start */
.px_team_box .px_share_box ul {
  padding: 0;
}

.px_team_box .px_team_img {
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px;
  border-radius: 100%;
  transition: all 0.3s linear;
  background: #ffb800;
}

.px_team_box .px_team_img img {
  border-radius: 100%;
  transition: all 0.3s linear;
}

.px_team_box:hover .px_team_img img,
.px_team_box:hover .px_team_img {
  border-radius: 100%;
}

.px_team_box:hover .px_team_img {
  border: 1px solid rgb(255 255 255 / 10%);
}

.px_team_box .px_subheading {
  margin-bottom: 4px;
  margin-top: 17px;
}

.px_team_img img {
  max-width: 100%;
  width: 240px;
}

.px_team_box {
  margin-bottom: 30px;
  background-color: #f3e288;
  padding: 25px 0px 25px 0px;
  margin: 5px;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.px_team_box:hover {
  transform: translate(0px, -10px);
}

.expiry_date {
  margin-top: 25px;
}

.expiry_date label {
  padding-bottom: 5px;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
}

span.select2-dropdown.select2-dropdown--above {
  border: none;
}

/* Team Page End */
/* shop single */
.px_shopsingle_wrapper,
.px_cartsingle_wrapper,
.px_checkout_wrapper {
  background-image: url(/_next/static/media/bg4.e44aa4cc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.px_shopsingle_nav .px_prod_img {
  margin: 20px 5px 0;
  cursor: pointer;
}

.px_shopsingle_for .px_prod_img img {
  margin: 0 auto;
}

.px_price {
  font-size: 28px;
  margin: 5px 0 15px;
  color: var(--secondary-color);
}

.px_price del {
  color: rgb(97 117 130);
  margin-left: 10px;
}

.prod_quantity {
  display: flex;
  align-items: center;
}

.prod_quantity input {
  max-width: 180px;
  margin: 0;
  padding: 0 60px;
  text-align: center;
  background-color: black;
}

.quantity {
  position: relative;
  margin-left: 30px;
  border: 1px solid rgb(255 255 255 / 0.1);
  width: 150px;
  border-radius: 50px;
}

.quantity .qty_button {
  position: absolute;
  background-color: #000000;
  border: none;
  right: 0;
  height: 50px;
  width: 50px;
  top: 0;
  border-left: 1px solid rgb(255 255 255 / 0.1);
  outline: none;
  color: #fff;
  /* border-radius: 27px 0px 0px 27px; */
  border-radius: 0px 27px 27px 0px;
}

.px_tab_wrapper {
  margin-top: 60px;
  background-color: black;
  padding: 0px 25px 37px 25px;
  border-radius: 10px;
}

textarea.form-control.form-01 {
  background-color: #171717;
  border-radius: 15px;
}

button.px_btn.px-submit-010 {
  min-width: 130px;
  justify-content: center;
  margin-top: 15px;
}

.quantity .qty_button.minus {
  left: 0;
  border-left: none;
  border-right: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 27px 0px 0px 27px;
}

.product_buy .px_btn {
  margin-right: 25px;
}

.px_shopsingle_nav .slick-list.draggable {
  padding: 0 !important;
}

textarea.form-control {
  height: 120px;
  resize: none;
  padding-top: 15px;
}

input.form-control.form-01 {
  background-color: #171717;
}

.px_cartsingle_wrapper .prod_thumb {
  position: absolute;
}

.px_cartsingle_wrapper .prod_thumb img {
  width: 50px;
}

.px_cartsingle_wrapper .product_details {
  padding: 0 0 0 70px;
}

.px_cartsingle_wrapper td,
.px_cartsingle_wrapper th {
  padding: 20px !important;
  border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.px_cartsingle_wrapper table {
  border: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
}

.cupon_code_wrap {
  display: flex;
}

.cupon_code_wrap .form-control {
  width: 35%;
  margin-right: 25px;
}

.checkout_wrapper_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.checkout_wrapper_box ul li {
  display: flex;
}

.checkout_wrapper_box ul li {
  display: inline-flex;
  margin: 0 20px 30px;
  background-color: #171717;
}

.checkout_wrapper_box ul li:after {
  border-left-color: #171717;
}

.checkout_wrapper_box ul li:before {
  border-right-color: #171717;
}

.checkout_wrapper_box ul li.active {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.checkout_wrapper_box ul li.active:after {
  border-left-color: var(--secondary-color);
}

.checkout_wrapper_box ul li.active:before {
  border-right-color: var(--secondary-color);
}

.checkout_wrapper_box {
  text-align: center;
  background-color: #000000;
  padding: 40px;
  border-radius: 10px;
}

.checkout_wrapper_box .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  background-color: #171717;
  border-radius: 20px;
}

.checkout_wrapper_box .step:not(:first-of-type) {
  display: none;
}

.step .receipt_btn {
  margin: 10px 25px;
}

.stock_details span {
  color: #1cb71c;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  background-color: var(--secondary-color) !important;
}

section.px_know_sign_wrapper {
  background: #080808;
}

.px_footer_wrapper {
  /* background-color: #051021; */
  /*background-color:#F6FAFC;*/
  background: linear-gradient(
      to left top,
      #f1d4c1 0% /*bottom-right color*/,
      #ffecba 50% /*middle color*/,
      #f8e7c6 100% /*top-left color*/
    ),
    linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)) !important;
  /* background-image: linear-gradient(to right, #ff8b53, #ffb95f);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.px_menu {
  display: flex;
}

.px_product_wrapper {
  background-color: #f9f9f9;
}

.px_tarotReading_wrapper {
  background-color: #171717;
}

.px_sign_text {
  max-width: 107px;
}

.menu_fixed {
  position: fixed;
  z-index: 1000;
  padding: 17px 19px;

  /* box-shadow: 0px -5px 20px; */
  width: 100%;
  top: 0;
  background-color: #fff;
  transition: 0.3s linear;
}

.go_top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff7010;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
  text-align: center;
  z-index: 999 !important;
}

.item-bounce {
  animation: bounce 3s infinite ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

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

  100% {
    transform: translateY(-5px);
  }
}

/* Responsive css */
@media (min-width: 1400px) and (max-width: 1810px) {
  /* .px_logo {
        padding: 35px;
    } */

  /* .px_header_detail {
        width: calc(100% - 220px);
    } */

  .px_info_detail {
    padding-right: 20px;
  }

  .px_menu_wrapper {
    padding-right: 50px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -795px;
  }

  .px_info_detail ul li,
  .px_right_info,
  .px_menu > ul > li {
    font-size: 14px;
  }
}

@media (max-width: 1610px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -730px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    left: -100px;
  }

  .px_customer_slider .slick-arrow.slick-next {
    right: -80px;
  }
}

@media (max-width: 1450px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -700px;
  }

  .px_customer_slider .slick-arrow.slick-prev {
    display: none !important;
  }

  .px_customer_slider .slick-arrow.slick-next {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  /* .px_logo {
        padding: 35px;
    } */

  /* .px_header_detail {
        width: calc(100% - 220px);
    } */

  /* .px_banner_wrapper {
        padding: 80px 100px;
    } */

  .px_customer_box {
    padding: 0 40px 42px;
  }

  .px_info_detail,
  .px_menu_wrapper {
    /*padding-right: 35px;*/
  }

  /*.px_info_detail ul li {
        padding: 0px;
    }*/

  .px_infobox {
    font-size: 14px;
  }

  .px_menu > ul > li {
    margin: 0 0px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -45px;
  }

  .slick-arrow.slick-next {
    right: -45px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -640px;
  }
}

@media (max-width: 1360px) {
  .px_menu ul li a {
    font-size: 13px;
  }

  .px_infobox {
    font-size: 12px;
  }

  .px_overview_slider button.slick-prev.px_btn.slick-arrow,
  .px_overview_slider button.slick-next.px_btn.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1260px) {
  .px_infobox .px_infoicon {
    width: 40px;
    height: 40px;
  }

  .px_cart_wrapper {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 11px;
  }

  .px_menu ul li a {
    padding: 13px 5px;
  }

  .px_search_wrapper {
    padding-top: 14px;
  }

  /* .px_logo {
        padding: 15px;
    } */

  /*.px_info_detail ul li {
        padding: 12px;
    }*/

  /* .px_info_detail,
    .px_menu_wrapper {
        padding-right: 0;
    } */

  .px_banner_slider .slick-arrow.slick-next {
    right: -580px;
  }

  .px_customer_wrapper .slick-prev {
    left: 0;
  }

  .px_customer_wrapper .slick-next {
    right: 20px;
    margin: 0;
  }

  .px_overview_wrapper .slick-prev {
    left: -20px;
  }

  .px_overview_wrapper .slick-next {
    right: -4px;
  }
}

@media (max-width: 1199px) {
  .px_info {
    margin: 10px 0;
  }

  .px_banner_detail h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg::before {
    display: none;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .px_about_slider .slick-dots li {
    margin: 15px 5px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .px_product_img > img {
    width: 100%;
  }

  .px_tab_wrapper .nav-tabs > li > a {
    padding: 16px 20px;
  }

  .px_countdown_wrapper ul li {
    padding-right: 30px;
  }

  .px_tag_wrapper .px_btn {
    margin-bottom: 10px;
  }

  .px_contact_form {
    margin-top: 50px;
  }
}

@media (max-width: 1160px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -545px;
  }
}

@media (min-width: 1145px) {
  .px_banner_wrapper .slick-dots {
    display: none !important;
  }
}

@media (max-width: 1145px) {
  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .px_banner_slider .slick-arrow.slick-next,
  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_overview_wrapper .slick-next {
    display: none !important;
  }

  .px_banner_wrapper .slick-dots {
    text-align: left;
    display: none;
    position: absolute;
    left: -80px;
    transform: rotate(90deg);
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .px_about_slider {
    max-width: 100%;
    margin: auto;
  }

  .px_contact_form {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .px_product_description {
    padding-top: 50px;
  }

  .px_infobox .px_infoicon {
    width: 30px;
    height: 30px;
  }

  .px_infobox .px_infoicon img {
    width: 15px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 40px;
  }

  /* .px_logo {
        padding: 10px;
    } */

  .px_cart_wrapper {
    margin-left: 10px;
  }

  .px_infobox .px_infoicon {
    margin-right: 5px;
  }

  .px_cart_wrapper > span {
    margin-right: 12px;
  }

  /* .px_header_detail {
        width: calc(100% - 200px);
    } */

  .px_info_detail,
  .px_menu_wrapper {
    padding-right: 30px;
  }

  .px_info_detail {
    padding-left: 32px;
  }

  .px_info_detail ul li {
    padding: 12px 5px;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    width: 34px;
  }

  .px_infobox .px_logintext {
    display: none;
  }

  .px_banner_detail h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -450px;
  }

  .px_banner_detail h5 {
    font-size: 18px;
  }

  .px_aboutimg::before,
  .px_aboutimg::after {
    display: none;
  }

  .px_aboutimg img {
    margin: 0 20px 30px auto;
    width: 100%;
  }

  .px_padderBottom80 {
    padding-bottom: 70px;
  }

  .px_padderTop80 {
    padding-top: 70px;
    overflow: hidden;
  }

  .px_sign_ul li:first-child,
  .px_sign_ul li:last-child,
  .px_sign_ul li:nth-child(2),
  .px_sign_ul li:nth-child(5),
  .px_sign_ul.px_sign_ul_right li:first-child,
  .px_sign_ul.px_sign_ul_right li:last-child,
  .px_sign_ul.px_sign_ul_right li:nth-child(2),
  .px_sign_ul.px_sign_ul_right li:nth-child(5) {
    transform: translateX(0);
  }

  .px_sign_form ul {
    flex-direction: column;
  }

  .px_sign_box > div {
    width: calc(100% - 80px);
  }

  .px_sign_form ul li {
    max-width: 100%;
    width: 100%;
  }

  .px_sign_form ul li:nth-child(3) {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .px_sign_form ul li:last-child {
    max-width: 100%;
    text-align: center;
  }

  .px_newsletter_wrapper {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
  }

  .px_newsletter_wrapper .px_heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_newsletter_wrapper p {
    margin-bottom: 30px;
  }

  .px_footer_inner {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .px_product_img ul {
    display: flex;
    justify-content: space-around;
  }

  .px_whychoose_wrapper .px_verticle_center {
    display: block;
    text-align: center;
  }

  .px_whychoose_wrapper .px_heading:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .px_whychoose_wrapper p {
    margin-bottom: 30px;
  }

  .px_service_detail_inner {
    margin-bottom: 50px;
  }

  .px_newsletter_box {
    margin: 0 20px;
  }

  .px_card_box {
    text-align: center;
  }

  .px_card_box img {
    display: inline-block;
  }

  .px_service_widget.px_download_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .px_service_widget.px_download_box h3,
  .px_service_widget.px_download_box .px_gplay {
    display: inline-block;
  }

  .px_comment_form {
    margin-bottom: 50px;
  }

  .px_heading {
    font-size: 30px;
  }

  .px_about_slider .slick-dots {
    position: absolute;
    left: -45px;
    bottom: 55px;
    display: block;
  }

  .px_sign_box {
    max-width: 100%;
  }

  .px_sign_img {
    margin-top: 45px;
  }

  .px_blog_wrapper .row {
    justify-content: center;
  }

  .form-control {
    margin-bottom: 16px;
  }

  .px_sign_text {
    max-width: 100%;
  }
}

@media (max-width: 895px) {
}

@media (max-width: 830px) {
  .px_banner_slider .slick-arrow.slick-next {
    right: -360px;
  }

  .px_toggle {
    display: flex;
    margin-right: 20px;
    cursor: pointer;
  }

  .px_menu_wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .px_menu ul li,
  .px_menu ul li a {
    display: block;
  }

  .px_menu {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    width: 250px;
    border-right: 2px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.3s linear;
  }

  .menu_open .px_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .px_menu li {
    display: flex;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
  }

  .px_menu ul li a:before {
    display: none;
  }

  .px_menu_wrapper {
    padding: 12px 10px;
  }

  .px_cart_wrapper {
    display: flex;
  }

  .px_cart_wrapper > span {
    margin-right: 20px;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev {
    left: -102px;
  }

  .px_info_detail {
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }

  .px_right_info {
    padding-left: 5px;
    margin: 0 auto;
  }

  .px_search_inner {
    padding: 0 20px;
  }

  .px_menu > ul > li .px_submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    right: auto !important;
    padding: 0;
    background-color: transparent;
    display: none;
  }

  .px_menu > ul > li .px_submenu .px_submenu {
    display: none;
  }

  .px_menu > ul > li .px_submenu:before {
    display: none;
  }

  .px_menu ul li .px_submenu.active {
    display: block;
  }

  .px_menu ul li.px_submenu_li:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    top: 25px;
    right: 0;
  }

  .px_menu ul li.px_submenu_li ul li.px_submenu_li:after {
    top: 18px;
  }

  .px_banner_img {
    margin-top: 50px;
  }

  .px_menu ul {
    width: 100%;
    margin-top: 50px;
  }

  .px_logo1 {
    display: block !important;
    position: absolute;
    padding: 10px;
  }

  header {
    text-align: center;
  }

  header:before,
  header:after {
    content: "";
    margin: auto 1em;
    border-bottom: none !important;
    flex: 1 1;
  }

  .menu_fixed .px_logo {
    display: block !important;
    padding: 0px;
    margin-top: 0px;
    position: absolute;
    left: 11%;
  }

  .headingmini1 .text-primary {
    float: right;
    margin-top: 12px;
    margin-right: 20px;
  }

  .catscroll {
    display: none;
  }

  .bslide {
    cursor: pointer;
    display: block !important;
  }

  .categorybtn {
    cursor: pointer;
    display: block !important;
  }

  .deskcat {
    display: none !important;
  }

  .gettop {
    display: inline-block !important;
    font-size: 12px;
    background-color: #000 !important;
    border-color: #000 !important;
    height: 32px;
    border-radius: 30px !important;
    font-weight: 600;
  }

  .menu_fixed .getapp {
    display: inline-block !important;
    font-size: 12px;
    background-color: #000 !important;
    border-color: #000 !important;
    height: 32px;
    font-weight: 600;
  }

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

  .menuspaceright {
    padding: 0px;
  }

  .titlechat {
    margin-top: 10px !important;
    font-size: 10px !important;
  }

  .desc-parent-img {
    display: none !important;
  }

  .box-right-style img {
    margin-bottom: 40px;
    width: 40% !important;
  }
}

@media (max-width: 767px) {
  .px_info_box {
    margin: 10px 0;
  }

  .menu_open ~ span.px_body_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(3 29 46 / 0%);
    z-index: 0;
  }

  .px_verticle_center {
    display: block;
  }

  .px_search_wrapper {
    padding-top: 13px;
  }

  .px_sign_box {
    margin: 40;
    margin: 40px auto 0 !important;
  }

  .px_blog_img img {
    width: 100%;
  }

  .px_banner_slider .slick-arrow.slick-next {
    right: -75px;
  }

  .px_banner_detail p {
    max-width: 100%;
    width: 480px;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 25px;
  }

  .px_right_info .px_cart:first-child {
    display: none !important;
  }

  .px_right_info .px_cart:nth-child(2) {
    margin-top: 30px;
  }

  .px_right_info .px_cart:nth-child(3) {
    margin-top: 30px;
  }

  .px_right_info .px_cart .topbtn {
    font-size: 12px;
  }

  .px_right_info .px_cart:last-child {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-bottom: 20px;
  }

  .px_infobox {
    position: absolute;
    left: 10px;
    top: 10px;
  }

  .carousel-item img {
    height: 100% !important;
  }

  .midsp {
    display: none;
  }

  .servicebox p {
    height: 110px !important;
    font-size: 13px !important;
  }

  .headingmini1::after {
    width: 45%;
  }

  .astromall .col-lg-3 {
    width: 50% !important;
  }

  .talk-banner .talk-bg .banner-content {
    margin: 28px 0px 30px 12px !important;
  }

  .banner-images-phone {
    text-align: center !important;
  }

  .banner-images-phone img {
    width: 70% !important;
  }

  .tab button {
    width: 100% !important;
    border-radius: 10px !important;
    margin-bottom: 5px;
  }

  .free_kundli_horoscope {
    padding: 20px 5px !important;
    width: 100%;
  }

  .free_kundli_horoscope .btn_container_horoscope a {
    padding: 5px 1px !important;
    font-size: 70% !important;
  }
}

@media (max-width: 650px) {
  .px_about_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .px_comment_section > ul > li .px_comnt_detail .px_btn {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 20px;
    margin: 10px 0 0 0;
  }

  .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-prev,
  .px_banner_slider .slick-arrow.slick-next {
    display: none !important;
  }

  .px_banner_wrapper {
    /* padding: 80px 40px; */
    overflow: hidden;
  }

  .px_header_detail {
    width: calc(100% - 0px);
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: none;
    position: relative;
    right: 0;
    left: 0;
    transform: rotate(0deg);
    bottom: 0;
  }

  .px_banner_wrapper .slick-initialized .slick-slide {
    text-align: center;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 40px;
  }
}

@media (max-width: 567px) {
  .px_btn {
    margin: 0;
  }

  .modal .modal-dialog {
    width: 100%;
  }

  .px_zodiac_heading {
    font-size: 24px;
  }

  .px_overview_inner {
    padding: 30px 30px 40px;
  }

  .px_cart_box {
    right: -30px;
  }

  .banner-images-phone img {
    display: none !important;
  }

  .servicebox img {
    width: 70px !important;
    height: 70px !important;
  }

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

  .px_footer_widget img {
    width: auto !important;
  }

  .servicebox p {
    display: none;
  }

  .wallpaper img {
    height: 100% !important;
  }

  .box-right-style img {
    margin-bottom: 40px;
    width: 60% !important;
  }
}

@media (max-width: 450px) {
  .px_newsletter_box {
    position: initial;
  }

  .px_about_admin {
    display: block;
  }

  .px_about_admin .px_aboutImage {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .px_about_admin .px_aboutDetail {
    width: calc(100% - 0px);
    text-align: center;
    padding-top: 10px;
  }

  .px_newsletter_box .px_btn {
    position: relative;
    right: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .px_btn:after,
  .px_btn:before {
    display: none;
  }

  .px_journal_box_wrapper {
    padding: 40px 18px !important;
  }

  .px_banner_wrapper {
    /* padding: 80px 0px; */
  }

  .px_banner_wrapper .slick-dots {
    text-align: center;
    display: block;
  }

  .px_info_detail ul li .px_infobox > span.px_orange {
    display: none;
  }

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

  .px_contact_expert h5 {
    font-size: 15px;
  }

  .px_contact_expert .px_icon {
    width: 50px;
    height: 50px;
  }

  .px_zodiac_heading .px_sign {
    margin-right: 20px;
  }

  .px_zodiac_heading {
    font-size: 20px;
    padding-left: 10px;
  }

  .px_newsletter_box:after,
  .px_newsletter_box:before {
    display: none;
  }
}

@media (max-width: 400px) {
  .px_logo img {
    width: 107px;
  }

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

  .px_cart_box {
    width: 270px;
  }

  .modal .modal-dialog {
    margin: 50px auto;
  }

  .px_zodiac_heading {
    font-size: 16px;
  }

  .px_zodiac_heading .px_sign:after,
  .px_zodiac_heading .px_sign:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .px_zodiac_heading .px_sign {
    height: 60px;
    width: 35px;
  }

  .px_zodiac_heading > span {
    font-size: 12px;
  }

  .px_comment_section > ul > li > ul > li {
    margin-left: 20px;
  }
}

@media (max-width: 375px) {
  .px_sign_form {
    padding: 25px 9px 50px;
  }

  .headingg {
    font-size: 13px;
  }

  .headinggmini {
    font-size: 13px;
  }

  .headingmini1 {
    font-size: 13px;
  }

  .px_infobox img {
    width: 170px !important;
  }
}

.px_copyright_wrapper p {
  color: #000;
}

/* new Css for profile page */

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #f3e288;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #000;
  background-color: #fac720;
  border-left: 2px solid #febd69;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  background: #fff;
  min-height: 35em;
  box-shadow: 3px 3px 20px 0 rgb(35 47 63 / 23%);
}

.user-img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 15px;
}

.user-img i {
  position: absolute;
  background-color: #06114f;
  top: 18px;
  right: 5em;
  color: #fff;
  padding: 7px;
  border-radius: 100%;
  font-size: 12px;
}

.user-img {
  position: relative;
}

.profile-usermenu ul li a {
  padding: 14px 15px;
  color: #000;
}

.title1 h3 {
  font-size: 18px;
  color: #000 !important;
  margin-bottom: 0px;
}

.filter-designs {
  margin-bottom: 27px;
}

.filter-designs p {
  font-size: 15px;
  margin-bottom: 13px;
}

.filter-designs .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 38px;
}

.filter-designs .form-group {
  margin-bottom: 0px;
}

.filter-designs .form-group span {
  position: absolute;
  top: 10px;
  right: 27px;
}

.title1 {
  padding: 15px;
  background-color: #fac720;
}

.title1 h3 {
  color: #000 !important;
}

.padding20 {
  padding: 20px;
}

.btn-ss {
  background-color: #ecc80c;
  padding: 8px 56px;
  color: #000;
  font-weight: 600;
  border-radius: 3px;
}

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

.forms-design .form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
}

.forms-design label {
  font-size: 14px;
  margin-bottom: 8px;
}

.forms-design button {
  /* background-color: #f9d310;*/
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
}

/**** Chat css ****/

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}

.top_spac {
  margin: 20px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
}

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

.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}

.chat_ib h5 span {
  font-size: 13px;
  float: right;
}

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

.chat_img {
  float: left;
  width: 11%;
}

.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people {
  overflow: hidden;
  clear: both;
}

.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}

.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat {
  background: #ebebeb;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.incoming_msg_img img {
  border-radius: 100%;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.received_withd_msg {
  width: 57%;
}

.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

.sent_msg p {
  background: #f3e288 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

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

.sent_msg {
  float: right;
  width: 46%;
}

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

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

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

.messaging {
  padding: 0 0 50px 0;
}

.msg_history {
  height: 516px;
  overflow-y: auto;
}

.iti {
  width: 100%;
  margin-top: 10px;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  width: 180px;
  height: 100px;
  border-radius: 100%;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

.topbtn {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #3675ec;
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border: 1px solid #3675ec;
}

.topbtn:hover {
  background: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
}

header {
  background: transparent;
  display: flex;
  color: #fa6d39;
}

header + header {
  color: pink;
}

header + header + header {
  color: gold;
}

header:before,
header:after {
  content: "";
  margin: auto 1em;
  border-bottom: solid 1px;
  flex: 1 1;
}

.profile-widget {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.profile-widget {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.profile-widget .doc-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.profile-widget .doc-img img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.profile-widget .fav-btn {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  color: #2e3842;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  border-radius: 3px;
}

.profile-widget .pro-content {
  padding: 15px 0 0;
}

.profile-widget .pro-content .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-widget .pro-content p.speciality {
  font-size: 13px;
  color: #757575;
  margin-bottom: 5px;
  min-height: 40px;
}

.profile-widget .pro-content .rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}

.profile-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px !important;
}

.profile-widget .pro-content .rating i.filled {
  color: #f4c150;
}

.profile-widget .pro-content .rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.profile-widget .rating i {
  font-size: 14px;
}

.rating i {
  color: #dedfe0;
}

.profile-widget .pro-content .available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

.pro-content .btn-primary {
  font-size: 14px;
}

.available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}

/* New CSS 21october2023 */

.utf_newsletter_block {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: bottom right;
  border: 1px solid #f2f2f2;
  padding: 10px;
  background: #fafbfb;
  border-radius: 6px;
  z-index: 99999;
}

.utf_newsletter_block .iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  height: 34px !important;
}

.menuspaceright {
  justify-content: space-between;
}

.carousel-inner {
  border-radius: 10px;
}

.utf_block_title {
  border-bottom: 2px solid #fac720;
  font-size: 16px;
}

.utf_block_title > span,
.color-orange a.utf_post_cat {
  background: #ff7a09;
}

.utf_block_title > span {
  background: #fac720;
  color: #fff;
  height: 30px;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  display: inline list-item;
}

.titlechat {
  float: right;
  font-size: 15px;
  margin: 4px;
  margin-right: 10px;
  padding: 6px 15px 6px 15px;
  border-radius: 10px;
}

.catt {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

.catt li {
  text-align: center;
  width: 100%;
  padding: 10px;
}

.catt li a {
  font-size: 16px;
}

.catt li:hover {
  background: #fa6d39;
  color: #fff;
}

.author-box {
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin: 0 0 40px;
  display: inline-block;
  border-radius: 4px;
}

.pull-left {
  float: left;
}

/*.astroperson:hover{
    background-image: linear-gradient(to bottom, #ffa700, #fff);
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08);
}*/
.astroperson p {
  font-size: 12px;
  margin-bottom: 0px;
}

.ad2 {
  margin-bottom: 10px;
}

.astroperson .rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}

.astroperson .rating i.filled {
  color: #f4c150;
}

.paise {
  color: #ff5010;
  font-size: 14px;
  font-weight: 700;
}

.astroperson .rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.astroperson .rating i {
  font-size: 14px;
}

.rating i {
  color: #dedfe0;
}

.px_service_box img {
  border-radius: 10px;
  padding-bottom: 20px;
}

.chat .btn-sm {
  position: absolute;
  right: 15px;
  bottom: 5px;
  border-radius: 8px;
  font-size: 12px;
  padding: 5px 12px 5px 12px;
}

.chattab {
  margin-left: 70px;
  font-size: 18px;
  font-weight: 600;
}

.calltab {
  margin-right: 70px;
  font-size: 18px;
  font-weight: 600;
}

.filters {
  max-height: 600px !important;
}

.findbestastro {
  background: #f6f6f6;
}

.findbestastro .card {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.findbestastro .card-header h6 {
  font-weight: 600;
}

.findastro {
  height: 230px !important;
  overflow-y: auto;
}

.list-group {
  border-radius: 0px !important;
}

.list-group-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.list-group-item:hover {
  background-color: #0d6efd;
  color: #fff;
}

.padding-all-10 {
  padding: 10px;
}

.daily_panchang_h {
  font-weight: 600;
  margin-bottom: 7px;
}

.home_table1 tr td {
  font-size: 14px;
  padding: 7px 0px 8px 0px;
}

.home_table2 {
  width: 100%;
}

.home_table2 tr td {
  font-size: 12px;
  padding: 7px 0px 8px 0px;
}

.home_table tr td {
  font-size: 12px;
}

.reviewscroll {
  overflow: auto;
  max-height: 320px;
}

.pre-about::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pre-about::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.pre-about::-webkit-scrollbar-thumb {
  background: #fac720;
}

.reviewscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.reviewscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.reviewscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

.catscroll {
  overflow: auto;
  max-height: 450px;
}

.catscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.catscroll::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
.catscroll::-webkit-scrollbar-thumb {
  background: #fac720;
}

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

.shaped {
  background-color: #ffeb95;
  color: #000;
  border-radius: 30px;
  padding: 0px;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin-top: -10px;
  align-self: center;
}

.card-s-head {
  background-color: #ffb800 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 10px !important;
}

.px_product_img .liveusername {
  position: absolute;
  margin: 30px 8px 0;
  list-style: none;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #00000036;
  color: #fff;
  padding: 10px 0;
  /* visibility: hidden; */
  transition: all 0.2s linear;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  justify-content: space-around;
}

.liveusername h6 {
  font-size: 13px;
  margin-bottom: 0px;
}

.live {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  text-align: center;
  line-height: 12px;
  background: #0000004d;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
  padding: 5px;
}

.chhoot {
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 10px;
}

.astromall .col-lg-3 {
  width: 20%;
}

.boxx {
  position: relative;
}

.ribbon-2 {
  --f: 10px;
  /* control the folded part*/
  --r: 15px;
  /* control the ribbon shape */
  --t: 10px;
  /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
          clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #ff5010;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

/**--- shop page css start ---**/
.ast_shop_wrapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
}

.ast_shop_main,
.ast_shop_sidebar {
  width: 100%;
  float: left;
}

.ast_product_section {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  max-height: 315px;
  margin-bottom: 30px;
}

.ast_product_section .ast_product_info {
  text-align: center;
  padding: 18px 20px;
  background-color: #f4f4f4;
  transition: all 0.3s;
}

.ast_product_section:hover .ast_product_info {
  transform: translateY(-90px);
}

.ast_product_info .ast_info_bottom {
  text-align: center;
  padding-top: 5px;
}

.ast_product_info i {
  color: #ff6f00;
  font-size: 12px;
}

.ast_info_bottom .ast_btn {
  height: 35px;
  line-height: 33px;
}

.ast_product_info .ast_shop_title {
  margin-bottom: 4px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ast_product_section .ast_product_info .ast_shop_title a {
  color: #ff6f00;
}

.ast_product_section .ast_product_image {
  padding: 8px;
  padding-bottom: 10px;
  text-align: center;
}

/*--- shop sidebar css start ---*/
.widget_filter,
.widget_latest_product {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.widget_filter .price-filter-range {
  width: 100%;
  float: left;
  height: 7px;
  background-color: #f1f1f1;
  border-color: transparent;
}

.widget_filter .price-range-field {
  border: none;
}

.widget_filter input#min_price {
  float: left;
}

.widget_filter input#max_price {
  float: right;
  text-align: right;
}

.widget_filter .price-range-field {
  width: 60px;
}

.widget_filter .filter_input {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.widget_filter .ast_btn {
  min-width: auto;
  height: 35px;
  line-height: 33px;
  margin-top: 5px;
}

.widget_filter .ui-slider-handle {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  top: -5px;
  background-color: #ff6f00;
  border-color: transparent;
  cursor: pointer;
}

.widget_filter .ui-slider-handle:focus {
  outline: none;
}

.widget_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #ff6f00;
}

.sidebar_wrapper ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 10px;
}

.sidebar_wrapper ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.widget.widget_categories {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar_wrapper .widget-title {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #222222;
}

.widget-title:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 70px;
  background-color: #ff6f00;
  height: 2px;
}

.talk-banner .talk-bg {
  /* background: url("../images/bg-1.png");*/
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
  margin-top: 20px;
  border-radius: 10px;
  background-size: cover;
}

.talk-banner .talk-bg .banner-content {
  margin: 30px 0px 30px 40px;
}

.talk-banner .talk-bg .talk-banner-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.talk-banner .talk-bg .talk-banner-images .banner-images-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.filter-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 2px;
}

.filter-container ul li {
  list-style: none;
  border: 1px solid #606366;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 6px;
  margin: 0px 5px;
}

.filter-container ul a {
  color: #606366;
  text-decoration: none;
  display: flex;
}

.filter-container ul .input-li {
  display: flex;
}

.searchBtn {
  border: none;
  color: grey;
  background: transparent;
}

.filter-container ul .input-li .input-field {
  outline: none;
  border: none;
  width: 100%;
}

.mobilesearchBtn {
  display: none;
}

.headingmini {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini::after {
  content: "";
  height: 100%;
  width: 50%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.headingmini1 {
  /*  background: #ebebeb;*/
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #fac720;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: -5px;
}

.headingmini1 span {
  color: #000;
  height: 30px;
  position: absolute;
  z-index: 999;
  line-height: 38px;
  padding: 10px 15px;
  top: 1px;
  /*border-radius: 10px 10px 0 0px;*/
  position: relative;
  /* display: inline list-item;*/
}

.headingmini1::after {
  content: "";
  height: 100%;
  width: 60%;
  background: #fac720;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(40deg);
}

.servicebox {
  background-image: linear-gradient(to right, #ffe187, #ffe79e);
  border-radius: 10px;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
}

.servicebox p {
  line-height: 20px;
  font-size: 14px;
  height: 90px;
}

.serhead {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.serbtn {
  border-radius: 10px;
  margin-bottom: 10px;
}

.allreview {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*.filter-container ul li:first-child {
    border: 1px solid #FD7E14;
}*/

/*** css for SECTION FIND BEST ASTROLOGER ***/

.content {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .card {
  background: #fff;
  width: calc(25% - 10px);
  text-align: center;
  padding: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.content .card .top {
  height: 100px;
  color: #fff;
  padding: 12px 0 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
          clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
}

.content .card .top .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.content .card .top .price-sec {
  margin-top: -10px;
  font-weight: 600;
}

.content .card .top .price {
  font-size: 45px;
}

.content .card .info {
  font-size: 16px;
  margin-top: 20px;
}

.content .card .details .one {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.content .card .details {
  padding: 10px;
}

.content .card .details .one::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}

.content .card .details .one i {
  color: #0d6efd;
}

.content .card .details i.fa-times {
  color: #cd3241;
}

.content .card button {
  outline: none;
  border: none;
  height: 42px;
  color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px;
}

.content .one .top,
.content .one button {
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
}

.content .two .top,
.content .two button {
  background: #e87130;
}

.content .three .top,
.content .three button {
  background: #11bcc3;
}

.content button:hover {
  filter: brightness(90%);
}

.content .one ::selection {
  background: #8af5b6;
}

.content .two ::selection {
  background: #f2b08c;
}

.content .three ::selection {
  background: #d0f9fb;
}

@media (max-width: 1000px) {
  .content .card {
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}

@media (max-width: 715px) {
  .content .card {
    width: 100%;
  }
}

/**** Css for astroprofile gallery ***/

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/**** Privacy page ****/

.privacy .headtext {
  padding-left: 0px;
  list-style-type: none;
}

.privacy ol {
  padding-left: 15px;
}

.privacy p {
  text-align: justify;
}

.privacy a {
  color: #fa6d39 !important;
  /* color:#5252c1 !important; */
}

.a-colour a {
  color: #fa6d39 !important;
}

.mapico {
  font-size: 30px;
  width: 50px;
  height: 50px;
  background: #fac720;
  border-radius: 100%;
  line-height: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.emailico {
  font-size: 30px;
  width: 50px;
  height: 50px;
  background: #fac720;
  border-radius: 100%;
  line-height: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.contactus .form-control {
  height: 44px;
}

.free_kundli_horoscope {
  background-image: linear-gradient(to right, #ffa700, #fac7208c);
  padding: 20px 175px;
  margin: 10px 0px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.free_kundli_horoscope .free_kundli_text {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.free_kundli_horoscope .btn_container_horoscope {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}

.free_kundli_horoscope .btn_container_horoscope a {
  box-shadow: 1px 1px 4px #919191;
  padding: 10px 15px;
  border-radius: 35px;
  cursor: pointer;
  text-decoration: none;
  color: #3675ec;
  border: 1px solid #3675ec;
  font-size: 15px;
  margin: 0 4px;
  font-weight: bold;
  transition: all linear 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  background-color: #fff;
}

.free_kundli_horoscope .btn_container_horoscope a img {
  margin-right: 8px;
  color: #fd7e14;
  width: 20px;
  height: 20px;
}

.fa-share-alt {
  width: 40px;
  height: 40px;
  font-size: 16px;
  padding: 10px;
  padding-left: 12px;
  background: #fa6d39;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.sharebtn {
  cursor: pointer;
}

.categorybtn {
  display: none;
  float: right;
  margin-top: 10px;
  color: #000;
  margin-right: 20px;
  font-size: 24px;
}

.bslide {
  display: none;
}

.px_blog_box {
  margin-bottom: 30px !important;
  margin-top: 0px !important;
}

.review_reply_container {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 18px;
  position: relative;
}

.px_blog_img img {
  border-radius: 10px !important;
}

.sidediv {
  min-height: 400px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.contentpage ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 0px;
}

.contentpage ul li {
  border-bottom: 1px solid #f0f4f7;
  margin-bottom: 20px;
}

.contentpage ul li.active {
  border-bottom: none;
}

.contentpage ul li.active a {
  color: #fff;
  background-color: #fa6d39;
  border-left: 2px solid #febd69;
  margin-left: -2px;
}

.contentpage ul li a:hover {
  color: #fff;
  background-color: #fa6d39;
}

.contentpage ul li a {
  padding: 7px 12px;
  color: #000;
  background-color: #fff0c0;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #fa6d39;
  display: block;
}

.wallpaper {
  position: relative;
  max-height: 100% !important;
}

.wallpaper img {
  height: 350px;
  width: 100%;
  border-radius: 10px;
}

.downbtn {
  position: absolute;
  background: #fa6d39;
  color: #fff;
  font-size: 24px;
  right: 20px;
  top: 20px;
  padding: 10px;
  width: 45px;
  border-radius: 100%;
  height: 45px;
  text-align: center;
}

.desc-parent-img {
  background: #ffeec6;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 50px;
}

@media (max-width: 995px) {
  .desc-parent-img {
    display: none;
  }
}
.model-box-style {
  height: 550px;
}

.popup-text-start {
  text-align: center;
  font-size: 116%;
  position: absolute;
  font-weight: 400;
  top: 4%;
}

.popup-text-end {
  font-size: 126%;
  position: absolute;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  bottom: 10%;
}

.app-store-logo {
  position: absolute;
  bottom: 4%;
  text-align: center;
}

.box-right-style img {
  margin-bottom: 40px;
  width: 55%;
}

.box-right-style h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.box-right-style {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
}

.model-box-style .close {
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  padding: 0px;
  border: none;
  background: transparent;
  color: #000;
  border-radius: 100%;
  font-size: 24px;
}

.otp {
  display: flex;
  justify-content: center;
}

.otp input[type="tel"] {
  width: 38px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.verificationmobile {
  display: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
  }
}

.nav-tabs {
  border-bottom: 1px solid #fa6d39 !important;
}

.nav-tabs .nav-link {
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-tabs .nav-link.active {
  color: #fa6d39 !important;
  background-color: #fff !important;
  border-color: #fa6d39 #fa6d39 #fff !important;
}

.css-tlc64q-MuiPaper-root-MuiDialog-paper {
  border-radius: 35px !important;
}

/* *********************** css for service page ********************** */
.service-offer {
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-offer p {
  color: #040404;
  font-size: 30px;
}

.topService {
  padding: 12px 38px !important;
  font-size: 18px !important;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #ff7010;
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border: 1px solid #ff7010;
  color: #ff7010 !important;
  border-radius: 25px !important;
  border: 1px solid #ff7010 !important;
  background-color: white !important;
}

.topService:hover {
  background: #ff7010 !important;
  color: #fff;
  border: 1px solid #ff7010 !important;
}

.topService:hover {
  color: #fff !important;
}

.topService-link {
  padding: 7px 28px !important;
  font-size: 14px !important;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  font-weight: 500;
  margin: 8px;
  border-radius: 25px !important;
  background: #ff7010 !important;
  border: 1px solid #ff7010 !important;
  color: #fff !important;
}

.topService-link:hover {
  color: #ff7010 !important;
  border: 1px solid #ff7010 !important;
  background-color: white !important;
}

.flex-wrap-last-justify {
  /* justify-content: space-between; Default justify-content for all lines */
}

.flex-wrap-last-justify > :last-child {
  /* margin-left: auto; */
}

.serviceButton {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(255, 0, 0);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: rgb(255, 0, 0);
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}

.serviceButton span {
  margin: 10px;
}

.serviceButton::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.serviceButton:hover {
  color: #fff;
  border: 1px solid rgb(255, 0, 0);
}

.serviceButton:hover::before {
  box-shadow: inset 0 0 0 10em rgb(255, 0, 0);
}

.service-box1-img {
  max-width: 50%;
  overflow: hidden;
  height: auto;
  border-radius: 0px 200px 200px 0px;
}

.service-box1-img img {
  height: -webkit-fill-available;
}

.service-box1 {
  height: 160px;
  padding: 0 !important;
  border-radius: 8px;
  overflow: hidden;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100% !important;
}

.service-box1-text {
  width: 50%;
  margin: 48px !important;
}

@media (max-width: 576px) {
  .service-offer p {
    font-size: 15px;
  }

  .topService {
    padding: 6px 12px !important;
    font-size: 15px !important;
  }

  .service-box1 {
    flex-wrap: wrap;
    width: 92% !important;
    height: auto;
  }

  .service-box1-img {
    max-width: 100%;
    overflow: unset;
  }

  .service-box1-text {
    width: 100%;
    margin: 12px !important;
  }
}

/* ---inputs popups --- */
.inputPopCard-container {
  background: #0000007d;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999999999;
  top: 0;
}

.inputPopCard {
  top: 50%;
  z-index: 99999;
  width: 60vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 340px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  gap: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
  border-radius: 20px;
  position: relative;
  flex: 1 1 auto;
}

.inputPopCode {
  width: 150px;
  margin: 10px 0px;
}

#inputCloseeee {
  position: absolute;
  right: 12px;
  top: 6px;
}

.bigInputPopCard {
  overflow-y: scroll;
  max-height: 96vh;
  z-index: 99999;
  width: 92vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  gap: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
  border-radius: 20px;
  position: relative;
}

.footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.paragraph {
  width: 85%;
  margin: 5px auto;
  color: #343a40;
  font-weight: 500;
  font-size: 18px;
}

.share_what_btn {
  width: 150px;
  border: 1px solid black !important;
  border-radius: 5px;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 182px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #c3c3c3;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all linear 0.2s;
  z-index: 2;
}

.inputBig {
  width: 65%;
  font-size: 25px;
  justify-content: space-around;
}

.inputBig .icon {
  color: #d41c1c;
  font-size: 48px;
}

.sub-heading {
  font-size: 21px;
  font-weight: 600;
  color: #616161;
}

.form-search {
  border: 2px solid #616161;
  border-radius: 10px;
}

.inputbox {
  border: hidden;
  width: 100%;
  padding: 6px 35px 6px 10px;
}

.serachIcon {
  font-size: 20px;
  font-weight: bolder;
}

.astrologerCard {
  /* border: 2px solid black; */
  width: 226px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.row1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  grid-gap: 5px;
  /* justify-content: center; */
  align-items: center;
  /* align-content: stretch; */
  justify-items: start;
}

/* .livelist-img-container{
    position: relative;
} */
.bimg-livelist {
  filter: blur(15px);
  background-color: #919191;
  transform: scale(1.2);
  background-position: center;
  background-size: cover;
}

.img-livelist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.imgBackground {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 100px;

  background: red;
  /* border-radius: 50% */
}

.livelist-img-container {
  position: relative;
  /* Add any other styles you need */
}

.centered-yellow-circle {
  width: 150px;
  /* Adjust as needed */
  height: 150px;
  /* Adjust as needed */
  background-color: #fafad2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.liveTag {
  position: relative;
  top: -35%;
  /* left: 20px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 25px;
}

.liveBlink {
  position: relative;
  /* right: 10px; */
  /* top: 10px; */
  width: 50px;
  text-align: center;
  line-height: 12px;
  background: #3b3501;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
  padding: 5px;
}

.greenCircle {
  background: green;
  border: none;
  border-radius: 6px;
}

.onCall {
  background: yellow;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2%;
  right: 8px;
  z-index: 100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .astrologerCard {
    height: 200px;
    background-color: #f0f0f0;
  }

  .centered-yellow-circle {
    width: 120px;
    /* Adjust as needed */
    height: 120px;
    /* Adjust as needed */
    background-color: #fafad2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .liveTag {
    position: relative;
    top: -28%;
    /* left: 20px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 25px;
  }
}

/* @media (max-width: 992px) {
    .row1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .row1 {
        grid-template-columns: repeat(2, 1fr);
    }
    .astrologerCard {
        height: 200px;
        background-color: #f0f0f0;
    }
}

 

*/
/* .live_container{
    
} */

.heading-box {
  margin-top: 13px;
}

.live-main-page {
  /* background-color: #cba3a3; //#cba3a3 */
  background-color: #616161;
  padding: 10px 0px;
}

.live-main-container {
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  outline: 2px solid #fff;
}

.live_astro_only {
  max-width: 600px;
}

.live_running_call {
  max-width: 100;
}

.chat-box {
  background-color: #fff;
}

.chatMobileIcon {
  border: 2px solid black;
  position: absolute;
  bottom: 4%;
}

.live-btn {
  background: #ffc68573;
  border-radius: 12px;
  padding-right: 6px;
  padding-left: 6px;
  color: white;
  position: absolute;
  z-index: 999;
  margin-right: 16px;
  outline: 1.5px solid #fff;
}

.live-btn11 {
  top: 5px;
  left: 5px;
}

.live-btn12 {
  top: 5px;
  left: 5px;
}

.live-btn1 {
  bottom: 146px;
  right: 5px;
  background-color: #616161;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  /* position: absolute; */
  border-radius: 20px;
}

.live-btn2 {
  bottom: 40px;
  right: 5px;
  background-color: #616161;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  /* position: absolute; */
  border-radius: 20px;
}

.live-btn3 {
  bottom: 75px;
  right: 5px;
  background-color: #616161;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  /* position: absolute; */
  border-radius: 20px;
}

.live-btn4 {
  bottom: 110px;
  right: 5px;
  background-color: #616161;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  /* position: absolute; */
  border-radius: 20px;
}

.live-btn5 {
  bottom: 7px;
  right: 5px;
  background-color: #616161a6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  /* height: 30px; */
  font-size: 20px;
  /* position: absolute; */
  border-radius: 4px;
  font-size: 11px;
  outline: 1px solid white;
}

.live-btn:hover {
  cursor: pointer !important;
}

.vid {
  position: relative;
}

.chatMobile-container {
  display: none;
  z-index: 999;
}

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

  width: 98vw;
  padding: 8px 15px;
}

.liveFollowM {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 10px;
  padding: 3px 5px;
  font-weight: bold;
  height: 25px;
  cursor: pointer;
  background-color: #c1b7b780;
  color: white;
}

.liveViewM {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 10px;
  padding: 3px 5px;
  font-weight: bold;
  width: 41px;
  height: 25px;
  color: #fff;
  background-color: #c1b7b780;
  cursor: pointer;
}

.chatMobileFooter {
  display: none;
}

.chatHead {
  /* margin: 0 -10px; */
  border-top-right-radius: 11px;
  margin-left: -12px;
  padding: 4px;
  background-color: #ffb800;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatBody {
  height: 64vh;
  display: flex;
  justify-content: flex-start;
  /* align-items: end; */
  align-items: flex-end;
  overflow: auto;
}

.messageBody {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  column-gap: 13px;
  margin: 11px 0px;
}

.chatSentInput {
  border: none;
  font-size: 12px;
  margin: 16px;
}

input:focus {
  outline: none;
}

.chatFooter {
  background: #ffb800;
  /* height: 42px; */
  margin-left: -12px;
  padding: 5px;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sentMessage {
  /* height: 22px; */
  width: 96%;
  border-radius: 20px;
  padding: 9px;
  background: #fff;
  z-index: 999;
}

.messageName {
  font-size: 12px;
  color: #313131;
  font-weight: bold;
}

.messageText {
  line-height: 9px;
  color: #919191;
  font-size: 11px;
  font-weight: 600;
}

.messageNameMobile {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.messageTextMobile {
  line-height: 9px;
  color: #fff;
  font-size: 11px;
}

.imageCircle {
  background: #fff;
  width: 25px;
  height: 25px;
  /* position: absolute; */
  top: 2%;
  right: 8px;
  z-index: 100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image {
  color: white;
  font-weight: 500;
  font-size: 12px;
}

.liveFollow {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 10px;
  padding: 3px 5px;
  font-weight: bold;
  height: 25px;
  cursor: pointer;
}

.liveView {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 10px;
  padding: 3px 5px;
  font-weight: bold;
  width: 65px;
  height: 25px;
}

.viewIcon {
  font-size: 20px;
}

.liveClose {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}

.sentInputMessage {
  border: hidden;
  font-size: 13px;
  width: 100%;
  margin: 0 10px;
  height: 100%;
  z-index: 999;
}

.livePopCard-container {
  background: #0000007d;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
}

.livePopCard {
  z-index: 99999;
  width: 35vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 231px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: end; */
  justify-content: flex-end;
  padding: 10px 25px;
  gap: 44px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
  border-radius: 20px;
  position: relative;
}

.inputPopCode {
  width: 150px;
  margin: 10px 0px;
}

#inputCloseeee {
  position: absolute;
  right: 12px;
  top: 6px;
}

.circleProfile {
  overflow: hidden;
  height: 80px;
  width: 80px;
  background-color: #ffb800;
  border-radius: 50%;
  position: absolute;
  top: -21%;
}

.name {
  margin-top: -30px;
  font-size: 16px;
  font-weight: 700;
}

.circleProfile-1 {
  height: 30px;
  width: 30px;
  background-color: #ffb800;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
}

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

.videoCallDetails p {
  margin: 0 2px;
  padding: -2px;
  text-align: start;
}

.videoCallDetails {
  padding: 0 10px;
}

.p1 {
  font-size: 14px;
  color: #454545;
}

.p1 span {
  font-weight: bold;
}

.p2 {
  font-weight: 10px;
  color: #919191;
}

.videoBtn {
  background: #ffb800;
  width: 100px;
  border-radius: 20px;
  border: none;
  padding: 3px;
}

.AstroProfile {
  overflow: hidden;
  height: 100px;
  width: 100px;
  background-color: #ffb800;
  border-radius: 50%;
}

.liveWaitList {
  z-index: 99999;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 400px;
  background: #ffffff;
  padding: 20px 35px;
  gap: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
  border-radius: 20px;
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
}

.liveWaitListHeading {
  text-align: center;
  color: #313131;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  gap: 10px;
  grid-row-gap: 40px;
  row-gap: 40px;
  padding: 10px;
}

.AstroProfile p {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.liveImageTag {
  position: absolute;
  width: 101px;
}

@media (max-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .AstroProfile {
    height: 80px;
    width: 80px;
    background-color: #ffb800;
    border-radius: 50%;
  }

  .liveImageTag {
    position: absolute;
    width: 81px;
  }

  .live-main-page {
    background-color: #616161;
    padding: 10px 120px;
  }
}

@media (max-width: 900px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .AstroProfile {
    height: 60px;
    width: 60px;
    background-color: #ffb800;
    border-radius: 50%;
  }

  .liveImageTag {
    position: absolute;
    width: 61px;
  }

  .livePopCard {
    z-index: 99999;
    width: 50vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 231px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: end; */
    justify-content: flex-end;

    padding: 10px 8px;
    gap: 44px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
    border-radius: 20px;
    position: relative;
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .AstroProfile {
    height: 50px;
    width: 50px;
    background-color: #ffb800;
    border-radius: 50%;
  }

  .liveImageTag {
    position: absolute;
    width: 51px;
  }

  .liveWaitList {
    z-index: 99999;
    max-width: 344px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* min-height: 300px; */
    /* max-height: 0px !important; */
    background: #ffffff;
    padding: 20px 35px;
    gap: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
    border-radius: 20px;
    position: relative;
    flex: 1 1 auto;
    overflow: auto;
  }

  .livePopCard {
    z-index: 99999;
    width: 100%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 251px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: end; */
    justify-content: flex-end;
    padding: 10px 0px;
    gap: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
    border-radius: 20px;
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .p1 {
    font-size: 12px;
    color: #454545;
  }

  .p1 span {
    font-weight: bold;
  }

  .p2 {
    font-weight: 9px;
    color: #919191;
  }

  .videoCall {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .live-main-page {
    background-color: #616161;
    padding: 0px;
    margin: 0px;
  }

  .live-main-container {
    border-radius: 0px;
    outline: 0px solid black;
    height: 88vh;
  }

  #videos {
    height: 88vh !important;
  }

  .sentMessage {
    height: 22px;
    width: 76%;
    border-radius: 20px;
    padding: 13px;
    background: #fff;
    z-index: 999;
  }
}

.liveUserWaitList {
  z-index: 99999;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* min-height: 300px; */
  max-height: 280px;
  background: #ffffff;
  padding: 20px 35px;
  gap: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
  border-radius: 20px;
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
}

.listPar {
  padding-top: 9px;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 15px;
}

.waitList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.listPart-a {
  height: 27px;
  width: 27px;
  background-color: #ffb800;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.listPart-b {
  font-size: 13px;
  color: #6c6c6c;
  line-height: 15px;
}

.listPart-c {
  height: 22px;
  width: 22px;
  background-color: #ffb800;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.listPart-d {
  font-size: 13px;
  color: #6c6c6c;
  line-height: 15px;

  width: 67px;
}

.listFooter {
  border: 1px solid #ffb800;
  background: #ffb800;
  border-radius: 20px;
  padding: 3px 5px;
  margin-top: 15px;
  font-size: 12px;
}

.gift-heading {
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
}

/* .gift-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
     } */
.gift-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.gift {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 5px 0px;
  border: 1px solid #ffb80052;
  border-radius: 19px;
  min-width: max-content;

  /* border:1px solid black; */
}

.gift-selected {
  background-color: #d59a0073;
  border: 1px solid #ffb800;
  border-radius: 19px;
  min-width: max-content;
}

.gift-name-rupees {
  line-height: 12px;
  margin-bottom: 4px;
  margin-top: -7px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gift-name-rupees:hover {
  cursor: pointer;
}

.gift-price {
  margin-top: -8px;
  font-size: 13px;
  font-weight: bold;
}

.gift-name {
  font-size: 11px;
  font-weight: bold;
}

.gift-button {
  border: 1px solid #ffb800;
  background: #ffb800;
  width: 82px;
  font-weight: 500;
  border-radius: 11px;
  padding: 1px;
}

.liveGiftList {
  z-index: 99999;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* min-height: 400px;  */
  /* max-height: 280px; */
  background: #ffffff;
  padding: 20px 35px;
  gap: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
  border-radius: 20px;
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
}

.video-box-agora {
  padding: 0;
  margin: 0px !important;
  background-image: url(/_next/static/media/video-background.02a0123f.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1200px) {
  .gift-name-rupees {
    line-height: 0px;
    margin-top: -7px;
    width: 100%;
  }
}

.liveGiftIns {
  z-index: 99999;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* min-height: 300px; */
  background: #ffffff;
  padding: 20px 35px;
  gap: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
  border-radius: 20px;
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
}

.liveInsHead {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.liveIns p {
  line-height: 12px;
}

.infoGift:hover {
  cursor: pointer;
}

.gift-recharge {
  border: 1px solid #ffb800;
  background: #ffb800;
  width: 100px;
  font-weight: 500;
  border-radius: 11px;
  padding: 1px;
}

.messageBody-container-mobile {
  display: none;
}

.messageBody-container {
  display: block;
  margin: 10px;
}

@media (max-width: 400px) {
  .liveIns {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .liveIns {
    font-size: 14px;
  }

  .chat-box {
    display: none;
  }

  /* .video-box-agora{
            height: ;
        } */
  .chatMobile-container {
    position: absolute;
    top: 2px;
    display: flex;
    z-index: 999;
  }

  .chatMobileFooter {
    height: 60px;
    /* margin-left: -51px; */
    margin-right: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    position: absolute;
    bottom: -2%;
    left: 2%;
  }

  .messageBody-container-mobile {
    display: block;
    margin: 10px;
    position: absolute;
    bottom: 7%;
    left: 2%;
    height: 50%;
    overflow: auto;
    z-index: 99;
  }

  .astrologerListData {
    height: 45vh;
    margin: 7px 0;
    width: 271px;
  }

  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gift-popUp {
  position: absolute;
  top: 10%;
  left: 8%;
  border: 1px solid #918d8d47;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 7%;
  border-radius: 20px;
  background: #918d8d47;
  z-index: 999;
}

.giftSender {
  margin-top: 19px;
}

.giftSenderName {
  font-size: 12px;
  color: white;
  line-height: 0px;
}

.giftSenderImage {
  font-size: 11px;
  color: white;
  line-height: 0px;
}

.astrologerListBtn {
  border: 1px solid #ffb800;
  width: 135px;
  padding: 3px 4px;
  background: #ffd800;
  font-size: 18px;
  border-radius: 8px;
}

.astrologerListData {
  height: 45vh;
  margin: 7px 0;
}

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

.rowRemoveMP {
}

/* .liveClose:hover{
      cursor:pointer
    }
    .liveViewM:hover{
        cursor: pointer;
    }
    .liveFollowM:hover{
        cursor:pointer
    }
     */
.giftWallet {
  font-size: 11px;
}

.notice span {
  color: #ffb800;
  font-size: 12px;
  text-align: center;
}

.notice p {
  font-size: 11px;
}

.gift-button {
  font-size: 12px;
  height: 29px;
  width: 69px;
}

.gift-recharge {
  font-size: 12px;
  height: 29px;
  width: 69px;
}

.mobileApplication {
  font-size: 13px;
  padding: 0px 8px;
  display: block;
  height: max-content;
  line-height: 11px;
}

.mobileApplicationMobile {
  font-size: 12px;
  padding: 0px 8px;
}

@media (max-width: 800px) {
  .mobileApplication {
    padding-top: 17px;
    font-size: 11px;
    padding: 0px 8px;
  }
}

@media (max-width: 360px) {
  .mobileApplicationMobile {
    font-size: 10px;
    padding: 0px 8px;
  }
}

@media (max-width: 480px) {
  .row1 {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
}

.liveName {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.callImage {
  position: absolute;
  top: 42%;
  left: 31%;
  border: 1px solid #fff;
  height: 100px;
  width: 120px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff87;
  border-radius: 20px;
}

.insufficient {
  text-align: center;
  color: red;
  font-size: 15px;
  font-weight: 600;
  animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

.rounded-6 {
  border-radius: 24px;
}

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

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

/* Card Css  */

.cart-box {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background-color: #ffc107;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cart-box:hover {
  transform: translateY(-5px);
  box-shadow: rgb(0, 0, 0) 0px 5px 15px 0px;
}

.cart-image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-bottom: 2px solid #ed0505;
}

.cart-title {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  .cart-title {
    font-size: 16px;
  }

  .cart-box {
    padding: 10px;
  }
}

.mahurat-heading-2025 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modified-cart-container {
  display: grid;
  grid-template-columns: repeat(3, 0.5fr);
  grid-gap: 20px;
  gap: 20px;
  padding: 10px;
  margin: 20px;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  /* background-color: rgb(221, 214, 214) */
  background-image: linear-gradient(90deg, #ffe187, #ffe79e);
}

.modified-cart-box {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  display: flex;
  align-items: center;
  border-radius: 65px 10px 10px 65px;
  /* background-image: linear-gradient(90deg, #ffe187, #ffe79e); */
  background-color: rgba(255, 255, 255, 0.398);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 80%;
  margin: 0 auto;
}

.modified-cart-containe:hover {
  transform: scale(1.05);
}

.modified-cart-box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.modified-cart-image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
}

.modified-cart-text {
  margin-left: 10px;
}

.modified-cart-text h4 {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .modified-cart-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .modified-cart-container {
    grid-template-columns: 1fr;
  }
}

.blue-link {
  color: blue;
  text-decoration: none;
}

.blue-link:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.sign-box-kundli {
  align-items: center;
  text-align: center;
  height: 443px;
}

@media (max-width: 768px) {
  .sign-box-kundli {
    height: 220px;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .sign-box-kundli {
    height: auto;
    padding: 15px;
  }
}


/*css for chatbot*/

:root {
  --orange-100: #fff5ee; /* A light orange for backgrounds */
  --orange-400: #ffb800; /* A brighter orange for headers  --orange-400: #fdb97c */
  --orange-500: #f97316; /* The main orange color */
  --orange-600: #ea580c; /* A darker orange for hover states */
  --orange-700: #c2410c; /* A deep orange for text */
  --orange-800: #9a3412; /* The darkest orange for text */
}

.bg-orange-100 {
  background-color: var(--orange-100) !important;
}

.bg-light-orange {
  background-color: #fffaf0 !important; /* A very light, almost yellow-orange */
}

.text-orange-800 {
  color: var(--orange-800) !important;
}

.bg-orange-400 {
  background-color: var(--orange-400) !important;
}

.text-orange-700 {
  color: var(--orange-700) !important;
}

.bg-orange-500 {
  background-color: var(--orange-500) !important;
}

.text-orange-600 {
  color: var(--orange-600) !important;
}

.btn.bg-orange-500:hover {
  background-color: var(--orange-600) !important;
}


/* Corrected: No space */
.overflow-y-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.overflow-y-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.overflow-y-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.overflow-y-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.blink-bg {
  animation: blink-bg 1.5s infinite;
}

@keyframes blink-bg {
  50% {
    background-color: #ffc107; /* deeper yellow */
  }
}


.bg-orange-100 {
  background-color: #ffe5b4; /* light orange */
}
.text-orange-700 {
  color: #cc5200; /* deep orange */
}

.bg-purple-100 {
  background-color: #e5ccff; /* light purple */
}
.text-purple-700 {
  color: #6600cc; /* deep purple */
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/@fortawesome/fontawesome-svg-core/styles.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff); }

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/components/SSRFree/Chatbot.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
#chat-window {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
  position: fixed;
  /* Pin the chatbot to the viewport */
  bottom: 20px;
  /* Adjust as needed for spacing from the bottom */
  right: 20px;
  /* Adjust as needed for spacing from the right */
  height: 80vh;
  /* A more reasonable height */
  max-height: 600px;
}

/* ✅ Chatbot footer/input spacing fix */
#chat-window .chat-input-area {
  flex-shrink: 0;
  padding: 0.75rem 1rem;
  border-top: 1px solid #dee2e6;
  background: #fff;
  z-index: 100;
  /* Remove these conflicting properties */
  /* position: fixed; */
  /* bottom: 0; */
}

#chat-window .chat-input-area input.form-control {
  margin: 0;
}

#chat-window .chat-input-area .small.text-muted {
  margin-top: 0.25rem;
}

#chat-window .messages-container {
  flex: 1 1;
  overflow-y: auto;
  padding: 0.75rem 1rem;
  /* Add padding to the bottom to prevent the last message from being hidden by the input field */
  padding-bottom: 5rem;
}


/* ✅ Ultra-wide screens (>= 1800px) */
@media (min-width: 1800px) {
  #chat-window {
    width: 600px;
    /* Decreased from 800px */
    max-width: 650px;
    /* Decreased from 800px */
    height: 70vh;
    max-height: 600px;
  }
}

/* ✅ Large desktops (1653px – 1799px) */
@media (min-width: 1653px) and (max-width: 1799px) {
  #chat-window {
    width: 500px;
    /* Decreased from 650px */
    max-width: 600px;
    /* Decreased from 750px */
    height: 70vh;
    max-height: 700px;
  }
}

/* ✅ Desktops (1400px – 1652px) */
@media (min-width: 1400px) and (max-width: 1652px) {
  #chat-window {
    width: 450px;
    /* Decreased from 500px */
    max-width: 500px;
    height: 70vh;
    max-height: 600px;
  }
}

/* ✅ Laptops (1200px – 1399px) */
@media (max-width: 1399px) and (min-width: 1200px) {
  #chat-window {
    width: 400px;
    /* Decreased from 500px */
    max-height: 600px;
    height: 70vh;
  }
}

/* ✅ Tablets landscape (992px – 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  #chat-window {
    width: 400px;
    /* Decreased from 500px */
    max-height: 600px;
    height: 70vh;
  }
}

/* ✅ Tablets portrait (769px – 991px) */
@media (max-width: 991px) and (min-width: 769px) {
  #chat-window {
    width: 350px;
    /* Decreased from 400px */
    max-height: 600px;
    height: 70vh;
  }
}

/* ✅ Small tablets & large phones (481px – 768px) */
@media (max-width: 768px) and (min-width: 481px) {
  #chat-window {
    width: 90vw;
    max-height: 600px;
    /* height: 70vh; */
    border-radius: 0.5rem;
  }
}

/* ✅ Small phones (≤ 480px) */
@media (max-width: 480px) {
  #chat-window {
    width: 95vw;
    max-height: 600px;
    /* height: 70vh; */
    border-radius: 0;
  }
}

/* Ensure the chat window is flex column */
#chat-window {
  display: flex;
  flex-direction: column;
}


/* Footer/input sticks at bottom neatly */
#chat-window .chat-input-area {
  flex-shrink: 0;
  padding: 0.75rem 1rem;
  border-top: 1px solid #dee2e6;
  background: #fff;
}

#chat-window .message {
  margin-bottom: 12px;
  /* spacing between each message */
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/react-phone-input-2/lib/bootstrap.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.react-tel-input{font-family:'Roboto',sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:25px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZgAAAGACAMAAACnYISRAAADAFBMVEUAAAAxQ5cSO5wAOJP////OESYBAAAANJgAJ33SDzT80Rb/AADKAADzKDgEfj3bFRr/zgDoDi4JhQHuHCYAak0AlEIAaDt1qtv/3wAAN4rdKBAAN6lFjdwBMnwOrS3cIyADh1EAVqVLsdjCKC/44BUBeV0BcsIEm0oEKov84kLVBgcAH6UCrcoAZsPpKjv+yAABAHYAoVtysuEAZQAetTrfIA7VKCQBKGXoAxLiCxcAc89ZgbwdRIoLSqn7+fgCki+kMTYAAJcAAK0Almy/CS/+6AYiSaYAUMPiPShkz//vKi0MHIy1Bwb9mgQiXjn88u8AmQADUpP/xyIxjyyHxuMAot7p6Ob9uAs5XbXUIT352gHFCx4jnkQMsF83lQT2PzNwGT06dMQAjMPhFyf1gQPdG0c1qDQAcijw9fjrhoivGyfFICYAAM0Bf/7hZmk9dir65OWNJCrTrjnwsSwmQILmVgUAoeHUOkn2zM3fOwh9mcj/eQDRyc7+mTL//wAHaajh6vPxsbKpstft8e8EOLhJcLQCmbTW4O0AAP/789j51tgfHRDphSjivAztj5XkcxHd3Nn821q2t7jyvcCUlZPuxwuTy6fsoKTqS00CcGlIZaLQHR7pYCSip6QTOIbozhy0yOSKvHblcn3xVmCOpyKGg4ZDNwXaUmGtWxZeCA8ZnQJYVFSdx+iQpMfIgozTqVK/pRTA4M40UmvVrBECVj0yWpeQi1LEPi/Psqx2iqlqvHywnztjnNl0dnJIk0746Lt+CRNhaWCBfsGo27jGYVfU7N+za2uPVj5taTLcRiOUgRcmqr/H0eVwrafOxBVmVwljcawxBAjmypK6nGYzNDJaRC+aDBrg1bhETEeDbAxQs5q9toe74fX86ZVDs2HA17iwjgx5xZbHyU91ukbGdB3tvnnOViLSihZRuICCMxAyHnWquxxVX4YohdFvlUWXWn1OeofpwUrliHQaOVYscBxonhhwk3M2lnmJLU9mMnChv1o4g6QRPyIzsqcmCFcOjBeew94WAAAABHRSTlMA/f5+Mw0WEQAAUx1JREFUeNrsnAlMI1UYx0fzCoKgKBKMwSsYb0EJbjDEkSgS41WPDdatxjOkQFJgJSkhVbvbIIEC4gKCB3LstliBFiW7gNDAChYlaoUqSGC9VlQQLzyiiTF+rzOdu0wvvDK/zs61pDD8+L/vvccLhIKCgoKCwo7xwrnATYZzMaczEERKyuy5FAjRJ7MpKQShrzLV6C5NUNcY9eWIgQgI8nMyEMTHF0hCBORkETJfj4jwPh4hXdoVPNJ0+P4rPoqKYCvCe+o68PukSQKf+NzknJt7Ex842JGTnMwV81ZKStkurphdZSkpbxGExlGMSBCzr7hWs6NiNLD9q8UgtJvrZTdCjJieV3uO9zw7/WxPzyc94Yt5oCM58WDyAwdzeGJwPk7JY8XknYIzRH8CEIOAnRNTU615p6a6WzOoCVUM9amIgFwjSehivjXBofZbv5Zva+HSlEaLOT49/XpPD3g5Ph2EmAmukgm/mJuTOx7IKa5PvrkjORkxgJhz03FE/GJwgNLPBTEJHBBC6kkzGXUx1YO5+wtqCjQ1mv2awUE5MWItOyImAeB8/Vdc2A1H3QTlZUIHF90XXkGLKXp2GsIy3QNyng02MRMTqRP0GS2mNzlnHyrOOZjBF8PYQIhxJBTzzv4lqxUNRltMTS7ebxZcC/vc3OiKQZKEIQZskJSNKy4cgBMyFW75E9MDr+NFxzFBiZkYyErNytqdNTDBacqSk3Oa0EEoMfymjGm/EGJaNbopUydcinwcMx8ZrzSad6TGHHYe2QyixlzPAQHUmdzXQxZnFO8jIxHDtl/fQquGD1cwYljuoI9StRDjF9M9AF6yBnYPdHPEAIngRSiGqfgIMf0AEKOpLd4HYkhU7NDU3bWyMu6t/hWhUIozRl7MtS6n03l4p8QUP1KOUPk+pA5STAIDI4at+JgB6jpQMmTETKxmpQ50d69mZa0yNQZJEvh+ud5YA2J0NaYq/TN33dX6qKH7yIGoizl82OUEvIevlRcj1iIv5pEm2NV3ZNRHKAb3kalSIxZjbJYQk8NsXDFZ3QO67qxVMiurOzVcMYjDM3c90/rozP6xH6IuBmvBeF2HdyQxjxRHV0yaWEzhBx+Y+WJABpccVkzqaurqQJapNhVO/GJO5yDflInElD/eonv3tegnxknj3aGmLEMNpTKKTdlucWIOHEAM8jUGKozJlAU1JpAY+eLPcuzYj/VrpM70Q7SLPxuZTTkxt/FAAD7KFv/ejqaWKBX/NHpIs32NeUISv5is1YEJXP1Xs5juMuIh311GHCYP/Vw22tI8vT/aYoBNJ8ZaEKaYne8us4MXdkgDYlSSbCtmwmeme/fubuxFusbIDzARB3J87/iR1aUF0w6IudbqtG66CkISw6rZ+QEmZ/DCDmnCEUMzkeUfYU5IN2XyUzIsOzpX5joCPbJ/kRjB83IGL5whTThiJvDGAKdiMfKTmH+jmOc3C8IQA/w9k5gkM3h5ktMPCEOMEOnEyE/7Iw7/hmn/f0oMLirCaf9IxbAQCgoKCgoKCgoKCgoK/x8CDawuo9hDE0fBDKzu4EMQMRS30jD352MkmOevW4tlCDRwCzydjmhO9YFoAr5PQFIlIYgrxfz54CJBZEgS+LlyJfkHxWgZGxYLc6rlr1v7T4n5s0KrLcViEoUbIPFcuYyYwdDFkM3NowgwmlEhyYi5PhpiVIv0/3hsNg99uqjir1sTi9GqShZVqsUSlfbfJebPB0u02r59ahAjaUbiuXTVtJgx/VhoYshC40y+1gEnDq3D3YJQoU/M9f7EnHlmRGJUdp8Wy9Dc3JDFp8aOv0EJHGI3KysHxyorNxkxU4tT81OwLU5FQcwLuyIWw1oxtJc3r7gpMYIXwH8uXlM2qE/u6AwtMaOj7pl8AzKn5wPNqHeUn5iurpDEJKSXanlitFBmLDHDjfHxjcNwAg2ZSAykdG2SRCQrxh4zNT8/FWOPhpgX459+IWIxUFi02vTe+iX3+rodixERUIxGRyWmI8TEmI2k2ZHvIPtAi6pKNzpj5NYY+HW81+kUiUF8WDGlIyMjhlKuGNyY2bAXbMYGDRnc4q9bizWp19bqF9QmrhgMR8z1knB/ot9/nz3ninn77V2PPS0rBjGo1dznoqz4Cot+H0kWrgOz5kC1WfBcsdWUGarGdIZYYwrTSTK9xOELTHphk8FB15jr8dbl3WpoaHC2BS1mpnRrq3SGIwawWzxz8T7mPBa7CuCvW4s11W+1lDdURSbmhBOkxdxzj+qFtl1Bi5lcWJjkiaELS7uaBEbdWIwxkBjBc8Wi6gh6ZWYDMuYvpvsaMvfoqKGd2yvb63WCGe9ekHJvMGJGtka29LBjxWA0FzJoVBj+urVYU1XV2kLLWrhi2LDAmVDMrpERlarhxWDFqBf27l1Qs89FFZamctKHudA8u77ubg5uPV4sRW5YYs4557oPy8ryaeJUFT+fA1CJAdqcDQ17Q0iMoSl9aya9ycAXk8eKyaO/QbFcTHVra5OTdayYRbsdKtO83b4oL4YNC3sGX4+fTz30DhOMmMceWwsoZmEJodl1IwosJlaC8MQAH8bFlWAteWUl+RXX+cX41HR5n24YbvB2BStGu6XX6/u2tFwxwO9+L7+rpMSMmUy1xlrTGCtmanHePj8PBzkxbFTouAjF2Bo9MZZGCyNGvilbC9iUqdecS5PjK0hOTEGBSEy8JNuKAco+zK+4uywOpEB8uIkBMRixmBg+bI0xNPXq2w38GgNUIR9VKkkxZ1PWzuYkZgr3yqbYxNwmCUGwUcH/xGJgWDu3POehr8Iq/gBV/FtI0ukcH19YIgP3yuBpTqwGToxGYiAzoOScsvwy2LGJwezpAjWNXXuCFnPrSF/fyK0iMQYSAaSBFSM2czZngKnFfblFOMqICdhdZgPz6aefztnoq0i7y+2Ta87xpTosRnIgQz1XNfIXfXwRfmKuq6j4ENx8WHH3OT9/WHEKmxjIDAwv29pgiBm8GIxQDNCLgF6VpBjgpDvvPEkwJWO3431kYgCLx2OJ8XgiFcM0aS243DBTMtx/ibQYzTsIvaPxe0HVYScGwpKCd9QpkxjhyP/eCMQALQi1qKTFSM+VabURi2GxRUEMp9xQYgIl5sTu7hM5iQlfjBjJubLIxNyrVt8bihggUjFiojiJyU6RsUdaTMGJJ3Kqf7TFAFEUA+j1qv+DGJlp/xC7ywoKCgoKCgoKCgoKCv89zqdIiotLOp+FIB6WhCBOGHz+xMrhtiQuF19MECdR3EVDXxLEGZIwA71LaBIpCOJmSeT+7oC6RS8YeMK9PhWPvnL88efRxPMI9P789WAJDARxgSQEcbUkBJEiCUH89NTlEmwr5il4MRu8KDEXn/S8Kbey8d8mpryqVyAGaOfeakJIRozOaEZq8xJAqum/a8FfD8YTsydcMYcOccXExDwZohgxl/vEXHzCfsgMNpOJX/8SMe3CxHxshtv1BhWNoQouzV9vI6bQ2OlqRiveccC7hFpdRiNC/PVgXDGTx5655AKwE6qYoveSkt4r4oqJ+SlUMZcLXgAWw89MsGL6Z/tv3zkxLfp7BWKys1+F+2QvTMeXt/TpSbh4NTt7GzEHXK7WNfXouA/y2IrVZS2E90+QxPd5yTqfncavQhBzKHN4bu6rzEOsGMDyVGSJocXwMyMWMzwsFtOfAd/1jP6/rykDMdmfkYgD+Vn2dmLIVhAzutTsda6seFcKFzqtLpdRKGbWaHTnGY2zlBgA2/GOgJ09e4IRU9R4T//GlVdu9N/TWMSKAZ4LXsxpNB3FB09jwWL4mRGKWX5s2fPYskDMR4kUH4Ui5oEHuGJukCRwU5YNfPwmAkbdWNCbH2dvL8Z61NrZeqB6LG0M1uDt7+xsdR01CtaDJbgRKllEyA1izH4x5TMz5eq6Y8dww7YncKcALNz3TWZm/8bGxp8bV/ZnZn5zHyMGsP14CRcQk0QDYjgwYg6WH8wQiHmJyYyUGJvHBptAzEgihSEUMQ0NwYupl2jKMGa/GDNcbCsGNbtcVmtrdWcarL/7dczaaj3aSQrWgyW4zaN5FY5CLMbykauzuZBEjnTAgUgdAjvPcMXMvdXFE/NLY2bmY2NjY4NjmxtXDiVlNv7CigHGBWLiJGHEtDSddlpvfQdXDDczYjHDtuVl27BATKKf4MW8GA+8KC8mcFOG0SEanawY8gB46fz++zesm7//bm1tdbU2C9eDJbhrj/z67g/vYDExmPk8q9vocJAO9cw+hGHFdH3x3a9fdLFi7h7KzMxMmtsANsfGKmeT4HLobu7vh8IQU97BTwybGYnib4Hfo98Vvpir/BTFxxcxF+E1ZViMDtyQZkQKxZzGA7+P8ai1dWlXRkZe6aUJ3k+g9iMkrDFux8tvfeSaocUAU3ZYR/2bdcbdhwRi2l5+/deX2zhi3sNiZq/EZv6sHPNmAu8VccTMRdyU8TIjFuOxWDx3hd2UgZiLfK+rjh86dJy6CEJMS8CmzD0DjVme2SwrRgd5WZp8w+V6f/PopnHyQKfLKCGm9chsq0/MnMdmgRWh9rx5WINYYq842mosZMUAX8y99QW/KWuDjGzQ7M3MbOM2ZZbxS7iEVfxfuoWbGXGvbHkZdtLFvz/4xFyUfdVV99GnWMxZkvjFkOqqXuniPzqKULODhOIvIwZitYRQrabmIY2mGqHCQtIsErP++mzngdmP10HMjTde0DU0t25f31Va+rZ93o6/uR8cZcXgroB08ccIi/8fTwXdK7tfEhADZniZEYkZGpLvLssnhoI6pcW8INrO2rYpe13cXQ4shlpsSaIBzebhNB2cqpGoKQMztrvvttn8UzIgZ7hk5O2Rkil27cApkoAYzC/QXb6S6i5DXFgxMMSMhhgmNFRmgh5gwj6ExOAXLzEvSJhhmzKDSMw0Z4DZix1Ny4kh66BrZaypLsRHJBYD3Orx3MrOleEa/yXw1dCyzSIvBvgm86vZ2a9wXFgxMIqJhhiwAi9eZiKfkpFPDNYQODGovKpJMCXzJn9Kph4uzR9vKwaAJf2fA0M/1iFWzKX+TXoSMz4eogPhee/TZZuMGKAIfpAb+VMyTwY1JXOtrBhshtrRmWmLXIx8YrAVcWgCN2U4Iu1x7J24dgQIxCQLxOi83iV1XZ15xTnKiJEExIjAdmTFiCcxcXmJSmJ4QGbeyX0tumLEyBd/ca8MZOkF0/5QNeQSQzIVKXQxGFkx4mn/y6UgFBQUFBQUFBQUFBT+Yu9cYNqo4zhOliuVDqc4HRPFB3uolUydoSbSNCQqqWRaxyYCTlDBpECsnWO8skU6hgsEAddJK+1QHgZfcw8UeehEk40hY0EUUaaiUzRzjo3pdLqY+Pvfo3f/u//1+kDjkvvccW0vGdB+9v3//v8/91C58NhARP6Endr6dlhqo3HkTyy6GEEJoHfIX4j7SSmtL8EfsuLj4/ftiweigHgOycDt+5sQdREI4r1R8hkoltsY8OPHLvIREXEVi/hYg2UMGhYdg/xA+FIiMDAnIiOmziwvxr5wBSz28MXkHMk+kUMUMyLWUmdAYt7Ys+cNqRiil2uDFYMfPyYSk5kZipiNG+dQzPQs2nrNfsTUrkiDRZqYKxniV1dXVFSvjmdf+hFz5GxOzhGCmJGRl0aScS1IMFjo6lJKDHh5HnkJSsxd8IUfPyYSU1ERnJik8o1JcXENDUlJmJhbxEvAYmbHMjIax8bOmP2JscMNM91pdhkx8dXbpxDV8VIxBQWYmBdOXIaJyelgxJw8pjt2EtMCBNaUfQ9akBdMDAXIiwEtCHxODBOTbKUoa3IQYsrj8vNhE5e0sSGAxFBEcDHTGRnWjDKH2xxgYvTsyouJb56aam2daZ3aC2ZEYtrnz2/HErP442wQk3Mi+6WOHCTmLNuUHTv2l0iLp07wBpAYwRsQt2PPg5dgxAAkMc2jo81sYjIpKjOYxGx8aPHih1A7BmIUEhOgmDFro+uMqx6Jkf8HcI9ZWGSaMuP2qYnumZlDPVN7jSIxloXw0Vgswhrz7ZGcy3KyF4MQltdzkJiTT14t0qLTyYvBvTwPeQlODBMZ7PgxaMp6m1tamnsZMRWAPzEGAyYGknLPPdCWwZOkABKjISIUM7thtrFq4ozTipoy+dOuy+imrIwspnqqp253a/fg8Z6pakxMe3tu7vz5ubnt7aJe2YnFHXQ7loO2Zzvo4i/R0npSUQxfXzAxlA+FxGDHj13UjNICW1pMKqz+xDQ0iMQ0wPdPwss/iCFEJiAxE1UZYxNWp/NMgdufGEgMIJeYiqmqiZ6J6aM9VVMVuJj5LGIx2YtpJR1nueJP0AIVR0kMX1+CF4Migx8/dtFoCxLTMhpAd3koXadLH8KKf3lSUjnKC5T/8BMzXTnhzMiospnj4syBitHDKhZjgis2wpXwTCIxCzkxCy1SMRxnkRiSFiRmDQcS43sBYvD6IitGqSm7SIBQjIGIIDFDOt0QubsMWngxVxJRFjPRaDObXY1uN+TFb40pc7cvbHfLNmUHGptGRpoaM0RNmT2X8ZJrJzRlHDlIjFSLghi8voSQGIIYvilTFuNtaPCSxDRA6Q9fzGxGY5Ujzn3GZXWwYmKJ+Ir/Azhc8d/b1AS35f69SVL8LblMXihcDF78kRiJFmUxeH0JuvjDgotBWUHFH3JDi4kTrbgYA6zkkX/4YqYnGgt6bBCZOHOZ0wwod5fJYuKrG6c2HW7cROguu1z19S4XJRIj7S7jWpTFiOuLshjlxICZd0ZH34H2TDkxNCGL8d9dnnbU28wOl5lHeYBJFgNm9jIDTMLI3+n0O1d2lhlgErQAguKJxAiKJ1ZfQksMrPIjcCYk7IbLTAhiooj4FVNng6SY7U7WSTiJATNGNCVjjA9GDNaU4VqUxUjqCxDClIy8GBJzKEZ+SsbLqLC5zTzKk5giMXM3u4xrURbjm7cMUQygIIaNSbmBe4j7T8QMmUkoTvv/a2JwLcpiOC9hiPl/JkZFRUVFRUVFRUVFReVC49yNJOQu4Cw/IDJedwUB+bmgXiuFoXTB6m0rScAAlgYNXIVERCxi0ekiIymKexURcQcHBWg4sBOOsN9nMZGIiDuJyA+0B2Te15JDa66RAmI0d/8sJ+ZKemWfwMqK6SWKuVm77Ip1C/jliv0z6/yJaXnncFBiKOubF7SYaKIZ+rT9lENEMRrNOaIYTgcs/ApiKky7aBd3cCuCvrT8i1csEKp5eoYkxlJjYsS0GHcFJYaitoUips5bWGhzBi5mPAVOCnSZ5l5M9OdyYpCbp6RigCwnJcJPYpp3jV7UjMXlDloMcOV1vJqZjo6OdVIxY9M1bGKA0aqgxEBoghaz/u689evzCtcHKGZRIfO61C4Sk9318eD4x3uywxATvUpOTBoQNbhGIgawWSRiWD78UKCGqTHvNFc2G4VaGDHAVSg0VzB2OtL7hWIsH9RYaqY3T5soToyxxQjNWRBi2NAkrLz3vXthG4iY9YXjUUuWaMaLUgITA15Sxu12V2epWMxzLxzak/1cOGLAzCckMRd7N3u9m3NjYqDc4GJKS1FoSGLAyr59sMWLf8thaks825jxNYbBuK4/HYwgP/3p/bwYS00+0DDG1xhjvBFCU2GihCjecJQPjYIYHWIDTOAaTp3K0kRFbdAhFMSMg5f7ocZYLK5aXMwLHTMjIzMdL/jERBKRv3VWNEIvbpqQmM3eGG9uGmzZcsOLqa/XiCsNIwassFu8V7ZlV4W0+LN0z6bP7u+H1Kzp55uymum6zbSYWZNPDJhBbporAxZTW8uGhgf2E2HFeMcL87Le2FealzI+JL5a7Kbeg9spDlYM1JfxBQuctTY7JU5M/+ntI6f7swMWY/qgpuYDEy4GcKBT32stAjG5m2GFrw0xXLlhxdhMzCnxWPeM/gFff00hhM8YMS2wQFhETdnWj7aCmNn9M2vWwGZmZg3fXZ5uyEfUjY1ZfGLii1teRGaMWwIU48jNdXChURYTiShKKcrL+ujt9XlFS4rE/6NHXjn1u1gMfAqLFiywR2naaiVi3v/jm/eDEGPZPT2924KLQdRTHrvLJRDjrQMx3piLN6fFsEC5oRPTSVGdGpKYDz6gEMJn+DgG75VdlboVzDzdP7Pu6XS2zvgSk9+AvAhvV0gHphg2xesv4fGbGPYPblV9fJFUErNEE5X10b7xvKJCiZidg2/IiKnVaAp8xf96htX9506fPte/mn0ZiJixMZKYAhDjdArFQFrqvDFpG3xinhi9mhZTUF9fIG3KNETkB5g3g5StydCUpafvn+1nvPDFH240Og39ZJEYFJh9RZcEKMZUW2uhL9VzDY98jaEQtvGUvLxzl3+WVzhuoxACMY2bNjWSm7Iye5udwsQA3d2vvtrdfX3gYsYAqRgXJL/TbhI2ZRsurttcF+PdcDFj5VTy1VczYrLQmuWghMiLuYcIiIGGbGsmXWRmu7khjU+MdZuVAkwHqkQ15lEP6PDQC0LhdAU8LspiyqDqF716CG60qnGK3xcF3MEhKv4mKP4iMatXDx5avZoXQ0nBxdfALW8DKv5QYLze3PRcpAWs0Mh2l2VrjLyYTMYLwA5phImpGmk6YDIdaBqpxBJTnEJrYfEoi4G4YCh1l1OWjGuK3i0cL2S7ywpiCN3l630YjbBRFBNJhO0u/yY9xgFseCExdeCldBSUYGIgLiIUawypV3YVKv7wxQ9p+O7y3qaRAwdGmvZSgsS0fME2YxpwoqGfyZ9HQoiLshg0kGEHmMpiyAPMhURCErPq9suIYkBNGiosAvxNyfCjS9hy+BWz9SrYoEdGj3GBcEqmam9l5d4qSiCm+ByY4BoxvXximNMVCHFRFgPUDcGUjGORghjplMzci/mceFSQr7Bg+JvEBJjRJWwDErO1IhUZ4dFe528Ss7jwEga9qMYQAgNiCHEBgp3EVBYDUMDcizl+mZwYsCJGedqfs6IshsSL8m/gTzCBoVD8IS4XtBjwQhTDFxZMjIqKioqKioqKioqKyoXHw0RggEZE/ngzigauu+PnPpIJPvD9wu+zkgj3/ZenpS2nEOJpeYoll0H+wtqdlqpqLYKCH56qBTJdHhc78PR6hRtAMJCcD5BmkWMAxVl55dlonH9dDH4dMF4Mvv+/FGMzlFG7hGIqbIZa7gMdGsI2cy/G7nC0lZa2ORz2sMW8CJeef/ZFqZhiNItWrCQGvw4YLwbfj4uJZZe1a9nnQYoxc2LuwhdGDOSjgNqWyolJ3W5oM1mr0Qe6/yUdxkv7uQ9UIxSjEX2g9y1del/AYizuFY7oaOcKtyVcMc+WlAwPl5Q8u2jR5UIxNxd3a41GbXfxzUpiogUkJJ+iSU7A92u178WePHnyaiwxb1ZWsn/cjw1GjFkhMdp520tL7dZkRkx1gcdBHU7Vog902XUnhF5OXLeM/UDhg+XFwAtRYpYuDaIpW6J3rlpVpl8iSp7DlpVlc2BibiECYlgvf5dM9sHmWSwxfFSKgxLTW75xqCE/7hWxmHnvNb68JXb5PCwxVivzHAglMUTo3z+5zeOktiAxW8ARVQG7aDHLlkFofHGBlzKJCUOMPWXA+dprzoEUvCmrj6Kpl4h5rqvrOZGYpYhjJSWJw5OTw4klJcfoHawYyAsDZMavGPw6YAm97rqhIbe7NwHfr01d/rLFsu1kqjAxqCkDkJtQaoyOCPP7Z/Z42kxIjKGAqszU8mJQaBqGhhpQXACFGkMUo/PR1SW9ybbbU7TC41lR5HELv48jisUhEvPQT6+++tML6AmsQjGTw32Tra2tfZN9w5O8GGLxjyeCXwcsYWTH7522vp1rE/D92nnLz58+fXo5X2PepI0Ab3LFfzkDiBFCEGOG1Y8YCsEXOBZazDokYxBdf2yQO1dc/uCQGMR9aANiAOawMOHP/fJL6c+t1+vzAL2+XijGxomxicR0/XD8rd1dXFoe4sUkPjjZ1zc83Nc3+WCiUMyHRs6I8UO/YvDrgCXE9vR0dh7tATHYfu28l3d0d+94eR6XmLWV1rX0o7VyLSsmjUjwidFHk6DFHDkCMn5E1x/7MUAxSwWIxHwbCXwrFlOg10d//nm0Xl8gFJPFicnCxUBgxne89QMI4eDFJE7+NTz812RiyGIShPRGAU880ZsgTl7sjk8/HVnJFv9YTkxsKGLM/sUQvehpMXt+ggasCF1/rChcMcCeyMg9OomYgU+iIyOjPxnwiYkC7BSLnTPEitn9w/HBH3Y/RGrKhoehLaMf6B1Bj2NwMe/1lHV2jh19TyJmdOfOna+MMmKAcJoypEapKeMKHN6U0XVlEF1/LISm7D6xmC8Byc+1DQysOn581cCAjRcjKC0OoRigH9WYfnLxn2ydhFVU/I2BF/8EjJcpW+fSowkSMb29Bw/u6OVrTCjFH0/MY0TY4l9JFRiQGFObp0dS/A2G0Iu//MBc76N8I/+cEdNGsbRhYsjdZTPN+ZLJxETomJWcZ14H310GGyu5FfiqvbQpQSKm+egrmzbtPPgLlxiuuwwPwY/8FcVUUPbS0i1IzBbK6WlLDrK7HK6Y/HxcDN9Pro/i8DPANHNmShITS8CLUAyADTAVE3OvoMz0JkjFGHegu4G/b+QSww0wQ0uM2a+Y1MOUw1NQnYrEaJOt4Gj7vHAHmLiYy8UrLmZjOS4G0eaw2x2Ql0DFAAfPP554/iD3KvgpGU7LvZge+Vq1EoFNyQSbGLffxFRbTW2G7alaRow2dRtV4HFlhj0lQ04MOAHEYvCmTISyGCJhFv+VgYjhG7DQBpj+E0PVGmww1mfFALuoMoNt7maXkQ52AdCjSExc/v9QTECJwZnrGuOCfGh5MUB1laVz7maXF5HAxZQHIEZFRUVFRUVFRUVFReXCQ0PEt1/HchdDRMS6HBIREbcCFHWrCPHxYzf++uuNzEByLQPFwr6EE3mI8L+neBr/je8euUGK3IWp5a8BcwkROCGLiOJBF8+wKN7A5waGf9g7E6ioqjCOj3WB5BRBtlmRLWa2YZ0COkEvKi1acE4bBtppgWqgDmJp0EQlTEYMm7KHmAgicJByKFYFJRZXUBIUEReMgMrMRK00q+++fbkzbwbEljO/ebz3Zk7pzPv5v9+9dx7vIZb3GGwScxctZsoztohRnD/WOeykIuZRAhbEdCTGmIbusiTG0/P/LeY6eICY+z5UE4NEKM4fu6Cr00oxj/z88yNWiHEodaxCuqYhs2I8I2L9rRPjCT/V1X5+9Rt/q4ZnvJgn8AKwu7aKmTa2YhjwB3vYJjEXipg6f/7Uzs6Jle5WiBnXunp16zgrxDjsclwFF0EzZO0nivE8hrT+nlYnpv70S2UnGxuPsp5Gn5hpY52Yu9jEwKeYQxKDeO4UIRXjNL/Wu7Fi/o6JVoj5efXQUNPP1ohxmN2RePCWfVrUAuVGJgaaschobY7nVZ5WiqmubW1ubm1ttdSUPXFOEoOIWEgMgC9vQSWsTxCuDmNOjOz8Mafbbisre+gJiRidoYVSivk9v2nOUFP+7+piMKWO8PX6kvUUgnIjEuOZcyzHP5JKD4uOPsaJQZjVqxEg7AnvPzLHqC2k0ov5z8WauA0hSocQ16iZPW6CGP2yZfrR1JgniFhIDPAThRAV2JS1WCSG3JTJzh+rmD+urHHcn6t8BTEtTQl7s1oUYn7u7a3r6+39WSwmPNycGNycJTtjN7jcCGIikDY9NhYas2iU7SkS09uLAGFPOKDGMJoUQQwLQidPghjASjFtVVVtWMy0MRYjJAZYhxDS9dUtRGpiZOePNVYMd3dXHE70FsQcMCXsXmFSiGnt3ZaWtq23VSRmV0fHLrIYYHap4xZnzD663LBi/LXR2mM5hceiI7Nz+MQIYSEcUG1kQWFkTlikUkxcWlqcLWJ26vU7z3VisBiKioyklImRIf1CbGJZ99ETJ2prE/8UxJhWBO7+tsUaMQ4dHbC6WYJFMWCmMFKbnpOTHuvv6SkXA2EhiZkUGz3JmOLPvz6eBR3e+NthxD1TF5O294or9i4TEoOInOXE/KSDwODrfRlsE1PR2Fl7ZGWut1gMdeTA3iOUsil7rNd0sqdH3JTNDg+fTRaD07TqS3lTBkDNP5YSG5aOwjytrDHa2IKI9IiwdIUY05FNm46YrBezrO2KK9pADDAyMYiI5cTQTVjg4sWBqr8ZJRVT1thV37bC171e1JQhymAgFf/TbbWnjxYpij9ZzAbH7aTijxuzyEiUHRlthH3LNWYqS3lYQXpEytfsM5GYAyZYBDHXESH0yqbBYyRi5hKxmJjfPBVoNF8TkYoZ7u7qOtqTVlTkrd5dbu7raTvU/KiKGMvdZSAWRRr9o6lo1e7yVI6M9KXRRVMFMVJsFwOMqRghMYc9PSeJHrBgMXcSkYrx7uwcHr78cEWZuxUDzJ+XLGkepyZGbYDpnxKbAsPL6GPqYmSQxfybE/O8l6fnBMkDzKg0ZRxde7q7uzq7vp9qzZRMK0zJqIlRnZLxBKBBgz2bxPyHEgORYSYxb/T0pHPCbyaoNWUCw4PdTk7ug11WT2Kqi1GfxMR6/kExEJhzkhhCgbG2KQMnXd4w9Q+rkUz7k8V0WzXt/x9MjB07duzYsWPHjh07duz81zA38HEjotG8T8T8F0FziGg0E2mQlxeaKEKjuYwBsdzIoNGEuGUjhoQExBDrEaLRBAevfEbGieBgc/edtPVC1uaPw4NE+OOwlF4tXcofh5VPk4ABppjXlmeucsT8e8RMVRNTEBLC3LJj/S+/rEcAFRESUqDRbAkObpd6+TE4+CC8n/COf1KM10D/QOrggBd/HJ450a4q5kfnNYmOnJiPiJxbMVMZNVMticH58IiGV7IHFuDsRMPTWHxAt2cGLz8hisvy4MztjvT7KR2BmE52QxAzYYL1YiAtqcmDA6LjgP/FWBbzWrvzHkfHxH9ezFReDN5XSww+gSUkJAWhlIEBvA4JyYlkDmjiGlFztjI4+Ev4bMz72WVBjDEiKirCqExMo+O8eY6NiQoxj+MrZjxuhRgiIAY4kWlBzLfOyauKutN4MYhHp1M0ZUFBbh4FzW5uk2BnhGKyiFisMdeRxdA2CiOjBwaitYUhIWHCAd3DN2ftwcFbHAH2/czuMCcmezpNtkJMd2lEQWm3oinzD8XXcgn158VcyOPlJeyLjsPAoCwxDQdaVjSZm8Sc8yO+LFA3onBWE7+UiFm3TiEmpPXzmL2LPdy8Pm/m3pDgMT/fQPhqmX6NovjXKQ4UGYkoDtuLP0Js+5VuNNIb8QFdlRwcfAL/iwzmi6cDQxhF/E7eOJ3FKH//2icLCp7Uymvt46GuAYBr6OMyMVFwO7gU2NwqF5OaCQyKxDToAhtMz6yQvx++6m+Ht52GdMs64WvyWSIxep+XX/bRy99QVLNbkK7g3uLP75WLMZTHxZUvVIhpMSEdSGsyyT8wlZ6dna48QRDEiFERg7S44odBcLTSf+mJB4ODf4SqD8WTFxNVEETfO4kkppgTU8y9/iTLrl3Fxbs2cM+445A3a1ZqXl7qrGl5UjFesXBry3S4J5yXTMxAZqazc2bmgCDmAFqBM91gIohZ6QztL3yKxM5l8FGck5aKxOQ/r9M9v1ouJsTt3uLduyM+L3CTi8mP27EjLl/2gcFISxbE1dTXp5OJiQ6LzQ4T3WbQi4iKGCA7BMhW1obtwQAUT0FMAVXsAARlE8QEcWKC5GJKS6OiNpTKxExIhcDk5QUETAudIBGTYgwriI4OC4tO4cUEOcwGkpbj78eWJ+En8BKI0aGGZ5qwmhVyMXPanbc4snTCiYt5IFImJl/ZXY7S7U43HIiySgxlyurr68lCLUM9PS0yMUZ8V0ejdWKuk4iJkoiJdTMjJhPEbBeLCWK8RCObxHSURkSUdsjF5Lnm5UFc8lxT5WIiI6OjIyON2ZwYo9aYEhEWrU1Yv2QJ3F46OiwiBV5ixRzAYjZJajA3eGGjvsd5Fu5iy5uydUoxe2vc3DyiQtysacpaerKaAKoFNnIxyJiTY0Sjacr4wQs9pJGJYZuyg4IY/i5wtjVlpRuqITHKpizAP/hK/wB5U1YQnY6Jji7gxCyqXLS6N9+nMlefv02fW+mzune1T+UiUVPmJ+0c0YMXrjeWuMY5yQGjVvyBqJhiur4oir9BWfwNvCikLP74zM2zUfxjETOkkRf/lfSQP1la/Oe5SFEv/jW7IgqerFEW/+CA0NCAYFnxL46ONhqZn2JWTHm+Pte3Up8f51PpuyguX1+Jn5TTxb+loeWZk2/Ieq0weOF6Y5D6aZuZ11W6y4yZmuYQkZhLiJgfOYcRGYkYfvDCDmmk3eUTXHd5j0hMl4sM893luzlwr+w490TUXYaaIe8uL42NzYYlm94sZcXo4xYaFubry7cZDPHl+nx4Eqcv57rLGxXDieRVfG9si3OAMFOgPsC8t7nZTS7mL97IX2pibiUiEzMVP9TGMZHc4IUf0ggDzB9FA8w1/ACz20WOqOYVBwUVG5FCzOt3NzfDisX2AWauT+5TkBKfRZWVEBmfyqfg4YObMqBhkfKiQ458b+xL51RemLoYIMpNJuYvWPgHXo1IDKhgxMCWwcliYtL5wYswpMFiVsHgRTYls4oWEz7ThSSGCIghYvuUTPy2hfHb4hfiBfa4J7SYoy8rEKaCYPCy2YFnBJOYl7AqmB9YzlJi1ObK2MGLgJaZxORH/YAw+gcxfpe7jF6M7ZOYE919c/WLfN0nVvr4VMKTRfQTXGNOv2xWDDN4cRidGAK2i7G9xuA+soxsN/K0/0o87f89aPgnxMCHgIu2TQS4Nd5oNL+CBrNimMGLWIwdO3bs2LFjx44dO3bs/Pe4noj5gdgfD5Mwf1/L24mYP0dgAhGN5jEiGs0FRDSaWUQ0Gm+W6RLMXczH/J9zERGNxo+IRnMvEY3mRiIqYhYvRhywz83m3kQQY/6+lrevWDHmYqa6XzBVIearr957b1aJ3zwBvxJGzPz5/wUxFi4kQDWWpVGIhkora+Sn2b9SijF/X8vbT50aazHuw93Dw7DhH4KYwX6RmP5BRkxtLayQgHAxH/HyT4uZQIQ+0Bnd3WUGhLRwsHVl3Y1pjBggUREa+X0tnc7b+3QGm5g6zsaZM1vPhpjeXpmYsoN79hzsJiZmnhi/eVhMLj5ZJNe2xDyNl6fZzViJCQ8niSkMC8uRiVncXdYdg4wR9PcWMfXd3YtZMcClamJ8j6+qkIkZWnGq7gwvxpsHWhYecYKzmnSIQyxGp5OJ2fTW2rVryvjIyMSUwOJXUlKC1dCJqUSo8tw3ZY5ERGLe+P77N5RiUlB2LAqTitGllRUhY9Ds6dNnBxlRUVmajhMDICny65I5jas/fPg8pilbweblFNxvs26rXMz8eITi5xPEmF64q48oBiGZmIotwHwziQElg4MHB2HDianV62uVTRniickQ/4O4lIjZEqAuJsNgyFCKeeNGr85OL9hIxeQYjTmFxmghM2zx16EI8OIwfXYx0kFelGLI1yUDL5sHBgZ+p8XU1bGBaYdTGU+dkYsBL2BGKaZl6IX9QwsJYnpjYnplxR/+R1hziSGIKcGbElbMfFiUiUE8GY2LpWIulz/MizH/Ou9lcZmjY71jolRMuJ/fvD/+mOfnFy4Vk1KA12FhUjGA7jdo+F/64Ycboc6QxJCvSwZiBlLzNv8sSsyZnp5DIGbFmTqpmEpEU6kQ0/QC0KdTitEVFenk3eWp4k6ZTAxIOXiwP2DWrH5WDMaimE6DWMzlZ1eMAZR0xhjKZGI6v/oD+KpTLgaF4RVBzPyXwl+C73p+VxXjJOGRZRnlGXqRmLpTZ+oOtZ/qGWrfapUYw9ALL9z1AkRGIQZ1diKRGAciksTM+jIZysI0Woz6ATV0OhaJxRC8nHUxQNcf8+b90SWvMTmosDCnkJI3ZYE6lOvtDnjvQLpAW8SMqz3adrRI1JRtrTtzpmeo50xPnXVNWROIgbbMpBDTG7N9e0yvDWIOzmJhmjIhJeTE4EOWmKZSY0bblBXJmzIAJ0ZZ/MNSEJVSQCj+8Z95g5fP4mXFf4ODFJmYw0nLahuv+KJKVPzPAD1ntvZYWfxbTC03v6AzmCi5GF2Vs3OVzhYx/YPJgyUB/YPWidFl1NcXxSAW8+OMd4iMvPjP+6qz86t5suIP5ISFvajoLjeWxaD4XF/f3HgUU9Qo6i7vcrAspn7nztraop07peOYoTNDdVZ3lymTqa+F0CvTwkVJk7XWiwFKBufNGwQxFpuyy4iMgRgMQUxXFzRnXW9YN8BsbMQDTJ0ODzDLipbxkQQvZDEC44oycs+TDTC3njkz6gFm7y3OwC29toiB+v99Caz8zCdm7MXMISL8+fPo1aimZDrCHVTEjOGUzBJnmiVqYshTMv9iMaOfxOyY7aAm5lxNYqqLgZzIJjERkf+YGNIHKHUAbBED/CNiSPyXEmPHjh07duzYsWPHjh07/zXMDdAeYghm4S98/RYR9WnwFyWQB6SfbdRoXGfMmLHgVmDajBnT8HYBvOCq0bzA4MzCv89pRPh7jt3Awt9z7CYicAV2IhqNr29lbXx8ua+vL0LCvkZzORHz59chREVSiEZynC8mchbF6BEBvWUxeifMRLxgKvpT4TfQAmbMuPJdEBI6Y0YAbN69Em/PnZjTRUVFGbUiMUBuHCcG71sSY/78OoQiayLHVswbCrCYiXqCl4mWxcSDEvpBLxtTU0EMRMQVzMAGkkN7cYWNJTGu3IPfsU7MkSNKMS8XJX33zcmdSTt9xGLy43J5MbDPivmKfYj3zJ9fR0XGpMVEahkx45nHGImpHpCI4c1otbwXy2LyUT6tBFZ0XBgxQMAMV89bPWfMgJUrjo1lMZyMJUu4XVbMVVfRYrbCQyHmuiM3NTTcdOQ6qZh1rV+k1e7I9Un74rtrRGIqy3H7hRC3L03M8ePixFwoQiwmsiYtI63GeBYTcyUsSjHVb9zY318NG14MZ2bf5Mn7WC8Wxfjkw6v5PkxoIC5A0npGDIQGygtmGsRFRQzP+vWypiwvz0Jirrvp119hJRHz0zc72+6ozMiovGPdzrSfeDG52+Lzc7EYYV9IzOVz16yZSz8hidn68enTH2/FYrTGGPCiTMxUItaISV7zZbJCzI2D1f0DA/3VgzfyYjgzk4ODJ3Ne1BODvbBxSfoGIRDDEAp2FtAbFTGv8VCUsE+LCQjAYraSxEBU2hYa2iA4IjF3lK89OmXKh2lp10+542irnhOzY9vCuPxtWAy3LyRmLvx8+SW7A8jOrwMxFd0gRlpjwAjDqMQkby8p2Z4pF1P9FpgBL29Vi8UIdYb1Yk2NgZ9NqcA3FMJiXANCF1yFXbiyvbKrFoQGuKqI2V9XV9eEUBNs9svFgBqFGIjKpVkIZV0KO6LEZHzx08vX+AQG+kCF2ZnGiRm3I36hIR+L4fZZMV+BFK4pgx0cGfn5dVtvP93AidEatawYPjKjEHPll10gJlkp5q2SqvqNb8nEgJkUByAFvNBY0SubOL8EtHynZbvXM2hm4dqPq/8s5rmamBbE0sKLuQrb9jfXlLX1YDE9bQ+LxXxdM2VKPgLiQEwNIwYR4RKTOZdNTiazlZ5fJxEjgL2oJwYREYs50rBJkRjISlVV1dq3+oUaw5thvMjFyC+EwIYF7o0Jx++LBAQsLH9eEJNqtZh7sIkmRNMkNGWbnVNTMxfgwMAiF2OidC1gUUeZxGJqY16Z8mEcQs9+OGVK2g41MTgha5KP0/U/eQ2XGCcJH3/cePfDSjFciXGAz0tEXUxw5p49W7YoxNw40L/2SNXaflHxF8xgL6pi2E4yjksS1qKLW0T3XlxnsU3ZNKEpm2WpKePM8F7uYcVkzgoAMeTEtOkQMuATTdrEYir2rrtjSvzixdum3LFu2Q5rBphzp2WunDt35bRpODkEMRtLvn99e6tMDBeY8aMSAxdm2RJM6JVV969d2z9QJSn+7niFAPqJihjaSxnuitG9s/OcMCMv/gcQYKJ3OTFJWAy5xvyaZTK1tZlMWb+KxZzeuw2iUlQE5SWmBhxZGmCyHbET02hOMKMZhZgd4d8f/34HOTGA7WJUxzHQI4MCUy1PjCBGvSnDcaG7YvH6R5hWjRfzrtBdfldFjAcLhbKzEcU9Y8QkgRishSCmra3n11972toEMZjy3XEfHs3IODolf3e52gATYHrLycl0f5mUGDDzcyt4IdUYcDMGYgAYx0BcRiOmDHfFoLCI5mVsHGAKYiIiCz08CiMjBDGT/CfBgqUQBphgJgsAL9KRf1tNTBEQ8w14URlgsmN+FiExSpRi+PJv7iZ0lsW8adOUDMadF+MOi2Uxn21M/c4AhYUNi5CYd+VTMu9aIaZQ2GCsmJLpgdAo58r0GUUZsPjArtoAU1DDjy+tFIPDglcjEGPrJKbtiano/yKOKSy8GkA6iRlqxSSmhxSCmK22zS4fLSrKpXdUB5jyxFgthovMv1LMzlooLAqYaf9Uca8M95tdbRcz+ml/lQGmEpvEqDRlduzYsWPHjh07duz8xzlfY+dfiZPTWKoZT0T8y5wdHcI+/+vViIUfKF0t4lUejea3T0loNO5SPotD6UH4772aiEazgIhG40JDIRaKec4P3BALP3C7g4hGE06Eu2YM8vZGF4lgxPz22XkKNRcQYc83u+oq+nyzK3nMnoemLqZ0A1A6cjHj/cyJqQA4L7kLqbDxwEjFIKClBQHnUsyrQb9PHGeVGPZ8s9BQ+nwzQQzhPDQf68RsKO0ohWWDSMzl8CCLqUpeU4+3iAf/+dMriGIqqjIzq1gzehRZDH9rUDQrxql7C3w91+0kE/OueFGI6cs652JeBTVO58vEuCseWAwC4iqG4xAgiCGchxaht0YMSJkeEjIb5FiRmCpX0FJ/WJYYoIwoJtPVNZMW47sNxQbBfxah1TFiPls5efL2VZMnr/xMlpgB/MPtvCsVY2poCLRSzH1nTQzgNx/aM/XEXHhV6K0Va9Z03xr67oWCGOJ5aIIYFwliMRs6ds0OD5+9q2ODFYnJ/PLqqw8nJx+WJWa81/gCCkkRi1mkowpwXLJRywv0n+MEXiavaofVSiermzKqbk6D6ZwnJjsW1Pz22Tj1xFx4a+qF3mvWel8YepWamOcjpGL6AutEYhyIsJeJwmKo3TsXy8QkM2KkiZm+ISA8XH4PV6Ep+6wcGaPgb4wyoqybL6MPRAko2ZK46iBsSvgDgTgijx3TIg5BTEtDQ0OdQV0M4tAmJGhVrwFjWUxhLELpBa/iUnO+WmIQENc9vI3UlAnnoekZMxIxWajPxSoxl+MFocU7v99oIDZlksR4lW7fsyfPa3qHRAxf/CvjUcp4oIAyDF12GSPmIC0mcQ1sDirF5C1YkEQQk9Ww/zqXLHUxgpfFuwUzqr+tAGLEsImJpVD0q5jpP0B7ZkEMe75ZaCp9vpkgRn4eWoRe2ZQZ0HUu1ieGCty9c1NVDEUq/tLElGw6vDcJ/shSuRhMLaWlq34sMt11GScGG1meuGo5bNYoxFALAEopZsilwcVliLJaTII2K45KUBfjTUSoMb87cfjSap4mwp5vdutS+nwzQYzsPDRARYxqYqjdacvql+0WiRGQ1pgNVXv37iKIEQYv44sjqT6woi4Gk7RgwTFlYqi+hjlzrhsyWC/mwIo+k3bUYsCMUPotibmSiJkv1mxvyoQaE3hgWcaBQKEpe5UETkx1gFdo9XhlUyYMXlLg/ElsRdyUtTsmtpObMio2llKKCaybc10DlH/rxaynqPWjbcoIZi6g8a30vUDMKMSAmcA6W2qMYfdug6j4IyJcdzxcWfyFwQtqupn1IhT/PYmr9kiK/7VE+JF/U4MLBL4hy/rinyAt/r5EVHplxbHpBdiMXExlXHz5uFGLIXeXXyNCJ0bcXVZPDEDqLosGL3WX8dD3Hr5sJbRh2/dAi7byspsZ1MS0NLjQYuoMI+suj0yMhxHBPy5sRiYmdyGKz+U7zraJ0auM/MHCM4rHa2xiJGLUE5NEeEOiwctlMjHYzHa4jyrvRV0MaurL+rXOFNiCzqWYQhy5AmlrBjogMfm6OFFi3G0Qo4/Qq4kBD3OkCy3mclsT4zWL9IZEgxe5GDBzPBGuTHkcvFgrBsjKgtU5FfMqm5jxIjMXMGZyKy8414kBLzYlxn8a8Q0JgxeFGAGbxDQ1WS3mPn59n1jMOGGBH2tqTDquMePFZviQjLr4K1CvMbaIyQsmvyFu8DI6Mcpp/3OamPGMFTdRa8apGKUYOyMHxIj53f6F5r8FJxl2M3bs2LFjx44dO/8/4Ld5Jk2CHwu325AMPC9mQCzsU/Oz0aWzQ4iv6+8nnqZkMwhztxyNJpCI+fO4fphu5v07khD94pLswt03EDF/fBBgMATG/PySGFpMDgBHeozEOHbsEptZyr2uXe/zD4gxfz2xq8/7jfj+HUrHXAxA1SjFTCrMzo6YRBQTHz96MdKbzWxO4l5P2IfiXz7nYhTncbl7X8CIgb+cEBr8uUrVxXi4XQSPx91GLmbx5woxXinpYTlEMfnXXJM/ejFAB9eceSU9nSd+Q/nPn00xx49bIeZCEe7DTt4V3k7e7lgMcH8+kkF/rlILYuae6B+YREhM26Hlh9pGl5iLIwrNNWU//WR9YhDH+s8/X6+4BRTdnC1Nfftp58mpwhvSUuiK+8+amIYVtB0bxAzP9B6uGnbfNMyIAXx0BDHYDFnMzKqyTZs9+v0nTGAiw4s5dSXmkC2J+U3RlHlcfHEUlH8O4UBT8fE6m8V890V18y/fScUk1ifim2jkOT892dn5aS/2DSUk7NuXkKDzOUtijhuwk5OGZyyJkZ7HNTxzuGzTzO4trJjnn1eEhj2gKWauvrS83yOn2aN/zSRZYlZcybBCEIN4AhcjHkuJIWJ78efy0uxXXd3cvF4qZlki3A4oZKnD5qedN+fxYpYACQhte/6siMkKpGNzQEWM+DwuuEnzlvojw91sU6bXXy2vNCCGMUMUM3e5f+y2bekemwcgMuIaM5kVE0wQU/P5sRqlmJixFrOvubl1Y3Pzd4IYng10a7Z582ZGjHbfElfXJfu0KGHf6kfOghhToBXFX3oel/umk0dPnp45jMXQrRiOL3TP5GKAMJKYlStLalavrhkYGJzwuDgxbVdytCnEBLaezGgNHIWYOwSQgKqYb1p/A1rFYrq7wUpjvaMjPaTxIoiJjXJgGY0Y9IxYTBAR6Vz98MynTp+6r6K7m07M8whBdsliIhBRzJHqz+PiavxBDFNkrBNz8p8QE/eI3+HDfo+Ui8QUFbFimCGNl7wpMxbDC6MXswI12SrGvfupI6d+dd/ENGV6wExTVkyRm7Jnqo/F94ZtfntAVmOWm2/KqJrWVpuaskskKMUYjepiMD6PAIsoWVOW6MhQ6gBIir+2wEHEaIq/DmXh8t9w3GoxU8u6T5yYOzzMjGMewcv9cYTiH+4ihy3+Px4ZKCwceGu5PwxlIDO8mD6LxT+QVPxHKia9uDjdKjFU3KLnyykkE9PJisF9AEl3OSXIQcyoussGhEwHTA2qiRFwH557YubwRCfL3eXwy82Jmbty00b/zYM4MG4ToPbLusunRN3lq4kQu8vqYu4TJSYqCgEjG2CCF4ENIZwY0B3lIGV0A8wVB0xZUGisFzN12HuuewU38qfjohTzxkwXshhg5twTgwNe4OUiUPO4eIB56tApKDBqYkaemPtYMZTRSI1YTGKM2EypQwgzJSMUl9GLEVATo0BtSga8KJBOyUBYIDEXcYkRsCUxI60xwAjFCCVGaM7wJGbBeId/kxhzk5jdLubEXMqLgfKCtSjFjD4xS8dMDIkNGg0uLv8mMeam/btcSJBml0cohjztb8eOHTt27NixY8eOHTv/PS5guIWF/8WcSUTM/4LSc0Q0mgeIaDSPKjm63Jm7sHbFEoYkLwYY6Jn5BaunaOCGFE+JoS+UPcEjx0OGhftUEjH/+j1EzP/3Lgy3sIQwaDTXELFCjBe9DoHlLItZvfpR/MNz/Vpn57WcmJ2Ml/e9eDGvd9kq5vGU9ELazEXsAkjPK/uXi3GHB0lMCDyimpOavVgt8Nx6MVt7erZaFrNu3aP0z/3049HKdufMTTNZMb68F0HM6zOn2yRmQpg2Z0JBIRgRmTF/n0oElJ8+7fMvEmMhMV5fJCUlRYETL3jYlJgz7e1neDFz9g/N2b9/qG///jl1Q3NYMdK8nHR2bp87kxNzUvAiiAEztoh53JidUzDBI4zODPvwMH99MATkXv/U9WdPjMFgm5h164iJIYupHuzv9xpJjelpb+/hxQyZTEN1WZi6pqY6XgzOCxOXD6EZWzkTYMR89gv28ouXVAyYCbdJTOwEaMlyQAiXF6WY2lOnDh2q5cTs8Hn2ZZKYsMLC6MLCMNvEBO7du9iimEkTJknErF5tVWLmY+CUF1jmC2g0nxCx3JTtb2rqq+vry+qDddOQssZA1V++aaYgpl7mpTgaxGBcTEiK5abMoyCnoPBxWgqrR359sMkftP84YzIWcz2wg0Lx10vQaO4HCj0KUJhH4f0CVtSk3W+trSGKOXQIVqDl7/bOB6aNKo7jaB5VqiFVQI0G/6CYmJnNzThdBidGXfxLdWInxhj/Rcs0pTiNldQIwz/pakvXtRaRjgmCM8CGVGAbwpx2jrG5KUMREWXMqWS4jIlMnUZ/76735x2v16P1T8zuc+2VqwS3fvL9/d67Pe7kiSkroyWGLiZgObrmpjXqxZCIpWw/iIG7goEYsEP2GMhMh17fClJEMWPYy02iFoRADMeHiEC4c6xhHgHf/OdiJJmRXx9sDH9MY7yY9pVftUSMPE+IqQqgQBUWcxHe1Igxe/q7ugbfeYci5sCBmaXs7HXrvkLoq3XrFqhLjN1WFygywRc5eItXDCQGatgWaDFb9m/ZwieGp/1Jvb4vXypmgvMiahHEAPupYgwyM9GHy+T1wRqCzSubCzgxQHWwHZTg7SK8F8Tg9X7ueqzkTtguUiHm1Tc6jh/veMNrlov5LSM1NeM3tpRJE1PAIIApUJkYu6nIHSgT8pKjIMZAhROTkQHPyOt94jwmN1LGXMX5hJh94GWnqIUQs19tYhCVGbdDHGpZWdqCxfAhoSYmLQ2lpdVjLZg7lcQ8xHLpaz1HHjz+8eHXnueOJYkZS00dYxOTRpSy9xjw8p7aHhMIFLmL7GJi4hNDHy6LkxcQIorhJpc7BS2kmP0qe4xaMUf2bpsY+IQTwyEkBna8mA2//pr76691nJQ7lUsZSGHFZB/OTj/c9vylcEiKOQBwzZ8Ug4D31PaYcE1doCpM9JjTqMQlJjcyeZGJ6QAvUi3mD7dcGBHzu05GomKWdD//2vElhBhK838Ru7joRaL5X0qFSwzYyG6bvqsY7rDNHT4Ue7jcbF6wwNysIjEIU/50OaqpQSLxivk6wg9fC2LEyQspBiaXNaKWd/Yf4/6NneIlcTFgZvFi8AJi0qhE3g+/mPtimHyfLkZIzPPHvQ2+4PHn2UOqmAvSSDHcLnZiEIu7LmCxqhKTT4UXc19EzP79GbwYcfKC+V0QMw1eOC2mV3+4UFj8QHhJVAxJLDFA1YYq4v1YiQFADt4pJOaCuGb+SCRRMfRSJk5eyMRM1oAWtn4Rq1Kwl/9MDEnsxFyKN0ELEN8pmcz/Qow4eYG4SL7/SM1btkj9IsSAl/+JGIBXopyYNF7MjxIlP/7XiYHJC/X7X7Hx9YsU87vufyWGII7EaGhoaGhoaGhoaGho/P94jArcNyXKhK43yoWpc6lE/4Wme6hEX/d1K4c+QjIHe7sT7rrcKFOC5ELf6VKi//r86VSiX+D6uZvo6+7S0/M7P8rrzE+X/X+voUJOhE8XUBCTezJdTErvPymGXPeVqJjCv0dMzjqKGN3SV6KJCe/YEc5Pz85WLQaMRF5uw1sMMbm5V1PFYDN0MS+QWzxiyHVfiYpZ8w8mRqdrXFoTJTGd4WdAzDHYaGIWLYouhuM2LAZR4RKQSRWDzSSemHOoyJYXbQ6y+OISU+dGRXArFIOUaH9fBTE5WMRKQUlTEy9G51yxooYmJi8v7+J8sPLux8dmiqm3GY22elGM4INIjKIY4GQnTQyYSVzMbTzvl4Q7hQOZmI3LVixb9v33k3GJecaKrM+oFoMEjEYkAGJ2r5Ukpa3VJSQGzISW4lYjF7Nj/fod+ekQmQ9nJqYIL7cpZ9w0MWRiUgQWLhS/Zj/odniWMrRbW1UaZEjvIeYwxl7JKIj5fOCnboRsvBrZuq+Nz7lXuNZ/uzG+UrbKZkuRiVG+TyXGwSIRI6XXYOgSxQCtS3GrkZcySAyIOQaBkYupR/XXFK1aZYUXpR5DiqmslInp7jhyJPekG8hanCKaCYX4vSgGvHg8DkYuZvt28VUUs7xz3Nk2MRD0mDzh2/I+uhjEEOu+IDFHVyz7PqSUGCQgF1NoSbEUynpMTDEOxrh1xMg4aGJ+ajUQYprgOQq37KuRiVleUrI8yqjMVn6NG5VbrchGEUNPzM55BsO8nVIxR548p3ZJbu6SX0gxgpnRxsZRbi8V4/Ft2hR0yMS888MP7/Cvgpjl69eP6waavhgY8Aa9KBz+bjmIIdd9dRjmfdf5/e37lBMj0l5mNpfl0IbL6sWgkRFGJoYrZk1+A9AqiBmwewZ0uiEws6KGEFOyY0cJXcwiY/011jVz09Yg4xnkcFkhMTcZDDelzEaMwek0cHtCzPRv09MmeWKOHSNfQUzJxC+Pvw9itg18EQx6mfBtJdW/gJhTpLQZ5v1c7DdsUymmtD2z9OXq9tL4xWAjDvxkJGKqd58KdBg4MmOKyYPEKIm5ZZEghuyp9B5TU1lZM6tSNi8U8vN7UYxxeHp6WF7KmO3bzfwrL+bzX0ug8zudA86gxwOlDL8hF5O5dM/55x/SZ6oU054Dq/fW5bRjMQYqKsTgi3WRYjCZrQbgXnj2UkoZrcfQS1kASllAWspAg7hRE7OQfSTe/B3f2I2zaP5w41KftPmfQrDt0PnXHuqOMY8RKS0rKzNDYOIVAzhWX3bZ6hnN/6eQgceVGav5f5YPD7qYelR1jXuVFTd/SmLUzmOA7GtJZj9c1lGRDpfffjsPXqhiwMyePeBFrZjNOS+/nLOZJkb9cNkBSN7n24tIX6zhMpSyvChiIC/uqvoAE7hGMTGxxNyZCi5SuYcoBrwkLEb9zdSeajtFvZic0urqUq75v0kl+t/3SiqcmF6Xy+Vn4cy0gRjWC32C2bnhu+jnyupXMcQEk5qYGKdkXgMfghfuS8VTMvJzMopi7qECYiioF1Ods7aaE5NOEPuUDF1MXKdkwhv3hSlieNLSYKecGEUxEBeW1D+5B3uoeBLzhSW5BP+6GKAUCtnfLqbDQNKkfBLzu87wd1QxIoqJURYDXijEOO3/34sB/k4xcZ32h0uCdyYqRkNDQ0NDQ0NDQ0ND4//HIipwwWrUrdM1oKJkAnLd19kCSUnXiZwmMvOaK4f0o048wXyCSvQJ6XVSTuOJfu7rJUxz1kskSZhzIojfDFyK0UuYj8G/YFU7WauXM9vrnincJ/SGFAoKYpIDaBs+I1+XLIVc9zVDzMmxxDxaq9+rA+IQs1LcZGLMFSYzVUzzLthl7SpISEzt6PpWvRzyc0hEjKvx/VmKSS5nmnS6ILIkSyDXfUWsDI9FxHyw8gNlMW/qQ434tGxrHGIkXq4jTtebNg0PD5oQOk8CK2ZXM+sla1dCYvb0Thx2wXEt/8AoXPfMuNWBWBz9RoTB70QX0+jq+/Tz6GKqYIFAoIoUk7yGgZtYeZm3iB90ugRWy4Kzh4c5MR/s3r37AwUxj+7R9+mARn9tdDE3UlFITMVgV2tr16YKQoyQGOwlS70YQYAoxt+7rdcv+uL+o2yZVVtxflN+cTsrxuHyT/aDHGbSPwJSHCOTfteIVMzCheS9D/pcjVDP6GIglUUPL3p4LikmxUaYoYtpGQsu4ErZnJbdaHfLnKhiDtT62TLWpx/bFYcYiRdCjGm4FRiuoPWYgl0xegzDyMUc0OOdtMeEWl16KRQx+cWPNUxNHeFK2Va/y2UAKavPWQ1f3wtHBxmpmMpKUowOQuN8nyqmCiEL6+NhiRig0FYByw3sRvH2O+S6L1zFWiaDoCd2YqDrtzpxGQvp37j77uhinuUJ7xu2CAdkYohSVsGJMamr6aQYY38/Q4rZM38PuxPE8BmcswSYwx+Rn8PJ+cU9psOcGDODBmtd/nv3be7r7dvsu9fg8vebiT/PihUyMWxoPl1OEWNDtoiQenAjiAEzq0wDOqfEDLnuC4uRNv8PSik9RihjQzpgr7/2y7vViLGgbhMSzCgkpmITLmWD8lKGqJBiKgY3bjzoIMR8PX8+dvI13l0viAEti1l4NeTnAGKm7b1TbVhMQXNBweCY696OqzHbLnFNfoMKvuLF7IRLWer1sNspiGkcamRDo5MSEWNERZyXubZVc0Ux2IzV5NQ5PVbeDLnu62yOliA/KpsTbVR2QO9q1AGj+rHL71Ylxmpqshut/JHSqMw0ODwMLSYOMSZ7/8HJEboYMjH3PLgYvyx+8B7umPwcTk6f6vAUF7NiXs7K2t7T0+8KbcA86RrLKmCysBiOmqV6YGmNmJjRvaNcaPwGEUGMmyoGeMbqATMmayH/g86ewYKxybOjX5hBmLywxVS/hb/A3CVUxFGZh2n4LOxRMypDZpPZjEjUiWEc/ZtMjIpSNmfxg3PY13sW82JOkXBy8VQPmuYSg7KymMNXvuror3O73XUHt8LYw3wzLwZYiL1A+xcT08eKGSLExCpl2IzR7tQNmFYVysXgOsY1/5YWJTHi5GVIX/vH3WrFNCFvsLwp9jyG4YlDjGPk4CZPhbz5H4CHnihlc94DL5yhB0tFMSLbpnpM08UTrJiCAuSd6ilb/SSI2VjLZGV9hbIIMcBCYlTGljKwI0Fs/kW05s+ZYeyw6tBsS6GKWcCOypTEiJMX/W+gRKUYMBP0NqmY+Z9HRV3zZwYDmzyMfLg8f750uMxVMuGew0vuoYjpCHWnn5XdEWLFQHoreq5809W/b8O+Qbh3vBkiLY7KoJbt3AmVTBTDxaXRmZohQRwuo8DcRXOriOEyz1uMF+7Ly6xJoZSy4DDeK4kRJy/Q9WVi9PCQbEC04XL0BJRSYZNKQT5ctlpnzGMOzZ9/SCKGLlhWyia6Ovq6up4SZv6eb7o8/aHW1snmr/tlo8TKhZCaSkIMxMX5bgYBMcEsl08w5WZIMS2QGHjEEiOZvNxNiAETJMpiTqMy+wtWx57533cf7NhSJohJEZ8pFDGUUzLmVwddfld/1uVlMYbvbFx+z5CheEpGxIKCuOiXS8UM17awcYklRjJ5IcVw6OVinqUi+/kxS1kiYg5BYIjEYB3sTvgythjAsXorWrcAxRCD4/JYRlxigDrkg/tYowAWI46RgdhixMkLKYaXIpYyZTGIyj+RGIAUg03wfqilLLGTmBCXOMUARahBp+tGbqLHqBMjTl5IMTwJJeZfEEPw94v5PTWDJkZDQ0NDQ0NDQ0NDQ+P/h3jJD3Licyom5yS8J95PphJ9YpWd/SqyWm6SkZR0JpWkJN/U/RSSTjwUxXyyeFZiqorKq8otR91uS5HF4ubFZB/bjsqVxey9/8z7zzzz/vtBDLJPaWLkYlK4LSIms30tXK2jdK16MUctlqPlRwPuNW5ruSXAiekBM0RoaGKGvl1fObT+271YDKo4rImhJyaFE7O2JQfsVK9NrJQtezObCA29lN0PaoYgNNzPCYYMMpJOPIjEkKUMyKmeRSnzeL3I0+DzeoNBD/J6PayYoWUhIjR0MXfcAdUMYNdlbQ3YRzUxRGIKbQjZCkUxmWvXwl5VMsCLz9vtsV996xVXXHG119Pg9Znw+7rGkBAakejNH6GR28+1mne8fpWUpBMPxIPF2Apt8BDFtLScql5Mg93X4PVecevExFNX2L3dPnsDK0anY0NDIhMDv1gN3/fII4/Az3Ef9d8Oo4gNy09wMclSIC4QGlFMdfUsxPi8dp/Xc/Wtn2y+9Wq7N2i3ByNi2NCoFlP07DL97c+WI1icI5J04kEXQ7yvVowvaPd5HigBHrD77EGfLy4x6KAr5JqEynjCi0nhN76UxS0GN/7xxvHx8c+9XtDki6uUYTGhgyiolTIeofkritFRYYVV2KH/L3eOjztLvD47jMqE5n8hvfnTxZSPjIwMas0fgiJuHPGKgdoV9JaMj5eM5/mCcCQbLpdV3yqgJAbYPTrvhB8uszPK1zkn/D4lLjFMENx4PB67HXZgJchgMUJcVoKPmGK0CaYAsVwK7+NPTBCGy/agNwgPO75vKpsYIi4xxWinZMjEPA46CDdxiQHACAb8MAzXS4i4xBSjncSkNv/Eegx9tEbEJaYY7bS/hoaGhobGP8xff9MS7Xw+B5wAAAAASUVORK5CYII=);background-repeat:no-repeat}.react-tel-input .ad{background-position:-48px -24px}.react-tel-input .ae{background-position:-72px -24px}.react-tel-input .af{background-position:-96px -24px}.react-tel-input .ag{background-position:-120px -24px}.react-tel-input .ai{background-position:-144px -24px}.react-tel-input .al{background-position:-168px -24px}.react-tel-input .am{background-position:-192px -24px}.react-tel-input .an{background-position:-216px -24px}.react-tel-input .ao{background-position:-240px -24px}.react-tel-input .aq{background-position:-264px -24px}.react-tel-input .ar{background-position:-288px -24px}.react-tel-input .as{background-position:-312px -24px}.react-tel-input .at{background-position:-336px -24px}.react-tel-input .au{background-position:-360px -24px}.react-tel-input .aw{background-position:-384px -24px}.react-tel-input .ax{background-position:0 -48px}.react-tel-input .az{background-position:-24px -48px}.react-tel-input .ba{background-position:-48px -48px}.react-tel-input .bb{background-position:-72px -48px}.react-tel-input .bd{background-position:-96px -48px}.react-tel-input .be{background-position:-120px -48px}.react-tel-input .bf{background-position:-144px -48px}.react-tel-input .bg{background-position:-168px -48px}.react-tel-input .bh{background-position:-192px -48px}.react-tel-input .bi{background-position:-216px -48px}.react-tel-input .bj{background-position:-240px -48px}.react-tel-input .bl{background-position:-264px -48px}.react-tel-input .bm{background-position:-288px -48px}.react-tel-input .bn{background-position:-312px -48px}.react-tel-input .bo{background-position:-336px -48px}.react-tel-input .br{background-position:-360px -48px}.react-tel-input .bs{background-position:-384px -48px}.react-tel-input .bt{background-position:0 -72px}.react-tel-input .bw{background-position:-24px -72px}.react-tel-input .by{background-position:-48px -72px}.react-tel-input .bz{background-position:-72px -72px}.react-tel-input .ca{background-position:-96px -72px}.react-tel-input .cc{background-position:-120px -72px}.react-tel-input .cd{background-position:-144px -72px}.react-tel-input .cf{background-position:-168px -72px}.react-tel-input .cg{background-position:-192px -72px}.react-tel-input .ch{background-position:-216px -72px}.react-tel-input .ci{background-position:-240px -72px}.react-tel-input .ck{background-position:-264px -72px}.react-tel-input .cl{background-position:-288px -72px}.react-tel-input .cm{background-position:-312px -72px}.react-tel-input .cn{background-position:-336px -72px}.react-tel-input .co{background-position:-360px -72px}.react-tel-input .cr{background-position:-384px -72px}.react-tel-input .cu{background-position:0 -96px}.react-tel-input .cv{background-position:-24px -96px}.react-tel-input .cw{background-position:-48px -96px}.react-tel-input .cx{background-position:-72px -96px}.react-tel-input .cy{background-position:-96px -96px}.react-tel-input .cz{background-position:-120px -96px}.react-tel-input .de{background-position:-144px -96px}.react-tel-input .dj{background-position:-168px -96px}.react-tel-input .dk{background-position:-192px -96px}.react-tel-input .dm{background-position:-216px -96px}.react-tel-input .do{background-position:-240px -96px}.react-tel-input .dz{background-position:-264px -96px}.react-tel-input .ec{background-position:-288px -96px}.react-tel-input .ee{background-position:-312px -96px}.react-tel-input .eg{background-position:-336px -96px}.react-tel-input .eh{background-position:-360px -96px}.react-tel-input .er{background-position:-384px -96px}.react-tel-input .es{background-position:0 -120px}.react-tel-input .et{background-position:-24px -120px}.react-tel-input .eu{background-position:-48px -120px}.react-tel-input .fi{background-position:-72px -120px}.react-tel-input .fj{background-position:-96px -120px}.react-tel-input .fk{background-position:-120px -120px}.react-tel-input .fm{background-position:-144px -120px}.react-tel-input .fo{background-position:-168px -120px}.react-tel-input .fr{background-position:-192px -120px}.react-tel-input .ga{background-position:-216px -120px}.react-tel-input .gb{background-position:-240px -120px}.react-tel-input .gd{background-position:-264px -120px}.react-tel-input .ge{background-position:-288px -120px}.react-tel-input .gg{background-position:-312px -120px}.react-tel-input .gh{background-position:-336px -120px}.react-tel-input .gi{background-position:-360px -120px}.react-tel-input .gl{background-position:-384px -120px}.react-tel-input .gm{background-position:0 -144px}.react-tel-input .gn{background-position:-24px -144px}.react-tel-input .gq{background-position:-48px -144px}.react-tel-input .gr{background-position:-72px -144px}.react-tel-input .gs{background-position:-96px -144px}.react-tel-input .gt{background-position:-120px -144px}.react-tel-input .gu{background-position:-144px -144px}.react-tel-input .gw{background-position:-168px -144px}.react-tel-input .gy{background-position:-192px -144px}.react-tel-input .hk{background-position:-216px -144px}.react-tel-input .hn{background-position:-240px -144px}.react-tel-input .hr{background-position:-264px -144px}.react-tel-input .ht{background-position:-288px -144px}.react-tel-input .hu{background-position:-312px -144px}.react-tel-input .ic{background-position:-336px -144px}.react-tel-input .id{background-position:-360px -144px}.react-tel-input .ie{background-position:-384px -144px}.react-tel-input .il{background-position:0 -168px}.react-tel-input .im{background-position:-24px -168px}.react-tel-input .in{background-position:-48px -168px}.react-tel-input .iq{background-position:-72px -168px}.react-tel-input .ir{background-position:-96px -168px}.react-tel-input .is{background-position:-120px -168px}.react-tel-input .it{background-position:-144px -168px}.react-tel-input .je{background-position:-168px -168px}.react-tel-input .jm{background-position:-192px -168px}.react-tel-input .jo{background-position:-216px -168px}.react-tel-input .jp{background-position:-240px -168px}.react-tel-input .ke{background-position:-264px -168px}.react-tel-input .kg{background-position:-288px -168px}.react-tel-input .kh{background-position:-312px -168px}.react-tel-input .ki{background-position:-336px -168px}.react-tel-input .xk{background-position:-144px 0}.react-tel-input .km{background-position:-360px -168px}.react-tel-input .kn{background-position:-384px -168px}.react-tel-input .kp{background-position:0 -192px}.react-tel-input .kr{background-position:-24px -192px}.react-tel-input .kw{background-position:-48px -192px}.react-tel-input .ky{background-position:-72px -192px}.react-tel-input .kz{background-position:-96px -192px}.react-tel-input .la{background-position:-120px -192px}.react-tel-input .lb{background-position:-144px -192px}.react-tel-input .lc{background-position:-168px -192px}.react-tel-input .li{background-position:-192px -192px}.react-tel-input .lk{background-position:-216px -192px}.react-tel-input .lr{background-position:-240px -192px}.react-tel-input .ls{background-position:-264px -192px}.react-tel-input .lt{background-position:-288px -192px}.react-tel-input .lu{background-position:-312px -192px}.react-tel-input .lv{background-position:-336px -192px}.react-tel-input .ly{background-position:-360px -192px}.react-tel-input .ma{background-position:-384px -192px}.react-tel-input .mc{background-position:0 -216px}.react-tel-input .md{background-position:-24px -216px}.react-tel-input .me{background-position:-48px -216px}.react-tel-input .mf{background-position:-72px -216px}.react-tel-input .mg{background-position:-96px -216px}.react-tel-input .mh{background-position:-120px -216px}.react-tel-input .mk{background-position:-144px -216px}.react-tel-input .ml{background-position:-168px -216px}.react-tel-input .mm{background-position:-192px -216px}.react-tel-input .mn{background-position:-216px -216px}.react-tel-input .mo{background-position:-240px -216px}.react-tel-input .mp{background-position:-264px -216px}.react-tel-input .mq{background-position:-288px -216px}.react-tel-input .mr{background-position:-312px -216px}.react-tel-input .ms{background-position:-336px -216px}.react-tel-input .mt{background-position:-360px -216px}.react-tel-input .mu{background-position:-384px -216px}.react-tel-input .mv{background-position:0 -240px}.react-tel-input .mw{background-position:-24px -240px}.react-tel-input .mx{background-position:-48px -240px}.react-tel-input .my{background-position:-72px -240px}.react-tel-input .mz{background-position:-96px -240px}.react-tel-input .na{background-position:-120px -240px}.react-tel-input .nc{background-position:-144px -240px}.react-tel-input .ne{background-position:-168px -240px}.react-tel-input .nf{background-position:-192px -240px}.react-tel-input .ng{background-position:-216px -240px}.react-tel-input .ni{background-position:-240px -240px}.react-tel-input .nl{background-position:-264px -240px}.react-tel-input .no{background-position:-288px -240px}.react-tel-input .np{background-position:-312px -240px}.react-tel-input .nr{background-position:-336px -240px}.react-tel-input .nu{background-position:-360px -240px}.react-tel-input .nz{background-position:-384px -240px}.react-tel-input .om{background-position:0 -264px}.react-tel-input .pa{background-position:-24px -264px}.react-tel-input .pe{background-position:-48px -264px}.react-tel-input .pf{background-position:-72px -264px}.react-tel-input .pg{background-position:-96px -264px}.react-tel-input .ph{background-position:-120px -264px}.react-tel-input .pk{background-position:-192px -264px}.react-tel-input .pl{background-position:-216px -264px}.react-tel-input .pn{background-position:-240px -264px}.react-tel-input .pr{background-position:-264px -264px}.react-tel-input .ps{background-position:-288px -264px}.react-tel-input .pt{background-position:-312px -264px}.react-tel-input .pw{background-position:-336px -264px}.react-tel-input .py{background-position:-360px -264px}.react-tel-input .qa{background-position:-384px -264px}.react-tel-input .ro{background-position:0 -288px}.react-tel-input .rs{background-position:-24px -288px}.react-tel-input .ru{background-position:-48px -288px}.react-tel-input .rw{background-position:-72px -288px}.react-tel-input .sa{background-position:-96px -288px}.react-tel-input .sb{background-position:-120px -288px}.react-tel-input .sc{background-position:-144px -288px}.react-tel-input .sd{background-position:-168px -288px}.react-tel-input .se{background-position:-192px -288px}.react-tel-input .sg{background-position:-216px -288px}.react-tel-input .sh{background-position:-240px -288px}.react-tel-input .si{background-position:-264px -288px}.react-tel-input .sk{background-position:-288px -288px}.react-tel-input .sl{background-position:-312px -288px}.react-tel-input .sm{background-position:-336px -288px}.react-tel-input .sn{background-position:-360px -288px}.react-tel-input .so{background-position:-384px -288px}.react-tel-input .sr{background-position:0 -312px}.react-tel-input .ss{background-position:-24px -312px}.react-tel-input .st{background-position:-48px -312px}.react-tel-input .sv{background-position:-72px -312px}.react-tel-input .sy{background-position:-96px -312px}.react-tel-input .sz{background-position:-120px -312px}.react-tel-input .tc{background-position:-144px -312px}.react-tel-input .td{background-position:-168px -312px}.react-tel-input .tf{background-position:-192px -312px}.react-tel-input .tg{background-position:-216px -312px}.react-tel-input .th{background-position:-240px -312px}.react-tel-input .tj{background-position:-264px -312px}.react-tel-input .tk{background-position:-288px -312px}.react-tel-input .tl{background-position:-312px -312px}.react-tel-input .tm{background-position:-336px -312px}.react-tel-input .tn{background-position:-360px -312px}.react-tel-input .to{background-position:-384px -312px}.react-tel-input .tr{background-position:0 -336px}.react-tel-input .tt{background-position:-24px -336px}.react-tel-input .tv{background-position:-48px -336px}.react-tel-input .tw{background-position:-72px -336px}.react-tel-input .tz{background-position:-96px -336px}.react-tel-input .ua{background-position:-120px -336px}.react-tel-input .ug{background-position:-144px -336px}.react-tel-input .us{background-position:-168px -336px}.react-tel-input .uy{background-position:-192px -336px}.react-tel-input .uz{background-position:-216px -336px}.react-tel-input .va{background-position:-240px -336px}.react-tel-input .vc{background-position:-264px -336px}.react-tel-input .ve{background-position:-288px -336px}.react-tel-input .vg{background-position:-312px -336px}.react-tel-input .vi{background-position:-336px -336px}.react-tel-input .vn{background-position:-360px -336px}.react-tel-input .vu{background-position:-384px -336px}.react-tel-input .wf{background-position:0 -360px}.react-tel-input .ws{background-position:-24px -360px}.react-tel-input .ye{background-position:-48px -360px}.react-tel-input .za{background-position:-96px -360px}.react-tel-input .zm{background-position:-120px -360px}.react-tel-input .zw{background-position:-144px -360px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{font-size:16px;background:#FFFFFF;border:1px solid #CACACA;border-radius:5px;width:300px;outline:none;padding:18.5px 14px 18.5px 60px;transition:box-shadow ease .25s,border-color ease .25s;color:#495057}.react-tel-input .form-control:focus{background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.react-tel-input .form-control:focus.invalid-number{box-shadow:0 0 0 .2rem rgba(222,0,0,0.25)}.react-tel-input .form-control.invalid-number{border:1px solid #f44336}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:52px;height:100%;padding:0 0 0 11px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:before{content:'';display:block;position:absolute;top:2px;bottom:2px;left:0;width:100%;border-radius:4px 2px 2px 4px;border:1px solid transparent;transition:box-shadow ease .25s,border-color ease .25s}.react-tel-input .selected-flag:focus:before,.react-tel-input .selected-flag.open:before{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-12px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-1px;left:29px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 18px rgba(0,0,0,0.25);background-color:white;width:300px;max-height:220px;overflow-y:scroll;border-radius:7px}.react-tel-input .country-list .flag{display:inline-block;position:absolute;left:13px;top:8px}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{position:relative;padding:12px 9px 13px 46px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{z-index:2;position:-webkit-sticky;position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{display:none;font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;white-space:nowrap}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/components/DialogeBox/Login.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.Login_get_otp_btn__vVQf8 {
    background-color: #1b305d;
    border: none;
    width: 100%;
    margin-top: 5px;
    padding: 11px 67px;
    border-radius: 10px;
    font-size: 18px;
    /* font-weight: 500; */
    box-shadow: 0 0 2px 2px #fff;
    color: #fff 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    color: #fff;
    border-radius: 10px;
  }
  span.Login_terms_condition__xH67r {
    color: #8c8080;
    cursor: pointer;
    text-decoration: underline;
    color: #0f2170;
  }
  .Login_main_heading_mobile_number_registration___U3Fg {
    text-align: center;
    font-weight: 600;
    color: #313131;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
  }
  .Login_padding_desktop_view__LbApi {
    padding: 0 2px 8px;
  }
  .Login_subheading_for_notification__5zBMz {
    margin: 0;
    font-size: 13px !important;
    text-align: center !important;
    padding: 7% 24% !important;
    color: #525252 !important;
    font-weight: 600 !important;
  }
  .Login_MuiDialog-paperFullWidth__oLW58 {
    background-color: #fff !important;
    border-radius: 15px !important;
  }
  .Login_react-tel-input__TBYVQ .Login_form-control__WYaSr {
    width: 100% !important;
  }
  .Login_phone_input_flag__ZDUs_ {
    width: 16%;
  }
  @media only screen and (min-width: 301px) and (max-width: 760px) {
    .Login_mobile_input_login__l7qY7 {
      width: 100%;
      float: right;
    }
  }
  
  @media only screen and (min-width: 301px) and (max-width: 500px) {
    .Login_phone_input_flag__ZDUs_ {
      width: 26% !important;
    }
  }
  .Login_descParent__YSOqB {
    background: #FFCA28;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    align-items: center;
    padding-bottom: 50px;
}

.Login_bannerContent__Th5fg {
  position: absolute;
    bottom: 10%;
    text-align: center;
    align-items: center;
}
.Login_otpContainer__zqjNh {
  margin: 5% auto;
}

.Login_otpInput__TFJOI {
  width: 38px !important;
  height: 38px ;
  margin: 0 1rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.Login_kundaliform__mvzfj .Login_formControl__FBe6k {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  box-shadow: none !important;
  color: #000;
  /* padding: 0 40px 0 12px; */
}


/* 
@media (max-width: 995px)
{
  .content
  {
    background-color: red;
  }
} */


/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/globals.min.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/font-awesome/css/font-awesome.min.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/_next/static/media/fontawesome-webfont.2b13baa7.eot);src:url(/_next/static/media/fontawesome-webfont.2b13baa7.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/_next/static/media/fontawesome-webfont.e9955780.woff2) format('woff2'),url(/_next/static/media/fontawesome-webfont.cf011583.woff) format('woff'),url(/_next/static/media/fontawesome-webfont.8a7cb27d.ttf) format('truetype'),url(/_next/static/media/fontawesome-webfont.da909aa0.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/@fortawesome/fontawesome-free/css/all.min.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0{--fa:"\30"}.fa-1{--fa:"\31"}.fa-2{--fa:"\32"}.fa-3{--fa:"\33"}.fa-4{--fa:"\34"}.fa-5{--fa:"\35"}.fa-6{--fa:"\36"}.fa-7{--fa:"\37"}.fa-8{--fa:"\38"}.fa-9{--fa:"\39"}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-info{--fa:"\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-explosion{--fa:"\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-wave-square{--fa:"\f83e"}.fa-ring{--fa:"\f70b"}.fa-building-un{--fa:"\e4d9"}.fa-dice-three{--fa:"\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-door-open{--fa:"\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-atom{--fa:"\f5d2"}.fa-soap{--fa:"\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-pump-medical{--fa:"\e06a"}.fa-fingerprint{--fa:"\f577"}.fa-hand-point-right{--fa:"\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-flag-checkered{--fa:"\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-crop{--fa:"\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-users-rectangle{--fa:"\e594"}.fa-people-roof{--fa:"\e537"}.fa-people-line{--fa:"\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-diagram-predecessor{--fa:"\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-male,.fa-person{--fa:"\f183"}.fa-laptop{--fa:"\f109"}.fa-file-csv{--fa:"\f6dd"}.fa-menorah{--fa:"\f676"}.fa-truck-plane{--fa:"\e58f"}.fa-record-vinyl{--fa:"\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-bong{--fa:"\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-jar-wheat{--fa:"\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-pager{--fa:"\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-strikethrough{--fa:"\f0cc"}.fa-k{--fa:"\4b"}.fa-landmark-flag{--fa:"\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-backward{--fa:"\f04a"}.fa-caret-right{--fa:"\f0da"}.fa-comments{--fa:"\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-code-pull-request{--fa:"\e13c"}.fa-clipboard-list{--fa:"\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-user-check{--fa:"\f4fc"}.fa-vial-virus{--fa:"\e597"}.fa-sheet-plastic{--fa:"\e571"}.fa-blog{--fa:"\f781"}.fa-user-ninja{--fa:"\f504"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-toggle-off{--fa:"\f204"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-person-drowning{--fa:"\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-spray-can{--fa:"\f5bd"}.fa-truck-monster{--fa:"\f63b"}.fa-w{--fa:"\57"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-rainbow{--fa:"\f75b"}.fa-circle-notch{--fa:"\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-paw{--fa:"\f1b0"}.fa-cloud{--fa:"\f0c2"}.fa-trowel-bricks{--fa:"\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-hospital-user{--fa:"\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-binoculars{--fa:"\f1e5"}.fa-microphone-slash{--fa:"\f131"}.fa-box-tissue{--fa:"\e05b"}.fa-motorcycle{--fa:"\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-toilets-portable{--fa:"\e584"}.fa-hockey-puck{--fa:"\f453"}.fa-table{--fa:"\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-users-slash{--fa:"\e073"}.fa-clover{--fa:"\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-star-and-crescent{--fa:"\f699"}.fa-house-fire{--fa:"\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-helicopter{--fa:"\f533"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-file-circle-question{--fa:"\e4ef"}.fa-laptop-code{--fa:"\f5fc"}.fa-swatchbook{--fa:"\f5c3"}.fa-prescription-bottle{--fa:"\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-people-group{--fa:"\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-film{--fa:"\f008"}.fa-ruler-horizontal{--fa:"\f547"}.fa-people-robbery{--fa:"\e536"}.fa-lightbulb{--fa:"\f0eb"}.fa-caret-left{--fa:"\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f"}.fa-sitemap{--fa:"\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-memory{--fa:"\f538"}.fa-road-spikes{--fa:"\e568"}.fa-fire-burner{--fa:"\e4f1"}.fa-flag{--fa:"\f024"}.fa-hanukiah{--fa:"\f6e6"}.fa-feather{--fa:"\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-comment-slash{--fa:"\f4b3"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-compress{--fa:"\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-ankh{--fa:"\f644"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-asterisk{--fa:"\2a"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-peseta-sign{--fa:"\e221"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-ghost{--fa:"\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-cart-plus{--fa:"\f217"}.fa-gamepad{--fa:"\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-egg{--fa:"\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-campground{--fa:"\f6bb"}.fa-folder-plus{--fa:"\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-lock{--fa:"\f023"}.fa-gas-pump{--fa:"\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-house-flood-water{--fa:"\e50e"}.fa-tree{--fa:"\f1bb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-sack-dollar{--fa:"\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-car-side{--fa:"\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-microscope{--fa:"\f610"}.fa-sink{--fa:"\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-mitten{--fa:"\f7b5"}.fa-person-rays{--fa:"\e54d"}.fa-users{--fa:"\f0c0"}.fa-eye-slash{--fa:"\f070"}.fa-flask-vial{--fa:"\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-om{--fa:"\f679"}.fa-worm{--fa:"\e599"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-plug{--fa:"\f1e6"}.fa-chevron-up{--fa:"\f077"}.fa-hand-spock{--fa:"\f259"}.fa-stopwatch{--fa:"\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-chess-bishop{--fa:"\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-road-circle-check{--fa:"\e564"}.fa-dice-five{--fa:"\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-land-mine-on{--fa:"\e51b"}.fa-i-cursor{--fa:"\f246"}.fa-stamp{--fa:"\f5bf"}.fa-stairs{--fa:"\e289"}.fa-i{--fa:"\49"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-pills{--fa:"\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-tooth{--fa:"\f5c9"}.fa-v{--fa:"\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bicycle{--fa:"\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-snowman{--fa:"\f7d0"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-road-barrier{--fa:"\e562"}.fa-school{--fa:"\f549"}.fa-igloo{--fa:"\f7ae"}.fa-joint{--fa:"\f595"}.fa-angle-right{--fa:"\f105"}.fa-horse{--fa:"\f6f0"}.fa-q{--fa:"\51"}.fa-g{--fa:"\47"}.fa-notes-medical{--fa:"\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-dong-sign{--fa:"\e169"}.fa-capsules{--fa:"\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-hand-point-up{--fa:"\f0a6"}.fa-money-bill{--fa:"\f0d6"}.fa-bookmark{--fa:"\f02e"}.fa-align-justify{--fa:"\f039"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-helmet-un{--fa:"\e503"}.fa-bullseye{--fa:"\f140"}.fa-bacon{--fa:"\f7e5"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-radiation{--fa:"\f7b9"}.fa-chart-simple{--fa:"\e473"}.fa-mars-stroke{--fa:"\f229"}.fa-vial{--fa:"\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-e{--fa:"\45"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-user{--fa:"\f007"}.fa-school-circle-check{--fa:"\e56b"}.fa-dumpster{--fa:"\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-building-user{--fa:"\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-highlighter{--fa:"\f591"}.fa-key{--fa:"\f084"}.fa-bullhorn{--fa:"\f0a1"}.fa-globe{--fa:"\f0ac"}.fa-synagogue{--fa:"\f69b"}.fa-person-half-dress{--fa:"\e548"}.fa-road-bridge{--fa:"\e563"}.fa-location-arrow{--fa:"\f124"}.fa-c{--fa:"\43"}.fa-tablet-button{--fa:"\f10a"}.fa-building-lock{--fa:"\e4d6"}.fa-pizza-slice{--fa:"\f818"}.fa-money-bill-wave{--fa:"\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-house-flag{--fa:"\e50d"}.fa-person-circle-minus{--fa:"\e540"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-camera-rotate{--fa:"\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-star{--fa:"\f005"}.fa-repeat{--fa:"\f363"}.fa-cross{--fa:"\f654"}.fa-box{--fa:"\f466"}.fa-venus-mars{--fa:"\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-charging-station{--fa:"\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-mobile-retro{--fa:"\e527"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-spider{--fa:"\f717"}.fa-hands-bound{--fa:"\e4f9"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-x-ray{--fa:"\f497"}.fa-spell-check{--fa:"\f891"}.fa-slash{--fa:"\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-server{--fa:"\f233"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-shop-lock{--fa:"\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-blender-phone{--fa:"\f6b6"}.fa-building-wheat{--fa:"\e4db"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-venus{--fa:"\f221"}.fa-passport{--fa:"\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-temperature-high{--fa:"\f769"}.fa-microchip{--fa:"\f2db"}.fa-crown{--fa:"\f521"}.fa-weight-hanging{--fa:"\f5cd"}.fa-xmarks-lines{--fa:"\e59a"}.fa-file-prescription{--fa:"\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-chess-knight{--fa:"\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-wheelchair{--fa:"\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-toggle-on{--fa:"\f205"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-l{--fa:"\4c"}.fa-fire{--fa:"\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-folder-open{--fa:"\f07c"}.fa-heart-circle-plus{--fa:"\e500"}.fa-code-fork{--fa:"\e13b"}.fa-city{--fa:"\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-pepper-hot{--fa:"\f816"}.fa-unlock{--fa:"\f09c"}.fa-colon-sign{--fa:"\e140"}.fa-headset{--fa:"\f590"}.fa-store-slash{--fa:"\e071"}.fa-road-circle-xmark{--fa:"\e566"}.fa-user-minus{--fa:"\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-clipboard{--fa:"\f328"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-underline{--fa:"\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-signature{--fa:"\f5b7"}.fa-stroopwafel{--fa:"\f551"}.fa-bold{--fa:"\f032"}.fa-anchor-lock{--fa:"\e4ad"}.fa-building-ngo{--fa:"\e4d7"}.fa-manat-sign{--fa:"\e1d5"}.fa-not-equal{--fa:"\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-jedi{--fa:"\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-mug-hot{--fa:"\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-gift{--fa:"\f06b"}.fa-dice-two{--fa:"\f528"}.fa-chess-queen{--fa:"\f445"}.fa-glasses{--fa:"\f530"}.fa-chess-board{--fa:"\f43c"}.fa-building-circle-check{--fa:"\e4d2"}.fa-person-chalkboard{--fa:"\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-less-than-equal{--fa:"\f537"}.fa-train{--fa:"\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-crow{--fa:"\f520"}.fa-sailboat{--fa:"\e445"}.fa-window-restore{--fa:"\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-torii-gate{--fa:"\f6a1"}.fa-frog{--fa:"\f52e"}.fa-bucket{--fa:"\e4cf"}.fa-image{--fa:"\f03e"}.fa-microphone{--fa:"\f130"}.fa-cow{--fa:"\f6c8"}.fa-caret-up{--fa:"\f0d8"}.fa-screwdriver{--fa:"\f54a"}.fa-folder-closed{--fa:"\e185"}.fa-house-tsunami{--fa:"\e515"}.fa-square-nfi{--fa:"\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-square-binary{--fa:"\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-lemon{--fa:"\f094"}.fa-head-side-mask{--fa:"\e063"}.fa-handshake{--fa:"\f2b5"}.fa-gem{--fa:"\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-smoking{--fa:"\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-monument{--fa:"\f5a6"}.fa-snowplow{--fa:"\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-cannabis{--fa:"\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-tablets{--fa:"\f490"}.fa-ethernet{--fa:"\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-chair{--fa:"\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-plate-wheat{--fa:"\e55a"}.fa-icicles{--fa:"\f7ad"}.fa-person-shelter{--fa:"\e54f"}.fa-neuter{--fa:"\f22c"}.fa-id-badge{--fa:"\f2c1"}.fa-marker{--fa:"\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-helicopter-symbol{--fa:"\e502"}.fa-universal-access{--fa:"\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-lari-sign{--fa:"\e1c8"}.fa-volcano{--fa:"\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-viruses{--fa:"\e076"}.fa-square-person-confined{--fa:"\e577"}.fa-user-tie{--fa:"\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-certificate{--fa:"\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-suitcase{--fa:"\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-camera-retro{--fa:"\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-box-open{--fa:"\f49e"}.fa-scroll{--fa:"\f70e"}.fa-spa{--fa:"\f5bb"}.fa-location-pin-lock{--fa:"\e51f"}.fa-pause{--fa:"\f04c"}.fa-hill-avalanche{--fa:"\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-bomb{--fa:"\f1e2"}.fa-registered{--fa:"\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-subscript{--fa:"\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-burst{--fa:"\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-money-bills{--fa:"\e1f3"}.fa-smog{--fa:"\f75f"}.fa-crutch{--fa:"\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-palette{--fa:"\f53f"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-vest{--fa:"\e085"}.fa-ferry{--fa:"\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-boxes-packing{--fa:"\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-bowl-food{--fa:"\e4c6"}.fa-candy-cane{--fa:"\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-file-word{--fa:"\f1c2"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-house-lock{--fa:"\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-children{--fa:"\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa"}.fa-envelope-open{--fa:"\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f"}.fa-mattress-pillow{--fa:"\e525"}.fa-guarani-sign{--fa:"\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-fire-extinguisher{--fa:"\f134"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-greater-than-equal{--fa:"\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-virus{--fa:"\e074"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-layer-group{--fa:"\f5fd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-archway{--fa:"\f557"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-square{--fa:"\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-couch{--fa:"\f4b8"}.fa-cedi-sign{--fa:"\e0df"}.fa-italic{--fa:"\f033"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-church{--fa:"\f51d"}.fa-comments-dollar{--fa:"\f653"}.fa-democrat{--fa:"\f747"}.fa-z{--fa:"\5a"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-road-lock{--fa:"\e567"}.fa-a{--fa:"\41"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-p{--fa:"\50"}.fa-snowflake{--fa:"\f2dc"}.fa-newspaper{--fa:"\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-locust{--fa:"\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-person-dress-burst{--fa:"\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-vector-square{--fa:"\f5cb"}.fa-bread-slice{--fa:"\f7ec"}.fa-language{--fa:"\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-filter{--fa:"\f0b0"}.fa-question{--fa:"\3f"}.fa-file-signature{--fa:"\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-house-chimney-user{--fa:"\e065"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-puzzle-piece{--fa:"\f12e"}.fa-money-check{--fa:"\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-code{--fa:"\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-virus-covid{--fa:"\e4a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-f{--fa:"\46"}.fa-leaf{--fa:"\f06c"}.fa-road{--fa:"\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-person-circle-plus{--fa:"\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-sack-xmark{--fa:"\e56a"}.fa-file-excel{--fa:"\f1c3"}.fa-file-contract{--fa:"\f56c"}.fa-fish-fins{--fa:"\e4f2"}.fa-building-flag{--fa:"\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-object-ungroup{--fa:"\f248"}.fa-poop{--fa:"\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-kaaba{--fa:"\f66b"}.fa-toilet-paper{--fa:"\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-eject{--fa:"\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-plane-circle-check{--fa:"\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-object-group{--fa:"\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-mask-ventilator{--fa:"\e524"}.fa-arrow-right{--fa:"\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-cash-register{--fa:"\f788"}.fa-person-circle-question{--fa:"\e542"}.fa-h{--fa:"\48"}.fa-tarp{--fa:"\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-heart{--fa:"\f004"}.fa-mars-and-venus{--fa:"\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-dumpster-fire{--fa:"\f794"}.fa-house-crack{--fa:"\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-bottle-water{--fa:"\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-kitchen-set{--fa:"\e51a"}.fa-r{--fa:"\52"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-cube{--fa:"\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-shield-dog{--fa:"\e573"}.fa-solar-panel{--fa:"\f5ba"}.fa-lock-open{--fa:"\f3c1"}.fa-elevator{--fa:"\e16d"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-circle{--fa:"\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-recycle{--fa:"\f1b8"}.fa-user-astronaut{--fa:"\f4fb"}.fa-plane-slash{--fa:"\e069"}.fa-trademark{--fa:"\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-satellite-dish{--fa:"\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-users-rays{--fa:"\e593"}.fa-wallet{--fa:"\f555"}.fa-clipboard-check{--fa:"\f46c"}.fa-file-audio{--fa:"\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-wrench{--fa:"\f0ad"}.fa-bugs{--fa:"\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-file-image{--fa:"\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-plane-departure{--fa:"\f5b0"}.fa-handshake-slash{--fa:"\e060"}.fa-book-bookmark{--fa:"\e0bb"}.fa-code-branch{--fa:"\f126"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-bridge{--fa:"\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-truck-front{--fa:"\e2b7"}.fa-cat{--fa:"\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-truck-field{--fa:"\e58d"}.fa-route{--fa:"\f4d7"}.fa-clipboard-question{--fa:"\e4e3"}.fa-panorama{--fa:"\e209"}.fa-comment-medical{--fa:"\f7f5"}.fa-teeth-open{--fa:"\f62f"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-tags{--fa:"\f02c"}.fa-wine-glass{--fa:"\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-house-signal{--fa:"\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-faucet-drip{--fa:"\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-terminal{--fa:"\f120"}.fa-mobile-button{--fa:"\f10b"}.fa-house-medical-flag{--fa:"\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-tape{--fa:"\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-eye{--fa:"\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-audio-description{--fa:"\f29e"}.fa-person-military-to-person{--fa:"\e54c"}.fa-file-shield{--fa:"\e4f0"}.fa-user-slash{--fa:"\f506"}.fa-pen{--fa:"\f304"}.fa-tower-observation{--fa:"\e586"}.fa-file-code{--fa:"\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-bus{--fa:"\f207"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-window-maximize{--fa:"\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-prescription{--fa:"\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-vihara{--fa:"\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-plant-wilt{--fa:"\e5aa"}.fa-diamond{--fa:"\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-chart-diagram{--fa:"\e695"}.fa-bacterium{--fa:"\e05a"}.fa-hand-pointer{--fa:"\f25a"}.fa-drum-steelpan{--fa:"\f56a"}.fa-hand-scissors{--fa:"\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-biohazard{--fa:"\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-mars-double{--fa:"\f227"}.fa-child-dress{--fa:"\e59c"}.fa-users-between-lines{--fa:"\e591"}.fa-lungs-virus{--fa:"\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-phone{--fa:"\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-child-reaching{--fa:"\e59d"}.fa-head-side-virus{--fa:"\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-door-closed{--fa:"\f52a"}.fa-shield-virus{--fa:"\e06c"}.fa-dice-six{--fa:"\f526"}.fa-mosquito-net{--fa:"\e52c"}.fa-file-fragment{--fa:"\e697"}.fa-bridge-water{--fa:"\e4ce"}.fa-person-booth{--fa:"\f756"}.fa-text-width{--fa:"\f035"}.fa-hat-wizard{--fa:"\f6e8"}.fa-pen-fancy{--fa:"\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-trash{--fa:"\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-book-medical{--fa:"\f7e6"}.fa-poo{--fa:"\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-cubes{--fa:"\f1b3"}.fa-divide{--fa:"\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-headphones{--fa:"\f025"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-clapping{--fa:"\e1a8"}.fa-republican{--fa:"\f75e"}.fa-arrow-left{--fa:"\f060"}.fa-person-circle-xmark{--fa:"\e543"}.fa-ruler{--fa:"\f545"}.fa-align-left{--fa:"\f036"}.fa-dice-d6{--fa:"\f6d1"}.fa-restroom{--fa:"\f7bd"}.fa-j{--fa:"\4a"}.fa-users-viewfinder{--fa:"\e595"}.fa-file-video{--fa:"\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-file-pdf{--fa:"\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-o{--fa:"\4f"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-user-secret{--fa:"\f21b"}.fa-otter{--fa:"\f700"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-comment-dollar{--fa:"\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-clipboard-user{--fa:"\f7f3"}.fa-child{--fa:"\f1ae"}.fa-lira-sign{--fa:"\f195"}.fa-satellite{--fa:"\f7bf"}.fa-plane-lock{--fa:"\e558"}.fa-tag{--fa:"\f02b"}.fa-comment{--fa:"\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-envelope{--fa:"\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-paperclip{--fa:"\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-ribbon{--fa:"\f4d6"}.fa-lungs{--fa:"\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-border-none{--fa:"\f850"}.fa-circle-nodes{--fa:"\e4e2"}.fa-parachute-box{--fa:"\f4cd"}.fa-indent{--fa:"\f03c"}.fa-truck-field-un{--fa:"\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-mountain{--fa:"\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-square-virus{--fa:"\e578"}.fa-meteor{--fa:"\f753"}.fa-car-on{--fa:"\e4dd"}.fa-sleigh{--fa:"\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-water{--fa:"\f773"}.fa-calendar-check{--fa:"\f274"}.fa-braille{--fa:"\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-landmark{--fa:"\f66f"}.fa-truck{--fa:"\f0d1"}.fa-crosshairs{--fa:"\f05b"}.fa-person-cane{--fa:"\e53c"}.fa-tent{--fa:"\e57d"}.fa-vest-patches{--fa:"\e086"}.fa-check-double{--fa:"\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-cookie{--fa:"\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-dumbbell{--fa:"\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-tarp-droplet{--fa:"\e57c"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-calendar-plus{--fa:"\f271"}.fa-plane-arrival{--fa:"\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-chart-gantt{--fa:"\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-dna{--fa:"\f471"}.fa-virus-slash{--fa:"\e075"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-chess{--fa:"\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-plug-circle-check{--fa:"\e55c"}.fa-street-view{--fa:"\f21d"}.fa-franc-sign{--fa:"\e18f"}.fa-volume-off{--fa:"\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-mosque{--fa:"\f678"}.fa-mosquito{--fa:"\e52b"}.fa-star-of-david{--fa:"\f69a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-vials{--fa:"\f493"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-place-of-worship{--fa:"\f67f"}.fa-grip-vertical{--fa:"\f58e"}.fa-hexagon-nodes{--fa:"\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-u{--fa:"\55"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-pallet{--fa:"\f482"}.fa-faucet{--fa:"\e005"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-s{--fa:"\53"}.fa-timeline{--fa:"\e29c"}.fa-keyboard{--fa:"\f11c"}.fa-caret-down{--fa:"\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-plane-up{--fa:"\e22d"}.fa-piggy-bank{--fa:"\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-mountain-city{--fa:"\e52e"}.fa-coins{--fa:"\f51e"}.fa-khanda{--fa:"\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-folder-tree{--fa:"\f802"}.fa-network-wired{--fa:"\f6ff"}.fa-map-pin{--fa:"\f276"}.fa-hamsa{--fa:"\f665"}.fa-cent-sign{--fa:"\e3f5"}.fa-flask{--fa:"\f0c3"}.fa-person-pregnant{--fa:"\e31e"}.fa-wand-sparkles{--fa:"\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-ticket{--fa:"\f145"}.fa-power-off{--fa:"\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-flag-usa{--fa:"\f74d"}.fa-laptop-file{--fa:"\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-diagram-next{--fa:"\e476"}.fa-person-rifle{--fa:"\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-closed-captioning{--fa:"\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-venus-double{--fa:"\f226"}.fa-images{--fa:"\f302"}.fa-calculator{--fa:"\f1ec"}.fa-people-pulling{--fa:"\e535"}.fa-n{--fa:"\4e"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-cloud-rain{--fa:"\f73d"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-ship{--fa:"\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-download{--fa:"\f019"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-file-circle-check{--fa:"\e5a0"}.fa-forward{--fa:"\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-align-center{--fa:"\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-calendar-week{--fa:"\f784"}.fa-laptop-medical{--fa:"\f812"}.fa-b{--fa:"\42"}.fa-file-medical{--fa:"\f477"}.fa-dice-one{--fa:"\f525"}.fa-kiwi-bird{--fa:"\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-mill-sign{--fa:"\e1ed"}.fa-bowl-rice{--fa:"\e2eb"}.fa-skull{--fa:"\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-truck-pickup{--fa:"\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-stop{--fa:"\f04d"}.fa-code-merge{--fa:"\f387"}.fa-upload{--fa:"\f093"}.fa-hurricane{--fa:"\f751"}.fa-mound{--fa:"\e52d"}.fa-toilet-portable{--fa:"\e583"}.fa-compact-disc{--fa:"\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-caravan{--fa:"\f8ff"}.fa-shield-cat{--fa:"\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-glass-water{--fa:"\e4f4"}.fa-oil-well{--fa:"\e532"}.fa-vault{--fa:"\e2c5"}.fa-mars{--fa:"\f222"}.fa-toilet{--fa:"\f7d8"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-sun{--fa:"\f185"}.fa-guitar{--fa:"\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-horse-head{--fa:"\f7ab"}.fa-bore-hole{--fa:"\e4c3"}.fa-industry{--fa:"\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-florin-sign{--fa:"\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-less-than{--fa:"\3c"}.fa-angle-down{--fa:"\f107"}.fa-car-tunnel{--fa:"\e4de"}.fa-head-side-cough{--fa:"\e061"}.fa-grip-lines{--fa:"\f7a4"}.fa-thumbs-down{--fa:"\f165"}.fa-user-lock{--fa:"\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-chess-pawn{--fa:"\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-person-through-window{--fa:"\e5a9"}.fa-toolbox{--fa:"\f552"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-bug{--fa:"\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-mountain-sun{--fa:"\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-dice-d20{--fa:"\f6cf"}.fa-truck-droplet{--fa:"\e58c"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-medal{--fa:"\f5a2"}.fa-bed{--fa:"\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-podcast{--fa:"\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-bell{--fa:"\f0f3"}.fa-superscript{--fa:"\f12b"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-star-of-life{--fa:"\f621"}.fa-phone-slash{--fa:"\f3dd"}.fa-paint-roller{--fa:"\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-file{--fa:"\f15b"}.fa-greater-than{--fa:"\3e"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-arrow-down{--fa:"\f063"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-eraser{--fa:"\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-person-burst{--fa:"\e53b"}.fa-dove{--fa:"\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-socks{--fa:"\f696"}.fa-inbox{--fa:"\f01c"}.fa-section{--fa:"\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-envelope-open-text{--fa:"\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-wine-bottle{--fa:"\f72f"}.fa-chess-rook{--fa:"\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-dharmachakra{--fa:"\f655"}.fa-hotdog{--fa:"\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-drum{--fa:"\f569"}.fa-ice-cream{--fa:"\f810"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-fax{--fa:"\f1ac"}.fa-paragraph{--fa:"\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-star-half{--fa:"\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-tree-city{--fa:"\e587"}.fa-play{--fa:"\f04b"}.fa-font{--fa:"\f031"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-rupiah-sign{--fa:"\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-naira-sign{--fa:"\e1f6"}.fa-cart-arrow-down{--fa:"\f218"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-receipt{--fa:"\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-chevron-down{--fa:"\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-skull-crossbones{--fa:"\f714"}.fa-code-compare{--fa:"\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-school-lock{--fa:"\e56f"}.fa-tower-cell{--fa:"\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-ranking-star{--fa:"\e561"}.fa-chess-king{--fa:"\f43f"}.fa-person-harassing{--fa:"\e549"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-arrow-up{--fa:"\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-shrimp{--fa:"\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-jug-detergent{--fa:"\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-user-shield{--fa:"\f505"}.fa-wind{--fa:"\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-y{--fa:"\59"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-fish{--fa:"\f578"}.fa-user-graduate{--fa:"\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-clapperboard{--fa:"\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-jet-fighter-up{--fa:"\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-copy{--fa:"\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-hand-sparkles{--fa:"\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-gun{--fa:"\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-add,.fa-plus{--fa:"\2b"}.fa-expand{--fa:"\f065"}.fa-computer{--fa:"\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-peso-sign{--fa:"\e222"}.fa-building-shield{--fa:"\e4d8"}.fa-baby{--fa:"\f77c"}.fa-users-line{--fa:"\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-tractor{--fa:"\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-lines-leaning{--fa:"\e51e"}.fa-ruler-combined{--fa:"\f546"}.fa-copyright{--fa:"\f1f9"}.fa-equals{--fa:"\3d"}.fa-blender{--fa:"\f517"}.fa-teeth{--fa:"\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-map{--fa:"\f279"}.fa-rocket{--fa:"\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-folder-minus{--fa:"\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-store{--fa:"\f54e"}.fa-arrow-trend-up{--fa:"\e098"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-bezier-curve{--fa:"\f55b"}.fa-bell-slash{--fa:"\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-school-flag{--fa:"\e56e"}.fa-fill{--fa:"\f575"}.fa-angle-up{--fa:"\f106"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-holly-berry{--fa:"\f7aa"}.fa-chevron-left{--fa:"\f053"}.fa-bacteria{--fa:"\e059"}.fa-hand-lizard{--fa:"\f258"}.fa-notdef{--fa:"\e1fe"}.fa-disease{--fa:"\f7fa"}.fa-briefcase-medical{--fa:"\f469"}.fa-genderless{--fa:"\f22d"}.fa-chevron-right{--fa:"\f054"}.fa-retweet{--fa:"\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-pump-soap{--fa:"\e06b"}.fa-video-slash{--fa:"\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-radio{--fa:"\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-traffic-light{--fa:"\f637"}.fa-thermometer{--fa:"\f491"}.fa-vr-cardboard{--fa:"\f729"}.fa-hand-middle-finger{--fa:"\f806"}.fa-percent,.fa-percentage{--fa:"\25"}.fa-truck-moving{--fa:"\f4df"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-display{--fa:"\e163"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-trophy{--fa:"\f091"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hammer{--fa:"\f6e3"}.fa-hand-peace{--fa:"\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-spinner{--fa:"\f110"}.fa-robot{--fa:"\f544"}.fa-peace{--fa:"\f67c"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-warehouse{--fa:"\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-splotch{--fa:"\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-dice-four{--fa:"\f524"}.fa-sim-card{--fa:"\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-mercury{--fa:"\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-person-falling-burst{--fa:"\e547"}.fa-award{--fa:"\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-building{--fa:"\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-qrcode{--fa:"\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-comment-nodes{--fa:"\e696"}.fa-house-medical{--fa:"\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-house-chimney-window{--fa:"\e00d"}.fa-pen-nib{--fa:"\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tents{--fa:"\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-dog{--fa:"\f6d3"}.fa-carrot{--fa:"\f787"}.fa-moon{--fa:"\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-cheese{--fa:"\f7ef"}.fa-yin-yang{--fa:"\f6ad"}.fa-music{--fa:"\f001"}.fa-code-commit{--fa:"\f386"}.fa-temperature-low{--fa:"\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-broom{--fa:"\f51a"}.fa-shield-heart{--fa:"\e574"}.fa-gopuram{--fa:"\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-hashtag{--fa:"\23"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-oil-can{--fa:"\f613"}.fa-t{--fa:"\54"}.fa-hippo{--fa:"\f6ed"}.fa-chart-column{--fa:"\e0e3"}.fa-infinity{--fa:"\f534"}.fa-vial-circle-check{--fa:"\e596"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-voicemail{--fa:"\f897"}.fa-fan{--fa:"\f863"}.fa-person-walking-luggage{--fa:"\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-calendar{--fa:"\f133"}.fa-trailer{--fa:"\e041"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-sd-card{--fa:"\f7c2"}.fa-dragon{--fa:"\f6d5"}.fa-shoe-prints{--fa:"\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-hand-holding{--fa:"\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-clone{--fa:"\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-tornado{--fa:"\f76f"}.fa-file-circle-plus{--fa:"\e494"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-anchor{--fa:"\f13d"}.fa-border-all{--fa:"\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-cookie-bite{--fa:"\f564"}.fa-arrow-trend-down{--fa:"\e097"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-draw-polygon{--fa:"\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-shower{--fa:"\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-m{--fa:"\4d"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-book{--fa:"\f02d"}.fa-user-plus{--fa:"\f234"}.fa-check{--fa:"\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-house-circle-check{--fa:"\e509"}.fa-angle-left{--fa:"\f104"}.fa-diagram-successor{--fa:"\e47a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-cloud-moon{--fa:"\f6c3"}.fa-briefcase{--fa:"\f0b1"}.fa-person-falling{--fa:"\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-user-tag{--fa:"\f507"}.fa-rug{--fa:"\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-baht-sign{--fa:"\e0ac"}.fa-book-open{--fa:"\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-handcuffs{--fa:"\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-database{--fa:"\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-mask-face{--fa:"\e1d7"}.fa-hill-rockslide{--fa:"\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-paper-plane{--fa:"\f1d8"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-dungeon{--fa:"\f6d9"}.fa-align-right{--fa:"\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-life-ring{--fa:"\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-calendar-day{--fa:"\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-dice{--fa:"\f522"}.fa-bowling-ball{--fa:"\f436"}.fa-brain{--fa:"\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-calendar-minus{--fa:"\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-gifts{--fa:"\f79c"}.fa-hotel{--fa:"\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-thumbs-up{--fa:"\f164"}.fa-user-clock{--fa:"\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-file-invoice{--fa:"\f570"}.fa-window-minimize{--fa:"\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-brush{--fa:"\f55d"}.fa-file-half-dashed{--fa:"\e698"}.fa-mask{--fa:"\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-ruler-vertical{--fa:"\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406"}.fa-train-tram{--fa:"\e5b4"}.fa-user-nurse{--fa:"\f82f"}.fa-syringe{--fa:"\f48e"}.fa-cloud-sun{--fa:"\f6c4"}.fa-stopwatch-20{--fa:"\e06f"}.fa-square-full{--fa:"\f45c"}.fa-magnet{--fa:"\f076"}.fa-jar{--fa:"\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-bug-slash{--fa:"\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-bone{--fa:"\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-user-injured{--fa:"\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-plane{--fa:"\f072"}.fa-tent-arrows-down{--fa:"\e581"}.fa-exclamation{--fa:"\21"}.fa-arrows-spin{--fa:"\e4bb"}.fa-print{--fa:"\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\24"}.fa-x{--fa:"\58"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-person-military-pointing{--fa:"\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-umbrella{--fa:"\f0e9"}.fa-trowel{--fa:"\e589"}.fa-d{--fa:"\44"}.fa-stapler{--fa:"\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-kip-sign{--fa:"\e1c4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-barcode{--fa:"\f02a"}.fa-plus-minus{--fa:"\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-person-circle-check{--fa:"\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/_next/static/media/fa-brands-400.86ee2658.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.8eaf0c88.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/_next/static/media/fa-regular-400.849b82e2.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.bd1cf947.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/_next/static/media/fa-solid-900.ee698398.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.7a5aa5ab.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/_next/static/media/fa-brands-400.86ee2658.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.8eaf0c88.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/_next/static/media/fa-solid-900.ee698398.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.7a5aa5ab.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/_next/static/media/fa-regular-400.849b82e2.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.bd1cf947.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/_next/static/media/fa-solid-900.ee698398.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.7a5aa5ab.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/_next/static/media/fa-brands-400.86ee2658.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.8eaf0c88.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/_next/static/media/fa-regular-400.849b82e2.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.bd1cf947.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/_next/static/media/fa-v4compatibility.59487ca3.woff2) format("woff2"),url(/_next/static/media/fa-v4compatibility.c63df8a6.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
