@charset "UTF-8";

html {
  direction: rtl;
  font-size: 16px;
}
html[dir='RTL'],
html[dir='RTL'] body,
[dir='RTL'] {
  direction: rtl;
  text-align: right;
}

@font-face {
  font-family: 'Tajawal-Regular';
  src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal-Medium';
  src: url('../fonts/Tajawal-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal-Bold';
  src: url('../fonts/Tajawal-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal-Black';
  src: url('../fonts/Tajawal-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[lang='ar-SA'],
[lang='ar-QA'],
html[lang='ar'],
html[lang='ar-SA'],
html[lang='ar-QA'] {
  font-family: 'Tajawal-Regular';
}

body {
  font-family: 'Tajawal-Regular';
  font-weight: 400;
}

/** Alert Bar CSS **/
.alert-bar {
  background: #bf0711;
}

.alert-bar .content {
  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;
}

.alert-bar .text {
  padding: 0.2rem;
  color: #f9edea;
  margin-bottom: 0;
}

.alert-bar .alert-close-icon {
  font-size: 1.25rem;
  color: #f9edea !important;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.alert-bar .alert-close-icon:hover {
  color: #005bd3 !important;
}

.alert-bar .alert-link {
  color: #f9edea;
  text-decoration: underline;
}

.alert-bar .alert-link:hover {
  color: #005bd3;
}

/** Alert Bar CSS End **/
.d-block {
  display: block;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/** TopBar CSS **/
.topbar-area-flex {
  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;
}

.topbar-area-flex .info ul li a {
  padding: 15px 0px;
}

.menu-phcc-content {
  width: 300px;
}

.menu-phcc-content p {
  font-size: 0.938rem;
}

.menu-phcc-content .read-more-link {
  color: #005bd3 !important;
  text-transform: none !important;
  padding: 0px !important;
}

.menu-phcc-content .read-more-link:hover {
  color: #a2cf60 !important;
}

.menu-custom-line {
  position: relative;
  margin-bottom: 20px;
}

.menu-custom-line::before {
  background: #005bd3;
  bottom: 0;
  content: '';
  height: 2px;
  right: 45px;
  position: absolute;
  width: 5px;
}

.menu-custom-line::after {
  background: #005bd3;
  bottom: 0;
  content: '';
  height: 2px;
  right: 0;
  position: absolute;
  width: 40px;
}

.menu-custom-line h2 {
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.patient ul {
  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;
}
.patient ul li.eservice-link a {
  background: #a2cf60;
  color: #000 !important;
}

/* .patient ul li:nth-child(3) a {
  background: #a2cf60;
  color: #000 !important;
} */

.patient ul li a {
  padding: 19px 15px;
}

/*.patient ul li:nth-child(4) a,
.patient ul li:nth-child(5) a {
  font-size: 1.5rem;
}*/

.patient ul li:nth-child(5) a, .patient ul li:nth-child(6) a {
  font-size: 24px;
}

.patient ul li:last-child a {
  /* padding-left: 0; */
}

.patient ul .lang-select {
  margin-top: 4px;
}

.patient ul .lang-select a {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/** TopBar CSS end **/
/** Header CSS **/
@media (max-width: 1024px) {
  #home .wrap-sticky {
    height: 90px !important;
  }
}

@media (max-width: 1200px) {
  #home .wrap-sticky {
    height: 90px !important;
  }
}

@media (max-width: 768px) {
  #home .wrap-sticky {
    height: 85px !important;
  }
}

/** Header CSS end **/
/** Navigation CSS **/
@media (min-width: 1400px) {
  .logo {
    width: 450px !important;
  }
}

@media (max-width: 1366px) {
  .logo {
    width: 450px;
  }
}

@media (max-width: 1199px) {
  .logo {
    width: 280px;
  }
}

@media (max-width: 1024px) {
  .logo {
    width: 450px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 310px;
  }
}

@media (max-width: 375px) {
  .logo {
    width: 280px;
  }
}

@media (max-width: 320px) {
  .logo {
    width: 240px;
  }
}

@media (max-width: 768px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 0.875rem !important;
  }
}

@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 0.688rem;
    color: white;
    padding: 35px 9.8px;
  }
}

@media (max-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  nav.navbar.bootsnav.sticked .top-search {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  nav.navbar.bootsnav.sticked .navbar-collapse.collapse.in {
    background: none;
  }
}

@media (max-width: 768px) {
  nav.navbar.bootsnav .top-search {
    margin-top: 2.5rem;
  }
}

@media (max-width: 768px) {
  .bg-nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 10px 0px !important;
  }
}

/** Navigation CSS end **/
/** Video CSS **/
@media (min-width: 1200px) {
  .parallax-window {
    /*margin-top: 90px;*/
    /* min-height: 90vh; */
  }
}

.parallax-window .video-container {
  background: white;
}

.parallax-window .phcc-video {
  background: white;
  width: 100%;
}

/** Video CSS end **/
/** Breadcrumb CSS **/
.hc-breadcrumb-bg {
  background: url('../images/allphcc.gif') no-repeat;
  background-size: cover;
  background-position: 0px -300px;
}

.hc-breadcrumb-bg-clinic {
  background: url('../images/clinics.jpeg') no-repeat;
  background-size: cover;
  background-position: 0px -200px;
}

.hc-breadcrumb-bg-hc {
  background: url('../images/newhc.png') no-repeat;
  background-size: cover;
  background-position: 0px -200px;
}

.hc-breadcrumb-bg-contact {
  background-image: url('../images/contact.jpg');
}

/** Breadcrumb CSS end **/
/**
 * Custom color for fa icons
 */
.fas.fa-map-marker-alt,
.fas.fa-envelope-open,
.fa.fa-times,
.fas.fa-phone,
.fa.fa-paper-plane,
.fa.fa-angle-left,
.fa.fa-angle-right,
.fas.fa-arrow-right,
.fas.fa-long-arrow-alt-left,
.fas.fa-long-arrow-alt-right,
.fas.fa-search,
.fa.fa-plus,
.fa.fa-minus,
.fa.fa-arrows-alt,
.fa.fa-chevron-right,
.fa.fa-filter,
.fa.fa-facebook-f,
.fa.fa-twitter ,
.fa.fa-instagram,
.fa.fa-linkedin,
.fa.fa-youtube,
.fa.fa-close {
  color: #005bd3;
}

/**
* About US Page
**/
.phcc-director-area {
  padding: 15px;
  background: white;
}

.phcc-director-area .msg p {
  text-align: justify;
}

.phcc-fourv-area .site-heading {
  min-height: 285px;
}

.phcc-fourv-area .site-heading h2::before {
  right: 0;
  margin-right: 45px;
}

.phcc-fourv-area .site-heading h2::after {
  right: 0;
  margin-right: 0;
}

.phcc-fourv-area i {
  color: #005bd3 !important;
  font-size: 0.75rem !important;
}

.phcc-fourv-area p {
  text-align: justify;
}

.phcc-fourv-area .osv p {
  margin-bottom: 15px !important;
}

/**
* Governance Page
*/
.phcc-governance .doctor-items .item {
  margin-bottom: 50px;
}
.phcc-governance .doctor-items .item:hover {
  background-color: transparent;
}

.phcc-governance .doctor-items .governance-block {
  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;
  margin-bottom: 50px;
  padding: 0px 10px;
}

.phcc-governance .doctor-items .governance-block .thumb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phcc-governance .doctor-items .governance-block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px;
  border-top: none;
}

.phcc-governance .doctor-items .governance-block .info .title {
  color: #232323;
}

.phcc-governance .doctor-items .governance-block .info p {
  text-align: justify;
  margin-bottom: 0;
}

.phcc-governance .doctor-items .assistant-block .info .title {
  color: #232323;
}

.phcc-governance .doctor-items .info {
  padding: 20px 10px 10px;
}

/**
* Clinics Page
*/
.cardio-featured-img {
  height: 560px;
}

.sco-points {
  list-style-type: disc;
  margin-bottom: 20px;
}

.sco-points li {
  margin-right: 30px;
}

.sco-points-numbers {
  list-style-type: decimal;
}

.hc-equal-custom-height .item {
  min-height: 313px;
}

/**
* E-Services Pages
**/
.phcc-profile .phcc-es-grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phcc-profile .phcc-es-grid .item img {
  border-radius: 50%;
}

.phcc-profile .phcc-profile-btn {
  color: #005bd3;
  border: 1px solid;
}

.phcc-esr-grid .item {
  min-height: 235px;
}

.phcc-table tbody td {
  font-size: 1rem;

  vertical-align: middle !important;
}

.phcc-req-count {
  font-size: 1rem;

  font-weight: bold;
}

/**
* My Profile Page CSS
**/
.phcc-dep-count {
  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;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  background: #005bd3;
}

.phcc-profile-text {
  color: black !important;
}

/** 
* E-Services Forms
**/
.phcc-label {
  color: #666666;
}

.phcc-upload-note {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 30px;
  color: #666;
  font-weight: bold;
}

.phcc-select {
  line-height: 35px;
  border: 1px solid #e7e7e7;
  height: 50px;
  border-radius: 0px;
  -webkit-appearance: none;
  background-image: url('../images/caret-down.svg');
  background-repeat: no-repeat;
  background-position: left 0.7em top 50%, 100% 0;
  background-size: 0.75em auto, 100%;
}

/**
* My Health Center 
**/
.ms-options-wrap button {
  border: 1px solid #e7e7e7 !important;
  margin-top: 0px !important;
  color: #666666 !important;
  padding: 10px 15px !important;
  text-transform: none !important;
  font-weight: normal !important;
}

.ms-options-wrap button:hover {
  background: inherit !important;
}

