@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");

:root {
    --red-color: #ed3615;
    --primary-color: #60ba97;
    --secondary-color: #6c757d;
    --tertiary-color: #003845;
    --success-color: #43D787;
    --warning-color: #FFBB00;
    --danger-color: #FA461B;
    --info-color: #0086D6;
    --dark-color: #121212;
    --tagline-yellow: #FEC43F;
    --dark-gray-color: #333;
    --light-gray-color: #666;
    --seperator-color: #E5E5E5;
    --accent-color: #1fa8f5;
    --accent-color-fg: #fefefe;
    --backdrop-color: #89d4fe;
    --app-content-background-color: #c0d8ec;
    --inset-shadow: rgba(7, 43, 74, 0.3);
    --outset-shadow: rgba(223, 240, 255, 0.25);
    --clay-box-shadow: rgba(7, 43, 74, 0.3);
    --clay-background-color: #c0d8ec;
    --clay-fg-color: #444;
    --slate-1: #fcfcfd;
    --shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

@font-face {
    font-family: anticon;
    src: url(../fonts/AntDesign.ttf);
    font-display: auto
}

.antdesign-icon {
    font-family: anticon;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: entypo;
    src: url(../fonts/Entypo.ttf);
    font-display: auto
}

.entypo-icon {
    font-family: entypo;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: FontAwesome5Free-Solid;
    src: url(../fonts/FontAwesome5_Solid.ttf);
    font-display: auto
}

.fa5-solid-icon {
    font-family: FontAwesome5Free-Solid;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: FontAwesome5Free-Brand;
    src: url(../fonts/FontAwesome5_Brands.ttf);
    font-display: auto
}

.fa5-brand-icon {
    font-family: FontAwesome5Free-Brand;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: FontAwesome5Free-Regular;
    src: url(../fonts/FontAwesome5_Regular.ttf);
    font-display: auto
}

.fa5-regular-icon {
    font-family: FontAwesome5Free-Regular;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: material-community;
    src: url(../fonts/MaterialCommunityIcons.ttf);
    font-display: auto
}

.material-community-icon {
    font-family: material-community;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: feather;
    src: url(../fonts/Feather.ttf);
    font-display: auto
}

.feather-icon {
    font-family: feather;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: material;
    src: url(../fonts/MaterialIcons.ttf);
    font-display: auto
}

.material-icon {
    font-family: material;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ionicons;
    src: url(../fonts/Ionicons.ttf);
    font-display: auto
}

.ionicons-icon {
    font-family: ionicons;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome.ttf);
    font-display: auto
}

.fa-icon {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
}

.montserrat-100 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.montserrat-200 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.montserrat-300 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.montserrat-400 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat-500 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.montserrat-600 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.montserrat-700 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat-800 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.montserrat-900 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}


@keyframes circleGrow {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', 'Montserrat', 'Quicksand', sans-serif, serif;
}

html {
    /* font-size: 62.5%; */
    height: 100% !important;
}

body {
    min-height: calc(100vh - 80px);
    /* color: #2B2B2B; */
    font-size: 1rem;
    /* font-weight: 500; */
    line-height: 1.667;
    background: var(--slate-1);
    overflow-x: hidden;
    /* margin-bottom: 4rem; */
}

.page-content-container {
    min-height: calc(100vh - 270px);
}

    .page-content-container > div.page-content-area {
        min-height: calc(100vh - 305px);
    }

        .page-content-container > div.page-content-area > div.side-menu-section {
            border-right: 2px solid var(--light-gray-color);
        }

.btn-tertiary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--tertiary-color);
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.bl-light-gray,
.bt-light-gray,
.br-light-gray,
.bb-light-gray {
    border-width: 0;
    border-style: solid;
    border-color: var(--bs-border-color);
}

.bl-light-gray {
    border-left-width: var(--bs-border-width);
}

.bt-light-gray {
    border-top-width: var(--bs-border-width);
}

.br-light-gray {
    border-right-width: var(--bs-border-width);
}

.bb-light-gray {
    border-bottom-width: var(--bs-border-width);
}


.modern-tabs .nav-item {
    padding-left: .1rem;
    padding-right: .1rem;
}

.modern-tabs .nav-link {
    color: var(--primary-color);
    border: 1px solid var(--tertiary-color);
}

.modern-tabs .nav-pills .nav-link:hover,
.modern-tabs .nav-pills .nav-link.active,
.modern-tabs .nav-pills .show > .nav-link {
    border-color: transparent;
    color: var(--bs-white);
    background-color: var(--tertiary-color);
}


/* Content Animation */
.modern-tabs .tab-pane.fade {
    transition: all 0.2s ease-out;
}

