/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# common

------------------------- pop-up form -------------------------
# pop-up form

------------------------- all hexagon -------------------------
# hex

------------------------- welcome page -------------------------
# welcome

--------------------------- navbar -----------------------------
# topbar
# navbar

------------------------- home page ----------------------------
# bannerbay-city-details-checklist-text
# location
# cannabis
# blogs
# testimonial
# faq

------------------------- about-us page -------------------------
# about-us
# history-card
# gallery
# award
# faqs

------------------------- blog page -----------------------------
# blog
# terpenes-1
# terpenes-2

------------------------- awards page ---------------------------
# awards
# awards history

------------------------- contact-us page -----------------------
# contact-us

------------------------- location page -------------------------
# location

--------------------------- menu page ---------------------------
# menu banner
# menu
# menu-categories
# menu-product
# menu-staff-picks

--------------------------- news page ---------------------------
# news

--------------------- location bay city page --------------------
# bay-city

--------------------- privacy-policy page --------------------
# privacy-policy

--------------------- terms page --------------------
# terms

-------------------------- footer -------------------------------
# footer

------------------------- page responsive -----------------------
# responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}



body {
  font-family: "Poppins", sans-serif;
}



.site-content {
	position: relative;
	min-height: 200px;
    z-index: 36;
        background-color: #fff;
}

.cst-btns {
    width: 180px;
    height: 50px;
    border-radius: 12px;
    background-image: linear-gradient( 95deg, #567e1d 0%, #7b9f45 26%, #739a3f 54%, #8fb349 100% );
    border: none;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 0px;
}

.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
}

.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    height: 35px;
    width: 35px;
    font-size: 30px;
}

.owl-carousel .owl-nav button.owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    height: 35px;
    width: 35px;
    font-size: 30px;
}

/* ================ age verification popup ============== */
.sg_age-verification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.90);
    z-index: 99999;
}
.sg_age-verification:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--sg-color-primary);
    opacity: 0.5;
}
.sg_age-verification > .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 700px;
    padding: 120px 50px 50px;
    color: #fff;
    /* background-color: #000;
    background-image: url('../img/age-verification-bg.jpg');
    background-size: cover;
    background-position: top center; */
    text-align: center;
}
.sg_age-verification > .inner h2 {
    font-weight: bold;
    font-size: 70px;
    line-height: 1em;
    text-transform: uppercase;
}
.sg_age-verification > .inner .actions {
    margin-top: 25px;
}


.sg_age-verification > .inner .actions > .btn {
    font-size: 24px;
    border-width: 3px;
    min-width: 220px;
    
}

   .sg_age-verification > .inner .actions > .yes-btn{
    border-radius: 12px;
    background-image: linear-gradient( 95deg, #567e1d 0%, #7b9f45 26%, #739a3f 54%, #8fb349 100% );
    border: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding :15px;
   }
   
.sg_age-verification > .inner .actions > .btn.btn-default {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

/* ================ end age verification popup ============== */

/* ================ owl-carousel ============== */
.owl-carousel {
  z-index: 0;
}

.page-wrape {
  padding: 0px 0px 30px 0px;
}

.heading {
  font-size: 45px;
  color: #008b17;
  font-weight: 600;
}

a {
  text-decoration: none;
}

.a-link {
  font-size: 18px;
  line-height: 30px;
  color: #be8f17;
  font-weight: 700;
}
.bay-city-all-checklists-p1 .a-link {
  font-size: 20px;
  line-height: 30px;
  color: #be8f17;
  font-weight: 700;
}
.a-link2 {
  font-size: 1rem;
  line-height: 30px;
  color: #be8f17;
  font-weight: 600;
}

.sticky-mobile-ctas {
  display: none;
}

.mobile-logo {
  display: none;
}

#mobile-gallery {
  display: none;
}

/* css dropdown */
button span {
  pointer-events: none;
}

.dropbtn {
  background: transparent;
  border: none;
  display: flex;
  margin: 8px 0px 0px 8px;
}

.dropdown-content ul {
  list-style: none;
  padding-left: 0px;
}

.dropbtn:focus,
.dropbtn:hover {
}

.dropbtn a {
  text-decoration: none;
  display: contents;

  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown span {
    color: #ffffff;
    margin: 8px 8px;
    font-size: 12px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #ffffff;
  background-color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*.show {*/
/*  display: block;*/
/*  top: 100%;*/
/*}*/
.dropdown-content a:hover {
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  ) !important;

  color: black !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.cst-dropdown::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  margin: 3px;
}

.dropdown-toggle::after {
  color: -webkit-linear-gradient(90deg, #f55301 0%, #fd8702 100%);
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
------------------------- pop-up form -------------------------
# pop-up form
--------------------------------------------------------------*/
/* The modal */
.seog_fancybox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal content */
.seog_fancybox .seog_fancybox-content {
  background-color: #fefefe;
  margin: 5px auto;
  padding: 20px 50px;
  border: 1px solid #888;
  width: fit-content;
}

/* Close button */
.seog_fancybox .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 10px;
}

.seog_fancybox .close:hover,
.seog_fancybox .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.seog_fancybox .close {
  display: flex;
  justify-content: end;
}

.seog_fancybox .seog_fancybox-heading {
  font-size: 42px;
  color: #008b17;
  font-weight: 600;
  text-align: center;
}

.seog_fancybox-content {
  background-image: url("../imgs/bg_imgs/Pop-up-Mobile-V2-BackGround.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.seog_fancybox .card {
  max-width: 370px;
  border-radius: 6px;
  filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
  border: 0.96px solid #ebebeb;
  padding: 12px 0px;
}

.seog_fancybox .card .card-body {
  padding: 5px 10px;
}

.seog_fancybox .card .card-title {
  font-size: 22px;
  line-height: 16px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 6px;
}

.seog_fancybox .card .card-text {
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 10px;
}

.seog_fancybox .card .seog_fancybox-img {
  width: 84%;
  height: auto;
  border-radius: 6px;
}

.seog_fancybox .card .shop-btn {
  width: 85%;
  height: 38px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  border: none;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
}

.seog_fancybox .seog_fancybox-box {
  margin: 0px 6px;
}

.seog_fancybox .seog_fancybox-col {
  column-count: 2;
}

/*--------------------------------------------------------------
------------------------- all hexagon -------------------------
# hex
--------------------------------------------------------------*/
.hex-img1 {
  position: absolute;
  transform: translate(0px, -55%);
  width: 12%;
  height: auto;
}

.hex-img2 {
  position: absolute;
  transform: translate(0px, -55%);
  width: 12%;
  height: auto;
  right: 0px;
}

.hex-img3 {
  position: absolute;
  transform: translate(0px, -55%);
  width: 12%;
  height: auto;
}

/*--------------------------------------------------------------
------------------------- pagination -------------------------
# pagination
--------------------------------------------------------------*/
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -50px 0px 0px 0px;
}

.blog-pagination .page-item.active .page-link {
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  color: #fff;
  border: none;
}

.blog-pagination .page-item .page-link {
  color: #1a1a1a;
}

/*--------------------------------------------------------------
------------------------- welcome page -------------------------
# welcome
--------------------------------------------------------------*/
.welcome {
  overflow: hidden;
}

.welcome-banner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.welcome-bg {
  position: relative;
}

.welcome-logo .logo {
  width: 35%;
  height: auto;
}

.welcome-heading {
  padding: 50px 0px;
}

.welcome-heading .heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.welcome-button1 {
  width: 161px;
  height: 51px;
  border-radius: 12px;
  border: none;
  background-image: linear-gradient(
    95deg,
    #557d1d 0%,
    #7b9f45 26%,
    #73993f 54%,
    #8fb349 100%
  );
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}

.welcome-button2,
.welcome-button3,
.welcome-button4,
.welcome-button5,
.welcome-button6,
.welcome-button7,
.welcome-button8 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  background-color: transparent;
  width: 161px;
  height: 51px;
  border-radius: 12px;
  border: 1px solid #ffffff;
  margin: 0px 0px 20px 0px;
}

.welcome-button2:hover,
.welcome-button3:hover,
.welcome-button4:hover,
.welcome-button5:hover,
.welcome-button6:hover,
.welcome-button7:hover,
.welcome-button8:hover {
  background-image: linear-gradient(
    95deg,
    #557d1d 0%,
    #7b9f45 26%,
    #73993f 54%,
    #8fb349 100%
  );
  border: none;
}

.welcome-footer {
  transform: translate(0px, 50px);
  padding: 0px 0px 30px 0px;
}

.welcome-pr {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  bottom: 0px;
}

.shop-btn {
  width: 150px;
  height: 50px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  border: none;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
}

/*--------------------------------------------------------------
------------------------- navbar -------------------------
# navbar
--------------------------------------------------------------*/
/*header#masterHeader .navbar-nav .nav-item.has-child:hover > .sub-menu {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*  -webkit-transform: translateY(0);*/
/*  -ms-transform: translateY(0);*/
/*  transform: translateY(0);*/
/*}*/

.site-brand{
    max-width: 100%;
}

/* submenu */
.has-child > a.nav-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    margin-left: 5px;
}

.sub-menu {
    position: absolute;
    visibility: hidden;
    background-color: #000;
    color: #fff;
    opacity: 0;
    z-index: 1;
    transition: all 0.35s;
}

.sub-menu ul {
    list-style-type: none;
    padding: 0px 0px;
}

.has-child:hover .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.navbar {
    display: block;
}

/* site header */
header #masterHeader .cst-row {
    display: flex;
    align-items: baseline;
}

header#masterHeader {
	position: absolute;
	background-color: var(--sg-color-secondary);
	color: #fff;
	z-index: 9999;
	width: 100%;
}
header#masterHeader.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000;
	    height: 130px;
}
/*header#masterHeader .navbar-wrapper {*/
/*    height: 85px;*/
/*}*/
header#masterHeader .navbar {
	padding: 0;
	overflow: hidden;
	padding-top: 30px;
}
header#masterHeader .navbar > .navbar-brand {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0;
	padding: 15px;
}
header#masterHeader .navbar > .navbar-items {
	display: flex;
	justify-content: center;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0;
}
header#masterHeader .navbar > .navbar-ctas {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0;
}
header#masterHeader .navbar .navbar-nav .nav-link {
    /*display: flex;*/
    align-items: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
    /*height: 100%;*/
	padding: 15px 20px;
	line-height: 1.25em;
}
header#masterHeader .navbar .navbar-nav .nav-link:hover {
	text-decoration: underline;
}
header#masterHeader .navbar .navbar-nav .nav-link.nav-cta-btn {
	position: relative;
	display: flex;
	align-items: center;
}
header#masterHeader .navbar .navbar-nav .nav-link.nav-cta-btn img {
	margin-right: 10px;
}
header#masterHeader .navbar .navbar-nav .nav-link.nav-cta-btn span {
	font-family: 'Roboto';
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 400;
	letter-spacing: 1px;
}
header#masterHeader .navbar > .navbar-ctas > .navbar-nav > li > .nav-link {
	border-right: 1px solid rgba(255,255,255,0.1);
}
header#masterHeader .navbar > .navbar-ctas > .navbar-nav > li:last-of-type > .nav-link {
	border-right: 0;
}

/* mobile burger toggler */
.mobile-toggler-burger {
    position: relative;
    display: none;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    z-index: 15;
}
.mobile-toggler-burger > span {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px auto;
    border-radius: 3px;
    background-color: #fff;
    transition: all 0.35s;
}
.mobile-toggler-burger.close > span.top-bun {
  transform: rotate(-45deg);
  margin-top: 12px;
}
.mobile-toggler-burger.close > span.bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
.mobile-toggler-burger.close > span.meat {
  transform: rotate(45deg);
  margin-top: -9px;
}

