@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }


* {
  direction: rtl;
  font-family: "droidKufiRegular"; }

body {
  text-align: right; }

.border-y {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.blue {
  color: #286dbc; }

.main {
  color: #1cb1a2; }

.bold {
  font-family: "droidKufi"; }

.blue-bg {
  background: #28addb; }
  .blue-bg.btn:hover {
    background: #286dbc; }

.modal.show .modal-dialog {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px); }

.modal .modal-dialog {
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms; }

#imageModal.show .modal-dialog {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px); }

.modal-image {
  max-width: 500px;
  max-height: 250px; }

.overlay {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 35000;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  .overlay.overlaied {
    height: 100%;
    visibility: visible;
    opacity: 1; }

.container {
  margin: auto; }

.container-fluid {
  padding: 0; }

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1cb1a2;
  font-family: "droidKufi"; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

::-webkit-input-placeholder {
  font-size: 0.7rem;
  color: #6e6e6e;
  font-family: "droidKufi"; }

select {
  width: 100%;
  display: inline-block;
  height: 35px;
  font-size: 0.7rem;
  color: #6e6e6e;
  font-family: "droidKufi"; }
  select option {
    font-size: 0.7rem;
    color: #6e6e6e;
    font-family: "droidKufi"; }

p {
  font-size: 0.9rem;
  font-weight: 1.6rem; }

.dropdown {
  /*&.show {
    .show {
      visibility: hidden;
      opacity: 0;
    }
  }*/ }
  .dropdown .dropdown-toggle {
    font-size: 0.9rem;
    background: none; }
    .dropdown .dropdown-toggle:hover {
      background: none; }

.dropdown-menu {
  padding: 0 !important; }
  .dropdown-menu ul {
    width: 100%; }
  .dropdown-menu li {
    /* fallback for old browsers */
    background: #1cb1a2;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to left, #1cb1a2, #1fc7b6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: -webkit-gradient(linear, right top, left top, from(#1cb1a2), to(#1fc7b6));
    background: -webkit-linear-gradient(right, #1cb1a2, #1fc7b6);
    background: -o-linear-gradient(right, #1cb1a2, #1fc7b6);
    background: linear-gradient(to left, #1cb1a2, #1fc7b6);
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }
    .dropdown-menu li a {
      display: block;
      width: 100%;
      padding: 1rem 0;
      -webkit-transition: background linear 300ms;
      -o-transition: background linear 300ms;
      transition: background linear 300ms; }
      .dropdown-menu li a:hover {
        /* fallback for old browsers */
        background: #1cb1a2;
        /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-linear-gradient(to left, #1cb1a2, #1fc7b6);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background: -webkit-gradient(linear, right top, left top, from(#1cb1a2), to(#1fc7b6));
        background: -webkit-linear-gradient(right, #1cb1a2, #1fc7b6);
        background: -o-linear-gradient(right, #1cb1a2, #1fc7b6);
        background: linear-gradient(to left, #1cb1a2, #1fc7b6); }
      .dropdown-menu li a:focus {
        /* fallback for old browsers */
        background: #1e8c91;
        /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-linear-gradient(to left, #1cb1a2, #1fc7b6);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background: -webkit-gradient(linear, right top, left top, from(#1e8c91), to(#1fc7b6));
        background: -webkit-linear-gradient(right, #1cb1a2, #1fc7b6);
        background: -o-linear-gradient(right, #1cb1a2, #1fc7b6);
        background: linear-gradient(to left, #1cb1a2, #1fc7b6);
        color: #ffffff; }

.fa {
  color: #ffffff; }

input {
  border-radius: 0 !important; }

a:hover {
  text-decoration: none; }

.main-btn {
  background: #1cb1a2;
  color: #ffffff;
  border-radius: 0;
  cursor: pointer; }
  .main-btn:hover {
    background: #286dbc; }

.btn {
  border-radius: 0;
  cursor: pointer;
  background: #1cb1a2;
  color: #ffffff; }
  .btn:hover {
    background: #286dbc;
    color: #ffffff; }

label {
  font-size: 0.8rem; }

.icon-btn {
  background: none !important; }
  .icon-btn.delete-btn i {
    color: #e74c3c !important; }

#visaForm,
#bankForm,
#bankCharge,
#visaCharge,
.user-detail,
.user-edit,
.sms-edit,
.sms-detail,
.replay {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow: hidden;
  height: 0;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  #visaForm.open,
  #bankForm.open,
  #bankCharge.open,
  #visaCharge.open,
  .user-detail.open,
  .user-edit.open,
  .sms-edit.open,
  .sms-detail.open,
  .replay.open {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.danger-btn {
  background: #df2029; }
  .danger-btn:hover {
    background: #e54d54; }

a.btn,
.btn {
  color: #ffffff !important; }
  a.btn:focus,
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important; }

input,
select,
textarea {
  font-size: 0.9rem; }
  input:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

textarea {
  padding: 0.5rem; }

.center {
  margin: 0 auto; }

.form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.2rem; }

.file-input input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.file-input label#image {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1cb1a2;
  color: #ffffff; }

select:disabled {
  font-size: 0.7rem;
  background: #e9ecef;
  border: 1px solid #ccc;
  color: #8d8d8d; }

.radio-box {
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .radio-box .container {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .radio-box .form-group {
    margin: 0.5rem auto; }
  .radio-box .container input {
    position: absolute;
    opacity: 0; }
  .radio-box .container:hover input ~ .checkmark {
    background-color: #ccc; }
  .radio-box .container input:checked ~ .checkmark {
    background-color: #1cb1a2; }
  .radio-box .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .radio-box .container input:checked ~ .checkmark:after {
    display: block; }
  .radio-box .container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white; }

.checkbox {
  margin: 0.5rem auto;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .checkbox .container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 0px;
    line-height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.8rem;
    font-family: "droidKufi"; }
  .checkbox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    border-radius: 0;
    border: 1px solid #f2f2f2; }
  .checkbox .container:hover input ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #f2f2f2; }
  .checkbox .container input:checked ~ .checkmark {
    background-color: #ffffff; }
  .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox .container input:checked ~ .checkmark:after {
    display: block; }
  .checkbox .container .checkmark:after {
    left: 6.25px;
    top: 6.25px;
    width: 12.5px;
    height: 12.5px;
    background: #1cb1a2; }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

.doctors-sections {
  background: #fafafa;
  padding: 3rem 0; }

.banner {
  height: 200px;
  background: url(../../imgs/inner_banner.jpg) #114b8d no-repeat bottom center;
  background-attachment: fixed;
  text-align: center; }
  .banner h4 {
    line-height: 200px;
    color: #1cb1a2;
    color: #ffffff; }

.leftArea .header {
  margin-top: 17px; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ccc; }
  .header img {
    margin-left: 0.5rem;
    height: 25px; }
  .header h6 {
    display: inline-block;
    line-height: 25px;
    padding-top: 0.5rem; }
  .header .right {
    padding-left: 0; }
  .header .row {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header .row .right {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header .row .right h6 {
        display: inline-block;
        color: #8d8d8d;
        width: 40%;
        font-size: 0.8rem; }
      .header .row .right select {
        width: 60%;
        color: #1cb1a2;
        border: none; }

.sidebar {
  padding: 1rem;
  border: none;
  -webkit-box-shadow: 0px 1.2px 5px 0px rgba(12, 163, 169, 0.2);
  box-shadow: 0px 1.2px 5px 0px rgba(12, 163, 169, 0.2); }
  .sidebar select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    color: #8d8d8d;
    font-size: 0.8rem;
    margin: 0.7rem auto;
    background: #fff; }
  .sidebar h6 {
    color: #8d8d8d;
    font-size: 0.9rem; }
  .sidebar input {
    width: 100%;
    margin: 0.5rem auto;
    border: none;
    font-size: 0.8rem;
    border-bottom: 1px solid #f2f2f2;
    padding: 0.3rem; }
    .sidebar input:focus {
      border-bottom: 1px solid #1cb1a2; }
  .sidebar .main-btn {
    width: 100%; }

.doctor .card {
  border: none;
  -webkit-box-shadow: 0px 1.2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.2px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
  -webkit-transition: ease-in-out all 300ms;
  -o-transition: ease-in-out all 300ms;
  transition: ease-in-out all 300ms; }
  .doctor .card * {
    -webkit-transition: ease-in-out all 300ms;
    -o-transition: ease-in-out all 300ms;
    transition: ease-in-out all 300ms; }
  .doctor .card:hover {
    -webkit-box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.3); }
  .doctor .card .card-body {
    padding-top: 0; }
  .doctor .card .doctor-img {
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 1rem auto; }
  .doctor .card h6 {
    color: #286dbc; }
    .doctor .card h6:hover {
      color: #1cb1a2; }
  .doctor .card p {
    font-size: 0.7rem;
    color: gray;
    line-height: 1.3rem;
    margin-bottom: 5px; }
  .doctor .card span.h6 {
    font-size: 0.8rem;
    margin: 0.5rem auto; }
    .doctor .card span.h6.blue {
      color: #286dbc; }
  .doctor .card .card-footer {
    background: #fafafa;
    border-top: 1px solid #f2f2f2;
    text-align: center;
    padding: 0.5rem 1rem; }
    .doctor .card .card-footer .main-btn {
      width: 60%;
      margin: 0.5rem auto;
      display: block;
      height: 35px;
      font-size: 0.9rem;
      -webkit-transition: 300ms all ease-in-out;
      -o-transition: 300ms all ease-in-out;
      transition: 300ms all ease-in-out; }
      .doctor .card .card-footer .main-btn:hover {
        color: #ffffff;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    .doctor .card .card-footer .row {
      margin: 0; }
      .doctor .card .card-footer .row .col-6 {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.2rem; }
      .doctor .card .card-footer .row img {
        margin-left: 0.2rem; }
      .doctor .card .card-footer .row span {
        display: inline;
        font-size: 0.8rem; }
        .doctor .card .card-footer .row span.blue {
          color: #286dbc;
          font-size: 0.6rem;
          margin-left: 3px; }
        .doctor .card .card-footer .row span.main {
          color: #1cb1a2; }
        .doctor .card .card-footer .row span.lighter-blue {
          color: #28addb; }

.load-more {
  margin: 3rem auto; }
  .load-more .btn {
    background: none;
    color: #1cb1a2; }
    .load-more .btn span {
      color: #1cb1a2;
      -webkit-animation: spin infinite 4000ms;
      animation: spin infinite 4000ms; }
  .load-more img {
    width: 150px; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fab-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  background: #1cb1a2;
  -webkit-box-shadow: 0px 1px 15px 0.5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 15px 0.5px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: ease-in-out all 300ms;
  -o-transition: ease-in-out all 300ms;
  transition: ease-in-out all 300ms; }
  .fab-btn.visible {
    visibility: visible;
    opacity: 1;
    z-index: 60000; }
  .fab-btn.open {
    background: red; }
  .fab-btn a {
    width: 100%;
    height: 100%; }
    .fab-btn a i {
      line-height: 35px;
      font-size: 1.5rem;
      -webkit-transition: 300ms all ease-in-out;
      -o-transition: 300ms all ease-in-out;
      transition: 300ms all ease-in-out; }
      .fab-btn a i:before {
        content: "\f002"; }
    .fab-btn a:hover i {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .fab-btn a.open i {
      -webkit-transition: 300ms all ease-in-out;
      -o-transition: 300ms all ease-in-out;
      transition: 300ms all ease-in-out; }
      .fab-btn a.open i:before {
        content: "\f00d"; }
    .fab-btn a.open:hover i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.sidebar-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all; }
  .sidebar-container.responsive-sidebar {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50000;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-transition: 500ms all ease-in-out;
    -o-transition: 500ms all ease-in-out;
    transition: 500ms all ease-in-out;
    background: rgba(255, 255, 255, 0.9); }
    .sidebar-container.responsive-sidebar.open {
      height: 100%;
      width: 100%;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }
      .sidebar-container.responsive-sidebar.open .sidebar {
        position: absolute;
        top: 15%;
        right: 0;
        width: 80%;
        left: 0;
        display: inline-block;
        margin: auto; }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

ul.nav-pills {
  border-bottom: 1px solid #ccc; }
  ul.nav-pills .nav-item a {
    border-radius: 0;
    padding: 0.5rem 2rem; }
  ul.nav-pills .nav-item a.active {
    background-color: #ffffff !important;
    border-bottom: 2px solid #286dbc;
    color: #286dbc; }

section.doctor {
  padding: 2rem 0;
  background: #fafafa; }
  section.doctor .card {
    border: none;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(12, 163, 169, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(12, 163, 169, 0.2); }
  section.doctor .col-md-7 .media {
    padding: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    section.doctor .col-md-7 .media p {
      font-size: 0.7rem; }
    section.doctor .col-md-7 .media .tags {
      margin: 1rem auto;
      font-family: "droidKufiRegular"; }
      section.doctor .col-md-7 .media .tags a {
        font-family: "droidKufi"; }
    section.doctor .col-md-7 .media img {
      border-radius: 50%;
      height: 100px;
      width: 100px;
      margin-left: 1rem; }
  section.doctor .col-md-7 .tab-content .fa {
    color: #114b8d;
    margin-left: 0.2rem; }
  section.doctor .col-md-7 .tab-content span {
    margin-left: 0.5rem;
    font-size: 0.8rem; }
  section.doctor .col-md-7 .tab-content .col-12 {
    margin: 1rem auto; }
    section.doctor .col-md-7 .tab-content .col-12:nth-child(1) {
      margin: 0 auto; }
    section.doctor .col-md-7 .tab-content .col-12:nth-child(2) {
      margin: 0 auto; }
    section.doctor .col-md-7 .tab-content .col-12 h5 {
      margin: 0.5rem auto; }
    section.doctor .col-md-7 .tab-content .col-12 p {
      font-family: "droidKufiRegular";
      font-size: 0.8rem;
      line-height: 1.8rem; }
  section.doctor .col-md-5 .table td {
    font-size: 0.7rem; }
    section.doctor .col-md-5 .table td a .fa-trash {
      color: red;
      margin-left: 0.2rem; }
    section.doctor .col-md-5 .table td a .fa-calendar-check-o {
      color: #1cb1a2; }
  section.doctor .col-md-5 .table th {
    font-size: 0.7rem; }
  section.doctor .col-md-5 .card {
    padding: 1rem; }
    section.doctor .col-md-5 .card .card-body {
      padding: auto 0; }
      section.doctor .col-md-5 .card .card-body .col-12 {
        padding: 0; }
    section.doctor .col-md-5 .card .text-center .row {
      width: 70%;
      margin: 0 auto; }
    section.doctor .col-md-5 .card .text-center .col-12 {
      margin: 0.5rem auto; }
    section.doctor .col-md-5 .card .text-center .main-bg {
      background: #1cb1a2;
      color: #ffffff;
      display: block;
      font-size: 0.7rem;
      padding: 0.5rem; }
    section.doctor .col-md-5 .card .text-center .fa-pencil {
      color: #286dbc;
      margin-left: 0.3rem; }
    section.doctor .col-md-5 .card .card {
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      padding: 0;
      border: 1px solid #f2f2f2; }
      section.doctor .col-md-5 .card .card .card-header {
        background: #1cb1a2;
        text-align: center; }
        section.doctor .col-md-5 .card .card .card-header h6 {
          display: inline-block;
          width: 90%;
          text-align: center;
          color: #ffffff; }
        section.doctor .col-md-5 .card .card .card-header .icon-container {
          float: right;
          width: 10%; }
    section.doctor .col-md-5 .card .card-footer {
      padding: auto 0; }
    section.doctor .col-md-5 .card .share {
      width: 100%;
      margin: 0; }
      section.doctor .col-md-5 .card .share a {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #f2f2f2;
        padding: 1rem;
        margin: 0;
        border-collapse: collapse; }
      section.doctor .col-md-5 .card .share .media {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0.8rem;
        color: #1cb1a2; }
        section.doctor .col-md-5 .card .share .media h6 {
          font-size: 0.7rem; }
        section.doctor .col-md-5 .card .share .media i {
          color: #1cb1a2;
          width: 40px;
          height: 40px;
          border: 1px solid #f2f2f2;
          border-radius: 50%;
          line-height: 40px;
          margin-left: 0.2rem; }

.rating .reviews-wrapper {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px; }
  .rating .reviews-wrapper img {
    border-radius: 50%;
    border: 2px solid #eee;
    min-width: 55px;
    max-height: 55px;
    padding: 2px; }
  .rating .reviews-wrapper .rate-info {
    padding: 5px 0 0 0;
    color: #666;
    font-size: 13px; }
  .rating .reviews-wrapper .rate-info.rate-name {
    font-family: "Din Next Medium";
    font-size: 15px; }
  .rating .reviews-wrapper .rate-comments {
    font-weight: 600;
    color: #666;
    padding: 15px 10px 0 10px;
    line-height: 1.6;
    font-size: 12px; }

.reg-session {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1200;
  visibility: hidden;
  overflow: scroll;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  opacity: 0; }
  .reg-session.expand .modal-body {
    height: 700px; }
  .reg-session.open {
    visibility: visible;
    opacity: 1; }
    .reg-session.open .modal-body {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .reg-session .modal-body {
    background: #ffffff;
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 550px;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    margin-top: 80px; }
    .reg-session .modal-body .custom-time {
      height: 0;
      opacity: 0;
      visibility: hidden;
      margin: 0; }
      .reg-session .modal-body .custom-time.open {
        height: auto;
        opacity: 1;
        visibility: visible; }

.tab-pane {
  display: none; }
  .tab-pane.fade.show {
    display: block; }

@media (max-width: 786px) {
  .reg-session {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: scroll; }
    .reg-session .modal-body {
      width: 100% !important;
      margin: auto;
      height: 100%; } }

#about {
  margin-top: 3rem;
  padding: 1rem 1rem 2rem; }
  #about .title {
    text-align: right; }
  #about .about-text p {
    color: grey;
    margin: 2rem auto;
    line-height: 1.7rem; }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

#logIn .signUp {
  background: #fbfbfb; }

#logIn .signUp,
#logIn .login {
  padding: 30px; }

#logIn .title {
  margin-bottom: 30px; }

#logIn .login-btns {
  float: right; }

#logIn .login-option {
  margin: 1rem auto; }
  #logIn .login-option a {
    color: #1cb1a2; }

#logIn label {
  font-size: 0.8rem; }

.cancel-btn {
  border-radius: 0;
  background: #df2029; }
  .cancel-btn:hover {
    background: #e54d54; }

@media (max-width: 845px) {
  #logIn .signUp {
    margin: 3rem auto; } }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

#contact {
  padding: 1rem; }
  #contact .title {
    padding: 1rem 0;
    text-align: center; }
  #contact .map img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  #contact .map .nav-tabs .nav-item .nav-link {
    margin: 0;
    -webkit-transition: linear 300ms;
    -o-transition: linear 300ms;
    transition: linear 300ms;
    color: #000; }
    #contact .map .nav-tabs .nav-item .nav-link.active {
      padding: 0.8rem 3rem;
      border-bottom: 2px solid #1cb1a2;
      color: #1cb1a2; }
  #contact .map .tab-content {
    padding: 1rem 0; }
    #contact .map .tab-content .tab-pane .contactCards {
      padding: 1rem; }
    #contact .map .tab-content .tab-pane .card {
      border-radius: 0;
      padding: 1rem;
      height: 250px;
      border-color: #d8d8d8;
      background: #f9f9f9;
      text-align: center; }
      #contact .map .tab-content .tab-pane .card .fa {
        font-size: 3rem;
        color: #1cb1a2;
        margin: 1rem auto; }
      #contact .map .tab-content .tab-pane .card p {
        color: #959595; }
  #contact p {
    display: inline; }
  #contact a {
    color: #1cb1a2;
    margin: 0.2rem; }
  #contact form {
    margin: 1rem 0; }
    #contact form label {
      display: none; }
    #contact form input {
      border-radius: 0;
      margin: 0;
      border: 1px solid #e5e5e5;
      padding: 0.8rem; }
    #contact form textarea {
      border-radius: 0;
      margin: 0;
      border: 1px solid #e5e5e5;
      padding: 0.8rem; }
    #contact form .send-btn {
      background: #1cb1a2;
      color: #fff;
      border-radius: 0;
      padding: 0.5rem 2rem; }

#terms {
  margin-top: 3rem;
  padding: 1rem 1rem 2rem; }
  #terms .title {
    text-align: right; }
    #terms .title .seprator {
      margin: auto 4rem; }
  #terms .terms-text {
    margin: 2rem auto; }
    #terms .terms-text p {
      color: grey;
      margin: 1rem auto;
      line-height: 1.7rem; }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

* {
  direction: rtl;
  font-family: "droidKufiRegular"; }

.btn:focus,
input:focus,
button:focus,
select:focus,
.fab-btn:focus {
  outline: none !important; }

body {
  text-align: right; }

.main-conent {
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1); }

.pushed {
  margin-left: 300px !important; }

.main-content,
.side-nav {
  -webkit-transition: 300ms all ease-in-out;
  -o-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out; }

.openNav .main-content {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px); }

.openNav .side-nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.side-nav {
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  position: fixed;
  top: 0;
  left: 0;
  /* fallback for old browsers */
  background: #057f84;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to left, #057f84, #056781);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -webkit-gradient(linear, right top, left top, from(#057f84), to(#056781));
  background: -webkit-linear-gradient(right, #057f84, #056781);
  background: -o-linear-gradient(right, #057f84, #056781);
  background: linear-gradient(to left, #057f84, #056781); }
  .side-nav ul {
    padding: 2rem 0; }
    .side-nav ul li {
      display: block;
      padding: 0 1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-transition: ease-in-out 300ms all;
      -o-transition: ease-in-out 300ms all;
      transition: ease-in-out 300ms all; }
      .side-nav ul li a {
        color: #ffffff;
        padding: 1rem 0; }
      .side-nav ul li:hover {
        background: rgba(255, 255, 255, 0.4); }

.userArea {
  margin: 0;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.1); }
  .userArea .form-group {
    margin: 0; }

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0px 1.2px 5px 0px rgba(12, 163, 169, 0.2);
  box-shadow: 0px 1.2px 5px 0px rgba(12, 163, 169, 0.2);
  background: #ffffff; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.overlay {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 35000;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  .overlay.overlaied {
    height: 100%;
    visibility: visible;
    opacity: 1; }

.container {
  position: relative; }

.container-fluid {
  padding: 0; }

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1cb1a2;
  font-family: "droidKufi"; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p {
  font-size: 0.9rem;
  font-weight: 1.6rem; }

.fa {
  color: #ffffff; }

input {
  border-radius: 0 !important; }

a:hover {
  text-decoration: none; }

.form-group {
  margin-bottom: 0;
  margin-top: 10px; }
  .form-group select {
    font-size: 0.8rem;
    border-radius: 0; }

::-webkit-input-placeholder {
  font-size: 0.7rem;
  color: #6e6e6e;
  font-family: "droidKufi"; }

header {
  position: relative; }
  header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1cb1a2;
    height: auto;
    padding: 0;
    height: 50px;
    align-items: center; }
    header .header-top .fa {
      font-size: 0.9rem;
      color: #ffffff;
      margin-left: 0.2rem; }
    header .header-top .top-right {
      float: right;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 50px; }
      header .header-top .top-right a {
        padding: 0 1rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        header .header-top .top-right a .fa {
          margin-left: 0;
          margin-right: 0.5rem; }
        header .header-top .top-right a:first-of-type {
          border-left: 1px solid #0fd1d9; }
    header .header-top .top-left {
      float: left;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      height: 50px; }
      header .header-top .top-left div:not(.dropdown-menu) {
        color: #ffffff;
        padding: 0 1.5rem;
        border-left: 1px solid #0fd1d9;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .header-top .top-left div:not(.dropdown-menu):last-of-type {
          border-left: none; }
    header .header-top a {
      color: #ffffff; }
    header .header-top a:hover {
      color: #ffffff; }
    header .header-top select {
      border: none;
      background: none;
      color: #ffffff; }
      header .header-top select option {
        color: #1cb1a2; }
    header .header-top select,
    header .header-top small,
    header .header-top option,
    header .header-top a {
      font-size: 0.7rem; }
    header .header-top .top-login {
      display: inline; }
      header .header-top .top-login a {
        font-size: 0.7rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  nav .navbar-brand img {
    height: 40px; }
  nav .navbar-toggler {
    left: 5px;
    position: absolute;
    top: 10px; }
    nav .navbar-toggler .navbar-toggler-icon {
      background-image: url("../../imgs/menu.png"); }
  nav .navbar-toggler-icon[aria-expanded="true"] {
    background-image: url("../../imgs/menu.png");
    float: left; }
  nav ul {
    margin-right: 100px; }
    nav ul li {
      font-size: 0.8rem;
      padding: 0 1rem; }
      nav ul li.active a {
        color: #0068bc; }
      nav ul li a {
        color: #6e6e6e;
        font-family: "droidKufi"; }
        nav ul li a:hover {
          color: #0068bc; }

.hero-area {
  height: 400px; }
  
.hero-area   .logo{
      width:200px !important;
      
  }
  .hero-area .slide {
    position: relative;
    background: url("../../imgs/slide.jpg");
    /*background: url("../../imgs/children-cute-drawing-159823.jpg");*/
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; }
    .hero-area .slide .container {
      position: relative;
      height: 400px; }
    .hero-area .slide .content {
      text-align: center;
    position: absolute;
    left: 0;
    top: 9%;
    padding: 1rem;
    width: 100%;}
      .hero-area .slide .content .btn {
        border-radius: 0;
        padding: 1rem 2rem;
        color: #ffffff;
        background: #286dbc;
        -webkit-transition: all ease-in-out 300ms;
        -o-transition: all ease-in-out 300ms;
        transition: all ease-in-out 300ms; }
        .hero-area .slide .content .btn:hover {
          background: #1cb1a2; }
      .hero-area .slide .content p {
        font-family: "droidKufi";
        font-size: 0.8rem;
        margin: 1rem auto; }

header {
  position: relative; }
  header .search-bar-container {
    position: relative; }

.search-bar {
  position: relative;
  padding: 0 1rem;
  top: -30px;
  height: 60px;
  background: #286dbc;
  width: 100%;
  padding: 0; }
  .search-bar .right-shape {
    background: #1cb1a2;
    line-height: 60px;
    display: inline-block;
    text-align: right;
    padding: 0 15px;
    position: relative;
    text-indent: 10px;
    overflow: hidden; }
    .search-bar .right-shape:after {
      background: #1cb1a2;
      content: "";
      width: 1px;
      left: 0;
      top: 0;
      position: absolute;
      height: 100%;
      border-right: 30px solid #1cb1a2;
      border-top: 60px solid #286dbc; }
    .search-bar .right-shape:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      left: -34px;
      top: 35px;
      position: absolute;
      -webkit-transform: rotate(-63deg);
      -ms-transform: rotate(-63deg);
      transform: rotate(-63deg);
      z-index: 1; }
  .search-bar .left-shape {
    cursor: pointer;
    border: none;
    background: #28addb;
    line-height: 57px;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    position: relative;
    text-indent: 10px;
    overflow: hidden;
    -webkit-transition: ease-in-out all 300ms;
    -o-transition: ease-in-out all 300ms;
    transition: ease-in-out all 300ms;
    color: #fff; }
    .search-bar .left-shape:after {
      background: #1cb1a2;
      content: "";
      width: 1px;
      right: 0;
      top: 0;
      position: absolute;
      height: 100%;
      border-left: 30px solid #28addb;
      border-top: 60px solid #286dbc;
      -webkit-transition: ease-in-out all 300ms;
      -o-transition: ease-in-out all 300ms;
      transition: ease-in-out all 300ms; }
    .search-bar .left-shape:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      right: -81px;
      top: 35px;
      position: absolute;
      -webkit-transform: rotate(63deg);
      -ms-transform: rotate(63deg);
      transform: rotate(63deg);
      z-index: 1; }
    .search-bar .left-shape:hover {
      background: #1cb1a2; }
      .search-bar .left-shape:hover:after {
        border-left: 30px solid #1cb1a2; }
  .search-bar .trapezoid-content .text {
    line-height: 60px; }
    .search-bar .trapezoid-content .text img {
      display: none; }
  .search-bar .trapezoid-content h6 {
    display: inline-block;
    color: #ffffff;
    font-size: 0.8rem;
    margin-right: 20px;
    margin-left: 20px;
    font-family: "droidKufi";
    width: 100%; }

section {
  padding: 3rem 0; }
  section .media {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section .media h5 {
      margin-bottom: 1rem;
      font-size: 1.2rem; }

footer {
  /* fallback for old browsers */
  background: #057f84;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to left, #057f84, #056781);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -webkit-gradient(linear, right top, left top, from(#057f84), to(#056781));
  background: -webkit-linear-gradient(right, #057f84, #056781);
  background: -o-linear-gradient(right, #057f84, #056781);
  background: linear-gradient(to left, #057f84, #056781); }
  footer .content {
    padding: 3rem 0;padding-bottom:15px; }
  footer .text-center img {
    margin: 0.5rem; }
  footer h6 {
    font-size: 1rem;
    color: #ffffff; }
  footer div {
    text-align: right; }
    footer div h5 {
      margin: 1rem auto; }
  footer ul li {
    padding: 5px 0;
    display: block; }
    footer ul li a {
      color: #c2d8d9;
      font-size: 0.8rem; }
      footer ul li a:hover {
        color: #fff; }

.footer {
  padding: 0.5rem auto;
  height: 40px;
  /* fallback for old browsers */
  background: #1e8c91;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to left, #1e8c91, #1e768e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -webkit-gradient(linear, right top, left top, from(#1e8c91), to(#1e768e));
  background: -webkit-linear-gradient(right, #1e8c91, #1e768e);
  background: -o-linear-gradient(right, #1e8c91, #1e768e);
  background: linear-gradient(to left, #1e8c91, #1e768e); }
  .footer small {
    color: #ffffff; }
  .footer a {
    color: #ffffff; }
  .footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 40px;
    height: 40px; }
  .footer .col-6 {
    text-align: right; }
    .footer .col-6 a,
    .footer .col-6 i {
      color: #d2e8e9; }
    .footer .col-6.left * {
      text-align: left; }

.banner {
  position: relative; }
  .banner .image-avatar {
    max-width: 150px;
    max-height: 150px;
    height: 150px;
    bottom: -75px;
    right: 75px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    border: 6px solid #ffffff; }
  .banner .tptr-widget {
    position: absolute;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-size: cover; }

@media (max-width: 1084px) {
  header nav {
    display: block !important; }
    header nav .navbar-toggler {
      float: left !important; } }

@media (max-width: 1200px) {
  header .search-bar .right-shape {
    text-indent: 0; }
    header .search-bar .right-shape:before {
      left: -26px;
      top: 34px; }
  header .search-bar .left-shape:before {
    right: -67px; } }

@media (max-width: 1150px) {
  header .hero-area .content h2 {
    font-size: 1.5rem; }
  header .hero-area .content .btn {
    padding: 0.5rem 1rem; } }

@media (max-width: 992px) {
  .banner {
    height: 100px; }
    .banner h4 {
      line-height: 100px; }
  header .header-top {
    display: none; }
  header .search-bar-container .search-bar .right-shape {
    text-indent: -5px; }
    header .search-bar-container .search-bar .right-shape img {
      width: 25px;
      z-index: 10;
      position: relative; }
    header .search-bar-container .search-bar .right-shape:before {
      left: -21px;
      top: 30px;
      width: 120%; }
  header .search-bar-container .search-bar .text {
    display: none; }
  header .search-bar-container .search-bar .trapezoid-content .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%; }
  header .search-bar-container .search-bar .left-shape:before {
    right: -47px; } }

@media (max-width: 768px) {
  header .search-bar .trapezoid-content .form-group {
    margin-top: 15px; }
  .hero-area {
    height: auto;
    min-height: 250px; }
    .hero-area .slide {
      background-attachment: unset;
      min-height: 250px; }
      .hero-area .slide .container {
        height: auto;
        background: rgba(255, 255, 255, 0.4);
        min-height: 250px; }
      .hero-area .slide .content {
        position: relative;
        top: 0;
        padding: 35px 20px; }
        .hero-area .slide .content .logo {
          display: none; }
  .search-bar-container {
    margin-top: 20px; }
    .search-bar-container .search-bar {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      height: auto;
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-align: center; }
      .search-bar-container .search-bar > .row {
        margin: 0; }
      .search-bar-container .search-bar * {
        text-align: right; }
      .search-bar-container .search-bar .trapezoid {
        border: 0;
        width: 100%;
        background: #286dbc;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0; }
      .search-bar-container .search-bar .trapezoid-content {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        padding: 0;
        top: 0;
        margin: 0;
        right: 0; }
      .search-bar-container .search-bar select {
        float: none;
        width: 100%; }
      .search-bar-container .search-bar .col-md-4 {
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important; }
      .search-bar-container .search-bar .col-md-4.text {
        background: #1cb1a2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0; }
        .search-bar-container .search-bar .col-md-4.text img {
          display: inline; }
      .search-bar-container .search-bar .right-shape {
        display: none; }
        .search-bar-container .search-bar .right-shape:before, .search-bar-container .search-bar .right-shape:after {
          display: none; }
      .search-bar-container .search-bar .left-shape {
        display: block;
        background: #1cb1a2;
        width: 100%;
        margin-top: 15px; }
        .search-bar-container .search-bar .left-shape .btn {
          width: 100%;
          text-align: center; }
        .search-bar-container .search-bar .left-shape:before, .search-bar-container .search-bar .left-shape:after {
          display: none; }
  footer .col-sm-6 {
    margin: 1rem auto;
    text-align: center; }
  footer .col-xs-12 * {
    text-align: center !important; } }

@media (max-width: 550px) {
  footer .footer {
    display: none; } }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

#middle-form ul.nav-pills li.nav-item {
  width: 50%;
  text-align: center; }
  #middle-form ul.nav-pills li.nav-item a {
    width: 100%;
    color: #286dbc; }

#middle-form .tab-container {
  border: 1px solid #ccc;
  padding: 0;
  height: 500px;
  min-height: 500px; }

#middle-form .radio-box {
  margin: 1rem auto; }

.card {
  margin: 2rem auto;
  -webkit-box-shadow: 0px 1.2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1.2px 5px 0px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0; }
  .card .text-center {
    margin: 1rem auto; }

#joinUs .col-12.text-center {
  padding: 2rem 0;
  margin: 1rem auto; }

.media.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center; }
  .media.center img {
    margin-left: 0;
    margin-bottom: 1rem;
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px; }
  .media.center h6 {
    color: #000000;
    font-size: 0.8rem;
    font-family: "droidKufiRegular"; }

.circle-steps {
  margin: 1rem auto;
  position: relative; }
  .circle-steps:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
    z-index: 5; }
  .circle-steps .circle {
    margin: 0 auto;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* fallback for old browsers */
    background: #1e8c91;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to left, #1e8c91, #1e768e);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: -webkit-gradient(linear, right top, left top, from(#1e8c91), to(#1e768e));
    background: -webkit-linear-gradient(right, #1e8c91, #1e768e);
    background: -o-linear-gradient(right, #1e8c91, #1e768e);
    background: linear-gradient(to left, #1e8c91, #1e768e);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid white;
    z-index: 10; }
    .circle-steps .circle p {
      color: #ffffff;
      font-family: "droidKufi";
      margin: 0; }

@media only screen and (max-width: 768px) {
  ul.nav-pills li:first-child:nth-last-child(1),
  ul.nav-pills li:first-child:nth-last-child(1) ~ li.nav-item {
    width: 100% !important; }
    ul.nav-pills li:first-child:nth-last-child(1) a,
    ul.nav-pills li:first-child:nth-last-child(1) ~ li.nav-item a {
      padding: 0.5rem;
      width: 100%;
      overflow: hidden;
      white-space: nowrap; }
  ul.nav-pills li:first-child:nth-last-child(2),
  ul.nav-pills li:first-child:nth-last-child(2) ~ li.nav-item {
    width: 50% !important; }
    ul.nav-pills li:first-child:nth-last-child(2) a,
    ul.nav-pills li:first-child:nth-last-child(2) ~ li.nav-item a {
      padding: 0.5rem;
      width: 100%;
      overflow: hidden;
      white-space: nowrap; }
  ul.nav-pills li:first-child:nth-last-child(3),
  ul.nav-pills li:first-child:nth-last-child(3) ~ li.nav-item {
    width: 33.33333% !important; }
    ul.nav-pills li:first-child:nth-last-child(3) a,
    ul.nav-pills li:first-child:nth-last-child(3) ~ li.nav-item a {
      padding: 0.5rem;
      width: 100%;
      overflow: hidden;
      white-space: nowrap; }
  ul.nav-pills li:first-child:nth-last-child(4),
  ul.nav-pills li:first-child:nth-last-child(4) ~ li.nav-item {
    width: 25% !important; }
    ul.nav-pills li:first-child:nth-last-child(4) a,
    ul.nav-pills li:first-child:nth-last-child(4) ~ li.nav-item a {
      padding: 0.5rem;
      width: 100%;
      overflow: hidden;
      white-space: nowrap; }
  #joinUs .circle-steps:before {
    width: 1px;
    height: 100%; }
  #joinUs .circle-steps .circle {
    margin: 1rem auto; } }

.patient-profile .form-group {
  margin: 0.5rem auto; }

.input-group {
  position: relative;
  padding: 0; }
  .input-group input {
    width: 100%; }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

.dataTable th {
  font-size: 0.7rem;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 8px !important; }

.dataTable td {
  font-size: 0.8rem; }
  .dataTable td .btn.icon-btn {
    background: none; }
    .dataTable td .btn.icon-btn .fa.fa-eye {
      color: #1cb1a2; }
    .dataTable td .btn.icon-btn .fa {
      color: #28addb; }
    .dataTable td .btn.icon-btn:hover {
      background: none; }
  .dataTable td .btn {
    font-size: 0.7rem; }
  .dataTable td .btn.icon-btn {
    font-size: 0.9rem; }

.dataTable.no-footer {
  border-bottom: 1px solid #ccc; }

.patient-session span.h6 {
  font-size: 0.8rem; }

.patient-session .btn {
  color: #ffffff; }

.balance-charge #collapseExample {
  overflow-y: hidden; }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

.responsive-calendar .day-headers {
  background: #28addb; }
  .responsive-calendar .day-headers .header {
    margin: 0;
    color: #ffffff;
    border-bottom: 1px solid #ccc; }

.responsive-calendar .controls {
  background: #0068bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .responsive-calendar .controls * {
    color: #ffffff !important; }

.responsive-calendar .day.not-current a {
  color: #8d8d8d;
  background: #f2f2f2; }

.responsive-calendar .day.active a {
  background: #ffffff;
  color: #000000;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  background: transparent;
  z-index: 2; }

.responsive-calendar .day.active:hover a {
  color: #ffffff;
  font-weight: bold; }

.responsive-calendar .day.active .clicked {
  position: relative;
  background: #2ecc71;
  color: #ffffff; }

.responsive-calendar .badge.badge-warning {
  background: #2ecc71;
  color: #ffffff;
  padding: 0.3rem; }

.day-event {
  border-top: 2px solid #2ecc71;
  background: #f7f7f7;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 auto !important;
  -webkit-transition: ease-in-out 300ms all;
  -o-transition: ease-in-out 300ms all;
  transition: ease-in-out 300ms all; }
  .day-event.open {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .day-event .footer {
    height: 60px;
    background: none; }

.sessions-list .sessions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.3rem auto;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.5rem; }
  .sessions-list .sessions-item .btn {
    font-size: 0.8rem;
    background: #28addb; }
    .sessions-list .sessions-item .btn:hover {
      background: #0068bc; }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

.videoChat {
  position: relative;
  height: 500px;
  background: #28addb;
  padding: 0;
  overflow: hidden; }
  .videoChat #videos {
    position: relative;
    width: 70%;
    height: 100%;
    float: left; }
  .videoChat .chatbutton {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1cb1a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    z-index: 1000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    -webkit-box-shadow: 0px 1.2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1.2px 5px 0px rgba(0, 0, 0, 0.2); }
    .videoChat .chatbutton.closed {
      visibility: hidden;
      opacity: 0; }
    .videoChat .chatbutton .badge {
      position: absolute;
      top: -2px;
      right: -2px;
      background: #28addb;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      color: #ffffff; }
    .videoChat .chatbutton .btn {
      width: 100%;
      height: 100%;
      padding: 0; }
      .videoChat .chatbutton .btn .fa {
        font-size: 2rem;
        line-height: 3rem; }
  .videoChat #subscriber {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 50px;
    z-index: 10; }
  .videoChat #publisher {
    position: absolute;
    width: 360px;
    height: 240px;
    top: 10px;
    left: 10px;
    z-index: 100;
    border: 3px solid white;
    border-radius: 3px; }
  .videoChat #textchat {
    position: absolute;
    width: 25%;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translate(300px);
    -ms-transform: translate(300px);
    transform: translate(300px);
    -webkit-box-shadow: 0px 1.2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1.2px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    visibility: hidden;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    background-color: #ffffff; }
    .videoChat #textchat.open {
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      visibility: visible; }
    .videoChat #textchat .textchat-header {
      background: #1cb1a2;
      padding: 1rem 0.5rem;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .videoChat #textchat .textchat-header h6 {
        color: #ffffff; }
      .videoChat #textchat .textchat-header .btn {
        padding: 0; }
        .videoChat #textchat .textchat-header .btn i.fa span {
          content: "f057"; }
  .videoChat #history {
    width: 100%;
    height: calc(100% - 100px);
    overflow: auto; }
  .videoChat form {
    display: block; }
  .videoChat .input-group {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px; }
  .videoChat input#msgTxt {
    width: 100%; }
  .videoChat #history .mine {
    color: #00ff00;
    text-align: right;
    margin-right: 10px; }
  .videoChat #history .theirs {
    color: #00ffff;
    margin-left: 10px; }
  .videoChat .message {
    margin: 0.4rem;
    -o-object-fit: cover;
    object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem auto; }
    .videoChat .message img {
      width: 30px;
      height: 30px;
      margin: 0.3rem;
      margin-left: 0.8rem;
      border-radius: 50%; }
    .videoChat .message .msg-text {
      background: #f2f2f2;
      padding: 0.5rem;
      display: inline-block;
      white-space: normal;
      height: auto;
      position: relative;
      width: 80%; }
      .videoChat .message .msg-text p {
        white-space: normal;
        word-break: break-all; }
      .videoChat .message .msg-text:before {
        content: "";
        position: absolute;
        right: -10px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 10px solid #f2f2f2;
        border-bottom: 5px solid transparent; }
    .videoChat .message.received {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; }
      .videoChat .message.received img {
        margin-right: 0.9rem;
        margin-left: 0.3rem; }
      .videoChat .message.received .msg-text:before {
        right: auto;
        left: -10px;
        border-left: none;
        border-right: 10px solid #f2f2f2; }

@media (max-width: 992px) {
  .videoChat #publisher {
    width: 200px;
    height: 140px; }
  .videoChat #textchat {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0; } }

.float-btn .btn {
  float: left; }

@font-face {
  font-family: droidKufi;
  src: url("../../fonts/DroidKufi-Bold.ttf"); }

@font-face {
  font-family: droidKufiRegular;
  src: url("../../fonts/DroidKufi-Regular.ttf"); }

.custom-wrapper {
  position: relative;
  height: auto; }
  .custom-wrapper.open {
    min-height: 750px;
    height: 800px;
    overflow-y: visible; }
    .custom-wrapper.open .overTable {
      visibility: visible;
      opacity: 1;
      z-index: 5;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.overTable {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(600px);
  -ms-transform: translateY(600px);
  transform: translateY(600px);
  -webkit-transition: ease-in-out all 300ms;
  -o-transition: ease-in-out all 300ms;
  transition: ease-in-out all 300ms; }

@media (max-width: 768px) {
  .custom-wrapper.open {
    min-height: 900px;
    height: 1000px; } }

section.users .custom-wrapper.open {
  min-height: 300px;
  height: 300px; }

section.balance-charge .custom-wrapper.open {
  min-height: 500px;
  height: 500px; }

.required_field {
  color: red;
  font-weight: bold;
}

footer img[alt="logo"]{
        width: 140px;
}
footer h5{
        font-size: .8rem;
}