.tab-pane.fade.show {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* global style start
============================================================================================ */

.h6 a {
    list-style: none;
    text-decoration: none;
    color: #333;
}


.intl-tel-input {
    width: 100% !important;
}

.text-5 {
    font-size: .5rem;
}

.text-6 {
    font-size: .6rem;
}

.text-7 {
    font-size: .7rem;
}

.text-75 {
    font-size: .75em;
}

.text-8 {
    font-size: .8rem;
}

.text-9 {
    font-size: .9rem;
}

.text-10 {
    font-size: 1rem;
}

.text-11 {
    font-size: 1.1rem;
}

.text-12 {
    font-size: 1.2rem;
}

.text-13 {
    font-size: 1.3rem;
}

.text-14 {
    font-size: 1.4rem;
}

.text-15 {
    font-size: 1.5rem;
}

.text-16 {
    font-size: 1.6rem;
}

.text-17 {
    font-size: 1.7rem;
}

.text-18 {
    font-size: 1.8rem;
}

.text-19 {
    font-size: 1.9rem;
}

.text-20 {
    font-size: 2rem;
}

.text-21 {
    font-size: 2.1rem;
}

.text-22 {
    font-size: 2.2rem;
}

.text-23 {
    font-size: 2.3rem;
}

.text-24 {
    font-size: 2.4rem;
}

.text-25 {
    font-size: 2.5rem;
}

.text-26 {
    font-size: 2.6rem;
}

.text-27 {
    font-size: 2.7rem;
}

.text-28 {
    font-size: 2.8rem;
}

.text-29 {
    font-size: 2.9rem;
}

.text-30 {
    font-size: 3rem;
}

.text-31 {
    font-size: 3.1rem;
}

.text-32 {
    font-size: 3.2rem;
}

.text-33 {
    font-size: 3.3rem;
}

.text-34 {
    font-size: 3.4rem;
}

.text-35 {
    font-size: 3.5rem;
}

.text-36 {
    font-size: 3.6rem;
}

.text-40 {
    font-size: 4rem;
}

.text-52 {
    font-size: 3.6rem;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.text-color {
    color: #222325;
}

.secondary-text-color {
    color: var(--secondary-color);
}

.secondary-text-color-hover:hover {
    color: #fff !important;
}

.text-color-hover:hover {
    color: var(--secondary-color);
}

.primary-text {
    color: #007bff;
}

.primary-text-hover {
    color: #fff;
}

.warning-text {
    color: #ffc107;
}

.warning-text-hover:hover {
    color: #fff;
}

.success-text {
    color: var(--primary-color);
}


.success-text-hover {
    color: #fff;
}

.danger-text {
    color: #dc3545;
}

.danger-text-hover {
    color: #fff;
}

.dark-text {
    color: #333333;
}

.dark-text-hover {
    color: #fff;
}

.light-text {
    color: #F8F6F7;
}

.light-text-hover {
    color: #333333;
}

.gray-text {
    color: #707070;
}

.gray-text-hover {
    color: #C0C0C0;
}

.text-muted {
    color: #62646a !important;
}

/* background color */
.secondary-bg {
    background: var(--primary-color);
    color: #fff;
}

/* status color */
.Pending {
    background: #62646a;
    color: #FFF;
}

.Expired {
    background: #f92525;
    color: #FFF;
}

.Accepted {
    background: #28a745;
    color: #FFF;
}

.ui-datepicker .ui-datepicker-next {
    right: 15px;
}

.ui-datepicker .ui-datepicker-left {
    left: 20px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 3px;
    width: 1.8em;
    height: 1.8em;
}

button:focus {
    border: 0;
    outline-color: transparent;
}

button.vbtn-default,
.btn.vbtn-default {
    background: var(--primary-color);
    color: #fff !important;
    font-weight: 700;
}

    .btn.vbtn-default:hover {
        color: #fff !important;
    }

    button.vbtn-default:hover {
        /* background: var(--primary-color); */
        color: #fff;
        filter: brightness(0.85);
    }

button.vbtn-primary,
.vbtn-primary {
    background: #007bff;
    color: #fff;
}

    button.vbtn-primary:hover {
        background: #0069D9;
        color: #c7c2c2;
    }

button.vbtn-warning {
    background: #ffc107;
    color: #fff;
}

    button.vbtn-warning:hover {
        background: #E0A800;
        color: #c7c2c2;
    }

button.vbtn-success {
    background: var(--primary-color);
    color: #fff;
}

    button.vbtn-success:hover {
        background: var(--primary-color);
        color: #c7c2c2;
    }

button.vbtn-danger {
    background: #dc3545;
    color: #fff;
}

    button.vbtn-danger:hover {
        background: #C82333;
        color: #c7c2c2;
    }

button.vbtn-dark {
    background: #333333;
    color: #fff;
}

    button.vbtn-dark:hover {
        background: #23272B;
        color: #c7c2c2;
    }

button.vbtn-light {
    background: #F8F6F7;
    color: #3a3a3a;
}

    button.vbtn-light:hover {
        background: #E0E0E0;
        color: #333333;
    }

.button-default {
    border-radius: .5rem;
}

.button-reactangular {
    border-radius: 0rem;
}

.button-rounded {
    border-radius: 5rem;
}

.button-rounded-4 {
    border-radius: .4rem;
}

.vbtn-outline-success {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

    .vbtn-outline-success:hover {
        color: #ffffff;
        border-color: var(--primary-color);
        background: var(--primary-color);
    }

a.vbtn-outline-success:hover {
    color: #ffffff !important;
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.mt-30 {
    margin-top: 3rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mt-50 {
    margin-top: 5rem;
}

.mt-65 {
    margin-top: 6.5rem;
}

.mt-80 {
    margin-top: 8rem;
}

.mt-100 {
    margin-top: 10rem;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    padding-left: 9.8rem !important;
}


/* global style end
============================================================================================ */
/* header style start
============================================================================================ */


.desktop-search-bar {
    width: 100%;
    position: relative;
}

.mobile-search-bar {
    cursor: pointer;
}

    .mobile-search-bar .main_formbg {
        height: 50px;
    }

.header_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    transition: background 0.4s, all 0.3s linear;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

    .header_area .navbar-right {
        min-width: 20rem;
        text-align: right;
    }

    .header_area .navbar-brand {
        margin-right: 3rem;
        padding: 0;
    }

    .header_area .navbar-social {
        min-width: 9.5rem;
        float: right;
    }

        .header_area .navbar-social li {
            margin-right: 1.2rem;
        }

            .header_area .navbar-social li i,
            .header_area .navbar-social li span {
                font-size: 1.3rem;
            }

            .header_area .navbar-social li:last-child {
                margin-right: 0;
            }

            .header_area .navbar-social li a:hover i,
            .header_area .navbar-social li span {
                color: var(--primary-color);
            }

    /* .header_area .menu_nav {
    width: 100%;
} */

    .header_area .navbar {
        background: transparent;
        border: 0px;
        border-radius: 0px;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

        .header_area .navbar .nav-right {
            min-width: 20rem;
        }

        .header_area .navbar .nav .nav-item {
            margin-right: 2.5rem;
        }

            .header_area .navbar .nav .nav-item .nav-link {
                padding: 3rem 0;
                display: inline-block;
                font-size: 1.5rem;
            }

            .header_area .navbar .nav .nav-item:hover .nav-link,
            .header_area .navbar .nav .nav-item.active .nav-link {
                color: var(--primary-color);
                opacity: 1;
            }

            .header_area .navbar .nav .nav-item.submenu {
                position: relative;
            }

                .header_area .navbar .nav .nav-item.submenu ul {
                    border: none;
                    padding: 0px;
                    border-radius: 0px;
                    box-shadow: none;
                    margin: 0px;
                    background: #fff;
                }

                    .header_area .navbar .nav .nav-item.submenu ul:before {
                        content: "";
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 1rem 1rem 0 1rem;
                        border-color: #eeeeee transparent transparent transparent;
                        position: absolute;
                        right: 2.4rem;
                        top: 4.5rem;
                        z-index: 3;
                        opacity: 0;
                        transition: all 400ms linear;
                    }

                    .header_area .navbar .nav .nav-item.submenu ul .nav-item {
                        display: block;
                        float: none;
                        margin-right: 0px;
                        border-bottom: .1rem solid #ededed;
                        margin-left: 0px;
                        transition: all 0.4s linear;
                    }

                        .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
                            line-height: 4.5rem;
                            color: #6059f6 !important;
                            padding: 0px 3rem;
                            transition: all 150ms linear;
                            display: block;
                            margin-right: 0px;
                        }

                        .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
                            border-bottom: none;
                        }

                .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
                    margin-top: 0px;
                }

            .header_area .navbar .nav .nav-item:last-child {
                margin-right: 0px;
            }

        .header_area .navbar .search {
            font-size: 1.2rem;
            line-height: 6rem;
            display: inline-block;
            margin-left: 8rem;
        }

            .header_area .navbar .search i {
                font-weight: 600;
            }

    .header_area.navbar_fixed .header_menu_container {
        position: fixed;
        width: 100%;
        top: -7rem;
        left: 0;
        right: 0;
        z-index: 99;
        transform: translateY(7rem);
        transition: transform 500ms ease, background 500ms ease;
        -webkit-transition: transform 500ms ease, background 500ms ease;
        background: #fff;
        border-bottom: 1px solid #eee;
    }

        .header_area.navbar_fixed .header_menu_container .navbar {
            background: #ffffff;
        }

            .header_area.navbar_fixed .header_menu_container .navbar .nav .nav-item .nav-link {
                color: #000;
            }

    .header_area.white_menu .navbar .nav .nav-item .nav-link {
        color: #fff;
    }

    .header_area.white_menu.navbar_fixed .header_menu_container .navbar .navbar-brand img {
        display: inline-block;
    }

        .header_area.white_menu.navbar_fixed .header_menu_container .navbar .navbar-brand img + img {
            display: none;
        }

    .header_area.white_menu.navbar_fixed .header_menu_container .navbar .nav .nav-item .nav-link {
        line-height: 7rem;
    }

a.goto-previous-page,
h2.page-title {
    font-size: calc(1.125rem + .9vw);
}

.top_menu {
    background: #ec9d5f;
}

    .top_menu .float-left a {
        line-height: 4rem;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.2rem;
        margin-right: 5rem;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .top_menu .float-left a:last-child {
            margin-right: 0px;
        }

    .top_menu .float-right .pur_btn {
        color: #fff;
        line-height: 4rem;
        display: block;
        padding: 0px 4rem;
        font-weight: 500;
        font-size: 1.2rem;
    }

/* header style end*/
@media (max-width: 1619px) {

    /* Main Menu Area css */
    .header_area .navbar .search {
        margin-left: 4rem;
    }

    /* End Main Menu Area css*/
}

@media (max-width: 1199px) {

    /* Main Menu Area css*/
    .header_area .navbar .nav .nav-item {
        margin-right: 2.8rem;
    }

    /* End Main Menu Area css */
    /* Home Banner Area css*/
    .home_banner_area .banner_inner {
        padding: 10rem 0rem;
    }

    /* End Home Banner Area css */
    .header_area .navbar .tickets_btn {
        margin-left: 4rem;
    }

    .home_banner_area .banner_inner .banner_content h2 br {
        display: none;
        font-size: 3.6rem;
    }

    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 3.6rem;
        line-height: 4.5rem;
    }
}

@media (max-width: 480px) {

    /* Main Menu Area css
    ============================================================================================ */
    .header_area .navbar-collapse {
        max-height: 25rem;
    }

    /* End Main Menu Area css
    ============================================================================================ */


}

/* banner section start
============================================================================================ */
.hero-banner h1 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

@media (max-width: 1200px) {

    .hero-banner h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 991px) {
    .hero-banner h1 {
        font-size: 2.8rem;
    }

    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 12px;
        cursor: pointer;
        margin-top: 2rem;
        margin-bottom: 2.3rem;
        background: #f7f7f7;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

    /* .header_area .navbar {
        background: #ffffff;
    } */

    .header_area .navbar .nav-item.active .nav-link {
        color: #6059f6 !important;
    }

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: .75rem;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: .6rem;
        position: relative;
    }

    .navbar-toggler span {
        display: block;
        width: 1.7rem;
        height: .2rem;
        background: var(--primary-color);
        margin: auto;
        margin-bottom: .4rem;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .nav {
        padding: 0px 0px;
    }

    .header_top .nav {
        padding: 0px;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        padding: 1.2rem 0;
        margin-right: 0px;
        display: block;
        border-bottom: .1rem solid #ededed33;
        border-radius: 0px;
    }

    .header_area .navbar .search {
        margin-left: 0px;
    }

    .header_area .navbar-collapse {
        max-height: 34rem;
        overflow-y: scroll;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 1.5rem;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }

    .header_area.navbar_fixed .header_menu_container .navbar .nav .nav-item .nav-link {
        line-height: 4rem;
    }

    .header_area.white_menu.navbar_fixed .header_menu_container .navbar .nav .nav-item .nav-link {
        line-height: 4rem;
    }

    .header_area.white_menu .navbar .nav .nav-item .nav-link {
        color: #2B2B2B;
    }
}

.hero-banner-sm {
    background: url(../img/banner/banner.png) left center no-repeat;
    background-size: cover;
    padding-top: 14rem;
    padding-bottom: 9rem;
}

@media (min-width: 992px) {
    .mob-logo {
        display: none;
    }

    .hero-banner-sm {
        padding-top: 24rem;
        padding-bottom: 14rem;
    }
}

.hero-banner-sm h1 {
    text-transform: uppercase;
    color: #6059f6;
}

@media (max-width: 991px) {
    .hero-banner-sm h1 {
        font-size: 3.8rem;
    }
}

@media (max-width: 768px) {
    .hero-banner-sm h1 {
        font-size: 2.8rem;
    }
}

@media (min-width:768px) {
    /* .old_home.homenav.navbar_fixed #desktop_search_form_small {
        display: block !important;
    } */

    .addi-guest {
        margin-top: -32px;
    }

    .modal-body-filter {
        max-height: calc(100vh - 20.5rem) !important;
        overflow-y: auto;
    }

    #pictures div:hover {
        cursor: pointer;
    }

    #desktop_search_form .form-control,
    #desktop_search_form-home .form-control {
        padding: 0 !important;
    }

    #start-sec .operators-page__how__item[data-v-3601cef9]:nth-child(2) {
        flex-direction: row;
    }

    #start-sec .operators-page__how__index {
        display: none;
    }
}