/* mobile nav */
body.open-mobile-nav #masterFooter {
	z-index: 1;
}
.mobile-navi .navi {
    position: relative;
    display: block;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding: 15px;
}


/* mobile navbar */
.close-trigger {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    top: 20px;
    left: 10px;
}

.mobile-navbar-toggle {
    position: relative;
    display: none;
    top: 20px;
    right: 0px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 333;
}
.mobile-navbar-toggle .menu-trigger,
.mobile-navbar-toggle .close-trigger {
    position: relative;
	display: block;
	width: 42px;
	height: 42px;
	z-index: 9;
}
.mobile-navbar-toggle .close-trigger {
    margin-top: -42px;
	z-index: 4;
}
.mobile-navbar-toggle .menu-trigger:hover .menu-trigger-bar:before,
.mobile-navbar-toggle .close-trigger:hover .menu-trigger-bar:before {
	width: 100%;
}
.mobile-navbar-toggle .menu-trigger:hover .close-trigger-bar:before,
.mobile-navbar-toggle .close-trigger:hover .close-trigger-bar:before {
	width: 100%;
}
.mobile-navbar-toggle .menu-trigger-bar {
	display: block;
	width: 100%;
	height: 4px;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 6px;
	transform: rotate(-45deg);
	position: relative;
}
.mobile-navbar-toggle .menu-trigger-bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mobile-navbar-toggle .menu-trigger-bar.top {
	width: 50%;
}
.mobile-navbar-toggle .menu-trigger-bar.middle:before {
	left: auto;
	right: 0;
}
.mobile-navbar-toggle .menu-trigger-bar.bottom {
	width: 50%;
	margin-left: 50%;
}
.close-trigger-bar {
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #fff;
}
.close-trigger-bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.close-trigger-bar.left {
    margin-top: 10px;
	transform: translateX(150px) translateY(-150px) rotate(-45deg);
}
.close-trigger-bar.right {
    top: 10px;
	transform: translateX(-150px) translateY(-150px) rotate(45deg);
}
/* mobile navbar */
.mobile-navbar {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #222;
	z-index: 20;
}
.mobile-navbar .inner {
	position: absolute;
	display: grid;
	align-items: center;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	padding-top: 100px;
    padding-bottom: 80px;
    overflow: auto;
	background-color: #000;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: top center;
}
.mobile-navbar .inner .navbar-nav > .nav-item .nav-link {
	font-size: 30px;
	color: #fff;
	padding: 7px 15px;
	text-align: center;
    text-transform: uppercase;
}
.mobile-navbar .menu-bg {
	position: absolute;
	display: block;
	width: 200%;
	left: -53%;
	top: -25%;
	height: 40%;
	background-color: rgba(255, 255, 255, 1);
}
.mobile-navbar .menu-bg.middle {
	top: 28%;
	left: -53%;
	transform: rotate(-45deg) scaleY(0);
}
.mobile-navbar .menu-bg.top {
	left: -40%;
	top: 0;
	transform: rotate(-45deg) translateY(-152%);
}
.mobile-navbar .menu-bg.bottom {
	top: 105%;
	transform: rotate(-45deg) translateY(25%);
	left: -29%;
}
.mobile-navbar .sg_dropdown > .sg_dropdown-menu {
    position: relative;
    width: 100%;
}
.mobile-navbar .sg_dropdown > .sg_dropdown-menu a.item {
    font-size: 18px;
    text-align: center;
}










/*--------------------------------------------------------------
------------------------- home page ----------------------------
# banner
--------------------------------------------------------------*/
.banner {
    background-image: url("../imgs/bg_imgs/Home-banner-img1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rating-icons {
  font-size: 10px;
}

.banner-bg {
  padding: 200px 0px 100px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-h1 {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
}

.banner-pr {
  width: 403px;
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 400;
}

.banner-img {
  width: 120%;
  height: auto;
}

.banner-img1 {
    display: none;
}

.order-btn {
  width: 185px;
  height: 50px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  border: none;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
}

.banner-callus {
  font-size: 19px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.banner-call-logo {
  margin: 0px 0px 0px -10px;
  display: flex;
  align-items: center;
}

.banner-call {
  font-size: 21px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
/*.f-product {
    background-image: url('../imgs/bg_imgs/High-Level-Health-Website-Mockup---Spicy_03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}*/

.product {
  padding: 0px 0px 100px 0px;
}

.product-pr {
  font-size: 25px;
  color: #1a1a1a;
  font-weight: 300;
}

.slider {
  position: relative;
}

.slider_container {
  cursor: grab;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slider_container.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}

.slider_container::-webkit-scrollbar {
  display: none;
}

.slider_item {
  padding: 16px 8px;
  flex: 0 0 auto;
  width: calc(100% / 5);
}

.slider_control.prev {
  left: -45px;
  background: transparent;
  opacity: 1;
}

.slider_control {
  font-size: 16px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #000;
  background: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.slider_control.next {
  right: -35px;
  background: transparent;
  opacity: 1;
}

.slider_container[data-step="4"] .slider_item {
  width: calc(100% / 4);
}

.slider_container[data-step="3"] .slider_item {
  width: calc(100% / 3);
}

.slider_container[data-step="2"] .slider_item {
  width: calc(100% / 2);
}

.slider_container[data-step="1"] .slider_item {
  width: calc(100% / 1);
}

.card-img-overlay {
  top: 35%;
}

.product .card-title {
  font-size: 16px;
  line-height: 25px;
  color: #0c0c0c;
  font-weight: 700;
  text-align: center;
}

.product .card {
  border-radius: 15px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  height: 100%;
  padding: 10px;
}

.product .card-img-top {
  border-radius: 15px;
}

.product .card-text {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #0c0c0c;
  font-weight: 700;
  text-align: center;
  margin: revert;
}

.s-btn {
  padding: 10px 30px 10px 30px;
  border-radius: 12px;
  border: 2px solid #5a8121;
  font-size: 18px;
  color: #588020;
  font-weight: 500;
  text-decoration: none;
}

.s-btn:hover {
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  color: #ffffff;
}

.cst-btn {
  width: 231px;
  height: 51px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  border: none;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
}

.banner-inner-section-box {
  border-right: 1px solid #008b1754;
  padding: 8px;
}

.banner-inner-section-heading {
  text-transform: uppercase;
  color: #8fb349;
  font-weight: 800;
  font-size: 30px;
  width: max-content;
}

.banner-inner-section-span {
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 300px;
  color: #ffffff;
}

.banner-inner-section--sub-heading {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.6rem;
}

.star-section {
  margin-left: 50px;
}

.stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  height: 50px;
}

.stars__star-icon {
  width: 5px;
  height: 5px;
  fill: #efce4a;
  stroke: #efce4a;
  stroke-width: 2px;
  transition: 0.1s all;
  position: relative;
  cursor: pointer;
  margin: 2px;
}

.banner-inner-section-box,
.banner-inner-section-box-2 {
  padding: 0px 10px 0px 10px;
}

/*--------------------------------------------------------------
# categories
--------------------------------------------------------------*/
.categories {
  padding: 0px 0px 50px 0px;
}

.categories .card-body {
  padding: 0px !important;
}

.categories .card {
  width: auto;
  height: 220px;
  border-radius: 10px;
  filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 25px 10px 5px 10px;
}

.categories .card-text {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 400;
  text-align: center;
  margin: 0px;
}

.categories .card1-img {
  width: auto;
  height: auto;
}

.categories .card-subtext {
  font-size: 28px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 700;
  text-align: center;
}

.leaf-img {
  position: absolute;
  transform: translate(0px, -75%);
  width: 16%;
  height: auto;
}

/*--------------------------------------------------------------
# cannabis
--------------------------------------------------------------*/
.cannabis-img-box1 {
  display: none;
}

.cannabis {
  background-image: url("../imgs/bg_imgs/Home-cannabis-img3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.cannabis-leaf {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0px 23px 0px;
}

.cannabis-h1 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
}

.cannabis-pr {
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
}

.cannabis-bg {
  padding: 50px 0px 50px 0px;
}

.l-more-btn {
  width: 240px;
  height: 51px;
  border-radius: 12px;
  background-color: #141513;
  border: none;
  font-size: 17px;
  color: #d7af38;
  font-weight: 500;
}

.l-more-btn:hover {
  background-color: transparent;
  border: 1px solid #d7af38;
  color: #141513;
}

/*--------------------------------------------------------------
# blogs
--------------------------------------------------------------*/
.blogs {
  background-image: url("../imgs/bg_imgs/Home-blog-img4.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.blogs-bg {
  padding: 100px 0px 100px 0px;
}

.blogs .card {
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  height: 100% !important;
}

.blogs .card-title {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 600;
}

.blogs .card-text {
  font-size: 18px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 400;
}

.blogs .blogs-btn {
  width: 220px;
  height: 50px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  border: none;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
}

.slider {
  position: relative;
}

.slider__container {
  cursor: grab;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slider__container.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}

.slider__container::-webkit-scrollbar {
  display: none;
}

.slider__item {
  padding: 16px 8px;
  flex: 0 0 auto;
  width: calc(100% / 5);
}

.blogs .slider__control.prev,
.blogs .slider__control.next {
  display: none;
}

/*.blogs .slider__control.prev {*/
/*  left: -45px;*/
/*  background: transparent;*/
/*  opacity: 1;*/
/*}*/

/*.blogs .slider__control.next {*/
/*  right: -35px;*/
/*  background: transparent;*/
/*  opacity: 1;*/
/*}*/

/*.blogs .slider__control {*/
/*  font-size: 16px;*/
/*  border: none;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  z-index: 10;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  border-radius: 50%;*/
/*  color: #000;*/
/*  background: #fff;*/
/*  cursor: pointer;*/
/*  opacity: 0.5;*/
/*  transition: all 0.3s;*/
/*}*/

.slider__container[data-step="4"] .slider__item {
  width: calc(100% / 3);
}

.slider__container[data-step="3"] .slider__item {
  width: calc(100% / 3);
}

.slider__container[data-step="2"] .slider__item {
  width: calc(100% / 2);
}

.slider__container[data-step="1"] .slider__item {
  width: calc(100% / 1);
}

.card-img-overlay {
  top: 35%;
}

.product .card-title {
  font-size: 16px;
  line-height: 25px;
  color: #0c0c0c;
  font-weight: 700;
  text-align: center;
}

.product .card {
  border-radius: 15px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  height: 100%;
  padding: 10px;
}

.product .card-img-top {
  border-radius: 15px;
}

.product .card-text {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #0c0c0c;
  font-weight: 700;
  text-align: center;
  margin: revert;
}

.leaf-img1 {
  position: absolute;
  transform: translate(0px, -50%);
  width: 22%;
  height: auto;
  right: 0;
}

.r-btn {
  color: #008b17;
}

/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
.testimonial {
  background-image: url("../imgs/bg_imgs/Home-review-img5.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.testimonial-bg {
  padding: 100px 0px 100px 0px;
}

.testimonial-bg .card-img-top {
  width: 35%;
  margin: 20px auto;
  border-radius: 100%;
}

.testimonial-bg .card-text {
  text-align: center;
  font-size: 16px;
}

.testimonial-bg .card {
  padding: 20px;
  position: relative;
  height: 350px !important;
}

.testimonial-bg .testimonial-avtar {
  position: absolute;
  top: -70px;
  display: flex;
  left: 0;
}

/*.testimonial-bg .card-body {*/
/*  margin: 50px 0px 0px 0px;*/
/*}*/

.testimonial-bg .card-title {
  text-align: center;
  color: #0e3735;
  padding-top: 20px;
  font-weight: bold;
}

.cst-heading {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
}

.span-cst-heading {
  font-weight: 500;
}

.slider {
  position: relative;
}

.slider__container-t {
  cursor: grab;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slider__container-t.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}

.slider__container-t::-webkit-scrollbar {
  display: none;
}

.slider__item-t {
  padding: 16px 8px;
  flex: 0 0 auto;
  width: calc(100% / 5);
}

.slider__control.prev-t {
  left: -20px;
  background: transparent;
  opacity: 1;
}

.slider__control.next-t {
  right: -20px;
  background: transparent;
  opacity: 1;
}

.testimonial .slider__control {
  font-size: 16px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #000;
  /*background: #fff;*/
  cursor: pointer;
  opacity: 1.5;
  z-index: 1 !important;
  transition: all 0.3s;
}

.slider__container-t[data-step="4"] .slider__item-t {
  width: calc(100% / 3);
  padding: 50px 20px 0px 20px;
}

.slider__container-t[data-step="3"] .slider__item-t {
  width: calc(100% / 3);
}

.slider__container-t[data-step="2"] .slider__item-t {
  width: calc(100% / 2);
}

.slider__container-t[data-step="1"] .slider__item-t {
  width: calc(100% / 1);
}

/*--------------------------------------------------------------
# location
--------------------------------------------------------------*/
.location {
  background-image: url("../imgs/bg_imgs/Home-location-img2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.location-bg {
  padding: 100px 0px 100px 0px;
}

.slider {
  position: relative;
}

.slider__container-location {
  cursor: grab;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slider__container-location.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}

.slider__container-location::-webkit-scrollbar {
  display: none;
}

.slider__item-location {
  padding: 16px 8px;
  flex: 0 0 auto;
  width: calc(100% / 5);
}

.slider__control-location {
  font-size: 16px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #000;
  background: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.slider__control.next-location {
  display: none;
}

.slider__control.prev-location {
  display: none;
}

.slider__container-location[data-step="4"] .slider__item-location {
  width: calc(100% / 4);
}

.slider__container-location[data-step="3"] .slider__item-locationt {
  width: calc(100% / 3);
}

.slider__container-location[data-step="2"] .slider__item-location {
  width: calc(100% / 2);
}

.slider__container-t[data-step="1"] .slider__item-location {
  width: calc(100% / 1);
}

.location .card {
  border-radius: 20px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  background-color: #ffffff;
  border: none;
  width: auto;
  height: 100%;
  margin: 10px 0px;
}

.location .img1 {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.location .card-text {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 700;
}

.location .location-add {
  width: 235px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
}

.location .card-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
}

.location .card-body {
  padding: 30px;
}

.location-pr1 {
  font-size: 35px;
  color: #1a1a1a;
  font-weight: 500;
}

.location-pr2 {
  font-size: 35px;
  color: #1a1a1a;
  font-weight: 500;
}

/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/
#accordionExample .accordion-button {
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: 700;
    transition: none;
}

#accordionExample .accordion-item {
    border-top: 1px solid #e1e1e1 !important;
    border: none;
    background: transparent;
}

#accordionExample .accordion-button:not(.collapsed)::after{
         
         font-family: "Font Awesome 5 Free";
         content: "\f067";
}

#accordionExample .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    position: absolute;
    float: left;
    left: 1rem;
    font-size: 1rem;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #000;
    font-weight: 900;
    line-height: 20px;
}

/* Style for the accordion button when it's open */
#accordionExample .accordion-button[aria-expanded="true"]::after {
     color: #fff !important;
      font-family: "Font Awesome 5 Free";
      content: "\f068" !important;
      background-image: linear-gradient(95deg,#567e1d 0%,#7b9f45 26%,#739a3f 54%,#8fb349 100%) !important; 
}

/* Style for the accordion button when it's closed */
#accordionExample .accordion-button[aria-expanded="false"]::after {
     color: #fff !important;
     font-family: "Font Awesome 5 Free";
     content: "\f067";
}

#accordionExample .accordion-button:focus {
    border-color: transparent;    
    box-shadow: none;
}

#accordionExample .accordion-item .accordion-button {
    padding: 20px 65px;
    background-color: transparent;
}

#accordionExample .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;  
    border: none;
}


