.footer-address-sec li {
  color: #fff;
  line-height: 2;
}
.footer-address-sec li a {
  color: #fff;
}
.custom-item-inner i {
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  font-size: 83px;
}
.custom-item-inner .broom {
  position: absolute;
  top: 16px;
  left: 64px;
  width: 71px !important;
}
.custom-item-inner .ac {
  position: absolute;
  top: 44px;
  left: 64px;
  width: 71px !important;
}
.customitem {
  display: none;
}
.book-now-form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0px 10px;
  background-color: #5c677b;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 13px;
}
.book-now-form input::placeholder {
  color: #fff;
}
.book-now-form select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0px 7px;
  background-color: #5c677b;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}
.book-now-form textarea {
  width: 100%;
  line-height: 40px;
  padding: 0 15px 0px 12px;
  background-color: #5c677b;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 13px;
}
.book-now-form textarea::placeholder {
  color: #fff;
}
.book-now-modal .modal-content {
  border-radius: 0;
}
.book-now-form .control-label {
  font-weight: 500;
}
.book-now-form .form-group {
  position: relative;
}
.book-now-form .form-group .fa-calendar-plus-o {
  position: absolute;
  top: 35px;
  left: calc(100% - 32px);
  z-index: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.site-header .header-bottom .header-nav>ul>li.sub:hover>a {
  color:#d77b5d;
  background-color: unset
}
#book-now-validate label.error {
  font-size: 11px;
  color: red;
  font-weight: 500;
  /* margin-bottom: 0; */
  position: absolute;
  left: 0;
  top: 64px;
}

#custom-contact-form label.error {
  font-size: 11px;
  color: red;
  font-weight: 500;
  /* margin-bottom: 0; */
  text-transform: none;
  position: absolute;
}
.custom-widget-social-icons {
  margin-top: 17px;
}
.custom-widget-social-icons ul li a {
  color: #fff !important;
}
.lato-family {
  font-family: 'Lato', sans-serif;
}