@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica.ttf);
}
@font-face {
  font-family: "Helveticabold";
  src: url(../fonts/Helveticabold.ttf);
}

.consult-new-banner .box {
  position: relative;
  overflow: hidden;
}

.my-consultation-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--lightgreencolor);
  padding: 6px 28px 7px;
  border-bottom-right-radius: 10px;
}

.my-consultation-badge h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.my_padding {
  padding: 60px 0px;
}

.my_padding2 {
  padding-bottom: 30px;
}

.web-h h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0px;
}

.web-h p {
  margin-top: 5px;
  font-weight: 600 !important;
  font-size: 18px;
}

@media (max-width: 767px) {
  .my_padding {
    padding: 30px 0 !important;
  }

  .my_padding2 {
    padding-bottom: 20px !important;
  }

  .web-h h2 {
    font-size: 20px !important;
  }

  .web-h p {
    font-size: 16px !important;
  }
}

.rounded {
  border-radius: 10px !important;
}

.bg-danger {
  border-radius: 5px !important;
}

/* Start Blog Slider Css */

.my_blog_section .maternity-h-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left !important;
  margin-bottom: 40px;
}

.my_blog_section .box {
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.my_blog_section .box p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.my_blog_section .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.my_blog_section .box h3 {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.my_blog_section .box .box-body {
  padding: 15px;
}

/* End Blog Slider Css */

/* Start doctors Consultdoctor Css */

.consultdoctor-doctors .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.consultdoctor-doctors .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.consultdoctor-doctors .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.consultdoctor-doctors .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.consultdoctor-doctors .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.consultdoctor-doctors .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.consultdoctor-doctors .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.consultdoctor-doctors .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.consultdoctor-doctors .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.consultdoctor-doctors .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.consultdoctor-doctors .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  object-fit: contain;
  margin-left: 5px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.consultdoctor-doctors .box hr {
  margin: 15px 0px;
}

.consultdoctor-doctors .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.consultdoctor-doctors .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.consultdoctor-doctors .box .box-bottom p b {
  font-size: 14px;
}

.consultdoctor-doctors .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

@media (max-width: 768px) {
  .consultdoctor-doctors .d-flex {
    display: block !important;
  }

  .consultdoctor-doctors .box {
    padding: 15px;
  }

  .consultdoctor-doctors .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }
}

.consultdoctor-doctors .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

/* End doctors Consultdoctor Css */

/* Start Link Btn Css */

.link-btn {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid var(--greencolor) !important;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0px;
}

/* End Link Btn Css */

/* Video Section CSS Start */

.my_video_section .consult-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my_video_section .vid {
  width: 100%;
  display: block;
  /* vertical-align: top; */
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 15px;
  height: calc(100% - 25px);
  border-radius: 10px;
  /* margin-top: 25px; */
}

.my_video_section .vid .img-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 220px;
}

.my_video_section .vid .img-box .play-icon {
  position: absolute;
  width: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}

.my_video_section .vid .thumbnail {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  border: none;
  object-fit: cover;
  background-color: #ededed;
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

.my_video_section .vid h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 10px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.my_video_section .video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}

.my_video_section .video-popup.show-video {
  display: flex !important;
}

/* Video Section CSS End */

/* Start Live Video Consultation Css */

.live-doctor-slider .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.live-doctor-slider .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.live-doctor-slider .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.live-doctor-slider .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-doctor-slider .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.live-doctor-slider .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.live-doctor-slider .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.live-doctor-slider .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.live-doctor-slider .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.live-doctor-slider .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.live-doctor-slider .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  margin-left: 5px;
}

.live-doctor-slider .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.live-doctor-slider .box hr {
  margin: 15px 0px;
}

.live-doctor-slider .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.live-doctor-slider .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.live-doctor-slider .box .box-bottom p b {
  font-size: 14px;
}

.live-doctor-slider .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

.live-doctor-slider .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

@media (max-width: 768px) {
  .live-doctor-slider .box {
    padding: 15px;
  }

  .live-doctor-slider .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }
}

/* End Live Video Consultation Css */

/* City Tag List CSS Start */

.tags a {
  border: 1px solid #ddd;
  background-color: #eee;
  color: var(--btn2color);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 10px;
}

/* City Tag List CSS End */

/* My Web Stories Css Start */

.my-web-stories .box {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 15px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); */
}
.my-web-stories .box * {
  color: white;
  z-index: 1;
}
.my-web-stories .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    0.5turn,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.my-web-stories .box .icon {
  width: 29px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.my-web-stories .box h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.my-web-stories .box .date-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.my-web-stories .box .date-logo p {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
}
.my-web-stories .box .date-logo .logo {
  width: 84px;
  height: 27px;
  padding: 3px 5px;
  background-color: white;
  border-radius: 5px;
  margin-right: 0px;
}

/* My Web Stories Css End */

/* Lab Test Slider CSS Start */

.my_lab_slider .card {
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 5px;
  overflow: hidden;
}
.my_lab_slider .card:hover .img-div .img-content {
  opacity: 1;
}

.my_lab_slider .card .img-div {
  position: relative;
}
.my_lab_slider .card .img-div .package-logo {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 92px;
  height: 42px;
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.my_lab_slider .card .img-div .package-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.my_lab_slider .card .img-div .doctor-consult {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fffffc;
  padding: 5px 15px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
}
.my_lab_slider .card .card-body {
  padding: 15px;
}
.my_lab_slider .card .img-div .img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--greenrgb);
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s 0s linear;
  overflow: hidden;
}
.my_lab_slider .card .img-div .img-content h5 {
  color: inherit;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.my_lab_slider .card .img-div .img-content ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.my_lab_slider .card .img-div .img-content ul li {
  width: 50%;
  flex-grow: 1;
  list-style: none;
  border-top: 1px solid #00000066;
  padding: 5px 15px 5px 0px;
}
.my_lab_slider .card .img-div img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.my_lab_slider .card .card-body .card-title {
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_lab_slider .card .card-body p {
  font-size: 14px;
  line-height: 18px;
  color: grey;
  margin-bottom: 10px;
}
.my_lab_slider .card .card-body .price {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0px;
  font-size: 18px;
}
.my_lab_slider .card .card-body .price del {
  color: grey;
  font-size: 14px;
  margin-right: 5px;
}
/* Lab Test Slider CSS End */

/* How It Works Start CSS For 3 Grid */

.how-it-works-for3 .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 10%;
}

.how-it-works-for3 .row .d-flex {
  width: 100%;
}
.how-it-works-for3 .box {
  font-size: 18px;
  width: 40%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.how-it-works-for3 .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-for3 .box .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.how-it-works-for3 .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

@media (max-width: 768px) {
  .how-it-works-for3 .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
  }

  .how-it-works-for3 .box {
    font-size: 18px;
    width: 100%;
  }
}

/* How It Works End CSS For Grid 3 */

/** Start Corporate Page Css **/

/* .link-btn {
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid var(--greencolor) !important;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    padding: 0;
} */

.healthcare-advantage {
  background: none !important;
}

.healthcare-advantage:before {
  background-color: #f8f9fa !important;
}

.corporate_slider_section_2 {
  text-align: center;
}

.corporate_slider_section_1 {
  padding: 30px;
  background: #fff;
}

.corporate-banner .col-md-8 img {
  height: 465px;
  object-fit: cover;
}

.corporate_slider_section_1 .box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 15%);
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.corporate_slider_section_1 .col-md-3 {
  padding: 30px 0;
}

.corporate_slider_section_1 img {
  height: 150px;
  object-fit: contain;
}

.corporate_section_4 {
  background: none;
  padding: 35px 0px 60px;
  text-align: center;
  position: relative;
}

.corporate_section_4 * {
  position: relative;
  z-index: 1;
  color: #000;
}

.corporate_section_4 .box {
  border: 1px solid grey;
  padding: 20px;
  border-radius: 10px;
  margin-top: 25px;
  height: calc(100% - 25px);
  color: white;
  transition: all 0.3s 0s linear;
}

.corporate-clients .owl-carousel {
  padding: 10px 0;
  /* box-shadow: 0 0 10px -3px rgb(0 0 0/18%); */
}

.corporate-clients .item {
  border: 1px solid rgba(199, 199, 199, 0.4);
  background: white;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 0 10px -3px rgb(0 0 0/18%); */
}

.corporate-clients .item img {
  width: auto;
  height: 120px;
  object-fit: contain;
}

.benefits img,
.corporate_joining_program img {
  width: 80px;
  height: 80px !important;
  object-fit: contain;
}

.corporate_slider_section_4 {
  padding: 30px 0;
  background: #fff;
}

