@font-face {
    font-family: Cocogoose;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Cocogoose-Pro.woff') format('woff');
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Helvetica-Neue.woff') format('woff');
}

body {
    color: var(--secondary-color);
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    background: var(--primary-color);
}

html,
body {
    touch-action: none;
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
}

:root{
    --primary-color: #404040;
    --secondary-color: #c7c8ca;
    --theme-gray-color: #E6E5DC;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

a:focus,
button:hover,
input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.container {
    width: 95%;
    max-width: 1500px;
    margin: auto;
}

.left-bar,
.right-bar {
    width: 100px;
    height: 100vh;
    /* border: 1px solid #040504; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 80px 20px 25px;
    position: fixed;
    z-index: 999;
}

.left-bar {
    border-right: 1px solid var(--secondary-color);
    left: 0%;
}

.right-bar {
    border-left: 1px solid rgba(4, 5, 4, 0.2);
    right: 0%;
}

.social-icon {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}

.social-icon a svg path {
    opacity: 1;
    fill: var(--primary-color);
}

.social-icon a:hover svg path {
    opacity: 0.6;
}

.phone-text {
    display: none;
}

.phone-icon:hover .phone-text {
    background: var(--secondary-color);
    display: flex;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    white-space: nowrap;
    z-index: -1;
    height: 90px;
    line-height: 90px;
    padding-left: 80px;
    padding-right: 50px;
    font-size: 22px;
    font-family: Helvetica;
}

.phone-text a { color: #040504; }

.phone-text a:hover {
    color: #040504;
    cursor: pointer;
}

.map-text {
    display: none;
}

.map-icon:hover .map-text {
    background: var(--secondary-color);
    display: flex;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    white-space: nowrap;
    z-index: -1;
    height: 90px;
    line-height: 90px;
    padding-left: 50px;
    padding-right: 80px;
    font-size: 22px;
    font-family: Helvetica;
}

.map-text a:hover {
    color: #040504;
    cursor: pointer;
}

.map-text a p {
    margin: 0;
}

.map-text a p br {
    display: none;
}

/* .phone-icon:hover  .phone-text{
   display: block;
} */
/* .middle-bar {
    /* width: 100%; */
/* height: 100%; *
    display: flex;
    margin: auto;
} */
/* .center-logo,
.banner-text,
.business-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
} */
.banner-heading {
    font-weight: 600;
    font-size: 160px;
    text-transform: uppercase;
    font-family: Cocogoose;
    letter-spacing: 5px;
    padding-top: 80px;
    line-height: 160px;
}
.banner h3 {
    font-family: 'COCOGOOSE', sans-serif;
    color:rgba(255,255,255,0.35);
    margin:60px auto;
}

.text-dark {
    color: #040504 !important;
}

.opacity-10 {
    opacity: 0.1;
}

.business-info-body {
    height: 100%;
    position: relative;
}

.business-info-body .banner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.business-info {
    /* flex-direction: column; */
    text-align: center;
}

.business-info .logo {
    
    margin: auto;
    padding-bottom: 72px;
}

.business-info .info p { width: 100%; max-width: 853px; margin: 0 auto; padding: 0 30px; font-weight: 400; font-size: 40px; line-height: 50px; }

.business-info .info p:last-child { max-width: 1193px; padding: 0 30px; margin-top: 50px; }

.business-link ul {
    display: flex;
    list-style: none;
    font-size: 20px;
    justify-content: center;
}

.business-link ul li {
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 24px;
    height: 24px;
}

.business-link ul li:last-child {
    border: 0;
}

.docSlider-pager {
    display: none !important;
}


.docSlider {
    z-index: 0;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: inherit;
    top: 0;
    right: 0;
    overflow: hidden;
}

.docSlider-inner {
    box-sizing: border-box;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 100px;
    padding-right: 100px;
}

.docSlider-inner {
    box-sizing: border-box;
    position: fixed;
    height: 100%;
    width: inherit;
    top: 0;
    right: 0;
}

.docSlider-page {
    /*     position: relative; */
    box-sizing: border-box;
    height: inherit;
    width: inherit;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    transition-property: top, left, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none !important;
    /* overflow: auto;
    overflow-x: hidden; */
}

.outer {
    display: table;
    height: 100%;
    width: calc(100% - 200px);
    margin: auto;
}

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

.Scroller .Scroller-box {
    height: 70vh;
    overflow: auto;
    /* border: 2px solid white; */
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding-right: 20px;
}

#in-the-beginning .Scroller-box h4 span { color: var(--secondary-color) !important; }
#in-the-beginning .Scroller-box span a, #nine-step-brand-builder .Scroller-box span a { color: var(--secondary-color) !important; }

.pick-flavour-section .Scroller-box {
    height: 80vh;
}

/* Gallery card */

.gallery-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.img-box {
    position: relative;
    display: inline-block;
    height: 33.33vh;
    object-fit: cover;
}

.img-box img {
    height: 100%;
    width: 100%;
}

.body-info {
    display: none;
}

.img-box:hover .body-info {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.body-info a:hover {
    color: #fff;
}

.top-title {
    float: left;
}


.flavour-card {
    text-align: start;
    margin-top: 50px;
    color: var(--secondary-color);
}

.btn-bg-dark {
    background: var(--theme-gray-color);
    color: var(--primary-color);
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    border-radius: unset;
    transition: all 0.4s ease;
    text-transform: uppercase;
    padding: 9px 11px;
    border: 0 !important;
}

.btn-bg-dark:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.btn-bg-orange {
    background: var(--secondary-color);
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 25px;
    margin-top: 50px;
    height: 60px;
    line-height: 44px;
    font-size: 20px;
    font-weight: 600;
    border-radius: unset;
}

.btn-bg-orange:hover {
    background: #fff;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.social-icons a svg path {
    fill: #fff;
}

.social-icons a:hover svg path {
    fill: var(--secondary-color);
}

.footer-panel .logo {
    width: 150px;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 5vh;
}

.footer-panel .address {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.footer-panel .phone-number {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
}

.footer-panel .email-address {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 25px;
}

.social-icons a {
    margin: 0 8px;
}

.top-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 7vh;
    line-height: 36px;
    color: #c7c8ca;
}

.left-img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.body-conent-panel {
    text-align: start;
    margin-top: 10px;
}

#be-original .body-conent-panel {
    margin-top: 0px !important;
}

#be-original ul {
    padding: 0;
}

#be-original ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

#be-original b,
#be-original strong {
    font-weight: bold;
}

