html {
    scroll-behavior: smooth
}

body {
    background: #d9e0e7;
    font-size: 14px;
    color: #707478;
    padding-top: 80px;
}

html {
    scroll-padding-top: 240px;
    -ms-scroll-snap-type: both mandatory;
    scroll-snap-type: both mandatory
}

a,
a:active,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

figure {
    margin: 0 !important
}

a {
    color: #3c7bbf
}

.br-25 {
    border-radius: 25px
}

.f-12 {
    font-size: 12px !important
}

.f-14 {
    font-size: 14px !important
}

.f-16 {
    font-size: 16px !important
}

.btn.btn-primary {
    background: #70a92f;
    border-color: #70a92f
}

.blue-text {
    color: #3979bd
}

.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.grey-bg {
    background-color: #d9e0e7
}

.fa-star.checked {
    color: orange
}

ul.breadcrumb li a {
    margin: 0 10px;
    position: relative;
    color: #fff;
    font-size: 12px
}

ul.breadcrumb li:last-child a {
    font-weight: 600
}

ul.breadcrumb {
    background: #53617c;
    padding: 10px 15px;
}

ul.breadcrumb li a:after {
    position: absolute;
    right: -5px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    top: 0;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #53617c
}

ul.breadcrumb li:last-child a:after {
    display: none
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    z-index: 111;
    -webkit-transition: all .3s linear;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 14px;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:hover {
    background: rgba(0, 0, 0, .9)
}

#return-to-top:hover i {
    color: #fff
}

nav.navbar.home-nav {
    -webkit-box-shadow: 0 1px 10px 1px #33333333;
    box-shadow: 0 1px 10px 1px #33333333
}

nav.navbar.home-nav a.navbar-brand img {
    width: 150px
}

@media only screen and (min-width:768px) {
    nav.navbar.home-nav a.navbar-brand img {
        width: 150px
    }
}

@media only screen and (min-width:1200px) {
    nav.navbar.home-nav a.navbar-brand img {
        width: 150px
    }
}

nav.navbar.home-nav a.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border-radius: 7px;
    padding: 3px 10px;
    font-size: 14px
}

nav.navbar.home-nav a.nav-link.sign-link {
    background-color: red;
    color: #428bca;
    text-shadow: none;
    padding: 5px 10px;
    margin: 5px 5px;
    background-color: #edf2ff;
    border-radius: 3px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize
}

nav.navbar.home-nav a.nav-link.sign-link:hover {
    background-color: #428bca;
    color: #fff
}

@media only screen and (min-width:992px) {
    nav.navbar.home-nav a.nav-link.sign-link {
        margin: 0 5px
    }
}

nav.navbar.home-nav form.search-form {
    margin-top: 25px;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    nav.navbar.home-nav form.search-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 25px 0 0
    }
}

nav.navbar.home-nav form.search-form .search-input {
    position: relative
}

nav.navbar.home-nav form.search-form .search-input input[type=search] {
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 16px;
    width: 200px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

nav.navbar.home-nav form.search-form .search-input input[type=search]:focus {
    width: 250px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

nav.navbar.home-nav form.search-form .search-input button[type=submit] {
    position: absolute;
    right: 0;
    border: 0;
    top: 0;
    background: 0 0
}

nav.navbar.home-nav form.search-form .search-input button[type=submit] i {
    color: #707478
}

nav.navbar.home-nav form.search-form label {
    margin-bottom: 0;
    font-size: 80%
}

.navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.3em;
    height: 2px;
    vertical-align: middle;
    content: "";
    margin: 3px 0;
    background: no-repeat center center;
    background-size: 100% 100%;
    background: #333
}

footer {
    background-color: #53617c
}

footer .footer-links a {
    display: block
}

@media only screen and (min-width:768px) {
    footer .about-company {
        text-align: left
    }
}

footer .about-company a {
    color: #86c363
}

.grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding: 10px 14px
}

@media only screen and (min-width:992px) {
    .grid-container {
        -ms-grid-columns: 325px auto 320px;
        grid-template-columns: 325px auto 320px
    }
}

