/*@font-face {*/
/*    font-family: "regular";*/
/*    src: url("fonts/PPPangramSans-Regular.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "medium";*/
/*    src: url("fonts/PPPangramSans-Medium.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "bold";*/
/*    src: url("fonts/PPPangramSans-Bold.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "light";*/
/*    src: url("fonts/PPPangramSans-Light.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/



/*html,*/
/*body {*/
/*    font-family: "regular";*/
/*}*/

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*strong,*/
/*b,*/
/*button,*/
/*th {*/
/*    font-family: "bold";*/
/*}*/

/*a {*/
/*    font-family: 'medium';*/
/*}*/

/*section,*/
/*p,*/
/*span,*/
/*div,*/
/*li,*/
/*td {*/
/*    font-family: "regular";*/
/*}*/

/*.font-light {*/
/*    font-family: "light" !important;*/
/*}*/

/*.font-regular {*/
/*    font-family: "regular" !important;*/
/*}*/

/*.font-medium {*/
/*    font-family: "medium" !important;*/
/*}*/

/*.font-bold {*/
/*    font-family: "bold" !important;*/
/*}*/

/* Variables */

body {
    font-family: Wide,sans-serif
}

::-moz-selection {
    background-color: #76B732;
    color: #fff
}

::selection {
    background-color: #76B732;
    color: #fff
}

h1,h2,h3,h4,h5,h6,ul,li,p,label,address {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    -webkit-user-drag: none!important
}

a {
    text-decoration: none;
    -webkit-user-drag: none!important;
    outline: none
}

a:focus {
    outline: none
}

a:hover {
    text-decoration: none!important
}

button {
    outline: none!important
}

button:focus {
    outline: none!important
}

@font-face {
    font-display: swap;
    font-family: "Wide";
    src: url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("embedded-opentype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("opentype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("woff"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("truetype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Wide";
    src: url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("embedded-opentype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("opentype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("woff"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("truetype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/regular.otf) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Wide";
    src: url(../../../../../../../../../themes/dispensary/assets-new/fonts/medium.otf) format("embedded-opentype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/medium.otf) format("woff"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/medium.otf) format("truetype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/medium.otf) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Wide";
    src: url(../../../../../../../../../themes/dispensary/assets-new/fonts/wide-bold.otf) format("embedded-opentype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/wide-bold.otf) format("woff"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/wide-bold.otf) format("truetype"),url(../../../../../../../../../themes/dispensary/assets-new/fonts/wide-bold.otf) format("svg");
    font-weight: 700;
    font-style: normal
}
:root {
    --theme: #254d27;
    --teal: #4EC0B0;
    --lime: #30d890;
    /*--green: #06390d;*/
    --green: #000;
    --leafyGradient: linear-gradient(to right, #30d890, #2ed4c1);
	--strongGradient: linear-gradient(45deg, #20966E, #06390D);
	--orangeGradient: linear-gradient(45deg, var(--orange), #ff4b00);
	--purpleGradient: linear-gradient(45deg, #d091d9, #CD48DF);
    --pinkGradient: linear-gradient(45deg, #ffe0ed, #FFD3E5);
}
html body ul li::before,
html body ol li::before
{
    background-color:var(--teal) !important;
}
html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

a {
    outline: 0 !important;
}

.ccpa-opt-out-icon svg {
    max-width: 40px;
}
.osano-cm-window__widget {
    display: none;
}

.vh-footer .row>div {
    margin-bottom: 30px;
}

.vh-footer {
    background-color: #f5f5f5;
    padding: 100px 0 30px;
}

@media (max-width: 991px) {
    .vh-footer {
        padding: 45px 15px 15px;
    }
}

.vh-footer .f-info {
    display: flex;
    flex-direction: column;
}

.vh-footer .f-info .f-brand {
    display: inline-block;
    margin-bottom: 30px;
}

.vh-footer .f-info .f-brand img {
    height: 48px;
    width: auto;
}

@media (max-width: 767px) {
    .vh-footer .f-info .f-brand img {
        height: 32px;
    }
}

.vh-footer .f-info .cf-link~.cf-link {
    margin-top: 12px;
}

.vh-footer .f-info .cf-link {
    color: #959595;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 767px) {
    .vh-footer .f-info .cf-link {
        font-size: 12px;
    }
}

.vh-footer .f-info .cf-link i {
    margin-right: 10px;
}

.vh-footer .f-info .cf-link:hover {
    color: var(--orange);
}

.vh-footer .f-info .verified-images {
    margin-top: 30px;
}

.vh-footer .f-info .verified-images img~img {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .vh-footer .f-info .verified-images {
        margin-top: 15px;
    }

    .vh-footer .f-info .verified-images.d-flex {
        flex-wrap: wrap;
    }

    .vh-footer .f-info .verified-images img~img {
        margin-left: 0;
        margin-top: 15px;
    }
}

.vh-footer .quick-links h5 {
    color: var(--green);
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .vh-footer .quick-links h5 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .vh-footer .quick-links h5.mt-xs-20 {
        margin-top: 10px !important;
    }
}

.vh-footer .quick-links a {
    color: #959595;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
    position: relative;
    transition: color 0.15s linear;
}

@media (max-width: 767px) {
    .vh-footer .quick-links a {
        font-size: 13px;
    }
}

.vh-footer .quick-links a:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--orange);
    transition: 0.15s linear;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.vh-footer .quick-links a~a {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .vh-footer .quick-links a~a {
        margin-top: 10px;
    }
}

.vh-footer .quick-links a:hover {
    color: var(--orange);
}

.vh-footer .quick-links a:hover:after {
    width: 35px;
}

@media (min-width: 1200px) {
    .quick-links {
        padding-left: 100px;
    }
}

.btn-green {
    background-image: var(--leafyGradient);
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 10px 0 0;
    min-width: 0;
    font-size: 16px;
    display: inline-block;
}

.btn-green:hover {
    background-image: var(--orangeGradient);
    color: #fff;
}

.vh-subscription {
    padding: 50px 0;
    background-color: #fff;
}

.vh-subscription h6 {
    font-size: 20px;
    color: var(--green);
    margin: 0;
}

.vh-subscription p {
    font-size: 18px;
    color: #959595;
    margin: 0 0 10px;
}

.vh-subscription .form-control {
    background-color: #f1f1f1;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 10px;
    padding: 5px 20px;
    min-height: 50px;
    color: #1d1d1d;
}

.vh-subscription .form-control::placeholder {
    color: #979797;
}

.vh-subscription select.form-control {
    color: #979797;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.vh-subscription select.form-control option {
    color: #1d1d1d;
}

.vh-subscription select.form-control option:first-child {
    color: #979797;
}

.vh-subscription select.form-control option:hover {
    color: #fff;
}

.vh-subscription ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
}

.vh-subscription ul li {
    display: inline-block;
    list-style-type: none;
}

.vh-subscription ul.socials {
    margin: 30px 0 !important;
}

.vh-subscription ul.socials li a {
    font-size: 12px;
    margin: 0 1px;
    text-align: center;
    display: block;
    color: #fff;
    width: 34px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
}

.vh-subscription ul.socials li:last-child a {
    margin-right: 0;
}

.vh-subscription ul.socials li:first-child a {
    margin-left: 0;
}

.vh-subscription ul.socials.simples li a {
    color: #fff;
    font-size: 14px;
}

.vh-subscription ul.socials.simples.darkcolor li a {
    color: #495158;
}

.vh-subscription .social-facebook {
    background-color: #3a5898;
    border-color: #3a5898;
}

.vh-subscription .social-insta {
    background-color: #262626;
    border-color: #262626;
}

.vh-subscription .social-twitter {
    background-color: #28a0d2;
    border-color: #28a0d2;
}

.vh-subscription .social-youtube {
    background-color: #c4302b;
    border-color: #c4302b;
}

.vh-subscription .social-linkedin {
    background-color: #0071a8;
    border-color: #0071a8;
}

.vh-subscription .social-google {
    background-color: #be342b;
    border-color: #be342b;
}

.vh-subscription .social-whatsapp {
    background-color: #25d366;
    border-color: #25d366;
}

.vh-subscription ul.socials li a:focus,
.vh-subscription ul.socials li a:hover {
    color: var(--orange);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .vh-subscription {
        text-align: center;
    }
}

.vh-copyright {
    background-color: #f5f5f5;
    padding: 20px 0;
}

.vh-copyright p {
    margin: 0;
    font-size: 16px;
    color: grey;
}

.vh-copyright .terms-policy-links a {
    color: grey;
    text-decoration: none !important;
}

.vh-copyright .terms-policy-links a~a {
    margin-left: 15px;
}

.vh-copyright .terms-policy-links a:hover {
    color: var(--orange);
}

@media (max-width: 767px) {
    .vh-copyright .d-flex {
        flex-direction: column;
    }

    .vh-copyright p {
        margin-bottom: 6px !important;
        font-size: 14px !important;
    }

    .vh-copyright .terms-policy-links a {
        font-size: 14px !important;
    }
}

@media (max-width: 420px) {
    .vh-footer .f-info .f-brand img {
        height: 25px;
    }

    #nav_menu-4 .quick-links {
        margin-top: 8px !important;
    }
}

ul.socials li a {
    font-size: 12px;
    margin: 0 1px;
    text-align: center;
    display: block;
    color: #fff;
    width: 34px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
}

ul.socials li:last-child a {
    margin-right: 0;
}

ul.socials li:first-child a {
    margin-left: 0;
}

ul.socials.simples li a {
    color: #fff;
    font-size: 14px;
}

ul.socials.simples.darkcolor li a {
    color: #495158;
}

.social-facebook {
    background-color: #3a5898;
    border-color: #3a5898;
}

.social-insta {
    background-color: #262626;
    border-color: #262626;
}

.social-twitter {
    background-color: #28a0d2;
    border-color: #28a0d2;
}

.social-youtube {
    background-color: #c4302b;
    border-color: #c4302b;
}

.social-linkedin {
    background-color: #0071a8;
    border-color: #0071a8;
}

.social-google {
    background-color: #be342b;
    border-color: #be342b;
}

.social-whatsapp {
    background-color: #25d366;
    border-color: #25d366;
}

ul.socials li a:focus,
ul.socials li a:hover {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}

.topbar {
    background: #4e565c;
    padding: 0.5rem 0;
}

.topbar .topbbar-links {
    font-size: 14px;
    color: var(--teal);
    margin: 5px 0 0 20px;
}

.topbar .topbbar-links .fa-caret-down:before {
    position: relative;
    right: -5px;
}

@media (max-width: 991px) {
    .topbar {
        display: none;
    }
}

.topbar .socials~p {
    color: #fff;
    font-size: 14px;
}

.topbar .socials~a {
    color: #fff;
    text-decoration: none;
    transition: 0.1s linear;
    font-size: 14px;
}

.topbar .socials~a i {
    color: #ffa600;
}

.topbar .socials~a:hover {
    color: var(--teal);
}

.topbar .drop-drown {
    margin-right: 10px;
}

.topbar .drop-drown .btn {
    color: #fff;
    outline: 0;
    box-shadow: none;
    transition: 0.1s linear;
    font-size: 14px;
}

.topbar .drop-drown .btn:hover {
    color: var(--orange);
}

.topbar .drop-drown~a {
    color: #fff;
    text-decoration: none;
    transition: 0.1s linear;
    font-size: 14px;
}

.topbar .drop-drown~a:hover {
    color: var(--orange);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
    background-color: #000;
    opacity: 0;
}

.overlay.show-overlay {
    display: none;
    z-index: 30;
    opacity: 0.3;
}

.site-header ul {
    margin: 0;
    padding: 0;
}

.site-header ul li {
    display: inline-block;
    list-style-type: none;
}

@media (min-width: 992px) {
    .site-header .mobile-bar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header .mobile-bar {
        min-height: 59px;
        width: 100%;
        display: flex;
        margin: 0;
        position: relative;
        background: #fff;
    }
}

.site-header .navbar {
    background-color: #fff;
}

@media (max-width: 991px) {
    .site-header .navbar {
        padding: 10px 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1050;
    }

    .site-header .navbar .container {
        position: relative;
    }
}

@media (min-width: 992px) {
    .site-header .navbar.sticky {
        
    }
    .site-header .navbar {
        max-width: 1200px;
        margin: auto;
        border-radius: 15px;
        top: 10px;
    }
}

.site-header .navbar-brand {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .site-header .navbar-brand {
        margin: 0 auto;
        display: block;
    }
}

.site-header .navbar {
    position: fixed !important;
    width: 100%;
    z-index: 1050;
    max-width: 1200px;
    margin: auto;
    border-radius: 15px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

.site-header .navbar-brand img {
    height: 33px;
    width: auto;
}

.site-header .navbar-toggler {
    color: #3d3d3d;
    font-size: 28px;
    padding: 0;
    border: none;
    margin: 0;
    outline: 0;
    position: absolute;
    left: 15px;
}

.site-header .navbar-toggler:hover {
    color: var(--lime);
}

@media (min-width: 992px) {
    .site-header .navbar-toggler {
        display: none;
    }
}

.site-header .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 991px) {
    .site-header .navbar-nav {
        display: none;
    }
}

.navbar-nav .nav-item:hover>.nav-link {
    background: #f0f0f0;
}

.site-header .navbar-nav .nav-item {
    width: auto;
    display: inline-block;
}

.site-header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 400;
}

.site-header .navbar-nav .nav-item .nav-link:hover {
    color: #111;
}

.site-header .navbar-nav .nav-item .btn-outline {
    border: 2px solid var(--orange);
    color: var(--orange);
    border-radius: 50px;
    padding: 7px 20px;
}

.site-header .navbar-nav .nav-item .btn-outline:hover {
    color: #fff;
    background-color: var(--orange);
}

/* .mobile-menu {
    width: 320px;
    height: calc(100vh - 80px);
    padding: 0 20px 30px;
    position: fixed;
    left: -330px;
    top: 43px;
    z-index: 100;
    background-color: #fff;
    transition: 0.2s linear;
    overflow-y: auto;
}
 */
/* .mobile-menu.insert {
    left: 0;
    top: 57px;
}
 */
/*  .mobile-menu .links-holder {
    display: none;
    padding: 10px 0px;
}

.mobile-menu .form-group {
    margin: 15px 0 20px;
}

.mobile-menu .form-group label {
    font-size: 14px;
    margin: 0 0 5px;
    color: var(--lime);
}

.mobile-menu .form-group .input-group {
    border-radius: 60px;
    border: 2px solid var(--orange);
    margin-top: 10px;
}

.mobile-menu .form-group .input-group .form-control {
    min-height: 40px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    box-shadow: none;
}

.mobile-menu .form-group .input-group .btn {
    outline: 0;
    box-shadow: none;
} */
/*
.mobile-menu .form-group .input-group .btn img {
    height: 17px;
    filter: grayscale(1) contrast(0.1);
}

.mobile-menu .form-group .input-group .btn:hover img {
    filter: grayscale(0);
}

.mobile-menu a {
    display: inline-block;
    margin: 3px 0;
    text-decoration: none;
    width: 100%;
    color: #495158;
}

.mobile-menu a:hover {
    color: var(--orange);
}

.mobile-menu hr {
    border-color: var(--lime);
    border-width: 2px;
    margin: 0;
}

.mobile-menu .socials {
    margin-top: 0;
}
 */
.search-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 200px 0 100px 0;
    justify-content: center;
    border-radius: 0 0 100px 100px;
}

@media (max-width: 1199px) {
    .search-banner {
        padding: 150px 0 200px;
    }
}

@media (max-width: 991px) {
    .search-banner {
        padding: 120px 0 180px;
    }
}

@media (max-width: 767px) {
    .search-banner {
        padding: 100px 0 150px;
    }
}

.search-banner .text {
    color: #fff;
    text-align: center;
}

.search-banner .text h1 {
    font-size: 46px;
}

@media (max-width: 1199px) {
    .search-banner .text h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .search-banner .text h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .search-banner .text h1 {
        font-size: 24px;
    }
}

.search-banner .text p {
    font-size: 22px;
    margin: 0 0 30px;
}

@media (max-width: 1199px) {
    .search-banner .text p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .search-banner .text p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .search-banner .text p {
        font-size: 16px;
    }
}

.search-banner .search-container {
    background-color: #fff;
    border-radius: 7px;
    padding: 30px 35px;
}

.search-banner .search-container label {
    color: #c2c2c2;
    margin: 10px 0;
}

.search-banner .search-container .form-control {
    margin: 0;
    height: 55px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #8b8b8b;
    padding: 0;
    box-shadow: none;
    outline: 0;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .search-banner .search-container .form-control {
        margin-bottom: 15px;
    }
}

.search-banner .search-container .form-control::placeholder {
    color: #c2c2c2;
}

.search-banner .search-container .input-group {
    border-radius: 0;
}

.search-banner .search-container .input-group .btn {
    outline: 0;
    border-bottom: 1px solid #8b8b8b;
    box-shadow: none;
    border-radius: 0;
}

@media (max-width: 767px) {
    .search-banner .search-container .input-group .btn {
        margin-bottom: 15px;
    }
}

.search-banner .search-container .input-group .btn img {
    filter: grayscale(1);
}

.search-banner .search-container .input-group .btn:hover img {
    filter: grayscale(0);
}

.search-banner .search-container .location-field {
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url(../images/target.png);
}

.search-banner .search-container .irs--round {
    height: 15px;
}

.search-banner .search-container .irs--round .irs-line {
    top: 5px;
    height: 5px;
    background-color: #fafafa;
    border-radius: 7px;
}

.search-banner .search-container .irs--round .irs-bar {
    top: 5px;
    height: 5px;
    background-color: var(--lime);
}

.search-banner .search-container .irs--round .irs-bar--single {
    border-radius: 8px 0 0 8px;
}

.search-banner .search-container .irs--round .irs-handle {
    top: -3px;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid var(--lime);
    cursor: pointer;
}

.search-banner .search-container .irs .irs .irs-single {
    opacity: 0;
}

@media (max-width: 1199px) {
    .search-banner .search-container .btn-gradient {
        margin-top: 20px;
    }
}

.btn-gradient {
    font-size: 18px;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    background-image: var(--leafyGradient);
    border-radius: 50px;
    color: #fff !important;
    cursor: pointer;
    width: 100%;
}

#nearby-dispensaries .disp-holder {
    position: relative;
    margin-bottom: 30px;
    border: none;
    padding: 0;
}

.disp-holder {
    position: relative;
    margin-bottom: 30px;
    border: 2px solid var(--theme);
    border-radius: 20px;
    padding: 10px 10px 4px 10px;
}

.disp-holder a {
    display: inline-block;
    width: 100%;
    position: relative;
}

#nearby-dispensaries .disp-holder a {
    display: inline-block;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: var(--theme);
    border-radius: 10px;
    min-height: 84px;
    transition: linear .15s;
}

#nearby-dispensaries .disp-holder a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 2px 20px #ccc;
}

#nearby-dispensaries .disp-holder a:hover h5 {
    color: var(--orange);
}

.disp-holder .img-holder {
    position: relative;
    padding-top: 60%;
}

#nearby-dispensaries .disp-holder .img-holder {
    position: relative;
    width: 25%;
    padding: 0;
}

.disp-holder .img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

#nearby-dispensaries .disp-holder .img-holder img {
    border-radius: 10px 0 0 10px;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.disp-holder .mask {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    height: auto;
    z-index: 5;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 15px;
    border-radius: 10px;
}

#nearby-dispensaries .disp-holder .mask {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 74%;
    height: auto;
    z-index: 5;
    color: #fff;
    padding: 15px 20px 15px 5px;
    border-radius: 0 100px 100px 0;
    background: var(--theme);
    min-height: 110px;
}

.disp-holder .mask .rate .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    height: 15px;
    width: 15px;
    margin-right: 2px;
}

