body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #00874F;
  text-decoration: none;
}

a:hover {
  color: #0edd0e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
      font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00874F;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00874F;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #0edd0e;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #00874F;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #00874F;
}
#header .logo img {
  max-height: 70px;
}
#header.fixed-top .logo img{
 padding: 5px 0px;
}
.scrolled-offset {
  margin-top: 70px;
}

.location span{
  font-style: normal;
}
#header .cart-btn{
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px;
  margin-left: 20px ;
  color: #2e2e2e;
  display: inline-block;
}

#header .cart-btn .bi{
  font-size: 25px;
}

span.total-quantity {
  position: absolute;
  top: -0.5rem;
  right: -0.55rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #00874F;
  color: #fff;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #00874F;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #00874F;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #00874F;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 1;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00874F;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00874F;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/background3.jpg") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #00874F;
}
#hero h2 span {
  color: #00874F;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
      font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #00874F;
}
#hero .btn-get-started:hover {
  background: #0edd0e;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #00874F;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #00874F;
}
#hero .btn-watch-video:hover i {
  color: #0edd0e;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
  .carousel-inner img {
    height: 40vh !important;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #00874F;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.section-title h3 span {
  color: #00874F;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #00874F;
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 50px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #f1f6fe;
  border-radius: 5px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #0edd0e;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #00874F;
}
.services .icon-box:hover .icon {
  border-color: #00874F;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00874F;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00874F;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# package
--------------------------------------------------------------*/
.package {
  padding: 30px 0;
}
.package .product {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.package .product .product-img {
  position: relative;
  overflow: hidden;
}
.package .product .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.package .product .social a:hover {
  background: #5c5f5f;
}
.package .product .social i {
  font-size: 18px;
}
.package .product .product-info {
  padding: 25px 15px;
}
.package .product .product-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.package .product .product-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.package .product .product-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.package .product:hover .social {
  opacity: 1;
  bottom: 15px;
}
.product-info h6, .bi-price{
  color: #0edd0e;
}
.add-cart{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0px 28px;
    background: #00874F;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
}
.add-cart:hover{
  background: #0edd0e;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.home-blog {
    padding-top: 60px;
    padding-bottom: 60px;
}
.home-blog .section-title {
    padding-bottom: 15px;
}
.home-blog .media {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .home-blog .media {
        margin-top: 30px;
    }
}
.media.blog-media {
    margin-top: 30px;
    position: relative;
    display: block;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}
.media.blog-media .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    position: absolute;
    padding: 0;
    top: 20px;
    left: 20px;
    text-align: center;
    box-shadow: none;
    transform: translateX(0);
    color: #fff;
    transition: background-color 0.3s ease;
}
.media.blog-media .circle .day {
    color: #fff;
    transition: color 0.25s ease;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-top: 12px;
}
.media.blog-media .circle .month {
    text-transform: uppercase;
    font-size: 14px;
}
.media.blog-media > a {
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 230px;
    }
}
.media.blog-media > a img {
    width: 100%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
}
.media.blog-media:hover .circle {
    background-color: rgba(255, 255, 255, 0.9);
}
.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
    color: #222;
}
.media-body h5 {
  color: #222;
}
.media.blog-media:hover .media-body h5 {
    color: #00874F;
}
.media.blog-media:hover .media-body a.post-link {
    color: #00874F;
    text-decoration: underline;
}
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 20px 30px 10px;
    font-size: 14px;
    background: #fff;
    border-top: none;
}
@media (min-width: 992px) {
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 20px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 11px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #00874F;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
label.error{
  color: #dc3545;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #00874F;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #00874F;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #0edd0e;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #00874F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f5f8fd;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #00874F;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
      font-family: "Open Sans", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00874F;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #00874F;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00874F;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #0edd0e;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


/*--------------------------------------------------------------
# Vision & Mission
--------------------------------------------------------------*/
.vision-mission .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.vision-mission .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.vision-mission .icon-box:hover::before {
  background: #00874F;
  top: 0;
  border-radius: 0px;
}
.vision-mission .icon {
  margin-bottom: 15px;
}
.vision-mission .icon i {
  font-size: 48px;
  line-height: 1;
  color: #00874F;
  transition: all 0.3s ease-in-out;
}
.vision-mission .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.vision-mission .title a {
  color: #111;
}
.vision-mission .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.vision-mission .icon-box:hover .title a, .vision-mission .icon-box:hover .description {
  color: #fff;
}
.vision-mission .icon-box:hover .icon i {
  color: #fff;
}

.cart-table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.cart-table .qty input{
  width: 15%;
  text-align: center;
}
.box-shadow{
  -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
}
.btn-theme{
  background: #00874F;
  color: #fff;
}
.btn-theme:hover {
  background: #0196aa;
  color: #fff;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mb-1{
  margin-bottom: 10px;
}
.mt-3{
  margin-top: 30px;
}
.box-shadow{
  box-shadow: 0px 2px 15px rgb(16 110 234 / 15%);
}


.packages-card .card-body {
  padding: 0px;
  position: relative;
  background: #fff;
}
.pagination {
  display: inline-block;
}
.pagination > li {
  display: inline-block;
}
.page-link:hover, .page-link:focus {
  box-shadow: none;
  background: #0196aa;
  color: #ffffff;
  border-color: #0196aa;
}
.pagination > li > a {
  color: #00874F;
  font-weight: 600;
  border-color: #e9eaed;
}
.package-price {
  color: #0196aa;
  font-weight: 600;
}

.card-body span.packages-price {
  font-size: 16px;
  line-height: 24px;
  color: #00874F;
  font-weight: 600;
}

hr.top-hr:not([size]) {
  height: 0.5px;
  color: #0196aa;
  opacity: 9;
}

hr.bottom-hr:not([size]) {
  height: 0.5px;
  color: #e8e8e8;
  opacity: 9;
}
.custom-parameter {
  background: #0196aa;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}

.modal-body .package-listing ul {
  padding-left: 1.2rem;
  overflow-y: auto;
  max-height: 292px;
}

.package-listing ul li::marker{
  color: #00874F;
}

.packages-card{
  box-shadow: 0px 2px 15px rgb(16 110 234 / 15%);
}

span.package-offer {
  display: inline-block;
  padding: 6px 10px;
  min-height: 26px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  background: #fbe6d9;
  color: #ec8238;
}
.packages-price del{
  color: #aaaaaa;
  font-size: 14px;
  padding-left: 1px;
}
a.a-btn {
  color: #00874F;
  position: relative;
  display: inline-block;
  padding-right: 23px;
  font-size: 18px;
}
.packages-card:hover a.a-btn{
  color: #0196aa;
}
.packages-card:hover a.a-btn::before {
  background: #0196aa;
}
.packages-card:hover a.a-btn::after {
  background: #0196aa;
}
a.a-btn::before {
  content: "";
  width: 2px;
  height: 14px;
  display: inline-block;
  background: #00874F;
  position: absolute;
  right: 6px;
  top: 6px;
}
a.a-btn::after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  display: block;
  background: #00874F;
  right: 0;
  top: 12px;
}

.table> tbody th{
  width: 30%;
  white-space: nowrap;
  font-weight: 600;
}
.packageDetail td{
  width: 70%;
}

.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
  background: #00874F;
  color: #ffffff;
}
.tab .nav-tabs .nav-link {
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  color: #1f2632;
  position: relative;
}

/*--------------------------------------------------------------
# Appointment
--------------------------------------------------------------*/
.bg-1 {
  background: url(../img/appoinment-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.contact-bg{
  background: url(../img/contact-bg.png) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.about-bg{
  background: url(../img/about-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.health-bg{
  background: url(../img/healthpack-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.page-title {
  padding: 50px 0px 50px 0px;
}
.page-title .overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.page-title .block h1 {
  color: #fff;
}
.feature-icon .fa-phone{
  color: #00874F;
}
.appoinment-wrap select.form-control{
  appearance: auto !important;
}

/*--------------------------------------------------------------
# Banner Breadcrumbs
--------------------------------------------------------------*/
.page-title ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.page-title ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}
.page-title ul li:last-child::before{
  display:none;
}
.page-title ul li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00874F;
}
.page-title ul li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}
.page-title ul li a:hover{
  color: #00874F;
}


/* order card start here */

.order-card .user-card-full {
  overflow: hidden
}

.order-card .card {
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
  background: #fff;
}

.order-card .user-profile2 {
  padding: 0px;
}

.order-card .m-b-25 {
  margin-bottom: 25px
}
.order-card .card .card-block p {
  line-height: 25px
}

.order-card .b-b-default {
  border-bottom: 1px solid #e0e0e0
}

.order-card .f-w-600 {
  font-weight: 600
}
.btn-primary{
  background-color: #1d6693;
  border: 1px solid #1d6693;
  color: #fff;
  padding: 5px 18px;
  border-radius: 5px;
}
.btn-primary:hover{
  background: #00874F;
  border: 1px solid #00874F;
}

.btn-secondry{
  background-color: #00874F;
  border: 1px solid #00874F;
  color: #fff;
  padding: 5px 18px;
  border-radius: 5px;
}
.btn-secondry:hover{
  background: #00874F;
  border: 1px solid #00874F;
}

.report-card .card {
  word-wrap: break-word;
  text-align: center;
}

.report-card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.report-card .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.report-card .table th,
.table thead th {
  font-weight: 600;
  text-align: center;
}

.report-card .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.report-card .table th {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.report-card th {
  text-align: inherit
}
.report-card .table{
  border: 0;
  margin-bottom: 0;
}
.search-patient{
  background-color: #1d66930f;
}

.passworrd-field{
 margin-right: 15px;
}

.btn-submit-pass {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00874F;
  background: none;
  font-size: 16px;
  padding: 8px 20px;
  background: #00874F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.btn-submit-pass:hover{
  background: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}
.passworrd-field form input[type=password] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.passworrd-field form {
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
  text-align: left;
  border: 1px solid #e0e0e0;
}
.table-responsive .table>:not(caption)>*>*{
  border-bottom-width: 0px;
}
.table .btn-primary{
  background: #0edd0e;
  border: 1px solid #0edd0e;
}
.table .btn-primary:hover{
  background: #00874F;
  border: 1px solid #00874F;
  color: #fff;
}
.table .btn-secondry{
  background: #00874F;
  border: 1px solid #00874F;
}
.table .btn-secondry:hover{
  background: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}

.search-order .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00874F;
  background: none;
  font-size: 16px;
  padding: 8px 20px;
  background: #00874F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.search-order .btn-submit:hover{
  background: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}
.search-order .form input[type=text] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.search-order .form {
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
  text-align: left;
  border: 1px solid #e0e0e0;
}
.search-order-banner .form {
  width: 40%;
  display: inline-flex;
}
.search-order .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00874F;
  background: none;
  font-size: 16px;
  padding: 8px 20px;
  background: #00874F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.search-order .btn-submit:hover{
  background: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}
.order-bg{
  background: url(../img/order-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.order-bg2{
  background: url(../img/order-bg2.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.alert-success, .alert-warning  {
  width: 15%;
  right: 0;
  float: right;
  top: 20%;
  border-radius: 0;
  position: fixed;
  display: none;
}
/*#cart-sec{
  display: none;
}*/
/*#checkout-sec{
  display: none;
}*/
button.page-link {
	display: inline-block;
}
button.page-link {
    color: #00874F;
    font-weight: 500;
}
.offset{
  width: 500px !important;  
}

/* Login Start here */

.login .form-style input{
	height:45px;
	border-radius:0;
}
.login .form-style input:focus{
border-bottom:1px solid #1d6693;	
box-shadow:none;
outline:0;
background-color:#ebebeb;	
}
.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	color:#ccc;
}
.login button{
  height:45px;	
}

.login .btn {
  display: inline-block ;
  font-weight: 400 ;
  color: #fff ;
  text-align: center ;
  vertical-align: middle ;
  cursor: pointer ;
  user-select: none ;
  border: 1px solid transparent ;
  padding: 0.375rem 0.75rem ;
  font-size: 1rem ;
  line-height: 1.5 ;
  border-radius: 0.25rem ;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out ;
}
.login{
    min-height: 100% ;
    height: auto ;
    padding: 5px ;
    z-index: 550 ;
    width: 100% ;
}
.border-r{
  border-right: 1px solid #e3e3e3;
}
#reset-password{
  display: none;
}
.appoinment-form .form-control{
  border-radius: 0;
  padding: 10px 15px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
.appoinment-form .form-control:focus{
  border-color: #00874F;
  box-shadow: none;
}
.search-test .form-control {
  padding: 6px 10px;
  border-radius: 0px;
  width: 50%;
}
form.search-test::after {
  content: "";
  clear: both;
  display: table;
}
.search-test button {
  float: left;
  width: 5%;
  padding: 10px;
  background: #00874F;
  color: white;
  font-size: 17px;
  border: 1px solid #00874F;
  border-left: none;
  cursor: pointer;
}

.search-test button:hover {
  background: #0edd0e;
}
.search-test .form-control:focus {
  box-shadow: none;
  border-color: #00874F;
}

.search-test-filter .form-control {
  padding: 6px 10px;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  border: 1px solid #0edd0e;
}
form.search-test-filter::after {
  content: "";
  clear: both;
  display: table;
}
.search-test-filter button {
  float: left;
  width: 10%;
  padding: 10px;
  background: #00874F;
  color: white;
  font-size: 17px;
  border: 1px solid #00874F;
  border-left: none;
  cursor: pointer;
}

.search-test-filter button:hover {
  background: #0edd0e;
  border: 1px solid #0edd0e;
}
.search-test-filter .form-control:focus {
  box-shadow: none;
  border-color: #00874F;
}
.bg-color{
  background-color: #0edd0e;
}
#navbar .avtar-user ul{
  right: 0px !important;
  left: unset !important;
  padding: 0px !important;
}
#navbar .avtar-user ul li {
  min-width: 150px !important;
}
.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.avtar-user .dropdown-item:active {
  background-color: #fff !important;
  color: #00874F !important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #fff !important;
  color: #00874F !important;
}
.report-table .table thead th {
  background-color:#0196aa !important;
  color: #fff !important;
}
.report-table th.align-middle{
  text-align: left;
  border-right: 1px solid #0196aa;
}
.report-table .table strong{
  color: #0196aa !important;
}
#reportModalLabel{
  color: #0196aa !important;
}
.report-table .table>:not(:first-child) {
  border-top: 2px solid #00874F;
}
.report-table .table{
  border-color: #000 !important;
}
#reportModal .btn-secondary{
  background-color:#0196aa !important;
  color: #fff !important;
  border: 1px solid #0196aa !important;
}
.login-card a.patient_signup{
  color: #0196aa;
}
.login-card a.patient_signup:hover{
  color: #00874F;
}
.register select.form-control {
  appearance: auto !important;
}
.register .form-style select {
  height: 45px;
  border-radius: 0;
}
#terms-conditionModal strong{
  color: #00874F;
}
.field-icon {
  margin-top: 40px !important;
  position: absolute;
  z-index: 2;
  right: 5px;
}
.iti{
  width: 100% !important;
}
select.form-control {
  appearance: auto !important;
}
.packages-title h5{
  font-size: 1.1rem !important;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.3;
}
.navbar > ul > li > a.cart-btn:before{
  background-color: #fff;
}

.dropdown-menu-arrow {
  top: -28px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 10px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
  }
.dropdown-menu-arrow:after {
  bottom: -21px;
  right: -110px;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
  bottom: -20px;
  right: -110px;
  border-bottom-color: rgba(0,0,0,.15);
}
.flaticon-help-call {
  color: #00874F;
}
.contact .info-box {
  text-align: center;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
  padding: 50px 0 56px 0;
  background: #fff;
}
.form-control{
  border-radius: 25px;
}
.package-listing li{
  list-style-type: square;
}
.loc-head {
  background: #fff;
  border: 1px solid #0edd0e;
  display: flex;
  align-items: center;
  color: #00874F;
  width: auto;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
}
.loc-head span.text{color: #00874F;}
.loc-head:hover span.text{
  color: #0edd0e;
}
.loc-head:hover span.gps-icon{
  fill: #0edd0e;
}
.loc-head:hover span.pic{
  color: #0edd0e;
}
.loc-head span.pic {
  border: 2px solid #c0cdd5;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00874F;
}
.loc-head span.gps-icon {
  margin-left: 10px;
  fill:#00874F;
}
.loc-head i {
  width: 20px;
}
.loc-head span.text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0 0 0 10px;
  color: #00874F;
  max-width: calc(100% - 45px);
  width: 100%;
  text-align: left;
  font-weight: 600;
}
.view-button a.btn-sm{
  font-weight: 400;
  padding: 0.25rem 0.5rem !important;
  font-size: .875rem;
  border-radius: 0.2rem;
  display: inline-block;
}
.dropdown ul span.me-2{
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  hyphens: auto !important;
  white-space: normal !important;
}

.right-nav.dropdown ul{
  width: 240px;
}
.right-nav.dropdown ul .list-item{
  height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
select.page-link{
  color: #00874F;
}
@media screen and (max-width: 768px) {
  #header .logo img {
    padding: 5px 0px;
  }
  .d-xs-none{
    display: none !important;
  }
  .search-order-banner form {
    width: 100%;
}
#hero {
  height: 100vh;
}
.cart-table .qty input {
  width: 100%;
}
.alert-success, .alert-warning  {
  width: 50%;
}
.user-card-full .card-block{
  padding: 15px;
}
.user-card-full h4{
  padding-left: 15px;
} 
.passworrd-field{
  margin-right: 0px;
}
.report-card .btn-icon{
  margin-bottom:10px;
}
.user-card-full h4.card-block{
    margin-top: 1rem!important;
}
.border-r{
  border-right: none;
}
.login .p-5{
  padding: 15px !important;
}
.search-order-banner .form {
  width: 100%;
}
}



/*--------------------------------------------------------------
# Schedule Timing
--------------------------------------------------------------*/

.profile-sidebar {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.widget-profile {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.pro-widget-content {
  padding: 20px;
  text-align: center;
}
.widget-profile .profile-info-widget {
  display: block;
  text-align: center;
}
.profile-det-info h3 {
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 20px;
  color: #00874F;
}

.schedule-timing .form-group {
  margin-bottom: 1.25rem;
}
.schedule-timing .tab-content {
  padding-top: 20px;
}
.patient-details h5 {
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule-timing .tab-pane{
  padding-left: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #00874F;
}
.schedule-timing .nav-link 
{
  color: #00874F;
}
.schedule-header {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px;
}

.schedule-nav .tab-content .nav-item:hover {
  background: #fff !important;
}
.schedule-nav .nav-item:hover {
  background: #eee !important;
  color: #000 !important;
}
.schedule-nav .tab-content .nav-item {
  border: none;
}

.schedule-timing .tab-content>.active {
  display: block;
}
.schedule-timing .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5rem 0.7rem;
  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;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.schedule-timing .fade {
  transition: opacity .15s linear;
}
.schedule-nav .nav-tabs {
  border: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-view .nav-item {
  width: 25%;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}
.doc-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.doc-slot-list a {
  color: #0edd0e;
  display: inline-block;
  margin-left: 5px;
}


/*--------------------------------------------------------------
# 03/02/2022
--------------------------------------------------------------*/
.schedule-timing .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}
.schedule-nav li span {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.schedule-nav li span.slot-date {
  display: block;
  color: #757575;
  font-size: 14px;
}
.schedule-nav li {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 20%;
}
@media (max-width: 1200px) {
  .schedule-nav li {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 20%;
  }
}
.schedule-nav li.left-arrow {
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 15%;
  width: 20px !important;
  transform: translateY(-50%);
}
.schedule-nav li.right-arrow {
  right: 0px;
  padding: 0 !important;
  position: absolute;
  text-align: center;
  top: 15%;
  width: 20px !important;
  transform: translateY(-50%);
}
.schedule-cont {
  padding: 20px 0px;
}
.time-slot ul {
  list-style: none;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0;
  padding: 0;
}
.clearfix::before {
  display: table;
  content: '';
}
.time-slot li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 14.28%;
  min-height: 1px;
}
.time-slot li .timing {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #757575;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 5px;
  text-align: center;
  position: relative;
}
.time-slot li .timing.selected {
  background-color: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}
.time-slot li .timing.selected::before {
  color: #fff;
  content: "\f00c";
  font-size: 12px;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: 9px;
}
.schedule-widget{
  margin-top: 10px;
}
.pagination > li.disabled{
  pointer-events: none;
  opacity: 0;
}
.pl-25{
  padding-left: 25px;
}
.pr-25{
  padding-right: 25px;
}
@media (max-width: 768px) {
  .schedule-widget > div {
    width: 730px;
  }   
  .schedule-widget {
    overflow-x: auto;
  }
  .schedule-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: unset;
  }
  .schedule-nav li {
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      width: 100px;
  }
  .time-slot li {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }

  #header .logo {
    font-size: 12px !important;
  }
  .header-location{
    width: 55% !important;
  }
  #header.fixed-top {
    position: relative !important;
  }
  .mobile-nav-toggle{
    position: absolute !important;
    right: 0 !important;
    z-index: 999 !important;
  }
  #header .cart-btn{
    right: 30px !important;
  }
  .navbar .dropdown ul{
    right: 30px !important;
  }
  .DivGridImagingServices{
    width: auto !important;
  }
  .labnetwork-addressCard {
    height: auto !important;
  }
  .labnetwork-Main-Address{
    font-size: 1.3rem;
  }
  .labnetwork-placeAddress {
    display: block !important;
  }
  .labnetwork-PinLogo {
    display: block !important;
    margin: 1rem auto !important;
  }
  .labnetwork-Main-Address{
    margin-top: 1rem !important;
  }
  .labnetwork-packDetails{
    margin-top: 1.2rem !important;
  }
  .teeth-intra ul {
    text-align: center;
  }
  .teeth-intra {
    background: none !important;
  }
  .teeth-intra li {
    width: 300px !important;
    border: 1px solid #c3c3c3;
    vertical-align: top;
    padding: 10px;
    margin: 4px;
  }
  #Teeth::after {
    display: none;
  }
  .teeth-intra-tab1, .teeth-intra-tab2, .teeth-intra-tab3, .teeth-intra-tab4, .teeth-intra-tab5, .teeth-intra-tab6, .teeth-intra-tab7 {
    position: inherit !important;
  }
  #Teeth .heading1 {
    font-size: 22px !important;
    font-weight: 700 !important;
  }
  .navbar {
    margin-left: 0rem !important;
}
.header-location{
  margin-right: 15px !important;
}
.whyimaging .justify-content-between {
  justify-content: unset !important;
}

}
@media screen and (max-width: 1065px) {
  #Teeth::after {
    width: 424px;
  }
}
@media screen and (max-width: 960px){
  #Teeth .heading1 {
      margin: 0 0 30px 0% !important;
      width: inherit !important;
  }
}

