.wmkcfeedback {
  margin-top: 25px
}
.wmkcfeedback .inquiry-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.wmkcfeedback .inquiry-form > * {
  width: 99%
}
.wmkcfeedback .formpage input{
  width: 49%
}

.wmkcfeedback .wmkcfb-fileupload, .wmkcfeedback input, .wmkcfeedback textarea {
  outline: 0;
  border-radius: 3px;
  border: none;
  background-color: #FFFFFF;
  height: 50px;
  padding: 10px;
  margin-bottom: 1.5em;
  font-family: inherit;
  border: 1px solid #FFFFFF;
  font-size: var(--fontsize14);
  transition: all .1s linear
}
.wmkcfeedback input::placeholder, .wmkcfeedback textarea::placeholder {
  color: #999999
}
.wmkcfeedback input:focus, .wmkcfeedback textarea:focus {
  border-color: var(--color, #26609e) !important
}
.wmkcfeedback input.input-error, .wmkcfeedback textarea.input-error {
  border-color: #e00
}
.wmkcfeedback textarea {
  width: 100% !important;
  flex: none !important;
  height: 140px;
  resize: none
}
.wmkcfeedback .send-btn {
  margin: 20px auto 0;
  min-width: 200px;
  height: 48px;
  border-radius: var(--borderradius);
  font-size: var(--fontsize16);
  background: var(--color);
  color: #fff;
  font-weight: var(--fontbold4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: 0;
  padding: 0px 20px;
  transition: all .1s linear;
  position: relative;
  overflow: hidden
}
.wmkcfeedback .send-btn:hover {
  background: #333333;
  color: #FFFFFF
}
.wmkcfeedback .send-btn[disabled] {
  background: #eee !important;
  color: #999 !important
}
.wmkcfeedback .send-btn[disabled]::before {
  content: none !important
}
.wmkcfeedback .send-btn:hover::after {
  transform: translate(-50%, -50%) scale(1)
}
.wmkcfeedback .select-menu {
  position: relative;
  margin-bottom: 15px;
  width: 49%
}
.wmkcfeedback .select-menu input {
  margin: 0 !important;
  width: 100% !important;
  cursor: pointer
}
.wmkcfeedback .select-menu .select-menu-div em {
  margin-right: 5px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s ease
}
.wmkcfeedback .select-menu .select-menu-div em.select-menu-i {
  transform: rotateX(180deg)
}
.wmkcfeedback .select-menu .select-menu-div em::after, .wmkcfeedback .select-menu .select-menu-div em::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: rotate(45deg)
}
.wmkcfeedback .select-menu .select-menu-div em::after {
  transform: rotate(-45deg);
  left: 6px
}
.wmkcfeedback .select-menu .select-menu-ul {
  box-shadow: 0 1px 15px 0 rgba(15, 19, 39, .1);
  list-style: none;
  display: none;
  width: 100%;
  text-align: left;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  position: absolute;
  z-index: 9
}
.wmkcfeedback .select-menu .select-menu-ul li {
  color: #000000;
  padding: 0px 20px;
  line-height: 2.5;
  cursor: pointer;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}
.wmkcfeedback .select-menu .select-menu-ul li:hover {
  background: #f2faea
}
.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n) {
  background: #f5f4f4
}
.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n):hover {
  background: #f2faea
}
.wmkcfeedback .select-menu .select-menu-ul li.select-this {
  background: #f2faea
}
.wmkcfeedback .select-menu .select-menu-ul li.select-this:hover {
  background: #f2faea !important
}
.wmkcfeedback .loading {
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  border: 2px solid #000000;
  border-top-color: rgba(0, 0, 0, .2);
  border-right-color: rgba(0, 0, 0, .2);
  border-bottom-color: rgba(0, 0, 0, .2);
  border-radius: 100%;
  animation: feedbacksenloading infinite .75s linear
}
@keyframes feedbacksenloading {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.wmkcfeedback .feed-verification {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  max-width: 500px
}
.wmkcfeedback .feed-verification input {
  width: 100% !important;
  margin: 0 !important
}
.wmkcfeedback .feed-verification img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer
}
@media(max-width:1024px) {
  .wmkcfeedback .feed-verification {
    max-width: 100%
  }
  .wmkcfeedback .select-menu {
    width: 100%
  }
}
.prolist-bottom .wmkcfeedback .inquiry-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.prolist-bottom .wmkcfeedback .send-btn {
  height: 50px;
  font-size: var(--fontsize16)
}
@media(max-width:768px) {
  .wmkcfeedback .wmkcfb-fileupload, .wmkcfeedback input {
    width: 100% !important;
    margin: 0 0 10px !important;
    flex: none !important
  }
  .wmkcfeedback .send-btn {
    margin-top: 10px
  }
  .wmkcfeedback input, .wmkcfeedback textarea {
    font-size: var(--fontsize16) !important
  }
}
.wmkcfeedback .wmkcfb-fileupload {
  display: flex;
  align-items: center;
  color: #999999;
}
.wmkcfb-fileupload {
  background-image: url(../imgs/choose-file.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 55%;
  cursor: pointer
}



#contact-form-d{
  max-width:500px;width:100%;margin: 0 auto;background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,.10);
  box-sizing: border-box;
  padding: 15px;
  border-radius: var(--border);
position: relative;
}
#contact-form-d .title p {
  margin: 0px;
  font-size: var(--fontsize16);
  color: var(--fontcolor);
  font-weight: var(--fontbold5);
  line-height: 1;
  text-transform: capitalize;
}
#contact-form-d .title::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--color);
}
#contact-form-d .wmkcfeedback {
  margin-top: 10px;
}
#contact-form-d .wmkcfeedback .inquiry-form {
  display: flex;
  flex-direction: column;
	flex-wrap: wrap;
  justify-content: space-between;
}

#contact-form-d .wmkcfeedback input, .sidebar .wmkcfeedback textarea, .sidebar .wmkcfeedback .wmkcfb-fileupload {
  width: 100% !important;
  border: none;
  outline: 0;
  height: 45px;
  background: #FCFCFC;
  border-radius: var(--border);
  padding: 0px 10px;
  margin-bottom: 1em;
  font-size: var(--fontsize16);
  font-family: var(--fontfamily);
}
#contact-form-d .wmkcfeedback textarea {
  padding: 13px 10px;
  min-height: 100px;
  height: 160px;
  font-family: var(--fontfamily);
}
#contact-form-d .wmkcfeedback .send-btn {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background: var(--color);
  border-radius: var(--border);
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .1s linear;
}