#accordionExample > .accordion-button:not(.collapsed)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );    
}

.section_faqs {
  background-image: url("../imgs/bg_imgs/Home-location-img2.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.faq-bg {
  padding: 100px 0px 100px 0px;
}

.faq {
  padding: 20px 0px 60px 0px;
}

.faq-heading {
  font-size: 45px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.section_faqs .accordion-item {
  /*margin-bottom: 20px;*/
  background-color: #fcfbf8;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6 !important;
}

.section_faqs .accordion-button {
  font-size: 20px;
  /*background-color: #282828;*/
  color: #fff;
  font-weight: 600;
}

.section_faqs .accordion-button:focus {
  border-color: transparent !important;
}

.section_faqs .accordion-button:not(.collapsed) {
  background-color: #282828;
  color: #fff;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6 !important;
}

.section_faqs .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.section_faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faqs-spacing {
    padding: 80px 0px 50px 0px !important;
}

/*--------------------------------------------------------------
------------------------- about-us page -------------------------
# about-us
--------------------------------------------------------------*/
.about-us-banner {
  background-image: url("../imgs/bg_imgs/Hero-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.about-us-bg {
  padding: 200px 0px 125px 0px;
}

.about-us-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.about-us-history {
  background-image: url("../imgs/bg_imgs/about-us-bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 80px 0px 0px 0px;
}

.about-us-history-heading {
  font-size: 45px;
  color: #008b17;
  font-weight: 600;
  text-align: center;
}

.about-us-history-p {
  font-size: 22px;
  line-height: 40px;
  color: #1a1a1a;
  font-weight: 400;
  text-align: center;
}

/*--------------------------------------------------------------
# history-card
--------------------------------------------------------------*/
.about-card .card {
    width: 100%;
    height: auto;
    border-radius: 10px;
    filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.12));
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 25px 20px;
    margin: 5px;
    margin: 10px 0px;
}

.about-card .card .card-text {
    font-size: 29px;
    color: #008b17;
    font-weight: 700;
    text-align: center;
    line-height: 2rem;
}

  .mobile-history-card .card:hover .swap img:last-child {
    display: inline-block;
  }

  .mobile-history-card .card:hover {
    background-image: linear-gradient(
      95deg,
      #567e1d 0%,
      #7b9f45 66%,
      #8fb349 100%
    );
    width: auto;
    height: auto;
  }

  .mobile-history-card .card:hover .card-text {
    color: #fff;
    padding-top: 0.5rem;
  }

  .mobile-history-card .mydiv-history-card .card-cst-img {
    height: auto;
    width: auto;
  }

  .mobile-history-card .mydiv-history-card .swap img,
  .mobile-history-card .mydiv-history-card .swap img:hover {
    width: auto;
    height: auto;
  }

  .mobile-history-card .mydiv-history-card .owl-item .swap {
    display: flex;
    justify-content: center;
  }

.history-card .owl-item {
  width: 100% !important;
}

.history-card .card-body {
  padding: 0px !important;
}

.history-card .card {
  width: 100%;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 40px 20px;
  margin: 5px;
}

.history-card .card-text {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 400;
  text-align: center;
  margin: 0px;
}

.history-card .card1-img {
  width: auto;
  height: auto;
}

.history-card .card-subtext {
  font-size: 28px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 700;
  text-align: center;
}

.history-card .card .card-text {
  font-size: 29px;
  color: #008b17;
  font-weight: 700;
  text-align: center;
  line-height: 2rem;
}

.history-card-button,
.cst-btn1 {
  display: block;
  border-radius: 50px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  background: #ffffff;
  opacity: 1;
  border: none;
  height: 40px;
  width: 40px;
  transform: translate(110px, -5px);
}

.cst-btn2 {
  transform: translate(200px, 0px);
}

.cst-btn3 {
  transform: translate(220px, 0px);
}

.swap img:last-child {
  display: none;
}

.card:hover .swap img:first-child {
  display: none;
}

.card:hover .swap img:last-child {
  display: inline-block;
}

/*.history-card .card:hover {*/
/*  background-image: linear-gradient(*/
/*    95deg,*/
/*    #567e1d 0%,*/
/*    #7b9f45 66%,*/
/*    #8fb349 100%*/
/*  );*/
/*  width: auto;*/
/*  height: auto;*/
/*}*/

/*.history-card .card:hover .card-text {*/
/*  color: #fff;*/
/*  padding-top: 0.5rem;*/
/*}*/

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  padding: 80px 0px;
}

.gallery-bg {
  width: 100%;
  float: left;
}

.gallery-img {
  width: 100%;
  height: auto;
  display: block;
}

/*--------------------------------------------------------------
# award
--------------------------------------------------------------*/
.award-heading {
  font-size: 45px;
  color: #008b17;
  font-weight: 600;
  text-align: center;
}

.award-p1 {
  font-size: 22px;
  line-height: 40px;
  color: #1a1a1a;
  font-weight: 400;
  text-align: center;
}

.award .card {
  width: auto;
  height: 300px;
  border-radius: 10px;
  filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 20px;
  margin: 5px;
}

.award-button,
.award-btn1 {
  display: block;
  border-radius: 50px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  background: #ffffff;
  opacity: 1;
  border: none;
  height: 40px;
  width: 40px;
  transform: translate(135px, 65px);
}

.award .card-body {
  flex: 0;
}

.award .card-text {
  font-size: 32px;
  color: #008b17;
  font-weight: 500;
  text-align: center;
  line-height: 2.5rem;
}

.award .card:hover {
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 66%,
    #8fb349 100%
  );
}

.award .card:hover .card-text {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

/*--------------------------------------------------------------
# faqs
--------------------------------------------------------------*/
.faqs {
  padding: 0px 0px 50px 0px;
}

.faqs-heading {
  font-size: 45px;
  color: #229634;
  font-weight: 600;
  text-align: center;
}

.faqs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  width: auto;
  height: 51px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 66%,
    #8fb349 100%
  );
  margin: 0px 10px;
  background-color: transparent;
  color: #fff;
}

.faqs .nav-pills .nav-link {
  width: auto;
  height: 51px;
  border-radius: 12px;
  border: 1px solid #c6c6c6;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin: 0px 10px;
}



.faqs .accordion h3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 4rem;
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 700;
}






.faqs .accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 4rem;
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 700;
}

.faqs .accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
}

.faqs .accordion a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  position: absolute;
  float: left;
  left: 1rem;
  font-size: 1rem;
  color: #ffffff;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #000;
  font-weight: 900;
  line-height: 20px;
}

.faqs .accordion a.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
}

.faqs .accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.faqs .accordion .content p {
  font-size: 14px;
  line-height: 25px;
  color: #1a1a1a;
  font-weight: 400;
}

.faqs .accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.faqs .accordion-item {
  border-top: 1px solid #e1e1e1 !important;
  border: none;
  background: transparent;
}

