 @media screen and (max-width: 768px) {

  .videos-search-icon.refresh-btn.new-ui {
    margin-left: 0rem;
    background-color: #113356;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-ui-margin-bottom{
  margin-bottom: 10px;
}

#webinarSearchInput{
    padding: 10px 58px 10px 14px!important;
}
    .articles-new-explore-more-section {
      background-color: white;
      margin-top: 40px;
      padding: 0px 0px !important;
    }

    .desk{
      display: none!important;
    }


    .h2,
    h2 {

      text-align: center;
      margin-top: 20px;
    }

    .home-page-new-content-container,
    .home-page-new-quiz-survey-container,
    .home-page-new-webinar-content-container {
      width: 100% !important;
    }

    .conference-main-width-set {
      width: 100%;
      padding: 20px 20px !important;
      /* background-color: red; */
    }

    .mobile-view {
      background-color: #eff4f8 !important;
    }

    .journey {
      background-color: transparent !important;
    }

    .conference-main-width-set .mobile-view {
      background-color: #eff4f8 !important;
    }
  }

  /* .customer-logos {
    padding-bottom: 30px;
  } */
   .customer-logos {
    padding-bottom: 00px;
}


  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .customdrugs .dropdown-toggle::after {
    /* content:"|" */
    display: none;
  }

  .customdrugs1 .dropdown-toggle::after {
    /* content:"|" */
    display: none;
  }

  /* .customdrugs::after{
  content:"|"


} */



  .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: 29px !important;
    font-weight: 500;
    color: #212529;
    line-height: 33px;

  }

  .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%;
  }

  #myModal .modal-dialog {
    max-width: 600px;
  }

  /* .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%;
    /* background-color: #6c757d; */
    /* border-color: #6c757d; */
  }

  .btn-secondary:hover {
    color: black;
    margin-top: 18px;
    width: 40%;
    /* background-color: #6c757d; */
    /* border-color: #6c757d; */
  }

  .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;
  }

  .articles-new-explore-more-date {
    color: grey;
    /* font-size: 1rem; */
    margin-top: 0px;
    font-weight: 600;
  }

  .activee {
    font-weight: bold;
    background-color: rgba(64, 196, 255, .2);
  }

  .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;
  }

  .articles-new-explore-more-section {
    background-color: white;
    margin-top: 40px;
    padding: 40px;
  }

  .table {
    margin: 20px 0px;
  }

  .login-icon.initials {
    margin-top: 27px;
  }

  .Speciality_drp_Speciality .modal-card {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .2);
}



