.row:after {
  content: "";
  display: table;
  clear: both;
}

.customdrugs .dropdown-toggle::after {
  /* content:"|" */
  display: none;
}

.customdrugs1 .dropdown-toggle::after {
  /* content:"|" */
  display: none;
}

.customdrugs-dropdown {
  width: 40%;
}

footer a {
  color: white;
  text-decoration: none;

}

.modal-card.disease {
  border: 1px solid #c5c5c5;
  box-shadow: none;
  height: -webkit-min-content;
  height: min-content;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

.article-new-specialities-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 610px;
  width: 250px;
  overflow-y: scroll;
}


.aboutsection-box h1 {
  text-align: center;
  margin: 0px 30px;
  font-size: 32px !important;
  font-weight: 500;
  color: #212529;
  line-height: 33px;
  margin-bottom: 20px;

}

.aboutsection-box {
  margin: auto;
  width: 60%;
  padding: 10px;
  padding: 20px 84px;
}

.aboutsection-box p {
  padding: 10px 29px;
}

.article-new-recommended-container>h3 {
  color: black;
}


.modal-content {
  background-color: white !important;
  border-radius: 20px !important;
  margin-top: 10%;
}



/* .modal-body {
  background-color: white !important;

} */

.navbar-expand-sm .navbar-nav .nav-link {
  /* padding-right: 1rem;
padding-left: 1rem; */
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 0px;
  /* width: 30px; */
}

.nav-link {
  padding: 8px;

}

.nav-link:last-child {
  border-right: 0px solid black;
}

.btn-secondary {
  color: black;
  margin-top: 18px;
  width: 40%;
}

.btn-secondary:hover {
  color: black;
  margin-top: 18px;
  width: 40%;
}

.dropdown-toggle {
  white-space: nowrap;
  font-weight: 300;
  width: 50%;
}

.icon-contact {
  vertical-align: middle;
  font-size: 40px;
}

.text-contact {
  font-family: "Courier-new";
}

.container-contact {
  border: 1px solid #666;
  border-radius: 6px;
  display: inline-block;
  margin: 40px;
  padding: 10px;
}

.dropdown-custom {
  text-align: right;
}

.last-dropdown {
  position: absolute;
  right: 0;
  top: 16px;
}


.lode-center {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 2px;
  z-index: 10;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#page-overlay {
  background: none repeat scroll 0 0 black;
  position: fixed;
  display: block;
  opacity: 0.5;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #0d6efd;
  width: 40px;
  height: 40px;
  /* background-color: red; */
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 10000;
}

/* img */
.news-new-hero-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-new {
  margin-top: 20px;
}

.login-icon.initials {
  margin-top: 26px;
}

.Speciality_drp_Speciality .modal-card {
  display: block;
  padding: 12px 20px;
  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, .4) !important; */
}

.Speciality_drp_Speciality .modal-content {
  background-color: white !important;
  border-radius: 20px 20px 20px 20px !important;
  margin-top: 0% !important;
  padding: 1px;
  margin: 0 auto;
  width: 420px !important;
}

.Speciality_drp_Speciality .modal-body {
  background-color: white !important;
}

.Speciality_drp_Speciality .modal-dialog {
  max-width: 600px;
}

.search-modal-pop-up {
  height: max-content;
  max-height: 80vh;
  border: 0px solid black !important;
  width: 420px !important;
  overflow-y: scroll;
  display: block;
  margin: 0 auto;
}

.modal-body,
.modal-heading {
  text-align: center;
  border-radius: 20px;
}

.Speciality_drp_Speciality .modal-content.search-modal-pop-up {
  max-width: 100% !important;
}

.Speciality_drp_Speciality .modal.show .modal-dialog {
  transform: none;
  width: 450px !important;
}

.modal-card {
  display: block;
  padding: 12px 20px;
  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, .4) !important; */
}

.table {
  margin: 0px;
}

.news-new-subheading-wrapper h2 {
  color: #113356 !important;

  font-size: 1.6em !important;
  padding: 0px 0px;
  font-weight: 600 !important;
  font-family: inherit;
  margin-bottom: 10px!important;
  margin-top: 10px!important;
}

.news-landing-subheading {
  font-size: 1.6em !important;
  padding: 20px 0px;
  font-weight: 600 !important;
  font-family: inherit;
}

.news-landing-subheading.news-landing-today-heading {
  color: #113356 !important;
  margin-bottom: 0px;
}

.news-landing-today-description {
  margin-bottom: 0px;
}