.disp-holder .mask .rate .jq-ry-container {
    padding: 0;
    margin-bottom: 3px;
}

.disp-holder .mask h5 {
    font-size: 16px;
    margin: 0;
}

.disp-holder .mask h5:hover {
    color: var(--orange);
}

#nearby-dispensaries .disp-holder .mask strong {
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    left: 0;
    padding: 2px 10px;
    border-radius: 50px;
}

#popular-dispensaries .disp-holder .mask strong {
    position: absolute;
    right: 10px;
    top: 10px;
}

.disp-holder .mask p {
    font-size: 12px;
    margin: 0;
}

.disp-holder.big-block .img-holder {
    padding-top: calc(60% + 20px);
}

.disp-holder.big-block .text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    padding: 10px;
    background: rgba(0,0,0,.7);
    width: calc(100% - 40px);
    color: #fff;
    border-radius: 10px;
}

.disp-holder.big-block .text .rate {
    color: #fec20f;
    font-size: 14px;
    margin: 0 0 3px;
}

.disp-holder.big-block .text h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .disp-holder.big-block .text h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .disp-holder.big-block .text h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .disp-holder.big-block .text h3 {
        font-size: 18px;
    }
}

.disp-holder.big-block .text h3 a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    font-family:bold;
}

.disp-holder.big-block .text h3 a:hover {
    color: var(--orange);
}

.disp-holder.big-block .text p {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 1199px) {
    .disp-holder.big-block .text p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .disp-holder.big-block .text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .disp-holder.big-block .text p {
        font-size: 13px;
    }
}

h2 {
    font-size: 34px;
    margin: 0;
    color: var(--green);
}

@media (max-width: 1199px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}

.heading-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.heading-bar a {
    color: #fff;
    background: var(--leafyGradient);
    font-family: 'medium';
    padding: 3px 20px 0 20px;
    font-size: 16px;
    text-decoration: none !important;
    border-radius: 50px;
    transition: linear .15s;
}

.heading-bar a:hover {
    color: #fff;
    opacity: .7;
}

@media (max-width: 1199px) {
    .heading-bar a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .heading-bar a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .heading-bar a {
        font-size: 14px;
    }
}

.dispensaries {
    padding: 100px 0 60px;
}

@media (max-width: 1199px) {
    .dispensaries {
        padding: 80px 0 50px;
    }
}

@media (max-width: 991px) {
    .dispensaries {
        padding: 60px 0 30px;
    }
}

@media (max-width: 767px) {
    .dispensaries {
        padding: 40px 0 10px;
    }
}

.text-block {
    padding: 50px 0;
}

.text-block .container {
    display: flex;
    flex-wrap: wrap;
}

.find-image img {
    max-width: 550px;
    height: auto;
}

.text-block h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.text-block h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 12vw;
    border-radius: 10px;
    background-color: var(--lime);
}

.text-block p {
    font-size: 22px;
    color: #737373;
    margin: 0 0 20px;
}

@media (max-width: 1199px) {
    .text-block p {
        font-size: 18px;
        margin: 0 0 25px;
    }
}

