@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Tajawal&display=swap);
@import url(https://fonts.googleapis.com/css?family=Cairo&display=swap);
@-ms-viewport {
  width: device-width;
}

.creat-co-load {
  background: url(/images/Accflex-Loading-55.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  height: -webkit-fill-available;
  text-align: center;
  background-size: contain;
}

.pay-info {
  padding-left: 7px !important;
  padding-right: 0 !important;
}

.table {
  margin-bottom: 0px !important;
}

.loading-text {
  font-size: 25px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  color: rgba(25, 111, 209, 0.918);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Tajawal", sans-serif !important;
  background-color: #f8f8f8 !important;
  height: 100%;
}

ul {
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}

header.site-header {
  direction: rtl;
  text-align: right;
  background-color: #fff;
  padding: 0 20px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 280px;
}

#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
}

.logo-container {
  display: inline-block;
}

.logo-container img {
  width: 100%;
}

nav {
  position: relative;
  width: 100%;
}

.mobile-nav, .nav-logo-mob {
  display: none;
}

.mobile-nav button {
  background-color: #70b744 !important;
  color: #fff;
  height: 35px;
  position: fixed;
  padding: 5px;
  margin: 10px;
  width: 35px;
}

.mobile-nav .btn:hover, .mobile-nav .btn:focus {
  color: #fff !important;
}

.btn-price-req, .btn-activate {
  background-color: #70b744 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 15px 12px -10px #bcbcbc;
  box-shadow: 0 15px 12px -10px #bcbcbc;
}

.btn-price-req:hover, .btn-price-req:focus {
  background-color: #0f6dac !important;
}

.btn-activate:hover, .btn-activate:focus {
  background-color: #0f6dac !important;
}

header.site-header nav {
  background-color: #fff;
  position: relative;
}

ul.actions-nav {
  list-style: none;
  margin: 5% auto;
  padding: 0 15px;
}

ul.actions-nav > li {
  display: inline-block;
}

.actions-col {
  text-align: left;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  .actions-nav {
    margin: 0 auto !important;
    text-align: center !important;
  }
  .actions-col img {
    margin-top: 5px;
  }
  section h6 {
    margin-top: 0;
  }
  .subs-now {
    margin-top: 6px !important;
    margin-bottom: 13px;
  }
  .custom-in, .app-img img {
    width: 100%;
  }
  .home-choise div {
    width: 100% !important;
  }
  .hide-n-mob {
    display: none !important;
  }
  #footer {
    position: relative !important;
  }
  #content-wrap {
    padding-bottom: 0 !important;
  }
}

section {
  text-align: right;
  direction: rtl;
  padding: 0 35px;
  margin-bottom: 40px;
}

section h3 {
  color: #0f6dac;
}

h6 {
  color: #0f6dac;
}

section h3 {
  font-weight: 700;
}

.contact-info li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  background-color: #fff;
  padding: 10px;
  font-size: 12px;
}

.contact-info ul {
  padding: 0 !important;
  margin-top: 50px;
}

.app-img {
  text-align: center;
}

.btn-left {
  text-align: left;
}

p {
  margin-bottom: 0 !important;
}

.for-mob {
  display: none;
}

@media (min-width: 320px) and (max-width: 980px) {
  .contact-info li {
    display: block;
    margin: 10px 20px;
  }
  .for-mob {
    display: block;
  }
  .not-mob {
    display: none;
  }
  h5 {
    font-size: 12px !important;
  }
  section {
    text-align: center;
    padding: 0 12px !important;
  }
}

section.page-ref, section.page-cover {
  margin: 0 !important;
}

.breadcrumb {
  margin: 0 !important;
}

.breadcrumb li a::after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f053";
  display: inline;
  font-weight: 900;
  margin: 0 2px 0 10px;
  color: #7a7b87;
  z-index: 2;
}

.breadcrumb li:last-child a::after {
  display: none;
}

.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #70b744;
}

.fa-home:before {
  color: #7a7b7b;
}

.breadcrumb {
  background: transparent !important;
}

section.page-content {
  margin-top: -150px;
}

