*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body {
  color: #000;
  background: #fff !important;
  font-size: 16px;
}

.header-toprowin1.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10000000;
  box-shadow: 0px 1px 10px #000000a1;
}

.tab-container {
  width: 100% !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

p {
  letter-spacing: 0.4px;
}

img {
  max-width: 100%;
}

.text-main {
  color: #005a9c;
}

.bg-main {
  background: #005a9c !important;
}

.text-green {
  color: #009b41 !important;
}

.bg1-green {
  background: #f5f5f5 !important;
}

.mb-70 {
  margin-bottom: 40px;
}

.bg-green {
  background: #009b41 !important;
}

.text-gray {
  color: #7e7e7e;
}

.text-fff {
  color: #fff !important;
}

.text-black {
  color: #000;
}

.staying-video {
  margin: 15px 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
select {
  box-shadow: none !important;
  outline: none !important;
  border: none;
}

button {
  outline: none !important;
}

a,
a:hover {
  transition: 0.4s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: inherit;
  cursor: pointer;
}

a {
  color: #076cc3;
}

.bg-red {
  background: #ac0958 !important;
}

.bg-green-g {
  background: #b6b8b6 !important;
}

.btn-blue {
  padding: 7px 29px;
  background: #005a9c;
  transition: 0.4s ease;
  color: #e7e7e7;
  text-transform: capitalize;
  font-size: 19px;
  border-radius: 50px;
}

.btn-green {
  padding: 7px 29px;
  background: #3fa867;
  transition: 0.4s ease;
  color: #e7e7e7;
  text-transform: capitalize;
  font-size: 19px;
  border-radius: 50px;
}

.btn-trans {
  padding: 7px 29px;
  background: transparent;
  transition: 0.4s ease;
  color: #e7e7e7;
  text-transform: capitalize;
  font-size: 19px;
  border-radius: 50px;
  border: 1px solid #e7e7e7;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

header.header {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0px 1px 15px #0000002e;
  background: #005a9b;
  height: 81px;
  z-index: 1049;
  top: 0;
}

header.header .header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.header .header-row .header-left {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.header .header-row .header-left .logo {
  margin-right: 0px;
}

/* header.header .header-row .header-left .logo img {
    width: 45%;
} */
header.header .header-row .header-left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header.header .header-row .header-left ul li {
  margin-right: 30px;
}

header.header .header-row .header-left ul li .request-btn {
  padding: 10px 10px;
  background: #ac0958;
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
}
header.header .header-row .header-left ul li a {
  color: #ffffff;
  font-size: 18px;
}
footer.footer-block .footer-menu li:last-child::after {
  display: none;
}

header.header .header-row .header-left ul li a img {
  width: 40px;
  transition: 0.4s ease;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
header.header .header-row .header-left ul li .request-btn img {
  border-radius: 0 !important;
  background: transparent !important;
  width: 17px !important;
  padding: 0 !important;
}
header.header .header-row .header-left ul li a:hover img {
  transform: translateX(3px);
}

header.header .header-row .header-right {
  flex: 0 0 25%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

header.header .header-row .header-right ul {
  display: flex;
  align-items: center;
}

header.header .header-row .header-right ul li {
  margin-right: 0px;
  position: relative;
}

header.header .header-row .header-right ul li .dropdown button {
  border: none;
  background: transparent;
  position: relative;
}

header.header .header-row .header-right ul li .dropdown button:after {
  display: none;
}

header.header .header-row .header-right ul li .dropdown .dropdown-menu {
  padding: 0px;
  margin: 0;
}

header.header
  .header-row
  .header-right
  ul
  li
  .dropdown
  .dropdown-menu
  a.dropdown-item {
  padding: 10px;
  border-bottom: 1px solid #c4c5c41c;
  color: #009b41;
  font-size: 16px;
  white-space: pre-wrap;
}

header.header .header-row .header-right ul li .dropdown button i {
  font-size: 24px;
  color: #fff;
}

header.header .header-row .header-right ul li a {
  color: #ffffff;
  font-size: 26px;
}

header.header .header-row .header-right ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header.header .header-row .header-right ul li a p {
  margin: 0 0 0 15px;
  color: #fff;
}

header.header .header-row .header-right ul li a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

header.header .header-row .header-right ul li .badge-light {
  color: #fff;
  background-color: #ac0958;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -8px;
  font-size: 12px;
  box-shadow: 0px 1px 5px #000;
}

header.header .header-row .header-right ul li .dropdown-list {
  position: absolute;
  width: 200px;
  height: 400px;
  top: 0;
  left: 0;
}

header.header .container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

header.header .header-row .header-right ul li.header-searchin {
  position: relative;
}

header.header .header-row .header-right ul li.header-searchin .header-searchin {
  border: 1px solid #f3f3f3;
  padding: 10px 35px 10px 10px;
  position: relative;
  font-size: 15px;
}

header.header .header-row .header-right ul li.header-searchin i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #005a9a;
  font-size: 20px;
}

.body-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 81px;
}

.body-wrap .sidebar {
  position: fixed;
  background: #005a9b !important;
  height: 100vh;
  overflow-y: scroll;
  width: 22%;
  transition: 0.5s ease;
  z-index: 1000;
}

.body-wrap .sidebar .admin-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  background: #005a9b;
  background-image: url("../images/p.png");
  background-size: cover;
  background-position: center;
}

.body-wrap .sidebar .admin-block img {
  width: 80px;
  margin-right: 15px;
}

.body-wrap .sidebar .admin-block .admin-detail .admin-detailin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.body-wrap .sidebar .admin-block .admin-detail {
  width: 100%;
}

.body-wrap
  .sidebar
  .admin-block
  .admin-detail
  .admin-detailin
  .dropdown-toggle::after {
  display: none;
}

.body-wrap .sidebar .admin-block .admin-detail .admin-detailin .username {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}

.body-wrap
  .sidebar
  .admin-block
  .admin-detail
  .admin-detailin
  .dropdown
  button {
  background: #ac0958 !important;
  border: none;
  color: #fff;
  font-size: 14px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
}

.body-wrap .sidebar .admin-block .admin-detail p {
  margin: 0;
  color: white;
  font-size: 12px;
}

.body-wrap
  .sidebar
  .admin-block
  .admin-detail
  .admin-detailin
  .dropdown-menu.show {
  display: block;
  padding: 0;
  margin: 0;
}

.body-wrap
  .sidebar
  .admin-block
  .admin-detail
  .admin-detailin
  .dropdown-menu.show
  .dropdown-item {
  padding: 10px 14px;
  transition: 0.4s ease;
}

.body-wrap
  .sidebar
  .admin-block
  .admin-detail
  .admin-detailin
  .dropdown-menu.show
  .dropdown-item:hover {
  background: #009b41;
  color: #fff;
}

.body-wrap .sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 15px;
  transition: 0.4s ease;
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff12;
  border-left: 4px solid #005a9b;
}
.body-wrap .sidebar .submenu-list li a {
  border-left: 4px solid #1266a2;
  background: #1266a2;
}
.collape-span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.lanuageLogo {
  font-family: "TheSans";
}
.arabic-page .lanuageLogo {
  font-family: poppins, "Helvetica Neue", sans-serif;
}
.body-wrap .sidebar ul li a .i {
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
  transition: 0.4s ease;
  width: 25px;
}

.body-wrap .sidebar ul li a:hover,
.body-wrap .sidebar ul li a.active {
  background: #009b41;
  border-bottom: 1px solid #009b41;
  border-left: 4px solid #ffffff;
}

.body-wrap .sidebar ul li a:hover .i {
  transform: translate3d(5px, 0px, 0px);
}

.patient-detail-list {
  margin-bottom: 5px;
}

.patient-detail-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.patient-detail-list ul li {
  margin-right: 10px;
}

.patient-detail-list ul li span {
  color: #fff;
}

.right-main-content {
  padding: 10px 30px;
  position: relative;
  width: 78%;
  /* margin-bottom: 100px; */
  margin-left: 22%;
  transition: 0.5s ease;
}

.right-main-content .visiter-block .visiter-blockin {
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 5px #f3f3f373;
  padding: 8px;
  background: #f9f9f9;
  transition: 0.4s ease;
  height: 80px;
}

.right-main-content .visiter-block .visiter-blockin:hover,
.upcoming-events-block .upcoming-block:hover,
.all-report-data .reports-block:hover {
  box-shadow: 0px 1px 30px #f3f3f3b8;
}

.right-main-content .visiter-block .leftvisit-block {
  flex: 0 0 50%;
  position: relative;
}

.leftvisit-block.seprater-line {
  position: relative;
  margin-right: 20px;
}

.right-main-content .visiter-block .leftvisit-block h3 {
  color: #005a9b;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  margin-right: 20px;
  font-size: 18px;
}

.right-main-content .visiter-block .leftvisit-block h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #005a9b;
  left: 0;
}

.right-main-content .visiter-block .leftvisit-block .day {
  font-size: 18px;
  margin-bottom: 5px;
  color: #009b41;
}

.right-main-content .visiter-block .leftvisit-block .visit-title img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  transition: 0.4s ease;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  width: 1%;
}

