/*
* 3ommal Web Application
* SCSS Styles / Application Theme
* author Ziad Ziadeh <ziadeh50@gmail.com>
*/
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Droid+Sans+Mono");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  /* Shrinks images to fit container */
  max-width: 100%; }

body {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.2em;
  direction: rtl; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.text-blue {
  color: #0C60BA; }

.text-orange {
  color: #FFC400; }

.text-silver {
  color: #959DAD; }

.text-gray {
  color: #8E8E8E; }

.text-gray-light {
  color: #959DAD; }

.text-gray-lighter {
  color: #E1E1E1; }

.text-gray-dark {
  color: #656565; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.bg-blue {
  background-color: #0C60BA; }

.bg-orange {
  background-color: #FFC400; }

.bg-silver {
  background-color: #959DAD; }

.bg-gray {
  background-color: #8E8E8E; }

.bg-gray-light {
  background-color: #959DAD; }

.bg-gray-lighter {
  background-color: #E1E1E1; }

.bg-gray-dark {
  background-color: #656565; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right !important; }

.text-lighter {
  font-weight: 300; }

.bg-gray {
  background-color: #E1E1E1; }

.m-t-b-20 {
  margin: 20px 0; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-60 {
  margin-top: 60px; }

.m-t-70 {
  margin-top: 70px; }

.m-t-80 {
  margin-top: 80px; }

.m-t-90 {
  margin-top: 90px; }

.m-t-100 {
  margin-top: 100px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-b-70 {
  margin-bottom: 70px; }

.m-b-80 {
  margin-bottom: 80px; }

.m-b-90 {
  margin-bottom: 90px; }

.m-b-100 {
  margin-bottom: 100px; }

.h-100 {
  height: 100%; }

.w-50-perc {
  width: 50%; }

.r-50 {
  border-radius: 50px !important; }

.w-50 {
  width: 50% !important; }

.w-100 {
  width: 100% !important; }

::-webkit-input-placeholder {
  color: #E1E1E1; }

:-ms-input-placeholder {
  color: #E1E1E1; }

::placeholder {
  color: #E1E1E1; }

p {
  line-height: 24px; }

h1 {
  font-size: 150%; }

b {
  font-weight: bold; }

a {
  display: inline-block;
  text-decoration: none;
  color: #0C60BA; }

textarea {
  padding: 12px;
  width: 100%;
  border: solid 1px #959DAD;
  box-shadow: none;
  font-family: inherit;
  font-size: 80%;
  color: inherit;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  textarea:focus {
    border-color: #0C60BA; }

small {
  font-size: 80%; }

input, button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit; }

.container {
  max-width: 997px;
  margin: 0 auto; }

@media (min-width: 997px) {
  body {
    font-size: 1.3em; } }
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
  opacity: 0; }

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-top: 0;
  margin-bottom: 1rem; }
  ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    font-size: 90%;
    font-weight: normal;
    line-height: 24px; }

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px; }
  ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    font-size: 90%;
    font-weight: normal;
    line-height: 24px; }

.logo {
  width: 129px;
  height: 129px;
  background-image: url("../images/logo/logo.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  display: block;
  margin: 20px auto; }

.iti {
  position: relative;
  display: inline-block; }

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555; }

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }
.iti__flag-box {
  display: inline-block;
  width: 20px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.iti__country {
  padding: 5px 10px;
  outline: none; }

.iti__dial-code {
  color: #999; }

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle; }

.iti__flag-box, .iti__country-name {
  margin-right: 6px; }

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.iti--container:hover {
  cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }

.iti__flag.iti__be {
  width: 18px; }

.iti__flag.iti__ch {
  width: 15px; }

.iti__flag.iti__mc {
  width: 19px; }

.iti__flag.iti__ne {
  width: 18px; }

.iti__flag.iti__np {
  width: 13px; }

.iti__flag.iti__va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px; } }
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px; }

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px; }

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px; }

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px; }

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px; }

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/icons/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/icons/flags@2x.png"); } }
.iti__flag.iti__np {
  background-color: transparent; }

/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999; }

ul.bjqs-controls.v-centered li a {
  position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

ol.bjqs-markers.h-centered {
  text-align: center; }

ol.bjqs-markers li {
  display: inline; }

ol.bjqs-markers li a {
  display: inline-block; }

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0; }

#banner-fade {
  width: 100%;
  margin-bottom: 50px; }

.bjqs-controls {
  display: none; }

ol.bjqs-markers {
  margin: 10px 0; }
  ol.bjqs-markers li a {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: white;
    margin-right: 10px;
    border-radius: 50px;
    font-size: 10px;
    padding: 5px;
    border: solid 2px #CEB1B1;
    text-indent: -9999px; }
  ol.bjqs-markers li.active-marker a {
    background-color: #0C60BA;
    border-color: #0C60BA; }

#banner-public,
#banner-fade {
  z-index: 100; }

/*
    Common 
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard.vertical > .steps {
  display: inline; }

.wizard > .steps .number {
  font-size: 1.429em; }

.wizard > .steps > ul > li {
  width: 25%; }

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default; }

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default; }

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff; }

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff; }

.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wizard.vertical > .content {
  display: inline;
  margin: 0 2.5% 0.5em 2.5%; }

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%; }

.wizard > .content > .body ul {
  list-style: disc !important; }

.wizard > .content > .body ul > li {
  display: list-item; }

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%; }

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc; }

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block; }

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11; }

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em; }

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard.vertical > .actions {
  display: inline;
  margin: 0 2.5%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }

.wizard > .actions > ul > li {
  margin: 0 0.5em; }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa; }

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1; }

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0; }

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0; }

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none; }

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none; }

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px; }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%; }

.tabcontrol > .content > .body ul {
  list-style: disc !important; }

.tabcontrol > .content > .body ul > li {
  display: list-item; }

.icon {
  background-image: url("../images/icons/icons.svg");
  background-size: 900px;
  background-position: 0 -13px;
  text-indent: -9999px;
  display: inline-block; }
  .icon.icon-lg {
    -moz-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    -o-transform: scale(3, 3);
    transform: scale(3, 3); }
  .icon.white {
    filter: brightness(0) invert(1); }
  .icon.settings {
    background-size: 650px;
    background-position: -80px -9px;
    width: 34px;
    height: 47px; }
  .icon.profile {
    background-size: 650px;
    background-position: -144px -9px;
    width: 36px;
    height: 47px; }
  .icon.money {
    width: 45px;
    height: 45px;
    background-position: -216px -11px;
    background-size: 680px; }
  .icon.conversation {
    width: 45px;
    height: 45px;
    background-position: -286px -11px;
    background-size: 680px; }
  .icon.icon-form {
    width: 45px;
    height: 45px;
    background-position: -348px -11px;
    background-size: 680px; }
  .icon.work {
    width: 45px;
    height: 47px;
    background-position: -419px -11px;
    background-size: 680px; }
  .icon.arrow-left {
    width: 45px;
    height: 47px;
    background-position: -1289px 6px;
    background-size: 340px; }
  .icon.arrow-right {
    width: 45px;
    height: 47px;
    background-position: -1289px 6px;
    background-size: 340px;
    transform: rotate(180deg); }
  .icon.request {
    width: 45px;
    height: 47px;
    background-position: -1483px -2px;
    background-size: 400px; }
  .icon.icon-date {
    width: 30px;
    height: 30px;
    background-position: -631px -19px;
    background-size: 680px; }
  .icon.icon-upload {
    width: 26px;
    height: 28px;
    background-position: -21px -88px;
    background-size: 680px; }
  .icon.icon-constructions {
    width: 37px;
    height: 37px;
    background-position: -84px -81px;
    background-size: 680px; }
  .icon.icon-cultivation {
    width: 37px;
    height: 37px;
    background-position: -152px -85px;
    background-size: 680px; }
  .icon.icon-maintenance {
    width: 37px;
    height: 37px;
    background-position: -220px -82px;
    background-size: 680px; }
  .icon.icon-restaurants {
    width: 37px;
    height: 37px;
    background-position: -229px -64px;
    background-size: 550px; }
  .icon.icon-road-working {
    width: 37px;
    height: 37px;
    background-position: -317px -75px;
    background-size: 610px; }
  .icon.icon-occupations {
    width: 37px;
    height: 37px;
    background-position: -424px -83px;
    background-size: 680px; }
  .icon.icon-factory {
    width: 37px;
    height: 37px;
    background-position: -447px -75px;
    background-size: 620px; }
  .icon.icon-hotels {
    width: 37px;
    height: 37px;
    background-position: -509px -75px;
    background-size: 620px; }
  .icon.icon-shopping {
    width: 37px;
    height: 37px;
    background-position: -562px -73px;
    background-size: 610px; }
  .icon.icon-medical {
    width: 37px;
    height: 37px;
    background-position: -12px -132px;
    background-size: 600px; }
  .icon.icon-health {
    width: 37px;
    height: 37px;
    background-position: -84px -152px;
    background-size: 680px; }
  .icon.icon-cleaning {
    width: 37px;
    height: 37px;
    background-position: -151px -152px;
    background-size: 680px; }
  .icon.icon-drivers {
    width: 37px;
    height: 37px;
    background-position: -219px -152px;
    background-size: 680px; }
  .icon.icon-plus {
    width: 37px;
    height: 37px;
    background-position: -287px -151px;
    background-size: 680px; }
  .icon.icon-plus-blue {
    width: 22px;
    height: 22px;
    background-position: -795px -103px;
    background-size: 460px; }
  .icon.icon-camera {
    width: 22px;
    height: 19px;
    background-position: -914px -114px;
    background-size: 500px; }
  .icon.icon-send-message {
    width: 22px;
    height: 21px;
    background-position: -963px -113px;
    background-size: 500px; }
  .icon.logo-questions {
    width: 54px;
    height: 78px;
    background-position: -457px -180px;
    background-size: 880px; }
  .icon.icon-arrow-next {
    width: 18px;
    height: 16px;
    background-position: -437px -161px;
    background-size: 680px;
    display: inline-block;
    vertical-align: middle; }
  .icon.icon-arrow-prev {
    width: 18px;
    height: 16px;
    background-position: -437px -161px;
    background-size: 680px;
    display: inline-block;
    vertical-align: middle;
    transform: rotateX(180deg);
    -webkit-transform: rotateY(180deg); }
  .icon.icon-phone {
    background-size: 650px;
    background-position: -17px -206px;
    width: 34px;
    height: 41px; }
  .icon.icon-down-app {
    background-size: 900px;
    background-position: -106px -275px;
    width: 61px;
    height: 79px; }
    .icon.icon-down-app.down-app-primary {
      background-position: -646px -275px; }
  .icon.icon-fb {
    background-image: url("../images/icons/fb.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    background-position: 0 0; }
  .icon.icon-tw {
    background-image: url("../images/icons/tw.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    background-position: 0 0; }
  .icon.icon-instagram {
    background-image: url("../images/icons/instagram.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    background-position: 0 0; }
  .icon.icon-user {
    width: 23px;
    height: 21px;
    background-position: -1112px -163px;
    background-size: 500px; }
  .icon.icon-info {
    width: 23px;
    height: 21px;
    background-position: -1162px -163px;
    background-size: 500px; }
  .icon.icon-privacy {
    width: 23px;
    height: 21px;
    background-position: -1212px -163px;
    background-size: 500px; }
  .icon.icon-about {
    width: 23px;
    height: 21px;
    background-position: -1262px -163px;
    background-size: 500px; }
  .icon.icon-contactus {
    width: 23px;
    height: 21px;
    background-position: -1315px -161px;
    background-size: 500px; }

.input-tel {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  padding: .5rem .75rem;
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  border-color: #959DAD;
  border-width: 0 0 2px 0;
  height: 50px;
  direction: ltr;
  letter-spacing: 0.3ch;
  width: 230px;
  font-size: 16px; }

.iti {
  direction: ltr; }

.input-confirm {
  display: block;
  margin: 0em auto;
  border: none;
  padding: 0;
  height: 60px;
  width: 9ch;
  background: repeating-linear-gradient(90deg, #959DAD 0, #959DAD 1ch, transparent 0, transparent 1.5ch) 0 100%/ 8.5ch 1px no-repeat;
  font: 5ch droid sans mono, consolas, monospace;
  letter-spacing: 0.5ch;
  direction: ltr; }
  .input-confirm:focus {
    outline: none;
    color: #0C60BA; }

.form {
  padding: 15px; }

.form-group {
  margin: 20px 0 30px 0; }
  .form-group label {
    font-size: 80%;
    color: #0C60BA;
    margin-bottom: 10px;
    display: block; }

.form-control {
  display: block;
  width: 100%;
  color: #656565;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: .5rem;
  text-align: center;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  padding: 1.3rem 1rem;
  line-height: 1.5;
  font-size: 90%;
  color: #959DAD; }
  .form-control:focus {
    color: #656565;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 2px 2px 12px rgba(12, 96, 186, 0.4); }
  .form-control.form-inline {
    box-shadow: none;
    margin: 0;
    text-align: right;
    border-radius: 50px;
    padding: 5px 15px; }

.ck-button {
  display: block;
  width: 100%;
  color: #656565;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: .5rem;
  text-align: center;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  line-height: 2.8;
  color: #959DAD;
  margin-left: 20px; }
  .ck-button:last-child {
    margin-left: 0; }

.ck-button label {
  margin: 0;
  display: inline;
  color: #656565;
  font-weight: 300; }

.ck-button label span {
  display: block;
  width: 100%;
  border-radius: 10px; }

.ck-button label input {
  position: absolute;
  top: -220px; }

.ck-button input:hover + span {
  background-color: rgba(12, 96, 186, 0.4);
  border-radius: 10px; }

.ck-button input:checked + span {
  background-color: #0C60BA;
  color: #ffffff;
  border-radius: 10px; }

.ck-button input:checked:hover + span {
  background-color: #0C60BA;
  color: #ffffff;
  border-radius: 10px; }

.multi-input {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-self: center;
  flex: 1 100%;
  align-items: center; }
  .multi-input .label-between {
    font-size: 80%;
    padding: 15px 5px 5px 5px;
    color: #0C60BA; }

@media (min-width: 997px) {
  .ck-button {
    line-height: 2.5;
    height: 41px; } }
input[type="date"] {
  -webkit-appearance: none;
  padding: 10px 0 0 0;
  height: 45px; }

.input-with-icon {
  position: relative;
  width: 100%; }
  .input-with-icon .icon {
    position: absolute;
    top: 8px;
    left: 10px; }

.custom-select {
  position: relative; }

.custom-select select {
  display: none; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #0C60BA transparent transparent transparent; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #0C60BA transparent;
  top: 12px; }

.select-selected.select-arrow-active {
  border-radius: 10px 10px 0 0; }

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #959DAD;
  color: #ffffff; }

.select-selected {
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: .5rem;
  text-align: center;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  line-height: 2.4;
  font-size: 90%;
  color: #959DAD;
  margin-left: 20px;
  height: 40px; }
  .select-selected:last-child {
    margin-left: 0; }

.select-items {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2); }

.select-items div {
  cursor: pointer;
  padding: 15px 15px 5px 15px;
  border-bottom: solid 1px #E1E1E1;
  background-color: #ffffff;
  font-size: 80%;
  color: #959DAD; }

.upload-btn-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }

.upload-btn-wrapper .btn {
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: .5rem;
  text-align: center;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  line-height: 2.4;
  font-size: 90%;
  color: #959DAD;
  height: 40px;
  padding: 0;
  cursor: pointer; }

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  right: 0;
  width: 100%; }

.upload-btn-wrapper .icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px; }

button.btn {
  padding-bottom: 30px; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.8rem 1rem 0.5rem 1rem;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none; }
  .btn:hover {
    opacity: 0.9; }
  .btn.btn-md {
    font-size: 80%; }
  .btn.btn-lg {
    font-size: 120%; }
  .btn.btn-wide {
    padding-left: 30px;
    padding-right: 30px; }
  .btn.btn-link {
    background: none;
    color: #0C60BA; }
    .btn.btn-link:hover {
      background-color: #E1E1E1; }
    .btn.btn-link:active {
      background-color: #0C60BA;
      color: #ffffff; }
  .btn.btn-primary {
    color: #ffffff;
    background-color: #0C60BA; }
    .btn.btn-primary:active {
      background-color: #FFC400; }
  .btn.btn-n-bg {
    background: transparent; }
    .btn.btn-n-bg:active {
      background-color: #E1E1E1; }
  .btn.btn-gray {
    background-color: #E1E1E1;
    color: #656565; }
    .btn.btn-gray:active {
      background-color: #8E8E8E;
      color: #ffffff; }
  .btn.btn-gray-dark {
    background-color: #656565;
    color: #ffffff; }
    .btn.btn-gray-dark:active {
      background-color: #8E8E8E;
      color: #ffffff; }
  .btn.btn-secondary {
    background-color: #FFC400;
    color: #ffffff; }
    .btn.btn-secondary:active {
      background-color: #0C60BA;
      color: #ffffff; }
  .btn.btn-banner {
    background-color: #ffffff;
    color: #0C60BA;
    font-size: 80%;
    font-weight: 300;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 3px; }
    .btn.btn-banner:active {
      background-color: #0C60BA;
      color: #ffffff; }
  .btn [type="reset"],
  .btn [type="submit"],
  .btn button,
  .btn html [type="button"] {
    -webkit-appearance: button; }
  .btn.btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0;
    flex-grow: 1;
    margin: 0 30px 20px 30px;
    width: 20%; }
    .btn.btn-with-icon input {
      display: none !important; }
    .btn.btn-with-icon .icon-container {
      background: #ffc400;
      padding: 10px;
      border-radius: 50%;
      margin-right: -25px; }
    .btn.btn-with-icon .category-title {
      width: 100%;
      padding-top: 7px; }

.selection {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px; }

@media (max-width: 557px) {
  .btn.btn-with-icon {
    width: 100%; }

  .selection.selection-sm .btn.btn-with-icon {
    width: 29%;
    margin: 17px 17px 0px 17px; } }
.header {
  height: 70px;
  width: 100%;
  background-color: #0C60BA;
  padding-bottom: 10px; }
  .header .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
    color: #ffffff;
    height: 70px; }
    .header .container .header-content-left {
      width: 15%; }
    .header .container .header-content-right {
      width: 15%; }
    .header .container .header-content-center {
      width: 70%;
      height: 30px; }
    .header .container .site-name {
      color: white;
      font-size: 30px; }

@media (min-width: 997px) {
  .header .container .header-content-left {
    text-align: left; }
  .header .container .header-content-right {
    text-align: right; } }
.box-container {
  width: 90%;
  background-color: #ffffff;
  border-radius: 20px;
  display: block;
  margin: 0 auto; }
  .box-container .box-content {
    padding: 15px; }
  .box-container.box-inline {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2); }
  .box-container .box-confirm {
    display: flex;
    justify-content: space-around;
    align-items: self-end;
    flex: 1 100%;
    text-align: center;
    flex-direction: row;
    border-top: solid 1px #E1E1E1;
    margin-top: 10px;
    height: 42px; }
    .box-container .box-confirm a {
      display: block;
      width: 100%;
      border-radius: 0; }
      .box-container .box-confirm a:first-child {
        border-bottom-right-radius: 20px;
        border-left: solid 1px #E1E1E1; }
      .box-container .box-confirm a:last-child {
        border-bottom-left-radius: 20px; }
    .box-container .box-confirm .ck-button {
      margin: 0;
      box-shadow: none;
      border-radius: 0; }
      .box-container .box-confirm .ck-button:first-child {
        border-bottom-right-radius: 20px;
        border-left: solid 1px #E1E1E1; }
        .box-container .box-confirm .ck-button:first-child label span {
          border-radius: 0 0 20px 0; }
      .box-container .box-confirm .ck-button:last-child {
        border-bottom-left-radius: 20px; }
        .box-container .box-confirm .ck-button:last-child label span {
          border-radius: 0 0 0 20px; }
      .box-container .box-confirm .ck-button label span {
        height: 100%; }
      .box-container .box-confirm .ck-button label {
        margin: 0;
        width: 100%; }
    .box-container .box-confirm .input-with-icon input[type="month"],
    .box-container .box-confirm .input-with-icon input[type="date"] {
      border-radius: 0 0 21px 21px;
      border: none;
      box-shadow: none;
      margin: 0;
      height: 42px; }
    .box-container .box-confirm select {
      font-family: 'Tajawal', sans-serif;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /* Remove default arrow */
      width: 100%;
      height: 100%;
      text-align: center;
      border: none;
      text-align-last: center;
      margin-right: 10px;
      border-radius: 0;
      color: #656565;
      font-size: 1em;
      background: none; }
      .box-container .box-confirm select:first-child {
        border-left: solid 1px #E1E1E1;
        border-bottom-right-radius: 20px; }
      .box-container .box-confirm select:last-child {
        border-bottom-left-radius: 20px; }
    .box-container .box-confirm select::-ms-expand {
      display: none; }
    .box-container .box-confirm input[type="number"],
    .box-container .box-confirm input[type="text"] {
      margin: 0;
      border-radius: 0;
      box-shadow: none;
      border: none;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px; }

.fade {
  transition: opacity .15s linear; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  outline: 0;
  z-index: 1072; }
  .modal.fade.show {
    opacity: 1;
    display: flex; }
  .modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: 0.6; }
  .modal .modal-dialog {
    position: relative;
    width: 360px;
    margin: .5rem;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    z-index: 10000;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal .close {
    border: none;
    width: 35px;
    margin: 10px 10px 0 0;
    background-color: transparent;
    background-position: -28px -28px; }
  .modal .modal-footer {
    margin-top: 50px;
    width: auto;
    text-align: center;
    display: none; }
  .modal .modal-message {
    background-color: #ffffff;
    border-radius: 50px;
    color: #959DAD;
    display: inline-block;
    padding: 20px; }
  .modal .modal-confirm {
    display: flex;
    justify-content: space-around;
    align-items: self-end;
    flex: 1 100%;
    text-align: center;
    flex-direction: row;
    border-top: solid 1px #E1E1E1;
    margin-top: 10px; }
    .modal .modal-confirm a {
      display: block;
      width: 100%;
      border-radius: 0; }
      .modal .modal-confirm a:first-child {
        border-bottom-right-radius: 20px; }
      .modal .modal-confirm a:last-child {
        border-bottom-left-radius: 20px; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

@media (min-width: 997px) {
  .modal .modal-dialog {
    width: 540px; } }
.home-menu {
  position: relative; }
  .home-menu .home-menu-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; }
    .home-menu .home-menu-container:before, .home-menu .home-menu-container:after {
      background-repeat: no-repeat !important; }
    .home-menu .home-menu-container:before {
      background: url("../images/icons/home_bg_right.svg");
      content: "";
      height: 495px;
      width: 180px;
      position: absolute;
      right: 0;
      background-size: 181px;
      z-index: -1;
      top: -50px;
      background-position: 0 0px; }
    .home-menu .home-menu-container:after {
      background: url("../images/icons/requests-left.svg");
      content: "";
      height: 495px;
      width: 80px;
      position: absolute;
      left: 0;
      background-size: 34px;
      z-index: -1;
      top: 0px; }
    .home-menu .home-menu-container .home-menu-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 150px;
      text-align: center;
      border-radius: 140px;
      padding: 10px;
      color: #ffffff;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.23);
      font-weight: bold;
      line-height: 28px;
      cursor: pointer; }
      .home-menu .home-menu-container .home-menu-content.menu-item-1 {
        margin-left: 100px; }
      .home-menu .home-menu-container .home-menu-content.menu-item-2 {
        margin-right: 150px;
        margin-top: -60px; }
      .home-menu .home-menu-container .home-menu-content.menu-item-3 {
        margin-right: -178px;
        margin-top: -105px; }
      .home-menu .home-menu-container .home-menu-content.menu-item-4 {
        margin-top: -73px;
        margin-right: 82px; }
      .home-menu .home-menu-container .home-menu-content.md {
        width: 140px;
        height: 140px; }
      .home-menu .home-menu-container .home-menu-content.sm {
        width: 130px;
        height: 130px; }

@media (min-width: 997px) {
  .home-menu .home-menu-container .home-menu-content {
    font-size: 80%; } }
.my-requests .my-request-container {
  margin: 0 20px;
  padding-bottom: 20px; }
  .my-requests .my-request-container .my-request-number {
    flex-wrap: wrap;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    padding: 22px 0 20px 0;
    color: #656565;
    border-bottom: solid 1px #E1E1E1; }
    .my-requests .my-request-container .my-request-number .icon {
      border-radius: 50px;
      background-color: #0C60BA;
      width: 35px;
      height: 35px;
      margin-left: 10px; }
    .my-requests .my-request-container .my-request-number .my-request-title {
      width: 80%; }
  .my-requests .my-request-container .my-request-date {
    text-align: left;
    color: #959DAD;
    font-size: 90%;
    width: 100%;
    padding-top: 20px; }

.form-messages {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center; }
  .form-messages .form-message {
    background-color: #656565;
    color: #ffffff;
    padding: 19px;
    border-radius: 20px;
    font-size: 70%;
    margin: 0 40px;
    text-align: center;
    line-height: 20px; }

.main {
  width: 100%;
  float: right; }
  .main.circles-bg {
    background: url("../images/background/home.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }

@media (min-width: 997px) {
  .main.circles-bg {
    background-size: 160%; } }
@media (min-width: 997px) {
  .login-page {
    background-color: #FFC400; }

  .login {
    min-height: 90vh; } }
@media (max-width: 996px) {
  .login-page {
    background-color: #E1E1E1; } }
.login {
  width: 100%;
  padding: 50px 0;
  text-align: center; }
  .login .box-content {
    padding: 65px 15px; }
    .login .box-content .btn-primary {
      margin-top: 20px; }
  .login .btn-n-bg {
    margin-top: 50px; }
  .login h1 {
    color: #ffffff;
    font-size: 130%;
    margin: 25px 0 50px 0; }
  .login h2 {
    font-size: 100%;
    margin-bottom: 15px; }

.line-yellow {
  height: 10px;
  background-color: #FFC400; }

.job-application-page {
  background-color: rgba(225, 225, 225, 0.39); }
  .job-application-page .container:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../images/icons/requests-right.svg");
    background-repeat: no-repeat;
    background-position: 17px 80px;
    z-index: -1; }
  .job-application-page .container:after {
    content: "";
    position: absolute;
    width: 53px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/icons/requests-left.svg");
    background-repeat: no-repeat;
    background-position: 0 130px;
    z-index: -1; }

#previous,
#wizard {
  display: none; }

.wizard .content {
  background-color: transparent;
  min-height: 50%; }
.wizard h5 {
  display: none; }
.wizard .form-messages {
  position: fixed;
  bottom: 79px;
  display: none;
  width: 290px;
  right: 50%;
  margin-right: -145px; }

ul[role="tablist"] {
  display: none; }

.page-icon {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  display: none;
  margin: 70px auto;
  text-align: center; }

.question-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px 10px; }
  .question-nav .btn {
    font-size: 80%;
    padding: 7px 8px 3px 8px;
    border-radius: 6px;
    width: 37%; }
    .question-nav .btn:first-child {
      margin-left: 5px; }
    .question-nav .btn:last-child {
      margin-right: 5px; }

.category-section-icon {
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center; }

.chat-page .chat-container:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../images/icons/requests-right.svg");
  background-repeat: no-repeat;
  background-position: 17px 80px;
  z-index: -1;
  opacity: 0.46; }
.chat-page .chat-container:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/icons/requests-left.svg");
  background-repeat: no-repeat;
  background-position: 0 130px;
  z-index: -1;
  opacity: 0.46; }
.chat-page .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
.chat-page .chat-bg {
  background-image: url("../images/background/chat-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.46;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1; }
.chat-page .chat-messages {
  padding-top: 100px;
  padding-bottom: 150px; }
  .chat-page .chat-messages .inner-messages .chat-message {
    background-color: #0C60BA;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(149, 157, 173, 0.4);
    margin: 20px;
    width: 100%;
    position: relative;
    max-width: 390px;
    font-size: 80%;
    line-height: 20px; }
    .chat-page .chat-messages .inner-messages .chat-message:after {
      background-color: #0C60BA;
      box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.06);
      content: "\00a0";
      display: block;
      height: 20px;
      right: -9px;
      position: absolute;
      top: 7px;
      transform: rotate(221deg);
      -moz-transform: rotate(221deg);
      -ms-transform: rotate(221deg);
      -o-transform: rotate(221deg);
      -webkit-transform: rotate(221deg);
      width: 20px;
      z-index: 1; }
    .chat-page .chat-messages .inner-messages .chat-message .chat-message-content {
      padding: 20px;
      position: relative;
      z-index: 2; }
      .chat-page .chat-messages .inner-messages .chat-message .chat-message-content .chat-message-date {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 80%;
        margin-top: 5px; }
  .chat-page .chat-messages .inner-messages:nth-child(2) {
    direction: ltr; }
    .chat-page .chat-messages .inner-messages:nth-child(2) .chat-message-content .chat-message-date {
      text-align: right; }
    .chat-page .chat-messages .inner-messages:nth-child(2) .chat-message {
      direction: rtl;
      background-color: #ffffff;
      color: #0C60BA; }
      .chat-page .chat-messages .inner-messages:nth-child(2) .chat-message:after {
        background-color: #ffffff;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        left: -9px;
        right: auto; }
.chat-page .chat-type-message {
  background-color: #F5F5F5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85px;
  padding-top: 10px;
  z-index: 999; }
  .chat-page .chat-type-message:after {
    position: absolute;
    content: ' ';
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(180deg);
    left: 0;
    right: auto;
    top: -112px;
    background-image: url("../images/icons/requests-right.svg");
    width: 183px;
    height: 112px;
    background-position: 0 0; }
.chat-page .chat-options {
  display: flex;
  flex: unset;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around; }
  .chat-page .chat-options .chat-option {
    width: 10%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .chat-page .chat-options .chat-option.chat-text-message {
      width: 70%; }
    .chat-page .chat-options .chat-option a {
      width: 100%;
      height: 100%;
      text-align: center;
      margin: 0 5px;
      vertical-align: middle;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px; }
      .chat-page .chat-options .chat-option a:hover {
        opacity: 0.9; }
      .chat-page .chat-options .chat-option a:active {
        opacity: 0.3; }

@media (max-width: 557px) {
  .chat-page .chat-messages .inner-messages .chat-message .chat-message-content {
    padding: 10px; }

  .chat-page .chat-messages .inner-messages .chat-message {
    max-width: 225px; }

  .chat-type-message:after {
    display: none; } }
.public {
  position: relative;
  min-height: 100%; }
  .public .home-menu .home-menu-container:before {
    background-repeat: no-repeat !important;
    background: url("../images/icons/requests-right.svg");
    top: 0;
    right: 0;
    height: 100%; }
  .public .containermenu {
    display: none; }
  .public .home-menu .home-menu-container .home-menu-content {
    width: 230px;
    height: 230px;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 50px; }
    .public .home-menu .home-menu-container .home-menu-content .home-menu-title {
      margin: 5px 10px 0 10px;
      line-height: 30px; }
  .public .site-container {
    position: relative; }
    .public .site-container:after {
      position: absolute;
      content: " ";
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      left: 0;
      right: auto;
      bottom: 0;
      background-image: url("../images/icons/requests-right.svg");
      width: 183px;
      height: 112px;
      background-position: 0 0; }
  .public .home-menu {
    padding-top: 60px; }
    .public .home-menu .home-menu-container:after {
      background: none;
      height: 100%; }
    .public .home-menu .circles {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .public .home-menu .circles .home-menu-icon {
        height: 60px; }
        .public .home-menu .circles .home-menu-icon .icon {
          -moz-transform: scale(1.3, 1.3);
          -ms-transform: scale(1.3, 1.3);
          -webkit-transform: scale(1.3, 1.3);
          -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }
    .public .home-menu .square {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      flex-wrap: wrap; }
      .public .home-menu .square .icon {
        -moz-transform: scale(1.9, 1.9);
        -ms-transform: scale(1.9, 1.9);
        -webkit-transform: scale(1.9, 1.9);
        -o-transform: scale(1.9, 1.9);
        transform: scale(1.9, 1.9); }
      .public .home-menu .square .home-menu-content {
        border-radius: 20px; }
        .public .home-menu .square .home-menu-content .home-menu-icon {
          display: flex;
          width: 100%;
          height: 120px;
          justify-content: center;
          align-items: center; }

.down-app {
  padding-bottom: 50px; }

li.bjqs-slide {
  height: 320px;
  width: 100%;
  display: list-item;
  display: flex;
  flex: auto;
  justify-content: center;
  align-items: center; }
  li.bjqs-slide .banner-content {
    position: absolute;
    text-align: center; }
    li.bjqs-slide .banner-content h1 {
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 35px; }
    li.bjqs-slide .banner-content .btn {
      border-radius: 50px;
      font-size: 160%;
      font-weight: bold;
      padding-left: 50px;
      padding-right: 50px; }

.site-header {
  height: 70px;
  width: 100%;
  background-color: #0C60BA; }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    height: 70px; }
  .site-header .logo-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0C60BA;
    font-weight: bold; }
    .site-header .logo-container .site-name {
      margin-right: 10px;
      color: #ffffff; }
    .site-header .logo-container .logo {
      width: 37px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: 0 0;
      border-radius: 0;
      display: block;
      margin: 0;
      background-size: 36px; }
  .site-header .options {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center; }
    .site-header .options .option {
      padding: 10px 15px;
      cursor: pointer;
      color: #ffffff;
      font-size: 80%;
      font-weight: 300; }

h1.heading {
  font-weight: bold;
  color: #0C60BA;
  font-size: 160%;
  margin-bottom: 50px; }

.footer-content {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  align-items: center;
  text-align: right; }
  .footer-content .copyright {
    display: block;
    text-align: center;
    color: #ffffff; }
  .footer-content .footer-col {
    display: flex;
    width: 15%;
    justify-content: center;
    flex-wrap: wrap; }
    .footer-content .footer-col.footer-center {
      width: 40%; }
      .footer-content .footer-col.footer-center .footer-action {
        display: block; }
    .footer-content .footer-col.contact {
      font-size: 85%;
      width: 20%;
      color: #ffffff; }
    .footer-content .footer-col .footer-action {
      display: flex;
      width: 100%;
      font-size: 70%;
      font-weight: 300; }
    .footer-content .footer-col a {
      color: #ffffff;
      padding: 0px 3px;
      margin-bottom: 7px; }

@media (max-width: 997px) {
  .public .home-menu .home-menu-container .home-menu-content {
    width: 140px;
    height: 140px;
    font-size: 110%;
    font-weight: normal;
    margin-bottom: 50px;
    margin-right: 8px;
    margin-left: 5px;
    line-height: 10px; }

  .public .containermenu {
    display: block; }

  .public .home-menu .circles .home-menu-icon {
    height: 48px; }

  .public .home-menu .home-menu-container .home-menu-content .home-menu-title {
    line-height: 24px; }

  .site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    position: relative;
    z-index: 5; }

  .site-header .options {
    display: none; }

  .site-header .container {
    justify-content: flex-end; }

  .site-header .logo-container {
    margin-left: 20px;
    background-color: #ffffff; }
    .site-header .logo-container .site-name {
      color: #0C60BA; }

  .site.container .circles,
  .site.container .square {
    justify-content: center; }

  .site-footer {
    padding: 20px; }

  .footer-content .footer-col {
    width: 50% !important;
    line-height: 20px;
    font-size: 100% !important; }
    .footer-content .footer-col.contact {
      width: 100% !important; }
      .footer-content .footer-col.contact .footer-action {
        display: block;
        text-align: center; }
    .footer-content .footer-col .copyright {
      text-align: right; }

  .down-app-icons img {
    max-width: 160px; } }
.public .site.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .public .site.container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .public .site.container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .containermenu {
    display: none !important; }

  .public .site.container {
    max-width: 960px; }

  .site-header .logo {
    background-image: url("../images/logo/logo-white.svg");
    background-color: transparent; } }
@media (min-width: 1200px) {
  .public .site.container {
    max-width: 997px; } }
.containermenu {
  background: #ffffff;
  display: block;
  width: 100%; }

.open-main-nav {
  position: absolute;
  top: 15px;
  padding-top: 20px;
  right: 15px;
  z-index: 1000;
  background: none;
  border: 0;
  cursor: pointer; }

.open-main-nav:focus {
  outline: none; }

.burger {
  position: relative;
  display: block;
  width: 28px;
  height: 4px;
  margin: 0 auto;
  background: #0c60ba;
  transform: skew(0deg);
  transition: all 0.275s; }

.burger:after,
.burger:before {
  content: "";
  display: block;
  height: 100%;
  background: #0c60ba;
  transition: all 0.275s; }

.burger:before {
  transform: translateY(-16px) skew(0deg); }

.burger:after {
  transform: translateY(-12px) translateX(0px) skew(0deg); }

.is-open .burger {
  transform: skew(0deg) translateY(-8px) rotate(-45deg); }

.is-open .burger:before {
  transform: translateY(0px) skew(-10deg) rotate(75deg); }

.is-open .burger:after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0; }

.mobile-menu {
  transition: all 0.275s;
  position: absolute;
  top: 70px;
/*  right: -150%;*/
  opacity: 0;
  bottom: 0;
  background: white;
  z-index: -100; }
  .mobile-menu.is-open {
    right: 0;
    opacity: 1;
    left: 0; }
  .mobile-menu .menu-item {
    padding: 30px;
    border-bottom: solid 1px #E1E1E1; }
    .mobile-menu .menu-item a {
      margin-bottom: 5px;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; }
    .mobile-menu .menu-item .icon {
      vertical-align: middle; }
  .mobile-menu p {
    padding: 0 20px;
    line-height: 24px; }
  .mobile-menu .btn {
    padding: 10px 20px 5px 20px;
    font-size: 100%; }

.inner-page {
  margin: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  padding: 20px;
  color: #8E8E8E;
  max-width: 997px;
  display: block;
  margin: 0 auto; }
  .inner-page p, .inner-page h1 {
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0; }
  .inner-page p {
    font-size: 90%; }
  .inner-page .inner-menu {
    width: 100%;
    margin-bottom: 20px; }
    .inner-page .inner-menu ul {
      display: flex;
      list-style: none; }
      .inner-page .inner-menu ul li {
        padding: 0 5px;
        color: #8E8E8E; }
        .inner-page .inner-menu ul li:first-child {
          padding-right: 0; }
        .inner-page .inner-menu ul li a {
          color: #8E8E8E; }

.contact-form {
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact-form form {
    width: 100%; }
  .contact-form .success-message {
    text-align: center;
    display: none; }

.submit-form a {
  width: 100%;
  padding: 7px 0 !important; }
  .submit-form a.disabled {
    background-color: #FFC400; }
    .submit-form a.disabled:hover, .submit-form a.disabled:active {
      background-color: #FFC400; }

/*# sourceMappingURL=style.css.map */
