#why_cancer_healer {
  padding-top: 20px;
  padding-bottom: 50px;
}
#why_cancer_healer .boxes {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #why_cancer_healer .boxes {
    flex-direction: column;
  }
}
#why_cancer_healer .boxes .box {
  width: calc(33% - 30px);
  display: flex;
  gap: 20px;
}
#why_cancer_healer .boxes .box h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
}
#why_cancer_healer .boxes .box p {
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}
@media (max-width: 991px) {
  #why_cancer_healer .boxes .box {
    width: 100%;
  }
}

#counter {
  background-color: var(--primary-color);
  padding: 50px;
}
#counter .boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #counter .boxes {
    flex-direction: column;
  }
}
#counter .boxes .box {
  padding-right: 50px;
  border-right: 2px solid #fff;
}
#counter .boxes .box:nth-last-child(1) {
  border-right: none;
}
#counter .boxes .box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 54px;
  text-align: center;
}
#counter .boxes .box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.42px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #F2ECEC;
}
@media (max-width: 991px) {
  #counter .boxes .box {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
}

#cutting_edge {
  padding: 50px 0;
}
#cutting_edge .container {
  display: flex;
}
@media (max-width: 991px) {
  #cutting_edge .container {
    flex-direction: column;
  }
}
#cutting_edge .container .top {
  padding-bottom: 30px;
}
#cutting_edge .container .top h1 {
  font-size: 46px;
  font-weight: 500;
  line-height: 53.91px;
  color: var(--primary-color);
  text-transform: uppercase;
  padding-top: 10px;
}
@media (max-width: 991px) {
  #cutting_edge .container .top h1 {
    font-size: 24px;
  }
}
#cutting_edge .container .top p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.7px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
#cutting_edge .container .question {
  padding-right: 50px;
  padding-bottom: 25px;
}
#cutting_edge .container .question h2 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  color: var(--secondary-color);
}
#cutting_edge .container .question p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
@media (max-width: 991px) {
  #cutting_edge .container .question {
    padding-right: 0;
  }
}
#cutting_edge .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

#your_journey {
  background-color: var(--bg-color);
  position: relative;
}
#your_journey .top_line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
}
#your_journey .top_line span:nth-child(1) {
  height: 100%;
  position: absolute;
  right: 10%;
  width: 50%;
  background-color: var(--primary-color);
}
#your_journey .top_line span:nth-child(1)::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0;
  left: -10px;
  background-color: var(--bg-color);
  transform: rotate(45deg);
}
#your_journey .top_line span:nth-child(2) {
  height: 100%;
  position: absolute;
  right: 0%;
  width: 10%;
  background-color: var(--secondary-color);
}
#your_journey .container {
  padding: 75px 0;
}
#your_journey .container .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#your_journey .container .top a {
  padding: 10px 30px;
}
@media (max-width: 991px) {
  #your_journey .container .top {
    padding: 0 10px;
  }
  #your_journey .container .top a {
    padding: 10px;
    font-size: 16px;
  }
}
#your_journey .container .main {
  padding-top: 50px;
  display: flex;
}
@media (max-width: 991px) {
  #your_journey .container .main {
    flex-direction: column;
  }
}
#your_journey .container .main .single_box {
  width: 25%;
  display: flex;
  cursor: pointer;
}
#your_journey .container .main .single_box:hover .box {
  transform: scale(1.03);
  box-shadow: 0 0 10px #000;
  background-color: var(--primary-color) !important;
}
@media (max-width: 991px) {
  #your_journey .container .main .single_box {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#your_journey .container .main .single_box:nth-last-child(1) .right {
  visibility: hidden;
}
#your_journey .container .main .single_box .left {
  width: 250px;
  padding: 20px;
  border: 2px dashed var(--primary-color);
  height: 300px;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#your_journey .container .main .single_box .left .half-box {
  position: absolute;
  width: calc(50% + 4px);
  right: -2px;
  height: calc(100% + 4px);
  background: var(--primary-color);
  border-radius: 40px;
  top: -2px;
}
#your_journey .container .main .single_box .left .box {
  background-color: #fff;
  height: 100%;
  width: 100%;
  z-index: 3;
  border-radius: 20px;
  padding: 7px;
  position: relative;
  transition: 0.3s;
}
#your_journey .container .main .single_box .left .box .main-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1450980392);
  border-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
#your_journey .container .main .single_box .right {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#your_journey .container .main .single_box .right .line {
  width: 100%;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
#your_journey .container .main .single_box .right .line span {
  display: block;
  height: 5px;
  width: calc((100% - 60px) / 4);
  background-color: var(--primary-color);
}
#your_journey .container .main .single_box .right .line span:nth-child(1) {
  width: 5px !important;
}
#your_journey .container .main .single_box .right .line i {
  color: var(--primary-color);
  width: 20px;
}
@media (max-width: 991px) {
  #your_journey .container .main .single_box .right {
    height: 100px;
    transform: rotate(90deg);
  }
}