/************************* schedule Page ***************************/
.schedulebold{ font-size:14px; font-weight:bold; color:#555;}
.scheduleContainer{ width:100%; background:#fff; padding:0px 0px 20px 0px; margin:15px auto}
.scheduleHeader{ width:100%; padding:20px 10px;  background:#D9EDF6;color:#05629D; font-size:22px; font-weight:bold; text-transform:capitalize;}
.scheduleBox{ width:100%; height:auto; padding:10px 0px 10px 0px; border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
/************* Color Refences*/
.scheduleConfirm{ float:left; height:20px; padding:0px 20px 0px 0px; line-height:20px; margin:2px 5px;}

.shbox{ height:50px;}
.scheduleBooked{ background:#F8C65B;  }
.scheduleBooked:hover{ background:#1F6C9C;  cursor:pointer;}
.scheduleAvailable{ background:#BE93C8;   }
.scheduleAvailable:hover{ background:#2D96D8;color:#fff;cursor:pointer;}
.scheduleVacation{ background:#F982AC;  }
.scheduleVacation:hover{ background:#1F6C9C;color:#fff;cursor:pointer;}
.scheduleLunch{ background:#D9EDF6 ;  }
.scheduleLunch:hover{ background:#1F6C9C;color:#fff;cursor:pointer;}
.scheduletentitive{ background:#8CD061 ; }
.scheduletentitive:hover{ background:#1F6C9C;color:#fff;cursor:pointer;}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #00874F;
  text-decoration: none;
}

a:hover {
  color: #0edd0e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
      font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00874F;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Pagination Loader
--------------------------------------------------------------*/

#pagination_loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  opacity: 0.6;
  background: #ccc;
}

#pagination_loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00874F;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00874F;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #0edd0e;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #00874F;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 0.5px solid #a9a9a9;
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #00874F;
}
#header .logo img {
  max-height: 70px;
}
#header.fixed-top .logo img{
 padding: 5px 0px;
}
.scrolled-offset {
  margin-top: 70px;
}

.location span{
  font-style: normal;
  text-transform: capitalize;
}
#choose_location .modal-body .btn-theme:hover{
  background: #00874F;
  color: #fff;
  cursor: unset;
}
#header .cart-btn{
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin-left: 20px ;
  color: #2e2e2e;
  display: inline-block;
}
#header .cart-btn{
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px;
  margin-left: 20px ;
  color: #2e2e2e;
  display: inline-block;
}
#header .cart-btn .bi{
  font-size: 25px;
}

span.total-quantity {
  position: absolute;
  top: -0.1rem;
  right: 0rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #00874F;
  color: #fff;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #00874F;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #00874F;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #00874F;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 1;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00874F;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00874F;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/background3.jpg") top left;
  background-size: cover;
  position: relative;
}
.soum-banner{
  background: url("../img/soum-banner.jpg") top left !important;
  background-size: cover !important;
  background-repeat: no-repeat
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #00874F;
}
#hero h2 span {
  color: #00874F;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
      font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #00874F;
}
#hero .btn-get-started:hover {
  background: #0edd0e;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #00874F;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #00874F;
}
#hero .btn-watch-video:hover i {
  color: #0edd0e;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #00874F;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: 700;
}
.section-title h3 span {
  color: #00874F;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #00874F;
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 50px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #f1f6fe;
  border-radius: 5px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #0edd0e;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #00874F;
}
.services .icon-box:hover .icon {
  border-color: #00874F;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00874F;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00874F;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# package
--------------------------------------------------------------*/
.package {
  padding: 30px 0;
}
.package .product {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.package .product .product-img {
  position: relative;
  overflow: hidden;
}
.package .product .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.package .product .social a:hover {
  background: #5c5f5f;
}
.package .product .social i {
  font-size: 18px;
}
.package .product .product-info {
  padding: 25px 15px;
}
.package .product .product-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.package .product .product-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.package .product .product-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.package .product:hover .social {
  opacity: 1;
  bottom: 15px;
}
.product-info h6, .bi-price{
  color: #0edd0e;
}
.add-cart{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0.5rem 0.7rem;
    margin: 15px 15px;
    background: #00874F;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 5px;
}
.cartCardBox{
  padding: 15px;
}
.add-cart:hover{
  background: #0edd0e;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.home-blog {
    padding-top: 60px;
    padding-bottom: 60px;
}
.home-blog .section-title {
    padding-bottom: 15px;
}
.home-blog .media {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .home-blog .media {
        margin-top: 30px;
    }
}
.media.blog-media {
    margin-top: 30px;
    position: relative;
    display: block;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}
.media.blog-media .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    position: absolute;
    padding: 0;
    top: 20px;
    left: 20px;
    text-align: center;
    box-shadow: none;
    transform: translateX(0);
    color: #fff;
    transition: background-color 0.3s ease;
}
.media.blog-media .circle .day {
    color: #fff;
    transition: color 0.25s ease;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-top: 12px;
}
.media.blog-media .circle .month {
    text-transform: uppercase;
    font-size: 14px;
}
.media.blog-media > a {
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 230px;
    }
}
.media.blog-media > a img {
    width: 100%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
}
.media.blog-media:hover .circle {
    background-color: rgba(255, 255, 255, 0.9);
}
.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
    color: #222;
}
.media-body h5 {
  color: #222;
}
.media.blog-media:hover .media-body h5 {
    color: #00874F;
}
.media.blog-media:hover .media-body a.post-link {
    color: #00874F;
    text-decoration: underline;
}
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 20px 30px 10px;
    font-size: 14px;
    background: #fff;
    border-top: none;
}
@media (min-width: 992px) {
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 20px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 11px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #00874F;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #00874F;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #00874F;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #0edd0e;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #00874F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f5f8fd;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #00874F;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
      font-family: "Open Sans", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00874F;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #00874F;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00874F;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #0edd0e;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


/*--------------------------------------------------------------
# Vision & Mission
--------------------------------------------------------------*/
.vision-mission .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.vision-mission .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.vision-mission .icon-box:hover::before {
  background: #00874F;
  top: 0;
  border-radius: 0px;
}
.vision-mission .icon {
  margin-bottom: 15px;
}
.vision-mission .icon i {
  font-size: 48px;
  line-height: 1;
  color: #00874F;
  transition: all 0.3s ease-in-out;
}
.vision-mission .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.vision-mission .title a {
  color: #111;
}
.vision-mission .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.vision-mission .icon-box:hover .title a, .vision-mission .icon-box:hover .description {
  color: #fff;
}
.vision-mission .icon-box:hover .icon i {
  color: #fff;
}

.cart-table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.cart-table .qty input{
  width: 15%;
  text-align: center;
}
.box-shadow{
  -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
}
.btn-theme{
  background: #00874F;
  color: #fff;
}
.btn-theme:hover {
  background: #0196aa;
  color: #fff;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mb-1{
  margin-bottom: 10px;
}
.mt-3{
  margin-top: 30px;
}
.box-shadow{
  box-shadow: 0px 2px 15px rgb(16 110 234 / 15%);
}


.packages-card .card-body {
  padding: 0px;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
.pagination {
  display: inline-block;
}
.pagination > li {
  display: inline-block;
}
.page-link:hover, .page-link:focus {
  box-shadow: none;
  background: #0196aa;
  color: #ffffff;
  border-color: #0196aa;
}
.pagination > li > a {
  color: #00874F;
  font-weight: 600;
  border-color: #e9eaed;
}
.package-price {
  color: #0196aa;
  font-weight: 600;
}

.card-body span.packages-price {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

hr.top-hr:not([size]) {
  height: 0.5px;
  color: #0196aa;
  opacity: 9;
}

hr.bottom-hr:not([size]) {
  height: 0.5px;
  color: #e8e8e8;
  opacity: 9;
}
.custom-parameter {
  background: #0edd0e;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.packages-card .package-listing ul {
  padding-left: 1.2rem;
  height: 100px;
  overflow-y: auto;
}

.package-listing ul li::marker{
  color: #0edd0e;
}

.packages-card{
  box-shadow: 0px 2px 15px rgb(16 110 234 / 15%);
  border-radius: 8px !important;
  border: 0;
}

.bgPremium{
  background: #0196aa;
  color: #fff!important;
}
.bgPremium .card-body{
  background: #0196aa;
  color: #fff!important;
}
 
.bgPremium .packages-title{
  background-color: #00b6ce !important;
  border-bottom: 1px solid #00b6ce !important;
}
.bgPremium .packages-title h6 a {
  color: #fff !important;
}
.bgPremium .card-body span.packages-price{
  color: #fff !important;
}
#labTest .nav-link{
  color: #00874F;
}
span.package-offer {
  display: inline-block;
  padding: 6px 10px;
  min-height: 26px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  background: #fbe6d9;
  color: #ec8238;
}
.packages-price del{
  color: #aaaaaa;
  font-size: 14px;
  padding-left: 1px;
}
a.a-btn {
  color: #00874F;
  position: relative;
  display: inline-block;
  padding-right: 23px;
  font-size: 18px;
  cursor: pointer;
}
.packages-card:hover a.a-btn{
  color: #0196aa;
}
.packages-card:hover a.a-btn::before {
  background: #0196aa;
}
.packages-card:hover a.a-btn::after {
  background: #0196aa;
}
a.a-btn::before {
  content: "";
  width: 2px;
  height: 14px;
  display: inline-block;
  background: #00874F;
  position: absolute;
  right: 6px;
  top: 6px;
}
a.a-btn::after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  display: block;
  background: #00874F;
  right: 0;
  top: 12px;
}

.table> tbody th{
  width: 30%;
  white-space: nowrap;
  font-weight: 600;
}
.packageDetail td{
  width: 70%;
}

.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
  background: #00874F;
  color: #ffffff;
}
.tab .nav-tabs .nav-link {
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  color: #1f2632;
  position: relative;
}

/*--------------------------------------------------------------
# Appointment
--------------------------------------------------------------*/
.bg-1 {
  background: url(../img/healthpack-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.contact-bg{
  background: url(../img/contact-bg.png) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.about-bg{
  background: url(../img/about-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.page-title {
  padding: 50px 0px 50px 0px;
}
.page-title .overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.page-title .block h1 {
  color: #fff;
}
.feature-icon .fa-phone{
  color: #00874F;
}
.appoinment-wrap select.form-control{
  appearance: auto !important;
}

/*--------------------------------------------------------------
# Banner Breadcrumbs
--------------------------------------------------------------*/
.page-title ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.page-title ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}
.page-title ul li:last-child::before{
  display:none;
}
.page-title ul li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00874F;
}
.page-title ul li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}
.page-title ul li a:hover{
  color: #00874F;
}


/* order card start here */

.order-card .user-card-full {
  overflow: hidden
}

.order-card .card {
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
  background: #fff;
}

.order-card .user-profile2 {
  padding: 0px;
}

.order-card .m-b-25 {
  margin-bottom: 25px
}
.order-card .card .card-block p {
  line-height: 25px
}

.order-card .b-b-default {
  border-bottom: 1px solid #e0e0e0
}

.order-card .f-w-600 {
  font-weight: 600
}
.btn-primary{
  background-color: #1d6693;
  border: 1px solid #1d6693;
  color: #fff;
  padding: 5px 18px;
  border-radius: 5px;
}
.btn-primary:hover{
  background: #00874F;
  border: 1px solid #00874F;
}

.btn-secondry{
  background-color: #00874F;
  border: 1px solid #00874F;
  color: #fff;
  padding: 5px 18px;
  border-radius: 5px;
}
.btn-secondry:hover{
  background: #00874F;
  border: 1px solid #00874F;
}

.report-card .card {
  word-wrap: break-word;
  text-align: center;
}

.report-card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.report-card .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.report-card .table th,
.table thead th {
  font-weight: 600;
  text-align: center;
}

.report-card .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.report-card .table th {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.report-card th {
  text-align: inherit
}
.report-card .table{
  border: 0;
  margin-bottom: 0;
}
.search-patient{
  background-color: #1d66930f;
}

.passworrd-field{
 margin-right: 15px;
}

.btn-submit-pass {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00874F;
  background: none;
  font-size: 16px;
  padding: 8px 20px;
  background: #00874F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.btn-submit-pass:hover{
  background: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}
.passworrd-field form input[type=password] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.passworrd-field form {
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
  text-align: left;
  border: 1px solid #e0e0e0;
}
.table-responsive .table>:not(caption)>*>*{
  border-bottom-width: 0px;
}
.table .btn-primary{
  background: #0edd0e;
  border: 1px solid #0edd0e;
}
.table .btn-primary:hover{
  background: #00874F;
  border: 1px solid #00874F;
  color: #fff;
}
.table .btn-secondry{
  background: #00874F;
  border: 1px solid #00874F;
}
.table .btn-secondry:hover{
  background: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}

.search-order .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00874F;
  background: none;
  font-size: 16px;
  padding: 8px 20px;
  background: #00874F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.search-order .btn-submit:hover{
  background: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}
.search-order .form input[type=text] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.search-order .form input[type=text]:focus-visible{
  outline: none;
}
.search-order .form {
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
  text-align: left;
  border: 1px solid #e0e0e0;
}
.search-order-banner .form {
  width: 40%;
  display: inline-flex;
}
.search-order .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00874F;
  background: none;
  font-size: 16px;
  padding: 8px 20px;
  background: #00874F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.search-order .btn-submit:hover{
  background: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}
.order-bg{
  background: url(../img/order-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.order-bg2{
  background: url(../img/order-bg2.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.alert-success, .alert-warning  {
  width: 18%;
  right: 0;
  float: right;
  top: 20%;
  border-radius: 0;
  position: fixed;
  display: none;
  z-index: 999;
}
button.remove_cart:hover{
  background: #0196aa;
  border: 1px solid #0196aa;
}
.schedule-timing select.form-control {
	appearance: none !important;
}
/*#cart-sec{
  display: none;
}*/
/*#checkout-sec{
  display: none;
}*/
button.page-link {
	display: inline-block;
}
button.page-link {
    color: #00874F;
    font-weight: 500;
}
.offset{
  width: 500px !important;  
}

/* Login Start here */

.login .form-style input{
	height:45px;
	border-radius:0;
}
.login .form-style input:focus{
border-bottom:1px solid #1d6693;	
box-shadow:none;
outline:0;
background-color:#ebebeb;	
}
.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	color:#ccc;
}
.login button{
  height:45px;	
}

.login .btn {
  display: inline-block ;
  font-weight: 400 ;
  color: #fff ;
  text-align: center ;
  vertical-align: middle ;
  cursor: pointer ;
  user-select: none ;
  border: 1px solid transparent ;
  padding: 0.375rem 0.75rem ;
  font-size: 1rem ;
  line-height: 1.5 ;
  border-radius: 0.25rem ;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out ;
}
.login{
    min-height: 100% ;
    height: auto ;
    padding: 5px ;
    z-index: 550 ;
    width: 100% ;
}
#loginErrorDiv{
  display: none;
  width: 15%;
  position: absolute;
  right: 0;
  top: 20%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.border-r{
  border-right: 1px solid #e3e3e3;
}
#reset-password{
  display: none;
}
.appoinment-form .form-control{
  border-radius: 0;
  padding: 10px 15px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
.appoinment-form .form-control:focus{
  border-color: #00874F;
  box-shadow: none;
}
.search-test .form-control {
  padding: 6px 10px;
  border-radius: 0px;
  width: 50%;
}
form.search-test::after {
  content: "";
  clear: both;
  display: table;
}
.search-test button {
  float: left;
  width: 5%;
  padding: 10px;
  background: #00874F;
  color: white;
  font-size: 17px;
  border: 1px solid #00874F;
  border-left: none;
  cursor: pointer;
}

.search-test button:hover {
  background: #0edd0e;
}
.search-test .form-control:focus {
  box-shadow: none;
  border-color: #00874F;
}

.search-test-filter .form-control {
  padding: 6px 10px;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  border: 1px solid #0edd0e;
}
form.search-test-filter::after {
  content: "";
  clear: both;
  display: table;
}
.search-test-filter button {
  float: left;
  width: 10%;
  padding: 10px;
  background: #00874F;
  color: white;
  font-size: 17px;
  border: 1px solid #00874F;
  border-left: none;
  cursor: pointer;
}

.search-test-filter button:hover {
  background: #0edd0e;
}
.search-test-filter .form-control:focus {
  box-shadow: none;
  border-color: #00874F;
}
.bg-color{
  background-color: #0edd0e;
}
#navbar .avtar-user ul{
  right: 0px !important;
  left: unset !important;
  padding: 0px !important;
}
#navbar .avtar-user ul li {
  min-width: 150px !important;
}
.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.avtar-user .dropdown-item:active {
  background-color: #fff !important;
  color: #00874F !important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #fff !important;
  color: #00874F !important;
}
.report-table .table thead th {
  background-color:#0196aa !important;
  color: #fff !important;
}
.report-table th.align-middle{
  text-align: left;
  border-right: 1px solid #0196aa;
}
.report-table .table strong{
  color: #0196aa !important;
}
#reportModalLabel{
  color: #0196aa !important;
}
.report-table .table>:not(:first-child) {
  border-top: 2px solid #00874F;
}
.report-table .table{
  border-color: #000 !important;
}
#reportModal .btn-secondary{
  background-color:#0196aa !important;
  color: #fff !important;
  border: 1px solid #0196aa !important;
}
.login-card a.patient_signup{
  color: #0196aa;
}
.login-card a.patient_signup:hover{
  color: #00874F;
}
.register select.form-control {
  appearance: auto !important;
}
.register .form-style select {
  height: 45px;
  border-radius: 0;
}
#terms-conditionModal strong{
  color: #00874F;
}
.iti{
  width: 100% !important;
}
select.form-control {
  appearance: auto !important;
}
.packages-title{
  height: 70px;
  padding: 10px 15px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 8px 8px 0px 0px;
}
.packages-title h5{
  font-size: 16px !important;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}