/*--------------------------------------------------------------
# about hlh
--------------------------------------------------------------*/
.about-hlh {
  background-image: url(../imgs/bg_imgs/about-us-bg2-hex.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
  padding: 20px 0px 80px 0px;
  background-position: right bottom;
}

.about-hlh-img1 {
  width: 100%;
  height: 100%;
}

.about-hlh-heading {
  font-size: 45px;
  color: #008b17;
  font-weight: 600;
}

.about-hlh-p {
  font-size: 22px;
  line-height: 40px;
  color: #1a1a1a;
  font-weight: 600;
}

.about-hlh-p1 {
  font-size: 22px;
  line-height: 40px;
  color: #1a1a1a;
  font-weight: 400;
}

.sales-checklist {
  margin: 0;
  list-style: none;
  padding-left: 0px;
}

.sales-check {
  width: 25px;
  height: auto;
  margin: -4px 10px 0px 0px;
}

.sales-checklist-text {
  font-size: 22px;
  line-height: 40px;
  color: #1a1a1a;
  font-weight: 400;
}

.cst-join {
  font-size: 22px;
  line-height: 31px;
  color: #059532;
  font-weight: 700;
}

/*--------------------------------------------------------------
------------------------- blog page -----------------------------
# blog
--------------------------------------------------------------*/
.blog-banner {
  background-image: url("../imgs/bg_imgs/Hero-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.blog-banner-p {
  font-size: 22px;
  color: #fffefe;
  font-weight: 700;
  text-align: center;
}

.blog-bg {
  padding: 200px 0px 90px 0px;
}

.blog-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

/*--------------------------------------------------------------
# terpenes-1
--------------------------------------------------------------*/
.terpenes-1 {
  background-image: url("../imgs/bg_imgs/about-us-bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 80px 0px 0px 0px;
}

.terpenes-heading1 {
  font-size: 45px;
  color: #1a1a1a;
  font-weight: 700;
  text-align: center;
}

.terpenes-p1 {
  font-size: 18px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 300;
}

.terpenes-img1 {
  width: 100%;
  height: 100%;
}

.terpenes-box {
  padding: 40px 0px 80px 0px;
}

.terpenes-heading2 {
  font-size: 35px;
  color: #1a1a1a;
  font-weight: 700;
  width: 410px;
}

.cst-h1 {
  width: 100%;
}

/*--------------------------------------------------------------
# terpenes-2
--------------------------------------------------------------*/
.terpenes-2 {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 0px 0px 80px 0px;
}

.cst-location {
  font-size: 18px;
  line-height: 31px;
  color: #059532;
  font-weight: 700;
}

.terpenes-h5 {
  font-size: 22px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 700;
}

/*--------------------------------------------------------------
------------------------- awards page ---------------------------
# awards
--------------------------------------------------------------*/
.awards-banner {
  background-image: url("../imgs/bg_imgs/award-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.awards-bg {
  padding: 200px 0px 125px 0px;
}

.awards-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  margin: auto;
  width: 900px;
  text-align: center;
}

.awards-hex {
  position: absolute;
  transform: translate(0px, -65%);
  width: 15%;
  height: auto;
}

/*--------------------------------------------------------------
# awards history
--------------------------------------------------------------*/
.awards-history {
  background-image: url("../imgs/bg_imgs/award-bg1-hex.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 80px 0px;
}

.awards-history-heading {
  font-size: 45px;
  color: #008b17;
  font-weight: 600;
  text-align: center;
}

.awards-p1 {
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.awards-history .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  width: auto;
  height: 51px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 66%,
    #8fb349 100%
  );
  margin: 0px 10px;
  background-color: transparent;
  color: #fff;
}

.awards-history .nav-pills .nav-link {
  width: auto;
  height: 51px;
  border-radius: 12px;
  border: 1px solid #c6c6c6;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin: 0px 10px;
}

.awards-history .accordion h3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 4rem;
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 700;
}

.awards-history .accordion h3:hover,
.accordion h3:hover::after {
  cursor: pointer;
}

.awards-history .accordion h3::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  position: absolute;
  float: left;
  left: 1rem;
  font-size: 1rem;
  color: #ffffff;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #000;
  font-weight: 900;
  line-height: 20px;
}

.awards-history .accordion h3.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
}

.awards-history .accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.awards-history .accordion .content p {
  font-size: 16px;
  line-height: 25px;
  color: #1a1a1a;
  font-weight: 400;
}

.awards-history .accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.awards-history .accordion-item {
  border-top: 1px solid #e1e1e1 !important;
  border: none;
  background: transparent;
}

/*--------------------------------------------------------------
------------------------- contact-us page -----------------------
# contact-us
--------------------------------------------------------------*/
.contact-banner {
  background-image: url("../imgs/bg_imgs/award-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.contact-bg {
  padding: 130px 0px 160px 0px;
}

.contact-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.contact-us {
  background-image: url("../imgs/bg_imgs/award-bg1-hex.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  background-color: #f6f6f8;
}

.contact-form .select-location {
    left: 0px !important;
}

.contact-form .form-select {
    border-radius: 12px;
}

.mobile-contact-img {
  display: none;
}

.locations .card-text {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 700;
}

.locations .locations-add {
  width: 235px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
}

.locations.card-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
}

.locations .card-body {
  padding: 30px;
}

/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/
.contact-form-box {
  background-image: linear-gradient(
    95deg,
    #557d1d 0%,
    #7b9f45 66%,
    #8fb349 100%
  );
  border-radius: 20px;
  margin: -100px 0px 0px 0px;
}

.desktop-contact-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.contact-form-heading {
  font-size: 45px;
  color: #ffffff;
  font-weight: 600;
}

.contact-form {
  padding: 20px 40px 20px 20px;
}

.contact-form .form-control {
  height: 49px;
  border-radius: 12px;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 400;
}

.contact-form .form-floating > label {
  left: 10px;
  padding: 0.7rem 0.75rem;
}

.contact-form-btn {
  width: 171px;
  height: 51px;
  border-radius: 12px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 500;
  border: none;
}

/*--------------------------------------------------------------
------------------------- locations page -------------------------
# locations
--------------------------------------------------------------*/
.locations-banner {
  background-image: url("../imgs/bg_imgs/award-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.locations-bg {
  padding: 150px 0px 125px 0px;
}

.locations-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.locations-bg-box {
  background-image: url("../imgs/bg_imgs/award-bg1-hex.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  background-color: #f6f6f8;
}

.locations-box {
  padding: 0px 0px 80px 0px;
}

.locations-bg-box .card {
  border-radius: 20px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  background-color: #ffffff;
  border: none;
  width: auto;
  height: 100%;
}

.locations-bg-box .img1 {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.locations-bg-box .card-text {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 700;
}

.locations-bg-box .locations-add {
  width: 235px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
}

.locations-bg-box .card-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
}

.locations-bg-box .card-body {
  padding: 30px;
}

.locations-bg-box-pr1 {
  font-size: 35px;
  color: #1a1a1a;
  font-weight: 500;
}

.locations-bg-box-pr2 {
  font-size: 35px;
  color: #1a1a1a;
  font-weight: 500;
  padding: 50px 0px 0px 0px;
}

/*---------------------------------------------------------------
--------------------------- menu page ---------------------------
# menu banner
----------------------------------------------------------------*/
.menu-line {
  color: #e9f0f4;
  opacity: 1;
  height: 2px !important;
}

.menu-banner {
  background-image: url("../imgs/bg_imgs/award-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.menu-bg {
  padding: 170px 0px;
}

.menu-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.menu-order-box {
  background-image: url("../imgs/menu/menu-bg1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
}

.menu-order-box-box {
  border-radius: 20px;
  background-image: linear-gradient(
    95deg,
    #557d1d 0%,
    #7b9f45 26%,
    #73993f 54%,
    #8fb349 100%
  );
  padding: 35px;
  margin: -100px 0px 80px 0px;
}

.menu-order-box-p1 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.menu-order-box-heading {
  font-size: 45px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.menu-order-box-p2 {
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# menu-categories
--------------------------------------------------------------*/
.menu-categories {
  padding: 0px 0px 50px 0px;
}

.menu-categories .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  pointer-events: none;
  box-sizing: border-box;
}

.menu-categories .owl-nav .owl-prev {
  margin-left: 0px;
}

.menu-categories .owl-nav .owl-next {
  right: 10px;
}

.menu-categories .owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  pointer-events: all;
}

.menu-categories .owl-nav .owl-prev.disabled,
.menu-categories .owl-nav .owl-next.disabled {
  visibility: hidden;
}

.menu-categories .mydiv-categories .card-body {
  padding: 0px !important;
}

.menu-categories .mydiv-categories .card {
  width: auto;
  height: 185px;
  border-radius: 20px;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  border: none;
  padding: 25px 20px 5px 20px;
  margin: 10px;
}

.menu-categories .mydiv-categories .card:hover {
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.12));
}

.menu-categories .mydiv-categories .card-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #777777;
  font-weight: 600;
  margin: 0px;
  line-height: 0.8rem;
}

.menu-categories .mydiv-categories .card > .card1-img {
  max-width: fit-content !important;
  height: auto;
  margin: auto;
}

.menu-categories .mydiv-categories .card-text {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 700;
}

.menu-categories .owl-carousel .owl-nav .owl-next,
.menu-categories .owl-carousel .owl-nav .owl-prev {
  background-color: #eaeff2 !important;
  height: 35px;
  width: 35px;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.12));
}

.menu-categories-heading,
.menu-product-heading,
.menu-staff-picks-heading {
  font-size: 24px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# menu-product
--------------------------------------------------------------*/
.mydiv-product .menu-product-icon-btn {
  position: absolute;
  right: 0;
  top: -6px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.12));
}

.mydiv-product .card-body {
  padding: 15px 0px !important;
}

.mydiv-product .card {
  width: auto;
  height: 250px;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  border: none;
  padding: 25px 20px 5px 20px;
  margin: 10px;
}

.mydiv-product .card:hover {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}

.mydiv-product .card-price {
  color: #0998e6;
}

.mydiv-product .card-title {
  font-size: 18px;
  color: #3b3c3d;
  font-weight: 600;
  margin: 0px;
  line-height: 0.8rem;
}

.mydiv-product .card > .card1-img {
  max-width: fit-content !important;
  height: auto;
  margin: auto;
}

.mydiv-product .card-text {
  font-size: 16px;
  color: #48494a;
  font-weight: 500;
  margin: 8px 0px 0px 0px;
}

.mydiv-product .card-brand {
  color: #62737d;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.mydiv-product .dot {
  height: 7px;
  width: 7px;
  background-color: #62737d;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 4px;
}

.menu-product-link {
  color: #009ce9;
  font-weight: 600;
  font-size: 14px;
}

/*--------------------------------------------------------------
# menu-staff-picks
--------------------------------------------------------------*/
.mydiv-staff-picks .menu-staff-picks-icon-btn {
  position: absolute;
  right: 0;
  top: -6px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.12));
}

.mydiv-staff-picks .card-body {
  padding: 15px 0px !important;
}

.mydiv-staff-picks .card {
  width: auto;
  height: 350px;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  border: none;
  padding: 25px 20px 5px 20px;
  margin: 10px;
}

.mydiv-staff-picks .card:hover {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}

.mydiv-staff-picks .card-price {
  color: #0998e6;
}

.mydiv-staff-picks .card-title {
  font-size: 18px;
  color: #464647;
  font-weight: 700;
  margin: 0px;
  line-height: 24px;
}

.mydiv-staff-picks .card > .card1-img {
  max-width: fit-content !important;
  height: auto;
  margin: auto;
}

.mydiv-staff-picks .card-text {
  font-size: 16px;
  color: #48494a;
  font-weight: 500;
  margin: 8px 0px 0px 0px;
}

.menu-staff-picks-link {
  color: #009ce9;
  font-weight: 600;
}