@media (max-width: 991px) {
    .text-block p {
        font-size: 16px;
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .text-block p {
        font-size: 14px;
        margin: 0 0 15px;
    }
}

.get-card .card-wrapper {
    border-radius: 25px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 80px;
}

@media (max-width: 1199px) {
    .get-card .card-wrapper {
        padding: 86px 60px;
        border-radius: 20px;
    }
}

@media (max-width: 991px) {
    .get-card .card-wrapper {
        padding: 75px 50px;
        border-radius: 15px;
    }
}

@media (max-width: 767px) {
    .get-card .card-wrapper {
        padding: 54px 35px;
        border-radius: 12px;
    }
}

@media (max-width: 576px) {
    .get-card .card-wrapper {
        padding: 35px 20px;
        border-radius: 10px;
    }
    .text-block .row {
        flex-wrap: wrap-reverse;
    }
}

.get-card .card-wrapper .text h2,
.get-card .card-wrapper .text p {
    color: #fff;
}

.get-card .card-wrapper .text p {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .get-card .card-wrapper .text p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .get-card .card-wrapper .text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .get-card .card-wrapper .text p {
        font-size: 13px;
    }
}

.get-card .card-wrapper .text h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 40px;
}

@media (max-width: 1199px) {
    .get-card .card-wrapper .text h2 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .get-card .card-wrapper .text h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .get-card .card-wrapper .text h2 {
        font-size: 20px;
    }
}

.get-card .card-wrapper .text h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 12vw;
    border-radius: 10px;
    background-color: var(--lime);
}

.vh-circle {
    padding: 100px 0;
}

