.contact {
	padding-top: 5rem;
	background-color: var(--background-color-white);
  }
  
  .contact--client {
	display: flex;
	padding: 4rem 0;
  }
  
  .contact--us {
	width: 20%;
	color: var(--color-black);
	text-align: justify;
	line-height: 1.25;
  }
  
  .contact--us h4 {
	margin-bottom: 0.5rem;
  }
  
  .contact--us span {
	font-size: 0.8rem;
  }
  .contact--form {
	width: 80%;
  }
  .contact--form__inner {
	background-color: var(--background-color-gray);
	width: 95%;
	height: 100%;
	margin-left: auto;
	display: flex;
	padding: 1rem 0;
  }
  .contact--form__customer {
	  width: 100%;
	  padding: 0 4rem 0 5rem;
  }
  .contact--form__information {
	width: 50%;
	padding: 0 4rem 0 5rem;
  }
  
  .contact--form__information {
	border-left: 1px solid var(--color-black);
	line-height: 3;
  }
  
  .contact--form__information__address {
	line-height: 1.5;
  }
  .contact--form__information h4 {
	text-align: left;
  }
  
  .contact--form__information > div > img {
	width: 1.25rem;
  }
  
  .contact--form__information > div {
	display: flex;
	align-items: center;
  }
  
  .contact--form__information > div > span {
/* 	width: 60%; */
	margin-left: 1.5rem;
	font-size: 0.9rem;
  }
  
  .contact--form__social__network {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
  }
  
  .contact--form__social__network > a > img {
	width: 1.5rem;
  }
  
  .contact--form__customer input,.contact--form__customer select ,
  .contact--form__customer textarea {
	width: 100%;
	padding: var(--padding-button) !important;
	margin-top: 0.5rem !important;
	border: none;
	border-bottom: var(--border-bottom-orange);
	font-size: 0.75rem !important;
	  font-family:IRANSans
  }

.contact--form__customer input:focus, .contact--form__customer textarea:focus{
	font-size:0.75rem !important;
}
  .contact--form__necessary {
	position: relative;
  }
  .contact--form__necessary__img:before {
	content: url(../img/icons/lozenge-orange.svg);
	width: 0.5rem;
	position: absolute;
  }
  .contact--form__necessary__img {
	z-index: 1;
	position: absolute;
	right: -7%;
	top: 26%;
  }
  
  .contact--form__customer textarea {
	font-family: IRANSans;
  }
  .contact--form__customer textarea::placeholder {
	font-family: IRANSans;
	font-size: 0.75rem;
	color: var(--color-black);
  }
  .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 80px !important;
}
  .contact--form__customer textarea:focus {
	outline: none;
	font-family: IRANSans;
	font-size: 0.75rem;
	color: var(--color-black);
  }
  
  .contact--form__customer input[type=submit] {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 0.5rem;
	margin-top: 0.5rem;
	font-family: IRANSans;
	background-color: var(--background-color-orange);
	color: var(--color-black);
	font-size: 0.75rem;
	cursor: pointer;
  }
  
  .contact--form__customer input[type=submit] > img {
	width: 1rem;
	position: absolute;
	top: 50%;
	left: 4%;
	transform: translate(0, -50%);
  }
  
  /* contact--sales */
  .contact--sales {
	background-color: var(--background-color-white);
  }
  .contact--sales__content ,.under-rep {
	padding-bottom: 3rem;
	display: flex;
  }
  
  .sales--center , .under-rep .right-reps {
	width: 20%;
  }
  
  .sales--center__find {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
  }
  
  .sales--center__find__left {
	width: 0.5rem;
  }
  .sales--center__find__down {
	display: none;
  }
  
  .sales--center__search {
	margin-top: 3rem;
	position: relative;
  }
  
  .sales--center__search input {
	border: none;
	border-bottom: var(--border-bottom-orange);
	background-color: var(--background-color-gray);
	padding: 0.5rem;
	font-family: IRANSans;
	width: 100%;
  }
  .sales--center__search input:focus {
	font-family: IRANSans;
  }
  
  .sales--center__search img {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
  }
  
  .sales--center__contact {
	background-color: var(--background-color-gray);
	padding: 0.5rem;
	margin-top: 3rem;
  }
  .sales--center__contact > div {
	display: flex;
	justify-content: space-between;
  }
  
  .sales--center__contact > div:last-child {
	margin-top: 0.5rem;
  }
  
  .sales--center__contact > div > span {
	font-size: 0.75rem;
  }
  .sales--center__contact > div > img {
	width: 1rem;
  }
  
  .sales--map , .left-reps {
	width: 80%;
  }
  
  .sales--map__google {
	width: 95%;
	margin-right: auto;
  }
  /* contact--sales */