/**
* PHCC Qatar Map
**/
.phcc-map-qatar {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fa.fa-map-marker {
  color: black;
}

.phcc-map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phcc-map-block .phcc-map-qatar {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.phcc-map-block .phcc-map-filter {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phcc-map-block .phcc-map-filter .imp-shapes-menu-wrap {
  width: 100%;
  margin-top: 100px;
}

.phcc-map-block
  .phcc-map-filter
  .imp-shapes-menu-wrap
  .imp-shapes-menu-search-box {
  background: #005bd3;
}

.phcc-map-block .phcc-map-filter .imp-shapes-menu-wrap-right {
  border: 1px solid #dedede;
}

.phcc-map-block .phcc-map-filter .imp-shapes-menu-scroll-wrap {
  margin-top: 8px;
}

.phcc-map-block
  .phcc-map-filter
  .imp-shapes-menu-scroll-wrap
  .imp-shapes-menu-shape-title {
  padding: 25px;
  background: #005bd3;
  color: white;
  font-weight: bold;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.phcc-map-block
  .phcc-map-filter
  .imp-shapes-menu-scroll-wrap
  .imp-shapes-menu-shape-title:hover {
  background: #a2cf60;
  color: #1e2726;
}

.phcc-map-block
  .phcc-map-filter
  .imp-shapes-menu-scroll-wrap
  .imp-shapes-menu-shape-title:hover
  .imp-search-highlight {
  background: white;
}

.phcc-map-block
  .phcc-map-filter
  .imp-shapes-menu-scroll-wrap
  .imp-shapes-menu-shape-title
  .imp-search-highlight {
  background: #1e2726;
}

/**
* All Health Center
**/
.hc-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hc-items a {
  cursor: pointer;
  margin-left: 5px;
  padding: 15px 5px;
  font-size: 0.813rem;
  text-align: center;
  color: white;
  background: #005bd3;
  border-top: 3px solid #a2cf60;
  margin-bottom: 15px;
}

.hc-items a:hover {
  color: #1e2726;
  background: #a2cf60;
  border-top: 3px solid #005bd3;
  font-size: 0.875rem;
  font-weight: bold;
}

.hc-items-wl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hc-items-wl .item-links {
  color: #2f2f2f;
  background: #efefef;
  margin-right: 30px;
  border: 1px solid #f5f5f5;
  font-size: 12px;
  padding: 15px 5px;
  text-align: center;
  cursor: pointer;
}

.hc-items-wl .item-links:hover {
  font-size: 15px;
  font-weight: bold;
}

.hc-items-wl .item-links:last-child {
  margin-right: 0px;
}

.hc-items-wl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  padding-right: 15px;
}

.hc-items-wl div:nth-child(3n) {
  /* padding-right: 0; */
}

/*..hc-items-wl div.active .map-item,
        .hc-items-wl div.active .icon-detail {
            background: #a2cf60 !important;
        }*/
.hc-items-wl div.active .map-item {
  background: #a2cf60 !important;
}

.hc-items-wl .map-item,
.hc-items-wl .icon-detail {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  cursor: pointer;
  padding: 10px 5px;
  height: 64.3px;
  font-size: 14px;
  text-align: center;
  color: white;
  background: #005bd3;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  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;
}

.hc-items-wl .map-item:hover,
.hc-items-wl .icon-detail:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .hc-items-wl .map-item,
  .hc-items-wl .icon-detail {
    font-size: 12px;
  }
}

.hc-items-wl .icon-detail {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  background: #efefef !important;
}

.hc-items-wl .icon-detail:hover {
  background: #a2cf60 !important;
}

.filter-buttons {
  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;
}

#imp-fullscreen-wrap .imp-fullscreen-button {
  margin-top: 0px !important;
  position: absolute;
  right: 94%;
}

.imp-fullscreen-button {
  margin-top: -70px;
}

.select-single .list {
  max-height: 365px;
  overflow: auto;
}

.fullwidth {
  width: 100%;
}

.animated {
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}

/**
* My Family Physician Page
**/
.hc-items-sidebar .hc-item .item {
  padding: 15px;
  border-right: 3px solid #005bd3;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hc-items-sidebar .hc-item .item:hover {
  background: #f7f7f7;
}

.hc-items-sidebar .hc-item .item h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #232323;
  text-transform: uppercase;
  margin-bottom: 0;
}

.phcc-physician-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phcc-physician-list .item {
  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;
}

/** Responsive CSS **/
@media (max-width: 1024px) {
  .navbar-brand {
    width: 225px;
  }
  .hc-item {
    width: 33.33%;
    margin: 0px;
    margin-bottom: 10px !important;
  }
  .hc-item h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 304px;
    line-height: 85px !important;
  }
}

@media (max-width: 425px) {
  .navbar-brand {
    width: 250px;
  }

  .phcc-block:first-child {
    margin-left: 0px;
  }
  .hc-item {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px !important;
  }
  .hc-item h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 375px) {
  .navbar-brand {
    width: 200px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    z-index: 999;
  }
  .attr-nav {
    min-height: 31px !important;
  }
  .attr-nav ul li a {
    padding: 16px 5px !important;
  }
}

/** Responsive CSS end **/
/** Utilities - Helper Classess **/
.mb-0 {
  margin-bottom: 0px;
}

.mb-0-imp {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mr10 {
  margin-left: 10px;
}

.mr20 {
  margin-left: 20px;
}

.mr10-imp {
  margin-left: 10px !important;
}

.ml20 {
  margin-right: 20px;
}

.ml15 {
  margin-right: 15px;
}

.ml10 {
  margin-right: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.border-radius-half {
  border-radius: 50%;
}

.zIndex {
  z-index: 1;
}

.pb100 {
  padding-bottom: 100px;
}

.pb50 {
  padding-bottom: 50px;
}

/** Form Errors CSS **/
.error {
  color: red;
}

/** Service Page CSS Start **/
.services-details-area {
  font-size: 1rem;
}

.services-details-area p,
.services-details-area ul,
.services-details-area li {
  color: #232d14 !important;
}

.services-details-area .service-head {
  margin-bottom: 50px;
}

.services-details-area .service-content .phcc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  min-height: 345px;
}

.services-details-area .service-content .phcc-card .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.services-details-area .service-content .phcc-card .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services-details-area .service-content .phcc-card .text .phcc-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services-details-area .service-content .phcc-card .text .phcc-card-list li {
  margin-bottom: 10px;
}

.services-details-area
  .service-content
  .phcc-card
  .text
  .phcc-card-list
  li::before {
  display: inline-block;
  content: ' ';
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 1rem;
  background-color: #a2cf60;
}

.services-details-area .service-content .phcc-card .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.services-details-area .service-content .phcc-card .blocks {
  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;
  margin-top: 30px;
}

.services-details-area .service-content .phcc-card .blocks .l-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-left: 1px solid #e7e7e7;
}

.services-details-area .service-content .phcc-card .blocks .r-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.services-details-area .service-content .phcc-card .blocks .fas {
  font-size: 2.25rem;
  color: black;
  margin-bottom: 20px;
}

/** Service Page CSS End **/
/** Footer CSS **/
footer {
  background-color: #005bd3;
  color: white !important;
}

footer .f-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .f-items .f-item h4,
footer .f-items .item h4 {
  color: white;
}

footer .f-items .f-item h4::before,
footer .f-items .f-item h4::after,
footer .f-items .item h4::before,
footer .f-items .item h4::after {
  background: white;
}

footer .f-items .f-item li a,
footer .f-items .item li a {
  color: white;
}

footer .f-items .f-item li a i,
footer .f-items .item li a i {
  color: #a2cf60 !important;
}

@media (max-width: 375px) and (max-width: 425px) {
  footer .f-items .f-item,
  footer .f-items .item {
    margin-bottom: 40px;
  }

  footer .f-items .f-item:last-child,
  footer .f-items .item:last-child {
    margin-bottom: 0;
  }
}

/** Footer CSS End **/
/** About us timeline area CSS **/
.timeline-area {
  background-color: #005bd3;
}

/** About us timeline area **/
.fun-fact-area {
  background-color: #005bd3;
}
.fun-fact-area.default-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fun-fact-area.default-padding .fun-fact {
  margin: 15px 0;
}

.imp-tooltip {
  border: 2px solid #000 !important;
}

.imp-tooltip .hs-arrow-bottom {
  border-top-color: #000 !important;
}

.preventive-health-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../images/preventive health.png') no-repeat center center;
  width: 100%;
  height: 415px;
  margin-top: 25px;
  background-size: cover;
}

@media (max-width: 767px) {
  .preventive-health-banner {
    background: url('../images/preventive_m2.png') no-repeat center center;
  }
}

.preventive-health-banner .banner-text {
  padding: 4rem 7.5rem 4rem 2rem;
}

.preventive-health-banner .banner-text h2 {
  color: #000;
  padding-bottom: 20px;
  position: relative;
}

.preventive-health-banner .banner-text h2::before {
  background: #000;
  bottom: 0;
  content: '';
  height: 2px;
  right: 45px;
  position: absolute;
  width: 5px;
}

.preventive-health-banner .banner-text h2::after {
  background: #000;
  bottom: 0;
  content: '';
  height: 2px;
  right: 0;
  position: absolute;
  width: 40px;
}

.family-medicine-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../images/family-medicine-banner-RTL.png') no-repeat center
    center;
  width: 100%;
  height: 415px;
  margin-top: 25px;
  background-size: cover;
}

@media (max-width: 767px) {
  .family-medicine-banner {
    background: url('../images/family_m2.png') no-repeat center center;
  }
}

.family-medicine-banner .banner-text {
  padding: 4rem 4rem 4rem 8rem;
}

.family-medicine-banner .banner-text h2 {
  color: white;
  padding-bottom: 20px;
  position: relative;
}

.family-medicine-banner .banner-text h2::before {
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  right: 45px;
  position: absolute;
  width: 5px;
}

.family-medicine-banner .banner-text h2::after {
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  right: 0;
  position: absolute;
  width: 40px;
}

.btn-readmore {
  border: 1px solid #2e6ebb;
  padding: 10px 15px;
  color: #2e6ebb;
}

.video-banner {
  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: url('../images/wellness.png') no-repeat center center;
  height: 360px;
  background-size: cover;
}

.video-banner.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.pb-50 {
  padding-bottom: 50px;
}

.line-height-18 {
  line-height: 1.8;
}

.family-block {
  padding: 0rem 0rem 0rem 10rem;
  text-align: justify;
}

.preventive-block {
  padding: 0rem 10rem 0rem 0rem;
  text-align: justify;
}

.guidance-block {
  padding: 0rem 10rem 0rem 0rem;
  text-align: justify;
}

.desc {
  font-size: 1rem;

  margin-bottom: 50px;
  line-height: 2;
}

.desc:last-child {
  margin-bottom: 0;
}

