 @import url("https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");

/* color: #00a2e9 */
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  all: initial;
}

body {
  background-color: #fff;
  font-family: Arial, Helvetica, Verdana;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  position: relative;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

h1,
h2,
h3 {
  font-size: 18px;
}

h4,
h5,
h6 {
  font-size: 16px;
}

p {
  margin: 0 0 10px 0;
}

a,
a:link,
a:active,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
  color: #02b3e4;
}

header,
.content,
footer {
  text-align: left;
}

header,
footer {
  font-size: 16px;
  font-weight: bold;
  background: #00a2e917;
  line-height: 50px;
  color: #607d8b;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0;
  border-bottom: 1px solid #00bcd44a;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

a#menuIcon {
  display: block;
  width: 44px;
  height: 18px;
  padding: 11px;
  margin: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

a#menuIcon:before,
a#menuIcon:after {
  content: "";
  display: block;
  background: #2196f3;
  height: 2px;
}

a#menuIcon span {
  background: #2196f3;
  display: block;
  height: 2px;
  margin: 6px 0;
}



a#menuIcon span:nth-of-type(1) {
  width: 50%;

}

a#menuIcon span:nth-of-type(2) {
  width: 100%;
}


a#menuIcon span:nth-of-type(3) {
  width: 75%;

}

.alert {
  position: fixed;
  top: 55px;
  width: 100%;
  background-color: #ffeb3b;
}

.btn-success {
  color: #fff;
  background-color: #4aae20;
  border-color: #4aae20;
}

/*******************Internet disconnected**************/

.disconnected {
  z-index: 100 !important;
  position: fixed;

  border-radius: 0;
  width: 100%;
  text-align: center;
  color: white;
}

.toast-body-text {
  color: white
}

.toast-body {
  background: red
}

.toast-body i {
  color: white
}

/***********Page section***********/
#homePage {
  /* background: #ececec;  */
}

#ContactPage {
  height: 100vh;
  color: #3c3b3a;
}

/* #ProfilePage,
#searchShopPage {
  height: 100vh;
} */

h3.title {
  color: #4a4a4a;
  /* border-bottom: 1px solid #607d8b; */
  padding-bottom: 10px;
  margin-top: 15px;
  text-align: left;
  font-size: 14px;

}

.mm-ocd__content {

  width: auto;
  background-color: #fff;
  /* background-color: #00a2e9; */
}

#menu .list-group-item {
  width: 90%;
  height: 45px;
  margin: 5px 5%;
  text-align: center;
  line-height: 20px;
  float: left;
  text-align: left;

  border: none;
  /* border-radius: 20px 0; */
  background: transparent;
  border-bottom: 1px dashed #ffffff;

}

.mm-ocd a {
  color: #ffffff
}

.headerIcon {
  position: absolute;
  top: 2px;
  right: 0;
  padding-right: 10px;
  color: #00a2e9
}

#shopListPage {
  min-height: 90vh;
  margin: 0 0 15px 0;background-color: #f5f5f5;
}
.idNTime{
  font-size: 12px; 
}
.shop-detail-table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
}

table.shop-detail-table  td ,
table.service-detail-table  td 
{
  padding: 8px;
  border: 1px solid #eee;
  margin: 0;
 
}

.addCommentsLink {
  line-height: 2;
  margin-left: 20px;
  font-size: 13px;
  display: block;
  clear: both;
}

.width25 {
  width: 25%;
  text-align: center;
}

/*******************Easy search****************/
.generalSearch{
  width: 180px;
  text-align: center;
  margin: 0 auto;
  line-height: 14px;
  font-size: 14px;
  border: 1px solid;
  font-weight: normal;
  padding: 14px 26px;
  /* float: left; */
  margin: 0 auto;
  clear: both;
  display: block;
  margin-top: 10px;
}
.easysearch {
  line-height: 14px;
 
  font-size: 14px;
  border: 1px solid;
  font-weight: normal;
  padding: 14px 26px;
  float: left;
  margin-top:5px


}
/********************Favorite**************/
.add-fav {
  display: inline-block;
  padding: 7px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  /* background: -webkit-linear-gradient(top, #fff, #ddd) #ddd; */
  position: relative;
  /* transition: all 0.5s ease; */
  border-radius: 3px;
  box-shadow: inset 0 -1px 1px #eee;
  border-radius: 50%;
  background-color: #f6f6f6;
  border: 1px dashed #c1c1c1;
}

.add-fav:hover {
  background: -webkit-linear-gradient(top, #fff, #ccc) #ddd;
}

.add-fav .icon-heart {
  font-size: 20px;
  color: #666;
  position: relative;
  /* transition: all 0.5s ease-in-out; */
}

.favHighlight {

  color: #FF9800 !important;

}

.add-fav .icon-plus-sign {
  font-size: 10px;
  color: #333;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: 2px;
  right: 2px;
  height: 11px;
  width: 11px;
  line-height: 11px;
  text-align: center;
  transition: all 1s ease-in-out;
}

.add-fav input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.add-fav input[type=checkbox]:checked+.icon-heart {
  color: orange;
}

.add-fav input[type=checkbox]:checked+.icon-heart .icon-plus-sign {
  display: none;
}
/**************Offer block************/

#saletimer {
 
  width: 100%;
  color: #fff;
  float: right;
  font-size: 16px;
  text-align: left;
}

