@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&family=Roboto:ital,wght@1,100&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dataTables_filter {
  display: none;
}

:root {
  --dark-gray: #1a1c26;
  --white: #ffffff;
  --body-text: #888c99;
  --brand-color: #4263eb;
}

body,
input,
textarea,
label {
  font-family: "Mulish", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Mulish", sans-serif;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--body-text);
  font-family: "Mulish", sans-serif;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* zimbrrom typography */
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.zimbrrom-big-title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
}
.zimbrrom-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.zimbrrom-sub-title-bold {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}
.zimbrrom-sub-title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
p,
span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
small {
  font-size: 14px;
  line-height: 18px;
}

.title-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
}

.title-semibold {
  font-weight: 600;
  line-height: 24px;
}

/* button styles */
.zimbroom-btn {
  background: #4263eb !important;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff !important;
  border: none;
  padding: 14px 40px;
  border-radius: 30px;
  border: 2px solid transparent;
  box-shadow: 0px 4px 16px rgba(64, 64, 64, 0.25);
  display: inline-block;
}
.zimbroom-btn:hover {
  background: #7e7eeb !important;
  color: #ffffff !important;
}
.zimbroom-btn:focus {
  background: #5951e5;
  border: 2px solid #ec817a;
}
.zimbroom-btn:active,
.zimbroom-btn:visited {
  background: #4a44c0;
}
.zimbroom-btn:disabled {
  background: #e0e4f1;
  color: #888c99;
}
.zimbroom-btn-fill i {
  color: #ffffff !important;
}
.dashboard-default-btn {
  background: var(--brand-color);
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #ffffff;
  outline: 0;
  border: 0;
}

.dashboard-default-btn:hover,
.create-store-btn:hover {
  color: #ffffff;
  background-color: #7e7eeb;
}

.create-store-btn {
  background: var(--brand-color);
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  display: inline-block;
}

/* input styles */
input {
  border: 1px solid #e0e4f1;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #1a1c26;
  outline: none;
  transition: top 0.1s ease-in-out;
}
input::placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #888c99;
  color: rgba(0, 0, 0, 0);
}
input:focus {
  outline: none;
  border: 1px solid #888c99;
}
input:hover,
.form-control:hover,
.form-control:focus,
.form-control:active,
input:active {
  background: #fff;
  border-color: #888c99;
}

.input-group {
  font-size: 14px;
  line-height: 22px;
  color: #888c99;
}
.input-group label {
  position: absolute;
  border: 0;
  z-index: 2;
  transition: all 0.1s ease-in-out;
  cursor: text;
  top: 14px;
  left: 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #888c99;
}
.input-group input:focus + label,
.input-group input:not(:placeholder-shown) ~ label,
.input-group input:not(:placeholder-shown) + label {
  top: 0px;
  font-size: 13px;
  opacity: 0.7;
  z-index: 3;
}
.input-group input:focus .input-group i,
.input-group input:not(:placeholder-shown) .input-group i {
  display: block;
}

.input-group textarea {
  padding: 10px;
}

.input-group textarea::placeholder {
  font-weight: 700;
}

.input-group select:focus + label {
  display: none;
}

.input-group .select2-search .select2-search__field {
  display: none;
}

.input-group .form-control {
  border-radius: 8px !important;
}

/* form control styles */
.form-control:focus {
  box-shadow: none;
  outline: none;
}

/* Other Common Styles */
.vertical-center {
  display: flex;
  align-items: center;
  height: 100vh;
}

/* utils */

.bg-none {
  background-color: transparent;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.background-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  z-index: 1;
}

.hero-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
  color: #fff;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-100 {
  padding-top: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pd-40 {
  padding: 40px;
}

.pb-0 {
  padding-bottom: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.border-light-gray {
  border: 1px solid #e8e8e8;
}

section {
  padding-bottom: 100px;
}

.section-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
}

.section-title::after {
  content: none;
}

.small-text {
  font-size: 14px;
  line-height: 22px;
}

.lead-semibold {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0;
  margin: 0;
}

.color-white {
  color: white;
}

.color-black {
  color: #1d1d1d;
}

.btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 36px;
  font-family: "Mulish", sans-serif;
  line-height: 20px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  background-color: #1e3540;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 0;
  text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}

.btn-blue {
  background-color: var(--brand-color);
}

.small-tag {
  color: #888c99;
}

/* Header styling */
.header-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.topbar {
  background-color: var(--dark-gray);
}

.topbar p {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
  line-height: 22px;
  padding: 9px 0;
}

/* nav bar styling */
.header-nav-section {
  margin-top: 20px;
  padding: 0 30px;
}

.logo img,
.navbar-right {
  margin-top: 0;
}

.logo {
  width: 155px;
  height: auto;
}

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

.navbar-right li {
  background: #fff;
  border-radius: 8px;
}

.navbar-right li.wrapper-btn {
  display: flex;
  color: #b45852;
  align-items: center;
  padding: 12px 12px;
}

.navbar-right li.wrapper-btn a {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  color: #b45852;
  font-weight: 700;
}

ul.navbar-nav.navbar-right li a:hover {
  background-color: transparent;
}

.navbar-right li {
  margin: 0px 10px;
  border: 1px solid #fff;
  border-radius: 8px;
}

.navbar-right li.menubar-cart {
  background: transparent;
  padding: 9px 13px;
}

li.menubar-cart a {
  display: inline-block;
  padding: 0;
}

li.menubar-cart a .fa-shopping-cart {
  color: #fff;
  font-size: 22px;
}

.cart-number {
  color: #fff;
  background: var(--brand-color);
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 17px;
  display: inline-block;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 10px;
}

/* subheader styles */
.subheader {
  padding-bottom: 15px;
  padding-top: 17px;
}

.subheader .search-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.subheader .hero-search {
  width: 90%;
}

.subheader .seperate-input {
  width: 39%;
  border: 1px solid #cdcdcd;
}

.subheader .hero-search span.input-group-addon {
  padding: 12px 9px;
}

.subheader .form-control {
  height: 37px !important;
}

.subheader li.menubar-cart a .fa-shopping-cart {
  color: var(--brand-color);
}

.subheader ul.navbar-nav li a,
.subheader .navbar-right li.wrapper-btn {
  color: #fff;
}

.subheader .navbar-right li {
  border: 1px solid var(--brand-color);
}

.subheader .navbar-right li.wrapper-btn {
  background-color: var(--brand-color);
  padding: 10px 9px;
}

.right-subheader-nav {
  display: flex;
  justify-content: space-between;
}

.subheader .search-wrapper {
  width: 73%;
}

.subheader .navbar-right {
  flex-direction: row;
}

/* hero section styling */
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  /* min-height: 734px; */
}

.hero-title {
  position: unset;
  background-color: unset;
  width: 63%;
}

.hero-search span.input-group-addon {
  border: 0;
}

.hero-search .input-group-addon {
  background-color: #fff;
}

.hero-search .input-group-addon.line {
  border-left: 1px solid #efefef;
}

.hero-search .form-inline .form-control {
  border-radius: 0 !important;
  border: 0;
  box-shadow: none;
}

.hero-search > form {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  border-radius: 8px;
  overflow: hidden;
}

.hero-search .form-inline .form-control,
.hero-search .input-group {
  width: 100%;
}

.hero-search .form-control:focus {
  box-shadow: unset;
}

.hero-search span.input-group-addon {
  font-weight: 800;
  padding: 16px 9px;
  width: 73px !important;
  background: #efefef;
}

.hero-search a.input-group-addon {
  background: #9a3838;
  border: 0;
  padding: 0 25px;
}

.hero-search i.fa {
  color: #fff;
  margin-right: 5px;
}

.seperate-input {
  display: flex;
  align-items: center;
  background: #fff;
  width: 50%;
  margin-right: 10px;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
}

.hero-search a.input-group-addon {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  border-radius: 25px;
}

.hero-search a.input-group-addon:hover {
  background-color: #b45852;
}

.hero-search .input-group {
  display: flex;
}

.form-group {
  position: relative;
}

.hero-search label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px;
  pointer-events: none;
}

.hero-search input:focus + label {
  display: none;
}