.desc.less-padding {
  margin-bottom: 20px;
}

.desc i,
.desc em {
  vertical-align: middle;
  color: #a2cf60;
  font-size: 1.5rem;
  margin-left: 10px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl-0 {
  padding-right: 0px !important;
}

.font18 {
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .font18 {
    font-size: 0.625rem;
  }
}

.ph-ticks {
  margin-top: -70px;
}

.fm-item:hover p {
  color: white !important;
}

/** services-area inc-icon items css start **/
.services-area.inc-icon .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.services-area.inc-icon .item.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 360px;
}

.services-area.inc-icon .item span {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area.inc-icon .item:hover span {
  color: white;
}

.services-area.inc-icon .item:hover svg {
  fill: white !important;
}

.services-area.inc-icon .item svg {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: #005bd3;
}

/** services-area inc-icon items css end **/
.phcc-link {
  color: #005bd3;
  font-size: 1.25rem;
}

.phcc-link:hover {
  color: #a2cf60;
}

p a {
  color: #005bd3;
}

p a:hover {
  color: #a2cf60;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(150, 141, 150, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(150, 141, 150, 0.3);
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mt120 {
  margin-top: 120px;
}

.mt200 {
  margin-top: 200px;
}

.text-white.imp {
  color: white;
}

.btn-login.login-hover:hover {
  background: #a2cf60;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.text-blue {
  color: #005bd3 !important;
}

.font-48 {
  font-size: 3rem;
}

.line-left.title {
  position: relative;
  padding-bottom: 20px;
}

.line-left.title::before {
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  right: 45px;
  position: absolute;
  width: 5px;
}

.line-left.title::after {
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  right: 0;
  position: absolute;
  width: 40px;
}

.mb10 {
  margin-bottom: 12.5px !important;
}

#map {
  width: 100%;
  height: 700px;
}

#info-box {
  background-color: white;
  border: 1px solid black;
  bottom: 0px;
  padding: 10px;
  position: absolute;
  left: 16px;
}

.text-white {
  color: white;
}

.site-heading.bottom-border-left-align h2::after {
  right: 10% !important;
  margin-right: -35px !important;
  width: 60px !important;
}

.site-heading.bottom-border-left-align h2::before {
  right: 10% !important;
  margin-right: 30px !important;
}

.site-heading.bottom-border-white-color h2::before {
  background: white none repeat scroll 100% 0 !important;
}

.site-heading.bottom-border-white-color h2::after {
  background: white none repeat scroll 100% 0 !important;
}

.sota-block {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  height: 664px;
}

.sota-block .title {
  color: white;
  text-transform: none;
}

@media (max-width: 768px) {
  .sota-block .sota-text {
    padding-right: 158px;
  }
}

@media (max-width: 767px) {
  .sota-block .sota-text {
    text-align: center;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .sota-block {
    background-position: 60.7%;
    background-size: cover;
  }
}

.mobile-banner {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.image-text {
  position: absolute;
  top: 35%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 60%;
  text-align: center;
  line-height: 1.5;
}

.image-text .title {
  color: white;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .image-text .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 375px) {
  .image-text .title {
    font-size: 1.25rem;
  }
}

.text-green {
  color: #a2cf60 !important;
}

.video-text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  text-align: center;
}

.title-video {
  line-height: 1.3;
  text-align: center;
  color: white;
  font-size: 2.5rem;
  text-shadow: -2px 2px 4px #000000;
}

.people-centric {
  width: 100%;
  height: 1000px;
  background-size: cover;
}

@media (max-width: 768px) {
  .people-centric {
    background-position: 40%;
    height: 1100px;
  }
  .people-centric .text-block {
    margin-top: 470px;
  }
}

@media (max-width: 767px) {
  .people-centric .text-block {
    margin-top: 420px;
  }
}

.specialties-block li a {
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .specialties-block li a {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .specialties-block {
    -webkit-columns: 2;
    columns: 2;
  }
}

@media (max-width: 767px) {
  .footer-bottom-link {
    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-top: 10px;
  }
  .footer-bottom-link li a {
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .map-select select {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}

.pb80 {
  padding-bottom: 80px;
}

.about-blue-block {
  background-color: #005ad2;
  color: white;
}

.hc-image-aboutus {
  padding: 0;
}

.hc-image-aboutus img {
  width: 100%;
  height: 100%;
}

.history-aboutus img {
  height: 100%;
  width: 100%;
}

.corp-strategy .corp-flyer {
  float: left;
  padding: 20px 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .corp-strategy .corp-flyer {
    float: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .corp-strategy .corp-framework-text {
    margin-top: 25px;
  }
  .corp-strategy .corp-framework-text h2 {
    text-align: center;
  }
}

.desc {
  font-size: 1rem !important;
}

.patient-safety .goals-block {
  background-color: #a3cf60;
}

.patient-safety .goals-block .goals-title {
  background-color: #005bd3;
  padding: 15px;
}

.patient-safety .our-goals {
  list-style-position: inside;
  padding: 20px;
}

.patient-safety .our-goals li {
  margin-bottom: 20px;
}

.patient-safety .our-goals ul.dashed {
  margin: 0;
  list-style-type: none;
}

.patient-safety .our-goals ul.dashed li {
  margin-right: 15px;
}

.patient-safety .our-goals ul.dashed li::before {
  content: '-';
}

@media (max-width: 767px) {
  .phcc-page h2 {
    margin-top: 25px;
    text-align: center;
  }
}

.sp-img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.sp-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.facility-banner {
  width: 100%;
  height: 100%;
}

.no-padding {
  padding: 0;
}

.shadowbox {
  padding: 20px 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 50px;
  background: white;
}

.table-format {
  margin-top: 25px;
  width: 100%;
  border-collapse: separate;
}

.table-format th {
  padding: 8px;
  font-weight: bold;
  background-color: #d0cece;
}

.table-format td {
  padding: 8px;
  font-weight: normal;
}

.table-format tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-format a {
  color: #005bd3;
}

/**
  Health Tools IBW
*/
.ibw #div {
  width: 60%;
  margin-right: 20%;
  border: solid 1px black;
  padding: 10px;
}

.ibw #Submit {
  padding: 15px;
  margin-bottom: 30px;
}

.ibw #height {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

.ibw #table {
  width: 100%;
}

.ibw #male {
  margin-bottom: 30px;
}

.ibw #female {
  margin-bottom: 30px;
}

.our-specialties {
  color: white;
  background-color: #005bd3;
  border-bottom: 0px;
}

.side-title-text {
  color: #1f2826;
  font-weight: 400;
}

.guest-block {
  font-weight: 400;
}

.loggedin-block {
  font-weight: 400;
}

.loggedin-block .e-service-list {
  text-transform: uppercase;
}

.loggedin-block .e-service-list li:last-child a {
  margin-bottom: 0;
}

.loggedin-block .e-service-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0px;
  padding: 5px 0px;
}

.loggedin-block .e-service-list li a:first-child {
  margin-top: 10px;
}

.loggedin-block .e-service-list li a:hover {
  -webkit-box-shadow: 0px 0px 50px -10px #b5b1b5;
  box-shadow: 0px 0px 50px -10px #b5b1b5;
  padding-right: 25px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.loggedin-block .e-service-list li a i {
  margin-left: 20px;
}

.eservice-profile-page .eservice-container {
  margin: 0px 15px;
}

.eservice-profile-page .eservice-container .eservice-sidebar {
  padding: 20px 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.eservice-profile-page
  .eservice-container
  .eservice-sidebar
  .e-service-list
  li {
  margin: 25px 0px;
  border-bottom: 1px solid #e7e7e7;
}

.eservice-profile-page
  .eservice-container
  .eservice-sidebar
  .e-service-list
  li:last-child {
  margin-bottom: 0;
}

.eservice-profile-page
  .eservice-container
  .eservice-sidebar
  .e-service-list
  li:last-child
  a {
  margin-bottom: 0;
}

.eservice-profile-page
  .eservice-container
  .eservice-sidebar
  .e-service-list
  li
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0px;
}

.eservice-profile-page
  .eservice-container
  .eservice-sidebar
  .e-service-list
  li
  a:first-child {
  margin-top: 0;
}

.eservice-profile-page
  .eservice-container
  .eservice-sidebar
  .e-service-list
  li
  a:hover {
  color: #005bd3;
}

.eservice-profile-page
  .eservice-container
  .eservice-sidebar
  .e-service-list
  li
  a
  i {
  margin-left: 20px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .wrap-sticky nav.navbar.bootsnav {
    padding: 15px;
  }
}

.full-width-img {
  width: 100%;
  height: 100%;
}

/** Navbar Responsive hidden utilities **/
@media (min-width: 1025px) and (max-width: 1199px) {
  .phcc-hidden-md {
    display: none !important;
  }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 3px;
    color: white;
  }
}

@media (max-width: 1024px) {
  .phcc-hidden-mobile {
    display: none !important;
  }
}

.hc-head-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .hc-head-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hc-head-area .hc-banner {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.hc-head-area .hc-banner img {
  width: 100%;
  height: 100%;
}

.hc-head-area .banner-text {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  background: #a3d060;
  padding: 40px;
}

.hc-head-area .banner-text .first-text {
  font-weight: 600;
  color: #688545;
  text-transform: uppercase;
}

.hc-head-area .banner-text .title {
  font-weight: 600;
}

.hc-head-area .banner-text .time-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;
  margin-bottom: 10px;
  padding: 15px 20px;
  background-color: #9bc45a;
  text-transform: uppercase;
}

.hc-head-area .banner-text .time-row:last-child {
  margin-bottom: 0;
}

.hc-head-area .banner-text .time-row .title {
  font-weight: 500;
  color: #6c8746;
}

.hc-head-area .banner-text .time-row .text {
  font-weight: 500;
  color: #34432f;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

/** About us styles */
.health-tips-items .info::after {
  border-left: 30px solid #f7f7f7 !important;
}

.about-blue-block {
  background-color: #005ad2;
  color: white;
}

.about-blue-block h2,
.about-blue-block h4,
.about-blue-block p {
  color: white;
}

.site-heading h2 {
  text-transform: initial !important;
}

.health-tips-items .info h4 {
  text-transform: initial !important;
}

.chose-us-area .info h2 {
  text-transform: initial !important;
}

.about-us-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .about-us-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-us-grid .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .about-us-grid .item {
    margin-left: 0;
  }
}

