.category-item,
.speicality-item {
  border-radius: 10px;
}

.speicality-item {
  padding: 15px;
  background: #fff;
}

.category-item,
.scategory-item {
  padding: 10px 5px;
  background: #fff;
  font-weight: 700;
}

.category-img {
  position: relative;
  height: 80px;
  margin: 0 auto;
  width: 80px;
  background: #fff;
}

.product-category-list ul {
  padding: 0;
  list-style: none;
  display: inline-block;
}

.product-category-list ul li {
  padding: 10px;
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

.scategory-item {
  border-radius: 10px;
  font-size: 12px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.scategory-item p {
  font-size: 14px !important;
  line-height: 16px;
  margin: 0;
  height: unset !important;
}

.pack-img,
.pack-img img {
  border-radius: 10px;
  height: 80px;
  float: left;
}

#main {
  display: table;
  width: 100%;
  height: 50vh;
  text-align: center;
}

.fof {
  display: table-cell;
  vertical-align: middle;
}

.fof h1 {
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: 0.5s infinite alternate type;
}

@keyframes type {
  from {
    box-shadow: inset -3px 0 0 #888;
  }

  to {
    box-shadow: inset -3px 0 0 transparent;
  }
}

.card {
  width: 100%;
  padding: 10px 0;
}

.pack-img img {
  width: 130px;
}

@media (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 155px;
  }

  mark.mr {
    display: flex;
  }
}

mark.mr {
  padding: 5px 10px;
}

.test-list mark {
  font-size: 11px;
  padding: 5px;
  background-color: #eee;
  margin-bottom: 5px;
  display: inline-block;
}

.cus-input {
  width: 73%;
}

.nutrition-banner {
  padding: 100px 0px;
  background: url("asset/consult/image/nutrition-banner.webp") center;
  background-size: cover;
}

.nutrition-banner h1 {
  color: var(--greencolor);
}

.nutrition-banner .box {
  padding: 50px 80px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.nutrition-banner .box ul {
  margin: 50px 0px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nutrition-banner .box ul li {
  list-style: none;
  line-height: 20px;
}

.nutrition-banner .box ul li img {
  margin-bottom: 15px;
  height: 64px;
}

.health-tips {
  padding: 60px 0px;
}

.health-tips .box {
  padding: 120px 0px;
  background-size: cover !important;
  background-position: center !important;
  text-align: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.health-tips .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s 0s linear;
}

.health-tips .box:hover:before {
  background: var(--greenrgb);
  filter: brightness(0.7);
}

.health-tips .box h3 {
  color: white;
  position: relative;
  margin: 0px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.healthy-features {
  padding: 85px 0px 100px;
}

.healthy-features .box {
  border: 1px solid var(--greencolor);
  padding: 20px;
  text-align: center;
  color: black;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s linear;
  border-radius: 10px;
  height: 100%;
  margin-top: 15px;
}

.healthy-features .box:hover {
  background: var(--greencolor);
  color: white;
}

.healthy-features .box:hover img {
  filter: invert(1);
}

.healthy-features .box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.healthy-features .box:hover::before {
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.healthy-features .box img {
  height: 64px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: var(--greenfilter);
  transition: all 0.3s 0s linear;
}

.healthy-features .box h3 {
  margin-bottom: 15px;
  color: inherit;
  font-size: 20px;
}

.healthy-features .box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}

.practice {
  padding: 100px 0px;
  background: url("asset/consult/image/nutrition-bg.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  color: white;
}

.practice:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--greenrgb);
}

.practice * {
  color: inherit;
}

.practice h2 {
  margin-bottom: 20px;
  font-size: 50px;
}

.practice h2 span {
  color: var(--greencolor);
}

.practice h2 + p {
  font-size: 18px;
}

.practice p {
  opacity: 0.9;
}

.practice .box {
  border: 2px solid var(--white);
  padding: 30px;
  margin-top: 30px;
  height: calc(100% - 30px);
  border-radius: 10px;
  transition: all 0.3s 0s linear;
}

.practice .box:hover {
  border: 2px solid black;
}

.practice .box img {
  height: 64px;
  object-fit: contain;
  filter: invert(1);
  transition: all 0.3s 0s linear;
}

.practice .box h3 {
  margin: 15px 0px 12px;
}

.practice .box p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
}

.health-advisor {
  padding: 100px 0px;
}

.health-advisor img {
  border-radius: 10px;
}

.health-advisor h2 {
  font-size: 50px;
  margin-bottom: 25px;
}

.health-advisor h2 span {
  color: var(--greencolor);
}

.health-advisor p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.health-advisor .web-btn {
  background: var(--greencolor);
}

.health-advisor .web-btn2 {
  background: var(--btn2color);
}

.health-advisor .box {
  margin-top: 15px;
}

.health-advisor .box img {
  width: 100%;
  margin-bottom: 15px;
}

.health-advisor .box h4 {
  margin: 0px;
}

.four-step {
  padding: 100px 0px;
  text-align: center;
  background: url("asset/consult/image/successful-life.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  position: relative;
}

.four-step:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.four-step h2 {
  margin-bottom: 15px;
  font-size: 50px;
  color: inherit;
}

.four-step .box {
  padding: 50px 30px;
  background: #1b1b1b;
  margin-top: 30px;
  border: 1px solid transparent;
  transition: all 0.3s 0s linear;
  border-radius: 10px;
  height: calc(100% - 15px);
}

.four-step .box:hover {
  border: 1px solid var(--greencolor);
}

.four-step .box img {
  height: 64px;
  object-fit: contain;
}

.four-step .box h3 {
  margin: 15px 0px 12px;
  color: inherit;
}

.four-step .box p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
}

.specialist-team {
  padding: 100px 0px;
}

.specialist-team h2 {
  margin-bottom: 15px;
  font-size: 50px;
}

.specialist-team h2 span {
  color: var(--greencolor);
}

.specialist-team .box {
  border: 1px solid #eee;
  background: #f8f9fa;
  padding: 50px 30px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s 0s linear;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.specialist-team .box:hover {
  background: var(--greencolor);
  border-color: var(--greencolor);
  color: white;
}

.specialist-team .box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.specialist-team .box:hover::before {
  animation: circle 0.75s;
}

.specialist-team .box img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0px auto;
}

.specialist-team .box h3 {
  margin: 35px 0px 5px;
  color: inherit;
}

.specialist-team .box p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
}