.cal_wrap {
    display: flex;
    justify-content: space-between;
    width: 90%;
    column-count: 3;
    column-gap: 20px;
}

.cal_box {
    background: #fff;
    border: solid 5px #fff;
    width: 33%;
}

.month {
    background: var(--secondary-color);
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 0;
    text-transform: uppercase;
}

.day {
    color: #313E48;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0 0;
    text-transform: uppercase;
}

.date {
    color: #313E48;
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    line-height: 80px;
}

.book_now {
    background: #313E48;
    text-align: center;
    display: block;
    font-size: 22px;
    padding: 10px 0;
    margin-top: 10px;
    font-weight: 400;
    border: 0;
}

.book_now:hover {
    background: var(--secondary-color);
    color: #fff;
}

.contact_be_original {
    margin-top: 10px;
}

.contact_be_original a {
    background: var(--theme-gray-color);
    color: var(--primary-color);
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    border-radius: unset;
    padding: 9px 50px;
    margin-right: 15px;
    font-weight: 600;
    transition: all 0.4s ease;
    border: 0 !important;
}

.contact_be_original a:hover {
    background: #c7c8ca;
    color: #404040;
}

.logo_icon {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.body-conent-panel .icon,
.flavour-card .icon {
    /* margin-bottom: 10px; */
    height: 50px;
    max-width: 70px;
}

.body-conent-panel .icon img,
.flavour-card .icon img {
    height: 94%;
    max-width: 70px;
}

.arrows {
    opacity: 1;
}

.right-bar .arrows svg path { stroke: var(--primary-color); }

.logo-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid: repeat(6,1fr) / repeat(4,1fr); */
    background: var(--primary-color);
    /* height: 100vh; */
}

.logo-container a {
    height: 16vh;
    display: flex;
    align-items: center;
}

.short-desc {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 300;
    min-height: 65px;
}

button.close.join_force {
    position: static;
    float: none;
    font-size: 20px;
    font-weight: 400 !important;
    color: var(--secondary-color);
    text-shadow: none !important;
}

button.close.join_force:hover {
    text-decoration: underline;
    opacity: 1 !important;
}

.flavour-card .content-body .heading {
    font-size: 30px;
    font-weight: 700;
}

.body-conent-panel p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.flavour-card .content-body .brand-category {
    font-size: 20px;
    line-height: 26px;
    min-height: 50px;
    font-weight: 700;
    color: #c7c8ca;
    margin: 5px 0 0;
}

