header {
    float: left;
    width: 100%;
    background: var( --vz-bg-white);
    padding: 10px 0 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1025;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.12);
}
.menu_nav {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .logo {
    float: left;
    padding: 0 0 0 15px;
    width: 100%;
  }
  header .logo img {
    width: 247px;
    height: auto;
    max-width: 300px;
  }
  .top-area {
    display: contents;
    text-align: right;
    vertical-align: middle;
    width: 84%;
  }
  .top-search {
    float: left;
    margin-top: 0px;
    text-align: left;
    width: 40%;
  }
  .top-search form {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
  }
  .top-search form .input-search {
    background: var( --vz-bg-white);
    font-size: 13px;
    padding: 10px 10px;
    width: 100%;
    color: #2e2e2e;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    height: 48px;
    cursor: pointer;
  }
  #suggesstion-box {
    background-color: #ffffff;
    cursor: pointer;
  }
  .top-search .search-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #98002e;
    font-size: 15px;
    position: absolute;
    left: 6px;
    top: 0px;
    padding: 9px;
    border: none;
  }
  .top-search .header-search{
    border: none;
    color: #fff;
    border-radius: 0 !important;
    background-color: #98002e;
    display: grid;
    padding: 16px 10px;
    width: 100%;
    font-size: 16px;
  }
  header .header-right {
    display: flex;
    flex-wrap: wrap;
  }
  .header-right {
    float: right;
    padding: 0px 15px 0 0;
    text-align: right;
  }
  .btn-list-business.business-sp {
    margin-right: 10px;
    font-size: 13px;
    padding: 9px 12px;
    color: var(--vz-txt-blue);
  }
  .btn-list-business.business-sp:hover{
    color: #fff;
    background-color: #98002e !important;
    border: 1px solid #98002e !important;
  }
.btn-list-business{
    border: 1px solid var(--vz-txt-blue) !important;
    background-color: var( --vz-bg-white) !important;
    border-radius: 10px !important;
    text-transform: capitalize;
}

a.btn-style-two {
    color: #fff;
    border-radius: 10px;
    padding: 9px 12px;
    background-color: #98002e;
    font-size: 13px;
    width: 100px;
  }
  a.btn-style-two:hover{
    background-color: #1c256c;
    color: #fff;
  }
  .btn-cart {
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 1px 7px 0px 15px !important;
    padding: 0 12px !important;
  }
  .btn-cart img {
    height: 38px;
    width: 40px;
  }

  .userblock {
    /* padding: 0 10px 0 13px; */
    position: relative;
  }
  .userblock > .login_links > img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
  }
.header-icon{
    border: 1px solid #e7e7e9 !important;
}
.header-icon:hover{
    background: var(--vz-bg-grey) !important;
    color: #1c256c !important;
    border: 1px solid #e7e7e9 !important;
}
.card-item-count{
    background-color: #1c256c;
    color: #fff;
}
.mr-10{
    margin-right: 10px;
}


.btn-header-user{
  background: var( --vz-bg-white) !important;
  padding: 5px !important;
  border: 1px solid #e7e7e9 !important;
  border-radius: 10px !important;
}
.btn-header-user:hover{
  background: var( --vz-bg-white);
  padding: 5px;
  border: 1px solid #e7e7e9;
}
.btn-header-user:focus{
  background: #98002e;
  color: #fff;
}


.pc-sidebar {
	background: rgb(47 47 47);
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	/* width: 298px;*/
	/*position: fixed;*/
	top: 72px;
	bottom: 0;
	z-index: 1026;
}
nav { float: left; }
.sidepanel{
	width: 0;
	position: fixed;
	z-index: 9;
	height: 100%;
	top: 0;
	/*left: 78%;*/
	right: 0;
	background-color: var( --vz-bg-white);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 10px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.12);
}
.pc-sidebar .navbar-content { 
	position: relative; 
	/*height: calc(100vh - 70px);*/
}
.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	touch-action: auto;
}
.cancle{ 
	color: var(--vz-black-font-color); 
	padding: 15px; 
  font-size: 13px !important;
}
.cancle:hover{color: var(--vz-black-font-color);}
.pc-sidebar ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.sidemenupic{ 
	border-radius: 100%;
	width: 80px; 
	height: 80px; 
}
.pc-sidebar .pc-caption {
	color: var(--vz-black-font-color);
	display: block;
	padding: 5px 28px 0px;
	text-align: center;
	font-size: 16px;
}

.pc-sidebar .pc-caption-1 {
	color: var(--vz-black-font-color);
	display: block;
	text-align: center;
	font-size: 18px;
}

