









body {
    overflow-x: hidden;
}

.et_pb_fullwidth_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu {
    display: none;
}

.et_pb_fullwidth_menu .et_mobile_nav_menu,
.et_pb_menu .et_mobile_nav_menu {
    float: none;
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.et_pb_section_0_tb_header.et_pb_section {
    padding: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05)
}

.et_pb_row_0_tb_header {
    padding: 10px 0px;
}

.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0px !important;
}

header {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #fff;

}

header.sticky-header {
    position: sticky;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 0px;
}

header span.logo {
    width: 184px;
}

header span.logo img {
    width: 100%;
    vertical-align: middle;
    transition: transform 0.3s ease-in-out;
}

.sticky-header .header-bottom {
    padding: 15px 0px 10px 0px;
}

header.sticky-header span.logo img {
    /*width: 150px;*/
    transform: scale(0.8);
}

/*footer*/
footer {
    padding: 0px;
    background-color: #787878;
}

footer .et_section_regular {
    background: transparent;
}

.ibd-footer-bottom-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ibd-footer-bottom {
    padding: 12px 0px;
}

.ibd-footer-bottom p {
    color: #fff;
    font-size: 0.75rem;
    margin-bottom: 0px;
    line-height: 1.5;
}

.ibd-footer-bottom p a {
    letter-spacing: 0px;
    color: #fff;
}

.ibd-footer-bottom p a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.ibd-social-links a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
}

.ibd-social-links a i {
    color: #545151;
}

.ibd-social-links a:hover {
    background-color: #ff3d00;
}

.ibd-social-links a:hover i {
    color: #fff;
}


a {
    transition: .2s ease-in-out;
}

.bg-grey {
    background-color: #F6F6F6;
}

.verified-businesses img {
    vertical-align: middle;
}

.verified-businesses span {
    font-size: 0.813rem;
    color: #33475B;
}

.theme-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
}

.user-account-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    min-width: 220px;
    background: rgba(0, 0, 0, 0.1);
}

.user-account-wrapper:hover {
    background: rgba(0, 0, 0, 0.15);
}

header .user-profile .user-name {
    margin-left: 7px;
    font-size: 12px;
}

header .user-profile {
    display: inline-flex;
    align-items: center;
}

header .user-profile img {
    border-radius: 100%;
    height: 22px;
    width: 22px;
}

.user-account-wrapper .icon {
    color: #33475B;
}

.top-header-content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: uppercase;
    align-items: center;
}

.font-select-box {
    font-size: 21px;
    color: #fff;
    width: 20.26px;
    height: 20.26px;
    background-color: #8091A5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.font-select-box.light {
    background-color: #fff;
    color: #33475B;
    border: 1px solid rgba(242, 242, 242, 0.26);
}

