/*
* Theme Name: ListingHub Business Listing HTML Template By Themezhub 
* Author: Themez Hub
* Version: 3
* Last Change: 22 Jan 2025
  Author URI    : http://www.Themezhub.com/

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default Style
** - Common Elentns 
** - Navbar & Header Styles
** - Intro Banner & Hero Header
** - ListingHub Elements Styles
** - ListingHub Half Map Elements Design
** - Single Listing Design
** - Inner Page Design 
** - User Dashboard Design 
** - Footer Style
** - Responsiveness Start
*/
/*--------------------------------------------------
Default Style
---------------------------------------------------*/
@import "Vazir-Regular-FD.css";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&amp;display=swap");

:root,
[data-bs-theme=light] {
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-card-bg: #ffffff;
    --bs-body-color: #2b2b2b;
    --paragraphColor: #2b2b2b;
    --bs-muted: #444c55;
    --bs-muted-2: #444c55;
    --bs-body-color-rgb: 43, 43, 43;
    --bs-dark-text: #212529;
    --bs-primary: #188038;
    --bs-light: #f7f7f7;
    --bs-dark: #212529;
    --bs-primary-rgb: 31, 177, 76;
    --bs-light-rgb: 247, 247, 247;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-2: #269448;
    --bs-primary-text-emphasis: #188038;
    --bs-primary-bg-subtle: #e3f8e9;
    --bs-primary-bg-dark: #2caa53;
    --bs-primary-border-subtle: #e1feea;
    --headingColor: #2b2b2b;
    --bs-link-color: #212529;
    --bs-link-color-rgb: 28, 28, 28;
    --bs-link-hover-color: #188038;
    --bs-link-hover-color-rgb: 226, 55, 68;
    --bs-link-decoration: underline;
    --bs-code-color: #188038;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #c9fcd8;
    --bs-border-color: #efefef;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-nav-color: #212529;
    --bs-dashboard-bg: #2e3338;
    --body-font-family: Vazir-Regular-FD, "Jost", sans-serif;
}

/* Animations */
@keyframes pulse {
    0% {
        box-shadow: 0 1px 0 3px rgba(27, 173, 72, 0.19), 0 0 0 0 rgba(36, 239, 99, 0.31);
    }
    30% {
        box-shadow: 0 1px 0 3px rgba(27, 173, 72, 0.19), 0 0 0 5px rgba(36, 239, 99, 0.31);
    }
    70% {
        box-shadow: 0 1px 0 3px rgba(27, 173, 72, 0.19), 0 0 0 15px rgba(36, 239, 99, 0.2);
    }
    100% {
        box-shadow: 1px 1px 2px 1px rgba(27, 173, 72, 0.19), 0 0 0 20px transparent;
    }
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 1px 0 3px rgba(26, 171, 32, 0.01), 0 0 0 0 rgba(36, 241, 44, 0.31);
    }
    30% {
        box-shadow: 0 1px 0 3px rgba(26, 171, 32, 0.01), 0 0 0 5px rgba(36, 241, 44, 0.31);
    }
    70% {
        box-shadow: 0 1px 0 3px rgba(26, 173, 32, 0.19), 0 0 0 15px rgba(35, 238, 43, 0.2);
    }
    100% {
        box-shadow: 1px 1px 2px 1px rgba(27, 171, 33, 0.19), 0 0 0 20px transparent;
    }
}

@keyframes pulse-telegram {
    0% {
        box-shadow: 0 1px 0 3px rgba(28, 125, 173, 0.19), 0 0 0 0 rgba(37, 173, 239, 0.31);
    }
    30% {
        box-shadow: 0 1px 0 3px rgba(28, 125, 173, 0.19), 0 0 0 5px rgba(37, 173, 239, 0.31);
    }
    70% {
        box-shadow: 0 1px 0 3px rgba(27, 125, 173, 0.19), 0 0 0 15px rgba(36, 173, 239, 0.2);
    }
    100% {
        box-shadow: 1px 1px 2px 1px rgba(27, 125, 173, 0.19), 0 0 0 20px transparent;
    }
}

/* ----------------- Default Style: Typography Styles ----------------------- */
body {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-size: 15px;
    font-family: var(--body-font-family);
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    font-weight: 600;
    font-family: var(heading-font-family);
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--bs-primary);
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

.ltr {
    direction: ltr;
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: #5d6f7d !important;
}

.p,
p {
    line-height: 1.8;
    color: var(--paragraphColor);
}

.form-group {
    margin-bottom: 15px;
}

.modal {
    z-index: 9999;
}

.modal-open {
    overflow: hidden !important;
    padding-left: 0 !important;
}

.br-dashed {
    border-style: dashed !important;
}

a {
    text-decoration: none;
    color: var(--bs-link-color);
}

a:hover, a:focus {
    text-decoration: none;
    color: var(--bs-link-hover-color);
}

.link {
    text-decoration: none;
    color: var(--bs-dark);
}

.link:hover, .link:focus {
    color: var(--bs-primary);
}

.page-link {
    color: var(--bs-dark);
}

.page-link:hover, .page-link:focus {
    color: var(--bs-primary);
}

html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

section {
    padding: 80px 0 80px;
}

section.min {
    padding: 50px 0 50px;
}

.gray {
    background: #f7f9fc !important;
}

.gray-simple {
    background: #f1f5f8 !important;
}

.bg-title {
    background: var(--bs-primary);
}

.tbl {
    display: table;
}

.full-height {
    height: 100%;
}

.alert p {
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.no-ul-list {
    padding: 0;
}

.no-ul-list li {
    list-style: none;
}

.text-muted-2 {
    color: color-mix(in srgb, var(--bs-dark), transparent 20%) !important;
}

.text-muted {
    color: color-mix(in srgb, var(--bs-dark), transparent 30%) !important;
}

.text-seegreen,
.text-seagreen {
    color: var(--bs-cyan);
}

.text-purple {
    color: var(--bs-purple) !important;
}

.text-sm-muted {
    font-size: 12px;
    font-weight: 500;
    color: var(gray-800);
}

.text-xs {
    font-size: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 14px;
}

.text-lg {
    font-size: 1.1rem !important;
}

.type--fade {
    opacity: 0.5;
}

.type--fine-print {
    font-size: 0.85714286em;
}

blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-right: 0;
}

blockquote {
    font-style: italic;
}

blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}

.secHeading-wrap {
    position: relative;
    margin-bottom: 3rem;
}

.secHeading-wrap .sectionHeading {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
}

.secHeading-wrap .sectionHeading:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/herbs.svg);
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    top: -15px;
    left: -30px;
    transform: rotate(45deg);
}

.secHeading-wrap p {
    font-size: 1.22rem;
    font-weight: 300;
}

.secHeading-wrap.light .sectionHeading {
    color: var(--bs-white);
}

.secHeading-wrap.light p {
    color: var(--bs-white);
    opacity: 0.7;
}

.scal-1 {
    transform: scale(1.3);
}

.scal-15 {
    transform: scale(1.5);
}

.scal-2 {
    transform: scale(2);
}

.ps-5 {
    padding-right: 2.5rem !important;
}

.circle {
    border-radius: 100%;
}

.radius-5 {
    border-radius: 5px;
}

