﻿@charset "UTF-8";
@font-face {
  font-family: 'avi-book';
  src: url("../../fonts/gr-book.eot");
  src: url("../../fonts/gr-book.eot?#iefix") format("embedded-opentype"), url("../../fonts/gr-book.woff") format("woff"), url("../../fonts/gr-book.ttf") format("truetype"), url("../../fonts/gr-book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'avi-medium';
  src: url("../../fonts/gr-medium.eot");
  src: url("../../fonts/gr-medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/gr-medium.woff") format("woff"), url("../../fonts/gr-medium.ttf") format("truetype"), url("../../fonts/gr-medium.svg#GothamRounded-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

header .top-navbar .navbar-nav, html, body, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'avi-book', sans-serif;
}

header {
  height: 66px;
  margin-bottom: 20px;
}

header .container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  header .container {
    max-width: 100%;
  }
}

header .top-navbar {
  z-index: 99;
  height: 66px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  header .top-navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header .top-navbar .navbar-collapse {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -moz-transition: none;
}

@media (max-width: 767.98px) {
  header .top-navbar .navbar-collapse {
    top: 67px;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}

header .top-navbar .navbar-brand {
  color: #212529;
  margin: auto 0;
  z-index: 999;
  width: 70px;
  height: 45px;
}

header .top-navbar .navbar-brand img {
  width: 100%;
  height: 100%;
}

header .top-navbar .navbar-toggler {
  z-index: 999;
  left: 0;
  padding-left: 0;
  margin-right: 5px;
}

header .top-navbar .navbar-toggler .navbar-barLine-1,
header .top-navbar .navbar-toggler .navbar-barLine-2,
header .top-navbar .navbar-toggler .navbar-barLine-3 {
  width: 24px;
  height: 3px;
  background-color: #343a40;
  margin: 5px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

header .top-navbar .navbar-toggler[aria-expanded="true"] .navbar-barLine-1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 8px);
  transform: rotate(-45deg) translate(-4px, 8px);
}

header .top-navbar .navbar-toggler[aria-expanded="true"] .navbar-barLine-2 {
  opacity: 0;
  filter: alpha(opacity=0);
}

header .top-navbar .navbar-toggler[aria-expanded="true"] .navbar-barLine-3 {
  -webkit-transform: rotate(45deg) translate(-4px, -8px);
  transform: rotate(45deg) translate(-4px, -8px);
}

header .top-navbar .navbar-toggler:focus, header .top-navbar .navbar-toggler:hover, header .top-navbar .navbar-toggler:active {
  background-color: transparent;
  outline: 0;
}

header .top-navbar .navbar-nav {
  font-weight: 700;
  margin-top: 0;
  margin-left: 1rem;
  letter-spacing: 0.0625rem;
}

header .top-navbar .navbar-nav li.nav-item a.nav-link {
  color: #212529 !important;
}

header .top-navbar .navbar-nav li.nav-item a.nav-link:hover {
  color: #97CC44 !important;
}

header .top-navbar .navbar-nav li.nav-item a.nav-link:active, header .top-navbar .navbar-nav li.nav-item a.nav-link:focus {
  color: #212529;
}

header .top-navbar .navbar-nav li.nav-item a.nav-link.active {
  color: #97CC44;
}

@media (max-width: 767.98px) {
  header .top-navbar .navbar-nav {
    margin: 1rem;
  }
}

header .top-navbar .cartIcon {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  text-align: right;
  width: 100%;
  padding: 0 10px 0;
}

@media (min-width: 768px) {
  header .top-navbar .cartIcon {
    position: relative;
    float: none;
    width: auto;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  header .top-navbar .cartIcon .shoppingCartIcon {
    font-size: 22px;
  }
  header .top-navbar .cartIcon .shoppingCartIcon span {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  header .top-navbar .cartIcon .cartQuantity {
    top: 5px;
    right: -5px;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  header .top-navbar .cartIcon .cartQuantity .brckt {
    display: none;
  }
}

header .top-navbar .cartIcon a.nav-link {
  line-height: 46px;
  color: #97CC44;
  padding: .5rem;
}

header .top-navbar .cartIcon a.nav-link:hover, header .top-navbar .cartIcon a.nav-link:focus, header .top-navbar .cartIcon a.nav-link:active {
  color: #7cae2f !important;
}

header .top-navbar .cartIcon a.nav-link.dropdown-toggle::after {
  border: 0 !important;
  margin: 0 !important;
}

header .top-navbar .cartIcon a.nav-link .userBox,
header .top-navbar .cartIcon a.nav-link .username {
  line-height: normal;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  header .top-navbar .cartIcon a.nav-link .userBox,
  header .top-navbar .cartIcon a.nav-link .username {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  header .top-navbar .cartIcon a.nav-link .userBox .name-user,
  header .top-navbar .cartIcon a.nav-link .username .name-user {
    display: none !important;
  }
}

header .top-navbar .cartIcon .usermane-for-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  header .top-navbar .cartIcon .usermane-for-mobile {
    display: block;
    padding: .25rem 1.5rem .5rem;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 1em;
    border-bottom: 1px solid #e9ecef;
  }
}

header .top-navbar .cartIcon .loginBox {
  background-color: #e9ecef;
}

header .top-navbar .cartIcon .loginBox .userBox,
header .top-navbar .cartIcon .loginBox .username {
  color: #343a40;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 46px;
  padding: .5rem;
  cursor: pointer;
}

header .top-navbar .cartIcon .loginBox .userBox .userIcon,
header .top-navbar .cartIcon .loginBox .username .userIcon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f8f9fa;
  color: #dee2e6;
  border: 1px solid #dee2e6;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .top-navbar .cartIcon .loginBox .userBox .userIcon .userImg,
header .top-navbar .cartIcon .loginBox .username .userIcon .userImg {
  max-width: 100%;
  width: 34px;
  height: 34px;
  position: relative;
  top: -1px;
  border-radius: 50%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  border: 2px solid #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .top-navbar .cartIcon .dropdown-menu {
  -webkit-box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  border-color: #dee2e6;
}

@media (min-width: 768px) {
  header .top-navbar .cartIcon .dropdown-menu {
    min-width: 22rem;
  }
}

header .top-navbar .cartIcon .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}

header .top-navbar .cartIcon .dropdown-menu .dropdown-item:focus, header .top-navbar .cartIcon .dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #97CC44;
}

header .top-navbar .cartIcon .btn-group {
  height: 66px;
  padding: 0.25rem 0;
}

header .top-navbar .cartIcon .btn-group.show {
  position: static;
}

@media (min-width: 768px) {
  header .top-navbar .cartIcon .btn-group.show {
    position: relative;
  }
}

header .top-navbar .cartIcon .btn-group.show .dropdown-menu {
  display: table;
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
}

@media (min-width: 768px) {
  header .top-navbar .cartIcon .btn-group.show .dropdown-menu {
    display: block;
    left: auto;
    right: 0;
    border-radius: 4px;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}

@media (min-width: 768px) {
  header .top-navbar .cartIcon .btn-group.flag-group .dropdown-menu {
    min-width: 15rem;
  }
  header .top-navbar .cartIcon .btn-group.flag-group .dropdown-menu .upTriangle {
    top: -30px;
    right: 0;
    bottom: 0;
    left: 82%;
    position: absolute;
  }
}

@media (min-width: 992px) {
  header {
    height: 66px;
    margin-bottom: 20px;
  }
  header .top-navbar {
    height: 66px;
  }
  header .top-navbar.navbar-brand {
    font-size: 1em;
  }
  header .top-navbar .navbar-nav > li.nav-item > a.nav-link.active {
    color: #212529;
    background: #97CC44;
  }
  header .top-navbar .navbar-nav > li.nav-item > a.nav-link.active:active, header .top-navbar .navbar-nav > li.nav-item > a.nav-link.active:focus, header .top-navbar .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #97CC44;
    background: #97CC44;
  }
}

/* use css like offsetT1 for margin-top: 1em; and gutterT1 for padding-top:1em; */
.offsetT0 {
  margin-top: 0em !important;
}

.offsetT07 {
  margin-top: 0.7em;
}

.offsetT1 {
  margin-top: 1em;
}

.offsetT2 {
  margin-top: 2em;
}

.offsetT3 {
  margin-top: 3em;
}

.offsetT4 {
  margin-top: 4em;
}

.offsetT5 {
  margin-top: 5em;
}

.offsetT6 {
  margin-top: 6em;
}

.offsetT7 {
  margin-top: 7em;
}

.offsetT8 {
  margin-top: 8em;
}

.offsetT9 {
  margin-top: 9em;
}

.offsetT10 {
  margin-top: 10em;
}

.offsetT05 {
  margin-top: 0.5em;
}

.offsetT04 {
  margin-top: 0.4em;
}

.offsetT03 {
  margin-top: 0.3em;
}

.offsetT02 {
  margin-top: 0.2em;
}

.offsetT01 {
  margin-top: 0.1em;
}

.offsetB0 {
  margin-bottom: 0em !important;
}

.offsetB015 {
  margin-bottom: 1.5em;
}

.offsetB05 {
  margin-bottom: 0.5em;
}

.offsetB1 {
  margin-bottom: 1em;
}

.offsetB2 {
  margin-bottom: 2em;
}

.offsetB3 {
  margin-bottom: 3em;
}

.offsetB4 {
  margin-bottom: 4em;
}

.offsetB5 {
  margin-bottom: 5em;
}

.offsetB6 {
  margin-bottom: 6em;
}

.offsetB7 {
  margin-bottom: 7em;
}

.offsetB8 {
  margin-bottom: 8em;
}

.offsetB9 {
  margin-bottom: 9em;
}

.offsetB10 {
  margin-bottom: 10em;
}

.offsetL0 {
  margin-left: 0em !important;
}

.offsetL05 {
  margin-left: 0.5em;
}

.offsetL1 {
  margin-left: 1em;
}

.offsetL2 {
  margin-left: 2em;
}

.offsetL3 {
  margin-left: 3em;
}

.offsetL4 {
  margin-left: 4em;
}

.offsetL5 {
  margin-left: 5em;
}

.offsetL6 {
  margin-left: 6em;
}

.offsetL7 {
  margin-left: 7em;
}

.offsetL8 {
  margin-left: 8em;
}

.offsetL9 {
  margin-left: 9em;
}

.offsetL10 {
  margin-left: 10em;
}

.offsetR0 {
  margin-right: 0em !important;
}

.offsetR02 {
  margin-right: 0.2em;
}

.offsetR05 {
  margin-right: 0.5em;
}

.offsetR1 {
  margin-right: 1em;
}

.offsetR2 {
  margin-right: 2em;
}

.offsetR3 {
  margin-right: 3em;
}

.offsetR4 {
  margin-right: 4em;
}

.offsetR5 {
  margin-right: 5em;
}

.offsetR6 {
  margin-right: 6em;
}

.offsetR7 {
  margin-right: 7em;
}

.offsetR8 {
  margin-right: 8em;
}

.offsetR9 {
  margin-right: 9em;
}

.offsetR10 {
  margin-right: 10em;
}

.offset0 {
  margin: 0em;
}

.offset1 {
  margin: 1em;
}

.offset2 {
  margin: 2em;
}

.gutterT0 {
  padding-top: 0em !important;
}

.gutterT025 {
  padding-top: 0.25em;
}

.gutterT05 {
  padding-top: 0.5em !important;
}

.gutterT07 {
  padding-top: 0.7em;
}

.gutterT08 {
  padding-top: 0.8em;
}

.gutterT1 {
  padding-top: 1em !important;
}

.gutterT2 {
  padding-top: 2em;
}

.gutterT3 {
  padding-top: 3em;
}

.gutterT4 {
  padding-top: 4em;
}

.gutterT5 {
  padding-top: 5em;
}

.gutterT6 {
  padding-top: 6em;
}

.gutterT7 {
  padding-top: 7em;
}

.gutterT8 {
  padding-top: 8em;
}

.gutterT9 {
  padding-top: 9em;
}

.gutterT10 {
  padding-top: 10em;
}

.gutterT05 {
  padding-top: 0.5em;
}

.gutterT04 {
  padding-top: 0.4em;
}

.gutterT03 {
  padding-top: 0.3em;
}

.gutterT02 {
  padding-top: 0.2em;
}

.gutterT01 {
  padding-top: 0.1em;
}

.gutterB0 {
  padding-bottom: 0 !important;
}

.gutterB02 {
  padding-bottom: 0.2em;
}

.gutterB03 {
  padding-bottom: 0.3em;
}

.gutterB04 {
  padding-bottom: 0.4em;
}

.gutterB05 {
  padding-bottom: 0.5em !important;
}

.gutterB015625 {
  padding-bottom: 0.15625em;
}

.gutterB1 {
  padding-bottom: 1em !important;
}

.gutterB2 {
  padding-bottom: 2em;
}

.gutterB3 {
  padding-bottom: 3em;
}

.gutterB4 {
  padding-bottom: 4em;
}

.gutterB5 {
  padding-bottom: 5em;
}

.gutterB6 {
  padding-bottom: 6em;
}

.gutterB7 {
  padding-bottom: 7em;
}

.gutterB8 {
  padding-bottom: 8em;
}

.gutterB9 {
  padding-bottom: 9em;
}

.gutterB10 {
  padding-bottom: 10em;
}

.gutterL05 {
  padding-left: 0.5em !important;
}

.gutterL06 {
  padding-left: 0.6em;
}

.gutterL012 {
  padding-left: 1.2em;
}

.gutterL015625 {
  padding-left: 0.15625em;
}

.gutterL0 {
  padding-left: 0em !important;
}

.gutterL1 {
  padding-left: 1em !important;
}

.gutterL2 {
  padding-left: 2em;
}

.gutterL3 {
  padding-left: 3em;
}

.gutterL4 {
  padding-left: 4em;
}

.gutterL5 {
  padding-left: 5em;
}

.gutterL6 {
  padding-left: 6em;
}

.gutterL7 {
  padding-left: 7em;
}

.gutterL8 {
  padding-left: 8em;
}

.gutterL9 {
  padding-left: 9em;
}

.gutterL10 {
  padding-left: 10em;
}

.gutterR0 {
  padding-right: 0em !important;
}

.gutterR02 {
  padding-right: 0.2em;
}

.gutterR05 {
  padding-right: 0.5em !important;
}

.gutterR012 {
  padding-right: 1.2em;
}

.gutterR015625 {
  padding-right: 0.15625em;
}

.gutterR1 {
  padding-right: 1em !important;
}

.gutterR2 {
  padding-right: 2em;
}

.gutterR3 {
  padding-right: 3em;
}

.gutterR4 {
  padding-right: 4em;
}

.gutterR5 {
  padding-right: 5em;
}

.gutterR6 {
  padding-right: 6em;
}

.gutterR7 {
  padding-right: 7em;
}

.gutterR8 {
  padding-right: 8em;
}

.gutterR9 {
  padding-right: 9em;
}

.gutterR10 {
  padding-right: 10em;
}

.gutterR30 {
  padding-right: 30em;
}

.gutter02 {
  padding: 0.2rem;
}

.gutter05 {
  padding: 0.5rem;
}

.gutter07 {
  padding: 0.7rem;
}

.gutter1 {
  padding: 1em;
}

.gutter2 {
  padding: 2em;
}

.gutter3 {
  padding: 3em;
}

.gutter4 {
  padding: 4em;
}

.gutter5 {
  padding: 5em;
}

.gutter6 {
  padding: 6em;
}

.height1 {
  height: 1em;
}

.height2 {
  height: 2em;
}

.height3 {
  height: 3em;
}

.height4 {
  height: 4em;
}

.height5 {
  height: 5em;
}

.height6 {
  height: 6em;
}

.height7 {
  height: 7em;
}

.height8 {
  height: 8em;
}

.height9 {
  height: 9em;
}

.height10 {
  height: 10em;
}

.height11 {
  height: 11em;
}

.height12 {
  height: 12em;
}

.height13 {
  height: 13em;
}

.height14 {
  height: 14em;
}

.height14P2 {
  height: 14.2em;
}

.height15 {
  height: 15em;
}

.height15P2 {
  height: 15.2em;
}

.height16 {
  height: 16em;
}

.height17 {
  height: 17em;
}

.height17P5 {
  height: 17.5em;
}

.height18 {
  height: 18em;
}

.height19 {
  height: 19em;
}

.height20 {
  height: 20em;
}

a {
  color: #97CC44;
}

a:hover, a:focus, a:active {
  color: #7cae2f;
}

.bg-primary,
.bkg-primary {
  background-color: #97CC44 !important;
}

.bg-primary:hover, .bg-primary:focus, .bg-primary:active,
.bkg-primary:hover,
.bkg-primary:focus,
.bkg-primary:active {
  background-color: #7cae2f !important;
  border-color: #7cae2f !important;
}

.bg-secondary,
.bkg-secondary {
  background-color: #2b4964 !important;
}

.bg-secondary:hover, .bg-secondary:focus, .bg-secondary:active,
.bkg-secondary:hover,
.bkg-secondary:focus,
.bkg-secondary:active {
  background-color: #1c2f40;
  border-color: #1c2f40;
}

.text-primary,
.txt-primary {
  color: #97CC44 !important;
}

.text-secondary,
.txt-secondary {
  color: #2b4964 !important;
}

.form-control:focus,
select:focus,
.custom-select:focus {
  border-color: #ced4da;
}

.btn-primary:focus,
.btn-primary.focus,
.btn:focus,
.btn.focus,
.form-control:focus,
select:focus,
.custom-select:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
}

.btn-primary, .kiosk-button, .btn-secondary, .btn-gray,
button.btn-gray {
  min-height: 38px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.0525rem;
  padding-top: 0.4375rem;
}

.btn-primary, .kiosk-button {
  background-color: #97CC44;
  border-color: #7cae2f;
  color: #fff !important;
  text-transform: uppercase;
}

.btn-primary:hover, .kiosk-button:hover, .btn-primary:focus, .kiosk-button:focus, .btn-primary:active, .kiosk-button:active {
  background-color: #7cae2f !important;
  border-color: #7cae2f !important;
}

.btn-secondary {
  background-color: #2b4964;
  border-color: #2b4964;
  text-transform: uppercase;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1c2f40;
  border-color: #1c2f40;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #97CC44;
  border-color: #7cae2f;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #2b4964;
  border-color: #1c2f40;
}

::-moz-selection {
  background-color: #97CC44;
  color: #fff;
}

::selection {
  background-color: #97CC44;
  color: #fff;
}

.btn-gray,
button.btn-gray {
  background-color: #e9ecef;
  border: 1px solid #adb5bd;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #868e96 !important;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active,
button.btn-gray:hover,
button.btn-gray:focus,
button.btn-gray:active {
  color: #868e96 !important;
  background-color: #cbd3da;
  border-color: #cbd3da;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../Images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider button:hover, .slider button:focus, .slider button:active {
  background-color: transparent !important;
}

.slick-prev {
  left: -35px;
}

@media (max-width: 1023.98px) {
  .slick-prev {
    left: 10px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -35px;
}

.slick-prev:before {
  content: "←";
  color: #adb5bd;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

@media (max-width: 1023.98px) {
  .slick-next {
    right: 20px;
  }
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
  color: #adb5bd;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html, body {
  height: 100%;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

section {
  padding: 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

#bodyContainer {
  display: block;
  width: 100%;
  min-height: 100%;
  height: auto;
}

footer {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  height: 80px;
  width: 100%;
  padding: 15px;
}

footer .fot-logo img {
  width: 100px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

#inside-body {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.btn-expnd {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (max-width: 767px) {
    .btn-expnd {
        padding-left: .75rem;
        padding-right: .75rem;
    }
}

.h100vh {
  height: calc(100vh - 146px);
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

.f38 {
  font-size: 38px;
}

.f40 {
  font-size: 40px;
}

.f42 {
  font-size: 42px;
}

.f44 {
  font-size: 44px;
}

.f46 {
  font-size: 46px;
}

.f48 {
  font-size: 48px;
}

.f50 {
  font-size: 50px;
}

.f52 {
  font-size: 52px;
}

.f54 {
  font-size: 54px;
}

.f56 {
  font-size: 56px;
}

.f58 {
  font-size: 58px;
}

.f60 {
  font-size: 60px;
}

.text-gray100 {
  color: #f8f9fa;
}

.text-gray200 {
  color: #e9ecef;
}

.text-gray300 {
  color: #dee2e6;
}

.text-gray400 {
  color: #ced4da;
}

.text-gray500 {
  color: #adb5bd;
}

.text-gray600 {
  color: #868e96;
}

.text-gray700 {
  color: #495057;
}

.text-gray800 {
  color: #343a40;
}

.text-gray900 {
  color: #212529;
}

.border-gray100 {
  border: 1px solid #f8f9fa;
}

.border-gray200 {
  border: 1px solid #e9ecef;
}

.border-gray300 {
  border: 1px solid #dee2e6;
}

.border-gray400 {
  border: 1px solid #ced4da;
}

.border-gray500 {
  border: 1px solid #adb5bd;
}

.border-gray600 {
  border: 1px solid #868e96;
}

.border-gray700 {
  border: 1px solid #495057;
}

.border-gray800 {
  border: 1px solid #343a40;
}

.border-gray900 {
  border: 1px solid #212529;
}

.bg-gray100 {
  background-color: #f8f9fa;
}

.bg-gray200 {
  background-color: #e9ecef;
}

.bg-gray300 {
  background-color: #dee2e6;
}

.bg-gray400 {
  background-color: #ced4da;
}

.bg-gray500 {
  background-color: #adb5bd;
}

.bg-gray600 {
  background-color: #868e96;
}

.bg-gray700 {
  background-color: #495057;
}

.bg-gray800 {
  background-color: #343a40;
}

.bg-gray900 {
  background-color: #212529;
}

label {
  font-size: 0.875rem;
  color: #868e96;
}

.cursor-pointer {
  cursor: pointer !important;
}

.l-spacing-1 {
  letter-spacing: 1px;
}

.bdr-radius-1rem {
  border-radius: 1rem;
}

.formPanel {
  position: relative;
  min-height: calc(100vh - 200px);
  width: 100%;
}

.reQuired {
  position: relative;
}

.reQuired:after {
  position: relative;
  content: '*';
  color: #97CC44;
  font-weight: 700;
  font-size: 1rem;
}

.req-star {
  color: #97CC44;
  font-weight: 700;
  font-size: 1rem;
}

.inputAddOn > .input-group-prepend {
  margin-right: 0;
}

.inputAddOn > .input-group-prepend > .input-group-text {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-left: 0;
}

.customCard {
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.06);
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customCard:focus, .customCard:hover, .customCard:active, .customCard.activeCard {
  background-color: #97CC44;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.customCard > .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topTabLinkBar {
  color: #868e96;
  line-height: 2;
}

.topTabLinkBar h5 {
  font-weight: 300;
}

.topTabLinkBar h5 a {
  color: #868e96;
  text-decoration: underline;
}

.topTabLinkBar h5 a.activeLinkTab {
  font-weight: 700;
  color: #97CC44 !important;
}

@media (max-width: 575.98px) {
  .btn-block-xs {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.rentalTab.nav-pills .nav-link.active {
  color: #fff;
  background-color: #97CC44;
  border-color: #7cae2f !important;
}

.rentalTab.nav-pills .show.nav-link {
  color: #fff;
  background-color: #97CC44;
}

.rentalTab.nav-pills li.nav-item {
  text-align: center;
  margin: 0.5rem;
}

.rentalTab.nav-pills li.nav-item a {
  background-color: #e9ecef;
  border: 1px solid #adb5bd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  color: #868e96;
  padding-left: 2em;
  padding-right: 2em;
}

.productCardGroup {
  margin: 0 -1rem;
}

.productCardGroup .card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0;
  padding: 0 1rem;
  border: 0;
}

.productCardGroup .card .card-title {
  text-transform: uppercase;
}

.productCardGroup .card .card-text {
  color: #868e96;
  line-height: 1.4;
}

.productCardGroup .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.productCardGroup .card .card-img-box {
  height: 260px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: .5em;
  border-radius: 0.25em;
  border: 1px solid #e9ecef;
  background-color: #fff;
}

.productCardGroup .card .card-img-box .card-img-top {
  border-radius: 0.25em;
  height: 100%;
}

@media (min-width: 576px) {
  .rentalTab.nav-pills li.nav-item a {
    min-width: 200px;
  }
}

@media (max-width: 479.98px) {
  .productCardGroup .card .card-img-box {
    height: 380px;
  }
}

@media (max-width: 320px) {
  .productCardGroup .card .card-img-box {
    height: 320px;
  }
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #97CC44;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #97CC44;
}

.custom-control-label {
  padding: 0.25rem;
}

.custom-control-label::before {
  background-color: #fff;
  border: 1px solid #ced4da;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  height: 1.25rem;
  width: 1.25rem;
}

.custom-control-label::after {
  height: 1.25rem;
  width: 1.25rem;
  background-size: 60% 60%;
}

.guestPopupMaxH {
  /*max-height: 260px;*/
  overflow-y: auto;
  overflow-x: hidden;
}

.modal .modal-header .close {
  outline: 0;
  border-radius: 0 3px 0 0;
}

.modal .modal-body {
  padding: 1.875em;
}

.error {
  font-size: 13px !important;
  color: #f00000;
}

.home-logo {
  width: 200px;
  height: 100px;
  margin: 0 auto;
}

.home-logo .img-fluid {
  height: 100%;
}

.logoSize {
  width: 85px;
}

.guestinfoDetails h6 {
  margin-bottom: 0;
}

.guestinfoDetails .guestEditable {
  background-color: #97CC44;
  border-radius: 0.25em;
  padding: .7em 0;
  color: #fff;
  margin-bottom: 5px;
}

.guestinfoDetails .guestEditable i {
  color: #fff !important;
}

.guestinfoDetails .guestEditable a {
  background-color: #7cae2f !important;
}

.guestinfoDetails .guestAddSelection {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25em;
  padding: .7em 0;
  margin-bottom: 5px;
}

.guestinfoDetails .guestDetailText {
  padding-right: 100px;
  width: 100%;
}

.guestinfoDetails .guestActionLink {
  top: 0.4em;
  right: -10px;
  bottom: auto;
  left: auto;
  position: absolute;
}

.guestinfoDetails .guestActionLink a {
  background-color: #97CC44;
  padding: .2em .5em;
  border-radius: 0.25em;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-decoration: none !important;
}

.guestinfoDetails .guestActionLink a:hover, .guestinfoDetails .guestActionLink a:focus, .guestinfoDetails .guestActionLink a:active {
  background-color: #7cae2f;
}

.upTriangle {
  width: 0;
  height: 0;
  display: none;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 87%;
  position: absolute;
}

.upTriangle:after, .upTriangle:before {
  content: '';
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  margin: auto;
}

.upTriangle::after {
  top: 1px;
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
}

.upTriangle::before {
  top: 0;
  border-color: transparent transparent #ced4da transparent;
  border-width: 15px;
}

@media (min-width: 768px) {
  .upTriangle {
    display: block;
  }
}

.getStartedBtn {
  font-size: 40px;
  white-space: normal;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .getStartedBtn {
    font-size: 60px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.overflow-y-auto {
  overflow-y: auto;
  overflow-x: hidden;
}

.insetShadow {
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}

.k-numeric-wrap .k-link.k-state-selected {
  background-color: #97CC44;
}

.k-numeric-wrap .k-link.k-state-selected .k-icon::before {
  color: #fff;
}

.k-numerictextbox .k-numeric-wrap .k-link-increase, .k-numerictextbox .k-numeric-wrap .k-link-decrease {
  margin: auto;
  height: 50%;
}

.k-numerictextbox .k-numeric-wrap .k-link-increase .k-icon, .k-numerictextbox .k-numeric-wrap .k-link-decrease .k-icon {
  height: 100%;
}

.k-numerictextbox .k-numeric-wrap .k-link-increase {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
}

.k-numerictextbox .k-numeric-wrap .k-link-decrease {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.k-block > .k-header, .k-window-titlebar {
  position: relative !important;
  min-height: 20px;
  font-size: 0.95em;
  font-weight: 700;
  padding: 12px 0 8px;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.k-block > .k-header .k-window-actions, .k-window-titlebar .k-window-actions {
  top: 5px;
  right: 10px;
}

.k-block > .k-header .k-window-actions .k-window-action, .k-window-titlebar .k-window-actions .k-window-action {
  width: 20px;
  height: 20px;
  padding: 2px;
}

.k-block > .k-header .k-window-actions .k-window-action.k-state-hover, .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
  background-color: #97CC44;
  background-image: none;
  border: 0;
}

.k-block > .k-header .k-window-actions .k-window-action.k-state-hover .k-icon, .k-window-titlebar .k-window-actions .k-window-action.k-state-hover .k-icon {
  color: #fff;
}

.k-block > .k-header .k-window-title, .k-window-titlebar .k-window-title {
  left: 1.2em;
  right: 2.5em;
}

.k-file-error {
  font-size: 0.813em;
}
/*# sourceMappingURL=custom.css.map */

.wd80-border {
    width: 80px;
    height: 80px;
    border: 4px solid #97CC44;
    display: inline-block;
    color: #97CC44;
    line-height: 70px;
    font-size: 46px;
}

.custom-select {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjU1IDI1NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU1IDI1NTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJhcnJvdy1kcm9wLWRvd24iPgoJCTxwb2x5Z29uIHBvaW50cz0iMCw2My43NSAxMjcuNSwxOTEuMjUgMjU1LDYzLjc1ICAgIiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-size: 10px 9px;
}

/*-- Howler Messages --*/
.howl {
    padding: 0;
    list-style: none;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2B4964), to(#20374B));
    background-image: -webkit-linear-gradient(top, #2B4964, 0%, #20374B, 100%);
    background-image: -moz-linear-gradient(top, #2B4964 0%, #20374B 100%);
    background-image: linear-gradient(to bottom, #2B4964 0%, #20374B 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2B4964', endColorstr='#ff20374B', GradientType=0);
    border: 1px solid #111;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.howl:empty {
    display: none;
}
.howl-slot {
    position: relative;
}
.howl-close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px;
    color: #000;
    outline: none !important;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
    text-shadow: none;
}
.howl-message {
    position: relative;
    padding: 10px 30px 13px 65px;
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
    text-shadow: 0px 1px #111111;
    -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
    -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}
.howl-message:hover .howl-close {
color: #fff;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}

.howl-message a {
color: #f0ad4e;
text-decoration: none;
}
.howl-message a:hover {
    text-decoration: underline;
}

.howl-title {
    margin-bottom: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

    .howl-title:empty {
        display: none;
    }

.howl-message-inner:before {
    position: absolute;
    top: 15px;
    left: 18px;
    z-index: 20;
    display: block;
    content: " ";
    height: 13px;
    width: 13px;
    background-color: #999;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.howl-message.howl-danger .howl-message-inner:before {
    background-color: #d9534f;
}

.howl-message.howl-info .howl-message-inner:before {
    background-color: #3498db;
}

.howl-message.howl-success .howl-message-inner:before {
    background-color: #5cb85c;
}

.howl-message.howl-warning .howl-message-inner:before {
    background-color: #ff751a;
}

.howl-icon {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 1000;
    width: 1em;
    font-size: 20px;
    text-align: center;
}

.howl-has-icon .howl-message-inner:before {
    display: none !important;
}

.howl-has-icon .howl-icon {
    color: #bbb;
}

.howl-has-icon .howl-success .howl-icon {
    color: #5cb85c;
}

.howl-has-icon .howl-warning .howl-icon {
    color: #ff751a;
}

.howl-has-icon .howl-danger .howl-icon {
    color: #d9534f;
}

.howl-has-icon .howl-info .howl-icon {
    color: #3498db;
}

.howl {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: auto;
    left: 50%;
    z-index: 1200;
    width: 300px;
    padding: 0;
    margin: 0;
    margin-left: -150px;
}
@media (min-width: 768px) {
    .howl {
        left: auto;
        right: 30px;
        width: 350px;
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .howl {
        width: 375px;
    }
}

.incrmntItemValue span[class^="itemValue_"] {
    width: 24px;
    height: 27px;
    border: 1px solid #97CC44;
    line-height: 27px;
    cursor: pointer;
    background-color: #97CC44;
    color: #fff;
    display: inline-block;
    font-size: 13px;   
    text-align: center;
    margin: 0 -5px;
}
.incrmntItemValue .itemValue_minus {
    border-radius: .25em 0 0 .25em;
}
.incrmntItemValue .itemValue_plus {
    border-radius: 0 .25em .25em 0;
}
.incrmntItemValue {
    float: right;
}
.incrmntItemValue span[class^="itemValue_"] span.k-icon {
    font-size: 1em;
    color: #ffffff !important;
}
#tbsEditOrderSteps input[type="text"] {
    padding-left: 5px !important;
}
.cart-row input[type="text"] {
    max-width: 30%;
}
.incrmntItemValue .itemValue2 {
    width: calc(100% - 60px) !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0 !important;
    border-right: 0 !important;
    height: 27px !important;
    min-height: 27px !important;
    line-height: 25px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.noDisplay, .displayNone {
    display: none;
}

/*extra css as per kendo*/
.k-datetimepicker, .k-header, .k-dropdown {
    width: 100%;
}
.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-image: none;
    background-color: #fff;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.kendo-form-control {
    width: 100%;
    display: block;
}
.k-datetimepicker .k-picker-wrap .k-select .k-link > .k-icon {
    color: #868e96;
}
.k-datetimepicker .k-picker-wrap .k-select .k-link > .k-icon:hover {
    color: #212529;
}
.k-datetimepicker .k-select .k-link-date {
    border-right: 1px solid #ccc;
}
.k-datetimepicker .k-select .k-link-date, .k-datetimepicker .k-select .k-link-time {
    margin-left: 0;
    margin-right: 0;    
    height: 100%;
    display: inline-block;
    line-height: 38px;
    padding: 0 5px;
}
.k-calendar td.k-state-hover .k-link {
    background-color: #dee2e6;
    background-image: none;
}
.k-calendar .k-header .k-nav-prev.k-state-hover, .k-calendar .k-header .k-nav-next.k-state-hover, .k-calendar .k-header .k-nav-fast.k-state-hover,
.k-calendar .k-year td.k-state-hover,
.k-calendar .k-decade td.k-state-hover,
.k-calendar .k-century td.k-state-hover {
    background-color: #dee2e6;
    background-image: none;
}
.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    height: 2.25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding: 0 .5rem;
}
.k-autocomplete .k-input, .k-dropdown-wrap .k-input {
    padding: .375rem .5rem;
}
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #97CC44;
    background-image: none;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 0 !important;
    box-shadow: inset 0 0 0 0 !important;
}
.k-state-focused.k-state-hover > .k-link, .k-calendar td.k-state-selected.k-state-hover,
.k-calendar .k-year td.k-state-focused,
.k-calendar .k-decade td.k-state-focused,
.k-calendar .k-century td.k-state-focused,
.k-calendar td.k-state-focused {
    background-color: #7cae2f;
    -webkit-box-shadow: inset 0 0 0 0 !important;
    box-shadow: inset 0 0 0 0 !important;
}
.k-calendar .k-year td.k-state-focused .k-link,
.k-calendar .k-decade td.k-state-focused .k-link,
.k-calendar .k-century td.k-state-focused .k-link,
.k-calendar td.k-state-focused .k-link {
    color: #fff;
}
.k-calendar .k-year td.k-state-focused.k-state-hover,
.k-calendar .k-decade td.k-state-focused.k-state-hover,
.k-calendar .k-century td.k-state-focused.k-state-hover {
    background-image: none;
}
.k-calendar .k-year td.k-state-focused.k-state-hover .k-link,
.k-calendar .k-decade td.k-state-focused.k-state-hover .k-link,
.k-calendar .k-century td.k-state-focused.k-state-hover .k-link {
    background-color: transparent !important;
}
.k-state-focused.k-state-hover, .k-state-selected.k-state-hover {
    color: #fff;
}
.k-calendar .k-today {
    -webkit-box-shadow: inset 0 0 0 1px #2b4964;
    box-shadow: inset 0 0 0 1px #2b4964;
}
.k-calendar .k-today .k-link {
    color: #2b4964;
}
.k-autocomplete, .k-dropdown-wrap, .k-multiselect.k-header, .k-numeric-wrap, .k-picker-wrap {
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused,
.k-autocomplete.k-state-focused.k-state-active, .k-dropdown-wrap.k-state-focused.k-state-active, .k-multiselect.k-header.k-state-focused.k-state-active, .k-numeric-wrap.k-state-focused.k-state-active, .k-picker-wrap.k-state-focused.k-state-active {
    color: #495057;
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
}

.k-list-container {
    background-color: #f7f7f7;
}
.k-autocomplete.k-state-border-down, .k-autocomplete.k-state-border-up, .k-datepicker-calendar, .k-dropdown-wrap.k-state-active, .k-filebrowser .k-image, .k-grid .k-filter-options, .k-menu .k-menu-group, .k-multiselect.k-state-focused, .k-picker-wrap.k-state-active, .k-popup, .k-time-popup, .k-tooltip {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
}
.k-state-disabled input:disabled, .k-state-disabled .k-input{
    background-color: transparent;
}
.k-list-filter > .k-textbox {
    width: 100% !important;
}
.k-list-optionlabel.k-state-selected.k-state-focused.k-state-hover, .k-list > .k-state-selected.k-state-focused.k-state-hover {
    background-color: #7cae2f;
    color: #fff;
    background-image: none;
}
.k-list-scroller .k-item.k-state-hover, .k-list-optionlabel.k-state-hover, .k-list > .k-state-hover {
    background-color: #dee2e6;
    background-image: none;
}
.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    padding: 0;
    margin: 0;
}
#signature-pad .m-signature-pad--body #canvas, #signature-pad .m-signature-pad--body img {
    width: 100% !important;
}
#signature-pad .description.success {
    -webkit-font-smoothing: antialiased;
}
#signature-pad .description.success::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}
#signature-pad .btnSaveWvr {
   line-height: 22px !important;
}
#divWvrWrapper {
    width:100%;
}
.m-signature-pad--footer .btn-expnd {
    padding-left: 12px;
    padding-right:12px;
}


.package-name-duration {
    display: flex;
    flex:1;
}
.package-name {
    flex: 1;
}
.package-duration {
    padding-right:10px;
}
.package-quantity {
    width: 100px;
    display:flex;
}
.package-quantity.incrmntItemValue span[class^="itemValue_"] {
    margin: 0;
}
.package-quantity.cart-row input[type="text"] {
    max-width: 52px;
    width: 52px !important;
}
.package-price {
    width: 25%;
}
.package-remove {
    width: 30px;
}

@media (max-width: 575.98px) {
    .m-signature-pad--footer .btn-block-xs {
        display: inline-block;
        width: auto;
    }

    #tmplFrmFldsWrapper .col-5, #tmplFrmFldsWrapper .col-3, #tmplFrmFldsWrapper .col-4, #tmplFrmFldsWrapper .col-6, #tmplFrmFldsWrapper .col-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    #tmplFrmFldsWrapper .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .package-price {
        width: 90px;
    }
    .package-name-duration {
        display:block;

    }
    .package-quantity {
        width: 80px;
    }
    .package-quantity.cart-row input[type="text"] {
        max-width: 32px;
        width: 32px !important;
    }
    .package-name, .package-duration {
        display: inline-block;
    }
}

.breadcrumb {
    display: block;
}

.breadcrumb div {
    float:left;
}

.w-100 {
    clear: both;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .confirmationMsg {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .confirmationMsg {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .confirmationMsg {
        padding-left: 15%;
        padding-right: 15%;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .confirmationMsg {
        padding-left: 25%;
        padding-right: 25%;
    }
} 