@import url(https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap);
@media screen and (max-width: 768px) {
  .xs-none {
    display: none;
  }
}
ul.reduce {
  padding-inline-start: 0;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .hide-header-m {
    display: none;
  }
  /* body {
    padding-top: 50px;
  } */
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .bg-header-m {
    background-color: #001f79 !important;
  }
}
.m-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
header {
  height: 70px;
  background: #ffffff;
  text-align: center;
  color: #000;
  padding: 20px 0;
}
.example-container {
  width: 500px;
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.example-sidenav-content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.example-sidenav {
  padding: 20px;
}
span.menu-name {
  height: 27px;
  display: inline-block;
}
.visi-hide {
  visibility: hidden;
}
.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .header-sticky {
    z-index: 2;
  }
}
.header-sticky .navbar-toggler {
  padding: 0;
}
.dropdown-hover {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-hover:hover .dropdown-content {
  display: block;
}
.pagesearch-container {
  background-color: #f2f6fa;
  border-radius: 15px;
  height: 32px;
  width: 100%;
  position: relative;
}
.search-img {
  float: left;
  margin-top: 8px;
  margin-left: 7px;
}
.hd-addcart {
  float: left;
  padding: 5px 20px 0;
}
.white-med-text {
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
}
.white-med-text .user-log-details {
  float: left;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
}
.white-med-text .user-log-details:hover {
  text-decoration: none;
}
.white-med-text .w-shopping-cart {
  position: absolute;
  top: 0;
  right: 0;
}
.white-med-text .w-shopping-add-to-cart {
  right: 15px;
  width: 126%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 25;
  border: 0;
  background-color: #fff;
  padding: 10px;
  height: 260px;
  overflow: scroll;
}
.white-med-text .w-shopping-add-to-cart p {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #686868;
  text-transform: capitalize;
}
.white-med-text .w-shopping-add-to-cart .w-freshmenu-cart .btn-outline {
  font-size: 7px !important;
  height: 25px !important;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #1d86ff;
  color: #fff;
}
.white-med-text
  .w-shopping-add-to-cart
  .w-freshmenu-cart
  .w-freshmenu-adding-cart {
  background-color: #fff;
  border: 1px solid #1d86ff;
  width: 100%;
  border-radius: 2px;
  display: inline-flex;
  height: 25px;
}
.white-med-text
  .w-shopping-add-to-cart
  .w-freshmenu-cart
  .w-freshmenu-adding-cart
  div {
  width: 33.33%;
  text-align: center;
  height: 25px;
}
.white-med-text
  .w-shopping-add-to-cart
  .w-freshmenu-cart
  .w-freshmenu-adding-cart
  div
  a {
  text-decoration: none;
}
.white-med-text
  .w-shopping-add-to-cart
  .w-freshmenu-cart
  .w-freshmenu-adding-cart
  .w-freshmenu-no
  input {
  background-color: #1d86ff;
  width: 100%;
  color: #fff;
  border: 1px solid #1d86ff;
  padding: 1px 0 3px 0;
  text-align: center;
  height: 23px;
}
.white-med-text
  .w-shopping-add-to-cart
  .w-freshmenu-cart
  .w-freshmenu-adding-cart
  .w-freshmenu-no
  a {
  color: #fff !important;
}
.white-med-text .w-shopping-add-to-cart:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 2;
  position: absolute;
  right: -2px;
  top: 25px;
}
.u-img-pos {
  position: relative;
  top: -3px;
  cursor: pointer;
}
.u-img-pos i {
  margin: 10px 0 0 10px;
}
.icon-down {
  position: absolute;
  top: 0;
  left: 50px;
  cursor: pointer;
}
.user-img {
  border-radius: 50px;
  height: 40px;
  width: 40px;
}
@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 100%;
    padding-bottom: 15px;
    width: 95%;
    transition: all 0.3s ease;
    display: block;
    background: #fff;
    z-index: 999;
    float: left;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.m-show {
    left: 0;
    width: 50%;
  }
}
@media screen and (max-width: 992px) and (max-width: 425px) and (min-width: 320px) {
  .navbar-collapse.m-show {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .leftmenu-header {
    display: block;
  }
  .leftmenu-header {
    min-height: 120px;
    background: url(../images/bg-menu.png) no-repeat;
    width: 100%;
    padding: 30px 0 0 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
  }
  .leftmenu-header-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  .leftmenu-name {
    float: left;
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: left;
  }
  .leftmenu-header-media {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    text-align: center;
    padding-top: 3px;
  }
  .user-points {
    float: left;
    background-color: #b0a882;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    line-height: 1;
    font-size: 10px;
  }
  .user-points a {
    text-decoration: none;
    color: #fff;
  }
}
button:focus {
  outline: 0;
}
.tab-menu {
  background-color: #001f79;
}
#m-header-search i {
  color: #fff;
  padding-right: 25px;
}
.overlay {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.overlay.m-show {
  display: block;
}
@media screen and (min-width: 769px) {
  .navbar {
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  .navbar {
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .navbar {
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
}
.navbar-nav {
  margin: 0 auto;
}
.menu-name {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #004a8e;
  margin-bottom: 0;
  padding: 8px;
}
.mobile-header-top {
  position: relative;
  left: -80px;
  right: 0;
}
@media screen and (max-width: 375px) {
  .mobile-header-top {
    left: -54px;
  }
}
@media screen and (max-width: 320px) {
  .mobile-header-top {
    left: -35px;
  }
}
li.main-nav.active {
  border-bottom: 2px solid #e00;
}
li.main-nav > a:hover {
  border-bottom: 2px solid #e00;
}
.header-input {
  width: 90%;
  border-radius: 15px;
  border: transparent;
  background-color: #f2f6fa;
  position: relative;
  top: 5px;
  padding-left: 5px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .header-input {
    width: 90%;
  }
}
.header-input:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-input::placeholder {
  font-size: 11px;
  color: #6692bc;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  padding-top: 5px;
}
.pad-left-right-none {
  padding-left: 0;
  padding-right: 0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  list-style: none;
}
.mega-dropdown .dropdown-toggle .fa-angle-down {
  margin: 4px 0 0 11px;
}
.mega-dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  left: 10em;
  margin: 0;
  padding: 0;
  border: transparent;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1921px) {
  .mega-dropdown-menu {
    left: 43em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .mega-dropdown-menu {
    left: 2em;
  }
}
.mega-dropdown-menu .dd-mainmenu {
  background-color: #f5f5f5;
  border-right: 1px solid #dedede;
  position: relative;
  height: 100%;
  border-bottom-left-radius: 0;
}
.dd-mainmenu:hover .tab-menu {
  display: block;
}
.nav-pills .nav-link {
  border-left: 4px solid #f5f5f5;
  transition: all 0.35s ease;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.nav-pills .nav-link:hover {
  background: 0 0;
  border-left: 4px solid #eb0707;
  color: #eb0707;
  border-radius: 0;
  border-bottom: 0 solid transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: 0 0;
  border-left: 4px solid #eb0707;
  color: #eb0707;
  border-radius: 0;
  border-bottom: 0 solid transparent;
}
.nav-pills .nav-link.active::after,
.nav-pills .nav-link.active::before {
  display: block;
}
.nav-pills .nav-link:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f5f5f5;
  border-width: 10px;
  margin-top: -30px;
  margin-left: -1px;
  display: none;
}
.nav-pills .nav-link:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #ddd;
  border-width: 10px;
  margin-top: -30px;
  margin-right: -1px;
  display: none;
}
.nav-item.main-nav a {
  font-weight: 600;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #212b33;
  position: relative;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .nav-item.main-nav a {
    font-size: 11px;
    padding: 0 5px;
  }
}
li.main-nav > .active {
  border-bottom: 2px solid #e00;
}
.menu-icon-new {
  height: 24px;
}
.icon-bus {
  width: 30px;
}
.more-content a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  border-bottom: 2px solid transparent;
  padding: 10px 16px 5px !important;
  text-decoration: none;
  display: block;
}
.nav-pills .nav-link:after,
.nav-pills .nav-link:before {
  left: 20em;
  top: 38px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .nav-pills .nav-link:after,
  .nav-pills .nav-link:before {
    left: 16.8em;
  }
}
.nav-pills .nav-link:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f5f5f5;
  border-width: 10px;
  margin-top: -30px;
  margin-left: -1px;
}
.nav-pills .nav-link:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #ddd;
  border-width: 10px;
  margin-top: -30px;
  margin-right: -1px;
}
.dd-mainmenu .nav-pills .a:after,
.dd-mainmenu .nav-pills .a:before {
  display: none;
}
.dd-mainmenu .nav-pills .a:after,
.dd-mainmenu .nav-pills .a:before {
  display: block;
}
.mega-dropdown-menu .col-md-9 {
  padding: 10px 20px 10px 15px;
}
.mega-dropdown-menu .tab-content {
  padding: 10px;
}
.mega-dropdown-menu .tab-content h3 {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin: 0 0 15px;
}
.mega-dropdown-menu .tab-content li {
  list-style-type: none;
}
.mega-dropdown-menu .tab-content li > a {
  font-size: 13px;
  color: #555;
  padding: 5px 0;
  display: flex;
}
.mega-dropdown-menu .tab-content li > a:hover {
  text-decoration: none;
}
.mega-dropdown-menu .tab-content .panel-heading {
  border: 0;
  background: 0 0;
  padding: 0;
}
.mega-dropdown-menu .tab-content .panel-title {
  font-size: 13px;
  padding: 5px 0;
}
.mega-dropdown-menu .panel-body {
  padding: 0 15px;
}
.mega-dropdown-menu .tab-content .panel {
  border: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.mega-dropdown-menu .panel-group .panel-heading + .panel-collapse > .panel-body,
.mega-dropdown-menu
  .tab-content
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border: 0;
}
.mega-dropdown-menu .tab-content .panel-group {
  margin-bottom: 4px;
}
.mega-dropdown-menu .tab-content .panel-title > a {
  text-decoration: none;
  display: block;
}
.mega-dropdown-menu .panel-body li > a {
  color: #777;
}
.mega-dropdown.open .mega-dropdown-menu {
  display: block;
}
.main-nav:hover .mega-dropdown-menu {
  display: flex;
}
.compare-title {
  font-family: 'Open Sans', sans-serif;
  color: #004a8f;
  font-weight: 700;
  width: 30%;
  text-align: right;
  font-size: 10px;
}
.haeder-pop ul li a::before {
  display: none;
}
.manual-dropdown {
  position: absolute;
  will-change: transform;
  top: 20px !important;
  left: -23px !important;
  border-radius: 3px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: none;
  transform: translate3d(117px, 26px, 0);
}
.manual-dropdown::before {
  content: '';
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  position: absolute;
  top: -12px;
  left: 45%;
}
.manual-dropdown .dropdown-item {
  font-size: 13px;
  padding: 3px 15px;
  font-weight: 800;
}
.redbus-png {
  width: 63px;
}
.pri-hat {
  position: absolute;
  left: 25px;
  top: 0;
  background-color: #ed1925;
  letter-spacing: 0.9px;
  text-align: center;
  font-size: 8px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2.5px;
  padding-bottom: 3px;
  text-transform: uppercase;
  color: #fff;
  width: 29px;
  height: 14px;
  border-radius: 1.8px;
}
.new-blink {
  position: relative;
}
.new-blink img {
  position: absolute;
  top: -22px;
  left: -20px;
  width: 30px;
  height: 30px;
  z-index: 1;
  max-width: inherit;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .new-blink img {
    left: -25px;
  }
}
.spark-img {
  position: absolute;
  top: -8px;
  left: 3px;
  width: 10%;
}
.div-line-small {
  margin: 10px 0;
  border-top: 1px solid #eee;
}