.grid-container .grid-item {
    background: #fff;
    margin: 0px 5px 5px 5px;
    padding: 8px;
    -webkit-box-shadow: 0 5px 12px 1px #9993;
    box-shadow: 0 5px 12px 1px #9993;
    border-radius: 5px;
    overflow: hidden
}

.grid-container .grid-item.ad1 {
    background: 0 0;
    padding: 0;
    margin: 0 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 260px auto;
    grid-template-rows: 260px auto
}

.grid-container .grid-item.ad1>div {
    background: #fff;
    margin: 5px 0;
    padding: 8px;
    -webkit-box-shadow: 0 5px 12px 1px #9993;
    box-shadow: 0 5px 12px 1px #9993;
    border-radius: 5px
}

.grid-container .grid-item.ad1 .vid-ad .ad-head {
    padding: 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-weight: 600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb0303), to(#501515));
    background-image: linear-gradient(to bottom, #eb0303, #501515)
}

.grid-container .grid-item.ad1 .vid-ad .ad-head i {
    font-size: 25px
}
#adblade{ margin-top:10px;}
.grid-container .grid-item.content-box {
    padding: 8px;
    position: relative
}

.grid-container .grid-item.content-box .advertise_link {
    padding: 5px 1px;
    display: block;
    background-color: #77bb3a;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.grid-container .grid-item.content-box .advertise_link i {
    -webkit-transform: translateX(1px) rotate(0) !important;
    transform: translateX(1px) rotate(0) !important;
    vertical-align: middle;
    color: #fff !important;
    font-size: 14px !important;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.grid-container .grid-item.content-box .advertise_link:hover {
    text-decoration: none;
    background: #3d7cc0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.grid-container .grid-item.content-box .advertise_link:hover i {
    -webkit-transform: translateX(3px) rotate(0) !important;
    transform: translateX(3px) rotate(0) !important;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.grid-container .grid-item.content-box ul {
    padding-left: 0
}

.grid-container .grid-item.content-box ul li {
    list-style: none;
    padding-bottom: 48px;
    font-size: 12px
}

.grid-container .grid-item.content-box .panel-business-restaurant i {
    font-size: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 10px 0;
    color: #eb6863
}

.grid-container .grid-item.content-box .panel-business i {
    font-size: 22px;
    margin: 10px 0;
    color: #eb6863
}

.inner-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto
}

@media only screen and (min-width:992px) {
    .inner-content {
        -ms-grid-columns: auto auto auto auto auto auto;
        grid-template-columns: auto auto auto auto auto auto
    }
}

.box {
    background: #fff;
    margin: 0px 12px 5px 5px;
    padding: 8px;
    -webkit-box-shadow: 0 5px 12px 1px #9993;
    box-shadow: 0 5px 12px 1px #9993;
    border-radius: 5px
}

.box .box-header {
    padding: 4px 8px;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-weight: 600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb0303), to(#501515));
    background-image: linear-gradient(to bottom, #eb0303, #501515)
}

.box .box-header i {
    margin-right: 5px
}

.box .custom-grid {
    grid-column-gap: 5px
}

@media only screen and (min-width:1200px) {
    .box .custom-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 60% 40%;
        grid-template-columns: 60% 40%
    }
}

.ad-placeholder {
    font-size: 14px
}

.ad-placeholder label {
    font-size: 14px
}

.ad-placeholder input[type=search] {
    border-radius: 25px;
    border: 1px solid #ddd;
    padding: 7px 15px;
    font-size: 14px
}

.ad-placeholder li {
    font-size: 14px
}

.ad-placeholder p {
    font-size: 14px
}

.news-ticker .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-ticker .news-list figure {
    margin-right: 10px !important;
    margin-bottom: 0;
    max-width: 70px;
    width: 100%;
    height: 70px;
    overflow: hidden
}

.news-ticker .news-list figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news-ticker .news-list p {
    margin: 0;
    font-size: 12px
}

.news-ticker .news-list a.buy_tickets {
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 12px;
    width: 100px;
    display: inline-block;
    margin: 2px 0;
    color: #fff;
    padding: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb0303), to(#501515));
    background-image: linear-gradient(to bottom, #eb0303, #501515)
}

@media only screen and (min-width:1400px) {
    .news-ticker .custom-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 33.33% 33.33% 33.33%;
        grid-template-columns: 33.33% 33.33% 33.33%
    }
}

.business_cat a {
    margin: 0 2px
}

#bus-nav .acc-ul {
    margin: 10px auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

#bus-nav:after {
    content: "";
    background-color: #333333b5;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media only screen and (min-width:992px) {
    #bus-nav ul.acc-ul {
        padding: 0;
        position: absolute;
        top: 0;
        right: 21px;
        margin: 0
    }

    #bus-nav ul.acc-ul li a.sign-link {
        border-radius: 8px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        margin: 0 !important;
        width: 70px;
        font-size: 12px
    }

    #bus-nav ul.acc-ul li:first-child a {
        border-bottom-right-radius: 0 !important
    }

    #bus-nav ul.acc-ul li:last-child a {
        border-bottom-left-radius: 0 !important
    }
}

