.black {
  background-color: black;
  color: white;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

.white {
  background-color: white;
  color: black;
}

/** Just some styling to make it more readable. */

@media only screen and (max-width: 1280px) {
  .home section,
        .single-department section,
        .blog-listing section {
    padding-left: 25px !important;
  }
}

.filter,
    .accreditation-filter {
  margin: 0 40px 0 0px;
}

.active-filter {
  margin: 1rem 0;
}

.awards-slick img,
    .accreditation-slick img {
  width: 92%;
}

.awards-slick .slide {
  margin-right: 13px;
  border: 1px solid #DEDEDE;
  border-radius: 12px;
  opacity: 1;
  width: 260px !important;
  height: 371px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.accreditation-slick .slide {
  margin-right: 13px;
  opacity: 1;
  width: 300px !important;
  height: 371px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #F2FBF9 0% 0% no-repeat padding-box;
  border-radius: 12px;
}

.layout-wrapper {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 var(--space);
  position: relative;
}

.full-layout-wrapper {
  margin: 0 auto;
  max-width: 1260px;
  position: relative;
  /* padding-left: 270px; */
}

@media screen and (min-width: 1800px) {
  .full-layout-wrapper {
    margin: 0 auto;
    max-width: 1790px;
    position: relative;
    padding-left: 270px;
  }
}

.slick-main-slider .slide {
  display: flex;
  width: 4.1%;
}

.slick-main-slider .slide img {
  width: 330px;
  height: auto;
  border-radius: 12px;
}

.home-slider-text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 30px 10px 0px;
  width: 400px;
}

.main-slider {
  background-color: #F1FAF8;
}

.aster-section {
  padding: 60px 0px;
}

.awards-slick .card {
  background-color: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 145px;
  height: 371px;
  border: unset;
  padding: 32px 0px;
}

.accreditation-slick .card {
  background-color: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 371px;
  border: unset;
  padding: 50px 45px;
}

.award-name {
  font-size: 18px;
  font-family: "TitilliumWeb-Regular";
  color: #000;
  line-height: 24px;
}

.institution-name {
  font-size: 18px;
  font-family: "TitilliumWeb-SemiBold";
  color: #000;
  line-height: 21px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  /* 
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; */
  margin: 3px;
  padding: 0px 13px;
  background: none;
  border: 0.5px solid #00B48D;
  border-radius: 17px;
  opacity: 1;
}

.awards-slick .slick-track {
  /* width:fit-content !important; */
}

.award-head {
  display: flex;
  justify-content: space-between;
  width: 98%;
  align-items: center;
  padding-right: 38px;
  padding-bottom: 30px;
}

/* Department */

.department-head {
  padding-bottom: 30px;
}

.main-head {
  width: 488px;
  padding-left: 0px;
}

.main-desc p {
  width: 491px;
}

.department-slick .card {
  padding: 43px 20px;
  display: flex !important;
  margin: 12px;
  background: #F1FBF8 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  width: 303px;
  border: unset;
}

.blog-slick .card {
  display: flex !important;
  background: transparent;
  margin: 23px;
  border: unset;
  opacity: 1;
  width: 303px;
}

.blog-slick .card-body {
  padding: 15px 10px 0px 0px;
}

.blog-slick img {
  border-radius: 12px;
}

.department-slick h5.card-title {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #144D92;
  text-transform: capitalize;
  opacity: 1;
  font-family: "TitilliumWeb-SemiBold";
}

.blog-slick h5.card-title,
    .department-title {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #00B48D;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px 3px;
  color: #144D92;
  font-family: "TitilliumWeb-SemiBold";
}

.department-title {
  margin-top: 25px;
}

.table-hover tbody tr:hover {
  background-color: rgba(44, 185, 185, 0.1);
}

.department-slick h6.card-title {
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #00B48D;
  opacity: 1;
  font-family: "TitilliumWeb-SemiBold";
  min-height: 48px;
  padding-top: 5px;
}

.department-slick p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "TitilliumWeb-Light";
}