@media (max-width: 1199px) {
    .vh-circle {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .vh-circle {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .vh-circle {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .vh-circle img {
        display: block;
        margin: 0 auto;
        max-width: 400px;
        margin-bottom: 20px;
        width: 100%;
    }
}

.vh-circle h4 {
    font-size: 32px;
    margin: 0 0 25px;
    color: var(--green);
}

@media (max-width: 1199px) {
    .vh-circle h4 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .vh-circle h4 {
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .vh-circle h4 {
        font-size: 22px;
    }
}

.vh-circle p {
    color: #737373;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.vh-circle p a
{
    color:var(--teal);
}
.vh-circle p a:hover
{
    color:var(--orange);
}

@media (max-width: 1199px) {
    .vh-circle p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .vh-circle p {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .vh-circle p {
        font-size: 14px;
    }
}

.vh-circle p~p {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .vh-circle p~p {
        margin-top: 18px;
    }
}

.upper-foot {
    background-image: var(--leafyGradient);
    padding: 50px 0;
}
.upper-foot .btn-green
{
    background-image: var(--orangeGradient);
}

@media (max-width: 991px) {
    .upper-foot {
        padding: 35px 0;
    }
}

@media (max-width: 991px) {

    .upper-foot .d-flex,
    .upper-foot .d-inline-flex {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .upper-foot .text {
        margin: 12px 0 18px !important;
    }
}

.upper-foot .text h2,
.upper-foot .text p {
    color: #fff;
    margin: 0;
}

.upper-foot .text h2 {
    margin: 0 0 5px;
}

@media (max-width: 991px) {
    .upper-foot .text h2 {
        text-align: center;
    }
}

.upper-foot .text p {
    font-size: 23px;
}

@media (max-width: 1199px) {
    .upper-foot .text p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .upper-foot .text p {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .upper-foot .text p {
        font-size: 14px;
    }
}

.profile-banner {
    min-height: 80vh;
    /*    background-image: url(../images/profile-banner.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 991px) {
    .profile-banner {
        min-height: 60vh;
    }
}

@media (max-width: 767px) {
    .profile-banner {
        min-height: 54vh;
    }
}

.profile-banner .container {
    position: relative;
}

.profile-banner .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    color: #fff;
    background-image: linear-gradient(to top, #4e565c, #3e4952cc, transparent);
    padding: 15px 15px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.profile-banner .mask .shop-logo {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}

.profile-banner .mask .shop-logo .verified-mark {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.profile-banner .mask .rate {
    color: #fec20f;
    font-size: 13px;
    margin: 0 0 3px;
    text-align: center;
}

.profile-banner .mask .rate>div {
    display: inline-block;
}

@media (max-width: 1199px) {
    .profile-banner .mask .rate {
        margin: 0 0 15px;
    }
}

.profile-banner .mask h5 {
    font-size: 24px;
    margin: 0;
    color: #fff;
    margin: 10px 0 5px;
}

.profile-banner .mask p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
    max-width: calc(50% - 150px);
    text-align: left;
}

@media (max-width: 1199px) {
    .profile-banner .mask p {
        position: relative;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .profile-banner .mask p {
        position: relative;
        font-size: 12px;
    }
}

.profile-banner .mask p strong {}

.profile-banner .mask p.left {
    left: 0;
}

.profile-banner .mask p.right {
    right: 0;
}

.dispensary-links {
    text-align: center;
    padding: 60px 0 90px;
}

.dispensary-links ul {
    border-radius: 10px;
    display: inline-flex;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
}

@media (max-width: 767px) {
    .dispensary-links ul {
        width: 100%;
        flex-wrap: wrap;
    }
}

.dispensary-links ul li {
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 767px) {
    .dispensary-links ul li {
        width: calc(100% / 3);
        border-bottom: 1px solid #ededed;
    }

    .dispensary-links ul li:nth-child(4),
    .dispensary-links ul li:nth-child(7) {
        border-left: none !important;
    }

    .dispensary-links ul li:nth-child(7),
    .dispensary-links ul li:nth-child(8),
    .dispensary-links ul li:nth-child(9) {
        border-bottom: none !important;
    }
}

.dispensary-links ul li~li {
    border-left: 1px solid #ededed;
}

.dispensary-links ul li a {
    display: inline-flex;
    height: 60px;
    width: 80px;
    align-items: center;
    justify-content: center;
    transition: 0.15s linear;
}

@media (max-width: 991px) {
    .dispensary-links ul li a {
        height: 40px;
        width: 60px;
    }
}

@media (max-width: 767px) {
    .dispensary-links ul li a {
        height: 60px;
        width: 100%;
    }
}

.dispensary-links ul li a img {
    filter: contrast(0);
    opacity: 0.45;
    transition: 0.15s linear;
}

@media (max-width: 991px) {
    .dispensary-links ul li a img {
        height: 25px;
        width: auto;
    }
}

.dispensary-links ul li a:hover img {
    filter: contrast(1);
    opacity: 1;
}

.popover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: none !important;
}

.popover .popover-header {
    display: none;
}

.popover .popover-body {
    color: var(--green);
}

.popover>.arrow:before {
    border-bottom-color: #e8e8e8;
}

.about {
    margin-bottom: 90px;
}

.about h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 28px;
}

.about h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 5vw;
    border-radius: 10px;
    background-color: var(--lime);
}

.about p {
    color: #737373;
    font-size: 18px;
    margin: 0;
    text-align: left;
}

@media (max-width: 1199px) {
    .about p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .about p {
        font-size: 16px;
        line-height: 22px;
    }
    .about h2:after
    {
        width: 12vw;
    }
}

@media (max-width: 767px) {
    .about p {
        font-size: 14px;
        line-height: 20px;
    }
}

.about p~p {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .about p~p {
        margin-top: 18px;
    }
}

.videos-slider {
    margin-top: 80px;
}

.videos-slider .owl-stage-outer {
    border-radius: 10px;
}

.videos-slider .owl-stage {
    padding-left: 0 !important;
}

.videos-slider .owl-item {
    opacity: 0.4;
    pointer-events: none;
}

.videos-slider .owl-item.active {
    opacity: 1;
    pointer-events: all;
}

.videos-slider .video-holder {
    position: relative;
    padding-top: 56%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e4e4e4;
}

.videos-slider .video-holder iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.videos-slider .owl-nav {
    text-align: right;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .videos-slider .owl-nav {
        text-align: center;
    }
}

.videos-slider .owl-nav .owl-next,
.videos-slider .owl-nav .owl-prev {
    font-size: 16px;
    color: var(--lime) !important;
    outline: 0;
}

.videos-slider .owl-nav .owl-next:hover,
.videos-slider .owl-nav .owl-prev:hover {
    color: var(--orange) !important;
}

.videos-slider .owl-nav .owl-next {
    margin-left: 10px;
}

.dispensary-location h2 {
    margin-bottom: 35px;
}

.dispensary-location .map-holder {
    position: relative;
    padding-top: 64%;
}

.dispensary-location .map-holder iframe {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.dispensary-location h5 {
    color: var(--green);
    font-size: 20px;
    margin: 0 0 20px;
}

.dispensary-location .table-holder {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 15px;
}

.dispensary-location .table-holder .table {
    margin: 0;
    border: none;
}

.dispensary-location .table-holder .table td,
.dispensary-location .table-holder .table th {
    border: none !important;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 991px) {

    .dispensary-location .table-holder .table td,
    .dispensary-location .table-holder .table th {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .dispensary-location .table-holder .table td,
    .dispensary-location .table-holder .table th {
        font-size: 12px;
    }
}

.dispensary-location .table-holder .table th {
    padding: 10px 0;
    color: var(--green);
}

@media (max-width: 576px) {
    .dispensary-location .table-holder .table th {
        padding: 10px 10px;
    }
}

.dispensary-location .table-holder .table th.current {
    color: var(--orange);
}

.dispensary-location .table-holder .table td {
    padding: 3px 0;
}

@media (max-width: 576px) {
    .dispensary-location .table-holder .table td {
        padding: 3px 10px 10px;
    }
}

.dispensary-location .social-pod {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .dispensary-location .social-pod {
        padding: 15px 20px;
    }
}

.dispensary-location .social-pod h3 {
    font-size: 16px;
    color: var(--green);
    margin: 0;
}

.dispensary-location .social-pod .share-icons a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 32px;
}

.dispensary-location .social-pod .share-icons a~a {
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .dispensary-location .social-pod .share-icons a {
        height: 50px;
        width: 50px;
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .dispensary-location .social-pod .share-icons a {
        height: 45px;
        width: 45px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .dispensary-location .social-pod .share-icons a {
        height: 36px;
        width: 36px;
        font-size: 20px;
    }
}

.dispensary-location .social-pod .share-icons a.fb {
    background-color: #38579b;
}

.dispensary-location .social-pod .share-icons a.twt {
    background-color: #14a6e2;
}

.dispensary-location .social-pod .share-icons a.insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.dispensary-location .social-pod .share-icons a.lin {
    background-color: #0079b8;
}

.leave-review {
    margin-bottom: 100px;
}

.leave-review .review-form h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 28px;
}

.leave-review .review-form h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 12vw;
    border-radius: 10px;
    background-color: var(--lime);
}

.leave-review .review-form .star-rating {
    display: flex;
    align-items: center;
}

.leave-review .review-form .star-rating .jq-ry-container {
    padding: 0;
}

.leave-review .review-form .star-rating .jq-ry-container .jq-ry-group-wrapper>.jq-ry-group>svg {
    height: 36px;
    width: 36px;
}

.leave-review .review-form .star-rating h3 {
    margin: 5px 0 0 20px;
    font-size: 32px;
}

.leave-review .review-form .upload-photo {
    display: flex;
    align-items: center;
}

.leave-review .review-form .upload-photo .photo-holder {
    height: 70px;
    width: 70px;
    background-color: #ededed;
    border-radius: 100%;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.leave-review .review-form .upload-photo .photo-holder:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #cecece;
    z-index: 1;
}

.leave-review .review-form .upload-photo .photo-holder img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 10;
}

.leave-review .review-form .upload-photo span {
    color: var(--lime);
    cursor: pointer;
    font-size: 17px;
}

.leave-review .review-form .upload-photo span:hover {
    color: var(--orange);
}

.leave-review .review-form .form-control {
    border: none;
    border-bottom: 1px solid #8b8b8b;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    min-height: 50px;
}

.leave-review .review-form .form-control::placeholder {
    color: #cecece;
}

.leave-review .review-form .col-12 {
    margin-bottom: 30px;
}

.leave-review .review-form .btn-gradient {
    display: inline-block;
    width: auto;
    font-size: 16px;
}

@media (max-width: 1400px) {
    .leave-review .d-none-xl {
        display: none;
    }
}

@media (min-width: 1401px) {
    .leave-review .d-none-xl~.col-xl-5 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.leave-review .reviews-card {
    width: 100%;
    padding: 40px 45px 60px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .leave-review .reviews-card {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .leave-review .reviews-card {
        padding: 35px 25px 35px;
    }
}

.leave-review .reviews-card h2 {
    text-align: center;
    font-size: 32px;
    margin: 0 0 30px;
}

.leave-review .reviews-card .display {
    text-align: center;
}

.leave-review .reviews-card .display p {
    font-size: 20px;
    margin: 0 0 5px;
}

.leave-review .reviews-card .display p span {
    font-size: 60px;
    line-height: 60px;
}

.leave-review .reviews-card .display .jq-ry-container {
    display: inline-block;
    margin: 0 0 10px;
}

.leave-review .reviews-card .progress-table {
    margin-top: 30px;
}

.leave-review .reviews-card .progress-table td {
    border: none;
    padding: 10px 0;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}

.leave-review .reviews-card .progress-table td:nth-child(2) {
    padding: 10px 15px;
    width: 80%;
}

.leave-review .reviews-card .progress-table td:last-child {
    color: #4c4c4c;
}

.leave-review .reviews-card .progress-table td .progress {
    height: 16px;
    border-radius: 20px;
    background-color: #f1f1f1;
}

.leave-review .reviews-card .progress-table td .progress .progress-bar {
    background-color: #fec107;
    border-radius: 20px;
}

.reviews-listing {
    margin-bottom: 100px;
}

.single-review {
    padding: 25px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.single-review .reply .single-review {
    padding: 25px 0 0;
}

.single-review .reply .reply-form {
    margin-top: 0;
}

.single-review .reply .reply-form .col-12 .btn {
    margin-bottom: -30px !important;
}

.single-review .reply:last-child .single-review {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.single-review a {
    color: var(--lime);
    font-size: 18px;
    text-decoration: none;
    transition: 0.1s linear;
}

@media (max-width: 1199px) {
    .single-review a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .single-review a {
        font-size: 14px;
    }
}

.single-review a:hover {
    color: var(--orange);
}

.single-review .hover-link {
    position: absolute;
    right: 0;
    top: 25px;
    opacity: 0;
}

@media (max-width: 991px) {
    .single-review .hover-link {
        opacity: 1;
    }
}

.single-review .hover-link:hover {
    color: var(--orange);
}

.single-review:hover .hover-link {
    opacity: 1;
}

.single-review .person-info {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

@media (max-width: 767px) {
    .single-review .person-info {
        margin-bottom: 10px;
    }
}

.single-review .person-info .picture {
    height: 60px;
    width: 60px;
    background-color: #ededed;
    border-radius: 100%;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 767px) {
    .single-review .person-info .picture {
        margin-right: 15px;
    }
}

.single-review .person-info .picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 10;
}

.single-review .person-info .name {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .single-review .person-info .name {
        flex-direction: column;
        align-items: flex-start;
    }
}

.single-review .person-info .name h6 {
    color: var(--green);
    font-size: 24px;
    margin: 0 7px 0 0;
}

@media (max-width: 1199px) {
    .single-review .person-info .name h6 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .single-review .person-info .name h6 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .single-review .person-info .name h6 {
        font-size: 16px;
    }
}

.single-review .person-info .rates .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    height: 18px;
    width: 18px;
}

.single-review .person-info .rates .jq-ry-container {
    padding: 0;
    margin-bottom: 3px;
}

.single-review span {
    display: inline-block;
    width: 100%;
    color: #cecece;
    font-size: 18px;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .single-review span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .single-review span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .single-review span {
        font-size: 13px;
    }
}

.single-review .comment p {
    margin: 0;
    color: var(--green);
    font-size: 18px;
}

@media (max-width: 1199px) {
    .single-review .comment p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .single-review .comment p {
        font-size: 14px;
    }
}

.my-account {
    padding: 75px 0;
}

@media (max-width: 1199px) {
    .my-account {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .my-account {
        padding: 45px 0;
    }
}

.my-account .sidebar {
    padding: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .my-account .sidebar {
        margin-bottom: 30px;
    }
}

.my-account .sidebar a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #9595a9;
    text-decoration: none;
}

.my-account .sidebar a~a {
    margin-top: 20px;
}

.my-account .sidebar a:hover {
    color: var(--orange);
}

.my-account .sidebar a.active {
    color: var(--orange);
}

.my-account .panel-title {
    font-size: 28px;
    color: var(--green);
    display: inline-block;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .my-account .panel-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .my-account .panel-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .my-account .panel-title {
        font-size: 18px;
    }
}

.my-account h4 {
    font-size: 24px;
    color: var(--green);
    display: inline-block;
    margin: 40px 0 20px;
}

@media (max-width: 1199px) {
    .my-account h4 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .my-account h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .my-account h4 {
        font-size: 18px;
    }
}

.my-account .back-link {
    font-size: 28px;
    color: var(--green);
    display: inline-block;
    text-decoration: none;
    transition: 0.1s linear;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .my-account .back-link {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .my-account .back-link {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .my-account .back-link {
        font-size: 18px;
    }
}

.my-account .back-link i {
    margin-right: 10px;
}

.my-account .back-link:hover {
    color: var(--orange);
}

.my-account .account-panel {
    position: relative;
}

.my-account .account-panel .single-review {
    border-bottom: none;
}

.my-account .account-panel .single-review .comment {
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.my-account .account-panel .reply-form {
    margin-top: 50px;
}

.my-account .account-panel .reply-form .form-control {
    border: none;
    border-bottom: 1px solid #8b8b8b;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    min-height: 50px;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .my-account .account-panel .reply-form .form-control {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .my-account .account-panel .reply-form .form-control {
        font-size: 14px;
    }
}

.my-account .account-panel .reply-form .form-control::placeholder {
    color: #cecece;
}

.my-account .account-panel .reply-form .col-12 {
    margin-bottom: 30px;
}

.my-account .account-panel .reply-form .btn-gradient {
    display: inline-block;
    width: auto;
    font-size: 18px;
    min-width: 150px;
}

@media (max-width: 1199px) {
    .my-account .account-panel .reply-form .btn-gradient {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .my-account .account-panel .reply-form .btn-gradient {
        font-size: 14px;
    }
}

.my-account .profile-photo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.my-account .profile-photo .image-holder {
    height: 130px;
    width: 130px;
    background-color: #ededed;
    border-radius: 100%;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.my-account .profile-photo .image-holder:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #cecece;
    z-index: 1;
}

.my-account .profile-photo .image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 10;
}

.my-account .profile-photo span {
    color: var(--teal);
    cursor: pointer;
    font-size: 17px;
}

.my-account .profile-photo span:hover {
    color: var(--orange);
}

.my-account .profile-photo .remove-image {
    color: var(--orange);
    cursor: pointer;
    display: inline-block;
}

.my-account .profile-photo .remove-image:hover {
    color: red;
}

.my-account label {
    margin: 0 0 3px;
    color: #9595a9;
}

.my-account .form-group label {
    margin: 0 0 3px;
    color: #9595a9;
}

.my-account .form-group .form-control {
    border: none;
    background-color: #f7f7f7;
    min-height: 50px;
    border-radius: 7px;
    box-shadow: none;
}

.my-account .form-group.read-only label {
    display: none;
}

.my-account .form-group.read-only .form-control {
    border-radius: 0;
    pointer-events: none;
    padding: 0;
    height: auto;
    min-height: 0;
    padding: 0;
    background-color: transparent;
    color: #9595a9;
}

.my-account .form-group .edit {
    color: var(--teal);
    font-size: 16px;
    cursor: pointer;
}

.my-account .form-group .edit:hover {
    color: var(--orange);
}

.my-account .login-details .btn-green {
    margin-top: 30px;
    min-width: 150px;
}

.my-account .search-bar {
    max-width: 600px;
    margin-bottom: 30px;
}

.my-account .search-bar .input-group {
    background-color: #f7f7f7;
    border-radius: 7px;
}

.my-account .search-bar .input-group .form-control {
    background-color: transparent;
    border: none;
    min-height: 50px;
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px 0 20px;
}

.my-account .search-bar .input-group .form-control::placeholder {
    color: #959595;
}

.my-account .search-bar .input-group .btn {
    font-size: 18px;
    padding: 0 15px;
    outline: 0;
    box-shadow: none;
    color: #959595;
}

.my-account .search-bar .input-group .btn:hover {
    color: var(--lime);
}

.disp-slot {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .disp-slot {
        flex-direction: column;
    }
}

.disp-slot .img-col {
    position: relative;
    max-width: 280px;
    min-width: 280px;
    margin-right: 25px;
}

@media (max-width: 1199px) {
    .disp-slot .img-col {
        max-width: 230px;
        min-width: 230px;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .disp-slot .img-col {
        max-width: 200px;
        min-width: 200px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .disp-slot .img-col {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.disp-slot .img-col .img-holder {
    position: relative;
    padding-top: 60%;
    width: 100%;
}

.disp-slot .img-col .img-holder:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(70, 80, 92, 0.952), transparent);
    z-index: 5;
}

.disp-slot .img-col .img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.disp-slot .slot-info {
    padding: 10px 0 0;
}

@media (max-width: 991px) {
    .disp-slot .slot-info {
        padding: 0 0 0;
    }
}

@media (max-width: 767px) {
    .disp-slot .slot-info {
        text-align: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .disp-slot .slot-info .rate {
        order: 2;
        margin-top: 2px;
        margin-left: 10px;
    }
}

.disp-slot .slot-info .rate .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    height: 15px;
    width: 15px;
    margin-right: 2px;
}

.disp-slot .slot-info .rate .jq-ry-container {
    padding: 0;
    margin-bottom: 3px;
}

.disp-slot .slot-info h3 {
    font-size: 28px;
    margin: 5px 0 0;
}

@media (max-width: 1660px) {
    .disp-slot .slot-info h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .disp-slot .slot-info h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .disp-slot .slot-info h3 {
        font-size: 18px;
        order: 1;
        margin: 0 0 5px;
    }
}

.disp-slot .slot-info h3 a {
    display: inline-block;
    margin-right: 10px;
    color: var(--green);
    text-decoration: none;
}

.disp-slot .slot-info h3 a:hover {
    color: var(--orange);
}

.disp-slot .slot-info h3 a img {
    display: inline-block;
    margin-left: 3px;
}

.disp-slot .slot-info p {
    font-size: 18px;
    margin: 0;
}

@media (max-width: 1199px) {
    .disp-slot .slot-info p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .disp-slot .slot-info p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .disp-slot .slot-info p {
        order: 3;
        width: 100%;
    }
}

.disp-slot .slot-actions {
    text-align: right;
    margin-left: auto;
    padding: 10px 0 0;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .disp-slot .slot-actions {
        padding: 0 0 0;
    }
}

@media (max-width: 767px) {
    .disp-slot .slot-actions {
        text-align: center;
        width: 100%;
        margin: 5px 0 0;
    }
}

.disp-slot .slot-actions span {
    font-size: 14px;
    color: #4e565c;
    display: inline-block;
}

.disp-slot .slot-actions p {
    margin: 5px 0;
}

@media (max-width: 991px) {
    .disp-slot .slot-actions p {
        margin: 0;
    }
}

.disp-slot .slot-actions p a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
    color: var(--green);
    font-size: 16px;
}

@media (max-width: 1199px) {
    .disp-slot .slot-actions p a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .disp-slot .slot-actions p a {
        margin-right: 8px;
    }
}

.disp-slot .slot-actions p a:hover {
    text-decoration: none;
}

.disp-slot .slot-actions p .link-green {
    text-decoration: none;
    color: var(--teal);
}

.disp-slot .slot-actions p .del {
    color: var(--orange);
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .disp-slot .slot-actions p .del {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .disp-slot .slot-actions p .del {
        font-size: 13px;
    }
}

.pills-bar {
    padding: 10px 30px 25px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .pills-bar {
        flex-direction: column;
        border-top: 1px solid #e4e4e4;
        padding: 8px 15px 20px;
    }
}

.pills-bar .back-link {
    font-size: 28px;
    color: var(--green);
    display: inline-block;
    text-decoration: none;
    transition: 0.1s linear;
    margin-right: 50px;
}

@media (max-width: 1199px) {
    .pills-bar .back-link {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .pills-bar .back-link {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .pills-bar .back-link {
        font-size: 18px;
    }
}

.pills-bar .back-link i {
    margin-right: 10px;
}

.pills-bar .back-link:hover {
    color: var(--orange);
}

.pills-bar .nav-pills {
    margin: 0;
}

.pills-bar .nav-pills .nav-item {
    min-width: 120px;
    text-align: center;
}

@media (max-width: 991px) {
    .pills-bar .nav-pills .nav-item {
        min-width: 0;
    }
}

.pills-bar .nav-pills .nav-item~.nav-item {
    margin-left: 10px;
}

.pills-bar .nav-pills .nav-item .nav-link {
    border: 2px solid var(--lime);
    background: 0 0;
    color: var(--lime);
    border-radius: 50px;
    padding: 5px 25px;
}

@media (max-width: 991px) {
    .pills-bar .nav-pills .nav-item .nav-link {
        font-size: 12px;
        border-width: 1px;
        padding: 5px 15px;
    }
}

.pills-bar .nav-pills .nav-item .nav-link.active {
    background-color: var(--lime);
    color: #fff;
}

.listing {
    margin-top: 110px;
    overflow: hidden;
}

.listing .map-holder {
    position: relative;
    height: calc(100vh - 130px);
    width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .listing .map-holder {
        height: calc(100vh - 50px);
        position: fixed;
        top: 40px;
    }
}

.listing .map-holder iframe {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 1199px) {
    .listing .map-holder iframe {
        height: calc(100% - 50px);
    }
}

.listing .search-panel {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 800px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}

@media (max-width: 1199px) {
    .listing .search-panel {
        max-width: 100%;
        display: block;
        height: calc(100% - 50px);
        margin-top: 20px;
    }
}

.listing .filter-holder {
    max-width: 400px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 15px;
    border-radius: 0;
}

@media (max-width: 1199px) {
    .listing .filter-holder {
        max-width: 100%;
        position: absolute;
        z-index: 1;
    }
}

.listing .filter-holder .back-link {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    color: var(--lime);
    transition: 0.1s linear;
}

.listing .filter-holder .back-link i {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.listing .filter-holder .back-link:hover {
    color: var(--orange);
}

.listing .filter-holder .filter-title {
    font-size: 20px;
    color: var(--green);
    display: inline-block;
    text-decoration: none;
    transition: 0.1s linear;
    margin: 0 0 15px;
}

@media (max-width: 1199px) {
    .listing .filter-holder .filter-title {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .listing .filter-holder .filter-title {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .listing .filter-holder .filter-title {
        font-size: 15px;
    }
}

.listing .search-results {
    max-width: 400px;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: 100;
    border-radius: 0;
    padding: 15px 7px 15px 15px;
}

@media (max-width: 767px) {
    .listing .search-results {
        padding-top: 58px;
    }
}

@media (max-width: 1199px) {
    .listing .search-results {
        max-width: 100%;
        position: absolute;
        z-index: 1;
    }
}

.listing .filter .input-group {
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 15px;
}

.listing .filter .input-group .form-control {
    background-color: transparent;
    border: none;
    min-height: 50px;
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px 0 20px;
}

.listing .filter .input-group .form-control::placeholder {
    color: #959595;
}

.listing .filter .input-group .btn {
    padding: 0 15px;
    outline: 0;
    box-shadow: none;
}

.listing .filter .input-group .btn img {
    filter: grayscale(1);
}

.listing .filter .input-group .btn:hover img {
    filter: grayscale(0);
}

.listing .filter>.form-control {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: none;
    min-height: 50px;
    box-shadow: none;
    padding: 0 15px 0 20px;
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 15px;
    box-shadow: none;
}

.listing .filter select {
    background-position-x: calc(100% - 15px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-down.png);
    box-shadow: none;
}

.listing .filter .sort-filter {
    display: flex;
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 5px 12px;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 15px;
}

.listing .filter .sort-filter p {
    margin: 0;
    color: var(--green);
}

.listing .filter .sort-filter select {
    margin: 0;
    color: var(--green);
    appearance: none;
    -webkit-appearance: none;
    border: none;
    display: inline-block;
    width: auto;
    padding: 0 15px 0 5px;
    background-position-x: calc(100% - 0px);
}

.listing .filter .irs--round {
    height: 50px;
}

.listing .filter .irs--round .irs-line {
    top: 5px;
    height: 7px;
    background-color: #fafafa;
    border-radius: 7px;
}

.listing .filter .irs--round .irs-bar {
    top: 5px;
    height: 7px;
    background-color: var(--lime);
}

.listing .filter .irs--round .irs-bar--single {
    border-radius: 8px 0 0 8px;
}

.listing .filter .irs--round .irs-handle {
    top: -2px;
    width: 20px;
    height: 20px;
    border: none;
    background-color: var(--lime);
    border-radius: 24px;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: none;
}

.listing .filter .irs--round .irs-single {
    border-radius: 0;
    background: 0 0;
    color: var(--lime);
    padding: 0;
    top: 20px;
    font-size: 15px;
}

.listing .filter .irs--round .irs-single:before {
    display: none;
}

.listing .filter .irs--round .irs-max,
.listing .filter .irs--round .irs-min {
    top: 20px;
    border-radius: 4px;
    padding: 0;
    background: 0 0;
    border: none;
    font-size: 15px;
    color: var(--green);
}

.listing .disp-list {
    padding: 0 7px 0 0;
    height: 100%;
    overflow-y: scroll;
    transition: 0.15s linear;
    position: relative;
}

.listing .disp-list::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
    position: absolute;
}

.listing .disp-list::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    border-radius: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 10px;
}

.listing .disp-list::-webkit-scrollbar-track {
    background-color: transparent;
}

.listing .disp-list:hover::-webkit-scrollbar-thumb {
    background-color: var(--lime);
}

.listing .disp-list .disp-holder {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .listing .disp-list .disp-holder {
        padding: 5px 9px;
    }
}

@media (max-width: 767px) {
    .listing .disp-list .disp-holder {
        padding: 5px 0;
    }

    .listing .disp-list::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
    }

    .listing .disp-list::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: var(--lime);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
}

.listing .disp-list .disp-holder:last-child {
    margin-bottom: 10px !important;
}

.listing .disp-list .disp-holder a:after {
    position: absolute;
    content: "";
    z-index: 6;
    background-color: #000;
    opacity: 0.15;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.listing .disp-list .disp-holder .top-tags {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    z-index: 11;
}

.listing .disp-list .disp-holder .top-tags .tag {
    color: #fff;
    font-size: 13px;
    margin: 0 0 0;
    border: 1px solid #ffffffa4;
    border-radius: 3px;
    font-family:medium;
    padding: 7px 10px 3px;
}

.listing .disp-list .disp-holder .top-tags .tag i {
    font-size: 11px;
    position: relative;
    top: -1px;
}

.listing .disp-list .disp-holder .top-tags .tag~.tag {
    margin-left: 5px;
}

.listing .disp-list .disp-holder .mask {
    display: flex;
    align-items: center;
    background-image: none;
    z-index: 12;
}

.listing .disp-list .disp-holder .d-logo {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: relative;
    margin-right: 12px;
}

.listing .disp-list .disp-holder .d-logo img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.listing .controlers {
    background-color: #fff;
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    z-index: 99999;
    flex-basis: 1;
}

@media (min-width: 1200px) {
    .listing .controlers {
        display: none;
    }
}

.listing .controlers>div {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    transition: 0.15s ease;
}

.listing .controlers>div.active,
.listing .controlers>div:hover {
    color: var(--lime);
}

.add-dispensary-form {
    max-width: 620px;
}

.add-dispensary-form input::-webkit-inner-spin-button,
.add-dispensary-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.add-dispensary-form input[type="number"] {
    -moz-appearance: textfield;
}

.add-dispensary-form .form-group {
    margin: 0 0 25px;
}

.add-dispensary-form .form-group label {
    margin: 0 0 5px;
}

.add-dispensary-form .form-group span {
    font-size: 14px;
    color: #8b8b8b;
    display: inline-block;
    width: 100%;
    margin: 3px 0 0;
}

.add-dispensary-form .form-group a {
    display: inline-block;
    margin: 5px 0;
    color: var(--lime);
    text-decoration: underline;
}

.add-dispensary-form .form-group a:hover {
    text-decoration: none;
    color: var(--orange);
}

.add-dispensary-form .form-group .d-flex>.custom-radio {
    margin-right: 15px;
}

.add-dispensary-form .form-group .d-flex>.custom-radio:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .add-dispensary-form .form-group .d-flex {
        flex-wrap: wrap;
    }

    .listing .controlers {
        background-color: #fcfcfc;
        border-top: 0;
        top: 8px;
        display: none;
    }

    .listing .controlers>div {
        padding: 6px;
    }
}

.add-dispensary-form .form-control,
.add-dispensary-form .select2-container--default .select2-selection--multiple,
.add-dispensary-form .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: none;
    min-height: 50px;
    box-shadow: none;
    padding: 0 15px 0 20px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.add-dispensary-form .form-control.readonly-field,
.add-dispensary-form .select2-container--default .select2-selection--multiple.readonly-field,
.add-dispensary-form .select2-container--default .select2-selection--single.readonly-field {
    pointer-events: none;
}

.add-dispensary-form .select2-container--default {
    margin: 0 0 25px;
}

.add-dispensary-form .select2-container--default .select2-selection--multiple {
    background-position-x: calc(100% - 15px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url(../images/caret.png);
    box-shadow: none;
}

.add-dispensary-form .select2-container--default .select2-selection__rendered {
    padding: 6px 0;
}

.add-dispensary-form select {
    background-position-x: calc(100% - 15px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url(../images/caret.png);
    box-shadow: none;
}

.add-dispensary-form textarea.form-control {
    padding: 10px 15px;
}

.add-dispensary-form .input-group {
    background-color: #f7f7f7;
    border-radius: 5px;
}

.add-dispensary-form .input-group .form-control {
    background-color: transparent;
    border: none;
    min-height: 50px;
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px 0 20px;
}

.add-dispensary-form .input-group .form-control::placeholder {
    color: #959595;
}

.add-dispensary-form .input-group .btn {
    padding: 0 15px;
    outline: 0;
    box-shadow: none;
}

.add-dispensary-form .map-holder {
    position: relative;
    padding-top: 40%;
}

.add-dispensary-form .map-holder iframe {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox label {
    padding: 3px 8px;
    color: #8b8b8b;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 28px;
}

.custom-checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 18px;
    width: 18px;
    border: 2px solid #f7f7f7;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.custom-checkbox input[type="checkbox"]:checked~label:before {
    border-color: var(--lime);
    background-color: var(--lime);
    background-image: url(../images/tick.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.custom-radio input {
    display: none;
}

.custom-radio label {
    padding: 3px 8px;
    color: #232323;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 28px;
}

.custom-radio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 18px;
    width: 18px;
    border: 2px solid #f7f7f7;
    border-radius: 15px;
    background-color: #f7f7f7;
}

.custom-radio input[type="radio"]:checked~label:before {
    border-color: #f7f7f7;
    background-color: var(--lime);
    border-width: 4px;
}

.modal-open {
    padding-right: 0 !important;
}

.login-popup .modal-dialog {
    max-width: 675px;
    width: 100%;
}

.login-popup .modal-dialog .modal-content {
    overflow: hidden;
    border-radius: 30px;
}

.login-popup .modal-dialog .modal-body {
    padding: 65px 15px 75px;
}

.login-popup .modal-dialog .modal-body .login-form {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.login-popup .modal-dialog .modal-body .heading {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.login-popup .modal-dialog .modal-body .heading p {
    margin: 10px 0 0;
    font-size: 18px;
    color: var(--green);
}

.login-popup .modal-dialog .modal-body .heading:after {
    content: "";
    height: 4px;
    width: 12vw;
    border-radius: 15px;
    background-color: var(--lime);
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}

.login-popup .modal-dialog .modal-body .form-control {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: none;
    min-height: 50px;
    box-shadow: none;
    padding: 0 15px 0 20px;
    outline: 0;
    box-shadow: none;
}

.login-popup .modal-dialog .modal-body .custom-checkbox label {
    color: var(--green);
}

.login-popup .modal-dialog .modal-body .btn {
    width: 150px;
    margin: 20px 0 25px;
}

.login-popup .modal-dialog .modal-body hr {
    margin: 0;
}

.login-popup .modal-dialog .modal-body .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.login-popup .modal-dialog .modal-body .links .link {
    font-size: 16px;
    color: var(--green);
    text-decoration: none;
}

.login-popup .modal-dialog .modal-body .links .link:hover {
    color: var(--orange);
}

.login-popup .modal-dialog .modal-body .links .link.green-link {
    color: var(--lime);
    text-decoration: underline;
}

.login-popup .modal-dialog .modal-body .links .link~.link {
    margin-top: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #455763;
    color: #fff;
    border: none;
}

.select2-dropdown {
    border-color: #f7f7f7;
}

.gimg-container {
    position: relative;
    margin: 10px 10px 0 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.gimg-container img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 20;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #eee;
}

.gimg-container img.added {
    z-index: 15;
}

.gimg-container .removeImg {
    position: absolute;
    z-index: 30;
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: #fff;
    background-color: red;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gimg-container img[src=""] {
    display: none;
    z-index: 0;
}

.gimg-container input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 18;
    opacity: 0;
    cursor: pointer;
}

.gimg-container .img-trigger {
    position: absolute;
    border-radius: 5px;
    border: 1px dashed #d1d1d1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.1s linear;
    cursor: pointer;
    z-index: 10;
    font-size: 12px;
}

.gimg-container .img-trigger:hover {
    background: #d5f2ff;
    color: #007dc5;
    border-color: #d5f2ff;
}

.gimg-container .img-trigger i {
    font-size: 24px;
}

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

.search-banner .text p {
    color: var(--orange);
}

.search-banner .text h1 {
    color: #fff;
}

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

.search-banner>.container {
    height: auto;
}

.text-block p,
.vh-circle p {
    font-size: 18px !important;
}

.profile-banner .mask p.right span {
    display: block;
}

.vh-pagination {
    margin-top: 15px;
}

.vh-pagination ul {
    padding: 0;
    text-align: center;
}

.vh-pagination li {
    margin: 0;
    padding: 0 !important;
    font-size: 14px;
}

.vh-pagination li~li {
    margin-left: 3px;
}

.vh-pagination li a {
    color: #fff;
    background-color: var(--lime);
    padding: 5px 10px;
    border-radius: 3px;
}

.vh-pagination li a:hover {
    color: #0056b3;
    text-decoration: none;
    color: #fff !important;
    background: var(--orange) !important;
}

.vh-pagination .active a {
    background: var(--orange);
}

.vh-pagination li .dots {
    color: #777;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: -4px;
}

.disp-slot.place-holder .img-col {
    background: #eee;
    border-radius: 5px;
}

.disp-slot.place-holder .img-col .img-holder {
    opacity: 0;
}

.disp-slot.place-holder .slot-info {
    padding: 0;
}

.disp-slot.place-holder .slot-info h3 {
    margin: 0;
}

.disp-slot.place-holder .slot-info h3 a {
    pointer-events: none;
    background: #eee;
    color: #eee !important;
    margin: 5px 0 0;
}

.disp-slot.place-holder .slot-info h3 img {
    display: none !important;
}

.disp-slot.place-holder .slot-info p {
    background: #eee;
    color: #eee !important;
    margin: 10px 0;
    display: inline-block;
    font-size: 14px;
}

.disp-slot.place-holder .rate {
    background: #eee;
    color: #eee !important;
    display: inline-block;
}

.disp-slot.place-holder .slot-info .rate .jq-ry-container {
    opacity: 0;
}

.disp-slot.place-holder .slot-actions span {
    color: #eee;
    background: #eee;
}

.disp-slot.place-holder .slot-actions p {
    color: #eee;
    background: #eee;
    pointer-events: none;
}

.disp-slot.place-holder .slot-actions p a {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .profile-banner .mask p.right {
        text-align: right;
    }
}

@media (max-width: 1199px) {
    .profile-banner .mask p {
        max-width: 100%;
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .dispensary-links ul li a img {
        height: 20px;
    }
}

@media (max-width: 767px) {
    .dispensary-links ul {
        border-radius: 7px;
    }

    .dispensary-links ul {
        flex-wrap: nowrap;
    }

    .dispensary-links ul li:nth-child(4),
    .dispensary-links ul li:nth-child(7) {
        border-left: 1px solid #ededed !important;
    }

    .dispensary-links ul li a {
        height: 40px;
    }

    .dispensary-links ul li {
        width: 100% !important;
        border-bottom: none !important;
    }

    .profile-banner {
        min-height: 345px !important;
    }

    .dispensary-links {
        padding: 30px 0;
    }
}

.profile-banner .link-holder {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .profile-banner .link-holder {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .profile-banner .link-holder {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .profile-banner .link-holder {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .profile-banner .link-holder {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .profile-banner .link-holder {
        max-width: 1200px;
    }
}

.profile-banner .link-holder .back-link {
    background-image: var(--leafyGradient);
    padding: 8px 15px 7px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.15s linear;
    font-family:medium;
}

.profile-banner .link-holder {
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile-banner .link-holder .back-link:hover {
    color: #fff;
    background: var(--orangeGradient);
}

.no-reviews {
    padding: 25px 15px;
    color: #ed9067;
    background: #eee;
    text-align: center;
    border-radius: 7px;
    font-size: 18px;
    margin-bottom: 30px;
}

.no-reviews p {
    text-align: center;
    margin: 0;
}

.login-popup .modal-dialog {
    max-width: 500px;
}

.login-popup .modal-dialog .modal-content {
    border-radius: 20px;
}

.listing .disp-list .row,
.listing .disp-list .row .no-disp {
    height: 100%;
}

.listing .disp-list .row .no-disp {
    width: 100%;
}

.listing .disp-list .no-disp .text-orange {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 35px;
    text-align: center;
    color: var(--orange);
    font-size: 14px;
    width: 100%;
}

.bar-text p {
    font-size: 18px;
    color: #8a9aa6;
}

.city-card {
    position: relative;
    margin-bottom: 20px;
}

.city-card a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.city-card a .img-holder {
    position: relative;
    padding-top: 60%;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    margin-bottom: 10px;
}

.city-card a .img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.1s linear;
    transform: scale(1);
}

.city-card a:hover .img-holder img {
    transform: scale(1.1);
}

.city-card a h4 {
    margin: 0;
    color: var(--green);
    font-size: 20px;
    transition: 0.15s ease;
}

.city-card a h4:hover {
    color: var(--orange);
}

.city-card a span {
    font-size: 14px;
    color: #8a9aa6;
}

.dispensary_map_info {
    max-width: 200px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px;
}

h4.dispensary-preview-title {
    font-size: 16px;
    display: flex;
    align-items: center;
}

h4.dispensary-preview-title .verified-dispensary {
    max-width: 16px;
    height: auto;
    margin-left: 5px;
}

.vh-marker-item-info {
    color: var(--green);
}

.vh-marker-item-info ul {
    margin: 0;
    padding: 0;
}

.vh-marker-item-info ul li {
    list-style: none;
    padding: 0;
    margin: -3px 0 3px;
    font-size: 12px;
    position: relative;
}

@media (max-width: 576px) {
    .bar-text p {
        font-size: 13px;
    }
}

.container {
    max-width: 1200px;
}

ul.socials.simples li .nav-link {
    width: auto;
    padding: 0 0 0 30px;
}

ul.socials.simples li .nav-link:hover {
    box-shadow: none;
}

.rating-link .stars-tessti {
    color: var(--orange);
    cursor: pointer;
}

.top-right-link a {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 20px;
}

.top-right-link .dropdown-item {
    margin: 0;
    display: block;
    padding: 0.25rem 12px;
    color: #444;
    font-size: 14px;
}

.top-right-link {
    display: flex;
    align-items: center;
}

.topbar .top-right-link .drop-drown {
    margin-right: 0;
}

.topbar .top-right-link .drop-drown .btn {
    color: #fff;
    border: none;
    padding: 0 0 0 15px;
    font-size: 14px;
    margin: 0 0 0 15px;
    position: relative;
}

.topbar .top-right-link .drop-drown .btn i {
    font-size: 11px;
    display: inline-block;
    position: relative;
    top: -2px;
}

header.site-header .navbar-brand img {
    max-width: 100%;
    height: auto;
}

header.site-header .navbar-brand {
    max-width: 140px;
    line-height: normal;
    padding: 0;
}

.vh-copyright .container,
.vh-footer .container,
.vh-subscription .container {
    max-width: 1280px;
}

.vh-subscription h6 {
    text-transform: lowercase;
}

.vh-subscription h6:first-letter {
    text-transform: uppercase;
}

.vh-subscription .form-control {
    font-size: 14px;
}

.vh-copyright .terms-policy-links a {
    font-size: 16px;
}

.vh-marker-item-bg {
    background-position: 50%;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
}

.vh-marker-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vh-marker-item {
    height: 200px;
    width: 300px;
    position: relative;
    overflow: hidden;
}

.map-holder .dispensary_map_info {
    padding: 0;
    width: 300px !important;
    max-width: 300px;
    background: no-repeat;
    border: 0;
}

.map-holder .dispensary_map_info .close {
    margin: 0 0 -25px 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 25px;
    text-align: center;
    line-height: 25px;
}

.vh-marker-item-info {
    position: absolute;
    z-index: 5;
    bottom: 15px;
    left: 20px;
    color: #fff;
    right: 15px;
    overflow: visible;
}

.vh-marker-item-info ul li i {
    float: left;
    width: auto !important;
    font-size: 18px;
    top: 0;
}

.vh-marker-head {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
    width: 100%;
}

.vh-head-btn,
.vh-marker-head-btn,
.vh-marker-rating {
    position: static;
    float: left;
    margin-right: 5px;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    top: 20px;
    background: 0 0;
    border-radius: 2px;
    z-index: 4;
    line-height: 17px;
    height: 32px;
}

.vh-marker-rating .tag i {
    color: var(--orange);
}

.vh-head-btn.open-status {
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 0 0 5px;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
}

.home #nearby-dispensaries.dispensaries {
    padding-bottom: 0;
    padding-top: 100px;
}

.home #nearby-dispensaries.dispensaries~.dispensaries {
    padding-top: 50px;
}

.city-card a h4 {
    text-align: center;
}

.vh-marker-item-bg:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.vh-avatar {
    height: 40px;
    width: 40px;
    position: relative;
    margin-right: 12px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.dispensary-location .table-holder {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

.table-responsive {
    margin: 0 0 0 1px;
}

.dispensary-location .table-holder .table th {
    font-size: 14px;
    border-right: 1px solid #e4e4e4 !important;
}

.dispensary-location .table-holder .table td {
    padding: 10px 5px;
    font-size: 14px;
    border-top: 1px solid #e4e4e4 !important;
    border-right: 1px solid #e4e4e4 !important;
}

.about .videos-slider {
    float: right;
    width: 55%;
    overflow: hidden;
    padding: 0 0 0 35px;
}

@media (max-width: 576px) {
    .heading-bar {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .map-holder #map-canvas {
        z-index: 3;
    }

    .map-holder .dispensary_map_info {
        margin: 0 0 -50px -40px;
    }

    .about-holder {
        display: flex;
        flex-direction: column-reverse;
    }

    .about .videos-slider {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

body .dispensary-links ul {
    padding: 0 15px;
}

body .dispensary-links ul li {
    border: 0;
}

body .dispensary-links ul li a {
    width: auto;
    height: auto;
    padding: 12px 15px;
    color: #333;
}

body .dispensary-links ul li a:hover {
    color: var(--teal);
}

@media (max-width: 767px) {
    body .dispensary-links ul {
        padding: 0;
        display: inline-block;
        width: 100%;
        border: 0;
        overflow: hidden;
    }

    body .dispensary-links ul li {
        border: 0 !important;
        width: auto !important;
    }

    body .dispensary-links ul li a {
        padding: 6px 6px 0;
        display: inline-flex;
        font-weight: 600;
        text-decoration: underline;
    }

    body .dispensary-links ul li:nth-child(4),
    body .dispensary-links ul li:nth-child(7) {
        border: 0 !important;
    }

    .web-messages .messages-holder {
        max-width: 100%;
    }

    .web-messages .ms-aside {
        width: 100%;
    }

    .web-messages .ms-content {
        width: 100%;
    }

    .messages-holder ul {
        height: 163px;
        overflow-y: auto;
        padding-right: 8px;
    }

    .messages-holder ul::-webkit-scrollbar {
        width: 5px;
    }

    .messages-holder ul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .messages-holder ul::-webkit-scrollbar-thumb {
        background: #51b7aa;
    }

    .messages-holder ul::-webkit-scrollbar-thumb:hover {
        background: #51b7aa;
    }
}

@media (max-width: 690px) {
    .web-messages .messages-holder {
        flex-direction: column;
    }

    .web-messages .ms-aside {
        border-right: 0;
    }
}

.search-banner .text h1 {
    font-size: 60px;
    font-weight: 400;
}

.search-banner .text p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.items-holder {
    margin: 0 -15px;
}

.videos-slider.gallery {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-top: 0;
    padding: 0 15px;
}

.work-hours-holder {
    width: 50%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.location-map-holder {
    padding: 0 15px;
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}

.videos-slider.gallery~.work-hours-holder~.location-map-holder {
    width: 100%;
    margin-right: 0;
}

.dispensary-location .location-map-holder .map-holder {
    padding-top: 35%;
}

@media (max-width: 991px) {

    .work-hours-holder,
    .videos-slider.gallery {
        width: 100%;
        margin-right: 0;
    }

    .location-map-holder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .videos-slider.gallery {
        margin-bottom: 25px;
    }

    body .search-banner {
        padding: 50% 5% 60% 5% !important;
    }

    .search-banner .text h1 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .search-banner .text p {
        font-size: 20px;
    }

    .dispensary-location .table-holder .table th {
        padding: 10px 15px;
    }

    .heading-bar a {
        font-size: 16px;
        padding: 5px 0;
        display: block;
        margin-top: 10px;
    }

    .dispensary-location .location-map-holder .map-holder {
        padding-top: 50%;
    }

    .location-map-holder {
        margin-bottom: 0;
    }

    .listing .filter .sort-filter {
        padding: 2px 12px;
    }

    .listing .filter .input-group .form-control,
    .listing .filter>.form-control {
        min-height: 45px;
    }

    .listing .map-holder .search-panel .btn-green {
        padding: 8px 35px;
        margin: 5px 0 0;
    }
}

@media (max-width: 576px) {
    #nearby-dispensaries {
        padding-top: 50px !important;   
    }
    .text-block p, .vh-circle p {
        text-align: left;
    }
    .find-image img {
        max-width: 100%;
    }
    body .search-banner {
        padding: 50px 0 !important;
        border-radius: 0 0 50px 50px;
    }

    .search-banner .text h1 {
        font-size: 24px;
    }

    .search-banner .text p {
        font-size: 16px;
    }

    .search-banner .search-container {
        padding: 10px 15px 20px;
    }

    .card-wrapper .text {
        text-align: center;
    }

    .get-card .card-wrapper .text h2:after,
    .text-block h2:after {
        left: 50%;
        margin-left: -22px;
    }

    .card-wrapper .btn.btn-green {
        font-size: 14px;
        padding: 10px 25px;
    }

    .profile-banner .link-holder {
        text-align: center;
    }

    .profile-banner .mask {
        bottom: -15px;
    }

    .dispensary-location .social-pod .share-icons a {
        height: 30px;
        width: 30px;
        font-size: 18px;
    }

    .text-block {
        text-align: center;
    }
}

/*8/10/021 style*/
.listing .map-holder #map-canvas div[role=button] {
    position: relative;
    overflow: initial !important;
}

.listing .map-holder #map-canvas div[role=button]:before {
    content: "\f02e";
    height: 27px;
    width: 27px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 14px;
    right: -5px;
    top: -5px;
    z-index: 1;
    color: #fff;
    background: var(--lime);
    line-height: 27px;
    font-weight: 400;
}

/*8/10/021 style end*/
.search-results .disp-list .spinner-border {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #999;
    margin: -16px 0 0 -16px;
    -webkit-animation: spinner-border 1.2s linear infinite;
    animation: spinner-border 1.2s linear infinite;
}

/*Search Form style Start*/
.nav-search {
    display: none;
}

.search-box {
    position: absolute;
    right: 5px;
    top: 100%;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: none;
}

.nav-search.search_open .search-box {
    display: inline-block;
}

.nav-search .search-btn {
    color: #5c5c60;
    text-decoration: none;
    outline: none;
    font-size: 24px;
    padding: 0 5px 0 0;
}

.nav-search.search_open .search-btn {
    color: var(--orange);
}

.nav-search .search-btn i {
    display: inline-block;
    vertical-align: middle;
}

.search-box label {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.search-box label input[type="text"] {
    width: 100%;
    height: 38px;
    padding: 0 105px 0 10px;
    border-radius: 100px;
    border: 1px solid #ccc;
    outline: none;
}

.search-box label button {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    border: 0;
    padding: 0 30px;
    line-height: 36px;
    background-color: var(--lime);
    color: #fff;
    border-radius: 0 100px 100px 0;
    font-weight: 400;
}

.search-box form {
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 10px rgb(92 92 96 / 30%);
    box-shadow: 0 0 10px rgb(92 92 96 / 30%);
}

.search-box.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .nav-search {
        display: inline-block;
        vertical-align: middle;
    }
}

/*Search Form style End*/
@media (max-width: 767px) {
    .disp-holder.big-block .text h3 {
        overflow: hidden;
    }

    .single-dispensary .dispensary-location h2 {
        margin-top: 15px;
    }
}

.header-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.site-header .topbar {
    display: none !important;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.header-rating p a {
    color: inherit;
    padding: 5px 0;
    margin-right: 10px;
}

.header-rating p {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.topbar .d-flex {
    align-items: center;
}

.top-right-link a {
    color: #666;
    font-size: 14px;
    margin: 0 5px;
}

.topbar .top-right-link .drop-drown .btn {
    color: #666;
    border: 1px solid #666 !important;
    border-radius: 50px;
    padding: 5px 15px 5px 15px !important;
    font-size: 14px;
}

ul.socials li a {
    box-shadow: none !important;
    color: #666 !important;
    width: 25px;
    font-size: 16px !important;
}

.rating-link em {
    font-style: normal;
    display: inline-block;
    color: #333;
    font-weight: 700;
    text-decoration: underline;
}

.header-rating .rating-link .stars-tessti {
    margin: 0 5px;
    color: #eab207;
}

/* HEADER */
.site-header .navbar {
    padding: 0;
}
@media(max-width:575px) {
 .site-header .navbar {
    padding: 10px 0;
 }
}
.site-header .navbar-nav .nav-item .nav-link {
    color: #666;
    font-size: 14px;
    font-family:medium;
}

.site-header .user-login a {
    border:none !important;
    text-decoration: none;
    font-size: 14px !important;
    background: var(--orangeGradient) !important;
    color: #fff !important;
}

.site-header .navbar {
    border: 1px solid #ccc;
}

/* Mobile CSS */
/* 
.mobile-menu {
    height: calc(100vh - 56px);
    top: 56px;
    left: 0px;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    width: 100%;
}

.mobile-menu.insert {
    padding: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.mobile-menu .links-holder a {
    font-size: 14px;
    color: #666;
}

.mobile-menu hr {
    border-color: #666;
    border-width: 1px;
    margin: 10px 0 !important;
}

.mobile-menu .user-login a {
    padding: 10px 20px;
    background: var(--orange);
    color: #fff !important;
    font-weight: 500 !important;
    min-width: 150px;
    font-size: 16px !important;
    text-align: center;
}

.mobile-menu .form-group label {
    color: #333;
}

.mobile-menu .form-group .input-group {
    border: 2px solid #666;
    margin-top: 5px;
}

.mobile-menu .form-group .input-group .btn img {
    height: 22px;
    width: auto;
}

.mobile-menu .links-holder a:hover {
    color: var(--lime);
}

.mobile-menu ul.socials li a {
    width: 40px !important;
    height: auto !important;
    font-size: 16px !important;
    border-radius: 50px;
    background: transparent;
    color: #666;
    line-height: 31px;
}

.mobile-menu ul.socials li a:hover {
    color: #666 !important;
}

.mobile-menu hr {
    margin: 5px 0 !important;
}

.site-header .mobile-menu .user-login {
    padding: 5px 0px !important;
} */

/* ------------------------
mega menu
------------------------ */
.mega-content .mega-mini-header {
    font-size: 20px;
    font-family: 'bold';
}

.mega-menu-headings {
    font-size: 26px;
    font-family: 'bold';
}

.mega-mini-header {
    font-size: 20px;
    font-family: 'bold';
}

.mega-menu .container {
    position: relative;
}
.mega-close {
    position: absolute;
    left: -34px;
    background: #fff;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
    transition: linear .15s;
    color: #ccc;
    top: 0;
}

.mega-close:hover {
    color: #666;
    border: 1px solid #666;
    cursor: pointer;
}

#main-qualify {
    background: var(--orangeGradient);
    color: #fff;
    border-radius: 50px;
    padding: 11.5px 30px;
    margin-left: 20px;
    transition: linear .15s;
}

#main-qualify:hover {
    box-shadow: 0 1px 10px var(--orange);
}

#menu-login {
    height: 44px;
    position: relative;
    width: 100px;
    border: 2px solid #ff4b00;
    border-radius: 40px;
    margin-left: 10px;
}

#menu-login {
    padding: 0 10px;
}

#menu-login:hover {
    background: none;
}
#menu-login i {
    font-size: 20px;
    padding: 10px 12px;
    text-align: center;
    width: auto;
    background: none;
    color: #ff4b00;
}

#menu-login p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    font-weight: 600;
    color: #ff4b00;
}
#menu-login i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#menu-login .icon-default {
  transition: opacity 0.3s, transform 0.3s;
}
#menu-login .icon-hover {
  transition: opacity 0.3s, transform 0.3s;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}