.lp-tag{
	color: var(--vz-black-font-color);
	display: block;
	padding: 0px 28px 0px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}			

.lp-per-pro{
	color: var(--vz-black-font-color);
	display: block;
	padding: 0px 28px 5px;
	font-size: 16px;
	text-align: center;
}			
.border-1{ 
	border-bottom: 1.5px solid #e7e7e9; 
	padding: 0px; 
	text-align: center; 
	margin-bottom: 7px; 
}

.btn-lp{
	background: #98002e;
	color: white;
	padding: 7px 25px 7px 25px;
	border-radius: 7px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 1px solid #98002e;
}

.pc-navbar .btn-lp:hover{
	background: #000;
	color: white;
	padding: 7px 25px 7px 25px;
	border-radius: 7px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 1px solid #000;
}

.pc-sidebar .pc-link {
	display: block;
	padding: 5px 30px;
	color: white;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.pc-micon{ margin-right: 15px; }
.menu_nav .header-right i {
    font-size: 16px;
    color: var(--vz-black-font-color);
}
.menu_nav .header-right span{font-size: 16px;}
.pri-1{ color: var(--vz-black-font-color); text-align: center; margin-top: 12px; font-size: 10px; }
.pri-2{ color: var(--vz-black-font-color); text-align: center; font-size: 10px; } 
.pri-1 a{
    color: var(--vz-black-font-color);
}
#search-header-list {
  display: block;
  z-index: 999 !important;
  background-color: var( --vz-bg-white);
  padding: 10px 0px;
  width: 100%;
  color: var(--vz-black-font-color);
  /* height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin; */
}
#search-header-list li {
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  list-style: none !important;
}
.tab-cont-height{
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.search-pointer{
  cursor: pointer;
}
#search-header-list li:hover{
  background-color: var(--vz-bg-grey);
}
.search-dropdwon i{
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50%;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
.search-background-header .form-select{
    display: block;
    height: auto;
    border-radius: 0px !important;
    border: 0px;
    /* border-right: 1px solid #e7e7e9; */
    padding: 0;
}
.border-right{
    border-right: 1px solid #e7e7e9;
}
.search-background-header {
    background: var( --vz-bg-white);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
  }
  .search-background-header .form-control {
    display: block;
    height: auto;
    border-radius: 0px !important;
    border: none;
    padding: 0 10px;
    font-size: 13px;
  }
  .header-seraching-tab{
    position: absolute;
    top: 55px;
    width: 100%;
  }
  .header-city-div{
    position: absolute;
    top: 55px;
    width: 100%;
  }
  .header-calendar-div{
    position: absolute;
    top: 55px;
    width: 100%;
  }

.sponsored-business-txt h6{
    color: #98002e;
    font-weight: 500;
    margin-bottom: 0;
}
.sponsored-business-txt span{
    line-height: 17px;
    margin-bottom: 2px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}
.sponsored-business-txt p{
    font-size: 12px;
    margin-bottom: 5px;
}
.recently-viewed-txt h6{
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}
.recently-viewed-txt span{
    line-height: 17px;
    margin-bottom: 2px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}
.recently-viewed-txt p{
    font-size: 12px;
    margin-bottom: 5px;
}

.border-sidebar {
    border-bottom: 1px solid #e7e7e9;
    margin-top: 10px;
    margin-bottom: 10px;
}
.set-sidebar-footer{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -10%);
}
.pc-link a {
    color: var(--vz-black-font-color);
}
.pc-link .pc-micon img{
    vertical-align: inherit;
    width: 17px;
    display: inline-block;
    filter: var(--vz-img-black);
}
.user-name-text{
    color: var(--vz-black-font-color);
    font-size: 13px;
}
.header-single-search button {
    background: #98002e;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 49%;
    transform: translateY(-50%);
    padding: 11px;
    border: 1px solid #98002e;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 55px;
    height: 46px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .where-location label{
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    padding-left: 0;
    white-space: nowrap;
    margin-bottom: 0px;
    margin-top: 3px;
    float: left;
  }
.serchingfor label{
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    padding-left: 10px;
    white-space: nowrap;
    margin-bottom: 0px;
    margin-top: 3px;
    float: left;
}
.serchingfor{
    padding: 0px;
}
.when-date label{
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    /* padding-left: 10px; */
    white-space: nowrap;
    margin-bottom: 0px;
    margin-top: 3px;
    float: left;
}
.when-date{
    padding: 0px;
}

.where-location{
    padding: 0px;
}
.d-gird{
    display: grid;
}
.space-items a{
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 500;
}
.time-duration h6{
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}
.time-duration span{
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.when-selector--time-container {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
  }
  .when-selector--time-row:first-child {
    border-bottom: 1px solid #d8d8d8;
  }
  .when-selector--time-row {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 12px;
    padding: 12px 12px 12px 12px;
  }

  .when-selector--select-wrapper {
    align-items: center;
    display: flex;
    margin-left: auto;
  }
  .form-check {
    position: relative;
    text-align: left;
  }
  .form-check .form-check-input {
    cursor: pointer;
  }
  .form-check-input[type="radio"] {
    border-radius: 50%;
  }

  .form-check .form-check-input {
    float: left;
    margin-left: -1.6em;
  }
  .form-check label {
    cursor: pointer;
  }
  .input-search:focus{
    outline: none !important;
  }
.header-nav .nav-item{
    border-right: 1px solid #f0f0f0;
}
.header-nav .nav-item:last-child {
    border-right: none;
}
.btn.btn-header-user.show i{
    color: #fff;
}
.city-search-header p{
  font-size: 11px;
  margin-bottom: 0px;
}
.recent-viewed label{
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
  margin-left: 15px;
}
.width-145-select{
  width: 145px;
}
.header-profile-user-sidebar{
  height: 82px;
  width: 82px;
}
.login-drap a span{
  font-size: 13px !important;
}

@media screen and (min-width: 768px) and (max-width: 992px){
  .desktop-none-header{display: block;} 
  .mobile-none-header-txt{display: none;}
  .header-seraching-tab{z-index: 9;}
  .header-city-div{z-index: 9;}
  .btn-header-user{width: 70px; padding-bottom: 8px !important;}
  .header-right {   width: 50% !important;  
    .header-calendar-div{z-index: 9;}
  }
}
@media screen and (max-width: 699px) {
    .page-content { padding: calc(100px + 6.5rem) calc(1.5rem * .5) 60px calc(1.5rem * .5); }
    #page-topbar { top: 109px; }
    .navbar-content a {
        color: #000 !important;
    }
    .pc-sidebar .pc-link{color: #000;}
    .desktop-none-header{display: block;} 
    .mobile-none-header-txt{display: none;}
    .where-location label{padding-left: 0px;}
    .header-seraching-tab{z-index: 9;}
   .header-right { margin-left: 0 !important; margin-top: 3px !important;  }
   .header-city-div{z-index: 9;}
   .when-date label{padding-left: 0px;}
   .search-background-header .form-control{padding:  0px;}
   .serchingfor .form-control{padding: 0 10px;}
   .header-calendar-div{z-index: 9;}
    .footer-logo .footer-about-text{ padding: 5px 5px 5px 0px !important;}
}
















************* footer *************/

.footer-logo {
width: 100%;
padding: 0;
margin-bottom: 20px
}

.footer-link {
	width: 100%;
	margin-bottom: 10px;
}
.footer-link a{
	color:#fff;
}
.footer-bottom-block {
	width: 100%;
}
.footer-bottom-left {
	width: 100%;
}
.footer-right {
	width: 100%;
 }
.footer-bottom-left ul li a {
	font-size: 14px;
}
.footer-bottom-left ul li {
	padding: 0 2px;
}
.footer-bottom-left ul {
	
}
.cat-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
footer .footer-logo input,
footer .footer-logo button {
    width: 100%;
}
footer {
    background: #000; 
    float: left;
    width: 100%;
    padding: 50px 50px 0px 50px;
	z-index: 1024;
	position: relative;
}

.footer-logo {
    float: left;
    /*width: 30%;*/
    padding-right: 0px;
    color: #4488ab;
    font-size: 14px;
    font-weight: 200;
    width: 100%;
}

.footer-logo img {
    width: 100%;
    margin-bottom: 30px;
}

.footer-logo .footer-about-text {
    padding: 5px 50px 5px 0px;
    color:#fff;
}

.footer-logo form {
    padding: 0 0px;
    float: left;
    width: 100%
}

.footer-logo form .input_div {
    background: #23262c;
    border: 1px solid #a4a4a4;
    margin-bottom: 20px;
}

.footer-logo form .set_input {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a4a4a4;
}

.footer-logo form .set_input:last-child {
    border: 0;
}

.footer-logo form .set_input label {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    border-right: 1px solid #a4a4a4;
    padding: 8px 18px;
    margin-bottom: 0;
    width: 30%;
}

.footer-logo form .set_input .form-control {
    background-color: transparent;
    flex: 1;
    min-height: 38px;
    color: #fff;
    font-weight: 400;
}

.footer-logo form .set_input .form-control:focus {
    box-shadow: none;
}

.footer-logo form .set_input input.form-control::-webkit-outer-spin-button,
.footer-logo form .set_input input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.footer-logo form .set_input input.form-control[type=number] {
    -moz-appearance: textfield;
}

.footer-logo input {
    float: left;
    background: #fff;
    border: none;
    padding: 7px;
    width: 100%;
    color: #797979;
    border-radius: 0 !important;
}

.footer-logo button {
    background: #98002e;
    color: #fff;
    padding: 7px 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: 0.5s;
    border: 2px solid #98002e;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-logo button:hover,
.footer-logo button:focus {
    background: none;
    color: #98002e;
    transition: 0.5s;
}

.footer-link {
    float: left;
    /* width: 17%;*/
}

.footer_title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.footer-link a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}

.footer-link a:hover {
    color: #98002e !important;
}

.footer-bottom-block {
    float: left;
    width: 100%;
    padding: 55px 0 25px
}

.footer-bottom-left {
    float: left;
}

.footer-right {
    float: left;
    width: 40%;
}

.footer-bottom-left ul {
    float: left;
}

.footer-bottom-left ul li {
    display: inline-block;
    padding: 0 0px;
    font-size: 16px;
    color: #4488ab;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
}

.footer-bottom-left ul li a {
    font-size: 15px;
    color: #4488ab;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-bottom-left ul li a:hover {
    color: #fff;
}

.footer-bottom-left ul li i {
    margin-right: 10px;
}

.social-icon {
    float: left;
    margin-top: 7%;
    margin-left: 3%;
}

.social-icon a {
    float: none;
    height: 30px;
    width: 30px;
    transition: 0.5s;
    display: inline-block;
}

.social-icon a:hover {
    opacity: 0.5;
    transition: 0.5s
}

.social-icon .fb {
    background: url(../images/sprite.png) no-repeat 0 0;
}

.social-icon .tw {
    background: url(../images/sprite.png) no-repeat -30px 0;
}

.social-icon .in {
    background: url(../images/sprite.png) no-repeat -61px 0;
}

.social-icon .plus {
    background: url(../images/sprite.png) no-repeat -91px 0;
}
.location {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px 0px;
}
.location a{
	color:#fff;
}
.location i {
    margin-right: 15px;
}
.copyright {
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 25px 0;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.footer-bottom-left ul {
	float: none;
}

.sitemap {
    float: none;
}

.footer-bottom-block {
   padding: 20px 0
 }
.footer-button-align {
    margin-top: 10% !important;
    border-color: #98002e;
}
.footer-link-button-say .btn-info:hover {
    border-color: #98002e !important;
}

.footer-link-button-say .btn-info:active {
    color: #98002e;
    background: none;
    border-color: #98002e !important;
}
.footer-link-button-say {
    width: 30%;
}
.footer-link-button-say button.btn-info:focus {
    color: #fff;
    background-color: #98002e !important;
    border-color: #98002e !important;
}

.footer-link-button-say button.btn-info {
    color: #fff;
}

#back-top {
    position: fixed;
    bottom: 24px;
    /* margin-left: -150px; */
    float: right;
    right: 7%;
    /*right: 90px;*/
    height: 50px;
    width: 60px;
    z-index: 9999;
}

#back-top a {
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #98002e;
}


/* arrow icon (span tag) */

#back-top span {
    width: 60px;
    height: 50px;
    display: block;
    margin-bottom: 0;
    /*background: #f53b49 url(up-arrow.png) no-repeat center center;*/
    background: #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    font-size: 30px;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding-top: 9px;
}

#back-top a:hover span {
    background-color: #98002e;
}
.footer-link a:focus {
    color: #fefefe;
}
.footer-widget-title .foot-title{
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    z-index: 1;
  }
  .footer-widget-title .foot-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
  }
  .footer-widget-title .foot-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #98002e;
    bottom: 0;
    left: 18px;
  }
  .footer-contact-add li {
    position: relative;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    list-style: none;
  }
  .footer-contact-add li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer-contact-add li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px;
    background: #98002e;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
  }
  .footer-newsletter ul{
    padding-left: 0px;
  }
  .footer-bottom-left  ul{
    padding-left: 0px;
  }
  .social-footer {
    margin-top: 20px;
  }


/*.footer-link-button-say .btn-info:focus { color: #fff; background-color: transparent; border-color: #f53b49 !important; }*/

