* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #6e6e6e;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.primary-color {
  color: #edbe3c;
}

a.primary-color {
  text-decoration: none;
}

a.primary-color:hover {
  color: #edbe3c;
  text-decoration: underline;
}

.btn:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-control {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.form-control:focus {
  border-color: #edbe3c;
}

.form-check-input:active {
  border-color: #edbe3c;
}

.form-check-input:focus {
  border-color: #edbe3c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 187, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(255, 187, 84, 0.25);
}

.form-check-input:checked {
  background-color: #edbe3c;
  border-color: #edbe3c;
}

#LeadForm .tab h6 {
  text-align: center;
}

#LeadForm .tab .form-check {
  padding: 10px 30px 10px 50px;
}

.btn-outline-icon {
  padding: 0px 20px 10px;
  border: 2px solid #edbe3c;
  background-color: transparent;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.btn-outline-icon i {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 30px;
  margin-right: 5px;
}

.btn-outline-icon i::before {
  line-height: 1;
}

.btn-outline-icon:hover {
  color: #000;
  background-color: #edbe3c;
  -webkit-box-shadow: 0 0 10px #edbe3c;
          box-shadow: 0 0 10px #edbe3c;
}

.btn-outline-icon.fill {
  background-color: #edbe3c;
  color: #000;
}

.btn-primary {
  background-color: #edbe3c;
  color: #000;
  border: 2px solid #edbe3c;
  outline: unset;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-primary i {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 30px;
  margin-right: 5px;
}

.btn-primary i::before {
  line-height: 1;
}

.btn-primary:hover {
  border: 2px solid #edbe3c;
  color: #000;
  background-color: #edbe3c;
  -webkit-box-shadow: 0 0 10px #edbe3c;
          box-shadow: 0 0 10px #edbe3c;
}

.btn-primary:focus {
  border: 2px solid #edbe3c;
  color: #000;
  background-color: #edbe3c;
  -webkit-box-shadow: 0 0 10px #edbe3c;
          box-shadow: 0 0 10px #edbe3c;
}

.btn-primary:focus:active {
  -webkit-box-shadow: 0 0 20px #edbe3c;
          box-shadow: 0 0 20px #edbe3c;
}

.dark-menu {
  background-color: #242424;
}

.navbar-light {
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.navbar-light.scrolled {
  background-color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand img {
  width: 110px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 10px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #edbe3c;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #edbe3c;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #edbe3c;
}

.navbar-light .login .navbar-nav::before {
  content: "|";
  padding: 5px 20px;
  color: #edbe3c;
}

.navbar-light .login .navbar-nav .nav-link {
  color: #edbe3c;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 10px;
  text-shadow: 0 0 0px #edbe3c;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-bottom: 0px solid #edbe3c;
}

.navbar-light .login .navbar-nav .nav-link:hover {
  text-shadow: 0 0 10px #edbe3c;
  border-bottom: 2px solid #edbe3c;
  margin-bottom: -2px;
}

.navbar-light .login .navbar-nav .nav-link.active {
  color: #fff;
}

.hero-slider {
  position: relative;
}

.hero-slider .hero-social-media {
  z-index: 1;
  left: 20px;
  height: 100%;
  text-align: center;
  position: absolute;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hero-slider .hero-social-media .item {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px;
}

.hero-slider .hero-social-media .item i {
  padding: 5px;
}

.hero-slider .hero-social-media .item i::before {
  line-height: 1.3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hero-slider .hero-social-media .item:hover {
  color: #edbe3c;
}

.hero-slider .carousel-inner {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.hero-slider .carousel-item {
  position: relative;
}

.hero-slider .carousel-item .content {
  position: absolute;
  color: #fff;
  top: 36%;
  left: 19.2%;
  text-transform: uppercase;
}

.hero-slider .carousel-item .content .tag {
  color: #edbe3c;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-slider .carousel-item .content .tag::before {
  content: "";
  width: 60px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
  border-bottom: 1.5px solid #edbe3c;
}

.hero-slider .carousel-item .content .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
}

.hero-slider .carousel-item .content .title b {
  font-weight: 700;
  color: #edbe3c;
}

.hero-slider .carousel-item .content .title::after {
  display: none;
}

.hero-slider .carousel-item .content .btn-primary {
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 18px 48px 22px 48px;
  background: #edbe3c;
  color: #000;
  border: 0;
}

.hero-slider .carousel-item .content .btn-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.hero-slider .carousel-item .content .btn-primary:hover {
  margin-top: -2px;
  -webkit-box-shadow: 0px 5px 40px #edbe3c;
          box-shadow: 0px 5px 40px #edbe3c;
}

.hero-slider .carousel-item .content .btn-primary:active {
  margin-top: 0px;
}

.hero-slider .carousel-indicators {
  left: unset;
  margin-right: 30px;
  bottom: 50px;
}

.hero-slider .carousel-indicators button {
  background-color: #5b5b5b;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  margin: 0 5px;
  border: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hero-slider .carousel-indicators button.active {
  background-color: #edbe3c;
  width: 30px;
}

.hero-slider .carousel-indicators button:focus {
  border: 0;
  outline: 0;
}

.tag {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #9e9e9e;
  padding-bottom: 15px;
}

.title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.title::after {
  content: "";
  margin: 15px 0 30px 0;
  width: 120px;
  display: block;
  border-bottom: 5px solid #edbe3c;
}

.text {
  font-size: 16px;
  font-weight: 300;
  color: #585656;
}

.landing-services {
  min-height: 800px;
  max-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landing-services .content {
  background-color: #fff;
  min-width: 300px;
  max-width: 34%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-services .content .item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 30px;
}

.landing-services .items {
  min-width: 690px;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.landing-services .items .item {
  position: relative;
  width: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-services .items .item .link {
  display: block;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #edbe3c;
  bottom: 40px;
  left: 0;
  padding: 10px 65px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-services .items .item:hover .link::after {
  opacity: 1;
  margin-left: 0px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding-left: 30px;
}

.landing-services .items .item .link::after {
  width: 20px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-left: -20px;
  margin-bottom: 4.5px;
  padding-left: 0;
  opacity: 0;
  content: "\f138";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.landing-services .items .item.n1 {
  background: url("../img/services/1.jpg") no-repeat center;
  background-size: cover;
  background-color: transparent;
  background-blend-mode: multiply;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-services .items .item.n1:hover {
  background-color: #edbe3c;
}

.landing-services .items .item.n2 {
  background: url("../img/services/2.jpg") no-repeat center;
  background-size: cover;
  background-color: transparent;
  background-blend-mode: multiply;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-services .items .item.n2:hover {
  background-color: #edbe3c;
}

.landing-services .items .item.n3 {
  background: url("../img/services/3.jpg") no-repeat center;
  background-size: cover;
  background-color: transparent;
  background-blend-mode: multiply;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-services .items .item.n3:hover {
  background-color: #edbe3c;
}

.landing-services .items .item.n4 {
  background: url("../img/services/4.jpg") no-repeat center;
  background-size: cover;
  background-color: transparent;
  background-blend-mode: multiply;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-services .items .item.n4:hover {
  background-color: #edbe3c;
}

.landing-services .items .item.n5 {
  background: url("../img/services/5.jpg") no-repeat center;
  background-size: cover;
  background-color: transparent;
  background-blend-mode: multiply;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-services .items .item.n5:hover {
  background-color: #edbe3c;
}

.landing-services .items .item.n6 {
  background: url("../img/services/6.jpg") no-repeat center;
  background-size: cover;
  background-color: transparent;
  background-blend-mode: multiply;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-services .items .item.n6:hover {
  background-color: #edbe3c;
}

.landing-hiw {
  background: #242424;
  color: #fff;
  padding: 55px 0;
}

.landing-hiw .content {
  max-width: 960px;
  margin: 0 auto;
}

.landing-hiw .content .item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.landing-hiw .content .item .text {
  color: #dddddd;
}

.landing-hiw .items {
  max-width: 1000px;
  margin: 0 auto;
}

.landing-hiw .items .item a {
  text-decoration: none;
  color: #fff;
}

.landing-hiw .items .item a:hover .item-img {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.493);
          box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.493);
}

.landing-hiw .items .item a:hover .item-title {
  color: #edbe3c;
}

.landing-hiw .items .item a:hover .item-text {
  color: #fff;
}

.landing-hiw .items .item .item-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 60px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-hiw .items .item .item-title {
  margin: 10px 5px 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-hiw .items .item .item-title span {
  color: #000;
  float: right;
  padding: 0 7px;
  font-size: 20px;
  background: #edbe3c;
  border-radius: 5px;
}

.landing-hiw .items .item .item-text {
  font-size: 12px;
  color: #dddddd;
  font-weight: 400;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-hiw .items .item .add-to-cart {
  margin: 30px auto 0px;
  display: block;
  font-size: 12px;
  padding-top: 7px;
}

.landing-hiw .items .item .add-to-cart i {
  line-height: 1.0;
  font-size: 20px;
}

.landing-hiw .btn-outline-icon {
  margin: 20px;
}

.landing-before-after {
  background: linear-gradient(-45deg, #fff, #fff, #242424, #242424);
  background-size: 400% 400%;
  -webkit-animation: bf-gradient 15s ease infinite;
          animation: bf-gradient 15s ease infinite;
  padding: 55px 0;
}

.landing-before-after .content {
  max-width: 960px;
  margin: 0 auto;
}

.landing-before-after .content .item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.landing-before-after .content .item .title {
  color: #edbe3c;
}

.landing-before-after .content .beer-slider {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-before-after .content .beer-slider:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-radius: 0px;
}

@-webkit-keyframes bf-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bf-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.landing-features {
  background: url("../img/features/bg.jpg") rgba(255, 255, 255, 0.87);
  background-blend-mode: overlay;
  padding: 55px 0;
}

.landing-features .content {
  max-width: 960px;
  margin: 0 auto;
}

.landing-features .content .item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.landing-features .items {
  max-width: 1000px;
  margin: 0 auto;
}

.landing-features .items .item {
  text-align: center;
}

.landing-features .items .item a {
  text-decoration: none;
  color: #000;
}

.landing-features .items .item a:hover .item-icon {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.landing-features .items .item a:hover .item-title {
  color: #edbe3c;
}

.landing-features .items .item .item-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.landing-features .items .item .item-title {
  margin: 10px 5px 5px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-features .items .item .item-text {
  font-size: 14px;
  color: #000;
  font-weight: 200;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.landing-features .btn-outline-icon {
  margin: 20px;
}

.landing-tes {
  background: url("../img/tes/bg.jpg") #3d3d3d;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 90px 0;
  background-blend-mode: overlay;
}

.landing-tes .content {
  max-width: 960px;
  margin: 0 auto;
}

.landing-tes .content .item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.landing-tes .content .item .text {
  color: #dddddd;
}

.landing-tes .carousel {
  height: 350px;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: rgba(63, 63, 63, 0.5);
}

.landing-tes .carousel .carousel-item .item .item-img {
  background-position: center;
  background-size: cover;
  height: 100%;
}

.landing-tes .carousel .carousel-item .item .item-content {
  color: #dddddd;
  padding: 30px 30px 30px 0;
}

.landing-tes .carousel .carousel-item .item .item-content .tes-icon {
  width: 100%;
  height: 40px;
  background: url("../img/tes/apostrophe.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.landing-tes .carousel .carousel-item .item .item-content .item-text {
  height: 120px;
  font-size: 16px;
}

.landing-tes .carousel .carousel-item .item .item-content .item-title {
  font-size: 20px;
  font-weight: 700;
  color: #edbe3c;
}

.landing-tes .carousel .carousel-item .item .item-content .item-title::before {
  content: "-";
  font-size: 30px;
  margin-right: 5px;
  font-weight: lighter;
}

.landing-tes .carousel .carousel-item .item .item-content .item-tag {
  font-size: 14px;
}

.landing-tes .carousel .carousel-indicators {
  width: 50%;
  margin: 0;
  left: unset;
  bottom: 20px;
}

.landing-tes .carousel .carousel-indicators button {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: 0;
  width: 13px;
  height: 13px;
  background: #7a7a7a;
  border-radius: 20px;
  margin: 0 5px;
}

.landing-tes .carousel .carousel-indicators button.active {
  background: #edbe3c;
}

.landing-tes .carousel .carousel-indicators button:focus {
  outline: 0;
}

.contact-us .content {
  background-color: #fff;
  min-width: 300px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.contact-us .content .item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 30px;
}

.contact-us .content .contact-data {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #6b6b6b;
}

.contact-us .content .contact-data i {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 5px 6px;
  margin-right: 10px;
  border-radius: 20px;
  border: 1px solid #242424;
}

.contact-us .content .contact-data i::before {
  line-height: 1.2;
}

.contact-us .content .contact-data:hover {
  color: #000;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.contact-us .content .contact-data:hover i {
  background: #edbe3c;
  color: #fff;
  border-color: #fff;
}

.contact-us img {
  margin: 100px auto;
  display: block;
  height: 400px;
  border: 5px solid #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.footer {
  background: #242424;
  color: #fff;
  padding: 80px 0;
  font-size: 14px;
}

.footer .container {
  max-width: 960px;
}

.footer h6 {
  font-weight: 700;
  padding-bottom: 10px;
}

.footer p {
  font-size: 12px;
}

.footer .logo {
  max-width: 100px;
}

.footer .btn-outline-icon {
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
}

.rangeInput {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #ececec;
  outline: none;
  opacity: 0.7;
  padding: 0;
  border-bottom: 0;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.rangeInput:hover {
  opacity: 1;
}

.rangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 15px;
  background: #edbe3c;
  cursor: pointer;
}

.rangeInput::-moz-range-thumb {
  width: 40px;
  height: 15px;
  background: #edbe3c;
  cursor: pointer;
}

.hours-range-labels {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hours-range-labels label {
  font-size: 10px;
  color: #969696;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hours-range-labels label::before {
  margin: 0 auto;
  content: "";
  width: 1px;
  height: 10px;
  border-left: 1px solid #969696;
}

.booking-section {
  background: url("../img/ui/section-bg.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: calc(100vh - 100px);
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.booking-section .content-section {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
  max-width: 800px;
  min-height: 200px;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 40px 0;
  text-align: center;
}

.booking-section .content-section h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-section .content-section p {
  color: #9e9e9e;
  font-weight: 600;
}

.booking-section .content-section .progress .progress-bar {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

.booking-section .content-section .pills {
  margin: 20px 0;
  height: 40px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booking-section .content-section .pills .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #9e9e9e;
}

.booking-section .content-section .pills .item.active {
  color: #000;
  background: #edbe3c;
  -webkit-box-shadow: 0 0 0px 5px #edbe3c;
          box-shadow: 0 0 0px 5px #edbe3c;
  border-radius: 5px;
}

.booking-section .content-section .content p {
  margin: 20px 0;
  font-weight: 500;
  color: #000;
}

.booking-section .content-section .content p .output {
  min-width: 40px;
  height: 20px;
  background: #edbe3c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  border-radius: 5px;
  font-size: 10px;
  padding: 0 5px;
}

.booking-section .content-section .content .item, #ServiceModal .item{
  margin: 10px auto;
  max-width: 400px;
  position: relative;
}

.booking-section .content-section .content .item i , #ServiceModal .item i {
  position: absolute;
  padding: 0 5px;
  left: 0;
}

.booking-section .content-section .content .item input[type=text], .booking-section .content-section .content .item input[type=email], .booking-section .content-section .content .item input[type=password], .booking-section .content-section .content .item select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #5b5b5b;
  border-radius: 0;
  font-size: 12px;
  padding: 5px 30px;
}

.booking-section .content-section .content .item input[type=text]:focus, .booking-section .content-section .content .item input[type=email]:focus, .booking-section .content-section .content .item input[type=password]:focus, .booking-section .content-section .content .item select:focus {
  outline: 0;
  border-bottom: 2px solid #edbe3c;
  margin-bottom: -1px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.booking-section .content-section .content .item textarea {
  width: 100%;
  height: 10px;
  border: 0;
  border-bottom: 1px solid #5b5b5b;
  border-radius: 0;
  font-size: 12px;
  padding: 0px 5px;
}

.booking-section .content-section .content .item textarea:focus {
  outline: 0;
  border-bottom: 2px solid #edbe3c;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.booking-section .content-section .content .item .output {
  width: 100%;
  min-height: 50px;
  padding: 10px 20px;
  background: #ffeec0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  border-radius: 0px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='3' stroke-dasharray='7' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
  font-size: 12px;
  color: #8b8b8b;
}

.booking-section .content-section .content .item .output i {
  position: static;
  font-size: 20px;
  color: #000;
}

.booking-section .content-section .content .item .output .output-title {
  padding-top: 6px;
  display: block;
  font-size: 14px;
  color: #000;
}

.booking-section .content-section .content .item .output .output-title .light {
  color: #8b8b8b;
}

.booking-section .content-section .content .item .output strong {
  font-size: 18px;
  color: #000;
  display: block;
  padding: 5px 0;
}

.booking-section .content-section .content .shoot-types , #ServiceModal .item .shoot-types{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booking-section .content-section .content .shoot-types .type {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 40%;
  min-height: 50px;
  border: 0.5px solid #999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-size: 14px;
}

.booking-section .content-section .content .shoot-types .types-input , #ServiceModal .item .shoot-types .types-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.booking-section .content-section .content .shoot-types .types-input input[type="radio"] , #ServiceModal .item .shoot-types .types-input input[type="radio"]{
  opacity: 0;
  position: fixed;
  width: 0;
}

.booking-section .content-section .content .shoot-types .types-input input[type="radio"]:checked + label , #ServiceModal .item .shoot-types .types-input input[type="radio"]:checked + label {
  background-color: #edbe3c;
  border-color: #edbe3c;
}

.booking-section .content-section .content .shoot-types .types-input label , #ServiceModal .item .shoot-types .types-input > label{
  outline: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 45%;
  max-width: 45%;
  min-height: 50px;
  border: 0.5px solid #dadada;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-size: 14px;
  display: inline-block;
  font-family: sans-serif, Arial;
  font-size: 16px;
  cursor: pointer;
}

.booking-section .content-section .content .shoot-types .types-input label{

  background-color: #fff;
}
 #ServiceModal .item .shoot-types .types-input label{
  background-color: #edbe3c;
}

.booking-section .content-section .content .shoot-types .types-input label i , #ServiceModal .item .shoot-types .types-input label i{
  margin-top: -2px;
  font-size: 20px;
  position: static;
}

.booking-section .content-section .content .shoot-types .types-input label:hover {
  background-color: #ececec;
}

.booking-section .content-section .content .shoot-types .types-input.sub-types label , #ServiceModal .item .shoot-types .types-input label{
  min-height: 20px;
  padding: 10px;
  min-width: calc(33.3% - 20px);
  max-width: calc(100% - 20px);
  margin: 10px;
}

.booking-section .content-section .content .order-details {
  font-size: 12px;
  margin: 5px 0;
  color: #2b2b2b;
  font-weight: lighter;
  text-align: center;
}

.booking-section .content-section .content .order-details p {
  display: inline-block;
  background: #edbe3c;
  color: #242424;
  padding: 3px 10px;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 5px auto;
}

.booking-section .content-section .content .order-details p i {
  padding-right: 5px;
}

.booking-section .content-section .content .order-details p i::before {
  font-weight: bold !important;
  line-height: 1.2 !important;
}

.booking-section .content-section .content .order-details p .od_eAddress {
  max-width: 300px;
  display: inline-block;
  word-wrap: break-word;
  text-align: left;
}

.booking-section .content-section .content .order-details .order-header {
  background-color: #000;
  color: #edbe3c;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}

.booking-section .content-section .content .order-details .order-total {
  background: #edbe3c;
  font-weight: 600;
  font-size: 16px;
}

.booking-section .main-btn {
  background: #edbe3c;
  border: 0;
  outline: 0;
  min-width: 100px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.booking-section .main-btn.paypal {
  padding-right: 20px;
  padding-left: 20px;
  background: #145ebe;
  color: #fff;
}

.booking-section .main-btn.paypal:hover {
  -webkit-box-shadow: 0 0 10px #145ebe;
          box-shadow: 0 0 10px #145ebe;
}

.booking-section .main-btn.stripe {
  padding-right: 20px;
  padding-left: 20px;
}

.booking-section .main-btn.stripe i::before {
  font-size: 20px;
  line-height: 0.8;
}

.booking-section .main-btn i {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.booking-section .main-btn i::before {
  font-weight: 800 !important;
  line-height: 1.4;
}

.booking-section .main-btn:hover {
  -webkit-box-shadow: 0 0 10px #edbe3c;
          box-shadow: 0 0 10px #edbe3c;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.booking-section .main-btn:hover i.right-icon {
  margin-right: -5px;
  margin-left: 5px;
}

.booking-section .main-btn:hover i.left-icon {
  margin-left: -5px;
  margin-right: 5px;
}

.booking-section .main-btn:hover:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.booking-section .multitab {
  max-height: 0px;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 2s, max-height 3s;
  transition: opacity 2s, max-height 3s;
  z-index: -1;
  overflow: hidden;
}

.booking-section .multitab.active {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  position: static;
  opacity: 1;
}

.booking-section #calendar_div {
  padding: 0 40px;
}

.booking-section .calendar-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.booking-section .calendar-contain .title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-self: center;
  min-width: 100%;
  margin-bottom: 20px;
}

.booking-section .calendar-contain .title-bar div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.booking-section .calendar-contain .title-bar select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #5b5b5b;
  border-radius: 0;
  font-size: 12px;
  padding: 5px 30px;
}

.booking-section .calendar-contain .title-bar select:focus {
  outline: 0;
  border-bottom: 2px solid #edbe3c;
  margin-bottom: -1px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.booking-section .calendar-contain .title-bar__prev {
  position: relative;
  float: left;
  text-align: left;
  cursor: pointer;
  width: 10%;
  height: 30px;
}

.booking-section .calendar-contain .title-bar__prev::after {
  content: "";
  display: inline;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 40%;
  top: 7px;
  border-top: 1.5px solid black;
  border-right: 1.5px solid black;
  -webkit-transform: rotate(224deg);
  transform: rotate(224deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.booking-section .calendar-contain .title-bar__prev:hover::after {
  border-color: #edbe3c;
}

.booking-section .calendar-contain .title-bar__prev.disable {
  cursor: no-drop;
}

.booking-section .calendar-contain .title-bar__prev.disable:hover::after {
  border-color: black;
}

.booking-section .calendar-contain .title-bar__next {
  position: relative;
  float: left;
  text-align: left;
  cursor: pointer;
  width: 10%;
  height: 30px;
}

.booking-section .calendar-contain .title-bar__next::after {
  content: "";
  display: inline;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 40%;
  top: 7px;
  border-top: 1.5px solid black;
  border-right: 1.5px solid black;
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.booking-section .calendar-contain .title-bar__next:hover::after {
  border-color: #edbe3c;
}

.booking-section .calendar-contain .calendar__sidebar {
  width: 30%;
  display: inline-block;
}

.booking-section .calendar-contain .calendar__sidebar .sidebar__heading {
  text-transform: uppercase;
  line-height: 1.0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.booking-section .calendar-contain .calendar__sidebar .sidebar__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.booking-section .calendar-contain .calendar__sidebar .sidebar__list .sidebar__list-item {
  font-size: 12px;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  background-color: #ebebeb;
  padding: 10px;
}

.booking-section .calendar-contain .calendar__sidebar .item-title {
  text-transform: uppercase;
  background-color: #edbe3c;
  border-radius: 10px 10px 0 0;
  color: #000;
  padding: 10px 10px;
  font-size: 10px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
  width: 80%;
  margin: 0 auto;
  line-height: 1.0;
}

.booking-section .calendar-contain .calendar__sidebar .time-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80%;
  background-color: #ebebeb;
  font-size: 11px;
  border: 0;
  text-align: center;
  border-radius: 0;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking-section .calendar-contain .calendar__sidebar .time-input:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.booking-section .calendar-contain .calendar__days {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.booking-section .calendar-contain .calendar__days section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.booking-section .calendar-contain .calendar__days section span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 14.28%;
  text-align: center;
  color: #999999;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-section .calendar-contain .calendar__days section .calendar__day {
  text-align: center;
  width: 14.28%;
  height: 70px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking-section .calendar-contain .calendar__days section .calendar__day.today .calendar__date {
  background-color: #ffbb00;
  -webkit-box-shadow: 0 0 10px #999999;
          box-shadow: 0 0 10px #999999;
}

.booking-section .calendar-contain .calendar__days section .calendar__day.inactive .calendar__date {
  background-color: #ebebeb;
  cursor: not-allowed;
}

.booking-section .calendar-contain .calendar__days section .calendar__day.inactive .calendar__date:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.booking-section .calendar-contain .calendar__days section .calendar__day .calendar__date {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 50px;
  max-height: 50px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #edbe3c;
  text-align: center;
  border-radius: 50px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.booking-section .calendar-contain .calendar__days section .calendar__day .calendar__date:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-box-shadow: 0 0 20px #edbe3c;
          box-shadow: 0 0 20px #edbe3c;
}

.booking-section .calendar-contain .calendar__days section .calendar__day .calendar__date.active {
  -webkit-box-shadow: 0 0 10px #edbe3c;
          box-shadow: 0 0 10px #edbe3c;
  border: 3px solid #242424;
  color: #242424;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.waiting {
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.waiting::after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-image: url("../img/ui/loading-icon.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.link-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.beer-slider img, .beer-slider svg {
  vertical-align: bottom;
}

.beer-slider > * {
  height: 100%;
}

.beer-slider > img {
  max-width: 100%;
  height: auto;
}

.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.beer-reveal > :first-child {
  width: 200%;
  max-width: none;
  height: 100%;
}

.beer-reveal > img:first-child {
  height: auto;
}

.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}

.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-ms-tooltip {
  display: none;
}

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
}

.beer-handle:before, .beer-handle:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: solid 2px;
  border-left: solid 2px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.beer-handle:before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.beer-handle:after {
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  content: attr(data-beer-label);
  position: absolute;
  top: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.75);
}

.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}

.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
  content: none;
}

.beer-ready .beer-reveal, .beer-ready .beer-handle {
  opacity: 1;
}

.desktop-only {
  display: block;
}

.mob-only {
  display: none;
}

#AX-LiveChat {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#AX-LiveChat .AX-LiveChat-btn-content {
  cursor: pointer;
  width: 200px;
  height: 50px;
  opacity: 1;
  background: #edbe3c;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px 100px 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#AX-LiveChat .AX-LiveChat-btn-content:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#AX-LiveChat .AX-LiveChat-btn-content i.bi::before {
  padding-right: 5px;
  line-height: 1.4;
}

#AX-LiveChat .AX-LiveChat-btn-content .chat-btn-text {
  font-size: 16px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#AX-LiveChat .AX-LiveChat-btn-content .chat-close-btn-text {
  font-size: 0px;
}

#AX-LiveChat .AX-LiveChat-chatBox {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
  height: 0px;
  width: 300px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  background-color: #edbe3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 5px solid #edbe3c;
}

#AX-LiveChat .AX-LiveChat-chatBox .Ax-LiveChat-contact-no {
  display: block;
}

#AX-LiveChat .AX-LiveChat-chatBox .chatBox-header-1 {
  display: none;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 11px;
}

#AX-LiveChat .AX-LiveChat-chatBox .chatBox-form {
  display: none;
}

#AX-LiveChat .AX-LiveChat-chatBox .chatBox-header-2 {
  display: none;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 11px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#AX-LiveChat .AX-LiveChat-chatBox .chatBox-header-2 .btn {
  font-size: 10px;
  padding: 0;
  color: #2b2b2b;
}

#AX-LiveChat .AX-LiveChat-chatBox .chatBox-chat {
  display: none;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-header-1 {
  display: none !important;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-header-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-form {
  display: none !important;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chats {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-height: 315px;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chats .chat-msg {
  padding: 5px 10px;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chats .chat-msg .content {
  font-size: 12px;
  display: inline-block;
  word-break: break-all;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background-color: #edbe3c;
  padding: 5px 10px;
  border-radius: 10px 10px 10px 0px;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chats .chat-msg.me {
  text-align: right;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chats .chat-msg.me .content {
  background-color: #212529;
  color: #fff;
  border-radius: 10px 10px 0px 10px;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chat-send-section {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #fff;
  width: 100%;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chat-send-section .form-control {
  border-radius: 0;
  border: 0;
  background-color: #f3f3f3;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chat-send-section .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #edbe3c;
}

#AX-LiveChat .AX-LiveChat-chatBox.active .chatBox-chat .chatBox-chat-send-section .btn {
  border-radius: 0px;
}

#AX-LiveChat.active .AX-LiveChat-btn-content {
  border-radius: 25px;
  text-align: center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  height: 50px;
  width: 50px;
}

#AX-LiveChat.active .AX-LiveChat-btn-content .chat-btn-text {
  font-size: 0px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 0;
  height: 0;
}

#AX-LiveChat.active .AX-LiveChat-btn-content .chat-close-btn-text {
  width: 100%;
  font-size: 30px;
}

#AX-LiveChat.active .AX-LiveChat-btn-content .chat-close-btn-text i.bi::before {
  padding-right: 0px;
  line-height: 1.4;
}

#AX-LiveChat.active .AX-LiveChat-btn-content:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #d1d1d1;
}

#AX-LiveChat.active .AX-LiveChat-chatBox {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
  height: 180px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#AX-LiveChat.active .AX-LiveChat-chatBox.show {
  height: 400px;
}

#AX-LiveChat.active .AX-LiveChat-chatBox.show .Ax-LiveChat-contact-no {
  display: none;
}

#AX-LiveChat.active .AX-LiveChat-chatBox.show .chatBox-header-1 {
  display: block;
}

#AX-LiveChat.active .AX-LiveChat-chatBox.show .chatBox-form {
  display: block;
}

#leadFormDatePicker .ui-datepicker-inline {
  width: 100%;
}

#leadFormDatePicker .ui-datepicker-inline .ui-state-highlight {
  background-color: #fff2ce;
  color: #000;
}

#leadFormDatePicker .ui-datepicker-inline .ui-state-highlight.ui-state-active {
  border-color: #000;
}

#leadFormDatePicker .ui-datepicker-inline .ui-state-active {
  background-color: #edbe3c;
  color: #000;
}

#LeadModal .modal-header, #ServiceModal .modal-header{
  background-color: #edbe3c;
}

#LeadModal .tab , #ServiceModal  .tab {
  display: none;
}

#LeadModal .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#LeadModal .step.active {
  opacity: 1;
  background-color: #edbe3c;
}

#LeadModal .step.finish {
  background-color: #edbe3c;
}

.landing-photographers {
  padding: 50px 0;
  background: #242424;
}

.landing-photographers .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing-photographers .content .item {
  padding: 20px 0;
  max-width: 700px;
}

.landing-photographers .content .item .item-img {
  background-position: center;
  background-size: cover;
  min-height: 200px;
}

.landing-photographers .content .item .item-content {
  color: #fff;
}

.landing-photographers .content .item .item-content .star-rating {
  color: #919191;
}

.landing-photographers .content .item .item-content .star-rating b {
  color: #edbe3c;
}

.landing-photographers .content .item .item-content .star-rating i::before {
  vertical-align: unset !important;
}

.landing-photographers .content .item .item-content p {
  font-size: 14px;
}

.landing-page-why {
  padding: 50px 0;
  background: #242424;
}

.landing-page-why .content {
  max-width: 900px;
}

.landing-page-why .content h4 {
  font-weight: bold;
}

.landing-page-why .content .item i {
  font-size: 40px;
  color: #edbe3c;
}

.landing-page-why .content .item b {
  padding-top: 10px;
  font-size: 18px;
}

.landing-page-why .content .item p {
  font-size: 14px;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
  select {
    text-align-last: center;
    text-indent: 5px;
    text-align: center;
  }
  .tag {
    font-size: 14px;
  }
  .title {
    font-size: 27px;
  }
  .desktop-only {
    display: none;
  }
  .mob-only {
    display: block;
  }
  .container-fluid {
    padding: 0;
  }
  .navbar-collapse {
    min-height: calc(100vh - 100px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 13vh;
  }
  .navbar.fixed-top {
    background: #242424;
    position: static;
    top: 0;
    right: unset;
    left: unset;
    padding: 0 5vw;
  }
  .navbar-light .navbar-toggler {
    background: #edbe3c;
  }
  .navbar-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .navbar-nav.me-auto {
    margin: 0 auto;
  }
  .navbar-light .login .navbar-nav::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .hero-slider .hero-social-media {
    display: none;
  }
  .hero-slider .carousel-item {
    height: calc(100vh - 100px);
  }
  .hero-slider .carousel-item .content {
    width: 100%;
    left: unset;
    top: 30%;
    text-align: center;
  }
  .hero-slider .carousel-item .content .tag {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .hero-slider .carousel-item .content .tag::before {
    display: none;
    width: 20px;
    margin-right: 10px;
    border-bottom: 3px solid #edbe3c;
  }
  .hero-slider .carousel-item .content .title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .hero-slider .carousel-item .content .btn-primary {
    margin-top: 40px;
    font-size: 14px;
    padding: 15px 30px;
  }
  .hero-slider .carousel-item .content .btn-primary:hover {
    margin-top: 38px;
  }
  .hero-slider .carousel-item img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  .hero-slider .carousel-indicators {
    margin: 0 auto;
    width: 100%;
    bottom: 15px;
  }
  .landing-services {
    display: block;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .landing-services .content {
    max-width: 100%;
  }
  .landing-services .items {
    min-width: 100%;
    display: inline-block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .landing-services .items .item {
    display: inline-block;
    height: 400px;
    width: 300px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .landing-services .items .item .link {
    min-width: 80%;
    text-align: center;
    height: 50px;
    padding: 10px;
  }
  .landing-services .items .item .link::after {
    display: none;
  }
  .landing-features {
    display: block;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: hidden;
  }
  .landing-features .container {
    padding: 0;
  }
  .landing-features .content {
    max-width: 100%;
    padding: 0 4vw;
  }
  .landing-features .items {
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .landing-features .items .item {
    overflow: hidden;
    display: inline-block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 250px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .landing-features .items .item .item-text {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    white-space: pre-wrap;
  }
  .landing-tes .carousel .carousel-item .item .item-content {
    padding: 30px;
  }
  .landing-tes .carousel .carousel-item .item .item-content .item-text {
    height: 170px;
  }
  .landing-tes .carousel .carousel-item .item .item-img {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .footer .logo {
    margin: 0 auto;
  }
  .footer h6 {
    color: #edbe3c;
  }
  .booking-section {
    padding: 0;
  }
  .booking-section .content-section {
    border-radius: 0;
  }
  .booking-section .content-section .pills .item {
    font-size: 12px;
  }
  .booking-section .content-section .pills .item.active {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .booking-section .calendar-contain .calendar__days {
    width: 100%;
    margin-bottom: 20px;
  }
  .booking-section .calendar-contain .calendar__days section .calendar__day {
    height: 50px;
  }
  .booking-section .calendar-contain .calendar__days section .calendar__day .calendar__date {
    width: 35px;
    max-height: 35px;
  }
  .booking-section .calendar-contain .calendar__sidebar {
    width: 100%;
  }
  .booking-section .multitab {
    -webkit-transition: opacity 0s, max-height 0s;
    transition: opacity 0s, max-height 0s;
  }
}

.pac-logo:after {
  display: none !important;
}

#payment-form {
  margin: 0px 50px;
  /* Buttons and links */
  /* spinner/processing state, errors */
}

#payment-form input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}

#payment-form .result-message {
  line-height: 22px;
  font-size: 12px;
}

#payment-form .hidden {
  display: none;
}

#payment-form #card-error {
  color: #697386;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#payment-form #card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#payment-form #payment-request-button {
  margin-bottom: 32px;
}

#payment-form button {
  background: #edbe3c;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}

#payment-form button:focus {
  outline: 0;
}

#payment-form button:hover {
  -webkit-filter: contrast(115%);
          filter: contrast(115%);
}

#payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}

#payment-form .spinner,
#payment-form .spinner:before,
#payment-form .spinner:after {
  border-radius: 50%;
}

#payment-form .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0 0 0 2px;
          box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#payment-form .spinner:before,
#payment-form .spinner:after {
  position: absolute;
  content: "";
}

#payment-form .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #edbe3c;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

#payment-form .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #edbe3c;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  #payment-form form {
    width: 80vw;
  }
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 800px) {
  #photos {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  #photos {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/*# sourceMappingURL=main.css.map */