#menu-login:hover .icon-hover {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
#menu-login:hover .icon-default {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}

.mega-contact {
    display: flex;
}
.mega-contact a {
    width: fit-content;
    align-items: center;
    display: flex;
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 10px;
    color: var(--theme);
    font-weight: 700;
    border: 1px solid var(--theme);
}
.mega-contact i {
    padding-right: 5px;
    font-size: 16px;
}
.mega-contact i:before {
    width: 18px;
}

.mega-menu {
    display: none;
}

.mega-menu-discription {
    margin: 0 0 20px 0;
    width: 100%;
}

.navbar-nav .nav-item {
    position: relative;
}
#nav-menu-diq {
    display: none;   
}

#header-qualify {
    color: #fff;
    background: var(--orange);
    padding: 7px 20px;
    line-height: normal;
    border-radius: 50px;
    font-size: 14px;
    font-family: medium;
}

#header-qualify:hover {
    color: #fff;
    background: var(--lime);
}

#nav-menu-diq {
    margin: 0;
}
.navbar-nav {
    align-items: center;
}
.site-header .navbar-nav .nav-item .nav-link {
    padding: 25px 15px;
}

.site-header .navbar-nav .nav-item .nav-link:avtive {
    background: #f0f0f0;
}

.navbar-nav .socials i {
    background: var(--theme);
    border-radius: 50px;
    padding: 7px;
    color: #fff;
    width: 35px;
    text-align: center;
    font-size: 20px;
}

