.top-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--pad2);
}
.top-contact .right-top-contact {
    width: 50%;
}
.top-contact .right-top-contact img {
	width:100%;
}
.top-contact .left-top-contact {
    width: 40%;
}
ul.RssContact {
	padding:0;
	list-style:none;
}
ul.RssContact li {
    padding: 15px;
    box-shadow: var(--bs);
    border-radius: var(--br);
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.UnderIcContact {
    width: 10%;
    display: flex;
    align-items: center;
}
ul.RssContact li .UnderIcContact img {
	width:30px;
    margin-left: 10px;
}

ul.RssContact li .underTxt {
	width:230px;
    width: 90%;
}
ul.RssContact li span {
	    color: var(--m);
    font-size: 1.3em;
}
ul.RssContact li .DesContact {
	color: var(--txt3);
    font-weight: 300;
    font-size: var(--fp);
    text-align: right;
/* hmp */
	width: 100%;
}
ul.RssContact li .DesContact a:hover {
	text-decoration: underline;
}
.UnderForm {
/*hmp 	padding: 50px 0; */
	margin-bottom: 3rem;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
.UnderForm p {
	    color: #777678;
    font-weight: 300;
}
.TopForm {
	display: flex;
    justify-content: space-between;
}
.MyForm input {
	    border: 2px solid var(--s);
    border-radius: var(--br);
    background: white;
    width: 100%;
    margin-top: 10px;
    outline: none;
    box-sizing: border-box;
    padding: 15px;
    font-family: iranyekan;
    box-shadow: var(--bs);
}
.MyForm input::placeholder {
	font-family: iranyekan;
}
.MyForm span {
	position:relative;
	    width: 32%;

}
.MyForm textarea {
border: 2px solid var(--s);
    border-radius: var(--br);
    background: white;
    width: 100%;
        margin-top: 20px;

    outline: none;
    box-sizing: border-box;
    padding: 15px;
    resize: none;
    font-family: iranyekan;
    box-shadow: var(--bs);
}
::-webkit-input-placeholder {
    font-family: 'iranyekan';
}
:-moz-placeholder {
    font-family: 'iranyekan';
}
::-moz-placeholder {
   font-family: 'iranyekan';
}
:-ms-input-placeholder {
    font-family: 'iranyekan';
}
.SubBut {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.MyForm input[type="submit"] {
	border: none;
    padding: 9px 20px;
    background: var(--m);
    color: white;
    border-radius: 7px;
	    font-family: 'iranyekan';
    cursor: pointer;
	    width: 180px;

}
.UnderForm h3 {
	margin-top:0;
    text-align: justify;
    line-height: 2;
}

@media screen and (max-width: 1200px) {
	ul.RssContact li .DesContact{
		margin-right: .75rem;
	}
}


@media screen and (max-width: 768px) {
	.content {
		width:100%;
	}
	.top-contact {
    flex-wrap: wrap;
}
	.top-contact .right-top-contact {
/*hmp     width: 100%; */
		width: 75%;
		margin: 0 auto;
}
	.top-contact .right-top-contact img {
    width: 100%;
}
	.top-contact .left-top-contact {
		width:80%;
		margin:10px auto;
	}
	.forContact img.topContact {
    	width: 100%;
	}
	ul.RssContact {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.TopForm {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.UnderForm p {
		line-height: 25px;
	}
	.TopForm span {
		width: 100%;
	}
/* hmp	.UnderIcContact {
		margin-left: 15px;
	} */
	ul.RssContact li .DesContact{
		margin-right: 0rem;
	}
	
	.UnderForm {
		margin-bottom: 13rem;
	}
}

@media (max-width: 576px){
	.top-contact .left-top-contact {
    	width: 90%;
	}
	ul.RssContact li .DesContact{
		margin-right: .75rem;
	}
}

@media (max-width: 425px){
	.top-contact .left-top-contact {
		width: 100%;
	}
}