.row-btn {
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form-row {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fake-line {
    border-top: 1.5px dashed #ddd;
    padding-top: 8px;
  }
  .pt-sm-10 {
    padding-top: 10%;
  }
}

.custom-control-label::before, .custom-control-label::after {
  right: -1.5rem;
  left: auto !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #70b744 !important;
  background-color: #70b744 !important;
}

.required {
  color: red;
}

.company-info {
  background-color: #fff;
  padding: 20px;
  margin: 25px 5%;
}

.company-info .form-control {
  background-color: #f1f1f1 !important;
}

select {
  padding: 0 5px !important;
}

.company-info .btn-outline-cancel {
  border: 1px solid #898d8d;
  padding: 0.375rem 1.75rem !important;
}

.company-info .btn-outline-cancel:hover, .company-info .btn-outline-cancel:focus {
  color: #0f6dac;
  border: 1px solid #0f6dac;
}

.company-info h4 {
  margin-top: 20px;
}

.form-control:focus {
  border-color: #e6eae3 !important;
  -webkit-box-shadow: 0 0 0 0.2rem #70b74440 !important;
          box-shadow: 0 0 0 0.2rem #70b74440 !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0 !important;
}

.modal-content {
  text-align: center;
  border: none !important;
  padding: 25px;
}

.modal-footer a {
  margin: 0 auto;
  border-top: none !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px !important;
  }
}

@media screen and (max-width: 768px) {
  .form-row, .company-info .form-group {
    display: block !important;
  }
  .progs-menu .row {
    text-align: right;
  }
}

.support-form {
  background: url(../images/support-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 25px 0;
  margin: 12px 0;
  color: #fff;
}

.support-form p {
  color: #ebebeb;
}

.support-form img {
  margin: 20px auto;
}

.teamv-download {
  text-align: center !important;
  background: rgba(99, 152, 97, 0.39);
  background: rgba(99, 152, 97, 0.39);
  padding: 0 !important;
}

.teamv-download h5 {
  text-align: center !important;
  background: rgba(99, 152, 97, 0.39);
  background: rgba(99, 152, 97, 0.39);
  padding: 0 !important;
}

.support-sec2 {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .support-form .form-group {
    display: block !important;
  }
}

.address-card {
  background: #fff;
  margin: 45px 30px;
  padding: 0 !important;
}

.address-card .col-md-4 {
  background: url(../images/ads-card.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.address-card .col-md-4 img {
  width: 100%;
}

.address-card .col-md-8 {
  padding: 6%;
}

.address-card .col-md-8 li {
  list-style: none;
  margin: 40px auto;
}

.address-card img {
  display: inline-block;
}

.address-card h4 {
  color: #656565;
}

.support-form h4 {
  color: #656565;
}

.card-content {
  display: inline-block;
  vertical-align: bottom;
}

.card-content p {
  color: #656565;
}

@media screen and (max-width: 768px) {
  .address-card img, .card-content {
    display: block !important;
    margin: 10px auto;
  }
}

.general-advs {
  text-align: center;
}

.general-advs h4 {
  font-weight: 700;
}

.general-advs li {
  background: -webkit-gradient(linear, left top, left bottom, from(#dff5ff), to(#f8f8f8));
  background: linear-gradient(180deg, #dff5ff, #f8f8f8);
  border-radius: 10px;
  margin: 5px;
  padding: 20px 0;
  display: inline-block;
  list-style: none;
  width: 18%;
}

.general-advs h6 {
  margin-top: 10px !important;
  font-weight: 700;
}

.other-advs {
  padding: 0 !important;
}

.other-advs div#bg1 {
  background-image: url(../images/why-acf/Rectangle1.jpg);
  background-repeat: no-repeat;
  background-position: left 100px;
  background-size: cover;
}

.other-advs div#bg2 {
  background-image: url(../images/why-acf/Rectangle1.jpg);
  background-repeat: no-repeat;
  background-position: right -290px;
  background-size: cover;
}

.other-advs div#bg3 {
  background-image: url(../images/why-acf/Rectangle2.jpg);
  background-repeat: no-repeat;
  background-position: left 100px;
  background-size: cover;
}

.other-advs div#bg4 {
  background-image: url(../images/why-acf/Rectangle2.jpg);
  background-repeat: no-repeat;
  background-position: right -290px;
  background-size: cover;
}

.num-bg {
  background-repeat: no-repeat;
  background-position: 100% -80px;
  padding: 50px;
}

.has-num1 {
  background-image: url(../images/why-acf/01.png);
}

.has-num2 {
  background-image: url(../images/why-acf/02.png);
}

.has-num3 {
  background-image: url(../images/why-acf/03.png);
}

.has-num4 {
  background-image: url(../images/why-acf/04.png);
}

.has-num5 {
  background-image: url(../images/why-acf/05.png);
}

.has-bg {
  padding: 0 !important;
}

.has-bg img {
  width: 100%;
}

.other-advs h5 {
  font-weight: 700;
}

#title {
  text-align: center;
}

.other-advs div#bg4, .other-advs div#bg3, .other-advs div#bg2, .other-advs div#bg1 {
  padding: 5px 100px !important;
}