/* ----------------- Default Style: Opacity ----------------------- */
.opacity-10 {
    opacity: 0.1;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-90 {
    opacity: 0.9;
}

.bg-opacity-20 {
    --bs-bg-opacity: 0.20;
}

.bg-opacity-30 {
    --bs-bg-opacity: 0.30;
}

.bg-opacity-40 {
    --bs-bg-opacity: 0.40;
}

.bg-opacity-60 {
    --bs-bg-opacity: 0.60;
}

.bg-opacity-70 {
    --bs-bg-opacity: 0.70;
}

.bg-opacity-80 {
    --bs-bg-opacity: 0.80;
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.90;
}

.bg-opacity-97 {
    --bs-bg-opacity: 0.97;
}

/* ----------------- Default Style: Animation ----------------------- */
@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    51% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes rightleft {
    0%, 100% {
        transform: translatex(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translatex(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.animate-bounce {
    animation: bounce 2s infinite;
}

.animate-rightleft {
    animation: rightleft 2s infinite;
}

/* ----------------- Default Style: Buttons Styles ----------------------- */
.btn {
    padding: 10px 20px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.4s;
    border-radius: 0.375rem;
    overflow: hidden;
    animation-delay: 0.7s;
    animation-duration: 0.5s;
    position: relative;
}

.btn::after {
    background-color: rgba(255, 255, 255, 0.76);
    content: "";
    height: 150px;
    right: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.btn:hover:after {
    right: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.btn-primary {
    --bs-btn-bg: #d4203d;
    --bs-btn-border-color: #d4203d;
    --bs-btn-hover-bg: #b1162f;
    --bs-btn-hover-border-color: #b1162f;
    --bs-btn-active-bg: #b1162f;
    --bs-btn-active-border-color: #b1162f;
    --bs-btn-disabled-bg: #d4203d;
    --bs-btn-disabled-border-color: #d4203d;
}

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

.btn-lg {
    padding: 1em 2.5em;
    height: 75px;
    font-size: 1.34em;
}

.btn-md {
    padding: 1em 1.5em;
    height: 45px;
    font-size: 0.9rem;
}

.btn-sm {
    padding: 0.25rem 1rem;
    height: 40px;
    font-size: 12px;
}

.btn-rounded.btn-xxl {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.btn-rounded.btn-xl {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.btn-rounded.btn-lg {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.btn-rounded.btn-md {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.btn-rounded.btn-sm {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.btn-rounded.btn-xs {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.btn-rounded.btn-xss {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.btn-filter {
    padding: 0.25rem 0.8rem;
    height: 40px;
    font-size: 14px;
}

.btn-xs {
    padding: 0.2rem 0.5rem;
    height: 30px;
    font-size: 10px;
}

.btn-rounded {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}

.btn-arrow {
    position: relative;
}

.btn-success {
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-disabled-color: var(--bs-white);
}

.btn-primary {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-primary:hover {
    background: var(--bs-primary-bg-dark) !important;
    border-color: var(--bs-primary-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-primary:focus {
    background: var(--bs-primary-bg-dark) !important;
    border-color: var(--bs-primary-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-primary:active {
    background: var(--bs-primary-bg-dark) !important;
    border-color: var(--bs-primary-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-light-primary {
    background: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary-border-subtle);
    color: var(--bs-primary);
}

.btn-light-primary:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-light-primary:focus {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-light-primary:active {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-outline-primary {
    background: var(--bs-body-bg);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.btn-outline-primary:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-outline-primary:focus {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-outline-primary:active {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-success {
    background: var(--bs-success);
    border-color: var(--bs-success);
    color: var(--bs-white);
}

.btn-telegram {
    background: #24A1DE;
    border-color: #24A1DE;
    color: var(--bs-white);
}

.btn-telegram:hover {
    background: #188ac2 !important;
    border-color: #188ac2 !important;
    color: var(--bs-white) !important;
}

.btn-whatsapp {
    background: #4caf50;
    border-color: #4caf50;
    color: var(--bs-white);
}

.btn-whatsapp:hover {
    background: #3F9643FF !important;
    border-color: #3F9643FF !important;
    color: var(--bs-white) !important;
}

.btn-success:hover {
    background: var(--bs-success-bg-dark) !important;
    border-color: var(--bs-success-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-success:focus {
    background: var(--bs-success-bg-dark) !important;
    border-color: var(--bs-success-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-success:active {
    background: var(--bs-success-bg-dark) !important;
    border-color: var(--bs-success-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-light-success {
    background: var(--bs-success-bg-subtle);
    border-color: var(--bs-success-border-subtle);
    color: var(--bs-success);
}

.btn-light-success:hover {
    background: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
}

.btn-light-success:focus {
    background: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
}

.btn-light-success:active {
    background: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
}

.btn-outline-success {
    background: var(--bs-body-bg);
    border-color: var(--bs-success);
    color: var(--bs-success);
}

.btn-outline-success:hover {
    background: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
}

.btn-outline-success:focus {
    background: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
}

.btn-outline-success:active {
    background: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
}

.btn-danger {
    background: var(--bs-danger);
    border-color: var(--bs-danger);
    color: var(--bs-white);
}

.btn-danger:hover {
    background: var(--bs-danger-bg-dark) !important;
    border-color: var(--bs-danger-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-danger:focus {
    background: var(--bs-danger-bg-dark) !important;
    border-color: var(--bs-danger-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-danger:active {
    background: var(--bs-danger-bg-dark) !important;
    border-color: var(--bs-danger-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-light-danger {
    background: var(--bs-danger-bg-subtle);
    border-color: var(--bs-danger-border-subtle);
    color: var(--bs-danger);
}

.btn-light-danger:hover {
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.btn-light-danger:focus {
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.btn-light-danger:active {
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.btn-outline-danger {
    background: var(--bs-body-bg);
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.btn-outline-danger:hover {
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.btn-outline-danger:focus {
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.btn-outline-danger:active {
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.btn-warning {
    background: var(--bs-warning);
    border-color: var(--bs-warning);
    color: var(--bs-white);
}

.btn-warning:hover {
    background: var(--bs-warning-bg-dark) !important;
    border-color: var(--bs-warning-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-warning:focus {
    background: var(--bs-warning-bg-dark) !important;
    border-color: var(--bs-warning-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-warning:active {
    background: var(--bs-warning-bg-dark) !important;
    border-color: var(--bs-warning-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-light-warning {
    background: var(--bs-warning-bg-subtle);
    border-color: var(--bs-warning-border-subtle);
    color: var(--bs-warning);
}

.btn-light-warning:hover {
    background: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}

.btn-light-warning:focus {
    background: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}

.btn-light-warning:active {
    background: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}

.btn-outline-warning {
    background: var(--bs-body-bg);
    border-color: var(--bs-warning);
    color: var(--bs-warning);
}

.btn-outline-warning:hover {
    background: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}

.btn-outline-warning:focus {
    background: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}

.btn-outline-warning:active {
    background: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}

.btn-info {
    background: var(--bs-info);
    border-color: var(--bs-info);
    color: var(--bs-white);
}

.btn-info:hover {
    background: var(--bs-info-bg-dark) !important;
    border-color: var(--bs-info-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-info:focus {
    background: var(--bs-info-bg-dark) !important;
    border-color: var(--bs-info-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-info:active {
    background: var(--bs-info-bg-dark) !important;
    border-color: var(--bs-info-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-light-info {
    background: var(--bs-info-bg-subtle);
    border-color: var(--bs-info-border-subtle);
    color: var(--bs-info);
}

.btn-light-info:hover {
    background: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
    color: var(--bs-white) !important;
}

.btn-light-info:focus {
    background: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
    color: var(--bs-white) !important;
}

.btn-light-info:active {
    background: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
    color: var(--bs-white) !important;
}

.btn-outline-info {
    background: var(--bs-body-bg);
    border-color: var(--bs-info);
    color: var(--bs-info);
}

.btn-outline-info:hover {
    background: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
    color: var(--bs-white) !important;
}

.btn-outline-info:focus {
    background: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
    color: var(--bs-white) !important;
}

.btn-outline-info:active {
    background: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
    color: var(--bs-white) !important;
}

.btn-seegreen {
    background: var(--bs-cyan);
    border-color: var(--bs-cyan);
    color: var(--bs-white);
}

.btn-seegreen:hover {
    background: var(--bs-cyan-bg-dark) !important;
    border-color: var(--bs-cyan-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-seegreen:focus {
    background: var(--bs-cyan-bg-dark) !important;
    border-color: var(--bs-cyan-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-seegreen:active {
    background: var(--bs-cyan-bg-dark) !important;
    border-color: var(--bs-cyan-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-light-seegreen {
    background: var(--bs-cyan-bg-subtle);
    border-color: var(--bs-cyan-border-subtle);
    color: var(--bs-cyan);
}

.btn-light-seegreen:hover {
    background: var(--bs-cyan) !important;
    border-color: var(--bs-cyan) !important;
    color: var(--bs-white) !important;
}

.btn-light-seegreen:focus {
    background: var(--bs-cyan) !important;
    border-color: var(--bs-cyan) !important;
    color: var(--bs-white) !important;
}

.btn-light-seegreen:active {
    background: var(--bs-cyan) !important;
    border-color: var(--bs-cyan) !important;
    color: var(--bs-white) !important;
}

.btn-outline-seegreen {
    background: var(--bs-body-bg);
    border-color: var(--bs-cyan);
    color: var(--bs-cyan);
}

.btn-outline-seegreen:hover {
    background: var(--bs-cyan) !important;
    border-color: var(--bs-cyan) !important;
    color: var(--bs-white) !important;
}

.btn-outline-seegreen:focus {
    background: var(--bs-cyan) !important;
    border-color: var(--bs-cyan) !important;
    color: var(--bs-white) !important;
}

.btn-outline-seegreen:active {
    background: var(--bs-cyan) !important;
    border-color: var(--bs-cyan) !important;
    color: var(--bs-white) !important;
}

.btn-purple {
    background: var(--bs-purple);
    border-color: var(--bs-purple);
    color: var(--bs-white);
}

.btn-purple:hover {
    background: var(--bs-purple-bg-dark) !important;
    border-color: var(--bs-purple-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-purple:focus {
    background: var(--bs-purple-bg-dark) !important;
    border-color: var(--bs-purple-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-purple:active {
    background: var(--bs-purple-bg-dark) !important;
    border-color: var(--bs-purple-bg-dark) !important;
    color: var(--bs-white) !important;
}

.btn-light-purple {
    background: var(--bs-purple-bg-subtle);
    border-color: var(--bs-purple-border-subtle);
    color: var(--bs-purple);
}

.btn-light-purple:hover {
    background: var(--bs-purple) !important;
    border-color: var(--bs-purple) !important;
    color: var(--bs-white) !important;
}

.btn-light-purple:focus {
    background: var(--bs-purple) !important;
    border-color: var(--bs-purple) !important;
    color: var(--bs-white) !important;
}

.btn-light-purple:active {
    background: var(--bs-purple) !important;
    border-color: var(--bs-purple) !important;
    color: var(--bs-white) !important;
}

.btn-outline-purple {
    background: var(--bs-body-bg);
    border-color: var(--bs-purple);
    color: var(--bs-purple);
}

.btn-outline-purple:hover {
    background: var(--bs-purple) !important;
    border-color: var(--bs-purple) !important;
    color: var(--bs-white) !important;
}

.btn-outline-purple:focus {
    background: var(--bs-purple) !important;
    border-color: var(--bs-purple) !important;
    color: var(--bs-white) !important;
}

.btn-outline-purple:active {
    background: var(--bs-purple) !important;
    border-color: var(--bs-purple) !important;
    color: var(--bs-white) !important;
}

.btn-whites {
    background: var(--bs-body-bg);
    border-color: var(--bs-body-bg);
    color: var(--bs-dark);
}

.btn-whites:hover {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-body-bg) !important;
    color: var(--bs-dark-text) !important;
}

.btn-whites:focus {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-body-bg) !important;
    color: var(--bs-dark-text) !important;
}

.btn-whites:active {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-body-bg) !important;
    color: var(--bs-dark-text) !important;
}

.btn-outline-whites {
    background: transparent;
    border-color: var(--bs-white);
    color: var(--bs-white);
}

.btn-outline-whites:hover {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn-outline-whites:focus {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn-outline-whites:active {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn-light-white {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.65);
    color: var(--bs-white);
}

.btn-light-white:hover {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn-light-white:focus {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn-light-white:active {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn-whitener {
    background: var(--bs-body-bg);
    border-color: var(--bs-white);
    color: var(--bs-dark);
}

.btn-whitener:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-whitener:focus {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-whitener:active {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-gray {
    background: #e4eaed;
    border-color: #e4eaed;
    color: var(--bs-dark);
}

.btn-gray:hover {
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.btn-gray:focus {
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.btn-gray:active {
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.btn.btn-dark {
    color: var(--bs-white);
    background: var(--bs-dark);
    border-color: var(--bs-dark);
}

.btn.btn-dark:hover {
    color: var(--bs-white);
    border-color: var(--bs-primary-2);
    background: var(--bs-primary-2);
}

.btn.btn-dark:focus {
    color: var(--bs-white);
    border-color: var(--bs-primary-2);
    background: var(--bs-primary-2);
}

.btn.btn-dark:active {
    color: var(--bs-white);
    border-color: var(--bs-primary-2);
    background: var(--bs-primary-2);
}

.btn.btn-dark-soft {
    color: var(--bs-white);
    background: rgba(245, 246, 247, 0.1);
}

.btn.btn-dark-soft:hover {
    color: var(--bs-dark);
    background: var(--bs-body-bg);
}

.btn.btn-dark-soft:focus {
    color: var(--bs-dark);
    background: var(--bs-body-bg);
}

.btn.btn-dark-soft:active {
    color: var(--bs-dark);
    background: var(--bs-body-bg);
}

.btn-outline-secondary {
    background: transparent;
    border-color: var(--bs-secondary);
    color: var(--paragraphColor);
}

.btn-outline-secondary:hover {
    background: var(--bs-light) !important;
    border-color: var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn-outline-secondary:focus {
    background: var(--bs-light) !important;
    border-color: var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

/* ----------------- Default Style: Custom Forms Styles ----------------------- */
.form-control {
    height: 56px;
    font-size: 14px;
    color: var(--bs-form-color);
    box-shadow: none;
    border: 1px solid #dadfe6;
    background-clip: initial;
    text-align: right;
}

.form-control:focus {
    color: var(--bs-form-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-primary-border-subtle);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control.light {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
}

.form-control.dark {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

.form-control.form-control-md {
    height: 44px;
}

.frm-search .form-group {
    min-width: 270px;
}

.form-group label {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-dark);
    opacity: 0.8;
}

.lableTitle {
    color: var(--bs-dark);
    font-size: 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 1;
    margin-bottom: 0.5rem !important;
}

.lableTitle .lableTip {
    color: var(--bs-primary);
    margin-right: 0.35rem;
}

.req {
    color: var(--bs-danger);
}

textarea.form-control {
    height: 150px !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--bs-primary-bg-subtle) !important;
    color: var(--bs-primary) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.select2-dropdown {
    border-color: var(--bs-gray-300);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    border: 1px solid var(--bs-border-color);
}

.search-wrap .select2-container .select2-selection--multiple,
.search-wrap .select2-container .select2-selection--single {
    height: 62px;
    padding-right: 16px;
}

.select-br-0 .select2-container .select2-selection--multiple,
.select-br-0 .select2-container .select2-selection--single {
    border: none !important;
}

.select2-results__option--selectable {
    direction: rtl;
}

.search-wrap .form-control {
    height: 62px;
}

.search-wrap .btn {
    height: 62px;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    height: 56px;
    padding-right: 16px;
}

.border .select2-container .select2-selection--multiple,
.border .select2-container .select2-selection--single {
    border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    color: var(--bs-form-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    margin: 3px 5px 3px 0px;
    font-size: 13px;
    font-weight: 500;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0;
    font-weight: 500;
    font-family: inherit;
    margin: 0 !important;
    height: 22px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--bs-dark);
    border-radius: 0.2rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: 2px solid var(--bs-primary);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--bs-primary);
    height: 100%;
    background: var(--bs-primary-bg-subtle);
    border-left: 1px solid var(--bs-primary-bg-subtle);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid var(--bs-border-color) 1px;
    outline: 0;
}

.border .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: color-mix(in srgb, var(--bs-dark), transparent 30%);
}

.fw-bold .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 700;
}

.fw-semibold .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 600;
}

.fw-medium .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 500;
}

.search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-body-color);
    line-height: 28px;
}

.select2-container--default .select2-selection--single {
    background: transparent;
}

.lights-bg .select2-container--default .select2-selection--single {
    background: var(--bs-body-bg);
}

.select2-container--default .select2-selection--single {
    border-radius: var(--bs-border-radius);
}

.no-border .select2-container .select2-selection--multiple,
.no-border .select2-container .select2-selection--single {
    border: none;
}

.btn-flip-icon {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: var(--bs-body-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bs-border-color);
    z-index: 1;
    font-size: 15px;
}

.btn-flip-icon .btn,
.btn-flip-icon button {
    outline: none;
    border: none;
    background: transparent;
}

.formField {
    position: relative;
    width: 100%;
}

.formField .form-control {
    background-color: var(--bs-white) !important;
    border: 1px solid var(--bs-border-color);
}

.formField .form-control.lights {
    background-color: var(--bs-light) !important;
    border: 1px solid var(--bs-border-color);
}

.formField.icons {
    position: relative;
}

.formField.icons .form-control {
    padding-right: 35px;
}

.formField.icons .icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: color-mix(in srgb, var(--bs-dark), transparent 80%);
}

.formField.icons.left {
    width: 100%;
}

.formField.icons.left .form-control {
    padding-right: 15px;
    padding-left: 35px;
}

.formField.icons.left .icon {
    position: absolute;
    right: 92%;
    top: 50%;
}

.lights .select2-container .select2-selection--multiple,
.lights .select2-container .select2-selection--single {
    background-color: var(--bs-light) !important;
    border: 1px solid var(--bs-border-color);
}

.form-control:focus {
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: color-mix(in srgb, var(--bs-dark), transparent 30%);
    opacity: 1;
    /* Firefox */
}

.form-control::placeholder {
    color: color-mix(in srgb, var(--bs-dark), transparent 30%);
    opacity: 1;
    /* Firefox */
}

.fw-bold ::-moz-placeholder, .fw-bold::-moz-placeholder {
    font-weight: 600;
}

.fw-bold ::placeholder,
.fw-bold::placeholder {
    font-weight: 600;
}

::-moz-placeholder {
    color: color-mix(in srgb, var(--bs-dark), transparent 30%);
}

::placeholder {
    color: color-mix(in srgb, var(--bs-dark), transparent 30%);
}

.hdd-arrow span.select2-selection__arrow {
    display: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer !important;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

/*---------- Default Style: Custom Dropdown ---------*/
.dropdowns {
    min-width: 12em;
    position: relative;
    margin: 0em;
}

.dropdowns.smaller {
    min-width: 8em;
    position: relative;
    margin: 0em;
}

.selections {
    background: var(--bs-body-bg);
    color: #6e7b8d;
    border: 1px solid #dadfe6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.2em;
    padding: 3px 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.selections .caret {
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #6e7b8d;
    transition: 0.3s;
    position: absolute;
    left: 7px;
}

.selections .caret-rotate {
    transform: rotate(180deg);
}

.selections .selected {
    font-size: 12px;
    color: #6e7b8d;
    font-weight: 500;
}

.dropdowns .menu {
    list-style: none;
    padding: 0.2em 0.5em;
    background: var(--bs-body-bg);
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 0.5em;
    color: #6e7b8d;
    position: absolute;
    top: 2em;
    right: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
    transition: 0.2s;
    z-index: 1;
}

.dropdowns .menu li {
    padding: 0.2em 0.5rem;
    margin: 0.3em 0;
    border-radius: 0.2em;
    cursor: pointer;
}

.dropdowns .menu-open {
    display: block;
    opacity: 1;
}

.dropdowns .menu-open .active {
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.search-wrap.with-label .form-group label {
    position: absolute;
    top: -9px;
    right: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 16px);
    font-size: 12px;
    background: var(--bs-body-bg);
    padding: 0 4px;
    z-index: 2;
}

.search-wrap.with-label .form-group {
    position: relative;
}

.search-wrap.with-label .form-group label {
    font-size: 12px;
    color: #4e5f70;
    letter-spacing: 0;
    text-align: right;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500;
}

.form-check {
    min-height: 0.8rem;
    padding-right: 1.7rem;
}

.form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.19em;
    margin-right: -1.7rem !important;
}

.form-check.lg {
    min-height: 1rem;
    padding-right: 2rem;
    margin-bottom: 0.5rem;
}

.form-check.lg .form-check-input {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.1em;
    margin-right: -2rem !important;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    border-color: var(--bs-primary-bg-subtle);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--bs-primary-bg-subtle);
}

/*--------------------------------------------------
 Common Elentns
---------------------------------------------------*/
.progress {
    margin-bottom: 1.5em;
    background-color: #efefef;
}

.progress .progress-bar {
    background-color: var(--bs-primary);
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.full-width {
    width: 100%;
}

.explore-content p {
    font-size: 19px;
    font-family: "Lora", serif;
    font-style: italic;
}

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

.ovr-top {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.shadow-wrap {
    box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
    -webkit-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
    -moz-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
}

.dropdown-item {
    padding: 8px 1rem;
    font-size: 15.5px;
}

/*------------------- Common Elentns: Margin Extra ----------------------*/
.mt-n1 {
    margin-top: -1rem !important;
}

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

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

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

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

.mt-n6 {
    margin-top: -6rem !important;
}

.mt-n8 {
    margin-top: -8rem !important;
}

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

.mt-01 {
    margin-top: 0.15rem !important;
}

/*-------------- Common Elentns: Custom Height ------------*/
.ht-10 {
    height: 10px;
}

.ht-20 {
    height: 20px;
}

.ht-30 {
    height: 30px;
}

.ht-40 {
    height: 40px;
}

.ht-50 {
    height: 50px;
}

.ht-60 {
    height: 60px;
}

.ht-70 {
    height: 70px;
}

.ht-80 {
    height: 80px;
}

.ht-80 {
    height: 80px;
}

.ht-100 {
    height: 100px;
}

.ht-110 {
    height: 110px;
}

.ht-120 {
    height: 120px;
}

.ht-130 {
    height: 130px;
}

.ht-140 {
    height: 140px;
}

.ht-150 {
    height: 150px;
}

.ht-160 {
    height: 160px;
}

.ht-170 {
    height: 170px;
}

.ht-180 {
    height: 180px;
}

.ht-190 {
    height: 190px;
}

.ht-200 {
    height: 200px;
}

.ht-250 {
    height: 250px;
}

.ht-300 {
    height: 300px;
}

.ht-350 {
    height: 350px;
}

.ht-400 {
    height: 400px;
}

.ht-500 {
    height: 500px;
}

.ht-100 {
    height: 100%;
    min-height: 580px;
}

.h-100 {
    height: 100vh;
}

.h-05 {
    height: 0.1rem !important;
}

.h-1 {
    height: 0.25rem !important;
}

.h-2 {
    height: 0.5rem !important;
}

.h-3 {
    height: 0.75rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.25rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.h-7 {
    height: 1.75rem !important;
}

.h-8 {
    height: 2rem !important;
}

.h-9 {
    height: 2.25rem !important;
}

.h-10 {
    height: 2.5rem !important;
}

.h-11 {
    height: 2.75rem !important;
}

.h-12 {
    height: 3rem !important;
}

.h-13 {
    height: 3.25rem !important;
}

.h-14 {
    height: 3.75rem !important;
}

.h-15 {
    height: 4rem !important;
}

.h-16 {
    height: 4.25rem !important;
}

.h-17 {
    height: 4.5rem !important;
}

.h-18 {
    height: 4.75rem !important;
}

.h-19 {
    height: 5rem !important;
}

.h-20 {
    height: 5.25rem !important;
}

.h-25 {
    height: 6rem !important;
}

.h-30 {
    height: 7rem !important;
}

.h-35 {
    height: 8rem !important;
}

.h-40 {
    height: 9rem !important;
}

.h-45 {
    height: 10rem !important;
}

.h-50 {
    height: 15rem !important;
}

.hts-10 {
    height: 10% !important;
}

.hts-20 {
    height: 20% !important;
}

.hts-30 {
    height: 30% !important;
}

.hts-40 {
    height: 40% !important;
}

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

.hts-60 {
    height: 60% !important;
}

.hts-70 {
    height: 70% !important;
}

.hts-80 {
    height: 80% !important;
}

.hts-90 {
    height: 90% !important;
}

/*------------- Common Elentns: Custom Width -------------*/
.w-1 {
    width: 0.25rem !important;
}

.w-2 {
    width: 0.5rem !important;
}

.w-3 {
    width: 0.75rem !important;
}

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.25rem !important;
}

.w-6 {
    width: 1.5rem !important;
}

.w-7 {
    width: 1.75rem !important;
}

.w-8 {
    width: 2rem !important;
}

.w-9 {
    width: 2.25rem !important;
}

.w-10 {
    width: 2.5rem !important;
}

.w-11 {
    width: 2.75rem !important;
}

.w-12 {
    width: 3rem !important;
}

.w-13 {
    width: 3.25rem !important;
}

.w-14 {
    width: 3.75rem !important;
}

.w-15 {
    width: 4rem !important;
}

.w-16 {
    width: 4.25rem !important;
}

.w-17 {
    width: 4.5rem !important;
}

.w-18 {
    width: 4.75rem !important;
}

.w-19 {
    width: 5rem !important;
}

.w-20 {
    width: 5.25rem !important;
}

.w-25 {
    width: 6rem !important;
}

.w-30 {
    width: 7rem !important;
}

.w-35 {
    width: 8rem !important;
}

.w-40 {
    width: 9rem !important;
}

.w-45 {
    width: 10rem !important;
}

.w-50s {
    width: 15rem !important;
}

.start-10 {
    right: 10% !important;
}

.start-20 {
    right: 20% !important;
}

.start-30 {
    right: 30% !important;
}

.start-40 {
    right: 40% !important;
}

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

.start-60 {
    right: 60% !important;
}

.start-70 {
    right: 70% !important;
}

.start-80 {
    right: 80% !important;
}

.start-90 {
    right: 90% !important;
}

.end-10 {
    left: 10% !important;
}

.end-20 {
    left: 20% !important;
}

.end-30 {
    left: 30% !important;
}

.end-40 {
    left: 40% !important;
}

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

.end-60 {
    left: 60% !important;
}

.end-70 {
    left: 70% !important;
}

.end-80 {
    left: 80% !important;
}

.end-90 {
    left: 90% !important;
}

.wt-10 {
    width: 10% !important;
}

.wt-20 {
    width: 20% !important;
}

.wt-30 {
    width: 30% !important;
}

.wt-40 {
    width: 40% !important;
}

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

.wt-60 {
    width: 60% !important;
}

.wt-70 {
    width: 70% !important;
}

.wt-80 {
    width: 80% !important;
}

.wt-90 {
    width: 90% !important;
}

/*------------ Common Elentns: Custom Avatar ----------------*/
.avatar {
    display: inline-block !important;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -0.01rem;
    border-radius: 100%;
    height: 3rem;
    width: 3rem;
}

.avatar-sm {
    height: 1rem;
    width: 1rem;
}

.avatar-md {
    height: 2rem;
    width: 2rem;
}

.avatar-lg {
    height: 3rem;
    width: 3rem;
}

.avatar-xl {
    height: 5rem;
    width: 5rem;
}

.avatar-xxl {
    height: 8rem;
    width: 8rem;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

/*------------ Common Elentns: Social Links ---------------*/
.color--facebook {
    color: #3b5998 !important;
}

.color--twitter {
    color: #00aced !important;
}

.color--googleplus {
    color: #dd4b39 !important;
}

.color--instagram {
    color: #9a4ace !important;
}

.color--pinterest {
    color: #cb2027 !important;
}

.color--dribbble {
    color: #ea4c89 !important;
}

.color--behance {
    color: #053eff !important;
}

.color--linkedin {
    color: #1685b9 !important;
}

.color--whatsapp {
    color: #4caf50 !important;
}

.bg--facebook {
    background: #3b5998 !important;
    color: var(--bs-white) !important;
}

.bg--twitter {
    background: #00aced !important;
    color: var(--bs-white) !important;
}

.bg--googleplus {
    background: #dd4b39 !important;
    color: var(--bs-white) !important;
}

.bg--instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf) !important;
    color: var(--bs-white) !important;
}

.bg--telegram {
    background-color: #24A1DE !important;
    color: var(--bs-white) !important;
}

.bg--whatsapp {
    background-color: #25D366 !important;
    color: var(--bs-white) !important;
}

.bg--aparat {
    background-color: #ed165a !important;
    color: var(--bs-white) !important;
}

.bg--youtube {
    background-color: #ff0000 !important;
    color: var(--bs-white) !important;
}

.bg--pinterest {
    background: #cb2027 !important;
    color: var(--bs-white) !important;
}

.bg--dribbble {
    background: #ea4c89 !important;
    color: var(--bs-white) !important;
}

.bg--behance {
    background: #053eff !important;
    color: var(--bs-white) !important;
}

.bg--linkedin {
    background: #1685b9 !important;
    color: var(--bs-white) !important;
}

.btn--facebook {
    background: var(--bs-body-bg) !important;
    border: 1px solid #3b5998 !important;
    color: #3b5998 !important;
}

.btn--facebook:hover {
    background: #3b5998 !important;
    border: 1px solid #3b5998 !important;
    color: var(--bs-white) !important;
}

.btn--facebookfocus {
    background: #3b5998 !important;
    border: 1px solid #3b5998 !important;
    color: var(--bs-white) !important;
}

.btn--facebook:active {
    background: #3b5998 !important;
    border: 1px solid #3b5998 !important;
    color: var(--bs-white) !important;
}

.btn--twitter {
    background: var(--bs-body-bg) !important;
    border: 1px solid #00aced !important;
    color: #00aced !important;
}

.btn--twitter:hover {
    background: #00aced !important;
    border: 1px solid #00aced !important;
    color: var(--bs-white) !important;
}

.btn--twitter:focus {
    background: #00aced !important;
    border: 1px solid #00aced !important;
    color: var(--bs-white) !important;
}

.btn--twitter:active {
    background: #00aced !important;
    border: 1px solid #00aced !important;
    color: var(--bs-white) !important;
}

.btn--googleplus {
    background: var(--bs-body-bg) !important;
    border: 1px solid #dd4b39 !important;
    color: #dd4b39 !important;
}

.btn--googleplus:hover {
    background: #dd4b39 !important;
    border: 1px solid #dd4b39 !important;
    color: var(--bs-white) !important;
}

.btn--googleplus:focus {
    background: #dd4b39 !important;
    border: 1px solid #dd4b39 !important;
    color: var(--bs-white) !important;
}

.btn--googleplus:active {
    background: #dd4b39 !important;
    border: 1px solid #dd4b39 !important;
    color: var(--bs-white) !important;
}

.btn--instagram {
    background: var(--bs-body-bg) !important;
    border: 1px solid #125688 !important;
    color: #125688 !important;
}

.btn--instagram:hover {
    background: #125688 !important;
    border: 1px solid #125688 !important;
    color: var(--bs-white) !important;
}

.btn--instagram:focus {
    background: #125688 !important;
    border: 1px solid #125688 !important;
    color: var(--bs-white) !important;
}

.btn--instagram:active {
    background: #125688 !important;
    border: 1px solid #125688 !important;
    color: var(--bs-white) !important;
}

.btn--pinterest {
    background: var(--bs-body-bg) !important;
    border: 1px solid #cb2027 !important;
    color: #cb2027 !important;
}

.btn--pinterest:hover {
    background: #cb2027 !important;
    border: 1px solid #cb2027 !important;
    color: var(--bs-white) !important;
}

.btn--pinterest:focus {
    background: #cb2027 !important;
    border: 1px solid #cb2027 !important;
    color: var(--bs-white) !important;
}

.btn--pinterest:active {
    background: #cb2027 !important;
    border: 1px solid #cb2027 !important;
    color: var(--bs-white) !important;
}

.btn--dribbble {
    background: var(--bs-body-bg) !important;
    border: 1px solid #ea4c89 !important;
    color: #ea4c89 !important;
}

.btn--dribbble:hover {
    background: #ea4c89 !important;
    border: 1px solid #ea4c89 !important;
    color: var(--bs-white) !important;
}

.btn--dribbble:focus {
    background: #ea4c89 !important;
    border: 1px solid #ea4c89 !important;
    color: var(--bs-white) !important;
}

.btn--dribbble:active {
    background: #ea4c89 !important;
    border: 1px solid #ea4c89 !important;
    color: var(--bs-white) !important;
}

.btn--behance {
    background: var(--bs-body-bg) !important;
    border: 1px solid #053eff !important;
    color: #053eff !important;
}

.btn--behance:hover {
    background: #053eff !important;
    border: 1px solid #053eff !important;
    color: var(--bs-white) !important;
}

.btn--behance:focus {
    background: #053eff !important;
    border: 1px solid #053eff !important;
    color: var(--bs-white) !important;
}

.btn--behance:active {
    background: #053eff !important;
    border: 1px solid #053eff !important;
    color: var(--bs-white) !important;
}

.btn--linkedin {
    background: var(--bs-body-bg) !important;
    border: 1px solid #1685b9 !important;
    color: #1685b9 !important;
}

.btn--linkedin:hover {
    background: #1685b9 !important;
    border: 1px solid #1685b9 !important;
    color: var(--bs-white) !important;
}

.btn--linkedin:focus {
    background: #1685b9 !important;
    border: 1px solid #1685b9 !important;
    color: var(--bs-white) !important;
}

.btn--linkedin:active {
    background: #1685b9 !important;
    border: 1px solid #1685b9 !important;
    color: var(--bs-white) !important;
}

.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
    height: auto;
    padding: 5em 0;
}

/*---------- Common Elentns: Background & Images ---------------*/
.bg-img-holder {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    opacity: 0;
    background: #252525;
}

.bg-img-holder:not([class*=col-]) {
    width: 100%;
}

.bg-img-holder.background--bottom {
    background-position: 50% 100% !important;
}

.bg-img-holder.background--top {
    background-position: 50% 0% !important;
}

.image--light .bg-img-holder {
    background: none;
}

.bg-img-holder img {
    display: none;
}

.imagebg.border--round {
    overflow: hidden;
}

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: "";
    background: #020d16;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

[data-overlay].image--light:before {
    background: var(--bs-body-bg);
}

[data-overlay].primary:before {
    background: var(--bs-primary);
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.82;
}

[data-overlay="9"]:before {
    opacity: 0.92;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

[data-scrim-bottom] {
    position: relative;
}

[data-scrim-bottom]:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
    bottom: 0;
    right: 0;
    z-index: 1;
    backface-visibility: hidden;
}

[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
    color: #a5a5a5;
    color: #f1f1f1;
}

[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
    color: #e6e6e6;
}

[data-scrim-bottom].image--light:before {
    background: var(--bs-body-bg);
}

[data-scrim-bottom="1"]:before {
    opacity: 0.1;
}

[data-scrim-bottom="2"]:before {
    opacity: 0.2;
}

[data-scrim-bottom="3"]:before {
    opacity: 0.3;
}

[data-scrim-bottom="4"]:before {
    opacity: 0.4;
}

[data-scrim-bottom="5"]:before {
    opacity: 0.5;
}

[data-scrim-bottom="6"]:before {
    opacity: 0.6;
}

[data-scrim-bottom="7"]:before {
    opacity: 0.7;
}

[data-scrim-bottom="8"]:before {
    opacity: 0.8;
}

[data-scrim-bottom="9"]:before {
    opacity: 0.9;
}

[data-scrim-bottom="10"]:before {
    opacity: 1;
}

[data-scrim-top] {
    position: relative;
}

[data-scrim-top]:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    right: 0;
    z-index: 1;
}

[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
    color: var(--bs-white);
}

[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
    color: #e6e6e6;
}

[data-scrim-top].image--light:before {
    background: var(--bs-body-bg);
}

[data-scrim-top="1"]:before {
    opacity: 0.1;
}

[data-scrim-top="2"]:before {
    opacity: 0.2;
}

[data-scrim-top="3"]:before {
    opacity: 0.3;
}

[data-scrim-top="4"]:before {
    opacity: 0.4;
}

[data-scrim-top="5"]:before {
    opacity: 0.5;
}

[data-scrim-top="6"]:before {
    opacity: 0.6;
}

[data-scrim-top="7"]:before {
    opacity: 0.7;
}

[data-scrim-top="8"]:before {
    opacity: 0.8;
}

[data-scrim-top="9"]:before {
    opacity: 0.9;
}

[data-scrim-top="10"]:before {
    opacity: 1;
}

.imagebg {
    position: relative;
}

.imagebg .container {
    z-index: 2;
}

.imagebg .container:not(.pos-absolute) {
    position: relative;
}

.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
    color: var(--bs-white);
}

.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
    color: #252525;
}

.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
    color: #666666;
}

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
    color: var(--bs-white);
}

div[data-overlay] p {
    color: var(--bs-white);
}

.parallax {
    overflow: hidden;
}

/**! 07. Icons **/
.icon {
    line-height: 1em;
    font-size: 3.14285714em;
}

.imagebg:not(.image--light) span {
    color: var(--bs-white);
}

/*---------- Common Elentns: Background Settings ---------*/
.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
}

.image-bg {
    background-size: cover !important;
    background-position: center !important;
}

.default-bg {
    background-size: initial !important;
    background-position: initial !important;
}

.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.image-bg-wrapbefore {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #041625;
    display: block;
    content: "";
    opacity: 0.8;
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--20 {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--25 {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--30 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--35 {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--40 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--50 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--60 {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--70 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--80 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--90 {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--100 {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide {
    display: none;
}

.text-xs {
    font-size: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 14px;
}

/*----------- Common Elentns: Card Sedign ------------*/
.card {
    width: 100%;
    border: none;
    overflow: hidden;
    background-color: var(--bs-card-bg);
    border-color: var(--bs-border-color);
}

.card .card-header {
    background: var(--bs-card-header-bg);
    padding: 0.8rem 1rem;
    border-color: var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card .card-header h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.card .card-header h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.card .card-header h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

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

.card .card-footer {
    background-color: transparent;
    padding: 0.75rem 2rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid var(--bs-border-color);
}

.flexSocial i {
    font-size: 23px;
}

.flexSocial img {
    width: 20px;
}

.flexSocial a {
    transition: all ease 0.4s;
}

.flexSocial a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
}

/*---------- Common Elentns: Custom Background Colors ------------*/
.light-bot-gredient {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(249, 249, 249) 100%);
}

.light-top-gredient {
    background: rgb(249, 249, 249);
    background: linear-gradient(180deg, rgb(249, 249, 249) 50%, rgb(255, 255, 255) 100%);
}

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

.bg-gray {
    background: var(--bs-gray);
}

.bg-seegreen {
    background-color: var(--bs-cyan) !important;
}

.bg-purple {
    background-color: var(--bs-purple) !important;
}

.bg-white {
    background-color: var(--bs-body-bg) !important;
}

.bg-dark-banner {
    background-color: #05264e !important;
}

.bg-light-primary {
    background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-light-success {
    background-color: var(--bs-success-bg-subtle) !important;
}

.bg-light-info {
    background-color: var(--bs-info-bg-subtle) !important;
}

.bg-light-warning {
    background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-light-danger {
    background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-purple {
    background-color: var(--bs-purple-bg-subtle) !important;
}

.bg-light-seegreen {
    background-color: var(--bs-cyan-bg-subtle) !important;
}

.bg-light-dark {
    background-color: rgba(4, 27, 45, 0.1) !important;
}

.bg-transparents {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg--graysmoke {
    background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.bg--gray2 {
    background: #F4F7FB;
}

.shape--bg:after {
    width: 48%;
    height: 72%;
    top: 21%;
    right: 52%;
}

.shape--bg:before {
    width: 48%;
    height: 72%;
    top: 21%;
    left: 52%;
}

/*----------- Common Elentns: Custom List Styles ----------*/
ul.simple-list,
ul.colored-list,
ul.simple {
    padding: 0;
    margin: 0;
}

ul.simple-list li,
ul.colored-list li {
    list-style: none;
    position: relative;
    color: rgba(0, 44, 63, 0.6);
    font-weight: 400;
    padding: 0.2rem 1.4rem 0.2rem 0rem;
}

ul.simple-list li:before {
    content: "\f192";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 0;
}

ul.colored-list li:before {
    content: "\f192";
    font-family: "Font Awesome 6 Pro";
    color: var(--bs-primary);
    position: absolute;
    right: 0;
}

/*---------- Common Elentns: Info Styles --------------*/
.label {
    padding: 4px 15px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 75%;
}

.label-seegreen {
    background-color: var(--bs-cyan);
}

.label-dark {
    background-color: var(--bs-dark);
}

.label-inverse {
    background-color: var(--bs-gray-700);
}

.label-white {
    background-color: var(--bs-white);
}

.label-light-primary {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.label-light-success {
    background-color: var(--bs-success-bg-subtle);
    color: var(--bs-success);
}

.label-light-info {
    background-color: var(--bs-info-bg-subtle);
    color: var(--bs-info);
}

.label-light-warning {
    background-color: var(--bs-warning-bg-subtle);
    color: var(--bs-warning-bg);
}

.label-light-danger {
    background-color: var(--bs-danger-bg-subtle);
    color: var(--bs-danger-bg);
}

.label-light-purple {
    background-color: var(--bs-purple-bg-subtle);
    color: var(--bs-purple);
}

.label-light-seegreen {
    background-color: var(--bs-cyan-bg-subtle);
    color: var(--bs-cyan);
}

.label-light-dark {
    background-color: rgba(4, 27, 45, 0.12);
    color: #041b2d;
}

.label-light-inverse {
    background-color: rgba(62, 69, 85, 0.1);
    color: #3e4555;
}

/*--------- Common Elentns: Table Custom Settings -----------*/
.table tr th,
.table tr td {
    padding: 14px 15px;
    vertical-align: middle;
}

.table.tbl-big tr th,
.table.tbl-big tr td {
    padding: 20px 15px;
}

.table.tbl-big.center tr th,
.table.tbl-big.center tr td {
    padding: 20px 15px;
    text-align: center;
}

table.table tr th {
    font-weight: 600;
}

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

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

/*----------- Common Elentns: Custom badge Styles ----------*/
.desc {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    border-radius: 0.3125rem;
}

.badge {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: baseline;
    border-radius: 0.3125rem;
    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;
}

.badge-xs {
    font-size: 0.75rem;
}

.badge-xs,
.badge-sm {
    transform: translate(0, -2px);
}

.badge-purple {
    background-color: var(--bs-purple);
}

.badge-seegreen {
    background-color: var(--bs-cyan);
}

.badge-dark {
    background-color: var(--bs-dark);
}

.badge-primary {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.badge-primary:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.badge-primary:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.badge-primary:focus-visible {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.badge-success {
    background-color: var(--bs-success-bg-subtle);
    color: var(--bs-success);
}

.badge-success:hover {
    background-color: var(--bs-success);
    color: var(--bs-white);
}

.badge-success:focus {
    background-color: var(--bs-success);
    color: var(--bs-white);
}

.badge-success:focus-visible {
    background-color: var(--bs-success);
    color: var(--bs-white);
}

.badge-danger {
    background-color: var(--bs-danger-bg-subtle);
    color: var(--bs-danger);
}

.badge-danger:hover {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}

.badge-danger:focus {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}

.badge-danger:focus-visible {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}

.badge-warning {
    background-color: var(--bs-warning-bg-subtle);
    color: var(--bs-warning);
}

.badge-warning:hover {
    background-color: var(--bs-warning);
    color: var(--bs-white);
}

.badge-warning:focus {
    background-color: var(--bs-warning);
    color: var(--bs-white);
}

.badge-warning:focus-visible {
    background-color: var(--bs-warning);
    color: var(--bs-white);
}

.badge-info {
    background-color: var(--bs-info-bg-subtle);
    color: var(--bs-info);
}

.badge-info:hover {
    background-color: var(--bs-info);
    color: var(--bs-white);
}

.badge-info:focus {
    background-color: var(--bs-info);
    color: var(--bs-white);
}

.badge-info:focus-visible {
    background-color: var(--bs-info);
    color: var(--bs-white);
}

.badge-dark {
    background-color: var(--bs-dark-bg-subtle);
    color: var(--bs-dark);
}

.badge-dark:hover {
    background-color: var(--bs-dark);
    color: var(--bs-white);
}

.badge-dark:focus {
    background-color: var(--bs-dark);
    color: var(--bs-white);
}

.badge-dark:focus-visible {
    background-color: var(--bs-dark);
    color: var(--bs-white);
}

.badge-purple {
    background-color: var(--bs-purple-bg-subtle);
    color: var(--bs-purple);
}

.badge-purple:hover {
    background-color: var(--bs-purple);
    color: var(--bs-white);
}

.badge-purple:focus {
    background-color: var(--bs-purple);
    color: var(--bs-white);
}

.badge-purple:focus-visible {
    background-color: var(--bs-purple);
    color: var(--bs-white);
}

.badge-seegreen {
    background-color: var(--bs-cyan-bg-subtle);
    color: var(--bs-cyan);
}

.badge-seegreen:hover {
    background-color: var(--bs-cyan);
    color: var(--bs-white);
}

.badge-seegreen:focus {
    background-color: var(--bs-cyan);
    color: var(--bs-white);
}

.badge-seegreen:focus-visible {
    background-color: var(--bs-cyan);
    color: var(--bs-white);
}

.badge-secondary {
    background-color: var(--bs-light);
    color: var(--bs-muted);
}

.badge-secondary:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.badge-secondary:focus {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.badge-secondary:focus-visible {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.badge-outline {
    background-color: transparent;
    border: 1px solid rgba(33, 50, 91, 0.1);
    color: var(--bs-muted);
}

.badge-outline:hover {
    background-color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    color: var(--paragraphColor);
}

.badge-outline:focus {
    background-color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    color: var(--paragraphColor);
}

.badge-transparent {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--bs-white);
}

.badge-transparent:hover {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-white);
    color: var(--bs-primary);
}

.badge-transparent:focus {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-white);
    color: var(--bs-primary);
}

/*----------- Common Elentns: Custom Alert Styles ----------*/
.alert {
    position: relative;
}

.alert .close {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    color: var(--bs-dark);
    transform: translateY(-50%);
}

.alert .close:before {
    position: absolute;
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    cursor: pointer;
    transform: translate(-50%, -50%);
    right: 50%;
    top: 50%;
}

.alert.alert-primary {
    width: 100%;
}

.alert.alert-primary .close {
    color: var(--bs-primary);
}

.alert.alert-secondary {
    width: 100%;
}

.alert.alert-secondary .close {
    color: var(--bs-dark);
}

.alert.alert-success {
    width: 100%;
}

.alert.alert-success .close {
    color: var(--bs-success);
}

.alert.alert-warning {
    width: 100%;
}

.alert.alert-warning .close {
    color: var(--bs-warning);
}

.alert.alert-danger {
    width: 100%;
}

.alert.alert-danger .close {
    color: var(--bs-danger);
}

.alert.alert-seegreen {
    width: 100%;
}

.alert.alert-seegreen .close {
    color: var(--bs-cyan);
}

.alert.alert-info {
    width: 100%;
}

.alert.alert-info .close {
    color: var(--bs-info);
}

.alert.alert-purple {
    width: 100%;
}

.alert.alert-purple .close {
    color: var(--bs-purple);
}

.alert.alert-dark {
    width: 100%;
}

.alert.alert-dark .close {
    color: var(--bs-white);
}

.alert-primary {
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary-border-subtle);
}

.alert-primary .alert-link {
    color: var(--bs-primary-bg-dark);
}

.alert-secondary {
    color: var(--bs-dark);
    background-color: var(--bs-secondary-bg-subtle);
    border-color: var(--bs-secondary-border-subtle);
}

.alert-secondary .alert-link {
    color: var(--bs-dark);
}

.alert-success {
    color: var(--bs-success);
    background-color: var(--bs-success-bg-subtle);
    border-color: var(--bs-success-border-subtle);
}

.alert-success .alert-link {
    color: var(--bs-success-bg-dark);
}

.alert-warning {
    color: var(--bs-warning);
    background-color: var(--bs-warning-bg-subtle);
    border-color: var(--bs-warning-border-subtle);
}

.alert-warning .alert-link {
    color: var(--bs-warning-bg-dark);
}

.alert-danger {
    color: var(--bs-danger);
    background-color: var(--bs-danger-bg-subtle);
    border-color: var(--bs-danger-border-subtle);
}

.alert-danger .alert-link {
    color: var(--bs-danger-bg-dark);
}

.alert-info {
    color: var(--bs-info);
    background-color: var(--bs-info-bg-subtle);
    border-color: var(--bs-info-border-subtle);
}

.alert-info .alert-link {
    color: var(--bs-info-bg-dark);
}

.alert-dark {
    color: var(--bs-white);
    background-color: var(--bs-dark);
    border-color: var(--bs-dark-border-subtle);
}

.alert-dark .alert-link {
    color: var(--bs-white);
}

.alert-seegreen {
    color: var(--bs-cyan);
    background-color: var(--bs-cyan-bg-subtle);
    border-color: var(--bs-cyan-border-subtle);
}

.alert-seegreen .alert-link {
    color: var(--bs-cyan-bg-dark);
}

.alert-purple {
    color: var(--bs-purple);
    background-color: var(--bs-purple-bg-subtle);
    border-color: var(--bs-purple-border-subtle);
}

.alert-purple .alert-link {
    color: var(--bs-purple-bg-dark);
}

/*-------- Common Elentns: video Buttons Styles -------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}

.video-play-icon {
    width: 6.42857143em;
    height: 6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 2px solid var(--bs-white);
    cursor: pointer;
    line-height: 6em;
    background: var(--bs-body-bg);
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}

.video-play-icon a {
    font-size: 3em;
    color: var(--bs-primary);
}

.btn-secondary {
    background: var(--bs-light);
    border-color: var(--bs-border-color);
    color: var(--bs-dark);
    letter-spacing: 0.1px;
}

.btn-check + .btn:hover,
.btn-check + .btn:focus {
    color: var(--bs-primary);
    cursor: pointer;
    background: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary-bg-subtle);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn-check:active {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-check.outline + .btn:hover,
.btn-check.outline + .btn:focus {
    color: var(--bs-primary);
    cursor: pointer;
    background: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary-bg-subtle);
}

.btn-check.outline:checked + .btn,
:not(.btn-check.outline) + .btn-check.outline:active {
    color: var(--bs-primary);
    background: var(--bs-body-bg);
    border-color: var(--bs-primary);
}

/*----------- Common Elentns: Custom Pagination Design ------------*/
.pagination {
    display: flex;
    padding-right: 0;
    border-radius: 4px;
    margin: 0px auto 0 !important;
}

.pagination > li > a,
.pagination > li > a,
.pagination > li > span {
    position: relative;
    margin-right: -1px !important;
    padding: 0.75rem 1rem;
    text-decoration: none;
    background-color: var(--bs-white);
    text-align: center;
    line-height: 1.25;
    border: none;
    box-shadow: none;
    display: block;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #EAEDF2;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover {
    z-index: 0;
    cursor: pointer;
}

.pagination > li {
    display: inline;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-white) !important;
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.page-link:focus {
    box-shadow: var(--bs-primary-bg-subtle);
}

.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}

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

.page-item:last-child .page-link {
    border-radius: 200em 0 0 200em !important;
}

.page-item:first-child .page-link {
    border-radius: 0 200em 200em 0 !important;
}

/*----------- Common Elentns: price Range Styles --------------*/
.irs--round .irs-bar {
    background-color: var(--bs-primary);
}

.irs--round .irs-handle {
    background-color: var(--bs-primary);
    border-color: var(--bs-white);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #21313d;
}

.irs--round .irs-handle {
    width: 24px;
    height: 24px;
    top: 25px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background: transparent;
    color: #21313d;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

/*------------- Common Elentns: Accordion Styles ---------------*/
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button .bi {
    width: 1em;
    height: 1em;
    fill: currentcolor;
}

.accordion-button {
    font-weight: 500;
    color: #00345b;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
    box-shadow: none;
}

.searchBar-single ul li .btn-sm {
    height: auto;
    padding: 0.5rem 0.4rem;
}

.accordion-flush .accordion-item,
.accordion .accordion-item {
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid var(--bs-border-color) !important;
}

.accordion-button::after {
    content: "\f0d8";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background-image: none;
    width: 28px;
    height: 28px;
    display: flex;
    color: var(--bs-primary);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease 0.4s;
    background: var(--bs-primary-bg-subtle);
}

.accordion-button:not(.collapsed)::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background-image: none;
    width: 28px;
    height: 28px;
    display: flex;
    color: var(--bs-primary);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease 0.4s;
    background: var(--bs-body-bg);
}

/*------------ Common Elentns: Nav Tabs & Tabs Styles --------------*/
.nav {
    display: flex;
    flex-wrap: wrap;
}

.nav.nav-tabs {
    border-bottom: none;
}

.nav.nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    border: none;
    border-bottom: 2px solid transparent;
    box-shadow: none;
}

.nav.nav-tabs .nav-link:focus {
    color: var(--bs-primary);
    border: none;
    outline: none;
    box-shadow: none;
    opacity: 1;
    border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs .nav-link:hover {
    color: var(--bs-primary);
    border: none;
    outline: none;
    box-shadow: none;
    opacity: 1;
    border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs .nav-link:active {
    color: var(--bs-primary);
    border: none;
    outline: none;
    box-shadow: none;
    opacity: 1;
    border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs .nav-link:focus-visible {
    color: var(--bs-primary);
    border: none;
    outline: none;
    box-shadow: none;
    opacity: 1;
    border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs .nav-link.active {
    color: var(--bs-primary);
    border: none;
    outline: none;
    box-shadow: none;
    opacity: 1;
    border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs.lg .nav-link {
    padding: 1.2rem 1.7rem;
    font-size: 15px;
}

.nav.nav-tabs.medium .nav-link {
    padding: 0.9rem 1.4rem;
    font-size: 14px;
}

.nav.nav-tabs.nav-item.show .nav-link {
    color: var(--bs-primary);
    border: none;
    opacity: 1;
    border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs.simple-tabs {
    border: none;
}

.nav.nav-tabs.simple-tabs .nav-link {
    background: transparent;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.nav.nav-tabs.simple-tabs .nav-link.active {
    background: transparent;
    border-color: var(--bs-primary);
}

.nav.nav-tabs.nav-item.show .nav-link {
    background: transparent;
    border-color: var(--bs-primary);
}

.nav.nav-pills {
    border-radius: 0.375rem;
}

.nav.nav-pills.centered {
    display: inline-flex;
    justify-content: space-around;
    margin-right: 50% !important;
    transform: translateX(-50%);
    width: auto;
}

.nav.nav-pills .nav-item {
    width: auto;
    list-style: none;
}

.nav.nav-pills .nav-item:last-child {
    margin: 0;
}

.nav.nav-pills .nav-item:last-child .nav-link {
    margin-left: 0px;
}

.nav.nav-pills .nav-link {
    font-weight: 500;
    padding: 0.8rem 1.6rem;
    background: var(--bs-dark);
    color: var(--bs-white);
    font-weight: 500;
    margin-left: 10px;
    box-shadow: none;
    outline: none;
}

.nav.nav-pills.mid .nav-link {
    padding: 0.7rem 1.9rem;
    font-size: 14px;
}

.nav.nav-pills.small .nav-link {
    padding: 0.5rem 0.8rem;
    font-size: 13px;
}

.nav.nav-pills.spacing .nav-link {
    margin-bottom: 10px;
}

.nav.nav-pills.lights .nav-link {
    background: transparent;
    color: var(--bs-dark);
}

.nav.nav-pills.lights .nav-link.active {
    background: var(--bs-body-bg);
    color: var(--bs-primary);
}

.nav.nav-pills.primary-soft .nav-link {
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.nav.nav-pills.primary-soft .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white) !important;
}

.nav.nav-pills.lightprimary .nav-link {
    background: var(--bs-body-bg);
    color: var(--bs-primary);
}

.nav.nav-pills.lightprimary .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white) !important;
}

.nav.nav-pills.nav-pills-dark .nav-link {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.nav.nav-pills.nav-pills-dark .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white) !important;
}

.nav.nav-pills.outline .nav-link {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    color: var(--bs-muted);
}

.nav.nav-pills.outline .nav-link.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white) !important;
}

.nav.nav-pills.primary .nav-link {
    background: transparent;
    color: var(--bs-primary);
}

.nav.nav-pills.primary .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white) !important;
}

.nav.nav-pills.light-nav .show > .nav-link {
    color: var(--bs-white) !important;
    background: var(--bs-primary) !important;
}

.nav.nav-pills.light-nav .nav-link.active {
    color: var(--bs-white) !important;
    background: var(--bs-primary) !important;
}

.nav.nav-pills.lights.theme .show > .nav-link {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.nav.nav-pills.lights.theme .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.featuresScrollphy .nav-pills .nav-link {
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-muted);
    padding: 0.4rem 0.55rem;
}

.featuresScrollphy .nav-pills .nav-link.active {
    color: var(--bs-primary) !important;
    background-color: transparent;
}

/*-------------- Common Elentns: Ouw Carousel Settings ---------------*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: var(--bs-light);
    color: var(--bs-muted);
    border-radius: 50%;
    position: absolute;
    bottom: -32px;
    cursor: pointer;
    transition: all 0.5s;
    transform: translatey(-50%);
}

.owl-nav button span {
    font-size: 16px;
    height: 100%;
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 0;
}

.owl-carousel .owl-nav button.owl-next {
    left: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    text-decoration: none;
}

.owl-theme .owl-nav .disabled,
button.disabled {
    opacity: 0.6;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots {
    margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 7px;
    margin: 0 7px;
    background-color: var(--bs-primary-bg-subtle);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--bs-primary);
}

.singleItem {
    padding: 5px 0 12px;
}

.owl-carousel .owl-item img {
    display: block;
    width: revert-layer;
}

/*-------------- Common Elentns: BREADCRUMBS STYLES ---------------*/
.breadcrumbs {
    font-size: 15px;
    font-weight: 400;
    color: var(--bs-body-color);
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
}

.breadcrumbs ul li:first-child {
    margin: 0;
}

.breadcrumbs ul li:first-child::before {
    display: none;
}

.breadcrumbs ul li:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    color: var(--bs-body-color);
    font-size: 14px;
    margin-left: 15px;
}

.breadcrumbs ul li:last-child {
    color: var(--bs-primary);
}

.breadcrumbs ul li a {
    transition: all 0.2s ease-in-out;
    color: var(--bs-body-color);
}

.breadcrumbs.light {
    color: var(--bs-white);
}

.breadcrumbs.light li:before {
    color: var(--bs-white);
}

.breadcrumbs.light li:last-child {
    color: var(--bs-white);
}

.breadcrumbs.light li a {
    color: var(--bs-white);
}

/*--------------------------------------------------
Navbar & Header Styles
---------------------------------------------------*/
.header.header.header-fixed[data-sticky-element] {
    top: -1px !important;
}

.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
    color: var(--bs-nav-color);
}

.nav-dropdown,
.nav-menu,
ul {
    list-style: none;
}

.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent;
}

.navigation,
.navigation * {
    box-sizing: border-box;
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    right: 0;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-left {
    float: left;
}

.nav-header {
    float: right;
}

.nav-brand {
    padding: 0px 0 0px 15px;
    font-size: 24px;
    margin-left: 1rem;
    margin-top: 2px;
    text-decoration: none !important;
}

.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
    text-decoration: none;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: right;
}

.nav-logo:focus > img {
    outline: initial;
}

nav a,
nav a:focus,
nav a:hover {
    outline: 0;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px 15px 6px auto;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 7px 2px 0;
    position: absolute;
    top: 50%;
    left: 0px;
    cursor: pointer;
    transform: translateY(-50%);
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: color-mix(in srgb, var(--bs-nav-color), transparent 30%);
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 color-mix(in srgb, var(--bs-nav-color), transparent 10%), 0 1em 0 0 color-mix(in srgb, var(--bs-nav-color), transparent 30%);
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    right: -400px;
    position: fixed;
    background-color: var(--bs-body-bg);
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.8s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-left {
    right: auto;
    left: -400px;
}

.navigation-portrait .mobile_nav {
    margin-left: 40px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    right: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-left.nav-menus-wrapper-open {
    left: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 30px;
    margin: 10px 7px;
    display: none;
    float: left;
    color: var(--bs-primary);
    font-size: 13px;
    cursor: pointer;
    background: var(--bs-primary-bg-subtle);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.mobLogos {
    width: auto;
    height: auto;
    margin: 10px 0px;
    display: none;
    float: right;
    color: var(--bs-primary);
    background-color: transparent;
    font-size: 13px;
    cursor: pointer;
    padding-right: 1rem;
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.nav-menu > li {
    float: right;
    text-align: right;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px var(--bs-border-color);
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: none;
    padding: 1rem;
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}

.nav-menu > li > a {
    padding: 18px 12px 10px;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1;
}

.nav-menu > li > a.mob-addlisting {
    display: none;
}

.nav-menu.nav-menu-social {
    align-items: center;
    display: inline-flex;
}

.nav-menu.nav-menu-social li a {
    color: var(--bs-nav-color);
    padding: 7px 12px 7px;
}

.navigation-portrait .nav-menu > li > a {
    height: auto;
    width: 100%;
    padding: 12px 26px 12px 15px;
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-right: 6px;
    margin-top: 2px;
    float: left;
    transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
    width: 100%;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--bs-nav-color) var(--bs-nav-color) transparent;
    transform: rotate(45deg);
    transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(0deg);
}

.navigation-portrait .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
    transform: rotate(225deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-text {
    margin: 25px 15px;
    color: #70798b;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    right: 0;
}

.nav-dropdown .nav-dropdown {
    right: 100%;
}

.nav-menu > li .nav-dropdown {
    border: none;
    padding: 15px;
    background: var(--bs-body-bg);
    box-shadow: 0px 0px 2px 0px rgba(185, 199, 210, 0.45);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(185, 199, 210, 0.45);
    border-radius: 0.4rem;
}

.nav-dropdown > li {
    width: 100%;
    float: right;
    clear: both;
    position: relative;
    text-align: right;
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 14px 10px 14px 20px;
    border-bottom: 1px solid var(--bs-border-color);
    float: right;
    color: var(--bs-nav-color);
    transition: all 0.3s ease 0s;
    font-size: 13px;
    font-weight: 500;
}

.nav-dropdown > li:last-child > a {
    border-bottom: none;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    padding-right: 20px;
}

.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px;
}

.nav-dropdown > .focus > a,
.nav-dropdown.nav-dropdown-right {
    left: 0;
}

.nav-dropdown > li > .nav-dropdown-right {
    right: auto;
    left: 100%;
}

.navigation-landscape .nav-dropdown-right > li > a {
    text-align: left;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 30px 12px 20px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-right: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-right: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-right: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-right: 110px;
}

.navigation-portrait .nav-dropdown > li > a {
    color: var(--bs-muted);
}

.nav-dropdown .submenu-indicator {
    left: 15px;
    top: 16px;
    position: absolute;
}

.menu__list,
.navbar,
nav a {
    position: relative;
}

.navigation-portrait .submenu-indicator {
    left: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
    transform: rotate(225deg);
}

.navigation-portrait .mobile_nav ul li a {
    padding: 0.6rem 0.8rem;
}

.navigation-portrait .mobile_nav ul li .account-drop a {
    padding: 0rem 0.3rem;
}

.navigation-portrait .mobile_nav ul li .account-drop ul li a {
    padding: 0.6rem 1.2rem;
}

.navigation-portrait .mega-menu {
    width: 100%;
    min-width: 100%;
}

.navigation-portrait .d-portraitnone {
    display: none;
}

.navigation-portrait .col {
    flex: 1 0 100%;
}

.navigation-portrait .nav-menu > li > a.mob-addlisting {
    display: block;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 18px 20px;
    text-align: center;
    border-radius: 0.4rem;
    transition: all ease 0.4s;
}

.navigation-portrait .nav-menu > li > a.mob-addlisting:hover {
    background-color: var(--bs-primary-bg-dark);
    color: var(--bs-white) !important;
}

.navigation-portrait .nav-menu > li > a.mob-addlisting:focus {
    background-color: var(--bs-primary-bg-dark);
    color: var(--bs-white) !important;
}

.navigation-portrait .nav-menu > li > a.mob-addlisting:active {
    background-color: var(--bs-primary-bg-dark);
    color: var(--bs-white) !important;
}

.navigation-portrait .nav-menu > li > a.mob-addlisting.light {
    display: block;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    padding: 18px 20px;
    text-align: center;
    border-radius: 0.4rem;
    transition: all ease 0.4s;
}

.navigation-portrait .nav-menu > li > a.mob-addlisting.light:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
}

.navigation-portrait .nav-menu > li > a.mob-addlisting.light:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
}

.navigation-portrait .nav-menu > li > a.mob-addlisting.light:active {
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
}

.navigation-landscape .nav-dropdown-right .submenu-indicator {
    right: 10px;
}

.navigation-landscape .nav-dropdown-right .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

nav a {
    display: inline-block;
}

.header {
    background: var(--bs-body-bg);
    position: relative;
    padding: 13px 0;
    z-index: 999;
}

.social-icons {
    float: left;
    margin-top: 0.7em;
}

.logo h1 a {
    color: var(--bs-white);
    font-size: 1.3em;
}

.logo span {
    display: block;
    font-size: 0.32em;
    letter-spacing: 4px;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.nav-menu.nav-menu-social > li.list-buttons a {
    top: 0px;
    padding: 15px 25px;
    color: var(--bs-white) !important;
    border-radius: 6px;
    position: relative;
    background: var(--bs-primary);
}

.nav-menu.nav-menu-social > li.list-buttons.soft-primary a {
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary) !important;
}

.nav-menu.nav-menu-social > li.list-buttons.light a {
    background: var(--bs-body-bg) !important;
    color: var(--bs-dark) !important;
}

.nav-menu.nav-menu-social > li.list-buttons.light a:hover {
    color: var(--bs-dark) !important;
}

.nav-menu.nav-menu-social > li.list-buttons.light a:focus {
    color: var(--bs-dark) !important;
}

.header-transparent.dark.header-fixed .nav-menu.nav-menu-social > li.list-buttons.light a {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.header-transparent.theme.header-fixed .nav-menu.nav-menu-social > li.list-buttons.light a {
    color: var(--bs-nav-color) !important;
}

.header-fixed .nav-menu.nav-menu-social > li.list-buttons.light a {
    color: var(--bs-nav-color) !important;
}

.nav-menu.nav-menu-social .cart-content {
    padding: 7px 10px 7px 28px !important;
    font-size: 18px !important;
}

.cart-content .head-cart-counter {
    font-size: 10px;
    background: var(--bs-primary);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    border-radius: 50%;
    color: var(--bs-white);
    font-style: normal;
    text-align: center;
    line-height: 16px;
    left: 17px;
    top: 2px;
}

.header.theme.header-fixed .cart-content .head-cart-counter,
.header.header-theme .cart-content .head-cart-counter {
    background: var(--bs-body-bg);
    color: var(--bs-dark);
}

.nav-brand img {
    width: 166px;
    position: relative;
}

.nav-menu.nav-menu-social > li.list-buttons > a {
    display: inline-flex;
    align-items: center;
}

.navigation-portrait .nav-dropdown.xxl-menu {
    min-width: auto;
    max-width: 100%;
}

.navigation-portrait .nav-dropdown.xxl-menu > li {
    width: 100%;
    flex: 0 0 100%;
}

.nav-dropdown > li:last-child > a {
    border-bottom: none;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    padding-right: 20px;
}

.devider-wraps {
    height: 0.5px;
    width: 100%;
    border: 1px dashed #e0e8ed;
    border-radius: 50px;
}

.devider-text {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-body-bg);
    padding: 0 10px;
}

.navigation-portrait .col .dropdown-body {
    padding-right: 1.55rem;
}

.navigation-portrait .mobLogos img {
    max-width: 140px;
}

.navigation-portrait .mobLogos {
    display: block;
}

.header.navtheme {
    background: var(--bs-primary);
}

.header.navdark {
    background: var(--bs-dark);
}

.header.navtheme .navigation-portrait .mobile_nav ul li a,
.header.navdark .navigation-portrait .mobile_nav ul li a {
    color: var(--bs-white);
}

.header.navtheme .navigation-portrait .mobile_nav ul li .dropdown-menu a,
.header.navdark .navigation-portrait .mobile_nav ul li .dropdown-menu a {
    color: var(--bs-nav-color);
}

.header.navtheme .nav-toggle:before,
.header.navdark .nav-toggle:before {
    background-color: var(--bs-white);
    box-shadow: 0 0.5em 0 0 var(--bs-primary-bg-subtle), 0 1em 0 0 var(--bs-white);
}

/*--------- Navbar & Header Styles: Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
}

.nav-menu.nav-menu-social > li:last-child .btn-group.account-drop {
    padding-left: 0;
}

.account-drop .btn-order-by-filt {
    padding: 0px;
    height: auto;
    width: auto;
    color: #022f5d;
    font-size: 16px;
    margin-top: 0px;
    padding: 5px 12px !important;
    font-weight: 600;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    padding-right: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.account-drop.drk .btn-order-by-filt {
    border-right: 1px solid #dee2e6;
}

.account-drop .btn-order-by-filt img.avater-img {
    border-radius: 50%;
}

.account-drop .dropdown-menu {
    top: 70px !important;
    left: 0 !important;
    background: var(--bs-body-bg);
    box-shadow: none;
    min-width: 300px;
    right: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
    z-index: 99;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.drp_menu_headr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem;
}

.drp_menu_headr h4 {
    font-size: 18px;
    margin: 0;
    color: var(--bs-white);
}

.account-drop .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.account-drop .dropdown-menu ul li {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
}

.account-drop .dropdown-menu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #06325d;
    position: relative;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #edf0f3;
}

.account-drop .dropdown-menu ul li a i {
    margin-left: 7px;
    position: relative;
    top: 0px;
}

.notti_coun {
    position: absolute;
    left: 10px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600 !important;
    color: var(--bs-white);
}

span.notti_coun.style-1 {
    background: #2bb170;
}

span.notti_coun.style-2 {
    background: #9972e6;
}

span.notti_coun.style-3 {
    background: #03a9f4;
}

.ntf-list-groups {
    position: relative;
    display: block;
    width: 100%;
}

.ntf-list-groups-single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0.8rem;
    border-bottom: 1px solid #e4e9ed;
}

.ntf-list-groups-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
}

.ntf-list-groups-caption {
    flex: 1;
    font-size: 14px;
    color: #28496e;
    padding-right: 10px;
}

.ntf-list-groups-caption p {
    margin: 0;
}

.ntf-list-groups-single a.ntf-more {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

span.noti-status {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f32b2b;
    border-radius: 50%;
    top: 8px;
    left: 10px;
}

.drp_menu_headr-left .btn {
    padding: 0.6rem 1rem;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
}

.user-Dashboard-menu {
    padding: 0;
    margin: 0;
    padding: 0.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.user-Dashboard-menu li {
    display: inline-flex;
    width: auto;
    list-style: none;
}

.user-Dashboard-menu li a {
    font-weight: 500;
    font-size: 14px;
    color: #96a2b0;
    padding: 0.6rem 0;
}

.user-Dashboard-menu li.active a,
.user-Dashboard-menu li:hover a,
.user-Dashboard-menu li:focus a {
    color: var(--bs-primary);
}

.brd img {
    border: 4px solid #b77a7a;
}

.user-Dashboard-longmenu {
    padding: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.user-Dashboard-longmenu li {
    display: inline-flex;
    width: 100%;
    padding: 0 0.7rem;
    list-style: none;
}

.user-Dashboard-longmenu li a {
    font-weight: 500;
    font-size: 14px;
    color: #838f9d;
    width: 100%;
    padding: 0.8rem 0;
}

.user-Dashboard-longmenu li:nth-child(even) {
    background: #f1f5f8;
}

.user-Dashboard-longmenu li.active a,
.user-Dashboard-longmenu li:hover a,
.user-Dashboard-longmenu li:focus a {
    color: var(--bs-primary);
}

.flashing {
    width: 6px;
    height: 6px;
    background: var(--bs-success);
    animation: flashings 2s ease-out infinite;
    position: absolute;
    border-radius: 50%;
}

.flashing.notification {
    background: var(--bs-purple);
}

@keyframes flashings {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

/*--------- Navbar & Header Styles: Mobile Nav ----------*/
.mobile_nav ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.mobile_nav ul li {
    list-style: none;
    margin-right: 0rem;
    display: inline-flex;
}

.mobile_nav ul li .account-drop .dropdown-menu ul {
    display: flex;
    flex-direction: column;
}

.mobile_nav ul li .account-drop .dropdown-menu ul a {
    align-items: center;
    justify-content: start;
}

.mobile_nav ul li .dropdown-menu a {
    width: auto;
    height: auto;
}

.mobile_nav ul li a {
    font-weight: 500;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile_nav ul li .account-drop .btn-order-by-filt {
    padding-right: 5px !important;
}

.mobile_nav ul .dhsbrd li {
    margin: 0;
    display: inline-block;
    width: auto !important;
}

.mobile_nav ul .dhsbrd li a {
    border: none !important;
    width: auto;
    display: inline-flex;
}

.mobile_nav ul .dhsbrd li .account-drop ul li a {
    width: 100%;
}

.user-Dashboard-menu {
    padding: 0;
    margin: 0;
    padding: 0.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.user-Dashboard-menu li {
    display: inline-flex;
    width: auto;
    list-style: none;
}

.user-Dashboard-menu li a {
    font-weight: 500;
    font-size: 14px;
    color: #96a2b0;
    padding: 0.6rem 0;
}

.user-Dashboard-menu li a:hover {
    color: var(--bs-primary);
}

.user-Dashboard-menu li a:focus {
    color: var(--bs-primary);
}

.user-Dashboard-menu li a:active {
    color: var(--bs-primary);
}

.user-Dashboard-longmenu {
    padding: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.user-Dashboard-longmenu li {
    display: inline-flex;
    width: 100%;
    padding: 0 0.7rem;
    list-style: none;
}

.user-Dashboard-longmenu li:nth-child(even) {
    background: #f1f5f8;
}

.user-Dashboard-longmenu li a {
    font-weight: 500;
    font-size: 14px;
    color: var(--bs-muted);
    width: 100%;
    padding: 0.8rem 0;
}

.user-Dashboard-longmenu li a:hover {
    color: var(--bs-primary);
}

.user-Dashboard-longmenu li a:focus {
    color: var(--bs-primary);
}

.user-Dashboard-longmenu li a:ative {
    color: var(--bs-primary);
}

.brd img {
    border: 4px solid #b77a7a;
}

/*-------------- Navbar & Header Styles: ListingHub Dashboard Menu -------------*/
.dashboard_Menu {
    position: relative;
    width: 100%;
}

.dashboard_Menu ul {
    padding: 0;
    margin: 0;
}

.dashboard_Menu ul li {
    width: 100%;
    display: block;
    list-style: none;
}

.dashboard_Menu ul li a {
    padding: 0.8rem 0.6rem;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    border-radius: 0.4rem;
    font-size: 15px;
    font-weight: 400;
    color: var(--bs-white);
    opacity: 0.75;
}

.dashboard_Menu ul li a:hover {
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
    opacity: 1;
}

.dashboard_Menu ul li a:focus {
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
    opacity: 1;
}

.dashboard_Menu ul li a span.countTag {
    display: inline-block;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 12px;
    color: var(--bs-white);
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    right: 90% !important;
    top: 50% !important;
}

.dashboard_Menu ul li .active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
}

.dashboard_Menu ul li .active:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
}

.dashboard_Menu ul li .active:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
}

.offcanvas-menu {
    background: var(--bs-dashboard-bg);
}

.offcanvas-menu .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.offcanvas-menu .offcanvas-header .btn-closes {
    width: 40px;
    height: 40px;
    font-size: 14px;
    padding: 0 !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1) !important;
    color: var(--bs-white) !important;
    z-index: 1;
    outline: none !important;
    border: none;
}

.offcanvas-menu .offcanvas-body {
    padding: 0;
    position: relative;
    width: 100%;
}

.offcanvas-menu .offcanvas-body ul {
    padding: 0;
    margin: 0;
}

.offcanvas-menu .offcanvas-body ul li {
    width: 100%;
    display: block;
    list-style: none;
}

.offcanvas-menu .offcanvas-body ul li a {
    padding: 1rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    border-radius: 0rem;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-menu .offcanvas-body ul li a:hover {
    color: var(--bs-primary);
}

.offcanvas-menu .offcanvas-body ul li a:focus {
    color: var(--bs-primary);
}

.offcanvas-menu .offcanvas-body ul li a span.countTag {
    display: inline-block;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 12px;
    color: var(--bs-white);
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    right: 90% !important;
    top: 50% !important;
}

.offcanvas-menu .offcanvas-body ul li .active {
    color: var(--bs-primary);
}

.offcanvas-menu .offcanvas-body ul li .active:hover {
    color: var(--bs-white);
}

.offcanvas-menu .offcanvas-body ul li .active:focus {
    color: var(--bs-white);
}

form.dropzone.dz-clickable.primary-dropzone {
    border: 2px dashed var(--bs-primary);
    border-radius: 0.8rem;
    background: var(--bs-primary-bg-subtle);
}

.dz-default.dz-message i {
    font-size: 50px;
    display: block;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

/*--------------------------------------------------
Intro Banner & Hero Header
---------------------------------------------------*/
.image-bg {
    background-size: cover !important;
    background-position: center !important;
}

.image-cover {
    background-size: cover !important;
    background-position: center !important;
}

.image-bottom-cover {
    background-size: cover !important;
    background-position: bottom !important;
}

.image-bottom {
    background-size: auto !important;
    background-position: bottom !important;
}

.image-cover .container,
.image-bottom .container,
.image-bottom-cover .container,
.bg-cover .container {
    position: relative;
    z-index: 1;
}

.hero-banner {
    padding: 5em 0 5em;
}

.hero-header {
    padding: 5em 0 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 650px;
}

.hero-header .subtitle {
    font-weight: 300;
    font-size: 17px;
}

.fill-primary {
    fill: var(--bs-primary) !important;
}

.fill-white {
    fill: var(--bs-white) !important;
}

.fill-light {
    fill: #f4f5f7 !important;
}

.avatar-group {
    padding: 0;
    display: flex;
}

.avatar-group > li {
    position: relative;
}

.avatar-group > li:not(:last-child) {
    margin-left: -0.8rem;
}

.form-control.border-0.border-left {
    border-left: 1px solid var(--bs-border-color) !important;
}

.heroSearch.overio {
    top: -40px;
    position: relative;
    z-index: 1;
    transform: translateY(-40px);
}

a.mousewheel {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.6rem 0.5rem;
    font-size: 25px;
    color: var(--bs-white);
    position: absolute;
    left: 50px;
    bottom: 50px;
    border-radius: 100px;
    animation: mover 2s infinite alternate;
}

a.mousewheel.center {
    right: 50%;
    left: auto;
    transform: translateX(50%);
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.imgSidefull {
    position: absolute;
    max-width: 32rem;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

/*----------- Intro Banner & Hero Header: Search Style 01 --------*/
.heroSearch.style-01 {
    background: var(--bs-body-bg);
    border-radius: 0.4rem;
    padding: 0.7rem;
}

.heroSearch.style-01 .form-group {
    margin: 0px !important;
}

.heroSearch .side-border {
    border-left: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color);
}

.heroSearch .single-border {
    border-right: 1px solid var(--bs-border-color);
}

.heroSearch.rounded-search {
    border-radius: var(--bs-border-radius-pill) !important;
}

/*------------ Intro Banner & Hero Header: Search Style 02 ------------*/
.heroSearch.style-02 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.4rem;
    padding: 0.7rem;
}

.heroSearch.style-02 .form-group {
    margin: 0px !important;
}

.heroSearch.style-02.dark {
    background: rgba(0, 0, 0, 0.2);
}

/*---------- Intro Banner & Hero Header: Search Style 03 -----------------*/
.searchUpper {
    background: rgba(2, 2, 2, 0.3);
    border-radius: 10px 10px 50px 50px;
    padding-top: 1px;
}

.searchUpper .nav-tabs {
    border-bottom: none;
    margin: 0.5rem auto 0.8rem;
}

.searchUpper .nav-tabs .nav-link {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 0.5rem 1rem;
    width: auto;
}

.searchUpper .nav-tabs .nav-link.active {
    color: var(--bs-white) !important;
}

.heroSearch.shadow {
    box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.2) !important;
}

/*---------------- Intro Banner & Hero Header: Search Dropdown Button ---------------*/
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-primary);
}

.dropdown-toggle.toogleDrops {
    background: #f4f5f7;
    border: 1px solid #e4e7ed;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all ease 0.4s;
    color: var(--bs-dark);
}

.dropdown-toggle.toogleDrops:hover {
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary-border-subtle);
    color: var(--bs-primary);
}

.dropdown-toggle.toogleDrops:focus {
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary-border-subtle);
    color: var(--bs-primary);
}

.dropdown-toggle.toogleDrops.show:after {
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-top: 0;
    border-right: 0.3em solid transparent;
}

.filterButton {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.372rem;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
}

.filterButton .filterFlex {
    width: 100%;
    flex: 1 1 auto;
}

.filterButton .filterFlex .btn {
    border-radius: 0;
    height: 45px;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    border-left: 1px solid var(--bs-border-color);
}

.filterButton .filterFlex:last-child .btn {
    border-left: none;
}

.alert.tag-alert {
    border-radius: 50px;
    padding: 5px 10px 5px 25px;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: var(--bs-body-color);
}

.alert.tag-alert .btn-close {
    padding: 9px 8px;
    font-size: 9px;
    outline: none;
    box-shadow: none;
}

.filterOptions-wrap .dropdown-menu {
    min-width: 600px;
}

/*------------------- Intro Banner & Hero Header: Splash Banner  ------------*/
.splashSlider {
    height: 100vh;
    min-height: 650px;
}

.splashSlider .splashSliders.owl-carousel {
    height: 100%;
}

.splashSlider .splashSliders.owl-carousel .owl-stage-outer {
    height: 100%;
}

.splashSlider .splashSliders.owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

.splashSlider .splashSliders.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important;
}

.splashSlider .splashSliders.owl-carousel .owl-stage-outer .owl-stage .owl-item .singleSplash {
    height: 100%;
    position: relative;
}

.splashSlider .splashSliders.owl-carousel .owl-stage-outer .owl-stage .owl-item .singleSplash:before {
    content: "";
    position: absolute;
    background: var(--bs-dark);
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}

/*--------------------------------------------------
ListingHub Elements Styles
---------------------------------------------------*/
/*-------------- ListingHub Elements Styles: Listing Item Style ------------------*/
.singlelisting-item {
    position: relative;
    height: 100%;
    border: 1px solid var(--bs-border-color);
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0.6rem;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
    background-color: var(--bs-body-bg);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.singlelisting-item .listing-top-item {
    background: var(--bs-body-bg);
    border-radius: 0.6rem 0.6rem 0 0;
    height: 100%;
    display: block;
    position: relative;
    min-height: 270px;
}

.singlelisting-item .listing-top-item .topLink {
    display: block;
    width: 100%;
    height: 100%;
}

.singlelisting-item .listing-top-item .topLink:before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, 0.2);
    border-radius: 0.6rem 0.6rem 0 0;
    opacity: 1;
}

.singlelisting-item .listing-top-item .topLink img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 0.6rem 0.6rem 0 0;
}

.singlelisting-item .listing-top-item .bookmarkList {
    background: rgba(255, 255, 255, 0.12);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--bs-white);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all ease 0.4s;
    line-height: 0;
}

.singlelisting-item .listing-top-item .bookmarkList:hover, .singlelisting-item .listing-top-item .bookmarkList:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
}

.singlelisting-item .listing-top-item .opssListing {
    position: relative;
}

.singlelisting-item .listing-top-item .opssListing .listing-avatar {
    width: 55px;
    height: 55px;
    border: 4px solid rgba(255, 255, 255, 0.21);
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    background-color: transparent;
    position: relative;
    top: 0px;
    right: 0px;
}

.singlelisting-item .listing-top-item .opssListing .listing-avatar .avatarImg {
    display: block;
    height: 100%;
    width: 100%;
}

.singlelisting-item .listing-top-item .opssListing .listing-avatar .avatarImg img {
    border-radius: 50%;
    height: auto;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.singlelisting-item .listing-top-item .opssListing .listing-details {
    position: relative;
    width: 100%;
    flex: 1;
}

.singlelisting-item .listing-top-item .opssListing .listing-details .listingTitle {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white);
    margin-bottom: 0.2rem;
}

.singlelisting-item .listing-top-item .opssListing .listing-details .listingTitle .titleLink {
    color: var(--bs-white);
}

.singlelisting-item .listing-top-item .opssListing .listing-details .listingTitle .verified {
    color: var(--bs-success);
    font-size: 15px;
    margin-right: 7px;
}

.singlelisting-item .listing-top-item .listOpen {
    background-color: #27a860;
    color: var(--bs-white);
}

.singlelisting-item .listing-top-item .listClose {
    background-color: #d73939;
    color: var(--bs-white);
}

.singlelisting-item .listing-middle-item {
    position: relative;
    padding: 2.6rem 1rem 1.8rem;
    display: block;
    width: 100%;
}

.singlelisting-item .listing-middle-item .listing-avatar {
    width: 60px;
    height: 60px;
    border: 4px solid var(--bs-card-bg);
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    background-color: var(--bs-card-bg);
    position: absolute;
    top: -28px;
    right: 15px;
}

.singlelisting-item .listing-middle-item .listing-details {
    width: 100%;
}

.singlelisting-item .listing-middle-item .listing-details .listingTitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
}

.singlelisting-item .listing-middle-item .listing-details .listingTitle .adds {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
    border-radius: 0.2rem;
    padding: 4px 6px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
}

.singlelisting-item .listing-middle-item .listing-details .listingTitle .verified {
    color: var(--bs-success);
    font-size: 15px;
    margin-right: 7px;
}

.singlelisting-item .listing-middle-item .listing-details p {
    margin: 0;
}

.singlelisting-item .listing-middle-item .listing-info-details {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-dark-text);
    margin-top: 1.1rem;
}

.singlelisting-item .listing-footer-item {
    padding: 0.8rem 1rem;
    border-top: 1px solid var(--bs-border-color);
}

.singlelisting-item .listing-footer-item .catdWraps {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--bs-muted);
    background-color: var(--bs-light);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-1 {
    color: #d94452;
    background-color: rgba(217, 68, 82, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-2 {
    color: #35ba9b;
    background-color: rgba(53, 186, 155, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-3 {
    color: #d56fac;
    background-color: rgba(213, 111, 172, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-4 {
    color: #89c053;
    background-color: rgba(137, 192, 83, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-5 {
    color: #3aadd9;
    background-color: rgba(58, 173, 217, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-6 {
    color: #e3b692;
    background-color: rgba(227, 182, 146, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-7 {
    color: #f5b945;
    background-color: rgba(245, 185, 69, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-8 {
    color: #4a88da;
    background-color: rgba(74, 136, 218, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-9 {
    color: #e8553e;
    background-color: rgba(232, 85, 62, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catIcon.cats-10 {
    color: #9579da;
    background-color: rgba(149, 121, 218, 0.12);
}

.singlelisting-item .listing-footer-item .catdWraps .catTitle {
    font-size: 15px;
    font-weight: 500;
}

.singlelisting-item .listing-footer-item .catdWraps .moreCatcounter {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400;
    border: 2px solid var(--bs-border-color);
    color: var(--bs-muted);
}

.singlelisting-item .listing-footer-item .listing-rates {
    width: auto;
    position: relative;
}

.singlelisting-item .listing-footer-item .listing-rates .ratingAvarage {
    width: auto;
    height: 26px;
    padding: 1px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background-color: var(--bs-dark);
    border-radius: 0.28rem;
    font-size: 12px;
    font-weight: 500;
}

.singlelisting-item .listing-footer-item .listing-rates .ratingAvarage.excellent {
    background-color: #78ba25;
    color: var(--bs-white);
}

.singlelisting-item .listing-footer-item .listing-rates .ratingAvarage.good {
    background-color: #2ca862;
    color: var(--bs-white);
}

.singlelisting-item .listing-footer-item .listing-rates .ratingAvarage.midium {
    background-color: #f5ac00;
    color: var(--bs-white);
}

.singlelisting-item .listing-footer-item .listing-rates .ratingAvarage.poor {
    background-color: #e5501c;
    color: var(--bs-white);
}

.singlelisting-item .listing-footer-item .listing-rates .overallrates {
    font-size: 14px;
    color: var(--bs-muted) !important;
}

.singlelisting-item .listing-footer-item .listing-shares {
    position: relative;
}

.singlelisting-item .listing-footer-item .listing-shares .smallLinks {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--bs-border-color);
    font-size: 14px;
    color: color-mix(in srgb, var(--bs-body-color), transparent 20%);
}

.singlelisting-item:hover, .singlelisting-item:focus {
    transform: translate3d(0, -7px, 0);
}

.listLayouts {
    position: relative;
}

.listLayouts .listOpen {
    background-color: #27a860;
    color: var(--bs-white);
}

.listLayouts .listClose {
    background-color: #d73939;
    color: var(--bs-white);
}

.listLayouts .featuredList {
    background: #FF9800 !important;
}

.listLayouts .list-thumb {
    min-height: 240px;
}

.listLayouts .listCaption {
    position: relative;
}

.listLayouts .listCaption .listItemtitle {
    font-size: 17px;
    font-weight: 500;
}

.listLayouts .listCaption .listItemtitle span.verified {
    color: var(--bs-success);
    font-size: 14px;
    margin-right: 5px;
}

.listLayouts .listCaption .catIcon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--bs-muted);
    background-color: var(--bs-light);
}

.listLayouts .listCaption .catIcon.cats-1 {
    color: #d94452;
    background-color: rgba(217, 68, 82, 0.12);
}

.listLayouts .listCaption .catIcon.cats-2 {
    color: #35ba9b;
    background-color: rgba(53, 186, 155, 0.12);
}

.listLayouts .listCaption .catIcon.cats-3 {
    color: #d56fac;
    background-color: rgba(213, 111, 172, 0.12);
}

.listLayouts .listCaption .catIcon.cats-4 {
    color: #89c053;
    background-color: rgba(137, 192, 83, 0.12);
}

.listLayouts .listCaption .catIcon.cats-5 {
    color: #3aadd9;
    background-color: rgba(58, 173, 217, 0.12);
}

.listLayouts .listCaption .catIcon.cats-6 {
    color: #e3b692;
    background-color: rgba(227, 182, 146, 0.12);
}

.listLayouts .listCaption .catIcon.cats-7 {
    color: #f5b945;
    background-color: rgba(245, 185, 69, 0.12);
}

.listLayouts .listCaption .catIcon.cats-8 {
    color: #4a88da;
    background-color: rgba(74, 136, 218, 0.12);
}

.listLayouts .listCaption .catIcon.cats-9 {
    color: #e8553e;
    background-color: rgba(232, 85, 62, 0.12);
}

.listLayouts .listCaption .catIcon.cats-10 {
    color: #9579da;
    background-color: rgba(149, 121, 218, 0.12);
}

.listLayouts .listCaption .listCall {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--bs-dark);
    background-color: var(--bs-light);
}

.listLayouts .bookmarkList {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary-bg-subtle);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    transition: all ease 0.4s;
    line-height: 0;
}

.listLayouts .bookmarkList:hover, .listLayouts .bookmarkList:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
}

.listLayouts.light {
    background-color: var(--bs-light);
}

.listLayouts.light .bookmarkList {
    background-color: rgba(0, 0, 0, 0.011);
    color: var(--bs-muted);
    border: 1px solid color-mix(in srgb, var(--bs-dark), transparent 85%);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    transition: all ease 0.4s;
    line-height: 0;
}

.listLayouts.light .bookmarkList:hover, .listLayouts.light .bookmarkList:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
}

.listLayouts.light .listCall {
    background-color: var(--bs-white);
}

.listLayouts .bg-price {
    background-color: #97bf25;
}

.listLayouts .bg-booking {
    background-color: #ff5500;
}

/*-------------- ListingHub Elements Styles: List Category Style ------------------*/
.categoryBox {
    background-color: var(--bs-body-bg);
    border-radius: 0.5rem;
    padding: 20px 20px;
    width: 100%;
    height: 230px;
    margin: 0 auto;
    text-align: center;
    color: var(--bs-white);
    transition: 0.4s;
    transform: scale(1);
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
}

.categoryBox img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.5rem;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
}

.categoryBox .icoBoxx {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    margin: 1rem auto;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.2rem;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    transition: 0.3s;
    z-index: 11;
    position: relative;
}

.categoryBox h5 {
    font-size: 17px;
    color: var(--headingColor);
    transition: 0.4s;
    line-height: 22px;
    transition: 0.3s;
    font-weight: 500;
    z-index: 11;
    position: relative;
}

.categoryBox .categorycounter {
    font-size: 12px;
    font-weight: 500;
    color: var(--bs-muted);
    border-radius: 50px;
    background-color: color-mix(in srgb, var(--bs-light), transparent 10%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    text-align: center;
    margin: 0 auto;
    right: auto;
    left: auto;
    margin-bottom: 12px;
    transition: 0.4s;
    padding: 0px 18px;
    height: 30px;
    z-index: 11;
    position: relative;
}

.categoryBox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    background-color: #1a1a1a;
    border-radius: 4px;
    opacity: 0;
    z-index: 10;
    transition: 0.4s;
}

.categoryBox:hover:before, .categoryBox:focus:before {
    opacity: 0.6;
}

.categoryBox:hover img, .categoryBox:focus img {
    opacity: 1;
}

.categoryBox:hover .icoBoxx, .categoryBox:focus .icoBoxx {
    background: rgba(255, 255, 255, 0.2);
    color: var(--bs-white);
}

.categoryBox:hover h5, .categoryBox:focus h5 {
    color: var(--bs-white);
}

.categoryBox:hover .categorycounter, .categoryBox:focus .categorycounter {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

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

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

.circle .categoryBox .icoBoxx {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin: 1rem auto;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.2rem;
    background: transparent;
    color: var(--bs-primary);
    transition: 0.3s;
    z-index: 11;
    position: relative;
}

.light .categoryBox {
    background-color: var(--bs-light);
    border: none;
}

.light .categoryBox .icoBoxx {
    background: var(--bs-body-bg);
}

.light .categoryBox .categorycounter {
    color: color-mix(in srgb, var(--bs-dark), transparent 20%);
    background-color: rgba(33, 37, 39, 0.05);
}

.light .categoryBox:before {
    display: none;
}

.light .categoryBox:hover, .light .categoryBox:focus {
    background: var(--bs-primary);
}

.light .categoryBox:hover .icoBoxx, .light .categoryBox:focus .icoBoxx {
    background: rgba(255, 255, 255, 0.2);
    color: var(--bs-white);
}

.light .categoryBox:hover h5, .light .categoryBox:focus h5 {
    color: var(--bs-white);
}

.light .categoryBox:hover .categorycounter, .light .categoryBox:focus .categorycounter {
    background-color: rgba(2, 2, 2, 0.07);
    color: var(--bs-white);
}

/*------------- ListingHub Elements Styles: Modern Category -----------------*/
.cardio {
    position: relative;
    display: block;
    padding: 0;
    height: 100%;
}

.cardio .cats-modern {
    background: rgba(255, 255, 255, 0.05);
    display: block;
    padding: 2rem 1.2rem;
    border-radius: 0.5rem;
    text-align: center;
    transition: all ease-in-out 0.4s;
}

.cardio .cats-modern .cats-icons {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    color: #525762;
    line-height: 1.3;
    transition: all ease-in-out 0.4s;
}

.cardio .cats-modern .cats-titles h5 {
    color: var(--bs-white);
    font-weight: 600;
    font-size: 1rem;
    transition: all ease-in-out 0.4s;
}

.cardio .cats-modern:hover, .cardio .cats-modern:focus {
    background-color: var(--bs-white);
}

.cardio .cats-modern:hover .cats-icons, .cardio .cats-modern:focus .cats-icons {
    color: var(--bs-primary);
    opacity: 1;
}

.cardio .cats-modern:hover .cats-titles h5, .cardio .cats-modern:focus .cats-titles h5 {
    color: var(--bs-dark);
}

.reviewsBox {
    position: relative;
    overflow: visible !important;
}

.reviewsBox:before {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    right: 50%;
    position: absolute;
    bottom: 10px;
    width: auto;
    font-size: 65px;
    transform: translateX(-50%);
    content: "\f0dd";
    line-height: 0;
    color: var(--bs-body-bg);
}

/*------------------- ListingHub Elements Styles: Category Style 3 ----------------*/
.moder-category {
    border-radius: 0.6rem;
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100%;
    transition: all ease-in;
}

.moder-category .moder-categoryImage {
    position: relative;
    width: 100%;
    height: 150px;
}

.moder-category .moder-categoryImage img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.moder-category .moder-categoryIcon {
    position: absolute;
    bottom: -35px;
    right: 50%;
    transform: translateX(50%);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: var(--bs-white);
    box-shadow: 0 0 10px rgba(53, 51, 83, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--bs-primary);
    z-index: 1;
}

.moder-category .moder-categoryContent {
    position: relative;
    background: var(--bs-light);
    transition: all ease-in;
    padding: 3rem 1rem 1.5rem;
}

.moder-category .moder-categoryContent h5 {
    font-size: 17px;
}

.moder-category .moder-categoryContent .badge, .moder-category .moder-categoryContent .desc {
    background-color: rgba(2, 2, 2, 0.05);
    color: rgba(2, 2, 2, 0.6) !important;
}

.moder-category:hover .moder-categoryContent, .moder-category:focus .moder-categoryContent {
    background: var(--bs-primary);
    transition: all ease-in-out;
    cursor: pointer;
}

.moder-category:hover .moder-categoryContent > h5, .moder-category:focus .moder-categoryContent > h5 {
    color: var(--bs-white);
}

.moder-category:hover .moder-categoryContent .desc, .moder-category:focus .moder-categoryContent .desc {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8) !important;
}

/*---------- ListingHub Elements Styles: City Styles ------------*/
.cardCities {
    position: relative;
    z-index: 0;
}

.cardCities.cursor:hover {
    cursor: pointer;
}

.cardCities .cardCities-image {
    border-radius: inherit;
}

.ratio {
    position: relative;
    display: block;
    overflow: hidden;
}

.ratio-4::before {
    padding-bottom: 125%;
}

.ratio::before {
    display: block;
    width: 100%;
    content: "";
}

.ratio-full::before {
    padding-bottom: 100%;
}

.ratio.ratio-5 {
    height: 450px;
}

.cardCities .cardCities-image {
    border-radius: inherit;
}

.cardCities .cardCities-image img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.citiesCard-content {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.citiesCard-content .cardCities-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 7, 45, 0.44);
    border-radius: inherit;
    transition: all ease 0.5s;
    opacity: 0.3;
}

.citiesCard-topcaps {
    transition: all ease 0.5s;
    opacity: 0;
}

.citiesCard-bottomcaps {
    transition: all ease 0.5s;
    transform: translateY(80px);
}

.cardCities:hover .citiesCard-bottomcaps,
.cardCities:focus .citiesCard-bottomcaps {
    transform: translateY(0);
}

.cardCities:hover .cardCities-bg,
.cardCities:focus .cardCities-bg {
    opacity: 1;
}

.cardCities:hover .citiesCard-topcaps,
.cardCities:focus .citiesCard-topcaps {
    opacity: 1;
}

/*---------------------------------------------
 ListingHub Half Map Elements Design
----------------------------------------------*/
.map-banner-wrap {
    height: calc(100% - 4.8rem);
    position: relative;
    top: 4.672rem;
    transition: 0.1s;
}

.map-banner-wrap .map-right-box {
    float: left;
}

.map-banner-wrap .map-right-box .flt-wrap {
    float: right;
    width: 100%;
    position: relative;
}

.map-banner-wrap .map-right-box .flt-wrap .home-map-container.fw-map {
    width: 40%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 8;
    overflow: hidden;
}

.map-banner-wrap .map-right-box .flt-wrap .home-map-container.fw-map #map-main {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.map-banner-wrap .map-content-wrap {
    position: relative;
    width: 60%;
    min-height: 100vh;
    z-index: 9;
    float: right;
}

.map-banner-wrap .map-content-wrap .map-content-bxo {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 1.875rem;
    scrollbar-color: #d2d2d2 #f3f3f3;
    scrollbar-width: thin;
    transition: all 0.25s ease-in-out;
    scroll-padding-top: 3rem;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
    padding: 1.5rem 2em 0;
}

.map-banner-wrap .map-content-wrap .map-content-list {
    position: relative;
    display: block;
    padding: 0 2rem 2rem;
}

.gm-style {
    font: inherit !important;
    text-decoration: none;
}

.scrollContorl {
    position: absolute;
    z-index: 1000;
    bottom: 100px;
    left: 20px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: var(--bs-primary);
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
}

.scrollContorl.enabledsroll i:before {
    content: "\f09c";
}

.mapzoom-in,
.mapzoom-out {
    position: fixed;
    z-index: 100;
    top: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: var(--bs-primary);
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    background: var(--bs-body-bg);
    box-shadow: 0px 0px 0px 5px rgba(213, 226, 222, 0.4);
}

#singleMap .mapzoom-in,
#singleMap .mapzoom-out,
.home-map .mapzoom-in,
.home-map .mapzoom-out,
.fw-map .mapzoom-in,
.fw-map .mapzoom-out {
    position: absolute;
    left: 20px;
}

.map-container.column-map.left-pos-map .mapzoom-in,
.map-container.column-map.left-pos-map .mapzoom-out {
    left: 30px;
}

.map-container.column-map.right-pos-map .mapzoom-in,
.map-container.column-map.right-pos-map .mapzoom-out {
    right: 30px;
}

.mapzoom-in:before,
.mapzoom-out:before {
    font-family: Font Awesome 6 Pro;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f068";
}

.mapzoom-in:before {
    content: "\f067";
}

.mapzoom-in {
    margin-top: -80px;
}

.mapnavigation {
    position: absolute;
    bottom: 50px;
    left: 7px;
    z-index: 30;
    width: 170px;
}

.mapnavigation a {
    width: 70px;
    padding: 8px 0;
    border-radius: 4px;
    color: var(--bs-white);
    float: right;
    margin-right: 10px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
}

.mapnavigation a,
.mapzoom-in:hover,
.mapzoom-out:hover {
    background: var(--bs-dark);
}

.cluster img {
    display: none;
}

.cluster {
    width: 40px !important;
    height: 40px !important;
}

.cluster div {
    text-align: center;
    font-size: 15px !important;
    color: var(--bs-primary) !important;
    background: var(--bs-primary-bg-subtle);
    font-weight: 600;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
    box-shadow: 0px 0px 0px 4px var(--bs-primary-border-subtle);
    -webkit-box-shadow: 0px 0px 0px 4px var(--bs-primary-border-subtle);
    transition: all 100ms 3 inear;
    animation: cluster-animation 1.5s infinite;
}

.cluster div:hover {
    background: var(--bs-primary);
    color: var(--bs-white) !important;
}

@keyframes cluster-animation {
    0%, 100% {
        box-shadow: 0px 0px 0px 4px var(--bs-primary-border-subtle);
    }
    50% {
        box-shadow: 0px 0px 0px 9px var(--bs-primary-border-subtle);
    }
}

.inline-filter {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 4px 0px 4px 10px;
}

.inline-filter:last-child {
    margin-left: 0;
}

.inline-top-filter-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.inline-top-filter-wrap ._mp-inner-content {
    margin: 0;
}

.map-popup-wrap {
    position: relative;
}

.map-popup-wrap .infoBox-close {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-danger);
    color: var(--bs-white);
    cursor: pointer;
}

.infoBox {
    width: 300px !important;
}

.infoBox .singlelisting-item .listing-top-item .opssListing .listing-avatar {
    width: 35px;
    height: 35px;
    border-width: 2px;
}

/*----------------------------------------------
  Single Listing Design
----------------------------------------------*/
.sticky-lg-top,
.sticky-xl-top,
.sticky-xxl-top {
    top: -1px;
}

.couponcodeText {
    background-color: var(--bs-primary-bg-subtle);
    border: 1px dashed var(--bs-primary);
    color: var(--bs-primary);
    padding: 0.9rem 2.5rem;
    margin: 0.5rem auto;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0.2rem;
}

/*------------- Single Listing Design: Listing Block ------------*/
.listingSingleblock {
    display: block;
    overflow: hidden;
    border-radius: 0.3rem;
    background-color: var(--bs-white);
}

.listingSingleblock .SingleblockHeader {
    padding: 0;
    border: none;
}

.listingSingleblock .SingleblockHeader .listingcollapseTitle {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listingcollapseTitle:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f106";
    position: relative;
    float: left;
    margin-left: 0px;
    transition: 0.2s ease-out;
    color: var(--bs-primary);
    background: var(--bs-primary-bg-subtle);
    width: 28px;
    height: 28px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapsed .listingcollapseTitle:after {
    transform: rotate(180deg);
}

.allreviewsLists .singlereviews {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.allreviewsLists .singlereviews .replyReviews {
    padding-right: 1rem;
    margin-right: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-right: 1px solid var(--bs-border-color);
}

.allreviewsLists .singlereviews .replyReviews .replyReviews {
    padding-right: 1rem;
    margin-right: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-right: 1px solid var(--bs-border-color);
}

.allreviewsLists .singlereviews:last-child {
    margin-bottom: 0rem;
    padding-bottom: 0;
    border-bottom: none;
}

/*------------- Single Listing Design: Add Adult & Child ------------*/
.guests-input {
    position: relative;
    margin: 0 auto;
    border: 1px solid #dadfe6;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.booking-form__input.guests-input button {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 3px 6px;
    padding-right: 0;
    background-color: var(--bs-white);
    border: none;
    text-overflow: ellipsis;
    font-size: 12px;
    transition: border-color 0.2s ease;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #6e7b8d;
    font-weight: 500;
    min-width: 10rem;
}

.booking-form__input.guests-input.mixer-auto {
    padding: 0;
}

.booking-form__input.guests-input.mixer-auto > button {
    padding: 0;
    height: 60px;
    border-radius: 0.375rem;
    border-color: #dadfe6;
    width: 100%;
    font-size: 14px;
    padding-right: 12px;
    color: #272f34;
}

.booking-form__input.guests-input.mixer-auto > button:before,
.booking-form__input.guests-input.mixer-auto > button:after {
    display: none;
}

.guests-input button {
    cursor: pointer;
}

.guests-input button:after,
.guests-input button:before {
    content: " ";
    width: 8px;
    height: 1px;
    border-radius: 2px;
    background-color: #667a8b;
    position: absolute;
    top: 10px;
}

.guests-input button:before {
    transform: rotate(-45deg);
    left: 5px;
}

.guests-input button:after {
    transform: rotate(45deg);
    left: 10px;
}

.guests-input button.open:before {
    transform: rotate(45deg);
}

.guests-input button.open:after {
    transform: rotate(-45deg);
}

.guests-input__options {
    position: absolute;
    z-index: 3;
    top: 2rem;
    width: 100%;
    background-color: var(--bs-white);
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 0.4rem;
    overflow: hidden;
    height: 0;
    opacity: 0;
    min-width: 18rem;
    transition: all 0.1s linear;
}

.booking-form__input.guests-input.mixer-auto .guests-input__options {
    top: 85px;
    padding-top: 1rem;
}

.guests-input__options.open {
    opacity: 1;
    height: auto;
    min-height: 200px;
}

.guests-input__options > div {
    padding: 10px 0;
    text-align: center;
}

.guests-input__options > div:first-child,
.guests-input__options > div {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem 2rem;
}

.guests-input__options > div:last-child {
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.guests-input__ctrl {
    display: inline-block;
    border: 2px solid var(--bs-primary-bg-subtle);
    font-size: 13px;
    color: var(--bs-primary);
    padding: 2px 7px;
    line-height: 20px;
    border-radius: 0.2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.2s ease;
}

.guests-input__ctrl.disabled {
    color: #d8d8d8;
    border-color: #d9dee5;
    cursor: default;
}

.guests-input__value {
    display: inline-block;
    padding: 0 10px;
    width: 100px;
    cursor: default;
}

.guests-input__value span {
    display: inline-block;
    padding-left: 5px;
}

/*------------ Single Listing Design: Progress Chart -----------*/
.Pricecart {
    width: 152px;
    height: 152px;
    margin: 0 auto;
}

.Pricecart .progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    box-shadow: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pricecart .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid var(--bs-primary-bg-subtle);
    position: absolute;
    top: 0;
    right: 0;
}

.Pricecart .progress .progress-right {
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.Pricecart .progress .progress-right .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    transform-origin: center right;
    border-color: var(--bs-primary);
    animation: loading-2 1.5s linear forwards 1.8s;
}

.Pricecart .progress .progress-left {
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.Pricecart .progress .progress-left .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: -100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    transform-origin: center left;
    animation: loading-1 1.8s linear forwards;
    border-color: var(--bs-primary);
}

.Pricecart .progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: var(--bs-body-bg);
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-dark);
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 10%;
    right: 5%;
}

.Pricecart .progress .progress-value .progressIntity {
    line-height: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@keyframes loading-1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(126deg);
    }
}

/*------ Single Listing Design: Calendar ------*/
.rd-container.rd-container-attachment {
    left: 0 !important;
    right: 100%;
    max-width: 370px;
    box-shadow: 0 7px 20px 0 rgba(7, 152, 255, 0.09) !important;
    background-color: var(--bs-white);
    z-index: 333;
}

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
    cursor: pointer;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/*----------------------- Single Listing Design: Single Listing Wrap ----------------------*/
.mainlistingInfo {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 50px;
    padding: 0 2rem;
    z-index: 1;
}

/*----------------------------------------------
  Inner Page Design
----------------------------------------------*/
/*-------------- Inner Page Design: Blog Page Design ------------*/
.blogcommentsBox {
    position: relative;
    width: 100%;
}

.blogcommentsBox ul {
    padding: 0;
    width: 100%;
    position: relative;
}

.blogcommentsBox ul li {
    position: relative;
    list-style: none;
    margin-top: 2.5rem;
}

.blogcommentsBox ul li:first-child {
    margin-top: 0;
}

.blogcommentsBox ul li .singleComments {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.blogcommentsBox ul li .singleComments .blogavatar {
    position: relative;
}

.blogcommentsBox ul li .singleComments .blogavatar img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogcommentsBox ul li .singleComments .blogCaps {
    flex: 1;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
}

.blogcommentsBox ul li ul {
    padding-right: 2rem;
}

.blogcommentsBox ul li ul li {
    position: relative;
    border-right: 1px solid var(--bs-secondary);
    margin-top: 2.5rem !important;
    padding-right: 2rem;
    margin-right: 3rem;
}

.blogcommentsBox ul li ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: var(--bs-secondary);
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 0px;
}

.similarPosts {
    position: relative;
    width: 100%;
}

.similarPosts ul {
    padding: 0;
    width: 100%;
}

.similarPosts ul li {
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.similarPosts ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.similarPosts ul li:first-child {
    padding-top: 0;
}

.similarPosts ul li .postThumb {
    width: 100px;
    height: auto;
    position: relative;
}

.similarPosts ul li .postThumb figure {
    margin: 0;
}

.similarPosts ul li .postThumb figure img {
    max-width: 100%;
}

.similarPosts ul li .postCaps {
    position: relative;
    flex: 1;
}

.similarPosts ul li .postCaps h6 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 4px;
    font-weight: 600;
}

.blogTags {
    position: relative;
    width: 100%;
}

.blogTags ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.blogTags ul li {
    display: inline-block;
    list-style: none;
}

.blogTags ul li a {
    display: inline-flex;
    height: 36px;
    padding: 2px 14px;
    font-size: 12px;
    font-weight: 500;
    background: var(--bs-light);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all ease 0.4s;
}

.blogTags ul li a:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.blogShare {
    position: relative;
    width: 100%;
}

.blogShare ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.blogShare ul li {
    display: inline-block;
    list-style: none;
}

.blogShare ul li a {
    display: inline-flex;
    height: 40px;
    width: 40px;
    padding: 2px;
    font-size: 12px;
    font-weight: 500;
    background: var(--bs-light);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all ease 0.4s;
}

.blogShare ul li a:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

/*-------------- Inner Page Design: About Page Design ------------*/
.processIcons {
    position: relative;
    width: 100%;
}

.processIcons .Icons {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    background: var(--bs-primary-bg-subtle);
    border: 1px solid var(--bs-primary-border-subtle);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all ease 0.4s;
}

.processIcons .Icons:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: var(--bs-white);
}

.processIcons .Icons:focus {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: var(--bs-white);
}

/*-------------- Inner Page Design: Help & Center Page ------------*/
.helpCategories {
    position: relative;
    width: 100%;
    background: var(--bs-body-bg);
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    height: auto;
    display: block;
}

.helpCategories .iconlink {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.helpCategories .iconlink .icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 50%;
    background-color: var(--bs-primary-bg-subtle);
    border: 1px solid var(--bs-primary-border-subtle);
    color: var(--bs-primary);
}

.helpCategories .iconlink .link {
    display: inline-block;
    font-size: 1.2rem;
}

.helpCategories .details {
    position: relative;
    display: block;
    width: 100%;
}

.helpCategories .details .headers {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.helpCategories .details .headers .tltname {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.helpCategories .details .headers p {
    font-size: 14px;
}

.helpCategories .details .subcategories {
    display: flex;
    width: 100%;
    position: relative;
    align-items: self-start;
    justify-content: flex-start;
    gap: 10px;
}

.helpCategories .details .subcategories span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 50px;
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
}

.popularArticles {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem 1.5rem;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.6rem;
    transition: all ease 0.4s;
}

.popularArticles .descriptions {
    position: relative;
    width: 100%;
}

.popularArticles .descriptions .title {
    font-weight: 600;
    font-size: 18px;
    transition: all ease 0.4s;
}

.popularArticles .descriptions .sedc {
    margin: 0;
    transition: all ease 0.4s;
}

.popularArticles:hover, .popularArticles:focus, .popularArticles:active {
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary-border-subtle);
}

.popularArticles:hover .title, .popularArticles:focus .title, .popularArticles:active .title {
    color: var(--bs-primary);
}

.popularArticles:hover .sedc, .popularArticles:focus .sedc, .popularArticles:active .sedc {
    color: var(--bs-dark);
}

/*------------- Inner Page Design: Shopping Cart Element Design ----- */
.cartThumbnail {
    max-width: 60px;
}

#coupon-code {
    width: 250px !important;
}

.cartShoppes {
    position: relative;
    width: 100%;
}

.cartShoppes .singleCarts {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.cartShoppes .singleCarts .cartFirsty1 {
    position: relative;
    flex: 1;
}

.cartShoppes .singleCarts .cartFirsty1 .shippingType {
    height: 24px;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 50px;
    display: inline-flex;
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
    color: var(--bs-success);
    background: var(--bs-success-bg-subtle);
    font-weight: 500;
}

.cartShoppes .singleCarts .cartFirsty1 .shippingType.charegable {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.cartShoppes .singleCarts .cartFirsty1 .itemBrans {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}

.cartShoppes .singleCarts .cartFirsty1 .itemName {
    margin: 0;
}

.cartShoppes .singleCarts .cartFirsty2 {
    position: relative;
    width: auto;
}

.cartShoppes .singleCarts .cartFirsty2 .totalPrice {
    font-weight: 500;
    color: var(--bs-dark);
}

.cartShoppes .singleCarts:last-child {
    margin-bottom: 0;
}

.checkBox {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.checkBox .check {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: var(--bs-success-bg-subtle);
    color: var(--bs-success);
    font-size: 2rem;
    line-height: 1;
}

.confirmsHeads {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}

.confirmsHeads .successTitle {
    line-height: 1;
    color: var(--bs-success);
    letter-spacing: 0.1px;
    font-weight: 600;
    font-size: 2.2rem;
}

.confirmsHeads .successSubtitle {
    margin: 0;
    font-size: 20px;
    color: var(--bs-body-color);
}

.confirmsInfo {
    position: relative;
    width: 100%;
    margin-top: 3rem;
}

.confirmsInfo ul {
    padding: 0;
    width: 100%;
}

.confirmsInfo ul li {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 15px;
}

.confirmsInfo ul li:last-child {
    margin-bottom: 0;
}

.confirmsInfo ul li .headCaps {
    font-weight: 500;
    color: var(--bs-dark);
}

.confirmsInfo ul li .headCaps .success {
    margin-left: 0.3rem;
    color: var(--bs-cyan);
}

.confirmsInfo ul li .headCaps .pending {
    margin-left: 0.3rem;
    color: var(--bs-danger);
}

.bookingList {
    background: var(--bs-body-bg);
    border-radius: 0.6rem;
    height: 100%;
    display: block;
    position: relative;
    min-height: 250px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}

.bookingList:before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, 0.2);
    border-radius: 0.6rem 0.6rem 0 0;
    opacity: 1;
}

.bookingList img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0.6rem 0.6rem 0 0;
}

.bookingList .listing-details {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1;
}

.bookingList .listing-details h5 {
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 600;
}

.bookingList .listing-details h5 .verified {
    color: var(--bs-success);
    margin-right: 0.6rem;
}

/*----------------------------------------------
  User Dashboard Design
----------------------------------------------*/
.user-dashboard-inner {
    background-color: var(--bs-dashboard-bg);
}

.dashboardListgroup {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboardListgroup li {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    transition: 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
}

.dashboardListgroup li .icons {
    width: 45px;
    height: 45px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: var(--bs-light);
    border-radius: 50%;
}

.dashboardListgroup li .icons i {
    margin: 0;
    height: auto;
    line-height: 1;
}

.dashboardListgroup li .listCaps {
    flex: 1;
}

.dashboardListgroup li .listCaps strong {
    font-weight: 600;
    color: var(--bs-dark);
}

.dashboardListgroup li .listCaps .ratting {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    letter-spacing: -0.5px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 3px;
}

.dashboardListgroup li .listCaps .ratting.high {
    background-color: #1baf65;
}

.dashboardListgroup li .listCaps .ratting.mid {
    background-color: #ffc10a;
}

.dashboardListgroup li .listCaps .ratting.low {
    background-color: #db2929;
}

.dashboardListgroup li .listCaps .listing-link {
    font-weight: 600;
}

.dashboardListgroup li:last-child {
    border-bottom: none !important;
}

.dashboardListgroup.hovereffect {
    position: relative;
    transition: all ease 0.4s;
}

.dashboardListgroup.hovereffect li {
    position: relative;
    transition: all ease 0.4s;
}

.dashboardListgroup.hovereffect li:hover {
    background-color: var(--bs-light);
}

.dashboardListgroup.nospace li {
    padding: 0;
}

.bookingActivities {
    position: relative;
    width: 100%;
    padding: 1rem 0;
}

.bookingActivities .bookingTitle {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.bookingActivities .bookingTitle .titlesName {
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 500;
}

.bookingActivities .bookingTitle .titlesName .Bookscats {
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    display: inline-block;
    border-radius: 50px;
}

.bookingActivities .bookingTitle .unpaid {
    background-color: var(--bs-info-bg-subtle);
    color: var(--bs-info);
}

.bookingActivities .bookingTitle .approved {
    background-color: #e2f7e3;
    color: #4caf50;
}

.bookingActivities .bookingTitle .pending {
    background-color: #ffede7;
    color: #ff5722;
}

.bookingActivities .bookingTitle .cancelled {
    background-color: #f7dfdd;
    color: #f44336;
}

.bookingActivities .bookingDetails {
    position: relative;
    display: block;
    margin: 1rem 0;
}

.bookingActivities .bookingDetails .singledetailInfo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 7px;
}

.bookingActivities .bookingDetails .singledetailInfo .listTitle {
    margin-left: 1rem;
    font-weight: 500;
    color: var(--bs-dark);
}

.mngListings {
    position: relative;
    width: 100%;
    padding: 1rem 0;
    transition: all ease 0.4s;
}

.mngListings .mngListinfirst {
    flex: 1;
    position: relative;
}

.mngListings .mngListings-thumb {
    flex: 1;
    max-width: 200px;
}

.mngListings .mngListings-caps {
    flex: 1;
    padding: 0;
}

.mngListings .mngListings-caps .mnglstTitle {
    margin: 0 0 3px;
    font-weight: 600;
}

.mngListings .mngListings-caps .ratingView {
    padding: 4px 12px;
    background: var(--bs-warning-bg-subtle);
    border-radius: 100px;
    font-size: 13px;
}

.mngListings .mngListings-caps .ratingView i {
    color: var(--bs-warning);
    letter-spacing: 4px;
}

.singleMessageswrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5rem 1.8rem 1.5rem 2rem;
    transition: all ease 0.4s;
    border-right: 3px solid var(--bs-white);
}

.singleMessageswrap.active {
    border-color: var(--bs-primary);
}

.singleMessageswrap:hover {
    border-color: var(--bs-primary);
}

.singleMessageswrap:focus {
    border-color: var(--bs-primary);
}

.singleMessageswrap .messagesAvatar {
    position: relative;
    border-radius: 50%;
}

.singleMessageswrap .messagesAvatar .userStatus {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    bottom: 14px;
    background: var(--bs-dark);
    box-shadow: 0px 0px 0px 3px rgba(2, 2, 2, 0.2);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(2, 2, 2, 0.2);
}

.singleMessageswrap .messagesAvatar .userStatus.online {
    background-color: var(--bs-success);
    box-shadow: 0px 0px 0px 3px var(--bs-success-bg-subtle);
    -webkit-box-shadow: 0px 0px 0px 3px var(--bs-success-bg-subtle);
}

.singleMessageswrap .messagesAvatar .userStatus.busy {
    background-color: var(--bs-info);
    box-shadow: 0px 0px 0px 3px var(--bs-info-bg-subtle);
    -webkit-box-shadow: 0px 0px 0px 3px var(--bs-info-bg-subtle);
}

.singleMessageswrap .messagesAvatar .userStatus.offline {
    background-color: var(--bs-danger);
    box-shadow: 0px 0px 0px 3px var(--bs-danger-bg-subtle);
    -webkit-box-shadow: 0px 0px 0px 3px var(--bs-danger-bg-subtle);
}

.singleMessageswrap .singleMessages {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.singleMessageswrap .singleMessages .messagesInfo {
    flex: 1;
    position: relative;
}

.singleMessageswrap .singleMessages .messagesInfo .messageuserTitle {
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.singleMessageswrap .singleMessages .messagesInfo .unread {
    font-weight: 500;
    font-size: 12px;
    height: 24px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary-bg-subtle);
    border-radius: 100px;
    color: var(--bs-primary);
}

.chatboxWraper {
    position: relative;
    border-radius: 0.8rem;
    overflow: hidden;
    width: 100%;
    background-color: var(--bs-white);
}

.chatboxWraper .chatboxHeader {
    position: relative;
    padding: 3rem 0;
    width: 100%;
    text-align: center;
}

.chatboxWraper .chatboxHeader .chatAvatar {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.chatboxWraper .chatboxHeader .chatAvatar figure {
    margin: 0 0 0.8rem;
    padding: 0.3rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.chatboxWraper .chatboxHeader .chaterInfo {
    position: relative;
    z-index: 1;
    width: 100%;
}

.chatboxWraper .chatboxHeader .chaterInfo .chatterTitle {
    font-size: 16px;
    margin-bottom: 0.2rem;
}

.chatboxWraper .chatboxHeader .chaterInfo .subtitle {
    margin: 0;
    opacity: 0.77;
}

.chatboxWraper .chatboxHeader .close {
    position: absolute;
    z-index: 1;
    top: 1rem;
    font-size: 1.5rem;
    left: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.21);
    color: var(--bs-white);
    transition: all ease 0.4s;
}

.chatboxWraper .chatboxHeader .close:hover {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

.chatboxWraper .chatboxHeader .close:focus {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

.chatboxWraper .chatboxHeader .close:active {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

.chatboxWraper #chat-messages {
    width: calc(100% + 17px);
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 20px;
    transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
}

.chatboxWraper #chat-messages label {
    color: #aab8c2;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    margin: 15px 0;
    width: 100%;
    display: block;
}

.chatboxWraper #chat-messages .message {
    padding: 0 58px 30px 0;
    clear: both;
    margin-bottom: 45px;
}

.chatboxWraper #chat-messages .message img {
    float: right;
    margin-right: -38px;
    border-radius: 50%;
    width: 30px;
    margin-top: 12px;
}

.chatboxWraper #chat-messages .message .bubble {
    background: var(--bs-light);
    font-size: 13px;
    font-weight: 500;
    padding: 12px 13px;
    border-radius: 5px 5px 5px 0px;
    color: var(--bs-muted);
    position: relative;
    float: right;
}

.chatboxWraper #chat-messages .message .bubble .corner {
    background: url(../../../../../s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bubble-corner.png) 0 0 no-repeat;
    position: absolute;
    width: 7px;
    height: 7px;
    right: -5px;
    bottom: 0;
}

.chatboxWraper #chat-messages .message .bubble span {
    color: #aab8c2;
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: -22px;
}

.chatboxWraper #chat-messages .message.left {
    padding: 0 0 30px 58px;
    margin-left: -19px;
    margin-right: 19px;
}

.chatboxWraper #chat-messages .message.left img {
    float: left;
    margin-right: 0;
    margin-left: -38px;
}

.chatboxWraper #chat-messages .message.left .bubble {
    float: left;
    border-radius: 5px 5px 0px 5px;
}

.chatboxWraper #chat-messages .message.left .bubble .corner {
    background: url(../../../../../s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bubble-cornerR.png) 0 0 no-repeat;
    right: auto;
    left: -5px;
}

.chatboxWraper .chatfooter {
    position: relative;
    height: 65px;
    border-top: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    width: 100%;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 0 0.7rem;
}

.chatboxWraper .chatfooter .chatAdder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.chatboxWraper .chatfooter .chatAdder #add {
    border: none;
    font-size: 22px;
    background: transparent;
    color: #aab8c2;
    opacity: 0.6;
    transition: all ease 0.4s;
}

.chatboxWraper .chatfooter .chatAdder #add:hover {
    opacity: 1;
}

.chatboxWraper .chatfooter .chatAdder #add:focus {
    opacity: 1;
}

.chatboxWraper .chatfooter .chatAdder #add:active {
    opacity: 1;
}

.chatboxWraper .chatfooter .chatAdder #gif {
    border: none;
    font-size: 22px;
    background: transparent;
    color: #aab8c2;
    opacity: 0.6;
    transition: all ease 0.4s;
}

.chatboxWraper .chatfooter .chatAdder #gif:hover {
    opacity: 1;
}

.chatboxWraper .chatfooter .chatAdder #gif:focus {
    opacity: 1;
}

.chatboxWraper .chatfooter .chatAdder #gif:active {
    opacity: 1;
}

.chatboxWraper .chatfooter .sendmessage {
    position: relative;
    flex: 1;
}

.chatboxWraper .chatfooter .sendmessage .form-control {
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #aab8c2;
}

.chatboxWraper .chatfooter .sendmessage #send {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all ease 0.4s;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary-border-subtle);
}

.chatboxWraper .chatfooter .sendmessage #send:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.chatboxWraper .chatfooter .sendmessage #send:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.chatboxWraper .chatfooter .sendmessage #send:active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.singleReviewswrap {
    position: relative;
    width: 100%;
    padding: 1rem 0;
}

.singleReviewswrap .singlereviews {
    position: relative;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.singleReviewswrap .singlereviews .reviewerAvatar {
    position: relative;
    width: auto;
}

.singleReviewswrap .singlereviews .reviewsInfo {
    flex: 1;
    width: auto;
    position: relative;
}

.singleReviewswrap .singlereviews .reviewsInfo .reviewssupper {
    width: 100%;
}

.singleReviewswrap .singlereviews .reviewsInfo .reviewssupper .reviewrHeadline {
    position: relative;
    width: auto;
}

.singleReviewswrap .singlereviews .reviewsInfo .reviewssupper .reviewrHeadline .messageuserTitle {
    margin: 0;
    font-weight: 600;
}

.singleReviewswrap .singlereviews .reviewsInfo .reviewssupper .reviewsStar {
    background: var(--bs-warning-bg-subtle);
    font-size: 13px;
    height: 26px;
    padding: 2px 12px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-warning);
    letter-spacing: 4px;
}

.dropzone.dz-clickable {
    border: 2px dashed var(--bs-border-color);
    border-radius: 0.5rem;
    margin-bottom: 0.4rem;
    transition: all ease 0.4s;
}

.dropzone.dz-clickable i {
    font-size: 2rem;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-muted);
}

.dropzone.dz-clickable .dz-default.dz-message {
    margin: 1rem 0;
    color: var(--bs-muted);
}

.dropzone.dz-clickable:hover {
    border-color: var(--bs-primary-border-subtle);
}

.dropzone.dz-clickable:hover i {
    color: var(--bs-primary);
}

.dropzone.dz-clickable:hover .dz-default.dz-message {
    color: var(--bs-primary);
}

/*--------------------------------------------------
Footer Style
---------------------------------------------------*/
.subscribeForm {
    width: 100%;
    display: block;
}

.subscribeForm .inputGroup {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 50px;
}

.subscribeForm .inputGroup .form-control {
    height: 54px;
    font-size: 16px;
    background: transparent;
    border: none;
    color: var(--bs-white);
}

.subscribeForm .inputGroup .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.subscribeForm .inputGroup .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.subscribeForm .inputGroup .btn {
    height: 54px;
    border-radius: 50px;
    padding: 0 2.3rem;
    font-weight: 500;
    font-size: 15px;
}

/*-------------- Footer Style: Start Footer -------------*/
footer {
    z-index: 1;
    font-size: 0.9rem;
    position: relative;
    background: var(--bs-body-bg);
    padding: 4.5rem 0 !important;
}

footer .footer-widget {
    padding: 0px;
}

footer .footer-widget .footerLogo {
    width: 100%;
    margin-bottom: 1.4rem;
}

footer .footer-widget .footerLogo img {
    max-width: 150px;
}

footer .footer-widget .footerText {
    width: 100%;
}

footer .footer-widget .footerText p {
    color: var(--bs-body-color);
}

footer .footer-widget .widget-title {
    margin-bottom: 20px;
    font-size: 12px;
    color: var(--headingColor);
    font-weight: 500;
    text-transform: uppercase;
}

footer .footer-widget ul {
    padding: 0;
    margin: 0;
}

footer .footer-widget ul li {
    list-style: none;
    margin-top: 0.75rem;
    display: block;
}

footer .footer-widget ul li a {
    color: var(--bs-body-color);
    font-size: 0.9rem;
    font-weight: 400;
}

footer .footer-widget ul li a:hover {
    color: var(--bs-primary);
}

footer .footer-widget ul li a:focus {
    color: var(--bs-primary);
}

footer .footer-widget ul li a:hactive {
    color: var(--bs-primary);
}

footer .footer-widget ul li p {
    color: var(--bs-body-color);
    font-size: 13px;
}

footer .footer-widget .contactInfowrap {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    width: 100%;
}

footer .footer-widget .contactInfowrap .singleinfo {
    width: 100%;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

footer .footer-widget .contactInfowrap .singleinfo .icons {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer .footer-widget .contactInfowrap .singleinfo .caps {
    flex: 1;
    width: auto;
}

footer .footer-widget .contactInfowrap .singleinfo .caps .title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

footer .footer-widget .contactInfowrap .singleinfo .caps .subs {
    margin: 0;
}

footer .footer-widget .footerSocialwrap {
    display: block;
    width: 100%;
    margin-top: 1rem;
}

footer .footer-widget .footerSocialwrap .footersocial {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 0.7rem;
    column-gap: 0.7rem;
    flex-wrap: wrap;
    row-gap: 0.6rem;
    margin: 0;
    padding: 0;
}

footer .footer-widget .footerSocialwrap .footersocial li {
    display: inline-block;
    list-style: none;
}

footer .footer-widget .footerSocialwrap .footersocial li .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 13px;
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary-border-subtle);
    color: var(--bs-primary);
    transition: all ease 0.4s;
}

footer .footer-widget .footerSocialwrap .footersocial li .social-link img {
    width: 20px;
}

footer .footer-widget .footerSocialwrap .footersocial li .social-link i {
    font-size: 20px;
}

footer .footer-widget .footerSocialwrap .footersocial li .social-link:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

footer .footer-widget .footerSocialwrap .footersocial li .social-link:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

footer .footer-widget .footerSocialwrap .footersocial li .social-link:active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

footer.skin-dark-footer {
    background: var(--bs-dark);
}

footer.skin-dark-footer .footer-widget .widget-title {
    color: var(--bs-white);
}

footer.skin-dark-footer .footer-widget ul li a {
    color: rgba(250, 250, 250, 0.7);
}

footer.skin-dark-footer .footer-widget ul li a:hover {
    color: var(--bs-white);
}

footer.skin-dark-footer .footer-widget ul li a:focus {
    color: var(--bs-white);
}

footer.skin-dark-footer .footer-widget .footerText p {
    color: rgba(250, 250, 250, 0.7);
}

footer.skin-dark-footer .contactInfowrap {
    width: 100%;
}

footer.skin-dark-footer .contactInfowrap .singleinfo {
    width: 100%;
}

footer.skin-dark-footer .contactInfowrap .singleinfo .icons {
    background: rgba(255, 255, 255, 0.05);
    color: var(--bs-primary);
}

footer.skin-dark-footer .contactInfowrap .singleinfo .caps {
    flex: 1;
}

footer.skin-dark-footer .contactInfowrap .singleinfo .caps .title {
    color: rgba(250, 250, 250, 0.7);
}

footer.skin-dark-footer .contactInfowrap .singleinfo .caps .subs {
    color: rgba(250, 250, 250, 0.5);
}

footer.skin-dark-footer .footer-widget .footerSocialwrap {
    margin-top: 1rem;
}

footer.skin-dark-footer .footer-widget .footerSocialwrap .footersocial {
    display: flex;
}

footer.skin-dark-footer .footer-widget .footerSocialwrap .footersocial li {
    display: inline-block;
}

footer.skin-dark-footer .footer-widget .footerSocialwrap .footersocial li .social-link {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--bs-white);
}

footer.skin-dark-footer .footer-widget .footerSocialwrap .footersocial li .social-link:hover {
    background-color: var(--bs-white);
    border-color: var(--bs-white);
    -webkit-transform: scale(1.2);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
    /*color: var(--bs-primary);*/
}

footer.skin-dark-footer .footer-widget .footerSocialwrap .footersocial li .social-link:focus {
    background-color: var(--bs-white);
    border-color: var(--bs-white);
    color: var(--bs-primary);
}

footer.skin-dark-footer .footer-widget .footerSocialwrap .footersocial li .social-link:active {
    background-color: var(--bs-white);
    border-color: var(--bs-white);
    color: var(--bs-primary);
}

/*--------------------------------------------------
Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
    .height-10 {
        height: 10vh;
    }

    .height-20 {
        height: 20vh;
    }

    .height-30 {
        height: 30vh;
    }

    .height-40 {
        height: 40vh;
    }

    .height-50 {
        height: 50vh;
    }

    .height-60 {
        height: 60vh;
    }

    .height-70 {
        height: 70vh;
    }

    .height-80 {
        height: 80vh;
    }

    .height-90 {
        height: 90vh;
    }

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

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 750px;
    }
}

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

    .offcanvas.largeshow {
        position: relative;
        visibility: visible;
        border: none;
        z-index: 1;
        transform: translateX(0%) !important;
    }

    .searchingSidebar .offcanvas-header {
        display: none;
    }

    .searchingSidebar .searchInner {
        padding: 1.5rem;
        border: 1px solid var(--bs-border-color);
        border-radius: 0.6rem;
    }
}

@media (min-width: 993px) {
    a.mobNavigation {
        display: none;
    }

    .filterOptions-wrap .dropdown-menu {
        min-width: 600px;
    }

    .inline-top-filter-wrap .container-fluid,
    .header .container-fluid,
    footer .container-fluid {
        padding: 0 2rem;
    }

    .viewjob.sticky {
        position: sticky;
        position: -webkit-sticky;
        top: 100px;
    }

    .head-shadow {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    }

    .header.head-border {
        border-bottom: 1px solid var(--bs-border-color);
    }

    .hero-header {
        min-height: 650px;
        padding: 7rem 0;
    }

    div#MobNav {
        display: block;
    }

    a.mobNavigation {
        display: none;
    }

    .header.header-fixed {
        background: var(--bs-body-bg);
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        transition: 0.2s ease-in;
        animation-duration: 0.5s;
        animation-name: slideInDown;
        box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
        -webkit-box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
    }

    .header.header-light.head-fixed {
        position: fixed;
        z-index: 99;
        width: 100%;
        transition: none !important;
        border-bottom: 1px solid var(--bs-border-color);
        animation-name: none !important;
    }

    .filter_search_opt {
        display: none;
    }

    .header.header-transparent {
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        z-index: 4;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .change-logo .nav-brand.fixed-logo {
        display: none;
    }

    .change-logo.header-fixed .nav-brand.fixed-logo {
        display: block;
    }

    .change-logo.header-fixed .nav-brand.static-logo {
        display: none;
    }

    .header.header-transparent.header-fixed {
        border-bottom: 1px solid var(--bs-border-color);
        background: var(--bs-body-bg);
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        transition: 0.2s ease-in;
        animation-duration: 0.5s;
        animation-name: slideInDown;
    }

    /*------------ Header Theme Style -------------*/
    .header.header-transparent.theme.header-fixed {
        background: var(--bs-primary);
        border-color: var(--bs-primary);
    }

    .header.header-theme {
        background: var(--bs-primary);
        border-color: var(--bs-primary);
    }

    .header.header-dark {
        background: var(--bs-dark);
        border-color: var(--bs-dark);
    }

    .header.header-transparent.dark.header-fixed {
        background: var(--bs-dark);
        border-color: var(--bs-dark);
    }

    .header.header-transparent .nav-brand,
    .header.header-transparent .nav-brand:focus,
    .header.header-transparent .nav-brand:hover,
    .header.header-transparent .nav-menu > li > a {
        color: var(--bs-white);
    }

    .header.header-transparent.nav-dark .nav-brand,
    .header.header-transparent.nav-dark .nav-brand:focus,
    .header.header-transparent.nav-dark .nav-brand:hover,
    .header.header-transparent.nav-dark .nav-menu > li > a {
        color: var(--bs-nav-color);
    }

    .header.header-transparent .submenu-indicator-chevron {
        border-color: transparent var(--bs-white) var(--bs-white) transparent;
    }

    .header.header-transparent.nav-dark .submenu-indicator-chevron {
        border-color: transparent var(--bs-nav-color) var(--bs-nav-color) transparent;
    }

    .header.header-transparent .nav-submenu .submenu-indicator-chevron,
    .header.header-transparent.header-fixed .nav-submenu .submenu-indicator-chevron {
        border-color: transparent var(--bs-nav-color) var(--bs-nav-color) transparent;
    }

    .header.header-theme .nav-submenu .submenu-indicator-chevron,
    .header.header-theme.header-fixed .nav-submenu .submenu-indicator-chevron {
        border-color: transparent var(--bs-nav-color) var(--bs-nav-color) transparent;
    }

    .header.header-transparent.header-fixed .nav-brand,
    .header.header-transparent.header-fixed .nav-brand:focus,
    .header.header-transparent.header-fixed .nav-brand:hover,
    .header.header-transparent.header-fixed .nav-menu > li > a {
        color: var(--bs-white);
    }

    .header.header-transparent.nav-dark.header-fixed .nav-brand,
    .header.header-transparent.nav-dark.header-fixed .nav-brand:focus,
    .header.header-transparent.nav-dark.header-fixed .nav-brand:hover,
    .header.header-transparent.nav-dark.header-fixed .nav-menu > li > a {
        color: var(--bs-nav-color);
    }

    .header.header-transparent.header-fixed .submenu-indicator-chevron {
        border-color: transparent var(--bs-white) var(--bs-white) transparent;
    }

    .header.header-transparent.nav-dark.header-fixed .submenu-indicator-chevron {
        border-color: transparent var(--bs-nav-color) var(--bs-nav-color) transparent;
    }

    .header.header-theme .nav-brand,
    .header.header-theme .nav-brand:focus,
    .header.header-theme .nav-brand:hover,
    .header.header-theme .nav-menu > li > a {
        color: var(--bs-white);
    }

    .header.header-dark .nav-brand,
    .header.header-dark .nav-brand:focus,
    .header.header-dark .nav-brand:hover,
    .header.header-dark .nav-menu > li > a {
        color: var(--bs-white);
    }

    .submenu-indicator-chevron {
        border-color: transparent var(--bs-nav-color) var(--bs-nav-color) transparent;
    }

    .header.header-theme .submenu-indicator-chevron {
        border-color: transparent var(--bs-white) var(--bs-white) transparent;
    }

    .header.header-theme .nav-menu > .active > a,
    .header.header-theme .nav-menu > .focus > a,
    .header.header-theme .nav-menu > li:hover > a,
    .header.header-transparent.theme.header-fixed .nav-menu > .active > a,
    .header.header-transparent.theme.header-fixed .nav-menu > .focus > a,
    .header.header-transparent.theme.header-fixed .nav-menu > li:hover > a,
    .header.header-transparent.dark.header-fixed .nav-menu > .active > a,
    .header.header-transparent.dark.header-fixed .nav-menu > .focus > a,
    .header.header-transparent.dark.header-fixed .nav-menu > li:hover > a {
        color: var(--bs-white) !important;
    }

    .header.header-theme .nav-menu > .active > a .submenu-indicator-chevron,
    .header.header-theme .nav-menu > .focus > a .submenu-indicator-chevron,
    .header.header-theme .nav-menu > li:hover > a .submenu-indicator-chevron,
    .header.header-transparent.theme .nav-menu > .active > a .submenu-indicator-chevron,
    .header.header-transparent.theme .nav-menu > .focus > a .submenu-indicator-chevron,
    .header.header-transparent.theme .nav-menu > li:hover > a .submenu-indicator-chevron,
    .header.header-transparent.dark .nav-menu > .active > a .submenu-indicator-chevron,
    .header.header-transparent.dark .nav-menu > .focus > a .submenu-indicator-chevron,
    .header.header-transparent.dark .nav-menu > li:hover > a .submenu-indicator-chevron {
        border-color: transparent var(--bs-white) var(--bs-white) transparent;
    }

    .nav-submenu .submenu-indicator-chevron {
        border-color: transparent var(--bs-nav-color) var(--bs-nav-color) transparent;
    }

    .sec-heading h2 {
        font-size: 35px;
        line-height: 1.4;
        font-weight: 800;
    }

    .header.header-dark .submenu-indicator-chevron {
        border-color: rgba(0, 0, 0, 0) var(--bs-white) var(--bs-white) rgba(0, 0, 0, 0);
    }

    .header.header-dark.header-fixed .submenu-indicator-chevron {
        border-color: rgba(0, 0, 0, 0) var(--bs-white) var(--bs-white) rgba(0, 0, 0, 0);
    }

    .header.header-dark.header-fixed .submenu-indicator-chevron {
        border-color: rgba(0, 0, 0, 0) var(--bs-white) var(--bs-white) rgba(0, 0, 0, 0);
    }

    .header.header-dark .nav-submenu .submenu-indicator-chevron,
    .header.header-dark.header-fixed .nav-submenu .submenu-indicator-chevron {
        border-color: rgba(0, 0, 0, 0) var(--bs-nav-color) var(--bs-nav-color) rgba(0, 0, 0, 0);
    }

    .header.header-light .nav-menu > .active > a,
    .header.header-light .nav-menu > .active > a,
    .header.header-light .nav-menu > li:focus > a,
    .header.header-light .nav-menu > li:hover > a,
    .header.header-light.header-fixed .nav-menu > .active > a,
    .header.header-light.header-fixed .nav-menu > li:focus > a,
    .header.header-light.header-fixed .nav-menu > li:hover > a {
        color: var(--bs-primary);
    }

    .header.header-light .nav-menu > .active > a .submenu-indicator-chevron,
    .header.header-light .nav-menu > .focus > a .submenu-indicator-chevron,
    .header.header-light .nav-menu > li:hover > a .submenu-indicator-chevron {
        border-color: transparent var(--bs-primary) var(--bs-primary) transparent;
    }

    .mobile_nav {
        display: none;
    }

    .hero-header {
        min-height: 650px;
        padding: 120px 0 120px;
    }

    .hero-header.full-height {
        min-height: 650px;
        padding: 130px 0 56px;
    }

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 700px;
    }

    .splashBanner .explose {
        padding-top: 80px;
    }
}

@media (min-width: 1024px) {
    .hero-header h1 {
        font-size: 2.8em;
        line-height: 1.31818182em;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }

    .headline {
        font-size: 2.6rem;
    }

    .h1,
    h1 {
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2.5rem;
    }

    .hero-header {
        min-height: 700px;
        padding: 120px 0 120px;
    }

    .hero-header.full-height {
        min-height: 750px;
        padding: 130px 0 56px;
    }

    .hero-header h1 {
        font-size: 3.4em;
        line-height: 1.31818182em;
    }

    .hero-header .subtitle {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1500px) {
    .headline {
        font-size: 3rem;
    }

    .h1,
    h1 {
        font-size: 3.4rem;
    }

    .h2,
    h2 {
        font-size: 2.8rem;
    }

    .fs-1 {
        font-size: 3.5rem !important;
    }

    .fs-2 {
        font-size: 2.2rem !important;
    }

    .hero-banner {
        padding: 7em 0 7em;
    }

    .hero-header h1 {
        font-size: 4em;
        line-height: 1.31818182em;
    }

    .carousel-inner .carousel-item {
        padding: 6rem 0;
        height: 100vh;
        min-height: 650px;
    }

    .hero-header {
        min-height: 750px;
        height: 100vh;
        padding: 170px 0 170px;
    }

    .hero-header.full-height {
        min-height: 750px;
        height: 100vh;
        padding: 180px 0 106px;
    }

    .xl-heading {
        font-size: 4em;
        line-height: 1.31818182em;
    }
}

@media (max-width: 1200px) {
    .hero-banner {
        padding: 6em 0 6em;
    }
}

@media (max-width: 992px) {
    .nav-menu.nav-menu-social {
        display: none;
    }

    .header {
        padding: 10px 0;
    }

    .account-drop .dropdown-menu ul li {
        margin-right: 0;
    }

    .nav-header {
        display: flex;
        align-items: center;
        float: right;
        width: 100%;
    }

    .navigation-portrait .nav-brand {
        margin-right: 0px;
        flex: 1;
        margin-top: 0;
    }

    .nav-menu > li .nav-dropdown {
        box-shadow: none;
        padding: 0;
    }

    .nav-menu > li > .nav-dropdown:before {
        display: none;
    }

    .footer-widget {
        padding-top: 0;
    }

    footer.dark-footer,
    footer.skin-light-footer,
    footer.skin-dark-footer {
        padding-top: 60px;
    }

    ul.mobile_nav.dhsbrd {
        margin: 0;
    }

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

    .dashboard-wrap {
        padding: 1.5rem !important;
    }

    .dashboard-content {
        padding: 0rem;
        margin: 0;
        flex: auto;
    }

    .dashboard-wrap #MobNav,
    .dashboard-wrap #MobNav {
        width: 100%;
    }

    .dashboard-nav {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 0px;
        margin-bottom: 1rem;
        overflow: auto;
        flex: auto !important;
        height: auto !important;
    }

    .map-banner-wrap {
        height: 100%;
        top: 0;
    }

    .map-banner-wrap .map-right-box {
        float: initial;
    }

    .map-banner-wrap .map-right-box .flt-wrap {
        float: initial;
        width: 100%;
        position: relative;
    }

    .map-banner-wrap .map-right-box .flt-wrap .home-map-container.fw-map {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        z-index: 1;
        overflow: hidden;
    }

    .map-banner-wrap .map-right-box .flt-wrap .home-map-container.fw-map #map-main {
        position: relative;
        top: 0;
        right: 0;
        height: 400px;
        width: 100%;
        z-index: 1;
        overflow: hidden;
    }

    .map-banner-wrap .map-content-wrap {
        width: 100%;
        min-height: auto;
        float: initial;
    }

    .map-banner-wrap .map-content-wrap .map-content-bxo {
        padding: 1.5rem 1em 0;
    }

    .map-banner-wrap .map-content-wrap .map-content-list {
        padding: 0 1rem 1.5rem;
    }

    table {
        border: 0;
    }

    .table tr th,
    .table tr td {
        padding: 12px 10px;
        vertical-align: middle;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 2px solid var(--bs-border-color);
        display: block;
        margin-bottom: 0.625em;
    }

    table td {
        border-bottom: 1px solid var(--bs-border-color);
        display: block;
        text-align: left;
    }

    table td::before {
        content: attr(data-label);
        float: right;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .heroSearch.rounded-search {
        border-radius: 0.4rem !important;
    }

    .cartThumbnail {
        display: none;
    }

    .rd-days tr {
        border: none;
        margin-bottom: 0;
    }

    .rd-days td {
        display: table-cell;
        border: none !important;
        padding: 0 !important;
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 991px) {
    a.nav-brand.static-logo {
        display: none;
    }

    .heroSearch .form-control {
        border: 1px solid var(--bs-border-color) !important;
    }

    .heroSearch .no-border .select2-container .select2-selection--multiple,
    .heroSearch .no-border .select2-container .select2-selection--single {
        border: 1px solid var(--bs-border-color) !important;
    }

    .heroSearch .side-border,
    .heroSearch .single-border {
        border: none !important;
    }

    .heroSearch .mobSearch .form-control {
        border: none !important;
    }

    .mobSearch {
        border: 1px solid var(--bs-border-color);
        border-radius: 0.375rem;
    }

    .filterButtons {
        height: 52px;
        width: 100%;
        background: var(--bs-primary-bg-subtle);
        border-top: 1px solid var(--bs-primary-border-subtle);
        color: var(--bs-primary);
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filterButtons i {
        margin-left: 0.8rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        line-height: 28px;
        font-size: 22px;
    }

    .fs-mob {
        font-size: 1rem !important;
    }

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

    .footer-bottom .job-info-count-group {
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .mob-full {
        width: 100%;
    }

    .devider-text {
        font-size: 12px;
    }

    #loginmodal .social-login .row .col {
        padding: 0 2px;
    }

    .search-wrap .fliore .nav-tabs.medium .nav-link {
        padding: 0.8rem 0.8rem;
    }

    .card-header.nds-block {
        display: block !important;
    }

    .bs-stepper .step-trigger {
        padding-top: 0px;
    }

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

    .nav-brand img {
        max-width: 135px;
        position: relative;
    }

    .mobSearch {
        border: 1px solid var(--bs-border-color);
        border-radius: 0.375rem;
    }

    .heroSearch .mobSearch .form-control {
        border: none !important;
    }

    .mousedrop {
        display: none;
    }

    .mngListings .mngListinfirst,
    .mngListings .mngListings-caps {
        flex: auto;
    }

    .mngListings .mngListings-thumb {
        flex: auto;
        max-width: 100%;
    }

    .blogcommentsBox ul li .singleComments .blogavatar {
        display: none;
    }

    .blogcommentsBox ul li ul li {
        margin-top: 2rem !important;
        padding-right: 1rem;
        margin-right: 1rem;
    }

    .secHeading-wrap .sectionHeading {
        font-size: 1.4rem;
    }

    .secHeading-wrap p {
        font-size: 1rem;
    }

    .secHeading-wrap .sectionHeading:before {
        display: none;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
    }

    .singlelisting-item .listing-top-item {
        min-height: 250px;
    }

    .navigation-portrait .mobile_nav {
        margin-left: 30px;
    }

    .filterButton .filterFlex .btn {
        font-size: 12px;
        padding: 8px 9px;
    }

    .filterButton .dropdown-menu.show {
        min-width: 300px;
    }

    .filterOptions-wrap .card .card-body {
        padding: 1rem 0.8rem !important;
    }

    .hide-mob {
        display: none;
    }

    .singlelisting-item .listing-footer-item .catdWraps .catIcon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .singlelisting-item .listing-footer-item .catdWraps .catTitle {
        font-size: 13px;
        font-weight: 500;
    }

    .singlelisting-item .listing-footer-item .listing-shares .smallLinks {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .bookingActivities .bookingTitle .titlesName {
        font-size: 15px;
    }

    .singleMessageswrap .singleMessages .messagesInfo {
        flex: auto;
    }

    .singleReviewswrap .singlereviews {
        flex-wrap: wrap;
    }

    .singleReviewswrap .singlereviews .reviewsInfo {
        flex: auto;
    }

    .allreviewsLists .singlereviews .replyReviews {
        padding-right: 0.5rem;
        margin-right: 0.5rem;
    }

    .singleMessageswrap {
        padding: 1rem 1rem 1rem 1rem;
    }

    .singleMessageswrap .singleMessages {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .filterOptions-wrap .dropdown-menu {
        min-width: 300px;
    }

    .infoBox {
        width: 280px !important;
    }
}

@media (max-width: 600px) {
    .cols-4 .carousel-cell {
        width: 100%;
    }

    .search-wrap .nav-pills.medium .nav-link {
        padding: 0.6rem 0.8rem;
        margin-left: 6px;
        font-size: 12px;
    }

    .btn-lg {
        padding: 1em 2em;
        height: auto;
        font-size: 1.1em;
    }

    .nav-brand img {
        max-width: 120px;
        position: relative;
    }

    h1 {
        font-size: 22px;
    }

    .circle .categoryBox {
        border-radius: 0.6rem;
    }

    .circle .categoryBox img {
        border-radius: 0.6rem;
    }

    .listCaption .list-features {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .nav-brand {
        padding-left: 0px;
    }

    .btn-flip-icon {
        position: absolute;
        right: 50%;
        top: 100%;
        transform: translate(-50%, -50%);
        margin-top: 0.5rem;
    }

    .nav-brand img {
        max-width: 110px;
        position: relative;
    }

    footer .position-absolute.bottom-0.start-0 img {
        width: 100%;
    }

    .footer-widget {
        padding-top: 0;
    }

    .other-store-app {
        padding: 0.7rem 0.3rem !important;
    }

    .other-store-app .os-app-caps .fs-6 {
        font-size: 0.88rem !important;
    }

    .other-store-app .os-app-caps .text-sm {
        font-size: 10px !important;
    }

    .nav.nav-pills.small .nav-link {
        padding: 0.5rem 0.6rem;
        font-size: 10px;
    }
}

/*# sourceMappingURL=style.css.map */

.crds-desc a {
    color: rgb(247, 247, 247);
}

.crds-desc a:hover {
    color: var(--bs-highlight-bg);
}

.crds-desc li img {
    width: 18px;
}

/*SpotLight*/
.spl-title {
    font-family: Vazir-Regular-FD, sans-serif;
    font-weight: 500;
    text-align: left;
}

.spl-title {
    text-align: right;
}

.spl-description {
    font-family: Vazir-Regular-FD, sans-serif;
    text-align: left;
    font-size: 14px;
}

.spl-description {
    text-align: right;
}

.owl-carousel.galleryslide.spotlight-group .owl-item {
    max-height: 500px;
}

.btn-floating {
    position: fixed;
    right: 1.25rem;
    bottom: 1.45rem;
    z-index: 9999;
    animation: 1.5s linear 0s infinite normal pulse;
}

.btn-floating-telegram {
    position: fixed;
    right: 1.25rem;
    bottom: 1.45rem;
    z-index: 9999;
    animation: 1.5s linear 0s infinite normal pulse-telegram;
}

.btn-floating-whatsapp {
    position: fixed;
    right: 1.25rem;
    bottom: 1.45rem;
    z-index: 9999;
    animation: 1.5s linear 0s infinite normal pulse-whatsapp;
}

/*.map-platform {*/
/*    background-color: #fff;*/
/*    width: auto;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    border-radius: var(--bs-border-radius) !important;*/
/*    border: 1px #eee solid;*/
/*    box-shadow: var(--bs-box-shadow-sm);*/
/*    margin-top: .5rem;*/
/*    margin-left: .2rem;*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*}*/

.catalogThumb img {
    height: 250px;
    width: 100% !important;
    object-fit: contain;
}

#gallery ul li img {
    max-height: 250px;
}

.blogDetails a {
    color: var(--bs-primary-text-emphasis);
}

/* From Uiverse.io by elijahgummer */
.button-with-icon {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0f988e;
    letter-spacing: 1px;
    padding: 0 12px;
    text-align: center;
    width: auto;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 3px;
    outline: none;
    user-select: none;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 10px;
    transform: translateY(0px);
    position: relative;
    box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 1px 20px rgba(0, 0, 0, 0),
    0 3px 0 #0f988e,
    0 3px 2px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: black;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    transition: 150ms all ease-in-out;
}

.button-with-icon:hover, .button-with-icon:active, .button-with-icon:focus {
    color: black;
}

.button-with-icon .svgShapeGoogle, .button-with-icon .svgShapeBalad, .button-with-icon .svgShapeNeshan {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    transition: all 0.5s ease-in-out;
}

.button-with-icon:active {
    transform: translateY(-3px);
    box-shadow: inset 0 16px 2px -15px rgba(0, 0, 0, 0),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 20px rgba(0, 0, 0, 0.1),
    0 0 0 #0f988e,
    0 0 0 2px rgba(255, 255, 255, 0.5),
    0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(0, 0, 0, 0);
}

.button-with-icon:hover .text {
    transform: translateX(-80px);
}

.button-with-icon:hover .text2 {
    transform: translateX(-100px);
}

.button-with-icon:hover .svgShapeGoogle {
    transform: translate(-35px);
    background: transparent;
}

.button-with-icon:hover .svgShapeBalad {
    transform: translate(-38px);
    background: transparent;
}

.button-with-icon:hover .svgShapeNeshan {
    transform: translate(-45px);
    background: transparent;
}

.text, .text2 {
    transition: all 0.5s ease-in-out;
}

/*======================================= Toastr ===============================================================*/

.toast-title {
    font-weight: bold;
    text-align: right
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: right
}

.toast-message a,
.toast-message label {
    color: #ffffff;
}

.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    left: -0.3em;
    top: -0.3em;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}

#toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 50px 15px 15px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
}

#toast-container > div:hover {
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 50px 8px 8px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        left: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 50px 8px 8px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        left: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 50px 15px 15px;
        width: 25em;
    }
}

.toast {
    background-color: #886ab5;
    background-image: none !important;
}

.toast:before {
    content: "\f05a";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.8rem;
    right: 1rem;
    top: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toast-success {
    background-color: #1ab3a3;
}

.toast-success:before {
    content: "\f2f7";
}

.toast-error {
    background-color: #fd3995;
}

.toast-error:before {
    content: "\f2f0";
}

.toast-info {
    background-color: #2196F3;
}

.toast-info:before {
    content: "\f05a";
}

.toast-warning {
    background-color: #ffb20e;
}

.toast-warning > div,
.toast-warning .toast-close-button {
    color: #000;
}

.toast-warning:before {
    content: "\f071";
    color: #000;
}

#toast-container > .toast {
    padding: 1rem 3.5rem 1rem 1rem;
    border-radius: 4px;
    background-image: none !important;
    width: 22rem;
    opacity: 0.9;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#toast-container > .toast:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.toast-close-button {
    top: -0.7em;
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > .toast {
        width: 18rem;
    }

    #toast-container .toast-close-button {
        top: -0.7em;
    }
}

/*============================================================================*/

.h_iframe-aparat_embed_frame iframe {
    border-radius: 10px
}

.catalogProducttitle h3 {
    font-weight: 600;
    font-size: 16px;
}

.missioncaps h2 {
    font-size: 2.5rem;
}

.missioncaps h3 {
    font-size: 1.8rem;
}

.blogDetails p, #description .card-body p, .category-description p {
    line-height: 1.9;
    text-align: justify;
}

.blogDetails .image figcaption, #description .card-body .image figcaption, .category-description .image figcaption {
    text-align: center;
    color: #9e9e9e;
}

.blogDetails ul, #description .card-body ul, .category-description ul {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none; /* Remove default bullets */
}

.blogDetails ul li, #description .card-body ul li, .category-description ul li {
    margin-bottom: 10px;
}

.blogDetails ul li::before, #description .card-body ul li::before, .category-description ul li::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f104";
    color: #269448; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-right: -1em; /* Also needed for space (tweak if needed) */
}

.blogDetails ul li:last-child, #description .card-body ul li:last-child, .category-description ul li:last-child {
    margin-bottom: 0
}

.blogDetails ol li::marker, #description .card-body ol li::marker, .category-description ol li::marker {
    color: #269448;
    font-weight: 600;
}

.blogDetails ol li, #description .card-body ol li, .category-description ol li {
    margin-bottom: 5px;
    line-height: 1.9;
    text-align: justify;
}

.blogDetails a, #description .card-body a, .category-description a {
    color: #288846;
}

.blogDetails a:hover, #description .card-body a:hover, .category-description a:hover {
    color: #115d28;
    font-weight: bold;
}

/*======================== card ====================================================*/
:root {
    --glitter: url("../img/silver-glitter-background.jpg");
    --duration: 6.66s;
}

.card-front {

    display: grid;
    position: relative;
    transform: translate3d(0, 0, 0.01px);

    /*height: clamp(380px, calc(100svh - 150px), 500px);*/
    height: 250px;
    width: auto;
    aspect-ratio: 3/2;

    border-radius: 3.5% / 5%;

    background-image: url(../img/card-bg.jpg);
    background-size: cover;

    box-shadow: 0 30px 40px -25px rgba(15, 5, 20, 1), 0 20px 50px -15px rgba(15, 5, 20, 1);
    overflow: hidden;
    animation: tilt var(--duration) ease infinite;
    image-rendering: optimizequality;

}

.card-front:before {

    content: "";
    inset: 0;
    position: absolute;
    transform: translate3d(0, 0, 0.01px);

    background-image: var(--glitter), var(--glitter),
    linear-gradient(120deg, black 25%, white, black 75%);
    background-size: 100% 100%, 80% 80%, 200% 200%;
    background-blend-mode: multiply, multiply, overlay;
    background-position: 50% 50%, 50% 50%, 50% 50%;

    mix-blend-mode: color-dodge;
    filter: brightness(2) contrast(0.8);

    animation: bg var(--duration) ease infinite;

}

.card-front:after {

    content: "";
    background: none, none, linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 0.1%, rgba(255, 255, 255, 0) 60%);
    background-size: 200% 200%;
    mix-blend-mode: hard-light;
    animation: bg var(--duration) ease infinite;

}

.card-front * {

    font-family: PT Mono, monospace;

}

.cardLogo,
.expiry,
.name,
.number,
.shebaNumber,
.chip {

    color: #ccc;
    position: absolute;
    margin: 0;
    padding: 0;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    font-size: clamp(0.75rem, 2.8vw + 0.2rem, 1.1rem);
    inset: 5%;
    /*text-shadow: -1px -1px 0px rgba(255,255,255,0.5),1px -1px 0px rgba(255,255,255,0.5),1px 1px 0px rgba(0,0,0,0.5),1px -1px 0px rgba(0,0,0,0.5);*/
    z-index: 5;

}

.name, .number, .shebaNumber {
    background-image: linear-gradient(to bottom, #ededed 20%, #bababa 70%), none,
    linear-gradient(120deg, transparent 10%, white 40%, white 60%, transparent 90%);
    background-size: cover, cover, 200%;
    background-position: 50% 50%;
    background-blend-mode: overlay;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: bg var(--duration) ease infinite;

}

.number {

    font-family: Vazir-Regular-FD, PT Mono, monospace;
    text-align: center;
    /*font-size: clamp(1rem, 8vw - 0.5rem, 2.5rem);*/
    letter-spacing: 0.025em;
    top: 55%;
    bottom: auto;
    font-weight: 600;

}

.shebaNumber {
    font-family: Vazir-Regular-FD, PT Mono, monospace;
    text-align: center;
    /*font-size: clamp(1rem, 8vw - 0.5rem, 2.5rem);*/
    letter-spacing: 0.025em;
    top: 70%;
    bottom: auto;
    font-weight: 600;
}

.name {
    top: auto;
    font-family: Vazir-Regular-FD;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
}

.cardLogo {

    bottom: auto;
    left: auto;
    height: 40px;
    filter: invert(1) saturate(0) brightness(1) contrast(1.2);
    mix-blend-mode: screen;

}

.chip {

    display: grid;
    place-items: center;
    width: 14%;
    aspect-ratio: 5/4;
    left: 10%;
    top: 30%;
    border-radius: 10% 10% 10% 10% / 15% 15% 15% 15%;

    background-image: none, none,
    linear-gradient(120deg, #777 10%, #ddd 40%, #ddd 60%, #777 90%);
    background-size: 200% 200%;
    background-position: 50% 50%;

    overflow: hidden;
    animation: bg var(--duration) ease infinite;

}

.chip svg {

    display: block;
    width: 90%;
    fill: none;
    stroke: #444;
    stroke-width: 2;

}

.contactless {
    position: absolute;
    left: 23%;
    top: 29.5%;
    width: 12%;
}


.contactless svg {
    rotate: 90deg;
    stroke-width: 1.25;
    stroke: white;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.5;
}


@keyframes tilt {

    0%, 100% {
        transform: translate3d(0, 0, 0.01px) rotateY(-20deg) rotateX(5deg);
    }
    50% {
        transform: translate3d(0, 0, 0.01px) rotateY(20deg) rotateX(5deg);
    }

}

@keyframes bg {

    0%, 100% {
        background-position: 50% 50%, calc(50% + 1px) calc(50% + 1px), 0% 50%;
    }
    50% {
        background-position: 50% 50%, calc(50% - 1px) calc(50% - 1px), 100% 50%;
    }

}


main.crd {

    display: grid;
    /*grid-template-rows: minmax(20px,100px) 1fr;*/
    place-items: center;
    min-height: 100%;
    perspective: 1000px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 70px;
}

.card-number {

    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
    overflow: hidden;
    direction: ltr;
}

#chip,
#contactless {

    display: none;

}

/*=========================== end card =============================================*/