.corporate_slider_section_4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.corporate_slider_section_4 .or-line-in-radiology {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.corporate_slider_section_4 .or-line-in-radiology label {
  border-left: 1px dotted black;
  height: 50px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .corporate_slider_section_1 .col-md-3 {
    text-align: center;
  }

  .corporate-banner h1 {
    font-size: 1.5rem;
  }

  .corporate_slider_section_4 .or-line-in-radiology {
    display: none !important;
  }

  .corporate_slider_section_4 .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .corporate_slider_section_4 .col-md-2,
  .corporate_slider_section_4 .col-md-3 {
    width: 50% !important;
  }

  .corporate_slider_section_4 .box {
    padding: 10px !important;
  }
}

/** End Corporate Page Css **/

/* Start Problems qa Details CSS */

.qa-details .recent-faq a .col-md-12 {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 !important;
}

.qa-details .recents_blog {
  border-bottom: 1px solid #ddd;
  padding: 7px 0 !important;
}

.qa-details .recents_blog img {
  width: 98px;
  height: 82px;
  object-fit: cover;
}
.qa-details .recents_blog .img-box {
  width: 98px;
  height: 82px;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}

@media (max-width: 768px) {
  .qa-details .recents_blog .img-box {
    width: 86px;
    height: 59px;
  }
}

/* @media (max-width: 768px) {
    .qa-details .recents_blog img {
        width: 86px;
        height: 59px;
    }
} */

/* problems-qa-details-slider work start */

.problems-qa-details-slider .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.problems-qa-details-slider .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.problems-qa-details-slider .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.problems-qa-details-slider .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.problems-qa-details-slider .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.problems-qa-details-slider .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.problems-qa-details-slider .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.problems-qa-details-slider .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.problems-qa-details-slider .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.problems-qa-details-slider .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problems-qa-details-slider .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  object-fit: contain;
  margin-left: 5px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.problems-qa-details-slider .box hr {
  margin: 15px 0px;
}

.problems-qa-details-slider .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.problems-qa-details-slider .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.problems-qa-details-slider .box .box-bottom p b {
  font-size: 14px;
}

.problems-qa-details-slider .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

@media (max-width: 768px) {
  .problems-qa-details-slider .box {
    padding: 15px;
  }

  .problems-qa-details-slider .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }

  .ask-a-doctor .ask-doctor-box {
    display: block !important;
    border-radius: 10px;
  }

  .ask-a-doctor .ask-doctor-box .rounded_img {
    border-radius: 10px 10px 0 0 !important;
    width: 100%;
  }

  .ask-a-doctor-lab .box {
    padding: 0;
  }
}

/* problems-qa-details-slider work end */

.problems-qa-details-slider .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

.problem-qa-product-slider .pharmacy-product-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.problem-qa-product-slider .pharmacy-product-box .alert {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  font-size: 10px;
  padding: 5px 8px;
}

.problem-qa-product-slider .pharmacy-product-box .product-img {
  height: 150px;
  object-fit: contain;
  margin: 15px auto;
  display: block;
  transition: all 0.3s 0s linear;
}

.problem-qa-product-slider .pharmacy-product-box:hover .product-img {
  transform: scale(1.05, 1.05);
}

.problem-qa-product-slider .pharmacy-product-box .vendor-logo {
  width: 60px !important;
  height: 40px;
  object-fit: contain;
  padding: 3px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 5px;
}

.problem-qa-product-slider .pharmacy-product-box .box-content {
  background-color: #ededed;
  padding: 15px;
}

.problem-qa-product-slider .pharmacy-product-box .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problem-qa-product-slider .pharmacy-product-box p {
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problem-qa-product-slider .pharmacy-product-box .price {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 10px;
}

.problem-qa-product-slider .pharmacy-product-box .price small {
  font-size: 12px;
}

.problem-qa-product-slider .pharmacy-product-box .btn {
  padding: 8px 20px;
}

.problem-qa-product-slider .my_heading {
  font-size: 1.5rem;
}

/* End Problems qa Details CSS */

/* FAQ Css Starts */

.pharamacy-faq .accordion .card .card-header button {
  justify-content: start;
  align-items: start;
}

/* FAQ Css End */

/* Start Hospital Details Page Style */

.hospital-detail-page img {
  height: 150px;
  width: 280px;
  object-fit: contain;
}

.hospital-detail-page mark {
  display: inline-flex;
  margin-bottom: 10px;
}

.hospital-detail-page .box .card-header {
  background: var(--lightgreencolor) !important;
}

.hospital-detail-page .related_hospitals {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.hospital-detail-page .related_hospitals div {
  width: calc(100% - 115px);
}

.hospital-detail-page .related_hospitals h5 {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hospital-detail-page .related_hospitals p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 3px;
}

.hospital-detail-page .related_hospitals img {
  width: 100px;
  height: 60px;
  text-align: center;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}

.hospital-details-section .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.hospital-details-section .or-line-in-hospital-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hospital-details-section .or-line-in-hospital-details label {
  border-left: 1px dotted black;
  height: 50px;
  margin: 10px 0;
}

/* hospital-details-slider work start */

@media (max-width: 768px) {
  .or-line-in-hospital-details {
    display: none !important;
  }

  .hospital-details-section .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .hospital-details-section .col-md-2,
  .hospital-details-section .col-md-3 {
    width: 50% !important;
  }

  .hospital-details-section .box {
    padding: 10px !important;
  }
}

/* hospital-details-slider work end */

.hospital_details .tags {
  padding-bottom: 0 !important;
}

.hospital-details-section .box .call-female {
  width: 216px;
  height: 255px;
  object-fit: contain;
  object-position: bottom;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .hospital-details-section .box .call-female {
    width: 119px;
    height: Â 140px;
  }
}

/* End Hospital Details Style */

/* Surgery Appointment Start CSS */

.surgery-banner .col-md-8 img {
  height: 480px;
  object-fit: cover;
}

.expert-surgeons-appoinment ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expert-surgeons-appoinment ul li .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
}

.expert-surgeons-appoinment ul li .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.expert-surgeons-appoinment ul li .content {
  width: calc(100% - 85px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

.our-surgery-soultions .box {
  box-shadow: 0 0 10px 0 rgba(105, 107, 110, 0.19);
  border-radius: 10px;
  padding: 5px;
  margin: 10px 5px;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-surgery-soultions .box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 10px;
}

.how-it-works-sugery .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 5%;
}

.how-it-works-sugery .box {
  font-size: 18px;
  width: 24%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.how-it-works-sugery .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-sugery .box .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.how-it-works-sugery .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

.surgery-consultdoctor-doctors .col-lg-12 .headings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* .our-surgery-soultions h2{
        font-size: 20px;
    } */

  .our-surgery-soultions .col-4 {
    padding: 0;
  }

  .our-surgery-soultions .box {
    box-shadow: 0 0 10px 0 rgba(105, 107, 110, 0.19);
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .our-surgery-soultions .box h6 {
    font-weight: 600 !important;
  }

  .our-surgery-soultions .box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .expert-surgeons-appoinment .col-sm-5 {
    padding-left: 0 !important;
  }

  .surgery-consultdoctor-doctors .col-lg-12 .headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .how-it-works-sugery .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
  }

  .how-it-works-sugery .box {
    font-size: 18px;
    width: 100%;
  }
}

/* Surgery Appointment End CSS */

/* Apollo Home Care CSS Start */

.apollo-home-care-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.apollo-home-care-menu .col-md-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.apollo-home-care-menu .col-md-12 .menu .nav-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;

  /* display: grid;
   justify-content: center;
   grid-gap: 10px;
   grid-template-columns: 100px; */
  /* border: 1px solid rgb(66 138 214 / 29%);
    border-radius: 10px; */
  font-weight: bold;
  /* font-size: 16px; */
  letter-spacing: 0.2px;
}

.apollo-home-care-menu .col-md-12 .menu .nav-link img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 5px;
}

.apollo-home-care-banner #apollo_call_back_frm .web-captcha img {
  height: 40px !important;
}

.apollo-by-specialities .web-h h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.apollo-by-specialities .web-h p {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0;
  font-weight: 500;
}

.apollo-by-specialities .box {
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  margin-top: 25px;
  overflow: hidden;
}

.apollo-by-specialities .box img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
  background-color: var(--greybg);
}

.apollo-by-specialities .box .box-body {
  padding: 15px 20px;
}

.apollo-by-specialities .box h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.apollo-by-specialities .box p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.apollo-home-care-social-network img {
  border-radius: 10px;
}

.apollo-home-care-h {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.apollo-home-care .rounded_img {
  border-radius: 10px 0 0 10px !important;
}

@media (max-width: 768px) {
  .apollo-home-care-menu .col-md-12 {
    display: grid;
    justify-content: center;
    grid-gap: 5px;
    grid-template-columns: auto auto auto;
  }

  .apollo-home-care-menu .col-md-12 .menu .nav-link {
    align-items: center;
    text-align: center;
    justify-content: center;
    /* border: 1px solid rgb(66 138 214 / 29%);
        border-radius: 10px;
        font-weight: bold;
        /* font-size: 16px; */
    letter-spacing: 0.2px;
  }

  .apollo-home-care-h {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  .apollo-home-care .d-flex {
    display: block !important;
  }

  .apollo-home-care-ai-tools .box .box-body h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
  }

  .apollo-home-care.ask-a-doctor-links .box {
    margin: 0;
    padding: 0;
  }

  .apollo-home-care.ask-a-doctor-links .box .row {
    margin: 0;
  }

  .apollo-home-care.ask-a-doctor-links .box .row .col-sm-6 {
    padding: 0;
  }

  .apollo-home-care.ask-a-doctor-links .col-md-6 .box img {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
  }

  .apollo-home-care.ask-a-doctor-links .col-md-6 .box h5,
  .apollo-home-care.ask-a-doctor-links .col-md-6 .box p {
    padding: 0 10px;
  }
}

/* Apollo Home Care CSS End */

/* Apollo Home Care CSS Start */

.ambulance-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.ambulance-banner #ambulance_save_frm .web-captcha img {
  height: 40px !important;
}

