@font-face {
  font-family: 'fontArabic';
  src: url('fonts/arabic/LPMQ.ttf');
}

html { font-size: 12px;}

body {
  font-family: 'Montserrat', sans-serif;
  color: #727d91;
}

a,
a:hover { text-decoration: none;}

.font-1 { font-family: 'Montserrat', sans-serif;}
.font-2 { font-family: 'Roboto', sans-serif;}

.color-1 { color: #727d91;}
.color-2 { color: #a3adc0;}
.color-3 { color: #ffffff;}

.textbox {
  width: 100%;
  height: 40px;
  text-align: center;
  border: none;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  _display: inline;
  _zoom: 1;
}

.button-1 {
  background: #7566fe;
  padding: .917em 1.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
a.button-1 { color: #fff;}

.button-2 {
  background: #4fbbcd;
  padding: .917em 1.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
a.button-2 { color: #fff;}

button::-moz-focus-inner { border: 0;}