@charset "utf-8";
/* CSS Document */

body{margin: 0px; padding: 0px; font-family: "Poppins", sans-serif;}

/* banner section start */
.header-outer { 
  background-image: url('https://cdn.apollohospitals.com/apollohospitals/bmt/images/banner-bg.jpg');
}
.head_block { 
  padding: 20px 0;
}
.w-20 {
  width: 30%;
}
.logo-width {
    max-width: 100%;
    height: auto;
}
.ban-block h2 {
  color: #007C9D;
}
.ban-block h1 {
  color: #FF9D02;
}
.btn2 {
  border: none;
    padding: 10px 40px;
    font-size: 18px;
    background: #ff9d02;
    color: #fff;
    border-radius: 5px;
}
.logo-right ul{margin: 0px; padding: 0px;float: right;}
.logo-right ul li {list-style: none;  float: left; padding: 10px 15px;  font-size: 17px;  font-weight: 500;}
.logo-right ul li a{color: #fff; text-decoration: none; font-size: 18px;}
.logo-right ul li:last-child{background: #FF9D02;color: #fff;border-radius: 5px;}
/* banner section end */
@media only screen and (max-width: 600px) {
  .w-20 {
    width: 50%;
}
    .logo-right ul li {float: none;padding: 4px 5px;font-size: 12px;    }
    .logo-right ul li:first-child{border-radius: 0px;}
    .logo-right ul li:last-child{border-radius: 0px;}
    .ban-block { padding: 0 0; }

    .logo-width {
        width: 112px;
    }

}
.txt12 p {
  font-size: 22px;
  padding: 0 140px 0 0;
}

/* form section */
#bnrcls {
  position: relative;
  z-index: 1;
  background: #007C9D;
}
#bnrcls .card {
  position: relative;
  overflow: hidden;
  max-height: 440px;
  border: none;
  border-radius: 15px;
  background: none;
}
#bnrcls .card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: -20px;
}
#bnrcls .btn-container {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
#bnrcls .btn-container .btn {
  background-color: #06AAC3;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  border: none;
  border-radius: 25px;
}
#bnrcls .btn:hover {
  background-color: #06AAC3; 
}
.btn .button-text {
  margin-right: auto;
}
.btn .icon {
  margin-left: auto;
}
.h32 {
margin-bottom: 0px !important;
line-height: 0.7 !important;
font-size: 32px;
font-weight: 700;
}
.p-4 span {
  color: #666;
}
.stp {
  position: absolute;
  top: 0px;
  right: 0px;
}
#bnrcls .card-body {
  padding: 2rem 0rem !important;
}
#bnrcls h2 {
  font-size: 1.5rem;
  color: #fff !important;
}
#bnrcls .form-control {
  font-size: 0.9rem;
  color: #7B7B7B;
  padding: 0.6rem .75rem;
}
#bnrcls .btn {
  padding: 0.6rem .75rem;
  font-size: 0.9rem;
  background: #F7A500;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
#bnrcls a {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  font-size: 14px !important;
}


/* what section */
#what {
  background: #F6F6F6; 
  padding: 50px 0px;
}
.whatbox {
  padding: 40px 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
}
.line {
  max-width: 100px;
  background:#F5C401;
  border-radius: 20px;
  height: 7px;
  margin: 15px 0px;
}
#what p {
  color: #7B7B7B;
  line-height: 1.7;
  font-size: 15px;
}
.p12{
 padding: 0px 20px;
}


/* Types section */
#Types {
  background: #fff; 
  padding: 50px 0px;
  text-align: center;
}
#Types .line {
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
#Types h6 {
  color: #7B7B7B;
}
#Types .card {
  border-radius: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 480px;
}
#Types .card-text {
  color:#7B7B7B;
  font-size: 15px;
  min-height: 100px;
}
.card-title {
  margin-bottom: 1rem;
}