.ambulance-section-steps .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.ambulance-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.ambulance-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.ambulance-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.ambulance-apollo-section img {
  border-radius: 10px;
}

/* Apollo Home Care CSS End */

/* Ask A Doctor CSS Start */

.ask-a-doctor-bg .col-sm-6 img {
  height: 560px;
}

@media (max-width: 576px) {
  .ask-a-doctor .img_hide_sm {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .ask-a-doctor .ask-doctor-box {
    display: block !important;
    border-radius: 10px;
  }

  .ask-a-doctor .ask-doctor-box .rounded_img {
    border-radius: 10px 10px 0 0 !important;
    width: 100%;
  }

  .ask-a-doctor-lab .box {
    padding: 0;
  }
}

.ask-a-doctor .ask-doctor-content h5 {
  line-height: 30px;
}

/* Ask A Doctor CSS End */

/* Health Plans CSS Start */

.health-plans-news .box {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  height: calc(100% - 0px);
  margin-top: 30px;
  text-align: center;
}

.health-plans-news .box img {
  height: 120px;
}

.health-plans-benefits .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.health-plans .box {
  height: calc(100% - 10px) !important;
  padding: 0 0 10px 0;
  margin: 0;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.health-plans .box .box-head {
  padding: 0;
  margin: 0;
}

.health-plans .box .box-head img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #eee;
  border-radius: 20px 20px 0 0;
}

.health-plans .badge-success {
  font-size: 12px;
  border-radius: 5px;
}

.health-plans ul {
  padding: 20px 30px 50px 30px !important;
}

.health-plans-page .web-btn {
  border-radius: 0 0;
}

.health-plans .box-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Health Planner CSS End */

.hospital-details-section .box .call-female {
  width: 216px;
  height: 255px;
  object-fit: contain;
  object-position: bottom;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .hospital-details-section .box .call-female {
    width: 119px;
    height: 140px;
  }

  .health-plans .box .box-head img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    background: #eee;
    border-radius: 20px 20px 0 0;
  }
}

/* PET CT Page CSS Start */

.ambulance-banner #ambulance_save_frm .web-captcha img {
  height: 40px !important;
}

.pet-ct-lab-section .box img {
  width: auto !important;
  max-width: 80%;
}

.pet-ct-lab-section .box {
  box-shadow: 0 0 10px -3px rgb(0 0 0/18%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pet-ct-lab-section .item {
  margin: 10px 5px;
}

.pet-ct-lab-section .box a {
  display: flex;
  justify-content: center;
}

.pet-ct-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.pet-ct-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.pet-ct-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.pet-ct-section-steps2 .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.testimonial-pet-ct .carousel-inner .carousel-item {
  width: 70%;
  margin-left: 15%;
}

.testimonial-pet-ct .carousel-inner h4 {
  font-size: 20px;
  line-height: 40px;
}

.pet-ct-price-section .table-bordered th,
.pet-ct-price-section .table-bordered td {
  border: 1px solid #878787;
}

.how-it-works-pet-ct .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 5%;
}

.how-it-works-pet-ct .box {
  font-size: 18px;
  width: 24%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  background: white;
  border-radius: 10px;
}

.how-it-works-pet-ct .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-pet-ct .box .circle img {
  width: 100%;
}

.how-it-works-pet-ct .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .how-it-works-pet-ct .box {
    width: 20%;
  }
  .how-it-works-pet-ct .border-proccess {
    width: 3%;
  }
  .how-it-works-pet-ct .box .content {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .testimonial-pet-ct .carousel-inner .carousel-item {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .testimonial-pet-ct .carousel-inner h4 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .how-it-works-pet-ct .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
    width: 100%;
  }

  .how-it-works-pet-ct .box {
    font-size: 18px;
    width: 100%;
  }

  .pet-ct-section-steps .rounded {
    margin-bottom: 0 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  background: rgb(0 0 0/18%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* PET CT Page CSS End */

/* Get A Quote Start End */

.get_quote #get_quote_frm .form-group {
  padding: 0 5px !important;
}

/* Get A Quote Start Start */

/* Health AI Tools CSS Start */

.healthaitools-about-us img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.healthaitools-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}

.health-ai-tools .box {
  height: calc(100% - 50px) !important;
}

.health-ai-tools .box .box-header {
  height: 150px !important;
}
.health-ai-tools .box .box-header img {
  height: 150px !important;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}

.healthaitools .box .box-body {
  display: block !important;
}

.health-ai-tools .box .box-body {
  height: calc(100% - 45%) !important;
}

.health-ai-tools .box .web-btn {
  border-radius: 0;
}

.health-ai-tools .box:hover {
  border: 1px solid #ddd;
}

/* Health AI Tools CSS End */

/* Blog Single Css Start */

.blog-single .btn-play img {
  margin-bottom: 0;
  padding: 0 10px 0 0;
  width: 40px;
  height: 30px;
}
.blog-single .blog-right-side .blog-videos {
  position: sticky !important;
  top: 20% !important;
}

.blog-right-side .media {
  display: block;
}
.blog-single .blog-right-side .form-group .form-control {
  padding: 10px 12px !important;
  height: 45px !important;
  background: #efefef;
  border-radius: 5px;
  border: none;
  color: #343434;
}

.blog-single .blog-right-side .form-group #mobile {
  border-radius: 0 5px 5px 0 !important;
}
.input-group-text {
  background: #efefef !important;
  border: none !important;
}
.blog-single .blog-right-side .web-captcha img {
  height: 40px !important;
  width: 100% !important;
}

/* Blog Single Css End */

/* Health Plan Details Page Css Start */

.health-plans-form-section .col-md-8 img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.health-plans-form-section .col-md-4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
  border-radius: 10px;
  padding: 20px;
  border: none;
}

.health-plan-details img {
  height: 220px !important;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}

.health-plan-details .box {
  height: calc(100% - 30px) !important;
}

.health-plan-details .box .box-header {
  height: 220px !important;
}
.health-plan-details .box .box-body {
  height: calc(100% - 46%) !important;
}

.health-plan-details .box .box-body div a {
  margin: 0 20px;
}

.health-plan-details .box .web-btn {
  border-radius: 0;
}

.health-plan-details .box:hover {
  border: 1px solid #ddd;
}
/* Health Plan Details Page Css End */

/* Blog Section Css Start */

.blog-new .box {
  /* box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%); */
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* .blog-new .box a:hover{
    color: black !important;
} */

.blog-new .col-md-3 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
  border-radius: 10px;
}

.blog-new .col-md-3 .box .box-header {
  /* background-color: #018A95; */
  border-radius: 10px 10px 0 0;
  padding: 10px 20px 10px 20px;
}

.blog-new .col-md-3 .box .media {
  position: relative;
  /* padding: 12px 0; */
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.blog-new .col-md-3 .box .box-header h4 {
  font-size: 16px;
}

.blog-new .col-md-3 .box .media img {
  margin-bottom: 0;
  width: 69px;
  height: 46px;
  object-fit: cover;
}

/* .blog-new .col-md-3 .box .media .media-left {
    width: 30%;
    float: left;
}

.blog-new .col-md-3 .box .media .media-body {
    width: 70%;
    float: right;
} */
.blog-new .col-md-3 .box .media .media-body h6 {
  text-transform: capitalize;
}

.blog-new .col-md-3 .box .media .media-body p {
  font-size: 10px;
}

.blog-new .col-md-3 .box .box-body,
.blog-new .col-md-3 .box .box-footer {
  padding: 10px 20px 20px 20px;
}

.blog-new .col-md-3 .box h4 {
  font-size: 20px;
}

.blog-new .col-md-3 .box p {
  font-weight: 500;
}

.blog-new .col-md-3 .box .web-btn {
  border-radius: 5px;
}

.blog-new .section-content .row {
  position: relative;
}

.blog-new .section-content .row .col-md-3 .box2 {
  position: sticky;
  top: 20%;
}

.blog-new .section-content .col-md-9 .col-md-4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
}

.blog-new .section-content .col-md-9 .col-md-4 .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-new .section-content .col-md-9 .col-md-4 .box-body p {
  margin-bottom: 5px;
}

.blog-new .section-content .col-md-9 .col-md-4 .box-body {
  border-bottom: 1px solid rgb(126, 126, 126);
  padding: 5px;
}

.blog-new .section-content .col-md-9 .col-md-4 .box-footer {
  padding: 0 5px 5px 5px;
}

.blog-searchbar {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  padding: 10px 0px;
}

.blog-new .section-content #load-blogs .blog-list-data {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-new .section-content #load-blogs .blog-list-data h4 {
  text-align: center;
  font-size: 40px;
}
/* Blog Section Css End */

/* International Second Opinions CSS Strat */

.internation-medical-banner {
  padding: 15px 0;
  background-color: var(--greenrgb) !important;
  filter: none;
}

.internation-medical-banner .carousel img {
  border-radius: 10px;
  height: 100%;
}

.internation-medical-banner .box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.internation-medical-banner .box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.internation-medical-banner .box .contact-boxes p {
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}

