.wmkcfeedback input,
.wmkcfeedback textarea,
.wmkcfeedback .wmkcfb-fileupload {
    width: 100%;
    outline: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: var(--borderradius);
    margin-top: 15px;
    font-size: var(--fontsize16);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    font-family: var(--fontfamily)
}

.wmkcfeedback input::placeholder,
.wmkcfeedback textarea::placeholder,
.wmkcfeedback .wmkcfb-fileupload {
    color: #666
}

.wmkcfeedback input.input-error,
.wmkcfeedback textarea.input-error {
    border-color: red !important
}

.wmkcfeedback input:focus,
.wmkcfeedback textarea:focus {
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, .05);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .05)
}

.wmkcfeedback input,
.wmkcfeedback .wmkcfb-fileupload {
    height: 50px
}

.wmkcfeedback .feed-verification {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 320px;
    position: relative;
    margin-top: 15px
}

@media(max-width:768px) {
    .wmkcfeedback .feed-verification {
        max-width: 100%
    }
}

.wmkcfeedback .feed-verification .verification-box {
    margin-left: 10px;
    height: 40px;
    padding: 4px 0px
}

.wmkcfeedback .feed-verification .verification-box img {
    width: auto;
    height: 100%
}

.wmkcfeedback textarea {
    height: 140px;
    resize: none;
    font-family: var(--fontfamily)
}

.wmkcfeedback .send-btn {
    min-width: 180px;
    height: 50px;
    font-size: var(--fontsize16);
    background: var(--color);
    border-radius: var(--borderradius);
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .1s linear;
    padding: 0px 20px;
    outline: 0;
    border: none;
    position: relative;
    font-family: var(--fontfamily)
}

.wmkcfeedback .send-btn::after {
    content: '';
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    transition: all .2s ease
}

.wmkcfeedback .send-btn[disabled] {
    background: #999
}

.wmkcfeedback .send-btn:hover::after {
    width: 100%
}

.wmkcfeedback .select-menu {
    width: 49%;
    margin-top: 15px;
    position: relative
}

.wmkcfeedback .select-menu .select-menu-div {
    position: relative;
    width: 100%
}

.wmkcfeedback .select-menu .select-menu-div em {
    margin-right: 5px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease
}

.wmkcfeedback .select-menu .select-menu-div em.select-menu-i {
    -webkit-transform: rotateX(180deg);
    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: var(--color);
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wmkcfeedback .select-menu .select-menu-div em::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px
}

.wmkcfeedback .select-menu .select-menu-div .select-menu-input {
    margin: 0 !important;
    width: 100% !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 40px;
    user-select: none;
    color: #999
}

.wmkcfeedback .select-menu .select-menu-ul {
    -webkit-box-shadow: 0 1px 15px 0 rgba(15, 19, 39, .1);
    box-shadow: 0 1px 15px 0 rgba(15, 19, 39, .1);
    list-style: none;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    background: #FFFFFF;
    position: absolute;
    z-index: 1
}

.wmkcfeedback .select-menu .select-menu-ul li {
    padding: 0px 20px;
    line-height: 2.5;
    cursor: pointer;
    font-size: var(--fontsize13);
    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
}

.inquiry-feedbackForm .wmkcfeedback .inquiry-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inquiry-feedbackForm .wmkcfeedback input {
    width: 49%
}

.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 input {
    margin-top: 0 !important;
    width: 100% !important
}

.wmkcfeedback .feed-verification img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.home-message .wmkcfeedback .inquiry-form {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap
}

.home-message .wmkcfeedback input {
    width: 100%;
    height: 50px
}

.home-message .wmkcfeedback .select-menu {
    width: 100%
}

.home-message .wmkcfeedback .send-btn {
    margin-top: 15px
}

@media(max-width:1024px) {
    .home-message .wmkcfeedback input {
        width: 100%
    }

    .home-message .wmkcfeedback .select-menu {
        width: 100%
    }
}

.pro-bottom-inquiry .wmkcfeedback .inquiry-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pro-bottom-inquiry .wmkcfeedback input {
    width: 49%
}

.sidebar-item .wmkcfeedback .select-menu {
    margin-top: 10px;
    width: 100%
}

.sidebar-item .wmkcfeedback .feed-verification {
    margin-top: 5px
}

.sidebar-item .wmkcfeedback .send-btn {
    min-width: 160px;
    height: 45px;
    margin-top: 15px
}

.contact-main .wmkcfeedback .inquiry-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-main .wmkcfeedback .inquiry-form input {
    width: 49%;
    height: 48px;
    border-color: #c9c9c9;
    background-color: #F6F6F6
}

.contact-main .wmkcfeedback .inquiry-form .wmkcfb-fileupload {
    width: 49%;
    height: 48px;
    border-color: #c9c9c9;
    background-color: #F6F6F6
}

.contact-main .wmkcfeedback .inquiry-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-main .wmkcfeedback textarea {
    border-radius: 5px;
    height: 200px;
    border-color: #c9c9c9;
    background-color: #F6F6F6
}

.contact-main .wmkcfeedback .send-btn {
    background: var(-color);
    font-weight: var(--fontbold5);
    border: none;
    margin-top: 15px;
    border-radius: var(--borderradius);
    transition: all .1s linear
}

@media(max-width:768px) {

    .contact-main .wmkcfeedback .select-menu,
    .contact-main .wmkcfeedback input,
    .contact-main .wmkcfeedback .inquiry-form .wmkcfb-fileupload {
        width: 100% !important
    }
}

.wmkcfb-fileupload {
    background-image: url(../images/choose-file.webp) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: auto 55% !important;
    cursor: pointer
}