* {
  margin: 0;
}

@font-face {
  font-family: 'SFPRODISPLAYBOLD';
  src: url('../fonts/sfpro/SFPRODISPLAYBOLD.OTF');
}

@font-face {
  font-family: 'SFPRODISPLAYMEDIUM';
  src: url('../fonts/sfpro/SFPRODISPLAYMEDIUM.OTF');
}

@font-face {
  font-family: 'SFPRODISPLAYREGULAR';
  src: url('../fonts/sfpro/SFPRODISPLAYREGULAR.OTF');
}

@font-face {
  font-family: 'SquadaOne-Regular';
  src: url('../fonts/SquadaOne-Regular.ttf');
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'SFPRODISPLAYREGULAR';
  overflow-x: hidden;
}

/************ HEADER **************/
.header {
  position: static;
  width: 100%;
}

.header .logo {
  width: 265px;
  height: auto;
  margin-top: 20px;
  cursor: pointer;
}

.header .social-icons {
  align-self: center;
}

.header .social-icons ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  margin: 35px auto;
  justify-content: center;
}

.header .social-icons ul li a img {
  width: 22px;
  height: 22px;
}

.header .social-icons ul li {
  margin: 0px 12px;
}

.header ul.navbar-nav {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  margin-top: 2%;
  margin-right: 5%;
}