.internation-medical-banner .box .contact-boxes {
  border: 1px solid #ddd;
  color: var(--btn2color);
  display: block;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s 0s linear;
}

.internation-medical-banner .box .contact-boxes .circle {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: var(--greencolor);
  border-color: var(--greencolor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 10px;
  transition: all 0.3s 0s linear;
}

.internation-medical-section-steps2 .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

#internation-medical_slider .carousel-inner .carousel-item img {
  max-height: 220px;
  object-fit: cover;
}

.health-advisor-international {
  padding: 0 !important;
}

.fitness-new-design .health-advisor-international h1 {
  font-size: 40px;
  line-height: 50px;
}

.health-advisor-international .btn-link {
  /* background: rgba(128,128,128,0.1); */
  padding: 10px 20px;
  border-radius: 20px !important;
}

.health-advisor-international .col-md-6 img {
  width: 100%;
  object-fit: cover;
  height: 640px;
}

.internation-medical-what-we-offer .box,
.health-advisor-international .col-md-6 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  margin: 0;
}

.internation-medical-what-we-offer .box img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  object-fit: cover;
}

.internation-medical-blog .maternity-h-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left !important;
  margin-bottom: 40px;
}

.internation-medical-blog .box {
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.internation-medical-blog .box p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.internation-medical-blog .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.internation-medical-blog .box h3 {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.internation-medical-blog .box .box-body {
  padding: 15px;
}

.health-advisor-international .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.health-advisor-international .custom-radio .item > input {
  display: none;
}

.health-advisor-international .custom-radio .item {
  width: 50%;
}

.health-advisor-international .custom-radio .item > input + label {
  border: 1px solid #44c09b;
  color: #000;
  border-radius: 0.35rem;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.health-advisor-international .custom-radio .item > input:checked + label {
  background: #44c09b;
  color: #fff;
}

@media (max-width: 567px) {
  .new-page-heading h1 {
    font-size: 30px !important;
  }

  .internation-medical-what-we-offer .box {
    margin-bottom: 20px;
  }
  .item {
    height: calc(100% - 0px) !important;
  }
  .health-advisor-international .custom-radio .item > input + label {
    height: calc(100% - 10px) !important;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* International Second Opinion CSS End */

/* Apollo Stay I At Home CSS Start */

.stay-at-services .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  min-height: 150px;
  height: 150px !important;
}

.apollo_stay_i_at_home_modal .modal-body {
  background: whitesmoke;
  padding: 10px 40px;
}

.apollo_stay_i_at_home_modal ul {
  padding: 20px;
}

.apollo_stay_i_at_home_modal ul li {
  padding: 10px;
}

/* Apollo Stay I At Home CSS End */

/* Physiotherapy CSS Start */

.physiotherapy-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: center;
  background-position: 0%;
}
/* Physiotherapy CSS End */

/* Medical Equipment CSS Start */

.medical-equipment-banner .col-md-8 img {
  height: 500px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}
/* Medical Equipment CSS End */

/* vaccinations CSS Start */

.vaccinations-banner .col-md-8 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.vaccinations-about-us img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.vaccinations-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* vaccinations CSS End */

/* Doctor At Home CSS Start */

.doctor-at-home-banner .col-md-8 img {
  height: 470px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.doctor-at-home-about-us img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.doctor-at-home-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* Doctor At Home CSS End */

/* Investigation CSS Start */

.investigations-banner .col-md-8 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.investigation-about-us img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.investigation-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* Investigation CSS End */

/* Genetic Testing CSS Start */

.genetic_about_us .col-md-5 p {
  /* font-size: 16px; */
  line-height: 30px;
  /* text-align: justify; */
}
.genetic_about_us .card {
  border-radius: 15px;
  padding: 0;
}
.genetic_about_us .card .card-header {
  background: #018a95;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  padding: 0;
}
.genetic_about_us .card .card-header img {
  border-radius: 15px 15px 0 0;
  height: 120px;
  width: 100%;
  padding: 0;
  text-align: center;
  object-fit: cover;
}
.genetic_about_us .card .card-body {
  padding: 10px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.genetic_about_us .card .card-body p {
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.lab-faq .accordion .card {
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0px;
}

.lab-faq .accordion .card h2 button {
  font-size: 16px !important;
}
.lab-faq .accordion .card .card-body p {
  font-size: 15px !important;
  font-weight: normal;
  line-height: 25px;
}

.lab-faq .accordion .card .card-header {
  padding: 0px;
  border-color: var(--lightgreencolor);
  border-radius: 0.25rem;
}

.lab-faq .accordion .card .card-header button {
  padding: 10px 15px;
  color: black;
  font-weight: bold;
  background: var(--lightgreencolor);
}

.lab-faq .accordion .card .card-header button i {
  font-weight: normal;
}

.genetic-testing .card .img-div .doctor-consult {
  background: #d4edda !important;
  color: #155724;
  padding: 5px 15px !important;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  font-weight: bold;
}
.genetic-testing .card .img-div .package-logo {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 576px) {
  .genetic-testing .card .img-div img {
    height: 120px !important;
  }

  .genetic-testing .card .card-body {
    padding: 5px;
  }

  .genetic-testing .card .card-body .card-title {
    margin-bottom: 5px !important;
  }

  .genetic-testing .card .card-body .d-flex {
    display: block !important;
  }

  .genetic-testing .card .img-div .doctor-consult {
    position: absolute;
    top: 0%;
    height: 25px;
    width: 60px;
    font-size: 10px;
    padding: 5px 10px !important;
  }
}
/* Genetic Testing CSS End */

/* oncology Page Css Start */

.oncology-header {
  padding: 10px 0px;
  background-color: white;
}
.oncology-header .logo {
  height: 60px;
  width: auto;
  margin: 0px auto;
  display: block;
}

.oncology-header .col-lg-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.oncology-header .col-lg-12 a label {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}

.oncology-header .col-lg-12 a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.oncology-header .col-lg-12 a .fa {
  margin-top: -5px;
  margin-right: 5px;
}

.oncology-form-section {
  /* padding: 30px; */
  background-color: #eeeeee;
}

.oncology-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oncology-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
}

.oncology-form-section .col-md-8 .starting-price {
  font-size: 3em;
  font-weight: bold;
}

.oncology-form-section .col-md-8 img {
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 50px;
}

.oncology-form-section .box {
  margin: 20px 0 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
}

.oncology-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.oncology-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

@media (max-width: 576px) {
  .oncology-form-section .col-md-8 {
    padding: 10px 20px;
  }

  .oncology-form-section .col-md-8 h1 {
    /* margin-top: 10px; */
    font-size: 2.5rem;
    font-weight: bold;
  }

  .oncology-form-section .col-md-8 .starting-price {
    margin-top: 20px;
  }
}

/* oncology Page Css End */

/* Fitness Page Css Start */

.nutrition-banner .col-md-8 img {
  height: 465px;
  object-fit: cover;
  object-position: top;
  margin-top: 0 !important;
}

.specialist-team .box {
  border: 1px solid #eee;
  background: #f8f9fa;
  padding: 20px 20px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s 0s linear;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.specialist-team .box h4 {
  margin-top: 10px;
}

.fitness-diet-plans .box {
  border: 1px solid #c0c0c0;
  /* background: #f1f1f1; */
  background: white;
  padding: 30px 30px;
  /* text-align: center; */
  border-radius: 10px;
  transition: all 0.3s 0s linear;
}

.fitness-diet-plans .box h2 {
  margin: 20px 0px;
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.fitness-diet-plans .box ul {
  margin: 0px 0px 45px;
  padding: 0px;
}
.fitness-diet-plans .box ul li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
}
.fitness-diet-plans .box h2 small {
  font-size: 12px;
  font-weight: 600;
}
.fitness-diet-plans h4 {
  color: var(--greencolor);
}

.how-it-works-fitenss-diet .box .circle img {
  filter: none !important;
}
.how-it-works-fitenss-diet .box {
  background-color: white !important;
}
.health-related-videos .col-md-6 iframe {
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .health-plan-details-in-diet-nutrition .box {
    height: calc(100% - 20px) !important;
    margin-bottom: 75px;
  }
  .health-plan-details-in-diet-nutrition .box .box-body {
    height: 100px !important;
    margin-bottom: 20px;
  }
  .health-plan-details-in-diet-nutrition .mt-4 {
    margin-top: 0 !important;
  }

  .health-plan-details-in-diet-nutrition .box .box-header {
    height: 100px !important;
  }

  .health-plan-details-in-diet-nutrition .box .box-header img {
    height: 100px !important;
  }
  .health-plan-details-in-diet-nutrition .box .box-body div h4 {
    padding: 5px !important;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    height: 40px;
  }
  .health-plan-details-in-diet-nutrition .box .box-body ul {
    padding: 5px 5px 0 20px;
    margin: 0;
    font-size: 10px;
    height: 70px;
  }

  .health-plan-details-in-diet-nutrition .box .box-body {
    position: relative;
  }

  /* .health-plan-details-in-diet-nutrition .box .box-body .web-btn{
       position: absolute;
       bottom: -90px;
       left: 0;
    } */
}
/* Fitness Page Css End */

/* Home Care Page Css Start */
.home_care_banner .col-md-8 img {
  height: 420px;
  object-fit: cover;
  object-position: 10% top;
  border-radius: 10px;
}

.portea-other-solutions-home-care .box {
  background: white;
  height: 160px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.portea-other-solutions-home-care .box h4 {
  margin-top: 10px;
}

.portea-other-solutions-home-care .portea-solutions .col-md-2 img {
  filter: invert(1);
  width: 40% !important;
}

.why-choose-home-care .col-md-6 .card {
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 19%);
  padding: 10px 0;
  border-radius: 10px;
}
/* Home Care Page Css End */

/* Crowd Funding Page Css Start */

.crowd-funnding-banner .col-md-8 img {
  height: 405px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.impact-crowdfunding .my_content p {
  line-height: 30px;
  text-align: justify;
}

/* .crowd-funding-live-doctor .web-h.d-flex{
    display: block !important;
} */

.price-crowd-funding .box {
  font-size: 18px;
  width: 28%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.price-crowd-funding .box .circle {
  margin-left: 10%;
  width: 100px;
  height: 80px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.price-crowd-funding .box .circle img {
  width: 100%;
}

.price-crowd-funding .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

@media (max-width: 768px) {
  .price-crowd-funding .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
  }

  .price-crowd-funding .box {
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Crowd Funding Page Css End */

/* Campaion Radiology Css Start */

.health-scans .health-scan-slider .item {
  border: 1px solid rgb(229, 229, 229);
  padding: 20px 10px;
  margin: 10px;
  border-radius: 20px;
  box-shadow: 0 0 16px -3px rgba(107, 107, 107, 0.28);
  /* box-shadow: 0 0 16px -3px rgb(0 0 0/38%); */
}

.health-scans .health-scan-slider .web-btn {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

/* Campaion Radiology Css End */

/* oncology Page Css Start */

.nurse-at-home-camp-header {
  padding: 10px 0px;
  background-color: white;
}

.nurse-at-home-camp-header .col-md-4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}

.nurse-at-home-camp-header .col-lg-12 a .fa {
  margin-right: 5px;
}

.nurse-at-home-camp-header .apollo-logo-nurse-at-home {
  width: 120px;
}

.nurse-at-home-camp-form-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dddee0;
  position: relative;
}

.nurse-at-home-camp-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white !important;
}

.nurse-at-home-camp-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.nurse-at-home-camp-form-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}

.nurse-at-home-camp-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.nurse-at-home-camp-form-section .col-md-8 .my_content {
  position: relative;
  z-index: 1;
}

.nurse-at-home-camp-form-section .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateY(180deg);
  bottom: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.nurse-at-home-camp-form-section .box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
  position: relative;
  z-index: 1;
}

.nurse-at-home-camp-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.nurse-at-home-camp-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

.nurse-at-home-camp-services {
  padding: 30px;
}

.nurse-at-home-camp-services ul li {
  line-height: 30px;
  margin-bottom: 20px;
}

.long-terms-care-nurse-at-home .col-md-6 p {
  line-height: 30px;
}

.long-terms-care-nurse-at-home .col-md-6 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .nurse-at-home-camp-header .col-md-8 {
    display: flex;
    justify-content: center;
  }

  .nurse-at-home-camp-header .col-md-4 {
    margin-top: 10px;
  }

  .nurse-at-home-camp-form-section {
    padding: 10px 20px;
  }

  .nurse-at-home-camp-form-section .col-md-8 h1 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: bold;
  }

  .nurse-at-home-camp-form-section .col-md-8 h2 {
    font-size: 1rem;
    line-height: 22px;
    padding-right: 110px;
  }

  .nurse-at-home-camp-services ul li {
    line-height: 25px;
    margin-bottom: 20px;
  }
}

/* oncology Page Css End */

/* Consult Doctor CSS Start */

.consult-doctor-searchbar {
  box-shadow: none !important;
}

/* Consult Doctor CSS End */

/* Second Medic Home Care Css Start */

.second-medic-home-care h2 {
  line-height: 40px;
  margin-bottom: 15px;
}

.second-medic-home-care h3 {
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 30px;
}

.second-medic-home-care-box .box {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  padding: 30px;
  text-align: center;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  border-radius: 20px;
  background-color: white;
}

@media (max-width: 576px) {
  .second-medic-home-care h2 {
    line-height: 25px;
    font-size: 18px;
    /* white-space: nowrap; */
  }

  .second-medic-home-care .homecare-campaign-heading br {
    display: none;
  }

  .second-medic-home-care h3 {
    font-weight: auto !important;
    line-height: 25px;
    font-size: 16px;
  }
}

/* Second Medical Home Care Css End */

/* Video Call Start CSS */

.live-video-call-section {
  padding: 30px 0;
}

.live-video-call-section #meetingIdHeading {
  font-size: 2.5rem;
  text-align: center;
}

.live-video-call-section {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.live-video-call-section #videoContainer {
  min-height: 370px;
}

.live-video-call-section #videoContainer video {
  border-radius: 20px;
  width: 100%;
  height: 330px;
  /* object-fit: cover; */
  /* object-position: center; */
}

.live-video-call-section #videoContainer .my_vide_section {
  border-radius: 20px;
  height: 350px;
  background-color: black;
  position: relative;
  border: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
  margin-bottom: 25px;
}

.live-video-call-section #videoContainer .name-card-my-css {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  letter-spacing: 1px;
}