.mob-header {
  display: none;
}

.search-icon-header {
  padding: 5px 30px 0 0;
}
.dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .dropdown.dropdownMobileCat {
    display: block;
  }
}
.down-arrow {
  margin: 5px 0 0 11px;
}
.rigt-arrow {
  opacity: 0.6;
  color: #757575;
  float: right;
  font-size: 14px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: left;
}
.dropdown:hover > .more-content {
  display: block;
}
.dropdown > .more-toggle:active {
  pointer-events: none;
}
.dropdown-content-privi {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 320px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 0 10px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  text-align: left;
}
.more-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  text-align: left;
}
.more-content a {
  margin: 5px 15px;
  border-bottom: 1px solid #eee !important;
  padding: 4px 0 !important;
}
.more-content a:last-child {
  border-bottom: none !important;
}
.more-menu img {
  margin-right: 10px;
}
.more-menu p {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  display: inline;
  margin-bottom: 0;
}
.dropdown-content a,
.dropdown-content-privi a {
  color: #000 !important;
  padding: 10px 16px 5px !important;
  text-decoration: none;
  display: block;
}
.manual-anchor {
  padding: 10px;
  margin: -10px 0 4px 6.2em;
}
.dropdown-content a:hover {
  background-color: #fff;
  border-radius: 8px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-content-privi {
  display: block;
}
.drop-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #191919;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.div-line {
  margin: 5px 15px;
  border: 0;
  border-top: 1px solid #eee;
}
.drop-text {
  font-size: 10px;
  letter-spacing: 0.2px;
  color: grey;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.privi-menu {
  width: 100%;
}
.privi-img {
  width: 30%;
  float: left;
}
.privi-img > img {
  border-radius: 4px;
  width: 70px;
  height: 50px;
}
.privi-links {
  width: 70%;
  float: left;
}
.leftmenu-bottom {
  padding: 20px 20px 0 40px;
}
.leftmenu-bottom ul li a {
  font-family: 'Open Sans', sans-serif;
}
.leftmenu-top {
  padding: 0 20px 0 40px;
}
.pushmenu-logo {
  padding: 20px 20px 0 40px;
  float: left;
  border-top: 1px solid #efefef;
  width: 100%;
}
.leftmenu-items ul {
  list-style-type: none;
  padding: 0;
}
.leftmenu-items ul li {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.leftmenu-items ul li a {
  width: 100%;
  display: block;
  font-size: 14px;
  transition: all 0.2s ease;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}
.leftmenu-items ul li a span {
  display: block;
  float: left;
  width: 10%;
  margin: 0 20px 0 1px;
}
.leftmenu-items ul li a svg {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  margin: 12px 0 0;
}
.leftmenu-items ul li a div {
  float: left;
  width: 84%;
  padding: 12px 0;
  font-size: 1.05em;
  color: #777;
}
.leftmenu-items ul li a:hover div {
  color: #fdb813;
}
.leftmenu-items ul li.active a div,
.leftmenu-items ul li:hover a div {
  color: #fdb813;
}
.ml-3em {
  margin-left: 3em;
  margin-top: 1.5em;
}
.mob-text {
  font-size: 9px;
  margin: 0 5px 20px;
}
.sub-svg {
  margin: 0 10px 0 0;
  width: 20px;
}
.pm_menu {
  position: fixed;
  height: 100%;
  width: 95%;
  background: #fff;
  top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1001;
  -webkit-animation: backSlideOut 0.3s both ease;
  -moz-animation: backSlideOut 0.3s both ease;
  animation: backSlideOut 0.3s both ease;
  padding-bottom: 80px;
  cursor: pointer;
}
.mob-drop a {
  display: block;
  margin: 10px 0;
  color: #191919;
}
a:hover {
  text-decoration: none;
}
.leftmenu-top {
  padding: 0 20px 0 40px;
  border-top: 1px solid #efefef;
}
.m-searchbar {
  background-color: #f2f6f9;
  height: 50px;
  position: fixed;
  right: 0;
  transition: all 0.6s ease 0;
  width: 100%;
  z-index: 1001;
}
.m-searchbar .searchbar-container div {
  float: left;
}
.m-searchbar .searchbar-icon i {
  color: #000;
  font-size: 20px;
  padding: 15px 0 0 15px;
}
.m-searchbar .searchbar-input input {
  color: #001f79;
  margin: 12px 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  width: 75%;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  position: relative;
  vertical-align: middle;
}
.m-searchbar .searchbar-close img {
  position: absolute;
  top: 17px;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}
.m-searchbar.display {
  top: 0;
}
.m-new-place {
  position: relative;
  bottom: 4px;
  margin-left: 15px;
}
.dcemi-advt {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 5;
}
@media screen and (max-width: 425px) and (min-width: 320px) {
  .dcemi-advt {
    bottom: 0;
    right: 0;
  }
}
.close-dcemi-offer-btn {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 40px;
  z-index: 2;
}
@media screen and (max-width: 425px) and (min-width: 320px) {
  .close-dcemi-offer-btn {
    right: 15px;
    top: 10px;
  }
}
.dcemibanner-content {
  background: url(../images/dcemi-bg.html) no-repeat center center;
  background-size: cover;
}
.dc-title {
  font-size: 14.9px;
  font-weight: 700;
  color: #ffd027;
  margin-bottom: 0;
}
.dc-name {
  font-size: 11.2px;
  font-weight: 600;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.dcbanner-body {
  margin-bottom: 10px;
}
.cash-info {
  font-size: 10.2px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0;
  border-right: solid 1px rgba(255, 255, 255, 0.21);
}
.cash-value {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 23px;
}
.cash-text {
  font-size: 8px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.m-popup-align {
  text-align: center;
  position: relative;
  top: 10em;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 20px;
}
.m-card-popup {
  padding: 20px 20px 0;
}
.m-card-img {
  position: relative;
  bottom: 60px;
}
.m-card-img img {
  border-radius: 8px;
}
.m-card-details h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #191919;
}
.m-card-details {
  padding: 0;
  bottom: 2.5em;
}
.m-card-details p {
  font-size: 12px;
  color: grey;
  margin: 15px 0;
}
.m-card-details small {
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
@media screen and (max-width: 425px) and (min-width: 320px) {
  .dcbanner-dialog {
    margin: 0;
  }
}
.dcemioverlay {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 8em;
  z-index: -1;
}
@media screen and (min-width: 426px) {
  .dcemioverlay {
    display: none;
  }
}
.footer-smartbuy {
  background-color: #e5edf4;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}
.footer-smartbuy ul {
  margin: 40px 0 50px;
  font-size: 14px;
  list-style-type: none;
}
.footer-smartbuy ul li {
  color: #004a8f;
  font-size: 12px;
}
.footer-smartbuy a {
  color: #004a8f;
  font-family: 'Open Sans', sans-serif;
  font-style: 12px;
}
.footer-smartbuy a:hover {
  color: #004a8f;
  text-decoration: none;
}
.footer-smartbuy p {
  background-color: #e5edf4;
}
.footer-smartbuy .copyRight {
  font-size: 14px;
  padding: 10px;
  background-color: #d8e1e8;
  color: #757575;
}
.footer-smartbuy .f-12 {
  font-size: 12px;
}
.footer-text {
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #191919;
}
.number-data {
  background-color: #fff !important;
  border-radius: 20px;
  padding: 9px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0c48ba;
  line-height: 1px;
  height: 31px;
  box-sizing: border-box;
}
.number {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #191919;
  margin-left: 8px;
  margin-right: 4px;
}
.text-time {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  margin-bottom: 0;
}
.text-powerdby {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 477px) {
  .pm_menu {
    width: 270px;
  }
  .leftmenu-items ul li a svg {
    width: auto;
  }
  .leftmenu-items ul li {
    float: none;
  }
  .copy-right,
  .poweredby-m {
    float: left;
    color: #333;
  }
  .poweredby-logo {
    margin-bottom: 20px;
    float: left;
  }
  .leftmenu-header {
    min-height: 140px;
    background: url(../images/bg-menu.png) no-repeat;
    width: 100%;
    padding: 30px 0 0 65px;
    text-align: center;
    vertical-align: middle;
  }
  .leftmenu-header-media img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
  }
  .leftmenu-name {
    float: left;
    color: #fff;
    font-size: 15px;
    width: 68%;
    text-align: left;
  }
  .user-points {
    float: left;
    background-color: #b0a882;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    width: 60%;
    margin-bottom: 10px;
  }
  .leftmenu-items ul li a span {
    margin: 0 14px 0 1px;
  }
  .leftmenu-items ul li a {
    text-decoration: none;
  }
  .sub-svg {
    margin: 0 10px 0 0;
    width: 20px;
  }
  .mob-text {
    color: #333;
  }
  .subnew-svg {
    margin-left: 15px;
    position: relative;
    bottom: 4px;
  }
  .fa-angle-down:before {
    content: '\f107';
  }
  .fa.pull-right {
    margin-left: 0.3em;
  }
  .pull-right {
    float: right !important;
  }
  .fa-bars:before,
  .fa-navicon:before,
  .fa-reorder:before {
    content: '\f0c9';
  }
  header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 9px 0;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  mbrand {
    padding-right: 12px;
    border-right: solid 1px rgba(255, 255, 255, 0.4);
  }
  .pad-left-none {
    padding-left: 0 !important;
  }
  a img {
    border: 0;
    outline: 0;
  }
  img {
    vertical-align: middle;
  }
  mbank {
    margin-left: 15px;
  }
  .logo-m {
    width: 100px;
  }
  .nav-right {
    text-align: right;
  }
  #m-header-search i {
    padding-right: 0;
  }
  .menu-hamburger {
    color: #fff;
    padding-left: 5px;
    padding-top: 2px;
    display: block;
    font-size: 19px;
  }
  .searchbar-container input {
    border-bottom: none !important;
    left: 0;
    margin: 0 !important;
  }
  .m-searchbar .searchbar-input input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #fff;
    margin: 12px 0 0 15px;
    max-width: 100%;
    width: 260px;
    font-family: opensans_regular;
    position: relative;
    vertical-align: middle;
  }
  .m-searchbar {
    height: auto;
  }
}
.algolia-autocomplete .react-autosuggest__suggestions-container {
  clear: both;
  width: 100%;
}

@media (max-width: 768px) {
  .mob-header {
    display: block;
  }
  .search-icon-header {
    padding: 5px 15px 0 0;
    text-align: right;
  }
  .search-icon-header #m-header-search i {
    padding-right: 0;
  }

  .searchbar-input.col-xs-12 {
    width: 86%;
    text-align: left;
  }
  span.algolia-autocomplete {
    width: 100%;
  }

  .react-autosuggest__container {
    width: 100%;
  }
  .m-searchbar .searchbar-input input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #fff;
    margin: 0;
    max-width: 100%;
    width: 100%;
    font-family: opensans_regular;
    position: relative;
    vertical-align: middle;
    left: 0 !important;
    border: 0;
    margin-top: 4px;
  }
}