.card-price{
  padding: 0px 15px;
}
.package-listing{
  padding: 0px 15px;
}
.navbar > ul > li > a.cart-btn:before{
  background-color: #fff;
}

.dropdown-menu-arrow {
  top: -28px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 10px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
  }
.dropdown-menu-arrow:after {
  bottom: -21px;
  right: -110px;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
  bottom: -20px;
  right: -110px;
  border-bottom-color: rgba(0,0,0,.15);
}
.flaticon-help-call {
  color: #00874F;
}
.contact .info-box {
  text-align: center;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
  padding: 50px 0 56px 0;
  background: #fff;
}
.form-control{
  border-radius: 25px;
}
.package-listing li{
  list-style-type: square;
}
.loc-head {
  background: #fff;
  border: 1px solid #0edd0e;
  display: flex;
  align-items: center;
  color: #00874F;
  width: auto;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
}
.loc-head span.text{color: #00874F;}
.loc-head:hover span.text{
  color: #0edd0e;
}
.loc-head:hover span.gps-icon{
  fill: #0edd0e;
}
.loc-head:hover span.pic{
  color: #0edd0e;
}
.loc-head span.pic {
  border: 2px solid #c0cdd5;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00874F;
}
.loc-head span.gps-icon {
  margin-left: 10px;
  fill:#00874F;
}
.loc-head i {
  width: 20px;
}
.loc-head span.text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0 0 0 10px;
  color: #00874F;
  max-width: calc(100% - 45px);
  width: 100%;
  text-align: left;
  font-weight: 600;
}
.view-button a.btn-sm{
  font-weight: 400;
  padding: 0.25rem 0.5rem !important;
  font-size: .875rem;
  border-radius: 0.2rem;
  display: inline-block;
}
.dropdown ul span.me-2{
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  hyphens: auto !important;
  white-space: normal !important;
}

