.sec-title {
  text-align: center;
  padding-bottom: 15px;
}

.sec-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #7a2776;
  text-transform: none;
}

.sec-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 1px;
  background: #aaaaaa;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.sec-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 55px;
  height: 3px;
  background: #35bdb9;
  bottom: 0;
  left: calc(50% - 27px);
}

/*Get a Doctor*/
.choose_icon {
  background: #fff;
  height: 145px;
  width: 145px;
  box-shadow: 0 0 30px rgb(0 0 0 / 6%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.steps-sec,
.programs-bg {
  /* background-color: #f0f0f0; */
  background-image: url(../img/p4.png);
  background-blend-mode: multiply;
  /* background-color: #fff; */
  /* box-shadow: inset 0 0 0 1000px #ffffff00; */
}

.card-customt-testimonial {
  background: white;
  border-radius: 5px;
  overflow: hidden;
}

.choose_icon img {
  max-width: 100px;
}

.get-a-doc-bg:before {
  content: "";
  width: 970px;
  height: 230px;
  /* margin:0 5px 0 0; */
  background-image: url(../img/arrow2.svg);
  display: inline-block;
  transform: scaleX(-1);
  position: absolute;
  top: -5px;
  left: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.get-a-doc-bg {
  position: relative;
}

.count-step {
  width: 45px;
  height: 45px;
  top: -30px;
  border-width: 4px !important;
  background-color: #003a70;
  position: absolute;
  left: 30%;
  top: 0;
  /* outline: 2px solid #c8c8c880; */
  /* border: 1px solid #fff !important; */
}

.benefits-sec {
  background-image: url(../img/hd-11.webp);
  background-size: cover;
  box-shadow: inset 0 0 0 1000px #013975cf;
}

.inner-content {
  padding: 70px 45px;
  border: 2px solid #fff;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.inner-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

.inner-content p {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.inner-content ul {
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.inner-content ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.inner-content ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 22px;
  color: #0f9fb4;
}

.test-section {
  background-image: linear-gradient(
    to bottom,
    #d6e5f5 0,
    #d8e6f5 80%,
    rgb(235 242 250) 90%
  );
}

.test-section .video-sec {
  transform: translateX(-10%);
}

/* testimonial */
.testimonial-slide {
  /* padding: 40px 20px; */
}

.testimonial_box-top {
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
  justify-content: initial;
  flex-direction: column;
  /* text-align: center; */
  /* box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493); */
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}

.testimonial_box-text {
  padding: 10px 0;
}

.testimonial_box-text p {
  color: #293241;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  /* text-align: center; */
  min-height: 160px;
  margin-top: 20px;
  background: white;
  position: relative;
}

.testimonial_box-text p::before {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  font-weight: 700;
  color: #023b73;
  z-index: 1;
  top: -36px;
}

.testimonial_box-img {
  padding: 5px 0 5px;
  display: flex;

  align-items: center;
}

.testimonial_box-img img {
  margin-right: 20px;
}

.testimonial_box-job {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}

.testimonial_box-name {
  padding-top: 10px;
}

.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}

.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

/* Testimonial-end */

/* scroll-to-button */

#scrolltoButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7a2776;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 45px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: none;
}

#scrolltoButton::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
}

#scrolltoButton:hover {
  cursor: pointer;
}

#scrolltoButton:active {
  background-color: #7a2776;
}

#scrolltoButton.show {
  opacity: 1;
  visibility: visible;
}

/* Benefits-section */
.inner-benifits figure {
  padding: 0.25rem;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  max-width: 100%;
  max-height: 300px;
  position: relative;
  background-color: #fff;
}

.inner-benifits figure img {
  border-radius: 4px;
}

.inner-benefits-text h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 32px;
}

.inner-benefits-text p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.inner-benefits-text ul {
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.inner-benefits-text ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 16px;
  color: white;
}

.inner-benefits-text ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  position: absolute;
  left: 0;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
}
.programs-section .inner-benefits-text ul li::before {
  color: #000;
  top: 2px;
}
.programs-section .inner-benefits-text ul li {
  padding-left: 20px;
  color: #000;
}

/* Benefits */

/* Accordian-css */

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

#team-doctors .swiper-wrapper .slick-slide img {
  transform-style: unset;
  height: 200px;
  width: 200px;
  margin: auto;
  object-fit: cover;
  object-position: top;
  border: 2px solid #000;
  border-radius: 50%;
}

#team-doctors .swiper-slide .doctor-info h4 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 25px;
}

#team-doctors .swiper-slide .doctor-info p {
  margin: 0 0 15px;
  line-height: 1.5;
  font-weight: 600;
  min-height: 75px;
}

button.cust-btn {
  padding: 10px 9px;
  border: none;
  border-radius: 3px;
  background: #003a70;
  color: #fff;
}

button.cust-btn:hover {
  background: #35b6b4;
  color: #fff;
}

.carousel {
  width: 90%;
  margin: 0px auto;
}

.slick-slide {
  margin: 10px;
}

.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

/* Packages */

.highlight-section .card {
  margin: 10px auto;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  min-height: 140px;
}
.card-content h2{
  font-size: 40px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #7a2776;
}
.card-content p{
  font-size: 18px;
  line-height: 22px;
}
.card-content.green-bar::after, 
.card-content.green-bar::before{
background-color: #35bdb9;
}
.card-content.purple-bar::after, 
.card-content.green-bar::after{
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: 40px;
  z-index: -1;
  border-radius: 6px;
  width: 40px;
}
.card-content.purple-bar::after, 
.card-content.purple-bar::before{
  background-color: #7a2776;
}
.card-content.purple-bar::before, 
.card-content.green-bar::before{
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 40px;
  z-index: -1;
  border-radius: 6px;
  width: 40px;
}

.card-image {
  text-align: center;
  margin-bottom: 20px;
}

.card-image img {
  width: 75px;
  height: 100px;
}

.card-text {
  text-align: center;
}

.title-heading {
  font-size: 3em;
  text-align: center;
  margin: 4%;
  font-weight: bold;
}

.specility-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  background: #003a70;
  color: #fff;
}

.steps-sec .steps-inner p {
  min-height: 70px;
  color: #656565;
}

.get-doctor {
  /* background-color: #003a70; */
  /* border-radius: 10px; */
}

.nav-call1 {
  position: relative;
  background: white;
  padding: 10px 80px;
  border-radius: 4px;
  width: fit-content;
  margin-left: 25px;
  margin-top: 40px;
}

.nav-call1 a {
  color: #013975;
}

.inner-benifits {
  max-height: 300px;
}

ul.slick-dots {
  list-style: none;
  display: flex;
}

ul.slick-dots li {
  font-size: 0;
  padding: 5px;
}

ul.slick-dots li button {
  padding: 4px 15px;
  border: 0;
  outline: 0;
  background-color: #77dae9;
  border-radius: 20px;
}

ul.slick-dots li.slick-active button {
  background-color: #7a2776;
}

.progran-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff0fd;
  min-height: 245px;
}
.progran-box h5{
  font-size: 22px;
}
.about-section p{
  font-size: 18px;
  margin-bottom: 6px;
}