.txtpost {
    display: flex;
    justify-content: space-between;
	    padding: 28px;

}
.content {
    width: 100%;
}
.ContactForm {
    width: 50%;
}

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

p.toptxtcontact {
    text-align: center;
    color: var(--g);
}

ul.DataCall {
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin-top: 0;
    width: 45%;
    margin-bottom: 90px;
}

ul.DataCall li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

ul.DataCall li:first-child {
    flex-direction: column;
    align-items: flex-start;
}

ul.DataCall li:first-child h4 {
    color: var(--c1);
    font-size: var(--h2);
    line-height: 35px;
    margin: 0;
}

ul.DataCall li img {
    width: 50px;
    margin-left: 10px;
    box-shadow: none;
    border-radius: 0;
}

ul.DataCall li a {
    font-weight: normal;
    color: var(--c4);
    font-size: var(--p);
}

.ContactForm h4 {
    text-align: center;
    font-size: var(--fth);
    color: var(--m);
}

.LineForm {
    width: 100%;
}

.LineForm input, .LineForm textarea ,.LineForm select {
width: 100%;
    margin-bottom: 32px;
    outline: none;
    box-sizing: border-box;
    padding: 17px 15px;
    border: none;
    color: var(--c4);
    font-family: 'IRANSans';
    resize: none;
    background-color: var(--c5);
    border-radius: var(--br);
}

.LineForm input::placeholder, .LineForm textarea::placeholder {
    color: var(--c4);
    font-family: 'IRANSans';
}
input[type="submit"] {
    font-size: 16px;
    cursor: pointer;
    width: 180px;
    padding: 9px;
    color: white;
    background: var(--c1);
    border-radius: 5px;
    margin-top: 11px;
    box-shadow: 0 3px 7px #bc1e5399;
	border:none;
    font-family: 'IRANSans';
}

.for2txt {
    display: flex;
    justify-content: space-between;
}
.for2txt .LineForms {
	width:49%;
}
.for2txt .LineForms:nth-last-of-type(1) {
    margin-right: 20px;
}
.MainEs {
	margin:0 auto;
}
.resume {
	width:100%;
}
@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;
    }
    .txtpost {
        flex-wrap: wrap;
    }
    .ContactForm ,ul.DataCall {
        width: 100%;
    }
}

@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;
    }
}