.hero-banner-sm p {
    margin-bottom: 0;
}

.hero-banner-sm-content {
    max-width: 40rem;
}

.bg-shape {
    position: relative;
}

@media (max-width: 620px) {
    .bg-shape::before {
        display: none;
    }
}

@media (max-width: 620px) {
    .bg-shape::after {
        display: none;
    }
}

/************************ Form HTML ********************/
.main_formbg {
    background: rgba(255, 255, 255, .90);
    padding: .4rem;
    border: 1px solid #ddd;
    border-radius: 32px;
    box-shadow: var(--shadow);
}

div.elem-group {
    margin: 1rem 0;
    font-size: 1.4rem;
}

    div.elem-group.inlined {
        width: 49%;
        display: inline-block;
        float: left;
        margin-left: 1%;
    }

.selectbg {
    width: 49%;
    display: inline-block;
    float: left;
    margin-left: 1%;
}

    .selectbg label {
        margin: 0rem 0 .4rem 0 !important;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.4rem;
        color: #2B2B2B;
    }

.elem-group.inlined label {
    margin: 0 0 .5rem 0 !important;
    font-size: 1.4rem;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #2B2B2B;
}

.elem-group label {
    margin: 0 0 .5rem 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #2B2B2B;
}

input,
select,
textarea {
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1.3rem;
    padding: 1rem 1rem 1rem 1rem;
}