.blog-slick p {
  font-size: 24px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "TitilliumWeb-Regular";
  line-height: 27px;
  padding-bottom: 5px;
}

.card-link {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #144D92;
  font-family: "TitilliumWeb-SemiBold";
}

.blog-slick .card-link {
  font-size: 16px;
  font-family: "TitilliumWeb-Regular" !important;
}

.home-treatment-outcome {
  background-color: #A4E0D215;
}

.card-date {
  color: #00B48D;
  font-size: 14px;
  font-family: "TitilliumWeb-SemiBold";
}

.scroller {
  width: 80%;
  height: 300px;
  overflow-y: scroll;
  /* scrollbar-width: thin; */
  padding-right: 40px;
}

.scroller p {
  padding-bottom: 13px !important;
}

.scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
  border-radius: 10px;
  background-color: #ffff;
}

.scroller::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #00B48D;
}

.report-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}

.patient-report .report-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.accreditation-name {
  font-family: "TitilliumWeb-Bold";
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
}

.section-head h2,.section-head h1 {
  font-size: 36px;
  line-height: 42px;
  font-family: "IvyJournal-SemiBold";
  color: black
}

.main-slider .section-head h2 {
  font-family: "IvyJournal-Bold";
}

.section-head h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  font-family: "IvyJournal-ThinItalic";
  color: black
}

.slick-main-slider p {
  color: black;
  width: 215px;
  font-family: "TitilliumWeb-Light";
  font-size: 16px;
  line-height: 21px;
  /* font: normal normal 300 16px/21px Titillium Web; */
}

.home-slider-text h6 {
  font-family: "TitilliumWeb-SemiBold";
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.6px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: black;
}

.home-slider-text h2 {
  font-family: "IvyJournal-SemiBold";
  color: black;
  font-size: 32px;
  line-height: 32px;
}

.home-slider-text h3 {
  font-family: "IvyJournal-Light";
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: black;
}

.filter-group span,
    .accreditation-filter-group span {
  font-family: "TitilliumWeb-Light";
  font-size: 16px;
  line-height: 45px;
  color: #000;
  padding-right: 10px;
}

.filter-group select,
    .accreditation-filter-group select {
  font-family: "TitilliumWeb-Light";
  font-size: 16px;
  line-height: 45px;
  color: #000;
}

.filter-group a,
    .accreditation-filter-group a {
  font-family: "TitilliumWeb-Regular";
  font-size: 16px;
  line-height: 45px;
  color: #144D92;
  padding-left: 12px;
}

.department-slick .card-body {
  padding: 15px 9px 0px;
}

.blog-head {
  padding-bottom: 40px;
}

.viewall {
  position: absolute;
  right: 6%;
  bottom: 21px;
}

.viewall a {
  font-family: "TitilliumWeb-Regular";
  font-size: 16px;
  line-height: 45px;
  color: #144D92;
}

.patient-report h6 {
  font-family: "TitilliumWeb-Bold";
  font-size: 14px;
  line-height: 42px;
}

.blog-slick .playbuttonback {
  height: 40px;
  width: 40px;
  left: 11%;
  cursor: pointer;
  top: 35%;
}

.blog-slick .playbuttonback .playbutton {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #00B48D;
  margin-left: 6px;
}

.modal-backdrop.show {
  opacity: .5;
  z-index: -10;
}

.modal-backdrop {
  z-index: -10;
}

.blogvideos .modal-content {
  background-color: transparent;
  border: unset;
  width: unset;
  height: unset;
}

#video1 {
  width: 100% !important;
  border-radius: 12px;
}

.blogvideos .modal-header {
  border: unset;
}

.main-slider .section-head {
  padding-bottom: 70px;
}

.blogvideos .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: #fff;
  border-radius: 31px;
  height: 40px;
  width: 40px;
  opacity: 1;
  position: relative;
  bottom: -31px;
  z-index: 15;
  right: -2px;
}

.blogvideos .modal-header .close span {
  position: absolute;
  top: 4.5%;
  right: 25%;
  color: #00B48D;
  font-size: 30px;
}