#bus-nav ul.acc-ul li {
    display: inline-block;
    list-style: none;
    float: left
}

.search-header {
    position: absolute;
    background-color: #53617c;
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:992px) {
    .search-header {
        position: unset;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.search-header .search-wrapper {
    padding: 10px
}

@media only screen and (min-width:992px) {
    .search-header .search-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }
}

@media only screen and (min-width:992px) {
    .search-header .search-wrapper form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

body.search-active .search-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    opacity: 1;
    visibility: visible;
    border-top: 6px solid #eb6963
}

#search_btn {
    cursor: pointer
}

#search_btn:hover {
    cursor: pointer
}

#search_btn i {
    cursor: pointer;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    vertical-align: middle
}

section#survey {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    min-width: 0;
    min-height: 0;
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    -webkit-box-shadow: 0 1px 23px 1px #33333359;
    box-shadow: 0 1px 23px 1px #33333359;
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    background-color: #fff;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

section#survey .survey-content .wizard-wrapper .step {
    position: absolute;
    width: 97%;
    left: 0
}

section#survey .survey-content .wizard-wrapper .step#step1 label {
    background: #ff8d01;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    position: relative;
    width: 65px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

section#survey .survey-content .wizard-wrapper .step#step1 input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

section#survey .survey-content .wizard-wrapper .step.completed {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
    opacity: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

section#survey .survey-content .wizard-wrapper .step label {
    margin: 0;
    cursor: pointer
}

section#survey .survey-content .wizard-wrapper .step label>img {
    margin-bottom: 5px;
    margin-right: 5px
}

body.bus_body:after {
    content: "";
    background-color: #333333b5;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

body.bus_body.survey-active #survey {
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    min-height: 600px;
    max-width: 700px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .35s cubic-bezier(.63, .1, 0, 1.18);
    transition: all .35s cubic-bezier(.63, .1, 0, 1.18)
}

body.bus_body.survey-active:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body.bus_body.survey-active nav#bus-nav:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.survey_link {
    background-color: #000;
    color: #fff;
    padding: 4px 11px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    max-width: 105px;
    right: -35px;
    top: 210px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    z-index: 11111;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    a.survey_link {
        top: 35px
    }
}

a.survey_link span {
    background: #fff;
    height: 2px;
    width: 22px;
    display: block;
    margin: 5px 0 5px 3px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

body.bus_body.survey-active .survey_link span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    background: red;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

body.bus_body.survey-active .survey_link span:first-child {
    background: red !important;
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg)
}

body.bus_body.survey-active .survey_link span:last-child {
    background: red !important;
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg)
}

.bus_body {
    padding-top: 6rem
}

@media only screen and (min-width:992px) {
    .bus_body {
        padding-top: 10.5rem
    }
}

main.bus-main {
    min-height: calc(100vh - 449px)
}

#business-scroll li {
    list-style: none;
    display: inline-block;
    margin: 5px 1px
}

@media only screen and (min-width:992px) {
    #business-scroll li {
        margin: 10px 5px
    }
}

#business-scroll li:first-child {
    margin-left: 0
}