/* Indications section */
#Indications {
  background-image: url(https://cdn.apollohospitals.com/apollohospitals/bmt/images/indicationbg.png); 
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0px;
  text-align: center;
}
#Indications .line {
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
#Indications h3 {
  color:#F5C401;
  margin-bottom: 1rem;
}
#Indications h6 {
  color:#fff;
  line-height: 1.7;
}
#Indications ul li {
  color: #fff;
  text-align: left;
  line-height: 2;
  font-size: 15px;
}
#Indications ul li {
  list-style-type: none;
}
#Indications ul li::before {
  content: "";
  display: inline-block;
  width: 15px;  /* Set the desired width */
  height: 15px; /* Set the desired height */
  margin-right: 15px; /* Space between tick mark and text */
  background-image: url('https://cdn.apollohospitals.com/apollohospitals/bmt/images/right.png'); /* URL to your tick mark image */
  background-size: contain; /* Ensure the image scales correctly */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center; /* Center the image within the element */
  line-height: 1.7;
}

/* why section */
#why {
  padding: 50px 0px;
  text-align: center;
}
#why .line {
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
.custom-card {
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #F2F6F9;
}
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
  padding: 25px;
  background: #ffffff;
  box-shadow: 0px 0px 3px #ccc;
}
.circle img {
  max-width: 100%;
  border-radius: 50%;
}
.custom-card p {
  color:#7B7B7B;
  font-size: 15px;
  text-align: left;
}
.b1 {
  background: #EDFFE9;
}
.b2 {
  background: #D8F3D2;
}
.c1 {
  background: #ECFCFF;
}
.c2 {
  background: #CDEDF3;
}
.d1 {
  background: #F6F3FF;
}
.d2 {
  background: #DED7F5;
}
.e1 {
  background: #FEF1FF;
}
.e2 {
  background: #F1DDF2;
}
.f1 {
  background: #FFF2F2;
}
.f2 {
  background: #FFD8D8;
}
/* .custom-card:nth-child(1) .circle {
  background-color: #f5c6cb; 
}
.custom-card:nth-child(2) {
  background-color: #d1ecf1; /
}
.custom-card:nth-child(2) .circle {
  background-color: #bee5eb; 
}
.custom-card:nth-child(3) {
  background-color: #d4edda; 
}
.custom-card:nth-child(3) .circle {
  background-color: #c3e6cb; 
}
.custom-card:nth-child(4) {
  background-color: #fff3cd; 
}
.custom-card:nth-child(4) .circle {
  background-color: #ffeeba; 
}
.custom-card:nth-child(5) {
  background-color: #cce5ff; 
}
.custom-card:nth-child(5) .circle {
  background-color: #b8daff; 
}
.custom-card:nth-child(6) {
  background-color: #e2e3e5; 
}
.custom-card:nth-child(6) .circle {
  background-color: #d6d8db; 
} */


/* Eligibility section */
.bg-color-1 {
  background-color: #DCF6FF; 
}
#eligibility .bg-color-1 h3{ color: #000;}  
#eligibility .bg-color-1 p{ color: #000;}  
#eligibility .bg-color-1 .line{ background: #F7A500;}  
#eligibility .bg-color-1 ul li{color: #000;}

.bg-color-2 {
  background-color: #007C9D;
}
.bg2 {
  background-color: #F7A500 !important; 
}
.p21 {
  padding: 5% 6% !important; 
}
#eligibility h3 {
  color: #fff;
  margin-bottom: 1.2rem;
}
#eligibility p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.7;
}
#eligibility ul {
  color: #fff;
  padding-left: 1rem;
  margin: 2rem 0rem 0rem 0rem;
}
#eligibility ul li {
  line-height: 2.2;
}
#eligibility .line {
  background: #fff;
  margin-bottom: 1rem;
}

/* Stem section */
#stem {
  margin: 4rem 0rem 1.5rem 0rem;
}
#stem .circle-background {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#stem .circle-background img {
  width: 50%;
  height: auto;
  border-radius: 50%;
}
#stem h3 {
  color: #000;
}
#stem p {
  color: #7B7B7B;
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 7px;
}
.bgicn1 {
  background: #FFF0BE;
}
.bgicn2 {
  background: #B4EFFF;
}
.p4 {
  padding: 2rem 0rem;
}
#stem .img-fluid {
  max-width: 85%;
}

/* Conditions section */
#conditions {
  background-image: url(https://cdn.apollohospitals.com/apollohospitals/bmt/images/conditions.png); 
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding: 50px 0px;
}
#conditions h3 {
  color: #F5C401;
}
#conditions p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.7;
}

