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;
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.header-area {
  height: 500px;
  background-image: url(../images/know_slider.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.terms-div-out {
  width: 1290px;
  margin: 50px auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 30px;
}