.right-nav.dropdown ul{
  width: 240px;
}
.right-nav.dropdown ul .list-item{
  height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
select.page-link{
  color: #00874F;
}


/* Mobile View CSS */

@media screen and (max-width: 768px) {
  #header .logo img {
    padding: 5px 0px;
  }
  .d-xs-none{
    display: none !important;
  }
  .search-order-banner form {
    width: 100%;
}
#hero {
  height: 100vh;
}
.cart-table .qty input {
  width: 100%;
}
.alert-success, .alert-warning  {
  width: 50%;
}
.user-card-full .card-block{
  padding: 15px;
}
.user-card-full h4{
  padding-left: 15px;
} 
.passworrd-field{
  margin-right: 0px;
}
.report-card .btn-icon{
  margin-bottom:10px;
}
.user-card-full h4.card-block{
    margin-top: 1rem!important;
}
.border-r{
  border-right: none;
}
.login .p-5{
  padding: 15px !important;
}
.search-order-banner .form {
  width: 100%;
}

.carousel{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.our-speciality .card {
  margin-bottom: 20px;
}
.howItWorksCard.card-first{
  margin-left: 70rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.howItWorksCard{
  margin-inline: 2rem;
}

}



/*--------------------------------------------------------------
# Schedule Timing
--------------------------------------------------------------*/

.profile-sidebar {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.widget-profile {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.pro-widget-content {
  padding: 20px;
  text-align: center;
}
.widget-profile .profile-info-widget {
  display: block;
  text-align: center;
}
.profile-det-info h3 {
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 20px;
  color: #00874F;
}

.schedule-timing .form-group {
  margin-bottom: 1.25rem;
}
.schedule-timing .tab-content {
  padding-top: 20px;
}
.patient-details h5 {
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule-timing .tab-pane{
  padding-left: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #00874F;
}
.schedule-timing .nav-link 
{
  color: #00874F;
}
.schedule-header {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px;
}

.schedule-nav .tab-content .nav-item:hover {
  background: #fff !important;
}
.schedule-nav .nav-item:hover {
  background: #eee !important;
  color: #000 !important;
}
.schedule-nav .tab-content .nav-item {
  border: none;
}

.schedule-timing .tab-content>.active {
  display: block;
}
.schedule-timing .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5rem 0.7rem;
  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;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.schedule-timing .fade {
  transition: opacity .15s linear;
}
.schedule-nav .nav-tabs {
  border: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-view .nav-item {
  width: 25%;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}

.doc-slot-list {
  background-color: #d9edf0;
  border: 1px solid #d9edf0;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 6px 15px;
}
.doc-slot-list:hover {
  color: #00874F;
  background-color: #d9edf0;
  border: 1px solid #00874F;
  font-size: 14px;
}
.doc-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.doc-slot-list a {
  color: #0edd0e;
  display: inline-block;
  margin-left: 5px;
}


/*--------------------------------------------------------------
# 03/02/2022
--------------------------------------------------------------*/
.schedule-timing .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}
.schedule-nav li span {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.schedule-nav li span.slot-date {
  display: block;
  color: #757575;
  font-size: 14px;
}
.schedule-nav li {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 20%;
}
.schedule-nav li.left-arrow {
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 15%;
  width: 20px !important;
  transform: translateY(-50%);
}
.schedule-nav li.right-arrow {
  right: 0px;
  padding: 0 !important;
  position: absolute;
  text-align: center;
  top: 15%;
  width: 20px !important;
  transform: translateY(-50%);
}
/*.schedule-cont {
  padding: 20px;
}*/
.time-slot ul {
  list-style: none;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0;
  padding: 0;
}
.clearfix::before {
  display: table;
  content: '';
}
.time-slot li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 14.28%;
  min-height: 1px;
}
.time-slot li .timing {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #757575;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 5px;
  text-align: center;
  position: relative;
}
.time-slot li .timing.selected {
  background-color: #0edd0e;
  border: 1px solid #0edd0e;
  color: #fff;
}
.time-slot li .timing.selected::before {
  color: #fff;
  content: "\f00c";
  font-size: 12px;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: 9px;
}

@media (max-width: 768px) {
  .schedule-widget > div {
    width: 730px;
  }   
  .schedule-widget {
    overflow-x: auto;
  }
  .schedule-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: unset;
  }
  .schedule-nav li {
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      width: 100px;
  }
  .time-slot li {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
}
/************* Color Refences*/


.scheduleTable {
  width: 100%;
  margin: 10px auto;
  border: 1px solid #ddd;
}
.scheduleTableHeader {
  width: 100%;
  background: #0196aa;
  border-bottom: 1px solid #0196aa;
}
.scheduleHeaderCol {
  width: 14.23%;
  float: left;
  padding: 5px 0px 5px 0px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.scheduleTableHeaderSub {
  width: 87.3%;
  background: #007484;
  float: left;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.scheduleTableHeaderSubbottom {
  width: 87.3%;
  background: #29bed2;
  float: left;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.scheduleHeaderColTime {
  background: #006372;
  width: 12.5%;
  line-height: 70px;
  font-weight: 600;
  float: left;
  padding: 10px 0px 10px 0px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.scheduleHeaderColdate {
  width: 14.23%;
  float: left;
  padding: 5px 10px 5px 10px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.scheduleHeaderColBorder {
  border-right: 1px solid #316687;
}
.scheduleTableRow {
  width: 100%;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.scheduleTableRow:hover {
  background: #f7f7f7;
}
.scheduleTableRowCol {
  width: 12.5%;
  color: #017786;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}
.scheduleHeaderRowColBorder {
  border-right: 1px solid #fff;
}
.scheduleTableRowalternate {
  background: #00874F29;
}

.schedulebutton {
  text-align: center;
  background: #00874F;
  border: 1px solid #00874F;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
.schedulebutton:hover {
  color: #fff;
  background: #0edd0e;
  border: 1px solid #0edd0e;	
}
/************************* schedule Page ***************************/
textarea.form-control, select.form-control, input.form-control{
  border-radius: 5px;
}
textarea.form-control:focus,  select.form-control:focus, input.form-control:focus{
  background-color: #fff !important;
}
.dateRangePicker .fa-calendar{
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 1;
}
.patient-location{
  display: none;
}
.error_div {
  font-size: 15px;
  color: #b94a48 !important;
  text-align: center;
}

.labImage {
  text-align: center;
}

.labImage img {
  margin: 20px;
  width: 200px;
}

.form-horizontal .control-label {
  padding-top: 0;
  font-weight: 600;
}

.box {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  /*text-align: right;*/
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.box-icon {
  background-color: #0196aa;
  border-radius: 50%;
  display: table;
  height: 120px;
  margin: 0 auto;
  width: 120px;
  margin-top: -61px;
}
.box-icon span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.wrapperLogin{
  background-color: #0196aa;
}
.btn-theme{
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  background: #00874F;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 0.5rem 0.7rem;
}
.btn-theme:hover{
  background: #0edd0e;
  color: #fff;
}
.ez-form-body input.form-control {
  height: 45px;
  border-radius: 0;
}
.ez-form-body .well{
  border-radius: 0;
}
.btn:active:focus, .btn:focus {
  outline: none;
}
.mt-3{
  margin-top: 30px;
}
.mt-1{
  margin-top: 10px;
}
#change-image:hover{
  color: #00874F !important;
}
#change-image_2:hover{
  color: #00874F !important;
}
.order-error{
  position: absolute;
  right: 0;
  top: 25%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-footer .printReport{
  margin-left: 5px;
}
.modal-footer #btn_schedule{
  margin-left: 5px;
}

.message_error{
  top: 35%;
}
.order_error{
  top: 45%;
}
#printReportModal_all .table{
  border-color: #ddd !important;
}
.printReportModal_all .table_border {
  padding: 15px;
}
.off-badge {
  margin-top: 5px;
}
.packages-card .price_div{
  height: 45px;
  text-align: right;
}
.price_div .packages-price del{
  float: left;
}
.testList .packages-title h6{
  text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    font-size: 16px !important;
}
.packages-title h6 a{
  color: #000 !important;
}

#labTest .pagination > li > a{
  background-color: #00874F;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  border-color: #efefef;
  font-weight: 400;
  letter-spacing: 0.03px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 3px;
  border: 0;
}

#labTest .pagination > li > a:hover{
  background: #0196aa;
  color: #fff;
  outline: 0;
}

#health-sec .pagination > li > a{
  background-color: #00874F;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  border-color: #efefef;
  font-weight: 400;
  letter-spacing: 0.03px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 3px;
  border: 0;
}

#health-sec .pagination > li > a:hover{
  background: #0196aa;
  color: #fff;
  outline: 0;
}

.navbar li.active > a {
  color: #00874F;
}
.navbar > ul > li.active > a:before {
  background-color: #00874F;
  visibility: visible;
  width: 100%;
}
#resenregCode .alert-succes{
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.schedule-nav .nav-pills{
  border-bottom: 1px solid #ddd;
}
.schedule-nav .nav-pills .nav-link{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.schedule-nav .nav > li > a {
  padding: 10px 15px !important;
}
.login .pass-field {
  position: relative;
}
.iti__selected-flag{
  height: 45px !important;
}
.our-speciality{
  padding: 60px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.our-speciality .card{
  padding: 15px;
  border:none;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  outline: 1px solid #c5c5c5;
  height: 9rem;

}
.our-speciality .card h4{
  font-size: 1.1rem;
  font-weight: 700;
}

.our-speciality .target{
  position: relative;
  padding-right: 15px;
}
.OurSpecialities-head{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 2rem;
}
.OurSpecialities-heading {
  font-size: 22px;
  text-align: left;
      font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 700;
  margin-block: 5px;
}
.OurSpecialities-subHeading{
  color: #666;
  font-size: 16px;
}
#package{
  background: url("../img/Healthpackage-bg.png") no-repeat rgb(33, 150, 98);
}
.UploadPrescription{
  margin-left: 1rem;
}
.UploadPrescription-container{
  width: 13rem;
  cursor: pointer;
  height: 3rem;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(101deg,#00874F,#0edd0e) 0 0 no-repeat padding-box;
}
.UploadPrescription-content{
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.UploadPrescription-icon {
  font-size: 2rem;
}
.Header-verticalLine{
  margin: auto 1rem;
  border: 0.5px solid #707070;
  height: 3.2rem;
}
.CallUs {
  width: auto;
  height: auto;
  padding: 5px;
}
.CallUs-content {
  display: inline-flex;
  flex-direction: column;
}
.CallUs-text {
  font-size: 1rem;
  font-weight: 600;
  color: #707070;
}
.CallUs-number {
  font-weight: 600;
  font-size: 1rem;
  color: #00874F;
}
.navbar{
  margin-left: 1rem;
}
.whyus-img{
  border-radius: 15px;
}
.carousel{
  padding-top: 2rem;
}
.header-location{
  width: 27%;
  margin-left: auto;
}
.carousel-inner img {
  width: 100%;
  height: 70vh;
  border-radius: 15px;
}
.Header-bottom{
  width: 100%;
  border: 0.1px solid #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: 0 1px 10px #00000029;
  height: 3.2rem;
}
.Header-bottom .nav-link{
  color: #222222;
  width: auto;
  height: 2.2rem;
  background: #fafafa 0 0 no-repeat padding-box;
  border-radius: 5px;
  padding: 6px 14px;
  margin: 8px;
  font-size: 14px;
}
#header .logo{
  display: flex;
  line-height: 1.2;
  font-size: 20px;
  align-items: center!important;
  color: #00874F;
  width: 200px;
}
.p-top-4{
  padding-top: 4px;
}
.mr-10{
  margin-right: 10px;
}
.btn-outline-success:hover{
  background-color: #0edd0e;
    border-color: #0edd0e;
}
.my-health{
  border: 1px solid #f5f5f5;
  width: 100%;
  background-color: #f5f5f5;
  height: 420px;
}
.myhealth-content{
  border: 1px solid #fff;
  background-color: #fff;
  margin: 4.5rem 5rem;
  border-radius: 10px;
}
.myhealth-right{
  width: 350px;
}
.myhealth-content p{
  padding: 25px 25px 0px 25px;
}
.myhealth-btn{
  padding: 0px 25px 25px 25px;
}
.whyus p{
  line-height: 1.9;
}
.HowItWorks-howItWorksCont {
  background: #f5f5f5;
  height: 32rem;
  width: 100%;
  margin: 30px 0px 0px 0px;
}

.HowItWorks-getSafeTxt {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 2rem;
  background-image: url("../img/howitworks-bg.jpg");
  height: 282px;
}

.HowItWorksCards {
  position: relative;
  display: flex;
  padding: 4rem 4rem 2rem;
  justify-content: space-around;
  margin-top: -188px;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 1674px;
  margin-inline: auto;
}
.howItWorksCard {
  display: flex;
  flex-direction: column;
  width: 215px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 1rem;
  flex: 0 0 auto;
  height: 242px;
  justify-content: space-evenly;
  border: 1px solid #0edd0e;
}
.HowItWorks-absImg{
  position: absolute;
  margin-left: 164px;
  width: 72px;
  top: 59px;
}
.howItWorksCardDesc {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
}
.HowItWorks-greenTxt {
  color: #00874F;
  font-weight: 600;
}

.HowItWorks-absImg span img{
  width: 60px;
  height: auto;
}
.whyimaging .card{
  height: 8rem !important;
}
.whyimaging p{
  font-size: 1.1rem;
}
.DivGridImagingServices{
  display: flex;
  width: 100%;
  height: 152px;
  opacity: 1;
  cursor: pointer;
  margin: 1rem;
  background: 0px 0px no-repeat padding-box padding-box rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(197, 197, 197);
  border-image: initial;
  border-radius: 10px;
}
.DivGridImages{
  height: 124px;
  opacity: 1;
  background: 0px 0px no-repeat padding-box padding-box rgb(245, 245, 245);
  border-radius: 5px;
  margin: auto 1rem;
}
.DivGridImages > img {
  width: 65px;
  height: 65px;
  margin: 2rem;
}
.DivGridParaImagingServices{
  margin: auto 1rem;
}
.DivGridParaImagingServices > p {
    text-align: center;
    letter-spacing: 0px;
    color: rgb(112, 112, 112);
    opacity: 1;
    font-size: 23px;
    font-weight: 500;
}
.DivGridImagingServices:hover {
  border: none;
  outline: 0;
  box-shadow: 5px 5px 15px #00000029;
  transition: all .1s cubic-bezier(.175,.885,.32,1.275);
  transform: scale(1.03);
}
.labtest-body{
  padding: 0px 15px;
}
.radiology-labtest{
  background: url(../img/Healthpackage-bg.png) no-repeat rgb(33, 150, 98);
}

.how-it-works-content span {
  color: #00874F;
}
.how-it-works-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 16px;
}
.how-it-works-content strong {
  font-size: 18px;
  font-weight: 500;
}
.how-it-works-content .how-it-works-text {
  position: relative;
  padding-left: 55px;
  margin-top: 25px;
}
.how-it-works-content .how-it-works-text::before {
  width: 1px;
  height: 140%;
  background-color: #dadcdd;
  content: "";
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 0;
}
.how-it-works-content .how-it-works-text:nth-child(6)::before {
  display: none;
}
.how-it-works-content .how-it-works-text .number {
  position: absolute;
  left: 0;
  top: 0;
}
.how-it-works-content .how-it-works-text .number span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #D7F8EA;
  background-color: #D7F8EA;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  color: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.how-it-works-content .how-it-works-text h4 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
}
.how-it-works-content .how-it-works-text p {
  margin-bottom: 0;
}
.how-it-works-content .how-it-works-text:hover .number span {
  border: 1px solid #00874F;
  color: #fff;
  background-color: #00874F;
}
.pt-60{
  padding-top: 60px;
}

/* Start Lab Networks */
.labnetwork-addressLeft {
  background: #f5f5f5;
  color: #2e2e2e;
  background: var(--unnamed-color-f5f5f5) 0 0 no-repeat padding-box;
  background: #f5f5f5 0 0 no-repeat padding-box;
  border: 0.20000000298023224px solid #707070;
  border-radius: 10px;
}
.labnetwork-addressLeft>form {
  width: 90%;
  margin: 2rem auto;
}
.labnetwork-form>h4 {
  font-size: 24px;
  font-weight: 600;
}

.labnetwork_CenterNew__vB0pY .labnetwork-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.6rem;
  margin: 1rem 0;
  width: 45%;
}
.labnetwork-addressLeft .labnetwork-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between!important;
  font-size: 1.2rem;
  margin: 1rem 0;
}
.labnetwork_CenterNew__vB0pY .labnetwork-displayFlex {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.labnetwork-displayFlex input.active {
  padding: 5px 1rem;
  color: #fff !important;
  background: #00874F !important;
}
.labnetwork_inputSelect__UmDma {
  cursor: pointer;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
  border: 0.5px solid #e3e3e3;
  border-radius: 5px;
}
.labnetwork-displayFlex .labnetwork-inputNotSelectbtn, .labnetwork_inputSelect__UmDma {
  cursor: pointer;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
  border: 0.5px solid #e3e3e3;
  border-radius: 5px;
  width: 100%;
}
.labnetwork-displayFlex .labnetwork-inputNotSelectbtn {
  padding: 5px 1rem;
  color: #707070;
  background: var(--unnamed-color-ffffff) 0 0 no-repeat padding-box;
  background: #fff 0 0 no-repeat padding-box;
}



.labnetwork-packDetails {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #707070;
  font-weight: 600;
}
.labnetwork-color {
  color: #000;
}
.labnetwork-addressCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  height: 13rem;
  border-radius: 10px;
  opacity: 1;
}
.labnetwork-placeAddress {
  flex: 1 1;
  display: flex;
  flex-direction: row-reverse;
}
.labnetwork-PinLogo {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  margin: 2rem auto;
  align-items: flex-start;
}
.labnetwork-linkAnchor {
  background: #f5f5f5;
  color: gray;
  margin: 0 1rem;
  padding: 5px 1rem;
  cursor: pointer;
}
.labnetwork-linkAnchor>img {
  width: 25px;
  margin-right: 1rem;
}
.labnetwork-destiantion {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  flex: 2 1;
}
.labnetwork-Main-Address {
  color: #00874F;
  font-size: 1.8rem;
  font-weight: 600;
  width: 96%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.labnetwork-detailsMain {
  margin-bottom: 2rem;
}
.labnetwork-Details {
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-size: 1rem;
  color: #756d6d;
}
.labnetwork-Details>img {
  width: 18px;
  color: #00874F;
  font-size: 20px;
  margin-right: 1rem;
}
.labnetwork-Details>span {
  width: 90%;
  margin-left: auto;
}
.labnetwork-Details>img, .labnetwork-Details>svg {
  color: #00874F;
  font-size: 20px;
  margin-right: 1rem;
}
/* End Lab Networks */


/* Start Our Experts */
.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}
.single-team-box .image {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image img{
  max-width: 100%;
  height: auto;
}

.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.single-team-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}
.single-team-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #0edd0e;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.single-team-box .image .social li a:hover {
  color: #fff;
  background-color: #00874F;
}
.single-team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.single-team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.single-team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.single-team-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.single-team-box .content {
  margin-top: 20px;
}
.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.single-team-box .content span {
  display: block;
  color: #00874F;
  font-size: 14px;
  margin-top: 10px;
}
.single-team-box:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
/* End Our Experts */


/* Start Testimonials */
.testimonial-area {
  background: url(../img/Healthpackage-bg.png) no-repeat 50% 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.testimonial-area .section-title h3{
  color: #fff;
}
.testimonial-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
.testimonial-area .carousel {
  padding-left: 160px;
}
.testimonial-slider .testimonial-item {
  text-align: center;
  background-color: #f6f5fd;
  padding: 30px 50px;
  max-width: 950px;
  margin: 25px auto 0;
}
.testimonial-slider .testimonial-item .info {
  margin-top: -55px;
  margin-bottom: 20px;
}
.testimonial-slider .testimonial-item .info img {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.testimonial-slider .testimonial-item .info h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.testimonial-slider .testimonial-item .info span {
  color: #031521;
  font-weight: 500;
}
.testimonial-slider .testimonial-item .text p {
  margin-bottom: 0;
  font-style: italic;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #00874F;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #00874F;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.testimonial-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
  line-height: 0;
}
.testimonial-slider.owl-theme .owl-nav {
  margin-top: 30px;
}
.testimonial-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 20px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  color: #00874F;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}
.testimonial-slider.owl-theme .owl-nav [class*="owl-"]:hover,
.testimonial-slider.owl-theme .owl-nav [class*="owl-"]:focus {
  background-color: #031521;
}
.testimonial-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 20px;
}
.testimonial-slider.owl-theme .owl-nav [class*="owl-"] i {
  font-size: 25px;
  font-weight: 700;
}
.testimonial-slider.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.testimonial-slider.owl-theme:hover .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 30px;
}
/* End Testimonials */


.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

.dental-service .section-title{
  text-align: left !important;
}
.dental-service .text-primary{
  color:#00874F !important;
}
.dental-service .bg-primary{
  background-color: #00874F !important;
}
.dental-service .display-5{
  font-weight: 600;
}


.services-wrap {
  position: relative;
}
.services-wrap .services {
  padding: 25px;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.services-wrap .services .text {
  padding: 0;
  padding-left: 20px;
}
.services-wrap .services .text h2,
.services-wrap .services .text .h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.services {
  width: 100%;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .services {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .services {
    border-radius: 2px;
    margin-bottom: 10px;
  }
}
.services .img {
  width: 100%;
  height: 280px;
}
.services .icon {
  margin: 0 auto;
}
.services .icon span {
  font-size: 60px;
  line-height: 1.2;
  color: #00874F;
}
.services .text {
  width: 100%;
  padding-left: 30px;
}
.services .text h2,
.services .text .h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
.services:hover,
.services.active {
  background: #00874F;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.18);
}
.services:hover .icon span,
.services.active .icon span {
  color: #fff;
}
.services:hover .text,
.services.active .text {
  color: rgba(255, 255, 255, 0.9);
}
.services:hover .text h2,
.services:hover .text .h2,
.services.active .text h2,
.services.active .text .h2 {
  color: #fff;
}
.services:hover .text .btn-custom,
.services.active .text .btn-custom {
  color: primary;
  border-color: #fff;
  background: #fff;
}
.services-2 {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.01);
}
.services-2:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  content: "";
  background: #ebebeb;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .services-2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .services-2 {
    border-radius: 2px;
    margin-bottom: 10px;
  }
}
.services-2 .icon {
  width: 100px;
  height: 100px;
  background: #00874F;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 50%;
  position: relative;
}
.services-2 .icon span {
  font-size: 90px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services-2 .text {
  width: 100%;
}
.services-2 .text h2,
.services-2 .text .h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.services-2 .text span {
  font-size: 13px;
  font-weight: 500;
  background: #f8f8f8;
  padding: 5px;
  border-radius: 4px;
}
.services-2:hover,
.services-2.active {
  background: #00874F;
  color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.18);
}
.services-2:hover:after,
.services-2.active:after {
  background: rgba(255, 255, 255, 0.3);
}
.services-2:hover .icon,
.services-2.active .icon {
  background: rgba(255, 255, 255, 0.3);
}
.services-2:hover .icon span,
.services-2.active .icon span {
  color: #fff;
}
.services-2:hover .text h2,
.services-2:hover .text .h2,
.services-2.active .text h2,
.services-2.active .text .h2 {
  color: #fff;
}
.specialities{
  background: #f0f0f0!important;
}
.flaticon-tooth:before{    
  content: "";
  height: 65px;
  width: 65px;
 display: block;
 background: url("../img/prosthodontics-icon.png") no-repeat center center;
}
.flaticon-crown:before{
  content: "";
  height: 65px;
  width: 65px;
  display: block;
  background: url("../img/dental-icon.png") no-repeat center center;
}
.flaticon-dental-care:before{
  content: "";
  height: 65px;
  width: 65px;
  display: block;
  background: url("../img/endodontics-icon.png") no-repeat center center;
}
.flaticon-tooth-1:before{
  content: "";
  height: 65px;
  width: 65px;
  display: block;    
  background: url("../img/oral-icon.png") no-repeat center center;
}
.flaticon-calculus:before{
  content: "";
  height: 65px;
  width: 65px;
  display: block;
  background: url("../img/orthodontics-icon.png") no-repeat center center;
}
.flaticon-removal:before{
  content: "";
  height: 65px;
  width: 65px;
  display: block;  
  background: url("../img/pedodontics-icon.png") no-repeat center center;
}
.flaticon-dental-care-1:before{
  content: "";
  height: 65px;
  width: 65px;
  display: block;
  background: url("../img/prosthodontics-icon.png") no-repeat center center;
}
.flaticon-periodontics:before{
 content: "";
 height: 65px;
 width: 65px;
 display: block; 
 background: url("../img/periodontics-icon.png") no-repeat center center;
}

#Teeth {
  min-height: 570px;
  position: relative;
}

#Teeth::after {
  content: "";
  width: 537px;
  height: 626px;
  position: absolute;
  right: -137px;
  background: url(../img/teeth-img.png) no-repeat 0 0;
  margin: auto;
  bottom: -100px;
  z-index: 99;
}