.journey  .fa{
  font-size: 20px!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; */

  }


  @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;
    }

    .dropdown-btn.article-new {
      display: block;
    }

    .articles-new-explore-more-wrapper {
      width: 90%;
    }
  }

  @media screen and (max-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: 100% !important;
    }

    .user-icon {
      vertical-align: middle;
      width: 64%;
      position: relative;
      right: 17px;
      top: 7px !important;
    }

    .modal-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      /* or similar */
      z-index: 1040;
    }

  }

  .journey span {
    color: black;
    margin-bottom: 0rem;
    font-size: 14px;
    font-family: inherit;
  }

  @media screen and (max-width: 768px) {
    .user-icon {
      vertical-align: middle;
      width: 64%;
      position: relative;
      right: 17px;
      top: 0px !important;
    }


    .latest-update-parent-container-article-table {
      width: 100% !important;

      margin: 0 auto;
    }

    .articles-new-more-table {
      width: 100% !important;
    }

    .article-section-name-parent {
      width: 100% !important;
    }

    .article-section-main-container {
      width: 100% !important;
    }

    .cookies-pop-up {
      width: 100%;
    }

    .container {
      padding: 0px 20px;
    }
  }

  .articles-new-explore-more-section {
    background-color: white;
    margin-top: 40px;
    padding: 0px;
  }

  @media screen and (min-width: 992px) {
    .table {
      width: 100% !important;
    }
   .dropdown-btn.article-new {
     
        border: 2px solid black !important;
        border-radius: 0px !important;
        width: max-content !important;
        width: 50% !important;
    }
  }


  @media screen and (max-width: 428px) {
    .mobile-view {
      display: block !important;
    }

    .conference-main-width-set {
      width: 100%;
      padding: 20px 30px !important;
      /* background-color: red; */
    }

    .articles-new-more-table {
      width: 90%;
    }
  }

  .article-section-name-value {
    color: white !important;
    ;
  }

  .latest-update-text-article-table {
    color: white !important;
    ;
  }



  @media screen and (max-width: 768px) {
    .mobile-view {
      display: block !important;
    }
  }

  @media screen and (min-width: 993px) {

    .articles-new-explore-more-title {
      font-size: calc(1.3rem + .55vw) !important;
      font-weight: 700 !important;
    }

   .dropdown-menu.show {
        display: block;
        margin-top: 5px !important;
        width: 220px !important;
        left: 10%;
    }

      .rightwebinar   .dropdown-menu.show {
      display: block;
      margin-top: 16px !important;
  }

    .calc-page-explore-more-link .height_article {
      font-size: 20px !important;
      font-weight: 600 !important;
    }

    .latest-update-parent-container-article-table {
      width: 100% !important;
    }

    .articles-new-more-table {
      width: 100% !important;
    }



    .latest-update-parent-container-article-table {
      width: 100% !important;
    }

    .article-section-name-parent {
      width: 100% !important;
    }

    .article-section-main-container {
      width: 100% !important;
    }

    
  }

  .latest-update-parent-container-article-table h2 {
    font-weight: 700 !important;
    margin-bottom: 20px;
  }

  .card-layout {
    padding: 12px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .2);
    border-radius: 7px;
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
  }

  .conference-details-btn {
    margin-top: 0.5rem;
    background-color: #11977f;
    color: #fff;
    padding: .4rem 1.3rem;
    border-radius: 6px;
    border: none;
  }

  .monthly-conference-title {
    text-align: left;
  }

  .conferences-main-subheading {
    margin: 40px 0 1.5rem;
    font-size: 30px;
  }

  .conferences-latest-new-ui-subheading{
    color: black !important;
  }

  .conferences-main-subheading{
    color: #103356 !important;
  }


  /* new CSS */


  @media only screen and (max-width: 428px) {
    .top-conference-image {
      display: block !important;
      margin: 30px 0px;
    }

  }

  @media only screen and (max-width: 1024px) {

    .responsive-bg-conference {
        height: auto;
        background-color: #103356 !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .text {
      font-size: 11px;
      color: black !important;
    }

    .info-line {
      display: block !important;
      padding: 10px 0px !important;
    }

    .conference-details-btn {
      width: 100% !important;
      margin-bottom: 10px;
    }

    .journey span {
      padding: 2px 0px;
    }

    /* .top-conference-image {
      display: none!important;
    } */

    .conference-landing-register-btn {
      padding: 6px 35px !important;
      font-weight: 600;
      background-color: #11977f;
      color: #fff;
      padding: .4rem 1.3rem;
      border: none;
      margin: 0rem 0;
      border-radius: 10px;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    }

    .dropdown-btn.quiz-new {
      display: block;
      background-color: white;
      margin: 10px 0px 30px 0px !important;
    }

    .disease-search.drug-section.videos-search-bar.webinar-page {
        width: 100% !important;
        min-width: 100% !important;
    }

    .search-container-webinar {
      display: flex !important;
    }

    .conferences-latest-new-ui-subheading {
      color: black !important;
      margin-top: 30px;
    }

   .conference-main-width-set {
        width: 100%;
        padding: 20px 0px !important;
        height: auto;
        /* background-image: url(https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1742754617472.jpg); */
        background-size: cover;
        background-position: center;
        background-color: #103356 !important;
        background-repeat: no-repeat;
    }

    .top-conference-title {
      color: white !important;
    }

    .conferences-main-page-heading-text {
      margin-bottom: .3rem;
      color: white !important;
    }

    .calander-icon {
      margin-right: 10px;

    }

    .conference-card .top-conference-date-container {
      display: block !important;
    }

    .NewFooter-footer-section {
      display: none !important;
    }
  }


  .slick-slide img {
    margin-top: 5px;
    height: 170px;
    object-fit: cover;
  }

  .conference-card .top-conference-image {
    width: 100%;
    object-fit: contain;
    border-radius: 16px;
    display: block !important;
  }

  .info-line {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 16px;
    padding: 20px 0px;
  }

  .icon-text {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .icon {
    width: 20px;
    height: 20px;
    fill: gray;
    /* icon color */
  }

  .text {
    display: inline-block;
    color: gray !important;
  }

  .conference-details-btn {
    margin-top: 0rem;
    background-color: #11977f;
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 6px;
    border: none;
    margin-top: 11px;
    font-size: 14px;
  }

  .monthly-conference-title {
    text-align: left;
    color: black !important;
  }

  .new-ui-margin-bottom {
    margin-right: 20px;
    ;
  }

  .search-container-webinar {
    position: relative;
    display: inline-block;

  }

  .disease-search.drug-section.videos-search-bar.webinar-page {
    margin-left: 0;
    width: 30vw;
    min-width: 230px;
    border: 2px solid black;
  }

  .videos-search-icon {
    width: 55px;
    height: 40px;
    align-self: center;
    padding: 4px 10px;
    color: #000;
    border-radius: 12px;
    background: none;

  }

  .videos-search-btn.webinar-new-ui-btn {
    padding-top: 0;
    right: 25px;
    top: 9px;
  }

  ::placeholder {
    text-align: left;
  }

    .login-modal-input::placeholder {
    text-align: center!important;
  }


  #getotp_email {
  text-align: center; /* Centers both placeholder and typed text */
}