.upcoming-events {
  padding: 100px 0px;
  background: url("asset/consult/image/event-bg.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.upcoming-events:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--greenrgb);
  filter: brightness(0.7);
}

.upcoming-events h2 {
  margin-bottom: 15px;
  color: white;
  font-size: 50px;
}

.upcoming-events .box {
  background: white;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  height: calc(100% - 30px);
}

.upcoming-events .box img {
  width: 100%;
}

.upcoming-events .box .detail {
  padding: 20px;
}

.upcoming-events .box .detail h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.upcoming-events .box .detail p {
  margin-bottom: 0px;
  margin-top: 10px;
}

.upcoming-events .box .detail p i {
  width: 20px;
  text-align: center;
  color: var(--greencolor);
}

.simple-pricing {
  padding: 140px 0px;
}

.simple-pricing h4 {
  color: var(--greencolor);
}

.simple-pricing h2 {
  font-size: 50px;
}

.simple-pricing h2 span {
  color: var(--greencolor);
}

.simple-pricing .nav-tabs {
  border: 2px solid #e8e9e9;
  min-height: auto;
  width: 370px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 50px 0px;
  padding: 0px;
}

.simple-pricing .nav-tabs li {
  width: 50%;
  padding: 3px;
}

.simple-pricing .nav-tabs li a.active,
.simple-pricing .nav-tabs li a.active:hover {
  border-radius: 50px;
  background: var(--greencolor);
  color: white;
  box-shadow: 3px 20px 50px rgb(40 38 34 / 24%);
}

.simple-pricing .nav-tabs li a,
.simple-pricing .nav-tabs li a:hover {
  border-width: 0;
  background: none;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  color: black;
}

.simple-pricing p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}

.simple-pricing p.qus-p {
  margin-top: 50px;
  color: black;
  font-weight: 500;
}

.simple-pricing .tab-content {
  padding: 0px;
}

.simple-pricing .box {
  border: 1px solid #c0c0c0;
  background: #f1f1f1;
  padding: 50px 30px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
}

.simple-pricing .box:hover {
  box-shadow: 0 20px 40px rgb(40 39 34 / 24%);
}

.simple-pricing .box.active {
  border: 1px solid var(--greencolor);
  background-color: var(--greencolor) 17;
}

.simple-pricing .box h4 {
  margin: 0px;
}

.simple-pricing .box h2 {
  margin: 20px 0px;
  font-size: 50px;
}

.simple-pricing .box h2 small {
  font-size: 12px;
  font-weight: 600;
}

.simple-pricing .box ul {
  margin: 0px 0px 45px;
  padding: 0px;
}

.simple-pricing .box ul li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
}

.simple-pricing .box ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--greencolor);
  margin-right: 10px;
  font-size: 14px;
}

.simple-pricing .box .web-btn {
  background: var(--greencolor);
}

.simple-pricing .box .web-btn2 {
  background: var(--btn2color);
}

.successful-stories {
  padding: 100px 0px;
}

.successful-stories iframe {
  border-radius: 10px;
}

.successful-stories h2 {
  font-size: 50px;
  margin-bottom: 15px;
}

.successful-stories h2 span {
  color: var(--greencolor);
}

.successful-stories iframe {
  margin-top: 30px;
}

.make-an-appointment {
  padding: 100px 0px;
  background: url("asset/consult/image/appointment-bg.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}

.make-an-appointment .box {
  padding: 30px;
  background: url("asset/consult/image/health-image.webp");
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.make-an-appointment .box:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.make-an-appointment .box * {
  position: relative;
}

.make-an-appointment .box h2 {
  color: var(--greencolor);
  margin: 0px;
}

.make-an-appointment .box h4 {
  margin: 20px 0px;
  font-size: 16px;
}

.make-an-appointment .box .form-control {
  padding: 10px 0px;
  font-size: 15px;
  height: auto;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  color: #9d9d9d;
}

.make-an-appointment .box .form-control::placeholder {
  font-size: 15px;
  color: #9d9d9d;
}

.make-an-appointment .box .web-btn {
  background: var(--greencolor);
  padding: 8px 30px;
  margin-top: 10px;
}

.make-an-appointment .rightside {
  color: white;
}

.make-an-appointment .rightside * {
  color: inherit;
}

.make-an-appointment .rightside h2 {
  margin-bottom: 30px;
}

.make-an-appointment .rightside .accordion .card {
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 0px;
}

.make-an-appointment .rightside .accordion .card .card-header {
  padding: 0px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.make-an-appointment .rightside .accordion .card .card-header button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 15px 13px 15px;
  color: white;
  background: #1b1b1b;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 500;
}

.make-an-appointment .rightside .accordion .card .card-header button.collapsed {
  color: black;
  background: white;
}

.make-an-appointment .rightside .accordion .card .card-body {
  background: transparent;
  padding: 20px 0px;
}

.make-an-appointment .rightside .accordion .card .card-body p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}

.how-we-do {
  padding: 100px 0px;
}

.how-we-do h2 {
  font-size: 50px;
  margin-bottom: 15px;
}

.how-we-do h2 span {
  color: var(--greencolor);
}

.how-we-do .box {
  background: white;
  border: 1px solid #eee;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.how-we-do .box .detail {
  padding: 20px;
}

.how-we-do .box .detail h3 {
  margin: 0px 0px 15px;
}

.how-we-do .box .detail p.price {
  font-weight: 600;
  color: var(--greencolor);
}

.how-we-do .box .detail p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
  text-align: justify;
}

.how-we-do .box .detail .web-btn {
  margin-top: 20px;
  background: var(--greencolor);
}

.plansmodal .modal-header {
  padding: 15px 30px;
}

.plansmodal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 28px;
  color: var(--greencolor);
  opacity: 1;
}

