/*@font-face {
  font-family: 'Axiforma-Regular';
  src: url("FontsFree-Net-sddd4 (1).ttf"); }*/
@import url("https://fonts.googleapis.com/css?family=PT+Sans&display=swap");
html, body {
  height: 100%;
  width: 100%; }

body {
  font-family: 'PT Sans', sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }

.modal-backdrop {
  display: none; }

a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: none;
  o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

img {
  max-width: 100%; }

a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none; }

.navbar-toggler {
  padding: .25rem .45rem;
  font-size: 0.95rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

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

b, strong {
  font-weight: 600; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.wablock {
  float: left;
  color: #fff;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 100;
  width: 33%;
  text-align: center; }

.wablock img {
  display: inline-block;
  margin-top: -2px; }

.wablock span {
  margin-left: 8px;
  margin-top: 8px;
  display: inline-block;
  color: #777; }

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

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-50 {
  margin-top: 50px; }

.container.full-width {
  width: 100% !important; }

.section-padding {
  padding: 90px 0; }

.section-padding-140 {
  padding: 140px 0; }

.section-padding-120 {
  padding: 120px 0; }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-80 {
  padding: 80px 0; }

.section-padding-70 {
  padding: 70px 0; }

.section-padding-60 {
  padding: 60px 0; }

.section-padding-40 {
  padding: 40px 0; }

.custom-padding-20 {
  padding: 20px 0; }

.no-top {
  padding-top: 0; }

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

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-90 {
  padding-top: 90px; }

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

.padding-top-120 {
  padding-top: 120px; }

.padding-top-140 {
  padding-top: 140px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

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

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-120 {
  padding-bottom: 120px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-20 {
  padding-bottom: 40px; }

.gray {
  background-color: #f6f6f6; }

.white-bg {
  background-color: #fff; }

.no-right {
  padding-right: 0; }

.no-left {
  padding-left: 0; }

iframe {
  width: 100%; }

/* =-=-=-=-=-=-= Typography  =-=-=-=-=-=-= */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px;
  line-height: 1.6; }

h6 {
  font-size: 12px; }

p {
  line-height: 1.6em;
  font-size: 16px; }

.btn {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 15px;
  border-radius: 1px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase; }

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: none;
  color: #555;
  font-size: 14px;
  height: auto;
  padding: 15px 12px;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s; }

ul {
  margin-left: 0; }

.btn-lg {
  padding: 12px 52px;
  letter-spacing: 1.3px; }

.btn-md {
  padding: 10px 20px; }

.btn-sm {
  padding: 8px 16px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.btn-xs {
  padding: 6px 18px;
  font-size: 12px; }

.btn-rounded {
  border-radius: 4px; }

.preloader {
  background-color: #ffffff;
  background-image: url("../images/sb-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999999;
  overflow: hidden !important; }

.navbar-brand img {
  width: 180px; }

.f-r {
  float: right; }

a.btn-login {
  border: 0px;
  background: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #e52d27 !important; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px; }

#banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding-top: 60px;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0; }

.banner-overlay {
  width: 100%;
  height: 100%;
  padding: 62px 20px;
  text-align: center; }

#banner h1 {
  color: #fff;
  text-align: center;
  font-size: 47px;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); }

#banner p {
  color: #fff;
  text-align: center;
  font-size: 21px;
  margin-top: 20px;
  line-height: 20px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  margin-bottom: 60px; }

#banner select {
  width: 40%;
  padding: 10px;
  border-radius: 4px;
  border: 0px;
  height: 44px;
  text-indent: 20px; }

#banner i {
  position: absolute;
  line-height: 44px;
  width: 30px; }

#banner input[type="search"] {
  width: 58%;
  padding: 10px;
  border-radius: 4px;
  height: 44px;
  border: 0px; }

#banner span {
  display: block;
  color: #fff; }

.service-block ul {
  display: flex;
  overflow: auto; }

.service-block li {
  flex: auto;
  text-align: center;
  margin: 6px;
  cursor: pointer; }

.service-block li:hover img {
  opacity: 1; }

.service-block img {
  width: auto;
  opacity: 0.6;
  height: 50px; }

.service-block h4 {
  color: #666;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

h2.section-heading {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  margin: 0; }

.sliding-items .item {
  padding: 10px;
  cursor: pointer; }

.sliding-items .item:hover img {
  border: 1px solid #000; }

.sliding-items .item img {
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  min-height: 180px;
  width: 100%;
  max-height: 180px; }

.sliding-items h4 {
  font-size: 14px;
  color: #343434;
  font-weight: 400;
  margin: 0;
  margin-top: 10px; }

.footer {
  background-color: #212121;
  position: relative;
  font-family: 'Axiforma-Regular',sans-serif;
  z-index: 2; }

.footer-header {
  border-bottom: 1px solid #424242; }

.fh-item:first-child {
  padding-left: 0; }

.fh-item {
  display: inline-block;
  padding: 24px; }

.fh-item a {
  color: #e2e2e2;
  text-decoration: none; }

.fh-item a:hover {
  color: #fff; }

.f-item {
  cursor: pointer;
  color: #bababa;
  font-size: 14px; }

.f-item:hover {
  color: #e2e2e2;
  text-decoration: none; }

.f-main .blk {
  display: inline-block;
  font-size: 12px;
  padding: 18px 0;
  margin: 16px 0;
  margin-right: 80px;
  vertical-align: top;
  line-height: 2.86;
  color: #e2e2e2; }

.p0 {
  padding: 0px; }

.fmain-hd {
  color: #fff;
  margin: 30px 0px 10px 0px; }

h2.hding-main2 {
  padding-left: 14px;
  line-height: 40px;
  font-size: 19px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: left;
  display: block;
  width: 100%;
  margin: 9px 0px 15px; }

.bottom-footer {
  border-top: 1px solid #424242; }

footer.bottom-footer {
  display: block;
  clear: both;
  height: auto;
  min-height: 72px; }

.frb-1.social {
  margin-top: 20px; }

h5.st {
  font-size: 16px !important;
  float: right;
  margin-top: -37px; }

a.bfooter-logo {
  width: 44px;
  float: left;
  margin-top: 18px; }

.footer-para {
  color: #bababa;
  float: left;
  padding: 24px 9px;
  width: 33%; }

.footer-right {
  overflow: hidden;
  text-align: right; }

.frb-1 {
  display: inline-block; }

.fb-item {
  display: inline-block;
  padding: 24px; }

.fb-item a {
  color: #bababa;
  text-decoration: none; }

.social a {
  float: left;
  display: inline-block; }

.social a img {
  width: 18px;
  margin: 0 6px;
  opacity: .7;
  text-decoration: none;
  transition: opacity .5s;
  display: inline-block; }

.col-md-3, .col-md-6, .col-md-9, .col-md-8, .col-md-7, .col-md-5, .col-md-4, .col-md-2 {
  float: left; }

.modal-body.services-blk {
  display: flex;
  padding: 0px;
  background: #f4f4f4; }

.dropdown-toggle::after {
  display: none !important; }

.usricn {
  border: 1px solid #7f7f7f;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px !important;
  border-radius: 50%;
  font-size: 19px !important; }

.services-blk .col-md-4 {
  padding: 0px;
  background: #f4f4f4;
  border-right: 1px solid #ddd; }

.services-blk .col-md-4 li {
  border-left: 4px solid #f4f4f4; }

.services-blk .col-md-4 li {
  padding: 22px 10px;
  display: flow-root;
  cursor: pointer;
  min-height: 76px; }

.services-blk .col-md-4 li.active {
  background: #f4f4f4;
  color: #000;
  border-left: 4px solid #000;
  border-bottom: 1px solid #ddd !important; }

.services-blk img {
  width: 24px;
  float: left;
  margin-right: 10px; }

.services-blk h4 {
  font-size: 14px;
  float: left;
  font-weight: 500; }

.service-subcat {
  padding: 15px;
  display: none; }

.service-subcat.active {
  display: block; }

.service-subcat li {
  padding: 0px;
  display: flow-root;
  cursor: pointer;
  clear: both;
  min-height: 50px; }

.service-subcat li:hover {
  background: #222;
  border-radius: 4px; }

.service-subcat li:hover h4 {
  color: #fff; }

.services-blk img {
  width: 32px;
  float: left;
  margin-right: 20px; }

.service-subcat img {
  width: 36px;
  float: left;
  margin-right: 16px; }

.service-subcat h4 {
  font-size: 16px;
  float: left;
  font-weight: 100;
  padding-left: 30px;
  line-height: 40px; }

a.showmap {
  float: right;
  font-size: 28px;
  padding: 4px;
  color: #fff;
  cursor: pointer; }

.mapwrap {
  background: #393534;
  padding-bottom: 15px; }

h2.addhding {
  color: #333;
  font-size: 24px !important;
  margin: 30px 10px 6px;
  font-weight: bold; }

.col-md-11 a.showadd {
  display: none; }

a.cancel {
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 36px;
  padding: 10px;
  float: right;
  right: 13px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  top: 0; }

.col-md-1.addwrap form {
  display: none; }

.col-md-1.addwrap h2.mod-main-hd {
  display: none; }

.col-md-1 div#map_wrapper {
  opacity: 0;
  margin-top: 40px; }

.login-blk img {
  width: 180px; }

.modal-body.login-blk {
  text-align: center;
  padding: 60px; }

.login-blk h2 {
  margin: 0;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #000; }

.login-blk ul {
  padding: 0;
  list-style-type: none;
  color: #757575;
  font-size: 12px;
  margin-top: 8px;
  display: flex;
  text-align: center;
  width: 164px;
  margin: auto; }

.login-blk li {
  display: inline-flex;
  align-items: center;
  margin-left: 8px; }

button.btn.btn-login {
  background-color: #212121;
  background-size: 100%;
  transition: background 0s;
  color: #fff;
  width: 215px;
  border-radius: 4px; }

.login-blk input[type="text"],.login-blk input[type="email"] {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 20px;
  width: 215px;
  display: block;
  margin: 20px auto; }

/*alertcss*/
#modalContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 10000;
  background-image: url(tp.png); }

a.nav-link.lasstitem img {
  width: 30px;
  float: left;
  margin-left: -5px; }

a.nav-link.lasstitem {
  width: 99px;
  position: fixed;
  right: 0;
  padding: 0px !important;
  top: 16px; }

.usericon a.nav-link {
  line-height: 36px;
  padding: 0px; }

a.cancelotp {
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 36px;
  padding: 10px;
  float: right;
  right: 13px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  top: 0; }

#alertBox {
  position: relative;
  width: 33%;
  min-height: 100px;
  max-height: 400px;
  margin-top: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  top: 30%; }

#modalContainer > #alertBox {
  position: fixed; }

#alertBox h1 {
  margin: 0;
  font: bold 1em Raleway,arial;
  background-color: #000;
  color: #FFF;
  border-bottom: 1px solid #000;
  padding: 10px 0 10px 5px; }

#alertBox p {
  height: auto;
  padding-left: 5px;
  padding-top: 30px;
  text-align: center;
  vertical-align: middle; }

#alertBox #closeBtn {
  display: block;
  position: relative;
  margin: 10px auto 10px auto;
  padding: 7px;
  border: 0 none;
  width: 70px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  background-color: #000;
  border-radius: 0px;
  text-decoration: none;
  outline: 0 !important; }

/* unrelated styles */
#mContainer {
  position: relative;
  width: 600px;
  margin: auto;
  padding: 5px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

h1, h2 {
  margin: 0;
  padding: 4px; }

code {
  font-size: 1.2em;
  color: #069; }

#credits {
  position: relative;
  margin: 25px auto 0px auto;
  width: 350px;
  font: 0.7em verdana;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 90px;
  padding-top: 4px; }

#credits img {
  float: left;
  margin: 5px 10px 5px 0px;
  border: 1px solid #000000;
  width: 80px;
  height: 79px; }

.important {
  background-color: #F5FCC8;
  padding: 2px; }

.service-block li.active {
  background: #fff;
  margin: 5px 10px;
  border-top: 4px solid #000; }

section {
  display: flow-root; }

ul.subcat-modal {
  background: #000;
  display: flow-root; }

.subcat-modal li {
  border-bottom: 1px solid #696969;
  padding: 15px 10px;
  border-left: 4px solid #000;
  display: flow-root;
  cursor: pointer;
  border-top: 1px solid #000; }

.subcat-modal img {
  width: 45px;
  float: left; }

.subcat-modal h3 {
  font-size: 16px;
  color: #fff;
  float: left;
  padding-left: 15px;
  width: calc(100% - 50px); }

.modal-cat-hd {
  display: flex;
  box-shadow: 0px 3px 3px -2px rgba(173, 173, 173, 0.2); }

.modal-cat-hd h2 {
  color: #000;
  float: left;
  line-height: 50px;
  font-weight: bold;
  font-size: 24px; }

.modal-cat-hd img {
  width: 100px;
  opacity: 1;
  float: left; }

.subcat-modal li.active {
  background: #fff; }

.subcat-modal li.active h3 {
  color: #000; }

.modalitem {
  background: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.21);
  margin: 10px 0px;
  width: 100%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  height: 240px;
  max-width: 250px;
  display: flow-root;
  margin-top: 40px; }

.modalitem:hover {
  transform: scale(1.14); }

.modalitem img {
  height: 100%;
  border-radius: 0px;
  max-height: 100%; }

.modalitem h4 {
  margin: 15px 0px 5px 0px;
  line-height: 18px;
  color: #000;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  padding: 0px 15px;
  width: 100%; }

.autowidth {
  width: calc(100% - 100px);
  margin: auto; }

a.btn.btn-book {
  color: #fff;
  width: calc(100% - 30px);
  padding: 10px;
  border-radius: 41px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background-color: black;
  margin-top: 20px;
  float: left;
  margin-bottom: 15px;
  margin-left: 15px; }

.btn-book img {
  width: 40px !important;
  height: 40px !important;
  padding: 5px;
  background: rgba(255, 255, 255, 0.411765);
  border-radius: 50%;
  float: right;
  margin-right: -8px;
  margin-top: -8px;
  margin-bottom: -8px; }

.modalitem h5 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 7px 0px;
  text-align: left;
  padding: 0px 15px;
  float: right; }

h4.nomodal {
  text-align: center;
  margin: 10%;
  color: #fff;
  font-size: 36px;
  font-style: italic; }

.service-subcat img {
  margin-top: 8px;
  margin-left: 10px; }

section.modaltab {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 50px;
  padding-top: 10px !important;
  background-color: rgba(0, 0, 0, 0.66);
  margin-top: 63px; }

.breadcrumb-new a {
  color: #e5e5e5;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 500;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6); }

.breadcrumb-new .starttag {
  width: 46px;
  float: left; }

.starttag img {
  width: 100%; }

.h110 {
  height: 110px; }

.modaltab h2 {
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
  margin-top: 10%;
  z-index: 2;
  text-shadow: 1px 0px 5px rgba(130, 130, 130, 0.75); }

/*.dflex{
    display:flex;
}*/
.modaltab h3 {
  font-family: Axiforma-Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 23px;
  font-weight: 400 !important;
  color: #fff;
  line-height: 41px;
  margin-bottom: 10%; }

.mod-sec h2 {
  line-height: 40px;
  font-size: 34px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  margin: 36px 0px; }

.mod-sec h4 {
  color: #000;
  font-weight: 600;
  text-align: center; }

.ser-sec h2 {
  line-height: 40px;
  font-size: 34px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  margin: 36px 0px; }

.ser-sec h4 {
  color: #000;
  font-weight: 600;
  text-align: center; }

.starttag {
  display: inline-block;
  width: 55px; }

.modalitem ul {
  text-align: left;
  font-size: 12px;
  color: #949494;
  height: 70px;
  overflow: hidden;
  padding: 0px 15px; }

.clr-w {
  background-color: #fff; }

.clr-fb {
  background-color: #f6f6f6; }

.loginsuccesspop {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.51);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.ls-cont {
  background: #fff;
  max-width: 340px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 168px;
  border-radius: 4px;
  box-shadow: 3px 3px 5px 2px rgba(109, 109, 109, 0.9); }

.ls-cont h1 {
  color: #fff;
  background: #e03500;
  font-size: 20px;
  padding: 10px;
  font-weight: bold; }

.ls-cont h2 {
  font-size: 16px;
  text-align: center;
  margin: 25px 0px; }

a.successbtn {
  background: #e03500;
  color: #fff;
  padding: 10px 30px;
  display: block;
  margin: 0px auto;
  width: 90px;
  text-align: center; }

ul.dropdown-menu {
  padding: 0px;
  margin-top: 10px; }

.dropdown-menu li {
  padding: 7px 15px;
  border-top: 1px solid #ddd; }

.dropdown-menu li a {
  font-size: 14px; }

.b_ebea {
  width: 85px;
  height: 33px;
  border: 1px solid #212121;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  margin-top: 10px;
  margin-left: 4px; }

.b_e277 .b_m277 {
  width: 80px;
  height: 32px;
  border: 1px solid #212121;
  font-size: 14px; }

.b_e277 .b_o277 {
  font-size: 14px;
  line-height: 34px;
  vertical-align: top; }

.b_kbea {
  font-weight: 700;
  color: #fff;
  transition: .15s ease-out; }

.b_gbea {
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  width: 34px;
  height: 100%;
  line-height: 33px; }

.b_obea {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #212121;
  transition: transform .15s ease-out; }

.b_ibea {
  display: none; }

h2.hding-main {
  line-height: 40px;
  font-size: 24px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  margin: 30px 0px 4px; }

.b_ibea:checked + .b_mbea ~ .b_obea {
  transform: translateX(100%); }

.pr-form {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 100px;
  text-align: center;
  /*  max-width: 600px;*/
  margin-left: auto;
  margin-right: auto; }

.btn-submit {
  background-color: #212121;
  color: #fff;
  border-radius: 4px;
  padding: 8px 32px;
  font-size: 18px;
  margin-top: 16px; }

.pr-form input.form-control {
  border-radius: 4px;
  margin: 30px 0px; }

#location-modal .modal-content > h2, .modhd {
  color: #000;
  padding: 10px 15px;
  font-size: 18px; }

#location-modal .modal-body h2 {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin: 0px 0px 20px 0px; }

#location-modal button.btn {
  display: block;
  margin: 20px auto 60px auto;
  width: 50%;
  border: 1px solid #007bff;
  border-radius: 4px; }

#location-modal button.btn.btn-default {
  margin-bottom: 0px;
  margin-top: 40px; }

button.btn.add-date-btn {
  background: #f41616;
  color: #fff;
  font-size: 16px;
  border-radius: 28px;
  padding: 11px 37px;
  float: right; }

#map {
  height: -webkit-fill-available;
  width: 100%; }

#map_wrapper {
  height: -webkit-fill-available; }

#map_canvas {
  width: 100%;
  height: -webkit-fill-available;
  min-height: 500px; }

.loc-box {
  position: absolute;
  margin-top: 75px;
  z-index: 999;
  left: 0;
  right: 0; }

input#pac-input {
  width: 100%;
  padding: 8px;
  border-bottom: 2px solid #e7e7e7;
  clear: both;
  left: 0 !important;
  top: 0px !important;
  z-index: 9999 !important; }

.modal-dialog.modal-lg {
  width: calc(100% - 30px) !important;
  max-width: 940px; }

.modal-body.row {
  margin-left: 0; }

.col-md-11.mapwrap a.showmap {
  opacity: 0;
  pointer-events: none; }

a.showadd {
  color: #333;
  font-size: 25px;
  height: 40px;
  line-height: 40px; }

.col-md-11 a.showadd {
  color: #333;
  font-size: 25px;
  height: 40px;
  line-height: 40px; }

.fuelbox label {
  float: left;
  padding-left: 17px;
  font-size: 16px;
  cursor: pointer;
  line-height: 19px; }

.fuelbox input {
  width: 20px;
  height: 20px;
  float: left; }

.fuelbox {
  margin: 15px 10px; }

.cart-content, .cart-right-content {
  background: #fff;
  padding: 0px;
  margin-bottom: 16px;
  border: 2px solid #d9d9d9;
  margin-left: 10%;
  margin-right: 20px;
  width: calc(90% - 20px);
  border-radius: 12px;
  border-top-left-radius: 75px !important;
  border-bottom-left-radius: 75px !important;
  height: 111px; }

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

.cart-content > ul > li {
  display: flow-root;
  padding: 0px 0px; }

.cart-content img {
  width: 160px;
  float: left;
  margin-right: 20px; }

.cartit-left {
  float: left;
  width: calc(100% - 162px);
  padding-right: 15px; }

.cart-content h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 25px;
  width: 33%;
  float: left;
  height: 49px;
  overflow: hidden; }

.cartit-left li b {
  padding-right: 10px;
  color: #000; }

.cartit-left ul {
  float: left;
  margin-right: 20px;
  width: 33%;
  font-size: 12px;
  line-height: 19px; }

.cart-content img {
  width: 120px;
  height: 120px;
  float: left;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  margin-left: -8px;
  margin-top: -8px; }

a.rembtn {
  color: #f41616;
  right: 10px;
  position: absolute;
  font-size: 14px;
  bottom: 2px;
  cursor: pointer; }

button.btn.btn-checkout-proceed {
  background: #f41616;
  color: #fff;
  padding: 11px 30px;
  width: calc(100% - 15px);
  /* position: absolute; */
  left: 0px;
  right: 0px;
  font-size: 16px;
  bottom: 0; }

.summary ul {
  margin-bottom: 20px; }

.rightofloc input, .rightofloc select, .rightofloc textarea {
  margin: 0px 0px;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  border-bottom: 2px solid #e7e7e7;
  font-weight: bold;
  padding: 8px; }

.rightofloc h4 {
  font-size: 18px;
  color: #000;
  border-top: 1px solid #ddd;
  margin-top: 12px;
  padding: 7px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }

.rightofloc h4 span {
  float: right; }

.rightofloc button.btn.btn-checkout-proceed {
  width: 100%; }

.lasstitem span {
  line-height: 38px;
  font-weight: bold;
  float: left;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  background: #f41616;
  border-radius: 50%;
  margin-top: -6px;
  margin-left: -4px; }

nav.navbar.navbar-expand-lg.fixed {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }

.modaltab {
  padding-top: 65px !important; }

a.addedhd {
  float: left;
  padding: 10px;
  font-size: 16px;
  color: #03c740;
  font-weight: bold; }

.address-blk {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  cursor: pointer;
  color: #696969;
  margin: 10px 0px;
  height: 220px;
  overflow: hidden; }

.address-blk p {
  margin: 0px;
  font-size: 12px; }

.selectedadd .address-blk {
  background: #000;
  color: #fff; }

a.delete-add-icon {
  position: absolute;
  right: 10px;
  margin-top: -21px;
  width: 24px;
  height: 24px;
  background: #000;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #000; }

a.delete-add-icon:hover {
  background: #fff;
  color: #000; }

#datetimemodal h2 {
  color: #000;
  margin: 0px;
  padding: 0px;
  margin-top: 10px; }

h6.dthding {
  line-height: 31px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333; }

.dthding i {
  color: #038fca;
  padding-right: 10px; }

#datetimemodal .modal-content {
  padding: 0px 20px; }

#detail li img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  margin: 10px; }

#detail h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
  font-weight: bold;
  padding-left: 0px;
  line-height: 35px;
  padding-right: 0px; }

#detail h4 span {
  float: right; }

#detail .cart-content {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 6px !important;
  height: auto !important;
  width: 100%;
  margin-left: 0px;
  display: -webkit-box; }

#detail .cartit-left {
  float: left;
  width: calc(100% - 110px);
  padding-right: 15px; }

.cart-content h5 {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  color: #3a3a3a;
  font-weight: bold;
  float: right;
  line-height: 96px; }

#detail .cart-content h5 {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-weight: bold;
  float: right; }

.cspec h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 13px; }

