*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
.clickable.collapse-row {
  cursor: pointer;
}
.desktop-table {
  display: table;
}
/* .mobile-table,
.mobile-table1 {
  display: none !important;
} */
.collapse-table tr td {
  width: 1%;
}
.main-list-new p strong {
  color: #929191;
  font-weight: normal;
}

.errorRed {
  color: red;
}

.main-list-new p {
  color: #929191;
  margin-bottom: 0px;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7b8;
}

body {
  color: #000;
  background: #fff !important;
  font-size: 16px;
  font-family: poppins, "Helvetica Neue", sans-serif;
}

.right-main-content
  .appointment-tabs-content
  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .right-main-content
  .appointment-tabs-content
  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  .consultation-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mycheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.mycheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.assessment-new {
  background: #f9f9f9;
  background-image: url(../AppContent/images/p.png);
  background-size: contain;
  padding: 20px;
  width: 100%;
}

/* Create a custom checkbox */

.mycheck .checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #bbb5b5;
}

/* On mouse-over, add a grey background color */

.mycheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.mycheck input:checked ~ .checkmark {
  background-color: #076cc3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.mycheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.mycheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.mycheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bookappintment-block {
  padding: 0 30px;
  position: relative;
  margin-top: 40px;
  z-index: 10;
}

.bookappintment-block h4 {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.update-element {
  margin: auto;
  max-width: 90%;
}

.new-module-add {
  display: flex;
}

.symptom-link {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  padding: 20px;
  border-top: none;
  background: #ffffff;
  border-radius: 20px;
  border-bottom: none;
  box-shadow: 0px 10px 10px rgba(31, 17, 17, 0.25098039215686274);
  margin-left: 0;
  margin-right: 0;
  min-height: 153px;
  width: 100%;
}

.login-block .login-block-in .login-left-side .bottom-content h2,
.login-block .login-block-in .login-left-side .bottom-content h5 {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3411764705882353);
}

.retail-detail li {
  padding-bottom: 15px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #005a9c;
}

.retail-detail li .result-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.retail-detail li h4 {
  margin-top: 10px;
}

.retail-detail li .view-result {
  border: 1px solid #005a9c;
  background: transparent;
  padding: 10px;
  color: #005a9c;
}

.retail-detail li p {
  margin: 0;
  color: #005a9c;
  width: 33.333%;
}

.symptom-link:hover {
  box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.34901960784313724);
}

.symptom-link img {
  margin-right: 30px;
  width: 100px;
}

.symptom-link .symtom-text .symptom-head {
  color: #005a9c;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.symptom-link .symtom-text .symptom-sub-head {
  color: #5f656c;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: normal;
}

.update-element-content {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-left: 20px;
}

.update-element li:last-child {
  margin-bottom: 0px;
}

.update-element li img {
  margin-right: 10px;
  max-width: 30%;
  border-radius: 50%;
  border: 3px solid #005a9b;
  transition: 0.3s ease;
  position: relative;
  transform: translate(0px, 0px);
}

.update-element li:hover img {
  transform: translate(-20px, 0px);
}

.update-element li {
  display: flex;
  align-self: center;
  background: #ffffff;
  border-radius: 30px;
  margin-bottom: 20px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  min-height: 153px;
}

.update-element li p {
  color: #005a9c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.update-element li .small-text {
  color: #5f656c;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 24px;
}

.update-element li a {
  border: none;
  color: #fff;
  padding: 8px 15px;
  background: #ac0958;
  border-radius: 50px;
  margin-top: 0;
  display: inline-flex;
}

.update-element li .text-pink {
  color: #ac0958 !important;
}

.header-toprowin1.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10000000;
  box-shadow: 0px 1px 10px #000000a1;
}

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;
}

a,
a:hover {
  transition: 0.4s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.bg-red {
  background: #b21f1f !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;
}

.wrapper .header-toprow {
  position: relative;
  width: 100%;
  border-bottom: none;
  z-index: 1000;
  padding: 0px 0;
  transition: 0.5s ease-in-out;
}

.select-header-lang a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s ease;
  /* text-transform: lowercase; */
  padding: 3px 10px;
}

.tel-seprater {
  display: flex;
  position: relative;
  margin-right: 15px;
  border-right: 1px solid #fff;
  padding-right: 15px;
  align-items: center;
}

.tel-seprater a {
  display: flex;
  align-items: center;
}

.tel-seprater a i {
  margin-right: 10px;
}

.wrapper .pad-8 {
  padding: 9px 0;
  transition: 0.3s ease-in-out;
}

.wrapper .header-toprowin1.sticky .pad-8 {
  padding: 9px 0;
}

.wrapper .header-toprow .header-toprowin {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 5px 0;
}

.wrapper .header-toprow .header-toprowin .navbar {
  width: 100%;
}

.wrapper .header-toprow .logo-block {
  position: relative;
}

.galleryin.about-imc .bed-sec video {
  width: 100%;
  height: 250px;
  margin: 0;
}

.wrapper .header-toprow .navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.wrapper .header-toprow .navbar-brand img {
  width: 170px;
  transition: 0.3s ease-in-out;
}

.wrapper .header-toprowin1.sticky .header-toprow .navbar-brand img {
  width: 130px;
}

.banner .owl-carousel,
.banner .owl-stage-outer,
.banner .owl-stage,
.banner .owl-carousel .owl-item,
.banner .owl-carousel .owl-item img,
.banner.item {
  height: 510px;
  object-fit: cover;
}

.banner .item {
  position: relative;
}

.banner .item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #183674d9;
}

.navbar {
  padding: 0px;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.search-input-box {
  position: relative;
  margin-right: 10pxs;
}

.Appointment-newsec .search-input-box {
  position: relative;
  margin-right: 0px;
}

.search-input-box .search-box,
.select-block select {
  border: 1px solid #015b9c;
  padding: 10px 10px 10px 10px !important;
  font-size: 16px;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.btn-warning {
  color: #ffffff !important;
  background-color: #ac0958 !important;
  border-color: #ac0958 !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #005a9b !important;
  border-color: #005a9b !important;
}

header.header .header-row .header-right ul li .badge-light {
  display: none !important;
}

.dr-profile-sec .profile-info ul li span.left-title {
  color: #000;
  margin-right: 20px;
  flex: 0 0 15%;
}

.accordion-block-vtab.labs-report-newsec .search-input-box {
  position: relative;
  margin-right: 0;
  height: 100%;
  display: flex;
}

.search-input-box i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  color: #015b9c;
}

.search-input-box i:hover {
  cursor: pointer;
}

.header-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-right ul li {
  margin-left: 35px;
}

li.header-logout i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background-color: #ac0958 !important;
  padding: 4px;
}

.header-right ul li a {
  font-size: 18px;
  color: #005a9c;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right ul li:nth-child(1) a:hover,
.new-socail-sec li:nth-child(1) a:hover {
  background: #3b5998;
  color: #fff;
}

.form-contact.container {
  padding: 25px !important;
}

.humberger .flip {
  display: none;
  font-size: 26px;
  color: #fdfdfd;
}

.header-right ul li:nth-child(2) a:hover,
.new-socail-sec li:nth-child(2) a:hover {
  background: inherit;
  color: #fff;
}

/* .header-right ul li:nth-child(3) a:hover , .new-socail-sec li:nth-child(3) a:hover{
    background: #e4376a;
    color: #fff;
}*/

.header-right ul li:nth-child(4) a:hover,
.new-socail-sec li:nth-child(4) a:hover {
  background: #2464ae;
  color: #fff;
}

.header-right ul li:nth-child(5) a:hover,
.new-socail-sec li:nth-child(5) a:hover {
  background: #c4302b;
  color: #fff;
}

.scroll-show-icon li:nth-child(1) a:hover {
  color: #3b5998;
}

.scroll-show-icon li:nth-child(2) a:hover {
  color: #38a1f3;
}

.scroll-show-icon li:nth-child(3) a:hover {
  color: #e4376a;
}

.scroll-show-icon li:nth-child(4) a:hover {
  color: #2464ae;
}

.scroll-show-icon li:nth-child(5) a:hover {
  color: #c4302b;
}

.left-ul li a i {
  margin-right: 10px;
  font-size: 16px;
}

.right-block {
  position: relative;
}

.up-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.up-sec a {
  margin: 0 15px;
  padding: 7px 29px;
  background: transparent;
  transition: 0.4s ease;
  color: #e7e7e7;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #fff;
}

.up-sec a i {
  margin-right: 10px;
  font-size: 14px;
}

.up-sec select {
  word-wrap: normal;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #e7e7e7;
  text-transform: capitalize;
}

.navbar .nav-item {
  margin-left: 6px;
  margin-right: 6px;
}

.navbar .active a:hover,
.navbar .nav-item a:hover {
  color: #ffffff !important;
}

.navbar .nav-item a {
  font-size: 16px;
  color: #ffffff !important;
  transition: 0.5s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 15px;
}

.banner .owl-nav.disabled {
  display: flex !important;
  width: 100%;
  position: absolute;
}

.banner .owl-nav.disabled {
  display: flex !important;
  width: 100%;
  position: absolute;
  top: 40%;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0px !important;
  margin: 0 !important;
  transition: 0.5s ease;
}

.owl-prev:hover,
.owl-next:hover {
  background: #fff !important;
}

.banner .owl-nav.disabled span,
.banner .owl-prev.disabled span {
  font-size: 36px;
  background: transparent !important;
  color: #005a9c;
}

.banner .owl-nav.disabled span:hover,
.banner .owl-prev.disabled span:hover {
  background: transparent !important;
  outline: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #009b41;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wrapper .header-toprow .header-toprowin .form-inline a input {
  background: #f1f0f0fa;
  color: #009b41 !important;
  padding: 8px 5px !important;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 5px;
  transition: 0.5s ease;
  transform: translate3d(0px, 10px, 0px);
  opacity: 0;
  font-size: 16px;
}

.wrapper .header-toprow .header-toprowin .form-inline a.active input {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.wrapper .header-toprow .header-toprowin .form-inline input::placeholder {
  font-size: 16px;
  color: #015193;
}

.wrapper .header-toprow .header-toprowin .form-inline a {
  font-size: 30px;
  color: #015193;
  padding: 0;
}

.wrapper .header-toprow .header-toprowin .form-inline {
  margin-left: 30px;
  position: relative;
  right: 0;
  top: 0;
}

.wrapper .header-toprow .header-toprowin .form-inline input {
  border: 1px solid #015193;
  padding: 7px 30px 7px 5px;
  color: #015193;
  position: absolute;
  width: 170px;
  left: -142px;
  bottom: -41px;
  opacity: 0;
  transform: translate(0, 10px);
  transition: 0.5s ease;
  display: none;
  font-size: 16px;
}

.form-input {
  position: relative;
}

.wrapper .header-toprow .header-toprowin .form-inline a.active input {
  opacity: 1;
  transform: translate(0, 0px);
  display: block;
}

.form-input i {
  font-size: 30px;
  color: #009b41;
  position: relative;
  top: 5px;
  right: 0;
}

.navbar li a.nav-link.active {
  color: #ffffff !important;
  background: #009b41;
}

.right-block .down-sec {
  position: relative;
}

.right-block .down-sec ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}

.right-block .down-sec ul li {
  margin-left: 20px;
}

.right-block .down-sec ul li a i {
  font-size: 20px;
  transition: 0.5s ease;
  color: #005a9c;
  margin-right: 8px;
}

.right-block .down-sec ul li a {
  display: flex;
  align-items: center;
  color: #005a9c;
  font-size: 20px;
  text-transform: capitalize;
}

.wrapper .header {
  position: relative;
  width: 100%;
  background: transparent;
}

.wrapper .header nav {
  padding: 20px 0;
  position: relative;
}

.wrapper .header nav .form-inline a i {
  font-size: 24px;
  color: #005a9c !important;
}

.wrapper .header nav ul li a {
  font-size: 18px;
  color: #3fa867 !important;
  transition: 0.4s ease;
  border: none;
  margin: 0 5px;
  border-radius: 50px;
}

.wrapper .header nav ul li a.active,
.wrapper .header nav ul li a:hover {
  background: #005a9c;
  border-radius: 50px;
  color: #fff !important;
}

.wrapper .header nav .form-inline.header-social-icon {
  display: flex;
  align-items: center;
  margin-right: 100px;
}

.wrapper .header nav .form-inline.header-social-icon li {
  margin: 0 10px;
}

.wrapper .header nav .form-inline.header-social-icon li a {
  font-size: 18px;
  color: #3fa867 !important;
  transition: 0.4s ease;
  background: transparent !important;
}

.wrapper .header nav .form-inline.header-social-icon li a:hover {
  color: #005a9c !important;
}

.menu-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-img img {
  width: 100%;
}

.banner {
  position: relative;
  width: 100%;
  height: auto;
}

.banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10000;
}

.banner .banner-content .contentin {
  position: relative;
  margin-top: 100px;
}

.banner .banner-content .contentin h1 {
  font-size: 42px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: left;
  text-shadow: 0px 1px 10px #00000096;
  line-height: 60px;
}

.banner .owl-item .banner-content .contentin p {
  font-size: 20px;
  margin: auto;
  text-align: left;
  color: #fff;
  opacity: 0;
  transform: translate3d(0px, -10px, 0px);
  transition: 3.8s ease-in-out;
}

.banner .owl-item.active .banner-content .contentin p {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.banner .owl-item .banner-content .contentin h1 {
  opacity: 0;
  transform: translate3d(0px, -10px, 0px);
  transition: 3.5s ease-in-out;
}

.banner .owl-item .banner-content .contentin h1 span {
  opacity: 0;
  transform: translate3d(0px, -10px, 0px);
  transition: 3.8s ease-in-out;
}

.banner .owl-item.active .banner-content .contentin h1 span {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.banner .owl-item.active .banner-content .contentin h1 {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.banner .banner-content .contentin .btn-fff {
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #015193;
  transition: 0.5s ease;
}

.sticky-sidebar-btn {
  position: fixed;
  right: -290px;
  top: 30%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: translate3d(40px, 0px, 0px);
}

.sticky-sidebar-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

.sticky-sidebar-btn ul.sticky-bnt li {
  position: relative;
  right: 70px;
  transition: 0.3s ease-in-out;
}

.sticky-sidebar-btn ul.sticky-bnt li:hover {
  right: 290px;
}

.stickyimg-sec img {
  width: 45%;
}

ul.sticky-bnt li a p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  color: #005a9c;
}

.bg-fff {
  background: #fff !important;
}

ul.sticky-bnt li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  background: #fff;
  width: 260px;
}

.stickyimg-sec {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stickyimg-sec img {
  width: 25px;
  object-fit: contain;
  height: 35px;
}

ul.sticky-bnt li a p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  color: #015b9c;
}

.banner .banner-content .tab-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 630px;
  margin-bottom: 40px;
}

.banner .banner-content .tab-block ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.banner .banner-content .tab-block ul li a {
  padding: 10px 29px;
  font-size: 18px;
  text-transform: uppercase;
}

.banner .banner-content .banner-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner .banner-content .banner-btn a {
  padding: 15px 29px;
  text-transform: uppercase;
  font-size: 22px;
}

.owl-dots.disabled {
  display: block;
}

.owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #009b41 !important;
  margin: 0 5px;
  border-radius: 50%;
}

.owl-dots .owl-dot.active {
  background: #fff !important;
}

.banner-bottom-element {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
}

.bg-blue {
  background: #015b9c;
}