#offer-block {
  text-align: center;
  background: #fff;
  /* padding: 0; */
  margin-top: 10px;
  overflow: auto;
  padding-bottom: 15px;
}

#offer-block div.winnerItem {
  height: 80px;
  width: 50%;
  float: left;
  padding: 10px;
  margin-bottom: 5px;
}

#offer-block div.winnerItem img {

  padding: 5px;
  float: left;
  width: 50px;
  height: 50px;
  ;
}

#offer-block div.winnerItem p {
  text-align: left;
}

#offer-block .winnerItem div {
  line-height: 2;
  font-size: 14px;
  text-align: left;
}

#saleblock {
  background: #00a2e9;
  padding: 0;
  margin-top: 10px;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 70px;
}

#saleblock div {
 
  padding: 5px 0 10px 10px;
}

#saleblock div img {
  /* background: #f9f9f9;
                border-radius: 25px;
                border: 1px solid #b1b0b0; */
  margin: 15px 0;
  float: left;
  width: auto;
  height: 30px;
}

.star1 {
  font-size: 30px;
  /* margin-top: -24px;
     width: 42%;
     text-align: right; */
}

.order-card .star1 i {
  font-size: 15px;
}

#location {
  position: fixed;
  width: 0;
  background: #fff;
  height: 100%;
  top: 185px;
  padding: 0;
  text-align: center;
  left: 0;
  overflow: hidden;
  z-index: 100;
}

#locationText {
  font-size: 12px
}

/* h3.title .fa {
    font-size: 16px;
} */
.yellowstar {
  color: #ffb64d
}

#closeLocation {
  background: #2196f3;
  height: 50px;
  width: 50px;
  border-radius: 0 0 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
  ;
  line-height: 50px;
  text-align: center;
}

#Shop-offer {
  background: #fff;
  margin-top: 10px;
}

/********************888rank block*****/
#rankCategory {
  float: right;
}

#rankCategory a {
  color: rgb(92, 91, 91);
  border-bottom: 2px solid #2196f3;
  ;
  padding: 0 0 4px;
}

#shareCard {
  padding: 5px;
}

#shareCard img {
  float: right;
  margin-top: 2px;
}

/**********OWL carasual*******/

.owl-carousel {
  touch-action: manipulation;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #fefeff;
  display: block;
  height: 8px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 8px;
  border: 1px solid #00a2e9;
}

div.active span {
  background: #00a2e9 !important;

}

.owl-controls {
  text-align: right;
  line-height: 10px;
}



.carosalSection {

  display: block;
  text-align: center;
  padding: 15px;

  /*  border-radius: 0 0 50% 50%;
  margin-bottom: 26px;
  height: 144px; */
}

.owl-item img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
}

/*********Card style******/

.order-card {
  color: #fff;
}

.bg-c-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);

}

.bg-c-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
  background: linear-gradient(45deg, #ffb64d, #ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg, #ff5370, #ff869a);
}