.plansmodal .modal-header .modal-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.plansmodal .modal-body {
  padding: 30px;
}

.plansmodal .form-group {
  margin-bottom: 15px;
}

.plansmodal .form-control {
  padding: 12px 20px;
  height: auto;
  background: #efefef;
  border-radius: 5px;
  border: none;
  color: #343434;
}

@media (max-width: 767px) {
  .nutrition-banner {
    padding: 40px 0px;
  }

  .nutrition-banner .box {
    padding: 30px;
  }

  .nutrition-banner .box ul {
    margin: 30px 0px 0px;
  }

  .nutrition-banner .box ul li {
    line-height: 16px;
  }

  .health-tips {
    padding: 25px 0px 40px;
  }

  .health-tips .box {
    margin-top: 15px;
  }

  .healthy-features {
    padding: 25px 0px 40px;
  }

  .healthy-features .box {
    padding: 15px;
    height: auto;
  }

  .healthy-features .box p {
    font-size: 14px;
    line-height: 20px;
  }

  .practice {
    padding: 40px 0px;
  }

  .practice h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .practice h2 + p {
    font-size: 14px;
    line-height: 20px;
  }

  .practice .box {
    margin-top: 15px;
    padding: 15px;
    height: auto;
  }

  .practice .box p {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .health-advisor {
    padding: 40px 0px;
  }

  .health-advisor h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .health-advisor p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .health-advisor img {
    margin-top: 15px;
  }

  .health-advisor .box img {
    margin-top: 0px;
  }

  .four-step {
    padding: 40px 0px;
  }

  .four-step h2 {
    font-size: 24px;
  }

  .four-step .box {
    margin-top: 15px;
  }

  .four-step .box p {
    font-size: 14px;
    line-height: 20px;
  }

  .specialist-team {
    padding: 40px 0px;
  }

  .specialist-team h2 {
    font-size: 24px;
  }

  .specialist-team .box {
    padding: 15px;
    margin-top: 15px;
  }

  .specialist-team .box p {
    font-size: 14px;
    line-height: 18px;
  }

  .specialist-team .box img {
    width: 130px;
    height: 130px;
  }

  .upcoming-events {
    padding: 40px 0px;
  }

  .upcoming-events h2 {
    font-size: 24px;
  }

  .upcoming-events .box {
    margin-top: 15px;
    height: auto;
  }

  .simple-pricing {
    padding: 40px 0px;
  }

  .simple-pricing h2 {
    font-size: 24px;
  }

  .simple-pricing h2 br {
    display: none;
  }

  .simple-pricing .nav-tabs {
    margin: 30px 0px;
    width: 100%;
  }

  .simple-pricing p {
    font-size: 14px;
    line-height: 20px;
  }

  .simple-pricing p.qus-p {
    margin-top: 15px;
  }

  .simple-pricing .box {
    margin-top: 15px;
  }

  .simple-pricing .box.active {
    transform: scale(1, 1);
  }

  .successful-stories {
    padding: 40px 0px;
  }

  .successful-stories h2 {
    font-size: 24px;
  }

  .successful-stories iframe {
    margin-top: 15px;
    height: 200px;
  }

  .make-an-appointment {
    padding: 40px 0px;
  }

  .make-an-appointment .box {
    padding: 20px;
  }

  .make-an-appointment .rightside {
    margin-top: 15px;
  }

  .make-an-appointment .rightside .accordion .card .card-body {
    padding: 20px 0px 0px;
  }

  .make-an-appointment .rightside .accordion .card .card-body img {
    margin-top: 15px;
  }

  .how-we-do {
    padding: 40px 0px;
  }

  .how-we-do h2 {
    font-size: 24px;
  }

  .how-we-do .box {
    margin-top: 15px;
  }

  .how-we-do .box .detail {
    padding: 20px;
  }

  .how-we-do .box .detail p {
    font-size: 14px;
    line-height: 20px;
  }

  .hospital-detail-page .form-box {
    margin-top: 30px;
  }
}

.remote-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.remote-heading + p {
  font-size: 20px;
  color: grey;
  margin-bottom: 40px;
}

.remote-banner {
  padding: 40px 0px;
}

.remote-banner h1 {
  font-size: 40px;
  font-weight: bold;
}

.remote-banner img {
  padding: 0px 60px;
}

.remote-banner .box {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
  background-color: white;
}

.remote-banner .box .form-group {
  margin-bottom: 10px;
}

.remote-services {
  padding: 60px 0px;
}

.remote-services .remote-heading + p {
  margin-bottom: 20px;
}

.remote-services .box {
  text-align: center;
  margin-top: 40px;
}

.remote-services .box img {
  text-align: center;
  height: 60px;
  margin-bottom: 15px;
  filter: var(--greenfilter);
}

.remote-services .box p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
}

.remote-products {
  padding: 60px 0px;
}

.remote-products .remote-heading {
  margin-bottom: 40px;
}

.web-tabs.nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 30px;
}

.web-tabs.nav-tabs .nav-link.active {
  background-color: var(--greencolor);
  color: white;
}

