h3.toptitlecontacttxt {
    font-size: var(--fh);
    text-align: center;
    color: var(--m);
}
.wpcf7-form {
  text-align: right;  
}

.wpcf7-form input,
.wpcf7-form textarea {
  max-width: 100%;
  direction: rtl;
}
p.toptxtcontact {
    text-align: center;
    color: var(--g);
}
ul.DataCall {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin-top: 50px;
    
    margin-bottom: 90px;
}
ul.DataCall li {
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
ul.DataCall li a {
    font-weight: bold;
    color: var(--m);
    margin-top: 20px;
}
.ContactForm h4 {
    text-align: center;
    font-size: var(--fth);
    color: var(--m);
}
.ContactForm .wpcf7 {
    width: 65%;
    margin: 25px auto;
}
.LineForm {
    width: 100%;
}
.LineForm input ,.LineForm textarea {
    width: 100%;
    border: solid 3px var(--m);
    padding: 17px 13px;
    margin-bottom: 30px;
    border-radius: 21px;
    box-shadow: 0 0 16px rgba(0,0,0,.1);
    outline: none;
    box-sizing: border-box;
	font-family:IRANSansPN;
}
.LineForm input[type="submit"] {
    color: white;
    background-color: var(--m);
    font-size: 30px;
    cursor: pointer;
	font-family:IRANSansPN;

}
@media screen and (max-width: 768px) {
	ul.DataCall {
		justify-content: space-around;
		flex-wrap: wrap;
	}
    .ContactForm .wpcf7 {
        width: 95%;
        margin: 25px auto;
    }
    ul.DataCall li {
        width: 100%;
        align-items: center;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) { 
    .topsingle img {
        width: 36%;
        margin-top: 34px;
    }

}
    @media screen and (min-width: 993px) and (max-width: 1200px) {
        .topsingle img {
            width: 36%;
            margin-top: 34px;
        }
    section.topsingle {
        height: 300px;
    }
    .PatSinglemain {
        position: absolute;
        top: -1568px;
        z-index: -1;
        left: -225px;
    }
}