.selectdrop {
    background: #eee;
    padding: 15px 0 15px 15px;
    border-radius: 3px;
    margin: 15px 0 15px 0;
}

input.checkinout {
    padding: 12px !important;
    height: 40px;
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
    outline: 1px solid var(--primary-color);
}

div.elem-group.inlined input {
    width: 100%;
    display: inline-block;
}

.booking button {
    background: var(--primary-color);
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: 3rem;
    padding: 1rem;
    width: 100%;
    border-radius: .3rem;
    text-transform: uppercase;
    font-weight: 700;
}

    .booking button:hover {
        background: var(--primary-color);
    }

.main-panel {
    position: relative;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    word-wrap: break-word;
}


/**************** Icon Css ***************************/
.i-vertical-align {
    vertical-align: middle;
}

/**************** End Icon Css ***************************/

.main-section {
    margin-left: 250px !important;
    width: 100%;
}

@media (max-width: 767px) {
    .main-section {
        margin-left: 0px !important;
    }
}



.daterangepicker {
    max-width: none;
    z-index: 999 !important;
    box-shadow: 0 14px 36px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 14px 36px 2px rgba(0, 0, 0, .15);
    border-radius: 7px;
}

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        min-width: 34px;
        width: 45px !important;
        height: 45px !important;
        line-height: 24px !important;
        font-size: 15px !important;
        border-radius: 0px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
    }

    .daterangepicker td.in-range {
        background-color: var(--primary-color) !important;
        border-color: transparent;
        color: #fff;
        border-radius: 0;
        opacity: .6;
    }

    .daterangepicker td.active,
    .daterangepicker td.active:hover,
    .daterangepicker td.end-date,
    .daterangepicker td.end-date:hover {
        background-color: var(--primary-color) !important;
        color: #fff;
        opacity: 1;
        border: 1px solid #fff !important;
    }

td.off.available {
    visibility: hidden;
}

.daterangepicker .drp-calendar {
    max-width: 350px !important;
}

.daterangepicker .ranges ul {
    margin-top: 15px;
}

/* Footer */

.mobile-side a {
    align-items: center;
    width: 100%;
    padding: 0 0px 0 20px;
    color: #010101;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
    transition: .4s;
    line-height: 60px;
}

    .mobile-side a i {
        margin-right: 10px !important;
        width: 20px;
    }




.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.nav-item > .active {
    color: var(--primary-color);
    font-weight: 700;
}


.container-fluid-90 {
    width: 90% !important;
}



/* Animation */

/* @-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
} */


/* new style start here */
#desktop_search_form label,
#desktop_search_form_small label,
#desktop_search_form-home label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

    #desktop_search_form label span,
    #desktop_search_form_small label span,
    #desktop_search_form-home label span {
        font-weight: normal;
        font-size: small;
        display: block;
        color: #6a6a6a;
    }

#desktop_search_form input.pax-count,
#desktop_search_form_small input.pax-count,
#desktop_search_form-home input.pax-count {
    text-align: center;
}

input.pax-count::-webkit-outer-spin-button,
input.pax-count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#desktop_search_form .form-control,
#desktop_search_form_small .form-control,
#desktop_search_form-home .form-control {
    font-size: 13px;
    border: 0;
    height: 30px;
    background: transparent;
    margin-top: -5px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#desktop_search_form .col-md-4,
#desktop_search_form .col-md-2,
#desktop_search_form_small .col-md-4,
#desktop_search_form_small .col-md-2,
#desktop_search_form-home .col-md-4,
#desktop_search_form-home .col-md-2 {
    border-right: 1px solid #ddd;
}

.desktop-search-button,
.desktop-filter-button {
    display: flex;
    justify-content: end;
    align-items: center;
}

.desktop-filter-button {
    padding: .4rem;
}

    .desktop-search-button button,
    .desktop-filter-button button {
        border-radius: 50%;
        height: 48px;
        width: 48px;
        /* float: right; */
        /* font-size: 2.25rem; */
    }

.mobile-search-button button {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    /* float: right; */
    /* font-size: 2.25rem; */
}

.seperator-right-border {
    border-right: 1px solid #ddd
}

.hero-banner h1:after,
.sv_header_text:after {
    content: '';
    display: block;
    width: 25px;
    height: 13px;
    border-bottom: 2px solid #fff;
    margin: auto;
}

.header_area.navbar_fixed {
    z-index: 999;
}


.sv_user_login button {
    background: var(--primary-color);
    border: 0;
    border-radius: 50px;
    padding: 5px 12px;
    border: 1px solid #ddd;
    color: var(--dark-color);
}

    .sv_user_login button.reverse {
        background: #fff;
        color: var(--dark-color);
    }

    .sv_user_login button img {
        margin: 0;
        padding: 0;
        width: 33px;
        height: 33px;
        margin-left: 7px;
    }

    .sv_user_login button:after {
        display: none;
    }

.sv_user_login i {
    margin-left: 7px;
    vertical-align: middle;
    font-size: 1.25rem;
}
 

    .sv_user_login i.fa-circle-user {
        font-size: 2rem;
    }

.sv_become_guide.customer-name {
    line-height: 33px
}
 
.sv_user_login .dropdown-menu {
    border-radius: 10px;
    /* left: -100px; */
    margin: 0;
    min-width: 12rem;
}

    .sv_user_login .dropdown-menu a {
        font-size: 14px;
    }

    .sv_user_login .dropdown-menu li {
        padding: 7px 10px;
    }

    .sv_user_login .dropdown-menu i {
        margin-right: 10px;
    }

.sv_user_login button:focus {
    outline: none;
}

/* .migrateshop_othernav .navbar .nav .nav-item .nav-link,
.old_home.migrateshop_othernav .navbar .nav .nav-item .nav-link,
.old_home.migrateshop_othernav .sv_become_guide {
    color: #000;
} */




.mob-search {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%) !important;
    border-radius: 50px;
    line-height: 35px;
    color: #000;
    text-align: left;
}