@media screen and (max-width: 768px) {
  .general-advs li {
    width: 43%;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .general-advs h6 {
    font-size: small;
  }
  .general-advs li {
    padding: 13px;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  .general-advs h6 {
    font-size: 10px;
  }
  .general-advs li {
    padding: 11px;
  }
}

.login-body {
  background-image: url(../images/login-body.png);
  margin-bottom: 0 !important;
}

.input-form {
  width: 90%;
  background-color: #fff;
  margin: 20px auto;
  padding: 20px;
}

.log-icon {
  text-align: center;
  position: relative;
  top: -145px;
}

.input-form h4 {
  text-align: center;
}

.input-form .form-group {
  margin-bottom: 0 !important;
}

.social-log {
  text-align: center;
  margin: 20px;
}

.social-log li {
  list-style: none;
  display: inline-block;
  margin: 10px;
}

.input-form form a {
  float: left;
  color: #70b744;
  margin-top: 3px;
  text-decoration: underline;
}

.input-form form .form-control {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 20px;
}

form .mail::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f0e0";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

form .password::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f023";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

form .user::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f007";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

form .phone::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f095";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

form .company::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f1ad";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

form .fax::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f1ac";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

form .adrs::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f3c5";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

#sign-up .btn-price-req {
  width: 200px;
  margin: 12px auto;
}

#sign-up .btn-form-Cancel {
  width: 200px;
  margin: 12px auto;
  color: #fff !important;
}

#sign-up button {
  width: 70%;
  margin: 12px;
}

.appUsers {
  width: 20% !important;
  padding: 5px !important;
  margin-top: -15px;
}

.extraUser {
  width: 65% !important;
}

@media screen and (max-width: 768px) {
  .input-form {
    width: 100%;
  }
  .btns-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .log-icon img {
    width: 30%;
  }
}

@media (max-width: 980px) and (min-width: 769px) {
  .input-form form .mail::before, .input-form form .phone::before, .input-form form .user::before {
    right: -50%;
  }
}