@media only screen and (min-width: 700px) {
  .filter-popover,
        .smallwindow {
    display: none;
  }

  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media only screen and (max-width: 700px) {
  .slick-main-slider .slide {
    display: block;
    width: 1.95%;
  }

  .section-head h2,
        .section-head h3 {
    font-size: 21px;
    line-height: 24px;
  }

  .aster-section {
    padding: 25px 0px;
  }

  .main-slider .section-head h3 {
    width: 60%;
  }

  .main-slider .section-head {
    padding-bottom: 18px;
  }

  .main-slider .section-head h2 {
    font-family: "IvyJournal-SemiBold";
  }

  .slick-main-slider .slide img {
    width: 275px;
    height: 300px;
  }

  .home-slider-text h2,
        .home-slider-text h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .home-slider-text h2,
        .section-head h2 {
    padding-right: 5px;
  }

  .main-slider span {
    display: flex;
  }

  .home-slider-text h6 {
    padding-bottom: 0px;
  }

  .slick-main-slider p {
    width: 240px;
  }

  .largewindow,
        .viewall, .blog-listing-filter-group span{
    display: none;
  }

  .awards-slick .slide {
    width: 46vw !important;
    height: 279px;
  }

  .award-name {
    font-size: 14px;
    line-height: 19px;
    padding: 20px 0px 23px;
    width: 90%;
    margin: auto;
  }

  .awards-slick .card {
    height: unset;
  }

  .institution-name,
        .department-slick p {
    font-size: 14px;
  }

  .award-head .section-head {
    display: flex;
  }

  .col.main-desc {
    padding: 0px;
  }

  .department-head {
    display: block;
  }

  .main-desc p {
    width: 85%;
  }

  .department-slick .card {
    padding: 24px 20px;
    width: 254px;
    /* height: 330px; */
  }

  .department-slick h5.card-title {
    font-size: 18px;
    margin: 0px;
  }

  .department-slick h6.card-title {
    min-height: 44px;
    margin-bottom: 5px;
  }

  .department-slick img {
    width: 96px;
    height: 96px;
  }

  .card-link {
    font-size: 14px;
    line-height: 39px;
  }

  .accreditation-slick .slide {
    align-items: unset;
    height: auto;
    width: 45vw !important;
    background-color: unset;
    border: 1px solid #DEDEDE;
    padding: .2rem 1rem;
  }

  .accreditation-slick .card {
    height: unset;
    padding: 10px 7px 13px;
  }

  .accreditation-name {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-head {
    padding-bottom: 10px;
    display: block;
  }

  .blog-slick h5.card-title {
    padding: 3px 10px 3px;
    font-size: 14px;
    text-transform: uppercase;
  }

  .card-date {
    margin-bottom: 5px;
  }

  .blog-slick p {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-slick .card-link {
    font-size: 14px;
  }

  .patient-report .report-img img {
    width: 96%;
    height: 280px;
  }

  .blog-slick .card {
    margin: 15px;
  }

  .blog-slick .playbuttonback {
    height: 35px;
    width: 35px;
    left: 11%;
    top: 39%;
  }

  .blog-slick .playbuttonback .playbutton {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #00B48D;
    margin-left: 6px;
  }

  .patient-report .row {
    display: flex;
    flex-direction: column;
  }

  .patient-report .main-head {
    padding-left: 20px !important;
  }

  .report-desc {
    order: 2;
    padding-left: 15px;
  }

  .scroller {
    padding-top: 15px;
    height: unset;
    width: 95%;
  }

  .more-btn {
    font-size: 14px;
    color: #144D92;
    right: 8%;
    position: absolute;
    font-family: "TitilliumWeb-SemiBold";
    bottom: -18px;
    z-index: 4;
  }

  .patient-report-2 {
    padding-bottom: 60px;
  }

  /* [aria-expanded="false"].expanded,
        [aria-expanded="true"].more-btn {
            display: none;
        } */

  [aria-expanded="true"].more-btn .more-class {
    display: none;
  }

  [aria-expanded="false"].more-btn .less-class {
    display: none;
  }

  .popover {
    left: -105px !important;
  }

  .filter-group span,
        .accreditation-filter-group span {
    display: none;
  }

  .filter-group,
        .accreditation-filter-group {
    text-align: center;
  }

  .accreditation h2 {
    margin-bottom: 14px;
  }

  .award-head {
    display: block;
    width: 100%;
    padding-right: 25px;
  }

  .filter,
        .accreditation-filter {
    margin: auto;
  }

  select[name="year"],
        select[name="region"] {
    width: 37.5vw;
    min-width: unset !important;
  }

  select[name="institution"] {
    width: 79vw;
    background-position-x: 73vw !important;
  }

  select[name="center"]{
    width: 79vw;
  }

  .blog-listing select[name="institution"] {
    width: 37.5vw;
    background-position-x: 29vw !important;
    min-width: unset !important;
  }

  .view-all {
    border: 1px solid #00B48D;
    border-radius: 12px;
    padding: 2px 30px !important;
    position: relative;
    top: 10px;
  }

  form.filter,
        form.accreditation-filter, form.blog-listing-filter {
    border-color: #00B48D;
    border-style: solid;
    border-width: 0px 1px 1px;
    margin-bottom: 10px;
    padding: 5px 2px 30px;
    border-radius: 0px 0px 12px 12px;
  }

  .blog-listing-filter {
    margin: 0px 20px 0px 9px !important;
    padding: 5px 8px 30px !important;
  }

  .filter-group select,
        .accreditation-filter-group select {
    font-size: 14px;
  }

  .patient-report h6 {
    font-size: 12px;
  }

  .scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
  }

  .sub-img-desc {
    display: flex;
  }

  .department-treatment-outcome .card .playbuttonback {
    top: 40vw !important;
  }
}

/* Department */

.single-department p {
  font-size: 16px;
  font-family: "TitilliumWeb-Light";
  color: #000000;
  line-height: 24px;
  padding-bottom: 15px;
}

.single-department .main-img-desc img {
  width:100%;
}

.doctor-details {
  position: absolute;
  top: 347px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.playbuttonback-mainvideo {
  position: unset;
  transform: unset;
  height: 48px;
  width: 48px;
  max-width: 48px;
  cursor: pointer;
}

.playbuttonback-subvideo {
  transform: unset;
  height: 35px;
  width: 35px;
  max-width: 35px;
  top: unset;
  left: 3%;
  cursor: pointer;
  bottom: 112%;
}

.playbuttonback-mainvideo .playbutton {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #00B48D;
}

.playbuttonback-subvideo .playbutton {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #00B48D;
}

.doctor-details h5 {
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.sub-doctor-details h5 {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  width: 75%;
}

.sub-doctor-details {
  padding: 5px 0px 20px;
  position: relative;
}

.doctor-name {
  font-family: "TitilliumWeb-Bold";
}

.doctor-desg {
  font-family: "TitilliumWeb-Regular";
}

.single-department .row {
  width: inherit;
  margin-right: auto;
  margin-left: auto;
}

.department-desc {
  padding: 20px 5px 0px 0px;
}

.department-treatment-outcome h5.card-title {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #00B48D;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px 3px;
  color: #144D92;
  font-family: "TitilliumWeb-SemiBold";
}

.department-treatment-outcome .card-body {
  padding: 35px 35px 25px 0px;
}

.department-treatment-outcome .card-text {
  font-family: "TitilliumWeb-Regular";
  font-size: 21px;
  line-height: 27px;
}

.single-department .card {
  border: unset;
}

.department-treatment-outcome .card-img-top {
  border-radius: 12px;
}

.department-treatment-outcome .playbuttonback {
  height: 41px;
  width: 41px;
  cursor: pointer;
}

.department-treatment-outcome .card:nth-of-type(1) .playbuttonback {
  top: 51%;
  left: 9%;
}

.department-treatment-outcome .card:nth-of-type(2) .playbuttonback {
  top: 51%;
  left: 11%;
}

.department-treatment-outcome .playbutton {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #00B48D;
  margin-left: 6px;
}

.main-img-desc,
    .department-treatment-outcome .row {
  padding-left: 0px;
}

.department-treatment-outcome .row .card:nth-of-type(1) {
  padding: 0px 15px 0px 0px;
  /* margin:  0px 15px 0px 0px; */
}

.department-treatment-outcome .row .card:nth-of-type(2) {
  padding: 0px 0px 0px 15px;
  /* margin: 0px 0px 0px 15px; */
}

/* .department-treatment-outcome .row .card{
        padding-left: 20px; 
      } */

.quality-table {
  background-color: #F1FBF8;
  border-radius: 12px;
  padding: 10px 30px;
}

.quality-table .table thead th {
  font-family: "TitilliumWeb-SemiBold";
  font-size: 16px;
  line-height: 40px;
  color: #1FAE8B;
  border-top: unset;
}

.quality-table td {
  font-family: "TitilliumWeb-SemiBold";
  font-size: 16px;
  line-height: 38px;
  color: #000;
}

.department-main-content .section-head {
  padding: 20px 0px 35px;
}

.single-department .aster-section {
  padding: 35px 0px;
}

.sub-doctor-name {
  font-family: "TitilliumWeb-SemiBold";
}

.sub-doctor-desg {
  font-family: "TitilliumWeb-Regular";
}

.single-department .blogvideos .modal-header .close {
  background-color: #144D92;
}

.single-department .blogvideos .modal-header .close span {
  color: #fff;
  right: 27%;
}

#blog-main-video {
  height: auto;
  width: 100%;
  /* height: 453px; */
}

#blog-listing-main-video {
  height: auto;
  width: 905px;
  border-radius: 12px;
}

.blog-sub-video {
  width: 285px;
  height: 160px;
}

.main-img-desc {
  flex: 0 0 71.667%;
}

.back-arrow {
  width: auto;
  height: 13px;
  padding-right: 5px;
}

.backarrow a {
  color: #144D92;
  font-size: 16px;
}

.sort {
  font-family: "TitilliumWeb-SemiBold";
  color: #144D92;
  position: absolute;
  right: 23px;
  font-size: 14px;
}

.sort img {
  width: 42%;
  padding-right: 5px;
}

/* Blog Listing */

.featured-details {
  background-color: #00B48D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 27.667%;
  max-width: unset;
}

.featured-details .department {
  font-size: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #00B48D;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px 6px;
  color: #144D92;
  font-family: "TitilliumWeb-SemiBold";
}

.featured-details h5,
    .featured-details p {
  color: #fff;
}

.featured-details .date {
  padding-top: 25px;
  line-height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "TitilliumWeb-SemiBold";
}

.featured-details .hospital {
  font-size: 14px;
  font-family: "TitilliumWeb-SemiBold";
}

.featured-details p {
  font-size: 16px;
  font-family: "TitilliumWeb-Bold";
  line-height: 21px;
  padding: 25px 0px 65px;
}

.blog-listing #blog-main-video {
  border-radius: 12px;
  border: 1px solid #00B48D;
}

.blog-listing-treatment-outcome .card-body-top {
  display: flex;
  justify-content: space-between;
}

.card-body-top .hospital {
  color: #144D92;
  font-size: 16px;
  font-family: "TitilliumWeb-SemiBold";
}

.blog-listing-treatment-outcome .department {
  font-family: "TitilliumWeb-SemiBold";
  font-size: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #00B48D;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px 6px;
  color: #144D92;
}

.blog-listing-treatment-outcome p {
  font-family: "TitilliumWeb-Light";
  font-size: 16px;
  color: #000000;
  line-height: 21px;
  width: 95%;
}

.blog-listing-treatment-outcome .grid-item {
  background-color: #F1FBF8;
  border: unset;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.blog-listing-treatment-outcome .grid-container {
  justify-content: space-evenly !important;
}

.blog-listing .row {
  margin-left: auto;
  margin-right: auto;
}

.blog-listing-treatment-outcome img {
  border-radius: 12px;
}

.video-contents {
  justify-content: space-between;
}

.blog-listing .playbuttonback-mainvideo {
  position: absolute;
  top: unset;
  bottom: 20px;
  left: 20px;
  border: 1px solid #144D92;
}

.blog-listing .playbuttonback-subvideo {
  top: unset;
  left: 8%;
  bottom: 50%;
}

.home .modal-lg,
    .blog-listing .modal-lg,
    .single-department .modal-lg, #single-blog .modal-lg  {
  max-width: 1150px;
}

.blog-listing-grid-container .grid-item {
  opacity: 0;
  display: none;
}

.blog-listing-grid-container .active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

.blog-listing-filter {
  margin: 0px 0px 0px auto;
}

.load-more {
  justify-content: center;
  color: #144D92;
  font-family: "TitilliumWeb-SemiBold";
}

.featured {
  position: absolute;
  left: 30px;
}

.featured-blog .main-head {
  padding: 40px 0px 30px;
}

.blog-listing .aster-section {
  padding: 30px 0px;
}

.blog-listing-filter {
  padding-bottom: 10px;
}

.speci-img {
  background-color: #00B48D;
}

.speci-img img {
  width: 73%;
  margin: auto auto;
  padding-top: 14%;
}

.modal-backdrop.show {
  opacity: .1;
  z-index: -10;
}

.noresults {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sub-img-desc {
    padding: 0px 15px 30px 0px;
    display: flex;
  }

  .sub-doctor-details {
    padding: 5px 0px 20px;
    position: relative;
    display: contents;
  }

  .main-img-desc {
    flex: 100% !important;
  }

  .each-sub {
    width: 50% !important;
  }

  .each-sub img {
    width: 100%;
  }

  .doctor-details {
    display: block !important;
    position: unset !important;
  }

  .doctor-details h5,
        .sub-doctor-name {
    font-size: 14px;
    color: #000 !important;
  }

  .doctor-details h5:nth-child(1) {
    font-size: 16px;
  }

  .playbuttonback-mainvideo {
    position: absolute;
    height: 38px;
    width: 38px;
    max-width: 48px;
    cursor: pointer;
    left: 13px;
    top: 37vw;
  }

  .single-department video,
        .each-sub img {
    border-radius: 12px;
  }

  /* .single-department section {
            padding: 20px 0px 20px 20px !important;
        } */

  .department-main-content {
    background-color: #A4E0D225;
    padding-bottom: 0px !important;
  }

  .department-desc {
    padding: 20px 0px 0px 20px;
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    width: 103.5%;
  }

  .department-desc p {
    width: 95%;
  }

  .doctor-details .col-10 {
    padding: 10px 0px 25px;
    width: 95%;
    max-width: 95%;
  }

  .playbuttonback-mainvideo .playbutton {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #00B48D;
  }

  .each-sub:nth-child(1) {
    padding-right: 7px
  }

  .sub-doctor-details h5 {
    line-height: 16px;
    width: 98%;
  }

  .sub-doctor-desg {
    font-size: 12px !important;
  }

  .sub-doctor-name {
    padding: 5px 0px 3px;
  }

  .playbuttonback-subvideo {
    height: 25px;
    width: 25px;
    max-width: 25px;
    left: 3%;
    bottom: 19%;
    position: relative;
  }

  .playbuttonback-subvideo .playbutton {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #00B48D;
  }

  .department-treatment-outcome .card-text {
    font-size: 18px;
    line-height: 24px;
    float: right;
    padding-bottom: 2px;
  }

  .department-treatment-outcome .card-body {
    padding: 15px 5px 0px 0px;
  }

  .card-date {
    width: 40%;
    float: left;
  }

  .department-treatment-outcome .card-title:nth-child(2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    font-size: 12px;
    line-height: 21px;
    padding: 0px 15px 2px;
  }

  /* .department-treatment-outcome .card .playbuttonback {
            top: 38% !important;
          } */

  .department-treatment-outcome .slick-list,
        .department-treatment-outcome .row .card:nth-of-type(2) {
    padding: unset !important;
  }

  .quality-table {
    padding: 0px;
  }

  .quality-table .table thead th,
        .quality-table .table th,
        .quality-table td {
    font-size: 14px;
    line-height: 16px;
  }

  .quality-table-section {
    padding: 20px 20px 20px 20px !important;
  }

  .quality-table tr th:nth-child(1) {
    width: 35%;
  }

  .quality-table tr th:nth-child(2),
        .quality-table tr th:nth-child(3) {
    width: 33%;
  }

  .quality-table .table thead th {
    vertical-align: top;
  }

  .department-title {
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 20px 3px;
  }

  /* Blog listing */

  #blog-listing-main-video {
    width: 100%;
  }

  .featured-blog .main-head {
    padding: 20px 0px 10px;
  }

  .featured {
    left: 10px;
  }

  .featured img {
    width: 53%;
  }

  .featured-details {
    padding-left: 25px;
    margin-left: -30px;
    width: 110%;
    display: block;
    flex: unset;
  }

  .video-contents .main-img-desc {
    padding-bottom: 20px;
  }

  .featured-details .department {
    margin-top: 18px;
    float: right;
  }

  .featured-details .date {
    padding-top: 15px;
    width: 46%;
    float: left;
  }

  .featured-details .hospital,
        .featured-details p {
    width: 100%;
    float: left;
  }

  .featured-details p {
    padding: 15px 0px 30px;
  }

  .blog-listing-slick{
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1150px) {
  .awards-slick .slick-track.center-slider,
        .accreditation-slick .slick-track.center-slider {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding-right: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-listing-treatment-outcome .card.slick-slide {
    width: 78vw;
    margin-left: 25px;
    background-color: #F1FBF8;
    border: unset;
  }

  .blog-listing-treatment-outcome .card-img-top {
    width: 95%;
    border-radius: 12px;
    margin: auto;
    padding-top: 8px;
  }

  #loadmoree {
    display: none;
  }

  .blog-listing .playbuttonback-subvideo {
    position: absolute;
    top: unset;
    left: 7%;
    bottom: 53%;
  }

  .blog-listing .sort {
    top: -32px;
  }
}

.blog-listing-featured .video-div .featured-thumb{
  width: 100%;
  border-radius: 12px;
  border: 1px solid #00B48D;
}

#section-article .featured {
  position: absolute;
  left: 30px;
  top: 00px;
}