/*.navbar-nav i {*/
/*    background: var(--theme);*/
/*    border-radius: 50px;*/
/*    padding: 3px;*/
/*    color: #fff;*/
/*    width: 20px;*/
/*    text-align: center;*/
/*    font-size: 12px;*/
/*}*/


.slideup {
    animation: slideup .3s;
}

@keyframes slideup {
    to {top: 97px}
    from {top: 110px}
}

.appointment-btn a:after {
    content: "Get started on your healing journey";
}
.content-hub-btn a:after {
    content: "Learn about all things cannabis";
}
.resources-btn a:after {
    content: "Using Veriheal, shopping, and more";
}
.contact-btn a:after {
    content: "Let's chat, drop us a line";
}

.contact-btn a:after, .resources-btn a:after, .content-hub-btn a:after, .appointment-btn a:after {
    font-size: 10px;
    display: block;
}

.mega-menu {
    max-width: 1200px;
}

.mega-menu {
    position: absolute;
    background: #fff;
    height: auto;
    width: calc(100% - 20px);
    top: 97px;
    left: 50%;
    border-radius: 15px;
    transform: translateX(-50%);
    border: 1px solid #ccc;
    padding: 20px;
}
.mega-column-overlay {
    position: absolute;
    height: 263px;
    width: 366.7px;
    z-index: 1;
    border-radius: 10px;
    opacity: .85;
    transition: linear .15s;
}
.mega-default-overlay {
    background: var(--strongGradient);
}
.mega-orange-overlay {
    background: var(--orangeGradient);
}
.mega-lightgreen-overlay {
    background: var(--leafyGradient);
}
.mega-pink-overlay {
    background: var(--pinkGradient);
}
.mega-purple-overlay {
    background: var(--purpleGradient);
}
.mega-column {
    position: relative;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
}
.mega-column a:hover .mega-column-overlay {
    opacity: .65;
}
.mega-column a:hover .mega-linkout {
    top: 15px;
    right: 18px;
}
.mega-column a:hover img {
    opacity: .7;
}
.mega-linkout {
    position: absolute;
    top: 30px;
    right: 32px;
    color: #fff;
    font-size: 24px;
    z-index: 10;
    transition: linear .15s;
}
.mega-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 20px;
    width: calc(100% - 20px);
    color: #fff;
    z-index: 10;
    border-radius: 0 0 10px 10px;
}
.mega-content p {
    font-size: 15px;
    margin-bottom: 0;
}
#resources-menu img {
    height: auto;
}
.mega-column img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0;
    height: 263px;
    transition: linear .15s;
}
#resources-menu .col-lg-8 .row {
    justify-content: space-between;
    padding: 20px;
}
#resources-menu .four-box {
    border-radius: 10px;
    padding: 0 20px 20px 20px;
    width: 49%;
    margin-bottom: 2%;
    display: flex;
    align-items: flex-start;
}
#resources-menu .four-box img {
    height: 100px;
}
.four-box > i {
    padding: 8px;
    border-radius: 50px;
    font-size: 22px;
    min-width: 40px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
}
.mega-two-layer .mega-content {
    display: block;
    position: relative;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.mega-two-layer a {
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.mega-two-layer .mega-linkout {
    z-index: 20;
}
.resource-link {
    color: var(--orange);
    width: fit-content;
    font-size: 14px;
    display: block;
    font-weight: 700;
    border-radius: 20px;
    margin-top: 5px;
}/*
@media(max-width:575px) {
    .mega-menu {
        display: block;
    }
    .menu-item:before {
        display: none;
    }
    .navbar-nav .nav-item {
        width: 100%;
    }
    .site-header .navbar-nav .nav-item .nav-link {
    padding: 0;
    }
    .mega-menu {
        width: 100%;
        top: 0;
        left: 100%;
        transform: none;
        z-index: 99;
    }
    .mobile-mega-slide-in {
        left: 0;
    }
    .mega-content {
        position: relative;
        bottom: 0;
        left: 0;
        border-radius: 10px;
    }
    .mega-column img {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .desktop-menu {
        display: none;
    }
    
     mobile menu styles */
/*     .mobile-menu li {
        width: 100%;
        font-size: 18px;
        padding: 7px;
        border-radius: 5px;
        font-weight: 600;
    }
    .navbar-mobile #header-user-login {
        width: 150px;
        background: linear-gradient(89deg, #20966E, #254D27);
        border-radius: 50px;
        color: #fff;
        padding: 10px 10px 7px 20px;
        font-size: 16px;
    }
    .navbar-mobile #header-contact {
        display: none;
    }
    .inflow_cimp_3645_mobile_link_container {
        display: none;
    }
    
    .mobile-showing .socials {
        margin-top: 20px;
        text-align: center;
    }
    #main-nav .mobile-big-text {
        font-size: 22px;
    }
    .mobile-big-text i {
        color: var(--theme);
        background: none;
        font-size: 20px;
        width: 32px;
        text-align: center; 
    }
    #main-nav .mobile-half {
        display: inline-block;
        width: 49% !important;
        padding: 10px;
        border: 1px solid #aaa;
        text-align: center;
        margin-bottom: 1%;
    }
    .phone-number {
        margin-top: 30px;
    }
    .phone-number, .email {
        display: block;
        text-align: center;
    }
    .mobile-spacer {
        margin-bottom: 20px;
    }
    .site-header .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    }
    .bsnav-mobile .navbar {
        padding-top: 40px;
    }
    .mobile-qualify {
        background: var(--orangeGradient);
        color: #fff !important;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        width: 100%;
        padding: 8px;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 700;
    }
    .mobile-qualify a {
        color: #fff;
    }
    .mobile-bottom {
        text-align: center;
        margin-bottom: -10px;
    }
    .mobile-top-spacer {
        margin-top: 20px;
    }
    .mobile-menu #main-nav {
        top: 0;
    }
} */

/* new mobile nav styles 2024 */
ul#main-nav {
    display: none;
}
.custom-mobile-socials .socials {
    text-align: center;
    display: flex;
    justify-content: center;
}
.custom-mobile-socials li {
    padding: 0;
    width: auto;
}
.custom-mobile-socials a {
    background: none;
}
.custom-mobile-socials i {
    font-size: 17px;
    padding-top: 7px;
    width: 35px;
    padding: 8px;
    border-radius: 4px;
    color: #333;
    border: 1px solid #333;
}
#mobile-submenu-back {
    padding: 5px 10px 3px 10px;
    width: 100px;
    background: rgba(242, 124, 17, .2);
    text-align: center;
    color: #F27C11;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.bsnav-mobile.in .navbar {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.bsnav-mobile .navbar-nav {
    display: none;
}
.mobile-bottom-nav-item {
    display: block;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid #aaa;
}
.mobile-contact-wrapper {
    text-align: center;
    padding: 10px 0 20px 0;
    display: flex;
    justify-content: space-between;
}
.mobile-contact-wrapper a {
    font-size: 16px;
    display: block;
    background: #f2f1eb;
    padding: 7px 10px 5px 10px;
    border-radius: 5px;
    width: 49%;
    color: #111;
}
.mobile-submenu-section div {
    padding: 12px 10px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/*.mobile-submenu-section div:last-child {
    border: none;
}*/
.mobile-submenu-section .fa-arrow-up-right-from-square {
    font-size: 12px;
    transform: translateY(-2px);
    color: #2FDAC6;
}
.mobile-submenu-section h3 {
    color: #111;
    font-size: 20px;
}
.mobile-submenu-greeting {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.mobile-submenu-section div p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 0;
}
.mobile-submenu-section .fa-light {
    width: 27px;
}
#mobileappt {
    /*background: rgba(48, 216, 144, .2);*/
}
#mobileappt i {
    color: #30D890;
}
#mobilech {
    /*background: rgba(242, 124, 17, .2);*/
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#mobilech i {
    color: #F27C11;
}
#mobileresources {
    /*background: rgba(205, 72, 223, .2);*/
}
#mobileresources i {
    color: #CD48DF;
}
.mobile-nav-item {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
    color: #111;
    margin-bottom: 0;
}
.mobile-nav-item i {
    margin-right: 5px;
}
.mobile-nav-item i.fa-solid.fa-arrow-right {
    float: right;
    transform: translateY(5px);
}
#custom-mobile-menu {
    margin-top: 15px;
    width: 100%;
    padding: 15px;
}
.mobile-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    background: #fff;
    padding: 15px;
    height: 100%;
    width: 100%;
    transition: linear .2s;
}
.mobile-submenu-slide {
    left: 0;
}
/* Style start for mobile menu sync */
@media (max-width:991px) {
    .navbar .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .header .navbar {
        border-bottom: 1px solid #eee;
    }

    .mobile-menu .menu-list {
        padding: 5px 15px;
    }

    .mobile-menu .menu-list .menu-item {
        padding: 20px 0;
    }
}
/* Style end for mobile menu sync */