.web-tabs.nav-tabs .nav-link {
  background: #eee;
  margin: 0px 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.remote-products h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.remote-products p {
  font-size: 18px;
  text-align: justify;
  margin: 0px;
}

.remote-products img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.remote-solutions {
  padding: 60px 0px;
}

.remote-solutions .remote-heading {
  margin-bottom: 40px;
}

.remote-approach {
  padding: 60px 0px;
}

.remote-approach .remote-heading {
  margin-bottom: 40px;
}

.remote-approach p {
  font-size: 20px;
  text-align: justify;
}

.remote-approach .bg {
  height: 100%;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .remote-banner {
    padding: 20px 0px;
    text-align: center;
  }

  .remote-banner h1 {
    font-size: 24px;
    margin-bottom: 10px !important;
  }

  .remote-banner p {
    margin-bottom: 0px;
  }

  .remote-banner .box {
    margin-top: 15px;
  }

  .remote-services {
    padding: 30px 0px;
  }

  .remote-heading {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .remote-heading + p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .remote-services .remote-heading + p {
    margin-bottom: 0px;
  }

  .remote-services .box {
    margin-top: 20px;
  }

  .remote-services .box p {
    font-size: 14px;
    line-height: 18px;
  }

  .remote-services .box img {
    height: 50px;
  }

  .remote-products {
    padding: 30px 0px;
  }

  .remote-products .remote-heading {
    margin-bottom: 20px;
  }

  .web-tabs.nav-tabs {
    border: none;
  }

  .web-tabs.nav-tabs {
    margin-bottom: 10px;
  }

  .remote-products img {
    margin-bottom: 15px;
  }

  .remote-products h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .remote-products p {
    font-size: 14px;
  }

  .remote-solutions {
    padding: 30px 0px;
  }

  .remote-solutions .remote-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .remote-approach {
    padding: 30px 0px;
  }

  .remote-approach .remote-heading {
    margin-bottom: 20px;
  }

  .remote-approach p {
    font-size: 14px;
  }

  .remote-approach .bg {
    height: 230px;
    margin-bottom: 15px;
  }

  .remote-approach .col-md-6 + .col-md-6 {
    order: 1;
  }

  .remote-approach .col-md-6 {
    order: 2;
  }
}

.claim-banner {
  padding: 60px 0px;
  background-color: white;
  border-bottom: 2px solid var(--greencolor);
}

.claim-banner h1 {
  font-weight: bold;
  margin: 0px;
  font-size: 28px;
}

.claim-banner p {
  margin: 30px 0px;
  font-size: 20px;
  font-weight: 600;
}

.claim-banner .web-btn {
  background: var(--greencolor);
}

.claim-what-we-do {
  padding: 60px 0px;
}

.claim-what-we-do h2 {
  color: var(--greencolor);
}

.claim-what-we-do p {
  font-size: 16px;
  text-align: justify;
}

.claim-what-we-do img {
  border-radius: 10px;
}

.claim-how-it-works {
  padding: 60px 0px;
}

.claim-how-it-works h2 {
  color: var(--greencolor);
}

.claim-how-it-works .box {
  margin-top: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  height: calc(100% - 20px);
  transition: all 0.3s 0s linear;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}

.claim-how-it-works .box:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.claim-how-it-works .box h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 20px 0px 15px;
}

.claim-how-it-works .box img {
  height: 80px;
  filter: var(--greenfilter);
}

.claim-how-it-works .box p {
  margin: 0px;
  font-size: 14px;
  text-align: justify;
}

.lets-partner {
  background-color: white;
  padding: 60px 0px;
}

.lets-partner h2 {
  color: var(--greencolor);
}

.lets-partner p {
  margin: 15px 0px 20px;
}

.lets-partner .web-btn {
  background: var(--greencolor);
}

.lets-partner .form-group {
  margin-bottom: 15px;
}

.lets-partner .form-group .form-control {
  border-color: #c1c0c0;
  color: black;
  font-weight: 500;
  height: 50px;
}

.lets-partner .form-group label {
  color: #7a7a7a;
  font-weight: 500;
  top: 13px;
}

@media (max-width: 767px) {
  .claim-banner {
    padding: 40px 0px;
  }

  .claim-banner h1 {
    font-size: 16px;
  }

  .claim-banner p {
    margin: 15px 0px;
    font-size: 14px;
  }

  .claim-banner img {
    margin-top: 15px;
  }

  .claim-what-we-do {
    padding: 40px 0px;
  }

  .claim-what-we-do img {
    margin-bottom: 20px;
  }

  .claim-what-we-do p {
    font-size: 14px;
  }

  .claim-how-it-works {
    padding: 40px 0px;
  }

  .claim-how-it-works .box {
    margin-top: 15px;
    height: auto;
  }

  .lets-partner {
    padding: 40px 0px;
  }

  .lets-partner img {
    margin-bottom: 20px;
  }

  .lets-partner p {
    margin: 15px 0px;
  }
}

.cart-page .table {
  font-weight: 500;
  border: none !important;
  border-radius: 5px;
  overflow: hidden;
}

.cart-page .table tr th,
.cart-page .table tr td {
  padding: 15px 20px;
}

.cart-page .table tr th {
  background-color: var(--lightgreencolor);
  font-size: 14px;
}

.cart-page .table tr td:first-child {
  max-width: 500px;
  white-space: unset;
}

.cart-page .table .table-avatar {
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #eee;
  margin-right: 15px;
  border-radius: 5px;
}

.cart-page .table .table-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-page .table .cart-table-h a {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.cart-page .table .cart-table-h .alert {
  padding: 3px 5px;
  font-size: 11px;
}

.cart-page .booking-card {
  border-radius: 5px;
}

.cart-page .booking-card .card-header {
  background-color: var(--lightgreencolor) !important;
  padding: 15px 20px;
}

.cart-page .booking-card .card-header h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

.cart-page .booking-card .card-body {
  padding: 10px 20px 20px;
  font-weight: 500;
}

.cart-page .booking-card .card-body ul {
  margin: 0;
  padding: 0;
}

.cart-page .booking-card .card-body ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.cart-page .booking-card .card-body ul li:last-child {
  border: none;
  background-color: #eee;
  margin: 0px -20px;
  padding: 10px 20px;
}

.cart-page .booking-card .card-body .alert {
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  padding: 10px;
}

.cart-page .product-custom .title {
  text-align: left;
  margin-top: 15px;
  font-weight: bold;
}

.cart-page .product-custom .price {
  font-size: 16px;
  font-weight: bold;
}

.cart-page .product-custom .cart-icon {
  font-size: 16px;
  width: auto;
  height: auto;
  background-color: transparent !important;
}

.cart-page .product-custom .cart-icon:hover,
.cart-page .profile-widget:hover .cart-icon {
  color: var(--greencolor);
}

.cart-page .profile-widget .ecom-vendor-logo img {
  height: 25px;
  width: auto;
}

.cart-page .empty-cart {
  margin-top: -25px;
  padding: 0px 0px 40px;
  text-align: center;
}

.cart-page .empty-cart img {
  height: 250px;
  margin-bottom: 30px;
  object-fit: contain;
  width: 100%;
}

.cart-page .empty-cart .web-btn {
  margin-top: 35px;
}

.swal-button {
  background: var(--greencolor) !important;
}

.cart-page .profile-widget img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .cart-page .profile-widget img {
    height: 120px;
  }

  .web-btn,
  .web-btn2,
  .web-btn3 {
    border-radius: 9px;
    font-size: 12px;
    padding: 10px 15px;
  }

  .cart-page .empty-cart {
    padding-bottom: 40px;
  }

  .cart-page .table .table-avatar {
    margin-right: 10px;
  }

  .cart-page .table .cart-table-h a {
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: bold;
  }

  .cart-page .table .table-action .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 8px 3px 8px;
    font-size: 14px;
  }

  .cart-page .mobile-table.table td:first-child,
  .cart-page .mobile-table.table td:last-child {
    margin: 0px;
  }

  .cart-page .mobile-table.table td:first-child::before,
  .cart-page .mobile-table.table td:last-child::before {
    display: none;
  }

  .cart-page .table .custom-increment button {
    width: 30px;
    height: 30px;
    padding: 0px;
  }

  .cart-page .table .custom-increment.cart input[type="text"] {
    width: 47px;
    height: 30px;
    padding: 0px;
  }

  .cart-page .booking-card .card-body ul li:last-child {
    font-size: 14px;
    font-weight: bold;
  }

  .cart-page .product-custom .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .cart-page .product-custom .cart-icon {
    margin-top: 10px;
  }

  .mobile-table.table thead,
  .mobile-table.table th {
    display: none;
  }

  .mobile-table.table tr {
    display: block;
    border: 1px solid #eee !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 10px 0px;
    margin: 0px 0px 15px;
    position: relative;
  }

  .mobile-table.table td:first-child {
    text-align: left;
  }

  .mobile-table.table td {
    display: inline-block;
    border: none !important;
    padding: 0px !important;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 14px;
    min-width: 23%;
    text-align: center;
  }

  .mobile-table.table td:before {
    content: attr(data-label);
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: var(--websitecolor);
    display: block;
    margin-bottom: 5px;
    font-family: var(--headingfont);
    font-weight: bold;
  }
}

