/*
Theme Name: My Paf Way
Author: WebArt Technology
Description: This is simple custom theme
Version: 1.0
*/
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
  display: none !important;
}

/* thankyou-page */
.page-template-template-thankyou header, .error404 header {
    background-color: rgba(39, 39, 39, 0.2117647059);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.page-template-template-thankyou .mainbtn .btn {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
}



/* error  */
.er-page {
    max-width: 600px;
    margin: 100px auto;
    background: white;
    padding: 40px !important;
    border-radius: 10px;
    box-shadow: 2px -1px 11px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.er-page .mainbtn .btn {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
}

.howitWorks .infoGraphic .content i{
	position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%);
	color: #666;
}
.form-check {
    padding: 15px 18px 15px 17px;
}
.contact p{
	margin:0;
}