.lightGrayBackWithBorder {
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.card {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  /* margin-bottom: 10px; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  margin-bottom:5px;
}

.card-2 {
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
  padding: 0px;
  /* border-bottom: 5px solid #4aae20;
  border: 1px solid #ddd; */
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.card-3 {
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
  padding: 20px;
  border-bottom: 5px solid #4aae20;
  border-top: 1px solid #4aae20;
}

.card-2 .card-body {
  padding: 0 0 0 90px;

}

.card-2 .card-footer {
  padding: 10px 10px 0px 10px;
  background: #ddd;
  width: 100%;
  display: block;
  float: left;
}

.card-footer .btn {
  font-size: medium;
}

.card-2 p {
  margin: 0;
  ;
}

.card-title {

  font-size: 14px;
  margin: 0;
  /* font-weight: bold; */
  z-index: 1;
  line-height:2;
}

._more button {
  padding: 5px 15px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #02b3e4;
  background: transparent;
  color: #02b3e4;
  float: right;
  margin-bottom: 90px
}

.icon-bar {
  width: 100%;
  float: left;
  padding: 0 0px;
  line-height: 20px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.icon-bar a {
  text-align: center;
  margin: 5px;
  padding: 9px;
  float: left;
  border-radius: 50%;
  background-color: #f6f6f6;
  border: 1px dashed #c1c1c1;
  color: #777;
  width: 36px;
  font-size: 16px;
  height: 36px;

}

.icon-bar a span {
  font-size: 10px;
  display: block;
}

.card-img-top {

  float: left;
  margin: 5px;

}

.card-img {
  height: 60px;
  /* border-radius: 50%; */
  /* object-fit: cover; */
  width: 60px;
  border-radius: 10px;
  padding-right: 5px;
}

.card .card-block {
  padding: 15px 0 25px 0;
}

.card .card-block img {
  float: left;
  margin: 5px;
}

.card .card-block h2 {
  margin: 5px 0 10px 0;
}

/*******Rating star**/

.yellowStar{
  color: #ffc107
}
.grayStar{
  color: #ccc
}
.grayBack{
  background: #eee
}
.lightBlueBack{
  background:#03a9f417;
}
.secondHeading {
  word-break: break-all;
  padding: 0;
  color: #b1b1b1;
  font-weight: normal;
  font-size: 13px;
 
}

.blink {
  text-align: left;
  padding: 0 5px;
  line-height: 30px;
}

span.blinkTxt {
  color: #ff8f32;
  font-size:14px;
  font-weight: normal;
  /* animation: blink 1s linear infinite; */
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.order-card i {
  font-size: 26px;
}

.shopdetail-icon {
  height: 40px;
  width: 40px;
  float: left
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.programs__cards {
  float: left;
  display: block;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0rem;
  margin-top: 0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
}

.programs__cards--content {
  height: 12rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.programs__cards--content .left,
.programs__cards--content .right {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center !important;
}

.programs__cards--content .left {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 23.72881%;
  margin-left: 0 !important;
}

.programs__cards--content .right {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 74.57627%;
  max-width: 22.625rem;
  padding: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.programs__cards--content .left,
.programs__cards--content .right {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center !important;
}

.mb-half {
  margin-bottom: 0.75rem;
}

.blue {
  color: #02b3e4 !important;
}

p.small {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0 !important;
  color: #525c65;
  font-weight: 400;
}

.gift {
  color: orangered;
}

.standardWhatsapp {
  margin-left: 30px;
}

/********Bordergradient*********/

.borderGradient {
  height: 30px;


}

#mainStage {
  padding: 0;
  overflow: auto;
  margin-top: 50px;
  height: calc(100vh - 130px) !important;
  padding-bottom: 10px;
}

#joinSection {
  background: #e8f7fd;
  padding: 10px;
  border-bottom: 1px solid #03A9F4;
  text-align: center;
  border-top: 1px solid #03A9F4;

}

/*********Shop list style*******/
#shopCategorySection {
  border-top: 5px solid #f1f1f1;
  margin-bottom: 26px;
  background: #e8f7fd38
}

#shopListIcon {
  padding: 0 0 5px 0;
  margin-top: 15px;
  /* text-align: right; */
  /* float: left; */
  display: flex;
  justify-content: center;
}

#shopListIcon a,
#shopListIcon1 a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  margin: 10px !important;

  padding: 10px 0px 0px 0px;
  display: grid;
  place-items: center;
  /* Center both horizontally and vertically */

  margin-left: 30px;
  align-items: center;
  text-align: center;
  background: #e8e8e8;
  border-radius: 25px;
  /* border: 1px solid #b1b0b0; */
}

#shopListIcon li a img,
#shopListIcon1 li a img {
  height: 35px;
  width: 35px;
}



#shopListIcon a p,
#shopListIcon1 a p {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 2;
  margin-top: 12px;
  font-size: 12px;
  width: 45px;
}

.img-thumbnail {
  /* background-color: #56ab2f; */
  border: 1px solid #4aae20;
}

li.list-group-item .fa {
  float: left;
  line-height: 20px;
}

.nameSqr {
  width: 80px;
  float: left;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  font-weight: bold;
  margin-right: 5px;
  color: #fff;
}


#shopListContainor .list-group-item {
  border: none;
}

#areaDiv {
  width: 100%;
  background-color: #fdfeff;
  /* border-radius: 50px 50px 0 0; */
  display: none;
  text-align: justify;
  position: fixed;
  bottom: 0;
  padding: 0px 0;
  text-align: center;
  height: 100%;
  z-index: 1000;
  top: 50px;
}

#closecategory {
  background: #2196f3;
  height: 50px;
  width: 50px;
  border-radius: 0 0 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
  ;
  line-height: 50px;
  text-align: center;
}


/* li.list-group-item:nth-child(odd) {
    background-color: #ccc;
} */

/*********Section block style********/
.districtSelectionBlock,
.stationSelectionBlock,
.areaSelectionBlock {
  padding: 10px 20px 10px 20px;
  float: left;
  width: 100%;
  color: #fff;
}

#districtSelection,
#stationSelection,
#areaSelection {
  border: 1px solid #2196f3;

  border-radius: 25px;
}


ul.offerlist>li {
  display: inline-block;
  zoom: .8;
  padding: 4px;
  margin: 0 4px;
}

ul.offerlist img {
  height: 50px;
  width: 50px;
}