.teeth-intra {
  width: 66%;
  padding: 0px 10px 0px 10px;
  background: url(../img/teeth-bg.png) no-repeat center center;
  min-height: 350px;
  position: relative;
}
@media only screen and (min-width: 1180px) and (max-width: 1400px)  {
  .teeth-intra {
    width: 77%;
  }
}
.teeth-intra a {
  text-decoration: none;
}

.teeth-intra li.teeth-intra-tab1:hover {
  padding: 0px 10px 0px 10px;
  background: url(../img/teeth-bg-hover-new.png) no-repeat 52px 83px;
  min-height: 350px;
}

.teeth-intra li.teeth-intra-tab2:hover {
  padding: 60px 20px 0px 30px;
  background: url(../img/teeth-hover.png) no-repeat 65px 12px;
  height: 350px;
  top: 242px;
  left: 83px;
  bottom: 0px;
}

.teeth-intra li.teeth-intra-tab3:hover {
  padding: 0px 10px 0px 10px;
  background: url(../img/teeth-bg-hover-new.png) no-repeat 58px 83px;
  min-height: 350px;
}

.teeth-intra li.teeth-intra-tab4:hover {
  padding: 60px 0px 0px 0px;
  background: url(../img/teeth-hover.png) no-repeat 65px 12px;
  height: 350px;
  top: 242px;
  left: 305px;
  bottom: 0px;
}