/* Bone section */
#bone {
  background-image: url(https://cdn.apollohospitals.com/apollohospitals/bmt/images/bone.png); 
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding: 50px 0px;
  text-align: center;
}
#bone  .line {
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
#bone  h6 {
  color: #7B7B7B;
  line-height: 1.7;
  padding: 1rem 11rem;
}
#bone .card-img-top {
  width: 20%;
  margin: auto;
  padding: 3rem 0rem 0rem 0rem;
}
#bone  p {
  color: #7B7B7B;
}
#bone .card {
  min-height: 350px;
  border: none;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#bone .card-text {
  padding: 0px 1rem;
}

/* Children section */
#children {
  background-image: url(https://cdn.apollohospitals.com/apollohospitals/bmt/images/children1.jpg); 
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding: 50px 0px;
}
#children h3 {
  color: #fff;
}
#children .line {
  background: #fff;
  margin: 20px 0px;
}
#children p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.7;
}

/* life section */
#life {
  padding: 50px 0px;
  text-align: center;
}
#life  .line {
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
#life  h6 {
  color: #7B7B7B;
  line-height: 1.7;
  padding: 1rem 11rem;
}
#life  p {
  color: #7B7B7B;
}
#life .custom-card {
  background: none;
}
#life .circle {
 border-radius: 10%;
}
#life .circle-background {
  width: 90px;
  height: 90px;
  border-radius: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#life .circle-background img {
  width: 50%;
  height: auto;
  border-radius: 10%;
}
#life  h5, .p23 {
  text-align: left;
}
.lbgc1 {
  background: #007C9D;
}
.lbgc2 {
  background: #F5C401;
}
.whatbox img {
  border-radius: 20px;
}

/* video section */
#video {
  padding: 50px 0px;
  text-align: center;
  /*background: #FFFBF0;*/
  background: #EEF6FF;
}
#video .line {
  margin: auto;
  margin-top: 10px;
}
#video .carousel-control-prev, .carousel-control-next {
  width: 5%;
}
#video .carousel-caption {
  position: static;
}
#video .w80 {
  width: 80% !important;
  border-radius: 25px;
  margin: auto;
}
#video blockquote {
  color: #7B7B7B;
}
#video span.author {
  color: #000;
}
.quote-container {
  position: relative;
  padding: 1em;
  margin: 1em 0;
  border-left: 4px solid #ccc;
  background: #f9f9f9;
}
.quote-container blockquote {
  margin: 0;
  padding: 0 1em;
  font-style: italic;
}
.quote-container .author {
  display: block;
  margin-top: 0.5em;
  text-align: right;
  font-weight: bold;
}
#video .carousel-control-next-icon, #video .carousel-control-next-icon  {
  color: #000;
}
.carousel-control-next-icon {
  background-image: url('https://cdn.apollohospitals.com/apollohospitals/bmt/images/next.png')
}
.carousel-control-prev-icon {
  background-image: url('https://cdn.apollohospitals.com/apollohospitals/bmt/images/prev.png')
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1rem;
  height: 2rem;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: -25%;
}
#video iframe {
  width: 80%;
  border-radius: 20px;
}

/*for desktop*/
.line_space{
padding:12px 0px;
}

  @media (min-width: 768px) {
    .cimg {
      height: 600px;
    }
   
  }
  @media (max-width: 767.98px) {
    #expect {
      text-align: center;
    }
    #Indications ul li {
    font-size: 14px;
    }
    .logo-right ul li a  {
      font-size: 16px !important;
    }
    #Types, #what, #Indications, #why, #eligibility, #stem, #conditions, #bone, #children,
    #life, #video {
      padding: 10px 0px !important;
      text-align: center;
    }
    .p12 {
      padding: 0px 0px;
  }
  #what h3, #Types h3 {
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
  #Indications h6 {
    padding: 0px 15px; 
  }
  #Indications {
    background-position: 100% 100%;
    background-size: cover;
  }
  #stem {
    margin: 1rem 0rem;
    text-align: center;
  }
  #stem .line {
  margin: auto;
  }
  #conditions {
  background: #007C9D;
  }
  #bone h6, #life h6 {
    padding: 0rem 1rem;
  }
  #bone h6 {
    padding: 0rem 1rem;
  }
  #life h5, .p23 {
    text-align: center;
    margin-top: 18px;
  }
  .p4 {
    padding: 0rem 2rem;
  }
  .line {
    margin: auto;
  }
  .whatbox {
    padding: 40px 25px 20px 25px;
  }
  #what p {
    margin: 10px 0px 0px 0px;
  }
  h3 {
    margin-top: 1rem !important;
  }
  #eligibility .line {
    margin-bottom: -1rem;
}
#eligibility ul {
  text-align: left;
}
#stem h5 {
  margin-top: 1rem;
}
#children .line {
  margin: auto;
}
#children p {
  margin-top: 1rem;
}
#children h3 {
  margin-bottom: 1rem;
}