.under-rep img {
	width:100%;
	height:auto;
}
.my-maps {
	position:relative;
}
#map {
	 width: 100%;
	 height: 400px;
	 background: gray;
}
#myUL {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
#myUL li {
	width: 30%;
}
.dropbtn {
	background-color: var(--background-color-gray);;
	color: black;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	width: 100%;
  }
  
  .dropbtn:hover, .dropbtn:focus {
	background-color: var( --color-orange);
  }
  
  .dropdown {
	position: relative;
  }
  
  .dropdown-content {
	display: none;
	position: relative;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
	z-index: 1;
	width: 100%;
    padding: 11px;
  }
  
.dropdown-content > span {
	display: flex;
	align-items:center;
}

.dropdown-content > span:last-child{
	justify-content: flex-end;
}
  .dropdown-content > span > span{
	display: block;
    color: black;
/*     font-family: IRANSansPN; */
    font-weight: bold;
    margin: 15px 0;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

.gform_confirmation_message{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	color: var(--color-orange);
    font-weight: bold;
}
  /****************************************************media query****************************************************/
  @media (max-width: 1200px) {
	.sales--center__search input::placeholder {
	  font-size: 0.75rem;
	}
	  .contact--form__customer {
		padding: 0 3rem 0 3rem;
	}
	  
	  .contact--form__information {
		padding: 0px 1rem 0 1rem;
	}
  }
  @media (max-width: 992px) {
	.contact--client {
	  display: block;
	}
	.contact--us,
	.contact--form,
	.contact--form__inner,
	.contact--form__information > div > span {
	  width: 100%;
	}
	.contact--form {
	  margin-top: 1rem;
	}
  
	.contact--sales__content {
	  flex-direction: column;
	}
  
	.sales--center,
	.sales--map,
	.sales--map__google {
	  width: 100%;
	}
  
	.sales--map__google {
	  margin-top: 1rem;
	}
  
	.sales--center__inner {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-top: 1rem;
	}
  
	.sales--center__contact,
	.sales--center__search {
	  margin-top: 0;
	  width: 45%;
	}
  
	.sales--center__find {
	  width: 44%;
	}
	.sales--center__find__left {
	  display: none;
	}
	.sales--center__find__down {
	  display: flex;
	  width: 1rem;
	}
  }
  
  @media (max-width: 768px) {
	.contact--form__customer,
	.contact--form__information {
	  padding: 0 1rem;
	}
	.contact--form__customer > img {
	  right: 1%;
	}
  
	.contact--form__necessary__img {
	  right: -4%;
	}
  }
  
  @media (max-width: 575px) {
	.contact--form__inner {
	  flex-direction: column;
	}
	.contact--form__customer,
	.contact--form__information {
	  width: 100%;
	}
	.contact--form__information {
	  border-left: none;
	  margin-top: 1rem;
	}
  
	.sales--center__inner {
	  flex-direction: column;
	}
  
	.sales--center__find {
	  margin: 1rem auto;
	}
	.sales--center__contact {
	  margin-top: 1rem;
	}
	.sales--center__search,
	.sales--center__contact,
	.sales--center__find {
	  width: 75%;
	}
	.contact--form__necessary__img {
	  right: -3%;
	}
  }
  /****************************************************media query****************************************************/
  