h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #292D32;
  font-family: "IBM Plex Sans Arabic",
    sans-serif;
}

body {
  color: #62666A;
  font-weight: 400;
  font-family: "IBM Plex Sans Arabic",
    sans-serif;
}







.price-pro {
  right: auto;
  left: 8px;
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* height: 100%; */
  direction: rtl;
}

.banner-img {
  left: 0;
  right: auto;
  text-align: left;
}

.job-right .single-team .team-arrow {
  right: auto;
  left: 22px;
}

.phone-wrapper {
  padding-left: 0;
  padding-right: 16px;
}

.phone-input-field {
  padding-left: 0 !important;
  padding-right: 8px !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
  text-align: right;
}

.footer-socail a::before {
  right: auto;
  left: 0;
}

.country-list li img {
  margin-right: 0;
  margin-left: 8px;
}
.modal-header {
  right: auto;
  left: 036px;
}





/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .modal-header {
    left: 15px;
  }
  
}