.menu-staff-picks-bg {
  background-color: #26a27b;
  padding: 0px 15px;
  height: auto;
  width: fit-content;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.mydiv-staff-picks .card-brand {
  color: #62737d;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.mydiv-staff-picks .dot {
  height: 7px;
  width: 7px;
  background-color: #62737d;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 4px;
}

/*---------------------------------------------------------------
--------------------------- news page ---------------------------
# news
----------------------------------------------------------------*/
.news-banner {
  background-image: url("../imgs/bg_imgs/award-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.news-bg {
  padding: 130px 0px 160px 0px;
}

.news-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

/*--------------------------------------------------------------
# news-box
--------------------------------------------------------------*/
.news-box {
  background-image: url("../imgs/news/news-bg-hex.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
  background-color: #f6f6f8;
}

.news-bg-box {
  margin: 120px 0px;
}

.news-bg-box .card {
  height: 100%;
  border-radius: 20px;
}

.news-bg-box .card .card-img-top,
.blogs-bg .card .card-img-top {
  height: 200px;
  padding: 8px;
}

.news-bg-box .card .card-body {
  padding: 20px 30px 50px 30px;
}

.news-bg-box .card .card-title {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 700;
}

.news-bg-box .card .r-btn {
  font-size: 16px;
  line-height: 25px;
  color: #008b17;
  font-weight: 500;
}

/*---------------------------------------------------------------
--------------------- location bay city page --------------------
# bay-city
----------------------------------------------------------------*/
.bay-city-banner {
  background-image: url("../imgs/bg_imgs/Hero-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.bay-city-bg {
  padding: 200px 0px 125px 0px;
}

.bay-city-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: 820px;
  margin: auto;
}

.bay-city-details {
  padding: 80px 0px;
}

.bay-city-details-heading {
  font-size: 30px;
  color: #008b17;
  font-weight: 600;
}

.bay-city-details-checklist {
  margin: 0;
  list-style: none;
  padding-left: 0px;
}

.bay-city-details-check {
  color: #008b17;
  width: 18px;
  height: auto;
  margin: -4px 2px 0px 0px;
}

.bay-city-details-check1 {
    color: #008b17;
    width: 18px;
    height: auto;
    margin: 8px 10px 0px 0px;
}

.bay-city-details-checklist-text {
  font-size: 15.5px;
  line-height: 40px;
  color: #1a1a1a;
  font-weight: 400;
}

.bay-city-details-btn1 {
  width: 171px;
  height: 51px;
  border-radius: 12px;
  border-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  border: 3px solid #5b8222;
  background-color: transparent;
  font-size: 17px;
  color: #577f1e;
  font-weight: 500;
}

.bay-city-details-btn1:hover {
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  color: #fff;
}

.bay-city-details-btn2 {
  width: 171px;
  height: 51px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  color: #fff;
  border: 3px solid #5b8222;
  background-color: transparent;
  font-size: 17px;
  font-weight: 500;
}

.bay-city-details-card {
  padding: 0px 0px 80px 0px;
}

.bay-city-details-card .card {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.12));
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bay-city-details-card .card:hover {
  width: 100%;
  height: 250px;
}

.bay-city-details-card-checklist {
  margin: 0;
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
}

.bay-city-details-card-check {
  width: 25px;
  height: auto;
  margin: -4px 10px 0px 0px;
}

.bay-city-details-card-checklist-text {
  font-size: 15px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
}

.bay-city-details-card .card .swap .bay-city-check-icon {
  color: #008b17;
  font-size: 18px;
  margin-right: 10px;
}

.bay-city-details-card .card:hover .bay-city-details-card-checklist-text {
  color: #fff;
}

.bay-city-details-card .swap .bay-city-check-hide {
  display: none;
}

.bay-city-details-card .card:hover .swap .bay-city-check-icon {
  display: none;
}

.bay-city-details-card .card:hover .swap .bay-city-check-hide {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

.bay-city-details-card .card-text {
  color: #1a1a1a;
}

.bay-city-details-card .card:hover {
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 66%,
    #8fb349 100%
  );
}

.bay-city-details-card .card:hover .card-text {
  color: #fff;
}

.bay-city-card-button,
.cst-btn1 {
  display: block;
  border-radius: 50px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  background: #ffffff;
  opacity: 1;
  border: none;
  height: 40px;
  width: 40px;
  transform: translate(120px, 0px);
}

.bay-city-all-checklists {
  padding: 0px 0px 80px 0px;
}

.bay-city-all-checklists-h1 {
  font-size: 45px;
  line-height: 58px;
  color: #008b17;
  font-weight: 700;
  text-align: center;
  width: 790px;
  margin: auto;
}

.bay-city-all-checklists-p1 {
  width: 1029px;
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 400;
  text-align: center;
  margin: auto;
}

.bay-city-all-checklists .accordion .accordion-item {
  margin-bottom: 20px;
  background-color: #fcfbf8;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6 !important;
}

.bay-city-all-checklists-span {
  font-size: 20px;
  line-height: 30px;
  color: #008b17;
  font-weight: 700;
  text-align: center;
}

.bay-city-all-checklists-text-h5 {
  font-size: 18px;
  color: #008b17;
  font-weight: 600;
  margin-bottom: 0px;
}

.bay-city-all-checklists-ul {
  margin: 0;
  width: 100%;
}

.bay-city-all-checklists-li-span {
  font-size: 16px;
  line-height: 30px;
  color: #008b17;
  font-weight: 700;
}

.bay-city-about {
  padding: 0px 0px 80px 0px;
}

.bay-city-about-h1 {
  font-size: 35px;
  color: #008b17;
  font-weight: 600;
}

.bay-city-about-p1 {
  font-size: 17px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 400;
}

.bay-city-about-p1 .a-link {
  font-size: 17px;
}

.bay-city-categories {
  padding: 0px 0px 80px 0px;
}

.bay-city-categories-h1 {
  font-size: 35px;
  color: #008b17;
  font-weight: 600;
  text-align: center;
}

.bay-city-categories .card {
  border-radius: 10px;
  filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 260px;
}

.bay-city-categories .card .card-img-top {
  width: auto;
  height: auto;
}

.bay-city-categories .card .card-text {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 400;
}

.bay-city-categories .card .card-title {
  font-size: 25px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 700;
}

.bay-city-categories .owl-carousel > .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  box-sizing: border-box;
}

.bay-city-categories .owl-carousel > .owl-nav .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  border-radius: 50px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  background: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 30px;
  opacity: 1;
}

.bay-city-categories .owl-carousel > .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  border-radius: 50px;
  box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
  background: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 30px;
  opacity: 1;
}

.bay-city-categories .owl-carousel > .owl-nav .owl-prev:hover,
.bay-city-categories .owl-carousel > .owl-nav .owl-next:hover {
  color: #000;
}

.bay-city-guide {
  background-image: url("../imgs/bg_imgs/location-bay-city-img1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0px;
  margin: 0px 0px 80px 0px;
}

.bay-city-guide-heading {
  font-size: 45px;
  color: #fefffe;
  font-weight: 600;
  text-align: center;
}

.bay-city-guide-checklists-span {
  font-size: 20px;
  line-height: 30px;
  color: #008b17;
  font-weight: 700;
  text-align: center;
}

.bay-city-guide-checklists-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.bay-city-guide-checklists-li {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 1054px;
}

.bay-city-guide-checklists-li-span {
  font-size: 16px;
  line-height: 30px;
  color: #008b17;
  font-weight: 700;
}

.bay-city-order {
  padding: 0px 0px 80px 0px;
}

.bay-city-order-heading {
  font-size: 45px;
  color: #008b17;
  font-weight: 600;
  text-align: center;
  width: 630px;
  margin: auto;
}

.bay-city-order-checklists-span {
  font-size: 20px;
  line-height: 30px;
  color: #008b17;
  font-weight: 700;
  text-align: center;
}

.bay-city-order-checklists-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.bay-city-order-checklists-li {
  display: flex;
  font-size: 18px;
  width: 1141px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 400;
}

.bay-city-order-checklists-li-span {
  font-size: 16px;
  line-height: 30px;
  color: #008b17;
  font-weight: 700;
}

.bay-city-order-btn {
  width: 241px;
  height: 51px;
  border-radius: 12px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  border: none;
}

.bay-city-areas-info {
  padding: 0px 0px 80px 0px;
}

.bay-city-areas-info .item {
    margin: 0px 20px;;
}

.bay-city-areas-info .card {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.12));
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 66%,
    #8fb349 100%
  );
}

.bay-city-areas-info .card:hover {
  width: 100%;
  height: 100%;
}

.bay-city-areas-info-checklist {
  margin: 0;
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
}

.bay-city-areas-info-check {
  width: 25px;
  height: auto;
  margin: -4px 10px 0px 0px;
}

.bay-city-areas-info-checklist-text {
  margin: 0px 0px 0px 10px;
}

.bay-city-areas-info-checklist-text a {
  font-size: 18px;
  line-height: 10px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
}

.bay-city-areas-info-checklist-text a:hover {
  color: #0d6efd;
}

.bay-city-areas-info .card .swap .bay-city-check-icon {
  color: #008b17;
  font-size: 18px;
  margin-right: 10px;
}

.bay-city-areas-info .card:hover .bay-city-areas-info-checklist-text {
  /*color: #fff;*/
}

/*.bay-city-areas-info .swap .bay-city-check-hide {*/
/*  display: none;*/
/*}*/

/*.bay-city-areas-info .card:hover .swap .bay-city-check-icon {*/
/*  display: none;*/
/*}*/

.bay-city-areas-info .card:hover .swap .bay-city-check-hide {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

.bay-city-areas-info .card-text {
  color: #ffffff;
}

.bay-city-areas-info .card:hover {
  /*background-image: linear-gradient(*/
  /*  95deg,*/
  /*  #567e1d 0%,*/
  /*  #7b9f45 66%,*/
  /*  #8fb349 100%*/
  /*);*/
}

.bay-city-areas-info .card:hover .card-text {
  /*color: #fff;*/
}

.bay-city-faq {
  padding: 0px 0px 80px 0px;
}

.bay-city-faq-heading {
  font-size: 45px;
  color: #008b17;
  font-weight: 600;
  text-align: center;
}

.bay-city-faq .accordion h3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 4rem;
  font-size: 19px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 700;
}

.bay-city-faq .accordion h3:hover,
.accordion a:hover::after {
  cursor: pointer;
}

.bay-city-faq .accordion h3::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  position: absolute;
  float: left;
  left: 1rem;
  font-size: 1rem;
  color: #ffffff;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0%;
  text-align: center;
  background: #000;
  font-weight: 900;
  line-height: 20px;
}

.bay-city-faq .accordion h3.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  background-image: linear-gradient(
    95deg,
    #567e1d 0%,
    #7b9f45 26%,
    #739a3f 54%,
    #8fb349 100%
  );
}

.bay-city-faq .accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.bay-city-faq .accordion .content p {
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  font-weight: 250;
}

.bay-city-faq .accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.bay-city-faq .accordion-item {
  border-top: 1px solid #e1e1e1 !important;
  border: none;
  background: transparent;
}

.bay-city-resource {
  padding: 0px 0px 80px 0px;
}

.bay-city-resource-heading {
  font-size: 45px;
  color: #008b17;
  font-weight: 600;
  text-align: center;
}

.bay-city-resource-checklists-ul {
  padding: 0;
  list-style-type: none;
}

.bay-city-resource-checklists-li {
  /*padding-left: 30px;*/
  width: 500px;
  margin: auto;
  display: flex;
}

.bay-city-details-check-img {
  width: 20px;
  height: 20px;
  margin: 5px 10px 0px 0px;
}