.flexable-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.flexable-list .flex-item {
  padding: 15px;
  margin: 15px;
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-profile {
  background: #fff;
  padding: 15px;
  margin: 0 auto;
}

.flix-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-profile span {
  color: #7a7b7b;
}

.user-contact li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.user-info img {
  margin: 0 12px;
}

.profile-nav {
  border-radius: 10px;
  padding: 0;
  text-align: right;
  margin: 15px 15px;
}

.profile-nav li {
  list-style: none;
  margin: 0 30px;
  display: inline-block;
}

.profile-nav a {
  color: #7a7b7b;
}

.profile-nav a:hover, .profile-nav a:focus, .profile-nav a:active {
  color: #70b744;
  text-decoration: none;
  border-bottom: 2px solid #70b744;
  margin-bottom: -2px;
}

.tap-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tap-details {
  padding: 15px;
  margin: 0 40px;
}

.btn-dashboard, .btn-addNew {
  background-color: #70b744 !important;
  color: #fff !important;
}

.btn-dashboard:hover, .btn-addNew:hover {
  background-color: #0f6dac !important;
}

.tap-content {
  background-color: #fff;
  margin: 15px auto;
}

.tap-content thead {
  background-color: #0f6dac;
  color: #fff;
}

@media (max-width: 980px) and (min-width: 769px) {
  .profile-nav li {
    margin: 0 25px;
  }
  .tap-header h5 {
    font-size: large !important;
  }
}

@media screen and (max-width: 768px) {
  .profile-nav li {
    margin: 0 15px;
  }
  .tap-header h5 {
    font-size: large !important;
  }
  .profile-nav {
    text-align: center;
    padding: 10px !important;
  }
  .user-profile, .tap-details {
    margin: 0 auto;
  }
}

.upper-footer {
  direction: rtl;
  text-align: right;
  height: 100%;
  padding: 15px;
  background-color: #fff;
}

footer li {
  list-style: none;
  text-decoration: none;
  margin: 10px 0;
  color: #8f8e8e;
}

footer li a {
  list-style: none;
  text-decoration: none;
  margin: 10px 0;
  color: #8f8e8e;
}

.certified li {
  list-style: none;
  width: 33%;
  float: right;
}

footer ul {
  padding: 0 !important;
}

footer span {
  font-weight: 500;
  direction: rtl;
}

.lower-footer li {
  display: inline-block;
  padding: 10px 0 0 0;
  text-align: center;
}

.lower-footer h6 {
  margin: 25px auto;
  color: #000;
  font-weight: 700;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown-menu {
  text-align: right !important;
  -webkit-box-shadow: 1px 4px 5px 3px #d6d5d5;
          box-shadow: 1px 4px 5px 3px #d6d5d5;
  border: none !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  min-width: 13rem !important;
}

.main-dropdown {
  right: 0 !important;
}

#profile {
  border: none;
}

.dropdown-item {
  color: #005a97 !important;
  margin: 5px 0px;
  font-size: 20px;
  font-weight: bold !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #c9e4ff !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: "FontAwesome";
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (min-width: 1800px) {
  .page-intro p, .page-intro h6 {
    font-size: 25px;
  }
  .page-intro h3 {
    font-size: 42px;
  }
  .actions-nav .btn-outline-secondary {
    padding: 8px 25px;
    font-size: 25px;
  }
  ul.actions-nav {
    margin: 10px auto;
  }
  .actions-nav img {
    margin-top: 16px;
    width: 180px;
  }
  .subs-now {
    font-size: 35px !important;
  }
}

.btns-row {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-outline-custom {
  color: #70b744 !important;
  border: 1px solid #70b744 !important;
  padding: 0.375rem 1.75rem !important;
  -webkit-box-shadow: 0 15px 12px -10px #bcbcbc;
          box-shadow: 0 15px 12px -10px #bcbcbc;
}

.btn-outline-custom:hover, .btn-outline-custom:focus {
  color: #0f6dac !important;
  border: 1px solid #0f6dac !important;
}

@media screen and (max-width: 768px) {
  .page-cover h4 {
    padding-top: 70px;
  }
}

nav a {
  color: #000 !important;
  text-decoration: none;
}

.search-ico a {
  color: #fff !important;
  text-decoration: none;
}

.btn-price-req a, .btn-activate a {
  color: #fff !important;
  text-decoration: none;
}

.btn-price-req a:hover, .btn-activate a:hover {
  color: #fff !important;
  text-decoration: none;
}

nav .btn-outline-secondary a:hover {
  color: #fff !important;
  text-decoration: none;
}

.subscription-login .input-form form .form-control {
  margin-bottom: 10px !important;
  background-color: #fff;
}

.subscription-login .login-image {
  background-color: #0f6dac;
  background-image: url(../images/vector-login.png);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/background_photo.jpg);
  font-family: "Cairo", sans-serif;
}

section.company-tabs {
  background-color: #f9f9f9;
  padding: 25px;
}

.tabs-body {
  -webkit-box-shadow: 0 15px 12px -10px #bcbcbc;
  box-shadow: 0 15px 12px -10px #bcbcbc;
  background-color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #70b744 !important;
  border-color: #fff #fff #70b744 !important;
  border-bottom: none !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 12px 12px -10px #a59f9f;
  box-shadow: 0 12px 12px -10px #a59f9f;
}

.nav-link {
  color: #7e7577;
}

.nav-tabs .nav-link {
  border-bottom: 1.5px solid #7e7577 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.basket-list li {
  list-style: none;
  padding: 12px;
}

.list-head {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 12px -10px #a59f9f;
          box-shadow: 0 12px 12px -10px #a59f9f;
}

.flex-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.73);
}

.flex-li:last-child {
  background-color: #e9e9e9;
  -webkit-box-shadow: 0 12px 12px -10px #a59f9f;
          box-shadow: 0 12px 12px -10px #a59f9f;
}

.flex-li span {
  font-weight: 700;
}

.tab-content .form-control {
  background-color: transparent;
}

.tab-content form {
  padding: 15px;
}

.custom-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-btn-row button, .custom-btn-row a {
  margin: 15px;
  padding: 10px 40px;
}

.tab-custom-file-input {
  color: #ccc;
  content: "لم يتم اختيار ملف";
}

.tab-custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.tab-custom-file-input::before {
  content: "اختر ملف";
  color: #fff;
  display: inline-block;
  background-color: #7a7b87;
  border: 1px solid #999;
  border-radius: 50rem !important;
  padding: 5px 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
}

.tab-custom-file-input:hover::before {
  border-color: #000;
}

.tab-custom-file-input:active {
  outline: 0;
}

.tab-custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.progs-list {
  border: 1.5px #d2d1d1 dashed;
  padding: 8px;
  margin: 30px 0 0 0;
}

.prog-row {
  margin-top: -10px;
}

.prog-card {
  margin: 5px;
  padding: 5px 0;
  background-color: #f7f7f7;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 5px 9px #b1c2a6;
          box-shadow: 0 5px 9px #b1c2a6;
}

