/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  padding: 7px;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #799091;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button:hover {
  background: #2e6365;
}
.slick-dots li.slick-active button {
  background: #2e6365;
}

/* Main Styles */
#main {
  position: relative;
}

/* Section Doctor Slider */
.section-doctors {
  padding: 0;
}
.section-doctors .doctor-slide {
  position: relative;
}
.section-doctors .doctor-slide .doctor-frame {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-doctors .doctor-slide .img-holder {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-doctors .doctor-slide .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-doctors .doctor-slide .text-box {
  display: block;
  position: static;
  width: 100%;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.15);
}

.section-doctors .doctor-slide .text-box h1 {
color:#fff;
}

.section-medical-card {
  margin-top: -115px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1340px;
  width: 100%;
  position: relative;
  background: #2c58a8;
}
.section-medical-card .wrapper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 40px 30px 60px 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .section-medical-card .wrapper-container {
    padding: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .section-medical-card .wrapper-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-medical-card .medical-list-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-medical-card .medical-list-holder h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 700;
}

.section-medical-card .medical-card-header{
	color:#fff;
}

@media (max-width: 1199px) {
  .section-medical-card .medical-list-holder h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .section-medical-card .medical-list-holder h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}
.section-medical-card .medical-list-holder h2 .img-holder {
  display: block;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .section-medical-card .medical-list-holder h2 .img-holder {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
.section-medical-card .medical-list-holder .medical-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 85px;
}
@media (max-width: 1199px) {
  .section-medical-card .medical-list-holder .medical-items {
    padding-left: 30px;
  }
}
.section-medical-card .medical-list-holder .medical-items .list-col {
  padding: 40px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .section-medical-card .medical-list-holder .medical-items .list-col {
    padding: 20px 0px 20px;
  }
}
@media (max-width: 767px) {
  .section-medical-card .medical-list-holder .medical-items .list-col {
    padding: 20px 0px 20px;
  }
}
.section-medical-card .medical-list-holder .medical-items .list-col li {
  width: 40%;
  padding: 0 5px;
  list-style-type: none;
  position: relative;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1439px) {
  .section-medical-card .medical-list-holder .medical-items .list-col li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-medical-card .medical-list-holder .medical-items .list-col li {
    width: 50%;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .section-medical-card .medical-list-holder .medical-items .list-col li {
    width: 100%;
  }
}
.section-medical-card .medical-list-holder .medical-items .list-col li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -25px;
  width: 15px;
  height: 13px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 1439px) {
  .section-medical-card .medical-list-holder .medical-items .list-col li:before {
    width: 10px;
    height: 10px;
  }
}
.section-medical-card .medical-time {
  width: 300px;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .section-medical-card .medical-time {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .section-medical-card .medical-time {
    width: 100%;
    padding: 0 5px;
  }
}
.section-medical-card .medical-time .time-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .section-medical-card .medical-time .time-card .img-holder {
    display: block;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 479px) {
  .section-medical-card .medical-time .time-card .img-holder {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .section-medical-card .medical-time .time-card {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .section-medical-card .medical-time .time-card {
    width: 100%;
  }
}
.section-medical-card .medical-time .time-card .time-txt {
  font-size: 33px;
  text-transform: capitalize;
  line-height: 1.25;
  font-weight: 700;
  padding-left: 15px;
}
@media (max-width: 1439px) {
  .section-medical-card .medical-time .time-card .time-txt {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .section-medical-card .medical-time .time-card .time-txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-medical-card .medical-time .card-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
  }
}
.section-medical-card .medical-time .clock-txt {
  font-size: 19px;
  padding: 10px 0px 10px 50px;
}
@media (max-width: 1439px) {
  .section-medical-card .medical-time .clock-txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-medical-card .medical-time .clock-txt {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .section-medical-card .medical-time .clock-txt {
    font-size: 12px;
    width: 90%;
  }
}
.section-medical-card .medical-time .clock-txt span {
  display: block;
}
.section-medical-card .medical-time .telephone-no {
  font-size: 22px;
  line-height: 1.25;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .section-medical-card .medical-time .telephone-no {
    font-size: 15px;
  }
}

.section-header {
  position: relative;
}
.section-header:before {
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 260px;
  background: #2c58a8;
  content: "";
}
.section-header h2 {
  font-size: 42px;
  color: #2c58a8;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 1439px) {
  .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .section-header h2 {
    font-size: 25px;
    letter-spacing: 1.75px;
  }
}

.our-services {
  position: relative;
  background: #fff;
  padding: 30px 0;
}
.our-services .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0;
  margin: 0 -20px;
}
.our-services .services-list li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 30px;
}
@media (max-width: 1439px) {
  .our-services .services-list li {
    padding: 20px 15px 30px;
  }
}
@media (max-width: 991px) {
  .our-services .services-list li {
    width: 33.33%;
    padding: 20px 10px 0;
  }
}
@media (max-width: 767px) {
  .our-services .services-list li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .our-services .services-list li {
    width: 100%;
    padding: 20px 20px 0;
  }
}
.our-services .services-list .icon-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
  height: 470px;
  position: relative;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-content: center;
}
@media (max-width: 991px) {
  .our-services .services-list .icon-holder {
    height: 430px;
  }
}
.our-services .services-list .icon-holder:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(44, 88, 168, 0.61);
  z-index: 1;
}
.our-services .services-list .icon-holder:after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  border: 1px solid #fff;
  z-index: 1;
}
.our-services .services-list .icon-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-services .services-list .icon-holder h5 {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  bottom: 35px;
  padding: 0 25px;
  z-index: 2;
  letter-spacing: 1.25px;
  color:#fff;
}
@media (max-width: 1199px) {
  .our-services .services-list .icon-holder h5 {
    font-size: 15px;
  }
}
.our-services .services-list .flip-card {
  background-color: transparent;
  width: 300px;
  height: 460px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 991px) {
  .our-services .services-list .flip-card {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .our-services .services-list .flip-card {
    width: 100%;
  }
}
.our-services .services-list .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.our-services .services-list .flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.our-services .services-list .flip-card-front, .our-services .services-list .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.our-services .services-list .flip-card-front {
  background-color: #fff;
}
.our-services .services-list .flip-card-front h5 {
  text-transform: capitalize;
}
.our-services .services-list .flip-card-back {
  background-color: #2e2118;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  height: 460px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .our-services .services-list .flip-card-back {
    height: 430px;
  }
}
.our-services .services-list .service-description {
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  letter-spacing: 1.25px;
  color: #fff;
}

.our-team {
  position: relative;
  background: #fff;
}
@media (max-width: 1439px) {
  .our-team {
    padding: 0 0 30px;
  }
}
.our-team .team-post {
  padding: 60px 0;
  max-width: 715px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1439px) {
  .our-team .team-post {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .our-team .team-post {
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  .our-team .team-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.our-team .team-post .image-holder {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 2px solid #2c58a8;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .our-team .team-post .image-holder {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 479px) {
  .our-team .team-post .image-holder {
    margin-bottom: 30px;
  }
}
.our-team .team-post .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-team .team-post .textbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-left: 45px;
}
@media (max-width: 991px) {
  .our-team .team-post .textbox {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 479px) {
  .our-team .team-post .textbox {
    padding-left: 0;
  }
}
.our-team .team-post h4 {
  font-size: 23px;
  color: #2c58a8;
  text-transform: capitalize;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 1439px) {
  .our-team .team-post h4 {
    font-size: 18px;
  }
}
.our-team .team-post h3 {
  font-size: 51px;
  color: #231f20;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 1439px) {
  .our-team .team-post h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .our-team .team-post h3 {
    font-size: 28px;
  }
}

.doctor-curve-holder {
  position: relative;
  background: #e6e4e4;
  padding: 130px 0;
}
@media (max-width: 767px) {
  .doctor-curve-holder {
    padding: 60px 0;
  }
}
@media (max-width: 479px) {
  .doctor-curve-holder {
    padding: 30px 0;
  }
}
.doctor-curve-holder .work-flow-phone-img {
  background-color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 27px 28px -10px rgba(79, 74, 135, 0.65);
          box-shadow: 1px 27px 28px -10px rgba(79, 74, 135, 0.65);
}

.doctor-curve-holder .work-flow-phone-img img{
	width:auto;
}


@media (max-width: 767px) {
  .doctor-curve-holder .work-flow-phone-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .doctor-curve-holder .wide-screen-image {
    display: none;
  }
}
.doctor-curve-holder .work-flow {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .doctor-curve-holder .work-flow {
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.doctor-curve-holder .work-flow .work-flow-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .doctor-curve-holder .work-flow .work-flow-circle {
    width: 100%;
    background: transparent;
    margin: 0 0 41px;
  }
}
.doctor-curve-holder .work-flow .work-flow-circle .circle {
  height: 210px;
  width: 195px;
  background-color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 1px 27px 28px -10px rgba(79, 74, 135, 0.65);
          box-shadow: 1px 27px 28px -10px rgba(79, 74, 135, 0.65);
  position: absolute;
  bottom: -100px;
}
@media (max-width: 1439px) {
  .doctor-curve-holder .work-flow .work-flow-circle .circle {
    height: 190px;
    width: 190px;
  }
}
@media (max-width: 767px) {
  .doctor-curve-holder .work-flow .work-flow-circle .circle {
    border-radius: 10px;
    height: auto;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
  }
}
.doctor-curve-holder .work-flow .work-flow-circle .circle .circle-txt {
  font-size: 17px;
  text-transform: capitalize;
  color: #2c58a8;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .doctor-curve-holder .work-flow .work-flow-circle .circle .circle-txt {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .doctor-curve-holder .work-flow .work-flow-circle .circle .circle-txt {
    font-size: 23px;
  }
}
@media (max-width: 479px) {
  .doctor-curve-holder .work-flow .work-flow-circle .circle .circle-txt {
    font-size: 20px;
  }
}
.doctor-curve-holder .work-flow .work-flow-holder {
  width: 50%;
  height: 50%;
}
.doctor-curve-holder .work-flow .title {
  position: absolute;
  width: 35%;
  text-transform: none;
  line-height: 1.3;
  font-weight: 700;
  padding: 0 3%;
}
@media (max-width: 1439px) {
  .doctor-curve-holder .work-flow .title {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .doctor-curve-holder .work-flow .title {
    padding: 0%;
  }
}
@media (max-width: 767px) {
  .doctor-curve-holder .work-flow .title {
    position: static;
    width: 50%;
    text-align: center;
    padding: 0 15px 15px;
  }
}
@media (max-width: 479px) {
  .doctor-curve-holder .work-flow .title {
    width: 100%;
  }
}
.doctor-curve-holder .work-flow .title h5 {
  font-size: 29px;
  text-transform: uppercase;
  color: #2c58a8;
  letter-spacing: 1.25px;
}
@media (max-width: 1439px) {
  .doctor-curve-holder .work-flow .title h5 {
    font-size: 20px;
  }
}
.doctor-curve-holder .work-flow .title p {
  color: #2d2d2d;
  font-size: 12px;
}
.doctor-curve-holder .work-flow .title-1 {
  top: 15%;
  left: -33%;
}
@media (max-width: 991px) {
  .doctor-curve-holder .work-flow .title-1 {
    left: -35%;
  }
}
.doctor-curve-holder .work-flow .title-1 .line-1 {
  top: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
	.doctor-curve-holder .work-flow .title-1 .line-1 {
		right: -15px;
	}
  }
  @media (max-width: 767px) {
	.doctor-curve-holder .work-flow .title-1 .line-1 {
	  display: none;
	}
  }

.doctor-curve-holder .work-flow .title-2 {
  top: 75%;
  left: -17%;
}
@media (max-width: 991px) {
  .doctor-curve-holder .work-flow .title-2 {
    top: 80%;
    left: -23%;
  }
}
.doctor-curve-holder .work-flow .title-2 h5 {
  color: #de1988;
}
.doctor-curve-holder .work-flow .title-2 .line-2 {
  top: -5px;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
	.doctor-curve-holder .work-flow .title-2 .line-2 {
		right: -25px;
	}
  }
  @media (max-width: 767px) {
	.doctor-curve-holder .work-flow .title-2 .line-2 {
	  display: none;
	}
  }

.doctor-curve-holder .work-flow .title-3 {
  bottom: -40%;
  right: 27%;
}
@media (max-width: 1439px) {
  .doctor-curve-holder .work-flow .title-3 {
    bottom: -45%;
    right: 30%;
  }
}
@media (max-width: 991px) {
  .doctor-curve-holder .work-flow .title-3 {
    bottom: -65%;
    right: 30%;
  }
}
.doctor-curve-holder .work-flow .title-3 .line-3 {
  bottom: 145px;
  position: absolute;
  left: 90px;
}
@media (max-width: 991px) {
	.doctor-curve-holder .work-flow .title-3 .line-3 {
		left:65px;
	}
  }
  @media (max-width: 767px) {
	.doctor-curve-holder .work-flow .title-3 .line-3 {
	  display: none;
	}
  }

.doctor-curve-holder .work-flow .title-4 {
  top: 70%;
  right: -18%;
}
@media (max-width: 991px) {
  .doctor-curve-holder .work-flow .title-4 {
    right: -23%;
    padding-top: 30px;
  }
}
@media (max-width: 479px) {
  .doctor-curve-holder .work-flow .title-4 {
    padding-top: 0;
  }
}
.doctor-curve-holder .work-flow .title-4 h5 {
  color: #de1988;
}
.doctor-curve-holder .work-flow .title-4 .line-4 {
	position: absolute;
    top: 0;
    left: -5px;
}
@media (max-width: 991px) {
	.doctor-curve-holder .work-flow .title-4 .line-4 {
		left: -30px;
	}
  }
  @media (max-width: 767px) {
	.doctor-curve-holder .work-flow .title-4 .line-4 {
	  display: none;
	}
  }

.doctor-curve-holder .work-flow .title-5 {
  right: -38%;
  top: 10%;
}
@media (max-width: 991px) {
  .doctor-curve-holder .work-flow .title-5 {
    padding: 20px 0px 0px 7px;
  }
}
@media (max-width: 479px) {
  .doctor-curve-holder .work-flow .title-5 {
    padding-top: 0;
  }
}
.doctor-curve-holder .work-flow .title-5 .line-5 {
	top: 10px;
    position: absolute;
    left: -18px;
}
@media (max-width: 991px) {
	.doctor-curve-holder .work-flow .title-5 .line-5 {
		left: -30px;
	}
  }
  @media (max-width: 767px) {
	.doctor-curve-holder .work-flow .title-5 .line-5 {
	  display: none;
	}
  }

.note {
  font-size: 14px;
  text-transform: capitalize;
  color: #2d2d2d;
  letter-spacing: 1.25px;
  background-color: #e6e4e4;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .note {
    padding: 0 15px 40px;
  }
}
.note strong {
  color: #2c58a8;
  font-weight: 700;
}

.section-patient-stories {
  position: relative;
  background: #fff;
  padding: 30px 0 30px 0;
}
.section-patient-stories .container {
  padding-bottom: 30px;
}
.section-patient-stories .story-holder {
  position: relative;
  overflow: hidden;
  padding: 65px 0;
}
.section-patient-stories .story-visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-patient-stories .story-visual:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(70, 95, 151, 0.3);
  z-index: 1;
}
.section-patient-stories .story-visual img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.section-patient-stories .slider-patient-holder {
  z-index: 2;
  position: relative;
  min-height: 160px;
  background: #f0efef;
  border-radius: 50px;
  border: 2px solid #2c58a8;
  width: 100%;
  height: auto;
  max-width: 985px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-patient-stories .slider-patient-holder:before, .section-patient-stories .slider-patient-holder:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 49px;
  height: 37px;
}
@media (max-width: 991px) {
  .section-patient-stories .slider-patient-holder:before, .section-patient-stories .slider-patient-holder:after {
    width: 40px;
    height: 30px;
  }
}
.section-patient-stories .slider-patient-holder:before {
  left: 50px;
  background-image: url(../img/icon-comma-2.png);
  top: -22px;
}
@media (max-width: 991px) {
  .section-patient-stories .slider-patient-holder:before {
    top: -16px;
  }
}
.section-patient-stories .slider-patient-holder:after {
  right: 58px;
  background-image: url(../img/icon-comma-1.png);
  bottom: -20px;
}
@media (max-width: 991px) {
  .section-patient-stories .slider-patient-holder:after {
    bottom: -16px;
  }
}
.section-patient-stories .slider-patient-holder blockquote {
  width: 100%;
  line-height: 1.2;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
	background:transparent;
	border:0;
}
@media (max-width: 991px) {
  .section-patient-stories .slider-patient-holder blockquote {
    padding: 0 10px;
  }
}
.section-patient-stories .slider-patient-holder blockquote p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  padding: 0 0;
  text-align: center;
  margin: 0 auto;
  color: #231f20;
}
@media (max-width: 1439px) {
  .section-patient-stories .slider-patient-holder blockquote p {
    font-size: 15px;
  }
}
.section-patient-stories .slider-patient-holder .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-patient-stories .slider-patient-holder .slick-track .slick-slide {
  height: auto;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
}
.slick-arrow.slick-prev {
  left: 25px;
}
.slick-arrow.slick-next {
  right: 25px;
}
.slick-arrow:hover {
  color: #f00;
}
.slick-arrow.slick-hidden {
  display: none;
}

.section-latest-stories {
  position: relative;
  padding: 50px 0;
}
.section-latest-stories .slider-container {
  padding-top: 30px;
}

.stories-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stories-slider .slick-list {
  padding: 0 25%;
}
@media (max-width: 1023px) {
  .stories-slider .slick-list {
    padding: 0;
  }
}
.stories-slider .slider-holder {
/*   width: 25%; */
	width: 100%;
  	padding: 0 5px;
}

.stories-slider .img-slide-holder  {
    display: flex;
    align-items: center;
    height: 100%;
}

.stories-slider .slide-content {
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
	width: 100%;
/* 	width: 310px; */
	height:300px;

	
}
.stories-slider .slider-txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 20px;
/*   color: #fff; */
	color:#2c58a8;
  font-weight: 700;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	background: rgba(0,0,0,0.15);
/*   background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); */
}
.stories-slider .slider-txt p {
  font-weight: 700;
  margin-top: 0;
}
.stories-slider .slick-arrow {
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  cursor: pointer;
  font-size: 14px;
}
.stories-slider .slick-arrow:hover {
  color: #999;
}
.stories-slider .slick-arrow.slick-prev {
  left: calc(25% - 20px);
}
@media (max-width: 1023px) {
  .stories-slider .slick-arrow.slick-prev {
    left: 9px;
  }
}
.stories-slider .slick-arrow.slick-next {
  right: calc(25% - 20px);
}
@media (max-width: 1023px) {
  .stories-slider .slick-arrow.slick-next {
    right: 9px;
  }
}
.PatientStoriesSlider {
  width: 100%;
}