.live-video-call-section #videoContainer .name-card {
  background-color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50px;
  border-radius: 0 0 18px 18px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

.live-video-call-section #grid-screen .btn-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-video-call-section #grid-screen .my_btn {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 20px;
  margin: 20px 50px 0 50px;
  border: none;
  position: relative;
}

.live-video-call-section #grid-screen .active_btn {
  background-color: #000;
  color: white;
}

.live-video-call-section #grid-screen .inactive_btn {
  background-color: rgb(186, 0, 0);
  color: white;
  overflow: hidden;
}

.live-video-call-section #grid-screen .inactive_btn::after {
  content: "";
  height: 4px;
  width: 100%;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: black;
}

.live-video-call-user-deatils .col-md-6 {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  padding: 50px 20px;
  border-radius: 10px;
  background-color: white;
}

.video-call-banner .col-md-6 .box {
  /* box-shadow: 0 0 16px -3px rgb(0 0 0/18%); */
  padding: 30px;
  border-radius: 10px;
  background-color: white;
}

.video-call-banner .col-md-6 .box .web-checkbox {
  width: auto;
  height: 40px !important;
  background-color: white;
}

.video-call-banner .col-md-6 .box label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.video-call-banner .col-md-6 .box .web-checkbox label {
  padding: 0 50px !important;
  line-height: 40px !important;
}

.video-call-banner .col-md-6 .box .web-checkbox label p {
  margin: 0 !important;
}

.live-video-call-section .bs-canvas-overlay {
  opacity: 0.85;
  z-index: 1100;
}

.live-video-call-section .bs-canvas {
  top: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
  width: 40%;
  transition: margin 0.4s ease-out;
  -webkit-transition: margin 0.4s ease-out;
  -moz-transition: margin 0.4s ease-out;
  -ms-transition: margin 0.4s ease-out;
}

.live-video-call-section .bs-canvas-left {
  left: 0;
  margin-left: -40%;
}

.live-video-call-section .bs-canvas-right {
  right: 0;
  margin-right: -40%;
}

@media (max-width: 576px) {
  .live-video-call-section {
    min-height: 200px;
  }
  .live-video-call-section #videoContainer {
    min-height: 200px;
    height: auto;
  }

  .live-video-call-section #videoContainer video {
    /* min-height: 210px; */
    height: auto !important;
    border-radius: 20px;
    width: 100%;
    height: 160px !important;
  }

  .live-video-call-section #videoContainer .my_vide_section {
    /* min-height: 210px; */
    height: auto !important;
    border: none;
    margin-bottom: 10px;
  }

  .live-video-call-section #grid-screen .my_btn {
    margin: 20px 15px 0 15px;
  }

  .live-video-call-section #videoContainer .name-card {
    position: relative;
  }

  .video-call-banner .col-md-6 .box .web-checkbox label {
    padding: 0 20px !important;
    line-height: 40px !important;
  }
}
/* Video Call End CSS */

/* User Dashboard Prescription Css Starts */

.user-dashboard-prescriptions .box {
  height: calc(100% - 15px);
}

/* User Dashboard Prescription Css Ends */

/* Campaign of Fitness diet & nutrition CSS Start */

.fitness-campaign::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(252, 252, 252);
  opacity: 0.3;
}

.about-of-fitness-diet-campaign .col-md-7 p {
  line-height: 30px;
  text-align: justify;
  font-size: 16px;
}

.about-of-fitness-diet-campaign .col-md-5 img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* .fitness-diet-nutrition-campaigon .box-body .web-btn2{
    border-radius: 0 !important;
} */

.fitness-diet-nutrition-campaigon .box-body .btn {
  float: left;
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 16px;
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans label {
  font-weight: bold;
  color: var(--greencolor);
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans del {
  font-size: 14px;
}

.healthy-meal-plans-campaign .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  border-radius: 10px;
  background-color: white;
  margin-bottom: 20px;
}
.healthy-meal-plans-campaign .box .box-header img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}
.healthy-meal-plans-campaign .box .box-body {
  padding: 10px 20px;
  text-align: center;
}