.corporate-banner {
  padding: 60px 0px;
  background-position: center;
  background-size: cover;
}

.corporate-banner h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.corporate-banner .banner-big-image {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #eee;
  border-radius: 10px;
}
.corporate-banner .box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.employees {
  padding: 60px 0px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: black;
  font-weight: 500;
}

.healthcare-advantage {
  padding: 60px 0px;
  text-align: center;
  background: url("https://www.secondmedic.com/app/asset/consult/image/healthcare-advantage-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.healthcare-advantage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--greenrgb);
}

.healthcare-advantage * {
  color: white;
}

.healthcare-advantage .box {
  margin-top: 25px;
}

.healthcare-advantage .box img {
  filter: invert(100%) sepia(73%) saturate(3809%) hue-rotate(180deg)
    brightness(119%) contrast(100%);
  height: 64px;
}

.healthcare-advantage .box p {
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0px 0px;
}

.relevant-solution {
  padding: 60px 0px;
}

.relevant-solution .nav-tabs {
  justify-content: space-between;
  border: none;
  margin-bottom: 15px;
  text-align: center;
}

.relevant-solution .nav-tabs li {
  width: calc(25% - 7.5px);
}

.relevant-solution .nav-tabs li a.active {
  background: var(--greencolor);
  color: white;
}

.relevant-solution .nav-tabs li a {
  background: #eee;
  color: #000;
  font-weight: 600;
  padding: 12px 15px;
  text-transform: uppercase;
}

.relevant-solution .tab-content {
  padding: 0px;
}

.relevant-solution .tab-content .box {
  background: #eee;
  padding: 20px;
  height: 100%;
}

.relevant-solution .tab-content .box p {
  margin: 0px;
}

.counter {
  padding: 35px 0px 60px;
  text-align: center;
  background: url("https://www.secondmedic.com/app/asset/consult/image/partners-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.counter:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--greenrgb);
}

.counter * {
  position: relative;
  z-index: 1;
  color: inherit;
}

.counter .box {
  border: 1px solid white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 25px;
  height: calc(100% - 25px);
  color: white;
  transition: all 0.3s 0s linear;
}

.counter .box:hover {
  background: white;
  color: black;
}

.counter h2 {
  font-weight: bold;
}

.counter p {
  margin: 0px;
  line-height: 20px;
}

.benefits {
  padding: 60px 0px;
}

.benefits .box {
  margin-top: 20px;
  text-align: center;
}

.benefits .box img {
  height: 64px;
}

.benefits .box p {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0px;
}

.studies {
  padding: 60px 0px;
  background: var(--lightgreencolor);
}

.studies h3 {
  margin: 0px;
  line-height: 40px;
  font-weight: bold;
}

.corporate-features {
  padding: 35px 0px 60px;
}

.corporate-features .box {
  margin-top: 25px;
}

.corporate-features .box img {
  width: 100%;
  margin-bottom: 15px;
}

.corporate-features .box h4 {
  margin: 0px;
}

.error {
  color: red;
}

@media (max-width: 767px) {
  .corporate-banner {
    text-align: center;
    padding: 40px 0px;
  }
  .corporate-banner h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .employees {
    padding: 40px 0px;
  }

  .employees h2 {
    font-size: 18px;
  }

  .healthcare-advantage {
    padding: 40px 0px;
  }

  .healthcare-advantage h2 {
    font-size: 18px;
  }

  .relevant-solution {
    padding: 40px 0px;
  }

  .relevant-solution h2 {
    font-size: 18px;
  }

  .relevant-solution .nav-tabs li {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
    font-size: 10px;
  }

  .corporate-banner .box {
    margin-top: 20px;
  }

  .counter {
    padding: 25px 0px 40px;
  }

  .counter .row .col {
    min-width: 50%;
  }

  .counter .box {
    margin-top: 15px;
    height: calc(100% - 15px);
  }

  .benefits {
    padding: 40px 0px;
  }

  .benefits h2 {
    font-size: 18px;
  }

  .studies {
    padding: 40px 0px;
  }

  .studies h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .corporate-features {
    padding: 25px 0px 40px;
  }

  .corporate-features .box {
    margin-top: 15px;
  }

  .testimonials {
    padding: 40px 0px;
  }
}

.corporate-header .nav-link {
  color: black !important;
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 20px !important;
}

.corporate-services {
  padding: 60px 0px;
}

.corporate-services .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.corporate-services .box .img-circle {
  width: 100px;
  height: 100px;
  background-color: #eee;
  border-radius: 50px;
  padding: 25px;
}

.corporate-services .box .img-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.corporate-services .box .box-content {
  width: calc(100% - 115px);
}

.corporate-services .box .box-content h4 {
  font-weight: bold;
}

.secmed-ecosystem {
  padding: 60px 0px 0px;
  background-color: white;
}

.secmed-ecosystem h2 + p {
  font-size: 20px;
  margin-bottom: 50px;
  color: black;
}

.secmed-ecosystem img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(5067%)
    hue-rotate(175deg) brightness(90%) contrast(67%);
}

.secmed-ecosystem h3 {
  font-weight: bold;
}

.secmed-ecosystem p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 35px;
  color: grey;
}