.bay-city-resource-checklists-li span {
  font-size: 18px;
}

.bay-city-resource-checklists-li-span {
  font-size: 18px;
  line-height: 30px;
  color: #be8f17;
  font-weight: 700;
}

.section-locations {
  padding: 80px 0px;
}

.section-locations ul.icon-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-locations ul.icon-list > li {
  position: relative;
  padding-top: 5px;
}

.section-locations a {
  color: #000000;
  text-decoration: none;
}

/*--------------------------------------------------------------
--------------------- privacy-policy page --------------------
# privacy-policy
--------------------------------------------------------------*/
.privacy-policy-banner {
  background-image: url("../imgs/bg_imgs/Hero-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.privacy-policy-bg {
  padding: 200px 0px 125px 0px;
}

.privacy-policy-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: 820px;
  margin: auto;
}

.privacy-policy {
  padding: 80px 0px;
}

.privacy-policy-heading {
  font-size: 35px;
  color: #008b17;
  font-weight: 600;
  margin-bottom: 10px;
}

.privacy-policy-pg {
  margin-bottom: 25px;
  font-size: 18px;
}

/*--------------------------------------------------------------
--------------------- terms page --------------------
# terms
--------------------------------------------------------------*/
.terms-banner {
  background-image: url("../imgs/bg_imgs/Hero-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.terms-bg {
  padding: 200px 0px 125px 0px;
}

.terms-banner-heading {
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: 820px;
  margin: auto;
}

.terms {
  padding: 80px 0px;
}

.terms-heading {
  font-size: 35px;
  color: #008b17;
  font-weight: 600;
  margin-bottom: 10px;
}

.terms-pg {
  margin-bottom: 25px;
  font-size: 18px;
}

.terms ul li {
  font-size: 18px;
  line-height: 30px;
}


/*--------------------------------------------------------------
-------------------------- footer -------------------------------
# footer
--------------------------------------------------------------*/

footer#masterFooter {
	position: relative;
	background-color: #222429;
	color: #8b8d91;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	letter-spacing: 0;
	z-index: 30;
}
footer#masterFooter .footer-widget-title {
	font-family: 'Montserrat';
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
footer#masterFooter ul {
	list-style: none;
	padding: 0;
}
footer#masterFooter ul > li a {
	text-decoration: none;
}
footer#masterFooter ul > li a em {
	color: var(--sg-color-primary);
}
footer#masterFooter ul.sociallist > li > a em {
	background-color: #1c1e22;
	color: #8b8d91;
}
footer#masterFooter .cta-row {
	position: relative;
	margin-bottom: -80px;
	transform: translateY(-80px);
}










.cst-footer {
  background-image: url("../imgs/bg_imgs/Rounded_Rectangle74.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 15px;
}

.top-footer {
  position: absolute;
  left: 0;
  right: 0;
  margin: -300px 0px 0px 0px;
}

.top-footer-img {
  width: 100%;
  height: auto;
  /*margin: 0px 0px 0px -50px;*/
}

.top-footer .form-control {
  background: #f0f0f0;
  text-align: center;
  border: none;
}

.top-footer .s-now-btn {
  font-size: 20px;
  color: #c5a032;
  font-weight: 500;
  width: 455px;
  height: 50px;
  border-radius: 12px;
  background-color: #000000;
  border: none;
}

.footer {
  background-image: url("../imgs/bg_imgs/footer-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
    position: relative;
    /*z-index: 35;*/
  /*padding: 160px 0px 0px 0px;*/
}

.footer-logo {
  width: 100%;
  height: auto;
}

.cst-form-col {
  border-radius: 10px;
  background-color: #f6a81c;
  padding: 35px;
}

.cst-footer-link1 {
  font-size: 14px;
  margin-bottom: 0rem !important;
}

.cst-footer-link2 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
}

.submit-btn {
  width: 180px;
  height: 50px;
  border-radius: 31px;
  background-color: #47a0e9;
  border: 0px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-link1 {
  width: 200px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
}

.footer-link1:hover {
  color: #d7af38;
}

.footer-links {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}

.footer-nav {
  text-decoration: none;
  list-style-type: none;
  padding-left: 0px;
}

.footer-link {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
}

.footer-link:hover {
  color: #d7af38;
}

.footer-item {
  padding: 10px 0px;
}

.footer-map {
  width: 100%;
  height: 190px;
}

.footer-copy {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 300;
}

.line {
  width: 1045px;
  height: 1px;
  background-color: #ffffff;
  margin: auto;
}

.footer-nav1-desktop {
  text-decoration: none;
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  margin-bottom: 0px;
  margin-top: 10px;
  justify-content: end;
}

.footer-nav1-mobile {
  display: none;
}

.footer-item1 {
  padding: 10px 2px;
}

.footer-link1 {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
}

/*--------------------------------------------------------------
------------------------- page responsive -----------------------
# responsive
--------------------------------------------------------------*/
@media screen and (max-width: 2560px) {
  #mobile-categories {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .faqs .nav-pills {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: flex-start !important;
  }
  
  .bay-city-all-checklists-p1 {
    width: 100%;
  }

  .bay-city-guide-checklists-li {
    width: 100%;
  }

  .bay-city-order-checklists-li {
    width: 100%;
  }

  .bay-city-about-img {
    width: 100%;
    height: 100%;
  }

  .bay-city-all-checklists-ul {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .line {
    width: auto;
  }

  .cst-footer form {
    margin: -40px;
  }

  .banner-img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .bay-city-card-button,
  .cst-btn1 {
    transform: translate(100px, 0px);
  }

  .l-more-btn {
    padding: 0px 20px;
    width: auto;
  }

  .banner-inner-section--sub-heading {
    margin: 0px;
  }

  .cst-footer-link1 {
    font-size: 11px;
  }

  .footer-link1 {
    font-size: 11px;
  }

  .awards-banner-heading {
    width: auto;
    margin-top: 15%;
  }

  .slider__item,
  .slider__container[data-step="4"] .slider__item {
    width: calc(100% / 3);
  }

  .slider_item,
  .slider_container[data-step="4"] .slider_item {
    width: calc(100% / 3);
  }

  .testimonial .item {
    width: 100%;
    height: auto;
  }

  .banner-callus {
    font-size: 18px;
  }

  .banner-inner-section-heading {
    font-size: 25px;
  }

  .banner-inner-section--sub-heading {
    font-size: 9px;
  }

  .banner-img {
    width: 100%;
    height: auto;
  }

  .shop-btn {
    width: 125px;
    height: 45px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
  }

  .leaf-img {
    transform: translate(0px, -61%);
    width: 15%;
  }

  .line {
    width: auto;
  }

  .navbar-brand .nav-logo {
    width: 100% !important;
    height: auto;
  }

  .topbar-text .topbar-pr1 {
    font-size: 15px;
  }

  .cst-footer form {
    margin: -30px;
  }
}

@media screen and (max-width: 991px) {
.mobile-navbar-toggle {
    position: relative;
    display: block;
    top: 20px;
    right: 0px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 333;
}
    .site-brand{
    max-width: 70%;
}
.navi > ul.nav,
.navi > ul.nav ul {
    list-style: none;
}
.navi > ul.nav li {
    display: block;
    width: 100%;
}
.navi > ul.nav ul {
    margin-bottom: 25px;
}
.navi > ul.nav li:last-child {
    border-bottom: 0;
}
.navi > ul.nav li a {
    display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
    transition: all 0.35s;
}
.navi > ul.nav li a:hover {
    background-color: rgba(255,255,255,0.16);
}
.navi > ul.nav li .btn {
	margin: 10px auto;
}
    
.navi .sub-menu ul li a {
    font-size: 18px;
} 
    
header#masterHeader .navbar-wrapper {
    display: none;
}



.dropbtn {
  margin: -16px 0px 0px 8px;
}

.has-child .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin-bottom: 20px;
}



    #mobile-nav.open,
    .mobile-toggler-burger {
        display: block;
    }
    #mobile-nav.open > .inner {
        transform: translateX(0);
    }

    header#masterHeader .navbar {
    height:75px!important;
    }
    header#masterHeader .primary-navbar .navbar {
        padding: 0;
    }
    header#masterHeader .primary-navbar .navbar .navbar-brand {
        margin: 0;
        padding: 5px 0px 5px 0px;
		flex: 0 0 250px;
        max-width: 250px;
    }
    header#masterHeader .primary-navbar .navbar .navbar-toggler {
        margin-right: 15px;
    }

	header#masterHeader .navbar > .navbar-items,
    header#masterHeader .navbar > .navbar-ctas {
		display: none;
	}


    .shop-btn {
        margin: auto;
    }
    
    .banner-inner-section-heading {
        margin: auto;
    }