.healthy-meal-plans-campaign .box .box-body h6 label {
  font-size: 25px;
}

.fitness-diet-campaign-price .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  border-radius: 10px;
  background-color: white;
}

.fitness-diet-campaign-price .box .box-header {
  border-bottom: 2px solid var(--greencolor);
  border-top: 5px solid var(--greencolor);
  padding: 15px 20px 20px 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.fitness-diet-campaign-price .box .box-header p label {
  font-size: 1.8rem;
  font-weight: bold;
}

.fitness-diet-campaign-price .box .box-header h4 sub {
  font-size: 18px;
}

.fitness-diet-campaign-price .box .box-header h4 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.fitness-diet-campaign-price .box .box-header .fitness-offer-off {
  background-color: #4e60b9;
  padding: 3px 20px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

.fitness-diet-campaign-price .box .box-header .web-btn {
  border-radius: 30px;
}

.fitness-diet-campaign-price .box .box-body {
  padding: 10px 0;
}

.fitness-diet-campaign-price .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fitness-diet-campaign-price .box ul li {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
  min-height: 50px;
}

.fitness-diet-campaign-price .box ul li:nth-child(odd) {
  background: #f5f5f5;
}

.fitness-diet-campaign-price .box ul li:nth-child(even) {
  background: white;
}

.fitness-diet-campaign-price .box ul li:last-child {
  border-bottom: none;
}

.fitness-diet-campaign-price .box .box-footer {
  padding: 5px 0 0 0;
  text-align: center;
}

.fitness-diet-campaign-price .box .box-footer .web-btn {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 576px) {
  .about-of-fitness-diet-campaign .col-md-7 p {
    line-height: 25px;
  }
  .about-of-fitness-diet-campaign .col-md-5 img {
    height: auto;
  }
  .fitness-diet-nutrition-campaigon .box .box-body .linkbtn {
    margin-bottom: 10px;
  }
  .fitness-diet-nutrition-campaigon .box .box-body .monthly_plans {
    display: block;
    font-size: 15px;
    padding: 5px 5px;
  }
  .healthy-meal-plans-campaign .box .box-header img {
    height: 150px;
  }
}

/* Campaign of Fitness diet & nutrition CSS Ends */

/* Doctor Consultation Page CSS Starts */

.video-consultation-landing-banner .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
}

.video-consultation-landing-banner .box .col-md-7 .content_img {
  margin-left: 20px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.video-consultation-landing-banner .box .col-md-7 .my_content * {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .video-consultation-landing-banner .box {
    padding: 0px;
  }

  .video-consultation-landing-banner .box .col-md-7 .content_img {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .video-consultation-landing-banner .box .col-md-7 .my_content * {
    margin-bottom: 20px;
  }

  .video-consultation-landing-banner .box .col-md-5 img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
  }
}

.video-consultation-landing-banner .box .content_img img {
  width: 150px;
  height: 150px;
}

.video-consultation-landing-banner .box .float-right {
  width: 376px;
  height: 251px;
}

@media (max-width: 991px) {
  .video-consultation-landing-banner .box .float-right {
    width: 290px !important;
    height: 193px;
  }
}

/* Doctor Consultation Page CSS Ends */

/* Apollo Elder care Campaign CSS Start */

.elder-care-campaign-form-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dddee0;
  position: relative;
}

.elder-care-campaign-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white !important;
}

.elder-care-campaign-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.elder-care-campaign-form-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}

.elder-care-campaign-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.elder-care-campaign-form-section .col-md-8 .my_content {
  position: relative;
  z-index: 1;
}

.elder-care-campaign-form-section .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateY(180deg);
  bottom: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.elder-care-campaign-form-section .box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
  position: relative;
  z-index: 1;
}

.elder-care-campaign-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.elder-care-campaign-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

.elder-care-campaign-form-section .my_content p {
  line-height: 35px;
  font-size: 18px;
}

.benefits-of-elder-care-campaign .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: white;
}

.benefits-of-elder-care-campaign .box img {
  width: 100px;
  margin-bottom: 20px;
  filter: var(--greenfilter);
}

.benefits-of-elder-care-campaign .box h4 {
  font-weight: bold;
}

.details-of-apollo-elder-care-campaign p {
  line-height: 35px;
  font-size: 20px;
}

@media (max-width: 576px) {
  .elder-care-campaign-form-section {
    padding: 20px;
  }

  .elder-care-campaign-form-section .col-md-8 .my_content h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .elder-care-campaign-form-section .col-md-8 .my_content h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .elder-care-campaign-form-section .col-md-8 .my_content p {
    font-size: 16px;
    line-height: 28px;
  }
}
/* Apollo Elder care Campaign CSS End */

/* Doctor Consultation CSS Start */

