.l-404 {
  width: 100%;
  height: 100vh;
}

.l-404 .container-fluid {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-404 img {
  width: 500px;
}

.l-404__buttonFirst {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  background-color: #2e4507;
  color: #fff;
  border-radius: 7px;
  font-weight: 600;
  transition: all 500ms;
}

.l-404__buttonFirst:hover {
  background-color: #2e4507;
  color: #fff;
}

.l-404__buttonSecond {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border: 2px solid #2e4507;
  color: #2e4507;
  border-radius: 7px;
  font-weight: 600;
  transition: all 500ms;
}

.l-404__buttonSecond:hover {
  background-color: #2e4507;
  color: #2e4507;
}

.editable-date {
  font-size: 14px;
}
.editable-date:not(:last-child) {
  margin-bottom: 15px;
}

.editable-date strong {
  display: block;
  font-weight: 500;
}
.editable-date .card-message {
  display: block;
  width: 300px;
  word-wrap: break-word;
}
.editable-date button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #2e4507;
  padding: 0 10px;
  height: 25px;
  font-size: 12px;
  color: #2e4507;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 5px;
}
.editable-date button:hover {
  background-color: #2e4507;
  color: #2e4507;
}

.editable-date__input {
  position: relative;
}

.editable-date__input i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
}

.editable-date__input i {
  pointer-events: none;
  transition: all 500ms;
  color: #2e4507;
}

.editable-date__input input {
  font-size: 14px;
  border: 2px solid #2e4507;
  width: 100%;
  padding: 3px 7px;
  padding-right: 31px;
  border-radius: 3px;
  transition: all 500ms;
}
.editable-date__input input:focus {
  outline-width: 0;
  border-color: #2e4507;
}
.editable-date__input input:focus + i {
  opacity: 0;
}

.editable-date__input textarea {
  font-size: 14px;
  border: 2px solid #2e4507;
  width: 100%;
  padding: 3px 7px;
  padding-right: 31px;
  border-radius: 3px;
  transition: all 500ms;
  height: 80px;
  overflow: hidden;
}
.editable-date__input textarea + i {
  top: 10px;
  transform: none;
}
.editable-date__input textarea:focus {
  outline-width: 0;
  border-color: #2e4507;
  overflow: auto;
}
.editable-date__input textarea:focus + i {
  opacity: 0;
}

.landing-page-banner {
  background-image: url("../images/newBanners/2021-03-26.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 60px;
}
.landing-page-banner p {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}
.landing-page-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 300px;
}
.ssl-secure {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.ssl-secure i {
  color: #2e4507;
  font-size: 24px;
  margin-right: 15px;
}
.ssl-secure__body {
  display: flex;
  align-items: center;
}
.ssl-secure__body h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 7px;
}
.ssl-secure__body p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
}

.thank-you {
  text-align: center;
  padding: 60px null;
}
.thank-you img {
  max-width: 320px;
  width: 100%;
  margin-bottom: 30px;
}
.thank-you h3 {
  text-transform: uppercase;
  color: #2e4507;
  font-weight: 800;
}
.thank-you h5 {
}
.thank-you p {
  margin-bottom: 30px;
}
.thank-you a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border: 2px solid #2e4507;
  color: #2e4507;
  border-radius: 7px;
  font-weight: 600;
  transition: all 500ms;
}
.thank-you a.button:hover {
  background-color: #c70664;
  color: #fff;
}

.landing-accordion {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.075);
  margin-top: 30px;
}

.landing-accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px;
  color: #000;
  line-height: 1;
  border-bottom: 1px solid transparent;
  transition: all 500ms;
}
.landing-accordion__head:hover {
  color: #000;
}
.landing-accordion__head.active {
  border-bottom-color: rgba(0, 0, 0, 0.075);
  background-color: #2e4507;
  color: #fff;
}
.landing-accordion__head h6 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
}
.landing-accordion__head i {
  font-size: 18px;
  line-height: 1;
  transition: all 500ms;
}
.landing-accordion__head i.turn-down {
  transform: rotate(-180deg);
}

.landing-accordion__body {
  display: none;
  padding: 30px;
}

.date-modal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.date-modal h3 {
  font-size: 24px;
  margin-bottom: 5px;
  letter-spacing: 1.3px;
}
.date-modal p {
  font-size: 14px;
}

.date-modal a {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background-color: #2e4507;
  border-radius: 6px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 150px;
}

.p-terms {
  padding: 30px 0 60px;
}
.p-terms ol {
  padding-left: 16px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
}
.p-terms p {
  margin-bottom: 30px !important;
}

.p-terms__head {
  margin-bottom: 0 !important;
}

.fixed-op-buttons {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  width: 40%;
}
.fixed-op-buttons a {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #2e4507;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
}
.fixed-op-buttons p {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #2e4507;
  color: #000;
  height: 40px;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 5px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  user-select: none;
  margin-right: 15px;
}

.p-login-p {
  display: inline-block;
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.p-login-p img {
  width: 100%;
  max-width: 500px;
}
.p-login-p a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #feece9;
  border: 2px solid #2e4507;
  letter-spacing: 3px;
  font-weight: 800;
  color: #fff;
  height: 120px;
  padding: 0 60px;
  border-radius: 5px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 500ms;
}
.p-login-p a:hover {
  transform: translateY(-55%);
  box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.35);
}
.cool-date {
  border: 1px solid red !important;
}
.cool-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  /*padding: 0 5px 0 5px;
   color: #fff;
  font-size: 14px;
  border-radius: 20px;
  background-color: red;

  margin-right: 2px; */
}

.flex-item {
  flex-grow: 0;
  width: 15%;
  font-size: small;
}

.flex-container {
  display: flex;
  flex-direction: row;
  border: 2px #f2f2f2 solid;
  justify-content: space-between;
}

.flex-container > .left {
  padding-left: 5px;
  padding-right: 5px;
}

.flex-container > .right {
  display: flex;
  flex-direction: row;

  width: 100%;
}

.flex-container > .right > div {
  width: 100%;
}
/* bootstrap under md */
@media (max-width: 991px) {
  .l-404 .container-fluid {
    flex-direction: column;
  }
  .l-404 img {
    margin-bottom: 30px;
  }

  .fixed-op-buttons {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    padding: 5px;
  }
  .fixed-op-buttons a {
    font-size: 14px;
    padding: 10px;
    height: 40px;
  }
  .fixed-op-buttons a:not(:last-child) {
    margin-bottom: 5px;
  }
}

.cc-404 {
  margin: 4rem 0;
}
.cc-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  padding-right: 10%;
  padding-left: 10%;
}
.cc-404 img {
  width: 400px;
  max-width: 520px;
}

.cc-404 h1 {
  margin: 0;
  padding-bottom: 0.75rem !important;
}

.cc-404 p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: rgba(0 0 0 / 0.6);
}
.cc-404 p strong {
  color: #000;
}

.cc-404 a.a-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3rem;
  padding: 0 1.25rem;
  background-color: #2e4507;
  border-radius: 0.25rem;
  color: #fff;
}

.cc-404 a.a-btn:hover {
  background-color: #273b05;
}
