* {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

body {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  max-width: 1280px;
  margin: auto;
}

.mobile-toggle {
  display: none;
}

.auth-cont{
  background: #003a63; 
  display: flex; 
  justify-content: end; 
  align-items: center; 
  padding: 15px 40px 2px 0px; 
  gap: 18px;
  z-index: 100001;
  position: fixed;
  /* margin-top: 1rem; */
  width: 100%;
   /* max-width: 1759px; */
   max-width: 1240px;

}

.auth-cont a, .auth-cont span {
  text-decoration: none; 
  color: #fff;
}

.auth-cont div{
  display: flex; 
  align-items: center; 
  gap: 8px;
}

.auth-cont i{
  color: #fff;
  font-size: 14px;
}

.howard-nav-link .material-symbols-outlined{
  font-size: 37px;
  color: #fff;
  margin-top: 6px;
}

.nav-cont{
  background: #003a63;
}

.howard-header {
  background: #003a63;
  padding: 10px 17px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 1246px;
  z-index: 100000;
  top: 2.4rem;
  /* max-width: 77.57%; */
}

.site-map-nav{
  background: #ddd;
  /* background: #003a63; */
  padding: 10px 25px;
  position: fixed;
  max-width: 1230px;
  z-index: 100;
  top: 6.92rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.site-map-nav p{
  color: #000;
  font-weight: 500;
  font-size: 13px;
}

.howard-nav-link {
  margin-top: 15px;
  padding-bottom: 13px;
}

.howard-nav-link a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  padding-right: 20px;
  text-decoration: none;
  cursor: pointer;
}

.howard-nav-link a:hover, .footer-contact a:hover, .footer-link-1 a:hover, .footer-link-2 a:hover, .footer-link-3 a:hover, .app-icon-cont:hover a.hover-link, .app-icon-cont:hover span:hover {
  color: #edc054 !important;
}  

.hover-link{
  color: #fff;
}

.hover-link.hovered {
    color: #edc054;
}

.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px 13px;
  }
  .footer-dropdown-content {
    display: none;
    position: absolute;
    background-color:  #f1f1f1;
    min-width: 160px;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px 13px;
  }
  
  .dropdown-content a, .footer-dropdown-content a{
    color: #333 !important;
    /* padding: 12px 16px; */
    display: block;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    padding: 8px 16px;
    margin-top: -5px;
    
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #333;
    padding: 8px 16px;
  }
  
  .footer-dropdown-content a:hover {
    background-color: #fff;
    color: #333;
    padding: 8px 16px;
    font-weight: 600;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown:hover .footer-dropdown-content{
    display: block;
  }

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.slider-1 {
  background-image: url("../images/slide1.png");
  height: 363px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  /* display: block;  */
  padding-top: 66px;
  display: none;
    opacity: 0;
}
/* The .active class will be added to the slide that is currently visible */
/* .active-slider {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
    }
    @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
    
    
  }


.active-slide {
  display: block;
} */

@keyframes fadeEffect {
  from {opacity: 0.4;}
  to {opacity: 1;}
}

.slider-1.active {
  transform: translateX(0%); /* Slide into view */
}

/* .slider-1.active {
  opacity: 1;
} */

.at-item {
  width: 100px; height: 100px;  
  
  animation-name: fade-in;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
    
  /* shorthand
  animation: fade-in 2s linear 0s 1 normal none;*/
}
@keyframes fade-in {
    
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.at-item1 {
  /* width: 100px; height: 100px;   */
  
  animation-name: fade-in;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
    
  /* shorthand
  animation: fade-in 2s linear 0s 1 normal none;*/
}
@keyframes fade-in {
    
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


@keyframes slideIn {
  0% {
      opacity: 0;
      transform: translateX(100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slideOut {
  0% {
      opacity: 1;
      transform: translateX(0);
  }
  100% {
      opacity: 0;
      transform: translateX(-100%);
  }
}

.slider-1.active-slider {
  display: flex;
  animation: slideIn 0.5s forwards; /* slide in animation */
}

.slider-1.slide-out {
  animation: slideOut 0.5s forwards; /* slide out animation */
}
.slider2 {
  background-image: url("../images/slide2.png");
  height: 363px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  justify-content: space-between;
  /* display: block; */
  padding-top: 66px;
  opacity: 0; /* Start with the element fully transparent */
  transition: opacity 4s ease-out; /* Transition effect for the opacity change */
}

.slider4 {
  /* background-image: url("../images/slide4.png"); */
    background: rgb(111 157 190 / 78%);
  height: 363px;
  /* background-size: cover; */
  width: 100%;
  /* background-repeat: no-repeat; */
  justify-content: space-between;
  /* display: block; */
  padding-top: 66px;
  opacity: 0; /* Start with the element fully transparent */
  transition: opacity 4s ease-out; /* Transition effect for the opacity change */
}

.slider-1 h1 {
  color: #fff;
  width: 762px;
  max-width: 100%;
  font-size: 74px;
  color: #fff;
  width: 762px;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  border-bottom: none;
}

.slider-1 h1 a {
  color: #edc054;
}

.slider-2-header {
  font-size: 74px;
}

.slider3 h1 {
  font-size: 62px;
  width: 900px;
  font-family: "Open Sans", sans-serif;
    border-bottom: none;
}
.slider3 {
  background-image: url("../images/slide3.png");
  height: 363px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.slider-1 p {
  color: #fff;
  width: 762px;
  max-width: 100%;
  font-size: 20px;
  line-height: 160%;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: "Open Sans", Times, serif;
  /* text-align: justify; */
}

.slider-1-text {
  /* background: rgba(0, 58, 99, 0.8); */
  height: 650px;
  padding: 100px 80px;
  width: 100%;
}
.slider-1-text h1 b {
  color: #fff;
}
.slide-2-img {
  width: 71%;
  background: rgba(0, 58, 99, 0.6);
}

.name-p {
  margin: 0 !important;
  font-style: italic;
  font-family: "Open Sans";
}

.d-1 {
  display: flex;
  gap: 47px;
  /* justify-content: space-between; */
}

.d-2 {
  margin-left: 30px;
}

.d-2-ancorh {
  background: #edc054;
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
  color: #000;
  font-size: 18px;
  margin-top: 50px;
  cursor: pointer;
  text-decoration: none;
}

.slider1-img {
  width: 36%;
}

.slider-1-text-text {
  width: 52.3%;
}

.slider-1-text-text a {
  background: #edc054;
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
  color: #000;
  font-size: 18px;
  margin-top: 50px;
  cursor: pointer;
  text-decoration: none;
}

.name h3 {
  color: #fff;
}

.name-1 {
  /* text-align: center; */
  margin-top: 10px;
}

.slider-1-text a {
  background: #edc054;
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
  color: #000;
  font-size: 18px;
  margin-top: 50px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

.slide-indicator {
  display: flex;
  justify-content: space-between;
  margin: 0 80px;
  margin-top: -70px;
  position: absolute;
  width: 90%;
}

.article-name p {
  color: #656565;
  margin-top: 10px !important;
  font-size: 18px !important;
  font-style: italic;
  font-weight: 500;
  font-family: "Open Sans";
}

.slide-dashes {
  display: flex;
}

.dash {
  width: 48px;
  height: 5px;
  background: #fff;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 10px;
}

.slide-dashes .active {
  background: #edc054;
}

.slide-button {
  display: flex;
  display: flex;
}

.logo{
  width: 230px;
}   

.prev i {
  padding: 10px;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.next i {
  padding: 10px;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.slide-button button {
  background: none;
  margin: 0;
  border: none;
  margin-right: 20px;
  cursor: pointer;
}

.article {
  /* background-image: url("../images/article.png"); */
  background-size: cover;
  background-repeat: no-repeat;
}

.article3 {
  /* background-image: url("../images/obasity2.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.article {
  display: flex;
  padding: 50px 80px;
}

.article3-cont {
  display: flex;
  padding: 50px 0px;
  justify-content: center;
}

.article-text {
  width: 766px;
}

/* .article3-text {
    margin-left: 110px;
    width: 766px;
  padding: 100px 50px;
} */
.article-text {
  width: 766px;
}

.article3-text {
  width: 68%;
}

.article-img {
  margin-left: 30px;
  margin-top: 20px;
}

.article3-img {
  /* margin-top: 100px; */
  width: 32%;
  margin-right: -178px;
  margin-left: 0px;
}

.article3-img-tag {
  width: 57%;
}

.article-text h2 {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  border-left: 3px solid #e51937;
  padding-left: 20px;
  font-weight: 900;
  color: #003a63;
  font-weight: bolder;
  font-style: normal;
}

/* .article-text h2 span {
  color: #edc054;
  font-weight: bolder;
} */

.article3-text h2 {
  font-size: 30px;
  /* color: #edc054; */
}

.article3-text h2 b {
  color: #000;
}

.article-text p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 10px;
  text-align: justify;
  font-family: "Open sans";
  margin-bottom: 10px;
}

.article3-text p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 10px;
  text-align: justify;
  font-family: "Open Sans";
}

.article-text a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.book-btn-container {
  margin-top: 30px;
  font-family: "Open Sans";
}

.book-btn-container a {
  border: none;
  background: #edc054;
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  border-radius: 8px;
  margin-top: 40px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.clinical-research {
  background: #FCF4E0;

  padding: 50px 80px;
}

.clinic-image {
  text-align: center;
}

.clinic-image img {
  width: 100%;
}

.clinical-research h2 b {
  /* color: #edc054; */
  font-family: "Open Sans", sans-serif;
}

.clinical-research h2 {
  margin-top: 50px;
  font-size: 30px;
  width: 724px;
  max-width: 100%;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}
.engagenet-image{
  margin-top: 2rem;
}

.engagenet-header {
  margin-top: 50px;
  font-size: 32px;
  width: 885px;
  max-width: 100%;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}

.clinical-research p {
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  font-family: "Open sans";
  margin-top: -20px;
}

.article-btn, .artice-body, .article-head{
  margin-left: 1.7rem;
}

.Second-clinic-text {
  margin-top: 20px;
  text-align: justify;
}

.footer {
  background: #003a63;
  /* padding: 20px 80px; */
  padding-top: 15px;
  display: flex;
}
.first-footer {
  width: 30%;
}
.footer p {
  text-align: justify;
  padding: 0px 0;
  font-size: 18px;
  line-height: 160%;
  color: #e6ebef;
  font-family: "Open sans";
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  width: 72%;
  margin-left: 47px;
}

.footer-links a {
  display: flex;
  flex-direction: column;
  color: #e6ebef;
  text-decoration: none;
  margin-top: 3px;
  font-size: 13px;
  font-family: "Open sans";
}

.footer-links h3 {
  color: var(--Foundation-Blue-Light, #e6ebef);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
  font-family: "Open sans", sans-serif;
}

.footer-link-1{
    width: 21%;
}

.footer-link-2 {
  width: 60%;
}

.footer-link-3 a {
  flex-direction: row !important;
}

.footer-link-3 a img {
  margin-right: 10px;
}

.footer-contact{
  margin-top: -4px;
  display: flex;
  flex-direction: column;
  /* gap: px; */
}

.footer-contact a{
  text-decoration: none;
  color: #fff;
  padding: 2px 0px;
  font-size: 14px;
}

.footer-contact p{
  font-size: 12px;
    font-weight: 500;
}
.footer-acknowledgement h6{
 font-size: 13px;
 font-weight: 600;
 text-align: center;
 text-transform: uppercase;
}

.footer-acknowledgement p{
  font-size: 13px;
  text-align: center;
}

.footer-link-1 p, .footer-link-2 p{
  font-size: 14px;
}

.copyright p {
  color: var(--Foundation-Blue-Light, #e6ebef);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-align: left;
  border: none;
  font-family: "Open Sans";
  display: flex;
  justify-content: center;
  padding: 20px
  /* margin-top: 20px; */
}

.prime-director-msg .member-details-team-page{
  width: 100%;
}

.prime-director-msg .members{
  flex-wrap: nowrap;
}

.news-box-img {
  background-image: url("../images/event1.jpg");
  height: 635px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.news {
  padding: 100px 80px;
  background: #fff;
}

.news-box-img-text {
  padding: 24px;
  height: fit-content;
  /* margin-top: 270px; */
  position: absolute;
  backdrop-filter: blur(10px);
  width: 92.7%;
  max-width: 740px;

  color: var(--White, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 58, 99, 0.6) 0%,
    rgba(0, 118, 201, 0.3) 100%
  );
  backdrop-filter: blur(2px);
}
.news-big-text {
  color: #fff;
  font-family: "Open Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.text-2-2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}
.news-date {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.news-header {
  text-align: center;
  margin-bottom: 20px;
}

.news-header h2 {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.96px;
}

.news-header p {
  color: #060606;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 818px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
}

.news-lower-text {
  width: 100%;
}

.news-lower-text h3 {
  color: var(--Gray-900, #101828);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 20px 0 10px 0;
}

.news-lower-text p {
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans";
}

.news-lower-text button {
  border: none;
  background: transparent;
  color: #003a63;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 5px;
}

.news-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 45px;
}

.news-box {
  width: 48%;
  margin-top: 50px;
}

.news-box-img-2 {
  background-image: url("../images/event2.jpg");
  /* height: 300px; */
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-date-2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.news-big-text-2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.new2-lower {
  display: flex;
  justify-content: space-between;
}
.news-box-img-text2 {
  width: 94.5%;
  padding: 10px;
}
.news-box-img-2-2 {
  background-image: url("../images/news4.png");
  height: 320px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-box-img-2-3 {
  background-image: url("../images/news5.png");
  height: 320px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-box-2 {
  margin-top: 15px;
  height: 313px;
}
.news-big-text-3 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}
.news-date-3 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.about-us {
  background: #fff;
  padding: 100px 50px;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.about-us h2 {
  font-size: 36px;
  color: #000;
}

.about-us p {
  font-size: 18px;
  line-height: 160%;
  width: 724px;
  max-width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.position-arrows {
  position: absolute;
  right: 0;
  margin-right: 100px;
  margin-top: 10px;
}

.team {
  /* background: #003A63; */
  padding: 100px 50px 0px 50px;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.team h4 {
  color: #2467af;
  font-weight: 600;
  font-size: 14px;
}

.team h6 {
  color: var(--Gray-500, #667085);
  font-weight: 900;
  font-size: 14px;
  margin-top: 5px;
}

.members div {
  display: flex;
  gap: 5px;
  flex-direction: column;
  /* align-items: center; */
}

.team h2 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #000;
  margin-top: 10px;
}
.team-title {
  font-size: 38px;
  margin-bottom: 18px;
}
.team p {
  font-size: 18px;
  line-height: 160%;
  width: 724px;
  max-width: 100%;
  text-align: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
}
.member-details-team-page {
  width: 48%;
  display: flex;
  flex-direction: row !important;
  cursor: pointer;
  text-decoration: none;
}

.members {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.member-details img {
  width: 180px;
}
.prime-director-msg{
  padding: 0px 40px 40px 40px;
}
.prime-director-msg h2{
  font-size: 16px;
}
.prime-director-msg .members {
  justify-content: space-between;
  margin-top:20px;
}
.prime-director-msg p{
  text-align: justify;
  margin-top: 5px;
}
.directors-message-text{
  text-align: justify;
  margin: 10px 50px;
}
.explore-teams {
  background: #edc054;
  border: none;
  padding: 16px 23px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
  margin: auto;
  font-family: "Open Sans", sans-serif;
}
.explore-news {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}
.explore-news a {
  background: #edc054;
  border: none;
  padding: 16px 23px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
/* .members img:hover {
    border: 4px solid #EDC054;
    border-radius: 100%;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out;
} */

.member-active {
  /* Add your styles for the active slide here */
  border: 4px solid #edc054;
  border-radius: 100%;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
}

.slider-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-left: 81px;
  padding-right: 81px;
  background: #003a63;
}

.slider-container h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.4px;
}

.slider-container h5 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.4px;
}

.slider-container h6 {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.4px;
}

.arrow-container {
  display: flex;
  gap: 30px;
  align-items: center;
}

.left-arrow {
  background-color: #fff;
  padding: 7px 11px;
  border-radius: 96%;
  cursor: pointer;
  border: 2px solid #fff;
}

.right-arrow {
  border: 2px solid #fff;
  padding: 6px 10px;
  border-radius: 96%;
  cursor: pointer;
  color: #fff;
}

/* .right-arrow:hover,
.left-arrow:hover {
    background: #fff;
    color: #003A63;
} */
.team-member-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.team2,
.team3,
.team4 {
  width: 155px;
  /* transition: border-color 0.3s ease-in-out; */
}

.team-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 245px;
  background: #003a63;
  padding-bottom: 100px;
}

.team-details p {
  font-size: 16px;
  line-height: 160%;
  width: 724px;
  max-width: 100%;
  color: #fff;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}

.hidden {
  display: none;
}

.read-more-btn,
.clinical-read-more,
.article3-read-more {
  cursor: pointer;
  font-weight: bold;
  color: #e51937;
}

.read-more-btn{
  margin-top: 10px;
}
/*-------------------- RESEARCH TEAM---------------------- */

.research-team-hero {
  /* border-bottom: 1px solid #e0e0e0; */
  background: #fff;
}
.research-team-hero h1 {
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.96px;
    border-bottom: none;
}

.research-team-hero p {
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.research-team-hero .member-details-team-page h2 {
  color: #060606;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.research-team-hero .member-details-team-page h4 {
  color: #2467af;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.research-team-hero .member-details-team-page h6 {
  color: #060606;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.research-team-hero {
  padding-top: 50px;
}
.meet-team-member {
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  gap: 40px;
  border-radius: 20px;
  background: var(--Foundation-Blue-Light, #e6ebef);
  padding: 30px;
  margin-top: 20px;
}
.principal-meet-team-member {
  display: flex;
 gap: 40px;
 align-items: flex-start;
  padding: 30px;
 
}
.meet-research-team {
  padding: 0px 0px 30px 17px;
}
.meet-research-team h2 {
  color: #060606;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: -0.72px;
  margin-bottom: -7px;
}
.team-member-text {
  width: 75%;
}
.team-member-image {
  width: 24%;
}
.team-member-text p {
  color: #28282b;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
  text-align: justify;
}
.our-team-text-head h1 {
  color: #060606;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-align: left !important;
  padding-left: 16px;
    border-bottom: none;
}
.member-details-text {
  margin-left: 0px;
}

.member-details-text h6 {
  font-size: 14px;
  font-weight: 500;
}

.member-details-text h4{
  font-weight: 700;
  font-size: 14px;
}

.team-1-1 {
  align-items: baseline;
}
.our-team-bar {
  background: #e51937;
  width: 4px;
  height: 35px;
}
.our-team-header {
  display: flex;
}

/* -------------NEW AND EVENT PAGE ----------------- */
.news-event-page {
  display: flex;
  flex-wrap: wrap;
}
.event-line {
  display: flex;
  margin-bottom: 20px;
}
.thick-line {
  width: 60px;
  height: 4px;
  background: #e51937;
}
.thin-line {
  background: #ebebeb;
  height: 4px;
  width: 100%;
}
.news-event-page {
  padding: 120px 100px;
}

.event h3 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.news-thick-line {
  width: 46px;
  height: 4px;
  background: #edc054;
}

.news-title{
  font-size: 15px;
}

.news-authors{
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500;
  word-spacing: 0.2rem;
  margin-top: 8px;
  text-align: left;
}

.news-venue{
  font-size: 13px;
  font-weight: 500;
  color: #555;
  text-align: justify;
}

.news-items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.apps-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start; /* Align items to the top of each grid cell */
}

.apps-item img{
  height: 215px;
}
.news-item {
  display: flex;
  /* flex-wrap: wrap; */
  margin-bottom: 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #ddd;
  width: 295px;
  border-radius: 6px;
  padding: 11px 0px;
  height: 27rem;
}
.apps-item {
  display: flex;
  /* flex-wrap: wrap; */
  margin-bottom: 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #ddd;
  width: 295px;
  border-radius: 6px;
  padding: 11px 0px;
  height: 21rem;
}
.news-page {
  /* width: 38%; */
  max-width: 100%;
  /* margin-left: 35px; */
  margin-top: 15px;
}
.news-page h3 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.event {
  width: 58%;
}
.event img {
  width: 100%;
}
.news-item-text {
  width: 88%;
  /* margin-left: 33px; */
  max-width: 100%;
  padding: 0px 5px;
  margin: auto;
}
.news-item-image {
  width: 94%;
  margin: 0px auto;
}
.news-item-image img {
  width: 100%  
}
.news-item-text h3 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 5px;
  text-align: justify;
  /* padding: 0px 5px; */
}
.news-item-text p {
  color: #959595;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

/* CONTACT PAGE */
.contact-img-cont {
  background: url("../images/contact-background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contact-div {
  width: 33%;
  margin: -4px 0px;
  margin-top: 70px;
}

.contact-second-img {
  margin-left: 140px;
}

.contact-div img {
  width: 100%;
}
.contact-info h2 {
  /* color: #fff; */
  font-size: 46px;
  font-family: "Open Sans", sans-serif;
}
.contact-info {
  padding: 140px 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.email-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.address-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 42px;
}
.location-cont {
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-cont img {
  width: 28px;
}

.main-contact-section {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 40px;
  align-items: flex-start;
  background: #fff;
}

/* APPLICATIONS SECTION */
.app-section {
  background: #ebeff3;
  padding: 80px 150px 80px 150px;
  border-radius: 10px;
}
.app-section h2 {
  color: #060606;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.96px;
}
.app-header {
  color: #060606;
text-align: center;
font-family: "Open Sans", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
padding-bottom: 100px;
width: 768px;
display: flex;
justify-content: center;
margin: auto;
max-width: 100%;
margin-top: 15px;
}
.phone-section-text h1 {
  color: #003A63;
font-family: "Open Sans";
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 99.789%;
letter-spacing: 0.56px;
margin-bottom: 20px;
border-bottom: none;
}
.phone-section-text h3 {
  color: #003A63;
font-family: "Open Sans";
font-size: 39px;
font-style: normal;
font-weight: 700;
line-height: 99.789%;
letter-spacing: 0.56px;
margin-bottom: 20px;
}
.phone-section-text p {
  color: #003A63;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 109%; 
letter-spacing: 0.2px;
text-align: left;
padding: 20px 0;
}
.phone-section {
  display: flex;
  align-items: flex-start;
  margin-top: 150px;
  gap: 125px;
}
.phone-section-text{
  width: 100%;
}
.app-image {
  display: flex;
  margin-top: 20px;
}
.app-image img {
  width: 30%;
  margin-right: 20px;
}
.tablet {
  margin-top: -50px;
}
.phone {
  position: relative;
  z-index: 9999;
}

.phone-section-image img {
  /* width: 100%; */
}

.app-details-cont{
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 5px;
}

.app-details-item{
  display: flex;
  align-items: center;
  gap: 5px;
}

.app-details-item .app-details-label{
  font-weight: 500;
  font-size: 12px;
  color: #000;

}
.app-details-item .app-details-value{

  font-size: 13px;
  color: #000;
}

.principal-page-header{
  background-color: #2467AF24;
  position: relative;
  height: 260px;
  padding: 10px 100px
}

.principal-page-header img{
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 170px;
  left: 90px;
}

.principal-page-content{
  margin-top: 100px;
  padding: 10px 100px;
  margin-bottom: 100px;
}

.principal-info{
  line-height: 32px;
}

.principal-info h2{
  font-size: 20px;
  font-weight: 700;
  color: #060606;
  font-family: 'Open Sans';
}

.principal-info h3{
  font-size: 18px;
  font-weight: 700;
  color: #2467AF;
  font-family: 'Open Sans';
}

.principal-info p{
  font-size: 17px;
  font-weight: 400;
  color: #060606;
  font-family: 'Open Sans';
}

.principal-bio{
  margin-top: 50px;
}

.principal-bio h1{
  font-size: 30px;
  font-weight: 700;
  color: #2467AF;
  font-family: 'Open Sans';
  text-transform: uppercase;
    border-bottom: none;
}

.principal-bio p{
  font-size: 18px;
  font-weight: 400;
  color: #060606;
  font-family: 'Open Sans';
  margin-top: 10px;
  font-family: 'Open Sans';
  line-height: 32px;
  text-align: justify;
}

.principal-bio span{
  font-weight: 700;
  font-family: "Open Sans";
}
.footer-container{
  background: #003a63;
  color: #fff;
  padding: 20px 80px;
}
.prime-about-container{
      margin: auto;
      padding: 90px 40px 40px 40px;
      background-color: white;
}

  .prime-about-container  h2 {
      /* border-bottom: 2px solid #004080; */
      padding-bottom: 5px;
      margin-top: 10px;
      color: #004080;
      font-size: 17px;
    }
  .prime-about-container p{
    font-size: 14px;
  }
  .prime-about-container strong{
    font-size: 14px;
  }

  .prime-publication-container{
     margin: auto;
      padding: 90px 40px 40px 40px;
      background-color: white;
  }

   .prime-publication-container p{
    margin-bottom: 10px;
  }

   .project-container {
      /* max-width: 1000px; */
      margin: auto;
      padding: 0px 50px;
      background-color: #fff;
      margin-top: -30px;
      margin-bottom: 60px;
    }

    h2.section-title {
      color: #004080;
      border-bottom: 2px solid #004080;
      padding-bottom: 5px;
      margin-top: 40px;
      margin-bottom: 15px;
      font-size: 18px;
    }

    .project {
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd;
    }

    .project h3 {
      margin-bottom: 5px;
      color: #004080;
      font-size: 16px;
    }

    .project p {
      margin: 8px 0;
      font-size: 15px;
    }

    .join-container {
      margin: 0 auto;
      background: white;
      padding: 20px 50px;
    }

    .join-container h2 {
      color: #004080;
      border-bottom: 2px solid #004080;
      padding-bottom: 5px;
      margin-top: 30px;
      font-size: 16px;
    }

    .join-container p {
      margin-bottom: 14px;
    }

    ul {
      margin-left: 20px;
    }

    .download-links a {
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 10px;
      text-decoration: none;
      color: #004080;
      border: 1px solid #004080;
      padding: 6px 12px;
      border-radius: 4px;
      transition: background 0.2s ease;
    }

    .download-links a:hover {
      background: #004080;
      color: white;
    }

     .news-menu{
      display: inline;
    }
   .sitemap-wrapper {
      padding: 130px 40px 20px 40px;
    }

   .sitemap-wrapper h1 {
      font-family: 'EB Garamond', serif;
      font-size: 2.1rem;
      color: #002b5c;
      margin-bottom: 20px;
      border-bottom: 2px solid #ccd1d9;
      padding-bottom: 5px;
       
    }

    /* .sitemap-wrapper{
      margin-top: 5rem;
    } */

    .sitemap-section {
      margin-bottom: 20px;
    }

    .sitemap-section h2 {
      font-size: 1.4rem;
      color: #003366;
      margin-bottom: 5px;
      font-weight: 600;
      border-left: 4px solid #003366;
      padding-left: 12px;
    }

    ul.sitemap-links {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .sitemap-links li {
      margin-bottom: 0px;
    }

    .sitemap-links a {
      text-decoration: none;
      color: #333;
      font-size: 1rem;
      padding: 6px 0;
      display: inline-block;
      position: relative;
      transition: color 0.2s;
    }

    .sitemap-links a::before {
      content: "→";
      color: #0073e6;
      margin-right: 8px;
      transition: margin 0.2s ease;
    }

    .sitemap-links a:hover {
      color: #0073e6;
    }

    .sitemap-links a:hover::before {
      margin-right: 12px;
    }


@media only screen and (min-width: 1601px) {
  /* Styles for screens larger than 1600 pixels */
  /* Add your styles here */

  .tablet {
    left: 53%;
    /* margin-top: -50px; */
  
}
.phone-section-image img{
  /* width: 100%; */
}
.phone-section{
  display: flex;
  align-items: flex-start;
  margin-top: 150px;
}
.news-box-img-text{
  width: 94%;
}
}
/* For tablets (landscape and portrait) */
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) {
  .article3-cont {
    display: flex;
    flex-flow: column-reverse;
    gap: 20px;
    padding: 50px 25px;
  }
  .logo{
    width: 200px;
  }
  .news-menu{
    display: none;
  }
  .footer p {
    font-size: 18px;
  }
  .contact-div {
    width: 100%;
    margin-top: 70px;
  }
  .footer-container{
    padding: 40px 30px;
  }
  .news-item-text {
    margin-left: 50px;
  }
  .news-event-page {
    padding: 120px 20px;
  }
  .apps-items{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .news-page {
    width: 100%;
  }
  .footer {
    padding: 20px 6px;
    flex-direction: column;
  }
  .first-footer {
    width: 100%;
  }
  .footer-contact{
    margin-top: 20px;
  }
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
  .footer-link-1{
    margin-top: 18px;
  }
  .footer-acknowledgement h6, .footer-acknowledgement p{
    font-size: 15px;
  }
  .footer-acknowledgement h6{
    text-transform: uppercase;
  }
  .footer-contact a{
    font-size: 18px;
  }
  .footer-link-1, .footer-link-2, .footer-link-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    
  }
  .footer-link-1 a, .footer-link-2 a, .footer-link-3 a {
    
    font-size: 20px;
  }
  /* .copyright p {
    display: none;
  } */
  .event {
    width: 100%;
  }
  .article3-img {
    width: 69%;
    margin-left: 40px;
    margin-top: 50px;
  }
  .article3-img-tag {
    width: 100%;
    
  }
  .article3-img-tag2 {
    display: none;
  }
  .article3-text {
    width: 91%;
    /* margin-left: 40px; */
  }
  .article {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px 40px;
  }
  .article-img{
    margin-left: 0px;
    margin-top: 0px;
  }
  .article-text {
    width: 100%;
  }
  .team-details {
    display: flex;
    flex-flow: column-reverse;
    gap: 20px;
  }
  .team-details p {
    width: 94%;
    margin: auto;
    font-size: 22px;
  }
  .team-details img {
    margin: auto;
  }
  .slider1-img {
    display: none;
  }
  .slider-1-text-text {
    width: 83.4%;
  }
  .slider3 h1 {
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
  }
  .slider-1 h1 {
    font-size: 59px;
    font-family: "Open Sans", sans-serif;
  }
  .app-section {
    padding: 20px;
    margin: auto;
  }
  .phone-section {
    flex-direction: row;
    margin-bottom: 100px;
    margin-left: 50px
  }
  .news {
    padding: 35px 20px;
  }
  .tablet {
    left: 6%;
    width: 100%;
    display: block;
  }
  .phone {
    width: 40%;
  }
  .phone-section{
    flex-direction: column;
  }
  .phone-section-image {
    margin-top: 20px;
  }
  .phone-section-image img{
    width: 80%;
    margin-top: 24px;
  }
  .phone-section-text h1 {
    font-size: 52px;
    margin-bottom: 0;
  }
  .phone-section-text p {
    font-size: 25px;
  }
  .member-details-team-page {
    width: 100%;
  }
  .meet-team-member {
    flex-direction: column-reverse;
  }
  .research-img-cont{
    width: 50% !important
  }
  .team-member-text {
    width: 100%;
  }
  .team-member-image{
    margin-bottom: 30px;
    width: 100%;
  }
  .principal-page-content{
    padding: 10px 55px;
  }
  .meet-research-team {
    padding: 0px 20px 0px 20px;
  }
  .howard-header{
    padding: 10px 10px;
  }
  .auth-cont .app-icon-cont:last-child {
    margin-right: 0.6rem;
  }
  .clinical-research{
    padding: 50px 40px;
  }
  .principal-meet-team-member{
    flex-direction: column-reverse;
  }
  .prime-about-container p {
    text-align: justify;
  }
  .prime-directors-cont{
    flex-direction: column !important;
    align-items: baseline;
    margin-left: 10px;
  }
  .prime-publication-container p, .join-container p{
    text-align: justify;
  }
  .events-cont{
    margin-left: 8px !important;
  }
  .app-item-cont{
    margin-left: 10px;
  }
  .apps-item{
    width: 360px;
  }
  .app-img{
    width: 74% !important;
    margin: auto;
  }
}

/* Media Querie for mobile devices */
@media only screen and (min-width: 275px) and (max-width: 766px) {
  
 .footer {
    padding: 19px 0px;
    flex-direction: column;
  }
  .news-menu{
    display: none;
  }
  .footer-container{
  background: #003a63;
  color: #fff;
  padding: 30px 25px;
}
  .article3-img-tag2 {
    /* display: none; */
  }
  .coming-soon-text svg {
    display: none;
  }
  .coming-soon-text h1 {
    font-size: 48px;
    line-height: 80px;
  }
  .coming-soon-lower-text {
    margin-bottom: 100px;
  }
  .footer-link-1{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 15px;
  }
  .footer-link-1 p{
    font-size: 13px !important;
  }
  .principal-bio{
    margin-top: 25px;
  }
  .principal-bio p{
    font-size: 14px;
  }
  .principal-bio h1{
    font-size: 23px;
  }
  .footer-link-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .footer-link-3{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
}
.footer-contact{
  margin-top: 15px;
}
.footer-acknowledgement p{
  text-align: justify;
  font-size: 12px;
}
.footer-acknowledgement h6{
  font-size: 12px;
}
.news-items{
  display: flex;
  flex-direction: column;
}
.team-member-image{
  width: 100%;
}
.news-item{
  width: 100%;
}
  .members div {
    flex-direction: column !important;
  }
  .member-details-team-page {
    width: 100%;
  }
  .news-event-page {
    padding: 100px 20px;
  }
  .event {
    width: 100%;
    margin-top: 40px;
  }
  .news-page {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .news-item-text {
    margin-left: 22px;
  }
  .news-item-text h3 {
    font-size: 12px;
  }
  .news-item {
    flex-wrap: nowrap;
    height: 29rem;
  }
  .news-item-text p {
    font-size: 10px;
  }
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
  .director-msg{
    padding: 0px;
  }
  .directors-message-text{
    margin: 10px 20px;
  }
  .project-container{
    padding: 0px 16px;
  }

  .project-container p{
    text-align: justify;
  }

  .prime-publication-container{
    padding: 90px 16px 40px 13px;
  }

  .prime-publication-container p{
    text-align: justify;
  }

  .prime-about-container p{
    text-align: justify;
    margin-bottom: 15px;
  }

  .footer p {
    font-size: 13px;
  }
  .first-footer {
    width: 100%;
  }
  /* .copyright {
    display: none;
  } */
  .meet-research-team {
    padding: 20px;
  }
  .meet-team-member {
    flex-direction: column;
    gap: 10px;
  }
  .team-member-text {
    width: 100%;
  }
  /* .team-member-text p {
    padding: 30px 0 0 0;
  } */
  .news-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .app-section {
    padding: 20px;
  }
  .phone-section {
    flex-direction: column;
    margin-bottom: 65px;
  }

  .auth-cont{
    width: 95%;
  }

  .phone-section-image img{
    width: 80%;
    margin-top: -43px;
  }
 
  .news {
    padding: 35px 20px;
  }
  .tablet {
    left: 40px;
    width: 100%;
  }
  .phone {
    width: 40%;
  }
  .phone-section-text h1 {
    font-size: 38px;
    margin-bottom: 0;
  }
  .app-header {
    padding-bottom: 30px;
  }
  .news-box {
    width: 100%;
  }

  .news-box-img-text {
    width: 87%;
  }
  .new2-lower {
    flex-direction: column;
  }
  .news-box-img-text2 {
    width: 95%;
  }
  .news-box-mobile {
    margin-top: 20px;
  }
  .news-box {
    margin-top: 0;
  }
  .news-box-2 {
    margin-top: 20px;
  }
  .article3-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* .article3-text {
      margin-left: 0px;
      width: 200px;
    } */
  .article3-img {
    width: 87%;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .article3-text {
    width: 100%;
    margin-left: 0px;
  }
  .prime-director-msg{
  padding: 0px 20px 40px 20px;
}

  .article3 {
    /* background-image: url("../images/article3.svg"); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    padding: 50px 18px;
  }

  .article3 h2 {
    font-size: 29px;
  }

  .article-img {
    margin: auto;
  }

  .article-text {
    width: 100%;
    /* padding: 0px 20px; */
  }

  .article-text h2 {
    font-size: 23px;
  }

  .article-text p {
    font-size: 15px;
  }

  .article-text a {
    font-size: 14px;
  }

  .article-text button {
    font-size: 14px;
  }

  .article {
    display: flex;
    padding: 35px 20px;
    flex-flow: column;
    gap: 20px;
  }
  .principal-meet-team-member{
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .about-us p {
    font-size: 16px;
  }

  .apps-items{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
  }

  .apps-item{
    flex-wrap: nowrap;
    width: 75%;
    margin: 0px auto;
  }

  .team-details p {
    font-size: 15px;
  }

  .article-img img {
    width: 100%;
    height: 300px;
    margin-top: 1rem;
  }

  .article-text p {
    font-size: 15px;
  }

  .clinic-image img {
    width: 100%;
  }

  .clinical-research p {
    font-size: 15px;
  }

  .clinical-research {
    padding: 50px 20px;
  }

  .clinical-research h2 {
    font-size: 21px;
    margin-top: 20px;
  }

  .members {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .member-details img {
    width: 100%;
  }

  .member-details {
    text-align: center;
  }

  .team-details img {
    width: 100%;
  }

  .team-details {
    display: flex;
    flex-flow: column-reverse;
    gap: 20px;
    padding: 16px 20px;
  }

  .position-arrows {
    margin-top: -28px;
    margin-right: 20px;
  }

  .slider-container {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 50px;
  }

  .slider-container h3 {
    font-size: 24px;
  }

  .slider-container h5 {
    font-size: 16px;
  }

  .slider-container h6 {
    font-size: 14px;
  }

  .engagenet-header{
    font-size: 22px;
  }

  .engagenet-image{
    margin-top: 1rem;
  }

  .team {
    padding: 100px 20px 0px 20px;
  }

  .slider-1-text {
    padding-left: 20px;
    flex-direction: column;
    width: 95%;
  }

  .slider-1-text h1 {
    font-size: 23px;
    width: 90%;
  }

  .slider-1-text-text {
    width: 100%;
  }

  .links {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    text-align: end;
  }

  .footer-about-links{
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    text-align: start;
  }

  .slider-1 {
    height: 555px;
  }

  .mobile-right div {
    margin-right: 70px;
  }

  .dash {
    width: 24px;
  }

  .article-btn, .artice-body, .article-head{
  margin-left: 0px;
}

  .slide-dashes {
    margin-top: 13px;
    margin-left: -52px;
  }
  .team-member-image img{
    width: 100%;
  }

  .slide-button {
    /* margin-right: -21px; */
    display: none;
  }

  .copyright p{
    font-size: 11px;
  }

  .slider1-img {
    display: none;
  }

  .slide-2-img {
    display: none;
  }

  .d-2 {
    margin-left: 0px;
  }

  .slider-1 p {
    font-size: 16px;
    width: 100%;
    text-align: justify;
  }

  .howard-header {
    padding: 10px 0px;
    width: 100%;
  }

  .mobile-toggle {
    width: 54px;
    margin-top: -12px;
    margin-left: 78px;
    display: block;
  }

  .display {
    display: none;
  }

  .article3-text p {
    font-size: 15px;
  }

  .main-contact-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contact-div {
    display: none;
  }

  .contact-info {
    padding: 152px 30px;
  }
  .contact-info h2{
    font-size: 27px;
  }
  .contact-info p{
    font-size: 14px;
  }
  .dropdown-content{
    margin-left: -135px;
  }
  .dropdown{
    display: block;
  }
  .principal-page-content{
    padding: 10px 25px;
  }
  .principal-bio p{
    text-align: justify;
  }
  .join-container{
    padding: 10px 22px
  }
  .join-container p{
    text-align: justify;
  }
  .prime-about-container{
    padding: 120px 18px 40px 18px;
  }
  .our-team-text-head h1{
    font-size: 20px;
  }
 
}

.coming-soon {
 padding-top: 100px;
 margin-bottom: 200px;
}
.coming-soon-text {
  display: flex;
  justify-content: center;
  margin: auto;
}

.coming-soon-text h1 {
  font-family: "Open Sans";
font-size: 80px;
font-style: normal;
font-weight: 400;
line-height: 68px; 
letter-spacing: -1.6px;
background: linear-gradient(90deg, #003A63 0.1%, #EDC054 113.25%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
padding-top: 200px;
padding-bottom: 100px;
}

.coming-soon-text img{
  width: 100%;
}
.svg1 {
  margin-top: 230px;
    display: flex;
    flex-direction: column;
}
.svg2 {
  margin-top: 90px;
    display: flex;
    flex-direction: column;
}
.coming-soon-lower-text p {
  color: #28282B;
font-family: 'Open Sans';
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 116.667% */
letter-spacing: -0.36px;
text-align: center;
}
.coming-soon-lower-text {
  margin-bottom: 250px;
}