.about-us-bg,
.awards-bg,
.locations-bg,
.bay-city-bg,
.news-bg,
.contact-bg,
.privacy-policy-bg,
.terms-bg {
    padding: 200px 0px 90px 0px;
}
    
    .banner .banner-text {
        margin: 30px 0px 0px 0px;
    }
  .seog_fancybox .seog_fancybox-col {
    column-count: 1;
  }
  
  .privacy-policy-banner-heading,
  .terms-banner-heading {
      width: 100%;
  }

  .dropbtn a {
    font-size: 18px;
  }

  .dropdown span {
    font-size: 14px;
    color: #ffffff;
    margin: 30px 0px 0px 0px;
  }

  .dropdown-content {
    position: relative;
    margin-left: 20px;
  }

  .dropdown-content a {
    padding: 0px 0px 8px 8px;
    line-height: 25px;
  }

  .bay-city-details-card .owl-carousel > .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
  }

  .bay-city-details-card .owl-carousel > .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    height: 35px;
    width: 35px;
    font-size: 30px;
    opacity: 1;
  }

  .bay-city-details-card .owl-carousel > .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    height: 35px;
    width: 35px;
    font-size: 30px;
    opacity: 1;
  }

  /* area css */
  /* for owl carousel */

  .bay-city-areas-info .owl-carousel > .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
  }

  .bay-city-areas-info .owl-carousel > .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    height: 35px;
    width: 35px;
    font-size: 30px;
    opacity: 1;
  }

  .bay-city-areas-info .owl-carousel > .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    height: 35px;
    width: 35px;
    font-size: 30px;
    opacity: 1;
  }

  /* end */

  /* end area css */
  .bay-city-all-checklists-h1,
  .bay-city-order-heading,
  .bay-city-banner-heading,
  .bay-city-resource-checklists-li {
    width: 100%;
  }

  .bay-city-resource-checklists-ul {
    margin: 0px;
  }

  .bay-city-about-img {
    width: 100%;
    height: 100%;
  }

  .bay-city-card-button,
  .cst-btn1 {
    transform: translate(270px, -20px);
  }


  /*.cst-mobile-footer-row {*/
  /*  margin: 350px 0px 0px 0px;*/
  /*}*/

  .banner-bg {
    padding: 150px 0px 100px 0px;
  }

  .hex-img1,
  .hex-img2,
  .hex-img3,
  hex-img4 {
    width: 15%;
  }

  #desktop-history-card {
    display: none;
  }

  #mobile-history-card {
    display: block;
  }

  #mobile-history-card .owl-carousel > .owl-nav,
  .award .owl-carousel > .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
  }

  #mobile-history-card .owl-carousel > .owl-nav .owl-prev,
  .award .owl-carousel > .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    height: 35px;
    width: 35px;
    font-size: 30px;
  }

  #mobile-history-card .owl-carousel > .owl-nav .owl-next,
  .award .owl-carousel > .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    height: 35px;
    width: 35px;
    font-size: 30px;
  }

  .mobile-history-card .card {
    width: auto;
    height: auto;
    border-radius: 10px;
    filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.12));
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 20px;
    margin: 5px;
  }

  .mobile-history-card .card .card-text {
    font-size: 29px;
    color: #008b17;
    font-weight: 700;
    text-align: center;
    line-height: 2rem;
  }

  .about-us-row {
    flex-flow: column-reverse;
  }

  .about-hlh-heading {
    font-size: 40px;
    text-align: center;
  }

  .about-hlh-p1 {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
  }

  .about-hlh-img1 {
    margin: 20px 0px 0px 0px;
  }

  .about-hlh-p {
    text-align: center;
  }

  .award-button,
  .award-btn1 {
    transform: translate(125px, 65px);
  }

  .about-hlh-p-mobile {
    text-align: start;
  }

  .faqs .nav-pills {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: flex-start !important;
  }

  .faqs .nav-pills::-webkit-scrollbar {
    width: 0px;
  }

  #mobile-gallery .owl-carousel > .owl-nav,
  .award .owl-carousel > .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
  }

  #mobile-gallery .owl-carousel > .owl-nav .owl-prev,
  .award .owl-carousel > .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    height: 35px;
    width: 35px;
    font-size: 30px;
  }

  #mobile-gallery .owl-carousel > .owl-nav .owl-next,
  .award .owl-carousel > .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    height: 35px;
    width: 35px;
    font-size: 30px;
  }

  .banner {
    background-image: url("../imgs/bg_imgs/Mobile-Home-banner-img1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
  }

  .location {
    background-image: url("../imgs/bg_imgs/Mobile-location-img2.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
  }

  .blogs {
    background-image: url("../imgs/bg_imgs/Mobile-Home-blog-img4.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .testimonial {
    background-image: url("../imgs/bg_imgs/Mobile-Home-review-img5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .cannabis {
    background-image: url("../imgs/bg_imgs/Mobile-cannabis-img3.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section_faqs {
    background-image: url("../imgs/bg_imgs/Mobile-Home-faq-img6.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cannabis-img-box1 {
    display: flex;
    justify-content: center;
  }

  .banner-h1 {
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    width: auto;
  }

  .banner-pr {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    width: auto;
  }

  .order-btn {
    width: 100%;
    margin: 10px 0px 30px 0px;
  }

  .topbar .topbar-ul {
    display: none !important;
  }

  .navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .banner-mobile-col {
    flex-direction: column-reverse;
  }

  .banner-img1 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
  }

  .banner-callus {
    text-align: center;
  }

  .banner-call-logo {
    display: inline-flex;
  }

  .cannabis-leaf {
    width: 80%;
  }

  .cannabis-img-box {
    display: flex;
    justify-content: center;
  }
  .navbar-brand .nav-logo {
    width: 75% !important;
    height: auto;
  }
  
  .mobile-navi .navi .navbar-brand .nav-logo {
    width: 30% !important;
    }

  .slider__item,
  .slider__container[data-step="4"] .slider__item {
    width: calc(100% / 2);
  }

  .slider_item,
  .slider_container[data-step="4"] .slider_item {
    width: calc(100% / 2);
  }

  .slider__item-t,
  .slider__container-t[data-step="4"] .slider__item-t {
    width: calc(100% / 2);
  }

  .slider__item-location,
  .slider__container-location[data-step="4"] .slider__item-location {
    width: calc(100% / 2);
  }

    .banner-img-box {
        display: none;
    }

  .banner-img-box1 {
    display: flex;
    justify-content: center;
  }

  .banner-img {
    width: 75%;
    height: auto;
    margin: -35px 0px 0px 0px;
  }

  .banner-h1 {
    text-align: center;
    margin: 0px 60px;
  }

  .banner-inner-section-box,
  .banner-inner-section-box-2 {
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 0px 0px;
    text-align: center;
    border: none;
  }

  .banner-inner-section--sub-heading {
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
  }

  .cst-banner-row {
    margin: 0px 50px;
  }

  .cst-footer-link1 {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
  }

  .blogs .slider__control,
  .location .slider__control,
  .locations-box .slider__control,
  .locations .slider__control{
    font-size: 16px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    cursor: pointer;
    opacity: 1.5;
    transition: all 0.3s;
    z-index: 1;
  }

  .slider_control.prev,
  .slider__control.prev-t {
    left: -25px;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
  }

  .blogs .slider__control.prev {
    display: block;
    left: -10px;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
  }

  .blogs .slider__control.next {
    display: block;
    right: -10px;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
  }

  .slider_control.next,
  .slider__control.next-t {
    right: -25px;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
  }

  .slider__control.prev-location {
    display: block;
    left: -32px;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
  }

  .slider__control.next-location {
    display: block;
    right: -32px;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
  }

  .cannabis-h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 40px 0px 0px 0px;
  }

  .cannabis-img-box {
    display: none;
  }
  
  .locations .card {
      margin: 35px;
  }

  .cannabis-pr {
    font-size: 25px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
  }
  
  .contact-banner-heading {
    font-size: 35px; 
  }

  .l-more-btn {
    width: 100%;
  }

  .cst-btn {
    width: 300px;
  }

  .blogs .card {
    margin: 10px;
  }

  .cst-footer form {
    margin: auto;
  }

  .topbar-ul {
    display: none !important;
  }

  .footer-logo {
    margin: -60px 0px 50px 0px;
    width: 50%;
    height: auto;
  }

  .footer-nav1-mobile {
    display: block;
    text-align: center;
    margin: 40px 0px 0px 0px;
    padding-left: 0rem !important;
    list-style: none;
  }

  .footer-nav1-desktop {
    display: none;
  }

  .cst-footer-tablet-logo {
    display: flex;
    justify-content: center;
  }


  .sticky-mobile-ctas {
    position: fixed;
    display: -ms-flex;
    display: flex;
    background-image: linear-gradient(
      95deg,
      #567e1d 0%,
      #7b9f45 26%,
      #739a3f 54%,
      #8fb349 100%
    );
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 9999;
  }

  .sticky-mobile-ctas > a.btn {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    font-family: var(--headings_1-font-family);
    padding: 10px 36px 10px 45px;
    margin: 0 5px;
    font-size: 12px;
    border-radius: 25px;
    /* height: 40px; */
    border: 0;
    box-shadow: rgb(0 0 0 / 50%) 0px 10px 50px;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .sticky-mobile-ctas > a.btn {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    font-family: var(--headings_1-font-family);
    padding: 10px 36px 10px 45px;
    margin: 0 5px;
    font-size: 12px;
    border-radius: 25px;
    /* height: 40px; */
    border: 0;
    box-shadow: rgb(0 0 0 / 50%) 0px 10px 50px;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .sticky-mobile-ctas > a.btn > em {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #111;
    color: #fff;
    border-radius: 5px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    z-index: 2;
  }

  #desktop-gallery {
    display: none;
  }

  #mobile-gallery {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .cannabis-bg {
    padding: 50px 0px 100px 0px;
  }

  .banner-h1 {
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    width: auto;
  }

  .banner-pr {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    width: auto;
  }

  .order-btn {
    width: 100%;
    margin: 10px 0px 30px 0px;
  }

  .topbar .topbar-ul {
    display: none !important;
  }

  .navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .banner-mobile-col {
    flex-direction: column-reverse;
  }

  .banner-img {
    width: 100%;
    height: auto;
  }

  .banner-callus {
    text-align: center;
  }

  .banner-call-logo {
    display: inline-flex;
  }

  .cannabis-leaf {
    width: 80%;
  }
}

@media screen and (max-width: 576px) {
    
    .seog_fancybox .card .shop-btn {
  width: 90%;
  height: 30px;
  font-size: 12px;
    }
    
 .sg_age-verification > .inner h2 {
        font-size: 42px;
    }


.slider__control.prev-location,
.blogs .slider__control.prev,
.slider_control.prev, 
.slider__control.prev-t {
    left: -5px;
}
.slider__control.next-location,
.blogs .slider__control.next,
.slider_control.next, 
.slider__control.next-t {
    right: -5px;
}
}



@media screen and (max-width: 480px) {
    .privacy-policy-heading,
    .terms-heading {
       font-size: 25px;
    }
    
   .privacy-policy-banner-heading,
   .terms-banner-heading {
      font-size: 35px;
   }
    
  .bay-city-about-img {
    width: 100%;
    height: 100%;
  }
  
  .contact-form-box {
    margin: -50px 0px 0px 0px;
  }
    
  .mapembed {
    margin: 70px 0px 0px 0px;
  }

  .seog_fancybox .seog_fancybox-heading {
    font-size: 35px;
  }

  .seog_fancybox .seog_fancybox-content {
    padding: 20px 15px;
  }

  .hex-img1,
  .hex-img2,
  hex-img4 {
    width: 22%;
  }
  
  .desktop-contact-img {
      display: none;
  }
  
    .hex-img3 {
        width: 20%;
            transform: translate(0px, -160px);
    }

  /*.cst-mobile-footer-row {*/
  /*  margin: 180px 0px 0px 0px;*/
  /*}*/

  #desktop-gallery {
    display: none;
  }

  #mobile-gallery {
    display: block;
  }

  .awards-banner-heading {
    margin-top: 5%;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    width: auto;
  }
  .navbar-brand .nav-logo {
    width: 85% !important;
  }
  
  .mobile-navi .navi .navbar-brand .nav-logo {
      width: 60% !important;
  }
  .awards-hex {
    transform: translate(0px, -100%);
    width: 25%;
  }

  .categories .card-subtext {
    font-size: 18px;
  }

  .slider__item,
  .slider__container[data-step="4"] .slider__item {
    width: calc(100% / 1);
  }

  .slider_item,
  .slider_container[data-step="4"] .slider_item {
    width: calc(100% / 1);
  }

  .slider__item-t,
  .slider__container-t[data-step="4"] .slider__item-t {
    width: calc(100% / 1);
  }

  .slider__item-location,
  .slider__container-location[data-step="4"] .slider__item-location {
    width: calc(100% / 1);
  }

  .topbar-text .topbar-pr1 {
    font-size: 16px;
    text-align: center;
    padding-right: 0px !important;
  }

  .banner-h1 {
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    width: auto;
    margin: 0px;
  }

  .banner-pr {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: auto;
  }

  .banner-call {
    font-size: 18px;
  }

  .order-btn {
    width: 100%;
    margin: 10px 0px 30px 0px;
  }

  .topbar .topbar-ul {
    display: none !important;
  }

  .navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .banner-mobile-col {
    flex-direction: column-reverse;
    margin: 0px;
  }

  .banner-img {
    width: 100%;
    height: auto;
    margin: 25px 0px 0px 0px;
  }

  .banner-callus {
    text-align: center;
  }

  .banner-call-logo {
    display: inline-flex;
  }

  .blogs .card {
    width: auto;
    margin: 20px;
  }

  .location-pr1,
  .location-pr2 {
    font-size: 30px;
    line-height: 35px;
  }

  .testimonial-bg .card {
    width: auto;
    margin: 20px;
  }

  .slider_control.prev,
  .slider__control.prev,
  .slider__control.prev-t {
    left: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    z-index: 0;
  }

  .slider_control.next,
  .slider__control.next,
  .slider__control.next-t {
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    z-index: 0;
  }

  .slider__control.prev-location {
    display: block;
    left: 0px;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    z-index: 0;
  }

  .slider__control.next-location {
    display: block;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    z-index: 0;
  }

  .cst-heading,
  .heading {
    font-size: 35px;
  }

  .section_faqs .accordion-button {
    font-size: 16px;
  }

  .categories .card {
    margin: 0px 0px 20px 0px;
  }

  .banner-img-box {
    padding: 0px 0px 50px 0px;
  }

  .top-footer form {
    width: 100%;
  }

  .line {
    width: 100%;
  }
  
  .bay-city-banner-heading {
      font-size: 35px;
    line-height: 48px;
  }
  
  .bay-city-details-heading {
    font-size: 25px; 
  }
  
  .bay-city-details-btn2 {
    width: 130px; 
  }
  
  .bay-city-details-btn1 {
    width: 140px;
  }
  
  .bay-city-details-card .item,
  .bay-city-categories .item,
  .bay-city-areas-info .item {
      margin: 0px 25px;
  }
  
  .bay-city-all-checklists-h1 {
    font-size: 32px;
    line-height: 40px; 
  }
  
  .bay-city-all-checklists-p1,
  .bay-city-all-checklists-p1 .a-link,
  .bay-city-about-p1,
  .bay-city-about-p1 .a-link,
  .bay-city-guide-checklists-li,
  .bay-city-order-checklists-li,
  .bay-city-order-checklists-li .a-link,
  .bay-city-resource-checklists-li span,
  .bay-city-resource-checklists-li-span {
    font-size: 16px;
  }
  
  .bay-city-guide-heading,
  .bay-city-order-heading,
  .bay-city-faq-heading {
    font-size: 35px;
  }
  
  .bay-city-about-h1 {
    font-size: 28px;
  }

  .top-footer .s-now-btn {
    width: 100%;
  }

  .footer {
    background-image: url("../imgs/bg_imgs/footer-mobile-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .footer-links {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-link {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin: 35px 0px 20px 0px;
  }

  .footer-links {
    margin: 35px 0px 20px 0px;
  }

  .topbar-ul {
    display: none !important;
  }

  .product .card {
    height: auto;
    padding: inherit;
  }

  .cannabis-h1 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 40px 0px 0px 0px;
  }

  .cannabis-img-box {
    display: none;
  }

  .cannabis-img-box1 {
    display: flex;
    justify-content: center;
  }

  .cannabis-pr {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
  }

  .l-more-btn {
    width: 100%;
  }

  .cst-btn {
    width: 300px;
  }

  .footer-logo {
    margin: -60px 0px 50px 0px;
  }

  .banner-inner-section-box,
  .banner-inner-section-box-2 {
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 0px 0px;
    text-align: center;
    border: none;
  }

  .banner-inner-section--sub-heading {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
  }

  .cst-footer-link1 {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
  }

  .leaf-img {
    transform: translate(0px, -40%);
    width: 30%;
  }

  .leaf-img1 {
    transform: translate(0px, -32%);
    width: 40%;
  }

  .location .card {
    margin: 35px;
  }

  .awards-history-heading {
    font-size: 35px;
  }

  .awards-history .accordion a {
    font-size: 18px;
  }

  .awards-history .accordion .content p {
    margin-bottom: 10px;
  }

  .locations-banner-heading {
    font-size: 35px;
  }

  .footer-nav1-desktop {
    display: none;
  }

  .footer-nav1-mobile {
    display: block;
    text-align: center;
    margin: 40px 0px 0px 0px;
    padding-left: 0rem !important;
  }

  .footer-link1 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
  }

  .mobile-leaf-img {
    display: none;
  }

  .categories .card {
    width: auto;
    height: 205px;
  }

  .categories .card1-img {
    width: auto;
    height: auto;
  }

  .product {
    padding: 0px 0px 70px 0px;
  }

  .categories {
    margin: 10px 0px 50px 0px;
  }

  .cst-footer {
    border-radius: 0px;
    background-position: center;
  }

  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
  }

  /*.navbar-collapse {
		background: rgb(0, 0, 0);
    		z-index: 1;
    		left: 0px;
    		text-align: center;
		padding: 0px 0px 15px 0px;
	        position: fixed;
                width: 50%;
                height: 100%;
                top: 0;
                border: 0;
                right: 0;
	}*/
  .navbar-collapse form {
    justify-content: center;
  }

  .navbar-toggler-icon {
    background-image: url(../imgs/icon/menu.png);
  }

    .top-footer-img {
      width: 100%;
      height: auto;
    }

  .mobile-logo {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
    padding: 0px 0px 20px 0px;
  }

  .menu {
    position: fixed;
    right: 15px;
    transform: translateY(-260%);
    z-index: 100000;
    background-image: linear-gradient(
      95deg,
      #567e1d 0%,
      #7b9f45 26%,
      #739a3f 54%,
      #8fb349 100%
    );
    padding: 5px;
    top: 20%;
  }

  .menu-close {
    position: fixed;
    top: 10%;
    transform: translateY(-50%);
    z-index: 100000;
  }

  .menu-line {
    width: 35px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
  }

  .menu-close .menu-line {
    width: 35px;
    height: 2px;
    background-color: #fff;
  }

  .menu-close .menu-line:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 8px;
  }

  .menu-close .menu-line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -8px;
  }

  .navbar-collapse form {
    justify-content: start;
    margin: 0px 0px 0px 15px;
  }

  .menu-panel {
    width: auto;
    right: -400px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 0px;
    padding: 30px 10px 50px 45px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    font-size: 2.5em;
    z-index: 10000;
    margin: 0px 0px 0px 50px;
    overflow-x: scroll;
  }

  .menu-background {
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -100vh;
    position: fixed;
    z-index: 10;
    top: 0px;
  }

  .menu-title {
    margin: 50px 0;
    font-size: 1em;
  }

  .sticky-mobile-ctas {
    position: fixed;
    display: -ms-flex;
    display: flex;
    background-image: linear-gradient(
      95deg,
      #567e1d 0%,
      #7b9f45 26%,
      #739a3f 54%,
      #8fb349 100%
    );
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 9999;
  }

  .sticky-mobile-ctas > a.btn {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    font-family: var(--headings_1-font-family);
    padding: 10px 36px 10px 45px;
    margin: 0 5px;
    font-size: 12px;
    border-radius: 25px;
    /* height: 40px; */
    border: 0;
    box-shadow: rgb(0 0 0 / 50%) 0px 10px 50px;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .sticky-mobile-ctas > a.btn {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    font-family: var(--headings_1-font-family);
    padding: 10px 36px 10px 45px;
    margin: 0 5px;
    font-size: 12px;
    border-radius: 25px;
    /* height: 40px; */
    border: 0;
    box-shadow: rgb(0 0 0 / 50%) 0px 10px 50px;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .sticky-mobile-ctas > a.btn > em {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #111;
    color: #fff;
    border-radius: 5px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    z-index: 2;
  }

  .faq-heading {
    font-size: 35px;
  }

  .cst-tablet-col {
    margin-top: 0px !important;
  }

  .mobile-contact-img {
    display: block;
  }

  .contact-form-heading {
    text-align: center;
  }

  .contact-form {
    padding: 30px 10px;
  }

  .contact-form-btn {
    margin: auto;
  }

  .location .card {
    height: auto;
  }

  .about-us-banner-heading {
    font-size: 35px;
    line-height: 48px;
  }

  .about-us-history-heading {
    font-size: 35px;
  }

  .about-us-history-p {
    font-size: 18px;
    line-height: 30px;
  }

  .faqs .nav-pills {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: flex-start !important;
  }

  .faqs .nav-pills::-webkit-scrollbar {
    width: 0px;
  }

  .locations-box .card {
    margin: 35px;
    height: auto;
  }

  .gallery-img {
    height: auto;
  }

  .award .div-image {
    margin: 40px;
  }

  .award .card {
    height: 345px;
  }

  .award-heading {
    font-size: 40px;
  }

  .award-heading {
    font-size: 40px;
  }

  .faqs-heading {
    font-size: 35px;
  }

  .faqs .accordion a {
    font-size: 16px;
  }

  .faqs .accordion a::after {
    width: 30px;
    height: 30px;
  }

  .faqs .accordion a::after {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-us-row {
    flex-flow: column-reverse;
  }

  .about-hlh-heading {
    font-size: 30px;
    text-align: center;
  }

  .about-hlh-p1 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

  .sales-checklist-text {
    font-size: 20px;
  }

  .cst-join {
    font-size: 18px;
  }

  .about-hlh-img1 {
    margin: 20px 0px 0px 0px;
  }

  .award-button,
  .award-btn1 {
    transform: translate(170px, 80px);
  }

  .about-hlh-p-mobile {
    text-align: start;
  }

  #mobile-gallery .owl-carousel > .owl-nav,
  .award .owl-carousel > .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
  }

  #mobile-gallery .owl-carousel > .owl-nav .owl-prev,
  .award .owl-carousel > .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    height: 35px;
    width: 35px;
    font-size: 30px;
  }

  #mobile-gallery .owl-carousel > .owl-nav .owl-next,
  .award .owl-carousel > .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 4px rgba(224, 224, 224, 1);
    background: #ffffff;
    color: #008b17;
    height: 35px;
    width: 35px;
    font-size: 30px;
  }

  .mydiv-staff-picks .card-brand {
    display: block;
  }

  .mydiv-staff-picks .card {
    width: auto;
    height: 430px;
  }

  .cst-footer form {
    margin: 0px;
  }

  .about-hlh-p {
    font-size: 20px;
  }

  .about-hlh-p {
    font-size: 20px;
  }
}