.faqs .accordion .card .card-header button i {
  font-weight: 400;
}

.faqs .nav-tabs li a.active {
  background: var(--greencolor);
  color: #fff;
}

.faqs {
  padding-bottom: 60px;
}

.faqs .nav-tabs {
  justify-content: center;
  border: none;
}

.faqs .nav-tabs li a {
  background: var(--lightgreencolor);
  color: var(--greencolor);
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 14px;
  border: none;
  font-weight: 500;
  margin: 0 5px;
}

.faqs .tab-content {
  padding-top: 0px;
}

.faqs .accordion .card {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.faqs .accordion .card .card-header {
  padding: 0;
  border-color: var(--lightgreencolor);
  border-radius: 0.25rem;
}

.faqs .accordion .card .card-header button {
  padding: 10px 15px;
  color: #000;
  font-weight: 700;
  background: var(--lightgreencolor);
  position: relative;
}

@media (max-width: 767px) {
  .faqs {
    padding-bottom: 30px;
  }

  .faqs .nav-tabs {
    justify-content: left;
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .faqs .nav-tabs li a {
    white-space: nowrap;
  }

  .faqs .tab-content {
    padding-top: 0;
  }

  .faqs .accordion .card .card-header button {
    font-size: 14px;
    list-style: 18px;
  }

  .corporate-header .navbar-toggler {
    padding: 0px;
    border: none;
  }

  .corporate-header .nav-link {
    padding: 10px 15px !important;
  }

  .corporate-services {
    padding: 30px 0px;
  }

  .corporate-services h2 {
    font-size: 18px;
  }

  .corporate-services .box {
    margin-top: 15px;
  }

  .secmed-ecosystem {
    padding: 30px 0px 0px;
  }

  .secmed-ecosystem h2 {
    font-size: 18px;
  }

  .secmed-ecosystem h2 + p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .secmed-ecosystem img {
    margin-bottom: 20px;
  }

  .secmed-ecosystem h3 {
    font-size: 18px;
  }

  .secmed-ecosystem p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .user-reviews-new .item {
    padding: 0px 15px;
  }

  .user-reviews-new .card {
    margin-bottom: 0px;
    border: 1px solid #eee;
    box-shadow: none;
  }
}

.promotion {
  padding: 50px 0px;
  background: #f6f6f6;
}

.promotion .menu-box {
  height: 100%;
}

.promotion .menu-box ul {
  margin: 0px;
  padding: 0px;
  border-radius: 5px;
  background: white;
  position: sticky;
  top: 20px;
}

.promotion .menu-box ul li {
  list-style: none;
}

.promotion .menu-box ul li a {
  padding: 15px 20px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  position: relative;
  color: black;
}

.promotion .menu-box ul li.active a {
  font-weight: bold;
}

.promotion .menu-box ul li.active a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  color: var(--greencolor);
}

.promotion .menu-box ul li:last-child a {
  border: none;
}

.promotion .box {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.promotion .box .img-box {
  padding: 15px;
  width: 140px;
  height: 140px;
}

.promotion .box .img-box img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 10px;
}

.promotion .box .box-content:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #f6f6f6;
  top: -10px;
  left: -10px;
}

