.tipddy-form-box {
  margin: 0 auto;
  max-width: 940px !important;
  width: 100%;
  display: none;
  border-radius: 15px !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

#contact-form-landing {
  margin: 0;
}

.tipddy-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 15px 15px 0 0;
}

.tipddy-form-tit {
  color: #000;
  text-align: start;
  margin: 0 auto;
  font-size: 30px;
  height: auto;
  width: 100%;
  padding: 10px 0 0 5px;
}

.tipddy-form-p {
  text-align: center;
  margin: 12px auto 36px auto;
  color: #646464;
  font-size: 20px;
}

.tipddy-form-container {
  display: flex;
  flex-direction: row;
}

.tipddy-col-6 {
  width: 50%;
  position: relative;
  padding: 0 10px;
  vertical-align: middle;
  margin-bottom: auto;
}

.tipddy-label,
.tipddy-label-2 {
  width: 100%;
  text-align: start;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
  color: #646464;
  font-size: 18px;
}

.tipddy-label-2 {
  font-size: 25px;
  color: #055d95;
  margin-bottom: 2rem;
  line-height: 1em;
}

.tipddy-input {
  width: 100%;
  display: block;
  height: 50px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #646464;
  background-color: rgb(255 255 255 / 26%);
  border: 1px solid #055d95;
  border-radius: 5px;
}

.tipddy-input:focus-visible {
  outline: 0px solid #c0c0c0;
}

.tipddy-submit {
  display: block;
  margin: 20px auto 0 auto;
  padding: 14px 38px;
  background-color: #055d95;
  color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #055d95;
}

.tipddy-submit:hover {
  color: #055d95;
  background-color: #fff;
}

.tipddy-snackbar {
  position: fixed;
  bottom: 10px;
  left: -500px;
  transition: 0.5s ease;
  color: #646464;
  font-weight: bolder;
  padding: 0.5rem 1rem;
  width: fit-content;
  z-index: 1000;
  border-radius: 10px;
}

.tipddy-snackbar.success {
  background-color: green;
}

.tipddy-snackbar.error {
  background-color: red;
}

.tipddy-form-group {
  width: 100%;
  padding: 10px;
}

.tipddy-services-list {
  list-style-position: outside !important;
  padding-inline-start: 10px;
  margin-bottom: auto;
}
.tipddy-item-list {
  width: 100%;
  text-align: start;
  margin-bottom: 5px;
  font-weight: bold;
  color: #055d95;
  font-size: 18px;
  display: list-item;
}
.tipddy-item-list span {
  color: #646464;
  font-weight: normal;
}
.tipddy-right-col {
  border-left: 1px solid rgb(200 200 200 / 20%);
  margin-left: 1rem;
}
.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.95) !important;
}
@media screen and (max-width: 820px) {
  .tipddy-col-6 {
    width: 100%;
  }
  .tipddy-form-container {
    flex-direction: column;
  }
}
