.qiform {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

.qifa {
    width: 100%;
    float: left;
    box-shadow: -1px -1px 8px 0px rgba(84, 84, 84, 0.75);
    padding: 40px;
}

.qifa .wpcf7-form ul.admision li:nth-child(2n+1) {
    margin-right: 0;
}

.qifa .wpcf7-form ul.admision li {
    width: 100%;
    margin-bottom: 10px;
}

.qifa span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
}

/*********************contact form-7 start here*********************/
.wpcf7-form ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.wpcf7-form ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
}

.wpcf7-form ul li span {
    color: #f00;
}

.contact_rt .wpcf7-form ul li {
    width: 30.66%;
    margin-right: 4%;
}

.contact_rt .wpcf7-form ul li:last-child {
    width: 100%;
    margin-right: 0;
}

.contact_rt .wpcf7-form ul li:nth-child(3) {
    margin-right: 0;
}

.contact_rt .wpcf7-form ul li:nth-child(4) {
    width: 100%;
}

.wpcf7-form ul li:last-child {
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-form-control {
    height: 40px;
    width: 100%;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    outline: none !important;
    font-size: 14px;
}

.wpcf7-form .wpcf7-submit {
    background: #fff;
    height: 39px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
    transition: all 0.5s ease;
    border: 1px solid #ccc;
    cursor: pointer;
    max-width: 150px;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #21157a;
    color: #fff;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    height: 170px;
    width: 100%;
}

.wpcf7-form p {
    color: #fff;
    padding-bottom: 0;
    padding-left: 20px;
    line-height: 14px;
}

.wpcf7-form p br {
    display: none;
}

.wpcf7-form p .wpcf7-form-control-wrap {
    width: 50%;
    float: left;
    margin-top: 16px;
}

.wpcf7-form p #myhomebtn {
    margin-left: -72px;
    width: 100%;
    float: left;
}

.wpcf7-form p .wpcf7-list-item-label {
    width: 100%;
    float: left;
    line-height: 14px;
}

.wpcf7-form p .wpcf7-list-item {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 30px;
}

.wpcf7-form p span {
    line-height: 0;
}

.wpcf7-list-item input[type=radio] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.wpcf7-response-output {
    float: left;
    color: #3c3c3c;
    margin-top: 40px;
}

.wpcf7-mail-sent-ng {
    font-size: 14px;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    float: left;
    margin: 5px 0 0px;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}

/*********************contact form-7 end here*********************/