.banner-bottom-element .element-in .icon-sec {
  min-width: 110px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-bottom-element .element-in {
  box-shadow: 0px 1px 10px #00000094;
  display: block;
  text-align: center;
  padding: 0;
  transition: 0.5s ease-in-out !important;
  padding: 24px 10px;
  position: relative;
  min-height: 235px;
}

.banner-bottom-element .element-in:after {
  background: #183674d9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.banner-bottom-element .element-in h4 {
  font-size: 24px;
  z-index: 1;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.banner-bottom-element .element-in p {
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin: 20px 10px;
  min-height: 60px;
}

.btn-element {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-element a {
  padding: 0.5rem 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 0;
  font-size: 18px;
  color: #005a9c;
  transition: 0.5s ease-in-out;
}

.btn-element a:hover {
  background: #009b41 !important;
  color: #fff !important;
}

.bg-1 {
  background: url("../images/book-now.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-2 {
  background: url("../images/complaint-widget-background_0.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-3 {
  background: url("../images/gallery.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-bottom-element .element-in:hover {
  box-shadow: 0px 2px 15px #000000d1;
}

.banner-bottom-element .element-in img {
  transition: 0.3s ease-in-out;
}

.btn-block a {
  font-size: 18px;
  text-transform: capitalize;
  padding: 9px 15px;
  background: #009b41;
  border-radius: 10px;
  color: #fff !important;
  cursor: pointer;
}

.banner .banner-bottom-element .element-in:hover p {
  color: #fff !important;
}

.banner .banner-bottom-element .element-in .sec-text p {
  font-size: 17px;
  color: #7e7e7e !important;
  transition: 0.5s ease;
}

.banner .banner-bottom-element .element-in .sec-text h4 {
  font-size: 20px;
}

.banner .owl-theme .owl-dots .owl-dot span {
  display: none;
}

.banner .banner-bottom-element .element-in .sec-text h4,
.banner .banner-bottom-element .element-in .sec-text p {
  margin-bottom: 0;
}

.banner .banner-bottom-element .element-in .sec-text {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.imc-gallery {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-image: url("../images/bg-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.imc-gallery .galleryin {
  position: relative;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}

.imc-gallery .galleryin .complaint {
  padding: 50px;
  border-radius: 5px;
  text-align: center;
  height: 100%;
}

.imc-gallery .galleryin .complaint h3 {
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.imc-gallery .galleryin .complaint p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.btn-block {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.galleryin.about-imc {
  margin-bottom: 0 !important;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.galleryin.about-imc .about-sec {
  width: 100%;
  height: auto;
  position: relative;
}

.galleryin.about-imc .about-sec h3 {
  font-size: 64px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}

.galleryin.about-imc .about-sec h3 span {
  font-size: 29px;
  color: #009b41;
}

.galleryin.about-imc .about-sec p {
  line-height: 24px;
  font-size: 16px;
  margin: 0px;
}

.galleryin.about-imc .bed-sec {
  position: relative;
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
}

.galleryin.about-imc .bed-sec iframe {
  width: 100%;
  height: 100%;
}

.galleryin.about-imc .bed-sec img {
  border-radius: 5px;
  position: relative;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
  text-align: center;
}

.galleryin.about-imc .bed-sec .bed-text {
  position: absolute;
  top: 120px;
  left: -85px;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 280px;
  height: 110px;
  z-index: 1000;
}

.galleryin.about-imc .bed-sec .bed-text p {
  font-size: 42px;
  color: #005a9c;
  margin: 0;
}

.galleryin.about-imc .bed-sec:after {
  width: 100%;
  height: 100%;
  background: #ffffff61;
  position: absolute;
  top: 0;
  left: 0;
}

p.text-blue.number {
  position: absolute;
  bottom: 20px;
  font-size: 20px;
  color: #005a9c;
  left: 30px;
  z-index: 1000;
  font-weight: bold;
}

.imc-gallery:after {
  font-size: 102px;
  position: absolute;
  left: 0;
  bottom: 60px;
  color: #f3f3f3cf;
  line-height: 0;
  text-transform: uppercase;
}

.department-block {
  position: relative;
  width: 100%;
}

.department-block .container-fluid {
  padding: 0px;
}

.pad-0 {
  padding: 0px;
}

.department-block .left {
  width: 100%;
  height: 300px;
  padding: 30px;
  text-align: center;
  background-image: url("../images/1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.department-block .left input {
  width: 72%;
}

.department-block .left input::placeholder {
  color: #495057;
}

.department-img img {
  height: autos;
  width: 100%;
  object-fit: cover;
}

.find-dcotr-tabs select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 72%;
}

.department-block .left .left-content-new {
  padding: 5px;
  background: #009b41;
  width: 120px;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}

.teb-blockin-sec p {
  padding: 0 !important;
  margin-bottom: 15px !important;
  color: inherit !important;
}

.app-block3 ul {
  justify-content: space-between !important;
  max-width: 88%;
}

.department-block .left .left-content-new i {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}

.department-block .left .left-content-new p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.department-block .right {
  width: 100%;
  height: 300px;
  padding: 64px 60px 64px 295px;
}

.department-block .left ul {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.department-block .left ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

.department-block .left ul li .a {
  width: 90px;
  height: 70px;
  background: #fff;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.department-block .left ul li .a span {
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;
}

.book-btn-block {
  display: flex;
  align-items: center;
}

.book-btn-block a {
  color: #fff;
  padding: 7px;
  background: #009b41;
}

.department-block .left ul li .a a {
  font-size: 16px;
}

.department-block .left ul li .a a:hover {
  color: #005a9c !important;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: transparent;
}

.btn-group a:nth-child(1) {
  background: #009b41;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  border-right: 1px solid #fff;
  border-radius: 50px 0 0 50px;
}

.btn-group a:nth-child(1):hover {
  background: #005a9c;
}

.btn-group a:nth-child(2):hover {
  background: #009b41;
}

.btn-group a:nth-child(2) {
  background: #005a9c;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 0 50px 50px 0;
}

.department-block .right h2 {
  font-size: 46px;
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 7px;
}

.department-block .right h2 span {
  display: block;
}

.department-block .right p {
  max-width: 650px;
  font-size: 18px;
  line-height: 24px;
}

.department-block .right img {
  position: absolute;
  top: -131px;
  right: 45px;
  max-width: 28%;
}

.new-ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new-ul li {
  margin: 0 !important;
}

.new-ul li a {
  background: #015193 !important;
  color: #fff;
}

.btn-go {
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
}

.btn-go a {
  padding: 8px 15px;
  background: #009b41;
  border-radius: 0px;
  font-size: 16px;
  color: #fff;
}

.new-sec-add h3 {
  font-size: 30px;
  color: #015193;
  margin-bottom: 15px;
  text-shadow: 1px 0px 0px #000;
}

.nav-pills .nav-link {
  border-radius: 0;
}

ul.new-socail-sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new-socail-sec li {
  margin-right: 15px;
}

.btn-new-sec {
  margin: 17px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new-socail-sec li a {
  font-size: 40px;
  color: #009b41;
}

.btn-new-sec a {
  padding: 10px 25px;
  background: #009b41eb;
  border-radius: 5px;
  color: #fff;
  border-radius: 0px;
  font-size: 17px;
  transition: 0.5s ease;
}

#sticky-sidebar-btn {
  position: fixed;
  right: 0;
  color: #fff;
  z-index: 99;
  transition: 0.5s ease;
  transform: translate3d(50px, 0px, 0px);
  opacity: 0;
  top: 50%;
}

.sticky-sidebar-btnnew.show {
  transform: translate3d(0px, 0px, 0px) !important;
  opacity: 1 !important;
}

#sticky-sidebar-btn .hamburger {
  padding: 0px !important;
}

#sticky-sidebar-btn .hamburger-box {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background: url(../images/dots-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hamburger.hamburger--3dx.is-active .hamburger-box {
  width: 45px;
  height: 45px;
  position: relative;
  background: url(../images/close-image.png);
  background-color: #009b41;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-new-sec a:hover {
  background: #005a9c;
}

.new-ul li a.active {
  background: #e4e4e4 !important;
  color: #009b41 !important;
}

.story-block {
  position: relative;
  width: 100%;
  padding: 35px 0 35px;
  text-align: center;
  background: #015193;
  background: url(../images/Pic9-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.stories-sec {
  padding: 0px 0;
  position: relative;
}

.story-block:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ccccccba;
  position: absolute;
  top: 0;
  left: 0;
}

.story-block h2 span {
  font-size: 34px;
  position: relative;
  z-index: 1;
}

.story-block .item.story-item {
  max-width: 100%;
  margin: 0px 0px 0px;
  position: relative;
  z-index: 1;
  display: block !important;
  width: auto !important;
}

p.massage-story {
  color: #fff;
  line-height: 20px;
  font-style: italic;
}

p.patient-name {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.story-block .item.story-item .block-quote {
  margin-bottom: 30px;
  position: relative;
}

.story-block .item.story-item .block-quote i {
  font-size: 30px;
  color: #005a9c;
}

.story-block .item.story-item .details {
  position: relative;
  margin-bottom: 20px;
}

.story-block .item.story-item .details .name {
  font-size: 28px;
  font-weight: 600;
}

.story-block .item.story-item .details .date {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #005a9c;
}

.feedbackin {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 15px 0 15px;
  background: #ffffff94;
  margin: 0 15px;
}

.thumbnail {
  position: relative;
  flex: 0 0 30%;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.feedbackin .thumbnail img {
  width: 100% !important;
  height: auto !important;
}

.thumbnail i {
  position: absolute;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #009b41;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-block .item.story-item .feedback {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0;
  text-align: left;
}

.story-block .owl-carousel .owl-dots {
  position: relative !important;
  bottom: 0 !important;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 0 !important;
  margin: 18px;
}

.separater-line {
  border-right: 2px dotted #fff;
}

.item.story-video {
  margin: 0 15px !important;
  position: relative;
  display: block !important;
  width: auto !important;
}

.item.story-video .video-block,
video {
  width: 60%;
  height: 170px;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.need-block:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #005a9cc9;
}

.story-block .owl-carousel .owl-dots .owl-dot.active {
  background: #009b41 !important;
}

.story-block .owl-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #e7e7e7 !important;
  border-radius: 50%;
  margin: 0 5px;
}

.story-block .btn-block {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.update-block {
  position: relative;
  width: 100%;
  padding: 50px 0 70px;
  text-align: center;
}

.update-block .title {
  max-width: 836px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 10;
}

.stories-sec .title {
  max-width: 836px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 10;
}

.update-block .title h3,
.stories-sec .title h3 {
  font-size: 60px;
  line-height: 55px;
  max-width: 100%;
  margin: 0 auto 20px;
  color: #005a9c;
  font-weight: 600;
  text-transform: uppercase;
}

.update-block .title h3 span,
.stories-sec .title h3 span,
.department-block .title h3 span {
  font-size: 34px;
  display: block;
  color: #009b41;
}

.update-block .title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  color: #000;
  text-transform: unset;
}

.update-block .update-content {
  position: relative;
  box-shadow: 0px 1px 10px #eae5e5;
  transition: 0.5s ease;
  width: 100%;
  margin: auto;
}

.update-block .update-content .img-sec {
  min-height: 230px;
  width: 100%;
  object-fit: cover;
}

.update-block .update-content .img-sec img {
  height: 100%;
}

.update-block .update-content .update-body {
  padding: 10px;
  text-align: left;
  transition: 0.5s ease-in-out;
}

.update-block .update-content .update-body img {
  transition: 0.5s ease-in-out;
  width: 36px;
  margin-right: 10px;
  height: 36px;
  object-fit: contain;
}

.story-block .item.story-item .feedback h4 {
  font-size: 24px;
  font-weight: bold;
}

.update-block .update-content .update-body:hover img {
  transform: rotate(360deg);
}

.update-block .update-content .update-body:hover {
  box-shadow: 0px 2px 13px #000000b8;
}

.update-block .update-content .update-body h5 {
  color: #015193;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.expert-sec h3 {
  font-size: 32px;
  text-align: left;
  color: #015b9c;
  font-weight: bold;
  padding: 0 0px;
}

.update-block .update-content .update-body .update-date {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 18px;
  color: #cfcfcf;
}

.update-block .update-content .update-body .update-text {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 !important;
}

.update-block .update-content .update-body .readmore a {
  color: #015193;
  font-size: 18px;
}

.need-block {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: url("../images/Pic13.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.app-block h3 {
  font-size: 30px;
  color: #015193;
  margin-bottom: 30px;
  text-shadow: 1px 0px 0px #000;
  line-height: 37px;
}

.app-block h3 span {
  display: block;
  font-size: 30px;
}

.new-socail-sec li a {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  background: #000;
  border-radius: 42px;
}

.new-socail-sec li a {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  background: #13a24f;
  border-radius: 0px;
  color: #fff;
}

.new-socail-sec li a i {
  font-size: 23px;
  margin-right: 8px;
}

.new-socail-sec li a p {
  font-size: 12px;
  margin: 0;
}

.new-socail-sec li a p span {
  display: block;
}

.need-block .container {
  position: relative;
  z-index: 1;
}

.need-block .btn-block {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.need-block .btn-block .btn-blue {
  padding: 12px 29px;
  background: #009b41;
  transition: 0.4s ease;
  color: #ffffff;
  text-transform: capitalize;
}

.need-block .btn-block {
  margin-bottom: 20px;
}

.need-block .btn-block .btn-blue {
  text-transform: uppercase;
}

.need-block h4 {
  text-align: center;
  line-height: 50px;
  font-size: 42px;
  margin-bottom: 20px;
  text-shadow: 2px 1px 3px #000;
}

.need-block .callus {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.need-block .callus a {
  font-size: 28px;
  color: #fff !important;
  text-shadow: 2px 1px 3px #000;
}

.need-block .callus a i {
  margin-right: 20px;
}

.need-block .btn-appoint {
  padding: 15px 30px;
  background: #fff;
  transition: 0.4s ease;
  color: #005a9c !important;
  text-transform: capitalize;
  font-size: 20px;
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  font-weight: 600;
}

.need-block .btn-appoint:hover {
  background: #009b41;
  color: #fff !important;
  border: 1px solid #009b41;
}

.contact-block {
  padding: 45px 0;
  width: 100%;
  background: url("../images/p.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-block .contact-element {
  position: relative;
  text-align: center;
}

.contact-block .contact-element .element-icon {
  margin-bottom: 15px;
  position: relative;
}

.contact-block .contact-element .element-icon i {
  font-size: 46px;
  color: #005a9c;
  transition: 0.5s ease;
}

.contact-block .contact-element h4 {
  font-size: 28px;
  color: #005a9c;
  padding-bottom: 10px;
  border-bottom: 1px solid #005a9c;
  max-width: 180px;
  margin: 0 auto 20px;
  text-transform: capitalize;
}

.tel-sec a,
.tel-sec p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.tel-sec p span {
  display: block;
}

.footer-block {
  position: relative;
  width: 100%;
  padding: 0px 0 0px;
  background: #005a9c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.footer-block .footer-in {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 2;
}

.footer-block .footer-in .footer-title {
  margin-bottom: 11px;
  padding-bottom: 5px;
  border-bottom: 2px solid #009b41;
  max-width: 185px;
}

.footerin ul {
  margin-bottom: 15px;
}

.footer-block .footer-in .footer-title h5 {
  font-size: 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.footer-block .footer-in ul li {
  margin-bottom: 10px;
}

.accordion a span i {
  transition: 0.3s ease;
}

.accordion a.turn span i {
  transform: rotate(180deg);
}

.footer-block .footer-in ul li:hover i {
  transform: rotate(360deg);
  color: #009b41;
}

.form-contact .form-group .errorRed {
  margin-top: 7px;
}

.footer-block .footer-in ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

.footer-block .footer-in ul li a img {
  width: 80%;
  object-fit: cover;
}

.footer-block .footer-in ul li a:hover {
  color: #009b41;
}

.ul {
  margin-bottom: 25px !important;
}

form.newletter .form-group input {
  border: 1px solid #fff !important;
  background: transparent !important;
  color: #fff;
}

form.newletter .form-group input::placeholder {
  color: #fff;
}

form.newletter .btn-block {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

form.newletter .btn-block .btn-appoint {
  padding: 10px 30px;
  background: #fff;
  transition: 0.4s ease;
  color: #005a9c;
  text-transform: capitalize;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid #e7e7e7;
  font-weight: 600;
}

.footer-block .foot-logo {
  margin-bottom: 60px;
  text-align: center;
}

.footer-block .footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.footer-block .footer-social-icon p {
  font-size: 24px;
  color: #fff;
  margin-right: 30px;
  margin-bottom: 0px;
}

.footer-block .footer-social-icon ul {
  display: flex;
  align-items: center;
}

.footer-block .footer-social-icon ul li {
  margin: 0px 0 0 20px !important;
}

.footer-block .footer-social-icon ul li a {
  font-size: 20px !important;
  color: #fff !important;
}

.footer-social-icon ul li a:hover {
  color: #3fa867 !important;
}

.foot-bottom-row {
  padding: 0px 0;
  position: relative;
  z-index: 2;
}

.footer-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 90, 156);
  z-index: 1;
}

.app-block3 .new-socail-sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-content: space-between !important;
  max-width: 88%;
}

.app-block3 .new-socail-sec li a i {
  font-size: 23px;
  margin-right: 0;
}

.foot-bottom-row .foot-bottomin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-bottom-row .foot-bottomin ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.foot-bottom-row .foot-bottomin ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.foot-bottom-row .foot-bottomin ul li a,
.foot-bottom-row .foot-bottomin p {
  font-size: 16px;
  color: #fff;
}

.foot-bottom-row .foot-bottomin ul li a:hover {
  color: #3fa867;
}

.foot-bottom-row .foot-bottomin ul li:after {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  right: 0;
  background: #fff;
}

.foot-bottom-row .foot-bottomin ul li:last-child:after {
  display: none;
}

.navbar li:nth-child(5) .nav-submenu {
  width: 220px;
}

.wrapper .header {
  position: relative;
  width: 100%;
  background: transparent;
  height: 76px;
  transition: 0.5s ease;
}

.Who-sec {
  position: relative;
  padding: 180px 0 70px;
  width: 100%;
}

.title {
  text-align: center;
  margin-bottom: 30px;
}

.title p {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #009b41;
  text-transform: uppercase;
}

.title h2 {
  margin: 0;
  font-size: 60px;
  color: #015193;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: bold;
}

.title h2 span {
  font-size: 30px;
}

.Who-sec .who-content {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.Who-sec .btn-block a {
  background: #015193;
}

section.depart-sec {
  position: relative;
  width: 100%;
}

section.depart-sec .container-fluid {
  padding: 0px !important;
}

section.depart-sec .container-fluid .row {
  display: flex;
  align-items: center;
}

.left-sec {
  width: 100%;
  height: 460px;
  text-align: left;
  padding: 60px 110px 50px 150px;
  background: #015193;
}

.left-sec .title {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 66px;
}

.left-sec .title h2 {
  margin: 0;
  font-size: 52px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: bold;
}

.element1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  border-bottom: 1px solid #fff;
}

.elemntin-sec {
  padding: 10px;
  text-align: center;
  width: 250px;
}

p.numeric {
  font-size: 60px;
}

.elemntin-sec p {
  color: #fff;
  font-size: 17px;
  margin: 0;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
}

p.numeric {
  font-size: 40px !important;
}

.right-sec {
  width: 100%;
  height: 460px;
  position: relative;
}

.border-right {
  border-right: 1px solid #ffffff !important;
}

.element1.border-none {
  border-bottom: none;
}

.depart-element {
  max-width: 375px;
  margin-left: auto;
}

.img-ryt-sec a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #009b41;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.img-ryt-sec a I {
  font-size: 16px;
  color: #fff;
}

.managed {
  position: relative;
  width: 100%;
  background: url("../images/p.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.managed .title h2 {
  margin: 0;
  font-size: 50px;
  color: #015193;
  text-transform: uppercase;
  line-height: 42px;
  font-weight: bold;
}

.managed .title h2 span {
  font-size: 24px;
}

.managed .title {
  text-align: center;
  margin-bottom: 60px;
}

.managed .manage-in {
  background: #fff;
  padding: 34px;
  text-align: left;
}

.managed .manage-in img {
  margin-bottom: 15px;
}

.managed .manage-in h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.managed .manage-in p {
  font-size: 18px;
  margin: 0;
}

.managed .m-bot-15 {
  margin-bottom: 30px;
}

.story-left {
  text-align: left;
}

.story-left .story-block h2 {
  font-size: 52px;
  line-height: 42px;
  margin: 0 0 15px;
  color: #005a9c;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.story-left .title {
  text-align: left;
  margin-bottom: 15px;
}

.story-left .title .story-block h2 {
  font-size: 52px;
  line-height: 42px;
  margin: 0 0 15px;
  color: #005a9c;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.row-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#button {
  display: flex;
  background-color: #009b41;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000000000;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#button i {
  font-size: 30px;
  color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.left-ul {
  display: flex;
}

.left-ul li {
  padding-right: 15px;
  border-right: 1px solid #fff;
  margin-right: 15px;
}

.left-ul li a,
.right-ul li a {
  color: #fff;
  transition: 0.5s ease;
  font-weight: normal;
  font-size: 16px !important;
}

.right-ul li {
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.right-ul li i {
  font-size: 20px;
}

.left-ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
}

.story-left p {
  font-size: 16px;
  line-height: 21px;
}

.owl-carousel-st {
  width: 100%;
}

.owl-carousel-st .item.itemin {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.owl-carousel-st .item.itemin p {
  font-size: 18px;
  line-height: 24px;
}

.item-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-flex img {
  width: 50px !important;
  height: auto !important;
}

.name-sec {
  padding: 0 20px;
}

.block-quote i {
  font-size: 40px;
  color: #009b41;
}

.get li {
  display: flex;
  align-items: flex-start;
}

.get li i {
  font-size: 18px;
  color: #fff;
  margin-right: 14px;
  transition: 0.5s ease;
}

.login {
  margin-top: 20px;
}

.login li {
  display: inline;
  padding-bottom: 10px;
  line-height: 24px;
}

.popup {
  width: 100%;
  height: 100%;
  background: transparent;
  bottom: 0;
  left: 0;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
  transition: 0.5s ease;
  z-index: 999;
  text-align: center;
  transform: translate3d(0, -100%, 0);
}

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contentin .row {
  width: 100% !important;
}

.ns-close:hover,
.ns-close:focus {
  outline: none;
}

.ns-close::before,
.ns-close::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: var(--clr2);
}

.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff;
}

.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.navbar li .nav-submenu {
  position: absolute;
  background: #005a9c;
  top: 100%;
  opacity: 0;
  transition: 0.3s cubic-bezier(1, 0.04, 0.58, 1);
  z-index: 1000;
  visibility: hidden;
  width: 600px;
}

.navbar li .nav-submenu .row {
  display: flex;
  padding: 10px;
}

.navbar-nav {
  position: relative;
}

.navbar li .nav-submenu li {
  margin-left: 0px;
}

.navbar li .nav-submenu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px !important;
  background: transparent !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff !important;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0px !important;
}

.navbar li .nav-submenu li a:hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px !important;
  background: transparent !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #009b41 !important;
  font-size: 16px;
  border-radius: 0px !important;
}

.navbar li .nav-submenu li a:hover i {
  transform: translate(5px, 0px);
  color: green;
}

.navbar li:hover .nav-submenu {
  opacity: 1;
  visibility: visible;
}

.twite-content {
  width: 100%;
  height: 415px;
  overflow-y: scroll;
  text-align: left;
  padding: 10px;
  background: #d1e9fc;
}

.twite-content h5 {
  color: #005a9c;
  font-size: 26px;
}

.twite-content ul li {
  padding: 10px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.twite-content ul li .name {
  font-size: 14px;
  margin-bottom: 5px;
}

.twite-content ul li .name a {
  color: #005a9c;
}

.twite-content ul li .twwet-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.twite-content ul li .leftarea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.twite-content ul li .leftarea img {
  margin-right: 10px;
  width: 30px;
}

.twite-content ul li .leftarea p {
  margin: 0;
  font-size: 16px;
}

.twite-content ul li .right-area i {
  font-size: 16px;
  color: #005a9c;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.twite-content ul li:hover i {
  opacity: 1;
  visibility: visible;
}

.twite-content ul li .reply {
  text-align: right;
  margin-bottom: 5px;
  font-size: 14px;
}

.twite-content ul li .tweet-text {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #000;
}

.twite-content ul li .twwet-link {
  text-align: right;
  margin-top: 5px;
  font-size: 16px;
}

.twite-content ul li .twwet-link a {
  cursor: pointer;
}

.navbar li:last-child .nav-submenu {
  right: 0;
}

.banner-inner {
  padding: 80px 0;
  background: url(../images/Pic5-min.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-in {
  position: relative;
  z-index: 2;
}

.banner-in h4,
.find-doctor h4 {
  font-size: 42px;
  color: #005a9c;
  text-align: center;
  position: relative;
}

.banner-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #005a9cc9;
}

.banner-inner .breadcrumb,
.find-doctor .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  margin: 0;
}

.banner-inner .breadcrumb,
.find-doctor .breadcrumb {
  justify-content: flex-end;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #005a9c;
  content: "/";
}

.banner-inner .breadcrumb li a,
.banner-inner .breadcrumb li,
.find-doctor .breadcrumb li a,
.find-doctor .breadcrumb li {
  font-size: 20px;
  color: #005a9c;
}

.banner-inner nav {
  margin: 50px 0 0 0;
}

.find-doctor nav {
  margin: 0;
}

.banner-inner nav .breadcrumb,
.find-doctor nav .breadcrumb {
  padding: 0px !important;
}

.main-inner-sec {
  padding: 80px 0 0;
  position: relative;
  width: 100%;
}

.main-inner-sec .inner-title {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.main-inner-sec .inner-title h3 {
  font-size: 42px;
  color: #015193;
}

.main-inner-sec .inner-title p {
  font-size: 16px;
  line-height: 24px;
}

.imgs-block {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.img.sec-img {
  position: absolute;
  bottom: -60px;
  left: -60px;
}

.img.sec-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.accordion-block {
  position: relative;
  padding: 0px 0 50px;
  width: 100%;
}

.card {
  border: none;
  margin-bottom: 10px !important;
}

.card-header {
  padding: 10px;
  background: transparent !important;
  border-bottom: 2px solid #e7e7e7 !important;
}

.main-inner-sec .collapse {
  border: 1px solid #efefef;
}

.card-header .header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.firstimg {
  position: relative;
}

.firstimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0009;
  width: 100%;
  height: 100%;
}

.card-header .header-in.active i {
  color: #015b9c;
  font-size: 20px;
  transition: 0.5s ease;
  transform: rotate(136deg);
}

.card-header .header-in p {
  font-size: 20px;
  margin: 0;
  color: #015b9c;
}

.card-header .header-in i {
  color: #015b9c;
  font-size: 20px;
  transition: 0.5s ease;
  transform: rotate(0deg);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  position: relative;
}

.card-body ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.card-body ul li i {
  margin-right: 10px;
  font-size: 14px;
  color: #009b41;
}

.card-body p {
  font-size: 17px;
}

.card-body ul li p {
  font-size: 16px;
  margin: 0px;
}

.inner-title2 {
  padding-top: 0px;
}

.inner-title2 h3 {
  font-size: 30px;
  color: #015193;
}

.inner-title2 p {
  font-size: 16px;
  line-height: 24px;
}

.bring-icon {
  padding-top: 0px;
  position: relative;
  margin-bottom: 0px;
}

.bring-icon .iconin {
  text-align: center;
}

.bring-icon .iconin i {
  width: 80px;
  height: 80px;
  background: #015193;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-size: 30px;
  box-shadow: 1px 5px 10px #00000078;
  transition: 0.5s ease;
}

.bring-icon .iconin:hover i {
  transform: rotate(360deg);
}

.bring-icon .iconin p {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  text-transform: capitalize;
  color: #009b41;
}

.bring-icon h2 {
  margin-bottom: 30px !important;
  text-align: center;
  font-size: 42px;
  position: relative;
  max-width: 45%;
  margin: auto;
}

.bring-icon h2:after,
.bring-icon h2:before {
  content: "";
  width: 100px;
  height: 2px;
  background: green;
  position: absolute;
  top: 23px;
}

.bring-icon h2:after {
  left: 0;
}

.bring-icon h2:before {
  right: 0;
}

.location {
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.location h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  color: #015193;
}

.map-block .mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100% !important;
}

.map-block .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100% !important;
}

.map-block .mapouter .gmap_canvas iframe {
  width: 100% !important;
}

.update-block .owl-carousel .item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: auto;
}

.update-block .owl-carousel.owl-carousel2.owl-loaded.owl-drag {
  min-height: auto;
  display: flex;
  align-items: center;
  border: none !important;
  margin-top: 0;
  transform: rotate(90deg);
  height: 275px;
  width: 265px;
  margin: auto;
}

.update-block .owl-carousel.owl-carousel2.owl-loaded.owl-drag .owl-item {
  transform: rotate(-90deg) !important;
  width: 100px !important;
  height: 458px;
  display: block;
  margin-right: auto;
}

button {
  outline: none !important;
}

.update-block-content p {
  font-size: 16px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0 32px;
}

.update-block .owl-carousel .owl-dots {
  display: none;
}

.story-block .owl-carousel .owl-dots {
  display: block !important;
}

.update-block .owl-carousel .owl-nav.disabled {
  display: flex;
  align-items: center;
  width: 310px;
  justify-content: space-around;
  position: absolute;
  z-index: -1;
  left: -16px;
  height: 100%;
  bottom: 10px;
}

.update-block .owl-carousel .owl-nav.disabled .owl-prev {
  left: 0;
  position: absolute;
}

.update-block .owl-carousel .owl-nav.disabled .owl-next {
  position: absolute;
  right: 0;
}

.update-block .owl-carousel button span {
  color: #fff;
  font-size: 42px;
}

.update-block-content {
  margin-top: 60px;
  min-height: 400px;
  position: relative;
}

.update-block-content h5 {
  font-size: 32px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding: 0 0px;
  margin-bottom: 25px;
}

.content-left {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: url("../images/1.jpg");
  padding: 35px 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-right {
  position: relative;
  padding: 15px;
}

.content-right .teb-blockin-sec {
  text-align: left;
  position: relative;
  transition: 0.5s ease;
  opacity: 0;
  transform: translate3d(0px, 10px, 0px);
}

.content-right .teb-blockin-sec h4 {
  font-size: 32px;
  color: #009b41;
  font-weight: bold;
}

.content-right .teb-blockin-sec .img-tab img {
  width: 100%;
  height: 287px;
  object-fit: cover;
}

.tab-pane.fade.show.active .teb-blockin-sec {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 #fff;
}

.itemin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
}

.itemin p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  padding: 0;
}

.itemin img {
  width: 32px !important;
  height: 32px !important;
  object-fit: cover !important;
  margin-right: 10px;
}

.socail-sec-right h3 {
  font-size: 30px;
  color: #015193;
  text-shadow: 1px 0px 0px #000;
}

.socail-sec-right input {
  max-width: 100% !important;
  width: 100%;
}

.accordion-block-vtab {
  position: relative;
}

.more-text {
  font-size: 30px;
  color: #015193;
  margin-bottom: 60px;
  position: relative;
  line-height: 40px;
}

.more-text span {
  display: block;
  font-size: 60px;
  text-transform: capitalize;
}

.accordion-block-vtab a.nav-link {
  background: #015193;
  margin-bottom: 20px;
  padding: 15px;
  color: #fff;
  transition: 0.5s ease-in-out;
  font-size: 12px;
  border-color: inherit;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.accordion-block-vtab.labs-report-newsec button {
  font-size: 14px;
  background: #005a9b;
  padding: 8px 15px;
  color: #fff;
}

.nav-tabs .nav-item .nav-link span img {
  display: block;
  margin: 0 auto 5px;
  width: 28px;
}

.accordion-block-vtab a.active {
  color: #fff !important;
  background-color: #009b41 !important;
}

.pdf-block .pdf-in {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px;
  border: 1px solid #00000008;
  box-shadow: 0px 1px 10px #00000014;
  transition: 0.5s ease-in-out;
  display: block;
  opacity: 0;
  transform: skew(5deg, 5deg);
}

.pdf-block .pdf-in:hover {
  box-shadow: 0px 1px 10px #00000033;
}

.dctr-img.HealthByte-block img {
  height: auto !important;
}

.tab-pane.fade.active.show .pdf-in {
  opacity: 1;
  transform: skew(0deg, 0deg);
}

.pdf-block .pdf-in i {
  font-size: 46px;
  color: #015193;
  margin-bottom: 16px;
  transition: 0.5s ease-in-out;
}

.pdf-block .pdf-in:hover i {
  transform: rotate(360deg);
}

.pdf-block .pdf-in p {
  margin: 0;
  font-size: 20px;
  color: #009b41;
}

.pdf-block .row.mar-20 {
  margin-top: 30px !important;
}

.test-modal .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #015193;
  font-size: 24px;
  text-transform: capitalize;
}

.test-modal .testimonial-form input {
  border: 1px solid #ced4da;
  font-size: 16px;
  color: #015193;
}

.test-modal .testimonial-form input:hover,
.test-modal .testimonial-form input:focus,
.test-modal .testimonial-form input:active,
text-area {
  box-shadow: none;
  outline: none;
}

.border-none {
  border: none !important;
}

.mute-input a {
  color: #009b41;
}

iframe {
  width: 100% !important;
}

.btn-submit {
  background: #009b41;
  border: none;
  padding: 10px 15px;
  border-radius: 0px;
  color: #fff;
}

.online-block {
  position: relative;
  padding: 100px 0 60px;
  background: url(../images/ds.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.loginpage-block .select-header-lang a {
  color: rgb(255, 255, 255) !important;
}

.loginpage-block .footer-block {
  padding: 20px 30px;
  position: relative;
  background: #076cc3;
  width: 100% !important;
  margin-left: 0% !important;
  transition: 0.5s ease;
}

.arabic-page .loginpage-block .footer-block {
  padding: 20px 30px;
  position: relative;
  background: #076cc3;
  width: 100% !important;
  margin-right: 0% !important;
  transition: 0.5s ease;
}

.loginpage-block .foot-bottom-row .foot-bottomin {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginpage-block .foot-bottom-row .foot-bottomin ul {
  display: none !important;
}

.loginpage-block .online-block {
  position: relative;
  padding: 60px 0px 20px !important;
}

.loginpage-block .online-block .form-online-block {
  padding: 80px 10px 10px;
}

.online-block .form-control {
  display: block;
  width: 100%;
  padding: 15px 10px;
  font-weight: 400;
  height: auto;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.online-block .form-online-block .logo-form {
  position: absolute;
  top: -45px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.online-block .form-online-block .dark-text {
  font-size: 18px;
  font-weight: bold;
  color: #015193;
  margin: 5px;
}

.online-block .form-online-block .small-text {
  font-size: 20px;
  color: #015193;
  margin-bottom: 30px;
  font-weight: bold;
}

.online-block .form-online-block .form-control {
  margin-bottom: 20px;
}

.online-block .form-online-block .form-control .inputin {
  text-align: center;
  font-size: 16px;
  color: #000;
  width: 100%;
}

.online-block .form-online-block .form-btn .frombtn-in {
  padding: 8px 15px;
  background: #009b41;
  border: none;
  color: #fff;
  border-radius: 0;
}

.or-seprater {
  margin-bottom: 20px;
  position: relative;
}

.or-seprater:after,
.or-seprater:before {
  width: 45%;
  content: "";
  position: absolute;
  bottom: 8px;
  height: 1px;
  background: #015193;
}

.or-seprater:before {
  left: 0;
}

.or-seprater:after {
  right: 0;
}

.or-seprater p {
  font-size: 16px;
  margin: 0;
  position: relative;
  color: #015b9c;
  font-weight: bold;
}

.online-block .form-online-block .socail-icon-login {
  margin-top: 30px;
}

.online-block .form-online-block .socail-icon-login ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online-block .form-online-block .socail-icon-login ul li a {
  font-size: 24px;
  color: #015b9c;
}

.online-block .form-online-block .socail-icon-login ul li {
  margin: 0 15px;
}

.find-doctor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #005a9cc9;
}

.find-doctor-secin {
  padding: 80px 0 !important;
  position: relative;
}

.find-depart {
  position: relative;
}

.find-depart:after {
  content: "find a Departments" !important;
  font-size: 92px;
  color: #c3bebe30;
  top: 0;
  left: 0;
  position: absolute;
  text-transform: uppercase;
}

.find-doctor-secin:after {
  content: "find a doctor";
  font-size: 92px;
  color: #c3bebe30;
  top: 0;
  left: 0;
  position: absolute;
  text-transform: uppercase;
}

.find-doctorin {
  position: relative;
}

.find-doctorin h5 {
  font-size: 32px;
  font-weight: 600;
}

.find-doctorin p {
  font-size: 18px;
  margin-bottom: 5px;
}

.special-block {
  margin-top: 30px;
}

.select-block .form-select {
  cursor: pointer;
}

.select-block label,
.form-doctor-name label {
  display: block;
  font-size: 20px;
  color: green;
  margin-bottom: 15px;
}

.select-block .form-select,
.form-doctor-name input {
  width: 100%;
  position: relative;
  border: 1px solid #005a9c;
  padding: 10px;
}

.find-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.find-btn .btnin {
  border-radius: 0px;
  background: #009b41;
  border: none;
  padding: 12px 20px;
  color: #fff;
  transition: 0.5s ease-in-out;
  margin-right: 15px;
}

.process-titlenew .new-socail-sec-play {
  justify-content: flex-start !important;
}

div#myTabContent {
  overflow: hidden;
}

.profile-sec {
  padding: 40px 0 100px 0;
  position: relative;
  width: 100%;
}

.profile-sec .doctor-profile {
  background: #f6f6f666;
  box-shadow: 0px 0px 5px #f8f9fa;
}

.profile-sec .doctor-profile .dctr-img {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.dctr-img.department-img img {
  width: 60px !important;
}

.profile-sec .doctor-profile .dctr-img img {
  transition: 0.5s ease-in-out;
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 260px;
}

.profile-sec .doctor-profile .profilein {
  padding: 20px 10px;
  position: relative;
  transition: 0.5s ease;
}

.profile-sec .doctor-profile .profilein .d-name {
  font-size: 20px;
  color: #005a9c;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.profile-sec .doctor-profile .profilein .d-name span {
  font-size: 12px;
  display: block;
}

.profile-sec .doctor-profile .specail-in {
  font-size: 16px;
  margin: 0;
}

.pagenation-block {
  position: relative;
  margin-top: 60px;
}

.pagenation-block .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagenation-block ul li a {
  color: #005a9c !important;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.explore-btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.explore-btn .view-profile {
  position: relative !important;
  opacity: 1 !important;
  background: transparent !important;
  color: green !important;
  padding: 0 !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.health-block {
  margin-bottom: 20px;
  padding: 0px !important;
}

.History-block {
  margin: 30px 0 60px 0;
  position: relative;
  width: 100%;
}

.History-block .history-element {
  position: relative;
  border-left: 5px solid green;
  padding-left: 20px;
}

.History-block .history-element h4 {
  font-size: 24px;
  font-weight: 600;
}

.History-block .history-element p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.banner-bottom-element .element-in .show-complaint-block {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #015193;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  transition: 0.3s ease;
  opacity: 0;
  transform: translate3d(0px, 10px, 0px);
}

.banner-bottom-element
  .element-in
  .show-complaint-block
  .show-content
  .tab-pane {
  height: 235px;
  padding-top: 30px;
}

.banner-bottom-element
  .element-in
  .show-complaint-block
  .show-content
  .show-img {
  margin-top: 0px;
}

.banner-bottom-element
  .element-in
  .show-complaint-block
  .show-content
  .show-img
  img {
  width: auto;
  height: 160px;
  object-fit: cover;
}

.banner-bottom-element .element-in .show-complaint-block .show-nav {
  margin: 0;
  border: none !important;
  width: 100%;
  padding: 35px 0 45px 20px;
}

.banner-bottom-element .element-in .show-complaint-block .show-nav li {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  text-align: left;
}

.banner-bottom-element .element-in .show-complaint-block .show-nav li a {
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
  border: none !important;
  transition: 0.5s ease;
  position: relative;
}

.banner-bottom-element .element-in .show-complaint-block .show-nav li a:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.banner-bottom-element
  .element-in
  .show-complaint-block
  .show-nav
  li
  a.active:after {
  background: #009b41 !important;
}

.banner-bottom-element .element-in:hover .show-complaint-block {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

p.c-text {
  font-size: 23px !important;
  margin: 0 !important;
  min-height: auto !important;
  position: relative !important;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 0;
  color: #fff;
  top: 15px;
  font-weight: bold;
}

.start {
  position: relative;
  align-items: flex-start;
  justify-content: center;
  top: -30px;
  text-align: left;
  padding-left: 20px;
}

.start a {
  color: #015193 !important;
  padding: 0.5rem 1rem;
  background: #fff;
  font-size: 16px;
}

.farmer-title {
  margin-bottom: 10px;
  color: green;
  font-size: 30px;
  font-weight: 600;
}

.meet-farmer .accordion-block {
  position: relative;
  padding: 10px 0 10px;
  width: 100%;
}

section.main-inner-sec.meet-farmer {
  padding: 60px 0;
}

.ceo-profile {
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}

.profile-pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-pic img {
  box-shadow: 0px 1px 15px #000;
  width: auto;
  position: relative;
}

.profile-pic:after {
  content: "";
  width: 130px;
  height: 130px;
  background: #015193;
  position: absolute;
  top: -20px;
  right: 37px;
  z-index: -1;
}

.ceo-profile .profilein {
  border-left: 5px solid #005a9c;
  padding-left: 20px;
}

.ceo-profile .profilein h4 {
  font-size: 26px;
  font-weight: 600;
}

.awards-block {
  position: relative;
  width: 100%;
}

.awards-title {
  text-align: center;
  margin-bottom: 30px;
}

.awards-block p {
  color: #015b9c !important;
}

.awards-title h3 {
  font-size: 34px;
  color: #fff;
}

.awards-title p {
  font-size: 18px;
}

ul.awards-in {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

ul.awards-in .item-awardsin li.item-awardsin img {
  width: 85%;
  transition: 0.5s ease;
  transform: scale(1.1);
}

.awards-block .title h3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.stories-sec .owl-nav.disabled {
  display: none !important;
}

ul.awards-in .item-awardsin img {
  width: 85%;
}

.header-bgimg {
  background: url(../images/p.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.admission-blocknew {
  padding: 15px 0;
  margin: 0 0px;
  background: #fff;
}

.admission-blocknew img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  box-shadow: 0px 1px 15px #000;
}

.admission-blocknew ul {
  margin-top: 20px;
}

.admission-blocknew .row {
  margin-bottom: 50px;
}

.admission-blocknew h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.accordion-block.bg-color.bg-green ul li i {
  color: #fff !important;
}

.admission-blocknew p {
  margin: 0;
  line-height: 24px;
}

.admission-blocknew ul {
  margin-top: 20px !important;
}

.admission-blocknew ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.process-titlenew h3 {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff !important;
}

.admission-blocknew ul li i {
  font-size: 14px;
  color: #009b41;
  margin-right: 10px;
  transition: 0.5s ease;
}

.History-block.benefits-new-block .row {
  align-items: center;
}

.admission-blocknew ul li p {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
}

.process-block.new-process-block {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  background: url(../images/Patients2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.process-block.new-process-block .container {
  position: relative;
  z-index: 1;
}

.process-block.new-process-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005a9cc9;
}

.process-title {
  padding: 20px;
  height: 100%;
  position: relative;
  background-image: url(../images/diet.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.process-title:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #005a9cbf;
  position: absolute;
  top: 0;
  left: 0;
}

.process-title:hover .btn-download {
  opacity: 1;
  transform: scale(1);
}

.text-fff.title-fix {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #009b41;
  padding: 10px;
  left: 0;
  margin: 0 !important;
  z-index: 10;
}

.btn-download {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  text-align: left;
  width: 100%;
  height: 87%;
  left: 0;
  padding: 30px;
  opacity: 0;
  transition: 0.5s ease !important;
  transform: scale(0);
  background: #009b41d4;
  top: 0px;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.find-doc-element .process-title p {
  color: #fff;
  line-height: 21px;
}

.btn-download a {
  padding: 15px 10px;
  background: #005a9c;
  color: #fff;
}

.big-text {
  font-size: 82px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #eaeaea7d;
  line-height: 62px;
}

.bg-color {
  background: #015193;
  transition: 0.5s ease;
}

.process-title.bg-color:hover a {
  background: #015193;
}

.process-title.bg-color:hover {
  background: #009b41;
}

.process-title.bg-color h5,
.process-title.bg-color p {
  color: #fff;
}

.process-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.process-btn a {
  padding: 7px 20px;
  background: #009b41;
  color: #fff;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #015b9c;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  z-index: 100;
}

.banner-bottom-element .element-in:hover .overlay {
  bottom: 0;
  height: 100%;
}

.overlay .text {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px 25px;
}

.process-title h5 {
  font-size: 36px;
  margin-bottom: 15px;
}

.new-socail-sec-play {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-socail-sec-play li a img {
  width: 85%;
}

.download-btn {
  margin-bottom: 20px;
}

.process-title .tel-sec {
  display: flex;
  align-items: flex-start;
}

.tel-sec .element-icon i {
  font-size: 40px;
  margin-right: 15px;
  color: #fff;
}

.staying-video video,
.staying-video img {
  height: 230px;
  width: 100%;
  margin: 0;
  object-fit: cover;
}

.inner-title2.bg-img-home {
  background: url(../images/Pic2-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.inner-title2.bg-img-home .container {
  position: relative;
  z-index: 10;
}

.inner-title2.bg-img-home .container h3 {
  font-size: 30px;
  color: #fff !important;
}

.inner-title2.bg-img-home .container p {
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
}

.inner-title2.bg-img-home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #183674d9;
  z-index: 1;
}

.history-img img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}

.History-block.awards-block-new {
  margin: 0 !important;
}

.right-img-sec {
  position: relative;
}

.right-img-sec img {
  box-shadow: 0px 1px 15px #000;
  position: relative;
}

.right-img-sec:after {
  content: "";
  width: 130px;
  height: 130px;
  background: #015193;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}

div#formtest {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  text-align: left;
  max-width: 700px;
  margin: 40px auto;
}

.select-block .form-select option {
  opacity: 0;
  transition: 0.5s ease;
  transform: translate3d(10px, 10px, 10px);
}

.select-block .form-select option:hover {
  background: #009b41;
}

.profile-sec .doctor-profile:hover img {
  transform: scale(1.1);
}

.doctor-profile.department-sec {
  padding: 10px;
}

.doctor-profile.department-sec .profilein {
  padding: 10px 0px;
  position: relative;
  transition: 0.5s ease;
}

.Reschedule-modal .modal-content {
  border: 1px solid #e9ecef;
}

.Reschedule-modal .appoint-title {
  margin-bottom: 30px;
}

.profile-sec .doctor-profile:hover {
  box-shadow: 0px 1px 10px #0000000d;
}

.intro-video video {
  height: 410px;
  width: 100%;
  position: relative;
}

.awrds-element {
  padding: 30px 20px;
  box-shadow: 0px 1px 10px #00000054;
  border: 1px solid #efefef;
  border-bottom: 5px solid #009b41;
  text-align: center;
}

.awrds-element .awards-brand {
  margin-bottom: 20px;
}

.awrds-element .awards-brand img {
  position: relative;
  transition: 0.5s ease;
  transform: scale(1.3) rotate(360deg);
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.awrds-element:hover img {
  transform: scale(1.1) rotate(0deg);
}

.awrds-element:hover {
  box-shadow: 0px 1px 10px #0000009e;
}

.awrds-element h5 {
  font-size: 23px;
  color: #015b9c;
  font-weight: bold;
}

.signature {
  text-align: right;
  font-size: 40px !important;
  color: #000;
  font-family: "Herr Von Muellerhoff", cursive;
  margin: 40px 0 0 0;
}

.doctr-text p {
  font-size: 16px;
  line-height: 20px;
}

.form-btn {
  display: flex;
  align-items: center;
}

.online-block .form-online-block .form-btn .frombtn-in {
  padding: 15px 20px;
  background: #009b41;
  border: none;
  color: #fff;
  border-radius: 0;
  width: 45%;
  margin: auto;
  font-size: 18px;
}

.online-block .form-online-block .form-btn .frombtn-in:hover {
  background: #015b9c;
  transition: 0.5s ease;
}

.online-block .form-online-block {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin: auto;
  background: url(../images/p.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding: 120px 20px 30px;
  text-align: center;
  box-shadow: 0px 1px 10px #0202028c;
  border-radius: 0.25rem;
}

.form-btn {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

ul.login-guest {
  display: flex;
  align-items: center;
  justify-content: center;
}

li.guest-sec a {
  font-size: 18px;
  color: #015b9c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

li.guest-sec a span {
  margin-right: 15px;
}

.guest-sec a i {
  transition: 0.5s ease;
}

.guest-sec a:hover i {
  transform: translate3d(5px, 0px, 0px);
}

.menu-header {
  background: #005a9c;
  position: relative;
  width: 100%;
}

.menu-header .navbar-nav {
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
}

.find-doc-element {
  padding: 0px 0 0;
  position: relative;
  width: 100%;
}

.find-doc-element .process-title {
  padding: 20px 20pxs;
}

.find-doc-element .process-title h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.find-doc-element .process-title p {
  color: #fff;
  line-height: 21px;
}

.find-doc-element .new-socail-sec-play {
  margin-top: 0px;
}

.find-doc-element .new-socail-sec-play a img {
  width: 90%;
}

.readmore-btn {
  color: #005a9c !important;
}

.btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-download a {
  padding: 15px 10px;
  background: #005a9c;
  color: #fff;
}

.find-doc-ryt .nav-tabs .nav-link {
  border: 1px solid #009b41;
  border-radius: 0;
  background: #009b41;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.find-doc-ryt .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #005a9c;
  border-color: #005a9c;
}

.find-doc-ryt h5 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: bold;
}

.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;
}

.find-doc-ryt .find-btn .btnin {
  border-radius: 0;
  background: #009b41;
  border: none;
  padding: 10px 15px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.find-doc-ryt .form-doctor-name input {
  padding: 10px 10px;
}

.find-doc-ryt select {
  padding: 5px !important;
  width: 100%;
}

.find-doc-ryt .form-doctor-name input::placeholder {
  color: #000;
}

.find-doc-ryt .find-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.services-sec {
  position: relative;
  text-align: left;
}

.services-sec h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}

.services-sec .services-icon {
  position: relative;
}

.services-sec .services-icon .img-sec {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-sec .services-icon .img-sec img {
  width: 50%;
  object-fit: contain;
}

.services-sec .services-icon p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.services-sec .owl-dots {
  display: flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 1000;
  bottom: -20px !important;
}

.services-sec .owl-prev span,
.services-sec .owl-next span {
  font-size: 26px;
  color: #005a9c;
}

.services-sec .owl-dots {
  display: flex !important;
  align-items: center;
  text-align: center;
}

.services-sec .owl-dots button span {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.department-block {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.department-block .title {
  text-align: center;
  margin-bottom: 30px;
}

.department-block .title h3 {
  font-size: 40px;
  line-height: 40px;
  max-width: 100%;
  margin: 0 auto 15px;
  color: #005a9c;
  font-weight: 600;
  text-transform: uppercase;
}

.department-block .title h3 span {
  font-size: 34px;
  display: block;
  color: #009b41;
}

.awards-blocknew {
  position: relative;
  width: 100%;
  padding: 40px 0 40px 0;
  background: url(../images/Pic4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.awards-blocknew:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #183674d9;
}

.awards-blocknew .container {
  position: relative;
  z-index: 10;
}

.awards-blocknew h4 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.awards-blocknew .link-with p {
  color: #fff;
  line-height: 20px;
  margin-bottom: 10px;
}

.awards-blocknew .link-with ul li a img {
  width: 60%;
}

.awards-blocknew .awards-block {
  position: relative;
  width: 100%;
  padding-left: 70px;
  border-left: 2px solid #fff;
}

.awards-blocknew .awards-block .awards-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.awards-blocknew .awards-block .awards-in li {
  margin-right: 20px;
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
}

.awards-blocknew .awards-block .awards-in li img {
  width: 80%;
}

.link-with {
  padding-left: 70px;
}

.awards-blocknew .awards-block p {
  color: #ffffff !important;
  position: absolute;
  bottom: -19px;
  left: 22%;
}

.awards-blocknew .awards-block p:nth-child(3) {
  display: block;
}

.department-content {
  max-width: 100%;
  position: relative;
  padding: 40px 70px 0 40px;
  height: 100%;
  background: #efefef;
}

.sticky-widgets .widgets-sec:hover {
  background: #005a9c;
}

.department-content h3 {
  color: #005a9c;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}

.department-content p {
  margin: 0;
  line-height: 24px;
}

.item.item-awardsin img {
  width: 80px;
  margin: auto;
}

.awards-blocknewv .owl-dots {
  position: absolute;
  bottom: -30px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hi-slide {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px auto 0;
}

.hi-slide .hi-next,
.hi-slide .hi-prev {
  position: absolute;
  top: 42%;
  width: auto;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  transition: all 0.6s;
  font-size: 20px;
  font-weight: bold;
  z-index: 100000;
}

.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
  opacity: 1;
  background-color: #fff;
}

.hi-slide .hi-prev {
  left: 0px;
}

.hi-slide .hi-prev::before {
  content: "<";
}

.hi-slide .hi-next {
  right: 30px;
}

.hi-slide .hi-next::before {
  content: ">";
}

.hi-slide > ul {
  list-style: none;
  position: relative;
  width: 100%;
  height: 162px;
  margin: 0;
  padding: 0;
}

.hi-slide > ul > li {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 377px;
  top: 146px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  background-color: #333;
  cursor: pointer;
}

.hi-slide > ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 1px 10px #000;
  border: none;
}

.hi-slide > ul > li > img {
  width: 100%;
  height: 100%;
  background-position: center;
}

.wrapper .header-toprowin1.sticky .header-right,
.wrapper .header-toprow .header-toprowin .row-flex {
  display: none !important;
}

.header-toprowin1.sticky .row-flex {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  transition: 0.5s ease;
  flex: 0 0 80%;
}

.header-toprowin1.sticky .row-flex .left-ul li a,
.header-toprowin1.sticky .row-flex .right-ul li a {
  color: #ffffff;
  transition: 0.5s ease;
  font-size: 16px !important;
}

.scroll-show-icon {
  align-items: center;
  justify-content: flex-start;
  display: none;
  transition: 0.3s ease;
}

.scroll-show-icon li {
  margin-right: 30px;
}

.scroll-show-icon li a {
  font-size: 16px;
  color: #fff;
}

.header-toprowin1.sticky .scroll-show-icon {
  display: flex !important;
}

.sticky-widgets {
  position: fixed;
  width: 450px;
  background: green;
  top: -110px;
  left: -450px;
  z-index: 1000;
}

.sticky-widgets .widgets-sec {
  padding: 20px;
  border: 2px solid #fff;
  text-align: center;
  display: block;
  color: #fff !important;
  transition: 0.3s ease;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sticky-widgets .widgets-sec .icon {
  margin-bottom: 10px;
}

.hi-slide > ul li img {
  transition: 0.3s ease;
  width: 100px !important;
  height: 100px;
  object-fit: contain;
}

.widgets-sec .icon img {
  max-width: 65%;
  width: 65%;
}

.hamburger:hover {
  opacity: 1 !important;
}

.opacity {
  opacity: 0.5;
}

.hamburger.hamburger--3dx.is-active .sticky-widgets {
  top: -130px;
  left: -300px;
  z-index: 1000;
  opacity: 1;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transform: scale(1);
  border: 2px solid #fff;
  box-shadow: 0px 0px 15px #000;
}

.sticky-widgets {
  position: fixed;
  width: 300px;
  background: #009b41;
  top: -110px;
  left: -200px;
  z-index: 1000;
  opacity: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transform: scale(0);
}

.setText {
  text-align: center;
  width: 440px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.imc-gallery:after {
  content: "";
  background: url(../images/left-top.png);
  width: 150px;
  height: 240px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
}

.galleryin.about-imc .about-sec:before {
  content: "";
  background: url(../images/right-bottom.png);
  width: 150px;
  height: 240px;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
}

.galleryin.about-imc .about-sec:after {
  content: "";
  background: url(../images/center.png);
  width: 220px;
  height: 280px;
  background-size: contain;
  position: absolute;
  right: 45%;
  bottom: 21px;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
}

.nav.nav-tabs.bg-main.border-none.text-center li.nav-item {
  width: 100%;
  text-align: left;
  padding: 20px 20px 0;
}

.nav.nav-tabs.bg-main.border-none.text-center li.nav-item a {
  font-size: 24px !important;
}

.filter {
  background: #f9f9f9;
  padding: 20px 0;
  position: relative;
}

.filter .filter-in {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.find-doctors {
  padding: 30px 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: url(../images/middle_bg_2.jpg) !important;
}

.find-dox-new p {
  font-size: 20px;
  text-transform: capitalize;
}

.alphabet-sec {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.alphabet-sec .alphabet-secin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.alphabet-sec label {
  display: block;
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}

.alphabet-sec .alphabet-secin li {
  margin-right: 10px;
}

.alphabet-sec .alphabet-secin li a {
  color: #fff !important;
  text-transform: uppercase;
}

.alphabet-sec .alphabet-secin li a:hover {
  color: #009b41 !important;
}

.hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #009b41d6;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}

.profile-sec .doctor-profile:hover .hover-content {
  opacity: 1;
  transform: scale(1);
}

.hover-content p {
  color: #fff;
  margin-bottom: 5px;
}

.number-expe {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #000;
}

.lang-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  margin: 10px 0;
}

.lang-content .lang-btn a {
  color: #fff;
  padding: 5px;
  border: 1px solid #fff;
  display: block;
}

.view-profile {
  padding: 8px 10px;
  background: #005a9c;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.margin-top-50 {
  margin-top: 50px;
}

.History-block.awards-block-new .history-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.History-block.awards-block-new .history-img img {
  width: 50%;
  height: 250px;
  object-fit: contain;
}

.History-block .mb-5 {
  margin-bottom: 5rem !important;
}

.services-new-block .history-element {
  position: relative;
  border-left: none !important;
  padding-left: 0px !important;
}

.History-block.awards-block-new .row {
  border-bottom: 1px solid #f0f0f8;
  padding-bottom: 3rem;
  align-items: center;
}

.History-block.awards-block-new .row:last-child {
  border: none;
}

.process-titlenew h5 {
  font-size: 30px;
  color: #fff !important;
}

.process-titlenew p {
  color: #fff !important;
}

.book-appointment-newsec h3 {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff !important;
}

.btn-shadow {
  box-shadow: 0px 1px 2px #00000070;
}

.tel-sec {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.admission-blocknew:last-child .row {
  margin: 0;
}

.accordion-block.bg-color {
  background: #015193;
  padding: 50px 0;
  margin-bottom: 50px;
}

.accordion-block.bg-color .admission-blocknew {
  padding: 15px 0;
  margin: 0 0px;
  background: transparent;
}

.accordion-block.bg-color .admission-blocknew h4,
.accordion-block.bg-color .admission-blocknew p {
  color: #fff !important;
}

.right-img-sec img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.process-titlenew .tel-sec {
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
}

.new-shape-left,
.new-shape-right {
  position: relative;
}

.new-shape-left:after,
.new-shape-right:after {
  content: "";
  width: 130px;
  height: 130px;
  background: #015193;
  position: absolute;
  z-index: -1;
  transition: 0.4s ease;
}

.new-shape-right:after {
  top: -20px;
  right: -23px;
}

.new-shape-left:after {
  top: -20px;
  left: -23px;
}

.new-shape-left img,
.new-shape-right img {
  box-shadow: 0px 1px 15px #000;
  transition: 0.4s ease;
}

.blogs-sec .need-block {
  width: 100%;
  padding: 20px 0;
  background: #005a9c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.blogs-sec .need-block {
  padding: 30px 0;
}

.history-img img {
  transition: 0.3s ease-in-out;
}

.awards-block-new .row:hover img {
  transform: scale(1.1);
}

.appointment-page .admission-blocknew,
.patient-right-block .admission-blocknew {
  padding: 20px !important;
  margin: 0 0px;
  background: #fff;
  box-shadow: 0px 1px 10px #00000021;
}

.stories-sec-new {
  background: #fff !important;
  position: relative;
}

.stories-sec-new:after {
  display: none !important;
}

.stories-sec-new .feedbackin {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 15px 15px 15px;
  background: #ffffff94;
  margin: 0 15px;
  text-align: left;
  box-shadow: 0px 1px 10px #00000021;
}

.stories-sec-new .feedbackin .thumbnail {
  position: relative;
  flex: 0 0 40%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.stories-sec-new .feedbackin .thumbnail video {
  height: auto !important;
}

.loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px !important;
}

.loadmore button {
  color: #fff;
  background: #005a9c;
  border: none;
  padding: 10px;
}

.dctr-img.department-img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  background: #fff;
  margin: 0px auto !important;
}

.page-link:hover {
  z-index: 2;
  color: #fff !important;
  text-decoration: none;
  background-color: #009b41;
  border-color: #009b41;
}

.new-shape-left:hover:after,
.new-shape-right:hover:after {
  background: #009b41;
}

.dashboard-body {
  position: relative;
  width: 100%;
  background: url(../images/bg-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0;
  z-index: 1;
}

.dr-profile-sec {
  position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 10px 10px;
  z-index: 1;
}

.dr-apooint .dr-image img {
  border-radius: 50%;
}

.dashboard-body .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: 184px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dashboard-body .dashboard-elements:hover {
  box-shadow: 0px 1px 10px #00000052;
}

.dashboard-body .dashboard-elements .element-icon {
  margin-bottom: 10px;
}

.dashboard-body .dashboard-elements h5 {
  font-size: 24px;
  color: #005a9c;
  margin-bottom: 5px;
}

.dashboard-body .dashboard-elements p {
  margin: 0;
  font-size: 14px;
  color: #b1abab;
}

.dashboard-body .dashboard-elements .element-icon img {
  height: 65px;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.mt-40 {
  margin-top: 40px;
}

.dr-profile-sec .dr-img img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  background: #fff;
}

.dr-profile-sec .profile-info h5 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #005a9c;
  margin-bottom: 30px;
  position: relative;
}

.dr-profile-sec .profile-info h5:after {
  content: "";
  width: 160px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #014f90;
}

.dr-profile-sec .profile-info ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7b8;
}

.dr-profile-sec .profile-info ul li span {
  color: #929191;
  font-size: 17px;
}

.dr-profile-sec .profile-info ul li span,
ul.main-list-new li {
  color: #929191;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.just-indication {
  text-align: center;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.just-indication li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.just-indication li span {
  color: #000000;
  font-size: 18px;
}

.just-indication li .white-box,
.just-indication li .gray-box {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.just-indication li .white-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 2px #000000;
}

.just-indication li .gray-box {
  background-color: gray;
  box-shadow: 0px 0px 2px gray;
}

.dr-profile-sec .profile-info ul li span a {
  color: #005a9c !important;
}

.border-none li {
  border: none !important;
  margin-left: 0px !important;
  margin-right: 20px !important;
}

.profile-detail-content {
  max-width: 80%;
  margin: 20px 0 0 0;
}

.profile-detail-content p {
  color: #929191;
  line-height: 22px;
}

.book-appointment-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.book-appointment-btn a {
  padding: 13px 10px;
  background: #009b41eb;
  color: #fff;
  border-radius: 0px;
  font-size: 15px;
  transition: 0.5s ease;
  margin: 0 10px 0 0;
}

.appointment-book-new {
  padding: 20px 15px;
  background: #005a9c;
  margin-bottom: 0;
  opacity: 0;
  transition: 0.5s ease;
  transform: skew(10deg, 5deg);
}

.tab-pane.fade.active.show .appointment-book-new {
  opacity: 1;
  transform: skew(0deg, 0deg);
}

.appointment-book-new .next-appoint {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.appointment-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
}

.appointment-date .date {
  display: flex;
  align-items: center;
}

.appointment-date .date .year {
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}

.date,
.time {
  text-align: center;
}

.date p,
.time p {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.date p b,
.time p b {
  display: block;
  font-size: 24px;
}

.dr-apooint {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.dr-apooint .dr-image {
  margin-right: 20px;
  max-width: 50%;
}

.dr-apooint .dr-name h5 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.dr-apooint .dr-name p {
  color: #fff;
  margin: 0;
}

.Appointment-newsec {
  position: relative;
  padding: 70px 0;
}

.appointment-book-new.bg-green {
  position: relative;
}

.tik-mark {
  position: absolute;
  right: -14px;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #005a9c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.Radio-btn i {
  color: #fff;
}

.bookappoint-form select,
.bookappoint-form input,
.bookappoint-form input::placeholder {
  color: #848181;
  border-radius: 0;
  border: none;
}

.row.mar-30 {
  margin-top: 40px;
}

.book-appointment-newsec {
  padding: 20px;
  background: #00000038;
}

.main-inner-sec.appointment-page {
  padding: 40px 0 0;
}

.accordion-block.appoint-block-boxes {
  padding: 50px 0;
}

.make-appoint-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.make-appoint-block button,
.today-date input {
  color: #009b41;
  border: 1px solid #009b41;
  background: #fff;
  font-size: 18px;
  transition: 0.4s ease;
  padding: 15px;
}

.make-appoint-block button:hover {
  color: #fff;
  border: 1px solid #005a9c;
  background: #005a9c;
}

.datepicker {
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 100%;
  padding: 10px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-weight: 700;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #009b41;
  color: #fff !important;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #ff8c00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #ff8c00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #005a9c;
  color: #fff !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #ff8c00;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
  color: #009b41;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

.datepicker .dow {
  border-bottom: 1px solid #005a9c;
  color: #005a9c;
  font-size: 16px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: #d44;
}

@import url("normalize.css");
@import url("datepicker.css");
.charset {
  box-shadow: 1px 1px 10px #000;
}

.app {
  width: 969px;
  height: 580px;
  margin: 100px auto;
}

.app:after {
  content: "";
  display: table;
  clear: both;
}

.app__side {
  background: #333;
  width: 35%;
  height: 100%;
  padding: 40px;
  float: left;
  color: #ff8c00;
}

.app__main {
  background: #fbf9fa;
  width: 65%;
  height: 100%;
  float: left;
  padding: 40px;
}

/* b-calendar */

.calendar {
  padding: 60px;
}

.calendar .datepicker {
  width: 100%;
}

.calendar .datepicker table {
  width: 100%;
}

.Reschedule-modal .modal-header {
  align-items: center;
}

.Reschedule-modal .modal-header h4 {
  margin: 0px;
}

.Reschedule-modal .appoint-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.appoint-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.appoint-title i {
  font-size: 20px;
  color: #009b41;
  margin-right: 10px;
}

.appoint-title p {
  font-size: 20px;
  color: #009b41;
  margin: 0;
  font-weight: bold;
}

.calender {
  box-shadow: 0px 1px 10px #00000014;
  padding: 15px;
}

.calender-input {
  width: 100%;
}

.time-picker {
  padding: 15px;
  box-shadow: 0px 1px 10px #00000014;
}

.time-picker .time-btn {
  text-align: center;
  margin-bottom: 10px;
}

.timer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00000014;
}

.timer-head p {
  color: #005a9c;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.btn-booking {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}

.btn-booking .reset {
  padding: 13px 15px;
  background: #009b41;
  border: none;
  display: block;
  color: #fff;
}

.btn-booking .btn1 {
  margin-right: 20px;
}

.timer-head ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timer-head ul li {
  border: 1px solid #00000014;
}

.timer-head ul li .time-veriant {
  padding: 5px;
  transition: 0.4s ease;
}

.timer-head ul li button {
  border: none;
  background: none;
  color: #9a9a9a;
}

.timer-head ul li .time-veriant.active {
  background: #009b41;
  color: #fff;
  border: #009b41;
}

.time-picker .row {
  margin-bottom: 0px;
}

.time-btn .time-pic-btn {
  background: #fff;
  border: none;
  box-shadow: 0px 1px 10px #00000014;
  font-size: 14px;
  color: #9a9a9a;
  padding: 5px 7px;
  transition: 0.4s ease;
}

.time-btn .time-pic-btn:hover,
.time-btn .time-pic-btn:focus,
.time-btn .time-pic-btn:visited,
.timer-head ul li .time-veriant:hover,
.timer-head ul li .time-veriant:focus {
  color: #ffffff !important;
  background: #009b41;
}

.time-btn .time-pic-btn.active {
  color: #ffffff !important;
  background: #009b41;
}

.calender.doctors-select {
  height: 140px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
}

.doctors-select .dr-slect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #9a9a9a1c;
}

.doctors-select .dr-slect .dr-slectin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors-select .dr-slect .dr-slectin .dr-newimg img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.doctors-select .dr-slect .dr-slectin .dr-profilenew h5 {
  font-size: 16px;
  margin-bottom: 3px;
  color: #9a9a9a;
}

.doctors-select .dr-slect .dr-slectin .dr-profilenew p {
  letter-spacing: 0;
  font-size: 12px;
  color: #9a9a9a87;
  margin: 0;
}

.doctors-select .dr-slect .Radio-btn input {
  width: 20px;
  height: 20px;
  border-radius: 50px !important;
  font-size: 20px !important;
  color: green;
  border: none !important;
  background: transparent;
}

.btn-Reset {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btn-Reset button {
  padding: 10px 20px;
  border: none;
  background: #009b41;
  font-size: 17px;
  color: #fff;
}

.patient-detail-new form .form-group {
  margin-bottom: 10px;
}

.patient-detail-new form .form-group input,
.patient-detail-new form .form-group textarea {
  padding: 5px;
  background: #eeeeee;
  color: #9a9a9a;
  font-size: 12px;
  border: 1px solid #eeeeee;
  outline: none !important;
  box-shadow: none !important;
}

.book-newbtn {
  background: #005a9c;
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 20px;
}

.appoint-content-newleft {
  padding: 20px;
  background: #005a9c;
  box-shadow: 0px 1px 10px #00000014;
  margin-bottom: 30px;
}

.appoint-content-newleft h4 {
  color: #fff;
  font-size: 26px;
}

.appoint-content-newleft .name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.appoint-content-newleft .appoint-text-new {
  color: #fff;
  line-height: 21px;
}

.appoint-content-newright .appoint-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.appoint-content-newright .calender.doctors-select {
  height: 280px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
}

.calender.doctors-select.Events-new-block {
  background: #005a9c;
  height: 100%;
  overflow: hidden;
}

.calender.doctors-select.Events-new-block
  .dr-slect
  .dr-slectin
  .dr-profilenew
  h5,
.calender.doctors-select.Events-new-block
  .dr-slect
  .dr-slectin
  .dr-profilenew
  p {
  color: #fff !important;
}

.videocall-modal .videoblock {
  width: 100%;
  background: url("../images/video-img1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
}

.videocall-modal .modal-dialog {
  max-width: 330px;
  margin: 7.75rem auto;
}

.videocall-modal .videoblock .video-other {
  position: absolute;
  top: 20px;
  right: 20px;
}

.videocall-modal .videoblock .video-other img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.videocall-modal .videoblock ul {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}

.videocall-modal .videoblock ul li {
  text-align: center;
}

.videocall-modal .videoblock ul li .icon-video {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #005a9c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px auto;
}

.videocall-modal .videoblock ul li .icon-video i {
  color: #fff;
  transition: 0.4s ease;
}

.videocall-modal .videoblock ul li .v-text {
  margin: 0;
  font-size: 12px;
  color: #005a9c;
  text-shadow: 0px 1px 1px #000;
}

.btn-select {
  width: 45%;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-select button {
  padding: 8px 20px;
  background: transparent;
  border: 1px solid #00000014;
  box-shadow: 0px 1px 10px #00000014;
  color: #9a9a9a;
  font-size: 15px;
}

.btn-select button.active {
  background: #009b41;
  color: #fff;
}

.btn-done {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.btn-done button {
  padding: 15px 30px;
  border: none;
  background: #009b41;
  color: #fff;
  font-size: 18px;
}

.dr-name .rating-sec {
  margin: 7px 0;
}

.profile-sec .find-dr-newsec {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}

.find-dr-newsec .dr-in {
  position: relative;
  width: 100%;
  box-shadow: 0px 1px 5px #f8f9fa;
  padding: 20px;
  margin-bottom: 20px;
}

.find-dr-newsec .dr-in:hover {
  box-shadow: 0px 1px 40px #00000017;
  transition: 0.5s ease;
}

.find-dr-newsec .dr-in .drin-img img {
  object-fit: contain;
  border-radius: 50%;
  width: 100%;
  height: auto;
  max-width: 180px;
}

.find-dr-newsec .dr-in .drin-content .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f8f9fa;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.find-dr-newsec .dr-in .drin-content {
  width: 100%;
}

.rating-sec {
  margin-bottom: 5px;
}

.ul-lang-sec {
  margin-bottom: 10px;
}

.ul-lang-sec ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ul-lang-sec ul li span {
  color: #009b41;
}

.find-dr-newsec .dr-in .drin-content .specialization,
.backend-class h1 strong {
  font-size: 14px;
  color: #009b41;
  margin-bottom: 5px;
  font-weight: 400;
}

.set-loader .loader-container {
  position: absolute !important;
  background: transparent !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
  width: 100%;
  left: 7px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.backend-class h1 {
  line-height: 16px;
}

.find-dr-newsec .dr-in .drin-content .select-sechdule {
  position: relative;
}

.find-dr-newsec .dr-in .drin-content .select-sechdule .select-title {
  font-size: 20px;
  color: #005a9c;
  margin-bottom: 5px;
  font-weight: bold;
}

.find-dr-newsec .dr-in .drin-content .select-sechdule ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f8f9fa;
  padding: 10px;
  max-width: 100%;
}

.find-dr-newsec .dr-in .drin-content .select-sechdule ul li {
  position: relative;
  border-right: 1px solid #f8f9fa;
  padding-right: 15px;
}

.find-dr-newsec .dr-in .drin-content .select-sechdule ul li:last-child {
  padding-right: 0px;
  border-right: none;
}

.text-main {
  color: #005a9c !important;
}

.find-dr-newsec .dr-in .drin-content .select-sechdule ul li a {
  color: #939394;
  text-transform: uppercase;
  font-weight: bold;
}

.find-dr-newsec .dr-in .date-time-picker {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.find-dr-newsec .dr-in .date-time-picker .calendar {
  padding: 0px 15px 0 0;
  flex: 0 0 40%;
}

.find-dr-newsec .dr-in .date-time-picker .calendar:last-child {
  padding: 0;
}

.find-dr-newsec .dr-in .date-time-picker .form-group {
  margin-bottom: 10px;
}

.find-dr-newsec .dr-in .date-time-picker .calendar .ui.input.left.icon {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.find-dr-newsec .dr-in .date-time-picker .calendar .ui.input.left.icon input {
  padding: 11px 10px 11px 50px !important;
  position: relative;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #f8f9fa !important;
}

.find-dr-newsec .dr-in .date-time-picker .calendar .ui.input.left.icon .i {
  position: absolute;
  left: 0;
  z-index: 10;
  padding: 13px;
  background: #009b41;
  color: #fff;
}

.find-dr-newsec .dr-in .date-time-picker .form-group i {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: #009b41;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.checked {
  color: orange !important;
}

.rating-sec .fa {
  color: #898989;
}

.find-dr-newsec .dr-in .date-time-picker .form-group input {
  padding: 5px 5px 5px 50px;
  position: relative;
  width: 100%;
}

.find-dr-newsec .dr-in .date-time-picker .form-group .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background: #009b41;
  color: #fff;
}

.find-dr-newsec .dr-in .date-time-picker .form-group .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px;
  background: #009b41;
  color: #fff;
  z-index: 5;
}

.btn-book {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn-book a {
  padding: 12px 10px 12px 10px !important;
  background: #005a9c;
  color: #fff;
  text-align: center;
  width: 100%;
}

.datetimepicker th.switch {
  color: #005a9c;
}

.datetimepicker td,
.datetimepicker th {
  border-radius: 0px;
  color: #009b41;
  font-size: 14px;
}

.datetimepicker {
  padding: 10px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
  direction: ltr;
  width: 250px;
}

.datetimepicker table {
  margin: 0;
  width: 100%;
}

.make-appoint-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.make-appoint-block .book-appointment-btn {
  background: #009b41;
  margin-bottom: 20px;
  padding: 15px;
  color: #fff;
  transition: 0.5s ease-in-out;
  font-size: 18px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.view-profilebtn {
  display: flex;
  align-items: center;
}

.view-profilebtn a {
  padding: 10px 10px;
  background: #009b41eb;
  color: #fff;
  border-radius: 0px;
  font-size: 15px;
  transition: 0.5s ease;
}

.appointment-book-new.bg-green .view-profilebtn a {
  padding: 10px 10px;
  background: #005a9c;
  color: #fff;
  border-radius: 0px;
  font-size: 15px;
  transition: 0.5s ease;
}

.main-inner-sec.health-blocknew {
  padding: 60px 0;
  width: 100%;
  position: relative;
}

.main-inner-sec.health-blocknew .health-blockleft {
  border: 1px solid #00000014;
  box-shadow: 0px 1px 10px #00000014;
  padding: 20px;
}

.main-inner-sec.health-blocknew .health-blockleft .health-searchbar {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.main-inner-sec.health-blocknew .health-blockleft ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #009b41 !important;
  padding: 5px 0;
  font-size: 18px;
  border-bottom: 1px solid #fafafa;
}

.main-inner-sec.health-blocknew .health-blockleft ul li a:hover {
  color: #005a9c !important;
}

.health-blockright .category-title {
  position: absolute;
  background: #005a9c;
  padding: 8px 15px;
  color: #fff;
  font-weight: bold;
  top: 0;
  right: 0;
}

.health-blockright .right-bg-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.health-blockright .nutri-content-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  background: #005a9ccc;
  left: 0;
}

.health-blockright .right-bg-img {
  position: relative;
  width: 100%;
  display: block;
}

.health-blockright .nutri-content-box h5 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.health-blockright .nutri-content-box p {
  color: #fff;
  margin: 0;
}

.main-inner-sec.health-blocknew .health-blockleft .health-searchbar input {
  padding: 15px 50px 15px 15px;
  background: #fafafa;
  width: 100%;
  color: #005a9c;
  position: relative;
}

.main-inner-sec.health-blocknew .health-blockleft .health-searchbar i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
  background: #009b41;
  padding: 12px;
  border: none;
  cursor: pointer;
}

.alphabet-sec {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.main-inner-sec.health-blocknew .health-blockleft .alphabet-sec label {
  display: block;
  font-size: 16px;
  color: #005a9c;
  margin-bottom: 5px;
}

.main-inner-sec.health-blocknew
  .health-blockleft
  .alphabet-sec
  .alphabet-secin {
  display: inline-block;
  align-items: center;
  justify-content: flex-start;
}

.main-inner-sec.health-blocknew
  .health-blockleft
  .alphabet-sec
  .alphabet-secin
  li {
  margin-right: 10px;
  display: inline-block;
  width: 25px;
}

.main-inner-sec.health-blocknew
  .health-blockleft
  .alphabet-sec
  .alphabet-secin
  a {
  margin: 0 !important;
  border: none !important;
  font-size: 16px !important;
}

.main-inner-sec.health-blocknew .health-blockleft h5 {
  font-size: 30px;
  color: #005a9c;
  margin: 20px 0;
  padding-bottom: 10px;
  position: relative;
}

.main-inner-sec.health-blocknew .health-blockleft h5:after {
  position: absolute;
  content: "";
  width: 160px;
  height: 2px;
  background: #005a9c;
  bottom: 0;
  left: 0;
}

.health-element-newsec {
  margin-top: 50px;
  position: relative;
  width: 100%;
}

.health-element-newsec .right-bg-img {
  position: relative;
  box-shadow: 0px 1px 10px #00000014;
  display: block;
  border: 1px solid #00000014;
  overflow: hidden;
}

.health-element-newsec .right-bg-img .category-title {
  position: absolute;
  padding: 5px;
  background: #005a9c;
  font-size: 12px;
  color: #fff;
  right: 0;
  top: 0;
  transition: 0.4s ease;
}

.health-element-newsec .right-bg-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.health-element-newsec .right-bg-img .nutri-content-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #005a9ccc;
  padding: 5px;
  transition: 0.4s ease;
}

.health-element-newsec .right-bg-img:hover .nutri-content-box,
.health-element-newsec .right-bg-img:hover .category-title {
  display: none;
}

.health-element-newsec .right-bg-img .nutri-content-box h6 {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.health-element-newsec .right-bg-img:hover .hover-content-health {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.hover-content-health {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(-40deg, #005a9c 0%, #009b4185 100%);
  height: 100%;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease;
  transform: translate3d(-80%, 0px, 0px);
  opacity: 0;
}

.hover-content-health .title-hover {
  margin-bottom: 5px;
  color: #fff;
}

.hover-content-health h6 {
  font-size: 16px;
  color: #fff;
}

.hover-content-health a {
  border: none;
  background: #009b41;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.hover-img {
  display: none;
  transition: 0.4s ease;
}

.doctor-profile.department-sec .img {
  transition: 0.4s ease;
}

.doctor-profile.department-sec:hover .img {
  display: none;
}

.doctor-profile.department-sec:hover .hover-img {
  display: block;
}

.Reschedule-modal.modal-calender {
  max-width: 900px;
  margin: auto;
}

.modal-by-filter .modal-dialog {
  max-width: 600px;
  margin: 10.75rem auto;
}

.modal-by-filter .modal-dialog a {
  text-align: center;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f8f9fa;
  box-shadow: 0px 1px 5px #f8f9fa;
  transition: 0.4s ease;
}

.modal-by-filter .modal-dialog a:hover {
  box-shadow: 0px 1px 5px #9ea0a357;
}

.modal-by-filter .modal-dialog a .element-icon {
  margin-bottom: 0;
  margin-right: 10px;
}

.modal-by-filter .modal-dialog a .element-icon img {
  width: 30px;
  height: auto;
  object-fit: contain;
}

.modal-by-filter .modal-dialog a h5 {
  font-size: 24px;
  color: #005a9c;
  margin: 0;
}

.modal-by-filter .close {
  position: relative;
  right: 0;
  z-index: 1000;
  top: 0;
  opacity: 1;
  color: #000;
  border-radius: 0;
  font-size: 24px;
}

.filter-products {
  position: relative;
  width: 100%;
}

.filter-products .filter-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.filter-products .filter-header h3 {
  font-size: 26px;
  color: #005a9c;
  margin: 0;
}

.sort-sec .select-block select {
  box-shadow: 0px 1px 5px #f8f9fa !important;
  padding: 10px 10px;
  width: 240px;
  color: #005a9c;
  cursor: pointer;
}

.filter-body {
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.filter-body .product-in {
  position: relative;
  box-shadow: 0px 1px 5px #f8f9fa;
  border: 1px solid #f8f9fa;
}

.filter-body .product-in .product-img {
  position: relative;
  overflow: hidden;
  object-fit: contain;
}

.filter-body .product-in .product-img img.front {
  height: 200px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.filter-body .product-in .product-img .product-bin {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.4s ease;
  transform: translate(0px, 100%);
  opacity: 0;
}

.filter-body .product-in:hover .product-bin {
  transform: translate(0px, 0%);
  opacity: 1;
}

.filter-body .product-in .product-img .product-bin li {
  flex: 0 0 50%;
  width: 50%;
  text-align: center;
}

.filter-body .product-in .product-img .product-bin li a:nth-child(1) {
  border-right: 1px solid #f8f9fa52;
}

.filter-body .product-in .product-img .product-bin li a {
  padding: 10px;
  background: #009b41;
  display: block;
  color: #fff;
  transition: 0.4s ease;
}

.filter-body .product-in .Product-detail {
  padding: 12px;
  position: relative;
}

.filter-body .product-in .Product-detail h5 {
  color: #005a9c;
  margin-bottom: 5px;
  font-weight: bold;
}

.filter-body .product-in .Product-detail p {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 7px;
}

.filter-body .product-in .Product-detail .rating-sec {
  margin: 0;
}

.filter-body .product-in .Product-detail .view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

.filter-body .product-in .Product-detail .view a {
  padding: 10px;
  background: #005a9c;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.product-blocknew {
  padding: 60px 0;
}

.product-blocknew .product-view-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-blocknew .product-view-img img {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  object-fit: cover;
}

.product-blocknew .product-detail-new {
  position: relative;
  width: 100%;
}

.product-blocknew .product-detail-new h3 {
  color: #005a9c;
  font-size: 36px;
}

.product-blocknew .product-detail-new h5 {
  color: #005a9c;
  font-size: 26px;
}

.product-blocknew .product-detail-new .pr-price {
  font-size: 22px;
  color: #009b41;
  font-weight: bold;
}

.product-blocknew .product-detail-new .pr-price del {
  font-weight: normal;
}

.product-blocknew .product-detail-new .quantity-sec .input-group {
  width: 40%;
  margin-bottom: 20px;
}

.product-blocknew .product-detail-new .quantity-sec .input-group input {
  border: 1px solid #009b41;
}

.product-blocknew .product-detail-new .quantity-sec .input-group span {
  color: #fff;
  background: #009b41;
  border: 1px solid #037232c2;
  cursor: pointer;
}

.product-blocknew .product-detail-new .Add-cartbtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-blocknew .product-detail-new .Add-cartbtn a {
  padding: 10px 30px;
  background: #005a9c;
  color: #fff;
}

.product-full-detail {
  margin-top: 30px;
  position: relative;
}

.product-full-detail h5,
.filter-title p {
  color: #005a9c;
  font-size: 30px;
}

.product-full-detail ul {
  margin-bottom: 20px;
}

.product-full-detail ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

button {
  border-radius: 5px !important;
}

button.frombtn-in.btn-empty {
  border: 1px solid #ac0958 !important;
  background: transparent !important;
  color: #ac0958 !important;
  transition: 0.3s ease;
  margin-top: 0px;
  padding: 10px 20px;
}

.main_cont {
  background: url(middle_bg_2.jpg) !important;
}

.btn-fill {
  border: 1px solid #005a9c !important;
  background: #005a9c !important;
  color: #ffffff !important;
  transition: 0.3s ease;
  margin-top: 15px;
  padding: 10px 20px;
}

button.frombtn-in.btn-empty:hover {
  border: 1px solid #ac0958 !important;
  background: #ac0958 !important;
  color: #ffffff !important;
  transition: 0.3s ease;
}

.product-full-detail ul li i {
  font-size: 18px;
  color: #009b41;
  margin-right: 15px;
}

.product-full-detail ul li p,
.product-full-detail p {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  color: #a6a5a5;
}

.product-full-detail p {
  margin-bottom: 15px;
}

.modal {
  z-index: 105000000;
}

.health-sec .dashboard-elements {
  height: auto !important;
  flex-direction: row;
  cursor: pointer;
}

.health-sec .dashboard-elements .element-icon {
  margin-bottom: 0 !important;
  margin-right: 10px;
}

.health-sec .dashboard-elements h5 {
  margin-bottom: 0px;
  transition: 0.3s ease;
}

.health-sec .dashboard-elements.active {
  background: #009b41;
}

.health-sec .dashboard-elements.active h5 {
  color: #fff;
}

.product-blocknew .cart-section {
  padding: 20px;
  border: 1px solid #f8f9fa;
  position: relative;
  box-shadow: 0px 1px 5px #f8f9fa;
  margin-bottom: 30px;
}

.product-blocknew .cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: 1px solid #009b41;
}

.product-blocknew .cart-title h4 {
  font-size: 24px;
  color: #005a9c;
  margin: 0;
}

.product-blocknew .cart-title .title-btn button {
  border: none;
  position: relative;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background: #009b41;
  color: #fff;
  font-size: 20px;
}

.product-blocknew .cart-title .title-btn button i {
  margin-left: 8px;
  font-size: 22px;
}

.product-blocknew .cart-title .title-btn button .total {
  margin: 0;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #005a9c;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
}

.product-blocknew .cart-title .title-btn button .total p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.product-blocknew .cart-section .cross-sec {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: green;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}

.ordercart-sec .ordercart-box {
  padding: 20px;
  border: 1px solid #f8f9fa;
  position: relative;
  box-shadow: 0px 1px 5px #f8f9fa;
}

.ordercart-sec .ordercart-box .code-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ordercart-sec .ordercart-box .code-input .codeinputin {
  position: relative;
  width: 100%;
  padding: 18px 140px 18px 10px;
  background: #f8f9fa;
}

.ordercart-sec .ordercart-box .code-input button {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 10px;
  border: none;
  background: #009b41;
  color: #fff;
}

.ordercart-sec .ordercart-box .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ordercart-sec .total .total-title {
  font-size: 20px;
  color: #005a9c;
  font-weight: normal;
  margin: 0;
}

.total .price {
  font-weight: bold;
  color: #005a9c;
  font-size: 24px;
}

.checkout-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.checkout-box a {
  padding: 10px;
  border: none;
  background: #009b41;
  color: #fff;
}

.accordion-block-vtab.labs-report-newsec {
  padding: 70px 0;
}

.modal-by-filter .modal-title {
  color: #005a9c;
  font-weight: bold;
}

#add-btn {
  display: flex;
  position: fixed;
  bottom: 90px;
  right: 35px;
  z-index: 1000000;
  background: #005a9c;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

.Appointment-newsec .medicine-title {
  margin-bottom: 40px;
  color: #005a9c;
  border-bottom: 1px solid #f8f9fa;
}

.Appointment-newsec .medicine-title h3 {
  font-size: 30px;
}

.row {
  margin-bottom: 0px;
}

.medication-prescription ul {
  justify-content: center;
}

.medication-prescription ul .nav-item {
  margin: 0px;
}

.medication-prescription .tab-content {
  padding: 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #005a9c #005a9c #fff !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent #005a9c !important;
}

.medication-prescription .nav-tabs li a.active {
  color: #005a9c !important;
  border-color: #005a9c #005a9c #fff !important;
  border: none;
  border-bottom: 2px solid #005a9c !important;
  background-color: #e4e4e4 !important;
}

.table tr:hover {
  background: #f9f9f9;
}

.table tr {
  transition: 0.3s ease;
}

.my-loader {
  text-align: center;
  width: 100%;
}

.medication-prescription .nav-tabs li a {
  padding: 15px 50px;
  color: #005a9c;
  background-color: #fff;
  border: none;
  font-size: 20px;
  display: inline-block;
}

.no-data-block {
  padding: 10px;
  text-align: center;
}

.medication-prescription .nav-tabs li a.active {
  background: rgb(0, 90, 156);
  color: #ffffff;
}

.medicine-kit {
  padding: 20px;
  box-shadow: 0px 0px 20px rgb(199, 199, 199);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: 0.4s ease;
  margin-bottom: 20px;
}

.medicine-kit img {
  margin-right: 20px;
  width: 150px;
  border: 1px solid #f8f9fa;
}

.medicine-kit .med-detail {
  margin-right: 20px;
  width: 100%;
}

.medicine-kit .med-detail .medic-dosage {
  display: flex;
  margin-top: 10px;
}

.medicine-kit .med-detail .med-name {
  font-size: 18px;
  margin: 7px;
  color: #005a9c;
  font-weight: bold;
}

.medicine-kit .med-detail .med-cat {
  margin: 0;
  color: #009b41;
}

.mobile-show {
  display: none !important;
}

.loader-container {
  position: relative !important;
  background: rgb(255, 255, 255) !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
}

.page-link:hover {
  background-color: #005a9b !important;
  border-color: #005a9b !important;
}

@media (max-width: 1199px) {
  .foot-bottom-row .foot-bottomin ul li a,
  .foot-bottom-row .foot-bottomin p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .humberger .flip {
    display: block;
  }
  .medicine-kit .med-detail .medic-dosage {
    display: block;
  }
  .alert-popup {
    width: 100% !important;
    left: 0 !important;
    font-size: 12px !important;
  }
  .arabic-page .alert-popup {
    width: 100% !important;
    right: 0 !important;
  }
  .find-btn {
    margin-top: 10px;
  }
  .foot-bottom-row .foot-bottomin ul li a,
  .foot-bottom-row .foot-bottomin p {
    font-size: 12px !important;
  }
  .body-wrap .sidebar {
    width: 0% !important;
  }
  .body-wrap .sidebar.open {
    width: 320px !important;
  }
  .right-main-content {
    padding: 30px;
    position: relative;
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    transition: 0.5s ease;
  }
  .body-wrap .sidebar.open {
    width: 320px !important;
    z-index: 1000;
  }
  .right-main-content.open {
    padding: 30px;
    position: relative;
    width: 100% !important;
    margin-bottom: 100px;
    margin-left: 0% !important;
  }
  .arabic-page .body-wrap .sidebar.open {
    width: 0%;
  }
  .arabic-page .right-main-content.open {
    padding: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    margin-left: 0;
  }
  footer.footer-block.open {
    padding: 20px 30px;
    position: fixed;
    background: #076cc3;
    width: 100%;
    margin-left: 0%;
    transition: 0.5s ease;
    bottom: 0;
  }
  .arabic-page footer.footer-block {
    padding: 20px 30px;
    position: relative;
    background: #076cc3;
    width: 100%;
    margin-left: inherit;
    transition: 0.5s ease;
    margin-right: 0%;
  }
  footer.footer-block {
    padding: 20px 30px;
    position: relative;
    background: #076cc3;
    width: 100% !important;
    margin-left: 0% !important;
    transition: 0.5s ease;
  }
  .arabic-page .right-main-content {
    padding: 30px;
    position: relative;
    width: 100% !important;
    margin-bottom: 100px;
    margin-left: inherit;
    margin-right: 0 !important;
  }
  .arabic-page footer.footer-block {
    padding: 20px 30px;
    position: relative;
    background: #076cc3;
    width: 100% !important;
    margin-left: inherit;
    transition: 0.5s ease;
    margin-right: 0 !important;
  }
  .mobile-show {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
  .btn-appointment.mobile-show a {
    margin-right: 10px;
  }
  header.header .header-row .header-right {
    display: none !important;
  }
  header.header .header-row .header-left {
    flex: 0 0 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
  }
  .mobile-none {
    display: none !important;
  }
  header.header .header-row .header-left .logo {
    margin-right: 0 !important;
  }
  .mobile-show .humberger {
    margin-right: 20px;
    cursor: pointer;
  }
  a.select-header-lang {
    background: transparent !important;
    padding: 0 !important;
  }
  .right-main-content .visiter-block .visiter-blockin {
    display: block !important;
  }
  .upcoming-events-block .row {
    margin: 0 auto !important;
  }
  .upcoming-events-block .upcoming-block,
  .upcoming-events-block .upcoming-block ul {
    width: 100% !important;
  }
  .search-input-box {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .contentin .row input,
  .contentin .row select {
    margin-bottom: 15px !important;
  }
  .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block
    .clinic-detail
    .ul {
    display: block !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block
    .clinic-detail
    .ul
    li {
    margin-right: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }
  .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block.bg-green-l
    .clinic-detail
    .ul
    li
    p {
    margin: 0 !important;
    font-size: 18px !important;
    text-align: left !important;
    margin-bottom: 5px !important;
  }
  .alphabet-sec {
    margin-top: 0 !important;
  }
  .accordion-block-vtab.labs-report-newsec input,
  .accordion-block-vtab.labs-report-newsec select {
    margin-bottom: 20px;
  }
  .arabic-page
    .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block.bg-green-l
    .clinic-detail
    .ul
    li
    p {
    margin: 0 !important;
    font-size: 18px !important;
    text-align: right !important;
    margin-bottom: 5px !important;
  }
  
  app-camera-doctor video {
    margin-bottom: 0;
    height: auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  li.li-mob-bg {
    display: none;
  }
}

@media (max-width: 1024px) {
  #exampleModal button.close {
    position: absolute;
    top: 49px;
    z-index: 99;
    right: 48px;
  }
  .chatbot-div .modal-dialog {
    width: 97% !important;
  }
  header.header .header-row .header-left ul li a {
    font-size: 16px;
  }
  .bookappintment-block .symtom-text {
    text-align: center !important;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .header-row ul.web-view {
    display: none !important;
  }
  ul li.li-mob-bg a img {
    width: 27px;
    transition: 0.4s ease;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .chatbot-div iframe {
    height: 550px !important;
  }
  .sidebar ul.sidebar-menu {
    margin-bottom: 230px;
  }
  .sidebar.open {
    margin-top: 15px;
  }
  .arabic-page ul li.li-mob-bg a img {
    margin-right: 0px;
    margin-left: 15px;
  }
  .btn-appointment-imc.mobile-show {
    margin-top: 10px;
  }
  .btn-appointment-fc.mobile-show {
    margin-top: 2px;
  }
  body
    .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block
    img {
    max-width: 90px;
  }
  /* .header-row ul.web-view {
    display: none !important;
  } */
  ul li.li-mob-bg a img {
    width: 27px;
    transition: 0.4s ease;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 15px;
  }
  .modal-footer.otp-modal-footer .resend-btnbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
  .foot-bottom-row .foot-bottomin {
    display: block !important;
    text-align: center !important;
  }
  .leftvisit-block.seprater-line,
  .right-main-content .visiter-block .leftvisit-block .visit-title {
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
  .foot-bottom-row .foot-bottomin ul {
    justify-content: center !important;
    margin-bottom: 10px !important;
  }
  footer.footer-block {
    padding: 10px 10px !important;
  }
  .foot-bottom-row .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .Appointment-newsec {
    padding: 0px !important;
  }
  .Appointment-newsec .container {
    padding: 0px !important;
  }
  .profile-sec {
    padding: 20px 0 20px 0 !important;
  }
  .find-dr-newsec .dr-in .drin-img {
    border: 1px solid #faf9fa;
    margin-bottom: 15px !important;
  }
  .profile-sec .find-dr-newsec {
    margin-bottom: 0px !important;
    min-height: auto !important;
  }
  .pagenation-block {
    margin-top: 20px !important;
  }
  .contentin .row .mt-5 {
    margin-top: 20px !important;
  }
  .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block {
    margin-bottom: 20px !important;
  }
  .appointment-book-new {
    padding: 15px !important;
  }
  .appointment-book-new .next-appoint {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  .appointment-date {
    display: block !important;
  }
  .appointment-date .date {
    justify-content: flex-start !important;
  }
  .time {
    text-align: left;
  }
  .find-doc-element .container-fluid {
    padding: 0 !important;
  }
  .find-doc-element .find-doc-in input,
  .find-doc-element .find-doc-in select {
    margin-bottom: 10px !important;
  }
  .find-dox-new p {
    font-size: 16px !important;
  }
  .find-doc-ryt .select-block label,
  .find-doc-ryt .form-doctor-name label {
    font-size: 14px !important;
  }
  .alphabet-sec .alphabet-secin {
    flex-wrap: wrap !important;
  }
  .accordion-block-vtab.labs-report-newsec {
    padding: 20px 0 20px !important;
  }
  .flip-card {
    margin-bottom: 20px !important;
  }
  .arabic-page .time {
    text-align: right;
  }
}

@media (max-width: 720px) {
  .medicine-kit {
    display: block;
    padding: 10px;
  }
  .medicine-kit img {
    margin-right: 0;
    width: 50%;
    border: none;
  }
  .medicine-kit .med-detail .med-name {
    margin: 0 0 8px 0;
    font-size: 14px;
  }
  .medicine-kit .med-detail p {
    font-size: 14px;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 520px) {
  header.header {
    height: auto !important;
  }
  .body-wrap .sidebar .admin-block {
    padding: 10px 10px 10px 10px !important;
  }
  .arabic-page .find-dr-newsec .dr-in .drin-img {
    border: none;
    margin-bottom: 5px !important;
    padding: 0;
    text-align: right;
  }
  .flip-card .flip-card-back a {
    color: #2980b8;
    padding: 8px;
    background: #fff;
    font-size: 14px;
  }
  .accordion-block-vtab.labs-report-newsec .container {
    padding: 0;
  }
  .book-btn-block a {
    font-size: 14px;
  }
  .find-doc-ryt.find-dox-new .tab-content {
    padding: 10px !important;
  }
  .find-dox-new p {
    font-size: 14px !important;
    margin-bottom: 8px;
  }
  .find-dr-newsec .dr-in {
    padding: 10px;
    margin-bottom: 10px;
  }
  .page-link {
    padding: 5px;
    margin-left: 0;
    line-height: 12px;
    font-size: 12px;
  }
  .find-btn {
    margin-top: 10px !important;
  }
  .find-btn .btnin {
    border-radius: 0px;
    background: #009b41;
    border: none;
    padding: 10px 10px;
    color: #fff;
    transition: 0.5s ease-in-out;
    margin-right: 10px;
    font-size: 14px;
  }
  .right-main-content .visiter-block .leftvisit-block .visit-title img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    transition: 0s ease !important;
  }
  .loader-container {
    text-align: center !important;
  }
  .right-main-content .visiter-block .leftvisit-block .day {
    font-size: 16px !important;
    display: block !important;
  }
  .find-doc-ryt .find-btn {
    display: block !important;
  }
  .medicine-kit .med-detail hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .Appointment-newsec
    .medicine-block-sec
    .medicine-kit
    .med-detail
    .medic-dosage {
    display: block;
    margin-top: 0;
  }
  .medicine-block-sec .col-md-12 {
    padding: 0 !important;
  }
  .medicine-kit .med-detail .med-name {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .confirmation .row {
    height: auto !important;
    margin-bottom: 5px;
  }
  .btn-booking .reset {
    padding: 8px 10px !important;
    font-size: 14px !important;
  }
  .right-main-content .appointment-tabs-content .col-md-6,
  .right-main-content .appointment-tabs-content .col-md-12 {
    padding: 0 !important;
  }
  .all-report-data .col-md-12 {
    padding: 0 !important;
  }
  .reports-block h5 {
    font-size: 16px !important;
  }
  .upcoming-events-block .upcoming-block ul li a {
    display: block !important;
    padding: 0px !important;
  }
  .right-main-content .visiter-block .leftvisit-block .visit-title {
    padding-right: 0px !important;
  }
  .reports-block .report-list li span {
    color: #009b41;
    font-size: 13px !important;
    margin-right: 10px !important;
  }
  .upcoming-events-block .upcoming-block .upcoming-title {
    margin-bottom: 10px !important;
  }
  .upcoming-events-block .upcoming-block {
    padding: 10px !important;
  }
  .upcoming-events-block .upcoming-block .upcoming-title h3 {
    font-size: 16px !important;
  }
  .upcoming-events-block .upcoming-block ul li .doc-detail-sec h5 {
    font-size: 16px !important;
  }
  .upcoming-events-block .upcoming-block ul li .doc-detail-sec .specialties {
    font-size: 14px !important;
  }
  .upcoming-events-block .upcoming-block ul li a img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
  }
  .wrapper .header-toprow .header-toprowin .navbar,
  .arabic-page .wrapper .header-toprow .header-toprowin .navbar {
    width: 100%;
    justify-content: center;
  }
  .profile-detail-content {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .dr-profile-sec .profile-info ul li {
    display: block;
  }
  .dr-profile-sec .profile-info ul li span {
    flex: 0 0 100% !important;
    display: block;
    margin: 0 !important;
  }
  .dr-profile-sec .container {
    padding: 0 !important;
  }
  .dr-profile-sec .profile-info h5 {
    font-size: 20px;
  }
  .arabic-page
    .right-main-content
    .appointment-tabs-content
    .my_list
    .row
    .col-md-12.text-right {
    margin-bottom: 10px;
    text-align: right !important;
    padding: 10px;
  }
  .find-dr-newsec .dr-in .drin-content .dr-name {
    font-size: 20px !important;
  }
  .upcoming-events-block {
    margin-top: 10px !important;
  }
  .right-main-content {
    padding: 0px 15px 15px 15px !important;
    margin-bottom: 0px !important;
  }
  .alert-popup {
    width: 100% !important;
    left: 0 !important;
    font-size: 10px !important;
    top: 76px !important;
  }
  header.header .container-fluid {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .arabic-page header.header .header-row .header-left .logo img,
  header.header .header-row .header-left .logo img {
    width: 180px !important;
  }
  header.header .header-row .header-left ul li {
    margin-right: 0 !important;
    margin-left: 10px !important;
  }
  .mobile-show .humberger {
    margin-right: 0 !important;
    margin-left: 15px;
  }
  .mobile-show {
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
  }
  .body-wrap {
    padding-bottom: 0;
  }
  .right-main-content .visiter-block .visiter-blockin {
    padding: 0 !important;
    background: transparent !important;
  }
  .right-main-content .visiter-block .leftvisit-block {
    flex: 0 0 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 12px !important;
    background: #f9f9f9 !important;
    width: 100%;
  }
  .foot-bottom-row .foot-bottomin ul li a,
  .foot-bottom-row .foot-bottomin p {
    font-size: 10px !important;
  }
  .right-main-content .visiter-block .leftvisit-block h3 {
    margin-bottom: 10px !important;
    margin-right: 0px !important;
    font-size: 16px !important;
  }
  .right-main-content .visiter-block .leftvisit-block h3:after {
    height: 1px !important;
  }
  .right-main-content .appointment-tabs li {
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  .right-main-content .appointment-tabs-content {
    padding: 10px 10px !important;
  }
  .right-main-content
    .appointment-tabs-content
    .my_list
    .row
    .col-md-12.text-right {
    margin-bottom: 10px;
    text-align: left !important;
    padding: 10px;
  }
  .right-main-content .appointment-tabs-content .my_list .row {
    margin: 0 auto !important;
  }
  .right-main-content .appointment-tabs-content .contentin h3 {
    font-size: 16px !important;
  }
  .slots-loading .col-md-4 {
    width: 33.3%;
    padding: 0 5px;
  }
  .appoint-title p {
    font-size: 16px;
  }
  .alert-warning {
    font-size: 13px;
    margin-top: 10px;
  }
  .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block
    .clinic-detail
    h5 {
    font-size: 16px !important;
  }
  .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block {
    padding: 10px !important;
    display: block !important;
    text-align: center;
  }
  h5.record-title.text-main {
    font-size: 16px !important;
  }
  .right-main-content
    .appointment-tabs-content
    .appointment-card
    .doctor-clinic-block
    img {
    width: auto !important;
    height: auto !important;
    margin: 0 auto 10px !important;
    border-radius: 50% !important;
    object-fit: contain !important;
    position: relative;
    z-index: 11;
  }
  .right-main-content .appointment-tabs-content {
    padding: 10px 10px !important;
  }
  .row {
    margin-bottom: 0px !important;
    margin: 0px !important;
  }
  .find-dr-newsec .dr-in .drin-img {
    border: none;
    margin-bottom: 5px !important;
    padding: 0;
    text-align: center;
  }
  .find-dr-newsec .dr-in .drin-content {
    width: 100%;
    text-align: center;
  }
  .ul-lang-sec ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    margin: auto;
  }
  .book-btn-block {
    justify-content: center;
  }
  .search-input-box .search-box {
    border: 1px solid #015b9c;
    padding: 10px 10px 10px 10px !important;
    font-size: 16px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0px;
    margin-bottom: 20px;
  }
  .time-picker .row {
    margin-bottom: 0px !important;
  }
  .modal-content .modal-header {
    padding: 10px;
  }
  .modal-content .modal-header h4 {
    margin: 0px !important;
    font-size: 18px;
  }
  .dr-apooint {
    display: block;
  }
  .dr-apooint .dr-image {
    margin-right: 0 !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
  }
  .appointment-book-new .container {
    padding: 0 !important;
  }
  .right-main-content tabset .nav.nav-tabs {
    display: flex !important;
  }
  .right-main-content tabset .nav.nav-tabs li {
    border: 1px solid #f9f9f9 !important;
  }
  .right-main-content tabset .nav.nav-tabs li a {
    border-radius: 0 !important;
    padding: 8px !important;
  }
  .nav-tabs .nav-item .nav-link span img {
    display: block !important;
    margin: 0 auto 0px !important;
    width: 20px !important;
  }
  .flip-card {
    height: 200px !important;
  }
  .table th,
  .table td {
    padding: 5px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px !important;
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #076cc3 !important;
    border-color: #076cc3 !important;
  }
  .form-contact.container {
    padding: 10px !important;
  }
  .form-contact.container .card {
    padding: 10px !important;
  }
}

@media (max-width: 420px) {
  .arabic-page header.header .header-row .header-left .logo img,
  header.header .header-row .header-left .logo img {
    width: 150px !important;
  }
  .table th,
  .table td {
    padding: 4px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 9px !important;
    text-align: left;
  }
  .right-main-content .breadcrumb li a,
  .right-main-content .breadcrumb li {
    font-size: 13px !important;
  }
}

@media (max-width: 375px) {
  .foot-bottom-row .foot-bottomin ul li a,
  .foot-bottom-row .foot-bottomin p {
    font-size: 10px !important;
  }
  .find-doc-ryt .find-btn .btnin {
    margin-right: 0px !important;
    margin-bottom: 5px !important;
  }
  .alert-popup {
    width: 100% !important;
    left: 0 !important;
    font-size: 8px !important;
    top: 76px !important;
  }
}

.login-right-in form input {
  text-align: left;
  border-radius: 50px;
  border: 1px solid #005b9c;
}

.contentin h3 {
  text-align: left;
}

.arabic-page .contentin h3,
.arabic-page
  .right-main-content
  .appointment-tabs-content
  .appointment-card
  .doctor-clinic-block
  .clinic-detail
  h5 {
  text-align: right;
}

h5.record-title.text-main {
  text-align: right;
}

.arabic-page h5.record-title.text-main {
  text-align: left !important;
}

.ul-lang-sec ul li span ul {
  display: flex;
  align-items: center;
}

.ul-lang-sec ul li span ul li {
  margin-right: 5px;
}

.ul-lang-sec ul li span ul li:last-child {
  margin-right: 0px !important;
}

.dr-profile-sec .profile-info ul li span ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.dr-profile-sec .profile-info ul li span ul li {
  margin: 0 20px 0 0;
  padding: 0;
  border: none;
}

.btn {
  border-radius: 5px !important;
}

.pdf-block .container {
  padding: 0;
}

.tab-container ul.nav.nav-tabs {
  margin-top: 20px;
}

.flip-card-back {
  flex-direction: row !important;
}

.flip-card-back a:first-child {
  margin-right: 5px;
}

.last-td {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.last-td a:first-child {
  margin-bottom: 5px;
}

.last-td a {
  padding: 5px;
  background-color: #005a9b;
  color: #ffffff !important;
  border-radius: 5px;
}

.labnew-rightbar {
  display: flex;
}

.labnew-rightbar a {
  margin-left: 10px;
}

.modal-footer.otp-modal-footer {
  justify-content: center;
  display: flex;
}

.modal-footer.otp-modal-footer .resend-btnbar {
  display: block;
  width: 100%;
  text-align: center;
}

.modal-footer.otp-modal-footer .resend-btnbar button.btn-doneotp {
  padding: 12px;
  font-size: 14px;
}

.modal-footer.otp-modal-footer .resend-btnbar button.btn-doneotp:nth-child(2) {
  background: #005a9c !important;
  width: 30%;
  margin-top: 10px;
}

.otp-input {
  margin-bottom: 0px !important;
}

.alert-popup {
  background: #fbf3de;
  padding: 5px 10px;
  color: #aa957a;
  font-size: 14px;
  position: fixed;
  width: 78%;
  left: 22%;
  top: 81px;
  z-index: 999;
  border: 1px solid #aa957a;
}

.arabic-page .alert-popup {
  background: #fbf3de;
  padding: 5px 10px;
  color: #aa957a;
  font-size: 14px;
  position: fixed;
  width: 78%;
  left: inherit !important;
  top: 81px;
  z-index: 999;
  border: 1px solid #aa957a;
  right: 22%;
}

.form-btn {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
  margin-left: 10px;
}

.form-btn .frombtn-in {
  border: none;
  color: #fff;
  padding: 10px 20px;
  background: #ac0958;
  margin: 0 10px;
}

.main_cont {
  background: url(middle_bg.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form-contact .card {
  padding: 20px;
}

.form-contact .card h4 {
  color: #076cc3;
  font-size: 24px;
  margin-bottom: 20px;
}

.text-arabic {
  text-align: right;
  display: block;
}

.contact-element-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  padding: 20px;
  cursor: pointer;
}

.contact-element-block img {
  margin-bottom: 10px;
}

.contact-element-block p {
  color: #6b6868;
  text-align: justify;
}

.form-group {
  margin-bottom: 0.5rem;
}

.radio-block {
  display: block !important;
}

.assessment-repeat {
  text-align: center;
  padding: 50px 0;
}

.assessment-repeat h6 {
  color: #005a9c;
  font-size: 24px;
  margin-bottom: 30px;
}

.assessment-repeat .view-btn-block button {
  padding: 15px 25px;
  border: 1px solid #ac0958;
  background: #ac0958;
  color: #ffffff;
  border-radius: 50px;
  margin: 0 30px;
  transition: 0.3s ease;
}

.assessment-repeat .view-btn-block .btn-red {
  border: 1px solid #ac0958;
  background: #ac0958;
  color: #ffffff;
}

.assessment-repeat .view-btn-block .btn-red:hover {
  border: 1px solid #ac0958;
  background: transparent;
  color: #ac0958;
}

.assessment-repeat .view-btn-block .btn-blue {
  background-color: #005a9c;
  border: 1px solid #005a9c;
  color: #ffffff;
}

.assessment-repeat .view-btn-block .btn-blue:hover {
  background-color: transparent;
  color: #005a9c;
}

.vital-sign-block .vitalsign-vitals {
  padding: 20px;
  background: #f9f9f9;
  margin-top: 30px;
  position: relative;
}

.vital-sign-block .vitalsign-vitals .read-date {
  color: #005a9c;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.vital-sign-block .vitalsign-vitals .vital-sign-boxes {
  padding: 10px;
  background: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.vital-sign-block .vitalsign-vitals .vital-sign-boxes img {
  margin-bottom: 10px;
  max-width: 20%;
}

.vital-sign-block .vitalsign-vitals .vital-sign-boxes h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.vital-sign-block .vitalsign-vitals .vital-sign-boxes h4 {
  color: #2a2a2a;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}

.vital-sign-block {
  width: 100%;
}

.vital-sign-block .vitalsign-vitals .vital-sign-boxes {
  padding: 10px;
  background: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 576px) {
  .alphabet-sec {
    display: block !important;
  }
}

/* promsis Css */

.promis-block {
  margin-top: 20px;
}

.promis-block .promis-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.promis-block .promis-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.promis-block .promis-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.promis-block .promis-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.promis-block .promis-checkbox input:checked ~ .checkmark {
  background-color: rgb(0, 90, 156);
}

/* Create the checkmark/indicator (hidden when not checked) */

.promis-block .promis-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.promis-block .promis-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.promis-block .promis-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promis-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.promis-btn-group a {
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  color: #ffffff !important;
  transition: 0.3s ease;
  font-size: 18px;
  background: transparent;
  margin: 0 30px;
}

.dr-profile-sec .profile-info ul li span li {
  margin-right: 20px;
}

.promis-btn-group a.btn-pre {
  background: #ac0958;
}

.promis-btn-group a.btn-next {
  border: 1px solid #ac0958;
  color: #ac0958;
}

.promis-btn-group a.btn-exit {
  background: rgb(0, 90, 156);
}

.promis-block .promis-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.promis-block .promis-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.promis-block .promis-radio .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #bbb5b5;
  border-radius: 50%;
}

.assetment-center-block {
  text-align: center;
}

.assetment-center-block.btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-card .doctor-clinic-block .clinic-detail .consultation-ul a {
  color: #005a9b;
}

.assetment-center-block .btn-view .btn-pre {
  padding: 15px 25px;
  border: 1px solid #ac0958;
  background: #ac0958;
  color: #ffffff;
  cursor: pointer;
}

.assetment-center-block h4 {
  color: #005a9b;
  margin-bottom: 30px;
}

/* On mouse-over, add a grey background color */

.promis-block .promis-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.promis-block .promis-radio input:checked ~ .checkmark {
  background-color: rgb(0, 90, 156);
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.promis-block .promis-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.promis-block .promis-radio input:checked ~ .checkmark:after {
  display: block;
}

.promis-block-in label.mycheck {
  margin-bottom: 30px;
}

.promis-block-in h4,
.promis-block-in h5 {
  margin-bottom: 25px;
}

/* Style the indicator (dot/circle) */

.radio-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.radio-flex .promis-radio {
  margin-right: 30px;
}

.promis-block .promis-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.arabic-page .update-element .symptom-link {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.login-block .login-block-in {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  background: white;
  flex-direction: row;
}

.medication-prescription .table th,
.table th {
  background: #005a9b;
  padding: 20px !important;
  color: #ffffff;
  font-size: 20px !important;
}
.headcolor th {
  background: #dee7ee !important;
  padding: 20px !important;
  color: #000;
  font-size: 20px !important;
}

.arabic-apge .alphabet-secin.rating-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  padding: 10px;
}

.symtom-text {
  text-align: left;
}

.arabic-page .symtom-text {
  text-align: right;
}

.result-modal-window .modal-dialog {
  max-width: 40%;
  margin: 10rem auto;
}

.result-modal-window .modal-dialog h5 {
  color: #ffffff !important;
}

.result-modal-window .modal-dialog .close {
  color: #ffffff;
  opacity: 1;
}

.result-modal-window .modal-dialog .modal-body {
  background-image: url(../images/p.png);
  background-repeat: repeat;
  background-size: contain;
}

.result-modal-window .modal-dialog .modal-body ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.result-modal-window .modal-dialog .modal-body ul li span {
  font-size: 18px;
  color: #005a9c;
  line-height: 24px;
}

.result-modal-window .modal-dialog .modal-body ul li span:nth-child(1) {
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}

.result-modal-window .modal-dialog .modal-header {
  background: #005a9c;
}

.result-modal-window .modal-dialog .modal-body ul li.result-block {
  align-items: center;
  justify-content: center;
  display: flex;
}

.result-modal-window .modal-dialog .modal-body ul li.result-block span {
  max-width: 100px;
  flex: 0 0 100px;
  margin: 0 auto 10px auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
  font-size: 36px;
  font-weight: normal;
}

.carousel-indicators {
  bottom: -70px !important;
}

.carousel {
  position: relative;
  max-width: 90%;
  margin: auto;
}

.carousel-control-prev {
  left: -30px !important;
}

.carousel-control-next {
  right: -30px !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto !important;
}

.new-module-add {
  max-width: 90%;
  margin: auto;
}

.imc-filter {
  padding: 20px;
  background: #005a9c;
}

.imc-filter label {
  color: #ffffff;
}

.imc-filter .OR-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

div#prescription td.last-td {
  display: table-cell;
}

div#prescription td.last-td a {
  margin-left: 8px;
}

div#prescription .table th,
div#prescription .table td {
  padding: 20px;
}

div#exampleModal2 .modal-dialog {
  width: 100%;
  max-width: 90%;
  margin-top: 30px;
}

div#exampleModal2 {
  z-index: 9999;
}

div#exampleModal2 button.close {
  display: none;
}

.bookappintment-block .symtom-text {
  text-align: left;
  width: 100%;
}

.tele-health-con p {
  font-size: 17px;
  margin: 15px 0px 7px 0px;
}

.tele-health-con label {
  color: #000;
  font-size: 17px;
  display: inline;
  margin-top: 14px;
  padding-left: 9px;
}

.tele-health-con button.tele-cancel-btn {
  font-size: 14px;
  border: 1px solid #009b41;
  border-radius: 5px !important;
  color: #fff;
  margin-right: 15px;
  margin-top: 22px;
  background-color: #009b41;
  padding: 13px 15px;
  text-transform: uppercase;
}

.tele-health-con button.tele-process-btn {
  font-size: 14px;
  border: 1px solid #005a9c;
  padding: 13px 15px;
  border-radius: 5px !important;
  color: #fff;
  margin-right: 15px;
  margin-top: 22px;
  background-color: #005a9c;
  text-transform: uppercase;
}

.tele-btn-div {
  text-align: center;
}

.tele-health-model .modal-dialog {
  max-width: 70%;
}

.tele-health-con input {
  width: 20px;
  height: 20px;
}

.tele-health-con {
  background-image: url(../images/p.png);
  padding: 10px;
  background-size: cover;
  background-color: #e4e4e4;
}

button.tele-process-btn.class-disabled {
  opacity: 0.5;
}

.tele-check[type="checkbox"]:not(:checked),
.tele-check[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.tele-check[type="checkbox"]:not(:checked) + label,
.tele-check[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

.tele-check[type="checkbox"]:not(:checked) + label:before,
.tele-check[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tele-check[type="checkbox"]:not(:checked) + label:after,
.tele-check[type="checkbox"]:checked + label:after {
  content: "\2713\0020";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #000;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}

.tele-check[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.modal-dialog.tele_health_concents {
  max-width: 70%;
}

.modal-dialog.tele_health_concents .modal-content {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 650px;
}

.arbic-page-content {
  display: none;
}

.report-ui-table td.last-td {
  display: table-cell;
}

.report-ui-table td {
  padding: 20px !important;
}

.report-ui-table td.last-td a {
  margin-right: 5px;
}

.drin-content h3,
.drin-content h1,
.drin-content h2,
.drin-content h4,
.drin-content h5,
.drin-content h6 {
  font-size: 14px;
  font-weight: 400;
}

.tele-health-con label {
  float: left;
  width: 100%;
}

.tele-health-con p {
  font-size: 17px;
  margin: 0px;
  width: 100%;
  float: left;
}

.tele-health-con p b {
  margin-top: 14px;
  display: block;
}

.chatbot-div {
  position: fixed;
  bottom: 43px;
  right: 10px;
  z-index: 9999;
}

.chatbot-div a {
  display: block;
  width: 65px;
  height: 65px;
  overflow: hidden;
}

.chatbot-div a img {
  margin: 0 auto;
  display: block;
}

.chatbot-div iframe {
  height: 800px;
  max-width: 500px;
  border: none;
}

.chatbot-div .modal-dialog {
  width: 30%;
  float: right;
}

.confirmation-manage .row {
  font-weight: 600;
}

.modal-footer .btn-booking button:hover {
  color: #fff;
}

div#payMentModal h4 {
  color: #005a9c;
  font-size: 20px;
  margin: 0px;
  font-weight: 500;
}

.login-left-side h2.login-med-head {
  font-size: 32px !important;
  margin-top: 10px;
}

#exampleModal button.close {
  position: absolute;
  top: 80px;
  z-index: 99;
  right: 48px;
}

div#exampleModal .modal-header {
  border: none;
}

.arabic-page
  .symptom-link[_ngcontent-onm-c3]
  .symtom-text[_ngcontent-onm-c3]
  .symptom-head[_ngcontent-onm-c3] {
  font-family: "TheSans";
}

.arabic-page .symptom-link .symtom-text .symptom-sub-head,
.arabic-page .bookappintment-block h4,
.arabic-page .text-danger,
.arabic-page ul.alphabet-secin.rating-sec label {
  font-family: "TheSans";
}

.symtom-text p.symptom-head {
  font-family: "TheSans";
}

body button.btn.btn-primary.disagree-btn {
  background-color: transparent !important;
  color: #005a9b !important;
}

body button.btn.btn-primary.disagree-btn:focus {
  box-shadow: none;
  outline: none;
}

.arabic-page button.btn.btn-primary.disagree-btn {
  margin-left: 10px;
}

span.doctors-toggle-btn {
  display: inline-block;
  position: absolute;
  /* z-index: 99; */
  right: 15px;
}

/* span.doctors-toggle-btn .dropdown-menu.show {
  left: -180px !important;
} */

span.doctors-toggle-btn button,
span.doctors-toggle-btn button:hover {
  background-color: transparent !important;
  border: none;
  color: #076cc3 !important;
  font-size: 25px;
  padding: 5px;
  -webkit-appearance: none;
}

span.doctors-toggle-btn button:focus {
  outline: none;
  box-shadow: none;
}

span.doctors-toggle-btn .dropdown-toggle::after {
  content: none;
}

span.doctors-toggle-btn .dropdown-menu.show a {
  padding: 12px 28px;
  font-size: 18px;
}

span.doctors-toggle-btn .dropdown-menu.show a i {
  color: red;
}

.arabic-page span.doctors-toggle-btn {
  left: 12px;
  right: auto;
}

.no-data {
  background-color: #f9f9f9;
  padding: 10px 5px;
  margin-top: 20px;
}

.no-data h4 {
  text-align: center;
}

span.score-result {
  width: 100% !important;
  max-width: 100% !important;
  flex: 100% !important;
  margin: 0px !important;
}

ul.Appointment-card li {
  display: block !important;
  text-align: center;
}

ul.Appointment-card li h4 {
  margin-top: 15px;
  color: #005a9c;
  font-size: 23px;
  font-weight: 600;
}

ul.Appointment-card li p {
  margin-bottom: 10px;
  color: #005a9c;
}

.find-dr-newsec.new-find-dr .dr-in .drin-img img {
  width: 100%;
  max-width: 127px;
  margin: 0 auto;
  display: block;
}

.arabic-page .dr-in h4 a {
  float: left !important;
}

span.text-main p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 3px;
}

span.text-main {
  display: block;
  padding-left: 3px;
}

.drin-img img {
  border-radius: 100%;
  height: 165px;
  width: 165px;
}

a.carousel-control .carousel-control-next-icon {
  border-radius: 100%;
  font-size: 22px;
  width: 30px;
  height: 30px;
  background-image: none;
  position: relative;
}

a.carousel-control .carousel-control-prev-icon {
  border-radius: 100%;
  font-size: 22px;
  width: 30px;
  height: 30px;
  background-image: none;
  position: relative;
}

span.icon-prev.carousel-control-prev-icon:before {
  content: "\f053";
  position: absolute;
  font-family: fontawesome;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #005a9c;
}

span.icon-next.carousel-control-next-icon:before {
  content: "\f054";
  position: absolute;
  font-family: fontawesome;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #005a9c;
}

a.nextTimeSlotsTag {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 1px 10px;
  margin-top: 9px;
  border-radius: 3px;
}

a.nextTimeSlotsTag p {
  margin-bottom: 10px;
}

.carousel.slide:focus {
  outline: none;
}

.barcode {
  text-align: center;
}

#BarcodeModel .modal-dialog {
  max-width: 30%;
}

#BarcodeModel .modal-header {
  display: block;
}

#BarcodeModel button.close.m-0 {
  padding: 9px 7px;
}

#BarcodeModel button.btn.btn-default {
  background-color: #005a9b;
  color: #fff;
}

.arabic-page header.header .header-row .header-left ul li .request-btn img {
  transform: rotate(180deg) !important;
}
a#smart_report_view {
  margin-top: 10px;
  display: inline-block;
}
.arabic-page .lds-roller {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  top: 47%;
  right: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
table.table.table-responsive.report-ui-table th {
  font-size: 15px !important;
  text-align: center;
}
.clinic-name-main {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.clinic-name {
  display: block;
  margin: 0 auto;
  color: #0056b3;
  font-size: 25px;
}

/* today code */

@media (min-width: 769px) {
  td.collapse-row.mobile-number.collapsed {
    transition: all 0.5s ease;
  }
  .tables {
    display: flex !important;
    /* height: 100px; */
    background: #e2e1e1;
    margin-bottom: 0px !important;
  }
  .tables tbody {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .tables td {
    border-top: none !important;
  }
  button.btn.pull-right.mobile-inner-button.btns {
    background: transparent;
    color: #005a9b;
  }
  .table-s tbody td.clickable.collapse-row.mobile-number {
    text-align: left;
    /* width: 100%; */
  }
  .tables tbody tr.pull-left {
    width: 25% !important;
    display: flex;
    justify-content: center;
  }
  .tables tbody tr.pull-right {
    width: 75% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .tables tbody tr.pull-right td.name.name-s {
    width: 30%;
    text-align: center;
  }
  .tables tbody tr.pull-right td.date.date-s {
    width: 35%;
    text-align: center;
  }
  /* .tables tbody tr.pull-left td.pull-left.image-t img {
    margin-top: -18px;
  } */
}

th.hash {
  text-align: center !important;
}
td.nmbr {
  text-align: center !important;
}
.tables tbody tr.pull-left td.pull-left.image-t img {
  /* position: absolute; */
  width: 70px;
  height: 70px;
}
.tables tbody tr.pull-right td.name.name-s {
  color: #005a9b;
}
td.date.date-s {
  color: #005a9b;
}
@media (max-width: 768px) {
  body .image-t {
    padding: 0px !important;
  }
  p.cross-smart i.fa.fa-times {
    font-size: 12px !important;
  }
  .table-s {
    border: none !important;
  }
  tbody {
    border-top: 1px solid gray;
  }
  .table-s tbody td.clickable.collapse-row.mobile-number {
    width: 100%;
    text-align: left;
    padding-right: 10px !important;
  }
  .table-s tbody td.clickable.collapse-row.mobile-number {
    /* width: 55%; */
    text-align: left !important;
    /* padding-right: 0 !important; */
    padding-left: 0px !important;
  }
  .table-s tbody td.clickable.collapse-row.collapsed.mobile-number p.orderNo {
    font-size: 15px;
  }

  .table-s tbody td button.btn.blue-mob-btn.btns {
    padding: 8px 5px;
    font-size: 10px;
  }
}
.table-s tbody td.clickable.collapse-row.mobile-number p {
  margin: 10px 0px !important;
}
td.collapse-row.collapsed p.orderNo {
  font-size: 20px;
  color: #005a9b;
}
.table-s tbody td.clickable.collapse-row.mobile-number p.orderNo {
  font-size: 15px;
  color: #005a9b !important;
}
td.collapse-row.collapsed p.phisiName {
  font-size: 16px;
  color: #005a9b;
}
.table-s tbody td.clickable.collapse-row.mobile-number p.phisiName {
  font-size: 16px;
  color: #005a9b;
}
td.collapse-row.collapsed p.phisiName span {
  color: #005a9b;
}
.table-s tbody td.clickable.collapse-row.mobile-number p.phisiName span {
  color: #005a9b;
}
td.collapse-row.collapsed p.visiDate {
  color: #005a9b;
  font-size: 16px;
}
.table-s tbody td.clickable.collapse-row.mobile-number p.visiDate {
  font-size: 16px;
  color: #005a9b;
}
td.collapse-row.collapsed p.visiDate span {
  color: #005a9b;
}
.table-s tbody td.clickable.collapse-row.mobile-number p.visiDate span {
  color: #005a9b;
}
button.btn.blue-mob-btn.btns {
  color: #005a9b !important;
  background: transparent !important;
  border: 1px solid #005a9c !important;
}
.tables tbody tr:hover {
  background: #e2e1e1 !important;
}
.tables tbody tr.pull-right td.date.date-s {
  color: #005a9b !important;
}
p.tick-smart i {
  color: green;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
}
p.cross-smart i.fa.fa-times {
  color: red;
  font-size: 18px;
  font-weight: lighter;
}
p.tick-smart {
  margin-bottom: 0;
  /* position: relative;
  top: 52px; */
  color: #005a9b;
}
p.cross-smart {
  color: #005a9b;
  margin-bottom: 0;
  /* position: relative;
  top: 52px;
  left: -2px; */
}
table.mobile-table1.tables td {
  padding: 0px !important;
}
table.mobile-table1.tables tr {
  padding: 10px 0px;
}
table.table.table-responsive.report-ui-table.mobile-table.mobile-s
  tr
  th:nth-child(2) {
  text-align: left;
}
table.table.table-responsive.report-ui-table.mobile-table.mobile-s
  tr
  th:nth-child(3) {
  text-align: right;
}
button.btn.blue-mob-btn.btns {
  float: right;
}
.visit-detail-btn {
  padding-top: 12px;
}

.nav-link {
  background: #0e5a9b;
}

.swal2-container {
  z-index: 99999 !important;
}