.about-us-grid .item:last-child {
  margin-left: 0;
}

footer .f-item.link li a i,
.pagination .page-link i,
.pagination li a i,
.blog-area .info > a i,
.breadcrumb-area .breadcrumb li::after,
.blog-area.single .post-pagi-area a:first-child i,
.blog-area.single .post-pagi-area a:last-child i {
  transform: rotateZ(180deg);
}

.skipNav {
  position: absolute;
  top: 5px;
  z-index: 100;
  background: transparent !important;
}
.skipNav .skipLink {
  opacity: 0;
  margin: 5px;
  padding: 3px 5px;
  background: #fff;
  border: 2px solid #000;
}
.skipNav .skipLink:focus {
  opacity: 1;
}
.skipNav .skipLink.en {
  display: none;
}
.my-table {
  display: table;
  width: auto;
  margin-bottom: 20px;
}
.border {
  border: 1px solid #ddd;
}
.my-row {
  display: table-row;
}
.my-row.head-row * {
  font-weight: bold;
}
.my-col {
  display: table-cell;
  padding: 5px;
}
.border .my-col {
  border: 1px solid #ddd;
  border-top: 0;
  border-right: 0;
}
.striped .my-row:nth-child(even) {
  background: #f9f9f9;
}

.access-area ul {
  list-style: none;
  display: flex;
}
.access-area li a.acc-btn {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}
/* .access-area li a.acc-btn:hover, .access-area li a.acc-btn:hover i {color: #212661 !important;} */
.access-area li.active {
  background: #212661;
}

.patient ul li.top-search-btn a,
.patient ul li.top-sidemenu-btn a {
  font-size: 1.125rem;
  padding: 10px 15px;
}

.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-9 {
  z-index: 9;
}
.z-10 {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-101 {
  z-index: 101;
}
.z-1000 {
  z-index: 1000;
}
.z-99 {
  z-index: 99;
}
.z-999 {
  z-index: 999;
}

.fun-fact .timer,
.fun-fact .medium,
.text-muted,
.side .close-side,
.navbar .side .widget.social li.dribbble .sr-only,
.navbar .side .widget.social li.twitter .sr-only {
  color: #000;
}

/*.phcc-governance .doctor-items .item.assistant-block .thumb img {width: 100%; height: auto;}*/

@media (max-width: 991px) {
  .topbar-area-flex {
    flex-direction: column;
  }

  .topbar-area-flex a {
    display: block;
  }
}
@media (max-width: 600px) {
  .patient {
    text-align: center;
  }
  .patient ul {
    width: 100%;
    display: block;
  }
  .patient li,
  .patient .top-search-btn,
  .patient .top-sidemenu-btn,
  .patient .lang-select {
    display: inline-block;
  }
  /*.top-search {
    top: 160px;
    width: 94%;
}
*/
  .input-group {
    display: block;
  }
}

/* our-specialties page */
.btn-white {
  background-color: #ffffff;
  color: #005bd3 !important;
}

.text-white {
  color: white;
}

.site-heading.bottom-border-left-align h2::after {
  left: 10% !important;
  margin-left: -35px !important;
  width: 60px !important;
}

.site-heading.bottom-border-left-align h2::before {
  left: 10% !important;
  margin-left: 30px !important;
}

.site-heading.bottom-border-white-color h2::before {
  background: white none repeat scroll 0 0 !important;
}

.site-heading.bottom-border-white-color h2::after {
  background: white none repeat scroll 0 0 !important;
}

.fun-fact-area.shadow.light::after {
  opacity: 0 !important;
}

.xl-num {
  font-weight: bold;
  font-size: 30px;
  color: black;
  margin: 20px 0px;
}

.l-num {
  font-weight: bold;
  font-size: 18px;
  color: black;
}

.up-icon {
  color: #007700;
  font-weight: bold;
  font-size: 18px;
}

.down-icon {
  color: #ce0909;
  font-weight: bold;
  font-size: 18px;
}

.status-box {
  background: white;
  padding: 15px;
}

.doctors-status-box {
  background: #defffa;
  padding: 15px;
}

.services-status-box {
  background: #fffdeb;
  padding: 15px;
}

.clinic-status-box {
  background: #d1ffd8;
  padding: 15px;
}

.list-2column {
  display: initial !important;
}

.list-2column-float {
  float: left;
  width: 60%;
}

.mb25 {
  margin-bottom: 25px;
}

.mb50 {
  margin-bottom: 50px;
}

.bg-white {
  background-color: white;
}
.bg-white .navbar-brand img.logo.sticky-logo {
  display: none;
}

nav.navbar.bootsnav ul.nav > li > a.closeMobileMenu {
  color: #005bd3;
}

.services-area.health-card .services-items.services-carousel .owl-stage,
.services-area.health-card .services-items.services-carousel .owl-item {
  width: 100% !important;
}

.gm-style-iw.gm-style-iw-c {
  padding: 12px !important;
}

.field-validation-error {
  color: red;
}

.successMsg {
  color: green;
}

.action-dots {
  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;
}

.action-dots .action-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d0d0d0;
  margin-right: 2px;
  cursor: pointer;
}

.action-dots .action-dot:last-child {
  margin-right: 0;
}

.action-dots .dropdown-menu ul li a {
  color: #747978;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #efefef;
}

.eservices-page-title {
  font-weight: 500;
}
/* ==============================================================
     # Appoinment
=================================================================== */
.eservices-appoinment .appoinment-box {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #ffffff;
  margin-bottom: 40px;
}

.eservices-appoinment .heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.eservices-appoinment .heading p:last-child {
  margin-bottom: 0;
}