.promotion .box .box-content:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #f6f6f6;
  bottom: -10px;
  left: -10px;
}

.promotion .box .box-content {
  width: calc(100% - 140px);
  padding: 15px;
  border-left: 1px dashed #eee;
  position: relative;
}

.promotion .box .box-content .badge {
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: var(--lightgreencolor);
  color: black;
}

.promotion .box .box-content h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  color: black;
}

.promotion .box .box-content ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.promotion .box .box-content ul li:first-child {
  padding-left: 0px;
}

.promotion .box .box-content ul li:first-child:before {
  display: none;
}

.promotion .box .box-content ul li {
  list-style: none;
  padding: 0px 10px;
  position: relative;
  color: black;
}

.promotion .box .box-content ul li:before {
  content: "|";
  left: 0;
  position: absolute;
}

.promotion .box .box-content ul li b {
  font-weight: 600;
}

@media (max-width: 767px) {
  .promotion {
    padding: 30px 0px;
  }

  .promotion .menu-box {
    display: none;
  }

  .promotion .box .img-box {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .promotion .box .img-box img {
    width: 80px;
    height: 80px;
  }

  .promotion .box .box-content {
    width: calc(100% - 100px);
  }

  .promotion .box .box-content .badge {
    margin-bottom: 10px;
    font-size: 11px;
    padding: 5px 8px;
  }

  .promotion .box .box-content h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .promotion .box .box-content ul {
    flex-wrap: wrap;
  }

  .promotion .box .box-content ul li {
    font-size: 12px;
    padding: 0px;
    width: 100%;
  }

  .promotion .box .box-content ul li:before {
    display: none;
  }
}

.howitworks-new {
  padding: 60px 0px;
  background-color: var(--lightgreenrgb);
}

.howitworks-new h2 + p {
  font-size: 24px;
  margin: 0px 0px 10px;
}

.howitworks-new .box {
  background-color: white;
  border-radius: 10px;
  padding: 50px 30px;
  height: calc(100% - 30px);
  margin-top: 30px;
  text-align: center;
}

.howitworks-new .box img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 30px;
}

.howitworks-new .box h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.howitworks-new .box p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .health-plans {
    padding: 30px 0px 15px;
  }

  .health-plans .box {
    margin-bottom: 15px;
  }

  .health-plans .box.bg2 .web-btn {
    margin-top: 10px;
  }

  .howitworks-new {
    padding: 30px 0px;
  }

  .howitworks-new h2 + p {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0px 10px;
  }

  .howitworks-new .box {
    margin-top: 15px;
    padding: 30px 20px;
    height: auto;
  }

  .howitworks-new .box img {
    margin-bottom: 20px;
  }
}

/* LUCKNOW CAMPAIGN WORK START */
.campaign-h {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.campaign-header {
  padding: 10px 0px;
  background-color: white;
}

.campaign-header .logo {
  height: 60px;
  width: auto;
  margin: 0px auto;
  display: block;
}

.campaign-banner {
  padding: 40px 0px;
  background: url("../utility/icons/slider-bg.webp");
  background-size: cover;
  background-position: center;
}

.campaign-banner h1 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.campaign-banner .banner-p {
  font-size: 20px;
  text-align: center;
}

.campaign-banner p .number {
  padding: 5px 15px;
  margin-left: 5px;
}

.campaign-banner .box {
  background-color: white;
  padding: 30px 60px;
  border-radius: 10px;
  margin-top: 20px;
}

.campaign-banner .box p {
  margin: 0;
  font-weight: 500;
}

.campaign-banner .box h2 {
  margin: -15px 0 5px;
  font-size: 30px;
}

.campaign-banner .box h2 b {
  font-size: 50px;
}

.campaign-banner .box form {
  margin-top: 30px;
}

.campaign-banner .box form .form-group {
  margin-bottom: 15px;
}

.campaign-banner .box form .form-control {
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #e0e0e0;
  font-weight: 500;
}

.campaign-banner .box form .web-btn,
.campaign-banner .box form .web-btn2 {
  margin-top: 30px;
}

.campaign-banner .box form .web-btn2 {
  position: relative;
  overflow: hidden;
}

.campaign-banner .box form .web-btn2:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
  animation: shineeffectbefore 1.75s linear infinite;
}

.campaign-banner .box form .web-btn2:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
  animation: shineeffectafter 1.75s linear infinite;
}

@keyframes shineeffectbefore {
  0% {
    transform: translateX(-100px) skewX(-15deg);
    opacity: 0.5;
  }

  100% {
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
  }
}

@keyframes shineeffectafter {
  0% {
    transform: translateX(-100px) skewX(-15deg);
    opacity: 0;
  }

  100% {
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
  }
}

.campaign-banner .box form .location {
  font-size: 10px;
  margin-top: 15px;
}

.campaign-banner .box .doctor-box {
  text-align: center;
}

.campaign-banner .box .doctor-box img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 350px;
  object-fit: cover;
  object-position: top;
  background-color: var(--lightgreencolor);
}

.campaign-banner .box .doctor-box h4 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}

.campaign-banner .box .doctor-box p {
  margin-bottom: 0px;
}

.campaign-steps {
  padding: 40px 0px;
}

.campaign-steps .box {
  border: 1px solid #ddd;
  padding: 20px;
  height: calc(100% - 15px);
  margin-top: 15px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s 0s linear;
  text-align: center;
}