.card-line .content-body {
    position: relative;
}

.card-line .content-body::after {
    content: "";
    height: 100%;
    background: #040504;
    width: 1px;
    position: absolute;
    bottom: 0;
    right: -15px;
    opacity: 0.2;
}

.pick-flavour-section .flavour-card.card-line:last-child .content-body::after {
    content: none !important;
}




/* Form */

.join-force-form input::placeholder,
.add-flavour-form input::placeholder,
.add-flavour-form textarea::placeholder {
    font-size: 20px !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

.add-flavour-form textarea {
    padding-left: 30px !important;
    outline: 0;
}

.join-force-form input[type="text"],
.add-flavour-form input[type="text"] {
    height: 60px !important;
    padding: 20px 30px !important;
}

.join-force-form .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 25px;
}

.join-force-form .gfield_checkbox label {
    font-size: 20px !important;
    line-height: 25px;
    max-width: 75% !important;
}

.join-force-form .gfield_checkbox input[type="checkbox"] {
    width: 30px;
    height: 30px !important;
    vertical-align: top;
    margin-top: 5px;
}

.join-force-form fieldset legend {
    font-family: Helvetica;
    font-size: 20px !important;
    margin-bottom: 15px !important;
}

.add-flavour-form input[type="file"] {
    font-size: 18px !important;
}


.join-force-form input[type="submit"],
.add-flavour-form input[type="submit"],
#be-original-form input[type="submit"],
#be-original-contact-form input[type="submit"],
#step-brand-builder-form input[type="submit"],
#get-pick-me-form input[type="submit"],
#deats input[type="submit"]{
    background: var(--primary-color) !important;
    color: var(--theme-gray-color) !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600;
    transition: all 0.4s ease;
    border: 0 !important;
    padding: 9px 50px;
}

.join-force-section .top-title {
    margin-top: 0;
}

.join-force-section .col-md-7 {
    margin: auto !important;
}

.join-force-form .gform_footer {
    padding-bottom: 0 !important;
}

.join-force-form input[type="submit"]:hover,
.add-flavour-form input[type="submit"]:hover,
#be-original-form input[type="submit"]:hover,
#be-original-contact-form input[type="submit"]:hover,
#step-brand-builder-form input[type="submit"]:hover,
#get-pick-me-form input[type="submit"]:hover {
    background: var(--secondary-color) !important;
    color: var(--primary-color) !important;
}