@media screen and (max-width: 376px) {
  .banner-h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-pr {
    font-size: 16px;
  }

  .heading {
    font-size: 35px;
  }

  .about-hlh-heading {
    font-size: 28px;
  }

  .about-hlh-p {
    font-size: 18px;
  }
  
  .terms-pg,
  .terms ul li,
  .privacy-policy-pg {
      font-size: 16px;
  }
  
  .seog_fancybox .card .card-title {
    font-size: 15px;
    line-height: 15px;
  }
  
  .seog_fancybox .card .card-text {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  
  .seog_fancybox .seog_fancybox-heading {
    font-size: 30px;
  }
  
  .seog_fancybox .card .shop-btn {
    width: 100%;
    height: 25px;
    border-radius: 8px;
    font-size: 12px;
  }
  
  .seog_fancybox .seog_fancybox-content {
    padding: 20px 0px;
  }
}


@media (max-width:767px) {
    .mobile-navi .navi>ul.nav li a {
        font-size: 22px;
    }
}


@media only screen and (max-width: 1280px) {
    header#masterHeader .navbar .navbar-nav .nav-link {
        padding: 15px 12px;
    }
        
    header#masterHeader .navbar>.navbar-brand {
    flex: 0 0 20%;
    max-width: 20%;
    }
}

@media only screen and (min-width: 768px) {
    .sticky-mobile-ctas {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    header#masterHeader .navbar .navbar-nav .nav-link {
        padding: 15px 5px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #mobile-nav.open,
    .mobile-toggler-burger {
        display: block;
    }
    #mobile-nav.open>.inner {
        transform: translateX(0);
    }
    /* header#masterHeader .navbar {
        height: 75px!important;
    } */
    header#masterHeader .primary-navbar .navbar {
        padding: 0;
    }
    header#masterHeader .primary-navbar .navbar .navbar-brand {
        margin: 0;
        padding: 5px 0px 5px 0px;
        flex: 0 0 250px;
        max-width: 160px;
    }
    header#masterHeader .primary-navbar .navbar .navbar-toggler {
        margin-right: 15px;
    }
    header#masterHeader .navbar>.navbar-items,
    header#masterHeader .navbar>.navbar-ctas {
        display: none;
    }
}