@media (max-width: 600px) {
  .header .logo {
    width: 200px;
    margin-top: -13px;
  }

  .header .social-icons {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .menu-bar-icon {
    top: 5% !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .header .logo {
    width: 185px;
  }
}


.total-bg {
  /* background-image: url('../images/total-bg.jpg'); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.total-bg.bluster-bg {
  background-image: url('../images/bluster-bg.jpg');
}

.total-bg-overdose {
  background-image: url(../images/total-bg-overdose.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* .total-bg-overdose .header{
    position: static !important;
} */
.total-bg-bayleaf {
  background-image: url('../images/total-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* .total-bg-bayleaf .header{
    position: static !important;
} */
/************* fORM DASHBORD CSS **************/
.dish-booking-menu {
  padding-bottom: 180px;
}

.dish-booking-menu-inner {
  box-shadow: 0px -10px 12px 0px #00000012;
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 15px 50px 35px 50px;
}

.dish-booking-menu-inner p {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}

.dish-booking-menu-inner label span {
  color: #d91718;
}

.dish-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 0px;
}

.dish-header-rgt img {
  vertical-align: super;
}

.dish-header-lft {
  display: flex;
}

.dish-header-lft h3 {
  font-size: 36px;
  border-right: 2px solid #bcbcbc;
  padding-right: 10px;
}

.dish-header-lft h4 {
  color: #4c4c4c;
  font-size: 28px;
  font-family: 'Satisfy', cursive;
  padding-left: 10px;
  padding-top: 10px;
}

.dish-header-lft img {
  padding-left: 10px;
  margin-top: 10px;
}

.dish-booking-form {
  border-right: 1px solid #000;
  padding-right: 40px
}

.dish-booking-form-inputs {
  padding: 0px;
}

.dish-booking-form .row {
  padding: 0px 0px;
}

.dish-booking-form input::placeholder,
.dish-booking-form textarea::placeholder,
.dish-booking-form select::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
}

.dish-booking-form input:focus,
.dish-booking-form textarea:focus,
.dish-booking-form select:focus {
  color: #000;
}

.dish-booking-form select:focus {
  border: 2px solid #007bff;
  outline: none;
}

.dish-booking-form select:active {
  color: #000;
}

.dish-booking-form select:focus option,
.dish-booking-form select:active option {
  color: #000;
}

.dish-booking-form input,
.dish-booking-form textarea,
.dish-booking-form select {
  width: 100%;
  padding: 8px;
  border: 1px solid #000;
  border-radius: 7px;
  color: #000;
  background-color: transparent;
}

.dish-booking-form input[type="date"] {
  color: #b5b5b5 !important;
  font-size: 16px;
  letter-spacing: 1px;
  height: 42px;
}

.dish-booking-form option:not(:first-of-type) {
  color: #b5b5b5;
  font-size: 16px;
  letter-spacing: 1px;
}

.dish-booking-form select {
  width: 100%;
  height: 42px;
  padding: 0px 10px;
  border-radius: 7px;
  background-color: transparent;
  color: #495057;
  letter-spacing: 1px;
  font-size: 14px;
}

.condi-check {
  margin-left: 20px;
  padding-bottom: 10px;
}

.send-btn {
  background-color: #04b1e9 !important;
  border: none;
  color: #fff !important;
  cursor: pointer;
  padding: 15px 8px !important;
}

.bg-white {
  background-color: #fff;
  padding: 50px;
}

.form-img-group {
  display: flex;
}

.condi-check input {
  width: auto;
}

.h-90 {
  height: 90px;
}

@media only screen and (max-width: 1024px) {
  .dish-booking-menu-inner {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .dish-header {
    display: flex !important;
    text-align: center !important;
    flex-direction: column-reverse !important;
  }

  .dish-header-lft {
    display: block !important;
  }

  .dish-header-lft h3 {
    border-right: 0px !important;
  }

  .form-img-group {
    display: block !important;
  }

  .dish-header-lft img {
    width: 100% !important;
  }

  .dish-booking-form .row {
    padding: 5px 0px;
  }

  .dish-header-lft h4 {
    font-size: 22px;
  }

  .dish-header-rgt img {
    width: 180px;
  }

  .dish-booking-form {
    border-right: 0px;
    padding-right: 0px;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .dish-header {
    display: block !important;
    text-align: center !important;
  }

  .dish-header-lft {
    display: block !important;
  }

  .dish-header-lft h3 {
    border-right: 0px !important;
  }

  .form-img-group {
    display: block !important;
  }

  .dish-booking-form {
    border-right: 0px;
    padding-right: 0px
  }

  .dish-booking-form .row {
    padding: 5px 0px !important;
  }
}




/*********** RESERVATION **************/
.reservation-section {
  background: url(../images/footer-bg.png);
  height: 680px;
  background-size: 100% 100%;
  margin-top: 25px;
}

.reservation-section h4 {
  font-size: 21px;
  font-family: 'SFPRODISPLAYBOLD';
  text-align: center;
  letter-spacing: 0.5px;
}

.reservation-section .ph-no {
  padding-left: 0px;
  list-style-type: none;
  display: grid;
  text-align: center;
  border-radius: 7px;
  width: 370px;
  margin: 22px auto auto;
}

.reservation-section .ph-no li {
  padding: 5px 5px;
}

.reservation-section .ph-no li:nth-child(2) {
  border-right: 1px solid transparent;
}

.reservation-section .ph-no a {
  text-decoration: none !important;
  color: #212121;
  font-family: 'SFPRODISPLAYBOLD';
  font-size: 18px;
  letter-spacing: 1px;
  pointer-events: none;
}

.we-r {
  display: flex;
  width: 75%;
  margin: 80px auto -30px auto;
}

.we-r h5 {
  font-size: 19px;
  font-family: 'SFPRODISPLAYBOLD';
  width: 300px;
  text-align: center;
  letter-spacing: 0.5px;
}

.we-r .line img {
  width: 100%;
}

.reservation-section .vertLine {
  width: 1px;
  height: 38px;
  border-left: 1px dashed #000;
  margin: auto;
}

.reservation-section .address p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 5px;
}

.reservation-section .route-map img {
  width: 100%;
}

.reservation-section .route-map {
  margin-top: 55px;
}

.location-map {
  width: 300px;
}

.location-map img {
  width: 50px;
  display: block;
  margin: -18px auto 8px;
}

.location-map a {
  width: 60px;
  border: 1px solid #0AA6CA;
  border-radius: 10px;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 11px;
  text-align: center;
  height: 20px;
  line-height: 17px;
  display: block;
  margin: auto;
  letter-spacing: 0.5px;
}

.mail-sect {
  display: flex;
  justify-content: center;
}

.mail-sect a {
  font-family: 'SFPRODISPLAYMEDIUM';
  letter-spacing: .5px;
  font-size: 18px;
  color: #000;
  z-index: 1;
  margin-top: 16px;
  text-decoration: none !important;
}

.mail-sect a img {
  width: 15px;
}

@media (max-width: 600px) {
  .reservation-section .ph-no a {
    pointer-events: unset;
    font-size: 15px;
  }

  .reservation-section .ph-no {
    width: 320px;
  }

  .reservation-section h4 {
    font-size: 19px;
  }

  .we-r {
    margin: 50px auto auto;
    width: 100%;
  }

  .we-r .line img {
    height: 1px;
    width: 100px;
  }

  .reservation-section .address p {
    font-size: 16px;
    padding: 0px 12px;
  }

  .reservation-section .route-map {
    margin-top: 40px;
  }

  .we-r h5 {
    width: 235px;
  }

  .location-map {
    width: 235px;
  }

  .reservation-section {
    height: auto;
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .reservation-section .vertLine {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .reservation-section .address p {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .we-r {
    width: 100%;
  }

  .reservation-section .ph-no a {
    pointer-events: unset;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .reservation-section .address p {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .we-r {
    width: 100%;
  }

  .reservation-section .ph-no a {
    pointer-events: unset;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .reservation-section .address p {
    font-size: 16px;
  }

  .we-r {
    width: 100%;
  }
}

/************* FORM CSS **************/

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/icons/arrow-down.png') no-repeat right 0.75rem center/12px 12px;
}

select.form-control::-ms-expand {
  display: none;
}

/************* OTHERS CSS **************/
.rightImgDiv {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.f-12 {
  font-size: 12px;
}

.whatsapp {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 85px;
  right: 26px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999;
}

.whatsapp img {
  width: 28px;
  margin-bottom: 6px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .rightImgDiv {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .rightImgDiv {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }

}

/************* MODAL CSS **************/
.ter-condi-pup .modal-content {
  background-image: none !important;
}

.ter-condi-pup .modal-dialog {
  max-width: 800px !important;
}

.modal-dialog .modal-content {
  background-image: url(../images/banner/plain-bg.png);
  background-size: cover;
  background-color: #fff;
}

.modal-dialog .modal-header {
  border-bottom: 1px solid #a8a8a8;
}

.modal-dialog .modal-header h5 {
  font-family: 'SFPRODISPLAYMEDIUM';
}

.modal-dialog .modal-content p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ter-condi-pup .modal-dialog {
    margin: 0px 2% !important;
  }
}

/************* FORM VALIDATION CSS **************/
.aff_tip {
  position: relative;
  display: inline-block;
}

.aff_tip .aff_tip_text {
  visibility: hidden;
  width: 200px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.aff_tip .aff_tip_text ol {
  margin: 0px;
  line-height: 18px;
  padding: 5px 5px 5px 20px;
}

.aff_tip:hover .aff_tip_text {
  visibility: visible;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .aff_tip .aff_tip_text {
    left: -30px;
    top: 20px;
  }

  #lblError_Seats {
    font-size: 10px !important;
    line-height: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .aff_tip .aff_tip_text {
    left: -30px;
    top: 20px;
  }

  #lblError_Seats {
    font-size: 10px !important;
    line-height: 10px !important;
  }
}

/************* FOOTER **************/
footer {
  background: #343434;
  padding: 8px 0px;
}

footer p {
  margin-bottom: 0px;
  color: #D9D9D9D1;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 3px;
}

footer a {
  color: #D9D9D9D1 !important;
  font-size: 13px;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  cursor: pointer;
}