header {
  -webkit-box-shadow: 0 0 40px 0 #ccc;
          box-shadow: 0 0 40px 0 #ccc;
  font-family: "Open-Sans", sans-serif !important;
}

header .header-top-area {
  background: #1e89bf;
  color: #fff;
  font-size: 14px;
}

header .header-top-area .custom-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

header .header-top-area .header-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

header .header-top-area .header-top-container .header-top-left ul li i {
  margin: 0 5px;
  background: #01b1d7;
  color: #ffffff;
  padding: 5px;
  border-radius: 50%;
}

header .header-top-area .header-top-container .header-top-right ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header-top-area .header-top-container .header-top-right ul li i {
  margin: 0 5px;
  background: #01b1d7;
  color: #ffffff;
  padding: 5px;
  border-radius: 50%;
}

header .main-header-area {
  background-color: white;
}

header .main-header-area .custom-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

header .main-header-area .logo-area {
  width: 200px;
}

header .main-header-area .logo-area img {
  width: 100%;
}

footer {
  display: none;
}

footer .bottom-footer {
  background-color: #aac;
}

footer .bottom-footer .custom-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#home-page .form-section .form-section-container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 #ccc;
          box-shadow: 0 0 40px 0 #ccc;
  padding: 40px;
}

#home-page .form-section .form-section-container .section-title {
  border-bottom: 1px solid #ccc;
}

#home-page .form-section .form-section-container .form-section-item.with-bottom-border {
  border-bottom: 1px solid #ccc;
}

#home-page .form-section .form-section-container .additional-info {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

#home-page .form-section .form-section-container .additional-info .icon-container {
  background: #2e2e2e;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home-page .form-section .form-section-container .additional-info .additional-info-details ul li {
  list-style: disc;
  opacity: 0.8;
}

#home-page .form-section .form-section-container .submit-button {
  padding-top: 30px;
}

.leave-form .form-group {
  margin-bottom: 30px;
}

.leave-form .form-group.no-margin-bottom {
  margin-bottom: 0;
}

.leave-form .form-group .leave-type-radio .wpcf7-list-item {
  margin: 0 20px 0 0;
  position: relative;
}

.leave-form .form-group .leave-type-radio .wpcf7-list-item span {
  margin-left: 20px;
}

.leave-form .form-group .leave-type-radio .wpcf7-list-item input {
  position: absolute;
  left: 0;
  top: 6px;
}

.leave-form .input-group .icon {
  position: absolute;
  right: 16px;
  top: 8px;
  z-index: 1;
  cursor: pointer;
}

.leave-form .input-group input {
  position: relative;
}

.leave-form span {
  margin-bottom: 0;
}

.leave-form br {
  display: none;
}
/*# sourceMappingURL=thestyles.css.map */


/*Contact Form Response*/
.wpcf7 form .wpcf7-response-output{
    display: none;
}