.mob-search {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 50px;
}

    .mob-search button {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        float: right;
    }


.margin-top-90 {
    margin-top: 9rem;
}

.margin-top-120 {
    margin-top: 12rem;
}

.margin-top-100 {
    margin-top: 10rem;
}

.yellow_color {
    color: var(--tagline-yellow)
    /*#ffc107*/
    ;
}

.fb_btn {
    background: #007bff;
    color: #fff;
}

    .fb_btn:hover {
        color: #007bff;
        border-color: #007bff;
        background: transparent;
    }

.google_btn {
    background: #dc3545;
    color: #fff;
}

    .google_btn:hover {
        color: #dc3545;
        border-color: #dc3545;
        background: transparent;
    }

.underline {
    text-decoration: underline;
}

#desktop_search_form_small .form-control {
    width: 100px;
    border-right: 1px solid #ddd;
}

 



/*New css*/
@media(max-width:767px) {

    .new_home.homenav .desk-search-form .main_formbg {
        border: 0;
    }

    .homenav .desk-search-form .main_formbg {
        border: 1px solid #ddd;
        border-radius: 0;
    }

    .desk-search-form {
        position: relative !important;
    }

    .homenav .navbar {
        background: transparent;
    }


    .daterangepicker.drop-up,
    .daterangepicker.show-calendar {
        margin-top: 0 !important;
        left: 0px !important;
        right: 0px !important;
        width: 100% !important;
    }

        .daterangepicker.drop-up:after,
        .daterangepicker.drop-up:before,
        .daterangepicker.show-calendar:after,
        .daterangepicker.show-calendar:before {
            border: none !important;
        }


    .sv_start_your_search button,
    .mob-search button {
        width: 28px;
        height: 28px;
        position: absolute;
        right: 5px;
        padding: 4px 4px !important;
    }

    .header_area #desktop_search_form_small,
    .header_area #desktop_search_form,
    .header_area #desktop_search_form-home {
        position: absolute;
        width: 60%;
        height: 40px;
        left: 20%;
    }

    .mob-search {
        top: 10px;
    }

    .search-page-flex .slider.slider-horizontal {
        width: 125px;
        margin-left: 17px;
        margin-right: 17px;
    }

    #desktop_search_form_small .form-control,
    .mob-search .form-control {
        width: 30%;
        font-size: 12px !important;
        margin-top: 0 !important;
    }

    .foot-content .text-right,
    .foot-content .text-14 {
        text-align: center !important;
    }


    .mob-form-bg {
        border: 0px;
        box-shadow: none !important;
    }

        .mob-form-bg label {
            width: 100%;
            text-align: left;
            margin-bottom: 10px !important;
        }

        .mob-form-bg input,
        .mob-form-bg select {
            border: 1px solid #ced4da !important;
            height: 40px !important;
        }

            .mob-form-bg input.pax-count {
                border: 0 solid #ced4da !important;
                width: 40px;
            }

        .mob-form-bg div.filter-add-value {
            width: 85px;
        }

        .mob-form-bg .col-md-4 {
            border-right: 0 !important;
        }

        .mob-form-bg .btn {
            width: auto !important;
            border-radius: 4px !important;
            margin-top: 12px;
            font-size: 14px;
        }

    .intl-tel-input input,
    .intl-tel-input input[type=text],
    .intl-tel-input input[type=tel] {
        padding-left: 8.8rem !important;
    }
}

.desk-search-form {
    /* position: absolute; */
    width: 100%;
    /* top: 20%;
    z-index: 2;
    left: 0;
    right: 0; */
}

/* .old_home {
    background: transparent;
    border-bottom: 0;
} */



.homenav #desktop_search_form_small {
    display: none;
    width: 30%;
}


.new_home.homenav #desktop_search_form_small {
    display: block;
}


img.logo.landscape {
    max-height: 80px;
}

img.logo.portrait {
    max-height: 65px;
}

.seperator {
    width: 100%;
    height: .2rem;
    background-color: var(--light-gray-color);
}

.seperator-thin {
    width: 100%;
    height: .1rem;
    background-color: var(--light-gray-color);
}

.card {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 3px 6px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .07);
}

.guide.card {
    width: 100%;
    height: auto;
    border: none;
    cursor: pointer;
    background: transparent;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.verified-guide,
.favourite-guide,
.wishlist-remove-guide {
    position: absolute;
    border-radius: 50%;
    padding: .1em;
    /* padding-top: .2em; */
    width: 35px;
    height: 35px;
    z-index: 800;
    opacity: .9;
    transition: transform .3s;
    font-size: 1.8rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.verified-guide,
.favourite-guide,
.wishlist-remove-guide {
    top: 1rem;
}

.verified-guide {
    left: 1rem;
    background-color: white;
}

.favourite-guide,
.wishlist-remove-guide {
    right: 1rem;
}

.wishlist-remove-guide {
    background-color: white;
    font-size: 1.6rem;
}

    .verified-guide img,
    .favourite-guide i,
    .wishlist-remove-guide i {
        width: 100%;
        text-align: center;
        /* height: 100%;
    vertical-align: top; */
    }

.favourite-guide {
    padding: 0;
    font-size: 2rem;
    /* background-color: rgba(0, 0, 0, .5); */
}

    .favourite-guide i {
        color: rgba(0, 0, 0, .5);
        -webkit-text-stroke: 1px #fff;
        /* margin-left: .1rem; */
    }

    .favourite-guide.active i,
    .wishlist-remove-guide i {
        color: rgba(255, 0, 0, .75);
    }

.guide.card .card-inner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.guide.card .card-item {
    aspect-ratio: 1 / 1;
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.guide.card .card-body {
    padding-left: 0;
    padding-right: 0;
    text-decoration:none
}

.three-line-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.3em;
    max-height: 3.9em;
}

    .three-line-content:before {
        /* points in the end */
        content: '...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 5px;
        bottom: 16px;
    }

    .three-line-content:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        width: 1em;
        /* set width and height */
        height: 1em;
        margin-top: 0.2em;
        /* background: white; */
    }

.guide.card .card-item img.cover-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide.card .card-item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: .5rem;
    color: #fff;
}

    .guide.card .card-item .info h6,
    .guide.card .card-item .info p {
        font-weight: normal !important;
    }

    .guide.card .card-item .info p {
        font-size: 75%;
        margin-bottom: 0;
    }


/*      ************    BOTTOM NAV STYLE     ************  */


.bottom-nav .flex-center {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 1rem;
}

.bottom-nav .container {
    padding: 1rem 1rem 1.5rem;
}