.eservices-appoinment .heading::after {
  background: #005bd3 none repeat scroll 0 0;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.eservices-appoinment .heading::before {
  background: #005bd3 none repeat scroll 0 0;
  bottom: 0;
  content: '';
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.eservices-appoinment form input {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  padding: 15px;
  color: #232323;
}

.eservices-appoinment form textarea {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  padding: 15px;
  min-height: 120px;
  border-radius: inherit;
}

.eservices-appoinment form button {
  background: transparent;
  padding: 10px 35px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #232323;
  border: 1px solid #005bd3;
}

.eservices-appoinment form button:not(.btn-cancel) {
  background: white;
}

.eservices-appoinment form button:not(.btn-cancel):hover {
  background: #005bd3;
  color: #ffffff;
  border: 1px solid transparent;
}

.eservices-appoinment form button:not(.btn-cancel):hover > i {
  color: white;
}

.eservices-appoinment form button i {
  margin-left: 3px;
}

.eservices-appoinment h4 {
  color: #666666;
}

.eservices-appoinment h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.eservices-appoinment h3 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.eservices-appoinment .panel {
  border-radius: 0px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.eservices-appoinment .panel .panel-heading {
  padding: 20px;
  color: white;
  background-color: #005bd3;
  border-radius: 0px;
}

.eservices-appoinment .panel .panel-heading .panel-title {
  text-transform: uppercase;
}

.eservices-appoinment .panel .panel-body {
  padding: 20px;
}

.eservices-appoinment .panel .panel-body .phcc-label {
  color: #8b8b8b;
}

.eservices-appoinment .panel .panel-body .label-value {
  color: #232323;
}

.eservices-appoinment .btn-cancel {
  border: 1px solid black;
}

.eservices-appoinment .gis-container {
  background-color: #005bd3;
  width: 100%;
  padding: 10px 20px;
}

.eservices-appoinment .gis-container .gis-content {
  padding: 20px 10px 0px;
  text-align: center;
  color: white;
  border-radius: 15px;
  border: 7px solid white;
}

.eservices-appoinment .gis-container .gis-content .gis-border-bottom {
  border-bottom: 7px solid white;
}

.eservices-appoinment .gis-container .gis-content .gis-border-right {
  border-right: 7px solid white;
}

.eservices-appoinment .gis-container .gis-content .phcc-label {
  color: white;
}

.eservices-appoinment .gis-container .gis-content input {
  background: transparent;
  border: none;
  color: white;
  text-align: center;
}

.eservices-appoinment .consent-box {
  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: flex-start;
}

.eservices-appoinment .assigned-doctor-text {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.eservices-appoinment .assigned-doctor-subinfo {
  font-size: 14px;
  line-height: 20px;
}

.eservices-appoinment .assigned-doctor-name {
  margin-bottom: 0px;
  font-weight: 500;
  color: #232323;
}

.eservices-appoinment .text-note {
  color: #232323;
  font-weight: 500;
}

.eservices-appoinment .e-service-list li {
  margin: 7px 0px;
  border-bottom: 1px solid #e7e7e7;
}

.eservices-appoinment .e-service-list li:last-child {
  margin-bottom: 0;
}

.eservices-appoinment .e-service-list li:last-child a {
  margin-bottom: 0;
}

.eservices-appoinment .e-service-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0px;
}

.eservices-appoinment .e-service-list li a:first-child {
  margin-top: 0;
}

.eservices-appoinment .e-service-list li a:hover {
  color: #005bd3;
}

.eservices-appoinment .e-service-list li a i {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .eservices-appoinment .panel-body {
    overflow-x: scroll !important;
  }
}

.search i {
  color: black;
}

.text-note {
  color: #232323;
  font-weight: 500;
}

.whatsapp-block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.whatsapp-block .whatsapp-text {
  margin-bottom: 30px;
  width: 300px;
  font-size: 16px;
  color: #4d9ea6;
}

.eservices-feedback {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eservices-feedback.form-feedback {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eservices-feedback i {
  color: #5fab65;
}

.eservices-feedback .title {
  color: #5fab65;
  margin-top: 40px;
  margin-bottom: 10px;
}

.eservices-feedback .req-ref {
  margin-bottom: 30px;
}

.eservices-feedback .emoticons-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eservices-feedback .emoticons-options .single-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.eservices-feedback .emoticons-options .single-option img {
  cursor: pointer;
}

.eservices-feedback .emoticons-options .single-option input {
  margin-right: 10px;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 5px;
    font-size: 13px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .phcc-navbar-container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 5px;
    font-size: 14px;
  }
}

.eservices-welcome {
  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;
}

.eservices-welcome .btn-options {
  height: 100px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  margin: 10px;
  background: #005bd3;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align: center;
  padding: 30px;
}

.eservices-welcome .btn-options:hover,
.eservices-welcome .btn-options.active {
  background: #a2cf60;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.notify-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.phc-btn {
  background: transparent;
  padding: 10px 35px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #232323;
  border: 1px solid #005bd3;
}

.phc-btn:not(.btn-cancel) {
  background: white;
}

.phc-btn:not(.btn-cancel):hover {
  background: #005bd3;
  color: #ffffff;
  border: 1px solid transparent;
}

.phc-btn:not(.btn-cancel):hover > i {
  color: white;
}

.phc-btn i {
  margin-left: 3px;
}

.phc-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.acc-created {
  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;
  background: #005bd3;
  width: 100%;
  height: 200px;
  margin-bottom: 5rem;
  color: white;
}

.acc-created h3 {
  margin-left: 5rem;
  color: white;
}

.acc-created i {
  color: #a2cf60;
  border: 1px solid white;
  border-radius: 50%;
  padding: 1.5rem;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

.fs-10 {
  font-size: 9px;
}

.underline {
  text-decoration: underline;
}

.panel-link:hover,
.panel-link:focus,
.panel-link:active {
  color: white;
  text-decoration: underline;
}

.title-black {
  font-weight: 500;
  color: #1e2726 !important;
}

@media (max-width: 425px) {
  .title-black {
    font-size: 12px;
  }
}

.info-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;
  color: black;
  border-bottom: 1px solid #e2e2e2;
  padding: 9.4px 0px;
}

.info-row:last-child {
  border-bottom: none;
}

.info-row .info_heading {
  color: #848484;
}

@media (max-width: 425px) {
  .info-row .info_heading {
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  .info-row .info_value {
    font-size: 12px;
  }
}

.padding-3 {
  padding: 0px 30px 30px;
}

.phc-card {
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 450px;
  flex: 1 0 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 20px 0px 0px 0px;
}

.phc-card.big {
  min-height: 237px;
  background-color: #ededed;
}

.phc-card.phc-flex-date {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.phc-card.phc-flex-date .card-left {
  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;
  margin-right: 20px;
}

.phc-card.phc-flex-date .card-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phc-card:last-child {
  margin-right: 0px;
}

.phc-card .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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: 1;
}

.phc-card .card-menu-dots {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.phc-card .id-number {
  color: #999;
  font-size: 12px;
}

.phc-card .card-title {
  color: black;
}

@media (max-width: 425px) {
  .phc-card .card-title {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .phc-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    margin: 20px 0px 40px 0px;
  }
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.no-padding {
  padding: 0px !important;
}

.eservice-icon {
  width: 40px;
}

.text-processing {
  color: #00baff;
}

.text-approved {
  color: #8bd12b;
}

.phc-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: white;
}

.phc-badge.badge-danger {
  background: red;
}

.pos-abs {
  position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px !important;
}
/** Navbar Wave CSS for dropdown-menu **/
/** Wave end **/
.banner-title {
  font-size: 48px;
  font-weight: 300;
  color: white;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  cursor: default;
}

.banner-title:hover {
  color: white;
}

.banner-title::before {
  text-align: center;
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  left: 290px;
  position: absolute;
  width: 5px;
}

.banner-title::after {
  text-align: center;
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  left: 230px;
  position: absolute;
  width: 55px;
}

.phcc-block .phcc-block-content {
  width: 100%;
  height: 150px;
  padding: 20px;
}

.phcc-block .phcc-block-content.phc-blue {
  background: #005bd3;
}

.phcc-block .phcc-block-content.phc-green {
  background: #a2cf60;
}

.pcc-block {
  background: #a2cf60;
  padding: 30px 40px;
}

.pcc-block h2,
.pcc-block p {
  color: white !important;
}



.phc-link {
  color: white;
  display: block;
}

.phc-link:hover {
  color: #005bd3;
}

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eservice-text-block {
  color: #848484;
  font-size: 12px;
  margin-bottom: 0;
}

@media (max-width: 425px) {
  .eservice-text-block {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.radius-8 {
  border-radius: 8px;
  width: 230px;
  height: 33px;
  padding: 2px;
}

.plus-card {
  background: #f8f8f8;
  border: 1px dashed #bababa;
}

.card-date {
  width: 72px;
  height: 72px;
  padding: 13px;
  border-radius: 8px;
  background-color: #c9e0ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #005bd3;
}

.card-date .monthyear-text {
  font-size: 12px;
}

.card-date .date-text {
  font-size: 18px;
  font-weight: 500;
}

.dependent-card {
  background-color: #ededed;
  border: 1px dashed #bababa;
}

.phc-justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.font-12 {
  font-size: 12px;
}

.text-black-1 {
  color: #1e2726;
}

.request-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-list .request-block {
  padding: 20px;
  max-width: 150px;
  height: 135.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: 20px;
}

.request-list .request-block--count {
  font-size: 4rem;
  color: #005bd3;
  font-weight: 500;
}

.request-list .request-block--text {
  color: #848484;
  margin-top: 10px;
  font-size: 14px;
}

.eservices-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.eservices-list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  margin: 10px;
}

.eservices-list__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #005bd3;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  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;
}

.eservices-list__text {
  margin-top: 10px;
}

.profile-items .profile-item {
  margin-bottom: 20px;
}

.profile-items .profile-item:last-child {
  margin-bottom: 0;
}

.profile-items .profile-item__heading {
  padding: 10px;
  background: #f6f5f7;
}

.profile-items .profile-item__info {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile-items .profile-item__info--title {
  color: #999;
  font-size: 1.2rem;
}

.profile-items .profile-item__info--text {
  font-size: 1.5rem;
  color: #000;
}

.profile-items .profile-item__text-block--edit {
  margin-left: 50px;
}

.panel-heading__head {
  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;
}

@media (max-width: 425px) {
  .profile-items .eservices-icon {
    width: 75px !important;
    height: 75px !important;
    line-height: 75px !important;
  }

  .profile-items .eservices-icon::after {
    height: 85px !important;
    width: 85px !important;
    left: -5px !important;
    top: -5px !important;
  }
}

@media (max-width: 768px) {
  .attr-nav {
    right: 65px;
    top: -2px;
  }
}

.btn-phc {
 background: #005bd3;
 color: white;
 border: 1px solid white;
 cursor: pointer;
}

.es-text-menu {font-size: 0.6rem; padding: 5px 0px;}

/* E service Guest page css start */

.eg-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 50px;
}

@media (max-width: 425px) {
    .eg-block {
        padding-right: 10px;
    }
}

.eg-block .eg-portal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    
}

@media (max-width: 375px) {
    .eg-block .eg-portal-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 375px) {
    .eg-block .eg-portal-btn .eg-btn-groups {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .eg-block .eg-portal-btn .eg-btn-groups .btn-phc {
            margin-bottom: 2rem;
        }
}

.eg-block .eg-portal-info {
    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;
    
}

.eg-block .eg-dial-text {
    color: black;
    font-weight: 500;
}


.eg-block.eg-border-right {
    border-left: 1px solid #d5d5d5;
}

.eg-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 150px;
}

    .eg-icons .eg-icon {
        cursor: pointer;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }

        .eg-icons .eg-icon span {
            margin-top: 10px;
            font-size: 1.3rem;
            color: #005bd3;
        }

        .eg-icons .eg-icon .hover {
            display: none;
        }

        .eg-icons .eg-icon .hover-text {
            visibility: hidden;
        }

        .eg-icons .eg-icon:hover .wohover {
            display: none;
        }

        .eg-icons .eg-icon:hover .hover {
            display: block;
        }

        .eg-icons .eg-icon:hover .hover-text {
            visibility: visible;
        }

.mt60 {
    margin-top: 60px;
}

.btn-phc.phc-green-new {
    background: #7baa38;
    padding: 12px 30px;
}

    .btn-phc.phc-green-new:hover {
        color: black;
    }

.phcc-tabs .nav li.active a .e-icon {
    display: none;
}

.phcc-tabs .nav li.active a .e-icon-hover {
    display: block;
}

.phcc-tabs .nav li a {
    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;
    height: 60px;
    font-size: 13px;
}

@media (max-width: 1024px) {
    .phcc-tabs .nav li a {
        padding: 10px;
        text-align: center;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 150px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .phcc-tabs .nav li a .e-icon {
            margin-right: 0px !important;
        }

        .phcc-tabs .nav li a .e-text {
            margin-left: 0px !important;
            margin-top: 10px;
            -webkit-box-flex: 0 !important;
            -ms-flex: 0 !important;
            flex: 0 !important;
        }
}

@media (max-width: 768px) {
    .phcc-tabs .nav li a {
        height: 100px;
    }

        .phcc-tabs .nav li a .e-text {
            -webkit-box-flex: 0 !important;
            -ms-flex: 0 !important;
            flex: 0 !important;
        }
}

.phcc-tabs .nav li a .e-icon-hover {
    display: none;
}

.phcc-tabs .nav li a .e-icon {
    margin-right: 10px;
}

.phcc-tabs .nav li a .e-text {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .phcc-tabs .nav li a {
        font-size: 10px;
    }
}

/* E service Guest page css END */

/*Media Section New CSS Start*/
.phcc-years > a {
    margin-left: 20px;
}

    .phcc-years > a:last-child {
        margin-left: 0
    }

.phcc-years a.active {
    background-color: #005bd3;
    color: white !important;
}

.nc-container {
    width: 100%;
    /*height: 100%;*/
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 2%);
    display: flex;
    flex-direction: column;
}

.nc-image {
    width: 100%;
    height: 245px;
    border-bottom: 2px solid #005bd3;
}

    .nc-image > img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.nc-title {
    margin: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .nc-title > h4 {
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0;
    }

.nc-desc {
    margin: 0px 20px 20px;
    color: #232323;
}

.nc-footer {
    margin: 0px 230px 20px;
}
/*Media Section New CSS END*/

/*Guest Page Naraakom app CSS start*/
@media screen and (max-width: 1700px) and (min-width: 893px) {
    .floatmargin {
        top: 10vh;
        right: 6vw;
    }
}

@media all and (min-width:1701px) {
    .floatmargin {
        top: 3vh;
        right: 4vw;
    }
}

@media all and (max-width:892px) {

    .floatmargin {
        top: 5vh;
        right: 8vw;
    }
}
/*Guest Page Naraakom app CSS end*/

/* Fixing animation in arabic -- Commenting this code. once any user reports css issue we will uncomment this*/

/*html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: none !important;
    transform: none !important;
}*/

/* Fixing animation in arabic*/





/* ====================================================================================== */
          /* custom 2 */
/* ====================================================================================== */


.access-area ul {
  list-style: none;
  display: flex;
}

.access-area li a.acc-btn {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}


.new-patient-registration input[type="checkbox"],
.new-patient-registration input[type="radio"],
.view-patient-registration input[type="checkbox"],
.view-patient-registration input[type="radio"],
.my-healthcenter input[type="checkbox"],
.my-healthcenter input[type="radio"],
.view-my-healthcenter input[type="checkbox"],
.view-my-healthcenter input[type="radio"] {
  min-height: auto;
}

.phcc-map-block .phcc-map-filter .imp-shapes-menu-wrap {
  margin-top: 10px !important;
}

/* our-specialties page */
ul.specialties-block li a {
  color: white;
}

.our-specialties ul.specialties-block li a:hover {
  padding-right: 10px;
}

/* our-specialties page */
.btn-white {
  background-color: #ffffff;
  color: #005bd3 !important;
}

.text-white {
  color: white;
}

.site-heading.bottom-border-left-align h2::after {
  right: 10% !important;
  margin-right: -35px !important;
  width: 60px !important;
}

.site-heading.bottom-border-left-align h2::before {
  right: 10% !important;
  margin-right: 30px !important;
}

.site-heading.bottom-border-white-color h2::before {
  background: white none repeat scroll 100% 0 !important;
}

.site-heading.bottom-border-white-color h2::after {
  background: white none repeat scroll 100% 0 !important;
}

.fun-fact-area.shadow.light::after {
  opacity: 0 !important;
}

.xl-num {
  font-weight: bold;
  font-size: 30px;
  color: black;
  margin: 20px 0px;
}

.l-num {
  font-weight: bold;
  font-size: 18px;
  color: black;
}

.up-icon {
  color: #0ddb0d;
  font-weight: bold;
  font-size: 18px;
}

.down-icon {
  color: #ce0909;
  font-weight: bold;
  font-size: 18px;
}

.status-box {
  background: white;
  padding: 15px;
}

.doctors-status-box {
  background: #defffa;
  padding: 15px;
}

.services-status-box {
  background: #fffdeb;
  padding: 15px;
}

.clinic-status-box {
  background: #d1ffd8;
  padding: 15px;
}

.list-2column {
  display: initial !important;
}

.list-2column-float {
  float: right;
  width: 60%;
}

.mb25 {
  margin-bottom: 25px;
}

.mb50 {
  margin-bottom: 50px;
}

.bg-white {
  background-color: white;
}

/* billofright-responbilities page icon */
.billofright-responbilities .panel {
  background-color: initial !important;
}

.billofright-responbilities .acd-items .panel-heading .panel-title a {
  background-color: #fff !important;
}

.billofright-responbilities .sco-points li {
  margin-bottom: 15px;
}

/* billofright-responbilities page icon */
/* events page icon */
.events-page .panel {
  background-color: initial !important;
}

.events-page .acd-items .panel-heading .panel-title a {
  background-color: #fff !important;
}

.events-page .sco-points li {
  margin-bottom: 15px;
}

/* events page icon */
/* health-card page icon */
.health-card .panel {
  background-color: initial !important;
}

.health-card .acd-items .panel-heading .panel-title a {
  background-color: #fff !important;
}

.health-card .sco-points li {
  margin-bottom: 15px;
}

.health-card.inc-icon .item h4 {
  text-transform: none !important;
}

.health-card.inc-icon .item .info > a {
  border: 1px solid #005bd3;
  color: #005bd3 !important;
}

.health-card.btn-default:active:hover {
  color: #005bd3;
  background-color: #a9a9a9 !important;
}

.btn-default:hover {
  color: #005bd3;
  background-color: #f9f9f9 !important;
}

/* health-card page icon */
/* patient-safety page  */
.patient-safety .our-goals > li {
  margin-bottom: 20px;
}

.patient-safety ul.dashed {
  margin: 0;
}

.patient-safety ul.dashed {
  list-style-type: none;
}

.patient-safety ul.dashed > li {
  text-indent: -5px;
}

.patient-safety ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

/* patient-safety page  */
/* service page icon */
@font-face {
  font-family: "font-services";
  src: url("./font/font-services.eot?27459731");
  src: url("./font/font-services.eot?27459731#iefix") format("embedded-opentype"), url("./font/font-services.woff?27459731") format("woff"), url("./font/font-services.ttf?27459731") format("truetype"), url("./font/font-services.svg?27459731#font-services") format("svg");
  font-weight: normal;
  font-style: normal;
}

.service-icon {
  font-family: "font-services";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-right: -30px;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* service page icon */
/* careers page icon */
.the-icons {
  font-size: 14px;
  line-height: 24px;
}

@font-face {
  font-family: "carrerfont";
  src: url("./font/carrerfont.eot?50494308");
  src: url("./font/carrerfont.eot?50494308#iefix") format("embedded-opentype"), url("./font/carrerfont.woff?50494308") format("woff"), url("./font/carrerfont.ttf?50494308") format("truetype"), url("./font/carrerfont.svg?50494308#carrerfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.demo-icon {
  font-family: "carrerfont";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-right: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* end careers page icon */
@font-face {
  font-family: "eservices";
  src: url("./font/eservices.eot?534578");
  src: url("./font/eservices.eot?534578#iefix") format("embedded-opentype"), url("./font/eservices.woff?534578") format("woff"), url("./font/eservices.ttf?534578") format("truetype"), url("./font/eservices.svg?534578#eservices") format("svg");
  font-weight: normal;
  font-style: normal;
}

.eservices-icon {
  font-family: "eservices";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-right: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* bmi page  */
#myProgress {
  width: 100%;
  background-color: #ddd;
  display: none;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: #4caf50;
}

#div {
  width: 60%;
  margin-right: 20%;
  border: solid 1px black;
  padding: 10px;
}

#Submit {
  padding: 15px;
}

#w {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

#h {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

#table td {
  padding: 10px;
  border: 1px solid #eaeaea;
}

#table th {
  background-color: #dbdbdb;
  padding: 10px;
}

#table tr:nth-child(even) {
  background: #f7f7f7;
}

#table tr:nth-child(odd) {
  background: #fff;
}

/* bmi page  */
/* research page  */
.clinical-research-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #a3cf60 url(../images/reasearch@2x1-RTL.png) no-repeat center center;
  width: 100%;
  height: 415px;
  margin-top: 25px;
  background-size: cover;
}

.clinical-research-banner .banner-text {
  padding: 4rem 4rem 4rem 8rem;
  position: relative;
  min-height: 450px;
}

.clinical-research-banner .banner-text h1 {
  /*color: #fff;*/
  padding: 20px;
  position: relative;
}

.clinical-research-banner .banner-text p.name {
  vertical-align: bottom;
  position: absolute;
  bottom: 20px;
  left: 100px;
  font-size: 14px;
  font-style: italic;
}

/* research page  */
/* event page  */
.events-count {
  margin-right: 30px;
  color: #666666;
  display: inline-block;
}

.text-blue {
  color: #005bd3;
}

@supports (-ms-ime-align: auto) {
  .overlay-boxes .is-active .box {
    width: 400%;
  }
}

@font-face {
  font-family: progress-icon-font;
  src: url(font/progress-icon-font-8b3089083c.eot);
  src: url(font/progress-icon-font-8b3089083c.eot?#iefix) format("eot"), url(font/progress-icon-font-8b3089083c.woff2) format("woff2"), url(font/progress-icon-font-8b3089083c.woff) format("woff"), url(font/progress-icon-font-8b3089083c.ttf) format("truetype"), url(font/progress-icon-font-8b3089083c.svg#progress-icon-font) format("svg");
  font-weight: 400;
  font-style: normal;
}

.-accent-blue2 .ColoredCard:before,
.-accent-blue2 .svgi:before,
.-accent-blue2 li:before,
.-accent-blue2.-separated > :before,
.-accent-blue2:after,
.-accent-blue2:before,
.-accent-blue2[class*="row--separated"] [class*="col-"]:before {
  color: #0184df !important;
}

#tlrk-litebox .litebox-close:before,
.-i-error:before,
.Box--error:before,
.Wizard-download.FormHolder
.List-downloading
li[data-index].is-selected:before {
  content: "\b9";
}

[class*=" -i-"]:before,
[class^="-i-"]:before {
  font-family: progress-icon-font;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* event page  */
/* service audiology page  */
.list-bullet-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-bullet-green li {
  margin-bottom: 10px;
  color: #232d14 !important;
}

.list-bullet-green li::before {
  display: inline-block;
  content: " ";
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 1rem;
  background-color: #a2cf60;
}

/* service audiology page  */
.eservices-link .overlay {
  text-align: center;
  margin: 20px;
}

.main-eservices-page i.eservices-icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 45px;
  background: #005bd3;
  position: relative;
  z-index: 1;
  text-align: center;
}

.main-eservices-page i.eservices-icon::after {
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: -1;
  content: "";
  height: 116px;
  width: 116px;
  opacity: 0.3;
  border: 2px solid #005bd3;
  border-radius: 50%;
}

.overlay-boxes .box .row--inner.disable-margin-top {
  padding-top: 0px;
  margin-top: 0px;
}

.blue-bg {
  background: #005bd3;
}


/* eservices page icon coloring */
.eservices-guest.nav-pills > li > a {
    color: #005bd3;
}

.eservices-guest.nav-pills > li.active > a {
    color: #fff;
}
/*# sourceMappingURL=custom2-rtl.css.map */



/* ============================================================================================================
    custom 3 for bootstrap 5
============================================================================================================ */

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h4 {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

h5 {
  font-size: 0.875rem;
}

p {
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  color: #666666;
}

h2 {
  margin-bottom: 15px;
}

ul {
  margin: 0;
  list-style-type: none;
}

.card {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.desc.less-padding {
  margin-bottom: 20px;
}

.desc {
  font-size: 1rem;
  margin-bottom: 50px;
  line-height: 2;
}

.my-custom-link {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;

}

.video-aboutus {
  width: 100%;
}

.shadowbox {
  padding: 20px 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  margin-top: 50px;
  background: white;


  border: none;
  outline: none;
  max-width: 100%;
  vertical-align: middle;
}

.top-entry-area {
  border-top: 3px solid #a2cf60;
}

.item-box {
  overflow: hidden;

}

.top-entry-area .item-box .single-item {
  position: relative;
  z-index: 1;
}

.top-entry-area .contact-item {
  padding: 80px 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 5px;
}


.top-entry-area .contact-item > i, .top-entry-area .contact-item > em {
  font-size: 3.75rem;
  margin-bottom: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #a2cf60;
  display: block;
}

.top-entry-area h4 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
}

.top-entry-area p {
  margin: 0;
  color: #000;
}

.top-entry-area h4::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: #a2cf60;
  margin-left: -15px;
}

.top-entry-area .item-box .single-item:nth-child(2n) {
  background: #005bd3;
  color: #000;
}

.top-entry-area .item-box .single-item:nth-child(2n)::after {
  height: 150%;
  width: 100%;
  left: 0;
  top: -25%;
  content: "";
  position: absolute;
  background: #a2cf60;
  z-index: -1;
}


.top-entry-area .item-box .single-item:nth-child(2n) em, .top-entry-area .item-box .single-item:nth-child(2n) h2, .top-entry-area .item-box .single-item:nth-child(2n) h4, .top-entry-area .item-box .single-item:nth-child(2n) p {
  color: #000;
}

.nc-container {
  width: 100%;
  /* height: 100%; */
  margin-bottom: 50px;
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 2%);
  display: flex;
  flex-direction: column;
}



.card-body > h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}