.table th,
.table td {
  padding: 7px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
}

.right-main-content .visiter-block .leftvisit-block .time {
  font-size: 16px;
  margin-bottom: 0;
  color: #009b41;
}

.right-main-content .visiter-block .leftvisit-block .visit-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 20px;
}

.upcoming-events-block .upcoming-block ul li .doc-detail-secin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.right-main-content .visiter-block .leftvisit-block.right-visit-block {
  flex: 0 0 100%;
}

.upcoming-events-block {
  position: relative;
  margin-top: 30px;
}

.upcoming-events-block .upcoming-block {
  box-shadow: 0px 1px 5px #f3f3f373;
  padding: 20px;
  background: #f9f9f9;
  transition: 0.4s ease;
}

.upcoming-events-block .upcoming-block .upcoming-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.upcoming-events-block .upcoming-block .upcoming-title h3 {
  color: #005a9b;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
}

.upcoming-events-block .upcoming-block .upcoming-title a {
  color: #009b41 !important;
  position: relative;
  font-size: 20px;
  /* padding: 5px; */
  /* background: #fff; */
}

.upcoming-events-block .upcoming-block ul li .doc-detail-sec .appoint-date {
  font-size: 12px;
  margin-bottom: 0;
  color: #989898;
}

.upcoming-events-block .upcoming-block ul li,
.upcoming-events-block .upcoming-block ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}