.fonts-select {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-select {
    max-width: 35%;
    flex: 0 0 35%;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    padding: 10px;
}

.top-header-content-box .selectpicker {
    height: 30px;
    border: 0;
    background: none;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.font-select-box:not(:last-child) {
    margin-right: 5px;
}

.fonts-select h5 {
    padding: 0 15px 0 0;
}

.pricing a,
.top-header-content-box .selectpicker,
.fonts-select h5,
.form-select {
    color: #33475B;
    font-weight: normal;
}

.pricing a,
.select-box-wraper .selectpicker,
.fonts-select h5 {
    letter-spacing: 1.2px;
    font-size: 0.625rem;
}

.pricing a:hover {
    color: #435c76;
}

.ibd-mr-25 {
    margin-right: 25px;
}

.ibd-toggle-btn {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-width: 0px;
    padding: 5px;
    position: relative;
    z-index: 9;
    transition: all ease-in-out .2s;
}

.ibd-toggle-btn span {
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #4e4e4e;
    line-height: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}

.ibd-toggle-btn span.top-line {
    top: 9px;
}

.ibd-toggle-btn span.center-line {
    top: 0px;
    bottom: 0px;
}

.ibd-toggle-btn span.bottom-line {
    bottom: 9px;
}

.header-bottom {
    padding: 20px 0px 15px 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    position: relative;
    transition: padding .3s ease-in-out;
}

.bottom-header-content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.search-location form {
    display: flex;
    background: #fff;
    min-height: 61px;
    border-radius: 10px;
    align-items: center;
    padding: 10px 12px;
    max-width: 100%;
}

.search-location form input {
    width: 244px;
    background: #F6F6F6;
    border: none;
    border-radius: 8px 0 0 8px;
    padding: 8px 15px;
}

.home .banner-sec .search-location form input {
    width: 367px;
    background: #F4F4F4;
    border: none;
    border-radius: 8px;
    padding: 8px;
    margin-right: 10px;
    padding-right: 25px;
}

.search-location-box {
    position: relative;
}

.search-location-box img {
    position: absolute;
    top: 12px;
    right: 15px;
}

.search-location form input:focus {
    background: #f4f4f4;
    box-shadow: none;
}

/* sidebar menu css */
body.admin-bar .sidebar,
body.admin-bar .sidebar-overlay {
    height: calc(100% - 151px);
}

body.admin-bar header.sticky-header .sidebar,
body.admin-bar header.sticky-header .sidebar-overlay,
body.admin-bar header.sticky-header .sidebar-overlay1 {
    height: calc(100% - 109px);
}

.nav-wrapper.show-menu {
    transform: none;
}

.sidebar-overlay,
.sidebar-overlay1 {
    position: fixed;
    width: 100%;
    height: calc(100% - 109px);
    background: rgba(255, 255, 255, 0.7);
    bottom: 0px;
    left: 0px;
    z-index: 4;
    display: none;
}

.nav-wrapper.show-menu ~ .sidebar-overlay {
    display: block;
}

.sidebar nav {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar .secondary-menu-wrapper {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
}

.sidebar nav .nav-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.45em 0em;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.3s;
    transform: translateX(120%);
}

.sidebar nav .nav-toggle.back-visible {
    transform: translateX(0);
}

.sidebar nav .nav-toggle.back-visible .nav-back {
    opacity: 1;
}

.sidebar nav .nav-toggle.back-visible .nav-title {
    transform: translateX(40px);
}

.sidebar nav .nav-title {
    padding-left: 25px;
    transition: transform 0.3s;
    position: relative;
}

.sidebar nav .nav-title:hover {
    color: #181717;
}

.sidebar a.btn-style {
    width: 100%;
}

span.nav-title:before {
    content: '';
    background: url(../images/menu-back-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.sidebar nav .nav-back {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 30px;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s;
}

.sidebar nav a {
    display: block;
    position: relative;
}

.sidebar nav ul.main-menu-navigation {
    padding-top: 0px;
}

.sidebar nav ul {
    list-style: none;
    padding: 40px 0 0;
    transition: transform 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.sidebar nav ul ul {
    display: none;
    left: 100%;
}

/*.sidebar nav li.has-dropdown > a:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
    height: 100%;
    background: url(../images/chevrone-right-filled.svg);
    background-repeat: no-repeat;
    background-position: center;
}*/
.sidebar nav li.has-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar nav li.has-dropdown > a {
    width: calc(100% - 30px);
}

.sidebar nav li.has-dropdown > span.drop-sub-icon {
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.sidebar nav li.nav-dropdown-open ul {
    display: block;
}

ul.main-menu-navigation li a:hover,
.bottom-header-content-area .menu-list ul li a:hover {
    color: #c2c2c2;
}

.primary-menu-wrapper {
    position: relative;
    min-height: 300px;
}

.sidebar {
    background-color: #fff;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 250px;
    height: calc(100% - 119px);
    border-left: 1px solid #EBEBEB;
    padding: 15px;
    text-align: left;
    transition: transform 0.3s;
    transform: translateX(100%);
    margin-left: auto;
    z-index: 9;
    overflow-y: auto;
}

header.sticky-header .sidebar {
    height: calc(100% - 109px);
}

.sidebar li a,
.bottom-header-content-area .menu-list ul li a {
    color: #3d3d3d;
    font-size: 1rem;
    line-height: 39.07px;
}

.sidebar li a:hover {
    color: #181717;
}

.social-icons {
    margin: 20px 0;
}

.social-icons a {
    color: #D0D0D0;
    font-size: 1.188rem;
    padding: 0 8px;
}

.social-icons a:hover {
    color: #a8a6a6;
}

.ibd-toggle-btn span {
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #606060;
    line-height: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.2s ease-in-out;
}

.top-side-menu {
    min-height: 300px;
}

.ibd-toggle-btn span.top-line {
    top: 9px;
}

.sidebar .btn-white {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .sidebar .secondary-menu-wrapper {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
    }
}

@media (min-width: 481px) {
    .close-sidebar-menu span.top-line {
        left: 12px;
        transform: rotate(45deg);
        width: 12px;
        top: 13px;
        transition:
    }

    .close-sidebar-menu span.bottom-line {
        transform: rotate(-45deg);
        width: 12px;
        top: 17px;
        left: 12px;
    }
}

.top-side-menu li.dropdown a {
    position: relative;
    width: 100%;
}

.top-side-menu li.dropdown:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 17px;
    background-image: url(../images/select-arrow.svg) !important;
    width: 9px;
    height: 6px;
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    opacity: .6;
}



.bottom-header-content-area .search-location .btn-green {
    width: auto;
}

.search-location-box #home_google_search {
    border-right: none;
    padding-right: 30px;
}

.bottom-header-content-area .search-location form input {
    width: 230px;
    padding: 0 10px;
    border-right: 1px solid #ECECEC;
}

.bottom-header-content-area .search-location form {
    background: #F6F6F6;
    padding: 2px;
    min-height: 40px;
}

.bottom-header-content-area .menu-list {
    margin-bottom: 0;
    /*    background: #f4f4f4;*/
    border-radius: 8px;
    margin-left: auto;
}

.bottom-header-content-area .menu-list ul li {
    padding: 0 14px;
}

.bottom-header-content-area .menu-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-location form {
    display: flex;
    background: #fff;
    min-height: 61px;
    border-radius: 10px;
    align-items: center;
    padding: 10px 12px;
    max-width: 100%;
}

.search-location-box img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.search-location form input {
    width: 324px;
    background: #F4F4F4;
    border: none;
    border-radius: 8px;
    padding: 8px;
    margin-right: 10px;
}

.search-location-box {
    position: relative;
    display: flex;
    background: #f4f4f4;
    border-radius: 8px;
    margin-right: 10px;
}

.user-account-details-wrapper {
    display: none;
}

.user-account-details-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 4px 12px rgb(176 176 176 / 29%);
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px 0 0 0;
}

h5.login-user-business-name {
    color: #818181;
    font-size: 12px;
    text-transform: initial;
}

.user-account-all-details-wrapper {
    position: relative;
}

ul.user-login-dropdown-list li {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

ul.user-login-dropdown-list li a {
    color: #A5A5A5;
    font-weight: 400;
    line-height: 39.07px;
    padding-left: 25px;
    text-transform: capitalize;
    position: relative;
}

ul.user-login-dropdown-list li a span {
    position: absolute;
    left: 0;
    color: #61821E;
    width: 18px;
    text-align: center;
}

ul.user-login-dropdown-list li a span img {
    filter: invert(54%) sepia(84%) saturate(4177%) hue-rotate(53deg) brightness(85%) contrast(76%);
    vertical-align: middle;
}

.user-logout-button {
    background: #FFF1F1;
    transition: 0.3s;
}

.user-logout-button:hover {
    background: #fce5e5;
}

.user-logout-button a {
    color: #E8523F;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-account-details-wrapper h4,
.user-account-details-wrapper h5 {
    padding: 5px 8px;
}

ul.user-login-dropdown-list li:hover a {
    color: #82a227;
}

ul.user-login-dropdown-list li:hover {
    background-color: #f5f5f5;
}

/*language switcher*/
.switcher.notranslate {
    position: relative;
    overflow: visible;
    width: 120px;
}

.switcher.notranslate a {
    font-size: 10px;
    color: #33475B;
    border-width: 0px;
}

.switcher.notranslate .selected a {
    font-size: 0.625rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    border-width: 0px;
}

.switcher.notranslate a:hover {
    background: transparent;
}

.switcher.notranslate a img {
    width: 16px;
    height: 16px;
    object-fit: none;
    border-radius: 100%;
    margin-right: 5px;
}

.switcher .selected {
    background: transparent !important;
    padding-right: 18px;
    z-index: 1 !important;
}

.switcher .selected a:after {
    top: 0px;
    right: 0px;
    background-image: url(../images/select-arrow.svg) !important;
}

.switcher .option {
    position: absolute !important;
    width: 100% !important;
    top: calc(100% + 4px);
}

/*language switcher*/
.header-mobile-icons {
    display: flex;
    align-items: center;
}

.mobile-search-control-btn {
    cursor: pointer;
    display: inline-flex;
    border-radius: 8px;
    margin-left: 16px;
}

.mobile-search-control-btn img {
    padding: 10px;
}



.mobile-search-control-btn,
.mobile-search-control-btn:hover,
.mobile-search-control-btn.active {
    background: #f6f6f6;
}

.header-mobile-icons .user-account-all-details-wrapper {
    position: static;
}

.header-bottom .container,
.header-bottom .col-lg-12 {
    position: static;
}

.header-mobile-icons .user-account-details-wrapper {
    top: calc(100% + 10px);
}

.mobile-search-bar-wrapper {
    position: absolute;
    width: 100%;
    top: calc(100% + 10px);
    left: 0px;
    right: 0px;
    padding: 10px 25px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    z-index: 3;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 7%);

}

.page-template-home .search-location {

    transition: all ease-in-out .3s;
}

.mobile-search-bar-wrapper .search-location {
    background: transparent;
}

.mobile-search-bar-wrapper .search-location form {
    align-items: flex-start;
    background: #fff;
    padding-top: 16px;
    justify-content: center;
    max-width: 100%;
}

.mobile-search-bar-wrapper .search-location form input {
    border-radius: 8px;
    border-width: 0px;
    margin-bottom: 10px;
}


.mobile-search-bar-wrapper .search-location .btn-green {
    margin-left: 0px;
}

.mobile-search-bar-wrapper .popular-business h3 {
    margin-top: 15px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #111111;
}

.mobile-search-bar-wrapper .popular-business ul.business-categories {
    padding: 20px 12px 0;

    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mobile-search-bar-wrapper .popular-business ul.business-categories li {
    display: block;
    margin-bottom: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 0px;
}

.mobile-search-bar-wrapper ul.business-categories li a {
    display: flex;
    align-items: center;
}

.mobile-search-bar-wrapper ul.business-categories li a:hover p {
    color: #3D3D3D;
}

.mobile-search-bar-wrapper .business-categories li .business-categories-icon {
    width: auto;
    height: auto;
    box-shadow: none;
    padding: 0px;
    margin: 0;
    margin-bottom: 0px;
}

.mobile-search-bar-wrapper ul.business-categories li .business-categories-icon svg {
    width: 40px;
}

.mobile-search-bar-wrapper ul.business-categories li p {
    line-height: 1.2;
    padding-left: 10px;
    transition: color ease-in-out .3s;
}

.menu-logout-button {
    margin: 0px -15px 20px;
}

.menu-logout-button li {
    text-align: center;
    background-color: #FFF1F1;
}

.menu-logout-button li a {
    font-weight: 500;
    color: #E8523F !important;
    background: #FFF1F1;
    display: block;
}

.menu-logout-button li a:hover {
    background: #f5dada;
}

#menu-secondary-menu li a {
    color: #ADADAD;
}

.sub-menu {
    list-style-type: none !important;
}

.sidebar-menu-close-btn {
    display: none;
}

.user-point-prog-bar {
    height: 6px;
    width: 88%;
    background: #F4F4F4;
    border-radius: 21px;
    position: relative;
    overflow: hidden;
    margin: 5px 8px;
}

.login-user-point-details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    padding: 2px 5px 7px;
}

.login-user-point-details > .login-user-points {
    flex: 0 0 40%;
    padding: 0 7px 0;
    line-height: 14px;
    color: #818181;
    text-transform: capitalize;
}

.login-user-point-details > .login-user-points .point-numbers b {
    color: #FF3D00;
    font-size: 12px;
}

.login-user-point-details > .login-user-plan-details {
    flex: 0 0 60%;
    line-height: 14px;
    display: flex;
}

.login-user-point-details > .login-user-plan-details .login-user-plan {
    padding: 0 7px 0;
    color: #818181;
}

.login-user-plan-details > * {
    flex: 0 1 50%;
}

.search-location.header-search {
    z-index: 9;
    position: absolute;
    width: 100%;
    display: none
}

.search-location.header-search form {
    max-width: 100%;
    justify-content: center;
    border-radius: 0;
    border-bottom: 1px solid #EBEBEB;
}

.search-location.header-search form input {
    width: 280px;
    margin-right: 10px;
    border-radius: 8px;
    padding: 8px;
}

.search-location.header-search form .search-location-box {
    background: #f4f4f4;
    margin-right: 10px;
    border-radius: 8px;
}

.search-location.header-search form .search-location-box .pac-target-input {
    margin-right: 0;

}

.search-location.header-search .btn-green {
    width: 127px;
    font-size: 18px;
}

.search-location.header-search .btn-green i {
    padding-right: 5px;
}

.search-location.header-search {
    margin-bottom: 10px;
}

/*@media (min-width: 1251px) {
    .header-mobile-icons {
        position: absolute;
        right: -75px;
    }
}*/
@media (max-width: 1250px) {

    .bottom-header-content-area .register-business-header {
        display: none;
    }

    .header-bottom .container,
    .header-bottom .col-lg-12,
    .ibd-toggle-btn {
        position: relative;
    }

    .mobile-search-control-btn {
        margin-right: 32px;
    }

}


@media (min-width: 1250px) {

    .sidebar .register-business-header {
        display: none;
    }
    .register-business-header{
        margin: 0 32px;
    }

}

@media (max-width:1249px) {
    .header-mobile-icons .mobile-search-control-btn {
        margin-right: 16px;
    }

}

/*
@media (max-width: 991.98px) {
    .mobile-search-bar-wrapper .popular-business {
        padding-bottom: 200px;
    }      
}
*/

@media (max-width: 991px) {
    .bottom-header-content-area > .search-location {
        display: none;
    }

    .user-account-wrapper {
        min-width: 191px;
    }

    .mobile-search-bar-wrapper .popular-business ul.business-categories li {
        display: block;
        margin-bottom: 15px;
        flex: 0 0 25%;
        max-width: 25%;
        margin-left: 0px;
    }
}

@media (min-width:768px) {

    .hide-desktop,
    .sidebar nav li.has-dropdown.hide-desktop,
    .header-mobile-icons .mobile-search-control-btn {
        display: none;
    }
}

@media (min-width: 767px) {
    .header-mobile-icons .user-account-all-details-wrapper {
        display: none;
    }

    .mobile-search-bar-wrapper .search-location form input.pac-target-input {
        margin-bottom: 0;
    }

    .mobile-search-bar-wrapper .search-location form .search-location-box {
        margin-bottom: 10px;
    }


}

@media (max-width: 767px) {

    header .top-bar,
    .menu-list {
        display: none;
    }

    .header-mobile-icons .user-account-wrapper {
        min-width: auto;
        width: 40px;
        height: 40px;
        padding: 7px;
        border-radius: 8px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-mobile-icons .user-account-wrapper .user-profile {
        height: 30px;
        width: 30px;
    }

    .header-mobile-icons .user-account-wrapper .user-profile img {
        width: 100%;
    }

    .sidebar .secondary-menu-wrapper {
        position: relative !important;
    }

    .sidebar,
    .sidebar-overlay {
        height: calc(100% - 90px);
    }

    .bottom-header-content-area {
        position: initial;
    }

    .bottom-header-content-area .search-location {
        min-width: auto;
    }

    .home .banner-sec .search-location form input {
        width: 100%;
        margin: 6px 0 0;
    }

    .home .banner-sec .search-location-box img {
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-search-bar-wrapper .popular-business ul.business-categories li {
        display: block;
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0px;
    }

    .mobile-search-bar-wrapper .search-location form {
        flex-wrap: wrap;
        flex-direction: column;
        background: #fff;
        padding-top: 16px;
    }

    .mobile-search-bar-wrapper .search-location form input,
    .mobile-search-bar-wrapper .search-location form .search-location-box,
    .mobile-search-bar-wrapper .search-location .btn-green {
        width: 100%;
    }

    .mobile-search-bar-wrapper .search-location form input.pac-target-input {
        margin: 0;
    }

    .bottom-header-content-area .search-location form > input {
        margin: 0;
    }

    .mobile-search-bar-wrapper .popular-business ul.business-categories {
        padding: 20px 12px 20px;
    }

    .mobile-search-bar-wrapper {
        height: 100vh;
    }

    .ibd-toggle-btn {
        right: 10px;
    }

    .mobile-search-control-btn {
        margin-left: auto;
        margin-right: 15px;
    }

    .search-location-box {
        margin: 6px 0;
    }
}

@media (max-width: 575px) {
    .user-login-dropdown-list {
        height: calc(100vh - 218px);
        overflow: auto;
    }
}

@media (max-width: 480px) {
    .mobile-search-bar-wrapper ul.business-categories li p {
        font-size: 12px;
    }

    .mobile-search-bar-wrapper ul.business-categories li .business-categories-icon svg {
        width: 25px;
    }

    .mobile-search-bar-wrapper .search-location form,
    .mobile-search-bar-wrapper ul.business-categories {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-search-bar-wrapper ul.business-categories li {
        margin-bottom: 5px;
    }

    .bottom-header-content-area .logo {
        width: 120px;
    }

    .bottom-header-content-area .logo img {
        vertical-align: middle;
    }

    .sidebar {
        position: fixed;
        width: 100% !important;
        height: 100% !important;
        top: 0px;
        z-index: 9;
    }

    .nav-wrapper.sidebar.show-menu {
        padding-top: 55px;
    }

    nav .nav-toggle.back-visible,
    .sidebar nav.navigation > ul {
        text-align: center;
    }

    .sidebar span.sidebar-menu-close-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .sidebar .btn-style {
        display: block;
    }

    .menu-main-menu-container,
    .social-icons {
        text-align: center;
    }

    #menu-secondary-menu {
        columns: 3;
        border-bottom: 1px solid #E8E8E8;
        padding: 20px 0 25px;
        text-align: center;
    }
}