.bottom-nav.stage {
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.bottom-nav .home.active {
    color: var(--accent-color);
}

/* .bottom-nav .home-style {
    --app-content-background-color: #c0d8ec;
} */

.bottom-nav .products.active {
    --outset-shadow: rgba(247, 167, 103, 0.45);
    --inset-shadow: rgba(149, 62, 8, 0.45);
    --clay-box-shadow: rgba(211, 69, 20, 0.4);
    --clay-background-color: #d34514;
    --clay-fg-color: #f1f2f3;
    color: #690c0c;
}

/* .bottom-nav .products-style {
    --app-content-background-color: #d36e5a;
} */

.bottom-nav .services.active {
    --outset-shadow: rgba(255, 159, 40, 0.45);
    --inset-shadow: rgba(88, 54, 13, 0.45);
    --clay-box-shadow: rgba(88, 54, 13, 0.4);
    --clay-background-color: #ed9426;
    --clay-fg-color: #f1f2f3;
    color: #cf5c0f;
}

/* .bottom-nav .services-style {
    --app-content-background-color: #ed9426;
} */

.bottom-nav .about.active {
    --outset-shadow: rgba(93, 255, 85, 0.45);
    --inset-shadow: rgba(28, 78, 26, 0.45);
    --clay-box-shadow: rgba(28, 78, 26, 0.4);
    --clay-background-color: #4dd146;
    --clay-fg-color: #f1f2f3;
    color: #4dd146;
}

/* .bottom-nav .about-style {
    --app-content-background-color: #4dd146;
} */

.bottom-nav .help.active {
    --outset-shadow: rgba(230, 230, 230, 0.45);
    --inset-shadow: rgba(81, 81, 81, 0.45);
    --clay-box-shadow: rgba(81, 81, 81, 0.4);
    --clay-background-color: #a3a3a3;
    --clay-fg-color: #f1f2f3;
    color: #783896;
}

.bottom-nav .tabbar .tab-title {
    display: none;
}

.bottom-nav .tabbar .home.active .tab-title,
.bottom-nav .tabbar .products.active .tab-title,
.bottom-nav .tabbar .services.active .tab-title,
.bottom-nav .tabbar .about.active .tab-title,
.bottom-nav .tabbar .help.active .tab-title {
    display: none;
}

/* .bottom-nav .help-style {
    --app-content-background-color: #a3a3a3;
} */

.bottom-nav .tabbar {
    /* background-color: var(--app-content-background-color); */
    background-color: transparent;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    height: 100px;
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    transition: background-color 0.4s;
}

    .bottom-nav .tabbar ul,
    .bottom-nav .tabbar li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .bottom-nav .tabbar ul {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #fff
        /*#f9f8fa*/
        ;
        align-self: flex-end;
        justify-content: center;
        height: 50px;
        box-shadow: var(--shadow);
    }

    .bottom-nav .tabbar li {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        margin-right: 5px;
        transition: all 0.4s;
        /* background-color: #f9f8fa; */
        width: calc(100% / 5);
        height: 100px;
        position: relative;
        color: #888;
        cursor: pointer;
    }

        .bottom-nav .tabbar li:last-child {
            margin-right: 0;
        }

    .bottom-nav .tabbar.tab-style1 ul {
        justify-content: center;
    }

    .bottom-nav .tabbar.tab-style1 li {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 1px;
        left: 0;
        width: calc(100% / 5);
        height: 50px;
        transition: top 0.2s ease-out, width 0.4s, border-radius 0.4s, box-shadow 0.4s;
    }

        .bottom-nav .tabbar.tab-style1 li.follow {
            position: absolute;
            border-radius: 100%;
            content: " ";
            width: calc(100% / 5);
            height: 60px;
            border: 10px solid var(--app-content-background-color);
            background-color: var(--app-content-background-color);
            top: -3rem;
            transition: left 0.4s ease-in, background-color 0.4s, border-color 0.4s;
        }

            .bottom-nav .tabbar.tab-style1 li.follow:before,
            .bottom-nav .tabbar.tab-style1 li.follow:after {
                content: " ";
                position: absolute;
                top: 27px;
                right: -27px;
                border-top: 11px solid var(--app-content-background-color);
                background-color: #f9f8fa;
                width: 20px;
                height: 20px;
                box-sizing: border-box;
                transition: border-color 0.4s;
            }

            .bottom-nav .tabbar.tab-style1 li.follow::after {
                border-top-left-radius: 100%;
            }

            .bottom-nav .tabbar.tab-style1 li.follow:before {
                left: -27px;
                right: unset;
                border-top-right-radius: 100%;
            }

        .bottom-nav .tabbar.tab-style1 li:nth-child(1).active ~ .follow {
            left: 12px;
        }

        .bottom-nav .tabbar.tab-style1 li:nth-child(2).active ~ .follow {
            left: 75px;
        }

        .bottom-nav .tabbar.tab-style1 li:nth-child(3).active ~ .follow {
            left: 140px;
        }

        .bottom-nav .tabbar.tab-style1 li:nth-child(4).active ~ .follow {
            left: 205px;
        }

        .bottom-nav .tabbar.tab-style1 li:nth-child(5).active ~ .follow {
            left: 270px;
        }

    .bottom-nav .tabbar.tab-style1 .active {
        z-index: 100;
        width: calc(100% / 5);
        height: 60px;
        top: -2rem;
        border-radius: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

    .bottom-nav .tabbar.tab-style2 ul {
        justify-content: center;
    }

    .bottom-nav .tabbar.tab-style2 li {
        border-top-left-radius: 100%;
        border-top-right-radius: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 1px;
        left: 0;
        width: calc(100% / 5);
        height: 50px;
    }

    .bottom-nav .tabbar.tab-style2 .active {
        width: calc(100% / 5);
        height: 80px;
        top: -1.5rem;
    }

        .bottom-nav .tabbar.tab-style2 .active span.tab-icon-container {
            width: 60px;
            height: 60px;
            background-color: #f9f8fa;
            border-radius: 50%;
        }

        .bottom-nav .tabbar.tab-style2 .active span.tab-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin: 0;
            background-color: #60ba97;
        }

    .bottom-nav .tabbar.tab-style2 i {
        /* font-size: 1.8rem; */
        color: var(--dark-color);
    }

    .bottom-nav .tabbar.tab-style2 span.tab-icon-container + .tab-title {
        display: none;
    }

    .bottom-nav .tabbar.tab-style2 .active i {
        /* font-size: 2.5rem; */
        color: white;
    }

    .bottom-nav .tabbar.tab-style2 li a {
        text-decoration: none;
    }

    .bottom-nav .tabbar.tab-style2 .active span.tab-icon-container + .tab-title {
        display: block;
        color: var(--dark-color);
    }

    /* .bottom-nav .tabbar.tab-style2 .active:before,
.bottom-nav .tabbar.tab-style2 .active:after {
    position: absolute;
    content: " ";
    width: 13px;
    height: 13px;
    border-bottom: 4px solid #f9f8fa;
    top: 8px;
} */

    .bottom-nav .tabbar.tab-style2 .active:before {
        border-bottom-right-radius: 100%;
        left: -7px;
    }

    .bottom-nav .tabbar.tab-style2 .active:after {
        border-bottom-left-radius: 100%;
        right: -7px;
    }

    .bottom-nav .tabbar.tab-style3 li {
        top: -8px;
        width: calc(100% / 5);
        height: 35px;
        background-color: transparent;
        padding-top: 3px;
    }

        .bottom-nav .tabbar.tab-style3 li.follow {
            position: absolute;
            top: 0;
            display: flex;
            border-top: 3px solid #333;
            width: calc(100% / 5);
            height: 1px;
            transition: all 0.3s ease-out;
        }

        .bottom-nav .tabbar.tab-style3 li:nth-child(1).active ~ .follow {
            left: 20px;
            z-index: 20;
        }

        .bottom-nav .tabbar.tab-style3 li:nth-child(2).active ~ .follow {
            left: 88px;
            z-index: 20;
        }

        .bottom-nav .tabbar.tab-style3 li:nth-child(3).active ~ .follow {
            left: 149px;
            z-index: 20;
        }

        .bottom-nav .tabbar.tab-style3 li:nth-child(4).active ~ .follow {
            left: 216px;
            z-index: 20;
        }

        .bottom-nav .tabbar.tab-style3 li:nth-child(5).active ~ .follow {
            left: 283px;
            z-index: 20;
        }

    .bottom-nav .tabbar.tab-style4 li {
        width: calc(100% / 5);
        height: 40px;
        flex-direction: column;
        overflow: hidden;
    }

        .bottom-nav .tabbar.tab-style4 li span.tab-icon {
            position: relative;
            top: 3px;
            transition: top 0.4s ease-out, font-size 0.2s ease-out;
            text-shadow: inset 2px 2px 4px var(--clay-box-shadow);
        }

        .bottom-nav .tabbar.tab-style4 li:after {
            width: 100%;
            height: 10px;
            text-transform: uppercase;
            text-align: center;
            font-size: 8px;
            font-weight: bold;
            position: relative;
            bottom: -30px;
            opacity: 0;
            transition: bottom 0.2s ease-out, opacity 0.4s ease-out;
        }

        .bottom-nav .tabbar.tab-style4 li.active:after {
            opacity: 1;
            bottom: 2px;
            text-shadow: inset 2px 2px 8px var(--clay-box-shadow);
        }

        .bottom-nav .tabbar.tab-style4 li:nth-child(1):after {
            content: "home";
        }

        .bottom-nav .tabbar.tab-style4 li:nth-child(2):after {
            content: "products";
        }

        .bottom-nav .tabbar.tab-style4 li:nth-child(3):after {
            content: "services";
        }

        .bottom-nav .tabbar.tab-style4 li:nth-child(4):after {
            content: "company";
        }

        .bottom-nav .tabbar.tab-style4 li:nth-child(5):after {
            content: "help";
        }

    .bottom-nav .tabbar.tab-style4 .active span.tab-icon {
        top: -4px;
    }

    .bottom-nav .tabbar.tab-style4 .active i {
        font-size: 1.1rem;
    }

    .bottom-nav .tabbar.tab-style5 ul {
        justify-content: center;
    }

    .bottom-nav .tabbar.tab-style5 li {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 1px;
        left: 0;
        width: calc(100% / 5);
        height: 50px;
        transition: top 0.4s ease-out, border-radius 0.4s ease-out, box-shadow 0.4s ease-out;
    }

    .bottom-nav .tabbar.tab-style5 .active {
        width: calc(100% / 5);
        height: 60px;
        border-radius: 100%;
        top: -1rem;
        background-color: var(--clay-background-color);
        box-shadow: 1px 2px 4px 0 var(--clay-box-shadow), 2px 4px 8px 0 var(--clay-box-shadow), inset 2px 2px 8px var(--outset-shadow), inset -2px -2px 8px var(--inset-shadow);
        color: var(--clay-fg-color);
    }

        .bottom-nav .tabbar.tab-style5 .active i {
            font-size: 2rem;
        }

/*      ************    BOTTOM NAV STYLE     ************  */


/*  *****       SIDEBAR MENU    ******  */

.offcanvas-header .btn-close-container,
.offcanvas-header .logo-container,
.offcanvas-header .accounttype-container {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.offcanvas-header .btn-close-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #555;
    padding: .6rem;
    margin-top: 1rem;
}

.offcanvas-header .btn-close-container .btn-close {
    padding: unset;
    margin: unset;
    width: 2em;
    height: 2em;
    background-size: auto;
}

.offcanvas-header .logo-container {
    flex: 1;
}

.offcanvas-header .accounttype-container {
    width: auto;
}

.offcanvas-header .offcanvas-title {
    font-size: 25px;
    color: #aeaeae;
    margin-top: 1rem;
}


.edit-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px var(--seperator-color);
    color: var(--bs-heading-color);
    text-decoration: none;
}

    .edit-profile .initials {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: var(--dark-color);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 1.4em;
    }

    .edit-profile .profile-name {
        flex: 1;
        margin-left: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 2rem;
    }