.cspec {
  float: left;
  width: calc(100% - 281px);
  overflow: hidden;
  height: 107px; }

.cspec table {
  clear: both;
  width: 100%; }

.cspec p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #393939; }

#detail .cartit-left ul {
  font-size: 12px;
  line-height: 15px;
  width: auto;
  margin-right: 10px; }

.pricetext {
  display: flow-root;
  line-height: 40px;
  color: #000; }

.pricetext h4 {
  color: #000;
  padding: 5px 10px;
  line-height: 30px;
  border-top: 1px solid #000;
  font-size: 16px !important; }

.pricetext h4 span {
  float: right;
  font-weight: bold;
  color: #000 !important; }

#detail h2 {
  color: #333 !important;
  font-size: 24px !important;
  margin: 6px 10px 6px !important;
  font-weight: bold !important; }

.is-invalid {
  border-color: red !important; }

.addtype label {
  width: 80px;
  text-align: center;
  padding: 5px 9px;
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 0px;
  margin-right: 6px;
  cursor: pointer;
  font-weight: bold;
  margin-top: -5px !important; }

.addtype label.active {
  background: #000;
  color: #fff; }

.addtype {
  margin-top: 10px; }

button.btn.save-add-btn {
  float: right;
  background: #000;
  color: #fff;
  border-radius: 7px;
  margin: 36px;
  padding: 10px 30px; }

h2.mod-main-hd {
  color: #333;
  font-size: 24px;
  margin: 30px 10px 6px;
  font-weight: bold; }

.addtype input {
  position: absolute;
  width: 80px;
  margin-left: -21px;
  height: 33px;
  margin-top: -5px;
  margin-bottom: 0px;
  opacity: 0;
  cursor: pointer; }

.addwrap label {
  margin-bottom: 0px;
  color: #333;
  font-weight: bold;
  margin-top: 15px; }

.address-blk h3 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px; }

a.editadd {
  float: right;
  width: 47px;
  text-align: center;
  position: absolute;
  right: 16px;
  top: 10px;
  background: #333;
  border-radius: 0px;
  color: #fff !important;
  font-size: 27px;
  height: 35px;
  line-height: 37px;
  border-top-right-radius: 6px; }

h2.addhding {
  color: #333;
  font-size: 24px !important;
  margin: 30px 10px 6px;
  font-weight: bold; }

.ortext {
  width: 40px;
  background: #fff;
  margin: auto;
  margin-top: -27px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold; }

#location-modal hr {
  border-top: 2px solid #6e6b6a; }

a.proceedfix {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  right: -132px;
  height: 49px;
  background: #fff;
  font-size: 18px;
  color: #000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px;
  font-weight: bold;
  transition: 0.6s all;
  border: 1px solid #333; }

.proceedfix img {
  width: 28px;
  margin-right: 10px; }

a.proceedfix:hover {
  right: 0px; }

h2.totprice {
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 20px; }

.modal {
  overflow: auto;
  background: rgba(0, 0, 0, 0.47); }

.timeslot {
  margin-top: 0px;
  margin-bottom: 20px; }

.timeslot label {
  font-size: 14px;
  width: 32.3%;
  margin: 13px 0px;
  line-height: 25px;
  cursor: pointer;
  color: #000;
  text-align: center; }

.timeslot input {
  position: absolute;
  width: 33.3%;
  margin-left: -61px;
  opacity: 0;
  /* left: 0; */
  cursor: pointer;
  height: 63px;
  margin-top: -15px; }

.timeslotbox {
  padding: 15px;
  border: 1px solid #e7e9ed;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
  min-height: 270px; }

.timeslot span {
  width: 97%;
  display: block;
  padding: 4px 0px;
  border-radius: 22px;
  background-color: #bababa;
  color: #fff; }

.timeslot input[type="radio"]:checked + .checkspan {
  border-radius: 22px;
  background-color: #038fca;
  color: #fff; }

.coupenbox {
  margin-top: 0px;
  padding: 0px; }

.coupenbox label {
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
  background: #f8f8fa;
  margin: 1px;
  line-height: 37px;
  cursor: pointer; }

.coupenbox input {
  width: 17px;
  height: 17px;
  position: absolute;
  width: 100%;
  margin-left: 0;
  height: 38px;
  opacity: 0;
  left: 0; }

.coupenbox span {
  width: 100%;
  display: block; }

.coupenbox input[type="radio"]:checked + .checkspan {
  background-color: #000;
  color: #fff; }

.modhd {
  color: #000;
  font-size: 20px;
  padding: 10px 15px; }

.selectedadd .address-blk h3 {
  color: #fff; }

a.uploadbtn {
  width: 100%;
  background: #000;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif; }

img.profiledp {
  width: 200px !important;
  height: 200px;
  display: block;
  margin: 20px auto !important;
  border-radius: 50%;
  opacity: 1 !important;
  border: 7px double #9a9a9a;
  clear: both;
  float: none !important; }

input.dp-input {
  color: #fff;
  text-decoration: none;
  padding: 7px;
  font-size: 16px;
  margin-top: -43px;
  cursor: pointer;
  width: 200px !important;
  height: 200px;
  margin: 20px auto !important;
  border: 7px double #9a9a9a;
  clear: both;
  background: #000;
  display: block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 57px;
  left: 0;
  opacity: 0;
  right: 0; }

button.coupbtn {
  float: right;
  margin: 0px 15px 20px;
  background: transparent;
  border: none;
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; }

.seritem {
  background: #fff;
  width: 100%;
  display: inline-block;
  box-shadow: 1px 0px 6px 1px rgba(0, 0, 0, 0.11);
  margin-top: 30px; }

.seritem img {
  width: 100%;
  height: auto;
  max-height: 150px; }

.seritem h5 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  padding: 6px 10px;
  background: #fbfbfb;
  width: auto;
  position: absolute;
  right: 24px;
  text-align: center;
  margin-top: -22px;
  border-radius: 23px; }

.seritem h4 {
  margin-top: 13px;
  text-align: left;
  padding: 10px 10px;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 49px; }

.seritem > span {
  padding: 0px 20px;
  display: block;
  font-size: 12px;
  height: 73px;
  overflow: hidden; }

.seritem p {
  margin-bottom: 0px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px; }

a.addedhd {
  float: left;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #84e617;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-bottom: 15px;
  border-radius: 27px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px; }

.addedhd i {
  float: right;
  background: rgba(0, 0, 0, 0.27);
  height: 40px;
  width: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-top: -8px;
  margin-right: -8px;
  margin-bottom: -8px; }

.package {
  background: #fff;
  width: 100%;
  display: inline-block;
  box-shadow: 1px 0px 6px 1px rgba(0, 0, 0, 0.11);
  border-radius: 34px;
  border: 2px solid #767676;
  padding: 15px;
  margin: 15px 0px; }

.package h5 {
  font-size: 38px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  line-height: 46px; }

.package h5 i {
  font-size: 22px;
  margin-right: 5px; }

.package h3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 2px solid #ceddde;
  margin-bottom: 25px; }

.package h4 {
  color: #767676;
  text-align: left;
  font-size: 20px; }

.package p {
  margin-bottom: 0px;
  font-weight: 100 !important;
  color: #000;
  font-size: 16px;
  line-height: 30px; }

a.btn.addpackage {
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 41px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background-color: #767676;
  margin-top: 20px;
  float: left; }

.addpackage img {
  width: 40px !important;
  height: 40px !important;
  padding: 5px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  float: right;
  margin-right: -8px;
  margin-top: -8px;
  margin-bottom: -8px; }

a.addedpkg {
  float: left;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #84e617;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-bottom: 15px;
  border-radius: 27px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px; }

.hdhowwork {
  display: block;
  width: 100%;
  font-size: 32px;
  text-align: center; }

.howwork {
  text-align: center;
  margin-top: 50px; }

.howwork > img {
  width: 90px;
  height: 90px;
  margin: auto;
  display: block;
  padding: 10px; }

.howwork > h2 {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  background: #f41616;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px; }

.howwork .col-md-3.col-sm-3.col-xs-3 {
  padding: 1.2px; }

.howwork h3 {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  margin: 10px auto; }

span.linenum {
  width: calc(50% - 40px);
  border-top: 3px dotted #f41616;
  display: inline-block;
  height: 9px; }

.addedpkg i {
  float: right;
  background: rgba(0, 0, 0, 0.27);
  height: 40px;
  width: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-top: -8px;
  margin-right: -8px;
  margin-bottom: -8px; }

.summary {
  padding: 20px; }

.summary h2 {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 22px 0px 42px 0px; }

h3.subhd {
  line-height: 18px;
  color: #565656;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 26px;
  border-top: 3px solid #d9d9d9;
  padding-top: 15px;
  display: block;
  margin-left: auto;
  width: fit-content;
  margin-right: auto; }

.showmap i {
  color: #fff; }

a.hidemore {
  float: right;
  font-size: 49px;
  font-weight: 500;
  clear: both;
  margin-top: -16px; }

.summary ul li {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 44px;
  font-weight: 600;
  border-bottom: 2px solid #9c9a99;
  width: calc(100% - 15px); }

.summary ul li span {
  float: right;
  font-weight: bold; }

.specsec {
  float: left;
  margin-top: 10px;
  height: 99px;
  overflow: hidden;
  display: block;
  width: calc(100% - 51%); }

.specsec h6 {
  font-size: 18px;
  color: #000; }

#detail .cart-content p {
  margin: 0px;
  font-size: 14px;
  color: #333;
  display: block; }

.cart-content1 {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 15px;
  border: 1px dashed #bbbbbb;
  margin-top: 5px; }

.cart-content1 h4 {
  color: #000;
  font-size: 14px;
  line-height: 30px; }

.cart-content1 .col-md-8 > ul > li {
  background: #f9f9f9;
  display: inline-block;
  margin: 5px 0px !important;
  padding: 15px;
  border: 1px solid #ddd;
  width: 100%; }

#detail ul {
  width: 100%; }

.cart-content1 li img {
  float: left;
  border-radius: 0px;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd; }

.cart-content1 .col-md-8 {
  padding: 0px; }

.cart-content1 .cartit-left {
  float: left;
  width: calc(100% - 150px);
  padding: 0px 15px; }

.cart-content1 h5 {
  float: right;
  font-size: 20px;
  color: #000; }

.cart-content1 h4 {
  color: #000;
  font-size: 14px;
  line-height: 30px; }

.cart-content1 .cartit-left ul {
  float: left;
  width: auto; }

.ospec {
  float: left; }

.ospec h6 {
  color: #000;
  font-size: 14px;
  font-weight: bold; }

.ospec p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000; }

.ospec p strong {
  font-weight: 500; }

.cart-content1 > h4 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #000;
  padding: 0px 0px 14px 0px;
  margin-bottom: 0px !important; }

.o_cont {
  padding-top: 20px; }

.cart-content1 .col-md-4 > h4 > b {
  float: right; }

span.odt {
  font-weight: bold;
  float: right;
  padding: 0px;
  color: #333;
  font-size: 12px; }

button.btn.btn-aaply-coupen {
  background: #f41616;
  color: #fff; }

#info h5 {
  float: right;
  color: #fff;
  margin-top: -36px;
  font-size: 18px;
  font-weight: bold; }

#info span {
  margin-top: 15px !important;
  display: block; }

#info p {
  text-align: left;
  font-size: 16px;
  margin: 0px;
  line-height: 27px; }

#info strong {
  font-weight: 100; }

a.infocircle {
  font-size: 16px;
  position: absolute;
  bottom: 86px;
  right: 30px;
  background: #000;
  width: 24px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  border-radius: 50%; }

a.infocircle i {
  color: #fff; }

ol.progtrckr {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 22px; }

ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 48px; }

ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 49%; }

ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 33%; }

ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%; }

ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 25%; }

ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 16%; }

ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 14%; }

ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 12%; }

ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 11%; }

ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid yellowgreen; }

ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver; }

