footer {
  padding-top: 50px;
}

.form-floating>label {
  top: 0;
  right: 0 !important;
  left: auto;
}

.tailor-box {
  background-color: #233f5af2;
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #eee
}

.tailor-heading {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}


input[type="text"],
input[type="email"],
input[type="phone"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="subject"],
input[type="datetime-local"],
textarea {
  border: 1px solid #e9ecef;
  outline: 0;
  width: 100%;
  padding: 13px 20px;
  resize: none;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}


@media (max-width: 575.98px) {

.tailor-box {
  background-color: #233f5af2;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #eee;
}
}

.btn-effect {
  color: var(--main-color);
  border-radius: .5em;
  background-color: #dc3545;
  color: var(--white-color);
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .5s;
  padding: 10px;
  border: none;
  display: inline-block;
  min-width: 150px;
  margin: 20px 10px;
  width: fit-content;
}

.btn-effect span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color:#ffffff;;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1)* 25%);
  transition: .5s;
  transition-delay: calc((var(--n) - 1)* .1s);
  z-index: -1;
}

.btn-effect:hover {
  color: #041126;
}

.form-select {
  width: 102%;
}
textarea.form-control {
  min-height: calc(1.5em +(.75rem + 2px));
  width: 101%;
}

@media (max-width: 575.98px) {
  footer {
    padding-top: 50px;
    margin-bottom: 0;
}
}