.campaign-steps .box:hover {
  border-color: var(--greencolor);
}

.campaign-steps .box .circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--greencolor);
  border-radius: 50px;
  margin: 0px auto 15px;
  color: white;
  font-size: 30px;
}

.campaign-steps .box p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
}

.campaign-why-secmed {
  padding: 40px 0px;
}

.campaign-why-secmed .box {
  margin-top: 15px;
  background-color: #efefef;
  padding: 30px;
  border-radius: 10px;
}

.campaign-why-secmed .box img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0px auto;
  background-color: white;
}

.campaign-why-secmed .box h3 {
  font-size: 20px;
  font-weight: bold;
}

.campaign-why-secmed .box p {
  font-size: 18px;
  margin: 0px;
}

.campaign-footer {
  background-color: var(--greencolor);
  padding: 40px 0px 20px;
}

.campaign-footer .foot-features {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.campaign-footer .foot-features li {
  list-style: none;
  display: inline-block;
}

.campaign-footer .foot-features li a {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  width: 200px;
  margin: 5px 5px;
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  transition: all 0.3s 0s linear;
}

.campaign-footer .foot-features li a:hover {
  background-color: var(--btn2color);
  color: white;
}

.campaign-footer .foot-features li a:hover p {
  color: white;
}

.campaign-footer .foot-features li a .circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--btn2color);
  border-radius: 50px;
  color: white;
  font-size: 20px;
}

.campaign-footer .foot-features li a p {
  margin: 0px;
  width: calc(100% - 58px);
  font-weight: 500;
  color: var(--btn2color);
  transition: all 0.3s 0s linear;
  text-align: left;
}

.campaign-footer hr {
  border-color: #25b188;
  margin-top: 40px;
  margin-bottom: 20px;
}

.campaign-footer p {
  font-weight: 500;
  margin: 0px;
  color: white;
}

.campaign-footer .info-list {
  margin: 0px;
  padding: 0px;
}

.campaign-footer .info-list li {
  list-style: none;
  margin: 10px 0px;
}

.campaign-footer .info-list li a {
  color: white;
  font-weight: 500;
  display: flex;
  line-height: 18px;
}

.campaign-footer .info-list li a i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .campaign-header .logo {
    height: 50px;
  }

  .campaign-banner {
    padding: 20px 0px;
  }

  .campaign-banner h1 {
    font-size: 18px;
  }

  .campaign-banner .banner-p {
    font-size: 16px;
    line-height: 20px;
  }

  .campaign-banner .box {
    padding: 20px;
  }

  .campaign-banner .box h2 {
    margin: -14px 0 10px;
    font-size: 20px;
  }

  .campaign-banner .box h2 b {
    font-size: 34px;
  }

  .campaign-banner .box form {
    margin-top: 15px;
  }

  .campaign-banner .box form .form-group {
    margin-bottom: 10px;
  }

  .campaign-banner .box form .web-btn {
    margin-top: 0px;
  }

  .campaign-banner .box form .web-btn2 {
    margin-top: 10px;
  }

  .campaign-banner .box form .location {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .campaign-banner .box .doctor-box img {
    height: 270px;
  }

  .campaign-steps {
    padding: 20px 0px;
  }

  .campaign-h {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .campaign-steps .box p {
    font-size: 16px;
    line-height: 20px;
  }

  .campaign-why-secmed {
    padding: 20px 0px;
  }

  .campaign-why-secmed .box img {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .campaign-why-secmed .box h3 {
    font-size: 16px;
  }

  .campaign-why-secmed .box p {
    font-size: 14px;
  }

  .campaign-footer {
    padding: 20px 0px;
  }

  .campaign-footer hr {
    margin: 20px 0px;
  }
}

/* LUCKNOW CAMPAIGN WORK END */

/* Hospital detail page work start */
.hospital-detail-page .form-box {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  background-color: white;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.hospital-detail-page .form-box .form-group {
  margin-bottom: 10px;
}
.hospital-detail-page .form-box .form-control {
  padding: 12px 20px;
  height: auto;
  background: #efefef;
  border-radius: 5px;
  border: none;
  color: #343434;
}
.hospital-detail-page .hospital-doctor-card {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 0px;
}
.hospital-detail-page .hospital-doctor-card.big {
  height: auto;
}
.hospital-detail-page .hospital-doctor-card .doctor-img img {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  height: 150px;
  width: 150px;
  object-fit: cover;
}
.hospital-detail-page mark {
  background-color: var(--lightgreencolor);
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}

.hospital-detail-page .hospital-doctor-card .doc-info-cont {
  width: 100%;
}

.hospital-detail-page .hospital-doctor-card .rating {
  margin: 0px;
}

@media (max-width: 768px) {
  .hospital-detail-page {
    padding: 20px 0px !important;
  }
  .hospital-detail-page .form-box {
    margin-top: 30px;
    padding: 20px;
  }
  .hospital-detail-page .hospital-doctor-card .rating {
    justify-content: center;
  }
}
/* Hospital detail page work end */



.campaign-why-secmed .campaign-why-secmed-slider2 .box {
  border: 1px solid #ddd;
  padding: 0px;
  overflow: hidden;
}
.campaign-why-secmed .campaign-why-secmed-slider2 .box img {
  margin-bottom: 0px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0px;
}
.campaign-why-secmed .campaign-why-secmed-slider2 .box p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 25px 15px;
  border: none;
}

@media (max-width:768px) {
  .doctor-campaign-banner .box p {
      line-height: 20px;
  }
  .campaign-banner .box h2 {
    margin: 10px 0px;
  }
  .campaign-banner .box .offer-img {
    width: 100px;
  }
}