#cancer_types {
  padding: 75px 0;
}
#cancer_types .container {
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  #cancer_types .container {
    flex-direction: column;
  }
}
#cancer_types .container .left {
  width: 50%;
}
@media (max-width: 991px) {
  #cancer_types .container .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
#cancer_types .container .left .types {
  padding-top: 75px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  #cancer_types .container .left .types {
    gap: 24px;
  }
}
#cancer_types .container .left .types .type {
  width: calc(50% - 50px);
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 2px var(--primary-color);
  padding: 20px 30px;
  border-radius: 20px;
  gap: 20px;
  transition: 0.3s;
  text-decoration: none;
}
#cancer_types .container .left .types .type:hover {
  transform: scale(1.1);
}
#cancer_types .container .left .types .type h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.49px;
  color: #000;
}
#cancer_types .container .left .types .type img {
  background: var(--primary-color);
  padding: 10px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  #cancer_types .container .left .types .type {
    flex-direction: column;
    width: 30%;
  }
  #cancer_types .container .left .types .type h3 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  #cancer_types .container .left .types .type {
    width: calc(50% - 20px);
  }
}
#cancer_types .container .left a {
  padding: 10px 30px;
}
#cancer_types .container .right {
  width: 50%;
  background: url("../img/cancer_types_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 40px 40px;
  position: relative;
  height: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 75px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #cancer_types .container .right {
    width: 100%;
    padding: 10px;
  }
}
#cancer_types .container .right .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#cancer_types .container .right .top {
  position: relative;
  z-index: 3;
  width: 100%;
}
#cancer_types .container .right .top h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 37.5px;
  color: #fff;
}
#cancer_types .container .right .top p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25.02px;
  color: #fff;
}
#cancer_types .container .right .main-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
}
#cancer_types .container .right .main-content .inside-left {
  padding-right: 20px;
}
#cancer_types .container .right .main-content .inside-right h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25.78px;
  color: #fff;
  text-transform: capitalize;
}
#cancer_types .container .right .main-content .inside-right h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 46.88px;
  color: #fff;
  padding-bottom: 20px;
}
#cancer_types .container .right .main-content .inside-right a {
  padding: 10px 30px;
  background-color: var(--secondary-color);
  font-weight: 400;
  font-size: 22px;
}
@media (max-width: 991px) {
  #cancer_types .container .right .main-content .inside-right {
    padding-bottom: 40px;
  }
  #cancer_types .container .right .main-content .inside-right h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #cancer_types .container .right .main-content .inside-right a {
    padding: 10px;
    font-size: 17px;
  }
}

#testimonial {
  padding: 75px 0;
  background-color: var(--bg-color);
}
#testimonial .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  #testimonial .top {
    flex-direction: column;
  }
}
#testimonial p {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20.7px;
  text-align: left;
}
#testimonial .reviews {
  padding-top: 50px;
  display: flex;
  gap: 20px;
}
#testimonial .reviews .left {
  width: 75%;
  height: 100%;
  position: relative;
}
#testimonial .reviews .left img {
  height: 100%;
  width: 100%;
}
#testimonial .reviews .right {
  width: 25%;
}
#testimonial .reviews .right img {
  float: right;
  width: 100%;
  object-fit: contain;
  height: 33%;
}
#testimonial #testimonial-popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonial #testimonial-popup #testPop {
  height: 500px;
  width: 800px;
  max-width: 90%;
  position: relative;
  border: 10px solid #fff;
}
#testimonial #testimonial-popup #testPop #cross {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 2;
  height: 40px;
  width: 40px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#testimonial #testimonial-popup #testPop #cross i {
  color: #fff;
  font-weight: 900;
}
#testimonial #testimonial-popup #testPop #video {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100%;
}
#testimonial #testimonial-popup #testPop #video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #testimonial {
    padding: 30px 0;
  }
  #testimonial p {
    padding-top: 0;
    font-size: 18px;
  }
}

#reviews {
  padding: 75px 0;
}
#reviews .top {
  display: flex;
  justify-content: space-between;
}
#reviews .middle {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
#reviews .middle p {
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
#reviews .main .reviews {
  padding-top: 50px;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  #reviews .main .reviews {
    flex-direction: column;
  }
}
#reviews .main .reviews .review {
  width: 400px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 20px;
}
@media (max-width: 991px) {
  #reviews .main .reviews .review {
    width: 100%;
  }
}
#reviews .main .reviews .review .review-top {
  width: 100%;
  display: flex;
}
#reviews .main .reviews .review .review-top .left {
  width: 100px;
}
#reviews .main .reviews .review .review-top .left img {
  border-radius: 50%;
}
#reviews .main .reviews .review .review-top .review-middle {
  width: 100%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
#reviews .main .reviews .review .review-top .review-middle h2 {
  font-size: 18px;
  line-height: 21.09px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