.offerTetBack {
  background: #4aae20;
  height: 150px;
  float: left;
  padding: 8px 15px;
  margin: 60px 3px 2px 0px;
  ;
}

.commingBody {
  margin: -40px 0 0px 14px;
  text-align: center;
  color: #ff5722;
  height: 250px;
  ;
  background: #fff;
  padding: 15px 0;
}

/***************Search box**************/
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #00a2e9;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
}

.searchTerm:focus {
  color: #00a2e9;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00a2e9;
  background: #00a2e9;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

#pageBack {
  position: absolute;
  bottom: 160px;
  right: -185px;
  font-weight: bolder;
  font-size: 500px;
  color: #e2dfdf;
  z-index: -1;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 100%;
}


#primeShopList {
  margin-bottom: 50px;
}

.centerbox {
  margin: 20px 0;

  min-height: 52px;
  z-index: 2
}

.centerbox h1 {
  margin-bottom: 25px;
  font-size: 36px;
  font-family: "Webly Sleek SemiLight";
  font-weight: normal;
  text-align: center;
}

.centerbox p.description {
  margin-bottom: 40px;
  text-align: center;
}

.description a {
  text-decoration: none;
}

.main-input {
  background: #fff;
  height: 45px;
  width: 150px;
  color: #a7b1ab;
  border: 1px solid #cccccc;
  margin-bottom: 0px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0px 0px 5px;
  font-size: 16px;
 
  /* background: #ffffff url("http://seodesigns.com/projects/TD/images/search.png") 18px 15px no-repeat; */
  background-size: 18px 18px;
  float: left;
  margin-bottom: 5px;

}

.main-location {
  display: none;
}

#main-submit {
  background: #00a2e9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  /* -webkit-appearance: none; */
  /* border-radius: 4px; */
  -moz-border-radius: 4px;
  /* -webkit-border-radius: 4px; */
  width: 140px;
  height: 45px;
  border: 0px;
  padding-top: 0px;
  float: left;
  border: none;
  line-height: 45px;
  /* margin-left: 40px; */
  font-size: 14px;
  /* border: 1px solid; */
  font-weight: normal;
  /* border-radius: 5px;*/
  margin-bottom: 5px;
}



#main-submit:hover {
  border: 1px solid #00a2e9;
  color: #fff !important;
  -webkit-appearance: none;
}

#main-submit-mobile {
  display: none;
}

footer {
  border-top: 0px;
}

.main-btn {
  display: inline-block;
  width: 150px;
  height: 45px;
  border: 1px solid #cccccc;
  padding: 0px;
  position: relative;
  float: left;

  background: #ffffff url('../img/main-bullet.png') 122px 23px no-repeat;
  background-size: 6px 6px;
  cursor: pointer;
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  margin-bottom: 5px;
}

.search-small {
  font-size: 12px;
  margin: 0px;
  color: #9B9B9B;
  position: absolute;
  top: 0px;
  left: 16px;
  display: inline-block;
  width: 80px;
  height: 20px;
  text-align: left;
  line-height: 2;
}

.search-large {
  font-size: 14px;
  margin: 0px;
  color: #4A4A4A;
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-block;
  width: 105px;
  height: 20px;
  line-height: 2;
  text-align: left;
}

.main-search-form-container {
  /* height: 40px; */
  position: relative;
  padding: 10px;
}

ul.search-description {

  list-style: none;
  margin: 0;
  padding: 0;
	overflow: auto;

  width: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 40px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 14px 0px;
  border: 1px solid #E5E5E5;
  display: none;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.search-description li {
  font-size: 14px;
  color: #4A4A4A;

float:left;
  
  padding: 8px 24px;
  cursor: pointer;
  color: #AAAAAA;
  display: block;
  position: relative;

  width:100%;
  height:64px;
  border: 1px solid #ccc;
  margin-top: 2px;

  /* position: absolute; */
  box-shadow: 7px 7px 15px rgba(2,28,53,0.08);
}

.search-description li label {
  display: block;
  position: relative;
  font-weight: 300;
  /* font-size: 1.35em; */
  padding: 0 16px;
 
  line-height: 50px;
  /* z-index: 9; */
  cursor: pointer;
  width: 100%;
 
  font-weight: normal;
}

.search-description li input[type="radio"] {
  margin-left: -20px;
}

.search-description li img {
  width: 24px;
  margin: 0 5px;
}

.search-description li:hover {
  background: #eee;
}

.page-item:first-child .page-link {
  float: left;
}

.page-link{
line-height: 2;
padding: 0 16px;
}

/******Tab***************/

.radio-toolbar {
  padding: 5px 0 0 5px;

  position: fixed;
  bottom: 20px;
  background: #fff;
  left: 2%;
  width: 96%;

  color: rgb(92, 91, 91);
  text-align: center;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  display: inline-block;
  padding: 5px;
  font-size: 12px;

  width: 30%;
}



/* .radio-toolbar input[type="radio"]:focus + label {
  border: 1px dashed #2196f3;
} */

.radio-toolbar input[type="radio"]:checked+label {
  color: rgb(92, 91, 91);
  border-bottom: 4px solid #2196f3;
  padding: 0 0 4px;
}

.activeSearchBtn {
  color: rgb(92, 91, 91);
  border-bottom: 4px solid #2196f3;
  padding: 0 0 4px;
}

/*offer section**/
.verticaltext {
  position: relative;
  color: #fff;
  /* right: -40px; */
  /* margin-top: 70px; */
  /* background: #4aae20; */
  padding: 0;
  white-space: nowrap;
  font-size: 16px;
  width: 35px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  display: block;
  margin: 74px 0 0 0;
}

#offerback {
  position: absolute;
  right: 0;
  overflow: hidden;
  bottom: 125px;
  width: 35px;
  height: 200px;
  padding: 0px;

  text-align: center;
}