@media (max-width: 576px) {
  .landing-page-consult-doctor-banenr {
    margin: 10px 0 10px 0 !important;
  }
  .landing-page-consult-doctor-banenr .web-h {
    margin: 30px 0 10px 0 !important;
  }
  .landing-page-consult-doctor-banenr .box {
    display: block !important;
    margin-top: 8.5px;
    padding: 10px !important;
  }
  .landing-page-consult-doctor-banenr .box .web-h {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .landing-page-consult-doctor-banenr .box .web-h h2 {
    line-height: 30px;
  }
  .landing-page-consult-doctor-banenr-mobile {
    display: block !important;
  }
}

.landing-page-consult-doctor-banenr-mobile {
  display: none;
}

.live-doctor-btn .col-md-6 .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.live-doctor-btn .col-md-6 .box h4 {
  margin-left: 100px;
  font-size: 25px;
}

.live-doctor-btn .col-md-6 .box .my-web-btn {
  background-image: linear-gradient(
    to right,
    #12bc95 0%,
    #1f68c6 100%
  ) !important;
  border-color: var(--greencolor);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
/* Doctor Consultation CSS End */

/* Home Visit Program CSS Strat */

.home-visit-programs-apollo .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: white;
}

.home-visit-programs-apollo .box img {
  width: 100px;
  filter: var(--greenfilter);
}
.home-visit-programs-apollo .box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.home-visit-description p {
  line-height: 35px;
  font-size: 20px;
}

/* Home Visit Program CSS End */

/* Radiology Page CSS Start */

@media (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 0px !important;
  }

  .testimonial-radiology .carousel-inner .carousel-item {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .testimonial-radiology .carousel-inner h4 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .radiology-section .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .radiology-section .col-md-2,
  .radiology-section .col-md-3 {
    width: 50% !important;
  }

  .radiology-section .box {
    padding: 10px !important;
  }

  .radiology-section-steps .rounded {
    margin-bottom: 0 !important;
  }

  .new-page-heading {
    padding: 10px;
  }

  .new-page-heading h2 {
    font-size: 18px;
  }
}
.radiology-section {
  padding: 30px 0;
  background: #fff;
}

.radiology-section .box,
.radiology-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.radiology-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.radiology-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.radiology-section-featured .box img {
  width: auto !important;
  max-width: 80%;
}

.radiology-section-featured .box {
  box-shadow: 0 0 10px -3px rgb(0 0 0/18%);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.radiology-section-featured .item {
  margin: 10px 5px;
}

.radiology-section-featured .box a {
  display: flex;
  justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
  background: rgb(0 0 0/18%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-radiology .carousel-inner .carousel-item {
  width: 70%;
  margin-left: 15%;
}

.testimonial-radiology .carousel-inner h4 {
  font-size: 20px;
  line-height: 40px;
}

#radiology_slider .carousel-inner .carousel-item img {
  max-height: 220px;
  object-fit: cover;
}

.our-radiology-city .tags a {
  border: 1px solid #ddd;
  color: var(--btn2color);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 10px;
}

/* Radiology Page Css End */

/* Mental Health Page Css Start */

.mental-health-banner .col-md-8 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
}

.mental-health-about-us .col-md-6 img {
  border-radius: 10px;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}

.mental-health-about-us .col-md-6 p {
  line-height: 28px;
  font-size: 15.5px;
}

.mental-health-about-us .web-btn {
  width: 50%;
}

.mental-health-therapy-choices .box {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
  border-top: 5px solid var(--greencolor);
  margin-bottom: 10px;
}
.mental-health-therapy-choices .box img {
  width: 80px;
  margin-bottom: 10px;
  text-align: center;
}

.mental-health-therapy-choices .box h6 label {
  font-size: 20px;
}

.mental-health-therapy-choices .box h5 {
  font-weight: bold;
}

.mental-health-therapy-choices .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mental-health-therapy-choices .box ul li {
  font-weight: 400 !important;
}

.meanth-healt-why-second-medic .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.meanth-healt-why-second-medic .row .col-md-5 ul {
  list-style: none;
  padding: 0;
}

.meanth-healt-why-second-medic .row .col-md-5 ul img {
  width: 45px;
  margin-right: 20px;
  filter: var(--greenfilter);
  border: 5px solid black;
  border-radius: 100%;
}

.meanth-healt-why-second-medic .row .col-md-5 ul li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.meanth-healt-why-second-medic .row .col-md-7 img {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.mental-health-therapy .row .col-md-6 h5 {
  font-size: 20px;
}

.mental-health-therapy .row .col-md-6 p {
  font-size: 18px;
  color: grey;
  text-align: justify;
}

.mental-health-count-section .row .box {
  text-align: center;
  /* border: 5px solid #018A95;
    border-radius: 10px; */
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
  background-color: white;
  margin: 0 10px;
}

.mental-health-count-section .row .box h3 {
  width: 100%;
  /* background-color: var(--greencolor); */
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.mental-health-count-section .row .box p {
  width: 100%;
  /* background-color: var(--greencolor); */
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  /* color: white; */
}

.mental-health-therapy .col-md-6 img {
  border-radius: 10px;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
}

.mental-health-benefits .col-md-4 .box {
  text-align: center;
  /* border: 5px solid #018A95;
    border-radius: 10px; */
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  /* padding: 10px 0; */
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}

.mental-health-benefits .col-md-4 .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center -10px;
  border-radius: 10px 10px 0 0;
}

.mental-health-benefits .col-md-4 .box h4 {
  font-size: 20px;
  padding: 20px 0;
}

.specialist-team .box {
  border: 1px solid #eee;
  background: white;
  padding: 30px 20px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s 0s linear;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
}

.mental-health-team .box img {
  width: 150px;
  height: 150px;
}

.specialist-team .box h4 {
  margin-top: 10px;
}

@media (max-width: 576px) {
  .mental-health-banner h1 {
    font-size: 25px !important;
  }

  .meanth-healt-why-second-medic .row .col-md-5 ul {
    padding-left: 5px;
  }
  .meanth-healt-why-second-medic .row .col-md-5 ul img {
    width: 30px;
    margin-right: 10px;
    filter: var(--greenfilter);
    border: 2px solid black;
    border-radius: 100%;
  }
  .meanth-healt-why-second-medic .row .col-md-5 ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .mental-health-about-us .col-md-6 p {
    line-height: 24px;
    font-size: 13px;
  }

  .mental-health-about-us .col-md-6 img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .mental-health-benefits .col-md-4 .box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
  }

  .mental-health-benefits .col-md-4 .box h4 {
    font-size: 16px;
    padding: 10px 0;
  }

  .mental-health-count-section .row .box {
    height: 100px;
    padding: 10px 10px;
    margin: 0;
    margin-bottom: 20px;
  }
  .mental-health-count-section .row .box p {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
  }
  .mental-health-therapy .row .col-md-6 p {
    font-size: 14px;
    line-height: 24px;
  }
  .mental-health-team .box {
    padding: 20px 10px;
  }

  .mental-health-team .box img {
    width: 100px;
    height: 100px;
  }

  .mental-health-therapy-choices .box {
    margin-bottom: 20px;
  }

  .mental-health-therapy-choices .box img {
    width: 50px;
  }

  .mental-health-therapy-choices .box ul {
    height: 80px;
    overflow: hidden;
  }
  .mental-health-plans-list .mental-health-pricing .item {
    padding: 0 5px !important;
  }

  .mental-health-plans-list .mental-health-pricing .owl-item.active {
    margin: 0 5px !important;
  }

  .mental-health-plans-list .box img {
    height: 100px !important;
  }
  .mental-health-plans-list .box h5 {
    font-size: 20px !important;
  }
  .mental-health-plans-list .box h6 {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
  }
  .mental-health-plans-list .box ul {
    height: 75px;
    overflow: hidden;
  }
  .mental-health-plans-list .box ul li {
    font-size: 12px;
    padding: 0 !important;
    line-height: 18px !important;
  }
  .mental-health-plans-list .my_gaphing-left {
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  .mental-health-plans-list .my_gaphing-right {
    padding-left: 5px !important;
    padding-right: 15px !important;
  }

  .mental-health-plans-list .box hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mental-health-plans-list .box span {
    font-size: 30px !important;
  }
  .mental-health-team .specialist-team-slider .box h4 {
    font-size: 14px !important;
    height: 20px;
    overflow: hidden;
  }
  .mental-health-team .specialist-team-slider .box p {
    font-size: smaller;
  }
}

.mental-health-plans-list .box {
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid var(--greencolor);
  /* padding-bottom: 1px; */
}

.mental-health-plans-list .box img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.mental-health-plans-list .box h5 {
  font-size: 24px;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 1px solid rgb(66 138 214 / 29%);
}

.mental-health-plans-list .box h6 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}
.mental-health-plans-list .box h6 sub {
  font-weight: 400;
}

.mental-health-plans-list .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mental-health-plans-list .box ul li {
  line-height: 20px;
  padding: 5px;
}

.mental-health-plans-list .box span {
  font-size: 35px;
}

/* .mental-health-plans-list .box ul li:nth-child(odd){
    background: #f5f5f5;
} */

.mental-health-plans-list .box .web-btn {
  border-radius: 0 0 10px 10px;
}

/* Medical Health Page Css End */

.campaign-header {
  padding: 10px 0px;
}
.campaign-header img {
  height: 60px;
}
.campaign-header .number {
  font-size: 18px;
  color: var(--greencolor);
  font-weight: bold;
}

.homecare-campaign-banner h2 {
  font-size: 36px;
  font-weight: bold;
}
.homecare-campaign-banner form .tnc {
  font-size: 12px;
}

.homecare-campaign-footer .foot-features {
  text-align: left;
}

.homecare-campaign-footer .download-app h3 {
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  font-size: 20px;
}
.homecare-campaign-footer .download-app img {
  height: 51px;
}

@media (max-width: 767px) {
  .campaign-header {
    text-align: center;
  }
  .homecare-campaign-banner h2 {
    font-size: 22px;
    font-weight: bold;
  }

  .homecare-campaign-footer .foot-features {
    text-align: center;
  }
  .homecare-campaign-footer .download-app {
    margin-top: 15px;
    text-align: center;
  }
  .homecare-campaign-footer .download-app h3 {
    font-size: 16px;
  }
  .homecare-campaign-footer .download-app img {
    height: 40px;
  }
  .homecare-campaign-heading {
    font-size: 20px;
    line-height: 24px !important;
  }
}

/* Start Css of Campaign Manipal Path page */

.logo-manipal {
  height: 70px;
}

.manipal-banner-section {
  position: relative;
  margin-bottom: 50px;
}

.manipal-banner-section::after {
  position: relative;
  margin-bottom: 60px;
}

.manipal-banner-section .page-banner-benefits {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
}

.page-banner-benefits .box {
  border-radius: 10px;
  background: white;
  padding: 20px 40px 20px 20px;
  display: flex;
  flex-direction: row;
  height: calc(100% - 0px);
  align-items: center;
  box-shadow: 2px 1px 4px 0px #0000001a;
}

.page-banner-benefits .box img {
  width: 50px;
  padding: 5px;
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #0877a2;
  /* filter: var(--greenfilter); */
}

.page-banner-benefits .box h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}

.manipal-about-us h3 {
  font-size: 25px;
  font-weight: bold;
  color: #1d71b8;
}

.manipal-about-us .about-us-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.manipal-about-us .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-bottom: 20px; */
}

.manipal-about-us .about-us-img {
  border-radius: 20px;
  width: 100%;
  height: 270px;
  margin-top: 20px;
  object-fit: cover;
  object-position: top;
}

.manipal-about-us .box .box-img {
  width: 70px;
  background: radial-gradient(
    50px,
    rgba(1, 165, 160, 0.3),
    rgba(12, 87, 166, 0.5)
  );
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.manipal-about-us .box .box-img img {
  width: 40px;
  height: 40px;
  text-align: center;
}

.manipal-about-us .box .box-content h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 10px;
}

.manipal-about-us .box .box-content p,
.manipal-about-us p {
  font-size: 16px;
}

.my-manipal-form .card {
  border-radius: 31.92px;
  box-shadow: 0px 10px 10px #0000001a;
  background: #00b7ac;
  padding: 30px;
  border: none;
  margin: 0px;
}

.my-manipal-form .card .card-header {
  border-radius: 20px 20px 0 0;
  background: transparent;
  border: none;
  padding: 0px;
}

.my-manipal-form .card .card-header h2 {
  /* font-size: 24px; */
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}
.my-manipal-form .card .card-body {
  padding: 0px;
}

.my-manipal-form .card .form-control {
  padding: 25px 20px;
  border-radius: 26px;
}

.my-manipal-form .btn-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.my-manipal-form .btn {
  width: 100%;
  padding: 10px;
  font-weight: 600;
  border-radius: 26px;
  color: white;
  background: #f08539;
}

.my-manipal-pricing h2 {
  color: #034ea1;
}
/* 
.my-manipal-pricing .card{
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 20px;
    padding: 20px;
}

.my-manipal-pricing .manipal-bg{
    background: linear-gradient(90deg, rgba(1,165,160,0.3),rgba(12,87,166,0.5));
}

.my-manipal-pricing .card .card-header{
   border-radius: 20px 20px 0 0 !important;
   border-bottom: none;
   background: transparent;
}


.my-manipal-pricing .card .card-header h4{
    font-size: 1.7rem;
    font-weight: 700;
 }


 .my-manipal-pricing .card .card-header p{
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 600;
}

 
.my-manipal-pricing .card .card-body p span{
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.my-manipal-pricing .card .box{
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    text-align: center;
    background: white;
    padding-top: 20px;
}

.my-manipal-pricing .card .box h5{
    font-size: 30px;
    font-weight: bold;
}

.my-manipal-pricing .card .box span{
    font-size: 40px;
    font-weight: bold;
}

.my-manipal-pricing .card .box p{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    background: var(--greencolor);
    padding: 20px;
    border-radius: 0 0 10px 10px;
    color: white;
    letter-spacing: 0.7px;
}

.my-manipal-pricing .card .card-header .img-section{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F8F9FA;
    float: right;
    overflow: hidden;
}

.my-manipal-pricing .card .card-header .img-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
} */