.profile-card {
    border-radius: 12px;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
}

.profile-card-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.profile-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #003845;
}

.profile-card-subtitle {
    font-size: smaller;
    line-height: 20px;
}

.profile-picture {
    width: 20%;
    /* height: 100px; */
}

.list-group-category {
    margin-top: 3rem;
    font-size: larger;
    font-weight: 600;
    margin-left: .5rem;
}

ul.user-menu {
    border-radius: 0;
}

    ul.user-menu li.list-group-item {
        border: 0;
        /* font-size: 1.6rem; */
        padding: .5rem;
        border-bottom: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    }

        ul.user-menu li.list-group-item a.list-group-item-link {
            color: var(--bs-heading-color);
            text-decoration: none;
        }

            ul.user-menu li.list-group-item a.list-group-item-link:hover {
                color: var(--primary-color);
                text-decoration: none;
            }

.text-decoration-none {
    text-decoration: none;
}

.text-dark {
    color: var(--dark-color) !important;
}

.bg-dark {
    background-color: var(--dark-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-tertiary {
    color: var(--tertiary-color) !important;
}

.text-light-gray {
    color: var(--light-gray-color) !important;
}

.text-disabled {
    color: var( --seperator-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-tertiary {
    background-color: var(--tertiary-color) !important;
}

.bg-light-gray {
    background-color: var(--light-gray-color) !important;
}

.bg-disabled {
    background-color: var(--seperator-color) !important;
}

.text-placeholder {
    color: #595F79;
}

.btn-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: #408168;
    --bs-btn-active-bg: #408168;
    --bs-btn-active-border-color: #408168;
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color)
}

.btn-secondary {
    --bs-btn-bg: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--secondary-color);
    --bs-btn-disabled-border-color: var(--secondary-color)
}

.btn-logout {
    color: var(--bs-heading-color);
    text-decoration: none;
    display: flex;
    height: 45px;
    border: 1px solid #121212;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*  *****       SIDEBAR MENU    ******  */


.header-profile-picture-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

    .header-profile-picture-container img, mw-100p {
        max-width: 100%;
    }

    .header-profile-picture-container img, mh-100p {
        max-height: 100%;
    }








.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 0;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.social-logo {
    max-width: 35px;
}

.store-logo {
    max-width: 150px;
}

.modal-btn-apply {
    max-width: 150px;
    width: 100%;
    font-size: 15px;
}

.filter-modal-body .sort-by-row {
    border-bottom: 1px solid #dedede;
}

.filter-modal-body h4 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 2rem;
}

.filter-modal-body ul li,
.filter-modal-body .sort-by {
    padding-left: 2rem;
    padding-right: 2rem;
}

.filter-modal-body input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.mobile-search-location,
.mobile-search-filters {
    border: 1px solid #dedede;
    border-radius: 10px;
    height: 45px;
}

.mobile-search-location {
    padding-left: 10px;
}

.mobile-search-filters {
    width: 45px;
}

#desktop_search_form_location {
    line-height: 30px;
    cursor: pointer;
}