.txt12 p {padding: 0 0px 0 0;}

.banner-img{text-align: center;}
.ban-block h2 {font-size: 20px; padding: 0px 0; margin-top: 0px; padding-bottom: 5px}
.ban-block h1 {font-size: 22px; text-align: center;margin: 0; padding-bottom: 5px;}
.txt12 p {padding: 0 0px 0px 0;font-size: 15px;margin-top: 0 !important;}
.banner-img .btn2 {margin-bottom: 20px;}
.col-md-4.banner-from img {  width: 47% !important;}
.col-md-4.banner-from { text-align: center;margin-bottom: 10px;}
 
#bnrcls .form-control {
  font-size: 0.9rem;
  color: #7B7B7B;
  /*padding: 0.6rem .75rem;*/
}

#bnrcls .card {
    position: relative;
    overflow: hidden;
    max-height: 485px;
    border: none;
    border-radius: 15px;
    background: none;
}
.line_space{
line-height: 28px;
font-size: 14px;
padding: 3px 0 !important;
}

/*Types of Blood and Marrow Transplantation slide styles stawrt	  */
.psychological-slider .owl-nav .owl-prev, .psychological-slider .owl-nav .owl-next {top: 40%;position: absolute;border-radius: 40px !important;
    color: #ffffff;width: 35px;height: 35px;text-align: center;background: #fefcfc !important;}
.psychological-slider .owl-nav .owl-prev {left: 1%;color: #fff;}
.psychological-slider .owl-nav .owl-next {right: 1%;color: #fff;}
 #Types .owl-carousel .owl-dots button { border: 5px #a2cbd8 solid;font-size: 20px; background: #ccc;margin-right: 3px;border-radius: 23px;}
 #Types .owl-carousel .owl-dots button.active{border: 5px #017296 solid;}
 /*Types of Blood and Marrow Transplantation slide styles end	  */
	  
/*Bone Marrow Transplantation Procedure styles stawrt	  */
#bone #bonenarrow-slider .owl-nav .owl-prev, #bonenarrow-slider .owl-nav .owl-next {top: 40%;position: absolute;border-radius: 40px !important; color: #ffffff;width: 35px;height: 35px;text-align: center;background: #332c2c !important;}
#bone #bonenarrow-slider .owl-nav .owl-prev {left: 1%;color: #fff;}
#bone #bonenarrow-slider .owl-nav .owl-next {right: 1%;color: #fff;}
 #bone .owl-carousel .owl-dots button { border: 5px #a2cbd8 solid;font-size: 20px; background: #ccc;margin-right: 3px;border-radius: 23px;}
#bone .owl-carousel .owl-dots button.active{border: 5px #017296 solid;}
#bone .card{border: 1px #ccc solid; box-shadow: none;}
 /*Bone Marrow Transplantation Procedure slide styles end	  */
	  
/*Why BMT at styles stawrt	  */
#why #whybmt-slider .owl-nav .owl-prev, #whybmt-slider .owl-nav .owl-next {top: 40%;position: absolute;border-radius: 40px !important; color: #ffffff;width: 35px;height: 35px;text-align: center;background: #332c2c !important;}
#why #whybmt-slider .owl-nav .owl-prev {left: 1%;color: #fff;}
#why #whybmt-slider .owl-nav .owl-next {right: 1%;color: #fff;}
 #why .owl-carousel .owl-dots button { border: 5px #a2cbd8 solid;font-size: 20px; background: #ccc;margin-right: 3px;border-radius: 23px;}
#why .owl-carousel .owl-dots button.active{border: 5px #017296 solid;}
#why .card{border: 1px #ccc solid; box-shadow: none;}
	 #why .custom-card{display: block;font-size:12px;} 
	#why  .circle{display: inline-block}
	 #why .custom-card p { color: #7B7B7B; font-size: 13px; text-align: center; padding: 0 20px;}
 /*Why BMT at slide styles end	  */
	   
	  
  }