.content-box-scroll {
    max-height: 750px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    padding-right: 20px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

.Scroller .Scroller-box::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.Scroller .Scroller-box::-webkit-scrollbar-thumb {
    border-radius: 12px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.mobile-social-icon {
    display: none;
}

.mobile-icon {
    display: none;
}

/* checkbox */

.join-force-form .gfield_checkbox div input[type='checkbox'] {
    opacity: 0 !important;
    position: absolute !important;
}

.join-force-form .gfield_checkbox div input[type='checkbox']+label {
    position: relative !important;
    padding-left: 50px !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.join-force-form .gfield_checkbox div input[type='checkbox']+label:before,
.join-force-form .gfield_checkbox div input[type='checkbox']+label:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    z-index: 1 !important;
    -webkit-transition: .2s !important;
    transition: .2s !important;
}

/* after */
.join-force-form .gfield_checkbox div input[type='checkbox']:not(:checked)+label:after {
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
    top: 3px !important;
}

.join-force-form .gfield_checkbox div input[type='checkbox']:checked+label:after {
    top: 3px;
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #fff;
    background-color: var(--secondary-color) !important;
    z-index: 0 !important;
}

.join-force-form .gfield_checkbox div {
    display: inherit !important;
}




/* Header */

.menu_bar span {
    display: block;
    width: 40px;
    height: 3px;
    transition: 200ms;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--primary-color);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
    margin-left: 0;
    border-radius: 100px;
}

.menu_bar.not-openmenu span:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu_bar.not-active span:nth-child(2) {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.menu_bar.not-active span:nth-child(3) {
    bottom: 0;
    transform: rotate(0);
}

.menu_bar.closemenu span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu_bar.closemenu span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.menu_bar.closemenu span:nth-child(3) {
    bottom: 15px;
    transform: rotate(-134deg);
}

.menu_bar span+span {
    margin-top: 9px;
}

a.menu_bar {
    margin-left: 15px;
    margin-top: -2px;
}

.navbar-toggler-icon {
    width: 40px;
    margin-top: 0; z-index: 2; position: relative;
}

.navbar-toggler {
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.navbar {
    justify-content: flex-end;
}

.navbar-collapse {
    position: fixed;
    left: 100%;
    width: 50%;
    background: #c7c8ca;
    height: unset;
    min-height: 100%;
    padding: 0 20px;
    top: 0;
    z-index: 1;
    justify-content: center;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.navbar-collapse.collapse {
    left: 50%;
}

.scroll-block {
    overflow: hidden;
}

.navbar-nav li {
    margin-left: 0;
    margin-top: 15px;
}

.navbar-expand-lg .navbar-toggler {
    display: block !important;
    outline: 0;
}

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

.navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
}

.right-bar .down-arrow-icon,
.right-bar .map-icon {
    z-index: -2;
}


.navbar-nav .menu-item .nav-link {
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 700;
    padding: 5px !important;
}

.navbar-nav .menu-item .nav-link:hover {
    color: #343F49 !important;
}

.menu_bar.openmenu span+span+span {
    width: 30px;
}


.main-menu.mobile-menu {
    display: none !important;
}

.main-menu .menu-item span { color: #404040; }

.map-frame {
    border: 0;
    height: 100vh;
    Width: 100%;
    line-height: 0;
}

section .row {
    margin-left: 0 !important;
}

section.last .row {
    margin-left: -15px !important;
}

section.last .row .col-md-5 {
    padding-right: 0 !important;
}

.down-arrow-icon.last-arrow {
    transform: rotateX(180deg);
}

/* .pick-flavour-section.Scroller .Scroller-box{
    height: 80vh;
} */
.down-arrow-icon {
    cursor: pointer;
}

.popup-open .right-bar {
    position: unset !important;
}

.modal-dialog {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
}

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

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: fixed;
    right: 30px;
    z-index: 10033;
    top: 25vh;
}

.left-bar,
.right-bar {
    z-index: 1051;
    background: #E6E5DC;
    top: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.pick-flavour-section .flavour-card.card-line:first-child icon img {
    width: 60px;
}

.content-box-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

.content-box-scroll::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

.content-box-scroll {
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 20px;
    padding-bottom: 20px;
}

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

.up-arrow-icon {
    transform: rotate(180deg);
    cursor: pointer;
    margin-bottom: 15px;
}

.modal {
    left: 99px;
    width: calc(100% - 198px);
}

.modal-backdrop.show {
    display: none;
}

.modal .body-panel .row {
    margin-left: 0;
}

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


/* side-icon */

.main-banner .left-bar .phone-icon svg {
    width: 32px;
    height: 38px;
}

.main-banner .left-bar .phone-icon svg path, .main-banner .right-bar .map-icon svg path { fill: var(--primary-color); }

.main-banner .left-bar .logo img { width: 40px; }

.main-banner .right-bar .map-icon svg {
    width: 32px;
    height: 32px;
}

.main-banner .right-bar .map-icon {
    height: 42px;
}

.beginning h5 {
    font-weight: 600;
    margin: 30px 0 -10px;
}

.flavour-card .content-body p {
font-size: 14px;
    min-height: 60px;
    line-height: 20px;
}

#logo {
    background-color: var(--primary-color) !important;
}

/* .flavour-card {
    margin-top: 50px;
} */
/* .body-conent-panel .icon, .flavour-card .icon {
    height: 80px;
} */
/* .body-conent-panel .icon, .flavour-card .icon {
    margin-bottom: 10px;
} */

.no_scroll {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}

.logo_link {
    cursor: unset;
}

.form_btn {
    margin-top: 15px;
}

#gform_3 label#label_3_6_1 {
    font-size: 20px;
    margin-left: 5px;
}

#gform_wrapper_4 .gfield_required_text,
#gform_wrapper_5 .gfield_required_text {
    color: var(--secondary-color) !important;
}

.square-single-form {
    visibility: visible !important;
}

.sq-card-iframe-container {
    height: 48px !important;
}

.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_shipping_price,
.gform_wrapper.gravity-theme .ginput_total {
    color: var(--secondary-color) !important;
}

.gform_wrapper input#gf_coupon_button.button {
    background: var(--secondary-color) !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    text-align: center;
    height: 40px !important;
    font-size: 18px !important;
    font-weight: 600;
    padding: 0 20px;
}