/* .my-manipal-box{
    background: var(--greencolor);
} */

/* .my-manipal-box h2{
    color: white;
} */

.my-manipal-pricing .box {
  padding: 30px;
  background-color: #034ea1;
  box-shadow: 0px 7px 14px 0px #00000040;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin-top: 30px;
}

.my-manipal-pricing .box .parameters {
  background-color: #66c1bf;
  padding: 10px 20px;
  position: absolute;
  color: white;
  top: -20px;
  right: 30px;
  font-weight: bold;
  border-radius: 10px;
}
.my-manipal-pricing .box h4 {
  font-size: 20px;
  color: white;
  font-weight: 700;
}

.my-manipal-pricing .box ul {
  margin: 0;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  height: calc(100% - 20px);
}

.my-manipal-pricing .box ul li {
  color: white;
  margin-bottom: 10px;
  padding-right: 5px;
}

.my-manipal-pricing .box ul li img {
  width: 20px;
}

.my-manipal-pricing .box .card {
  padding: 0;
  border: none;
  text-align: center;
  border-radius: 10px !important;
  margin: 0px;
}

.my-manipal-pricing .box .card .card-header {
  border-radius: 10px !important;
}

.my-manipal-pricing .box .card .card-header h5 {
  color: #00b7ac;
  font-size: 30px;
  font-weight: 700;
}

.my-manipal-pricing .box .card .card-header h6 {
  font-size: 35px;
  font-weight: 700;
}

.my-manipal-pricing .box .card .card-body {
  padding: 20px 30px;
  background-color: #f08539;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 0 10px 10px !important;
  color: white;
}

.my-manipal-box .box {
  /* box-shadow: rgba(50,50,93,.25) 0 6px 12px -2px, rgba(0,0,0,.3) 0 3px 7px -3px; */
  padding: 20px;
  text-align: center;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  /* border-radius: 20px;
    background-color: white; */
}

.my-manipal-box .box h4 {
  font-size: 58px;
  color: #1488ca;
  font-weight: bold;
}

.my-manipal-box .box p {
  font-size: 16px;
  font-weight: bold;
}

.frequently-asked-questions-manipal .web-accordion .card .card-header button {
  background: #00b7ac !important;
  color: white;
}

.frequently-asked-questions-manipal h2 {
  color: #00b7ac !important;
}

.campaign-footer-manipal {
  padding: 20px 20px;
  background-color: #034ea1;
}

@media (max-width: 576px) {
  .nurse-at-home-camp-header .main_section_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nurse-at-home-camp-header .main_section_header a label {
    font-size: 16px;
  }

  .logo-manipal {
    width: 100%;
    height: auto;
  }
  .manipal-banner-section .main-img-manipal {
    height: 120px;
    object-fit: cover;
  }

  .manipal-banner-section {
    height: auto;
    margin-bottom: 300px;
  }

  .page-banner-benefits .box {
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }

  .manipal-banner-section .page-banner-benefits {
    bottom: -130%;
  }

  .my-manipal-form .card {
    background: white;
  }

  .my-manipal-form .form-col-padding {
    padding: 5px;
  }

  .manipal-about-us .box .box-img {
    width: 90px;
    height: 55px;
  }

  .my-manipal-form .web-btn {
    width: 50% !important;
    margin: 0 5px !important;
  }

  .my-manipal-form .btn-section {
    margin-top: 5px !important;
  }

  .my-manipal-box .box {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  /* .my-manipal-box .box{
        box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 120px;
        border-radius: 20px;
        background-color: white;
        margin: 10px 0;
    } */

  .my-manipal-box .box p {
    margin-top: 10px;
    font-size: 15px !important;
    font-weight: bold;
  }

  .my-manipal-form {
    width: 100%;
    position: fixed;
    bottom: -60px;
    z-index: 10;
    padding-top: 0 !important;
  }

  .my-manipal-form .form_section {
    padding: 0;
  }

  .my-manipal-form .form_section .card-header {
    display: none;
  }

  .my-manipal-pricing .card {
    padding: 10px;
  }

  .my-manipal-pricing .card .card-header {
    padding: 10px;
  }

  .my-manipal-pricing .card .box h5 {
    font-size: 25px;
    font-weight: bold;
  }

  .my-manipal-pricing .card .card-header h4 {
    font-size: 1.325rem;
  }

  .my-manipal-pricing .card .card-header p {
    font-size: 0.9rem;
    line-height: 25px;
  }

  .my-manipal-pricing .card .card-header h4 br {
    display: none !important;
    font-size: 30px;
  }

  .campaign-footer-manipal .container {
    margin-bottom: 250px;
  }

  .campaign-footer-manipal .container .my-campagin-footer-content {
    width: 50%;
  }

  .my-manipal-form .form-col-padding .form-group {
    margin-bottom: 0.5rem;
  }

  .my-manipal-form .my_form {
    margin-bottom: 10px;
  }

  .my-manipal-pricing .box ul {
    padding-left: 0;
  }
  .my-manipal-pricing .box ul li img {
    width: 15px;
  }

  .my-manipal-box .box {
    margin: 0;
  }

  .my-manipal-box .box h4 {
    font-size: 40px;
    color: #1488ca;
    font-weight: bold;
  }
}
/* End Css of Campaign Manipal Path page */

/* Start Css of Campaign Lal Path page */

.nurse-at-home-camp-header .campaign-lal-path-logo {
  width: auto;
  height: 50px;
}

.my-manipal-pricing .manipal-bg {
  background: linear-gradient(
    90deg,
    rgba(1, 165, 160, 0.3),
    rgba(12, 87, 166, 0.5)
  );
}

@media (max-width: 576px) {
  .camp-lal-path-header .col-6 a {
    font-size: 16px;
  }
  .camp-lal-path-header .campaign-lal-path-logo {
    width: 150px;
    margin-top: 8px;
    height: auto;
  }
  .my-lal-path-form .card {
    background: white !important;
  }

  .lal-path-about-us .box .box-img {
    width: 100px;
  }
}

.lal-path-bg {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  ) !important;
}

.my-lal-path-form .card {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  );
}

.lal-path-about-us .box .box-img {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  ) !important;
}

/* End Css of Campaign Lal Path page */

/* Start Css of Campaign Redcliffe Path page */

.redcliffe-bg {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  );
}

.redcliffe-bg .card-header h4 {
  color: white !important;
}

.redcliffe-bg .card-header p {
  color: white !important;
}

.my-redcliffe-form .card {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  ) !important;
  padding: 40px !important;
}

.redcliffe-about-us .box .box-img {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  ) !important;
}

@media (max-width: 576px) {
  .my-redcliffe-form .card {
    background: white !important;
  }
}

/* End Css of Campaign Redcliffe Path page */

/* Career Page design changes Css Start */

@media (max-width: 576px) {
  .career_page_banner {
    height: 120px !important;
  }
}
.career_page_banner h1 {
  margin-right: 20px;
}

/* Career Page design changes Css End */

/* Campaign Page Footer design changes Css Start */

.campaign-get-appointment-footer {
  background-color: var(--greencolor);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 0px;
  color: white;
  z-index: 10;
}

.campaign-get-appointment-footer h3 {
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
}

.campaign-get-appointment-footer .form-control {
  border-radius: 10px 0px 0px 10px;
  font-size: 16px;
  padding: 10px 15px;
  height: auto;
}

.campaign-get-appointment-footer .input-group button {
  border-radius: 0px 10px 10px 0px !important;
  font-size: 16px;
}

/* Campaign Page Footer design changes Css End */

/* Campaign Page Testimonials Slider Css Start */

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #018a95;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #018a95;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #018a95;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
  .gtco-testimonials .card {
    margin: 0;
  }

  .my-manipal-pricing .row.my_padding2 {
    padding-bottom: 0px !important;
  }
  .my-manipal-pricing .box {
    height: auto;
    margin-top: 35px;
  }
  .campaign-footer * {
    text-align: center;
  }
  .campaign-footer a {
    display: block;
  }
}

/* Campaign Page Testimonials Slider Css End */

.campaign-thankyou h1 {
  font-size: 4em;
  font-style: italic;
}

.campaign-thankyou p {
  margin-top: 30px;
  font-size: 2em;
  font-style: italic;
}

.manipal-campaign-page {
  font-family: "Helvetica";
}
.manipal-campaign-page h1,
.manipal-campaign-page h2,
.manipal-campaign-page h3,
.manipal-campaign-page h4,
.manipal-campaign-page h5,
.manipal-campaign-page h6 {
  font-family: "Helvetica";
}

.problem-qa-product-slider .related-products-height {
  height: 331px;
}
@media (max-width: 767px) {
  .problem-qa-product-slider .related-products-height {
    height: 328px;
  }
}