/* .rotate {
  writing-mode: vertical-lr;
 -webkit-transform: rotate(-180deg);
 -moz-transform: rotate(-180deg);
 float: left;
 margin-left: 14px;
 width: 0!important;
} */

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("images/loder.gif") 50% 50% no-repeat rgb(249, 249, 249);
  opacity: 0.8;
  display: none;
}

.hideIt {
  display: none;
}

/****************Menu icon*****************/
.css-sprite-vehicle {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -2px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-adv {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -36px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-book {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -70px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-cake {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -104px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-construction {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -138px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-doctor {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -172px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-dress {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -206px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-electronic {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -240px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-furniture {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -274px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-grocery {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -308px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-gym {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -342px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-jewelery {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -376px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-mobile {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -410px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-music {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -444px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-plumber {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -478px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-resturant {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -512px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-saloon {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -546px no-repeat;
  width: 32px;
  height: 32px;

  display: inline-block;
  transform: scale(.8);
}

.css-sprite-shoe {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -580px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-sports {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -614px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-sweets {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -648px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-tutor {
  background: url("../img/business_icon/css-sprite-combined.png") -0px -682px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

.css-sprite-flower {
  background: url("../img/business_icon/css-sprite-combined.png") -5px -719px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  transform: scale(.8);
}

/*************************************************************
Offers style
****************************************************/

.css-sprite-offers-festival-offers {
  background: url("../img/offers/css-sprite-combined.png") -3px -3px;
  width: 61px;
  height: 64px;
  display: inline-block;
}

.css-sprite-offers-Free-home-delivery {
  background: url("../img/offers/css-sprite-combined.png") -0px -70px;
  width: 64px;
  height: 29px;
  display: inline-block;
}

.css-sprite-offers-Sale {
  background: url("../img/offers/css-sprite-combined.png") -0px -102px;
  width: 64px;
  height: 42px;
  display: inline-block;
}

.css-sprite-offers-season-end {
  background: url("../img/offers/css-sprite-combined.png") -0px -147px;
  width: 64px;
  height: 64px;
  display: inline-block;
}

.css-sprite-offers-10-Percent {
  background: url("../img/offers/css-sprite-combined.png") -0px -214px;
  width: 64px;
  height: 56px;
  display: inline-block;
}

.css-sprite-offers-50-Percent {
  background: url("../img/offers/css-sprite-combined.png") -0px -273px;
  width: 64px;
  height: 64px;
  display: inline-block;
}

.css-sprite-offers-buy1-get1 {
  background: url("../img/offers/css-sprite-combined.png") -0px -340px;
  width: 64px;
  height: 60px;
  display: inline-block;
}

.css-sprite-offers-coupon {
  background: url("../img/offers/css-sprite-combined.png") -0px -403px;
  width: 64px;
  height: 35px;
  display: inline-block;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /* border:1px solid #ddd; */
  margin-top: 50px;
  margin-left: -10px;
  /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
  margin-bottom: 0;
  width: 120px;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #00a2e9;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
  background-color: #00a2e9;
  background-image: #00a2e9;
  color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #00a2e9;
}

div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 30px;
  padding-top: 10px;
  overflow: scroll;
  height: 80vh;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}




.webMenu a {
  font-size: 14px;

}



#offer-block div.winnerItem {
  height: 80px;
  width: 25%;
  float: left;
  padding: 10px;
  margin-bottom: 5px;
}

#menu .list-group-item {

  line-height: 20px;
}

#menu li.list-group-item .fa {
  float: left;
  line-height: 20px;
  float: left;
}

#menu .list-group-item {
  padding: 10px 0 0 15px;
}

.districtSelectionBlock,
.stationSelectionBlock,
.areaSelectionBlock {
  padding: 10px 20px 10px 20px;
  float: left;
  width: 50%;
  color: #fff;
  margin-left: 25%;
}

.list-group-item {
  position: relative;
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 0px;
  background-color: #ececec;
  /* border: 1px solid rgb(173, 173, 173); */
  border-collapse: collapse;
}

li.list-group-item .fa {
  float: left;
  line-height: 46px;
  float: left;
}

/* .header {
       
        background: #333;
    } */

.cardWrapper {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.webMenu {
  display: block;
}

a#menuIcon {
  /* display: none; */
}

@media only screen and (max-width: 600px) {
  a#menuIcon {
    display: block;
  }

  .webMenu {
    display: none;
  }

  #offer-block div.winnerItem {
    height: 80px;
    width: 50%;
    float: left;
    padding: 5px 5px 0 5px;
    margin-bottom: 5px;
  }

  .cardWrapper {
    width: 100%;
    margin-right: 0;
    float: left;
  }

  .districtSelectionBlock,
  .stationSelectionBlock,
  .areaSelectionBlock {

    width: 100%;

    margin-left: 0;
  }
}

.headerIcon .fa {
  font-size: 20px;
}


.pulse {
  width: 100px;
  height: 100px;
  background: rgb(255, 0, 64);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 100px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  animation: animate 2s linear infinite;
}


@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0.7), 0 0 0 0 rgba(255, 0, 64, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 0 rgba(255, 0, 64, 0.7);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
}

ul.shopCategory {
  padding: 0;
  text-align: left;
}

ul.shopCategory>div {
  display: inline-block;
  margin: 2px 5px 0 6px;
  width: 60px;
}

#shopListIcon2 {
  overflow: auto;
  height: 80vh;
}

#shopListIcon2 .owl-item {
  /* height: 57px!important;
width: 74px!important; */
  margin: 0 6px;
  font-size: 11px;
  display: inline;
}

.Cbtn {
  padding: 16px;
  border: 1px solid #908d8d;

  border-radius: 0;
  background: #f7f3f3;
  /* width: 60px; */
  text-align: center;
  border-radius: 10px;
  font-weight: bolder;

}

.fullname {
  font-size: 12px;
  text-align: center;
}

.categoryHeader {
  color: #3388cc;
  text-align: left;
  font-weight: bold;
  margin-bottom: 6px;
}


.bhoechie-tab-content a {
  float: left;
  height: 80px;
  width: 80px;
  margin: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  background: #fdfcfc;
}

.bhoechie-tab-menu {
  background: #ececec;
  height: 100vh;
  width: 122px;
  margin-top: -50px;
}


/* chat window */

.l_c_h {
  width: 300px;
  position: fixed;
  bottom: -36px;
  right: 0px;
  background: #fff;
  border-radius: 3px;
  z-index: 5000;
  display: block;
}

.l_c_h .c_h {
  cursor: pointer;
  border-radius: 0px;
  /* background: #c61432; */
  background: #344e52;
  line-height: 34px;
}

.l_c_h .left_c {
  color: #ebebeb;
  width: 150px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.l_c_h .right_c {
  text-align: center;
  /*background:#DE4A4A;*/
  background: #ff5722;
  line-height: 36px;
}

.l_c_h .right_c a {
  color: #ebebeb;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  cursor: pointer !important;
  font-size: 16px;
  line-height: normal !important;
  margin-top: 0 !important;
  padding: 1px 0px !important;
  text-align: center !important;
  text-decoration: none;
  font-weight: 600;
}

.clear {
  clear: both;
}

.chat_container {
  /*		display:none;
    padding: 5px 26px;*/
}

.chat_container .no_provider {
  text-align: left;
  color: #5e5652;
  font-size: 12px;
  width: 300px;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
}

.chat_container .footer_c {
  text-align: left;
  color: #5e5652;
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.chat_container .footer_c a {
  text-decoration: underline;
  color: #777;
  font-size: 11px;
}

.chat_container .chat_entry {
  margin: 10px;
  margin-top: 0px;
}

.chat_container .chat_entry p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.chat_container .chat_entry h4 {
  text-align: left;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0px;
}

.chat_container .chat_entry input[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #999;
  font-size: 13px;
  padding: 8px 8px;
  margin-bottom: 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  /* 	height:30px; */
  font-family: Arial, Helvetica, sans-serif;
}

.chat_container .chat_entry input[type="text"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
  border-color: #66afe9;
}

.chat_container .chat_entry input[type="submit"] {
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  /*background-color: #DD4A4A;*/
  background-color: #2dc3e8 !important;
  font-family: Arial, Helvetica, sans-serif;
}

.chat_container .chat_entry input[type="submit"]:hover {
  background-color: #c64545;
}

.form-error {
  display: none;
}

.chat_message {
  height: 250px;
  overflow-y: scroll;
  padding: 10px;
  border-bottom: 1px solid #222222;
  padding-top: 10px;
}

.chat_message .message_contain {
  margin: 5px;
  background: #fcf8e2;
  padding: 5px;
}

.chat_message .user_message {
  background: #f5f5f5;
}

.chat_message .message_contain .header_image {
  float: left;
  width: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.chat_message .message_contain .chat_mess {
  font-size: 13px;
  color: #444444;
  margin-top: 0px;
}

.chat_message .message_contain .chat_date {
  color: #777;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.chat_text_area {
  margin: 5px;
}

.chat_text_area .messag_send {
  width: 100%;
  resize: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  padding: 5px;
  font-size: 13px;
  height: 35px;
}

.chat_text_area .messag_send:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
  border-color: #66afe9;
}

.left {
  float: left;
}

.right {
  float: right;
}

.left_icons {
  width: 35px;
  height: auto;
  text-align: center;
  color: #999;
  /*background:#DE4A4A;*/
  background: #ff8f32;
  font-size: 15px;
}

.left_icons a {
  color: #fff;
  font-weight: normal;
}

.center_icons {
  text-align: center;
  padding: 2px 0px 0px 5px;
}

.logout img {
  margin-top: 8px;
}

/*   
  .modal {
    z-index: 10;
    display: block;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5)
  }
  .modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    max-width: 450px
  }
  .modal-inner { padding: 20px 30px; }
  .modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #2196f3;
      color:#fff;
    padding: 6px 10px;
  } */
.animate-opacity {
  animation: opac 0.8s
}

@keyframes opac {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}



.cardcontainer {
  width: 98%;
  height: 430px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;

  box-shadow: 0 0 45px gray
}

.photo {
  height: 200px;
  width: 100%
}

.photo img {
  height: 100%;
  width: 100%
}

.txt1 {
  margin: auto;
  text-align: center;
  font-size: 17px
}

.shopContent {
  width: 90%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -10px
}

.photos {
  width: 150px;
  height: 30px;
  background-color: #E74C3C;
  color: white;
  position: relative;
  top: -30px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 30px;
}

.txt4 {
  font-size: 27px;
  position: relative;
  top: 25px
}

.txt5 {
  position: relative;
  top: 18px;
  color: #E74C3C;
  font-size: 23px
}

.txt2 {
  position: relative;
  top: 20px
}




.btn {
  position: relative;
  /* top: 20px */
}

#heart {
  cursor: pointer
}

.like {
  float: right;
  font-size: 22px;
  position: relative;
  top: 20px;
  color: #333333;
  right: 20px;
}

.fa-gratipay {
  margin-right: 10px;
  transition: 0.5s
}

.fa-gratipay:hover {
  color: #E74C3C
}

.txt3 {
  color: gray;
  position: relative;
  top: 18px;
  font-size: 14px;

}

.comments {
  float: right;
  cursor: pointer
}

.fa-clock,
.fa-comments {
  margin-right: 7px
}

/**********CSS sprite*********/
/* .bg-shop {
  width: 32px; height: 32px;display: inline-block;
  transform: scale(.8);
  background: url('../img/business_icon/css_sprites.png') -5px -5px  no-repeat ;
}


.bg-home_care {
  width: 32px; height: 32px;display: inline-block;
  transform: scale(.8);
  background: url('../img/business_icon/css_sprites.png') -47px -5px  no-repeat ;
}


.bg-booking {
  width: 32px; height: 32px;display: inline-block;
  transform: scale(.8);
  background: url('../img/business_icon/css_sprites.png') -89px -5px  no-repeat ;
}


.bg-car {
  width: 32px; height: 32px;display: inline-block;
  transform: scale(.8);
  background: url('../img/business_icon/css_sprites.png') -131px -5px  no-repeat ;
}


.bg-health {
  width: 32px; height: 32px;display: inline-block;
  transform: scale(.8);
  background: url('../img/business_icon/css_sprites.png') -173px -5px  no-repeat ;
}


.bg-more {
  width: 32px; height: 32px;display: inline-block;
  transform: scale(.8);
  background: url('../img/business_icon/css_sprites.png') -215px -5px  no-repeat ;
}


.bg-education {
  width: 32px; height: 32px;display: inline-block;
  transform: scale(.8);
  background: url('../img/business_icon/css_sprites.png') -257px -5px  no-repeat ;
}


.bg-electricity {
  width: 32px; height: 32px;display: inline-block;
  transform: scale(.8);
  background: url('../img/business_icon/css_sprites.png') -299px -5px  no-repeat ;
} */
.sprite_icon1 {
  background: url('../img/business_icon/sprite_icon1.png') no-repeat top left;
  display: inline-block;
  transform: scale(.8);
  width: 32px;
  height: 32px;
}

.sprite_icon1.health {
  background-position: 0 0;
}

.sprite_icon1.booking {
  background-position: -47px 0;
}

.sprite_icon1.cab_car {
  background-position: -94px 0;
}

.sprite_icon1.education {
  background-position: -141px 0;
}

.sprite_icon1.more {
  background-position: -188px 0;
}

.sprite_icon1.parlor {
  background-position: -235px 0;
}

.sprite_icon1.plumber {
  background-position: -282px 0;
}

.sprite_icon1.shop-vendor {
  background-position: -329px 0;
}

.sprite_icon1.smart-home {
  background-position: -376px 0;
}

.sprite_icon1.smart-home,
.sprite_icon1.parlor,
.sprite_icon1.education,
.sprite_icon1.cab_car {
  display: block;
  float: left;
  margin-right: 5px;
}


/********Home page*********/
.blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

#areaDiv {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: #f1f1f1;
  -webkit-transition: height 500ms, top 500ms;
  transition: height 500ms, top 500ms;
}

#areaDiv.open {
  top: 55px;
}

.showmap {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.showmap.open {
  bottom: 100%;
  margin-bottom: -37px;
}

.sbox {
  width: 100%;
  align-items: center;
  position: relative;
  margin: 10px 0;
}

.sbox .input_box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
}

.sbox .input_box {
  width: 100%;
  align-items: center;
  height: 40px;
  border-radius: 30px;
  padding: 0 10px;
  flex: 1;
  cursor: text;
  color: #8e8e93;
  font-size: 12px;
}

.sbox .input_box>svg {
  margin-right: 5px;
  position: relative;
  top: 6px;
}


/********************Comments people******************/
.people-icon {
  width: 89px;
  height: 104px;
  transform: scale(.6);

}

.peopleIcon-0 {

  background: url('../img/comment/comment_css_sprites.png') -10px -10px;
}


.peopleIcon-1 {

  background: url('../img/comment/comment_css_sprites.png') -119px -10px;
}


.peopleIcon-2 {

  background: url('../img/comment/comment_css_sprites.png') -228px -10px;
}


.peopleIcon-4 {

  background: url('../img/comment/comment_css_sprites.png') -10px -134px;
}


.peopleIcon-3 {

  background: url('../img/comment/comment_css_sprites.png') -119px -134px;
}


.peopleIcon-5 {

  background: url('../img/comment/comment_css_sprites.png') -228px -134px;
}


.peopleIcon-6 {

  background: url('../img/comment/comment_css_sprites.png') -337px -10px;
}


.peopleIcon-7 {

  background: url('../img/comment/comment_css_sprites.png') -337px -134px;
}


.peopleIcon-8 {

  background: url('../img/comment/comment_css_sprites.png') -10px -258px;
}


.peopleIcon-9 {

  background: url('../img/comment/comment_css_sprites.png') -119px -258px;
}


.peopleIcon-10 {

  background: url('../img/comment/comment_css_sprites.png') -228px -258px;
}


.peopleIcon-11 {

  background: url('../img/comment/comment_css_sprites.png') -337px -258px;
}


.peopleIcon-12 {

  background: url('../img/comment/comment_css_sprites.png') -446px -10px;
}


.peopleIcon-13 {

  background: url('../img/comment/comment_css_sprites.png') -446px -134px;
}


.peopleIcon-14 {

  background: url('../img/comment/comment_css_sprites.png') -446px -258px;
}


.peopleIcon-15 {

  background: url('../img/comment/comment_css_sprites.png') -10px -382px;
}


.peopleIcon-16 {

  background: url('../img/comment/comment_css_sprites.png') -119px -382px;
}


.peopleIcon-17 {

  background: url('../img/comment/comment_css_sprites.png') -228px -382px;
}

/**************************Rating page*********************/

.darkBluBtn{
  background-color: #03A9F4;
  color: #ffffff;
  border-color: #03A9F4;
  /* font-size: 18px; */
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px;
  /* padding-right: 19px; */
  border: 1px solid #cccccc;
  /* border-radius: 5px; */
  color: #fff!important;
  margin:10px 0;
  font-weight:normal;
  font-size: 14px;
  }
  .lightBluBtn{
    background-color: #f0f8ff;
    color: #ffffff;
    border-color: #03A9F4;
    /* font-size: 18px; */
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px;
    /* padding-right: 19px; */
    border: 1px solid #cccccc;
    /* border-radius: 5px; */
    color: #03A9F4!important;
    margin:10px 0;
    font-size: 14px;
    
    }
  /************validate captcha********/
	p#statusgreen {
		font-size: 1.2em;
		background-color: #fff;
		color: #0a0;
	}
	p#statusred {
		font-size: 1.2em;
		background-color: #fff;
		color: #a00;
	}
	fieldset label {
		display: block;
	}
	fieldset div#captchaimage {
		float: left;
		margin-right: 15px;
	}
	fieldset input#captcha {
		width: 25%;
		border: 1px solid #ddd;
		padding: 2px;
	}
	fieldset input#submit {
		display: block;
		margin: 2% 0% 0% 0%;
	}
	#captcha.success {
		border: 1px solid #49c24f;
		background: #bcffbf;
	}
	#captcha.error {
		border: 1px solid #c24949;
		background: #ffbcbc;
	}
  

  /************Preloader*************/
  
/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255, 255, 0.5);
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/*******************No Internet******************/
#noNet{
  height: 75px;
  background: red;
  /* display: none; */
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  line-height: 6;
  text-align: center;
  color: #fff;
}