.hero-bottom {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.hero-bottom p {
  font-weight: 600;
  font-size: 18px;
  color: white;
  line-height: 22px;
  padding-bottom: 25px;
}

.hero-bottom-items span {
  background: #b45852;
  padding: 8px 12px 8px 12px;
  border-radius: 30px;
  color: #fff;
  margin: 0 2px;
  padding: 10px 31px;
  cursor: pointer;
}

/* About section styles */
.card {
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #e0e4f1;
  padding: 40px;
}

.card_image {
  width: 76px;
  height: 76px;
  margin-top: 0;
}

/* join community section styles */
h2.join-our-community-heading {
  text-align: left;
  padding: 0;
  margin: 0;
}

.bg-area {
  border-radius: 12px;
  height: 558px;
}

.bg-area h2 {
  color: #ec817a;
  padding-bottom: 10px;
}

/* footer section styling */
.footer-white {
  background-color: #fff;
}
.footer-blue {
  background: #e0e4f1;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.footer-contents {
  display: flex;
  flex-wrap: wrap;
}

.footer-top .container,
.footer-bottom .container {
  border-top: 1px solid #e0e4f1;
  padding: 40px 15px;
}
.footer-bottom .container {
  padding: 20px 15px;
}

.footer-bottom {
  background-color: #fff;
}

.footer-top .logo {
  padding-bottom: 20px;
}

.footer-section {
  background-color: #004d73;
  color: #fff;
  padding: 20px 0 5px;
}

.footer-section a {
  color: #fff;
}

.footer-section i.fa {
  color: #fff;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu li {
  padding-bottom: 15px;
}

.footer-menu li:last-child {
  padding-bottom: 0;
}

.footer-menu a {
  color: #1a1c26;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
.footer-menu a:hover {
  text-decoration: none;
}

.footer-social a:hover {
  color: #007fbd;
}

.footer-social li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 5px;
  background: var(--brand-color);
  border-radius: 50%;
}

.footer-social li i {
  font-size: 22px;
  color: #fff;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
}

.footer-section p {
  font-size: 16px;
  color: #ffffff;
}

.footer-section {
  background-color: #004d73;
  color: #fff;
  padding: 20px 0 5px;
}

ul.footer-bottom-menu {
  display: flex;
}

ul.footer-bottom-menu li a {
  padding-right: 10px;
  color: #323b62;
}

p.small-text.copyright-text a {
  color: var(--body-text);
}

footer.footer-bottom .line {
  margin-top: 20px;
  margin-bottom: 20px;
}

.input-group-append {
  height: 45px !important;
}

.nav-sidebar p {
  font-size: 14px;
  color: #323b62;
  line-height: 17px;
  font-weight: 600;
}

.sidebar-light-primary .nav-sidebar > .nav-item:hover > .nav-link {
  background-color: #f5f5fe;
}

.sidebar-light-primary .nav-sidebar > .nav-item:hover > .nav-link p {
  font-weight: 700;
  color: var(--brand-color);
}

.main-sidebar,
.main-sidebar:before {
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 248px;
  box-shadow: 0px 4px 24px rgb(194 194 194 / 16%);
}

.nav-sidebar .nav-item .nav-icon {
  width: 2.4rem !important;
  color: #bdc4f2;
}

.nav-sidebar .menu-open > .nav-link .right {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sidebar-light-primary .nav-sidebar > .nav-item .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item.menu-open > .nav-link,
.sidebar-light-primary .nav-sidebar > .nav-item .nav-link:hover,
.sidebar-light-primary
  .nav-treeview
  > .nav-item
  > .nav-link:hover
  .sidebar-mini
  .wrapper {
  background-color: #f5f5fe;
  box-shadow: none;
}

.sidebar-light-primary .nav-sidebar > .nav-item .nav-link:hover > .nav-icon,
.sidebar-light-primary .nav-sidebar > .nav-item .nav-link.active .nav-icon {
  color: var(--brand-color);
}

.sidebar-light-primary .nav-sidebar > .nav-item .nav-link.active p,
.sidebar-light-primary .nav-sidebar > .nav-item .nav-link:hover p {
  font-weight: 700;
  color: var(--brand-color);
}

.nav-sidebar .nav-link > p > .right {
  color: #bdc4f2;
  font-size: 20px;
}

.nav-sidebar .nav-item a.nav-link {
  display: block;
  border-radius: 8px;
  margin: 0px 15px;
}

.sidebar-mini .wrapper {
  background-color: #f4f6f9;
}

.sidebar-mini .navbar {
  background-color: #ffffff;
  margin-left: 248px;
}

.sidebar-mini .main-header .navbar-nav {
  align-items: center;
  margin: 0;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover {
  width: 4.4rem;
  transition: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-text,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p {
  opacity: 0;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-item a.nav-link {
  margin: 0;
}

.sidebar-mini .main-header .nav-link {
  height: unset;
}

.sidebar-mini .main-header.navbar .dropdown a.nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #323b62;
  padding-right: 0;
}

.sidebar-mini .main-header.navbar .dropdown a.nav-link i.fa {
  padding: 0 4px;
}

.sidebar-mini .rounded i.fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e0e4f1;
  border-radius: 50%;
  text-align: center;
}

.sidebar-mini .rounded i.fa:hover {
  color: var(--brand-color);
}

/* nav tree styles */
.main-sidebar li.nav-item {
  position: relative;
}

body:not(.sidebar-collapse) .main-sidebar li.nav-item.has-treeview > ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 38px;
  border-left: 1px solid #bdc4f2;
}

body:not(.sidebar-collapse)
  .main-sidebar
  li.nav-item.has-treeview
  > ul
  li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  position: absolute;
  bottom: 19px;
  left: 18px;
  z-index: 999999;
  border-left: 1px solid #bdc4f2;
  border-bottom: 1px solid #bdc4f2;
  border-radius: 0px 0px 0px 28px;
}

body:not(.sidebar-collapse)
  .main-sidebar
  li.nav-item.has-treeview
  > ul
  li:last-child:after {
  content: "";
  width: 10px;
  height: auto;
  position: absolute;
  bottom: 0;
  top: 18px;
  background: #fff;
  left: 18px;
}

body:not(.sidebar-collapse)
  .main-sidebar
  .nav-treeview
  > .nav-item
  > .nav-link {
  margin-left: 41px;
}

body:not(.sidebar-collapse)
  .main-sidebar.sidebar-light-primary
  .nav-sidebar
  > .nav-item
  > .nav-treeview {
  margin-left: 20px;
}

.brand-image {
  max-height: 36px;
  margin-top: -6px;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link:not(.active):hover {
  color: #777;
}

.card-body .nav-pills {
  border-right: 1px solid #f4f6f9;
}

.card-body .nav-pills .nav-link {
  border-radius: 100px;
}

.card-body .nav-pills.rounded-0 .nav-link {
  border-radius: 0px;
}

.card-header > .card-tools {
  top: 0;
  right: 0;
}

/* Dashboard styling */
.small-box {
  overflow: hidden;
  padding: 15px 25px;
  flex: 1;
}

.small-box p,
.small-box span,
.dashboard-card span {
  color: var(--brand-color);
  font-weight: bold;
}

.small-box h3 {
  margin: 0 0 5px 0;
  font-size: 30px;
}

.small-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: var(--brand-color);
}

.small-box .icon {
  top: 38%;
  right: 30px;
  color: rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
}

.small-box .icon.dashboard-icon i {
  font-size: 40px !important;
  transition: all 0.3s;
}

.small-box i.fa:hover,
.dashboard-card i.fa:hover {
  color: unset;
}

.small-box:hover .icon {
  font-size: unset;
}

.dashboard-card .link {
  font-size: 15px;
}

.dashboard-card-right {
  max-height: 412px;
}

.small-box .small-box-footer,
.dashboard-card .link {
  text-align: right;
  color: var(--brand-color);
  background: unset;
  font-weight: bold;
}

.small-box .small-box-footer:hover,
.dashboard-card .link:hover {
  color: unset;
  background: transparent;
}

.small-box:hover .icon.dashboard-icon i {
  color: var(--brand-color);
}

.card.dashboard-card .card-header {
  padding-left: 17px;
}

.card.dashboard-card .card-header > .card-tools {
  top: 15px;
  right: 17px;
}

.card.dashboard-card .chart span {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.card.dashboard-card .chart span.active {
  border-bottom: 1px solid var(--brand-color);
}

/* data table styling */
.nav-tabs {
  border-bottom: 0;
}

.sidebar-mini .content-header h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.card .card-header .nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #323b62;
}

.content .card .card-header .nav-link:not(.active) {
  color: #323b62 !important;
}

.sidebar-mini .card {
  padding: 0;
}

.dataTable > thead:first-child > tr:first-child > th {
  color: #323b62;
  font-size: 14px;
  line-height: 17px;
  font-family: "Mulish", sans-serif;
  border: 0;
}

.dataTable tbody tr td:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1a1c26;
}

.dataTable tbody > tr > td {
  vertical-align: middle;
  border-bottom: 1px solid #e0e4f1;
  border-top: 0;
}

.dataTable tbody tr td p {
  font-size: 14px;
  line-height: 22px;
}

.dataTable tbody tr td {
  height: 47px;
}

button.dataTable-open {
  outline: 0;
  border: 0;
  font-size: 14px;
  background: transparent;
  border: 1px solid #007fbd;
  border-radius: 20px;
  padding: 3px 10px;
  cursor: pointer;
}

.dataTable-dropdown-list {
  display: flex;
  background: #007fbd !important;
  position: absolute;
  left: -8px;
  flex-wrap: wrap;
  width: 133px;
  z-index: 999;
  top: 40px;
}

.dataTable-dropdown-icon {
  cursor: pointer;
  color: #888c99;
}

.dataTable-dropdown-icon > i.fa:hover {
  color: unset;
}

.dataTable-dropdown-list:before {
  content: "";
  left: 57%;
  top: 6px;
  width: 20px;
  height: 20px;
  background: #007fbd;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  z-index: -1;
}

.invoice {
  border: 0;
}

.badge-success {
  background-color: #28a745;
}

.badge-danger {
  background-color: #dc3545;
}

.dataTable-dropdown-wrapper .dropdown-toggle {
  border: 0;
  background-color: transparent;
}

.dataTable-dropdown-wrapper .dropdown-toggle::after {
  content: unset;
}

/* .dataTable-dropdown-wrapper .dropdown-menu:before {
  left: 69%;
} */
.open > .dropdown-menu {
  display: none;
}

.dropdown-menu {
  min-width: 100px;
}

.dataTable-dropdown-wrapper .dropdown-menu {
  display: none !important;
  left: -56px !important;
  flex-direction: row;
  text-align: left;
  justify-content: center;
  align-items: center;
  background: #007fbd;
  padding: 0;
  top: 11px !important;
}

.dataTable-dropdown-wrapper.open > .dropdown-menu,
.dataTable-dropdown-wrapper.show > .dropdown-menu {
  display: flex !important;
}

.dataTable-dropdown-icon:before {
  display: flex;
  left: 0;
  flex-direction: row;
  text-align: left;
  justify-content: center;
  align-items: center;
  background: #007fbd;
  padding: 0;
  top: 25px;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  display: none;
}

.dropdown.show .dataTable-dropdown-icon:before,
.dropdown.open .dataTable-dropdown-icon:before {
  display: block;
}

.dataTable-dropdown-wrapper .btn {
  padding: 13px 18px;
}

.dropdown-menu i.fa {
  color: #fff;
}

.dataTables_length select {
  border-radius: 8px;
}

.dropdown.sub-dropdown .fa-caret-down {
  padding-left: 2px;
  font-size: 12px;
}

.dropdown.sub-dropdown .dropdown-menu {
  left: -89px !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
  border: 0;
  outline: 0;
}

/* .dropdown.dataTable-dropdown-wrapper.open > .dropdown-menu {
  display: block !important;
} */

.icheckbox_flat-blue,
.iradio_flat-blue {
  width: 26px;
}

/* card styles for dashboard*/
.sidebar-mini .card-header {
  padding: 17px;
  padding-left: 40px;
  background: #ecedee;
  border-bottom: none;
}

.sidebar-mini .card {
  border: 1px solid #fafafa;
}

/* .sidebar-mini .content-wrapper > .content {
  padding: 0 40px;
} */

.form-group a.dashboard-default-btn.cancel-btn,
.form-group a.dashboard-default-btn.cancel-btn:hover {
  color: #ffffff !important;
}

.toggle {
  display: none;
}

a.prev-icon i.fa {
  color: #888c98;
  padding-right: 14px;
  font-size: 18px;
}

/* product result page styling */
.product-details .filters {
  height: 100%;
  border-right: 1px solid #e8e8e8;
  padding-left: 50px;
  padding-right: 25px;
}

.product-details .search-box,
.product-details .filters {
  padding-top: 50px;
}

.product-details .filters .title-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.product-details .categories-section .filter-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.product-details .categories-section .form-check {
  position: relative;
  display: block;
  width: 45%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
}

.product-details .form-check img.carousal-img {
  width: 40px;
  height: 40px;
}

.product-details .form-check-label {
  display: block;
}

.product-details .form-check-label:before {
  content: unset;
  display: none;
}

.product-details [type="radio"]:checked + span.form-check-label,
.product-details [type="radio"]:not(:checked) + span.form-check-label {
  padding-left: 0;
}

.product-details [type="radio"]:checked + span:after,
.product-details [type="radio"]:not(:checked) + label:after {
  content: unset;
}

.product-details .categories-section .form-check:hover {
  background: #f1f2fc;
  border-color: var(--brand-color);
}

.product-details .categories-section .form-check:hover span {
  font-weight: 700;
}

.distance-section .range input {
  padding: 1px;
  width: 100%;
}

.distance-section .form-check {
  padding-left: 0;
  padding-top: 20px;
}

#myRange {
  margin: 30px 0 20px 0;
  -webkit-appearance: none;
  background-color: #f5f6f8;
  height: 3px;
  width: 100%;
  margin: 10px auto;
  position: relative;
}

#myRange:before,
#myRange::after {
  position: absolute;
  top: 20px;
}

#myRange::before {
  content: "1";
  left: 0;
}

#myRange::after {
  content: "100";
  right: 0;
}

#myRange {
  outline: none;
  border: 0;
}

#myRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 25px;
  width: 25px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.distance-section {
  padding-top: 50px;
}

#distance_value {
  position: absolute;
  top: 0;
  font-weight: 800;
  font-size: 13px;
}
#distance_value:after {
  position: absolute;
  top: 0;
  content: "Miles";
}
.listing-block {
  background: #fff;
  padding-top: 20px;
  flex-wrap: wrap;
}