.mobile-search-box {
    position: relative;
}

    .mobile-search-box input {
        padding-right: 30px
    }

    .mobile-search-box i {
        position: absolute;
        right: 20px;
        top: 10px;
        bottom: 0;
        margin: auto;
        font-size: 1.2rem;
    }

ul.user-menu,
ul.recent-search-list {
    border-radius: 0;
}

.location-modal .modal-dialog,
.location-modal .modal-dialog .modal-content {
    min-height: 80vh;
}

ul.recent-search-list li {
    border: 0;
    border-bottom: 1px solid #ddd;
}

    ul.recent-search-list li a.list-group-item-link {
        display: flex;
        justify-content: start;
        align-items: center;
        color: var(--light-gray-color);
    }

        ul.recent-search-list li a.list-group-item-link small {
            margin-left: .5rem;
            font-size: .8rem;
        }

.no-bg {
    background-color: transparent !important;
    background: none !important;
    background-image: none !important;
}

.no-border {
    border: none !important;
    border-width: 0 !important;
}

.submit-button-container.desktop {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: .3rem;
    padding-bottom: .3rem;
    margin-top: 1rem;
}

.submit-button-container.mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 0;
    right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: white;
    z-index: 99;
    margin: 0;
}



.iti {
    width: 100%;
}

.iti__country-container {
    border-right: 1px solid #ddd;
    z-index: 9;
    margin-top: .3rem;
    margin-bottom: .25rem;
    padding-right: .2rem;
}

.invalid-feedback {
    position: absolute !important;
    bottom: -20px !important;
}

.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid {
    box-shadow: none;
    border-color: inherit;
    background-image: none;
}

.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important
}

.form-control.is-valid {
    border-color: var(--bs-form-valid-border-color) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important
}



input.jq-validation-hidden-input {
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.me-character-counter {
    font-size: 12px
}

img.customer-profile-picture {
    border-radius: 50%
}

.profile-picture-container {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mw-85p {
    max-width: 85%
}

.cursor-pointer {
    cursor: pointer
}

.text-sm{
    font-size:small !important
}

.loading-spinner, .loading-spinner:before, .loading-spinner:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loading-spinner {
    color: #000;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

    .loading-spinner:before,
    .loading-spinner:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loading-spinner:before {
        left: -3.5em;
        animation-delay: -0.32s;
    }

    .loading-spinner:after {
        left: 3.5em;
    }

@keyframes bblFadInOut {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}
.text-19_2{
    font-size:19.2px
}
.form-group{
    position:relative
}



.gm-style-iw .gm-style-iw-chr {
    position: relative !important;
}

.gm-style-iw .gm-ui-hover-effect {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 30px !important;
    height: 30px !important;
}

.gm-style-iw .gm-ui-hover-effect > span {
    margin: 0 !important
}




.chat .chat-history {
    border-bottom: 2px solid #fff
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.chat .chat-history .message-name {
    font-size: .8rem;
    text-transform:capitalize
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px;
    font-size: .7rem;
}

.chat .chat-history .message {
    color: #444;
    padding: .3rem;
    line-height: 26px;
    font-size: .9rem;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    top: -16px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: auto;
    right:1px;
    top: -16px
}

.chat .chat-message {
    display:flex;
    justify-content:center;
    flex-direction:column
}

.chat .chat-message small {
    font-size:.7rem
}
.dropdown-menu.autosuggest-list {
    width: 95%;
    max-height: 200px; /* Limit height for scrolling */
    overflow-y: auto;
    display: none; /* Hide initially */
    position: absolute; /* Prevent content shift */
    z-index: 1055; /* Ensure it's above other elements */
    padding: .5px;
}

/* Ensure mobile responsiveness */
@media (max-width: 576px) {
    .dropdown-menu.autosuggest-list {
        font-size: 14px;
    }
}

.gallery-image {
    height: 100%;
    max-height: 300px;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    padding: .2rem;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius);
}



.thumbnail-image {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
    /*box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);*/
    padding: .2rem;
}

.thumbnail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius);
}

.search-by-location.mobile {
    border: 0;
    padding: 0;
    background: none;
    width: 92%;
    outline: none;
    line-height: 43px;
}

.mw-100px {
    max-width: 100px;
}

.clear-search-button {
    border-bottom: 1px dotted blue;
    color: blue;
    padding: 0;
    margin: 20px 5px;
    border-radius: 0;
}
.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#bbbbbb,Strength=2) progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true')
}

.tooltip .tooltip-inner {
    background-color: var(--tertiary-color) !important
}

.tooltip .tooltip-arrow::before {
    border-top-color: var(--tertiary-color) !important
}

.disabled-date {
    text-decoration: line-through;
    text-decoration-color: red;
}
label.required::after {
    content: " *";
    color: red;
}
.ws-nowrap {
    white-space: nowrap
}
.mnw-250px {
    min-width: 250px !important
}