.progs__contain .prog-card, .apps__contain .prog-card {
  height: auto;
}

.prog-card img {
  width: auto;
  padding: 4px;
}

.fa-info-circle {
  font-size: 15px !important;
}

.tab-pane {
  background-color: rgba(255, 255, 255, 0.73);
}

.related-progs {
  padding: 15px;
  width: 100%;
}

.related-progs li {
  list-style: none;
  margin: 0;
}

.progs-list .head-label {
  position: relative;
  top: -29px;
  background-color: #fff;
  margin-bottom: 0 !important;
  padding: 5px 10px;
}

.progs-list a {
  color: #70b744 !important;
}

.prog-card .custom-control {
  text-align: left;
  padding-left: 0 !important;
}

.font-18 {
  font-weight: 600;
  font-size: 18px;
}

.force-grey {
  color: #999;
}

.force-red {
  color: red;
}

.fa-info-circle {
  color: #999;
  font-size: 22px;
}

.mr-15 {
  margin: 15px;
}

.apllicationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  direction: rtl;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #eaeaea;
  padding: 8px;
  border-radius: 8px;
  text-align: right;
}

.apllicationList input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 25px;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 15px;
}

.apllicationList:hover input ~ .checkmark {
  background-color: #ccc;
}

.apllicationList input:checked ~ .checkmark {
  background-color: #0f6dac;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.apllicationList input:checked ~ .checkmark:after {
  display: block;
}

.apllicationList .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.font-15 {
  font-size: 15px;
}

.input-form form .email::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f0e0";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

.input-form form .name::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f044";
  font-weight: 900;
  top: 32px;
  right: 0;
  color: #b5b5b5;
  position: relative;
}