#single-blog .featured-thumb{
  border: 1px solid #00B48D;
  width: 100%;
}

@media only screen and (max-width: 991px){
  #single-blog .featured {
    left: 10px;
    top: 96px;
  }
}

._absolute {
  position: absolute;
}

._relative {
  position: relative;
}

._bottom-8 {
  bottom: 2rem;
}

._left-8 {
  left: 2rem;
}

._mt-2 {
  margin-top: 0.5rem;
}

._mt-1 {
  margin-top: 0.25rem;
}

._flex {
  display: flex;
}

._h-28 {
  height: 7rem;
}

._h-20 {
  height: 5rem;
}

._w-28 {
  width: 7rem;
}

._w-20 {
  width: 5rem;
}

._w-full {
  width: 100%;
}

._cursor-pointer {
  cursor: pointer;
}

._items-center {
  align-items: center;
}

._justify-center {
  justify-content: center;
}

._gap-2 {
  gap: 0.5rem;
}

._gap-4 {
  gap: 1rem;
}

._gap-5 {
  gap: 1.25rem;
}

._rounded-full {
  border-radius: 9999px;
}

._border-2 {
  border-width: 2px;
}

._bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

._object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

._pr-5 {
  padding-right: 1.25rem;
}

._pb-8 {
  padding-bottom: 2rem;
}

._pb-4 {
  padding-bottom: 1rem;
}

._text-center {
  text-align: center;
}

._text-primary {
  --tw-text-opacity: 1;
  color: rgb(22 77 146 / var(--tw-text-opacity));
}

._text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimage img {
  max-width: 250px;
  width: 250px;
  margin: auto;
  display: flex;
  max-height: 250px;
  height: 250px;
  margin-left: 20px;
}

.testimagecol {
  display: flex;
  flex-direction: row;
  gap: 20px;
}