#reviews .main .reviews .review .review-top .review-middle p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.41px;
}
#reviews .main .reviews .review .review-top .quote {
  float: right;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
}
#reviews .main .reviews .review .review-top .quote i {
  font-size: 50px;
  color: #3F397C;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  #reviews .main .reviews .review .review-top .quote i {
    font-size: 24px;
  }
}
#reviews .main .reviews .review .review-star {
  padding-top: 20px;
  display: flex;
  gap: 2px;
}
#reviews .main .reviews .review .review-star i {
  color: #F09321;
}
#reviews .main .reviews .review .review-content {
  padding-top: 10px;
}
#reviews .main .reviews .review .review-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#reviews .main .reviews .review .review-content a {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}
@media (max-width: 991px) {
  #reviews .top h1 {
    font-size: 18px;
  }
  #reviews .top a {
    font-size: 14px;
  }
}

#blogs {
  padding: 50px 0;
}
#blogs .container .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #blogs .container .top a {
    font-size: 14px;
  }
}
#blogs .container .main {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#blogs .container .main .custom-card {
  min-height: 500px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
  overflow: hidden;
}
#blogs .container .main .custom-card .image {
  height: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#blogs .container .main .custom-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transition: 0.3s;
}
#blogs .container .main .custom-card .image .overlay2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(55, 48, 119, 0.3960784314) -23.24%, rgba(22, 15, 89, 0.1) 65.36%, rgba(31, 25, 91, 0.1) 103.33%);
  z-index: 3;
}
#blogs .container .main .custom-card .image .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  z-index: 4;
  padding: 20px;
}
#blogs .container .main .custom-card .image .overlay p,
#blogs .container .main .custom-card .image .overlay h5 {
  color: #fff;
  margin: 0;
  padding: 0;
}
#blogs .container .main .custom-card .image .overlay p {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 5px;
}
#blogs .container .main .custom-card .image .overlay h5 {
  font-size: 16px;
  font-weight: 400;
}
#blogs .container .main .custom-card .image:hover img {
  transform: scale(1.1);
}
#blogs .container .main .custom-card .content {
  padding: 20px;
}
#blogs .container .main .custom-card .content h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
}
#blogs .container .main .custom-card .content p,
#blogs .container .main .custom-card .content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
#blogs .container .main .custom-card .content a {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}
#blogs .container .main .custom-card .content a i {
  padding-left: 5px;
}
@media (max-width: 991px) {
  #blogs .container .main {
    flex-direction: column;
  }
  #blogs .container .main .custom-card {
    width: 100%;
  }
}

#youtube {
  padding: 75px 0;
  background: var(--bg-color);
}
#youtube .main {
  margin-top: 50px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
}
#youtube .main .top {
  display: flex;
  justify-content: space-between;
}
#youtube .main .top .left-side {
  display: flex;
  gap: 20px;
}
#youtube .main .top .left-side h5 {
  color: #222222;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
#youtube .main .top .left-side p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #222222;
  padding: 0;
  margin: 0;
}
#youtube .main .top .right-side a {
  padding: 15px;
}
#youtube .main .top .right-side a img {
  height: 20px;
  padding-right: 10px;
}
#youtube .main .grid1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
#youtube .main .grid1 .item {
  width: calc(33% - 20px);
  position: relative;
}
#youtube .main .grid1 .item .pic {
  position: relative;
}
#youtube .main .grid1 .item .pic img {
  width: 100%;
}
#youtube .main .grid1 .item .pic .links {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#youtube .main .grid1 .item .pic .links ul {
  margin: 0;
  padding: 0;
}
#youtube .main .grid1 .item .pic .links ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3F397C;
  border: 4px solid #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#youtube .main .grid1 .item .pic .links ul li .fa-play {
  font-size: 22px;
  color: #FFF;
  text-decoration: none;
}
#youtube .main .grid1 .item .pic:hover .links ul li {
  opacity: 1;
  transition: 0.7s;
}
#youtube .main .grid1 .item h3 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 991px) {
  #youtube .main .grid1 .item {
    width: 48%;
  }
}
@media (max-width: 600px) {
  #youtube .main .grid1 .item {
    width: 100%;
    gap: 20px !important;
  }
}
#youtube .main .buttons {
  display: flex;
  padding: 20px 0;
  gap: 20px;
}
#youtube .main .buttons a {
  padding: 7px 20px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  border-radius: 8px;
}
#youtube .main .buttons a.active {
  background-color: #000;
  color: #fff;
}
#youtube .main .videos {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  overflow-x: scroll;
  scroll-snap-type: mandatory;
  padding-bottom: 20px;
}
#youtube .main .videos::-webkit-scrollbar {
  background-color: var(--primary-color);
  height: 10px !important;
  border-radius: 10px;
}
#youtube .main .videos::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--secondary-color);
  cursor: grab;
}
#youtube .main .videos .video {
  width: 100%;
  min-width: 290px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#youtube .main .videos .video iframe {
  width: 100%;
  height: 175px;
}
#youtube .main .videos .video h3 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991px) {
  #youtube {
    padding: 30px 0;
  }
  #youtube .top {
    flex-direction: column;
    align-items: center;
  }
  #youtube .top .right-side {
    margin-top: 20px;
  }
  #youtube .top .right-side a {
    font-size: 13px;
  }
}

/*# sourceMappingURL=home.css.map */