.gform_wrapper input#gf_coupon_button.button:hover {
    background: #fff !important;
    color: var(--secondary-color) !important;
}

.custom-page {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.custom-page h1 {
    margin: 40px 0px;
}

.second-title {
    font-size: 24px;
    margin-top: 40px;
    font-weight: 600;
}

.get-content {
    font-size: 20px;
}

section#home { border-bottom: 2px solid #E6E5DC; }

.modal .top-title, .modal .body-conent-panel p { color: var(--primary-color); }

#step-brand-builder-form .gform_wrapper .gfield_label, 
#step-brand-builder-form .gform_wrapper label { color: var(--primary-color); }

#step-brand-builder-form .ginput_product_price { color: var(--primary-color) !important; font-weight: 700; }

#deats .gform_wrapper .gfield_label, 
#deats .gform_wrapper label { text-align: left; width: 100%; font-size: 16px; line-height: 24px; font-weight: 700; }

#deats input[type="submit"]{
    background: var(--theme-gray-color) !important;
    color: var(--primary-color) !important;
}

#deats input[type="submit"]:hover {
    background: var(--secondary-color) !important;
    color: var(--primary-color) !important;
}


/* Responsive */
@media (max-height:650px) {
    .navbar-nav .menu-item .nav-link {
        font-size: 30px !important;
        line-height: 30px !important;
    }
}

@media (max-width:1650px) {

    .cal_wrap {
        width: 100%;
    }

    .month {
        font-size: 40px;
        padding: 0px 0;
    }

    .day {
        font-size: 24px;
    }

    .date {
        font-size: 70px;
        line-height: 50px;
    }

    .book_now {
        font-size: 18px;
    }

    #be-original ul li {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:1599px) {
    .flavour-card .content-body .brand-category {
        margin: 6px 0;
        font-size: 16px;
        min-height: auto;
    }

    .btn-bg-dark {
        margin-top: 15px;
    }

    .body-conent-panel p {
        font-size: 16px;
        line-height: 26px;
    }

    #gform_3 label#label_3_6_1 {
        font-size: 16px;
    }

    .flavour-card .content-body .heading {
        font-size: 25px;
    }

    .join-force-form .gfield_checkbox label {
        font-size: 16px !important;
        line-height: 22px;
        max-width: 50% !important;
        margin-left: 5px;
    }

    .join-force-form .gfield_checkbox input[type="checkbox"] {
        width: 25px;
        height: 25px !important;
    }

    .join-force-form input[type="text"],
    .add-flavour-form input[type="text"] {
        height: 50px !important;
        padding: 20px !important;
    }

    .join-force-form input::placeholder,
    .add-flavour-form input::placeholder,
    .add-flavour-form textarea::placeholder {
        font-size: 18px !important;
    }

    .banner-heading {
        font-size: 120px;
    }

}

@media (max-width:1439px) {

    .flavour-card .content-body .brand-category {
        font-size: 18px;
        line-height: 24px;
        min-height: 75px;
    }

    .flavour-card .content-body .heading {
        font-size: 22px;
    }

    .join-force-form input[type="submit"],
    .add-flavour-form input[type="submit"],
    #be-original-form input[type="submit"],
    #be-original-contact-form input[type="submit"] {
        width: 200px !important;
        height: 55px !important;
        font-size: 20px !important;
    }

    .business-info .info p {
        margin-bottom: 40px;
        line-height: 45px;
        font-size: 35px;
    }

    .join-force-form .gfield_checkbox label {
        font-size: 15px !important;
        line-height: 20px;
        margin-left: 0px;
    }

    .container {
        width: 100%;
    }

    .body-conent-panel p {
        /* font-size: 16px; */
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width:1365px) {

    .body-conent-panel {
        text-align: start;
    }

    #gform_3 label#label_3_6_1 {
        font-size: 14px;
    }

    .month {
        font-size: 30px;
    }

    .day {
        font-size: 20px;
    }

    .date {
        font-size: 50px;
        line-height: 30px;
    }

    .book_now {
        font-size: 16px;
    }

    .contact_be_original a {
        font-size: 16px;
        min-width: 160px;
    }
}

@media (max-width:1280px) {
    .banner-heading {
        font-size: 100px;
    }

    .business-info .info p {
        line-height: 45px;
        font-size: 34px;
    }

    .flavour-card {
        margin-top: 30px;
    }

}

@media (max-width:1279px) {
    .Scroller .Scroller-box {
        padding-right: 10px;
    }

    .custom-page {
        max-width: 90%;
    }
}

