html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  direction: rtl;
}

body,
input,
textarea {
  font-family: Rubik, sans-serif;
  font-optical-sizing: auto;
}

.txtArea {
  direction: rtl
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.header-area {
  height: 400px;
  background-image: url(../images/contact-slider.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.body-header-flex {
  flex-direction: column;
  height: 100%;
}

.body-header-image {
  background-image: url(../images/logo-white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 178px;
  height: 162px;
}

.body-header-h1 {
  font-family: Rubik;
  font-weight: 600;
  font-size: 50px;
  line-height: 59.25px;
  text-align: right;
  color: #fff;
}

.body-header-h2 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 24px;
  line-height: 28.44px;
  text-align: right;
  color: #fff;
  margin-top: 20px;
}

.body-header-in {
  margin: 0 50px 50px;
}

.body-header-btns.d-flex {
  margin-top: 30px;
}

.body-header-btn {
  width: 180px;
  height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  text-align: center;
  color: #fff;
  line-height: 43px;
  box-sizing: border-box;
}

.body-header-btn.disabled {
  background: none;
  border: 2px solid #fff;
}

.body-header-btn-gap {
  width: 20px;
}

.contact-area {
  padding: 80px 0 125px;
}

.contact-form {
  margin: auto;
  width: 775px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .9);
}

.contact-h1 {

  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #1C479E;
}

.contact-h2 {
  padding-top: 5px;

  font-weight: 400;
  font-size: 30px;

  text-align: center;

}

.contact-h3 {

  font-weight: 400;
  font-size: 20px;

  text-align: center;

  padding-top: 120px;
  padding-bottom: 45px;
}

.form-row {
  margin-bottom: 30px;
}

.form-row-td {
  width: 50%;
}

.form-area {
  width: 630px;
  margin: 30px auto 0;
}

.form-row-td-h1 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  text-align: right;
  margin-bottom: 5px;
}

.form-input,
.form-input-textarea {
  font-family: Rubik;
  font-weight: 400;
  width: 100%;
  height: 43px;
  border-radius: 5px;
  border: 1px solid #ddd;
  outline: none;
  resize: none;
  box-sizing: border-box;
  padding: 10px;
}

.contact-gap {
  width: 20px;
}

.form-input-textarea {
  height: 133px;
}

.form-submit-btn {
  margin: auto;
  width: 180px;
  height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  line-height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.rc-anchor-normal-footer {
  display: none;
}

.rc-anchor-center-item {
  display: block;
  margin: 5px;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 128px;
}

.rc-anchor-center-container {
  display: block;
  margin: 3px;
}

.map-area {
  width: 1440px;
  margin: 60px auto;
  height: 450px;
}