.news-new-subheading-wrapper {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {

  .article-new-hero-heading {
    margin-bottom: 1rem !important;
  }

  .Speciality_drp_Speciality .modal-content {
    background-color: white !important;
    border-radius: 20px 20px 20px 20px !important;
    margin-top: 0% !important;
    padding: 1px;
    margin: 0 auto;
    width: 100% !important;
    z-index: 111;
  }

  .journey span {
    font-size: 14px !important;
    color: white !important;
  }

  .article-new-recommended-container {
    margin-bottom: 0rem !important;
    display: block !important;
  }

  .journey p {
    max-height: auto !important;
  }

  .latest-update-text-article-table {
    margin-top: 2rem;
    padding: .85rem;
    font-weight: 700;
    font-size: .95rem;
    border-radius: 16px;

  }

  .journey .home-page-new-content-container,
  .home-page-new-quiz-survey-container,
  .home-page-new-webinar-content-container {
    width: 100%;
  }

  .articles-new-more-table {
    width: 100%;
  }

  .journey {
    background-color: white !important;
  }

  .chatbot-iframe,
  .open-image {
    position: fixed;
    z-index: 1 !important;
  }

  .article-new-hero-date {
    color: white !important;
  }



  .col-7 .news-new-hero-description {
    color: black !important;
  }

  .hero-wrap {
    width: 100%;
    padding: 0px 0px;
    margin: 0 auto;
  }

  .aboutsection-box h1 {
    text-align: center;
    margin: 0px 30px;
    font-size: 22px !important;
    font-weight: 500;
    color: #212529;
    line-height: 33px;
  }


  .article-new-recommended-container>h3 {
    font-size: 28px;
    color: black;
    margin-bottom: 20px !important;
  }


  .aboutsection-box span {
    text-align: center;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #00BCD4;
  }

  .journey {
    background-color: #103356 !important;
    height: 60%;
  }

  .journey h6 {
    font-weight: 800 !important;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 20px !important;
    font-size: calc(0.9rem + .7vw) !important;
     line-height: 1.5;
  }

  .article-new-hero-heading {
    color: white !important;
    font-size: calc(1rem + .7vw) !important;
    font-weight: 700 !important;
  }

  .journey p {
    color: white;
    margin-bottom: 1rem;
    font-size: 14px !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: normal;
    line-height: 1.6em !important;
    max-height: 100% !important;
  }

  /* .col-12{
  padding: 0;
} */

  .latest .news-new-hero-img {
    width: 100%;
    height: 120px !important;
    object-fit: cover !important;
  }

  /* .search-modal-pop-up {
      height: 60vh;
  } */

  .dropdown-btn.quiz-new {
    display: block;
    margin: 0px auto 0;
    background-color: white;
    margin-top: 0px !important;
  }

  .home-page-new-content-container,
  .home-page-new-quiz-survey-container,
  .home-page-new-webinar-content-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .news-new-hero-img-landing-page {
    width: 100%;
    height: 110px !important;
    object-fit: cover;
    object-position: center;
  }

  .latest {
    /* border-bottom: 6px solid #00bcd4; */
    margin-bottom: 0rem;
    padding: 0px 0px;
  }

  #news-deatils .latest {
    /* border-bottom: 6px solid #00bcd4; */
    margin-bottom: 0rem;
    padding: 0px 0px;

  }

  .news-new-subheading-wrapper {
    margin-bottom: 0px;
    /* padding: 0px 20px; */
  }

  .slick-slide {
    margin: 0px 10px;
  }

  .container {
    padding: 0px 20px;
  }

  .article-new-recommended-container.mobile-view {
    padding: 0px 2%;
  }


  /* .table {
      padding: 0px 10px;
  } */

  /* 06-01-2025 */
  .journey .sectionheading {
    width: 100% !important;
    font-size: 20px !important;
    margin-bottom: 0px !important;
  }

  .news-new-subheading-wrapper h2 {
    font-size: 22px !important;
  }

  .article-new-recommended-container {
    margin-bottom: 0rem !important;
  }

  .article-new-recommended-container>h3 {
    font-size: 22px;
  }

  .news-new-latest-description {
    -webkit-line-clamp: 3;
  }

  .latest-update-text-article-table {
    width: 100% !important;
  }

  /* end 06-01-2025 */

  .journey .sectionheading {
    padding: 20px 10px 0px !important;
    margin-bottom: 0px !important;
  }

}

@media screen and (max-width: 460px) {
  .latest-update-parent-container-article-table {
    width: 100% !important;
  }

  .article-section-name-parent {
    width: 100% !important;
  }

  .news-new-latest-title{
    font-size: calc(0.9rem + .7vw) !important;
  }
}