.teeth-intra li.teeth-intra-tab5:hover {
  padding: 0px 10px 0px 10px;
  background: url(../img/teeth-bg-hover-new.png) no-repeat 59px 83px;
  min-height: 350px;
}

.teeth-intra li.teeth-intra-tab6:hover {
  padding: 60px 0px 0px 12px;
  background: url(../img/teeth-hover.png) no-repeat 60px 12px;
  height: 350px;
  top: 242px;
  left: 526px;
  bottom: 0px;
}

.teeth-intra li.teeth-intra-tab7:hover {
  padding: 0px 10px 0px 10px;
  background: url(../img/teeth-bg-hover-new.png) no-repeat 53px 83px;
  min-height: 350px;
}

#Teeth .heading1 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  width: 540px;
  margin: 0 0 30px 12%;
}

#Teeth .heading1::before {
  content: "";
  width: 68px;
  height: 8px;
  position: absolute;
  left: -51px;
  background: url(../img/test-line.png) no-repeat 0 0;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

#Teeth .heading1:after {
  content: "";
  width: 68px;
  height: 8px;
  position: absolute;
  right: -51px;
  background: url(../img/test-line.png) no-repeat 0 0;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.teeth-intra li {
  display: inline-block;
  width: 24%;
  text-align: center;
}