.upcoming-events-block .upcoming-block ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.upcoming-events-block .upcoming-block ul li .doc-detail-sec {
  margin-right: 10px;
}

.upcoming-events-block .upcoming-block ul li .doc-detail-sec h5 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #005a9b;
}

.upcoming-events-block .upcoming-block ul li .doc-detail-sec .specialties {
  font-size: 16px;
  margin-bottom: 3px;
  color: #009b41;
}

.upcoming-events-block .upcoming-block ul li .doc-detail-sec .appoint-date {
  font-size: 14px;
  margin-bottom: 0;
  color: #9e9e9e;
}

.upcoming-events-block .upcoming-block ul li .status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.upcoming-events-block .upcoming-block ul li .status li {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none;
}

ul.status li button.check-btn {
  border: 1px solid #076cc3;
  color: #076cc3;
}

ul.status li button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
}

ul.status li button.cross-btn {
  border: 1px solid #ac0958;
  color: #ac0958;
}

.all-report-data {
  position: relative;
  margin-top: 30px;
}

.all-report-data .reports-block {
  box-shadow: 0px 1px 5px #f3f3f373;
  padding: 8px;
  background: #f9f9f9;
  transition: 0.4s ease;
}

.reports-block h5 {
  color: #005a9b;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
}

.all-report-data .reports-block .report-list {
  margin-top: 15px;
}

.reports-block .report-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px;
}

.reports-block .report-list li a {
  font-size: 20px;
  color: #005a9b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reports-block .report-list li span {
  color: #009b41;
}

.reports-block .report-list li span.accept {
  color: #076cc3;
}

span.pending {
  color: red !important;
}

ul.event-list {
  margin-top: 10px;
}

ul.event-list li {
  margin-bottom: 10px;
}

ul.event-list li a {
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #009b41;
}

ul.event-list li a p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: #076cc3;
}

.location-select label,
.speciality-select label {
  color: #fff;
}

.sidebar ul.sidebar-menu {
  margin-bottom: 200px;
}

footer.footer-block {
  padding: 20px 30px;
  position: fixed;
  background: #005a9b;
  width: 78%;
  margin-left: 22%;
  transition: 0.5s ease;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

footer.footer-block .footer-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer.footer-block .footer-menu li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

footer.footer-block .footer-menu li:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 2px;
  background: #fff;
}

footer.footer-block .footer-menu li a {
  font-size: 14px;
  color: #fff;
}