@media (max-width:1199px) {
    .banner-heading {
        font-size: 70px;
    }

    .btn-bg-dark {
        font-size: 14px;
        line-height: 24px;
    }

    .flavour-card .content-body .heading {
        font-size: 20px;
    }

    .flavour-card .content-body .brand-category {
        font-size: 16px;
        line-height: 20px;
        min-height: 65px;
    }

    .flavour-card .content-body p {
        font-size: 13px;
        line-height: 18px;
    }

    .top-title {
        font-size: 28px;
        line-height: 30px;
    }

    .blueprint-icon {
        margin-top: 2vh;
    }

    .btn-bg-orange {
        height: 50px;
        line-height: 32px;
        font-size: 18px;
    }

    .join-force-form input[type="text"],
    .add-flavour-form input[type="text"] {
        height: 45px !important;
        padding: 20px !important;
    }

    .join-force-form .gfield_checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px !important;
    }

    .join-force-form .gfield_checkbox label {
        font-size: 12px !important;
        line-height: 17px;
        margin-left: 0px;
    }

    .join-force-form input[type="submit"],
    .add-flavour-form input[type="submit"],
    #be-original-form input[type="submit"],
    #be-original-contact-form input[type="submit"] {
        width: 190px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
}

@media (max-width:1195px) {
    .sq-card-iframe-container {
        height: auto !important;
    }
}

@media (max-width:1100px) {
    .business-info .info {
        margin-bottom: 65px;
    }

    .business-info .info p {
        font-size: 28px;
    }

    .join-force-form .gfield_checkbox div input[type="checkbox"]+label {
        padding-left: 30px !important;
    }

    .join-force-form .gfield_checkbox div input[type='checkbox']:not(:checked)+label:after {
        width: 20px !important;
        height: 20px !important;
    }

    .join-force-form .gfield_checkbox div input[type='checkbox']:checked+label:after {
        top: 0;
        width: 20px !important;
        height: 20px !important;
    }
}

@media (max-width:991px) {
    .business-info .info p {
        font-size: 24px;
        line-height: 35px;
    }

    .flavour-card .content-body .heading {
        font-size: 18px;
    }

    .flavour-card .content-body p {
        min-height: 120px;
        margin-bottom: 0px;
    }

    .join-force-form .gfield_checkbox {
        grid-template-columns: repeat(2, 1fr);
    }

    .btn-bg-dark {
        font-size: 12px;
    }
    .navbar-nav .menu-item .nav-link {
        color: var(--primary-color);
    }
}