.media {
  position: relative;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.media-img {
  position: relative;
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 200px;
}

.media img {
  width: 100%;
  margin: 0;
  height: 100%;
  object-fit: cover;
}

.media-body {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 0px 0px 12px 12px;
  border-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media .price {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.media .price small {
  display: block;
  font-size: 17px;
  color: #232323;
}

.media .stats {
  width: 100%;
  margin-top: 10px;
}

.media .three-service {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.media .stats span {
  font-weight: 600;
}

.media .distance {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.media .distance:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "|";
}

.media .three-service span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  margin: 5px 0;
}

.media a,
.media span {
  color: #484848;
}

.media .stats span i {
  margin-right: 7px;
  color: #000;
}

.media .address {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
}

.media .fav-box {
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 4px;
  color: #e74c3c;
}

.media .mile {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 5px;
}

.media a.zimbrrom-btn {
  border-radius: 4px;
  padding: 9px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  box-shadow: none;
  color: var(--white);
  background-color: var(--brand-color);
  cursor: pointer;
}

.media a.zimbrrom-btn:hover {
  color: #fff;
}

/*(create store)form styles*/
textarea.form-control::placeholder {
  font-weight: 400;
  color: #323b62;
}

.input-group textarea.form-control,
.input-group textarea.form-control:first-child {
  height: 130px !important;
  border-radius: 8px;
}

textarea.form-control {
  border: 1px solid #e0e4f1;
}

.icon-input {
  position: relative;
  max-width: 300px;
}

.icon-input__text-field {
  width: 100%;
  padding: 8px 30px 8px 10px;
}

input.icon-input__text-field::placeholder {
  color: #888c99;
}

.icon-input__icon {
  color: #888c99;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.icon-input__text-field:focus + .icon-input__icon {
  color: #ff8400;
}

/* service description styles */
.cke_editor_service-description-field,
.cke_chrome {
  border: 1px solid #e9ecef;
  border-radius: 6px;
  overflow: hidden;
}

.cke_chrome .cke_top,
.cke_chrome .cke_bottom,
.cke_chrome .cke_inner {
  border-bottom: 0;
  border-top: 0;
  background: transparent;
}

.cke_toolbox {
  display: flex;
  flex-wrap: wrap;
}

.cke_chrome .cke_button_icon {
  width: 22px;
}

.cke_chrome .cke_toolgroup {
  display: flex;
  flex-direction: row-reverse;
}

.cke_chrome .cke_toolgroup a.cke_button:last-child:after,
.cke_chrome
  .cke_toolgroup
  a.cke_button.cke_button_disabled:hover:last-child:after,
.cke_chrome .cke_combo:after {
  content: unset;
}

.cke_chrome .cke_toolbar_separator {
  width: 0;
}

/* multiple select styles */
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #ffffff !important;
  background-color: #007bff;
}

span.select2-selection.select2-selection--multiple {
  padding: 7px 10px;
  border: 1px solid #e0e4f1;
  border-radius: 8px;
}

.select2-container--default.select2-container--open
  span.select2-selection.select2-selection--multiple:before {
  transform: rotate(136deg);
}

span.select2-selection.select2-selection--multiple:before {
  position: absolute;
  content: "";
  right: 16px;
  top: 47%;
  width: 10px;
  height: 10px;
  border: 2px solid #667085;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: rotate(312deg) translateY(-50%);
  transform-origin: unset;
  transition: transform 0.5s ease-in-out;
}

.select2-container--default
  .select2-selection.select2-selection--multiple.select2-container--open:before {
  transform: rotate(135deg);
}

.dropzone.dz-drag-hover {
  background-color: rgba(66, 99, 235, 0.04);
  border: 1px dashed rgba(66, 99, 235, 0.48);
}

.image-upload .upload {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--brand-color);
  border-radius: 20px;
  font-weight: 600;
  color: var(--brand-color);
  padding: 8px 15px;
}

.dropzone {
  min-height: unset;
  border-radius: 8px;
  height: 286px;
}

.dropzone .dz-message {
  margin-top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dz-default.dz-message span {
  font-size: 13px;
  line-height: 16px;
  color: #323b62;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}

.dz-default.dz-message small {
  color: #888c99;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
}

.dropzone .dz-message span:before {
  top: -15px;
}

.dropzone .dz-preview {
  position: unset;
}

.dropzone .dz-preview .dz-progress {
  left: 0;
  top: 100%;
  width: 100%;
  height: 1rem;
  margin-left: 0;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: linear-gradient(to bottom, #4263eb, #4263eb);
  height: 3px;
}

.dropzone .dz-preview .dz-progress {
  background: rgba(255, 255, 255, 0.6);
}

.extras-selected {
  margin-bottom: 10px;
}

.restaurant-types-fields {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.btn-reschedule.disabled {
  pointer-events: none;
}

.calendar-hr {
  margin: 0px 50px;
}

textarea#hint {
  height: auto !important;
}

textarea#language-box {
  height: 350px !important;
}

@media (min-width: 992px) {
  .content-wrapper,
  .main-footer,
  .main-header {
    margin-left: 270px;
  }
}

.badge-info {
  color: #ffffff;
  background-color: #007fbd;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #007fbd;
}

.main-sidebar,
.main-sidebar:before {
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 270px;
}

.nav-sidebar .nav-item .nav-icon {
  width: 2.4rem !important;
}

.content-wrapper > .content {
  padding: 0 1.5rem;
}

.content-headerfixed-top {
  margin-top: 60px;
}

.sidebar {
  padding-left: 0;
  padding-right: 0;
}

body:not(.sidebar-collapse)
  .main-sidebar
  .nav-treeview
  > .nav-item
  > .nav-link {
  color: #676767;
  padding-left: 0;
  font-size: 90% !important;
}

body:not(.sidebar-collapse)
  .main-sidebar
  .nav-treeview
  .nav-treeview
  .nav-item
  > .nav-link {
  padding-left: 12px;
}

body:not(.sidebar-collapse) .main-sidebar .nav-treeview > .nav-item .nav-icon {
  font-size: 95% !important;
}

.small-box .icon i {
  font-size: 90px !important;
}

.pb-35 {
  padding-bottom: 0.9rem !important;
}

.dt-buttons.btn-group {
  display: inline;
}

div.dataTables_wrapper div.dataTables_filter {
  height: 60px;
}

div.dataTables_filter input.form-control.input-sm {
  margin: 0 20px;
}

div.dataTables_wrapper div.dataTables_info {
  float: left;
  padding-top: 10px;
}

div.dataTables_wrapper .dataTables_length {
  float: left;
}

.payment-section .card {
  box-shadow: none;
}
/* pagination styles */
.pagination > li > a,
.pagination > li > span {
  border-radius: 70px !important;
  font-size: 12px;
  line-height: 1;
  margin: 0 3px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 10px 12px;
}

#dataTableBuilder_previous a,
#dataTableBuilder_next a {
  width: auto !important;
}

/*.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {*/
/*background-color: #a9b6b7;*/
/*border: 1px solid #878a8a !important;*/
/*}*/

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #b9b9b9 !important;
}

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {*/
/*background-color: #878a8a;*/
/*}*/

.pagination .page-item.active a.page-link,
.pagination .page-item.active span.page-link {
  color: #ffffff !important;
}

table.dataTable {
  margin-bottom: 15px !important;
  border-spacing: 0px;
}

.table th,
.table td {
  vertical-align: middle;
}

table.dataTable tr.group.group-start {
  background-color: #e9ecef;
}

table.dataTable tr.group.group-start td {
  padding: 0.4rem 0.75rem;
  font-weight: 600;
}
table.dataTable .btn-group,
.btn-group-vertical {
  align-items: center;
  gap: 10px;
}

.btn-default {
  color: #383838;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover {
  color: #000000;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

span.input-group-addon {
  width: 43px !important;
  border: 2px solid #dce4ec;
}

div[class|="iradio_flat"] {
  width: 30px;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 31px;
  right: 5px;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #777;
  border-radius: 2px;
}
.card
  .card-header
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 22px;
}

.card
  .card-header
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 25px;
}

.card .card-header .select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  height: 30px;
}
.card .card-body .custom-field-container {
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
}

.card .card-header .select2-container--default .select2-selection__arrow {
  height: 22px;
}

.card .card-header .select2-container--default .select2-selection__rendered {
  line-height: 25px;
}

.card .card-header .select2-container--default,
.card .card-header .select2-selection {
  height: 30px;
}

.card
  .card-header
  .select2-container--default
  .select2-dropdown.select2-dropdown--below {
  margin-top: 2px;
}
.card .card-header .select2-container--default li.select2-selection__choice {
  font-size: 14px;
  padding: 1px 7px;
  line-height: 1.2;
}

.select2-container {
  min-width: 200px !important;
  width: 100% !important;
}

/* Card nav */
.card .card-header .nav-link {
  font-size: 85%;
  padding: 0.5rem 0.6rem;
}

.card .card-header .nav-link i.fa:hover {
  color: #007bff;
}

/* icons */
.fa {
  font: normal normal normal 16px/1 FontAwesome;
}

/* Login */
.login-box .login-logo img {
  max-width: 200px;
  max-height: 80px;
}
.login-box span.input-group-text,
.login-box span.input-group-text i {
  width: 50px;
}
.login-box .btn-group .btn + .btn {
  margin-left: 0;
}

.login-box .btn-group .btn {
  border-radius: 0px;
}

.login-box .error-code i.fa {
  font-size: 40px !important;
}

.login-box,
.register-box {
  margin: 7% auto;
}

.btn.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5392;
  color: #fff;
}
.btn.btn-google {
  background-color: #dd4b39;
  border-color: #c74a38;
  color: #fff;
}
.btn.btn-twitter {
  background-color: #00aced;
  border-color: #00a4e6;
  color: #fff;
}

/* forms */
.form-text {
  font-size: 80%;
}

@media (min-width: 576px) {
  #mediaModal .card {
    position: initial;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  #mediaModal .card:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }

  #mediaModal .card img {
    border-radius: 3px 3px 0 0;
  }

  #mediaModal .card-footer {
    padding: 0.25rem 0.5rem 0;
  }

  #mediaModal .card:hover .card-footer {
    background-color: rgba(0, 0, 0, 0.08);
  }

  #mediaModal .card .delete-media {
    position: absolute;
    right: 13px;
    top: 5px;
    padding: 0.1rem 0.35rem;
    display: none;
  }

  #mediaModal .modal-footer span {
    width: 100%;
    text-align: left;
    font-size: 90%;
  }

  #mediaModal .card-footer small {
    display: inline-block;
    font-size: 80%;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
  }

  #mediaModal .modal-body {
    height: 560px;
    overflow: auto;
  }

  #mediaModal #createMediaField {
    display: none;
  }

  #mediaModal .media-item {
    position: relative;
  }
}

[data-toggle="tooltip"] {
  display: inline !important;
}

.nmain-header .navbar-nav p {
  margin-bottom: 0;
}
nav.nmain-header .nav-header {
  display: none;
}
nav.nmain-header img.brand-image {
  margin-top: -5px;
  margin-left: 0px;
}
nav.nmain-header .brand-text {
  margin-right: 15px;
}

.dropdown-menu a.dropdown-item {
  color: #212529 !important;
}

.navbar-nav.ml-auto .brand-image {
  float: right;
}

.card-body form div.form-group.col-12.text-right {
  border-top: 1px solid #eee;
  padding-top: 25px;
  margin-top: 15px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1550px;
  }
}