ol.progtrckr li:after {
  content: "\00a0\00a0"; }

ol.progtrckr li:before {
  position: relative;
  bottom: -2.6em;
  float: left;
  left: 50%;
  line-height: 16px; }

ol.progtrckr li.progtrckr-done:before {
  content: "\2713";
  color: white;
  background-color: yellowgreen;
  height: 1.8em;
  width: 1.8em;
  line-height: 1.8em;
  border: none;
  border-radius: 2.2em; }

ol.progtrckr li.progtrckr-todo:before {
  content: "\039F";
  color: silver;
  background-color: white;
  font-size: 2.2em;
  bottom: -1.3em; }

@media (max-width: 600px) {
  #alertBox {
    position: relative;
    width: 90%;
    top: 30%; }
  .cartit-left {
    width: calc(100% - 32px); }
  .cart-content img {
    width: 100%;
    border-radius: 0px;
    border: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: auto;
    display: block;
    float: left;
    margin: 0px auto; }
  .modalitem img {
    width: 100%;
    max-width: 320px;
    height: auto !important; }
  .modaltab h3 {
    height: auto;
    padding: 10px; } }

@media (max-width: 969px) {
  .autowidth {
    width: calc(100% - 10px);
    margin: auto;
    display: flow-root; } }

.slide-main img.img-responsive {
  min-height: 180px; }