#getotp_email::placeholder {
  text-align: center; /* Works consistently across browsers */
}

  .conferences-main-subheading {
    color: #103356 !important;
  }

  .videos-search-btn {
    padding-top: 20px;
    color: transparent;
    background: transparent;
    position: absolute;
    top: 0;
    right: 10%;
    width: 40px;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
  }

  .articles-new-more-table {
    width: 100% !important;
  }

  @media (min-width: 600px) and (max-width: 1024px) {

    .top-conference-image {
      margin-bottom: 1rem;
      display: none !important;
    }
  }

 .conference-landing-register-btn {
    /* padding: 6px 20px !important; */
    font-weight: 500;
    background-color: #11977f;
    color: #fff;
    padding: 0.3rem 1rem !important;
    padding: .4rem 1.3rem;
    border: none;
    margin: 0rem 0;
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

  .monthly-conference-text {
    color: white !important;
    margin: 0px;
  }

  .conferences-main-page-heading-text {
    color: white !important;
    margin: 0px;
  }


  .conference-card .monthly-conference-text {
    color: gray !important;
    margin: 0px;
  }

  .conference-card .conferences-main-page-heading-text {
    color: gray !important;
    margin: 0px;
  }


  .top-conference-date-container {
    display: flex;
    color: white;
  }

  .conference-card .top-conference-date-container {
    display: flex;
    color: black;
    padding: 12px 0px;
  }

  .conference-card .conferences-main-page-heading-text {
    color: grey;
        font-size: 14px !important;
  }

  .conferences-main-subheading {
    color: #103356 !important;
    text-align: left!important;
    font-size: 22px!important;
}

.conference-card h3{
    font-weight: 700!important;
}

#webinarSearchInput {
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    /* max-width: 400px; */
    padding: 8px;
    border: 2px solid black;
    border-radius: 10px;
    /* width: 100%; */
    padding: 10px 45px 10px 15px;
    border-radius: 12px;
    border: 1px solid #000;
    font-size: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h2, h2 {
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 600;
  font-weight: 700 !important;
}

.journey p{
  max-height: max-content !important;
}