select#user_id,
select#user_id option {
  text-transform: uppercase;
}

.login-box-msg-custom {
  margin-bottom: 30px;
  text-align: none !important;
  line-height: 33px;
}

.login-card {
  border: 1px solid lightgrey;
  padding: 10px;
}

.login-card-body a {
  color: #007fbd;
  font-family: "Montserrat", sans-serif;
}

.btn-primary {
  color: #ffffff;
  background-color: #007fbd;
  border-color: #007fbd;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #007fbd;
  border-color: #007fbd;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}

@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .login-box {
    width: none;
  }
}

@media (min-width: 1281px) {
  .login-box {
    width: 420px;
  }
}

.margin-bottom-6rem {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.margin-top-3rem {
  margin-top: 3rem;
}

.col-lg-12.text-center.margin-bottom-3rem {
  margin-bottom: 3rem;
}

.col-lg-6.contact-form {
  padding-right: 30px;
}

.col-lg-6.contact-info {
  padding-left: 30px;
}

.submitButton {
  border-color: #123535;
  background: #123535;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
}

/* Phone */
@media (min-width: 280px) and (max-width: 823px) {
  .contact-info {
    margin-top: 3rem;
  }
}
/* Ipad Landscape */
@media (width: 1024px) and (height: 768px) {
  .contact-info {
    margin-top: 3rem;
  }
}
/* Ipad Pro */
@media (width: 1024px) and (height: 1366px) {
  .contact-info {
    margin-top: 3rem;
  }
}
/* Ipad Pro Landscape */
@media (width: 1366px) and (height: 1024px) {
  .contact-info {
    margin-top: 0rem;
  }
}

.static-page-header {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 7rem;
  margin-top: 6rem;
}
.static-page-body {
  margin-bottom: 10rem;
}

.aboutUs-top-body-section {
  padding-bottom: 2rem;
}

.aboutUs-top-body-section .row:before {
  display: block;
  content: none;
}
.aboutUs-top-body-section .row {
  margin: 4rem 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2%;
}

.aboutUs-bootom-body-section .row:before {
  display: block;
  content: none;
}
.aboutUs-bootom-body-section .row {
  margin: 4rem 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2%;
}
.box-img {
  text-align: center;
}
.box-img img {
  padding: 15px 0;
  height: 17rem;
}

.box-text-header {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.box-text-body {
  padding: 0 10px;
}

.aboutUs-bootom-body-section .row .col {
  height: 100%;
  border-radius: 8px;
  border-color: #eeeeef;
  border-left: 1px solid #eeeeef;
  border-bottom: 1px solid #eeeeef;
  border-right: 1px solid #eeeeef;
  border-top: 1px solid #eeeeef;
}

.aboutUs-bootom-body-section .row .col:hover {
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
}

@media screen and (max-width: 749px) {
  .aboutUs-top-body-section .row {
    display: block;
    width: 100%;
  }
  .aboutUs-bootom-body-section .row {
    display: block;
    width: 100%;
  }
  .pb-15 {
    padding-bottom: 15px;
  }
  .aboutUs-top-body-section {
    padding-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .col.aboutUs-top-section-image img {
    min-height: 250px;
  }
}

@media (min-width: 768px) {
  .col.aboutUs-top-section-image img {
    min-height: 350px;
  }
}

.start-time {
  padding: 0px 10px;
}

.end-time {
  padding: 0px 10px;
}

.closed {
  padding: 0px 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.show-schedule {
  padding-top: 20px;
}

.active-day {
  font-weight: bold;
}

.text-align-left {
  text-align: left;
}

.card-body form div.form-group.col-12.schedule {
  border-top: 1px solid #eee;
  padding-top: 25px;
  margin-top: 15px;
}
.text-align-right {
  text-align: right;
}
.text-error {
  color: red;
}

.pb-25 {
  padding-bottom: 25px;
}
.pb-15 {
  padding-bottom: 15px;
}

.pt-10 {
  padding-top: 10px;
}

.time-table.table td,
.table th {
  padding: 2px 5px 10px 5px;
}
.time-schedule {
  width: 75%;
  margin: 0 auto;
}

.clockpicker-popover .popover-title {
  line-height: 20px !important;
}
.clockpicker-popover .popover-content {
  padding: 5px !important;
}

p.warning-text {
  color: #d8000c;
  font-size: 18px;
}

/* block data-dz-errormessage */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 0 !important;
  pointer-events: none !important;
}

span.imageWarning {
  color: red;
}

.pt-15 {
  padding-top: 15px;
}

.order-success-class {
  margin-top: 100px;
  margin-bottom: 50px;
}

.checkout-success-urls {
  text-decoration: none;
  color: #3e87d6 !important;
}

#order-rejection-note-field {
  display: none;
}

/* Search box */
.head {
  float: left;
  width: 100%;
}

.search-box {
  margin: 0 auto 40px;
}

/* filter section */

.card {
  font-family: "Mulish", sans-serif;
}

/* service-details */
.service-details {
  font-family: "Mulish", sans-serif;
  background: #004d73;
  color: #fff;
  -webkit-box-shadow: 0 31px 85px -69px #000;
  box-shadow: 0 31px 85px -69px #000;
  margin-bottom: 50px;
}
.contact-section {
  display: flex;
}
.address {
  margin-right: 20px;
}
.service-description {
  font-size: 15px;
  margin-bottom: 20px;
}
.fa-location-arrow,
.fa-phone {
  margin-right: 5px;
}

.price-list-section {
  display: flex;
  flex-wrap: wrap;
}

.price-list-section .card {
  margin-right: 40px;
}

.price-list-section .pb-10 {
  width: 30%;
}

.total-value {
  font-family: "Mulish", sans-serif;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px !important;
  padding: 0px 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Mulish", sans-serif;
}

.filter-content .card-body {
  padding-left: 0px !important;
}

/* [type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
} */

[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
}

[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #212529;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + span:before {
  border: 1px solid #007fbd !important;
}

/* [type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #007fbd;
  position: absolute;
  top: 7px;
  left: 3.4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
} */

[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* product-in-cart-list */

.time-schedule {
  width: 100% !important;
  margin: 0 !important;
}
.total-no {
  background: #dbebfa;
  text-align: right;
}

.badge-secondary {
  color: #fff;
  background-color: #007fbd;
}

.breadcrumb a {
  color: #004d73;
}
.breadcrumb li {
  color: #004d73;
}

.breadcrumb > .active {
  color: #004d73;
}

.edit-btn,
.delete-btn {
  border-radius: 5px;
}

.shopping-chart {
  margin: 30px 0;
}

.shopping-chart h3 i {
  font-size: 30px;
}

.custom-button {
  background-color: #007fbd;
  color: #fff;
  font-size: 15px;
  padding: 13px 15px;
  font-family: "Mulish", sans-serif;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.custom-button:hover,
.custom-button:focus {
  background-color: #007fbd !important;
  color: #fff !important;
  font-family: "Mulish", sans-serif;
  outline: none;
  box-shadow: none;
  border: 0;
  text-decoration: none;
}

.btn {
  background-color: #007fbd;
  color: #fff;
  font-size: 15px;
  padding: 13px 15px;
  font-family: "Mulish", sans-serif;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  background-color: #7e7eeb !important;
  color: #fff !important;
  font-family: "Mulish", sans-serif;
  outline: none;
  box-shadow: none;
  border: 0;
  text-decoration: none;
}

.delete-icon {
  font-size: 25px;
  margin-left: 18px;
  color: #007fbd !important;
}

.edit-btn {
  background-color: #007fbd !important;
  color: #fff !important;
  font-family: "Mulish", sans-serif;
  outline: none;
  box-shadow: none;
  border: 0;
  text-decoration: none;
}
i.fas {
  color: #007fbd;
}
i.fa {
  /*color: #007fbd;*/
}

.btn-group > .btn-group-sm > i.fa {
  border: 1px solid red;
}

.alert-success {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
}

.carousal-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.my-slider a {
  font-size: 15px !important;
}

.breadcrumb {
  background-color: #dbebfa;
}
/* */

#refund-amount-section {
  display: none;
}

.navbar-nav .nav-link {
  color: red;
}

/* ul.navbar-nav li a {
  font-size: 15px;
  color: #004d73 !important;
  background: transparent !important;
}
ul.navbar-nav li a:hover {
  color: #007fbd !important;
  background: transparent !important;
} */

/* ************************
        FOOTER
************************** */

.footer {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100%;
  background-color: #f5f5f5;
}

.footer-section {
  background-color: #004d73;
  color: #fff;
  padding: 20px 0 5px;
}

.footer-section a {
  color: #fff;
}
.footer-section i.fa {
  color: #fff;
}
.footer-menu,
.footer-social {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 12px;
}
.footer-menu li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 15px;
  font-size: 16px;
}

.footer-social a:hover {
  color: #007fbd;
}
.footer-social li {
  display: inline-block;
  list-style: outside none none;
  margin: 0px 10px;
}
.footer-social li i {
  font-size: 22px;
}

.footer-section p {
  font-size: 16px;
  color: #ffffff;
}

.footer-hr {
  border-color: hsla(0, 0%, 100%, 0.35);
  border-color: border 1px solid;
}

.footer-section {
  background-color: #004d73;
  color: #fff;
  padding: 20px 0 5px;
}

.quantity-focus {
  color: #222222;
  font-weight: 600;
}

.light-bold {
  font-weight: initial !important;
}
.warning-text {
  color: #d8000c;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .package-cards {
    display: block;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: flex;
  vertical-align: middle;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #0d80b9;
  background-color: transparent;
}

.btn:hover {
  background-color: transparent;
  color: black;
}

/* i.fa:hover {
  color: #fff;
} */

.card-body {
  padding: 2.25rem;
}

.text-danger {
  background-color: transparent !important;
}

.text-danger:hover {
  color: red !important;
}

h1 {
  text-align: left;
}
.pricing-card-title {
  text-align: center;
}

.update-order-item-section {
  display: none;
}

.customer_view_order_action {
  color: #007fbd;
}

.subscription-customer-register {
  margin-top: 20px;
  margin-left: 40px;
}

/*.subscription-customer-register-picture{
    height: 600px; 
    width: 600px;
}*/
.subscription-page-picture {
  height: 150px;
  width: 150px;
}
.subscription-page-container {
  min-height: 400px;
}
.subscription-page-container-div-inside {
  min-height: 400px;
  margin-top: 45px;
}
.subscription-page-column-height {
  min-height: 400px;
}
.subscription-margin {
  margin: 25px;
}

.subscription-page-h1 {
  margin-bottom: 70px;
}

.p-tag-custom {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.join-our-community-heading {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.customer-registration-section {
  min-height: 800px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.card-brand-image {
  text-align: right;
}

.billing-info-form-height {
  height: auto;
  margin-top: 10px;
}

@media screen and (max-width: 380px) {
  .card-brand-image {
    text-align: center;
  }
  .button-media {
    text-align: center;
  }
  .subscription-page-column-height {
    min-height: auto;
  }
  .subscription-page-h1 {
    margin-bottom: 25px;
  }
  .subscription-customer-register-picture {
    display: none;
  }
}

.card-title-header {
  background-color: #dee2e6 !important;
  padding: 5px 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.cards.package-cards.text-justify {
  justify-content: center;
}

.not-yet-subscribed h4 {
  color: red;
}

.warning_P_msg {
  color: orange;
  font-size: 18px;
}

.block_P_msg {
  color: red;
  font-size: 18px;
}

.update_P_msg {
  color: green;
  font-size: 18px;
}

.nav-header {
  font-size: 20px !important;
}

.card {
  text-align: left !important;
}

.findButton {
  height: 45px !important;
}

<<<<<<< HEAD
/* media query starts here */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subheader .search-wrapper {
    width: 69%;
    justify-content: center;
  }
  .subheader .seperate-input {
    width: 36%;
  }

  .product-details .filters {
    width: 350px;
  }
  .listing-block {
    margin-left: 110px;
  }

  .zim-cart-page--content .box {
    height: 98vh !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-subheader-nav {
    padding-top: 40px;
  }
  .subheader .search-wrapper,
  .hero-search .input-group,
  .subheader .hero-search,
  .subheader .seperate-input {
    width: 100%;
  }

  .subheader .navbar-right {
    position: absolute;
    top: -37px;
    right: 0;
  }
  .hero-search .input-group {
    flex-direction: column;
    width: 95%;
    gap: 20px;
    align-items: center;
  }
  .hero-search a.input-group-addon {
    width: 116px;
    padding: 12px 21px;
  }
  .product-details .filters {
    padding-left: 0;
    padding-right: 15px;
  }
  .product-details .categories-section .form-check {
    width: 100%;
  }

  .toggle {
    display: block;
  }

  .sidebar-mini .navbar {
    margin-left: 0;
  }

  .zim-cart-page--content .box.select-time-box {
    height: 98vh !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mw-auto {
    min-width: auto !important;
  }

  .right-subheader-nav {
    flex-direction: column;
    margin-top: 20px;
  }
  .subheader .search-wrapper,
  .subheader .hero-search,
  .subheader .seperate-input {
    width: 100%;
  }

  .subheader .navbar-right {
    position: absolute;
    top: -40px;
    right: 15px;
  }

  .subheader .hero-search .input-group {
    display: flex;
    justify-content: center;
  }

  section,
  h2.join-our-community-heading,
  .footer-top p.small-text,
  .footer-top {
    padding-bottom: 20px;
  }

  .header-nav-section {
    padding: 0;
  }

  .collapse {
    display: block;
    box-shadow: none;
  }

  .logo {
    width: 100%;
  }

  .logo a {
    display: inline-block;
  }

  .logo img {
    width: 100px;
  }

  .hero-content {
    padding-top: 0;
    gap: 20px;
  }

  .hero-title h2 {
    font-size: 32px;
  }

  .hero-title {
    width: 100%;
  }

  .hero-search > form {
    display: block;
    padding: 0 15px;
  }

  .hero-search a.input-group-addon {
    display: inline-block;
    width: 137px;
    padding: 12px 21px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .hero-search .input-group {
    display: block;
  }

  .seperate-input {
    margin-bottom: 20px;
    width: 100%;
  }

  .seperate-input .input-group-addon .form-control {
    box-shadow: none;
  }

  .hero-bottom {
    bottom: -130px;
  }

  .hero-bottom p {
    padding-bottom: 12px;
  }

  .hero-bottom-items span {
    display: block;
    margin-bottom: 8px;
  }

  .product-details .filters {
    width: unset;
    height: 100%;
    border-right: 0;
    padding-left: 0px;
    padding-right: 0;
  }

  .toggle {
    display: block;
  }

  .sidebar-mini .navbar {
    margin-left: 0;
  }

  .footer-top {
    padding-bottom: 0;
  }

  .footer-menu li {
    margin: 0;
  }

  .footer-social li {
    margin: 10px 0px;
  }

  .footer-social li:nth-child(2) {
    margin: 0 10px;
  }

  ul.footer-bottom-menu {
    justify-content: center;
  }

  .copyright-text,
  .footer-social {
    text-align: center;
  }

  .group-inputs {
    padding: 0;
  }

  .zim-cart-page--content .box.select-time-box {
    height: 98vh !important;
  }

  /* forgot password, login, password reset*/

  .login-page {
    height: 100vh;
  }

  .login-page-content {
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* .hero-content {
    display: block;
    margin-top: 100px;
  }
  .hero-bottom {
    bottom: 0;
    margin-top: 20px;
  } */

  .hero-title h2 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  h2.search_above_title_text {
    font-size: 18px !important;
  }
  .navbar-right {
    margin-top: 10px;
  }
  .right-header-search p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .right-header-search {
    padding: 30px 25px;
  }
}

@media all and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .right-header-search {
    padding: 2vw 2vw;
  }
}


.order-item-summary-parent {
  padding: 10px;
}

/*
 * STYLES FOR VENDOR SUBSCRIPTION PLAN
 */

@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap");

.subscription-section {
  font-family: "Mulish", sans-serif;
  color: #333333;
  padding-bottom: 100px;
}
.subscription-section .section-header {
  padding: 30px 0px;
  text-align: center;
}
.subscription-section .section-header h2 {
  font-size: 42px;
  line-height: 52px;
  font-family: "Mulish", sans-serif;
  color: #333333;
  margin-bottom: 0px;
}
.subscription-section .section-header p {
  font-size: 16px;
  line-height: 24px;
  color: #797979;
}
.subscription-section .subscription-plan {
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 1px rgba(51, 154, 240, 0.1);
  border-radius: 16px;
  padding: 40px;
  min-height: 340px;
}
.subscription-section .popular-plan {
  background: #000000;
  color: #ffffff;
  min-height: 375px;
}
.subscription-section .popular-plan p {
  color: rgba(255, 255, 255, 0.65) !important;
}
.subscription-section .popular-plan .package-price strong {
  color: #ffffff !important;
}
.subscription-section .popular-plan .package-btn {
  bottom: 40px !important;
}
.subscription-section .popular-plan .btn {
  background-color: #617ef6 !important;
}
.subscription-section .subscription-plan .btn:hover {
  background-color: #617ef6 !important;
}
.subscription-section .subscription-plan .package-name {
  font-size: 32px;
  line-height: 40px;
  color: var(--brand-color);
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.subscription-section .subscription-plan .package-price {
  display: block;
  margin-bottom: 25px;
}
.subscription-section .subscription-plan .package-price strong {
  font-size: 42px;
  line-height: 52px;
  color: #333333;
}
.subscription-section .subscription-plan p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.subscription-section .subscription-plan .package-btn {
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.subscription-section .subscription-plan .btn {
  background: #1d1d1d;
  box-shadow: 0px 4px 16px rgba(64, 64, 64, 0.25);
  border-radius: 40px;
  min-width: 240px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.subscription-section .subscription-plan .btn:hover {
  background-color: #617ef6 !important;
}
.subscription-section .subscription-plan .popular-tag {
  background: #6fcf97;
  border-radius: 4px;
  color: #1d1d1d;
  padding: 4px 12px;
  font-weight: 700;
  position: absolute;
  top: 40px;
  right: 40px;
}

/*
 * STYLES FOR LOGIN & SIGNUP PAGES
 */
.signup-page,
.login-page {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  position: relative;
  color: #888c99;
  font-size: 16px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  width: 100%;
  background: #ffffff;
}
.signup-page a,
.login-page a {
  color: var(--brand-color);
  text-decoration: none;
  font-weight: 600;
}
.signup-page a:hover,
.login-page a:hover {
  text-decoration: none;
}

.signup-page .left-banner,
.login-page .left-banner {
  background-image: url("https://i.ibb.co/6P7NZs2/left-banner.png");
  height: 100vh;
  background-repeat: no-repeat;
  width: 40%;
  background-size: cover;
}
.signup-page .left-banner img.logo,
.login-page .left-banner img.logo {
  width: 177px;
}
.signup-page .left-banner .logo-content,
.login-page .left-banner .logo-content {
  position: absolute;
  top: 60px;
  left: 60px;
}
.signup-page .left-banner .logo-content a.go-back,
.login-page .left-banner .logo-content a.go-back {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  padding: 8px 12px 8px 10px;
  color: #ffffff;
  display: block;
  margin-top: 16px;
  width: 115px;
  text-align: center;
}

.signup-page-content {
  flex-direction: column;
}

.signup-page-content,
.login-page-content,
.store-list-page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  text-align: center;
  position: relative;
}
.login-page-content {
  width: 350px;
  margin: 0 auto;
}
.signup-page-content .invalid-feedback,
.login-page-content .invalid-feedback {
  text-align: left;
}
.login-page-content .form-box {
  min-width: 350px;
}
.signup-page-content .form-box {
  min-width: 65%;
}

.signup-page-content form .input-group,
.login-page-content form .input-group {
  margin-bottom: 10px;
}

.login-page-content form .input-group input {
  border: 1px solid #e0e4f1;
  box-shadow: 0px 1px 1px rgba(51, 154, 240, 0.1);
  border-radius: 8px;
  border-right: none;
  font-size: 16px;
  min-height: 48px;
  font-weight: 400;
}
.login-page-content form .input-group .form-control {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.login-page-content form input::placeholder {
  color: #888c99;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}
.signup-page-content form button,
.login-page-content form button {
  background: transparent;
  border: 1px solid #e0e4f1;
  box-shadow: 0px 1px 1px rgb(51 154 240 / 10%);
  border-radius: 0px 8px 8px 0px;
  border-left: none;
  min-height: 48px;
  padding: 10px 17px;
  outline: none;
}
.login-page-content form button:focus {
  outline: none;
}
.signup-page-content form button i,
.login-page-content form button i {
  color: #888c99;
}

.signup-page-content .section-header,
.login-page-content .section-header {
  margin-bottom: 32px;
}
.signup-page-content .section-header h3,
.login-page-content .section-header h3 {
  color: #323b62;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin-bottom: 12px;
}
.signup-page-content .forgot-pass,
.login-page-content .forgot-pass {
  display: flex;
  justify-content: space-between;
}

.signup-page-content .signup-text,
.login-page-content .signup-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.signup-page-content .forgot-pass,
.login-page-content .forgot-pass {
  font-size: 14px;
  line-height: 17px;
}

.signup-page-content form .login-btn,
.login-page-content form .login-btn {
  background: var(--brand-color);
  box-shadow: 0px 4px 16px rgba(64, 64, 64, 0.25);
  border-radius: 8px;
  min-width: 100%;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-top: 55px;
}
.signup-page-content form .login-btn {
  margin-top: 24px;
  min-width: 350px;
}
.signup-page .box {
  border: 1px solid #e0e4f1;
  border-radius: 16px;
  min-width: 320px;
  min-height: 226px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.signup-page .box-black {
  background-color: #1d1d1d;
  color: #ffffff;
}
.signup-page .box .box-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #ec817a;
}
.signup-page .box-black .box-title {
  color: #ffffff;
}
.signup-page .box .zimbroom-btn {
  min-width: 214px;
}
.signup-page-content .page-small-title {
  position: absolute;
  top: 40px;
  right: 40px;
}

.signup-page footer.footer-bottom {
  display: none;
}

/* store list page styles */
.store-list-page-content {
  flex-direction: column;
  justify-content: flex-start;
}

.store-list-page-content ul.cards.package-cards.row {
  justify-content: center;
  width: 100%;
}

.store-list-page-content .media:first-child {
  margin-top: 15px;
}

section.section.subscription-section.store-list {
  padding-bottom: 0;
}

.store-list .login-page {
  align-items: center;
}

/* Group input styles */
.group-inputs {
  border: 1px solid #e0e4f1;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}
.group-inputs .input-group {
  width: 70%;
}
.group-inputs .input-group input {
  width: 100%;
}
.group-inputs .input-group .input-title b {
  color: #1a1c26;
}
.group-inputs .zimbrrom-sub-title-bold {
  color: #1a1c26;
}
.input-title {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .signup-page,
  .login-page {
    flex-direction: column;
  }
  .signup-page .left-banner,
  .login-page .left-banner {
    width: 100%;
    height: 20vh;
    margin-bottom: 20px;
  }
  .signup-page-content,
  .login-page-content {
    width: 100%;
  }
  .signup-page .left-banner .logo-content,
  .login-page .left-banner .logo-content {
    top: 30px;
  }
}
/* form validation styles */
.form-control-feedback {
  display: none;
}
label.error {
  display: none !important;
}
.input-group .has-success .form-control-feedback {
  color: var(--brand-color);
  height: 50px;
  line-height: 50px;
}
.input-group i.form-control-feedback {
  height: 50px;
  line-height: 50px;
}
.has-feedback label ~ .form-control-feedback {
  top: 0px !important;
}

.d-none-custom {
  display: none !important;
}

.form-section {
  display: none;
}

.form-section.current {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  color: red;
}

/* CheckOut page styles */
.checkout-page {
  background-color: #f8f9fc;
  padding: 35px 0px;
  min-height: 100vh;
}
.checkout-page .container {
  position: relative;
}
.checkout-page-title {
  padding-bottom: 20px;
}
.bgw {
  background-color: #fff;
}
.marBot {
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  gap: 5px;
}
.padTopBot20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.containerCheckout {
  width: 100%;
  padding: 0px 60px;
}
.group-inputs {
  border: 1px solid #e0e4f1;
}
.group-inputs .input-groups {
  width: 100%;
}
.input-groups label {
  position: absolute;
  border: 0;
  z-index: 2;
  transition: all 0.1s ease-in-out;
  cursor: text;
  top: 14px;
  left: 27px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #888c99;
}
.group-inputs .input-title .subtitle {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1a1c26;
}
.group-inputs .input-title span {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #888c99;
}
.flexBox {
  display: flex;
}
.displayFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.minWidth100 {
  flex: 0.6;
}
.minWidth100 div h4 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1a1c26;
  margin-top: 30px;
}
.minWidth100 div p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #323b62;
  margin-bottom: 30px;
}
.displayFlexCol {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bgcol {
  border: 2px solid red;
}
.ProductListBorder {
  border: 1px solid #e0e4f1;
}
.group-inputs .input-title .subtitle .payTitle {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1a1c26;
}

.paymentTitle {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #10a52e;
}
.btnCustom {
  padding: 15px 32px;
  background: var(--brand-color);
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.quick-cartbox {
  width: 421px;
  border-radius: 12px;
  position: absolute;
  right: 0px;
}

.credit-lock {
  font-size: 14px;
  color: #10a52e;
}

/* ProductList page styles  */
.width600 {
  width: 450px;
}
.posFixed {
  position: fixed;
  right: 60px;
  transform: translateX(0%);
  top: 240px;
}
.contentBox {
  width: 100%;
}
.borderRaius {
  border-radius: 12px;
}
.width100 {
  width: 100%;
}
.cardProp {
  position: relative;
  padding: 15px 25px;
}
.flexCard {
  display: flex;
  align-items: center;
  text-align: center;
}
.flexCard .titleH {
  margin: 0px auto;
}
.flexCard .titleH h4 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
  text-align: center;
}
.flexCard .images {
  width: 36px;
  height: 36px;
}
.flexCard .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexDate {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;

  width: 100%;
  padding: 10px;
  background-color: rgba(66, 99, 235, 0.12);
  border-radius: 10px;
  margin-bottom: 15px;
}
.flexDatetTitle {
  font-size: 18px;
  line-height: 22px;
}
.flexDateSub {
  font-size: 14px;
  line-height: 22px;
  color: #888c99;
  margin-top: 5px;
}
.flexBet {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  padding: 5px 0px;
}
.flexBet .subTitle {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #323b62;
}
.flexBet .total {
  margin-top: 20px;
}
.flexBet .total h4 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  color: #323b62;
}
.line {
  width: 100%;
}
.line::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, -13px);
  left: 0px;
  border-top: 1px solid #e0e4f1;
  padding: 5px 0px;
}
.flexBet .amt h4 {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #1a1c26;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.back {
  background-color: #000;
}

/* media Quesries for cehckout page, creditcard and productlist  */
@media all and (max-width: 1268px) {
  .width600 {
    width: 367px;
  }
}
@media all and (max-width: 1054px) {
  .flexBox {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .minWidth100 {
    width: 80vw;
    margin-bottom: 30px;
  }
  .posFixed {
    position: relative;
    right: 0px;
    top: 0px;
  }
  .width600 {
    width: 80vw;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 991px) {
  .group-inputs .inputGroupAddOn {
    width: 90% !important;
  }
  .marginTop10 {
    margin-top: 10px !important;
  }

  .checkout-page .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .quick-cartbox {
    width: 100%;
    position: relative;
    padding: 0 15px;
  }
}

@media all and (max-width: 850px) {
  .containerCheckout {
    padding: 0px 40px;
  }
}
@media all and (max-width: 760px) {
  .flexBox {
    margin-top: 1.2em;
  }
}

/* styles for FAQ category create page  */

.bgFaq {
  background-color: #fafafa;
}

.groupInput {
  border: none !important;
  padding: 0px 24px;
  margin-bottom: 16px;
  background-color: #fafafa;
}
.faqBtnBox {
  border-top: none !important;
  padding-top: 0px !important;
  padding-right: 28px;
}
.faqBtnBox .faqBtn {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
  border-radius: 30px;
  margin-right: 10px;
  box-shadow: 0px 4px 16px rgba(64, 64, 64, 0.25);
}
.faqBtnBox .faqLink {
  font-family: "Mulish";
  background: transparent;
  color: #323b62;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #323b62;
  border-radius: 30px;
  box-shadow: 0px 4px 16px rgba(64, 64, 64, 0.25);
}
.faqBtnBox .faqLink:hover {
  border: 1px solid var(--brand-color);
}

@media all and (max-width: 1170px) {
  .displayNone {
    display: none;
  }
  .widthFullFaq {
    max-width: 100% !important;
  }
}
@media all and (max-width: 398px) {
  .faqBtnBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 7px;
  }
  .faqBtnBox .faqBtn {
    margin-bottom: 20px;
  }
}

/* styles for profile page  */

.flexProfile {
  display: flex;
}
.groupInput .inputGroupProfile {
  width: 90% !important;
}

@media all and (max-width: 982px) {
  .flexProfile {
    flex-direction: column;
  }
  .widthProfile {
    max-width: 90% !important;
  }
}

/* styles for FE - FAQ form */

.groupInput .inputGroupProfile textarea {
  background: #ffffff;
  border: 1px solid #e0e4f1;
  border-radius: 8px;
  resize: none;
  outline: none;
  min-height: 150px !important;
  min-width: 150px !important;
}
.select2-container--default .select2-selection--single {
  font-family: "Mulish";
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e4f1;
  border-radius: 8px;
  padding: 20px 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #1a1c26;
  outline: none;
  color: #323b62;
  letter-spacing: 0.01em;
  background: #fff;
  transition: top 0.1s ease-in-out;
  cursor: pointer;
}
.select2-container--default .select2-selection:hover {
  color: #888c99;
  border: 1px solid #888c99;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: "Mulish";
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 20px;
  color: #323b62;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  /* background-color: red; */
  border-radius: 8px;
  margin-bottom: 12px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  color: red;
  top: 10px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid #667085;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-top: 3px;
  transform: rotate(312deg);
  transform-origin: unset;
  transition: transform 0.5s ease-in-out;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 100%;
  visibility: hidden !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: rotate(135deg);
}
.select2-container--default.select2-container--open
  .select2-selection__arrow
  b {
  width: 100%;
  visibility: visible;
}
.select2-container--open .select2-dropdown--below {
  background: #ffffff;
  padding: 14px;
  border: 1px solid #e4e7ec;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1),
    0px 4px 6px -2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "Mulish";
  border: 1px solid #aaa;
  color: #323b62;
  background: #ffffff;
  padding: 8px;
  padding-right: 10px;
  margin-bottom: 4px;
  outline: none;
  border-radius: 15px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.card .nav-pills .nav-link.active,
.dropdown-menu > a.dropdown-item.active,
.dropdown-menu > a.dropdown-item:active,
.card .nav-pills .show > .nav-link {
  background: #f9f9f9 !important;
  border: 1px solid #e0e4f1;
}
.select2-results__option {
  font-family: "Mulish";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #323b62;
  border: 1px solid #fff;
  border-radius: 4px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.card .nav-pills .nav-link.active,
.dropdown-menu > a.dropdown-item.active,
.dropdown-menu > a.dropdown-item:active,
.card .nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: #323b62 !important;
  /* border: 1px solid #ccc; */
}
.group-inputs .inputTextArea {
  width: 90% !important;
}

.dropzone .dz-preview .dz-remove {
  color: red;
}

/*
 * STYLES FOR SINGLE SERVICE PAGES
 */
.service-details-new {
  margin-left: 60px;
  margin-right: 60px;
}
.service-details-new .service-details-banner {
  background: #f8f9fc;
  border: 1px solid #e2e3f0;
  border-radius: 12px;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 67px;
}
.service-details-new .service-info {
  width: 40%;
  padding: 40px;
}
@media (max-width: 992px) {
  .service-details-new .service-images,
  .service-details-new .service-info {
    width: 100% !important;
  }
  .service-details-new .service-details-banner {
    flex-direction: column;
  }
  .service-details-new .service-images img {
    border-radius: 0px !important;
  }
  .service-details-new {
    margin-left: 30px;
    margin-right: 30px;
  }
  .services-list .services-item {
    min-width: 100%;
    overflow-y: scroll;
  }
}

.service-details-new .service-info img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.service-details-new .service-info .tags span {
  background: #e0e4f1;
  padding: 5px 8px;
  color: #484848;
  display: inline-block;
  border-radius: 4px;
  margin-top: 16px;
  font-weight: 700;
  font-size: 14px;
}
.service-details-new .service-images {
  width: 60%;
}
.service-details-new .service-images img {
  border-radius: 0px 12px 12px 0px;
}
.service-details-new .carousel-control-next,
.service-details-new .carousel-control-prev {
  width: 10%;
}

.service-details-new .carousel-control-next i,
.service-details-new .carousel-control-prev i {
  color: #ffffff;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.service-details-new .services-list {
  width: 100%;
  margin-bottom: 150px;
}
.services-list .nav-pills .nav-link,
.services-list .nav-pills .nav-link.active,
.services-list.nav-pills .show > .nav-link {
  background: rgba(224, 228, 241, 0.48);
  border-radius: 8px;
  color: #1a1c26;
  font-weight: 600;
  font-size: 18px;
}
.services-list .nav-pills .nav-link {
  background: transparent;
  font-weight: 400;
  margin-bottom: 4px;
  margin-bottom: 0px;
  width: 100%;
}
.services-list .nav-pills .nav-link.checked::after {
  content: "\2713";
  display: inline-block;
  float: right;
  color: var(--brand-color);
}
.services-list .nav-pills .nav-link span.pill {
  width: 26px;
  height: 26px;
  background: #e0e4f1;
  border-radius: 30px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  margin-left: 6px;
  color: #323b62;
  font-size: 16px;
}
.services-list .nav-pills .nav-link.active span.pill,
.services-list .nav-pills .show > .nav-link span.pill {
  background: #ffffff;
}

.services-list .services-item {
  border-bottom: 1px solid #e0e4f1;
  padding-bottom: 16px;
  margin-bottom: 20px;
  color: #323b62;
}
.services-list .services-item .zimbrrom-sub-title {
  font-weight: 700;
  text-transform: capitalize;
}
.services-list .services-item small {
  font-size: 16px;
}
.services-list .services-item .item-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #1a1c26;
  margin-right: 20px;
}
.services-list .services-item button.btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
  border-radius: 8px;
  padding: 12px 16px;
  background: transparent;
  /* width: 80px;
  height: 48px; */
  outline: none;
}
.services-list .services-item button.btn:hover,
.services-list .services-item button.btn:active,
.services-list .services-item button.btn:visited,
.services-list .services-item button.btn:focus {
  outline: none;
  background: rgba(46, 176, 75, 0.16) !important;
  border: 1px solid transparent !important;
  color: #10a52e !important;
}

.services-list .services-item button.Selected {
  background: rgba(46, 176, 75, 0.16) !important;
  border: 1px solid transparent !important;
  color: #10a52e !important;
}

.services-list .item-price-box {
  display: flex;
  justify-content: end;
  align-items: center;
}
.services-list .item-price-box input {
  width: 34px;
  border: none;
  padding: 4px;
  text-align: center;
}
.services-list .item-price-box .number a {
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e0e4f1;
  border-radius: 4px;
  display: inline-block;
  color: #888c99;
  font-size: 22px;
}

.total-price-box {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  padding: 10px 120px;
}
.total-price-box h4 span,
.total-price-box h4 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.01em;
  color: #1a1c26;
}
.total-price-box .zimbroom-btn {
  border-radius: 8px;
  font-size: 20px;
  padding: 12px 32px;
}

.services-item .user-choices {
  margin-left: 25px;
  margin-top: 20px;
}
.services-item .user-choices li.row {
  margin-bottom: 8px;
}
.services-item .user-choices li.row .number {
  align-items: center;
  display: flex;
  margin-right: 10px;
}
.services-item .user-choices li.row .btn {
  padding: 9px 16px;
  outline: none;
  background: rgba(46, 176, 75, 0.16) !important;
  border: 1px solid transparent !important;
  color: #10a52e !important;
}
.services-item .user-choices #initial-items h6 {
  color: #323b62;
  font-weight: bold;
}

/* Modal styles */
.zimbrrom-modal .modal-content {
  border-radius: 24px;
  min-width: 616px;
}
.zimbrrom-modal .modal-header {
  padding: 40px 40px 0px 40px;
  border-bottom: none;
}
.zimbrrom-modal .modal-body {
  padding: 10px 40px 10px 40px;
}
.zimbrrom-modal .modal-footer {
  padding: 10px 40px 40px 40px;
}
.zimbrrom-modal .all-items button {
  background: transparent;
  border: 1px solid #e0e4f1;
  border-radius: 8px;
  padding: 16px 12px;
  color: #1a1c26;
  font-size: 18px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 700;
  outline: none;
}
.zimbrrom-modal .all-items button:focus,
.zimbrrom-modal .all-items button:hover {
  background: rgba(224, 228, 241, 0.48);
  outline: none;
}
.zimbrrom-modal .all-items button::after {
  content: "\2713";
  display: inline-block;
  float: right;
  color: var(--brand-color);
  opacity: 0;
}
.zimbrrom-modal .all-items button:active::after,
.zimbrrom-modal .all-items button:focus::after,
.zimbrrom-modal .all-items button:hover::after {
  opacity: 1;
}

.zimbrrom-modal .modal-footer button {
  border: 1px solid var(--brand-color);
  border-radius: 8px;
  color: var(--brand-color);
  font-size: 18px;
  line-height: 24px;
  background: transparent;
  padding: 18px 32px;
  font-weight: 700;
  outline: none;
}
.zimbrrom-modal .modal-footer button.btn-fill {
  background-color: var(--brand-color);
  color: #ffffff;
}
.zimbrrom-modal .modal-footer button:hover,
.zimbrrom-modal .modal-footer button:focus {
  background-color: var(--brand-color) !important;
  color: #ffffff !important;
  outline: none;
}
.zimbrrom-modal .modal-footer button.btn-cancel {
  width: 40%;
}
.zimbrrom-modal .modal-footer button.btn-next {
  width: 60%;
}

/*
 * STYLES FOR SERVICE/ITEM CART PAGE
 */

.zim-cart-page {
  background: #f8f9fc;
}
.zim-cart-page--header {
  background: linear-gradient(
    269.87deg,
    rgba(235, 120, 56, 0.9) -4.57%,
    rgba(232, 97, 89, 0.9) 100%
  );
  padding: 30px 60px;
  font-family: "Mulish", sans-serif;
}
.zim-cart-page--content {
  padding: 25px 60px 60px 60px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 992px) {
  .zim-cart-page--content {
    padding: 25px 30px 30px 30px;
  }
}
.zim-cart-page--content .box {
  height: 88vh;
  background: #ffffff;
  border: 1px solid #e0e4f1;
  border-radius: 12px;
  position: relative;
  margin-bottom: 60px;
  font-size: 18px;
  color: #323b62;
  position: relative;
  padding: 30px 48px;
  overflow: hidden;
}

@media only screen and (max-width: 1366px){
  .zim-cart-page--content .box {
    height: 90vh;
  }
}
.zim-cart-page--content .chose-service-box .box-footer,
.zim-cart-page--content .chose-service-box .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 24px;
}
.zim-cart-page--content .head {
  float: none !important;
}
.zim-cart-page--content .box .box-footer h5,
.zim-cart-page--content .chose-service-box .head h5 {
  font-size: 18px;
  color: #323b62;
}
.zim-cart-page--content .box .box-footer b {
  color: #1a1c26;
  font-size: 18px;
}
.zim-cart-page--content .box .box-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 96px;
  width: 100%;
  padding: 16px 48px;
  background: #ffffff;
  border-top: 1px solid #e0e4f1;
  border-radius: 0px 0px 12px 12px;
}

@media only screen and (max-width: 1366px){
  .zim-cart-page--content .box .box-footer {
    padding: 12px 48px;
  }
}

.zim-cart-page--content .chose-service-box .head button {
  border: 1px solid #8da8ef;
  border-radius: 8px;
  width: 126px;
  height: 48px;
  padding: 12px 14px;
  letter-spacing: 0.02em;
  color: var(--brand-color);
  font-size: 16px;
  background: transparent;
  font-weight: 600;
}
.zim-cart-page--content .pick-time,
.zim-cart-page--content .service-list {
  height: 30vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px 10px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1366px){
  .zim-cart-page--content .pick-time,
.zim-cart-page--content .service-list {
  height: 250px;
  padding-bottom: 150px;
}
}
.zim-cart-page--content .service-list {
  height: 60vh;
  display: block;
}
.zim-cart-page--content .pick-time::-webkit-scrollbar,
.zim-cart-page--content .service-list::-webkit-scrollbar {
  width: 5px;
}
.zim-cart-page--content .pick-time::-webkit-scrollbar-track,
.zim-cart-page--content .service-list::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
.zim-cart-page--content .pick-time::-webkit-scrollbar-thumb,
.zim-cart-page--content .service-list::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}
/* Handle on hover */
.zim-cart-page--content .pick-time::-webkit-scrollbar-thumb:hover,
.zim-cart-page--content .service-list::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.zim-cart-page--content .service-list .item {
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #e0e4f1;
  padding: 12px 0px;
  display: flex;
  border-radius: 0px;
  flex-wrap: initial;
}
.zim-cart-page--content .service-list .item .item-name {
  color: #323b62;
}
.zim-cart-page--content .service-list .item .item-quantity {
  color: #888c99;
}
.zim-cart-page--content .service-list .item .item-price {
  color: #1a1c26;
  font-weight: 600;
}
.zim-cart-page--content .service-list .item i {
  color: #888c99;
}

.zim-cart-page--content .pick-date {
  margin-top: 16px;
  margin-bottom: 10px;
}
.zim-cart-page--content .pick-time button {
  background: transparent;
  border: 1px solid #e0e4f1;
  border-radius: 8px;
  padding: 10px 16px;
  color: var(--brand-color);
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 600;
  outline: none;
  display: block;
  width: 100%;
  text-align: center;
  transition: all ease 0.4s;
}
.zim-cart-page--content .pick-time button::after {
  content: "\2713";
  display: inline-block;
  float: right;
  color: var(--brand-color);
  opacity: 0;
  transition: all ease 0.4s;
}
.zim-cart-page--content .pick-time button:active::after,
.zim-cart-page--content .pick-time button:focus::after,
.zim-cart-page--content .pick-time button:hover::after {
  opacity: 1;
  transition: all ease 0.4s;
}

.zim-cart-page--content .box-footer button,
.zim-cart-page--content .box-footer a {
  background: #e0e4f1;
  border-radius: 8px;
  padding: 18px 32px;
  width: 100%;
  display: block;
  border: none;
  color: #888c99;
  font-weight: 700;
}

@media only screen and (max-width: 1366px){
  .zim-cart-page--content .box-footer button,
  .zim-cart-page--content .box-footer a {
    padding: 10px 32px;
  }
}
.zim-cart-page--content .box-footer button:active,
.zim-cart-page--content .box-footer button:focus,
.zim-cart-page--content .box-footer button:hover,
.zim-cart-page--content .box-footer a:active,
.zim-cart-page--content .box-footer a:focus,
.zim-cart-page--content .box-footer a:hover {
  background: var(--brand-color) !important;
  color: #ffffff !important;
}

/* Progress bar */
.zim-cart-page--content .select-time-box .fade:not(.show) {
  opacity: 0;
  display: none;
}
.zim-cart-page--content .select-time-box .tab-pane.fade {
  margin-bottom: 24px;
}
.zim-cart-page--content .select-time-box .progress {
  height: 4px;
  background-color: #e0e4f1;
  margin-top: 3px;
}
.zim-cart-page--content .select-time-box .progress-bar {
  background-color: #007bff;
}

/* default selection of first service*/


/* Calender styles */
.zim-cart-page--content .pick-date {
  width: 96%;
  height: fit-content;
  background: #fff;
  border: 1px solid #e0e4f1;
  border-radius: 16px;
  margin: 0px auto 10px;
  display: block;
}
.zim-cart-page--content .calendar-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.zim-cart-page--content .calendar-bar > .current-month {
  font-size: 16px;
  color: #0f2552;
}
.zim-cart-page--content .calendar-bar > [class$="soft-btn"] {
  width: 40px;
  aspect-ratio: 1;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  background: #ddd;
  border: none;
  border-radius: 50%;
}

@media only screen and (max-width: 1366px){
  .zim-cart-page--content .calendar-bar > [class$="soft-btn"] {
    width: 32px;
    line-height: 32px;
  }
}
.zim-cart-page--content .calendar-bar > [class$="soft-btn"]:hover i.fas,
.zim-cart-page--content .calendar-bar > [class$="soft-btn"]:focus i.fas {
  color: #ffffff !important;
}
.zim-cart-page--content .weekdays-name,
.zim-cart-page--content .calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zim-cart-page--content .days-name,
[class$="-day"], .month-day.active {
  width: 14%;
  height: auto;
  color: #0f2552;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
  background: transparent;
  border: none;
}
@media only screen and (max-width: 1366px){
  .zim-cart-page--content .days-name,
  [class$="-day"] {
    line-height: 28px;
  }
}
.zim-cart-page--content .days-name {
  color: #7e818c;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.zim-cart-page--content .current-day {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}
.zim-cart-page--content .padding-day {
  color: #a5a5a5;
  user-select: none;
}
.zim-cart-page--content .pick-date button {
  outline: none;
}
.zim-cart-page--content .month-day:hover,
.zim-cart-page--content .pick-date .btn:hover {
  border-radius: 4px;
  background-color: #f8f7fa;
  color: #000;
  transition: 0.1s;
  cursor: pointer;
  outline: none;
}
.zim-cart-page--content .calendar-bar > [class$="soft-btn"]:hover {
  background-color: var(--brand-color);
  color: #ffffff;
  transition: 0.1s;
  cursor: pointer;
  outline: none;
}
.zim-cart-page--content .month-day:focus,
.zim-cart-page--content .pick-date .btn:focus,
.month-day.active{
  border-radius: 4px;
  background-color: var(--brand-color);
  color: #fff;
  outline: none;
}

.zim-cart-page--content .calendar-bar > [class$="soft-btn"]:focus {
  background-color: var(--brand-color);
  color: #fff;
  outline: none;
}

/* update modal styling */
.modal-dialog {
  max-width: 1000px;
}

.modal-dialog .modal-body {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* MEDIA QUERIES STARTS HERE */
@media only screen and (max-width: 767px) {
  .logo {
    width: 100px;
  }

  .logo img {
    width: 100%;
  }
  .collapse {
    display: block;
  }

  .navbar-right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .navbar-right li.wrapper-btn {
    padding: 0px 8px;
  }

  .navbar-nav {
    margin: 0px -15px;
  }

  ul.nav.navbar-nav.navbar-right li {
    margin: 0px;
    border: 0;
  }

  .media-body {
    height: auto;
    padding-right: 15px;
  }

  .regular {
    margin-top: 50px !important;
  }
  .my-slider a {
    font-size: 12px !important;
  }
  .service-name {
    font-size: 1.5rem;
  }
  .contact-section {
    display: unset;
  }
  .price-list-section {
    display: unset;
  }
  .price-list-section .pb-10 {
    width: 100%;
  }
  .price-list-section .card {
    margin-right: unset;
  }
  .carousal-img {
    width: 80px !important;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .select2-container,
  .group-inputs .input-group {
    /* min-width: 100%; */
    width: 100%;
  }

  .store-list-page-content {
    width: 90%;
  }

  .store-list-page-content ul.cards.package-cards.row {
    display: block;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #myRange {
    width: 100%;
  }
  .filter-content .card-body .form-check {
    padding-left: 12px !important;
  }
  .regular {
    width: 80% !important;
  }
  .my-slider a {
    font-size: 10px !important;
  }
  .add-to-cart-section {
    margin-top: 30px;
  }
  .price-list-section {
    justify-content: space-between;
  }
  .price-list-section .card {
    margin-right: 0px;
  }
  .price-list-section .pb-10 {
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .dash-area {
    width: 85px;
  }

  .price-list-section .pb-10 {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .time-schedule {
    width: 100% !important;
  }
  /*.price-list-section .pb-10 {
        width: 33%;
    }*/


  .zim-cart-page--content .box {
    height: 88vh;
  }

  
}

/* 
Styles for timepicker
---------------------
*/
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
}
.ui-timepicker,
.ui-timepicker-viewport {
  box-sizing: content-box;
  height: 200px;
}
.ui-timepicker-viewport::-webkit-scrollbar {
  width: 5px;
}
.ui-timepicker-viewport::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
.ui-timepicker-viewport::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}
/* Handle on hover */
.ui-timepicker-viewport::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.ui-timepicker {
  list-style: none;
  text-align: center;
}

.ui-timepicker-viewport {
  padding: 0px;
  overflow-x: hidden;
}

.ui-timepicker-standard {
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #eeeeee;
  color: #777;
  box-shadow: 0 8px 36px rgb(67 67 67 / 6%);
  border-radius: 10px;
}
.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #666666;
  display: block;
  text-decoration: none;
  padding: 5px 0px;
}
.ui-timepicker-standard .ui-state-hover {
  background-color: #dadada;
  color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
  margin: 0;
  padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.zim-timepicker .all-check {
  margin-top: 5px;
}
.zim-timepicker .form-check {
  margin: 20px 0px;
}
.form-check .checkbox,
.form-check .radio,
.form-check label {
  margin: 0px;
  margin-bottom: 0px;
}

.zim-timepicker .form-check b {
  display: block;
}
.zim-timepicker .form-check label {
  color: #777777;
}
.zim-timepicker .form-check input {
  display: inline-block;
  width: auto;
}
.zim-timepicker input[type="checkbox"] {
  width: 20px;
  display: inline-block;
}
.zim-timepicker .form-check.selected .timepicker {
  background: #efefef;
  pointer-events: none;
}
.zim-timepicker .form-check-label {
  color: #777777;
}
.zim-timepicker .form-check input[type="text"] {
  width: 110px;
}
.zim-timepicker input {
  border: 1px solid #e0e4f1;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700 !important;
  color: #1a1c26;
  outline: none;
  transition: top 0.1s ease-in-out;
  font-family: "Mulish", sans-serif;
}
.zim-timepicker input::placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #888c99;
}
.zim-timepicker input:focus {
  outline: none;
  border: 1px solid #888c99;
}


/* CUSTOM CSS BY DEBANGSHU*/

.doormanrow label {
  order: 2 !important;
}
.doormanrow .checkbox {
  order: 1;
}


/* media query starts here */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subheader .search-wrapper {
    width: 69%;
    justify-content: center;
  }
  .subheader .seperate-input {
    width: 36%;
  }

  .product-details .filters {
    width: 350px;
  }
  .listing-block {
    margin-left: 110px;
  }

  .zim-cart-page--content .box {
    height: 98vh !important;
  }

  .group-inputs .input-group {
    width: 100%;
  }

  .modal-dialog {
    max-width: 950px;
  } 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-subheader-nav {
    padding-top: 40px;
  }
  .subheader .search-wrapper,
  .hero-search .input-group,
  .subheader .hero-search,
  .subheader .seperate-input {
    width: 100%;
  }

  .subheader .navbar-right {
    position: absolute;
    top: -37px;
    right: 0;
  }
  .hero-search .input-group {
    flex-direction: column;
    width: 95%;
    gap: 20px;
    align-items: center;
  }
  .hero-search a.input-group-addon {
    width: 116px;
    padding: 12px 21px;
  }
  .product-details .filters {
    padding-left: 0;
    padding-right: 15px;
  }
  .product-details .categories-section .form-check {
    width: 100%;
  }

  .toggle {
    display: block;
  }

  .sidebar-mini .navbar {
    margin-left: 0;
  }

  .zim-cart-page--content .box.select-time-box {
    height: 98vh !important;
  }

  .group-inputs .input-group {
    width: 100%;
  }

  .modal-dialog {
    max-width: 750px;
  } 
}

@media only screen and (max-width: 767px) {
  .px-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mw-auto {
    min-width: auto !important;
  }

  .right-subheader-nav {
    flex-direction: column;
    margin-top: 20px;
  }
  .subheader .search-wrapper,
  .subheader .hero-search,
  .subheader .seperate-input {
    width: 100%;
  }

  .subheader .navbar-right {
    position: absolute;
    top: -40px;
    right: 15px;
  }

  .subheader .hero-search .input-group {
    display: flex;
    justify-content: center;
  }

  section,
  h2.join-our-community-heading,
  .footer-top p.small-text,
  .footer-top {
    padding-bottom: 20px;
  }

  .header-nav-section {
    padding: 0;
  }

  .collapse {
    display: block;
    box-shadow: none;
  }

  .logo {
    width: 100%;
  }

  .logo a {
    display: inline-block;
  }

  .logo img {
    width: 100px;
  }

  .hero-content {
    padding-top: 0;
    gap: 20px;
  }

  .hero-title h2 {
    font-size: 32px;
  }

  .hero-title {
    width: 100%;
  }

  .hero-search > form {
    display: block;
    padding: 0 15px;
  }

  .hero-search a.input-group-addon {
    display: flex;
    width: 137px;
    padding: 12px 21px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .hero-search .input-group {
    display: block;
  }

  .seperate-input {
    margin-bottom: 20px;
    width: 100%;
  }

  .seperate-input .input-group-addon .form-control {
    box-shadow: none;
  }

  .hero-bottom {
    bottom: -130px;
  }

  .hero-bottom p {
    padding-bottom: 12px;
  }

  .hero-bottom-items span {
    display: block;
    margin-bottom: 8px;
  }

  .product-details .filters {
    width: unset;
    height: 100%;
    border-right: 0;
    padding-left: 0px;
    padding-right: 0;
  }

  .toggle {
    display: block;
  }

  .sidebar-mini .navbar {
    margin-left: 0;
  }

  .footer-top {
    padding-bottom: 0;
  }

  .footer-menu li {
    margin: 0;
  }

  .footer-social li {
    margin: 10px 0px;
  }

  .footer-social li:nth-child(2) {
    margin: 0 10px;
  }

  ul.footer-bottom-menu {
    justify-content: center;
  }

  .copyright-text,
  .footer-social {
    text-align: center;
  }

  .group-inputs {
    padding: 0;
  }

  .zim-cart-page--content .box.select-time-box {
    height: 98vh !important;
  }

  /* forgot password, login, password reset*/

  .login-page {
    height: 100vh;
  }

  .login-page-content {
    height: 100%;
  }

  .modal-dialog {
    max-width: 100%;
  } 

  .modal-dialog .services-list .item-price-box {
    justify-content: flex-start;
    gap: 10px;
  }

  .modal-dialog .modal-body .tab-content .row.services-item {
    gap: 10px;
  }

  .modal-dialog .modal-body .tab-content .row.services-item .item-price-box{
    justify-content: flex-start;
  }

  .modal {
   padding: 0 15px;
  }

  .zim-cart-page--content .chose-service-box .box-footer, .zim-cart-page--content .chose-service-box .head {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .hero-title h2 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .zim-cart-page--content .chose-service-box .head button {
    width: 145px;
    padding: 12px 0px;
    font-size: 12px;
  }
}

/* CUSTOM CSS BY DEBANGSHU*/


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  h2.search_above_title_text {
    font-size: 18px !important;
  }
  .navbar-right {
    margin-top: 10px;
  }
  .right-header-search p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .right-header-search {
    padding: 30px 25px;
  }
}

@media all and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .right-header-search {
    padding: 2vw 2vw;
  }
}

.date-expired-class {
  color: red;
  font-size: 17px;
  padding: 2px;

}


.paypal-button {
  background-color: #FFC439;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
  transition: background-color 0.3s ease;
  font-family: Arial, sans-serif;
}

.paypal-button:hover {
  background-color: #005e91;
}

.paypal-logo {
  height: 20px;
  margin-right: 10px;
}

.faqBtnBox {
  padding-top: 20px;
}

.paypal-button:focus {
  outline: none;
}
