<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

:root {
  --primaryColor: #007C9D;
  --secondryColor: #F5C401;
  --headingback: #232323;
  --headingblue: #007C9D;
  --lightblue: #E3F9FF;
  --greyColor: #F5F5F5;
  --greytext: #686868;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Lato-Regular, Arial, sans-serif;
}

.sidemenuimage {
  width: 330px;
}

.page-sub-ttl {
  margin-bottom: 10px !important;
  padding-bottom: 5px !important;
  font-size: 20px;
  color: #237d9e;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}

.page-sub-ttl:after {
  content: "";
  background: #237d9e !important;
  width: 72px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ssub-ttl,
.sub-ttl {
  color: #000;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 16px;
  margin-bottom: 32px
}

.type-page p {
  color: #262626;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
}

.entry-content {
  padding-bottom: 30px;
}

.awimg {
  margin-top: 20px;
}

.border-check-list&gt;* {
  width: 100%;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  padding: 16px 0 0px 24px;
}

.border-check-list&gt;:before {
  content: "";
  background: url(https://cdn.apollohospitals.com/mumbai/rare-cancer/images/tick.png);
  min-width: 6px;
  width: 44px;
  height: 32px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.exphead {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px solid #c3c3c3;
}

ul li {
  list-style-type: none;
}

.experience ul {
  padding-left: 0px;
}

.awards ul {
  padding-left: 0px;
}

.intrstcard {
  background: #EEF7FF;
  border-radius: 8px !important;
  padding: 10px !important;
  border: 1px solid #ebf2f8;
  margin-bottom: 10px;
}

.intrstcard img {
  height: 70px;
}

.intresthead {
  font-weight: 500;
  font-size: 14px;
}

.ptntesmnls iframe {
  width: 1100px;
  height: 550px;
}

.slidrwsth {
  width: 80%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}

.slidrcard img {
  width: 80px;
  padding-right: 10px !important;
}

.slidrsection {
  background: #F9F9F9 !important;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
}

.carousel-item {
  padding: 20px;
  /* Add more space around the content */
}

.slidrcard {
  padding: 26px 45px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  height: 380px;
  background: #F3FDFF !important;
  box-shadow: 2px 3px 9px #e9e9e9;
}

.slidrcard p {
  color: #262626;
  font-weight: 400;
  line-height: 26px;
  font-size: 15px;
  text-align: left;
}

.slidrheader {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;

}

.carousel-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #F3F3F3;
  /* border-bottom: 1px solid #C6E9F2; */
  border-radius: 10px 10px 0px 0px !important;
  margin: 0px;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: 1rem 1.25rem;
  font-size: 16px;
  color: #000;
  border: 1px solid #cfcfcf;
  margin-bottom: 10px;
  border-top: none;
}

.accordion-button {
  padding: 22px;
  font-size: 16px !important;
  color: #000;
  font-weight: 600;
  margin-bottom: 7px;
  border: 1px solid #E0E0E0;
  border-radius: 10px !important;
  background: #F3F3F3;
}

.accordion-item {
  background-color: #fff;
  border: none !important;
}

.drimage {
  width: 300px !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(https://cdn.apollohospitals.com/mumbai/rare-cancer/images/down.png);
  transform: rotate(-180deg);
}

button:focus {
  outline: none !important;
}

.footerbanner {
  background-image: url('https://cdn.apollohospitals.com/mumbai/rare-cancer/images/footerimg.png');
  height: 745px;
  /* Set a fixed height or adjust as needed */
  background-size: cover;
  /* Ensure the image covers the entire container */
  background-position: center;
  /* Center the image within the container */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */
  position: relative;
  /* Ensure it takes up the full width of the viewport */
}

.topbaner {
  background-image: url('https://cdn.apollohospitals.com/mumbai/rare-cancer/images/herobanner.png');
  height: 380px;
  /* Set a fixed height or adjust as needed */
  background-size: cover;
  /* Ensure the image covers the entire container */
  background-position: center;
  /* Center the image within the container */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */
  position: relative;
  /* Ensure it takes up the full width of the viewport */
}

.page-sub-ttl,
.ssub-ttl,
.sub-ttl {
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}

.splide__arrow--prev {
  left: 44px !important;
}

.splide__arrow--next {
  right: 50px !important
}

.splide__track {
  padding-left: 18px !important;
  padding-right: 10px !important;
}

.splide__slide {
  margin-right: 25px !important;
}

.splide__list li a {
  position: relative;
  display: block;
}

.splide__list li a:before {
  content: "";
  position: absolute;
  background: url(../image/youtube.svg) no-repeat;
  z-index: 99;
  width: 40px;
  height: 40px;
  left: 45%;
  top: 45%;
}

.splide__slide img {
  max-width: 100%;
}

.testimg {
  height: 130px !important;
  margin-top: 20px !important;
}



.cardflx {
  padding: 0px !important;
}

.mblslider {
  display: none;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.drname {
  padding: 0px;
  font-weight: bold;
  color: #007C9D;
}

.publication_accordion label.mx-3.intresthead {
  margin-bottom: 0;
  font-weight: 600;
}

.publication_accordion .accordion-title:before {
  padding-top: 10px;
}

.publication_accordion .intrstcard {
  padding: 5px !important;
}

.publication_accordion label.mx-3.intresthead {
  margin-bottom: 0;
}

.publication_accordion .card-body {
  background: #fff;
  margin-top: 10px !important;
}


#main #faq .card {
  margin-bottom: 6px;
  border: 0;
}

#main #faq .card .card-body {
  margin-bottom: 6px;
  border: 1px solid #d4d4d4;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #e3e3e3;
  color: #222;
  padding: 20px;
  font-weight: 600;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #e3e3e3;
  color: #222;
  font-weight: 600;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapse {
  border: none;
}

#main #faq .card .collapse.show {
  background: #ffffff;
  color: #222;
  /* border: 1px solid #d4d4d4; */
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* mobole devices */
@media (min-width: 360px) and (max-width: 767.98px) {
  .intrstcard {
    margin-bottom: 10px;
  }

  .drvideos .splide__arrow--prev {
    left: 0rem !important;
  }

  .drvideos .splide__arrow--next {
    right: 0rem !important;
  }

  .slidrheader {
    flex-direction: column;
    font-size: 18px;
  }

  .slidrcard p {
    text-align: center;
  }

  .slidrsection {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0px !important;
  }

  .mblslider {
    display: block !important;
  }

  .ptntesmnls .mblslider iframe {
    width: 340px;
    height: 215px;
  }

  .webslider {
    display: none !important;
  }

  .webpblctnimg {
    display: none;
  }

  .moblpblctnimg {
    display: block;
  }


  .footerbanner {
    background-image: url('https://cdn.apollohospitals.com/mumbai/rare-cancer/images/footermbl.png');
    height: 1660px;
    /* background-repeat: no-repeat; */
  }

 

   

  .topbaner {
    background-image: url('https://cdn.apollohospitals.com/mumbai/rare-cancer/images/topbannermbl.png');
    height: 400px;
    /* background-repeat: no-repeat; */
  }

  .sidemenuimage {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .drimg {
    width: 100% !important;
  }

  .mblpad {
    padding: 0px;
  }

}

@media (min-width: 1200px) and (max-width: 1400px) {
  .topbaner {
    background-image: url(https://cdn.apollohospitals.com/mumbai/rare-cancer/images/herobanner.png);
    height: 310px;
  }

  .sidemenuimage {
    width: 270px;
  }

  .footerbanner {
    background-image: url(https://cdn.apollohospitals.com/mumbai/rare-cancer/images/footerimg.png);
    height: 585px;
  }

  .intresthead {
    font-weight: 500;
    font-size: 12px;
  }

  .border-check-list&gt;* {
    font-size: 11px;
  }

  .slidrheader {
    font-size: 20px;
  }

  .cardflx .testcard {
    width: 14rem !important;
  }

  .splide__arrow--prev {
    left: -5px !important;
  }

  .splide__arrow--next {
    right: 0px !important;
  }

  .testpara {
    font-size: 12px !important;
    font-weight: 500;
  }

  .cardbg {
    padding: 8px !important;
  }

  .drname {
    padding: 3px;
    font-size: 12px;
  }

  .testimg {
    height: 100px !important;
    margin-top: 10px !important;
  }

  .type-page p {
    color: #262626;
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
  }


.award-space li{
 white-space: nowrap
}


}

/* medium devices */
@media (min-width: 1400px) and (max-width: 1600px) {
  .topbaner {
    background-image: url(https://cdn.apollohospitals.com/mumbai/rare-cancer/images/herobanner.png);
    height: 330px;
  }

  .sidemenuimage {
    width: 320px;
  }

  .footerbanner {
    background-image: url(https://cdn.apollohospitals.com/mumbai/rare-cancer/images/footerimg.png);
    height: 765px;
  }

  .intresthead {
    font-weight: 500;
    font-size: 15px;
  }

  .border-check-list&gt;* {
    font-size: 14px;
  }

  .slidrheader {
    font-size: 20px;
  }

  .splide__arrow--prev {
    margin-left: -50px;
  }

  .splide__arrow--next {
    margin-right: -50px;
  }

}

/*our styles*/
.carousel-control-prev {
  width: 2% !important;
  background-image: url(https://cdn.apollohospitals.com/mumbai/rare-cancer/images/previous.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  background-color: transparent;
  background-size: 130%;
}

.carousel-control-next {
  width: 2% !important;
  background-image: url(https://cdn.apollohospitals.com/mumbai/rare-cancer/images/next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  background-color: transparent;
  background-size: 130%;
}

span.visually-hidden {
  display: none;
}

.slidrcard {
  box-shadow: none;
}

.accordion-title:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.accordion-title.collapsed:before {
  float: right !important;
  content: "\f067";
}

.intrstcard {
  margin-bottom: 10px;
}

.card-header1 a {
  text-decoration: none;
  color: #000;
}

.intrstcard img {
  height: 50px;
}

.slidrcard p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.interest_accordion .accordion-title:before {
  padding-top: 10px;
}

.interest_accordion .intrstcard {
  padding: 5px !important;
}

.interest_accordion label.mx-3.intresthead {
  margin-bottom: 0;
}

.interest_accordion .card-body {
  background: #fff;
  margin-top: 10px !important;
}

.accordion-button {
  width: 100%;
  text-align: left;
}

.drimg {
  width: 240px;
  height: auto;
  border-radius: 15px;
}

.experience {
  margin: 10px !important;
}

.drcard {
  background: white;
  margin: 3px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  box-shadow: 2px 4px 14px #f0f0f0;
  padding: 10px;
}

.doc-box {
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f3ffff;
  border: 1px solid #63a5a8;
}

@media screen and (max-width: 600px) {
  .carousel-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-item {
    padding: 15px;
  }

  .slidrcard {
    height: auto;
    padding: 13px 19px;
  }

  .slidrcard p {
    text-align: center;
    font-size: 13px;
    line-height: 21px;
  }

  /*video slider staaar	*/

  .splide__slide {
    height: 200px !important
  }

  /*video slider end	*/
}

#main #faq .card .card-header {
    margin-bottom: 0px !important;
}

#publictionaccordion ol{
    color: #262626;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    list-style: none;
}

.splide__arrow{
  top:50% !important;
}

</pre></body></html>