.corp-flyer {
  float: right;
  padding: 20px 50px;
  text-align: center;
}

.services-area {
  margin-bottom: 30px;
}


.services-area .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.services-area .item {
  background: #ffffff;
  position: relative;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-top: 3px solid #005bd3;
  z-index: 1;
  overflow: hidden;

  transition: 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.item a {
  color: black;
  text-decoration: none;
}


.item:hover {
  /* position: absolute; */
  /* left: 0; */
  /* top: -100%; */
  /* content: ""; */
  /* transition: 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; */
  /* height: 100%;
  width: 100%; */
  /* z-index: -1; */
  background-color: #005bd3;
  
}

.services-area .item:hover a {
  color: white;
  text-decoration: underline;
}

.services-area .item a {
  display: block;
}

.blog-area .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*commented this to fix the height in arabic version of document cards*/
    /*height: 275px;*/
}

.blog-area .thumb img {
  /* max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0); */

  /* -webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out; */
}

/* .blog-area .thumb:hover {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
} */


.blog-area .info {
  padding: 40px 30px 30px;
  border-top: 2px solid #005bd3;
  /* background: #ffffff; */
}


.info a {
  color: black;
  text-decoration: none;
}



.blog-area .thumb {
  position: relative;
  z-index: 1;
}



/* .blog-area .thumb .overlay i {
  height: 50px;
  width: 50px;
  background: #005bd3;
  line-height: 50px;
  color: #ffffff;
  font-size: 0.938rem;
  border-radius: 50%;
} */

