html body {
  /* font-family: "Pacifico", cursive; */
  font-family: "Montserrat", sans-serif;
}
.top-bar {
  background-color: #005549;
}
.bal-ic {
  width: 25px;
  height: 25px;
}
.menu {
  list-style-type: none;
}
.menu li {
  display: inline-block;
  margin: 0 15px;
}
.menu li a {
  text-decoration: none;
  color: #555555;
}
.active {
  color: #00bfa5 !important;
}
.btn-contact {
  background-color: #00bfa5;
  border-color: #00bfa5;
}
.logo-only {
  width: 300px;
}

/* Banner section style start */

.banner {
  background: url(../images/banner-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.leave3 {
  width: 100px;
  margin-left: -50px;
}
.banner-mg {
  width: 90%;
}
.banner-heading {
  color: #00bfa5;
  font-weight: 600;
  text-shadow: 2px 2px 3px rgba(85, 85, 85, 0.3);
}
.yellow {
  color: #ffca28;
}
.banner-text {
  font-size: 16px;
  color: #555;
  text-shadow: 2px 2px 3px rgba(85, 85, 85, 0.3);
  width: 80%;
}
.btn-get-register {
  background-color: #ffca28;
  padding: 8px 15px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.btn-get-register:hover {
  background-color: #00bfa5;
}
.leave2 {
  width: 70px;
  margin: 0 auto;
  display: block;
}
.leave1 {
  right: 6%;
  bottom: -12%;
  width: 200px;
}
.bar {
  background-color: #005549;
}

.bar-text {
  font-size: 16px;
  font-weight: normal;
  color: white;
}
.bar-text span {
  margin: 0 10px;
}

/* Banner section style end  */

/* About seection style start  */
.about-section {
  background: url(../images/about-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
}
.section-heading {
  color: #555555;
  font-size: 22px;
}
.about-logo {
  width: 250px;
}
.about-text {
  font-size: 16px;
  color: #555555;
}
/* About seection style end  */

/* Form seection style start  */
.register-section {
  background: url(../images/form-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
}
.form-title {
  color: #00bfa5;
  font-size: 36px;
  font-family: "Pacifico", cursive;
  font-weight: 600;
}
.form-box {
  width: 100%;
  border-radius: 15px;
  min-height: 530px;
  display: none;
}
.success-box {
  width: 100%;
  border-radius: 15px;
  min-height: 530px;
}
.form-step {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.form-step-heading {
  color: #ffca28;
  font-size: 20px;
  font-weight: bold;
}
.btn-next {
  background-color: #00bfa5;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.btn-pre {
  background-color: transparent;
  border: 1px solid #00bfa5;
  padding: 8px 20px;
  border-radius: 6px;
  color: #00bfa5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.textOnInput {
  position: relative;
  margin-bottom: 20px;
}
.textOnInput label {
  position: absolute;
  top: -11px;
  left: 10px;
  padding: 2px;
  z-index: 1;
}
.textOnInput label:after {
  content: " ";
  background-color: #fff;
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
label {
  color: #00bfa5;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.check-label {
  position: relative !important;
  color: #555;
  font-size: 12px;
  display: block !important;
  margin-left: 10px;
  margin-top: -7px;
}
.input-check {
  margin-top: 12px;
}
.checkbox {
  display: inline-block;
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 10px;
}
.form-check-input:checked {
  background-color: #ffca28 !important;
  border: 0;
}
.form-check-input:focus,
.label::after,
label.form-check-label:focus,
.form-check-input::after,
.form-check-input:not(:disabled):not(.disabled):active:focus {
  color: black;
  outline: 0;
  border: 0;
  box-shadow: 0 0 0 0.1rem #ffca28 !important;
}
.form-control {
  box-shadow: none !important;
  font-size: 12px;
  color: #555555;
  padding-right: 30px;
}
.form-control:focus {
  border-color: #00bfa5 !important;
}
::placeholder {
  color: #555555;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #555555;
}
.input-ic {
  position: absolute;
  width: 15px;
  right: 5px;
  top: 8px;
}
.tag {
  border: 1px solid #ffca28;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 5px;
  position: relative;
  font-size: 10px;
  color: #555;
  display: inline-block;
  cursor: pointer;
}
.tag-img {
  width: 20px;
  margin-right: 3px;
}
.active-tag {
  color: #ff5c28;
  border: 1px solid #ff5c28;
  font-weight: 600;
}
.error {
  border-color: #ff5c28 !important;
}
.intl-tel-input {
  width: 100% !important;
}
.thankyoubox {
  background: url(../images/thankyou.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.thankyou-text {
  color: #00bfa5;
  font-family: "Pacifico", cursive;
  margin-top: 33%;
}
/* Form seection style end  */

/* Menu section style start  */
.menu-section {
  min-height: 500px;
}
.btn-kal {
  background-color: #ffca28;
  padding: 8px 15px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.btn-price {
  background-color: #00bfa5;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.dis-img {
  max-width: 200px;
  width: 31%;
  float: left;
  margin-right: 15px;
}
.dish-content {
  width: 65%;
  float: right;
}
.dish-title {
  font-size: 20px;
  color: #00bfa5;
  font-weight: bold;
}
.dish-detail {
  font-size: 15px;
  margin-top: 15px;
}
/* Menu section style end  */

/* Feed section style start  */
.feed-section {
  background: url(../images/feedbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
}
/* Feed section style end  */

/* Footer seection style start  */
.footer-section {
  background-color: #00bfa5;
}
.footer-logo {
  width: 100px;
}
.footer-bar {
  background-color: #005549;
}
.social-box {
  border: 1px solid #9b8e64;
  width: auto;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 6px;
}
.joinus-text {
  font-size: 10px;
  color: #ffffff;
}
.social-ic {
  width: 20px;
}
.copyright-text {
  font-size: 10px;
  color: #ffffff;
  text-align: right;
  margin-top: -25px;
}

/* Footer seection style end  */

/* media query style  */
@media screen and (max-width: 480px) {
  .leave1 {
    right: 6%;
    bottom: -5%;
    width: 100px;
  }
  .bar-text {
    font-size: 9px;
  }
  .about-section {
    background-position: top;
  }
  .dish-title {
    font-size: 14px;
    margin: 0;
  }
  .dish-detail {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5;
  }
  .btn-kal {
    padding: 5px 5px;
    font-size: 10px;
  }
  .btn-price {
    padding: 6px 15px;
  }
}