p.copyright-text {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: right;
}

button.chatbot {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100000000;
  border: none;
  background: transparent;
  color: #009b41;
  font-size: 30px;
  width: 50px;
  height: 50px;
  background: #ffff;
  border-radius: 50%;
  box-shadow: 0px 1px 10px #d0cdcd;
}

.right-main-content .breadcrumb {
  background-color: #f9f9f9;
  border-radius: 0px;
}

.right-main-content .breadcrumb li a {
  color: #076cc3;
}

.right-main-content .appointment-tabs li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.right-main-content .appointment-tabs li .nav-link {
  border-radius: 5px;
  padding: 12px 7px;
  background: #009b41;
  color: #fff;
  font-size: 13px;
}

.right-main-content .appointment-tabs li .nav-link.active {
  background: #005a9b;
}

/* .right-main-content .appointment-tabs-content {
    padding: 30px 30px;
    background: #f9f9f9;
    margin-top: 20px;
    box-shadow: 0px 1px 5px #f3f3f373;
} */
.right-main-content .appointment-tabs-content {
  padding: 20px 20px !important;
  background: #f9f9f9;
  margin-top: 5px;
  box-shadow: 0px 1px 5px #f3f3f373;
  width: 100%;
}

.right-main-content .appointment-tabs-content .contentin h3 {
  font-size: 22px;
  color: #076cc3;
  font-weight: bold;
  margin-bottom: 10px;
}