.accordion-button {
  background: #f5f5f5;
}

.accordion-button:not(.collapsed){
  background-color: #f5f5f5;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #f5f5f5;
  outline: 0;
  /* box-shadow: var(--bs-accordion-btn-focus-box-shadow); */
  box-shadow: none;
}

.accordion-item {
  margin-bottom: 15px;
}

.lang-tags{
  text-transform: uppercase;
  color: #005bd3;
  text-align: center;
  margin-top: 10px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.lang-tags a{
  color: #666666;
  padding: 0 10px;
}


.services-area .overlay i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 2.813rem;
  background: #005bd3;
  position: relative;
  z-index: 1;
  text-align: center;
}

.services-area:hover .overlay i {
  background: #ffffff;
  color: #005bd3;
}


.demo-icon {
  font-family: "projects","fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}


.services-area .overlay i::after {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  content: "";
  height: 116px;
  width: 116px;
  opacity: 0.3;
  border: 2px solid #005bd3;
  border-radius: 50%;
}


.services-area:hover .overlay i::after {
  opacity: 0.3;
  border: 2px solid #ffffff;
}



.services-area .info h4 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 1rem;
  
}

.services-area:hover .info h4 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 1rem;
  color: #ffffff;
}

.services-area a {
  text-decoration: none;
}

.services-area:hover  a {
  text-decoration: underline;
  color: #000;
}


.family-medicine-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/family-medicine-banner.png) no-repeat center center;
  width: 100%;
  height: 415px;
  margin-top: 25px;
  background-size: cover;
}

.family-medicine-banner .banner-text {
  padding: 4rem 8rem 4rem 4rem;
}

.family-medicine-banner .banner-text h2 {
  color: white;
  padding-bottom: 20px;
  position: relative;
}