.mobnum {
  display: none; }

@media (max-width: 769px) {
  .mobnum {
    display: block; }
  #detail .cart-content h5 {
    margin-right: -21px;
    margin-top: 0; }
  #detail .specsec {
    width: 100% !important; }
  .commentForm .col-lg-8.col-md-8.col-sm-12.col-xs-12 {
    padding: 0px;
    margin-bottom: 20px; }
  .wablock {
    width: 100%;
    margin-top: 0px; }
  .modal-dialog {
    margin: 50px 0.9rem !important; }
  .services-blk li.active h4 {
    display: block;
    width: 100%; }
  .service-subcat.active {
    margin-top: 0px;
    padding-top: 0px; }
  a.nav-link.lasstitem img {
    width: 20px; }
  .hideinmob {
    display: none; }
  .lasstitem span {
    font-size: 9px;
    width: 19px;
    height: 19px;
    line-height: 17px;
    margin-left: -3px; }
  .avatar_list {
    width: 70px !important;
    height: 50px !important; }
  .line_list {
    width: 70px !important; }
  .starttag {
    width: 49px; }
  #location-modal button.btn {
    margin: 20px auto 30px auto;
    width: 80%; }
  .timeslot label {
    width: 50%; }
  .timeslot input {
    width: 45%; }
  .timeslot label {
    width: 50%; }
  .timeslotbox {
    min-height: auto; }
  h2.addhding {
    font-size: 18px !important; }
  a.rembtn {
    width: 61px;
    font-weight: bold;
    right: 0;
    bottom: 12px; }
  .summary h2 {
    font-size: 24px;
    margin: 15px 0px 15px 0px; }
  .cartit-left {
    padding: 10px 0px; }
  .cart-content h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
    font-weight: bold;
    margin-top: 0px;
    width: calc(100% - 49px);
    display: inline-block;
    line-height: 25px;
    height: 23px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis; }
  button.btn.btn-checkout-proceed {
    font-size: 16px;
    width: 100%; }
  .summary ul li {
    font-size: 12px;
    line-height: 36px;
    width: 100%;
    padding: 0px 15px; }
  .cspec h6 {
    font-size: 12px;
    margin-top: 0px; }
  .cspec {
    width: calc(100% - 76px);
    font-size: 12px;
    float: left; }
  .cart-content h5 {
    font-size: 18px;
    line-height: 32px;
    float: right;
    margin-right: 0;
    margin-top: -61px; }
  .mod-sec h2 {
    line-height: 30px;
    font-size: 20px; }
  .ser-sec h2 {
    line-height: 30px;
    font-size: 20px; }
  .breadcrumb-new a {
    font-size: 14px; }
  a.nav-link.lasstitem {
    right: 56px;
    margin-top: 10px;
    width: 37px; }
  a.navbar-brand {
    margin: 0px !important; }
  .nav-item.mobnum {
    float: left;
    margin-left: -41px; }
  .mobnum a.nav-link.wablock {
    padding: 0px; }
  .mobnum img {
    width: 18px; }
  .mobnum span {
    color: #000;
    font-size: 14px; }
  h2.hding-main {
    margin-top: 20px;
    font-size: 20px; }
  h2.hding-main2 {
    margin-top: 48px; }
  .cart-content, .cart-right-content {
    background: #fff;
    display: flow-root;
    margin: 10px auto;
    border: 1px solid #d9d9d9;
    width: calc(100% - 50px);
    border-radius: 12px;
    padding: 10px;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    height: auto; }
  h3.subhd {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 26px; }
  .services-blk .col-md-4 {
    width: 120px; }
  .modalitem {
    margin: 20px auto; }
  .col-md-12.dflex {
    display: flow-root;
    padding: 0px; }
  .services-blk .col-md-4 li {
    padding: 10px 6px;
    text-align: center; }
  .services-blk img {
    width: 32px;
    float: none;
    margin: auto; }
  .service-subcat {
    padding: 15px 0px;
    margin: 10px 0px; }
  .service-subcat h4 {
    font-size: 12px;
    padding-left: 15px;
    line-height: 22px; }
  .service-subcat img {
    float: left !important;
    height: 22px !important; }
  .service-subcat li {
    margin: 10px 0px; }
  .autowidth {
    width: calc(100% - 10px); }
  .modaltab h2 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 10px;
    line-height: 20px; }
  .modaltab h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 0;
    padding: 0px; }
  #banner h1 {
    font-size: 20px;
    line-height: 24px; }
  #banner p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 8px; }
  #banner select {
    width: 40%;
    padding: 10px;
    height: 34px;
    font-size: 12px; }
  #banner input[type="search"] {
    width: 58%;
    font-size: 12px;
    padding: 10px; }
  #banner span {
    font-size: 10px; }
  .service-block img {
    width: 50px !important;
    height: auto; }
  .cart-content1 .col-md-8 {
    padding: 0px; }
  .service-block h4 {
    font-size: 14px; }
  .banner-overlay {
    padding: 30px 10px;
    text-align: center; }
  .owl-controls {
    display: none;
    opacity: 0; }
  .fh-item {
    padding: 5px 10px; }
  .f-main .blk {
    padding: 0px 0;
    margin: 0px 0;
    width: 100%; }
  .footer-para {
    padding: 8px 8px;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center; }
  a.bfooter-logo {
    width: 44px;
    padding: 10px 9px;
    display: block;
    margin: auto;
    float: none; }
  .footer-right {
    overflow: initial;
    text-align: center;
    float: none;
    display: block;
    margin: auto;
    clear: both;
    width: 238px; }
  .fb-item {
    padding: 5px 20px; }
  .frb-1.social {
    margin: 20px 0px; }
  .navbar-brand img {
    width: 110px;
    max-height: 42px !important;
    margin: 8px 0px; }
  #banner {
    padding-top: 46px;
    top: 0px; }
  #banner i {
    line-height: 34px; }
  .ngSlideshow {
    padding-top: 57px !important; }
  .page-header-area-2 {
    padding: 80px 2px 20px !important; }
  ol.progtrckr li.progtrckr-todo:before {
    font-size: 12px !important; }
  ol.progtrckr li:before {
    left: 34% !important; }
  ol.progtrckr li {
    line-height: 17px !important;
    padding-bottom: 0px !important; }
  ol.progtrckr li:before {
    bottom: -46px !important; }
  .progtrckr li span {
    height: 16px !important;
    display: block !important;
    line-height: 12px !important;
    text-align: center !important;
    margin-top: 18px;
    font-size: 11px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }
  ol.progtrckr li.progtrckr-todo:before {
    bottom: -46px !important; } }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto; } }