.appointment-card .doctor-clinic-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #ffffff;
  padding: 20px;
  position: relative;
  
  background-image: url(../images/shape.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.appointment-card {
  box-shadow: 0px 1px 9px rgba(0,0,0,0.1);
}
.upcoming-detail {
  text-align: center;
  color: #076cc3;
  border-top: 2px solid #efefef;
  padding-top: 17px;
}
.nextTimeSlotsTag {
  color: #076cc3 !important;
  padding-top: 4px;
  display: block;
}
.upcoming-detail i {
  color: red;
}
.doctors-toggle-btn button#dropdownMenuButton:focus {
  border: none;
  box-shadow: none;
  outline: none !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #005a9b;
  border-color: #005a9b;
}


  /* .appointment-card
  .doctor-clinic-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/shape.png);
  width: 220px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
} */




  .appointment-card
  .doctor-clinic-block
  img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  h5 {
  font-size: 20px;
  color: #076cc3;
  margin-bottom: 5px;
  font-weight: bold;
}


  .appointment-card
  .doctor-clinic-block.bg-green-g
  .clinic-detail
  h5, .appointment-card
  .doctor-clinic-block.bg-green-g
  .clinic-detail
  p {
  color: #fff;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  p {
  color: #8e8e8e;
  margin-bottom: 10px;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .specialization.text-gray {
  color: #009b41;
  margin-bottom: 5px;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .ul
  li {
  margin-right: 15px;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .ul
  li
  p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #076cc3;
  text-align: left;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .ul
  li
  p
  span {
  display: block;
  color: #009b41;
}


  .appointment-card
  .doctor-clinic-block.bg-green-l
  .clinic-detail
  .ul
  li
  p
  span {
  display: block;
  color: #ffffff;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .btn-block {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .btn-block
  li {
  margin-right: 10px;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .btn-block
  li
  a {
  padding: 10px;
  background: #076cc3;
  color: #fff;
  font-size: 16px;
  display: block;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .btn-block
  li:first-child
  a {
  background: #009b41;
}


  .appointment-card
  .doctor-clinic-block.bg-green-l
  .clinic-detail
  .btn-block
  li:first-child
  a {
  background: #076cc3;
}


  .appointment-card
  .doctor-clinic-block
  .clinic-detail {
  position: relative;
  /*z-index: 100;*/
}


/* .appointment-card .doctor-clinic-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5px;
  background: url(../images/shape.png);
  width: 220px;
  height: 170px;
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
.navbar-toggler {
  display: none;
}


  .appointment-card
  .doctor-clinic-block.bg-green-l
  .clinic-detail
  h5 {
  font-size: 20px;
  color: #f9f9f9;
  margin-bottom: 5px;
  font-weight: bold;
}


  .appointment-card
  .doctor-clinic-block.bg-green-l {
  background: rgba(0, 155, 65, 0.8588235294117647) !important;
}


  .appointment-card
  .doctor-clinic-block.bg-green-l
  .clinic-detail
  p {
  color: #ffffff;
  margin-bottom: 10px;
}


  .appointment-card
  .doctor-clinic-block.bg-green-l
  .clinic-detail
  .ul
  li
  p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.completed-tik {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #009b41;
}

.completed-tik i {
  color: #fff;
  font-size: 18px;
}

.reschedule-modal .modal-dialog {
  max-width: 400px;
  margin: 5rem auto;
}

.reschedule-modal .modal-dialog .modal-content {
  padding: 0;
  border: none;
  box-shadow: 0px 1px 10px #00000085;
}

.reschedule-modal .modal-dialog .modal-content .modal-header {
  align-items: center;
  display: flex;
  background: #086eb7;
  background-image: url(../images/p.png);
  background-size: cover;
  background-position: center;
  border-bottom: none;
  border-radius: 0;
}

.reschedule-modal .modal-dialog .modal-content .modal-header h4 {
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 1px #000000c2;
}

.reschedule-modal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 26px;
  opacity: 1;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .appoint-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .appoint-title
  i {
  font-size: 20px;
  color: #009b41;
  margin-right: 15px;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .appoint-title
  p {
  margin: 0;
  font-size: 20px;
  color: #009b41;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .btn-booking {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .btn-booking
  .btn1 {
  margin-right: 15px;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .btn-booking
  .reset {
  border: none;
  background: #009b41;
  color: #fff;
  padding: 12px 20px;
  display: block;
}

.rating-sec .fa {
  color: #898989;
}

.checked {
  color: orange !important;
}

.find-dox-new p {
  font-size: 20px;
  text-transform: capitalize;
}

.find-doc-ryt .special-block {
  margin-top: 0px;
}

.find-doc-ryt .select-block label,
.find-doc-ryt .form-doctor-name label {
  display: block;
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}

.select-block .form-select,
.form-doctor-name input {
  width: 100%;
  position: relative;
  border: 1px solid #005a9c;
  padding: 10px;
  color: rgb(0, 0, 0);
}

.select-block .form-select {
  cursor: pointer;
}

.find-doc-ryt select {
  padding: 5px !important;
  width: 100%;
}

.alphabet-sec {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.alphabet-sec label {
  display: block;
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}

.alphabet-sec .alphabet-secin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.alphabet-sec .alphabet-secin li {
  margin-right: 10px;
}

.alphabet-sec .alphabet-secin li a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.4s ease;
}

.alphabet-sec .alphabet-secin li a:hover {
  border-bottom: 1px solid #fff;
}

.find-doc-ryt .find-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.find-doc-ryt .find-btn .btnin {
  border-radius: 0;
  background: #009b41;
  border: none;
  padding: 10px 15px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.loadmore-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loadmore-btn .loadmore {
  padding: 12px 20px;
  background: #009b41;
  border: none;
  color: #fff;
  font-size: 18px;
}

/* .flip-card {
    background-color: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -webkit-perspective: 1000px;
    -o-perspective: 1000px;
    -moz-perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	padding: 20px;
}
.flip-card-front {
    background-color: #ffffff;
    color: #fffbfb;
    border: 1px solid #00000000;
    box-shadow: 0px 1px 10px #f91f1f00;
    transition: .5s ease-in-out;
} */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  margin-bottom: 20px;
}

.flip-card-back {
  opacity: 0;
}

.flip-card:hover .flip-card-back {
  opacity: 1;
}

.flip-card:hover .flip-card-back {
  opacity: 1;
  backface-visibility: inherit;
  -moz-backface-visibility: inherit;
  -webkit-backface-visibility: inherit;
  -o-backface-visibility: inherit;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
}

.flip-card-front {
  z-index: 2;
  background: rgb(219, 212, 212);
  transition: 0.4s ease;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card:hover .flip-card-front {
  z-index: 1;
}

.flip-card .flip-card-back {
  z-index: 100;
  transform: inherit;
  color: rgb(255, 255, 255);
}

.flip-card .flip-card-back a {
  color: #2980b8;
  padding: 10px;
  background: #fff;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  flex-direction: column;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.flip-card-front i {
  font-size: 70px;
  margin-bottom: 10px;
}

.faq-list .faq-list-in .list-header .header-title {
  cursor: pointer;
}

.flip-card-front h5 {
  font-size: 24px;
  margin: 0;
}

.flip-card-front p {
  display: inline-table;
}

.flip-card-front i {
  color: red;
  font-size: 36px;
  margin-bottom: 15px;
}

.flip-card-front p {
  font-size: 14px;
  color: #076cc3;
  margin: 0;
}

.flip-card-front p.time-slot {
  font-size: 14px;
  color: #989898;
}

.flip-card-back a {
  padding: 10px 20px;
  background: #fff;
  color: #076cc3;
}

.labs-report-block {
  margin-top: 30px;
  padding: 20px 20px;
  background: #f9f9f9;
}

.flip-card-back {
  background-color: #005a9b;
  color: white;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.alert-warning {
  color: #005a9b;
  background-color: #ffffff;
  border-color: #ffffff;
  font-size: 12px;
  padding: 8px;
}

.right-main-content
  .appointment-tabs-content
  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .btn-block
  li
  a
  span {
  margin-right: 10px;
}

.detail-content-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  box-shadow: 0px 1px 5px #000;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 10px #00000008;
}

.detail-content-boxes img {
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.detail-content-boxes h4 {
  font-size: 20px;
  color: #076cc3;
  margin-bottom: 5px;
  font-weight: bold;
}

.detail-content-boxes p {
  margin: 0;
  font-size: 14px;
  color: #8e8e8e;
}

.reschedule-modal .modal-dialog .modal-content .modal-body .new-appoint-block {
  text-align: center;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  h4 {
  font-size: 24px;
  color: #009b41;
  margin-bottom: 5px;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  p {
  margin: 0;
  font-size: 14px;
  color: #8e8e8e;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .rating-sec-block {
  padding: 15px;
  background: #076cc3;
  /* max-width: 60%; */
  margin: 10px auto;
  border-radius: 5px;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .rating-sec-block
  p {
  color: #fffd;
  opacity: 1;
  font-size: 16px;
  margin-bottom: 5px;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .rating-sec-block
  .rating-sec
  .fa {
  color: #fff;
  cursor: pointer;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teleMedicineFlag[_ngcontent-cem-c19] {
  background: #0f5e9c;
  color: #fff !important;
  text-align: center;
  padding: 3px;
}
.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .submit
  .submitbtn {
  border: none;
  background: #009b41;
  padding: 12px 20px;
  color: #fff;
}

.reschedule-modal
  .modal-dialog
  .modal-content
  .modal-body
  .new-appoint-block
  .rating-sec-block
  .rating-sec
  .fa.active {
  color: orange;
}

.visit-clinic a {
  display: block;
  font-size: 17px;
  color: #009b41;
}

.visit-clinic a i {
  transition: 0.4s ease;
  opacity: 0;
  transform: translate(-5px, 0px);
}

.visit-clinic a:hover i {
  opacity: 1;
  transform: translate(0px, 0px);
}

.physician-info-new {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.physician-info-new .info-date,
.time-block-new {
  position: relative;
  box-shadow: 0px 1px 5px #f8f9fa;
  padding: 20px;
  background: #fff;
}

.physician-info-new .info-date h5 {
  color: #8e8e8e;
  margin: 0;
  font-size: 16px;
}

.physician-info-new .info-date h3 {
  font-weight: bold;
  margin: 0;
  font-size: 26px;
}

.physician-info-new .info-date .dates-block {
  margin-top: 15px;
  border-top: 1px solid #f8f9fa;
  padding-top: 15px;
}

.physician-info-new .info-date .dates-block ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.physician-info-new .info-date .dates-block ul li .day {
  margin-bottom: 15px;
  color: #005a9c;
  text-align: center;
}

.physician-info-new .info-date .dates-block ul li .date {
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  margin: 0;
  transition: 0.4s ease;
}

.time-block-new h4 {
  font-size: 26px;
  color: #005a9c;
}

.time-block-new h4 span {
  color: #767676;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
}

.time-block-new .day-slot-new {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.time-block-new .day-slot-new li {
  margin-right: 20px;
}

.time-block-new .day-slot-new li a {
  padding: 5px;
  border: 1px solid #005a9c;
  font-size: 15px;
  display: block;
  color: #005a9c;
  text-align: center;
}

.book-btn-block {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.book-btn-block a {
  color: #fff;
  padding: 7px;
  background: #009b41;
  border-radius: 5px;
}

.health-questionnaires_block {
  padding: 30px 30px 110px;
  background: #f9f9f9;
  margin-top: 20px;
  box-shadow: 0px 1px 5px #f3f3f373;
  width: 100%;
}

.health-questionnaires_block .dashboard-elements {
  box-shadow: none;
  background: #fff;
  padding: 20px;
  text-align: center;
  border: none;
  border-radius: 0;
  display: flex;
  transition: 0.3s ease-in-out;
  height: auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.health-questionnaires_block .dashboard-elements .element-icon {
  margin-right: 10px;
}

.health-questionnaires_block .dashboard-elements .element-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.health-questionnaires_block .dashboard-elements h5 {
  margin: 0;
  font-size: 24px;
  color: #005a9c;
}

.health-questionnaires_block .dashboard-elements.active {
  background: #009b41;
}

.health-questionnaires_block .dashboard-elements.active h5 {
  color: #fff;
}

.family-visit.appointment-tabs-content .title {
  margin-bottom: 30px;
}

.family-visit.appointment-tabs-content .title h3 {
  color: #076cc3;
}

.family-visit.appointment-tabs-content .title {
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
}

.family-visit.appointment-tabs-content .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #076cc3;
}

.family-visit.appointment-tabs-content form label {
  color: #076cc3;
  font-size: 18px;
}

.family-visit.appointment-tabs-content form .form-control {
  padding: 7px;
  font-size: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #989898;
  border: 1px solid #076cc3 !important;
}

select,
input,
.input::placeholder {
  color: #989898;
  font-size: 15px;
}

.family-visit.appointment-tabs-content form .btn-submit {
  padding: 10px 20px;
  color: #fff;
  border: none;
  background: #076cc3;
}

.video-screen {
  width: 100%;
  margin: auto;
  background: url("../images/doc7.png");
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.video-screen .videoimg-patient {
  position: absolute;
  bottom: 100px;
  right: 20px;
}

.video-screen .videoscreens-btns {
  list-style: none;
  position: absolute;
  background: #04040436;
  width: 100%;
  display: flex;
  bottom: 0;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}

.video-screen .videoimg-patient img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.video-screen .videoscreens-btns li .round-btn {
  width: 40px;
  height: 40px;
  background: #005a9c;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  outline: none;
  margin-bottom: 5px;
}

.video-screen .videoscreens-btns li .round-btn.active {
  background: #009b41;
}

.video-screen .videoscreens-btns li {
  text-align: center;
}

.video-screen .videoscreens-btns li p {
  margin: 0;
  color: #005a9c;
  font-size: 13px;
  font-weight: 600;
}

.round-btn.bg-red {
  background: red !important;
}

@media (max-width: 600px) {
  .video-screen {
    width: 100%;
    height: 100vh;
  }

  .video-screen .videoscreens-btns li .round-btn {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .video-screen .videoscreens-btns li p {
    margin: 0;
    color: #005a9c;
    font-size: 10px;
    font-weight: 600;
  }
}

@media (max-width: 420px) {
  .video-screen .videoscreens-btns li .round-btn {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .video-screen .videoscreens-btns li p {
    margin: 0;
    color: #005a9c;
    font-size: 10px;
    font-weight: 600;
  }
}

.profile-info-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.profile-info-ul li .name {
  color: #076cc3;
}

.health-questionnaires_block svg {
  max-width: 70%;
}

.health-questionnaires_block.coming-soon .row {
  align-items: center;
}

.resend-btnbar button {
  margin: 0 10px;
}

.btn-danger {
  color: #fff;
  background-color: #ac0958 !important;
  border-color: #ac0958 !important;
}

.btn-success {
  color: #fff;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
app-self-registration header.header .header-row .header-left {
  flex: 0 0 75%;
}
app-self-registration header.header .header-row .header-right {
  flex: 0 0 25%;
}
/* .{
	-webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
} */

@media screen and (max-width: 1440px) {
  .foot-bottom-row .foot-bottomin ul li a, .foot-bottom-row .foot-bottomin p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .foot-bottom-row .foot-bottomin ul li a, .foot-bottom-row .foot-bottomin p {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .body-wrap {
    /* padding-top: 9px; */
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .customp-call-view {
    padding-left: 0;
    padding-right: 0;
  }
  .body-wrap {
    padding-top: 50px;
  }
}