.notValid {
  border: 1px solid red !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

.w-5 {
  width: 5% !important;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.required {
  border: 1px solid red;
}

.thumb {
  height: 100px;
  border: 1px solid #000;
  margin: 5px 5px 10px 5px;
}

.basket-list {
  width: 100%;
  top: 10px;
  position: -webkit-sticky;
  position: sticky;
}

.required {
  border: 1px solid red;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.req-astr {
  color: #ff0000ef;
  font-size: 12px;
}

.renew-info {
  padding: 25px 5px;
  background-color: #fff;
  margin: 40px 20px;
  direction: rtl;
  text-align: right;
  -webkit-box-shadow: 0 15px 12px -10px #bcbcbc;
          box-shadow: 0 15px 12px -10px #bcbcbc;
}

.invit-btn {
  width: 100px;
}

.modal-footer button {
  margin: 0 5px;
}

.text-error {
  background: #dc3545;
  font-size: 20px;
  margin: 8px 20%;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
}

.page-intro {
  background-image: url(../images/background_photo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.page-intro h3, .page-intro h6 {
  color: #0b79ac !important;
  text-align: center;
}

.contact-badge {
  color: #000 !important;
}

.btn-primary {
  background-color: #0f6dac !important;
  border-color: #0f6dac !important;
}

.subs-now {
  font-size: 1.2rem !important;
  margin-top: 0px;
  border: 1.5px solid #70b744 !important;
  padding: 7px 14px !important;
  color: #ffff !important;
  font-weight: bold;
  background-color: #70b744 !important;
}

.certified img {
  width: 65%;
}

.force-blue {
  color: #0f6dac !important;
}

.custom-in {
  width: 50%;
}

.force-hidden {
  visibility: hidden !important;
}

.home-choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.home-choise div {
  width: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(#dff5ff), to(#f8f8f8));
  background: linear-gradient(180deg, #dff5ff, #f8f8f8);
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
}

.page-intro p {
  width: 65%;
  margin: 0 auto;
}

.support-mail {
  -webkit-box-shadow: 0 15px 12px -10px #bcbcbc;
  box-shadow: 0 15px 12px -10px #bcbcbc;
  background-color: #fff;
  padding: 15px 10px;
  margin: 10px auto;
}

.support-mail form .custom-field {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 20px;
}

.mail-body {
  padding: 8px;
  border: 1px dashed #ddd;
  border-radius: 8px;
}

.mail-body label {
  font-weight: 700;
  color: #0f6dac;
}

.free-trail {
  position: absolute;
  top: -33px;
  width: 200px;
  right: 25px;
}

@media screen and (max-width: 980px) {
  .free-trail {
    width: 175px;
    right: 6px;
  }
  .progs__contain .prog-card, .apps__contain .prog-card {
    height: auto !important;
  }
  .renew-info {
    padding: 25px 0 !important;
  }
  .related-progs .col-12 {
    padding: 0 !important;
  }
  .basket-list {
    position: relative !important;
  }
  .login-btn {
    padding: 2px 35px;
    font-size: 1rem;
    margin: -5px auto;
    top: 0;
    position: absolute;
    left: 33%;
  }
  .other-advs div#bg4, .other-advs div#bg3, .other-advs div#bg2, .other-advs div#bg1 {
    padding: 0 10px !important;
  }
}

.user-name-btn {
  vertical-align: top;
}

.app-img img, .home-choise img, .general-advs img {
  margin: 0 auto;
}

div#AppNumber {
  font-size: 20px;
  padding: 0 11px;
}

.progs-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.73);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progs-counter span {
  border-bottom: 1px solid #70b744;
  font-weight: 900;
}

div#AppNumber {
  border-bottom: 1px solid #70b744;
  font-weight: 900;
}

.login-btn {
  padding: 3px 35px;
  font-size: 1.8rem;
  margin: 20px 0 0 0;
}

/****ROBOT****/
.robot-container {
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.animation-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

.robot {
  width: 200px;
  height: 140px;
  left: -75px;
  position: absolute;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: 50% 75%;
          transform-origin: 50% 75%;
}

.body {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 128px;
  background: url(../images/animated-robot/body.png) no-repeat center center;
  background-size: contain;
  z-index: 10;
}

.hand-left {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 100%;
  height: 100%;
  background: url(../images/animated-robot/hand-left.png) no-repeat;
  background-size: contain;
  z-index: 10;
  -webkit-transform-origin: 150% 200%;
          transform-origin: 150% 200%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.hand-right {
  position: absolute;
  top: -25px;
  left: 177px;
  width: 100%;
  height: 83%;
  background: url(../images/animated-robot/wave.png) no-repeat;
  background-size: contain;
  z-index: 11;
  -webkit-transform-origin: 0 120%;
          transform-origin: 0 120%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-animation: swingRight 0.5s cubic-bezier(0.47, 0, 0.75, 0.72) infinite alternate;
          animation: swingRight 0.5s cubic-bezier(0.47, 0, 0.75, 0.72) infinite alternate;
}

.arm-right {
  position: absolute;
  top: 34px;
  left: 124px;
  width: 100px;
  height: 100%;
  background: url(../images/animated-robot/arm.png) no-repeat;
  background-size: contain;
  z-index: 10;
  -webkit-transform-origin: -50% 200%;
          transform-origin: -50% 200%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.eye {
  position: absolute;
  top: -61px;
  width: 65px;
  height: 18px;
  left: 90px;
  background: url(../images/animated-robot/eye.png) no-repeat;
  background-size: contain;
  -webkit-animation: blush 0.5s ease infinite alternate;
          animation: blush 0.5s ease infinite alternate;
  z-index: 12;
}

.leg-left {
  position: absolute;
  top: 199px;
  width: 84px;
  height: 90px;
  background: url(../images/animated-robot/leg-left.png) no-repeat;
  background-size: 100% 100%;
  z-index: 11;
  left: 18px;
}

.leg-right {
  position: absolute;
  top: 201px;
  width: 80px;
  height: 85px;
  background: url(../images/animated-robot/leg-right.png) no-repeat;
  background-size: 100% 100%;
  z-index: 11;
  left: 118px;
}

.legs {
  position: absolute;
  top: 120px;
  width: 113px;
  height: 100%;
  background: url(../images/animated-robot/legs.png) no-repeat;
  background-size: 100% 100%;
  z-index: 11;
  left: 52px;
}

.mouth {
  position: absolute;
  top: -43px;
  left: 80px;
  width: 78px;
  height: 56px;
  background: url(../images/animated-robot/mouth.png) no-repeat;
  background-size: 100%;
  z-index: 11;
  -webkit-animation: openMouth 1.2s ease infinite;
          animation: openMouth 1.2s ease infinite;
}

.head {
  position: absolute;
  top: -116px;
  left: 45px;
  width: 100%;
  height: 100%;
  background: url(../images/animated-robot/head.png) no-repeat;
  background-size: contain;
  z-index: 10;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.shadow-wrapper {
  position: absolute;
  top: 110px;
  width: 100%;
}

.shadow {
  margin: 0 auto;
  width: 110px;
  height: 30px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 0;
  -webkit-animation: zoomIn 0.5s cubic-bezier(0.47, 0, 0.75, 0.72) infinite alternate;
          animation: zoomIn 0.5s cubic-bezier(0.47, 0, 0.75, 0.72) infinite alternate;
}

@-webkit-keyframes zoomIn {
  100% {
    -webkit-transform: scale(1.16, 1.16);
            transform: scale(1.16, 1.16);
  }
}

@keyframes zoomIn {
  100% {
    -webkit-transform: scale(1.16, 1.16);
            transform: scale(1.16, 1.16);
  }
}

@-webkit-keyframes swingRight {
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes swingRight {
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@-webkit-keyframes swingLeft {
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes swingLeft {
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@-webkit-keyframes blush {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blush {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes openMouth {
  0% {
    -webkit-clip-path: ellipse(20% 0 at 50% 0);
    clip-path: ellipse(20% 0 at 50% 0);
  }
  50% {
    -webkit-clip-path: ellipse(100% 100% at 50% 0);
    clip-path: ellipse(100% 100% at 50% 0);
  }
  70% {
    -webkit-clip-path: ellipse(100% 100% at 50% 0);
    clip-path: ellipse(100% 100% at 50% 0);
  }
  100% {
    -webkit-clip-path: ellipse(20% 0 at 50% 0);
    clip-path: ellipse(20% 0 at 50% 0);
  }
}

@keyframes openMouth {
  0% {
    -webkit-clip-path: ellipse(20% 0 at 50% 0);
    clip-path: ellipse(20% 0 at 50% 0);
  }
  50% {
    -webkit-clip-path: ellipse(100% 100% at 50% 0);
    clip-path: ellipse(100% 100% at 50% 0);
  }
  70% {
    -webkit-clip-path: ellipse(100% 100% at 50% 0);
    clip-path: ellipse(100% 100% at 50% 0);
  }
  100% {
    -webkit-clip-path: ellipse(20% 0 at 50% 0);
    clip-path: ellipse(20% 0 at 50% 0);
  }
}

.scale-up-bl {
  -webkit-animation: scale-up-bl 1s steps(10, start) 1.2s both;
  animation: scale-up-bl 1s steps(10, start) 1.2s both;
}

@-webkit-keyframes scale-up-bl {
  0% {
    -webkit-transform: scale(-1);
    transform: scale(-1);
    -webkit-transform-origin: -50% 100%;
    transform-origin: -50% 100%;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: -50% 100%;
    transform-origin: -50% 100%;
    opacity: 1;
  }
}

@keyframes scale-up-bl {
  0% {
    -webkit-transform: scale(-1);
    transform: scale(-1);
    -webkit-transform-origin: -50% 100%;
    transform-origin: -50% 100%;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: -50% 100%;
    transform-origin: -50% 100%;
    opacity: 1;
  }
}

.rtl {
  direction: rtl;
}

.actions-col .custom-select-sm,
footer .custom-select-sm {
  color: #1e7dbc;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

.acf-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-lang-select {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.noti-content {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  top: 85px;
  left: 0;
  z-index: 9999999;
  -webkit-box-shadow: 0px 5px 6px -2px #e8e8e8bd;
          box-shadow: 0px 5px 6px -2px #e8e8e8bd;
  border: none !important;
}

ul#notiContent {
  min-height: 250px;
  max-height: 400px;
  width: 360px;
  overflow: auto;
  padding: 0px;
  text-align: start;
  margin: 0px;
}

ul#notiContent li {
  margin: 5px 2px;
  padding: 6px;
  background: #fff;
  color: #005a97;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #eaf3f8;
}

.noti-top-arrow {
  border-color: transparent;
  border-bottom-color: #1e7dbc;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  right: 32px;
  top: -8px;
}

span.noti {
  color: royalblue;
  margin: 15px;
  position: relative;
  right: 100px;
  font-size: 18px;
  cursor: pointer;
}

.noti {
  font-size: 30px;
  color: #1e7dbc;
  cursor: pointer;
}

.noti-container {
  margin: 15px 30px 0 0;
}

span.count {
  position: relative;
  top: -30px;
  display: block;
  background: #d20f0f;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.user-name-btn .fa-user {
  font-size: 30px;
}

.user-name-btn span {
  margin: 4px;
  font-weight: bold;
  font-size: 20px;
}

.user-name-btn img {
  width: 80px;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  .animation-content {
    top: 45px;
  }
  .mailPopup {
    padding-right: 0 !important;
  }
  .logo-container img {
    margin: 0 auto;
    width: 60%;
  }
  .logo-container {
    text-align: center;
  }
  .acf-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-lang-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .noti-content {
    top: 140px;
  }
  .noti-top-arrow {
    left: 140px;
    right: auto !important;
  }
}

.en-only {
  display: none;
}

.ar-only {
  display: block;
}

.toast {
  background-color: #030303 !important;
}

.toast-success {
  background-color: #51A351 !important;
}

.toast-error {
  background-color: #BD362F !important;
}

.toast-info {
  background-color: #2F96B4 !important;
}

.btn {
  margin: 1px !important;
}

.toast-warning {
  background-color: #F89406 !important;
}

.free__lance__profile {
  direction: rtl;
  text-align: start;
  width: 90%;
  background-color: #fff;
  margin: 20px auto;
  padding: 20px;
}

.free__lance__profile .btn {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.free__lance__profile h4 {
  color: #1e7dbc;
  font-weight: bold;
  text-align: end;
}

.freelance__btn {
  background-color: #ffffff !important;
  color: #0e75a4 !important;
  border: none !important;
  font-size: 20px;
}

.freelance__btn:hover {
  color: #ffffff !important;
}

.fa-star {
  color: gold;
}

.skill {
  padding: 10px;
  margin: 15px 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 4px 9px 1px #f8f8f8;
          box-shadow: 0 4px 9px 1px #f8f8f8;
}

.freelance__nav {
  direction: rtl;
}

.freelance__nav li {
  display: block;
  margin: 17px;
  text-align: center;
  border-radius: 4px;
  padding: 9px;
  font-size: 18px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 11px -4px #d4e1ea;
          box-shadow: 0px 7px 11px -4px #d4e1ea;
}

.freelance__nav li.bg-selected {
  background: #0e70a8 !important;
}

.freelance__nav .bg-selected a {
  color: #fff;
  font-weight: bold;
}

.search-result-card {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.search-result-card h5 {
  font-weight: bold;
}

.side-border {
  border-left: 3px solid #a4d5f6;
}

.error-notifi {
  width: 75%;
  text-align: center;
  margin: 11px auto;
  padding: 9px;
  font-size: 18px;
  font-weight: bold;
  background-color: #dc3545;
  border-radius: 5px;
  color: #fff;
}

.group-fields {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 5px;
}

.sucess-notifi {
  width: 75%;
  text-align: center;
  margin: 11px auto;
  padding: 9px;
  font-size: 18px;
  font-weight: bold;
  background-color: #33cc33;
  border-radius: 5px;
  color: #fff;
}

li.bg-selected::after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f104";
  font-weight: 900;
  color: #0e70a8;
  position: absolute;
  left: 15px;
}

.hire__now__form {
  width: 75%;
  margin: 0 auto;
}

.dollar {
  font-size: 10px;
}

.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-menu .btn {
  padding: 0 !important;
  color: #7a7b7b;
}

.services-menu .dropdown-item {
  font-size: 15px !important;
}

.text-end {
  text-align: end;
}

.s__type {
  font-size: 16px;
  font-weight: bold;
}

.applicants {
  border-top: 5px solid #70b744;
  border-radius: 100px 0;
  padding-top: 10px;
}

.Active {
  cursor: pointer;
  background: #b6e897;
  -webkit-box-shadow: 0px 4px 10px 0px #c6dbb8;
          box-shadow: 0px 4px 10px 0px #c6dbb8;
}

.New {
  background: #9cd5fa;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 10px 0px #bedaea;
          box-shadow: 0px 4px 10px 0px #bedaea;
}

.Done {
  background: #e8e5e5;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 10px 0px #d5d5d5;
          box-shadow: 0px 4px 10px 0px #d5d5d5;
}

.side-dashed {
  border-left: dashed .5px #ccc;
}

.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.job-application {
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px -2px #e5f0f3;
          box-shadow: 0px 4px 10px -2px #e5f0f3;
}

li.confirmation-msg {
  position: absolute;
  background: #d1e6f69e;
  height: 75%;
  padding: 10px;
  z-index: 1;
  border-radius: 5px;
}

.opacity-low {
  opacity: .2;
}

.tasks__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #a2d9fc;
}

.tasks__nav div {
  margin: 0px 2px;
  border-radius: 8px 8px 0 0;
  padding: 10px;
  margin-bottom: 0;
  border: 1px solid #a2d9fc;
  cursor: pointer;
}

.tasks__nav div.s-tab {
  -webkit-box-shadow: inset 0px 2px 5px 5px #98c9f6;
          box-shadow: inset 0px 2px 5px 5px #98c9f6;
  background: #a5d5ff;
}

.tasks__content {
  margin: 10px;
}

.question {
  background: #fafcff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px -10px #bcc8db;
          box-shadow: 0px 5px 20px -10px #bcc8db;
}

.set-dir {
  direction: rtl;
}

.hide {
  display: none !important;
}
/*# sourceMappingURL=main-style.css.map */