@media (max-width: 576px) {
  .h110 {
    height: auto; } }

.owl-item {
  min-width: 276px;
  height: auto; }

.navbar-brand {
  padding-top: 2px;
  padding-bottom: 2px; }

.preload_tab {
  height: 100vh;
  padding: 70px 0px;
  width: 90%;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
  white-space: nowrap; }

.hline {
  width: 250px;
  height: 27px;
  margin: 20px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out; }

.post {
  width: 260px;
  height: auto;
  display: inline-block;
  margin: 0px 20px; }

.post .avatar {
  width: 100%;
  height: 200px;
  background-color: #ccc;
  border-radius: 6px;
  margin: 10px 0px;
  background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
  background-size: 300px;
  animation: shine-avatar 2s infinite ease-out; }

.post .line {
  width: 190px;
  height: 16px;
  margin-top: 12px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
  background-size: 300px;
  animation: shine-lines 2s infinite ease-out; }

.post .avatar + .line {
  margin-top: 11px;
  width: 150px; }

.post .line ~ .line {
  background-color: #ddd; }

.preload_tab_list {
  display: none; }

.post_list {
  flex: auto;
  text-align: center;
  margin: 6px;
  cursor: pointer; }

.post_list .avatar_list {
  width: 100px;
  opacity: 0.6;
  height: 50px;
  background-color: #e9e9e9;
  border-radius: 6px;
  margin: auto;
  background-image: linear-gradient(90deg, #ffffff 0px, rgba(219, 219, 219, 0.8) 40px, #f3f3f3 80px);
  background-size: 100px;
  animation: shine-avatar 2s infinite ease-out; }

.post_list .line_list {
  width: 100px;
  height: 16px;
  margin: auto;
  margin-top: 12px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #ffffff 0px, rgba(219, 219, 219, 0.8) 40px, #f3f3f3 80px);
  background-size: 100px;
  animation: shine-lines 2s infinite ease-out; }

.post_list .avatar_list + .line_list {
  margin-top: 11px;
  width: 100px; }

.post_list .line_list ~ .line_list {
  background-color: #ddd; }

.service-block ul:empty ~ .preload_tab_list {
  display: flex; }

@keyframes shine-lines {
  0% {
    background-position: 0px; }
  40%, 100% {
    background-position: 215px; } }

@keyframes shine-avatar {
  0% {
    background-position: 0px; }
  40%, 100% {
    background-position: 255px; } }

.loadsk:empty ~ .preload_tab {
  display: block; }

.loadsk1:empty ~ .preload_tab {
  display: block; }

#info h4 {
  color: #fff;
  background: #000;
  padding: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-right: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.preload_mod {
  height: 340px;
  padding: 26px 0px;
  width: 100%;
  display: flow-root;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none; }

.post_mod {
  width: calc(33% - 129px);
  height: auto;
  display: flow-root;
  float: left;
  margin: 0px 20px; }

.post_mod .avatar_mod {
  width: 100%;
  height: 190px;
  background-color: #e9e9e9;
  border-radius: 6px;
  margin: auto;
  background-image: linear-gradient(90deg, #dfdfdf 0px, rgba(221, 221, 221, 0.8) 40px, #e9e9e9 80px);
  background-size: 100%;
  animation: shine-avatar1 0.8s ease-in-out forwards infinite; }

.post_mod .line_mod {
  width: 190px;
  height: 16px;
  margin: auto;
  margin-top: 12px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #dfdfdf 0px, rgba(221, 221, 221, 0.8) 40px, #e9e9e9 80px);
  background-size: 600px;
  animation: shine-avatar1 0.8s ease-in-out forwards infinite; }

.post_mod .avatar_mod + .line_mod {
  margin-top: 11px;
  width: 100%; }

.post_mod .line_mod ~ .line_mod {
  background-color: #ddd; }

.service-block ul:empty ~ .preload_mod {
  display: block; }

.loadsk1:empty ~ .preload_mod {
  display: block; }

@keyframes shine-lines1 {
  0% {
    background-position: 0px; }
  40%, 100% {
    background-position: 240px; } }

@keyframes shine-avatar1 {
  0% {
    background-position: -32px; }
  40%, 100% {
    background-position: 236px; } }

.preload_cart {
  height: 339px;
  padding: 26px 0px;
  width: 100%;
  display: flow-root;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none; }

.post_cart {
  width: 89%;
  height: auto;
  display: flow-root;
  float: left;
  margin: 13px 39px; }

.post_cart .avatar_cart {
  width: 120px;
  height: 120px;
  background-color: #e9e9e9;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  background-image: linear-gradient(90deg, #dfdfdf 0px, rgba(221, 221, 221, 0.8) 40px, #e9e9e9 80px);
  background-size: 48%;
  animation: shine-avatar2 0.8s ease-in-out forwards infinite; }

.post_cart .line_cart {
  width: 190px;
  height: 99px;
  margin: auto;
  margin-top: 12px;
  border-radius: 7px;
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
  background-image: linear-gradient(90deg, #dfdfdf 0px, rgba(221, 221, 221, 0.8) 40px, #e9e9e9 80px);
  background-size: 100%;
  animation: shine-avatar2 0.8s ease-in-out forwards infinite; }

.post_cart .avatar_cart + .line_cart {
  margin-top: 11px;
  width: 100%; }

.post_cart .line_cart ~ .line_cart {
  background-color: #ddd; }

.service-block ul:empty ~ .preload_cart {
  display: block; }

.loadsk2:empty ~ .preload_cart {
  display: block; }

@keyframes shine-lines2 {
  0% {
    background-position: 0px; }
  40%, 100% {
    background-position: 130px; } }

@keyframes shine-avatar2 {
  0% {
    background-position: -32px; }
  40%, 100% {
    background-position: 800px; } }

@media (max-width: 382px) {
  .timeslot label {
    font-size: 10px;
    line-height: 16px; } }

#citymodal a {
  display: block; }

#citymodal img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #ddd; }

#citymodal h3 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 10px 0px; }

#citymodal a:focus img {
  border: 3px solid #F44336; }

#citymodal a:focus h3 {
  color: #F44336;
  font-weight: bold; }

@media (max-width: 769px) {
  #citymodal .col-sm-4 {
    width: 33%; }
  #citymodal h3 {
    font-size: 10px; }
  #citymodal img {
    width: 52px;
    height: 52px; }
  #citymodal h4 {
    font-size: 16px !important; } }