.teeth-intra .heading2 {
  color: #30393f;
  font-weight: 700;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.teeth-intra .heading3 {
  color: #5d6163;
  font-weight: 400;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.teeth-intra li span {
  display: block;
  margin: 0px auto;
  height: 83px;
  width: 70px;
}

.teeth-intra li:nth-child(1n) span {
  background: url(../img/teeth-icon.png) no-repeat center center;
  animation-delay: .5s;
}

.teeth-intra li:nth-child(2n) span {
  background: url(../img/teeth-icon-2.png) no-repeat center center;
  animation-delay: 1.5s;
}

.teeth-intra-tab1 {
  position: absolute;
  top: 50px;
  margin: auto;
  left: -12px;
}

.teeth-intra-tab2 {
  position: absolute;
  bottom: 46px;
  margin: auto;
  left: 88px;
}

.teeth-intra-tab3 {
  position: absolute;
  top: 50px;
  margin: auto;
  left: 205px;
}

.teeth-intra-tab4 {
  position: absolute;
  bottom: 46px;
  margin: auto;
  left: 305px;
}

.teeth-intra-tab5 {
  position: absolute;
  top: 50px;
  margin: auto;
  right: 228px;
}

.teeth-intra-tab6 {
  position: absolute;
  bottom: 46px;
  margin: auto;
  right: 116px;
}

.teeth-intra-tab7 {
  position: absolute;
  top: 50px;
  margin: auto;
  right: 0px;
}
.Header-bottom a.active{
  background: #00874F;
  color: #fff;
}
.Header-bottom a.nav-link:hover{
  background: #00874F;
  color: #fff;
}
.category-body .checkbox input{
  margin-right: 5px;
}
.ZebraDialog .ZebraDialog_Buttons a{
  background: #00874F !important;
}
.ZebraDialog .ZebraDialog_Buttons a:hover{
  background: #0edd0e !important;
}
.myclass .ZebraDialog_Title{
  background: #00874F !important;
  color: #fff !important;
}
.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close{
  color: #fff !important;
}
@media (max-width: 1700px){
.HowItWorksCards {
    width: 100%;
}
}
@media screen and (min-width: 1600px) {
  .carousel-inner img {
    height: 50vh;
  }
}
@media only screen and (min-width: 1224px) {
  /* Styles */
}
@media only screen and (min-width: 1024px) and (max-width: 1400px){
  .header-location {
    width: 20% !important;
  }
}