#business-scroll li a {
    color: #fff;
    font-size: 12px;
    background: #70a92f;
    border-radius: 5px;
    padding: 5px 12px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

@media only screen and (min-width:992px) {
    #business-scroll li a {
        font-size: 14px
    }
}

#business-scroll li a.active,
#business-scroll li a:hover {
    background: #e47600;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

#business-scroll h2 {
    font-size: 20px;
    color: #fff
}

#business-scroll a {
    color: #fff
}

.widget-title {
    background-image: linear-gradient(45deg, #000, #000000b8);
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding-left: 20px;
    background-position: 0 -340px;
    line-height: 35px;
    border: 1px solid #000;
    border-radius: 5px 5px 0 0
}

.feat_business a,
.feat_business p,
.feat_business span {
    font-size: 12px
}

.feat_business ul li {
    border-radius: 15px;
    border: 1px solid transparent;
    padding: 7px;
    list-style: none
}

.feat_business ul li:hover {
    border: 1px solid #5aa219;
    background-color: #fff
}

.text-left.dir_form input {
    padding: 3px 10px;
    border-radius: 7px;
    border: 1px solid #ddd;
    margin-left: 5px
}

.text-left.dir_form label {
    width: 38px
}

@media (max-width:1366px) {
    #home_click_location {
        position: absolute;
        right: -87px;
        top: -2px;
        border-radius: 25px;
        padding: 5px 11px;
    }
}

@media (max-width:768px) {
    #home_click_location {
        position: relative !important;
        top: -36px !important;
        right: -104px !important;
    }

    nav.navbar.home-nav form.search-form .search-input {
        position: relative;
        left: -50px;
    }
    #navbarSupportedContent .navbar-nav{text-align:center;}
    #navbarSupportedContent nav ul li:first-child {background-image: none;}
}


@media (max-width:480px) {
    .feat_business a, .feat_business p, .feat_business span {font-size: 14px !important;}
    #job-entry-1 {margin-top: 35px !important;}
    #job-entry-1 div{ font-size: 13px !important;}
    #job-entry-2 div{ font-size: 13px !important;}
    #job-entry-3 div{ font-size: 13px !important;}
    #job-entry-4 div{ font-size: 13px !important;}
    #job-entry-5 div{ font-size: 13px !important;}
    
    #job span{ padding-left: 15px !important;}
    #navbarSupportedContent .navbar-nav{text-align:center;}
    #navbarSupportedContent nav ul li:first-child {background-image: none;}
    #navbarSupportedContent .search-form small{padding-left:0px !important;}
    #navbarSupportedContent .navbar-nav{ width:100%;}
    #bus-nav .acc-ul{ width: 100%;}
    #bus-nav nav ul li{ background: none;}
    #bus-nav ul.acc-ul li{ background: none;}
    #bus-nav nav ul li{ background: none;}
    nav.navbar.home-nav a.nav-link {margin-bottom: 8px;}
    #business-scroll li a{font-size: 14px;}
    #business-scroll{ margin-bottom: 10px;}
    ul.breadcrumb li a{ font-size: 13px;}
    #profile{ margin-top: 10px !important;}
    #directions{ margin-top: 10px !important;}
    #about_owner{ margin-top: 10px !important;}
    .direct-map{width: 100% !important;margin-top: 20px !important;}
    #contact_number{margin-top: 10px !important;}
    #jobs{margin-top: 10px !important; margin-bottom: 20px !important;}
    #location{ margin-top: 10px !important;margin-bottom: 10px !important;}
    #reviews{ margin-top: 10px !important;}
    div.adblade-dyna .zone a.title, div.adblade-dyna .zone a.description, div.adblade-dyna .zone a.display{font-size: 13px; margin-top: 12px;}
    .direct ul li {padding: 15px 10px !important}
    .direct{ width: 100%;}
    .text-left.dir_form input {padding: 7px 10px;margin-left: 0px; width: 100%;margin-bottom: 13px;}
    p.change-pic{margin-bottom: 20px !important;}
    .search_field_button img{padding-top: 0px !important;}
    .p-2 span{ font-size: 14px !important;}
    .bus-main .btn-primary{ margin-bottom: 15px !important;}

}


