/* form style */
.pn_label{
    display: inline-block;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #1c1c1cb3;
}

.pn_input{
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #1c1c1cb3;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #00000029;
    border-radius: 0;
}
.screen-reader-response {
    display: none;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
    color: red;
}
.pn_input_img_wrap, .pn_textarea_img_wrap {
    position: relative;
    margin-bottom: 15px;
}
.pn_form_wrap_btn {
    margin-top: 40px;
}
.pn_label_input_wrap {
    margin-bottom: 20px;
}
@media (max-width: 1199px){
    .pn_label, .pn_input {
        font-size: 14px;
        line-height: 22px;
    }
}
/* form style */
.pn_label{
    display: inline-block;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #1c1c1cb3;
}

.pn_input{
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #1c1c1cb3;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #00000029;
    border-radius: 0;
}

@media (max-width: 1199px){
    .pn_label, .pn_input {
        font-size: 14px;
        line-height: 22px;
    }
}
/* form style end*/