@media (max-width:960px) {
    .pick-flavour-section .container {
        padding: 0;
    }

    .body-conent-panel .icon,
    .flavour-card .icon {
        height: 50px;
    }

    .flavour-card .content-body .heading {
        font-size: 12px;
    }

    .flavour-card .content-body .brand-category {
        font-size: 10px;
        line-height: 15px;
        min-height: 45px;
        margin-bottom: 10px;
    }

    .btn-bg-dark {
        font-size: 10px;
        padding: 0;
        
    }


    .body-conent-panel .icon img,
    .flavour-card .icon img {
        height: 80%;
        max-width: 70px;
    }

    .cal_wrap {
        display: block;
        column-count: 1;
        column-gap: 20px;
    }

    .cal_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact_be_original {
        margin-top: 0px;
        text-align: center;
    }

    .contact_be_original a {
        font-size: 16px;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

}

@media (max-width:767px) {
    .btn-bg-dark {
        font-size: 14px;
        padding: 6px 20px;
    }

    .outer {
        width: 100%;
    }

    .flavour-card .content-body .brand-category {
        font-size: 16px;
        line-height: 20px;
        min-height: 65px;
    }

    .pick-flavour-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .body-conent-panel .icon,
    .flavour-card .icon {
        height: 60px;
    }

    .flavour-card .content-body .heading {
        font-size: 18px;
    }

    .docSlider-page {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .main-menu.mobile-menu {
        display: block !important;
    }

    .main-menu.desk-menu,
    .left-bar .social-icon,
    .left-bar .phone-icon,
    .right-bar .map-icon {
        display: none !important;
    }

    .left-bar {
        width: 100%;
        height: 75px;
        flex-direction: row;
        top: 0;
        padding: 5px 15px 5px 15px;
        background: var(--theme-gray-color);
    }

    .right-bar {
        width: 100%;
        height: 60px;
        flex-direction: row;
        bottom: 0;
        padding: 0 15px;
        justify-content: center;
        border-top: 1px solid rgba(4, 5, 4, 0.2);
        background: var(--theme-gray-color);
        z-index: 0 !important;
    }

    .navbar-nav .menu-item .nav-link {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .left-bar img {
        max-width: 25px;
    }

    .banner-heading,
    .business-info-body .banner-heading {
        font-size: 50px;
        transform: rotate(-90deg);
        padding-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .docSlider-inner {
        box-sizing: border-box;
        position: fixed;
        height: 100%;
        width: 100%;
        /* top: 75px; */
        left: 0;
        /* padding-bottom: 140px; */
        padding-right: 0;
    }

    .banner-logo img {
        width: 50%;
    }

    .business-info .logo {
        display: none;
    }

    .business-info-body .banner-heading {
        position: absolute;
        top: 40%;
        /* left: 20%; */
        left: calc(100% - 90%);
    }

    .business-info .info {
        margin-bottom: 125px;
        max-width: 80%;
        margin: auto;
    }

    .gallery-card,
    .logo-container {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-collapse.collapse {
        left: 0;
        padding-top: 120px;
    }

    .mobile-social-icon {
        display: none;
    }

    .left-img {
        height: 700px;
        margin-top: 75px;
    }

    .top-title {
        font-size: 60px;
        margin-top: 60px;
    }

    .modal-body .top-title {
        line-height: 60px;
    }

    .flavour-card {
        margin-top: 30px;
        display: flex;
        column-gap: 20px;
        justify-content: space-between;
    }

    .flavour-card .content-body .brand-category {
        margin: 5px 0 0;
        min-height: auto;
    }

    .flavour-card .content-body .brand-category br {
        display: none;
    }

    .short-desc {
        display: none;
    }

    .flavour-card .content-body {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        column-gap: 20px;
    }

    .flavour-card .content-body .btn-bg-dark {
        margin-top: 0;
    }

    .flavour-card .icon {
        margin-bottom: 0;
        max-width: 60px;
        display: flex;
        align-items: center;
    }

    .pick-flavour-section {
        padding-bottom: 100px;
    }

    .card-line::after {
        display: none;
    }

    .body-conent-panel {
        padding-bottom: 150px;
        margin-top: 40px;
    }

    .mobile-icon {
        display: block;
    }

    .mobile-icon img {
        height: 70px;
        margin-top: 40px;
    }

    .body-conent-panel .icon {
        display: none;
    }

    .blueprint-icon {
        height: 60px !important;
        margin-top: 40px;
    }

    .cat-panel {
        display: flex;
        justify-content: space-between;
    }

    .modal-body .cat-panel {
        flex-direction: column;
    }

    .join-force-section .top-title {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .footer-panel .logo {
        display: none;
    }

    .footer-panel .social-icons {
        padding-bottom: 120px;
    }

    .map-frame {
        margin-top: 75px;
    }

    .banner-heading-box {
        width: 100vw;
    }

    .Scroller .Scroller-box {
        height: auto;
    }

    .btn-bg-orange {
        font-size: 16px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 12px !important;
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255) !important;
        background-color: rgba(255, 255, 255) !important;
    }

    .Scroller .Scroller-box::-webkit-scrollbar-thumb {
        border-radius: 12px !important;
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255) !important;
        background-color: rgba(255, 255, 255) !important;
    }

    .img-box {
        height: 25vh;
    }

    .logo-container img {
        height: auto;
    }

    .pick-flavour-section .container {
        padding: 0;
    }

    .pick-flavour-section .container .col-md-4 {
        padding: 0 10px 0 0;
    }

    .navbar-nav li {
        margin-top: 10px;
    }

    .right-bar {
        z-index: 0;
    }

    .card-line .content-body::after {
        content: none;
    }

    .brnd-details {
        max-width: 137px;
    }

    .modal-open .modal {
        width: 100%;
        left: 0;
    }

    .body-panel {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100vh;
        width: 100%;
    }

    .join-force-form .gfield_checkbox {
        row-gap: 0px;
    }

    .content-box-scroll {
        max-height: unset !important;
    }

    .close {
        top: 15vh;
    }

    .join-force-form fieldset#field_1_8 label {
        vertical-align: 7px !important;
    }

    .add-flavour-form textarea {
        padding-left: 20px !important;
    }

    .join-force-form .gfield_checkbox div input[type='checkbox']:checked+label:after {
        top: 0px;
        width: 20px !important;
        height: 20px !important;
    }

    .join-force-form .gfield_checkbox div input[type='checkbox']:not(:checked)+label:after {
        width: 20px !important;
        height: 20px !important;
        top: 0px !important;
    }

    .join-force-form .gfield_checkbox div input[type='checkbox']+label {
        margin-top: 8px;
        padding-left: 25px !important;
        font-size: 15px !important;
        line-height: 20px;
        max-width: 100% !important;
    }

    .right-bar .arrows svg {
        width: 30px;
    }

    .right-bar .up-arrow-icon,
    .right-bar .down-arrow-icon {
        font-size: 20px;
    }

    .right-bar {
        padding: 36px 0 !important;
        top: auto;
        bottom: 0;
    }

    .body-conent-panel .icon img,
    .flavour-card .icon img {
        height: 70px;
        width: 70px;
    }

    .modal-body .close span {
        background: #313E48;
        padding: 10px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
    }

    .modal-body .close span svg {
        width: 20px;
        height: 20px;
    }

    .business-info .info p, .business-info .info p:last-child { padding: 0; }
    
    #deats .map-frame .left-img { margin-top: 0; }

    .contact_be_original a { font-size: 14px; line-height: 24px; min-width: auto; padding: 6px 20px;  }

    .contact_be_original { text-align: left; }
    
    .join-force-form input[type="submit"],
    .add-flavour-form input[type="submit"],
    #be-original-form input[type="submit"],
    #be-original-contact-form input[type="submit"],
    #step-brand-builder-form input[type="submit"],
    #get-pick-me-form input[type="submit"],
    #deats input[type="submit"]{
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 6px 20px; }

}

@media (max-width:575px) {
    .business-info .info p {
        margin-bottom: 38px;
        line-height: 26px;
        font-size: 20px;
    }

    .business-link ul {
        font-size: 18px;
    }

    .business-info-body .banner-heading {
        /* left: -15%; */
        left: calc(100% - 90%);
    }

    .gallery-card,
    .logo-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .left-img,
    .map-frame {
        height: 300px;
    }

    .top-title {
        font-size: 30px;
        margin-top: 30px;
    }

    .flavour-card .content-body .heading {
        font-size: 18px;
    }

    .flavour-card .content-body .brand-category {
        font-size: 13px;
        /* min-width: 125px; */
        word-break: break-word;
    }

    .flavour-card .icon img {
        height: 50px;
        max-width: 50px;
        min-width: 50px;
    }

    .flavour-card .content-body .btn-bg-dark {
        line-height: 24px;
        white-space: nowrap;
    }

    .flavour-card {
        column-gap: 15px;
    }

    .blueprint-icon {
        height: 35px !important;
        margin-top: 25px;
    }

    .mobile-icon img {
        height: 50px;
        margin-top: 25px;
    }

    .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 12 !important;
        -ms-grid-column-span: 12 !important;
    }

    .join-force-form input[type="submit"],
    .add-flavour-form input[type="submit"],
    #be-original-form input[type="submit"],
    #be-original-contact-form input[type="submit"] {
        width: 100% !important;
        font-size: 18px !important;
    }

    .join-force-form .gfield_checkbox {
        grid-template-columns: repeat(1, 1fr);
    }

    .img-box:hover .body-info {
        font-size: 16px;
        line-height: 24px;
    }

    .body-conent-panel p {
        /* font-size: 16px; */
        line-height: 24px;
    }

    .body-conent-panel {
        margin-top: 20px;
    }

    .join-force-form .gfield_checkbox label {
        max-width: 100% !important;
    }

    .join-force-form .gfield_checkbox {
        grid-template-columns: repeat(1, 1fr);
    }

    .flavour-card {
        margin-top: 10px;
    }

    .pick-flavour-section .left-img {
        margin-top: 10px;
    }

    .no_scroll {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #be-original-form .cat-panel,
    #be-original .cat-panel,
    #be-original-contact-form .cat-panel {
        display: block;
    }

    .book_now {
        font-size: 16px !important;
    }

    .logo_icon {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media (max-width:415px) {
    .business-info-body .banner-heading {
        left: calc(100% - 107%);
    }
}

@media (max-width:402px) {
    .flavour-card .content-body {
        width: 90%;
    }
}

@media (max-width:360px) {
    .business-info-body .banner-heading {
        left: calc(100% - 115%);
    }

    .flavour-card .content-body {
        width: 100%;
    }
}