.family-medicine-banner .banner-text h2::before {
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.family-medicine-banner .banner-text h2::after {
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

/* ======== */
.family-block {
  padding: 0rem 10rem 0rem 0rem;
  text-align: justify;
}

.video-banner {
  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: url(..images/wellness.png) no-repeat center center;
  height: 360px;
  background-size: cover;
}

.video-play-button.relative {
  position: relative;
  height: 80px;
  width: 80px;
  display: inline-block;
  left: 0;
  top: 0;
  line-height: 80px;
  text-align: center;
  -webkit-transform: inherit;
  transform: inherit;
}

.video-play-button {
  color: #005bd3;
  font-size: 1.875rem;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}


.video-play-button.relative.theme::before {
  background: #005bd3;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.video-play-button.relative.theme::after, .video-play-button.relative.theme::before {
  background: #005bd3;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.btn-readmore {
  border: 1px solid #2e6ebb;
  padding: 10px 15px;
  color: #2e6ebb;
}


.btn-border {
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #005bd3;
  padding: 10px 30px;
  margin-right: 10px;
}

.phcc-years {
  margin-bottom: 30px;
}

.btn.circle {
  border-radius: 30px;
}

.phcc-years a.active {
  background-color: #005bd3;
  color: white !important;
}




.desc i, .desc em {
  vertical-align: middle;
  color: #a2cf60;
  font-size: 1.5rem;
  margin-right: 10px;
}

.btn-light-link {
  background-color: white;
  padding: 8px 35px;
  border-color: #ccc;
}


.services-details-area .service-content .phcc-card .text .phcc-card-list li {
  margin-bottom: 10px;
  list-style-type: none;
}

.services-details-area p, .services-details-area ul, .services-details-area li {
  color: #232d14 !important;
  list-style-type: none;
}

.font18 {
  font-size: 1.125rem;
}

.line-height-18 {
  line-height: 1.8;
}

.services-details-area .phcc-card-list li::before {
  display: inline-block;
  content: ' ';
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 1rem;
  background-color: #a2cf60;
  list-style-type: none;
}

.phcc-card-list{
  padding: 0px;
}


/* home */
/* @media (min-width: 1200px){
  .parallax-window {
      margin-top: 90px;
      min-height: 90vh;
  }
} */

.parallax-window .video-container {
  background: white;
}

.parallax-window .phcc-video {
  background: white;
  width: 100%;
}

.parallax-window.shadow.dark::after { display: none;}
.parallax-window.shadow.dark {
  background: rgba(0,0,0,0.5) none repeat scroll 0 0;
}




.shadow {
  position: relative;
  z-index: 1;
}

.video-text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  text-align: center;
}

.banner-title {
  font-size: 48px;
  font-weight: 300;
  color: white;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  cursor: default;
}

.banner-title::before {
  text-align: center;
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  left: 290px;
  position: absolute;
  width: 5px;
}

.banner-title::after {
  text-align: center;
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  left: 230px;
  position: absolute;
  width: 55px;
}

.parallax-window.shadow.dark {
  background: rgba(0,0,0,0.5) none repeat scroll 0 0;
}


.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.site-heading {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: -5px;
}

.text-center {
  text-align: center;
}

.site-heading h2 {
  text-transform: initial !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.fw-500 {
  font-weight: 500 !important;
}

.site-heading h2::before {
  background: #005bd3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading h2::after {
  background: #005bd3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.phcc-block:last-child {
  margin-right: 0;
}


.phcc-block {
  height: 400px;
  background-color: #000;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
}

.phcc-block .phcc-block-content.phc-blue {
  background: #005bd3;
}

.phcc-block .phcc-block-content {
  width: 100%;
  height: 150px;
  padding: 20px;
}

.text-white {
  color: white;
}

.text-uppercase {
  text-transform: uppercase;
}

.phcc-block .phcc-block-content.phc-green {
  background: #a2cf60;
}


.phcc-block .phcc-block-content h2{
  margin-bottom: 15px;
}

.people-centric {
  width: 100%;
  height: 1000px;
  background-size: cover;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}

.pcc-block {
  background: #a2cf60;
  padding: 30px 40px;
}

.site-heading {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: -5px;
}

.pcc-block h2, .pcc-block p {
  color: white !important;
}
.site-heading h2 {
  text-transform: initial !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.phc-link {
  color: white;
  display: block;
}

.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-specialties {
  color: white;
  background-color: #005bd3;
  border-bottom: 0px;
}
.container-full {
  padding: 0 15px;
  width: 100%;
}

.chose-us-area.item-half .container-full .row > .info {
  padding: 40px 0 40px 50px;
}

.container-full .row > .info {
  padding: 80px 0 75px 80px;
  /* max-width: 600px; */
}

.chose-us-area .info .heading {
  position: relative;
  z-index: 1;
}
.chose-us-area .info h2 {
  text-transform: initial !important;
}
.chose-us-area .info h2 {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.site-heading.bottom-border-white-color h2::before {
  background: white none repeat scroll 0 0 !important;
}
.site-heading.bottom-border-left-align h2::before {
  left: 10% !important;
  margin-left: 30px !important;
}



.site-heading.bottom-border-white-color h2::after {
  background: white none repeat scroll 0 0 !important;
}

.site-heading.bottom-border-left-align h2::after {
  left: 10% !important;
  margin-left: -35px !important;
  width: 60px !important;
}

.chose-us-area .info ul {
  margin-top: 30px;
  overflow: hidden;
}


ul.specialties-block li a {
  color: white;
}

.chose-us-area.item-half .info li {
  float: left;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 0;
}

.chose-us-area.item-half .info li:first-child, .chose-us-area.item-half .info li:nth-child(2) {
  margin-top: 0;
}

.chose-us-area .info li {
  display: block;
  margin-bottom: 40px;
}

.full-width-img {
  width: 100%;
  height: 100%;
}

.slider-thumb.bg-cover.sota-block {
  background-color: #005bd3 !important;
}

.sota-block {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  height: 664px;
}

.sota-block .title {
  color: white;
}

.site-heading.bottom-border-white-color h2::before {
  background: white none repeat scroll 0 0 !important;
}

.site-heading.bottom-border-left-align h2::before {
  left: 10% !important;
  margin-left: 30px !important;
}

.site-heading.bottom-border-white-color h2::after {
  background: white none repeat scroll 0 0 !important;
}

.site-heading.bottom-border-left-align h2::after {
  left: 10% !important;
  margin-left: -35px !important;
  width: 60px !important;
}

@media (min-width: 992px) {
  .col-md-offset-1 {
      margin-left: 8.33333333%;
  }
}

.fun-fact-area.default-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fun-fact-area {
  background-color: #005bd3;
}
.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.fun-fact-area.default-padding .fun-fact {
  margin: 15px 0;
}
.fun-fact-area .fun-fact {
  padding: 30px;
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.9);
  border-radius: 5px;
}

.fun-fact-area .fun-fact i {
  display: inline-block;
  font-size: 3.125rem;
  margin-bottom: 25px;
  color: #005bd3;
}

.fa-user:before {
  content: "\f007";
}

.fun-fact-area .fun-fact .medium {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.fun-fact-area .fun-fact .timer {
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.fun-fact-area .fun-fact .timer::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  position: absolute;
  top: 0;
}

.fun-fact-area .fun-fact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
}

.fun-fact .timer, .fun-fact .medium, .text-muted, .side .close-side, .navbar .side .widget.social li.dribbble .sr-only, .navbar .side .widget.social li.twitter .sr-only {
  color: #000;
}

.mobile-banner {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.image-text {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  line-height: 1.5;
}

@media (min-width: 1200px)
{.hidden-lg {
  display: none !important;
}}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}


.about-blue-block {
  background-color: #005ad2;
  color: white;
}

/* .chose-us-area {
  border-bottom: 3px solid #f7f7f7;
} */

.hc-image-aboutus {
  padding: 0;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}
.hc-image-aboutus img {
  width: 100%;
  height: 100%;
}
.chose-us-area.item-half .container-full .row > .info {
  padding: 40px 0 40px 50px;
}

.chose-us-area .info h2 {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.line-left.title {
  position: relative;
  padding-bottom: 20px;
}
.about-blue-block h2, .about-blue-block h4, .about-blue-block p {
  color: white;
}

.line-left.title::before {
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.line-left.title::after {
  background: white;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.health-tips-items .thumb {
  position: relative;
  z-index: 1;
}
.health-tips-items .info {
  background: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.sp-bg-founder {
  background-color: #f7f7f7 !important;
}

.health-tips-items .doctor {
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
.health-tips-items .info h4 {
  text-transform: initial !important;
  font-weight: 600;
  margin-bottom: 15px;
}

.health-tips-items .doctor h5 {
  color: #005bd3;
  margin-bottom: 10px;
}

.health-tips-items .info::after {
  border-right: 30px solid #f7f7f7 !important;
}
.health-tips-items .info::after {
  border-right: 30px solid #f7f7f7 !important;
}
.health-tips-items .info::after {
  position: absolute;
  left: -18px;
  content: "";
  top: 50px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ffffff;
}

.maps-area {
  overflow: hidden;
}

.maps-area .google-maps {
  width: 100%;
}


/* doctor */

.doctor-items .item {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.doctor-items .thumb {
  position: relative;
  z-index: 1;
}

.doctor-items .thumb img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.phcc-governance .doctor-items .info {
  padding: 20px 10px 10px;
}
.doctor-items .info {
  padding: 40px 30px 30px;
  border-top: 2px solid #005bd3;
  background: #ffffff;
}

.phcc-governance .doctor-items .assistant-block .info .title {
  color: #232323;
}
.doctor-items .info h4, .doctor-items .info h3 {
  text-transform: uppercase;
  font-weight: 600;
}

.doctor-items .info h5 {
  text-transform: uppercase;
  color: #005bd3;
  margin-bottom: 15px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.phcc-governance .doctor-items .assistant-block .info .title {
  color: #232323;
}
.doctor-items .info h4, .doctor-items .info h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.125rem;
}

.doctor-items .info h5 {
  text-transform: uppercase;
  color: #005bd3;
  margin-bottom: 15px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.phcc-director-area .msg p {
  text-align: justify;
}

.desc.less-padding {
  margin-bottom: 20px;
}

.fa-check:before {
  content: "\f00c";
}

table.population, table.population td {
  border: 5px solid #fff;
}



table.population h1 {
  margin: 15px 0;
}

table.population h5 {
  margin: 10px 0;
}

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

td, th {
  padding: 0;
}


.eg-block .eg-portal-info {
  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;
  
}
.eg-block .eg-dial-text {
  color: black;
  font-weight: 500;
}
.eg-block.eg-border-right {
  border-right: 1px solid #d5d5d5;
}
.eg-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 50px;
}
.eg-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 150px;
}
.eg-icons .eg-icon {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.eg-icons .eg-icon span {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #005bd3;
}
.eg-icons .eg-icon .hover {
  display: none;
}
.eg-icons .eg-icon .hover-text {
  visibility: hidden;
}
.eg-icons .eg-icon:hover .wohover {
  display: none;
}
.eg-icons .eg-icon:hover .hover {
  display: block;
}
.eg-icons .eg-icon:hover .hover-text {
  visibility: visible;
}


/* @media screen and (max-width: 1700px) and (min-width: 893px)
{.floatmargin {
  top: 45vh;
  right: 15vw;
}} */

@media all and (max-width: 1700px) and (min-width: 893px) {
  .floatmargin {
      top: 55vh;
      right: 15vw;
  }
}

@media all and (max-width: 2600px) and (min-width: 1701px) {
  .floatmargin {
      top: 45vh;
      right: 20vw;
  }
}

@media all and (max-width:892px) {

  .floatmargin {
      /* top: 5vh; */
      right: 15vw;
  }
}


.department-tabs .heading h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.department-tabs .tab-navs li {
  width: 100%;
  margin-bottom: 15px;
}

.department-tabs .tab-navs li.active a {
  background: #005bd3;
  border-color: transparent;
}
.eservices-guest.nav-pills > li.active > a {
  color: #fff;
}
.phcc-tabs .nav li a {
  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;
  height: 60px;
  font-size: 13px;
}
.department-tabs .tab-navs li a {
  padding: 15px 30px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.eservices-guest.nav-pills > li > a {
  color: #005bd3;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.department-tabs .tab-navs li i {
  font-size: 1.875rem;
  margin-right: 15px;
  position: relative;
  float: left;
  top: -2px;
}

.phcc-tabs .nav li a .e-text {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* 
.icon-add-dependent-account:before {
  content: '\e83b';
} */

[class^='icon-']:before, [class*=' icon-']:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  /* width: 1em; */
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  /* line-height: 1em; */
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}

.department-tabs .tab-content .thumb {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.department-tabs .tab-content h3 {
  text-transform: uppercase;
  font-weight: 600;
}

.whatsapp-block .whatsapp-text {
  margin-bottom: 30px;
  width: 300px;
  font-size: 16px;
  color: #4d9ea6;
}

.btn-login {
  width: 100%;
  background-color: #005bd3;
  color: white;
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.5s ease-in-out;
}

.btn-login.login-hover:hover {
  background: #a2cf60;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.btn-login:hover, .btn-login:focus {
  color: #f1f1f1;
  text-decoration: underline;
}




.services-details-area {
  font-size: 1rem;
}
.sp-img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.sp-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgb(150 141 150 / 30%);
  box-shadow: 0px 0px 20px 0px rgb(150 141 150 / 30%);
}

a img, iframe {
  border: none;
}

.services-details-area img {
  max-width: 100%;
}

.services-details-area h3 {
  margin-bottom: 15px;
}

.status-box {
  background: white;
  padding: 15px;
}
.doctors-status-box, .services-status-box, .clinic-status-box, .status-box {
  margin-bottom: 20px;
}

.xl-num {
  font-weight: bold;
  font-size: 30px;
  color: black;
  margin: 20px 0px;
}

.doctors-status-box {
  background: #defffa;
  padding: 15px;
  margin-bottom: 20px;
}

.services-status-box {
  background: #fffdeb;
  padding: 15px;
  margin-bottom: 20px;
}

.clinic-status-box {
  background: #d1ffd8;
  padding: 15px;
  margin-bottom: 20px;
}

.info .address-info em {
  color: #005bd3;
}

.content-list-style-tick ul li::marker {
  color: #a2cf60;
  content: ' ✓';
  font-size: 20px;
  font-weight: 800;
}

.content-list-style-disc ul {
  list-style-type: disc;
}

.content-list-style-disc ul li {
  margin-bottom: 10px;
}

.content-title p, h1, h2,h3, h4, h5, h6 {
  margin-bottom: 20px;
}

.only-white-text p,
.only-white-text h1,
.only-white-text h2,
.only-white-text h3,
.only-white-text h4,
.only-white-text h5,
.only-white-text h6 {
  color: #fff;
}

.pcc-block h2::after,
.pcc-block h2::before,
.pcc-block p::after,
.pcc-block p::before {
  background: white;
}

.video-container video {
  display: block;
}

/*fixed seacrh logo in arabic*/
@media only screen and (max-width: 768px) and (min-width: 375px) {
   
    .phcc-navbar-container {
        flex-flow: column wrap;
    }


    .attr-nav {
        min-height: 31px !important;
        top: 5px !important;
        left: 1.6em;
        right: unset;
    }
    .row {
        --bs-gutter-x: 0rem !important;
    }
}

    .navbar-header {
        max-width: 100%;
    }