@media screen and (min-width: 992px) {
  .dropdown-btn.quiz-new {
    background: transparent;
    font-weight: 700;
    border: 2px solid grey;
    width: 20%;
    border-radius: 0;
    padding: 9px 20px;
    min-width: max-content;
  }

  .articles-new-more-table{
    margin-top: 30px;
  }

  .RecommendedArticles_wrapper {
        padding-top: 10px!important;
    }

    .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
}
}

@media screen and (min-width: 768px) {
  .Speciality_drp_Speciality .modal-content {
    background-color: white !important;
    border-radius: 20px 20px 20px 20px !important;
    margin-top: 0% !important;
    padding: 1px;
    margin: 0 auto;
    width: 420px !important;
  }

  .news-new-latest-title {
    font-size: 1.2rem !important;
  }

  .news-new-latest-description {
    font-size: 16px;
  }

  .news-new-page .article-new-hero-date {
    margin-bottom: 0rem !important;
  }

  .news-new-hero-description {
    margin-bottom: 1.8rem !important;
  }

  .article-new-hero-heading {
    margin-bottom: 0.5rem !important;
    line-height: 1.5em;
    margin-top: 0px;
  }

  .journey p {
    margin-bottom: 1.2rem !important;
    color: white;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    margin-top: 0px;
  }

  .journey p {
    margin-bottom: 1rem;
    font-size: 16px;
    font-family: inherit;
    -webkit-line-clamp: none !important;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.8em !important;
    max-height: 100% !important;
  }





  .journey h6 {
    margin-bottom: 10px !important;
       
  }

  .journey span {
    margin-bottom: 10px !important;
  }


  .latest-update-text-article-table {
    width: 100% !important;
  }

  .articles-new-more-table {
    width: 100% !important;
  }

  .article-section-name-parent {
    width: 100% !important;
  }

  .article-section-main-container {
    width: 100% !important;
  }

  .article-new-hero-container.news-new-page {
    align-items: normal;
    width: 100% !important;
    padding-bottom: 1.2rem;
  }

  .latest-update-parent-container-article-table {
    width: 100% !important;
  }

  .dropdown-menu.show {
    display: block;
    margin-top: 5px !important;
  }


  .rightwebinar .dropdown-menu.show {
    display: block;
    margin-top: 15px !important;
  }

  .aboutsection-box span {
    text-align: center;
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #00BCD4;
  }

  .aboutsection-box {
    padding: 20px 10px 20px 10px !important;
  }

  .news-new-subheading-wrapper {
    padding: 10px 0px 10px 10px;
  }

}

.news-landing-title {
  color: black !important;
}

@media screen and (max-width: 768px) {
  .aboutsection-box h1 {
    text-align: center;
    margin: 0px 0px;
    font-size: 22px !important;
    font-weight: 500;
    color: #212529;
    line-height: 33px;
  }

  .customer-logos p {
    margin-bottom: 1.8rem !important;
    color: white;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
  }

  .article-new-hero-date {
    margin-bottom: 0px !important;
  }

  .aboutsection-box {
    margin: auto;
    width: 100% !important;
    padding: 10px 10px 00px 10px !important;
  }

  .news-new-hero-link {
    margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .whats-more h2 {
    margin-bottom: 30px !important;
  }

  .table {
    width: 100% !important;
  }
}

@media screen and (min-width: 992px) {


  .journey .sectionheading {
    padding: 0px 0px;
    font-size: calc(0.8rem + 1vw);
  }

  .home-page-new-content-container {
    width: 100%;
    margin: 0 auto;
    padding: 34px 0px 0px 0px;
  }
}

.quiz-new-divider {
  border-top: 2px solid;
  width: 96.5%;
  margin: 0px 0px 28px 10px;
}

@media screen and (max-width: 768px) {
  .article-new-hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 834px) and (max-width: 1194px) and (orientation: portrait) {
  .table {
    width: 100% !important;
  }

}

.journey span {
  color: white;
  padding-bottom: 10px;
}



.news-new-hero-link {
  font-style: normal;
  text-decoration: none !important;
  color: white;
  background-color: #11977F;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 500;
  margin-top: 20px;
}

.article-new-hero-heading {
  color: white !important;
  font-size: calc(1rem + .7vw) !important;
  line-height: 1.5em;
}

.responsive-bg-news {
  padding-bottom: 0px !important;
}

.whats-more h2 {
  font-weight: 700 !important;
}

.news-landing-today-description {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 20px !important;
    font-size: 1em;
}

