/* General Reset */
@font-face {
  font-family: 'DanoneOne-Condensed';
  src: url('../fonts/DanoneOne-Condensed.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DanoneOne-Regular';
  src: url('../fonts/DanoneOne-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DanoneOne-CondensedBold';
  src: url('../fonts/DanoneOne-CondensedBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DanoneOne-Light';
  src: url('../fonts/DanoneOne-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DanoneOne-Bold';
  src: url('../fonts/DanoneOne-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'DanoneOne-Regular';
  background-color: #fff;
}
h1,h2,h3,h4,h5{
  font-family: 'DanoneOne-Bold';
}
/* .singular .entry-header {
    display: none;
}


.single-post .singular .entry-header {
    display: block !important;
} */

.logo.danone_logo {
    width: 184px;
    height: 61px;
}
/* Header Styles */
h1.banner_titles {
    font-size: 3.5rem;
}
.more-section {
    max-height: 650px;
    overflow: auto;
}
.slideDeck_archive {
    margin-bottom: 50px;
}
.header_wrap {
  width: 100%;
  background-color: #fff; 
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
}
.main-header {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 250px 1fr 420px;
  /* padding: 15px 40px; */
  padding: 0px 40px;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
/* Logo */
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 185px;
  margin-right: 10px;
}
.logo-text {
  color: #0070b8;
  font-size: 16px;
  line-height: 1.2;
}
.logo-text .subtext {
  font-size: 10px;
  color: #00a6a6;
}
/* Navigation */
.nav-links ul {
  list-style: none;
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-bottom: 0;
}
.nav-links ul li {
  position: relative;
  padding-right: 10px;
}
.nav-links ul li.has_submenu:hover a {
  color: #00b2bb;
  ;
}
.nav-links a {
  text-decoration: none;
  color: #444;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 75px;
  display: block;
	position:relative;
}
.has_submenu::after {
    content: '\f107';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    pointer-events: none;
    transition: rotate 0.3s ease-in;
}
.nav-links a:before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 19px;
    width: 0%;
    height: 1px;
    background: #00b2bb;
	transition:all 0.2s ease-in-out;
}
.nav-links a:hover {
  color: #00b2bb;
}


.has_submenu {
  position: relative;
}

.has_submenu:hover::after {
  color: #00b2bb;
  transform: translateY(-50%) rotateX(180deg);
}
.has_submenu:hover a:before {
  width: 100%;
}
/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
/* Search Box */
.search-box {
  position: relative;
}
.search-box input {
  padding: 8px 35px 8px 10px;
  border: 1px solid #00b2bb;
  border-radius: 20px;
  font-size: 14px;
  width: 150px;
  color: #555;
  transition: width 0.5s ease-in;
}
.search-box input:focus {
  /* width: 100%;   */
  width: 240px;
  outline: none;
}
.search-icon {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 14px;
  color: #00b2bb;
}
/* Login */
.login {
  text-decoration: none;
  color: #00b2bb;
  font-size: 14px;
  font-weight: 700;
}
.login i {
  font-weight: 700;
}
/* Register Button */
.register-btn {
  background-color: #00b2bb;
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb {
  display: none;
  margin-bottom: 0;
}
.breadcrumb .line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #00b2bb;
  margin: 5px;
  transition: all 0.3s ease-in;
}
.nav-links ul li .submenu {
    position: absolute;
    top: 56px;
    /* background: #fffbfb; */
    width: max-content;
    transition: all 0.5s ease-in;
    padding: 10px 0 0px 0;
    transform: translateX(-30%);
    z-index: 9;
    display: none;
    box-shadow: 0px 8px 24px 0px rgba(137, 137, 137, 0.44);
}
.nav-links ul li .submenu:before {
  content: "";
  position: absolute;
  left: 46%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
	display:none;
}
.nav-links ul li .submenu ul {
    flex-direction: column;
    gap: 0;
    padding-left: 20px;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-right: 15px;
	border-radius:10px;
}
.nav-links ul li:hover .submenu {
    display: block;
    min-width: 240px;
}
.nav-links ul li .submenu ul li a {
    text-transform: capitalize;
    display: block;
    line-height: 23px;
    color: #858585 !important;
    position: relative;
    font-family: 'DanoneOne-Light';
    font-size: 16px;
	letter-spacing:1px;
}
.nav-links ul li .submenu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 1px;
    background: #00b2bb;
	transition:all 0.2s ease-in-out;
}
.nav-links ul li .submenu ul li a:hover:before {
   width: 100%;
}
.nav-links ul li .submenu ul li a:hover {
  color: #00b2bb !important;
}
.nav-links ul li .submenu ul li {
    padding: 0;
    display: inline-block;
/*     border-bottom: 1px solid #00b2bb; */
    margin-bottom: 16px;
    padding-top: 0px;
}
.hero_banner {
  width: 100%;
  margin: 73px auto 0 auto;
  position: relative;
}
.hero_banner .swiper-button-next, .hero_banner .swiper-button-prev {
  background: #00b2bb;
  padding: 5px;
  width: 50px;
  height: 60px;
}
.hero_banner .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}
.hero_banner .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}
.hero_banner .swiper-button-next::after, .hero_banner .swiper-button-prev::after {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.hero_banner .swiper-button-next:hover, .hero_banner .swiper-button-prev:hover {
  background: #004f9f;
  padding: 5px;
  width: 50px;
  height: 60px;
}
.banner_wrap {
  position: relative;
}
.innerText {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}
.innerText h1 {
  font-size: 74px;
  color: #fff;
  font-weight: 700;
  line-height: 80px;
}
.hero_banner picture {
  display: block;
  width: 100%;
}
.hero_banner a {
  display: inline-block;
}
.hero_banner img {
  width: 100%;
}
.connect-box {
    /* background-color: #e5f0f2; */
    border-radius: 20px;
    padding: 50px 40px 30px 40px;
    text-align: center;
    max-width: 820px;
    width: 100%;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    position: relative;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 1;
    margin: 0 auto;
}
.connect-box h2 {
    margin-bottom: 60px;
    color: #000;
    font-weight: 800;
    font-size: 44px;
}
.connect-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.option {
  text-align: center;
  color: #263D3D;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.option:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #ced0d1;
    right: -74px;
    position: absolute;
}
.option:nth-last-child(1):before {
  display: none;
}
.icon-circle {
    width: 150px;
    height: 150px;
    background-color: #e3eff2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #000;
    z-index: 1;
    position: relative;
}
.icon-circle img {
    width: 100%;
    object-fit: contain;
}
/* .icon-circle::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 68px;
 
  height: 68px;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(#003366,
      #0099A8,
      #00B3C9,
      #0099A8,
      #003366);
  -webkit-mask:
    radial-gradient(farthest-side, transparent calc(100% - 2px), black 100%);
  mask:
    radial-gradient(farthest-side, transparent calc(100% - 2px), black 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
} */
/* .icon-circle:hover::before {
    opacity: 1;
    animation: rotateBorder 1.5s linear infinite;
} */
/* .connect-box:hover .icon-circle::before {
  opacity: 1;
  animation: rotateBorder 1.5s linear infinite;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */
.option p {
  font-family: 'DanoneOne-Bold';
  margin: 0;
  font-size: 24px;
  font-weight:600;
}
/* hero page below  css */
.about_container_box {
  position: relative;
  margin-top: 100px;
}
.about-section {
  flex: 1;
}
.about-section h1 {
  font-size: 38px;
  color: #00428B;
  margin-bottom: 20px; 
  /* font-family: 'DanoneOne-Regular'; */
}
.about-section h1 strong {
  font-weight: bold;
  color: #00428B;
}
.about-section p {
    color: #707070;
    font-size: 22px;
    line-height: 1.4;
    font-family: 'DanoneOne-Light';
    padding-right: 80px;
}
/* Right Side - Login Card */
.login-card {
    flex: 1;
    background-color: #0CA6AD;
    border-radius: 30px;
    padding: 30px 40px;
    color: white;
    max-width: 400px;
    box-shadow: 1px 1px 3px 2px rgb(189 189 189 / 32%);
}
.tabs {
  display: flex;
  justify-content: start;
  gap: 15px;  
  margin-bottom: 30px;
  color: white;
}
.login-card .tabs span {
  font-size: 26px;
  font-family: 'DanoneOne-Bold'; 
  
}
.tabs .active {
  border-bottom: 2px solid white;
}
form input[type="text"],
form input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 15px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
}
form .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox input {
  margin-right: 8px;
}
.checkbox label {
  font-size: 14px;
  color: #ffffff;
}
.login-card button {
    padding: 6px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(45deg, #1B2C88, #1955BA);
    color: white;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease;
}
.login-card button:hover {
  background: linear-gradient(45deg, #103074, #007BFF);
}
/* explore section  */
.explore-section {
  /* background: linear-gradient(to bottom right, #0D91B5, #4BD6B0); */
  background: transparent url(../images/default_overlay.png) 0% 0% no-repeat padding-box;
  background-position: center center;
  background-size: cover;
  padding: 64px 20px;
  margin-top: 70px;
}
.exploreSwiper {
  padding: 40px;
}
.explore-section h2 {
  color: white;
  font-size: 40px;
  margin-bottom: 48px;
  font-weight: bold;
  padding-left: 70px;
}
.circle-icon {
  background-color: white;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding: 80px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.explore-section p {
  color: white;
  font-size: 20px;
}
.explore-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* Navigation arrows */
.explore-section .swiper-button-next,
.explore-section .swiper-button-prev {
  color: white;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}
.recentUpdate_section .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -6px);
  right: auto;
}
.recentUpdate_section .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -6px);
  left: auto;
}
/* recent updates css  */
.recentUpdate_section {
  padding: 100px 20px 100px 20px;
}
.recentSwiper {
  position: relative;
  padding: 15px 30px;
}
.recentUpdate_section .swiper-button-next,
.recentUpdate_section .swiper-button-prev {
  color: rgb(175, 175, 175);
}
.recentUpdate_section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.titlewithBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 41px;
  margin-bottom: 30px;
}
.titlewithBtn h2 {
  font-size: 40px;
  font-weight: 700;
}
.titlewithBtn a {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  background: #000;
  padding: 6px 24px;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
font-family: 'DanoneOne-Bold';
}
.card {
  width: 270px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 0;
  /* height: 420px; */
}
.min_height {
    min-height: 185px;
}
.card-img {
  width: 100%;
  height: auto;
  display: block;
}
.card-content {
    padding: 16px 16px 20px;
}
.card-content h3 {
    color: #09B1B8;
    font-size: 20px;
    margin: 0 0 10px;    
    font-family: 'DanoneOne-Regular';
}
.card-content p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'DanoneOne-light';
}
/* .card-content a {
  color: #09B1B8;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
} */
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 25px;
  font-weight: 600;
}

/* tools for practice */

.tools_container_section {
    margin: 70px 0;
}
.toolsSwiper {
    padding: 30px 32px;
}
.toolsSwiper .swiper-button-next::after, .toolsSwiper .swiper-button-prev::after {   
    color: #004f9f;
}
.tools_box {
    border-radius: 15px;
    overflow: hidden;
}
.tools_footer {
    display: grid;
    grid-template-columns: 1fr 108px 1fr;
    background: #0FA2AB;
    padding: 15px;
}
.tools-card img {
    width: 100%;
    display: block;
}
.achievment_graph {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.achievment_graph.border_lr {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.achievment_graph p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: 'DanoneOne-Light';
}
.tools-view-all-btn {
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
}

/* webinars_section */
.webinars_section .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -6px);
  right: auto;
}
.webinars_section .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -6px);
  left: auto;
}
.webinars_section .swiper-button-next, .webinars_section .swiper-button-prev {
  color: #fff;
}
.webinars_section {
  background: url(../images/default_overlay.png)no-repeat;
  position: relative;
  background-position: center top;
  background-size: cover;
  padding: 60px 10px;
}
.webinarSwiper {
  padding: 30px 25px;
}
.webinars_section .titlewithBtn h2 {
  color: #FFFFFF;
}
.webinars_section .titlewithBtn a {
  background: #fff;
  color: #000;
}
.webinars_card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 16px;
  box-sizing: border-box;
}
.card-header {
  display: flex;
  justify-content: start;
  color: #555;
  font-size: 12px;
  margin-bottom: 12px;
  gap: 20px;
}
.card-header .info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.card-header .info i {
  color: #09B1B8;
}
.card-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 12px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.tag {
  background-color: #B4E7FF;
  color: #184199;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 16px;
  font-weight: bold;
}
.card-title {
    font-size: 20px;
    color: #00aab3;
    margin-bottom: 12px;
    font-family: 'DanoneOne-regular';
    min-height: 50px;
}
.rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.stars i {
  font-size: 16px;
  color: #FFAF00;
}
.stars i:nth-last-child(1) {
  color: #c7c5c5;
}
.review-count {
  font-size: 14px;
  color: #666;
}
/* slide deck section  */
.slideDeck_section {
  padding: 100px 10px;
  position: relative;
}
.slide-deck {
  background-color: #c5edff;
  border-radius: 20px;
  padding: 20px;
}
.slide-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.slide-card .img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.slide-card p {
  margin: 0;
  font-size: 17px;
  line-height: 23px;
  color: #747474;
  font-family: 'DanoneOne-light';
}
.section-title {
  font-weight: 800;
  font-size: 35px;
}
.slideDeck_section .btn-view-all {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 18px;
}
.patient-card {
  background-color: #ddd;
  /* height: 150px; */
  border-radius: 5px;
  margin-bottom: 10px;
}
.patient-card img{
width: 100%;
}
.patient-title {
    color: #09B1B8;
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
    font-family: 'DanoneOne-regular';
}
.patient-date {
  font-size: 16px;
  color: #858585;
}
.more-item img {
    max-width: 140px;
    width: 100%;
    min-width: 140px;
}
/* eventsExpert_section */
.eventsExpert_section {
  position: relative;
  background: url(../images/events-expert-bg.png)no-repeat center bottom;
  background-size: cover;
  margin-bottom: 100px;
}
.eventsExpert_section .slide-deck {
  background-color: #fff;
  border-radius: 0;
  padding: 50px 15px 20px 20px;
  max-height: 375px;
  overflow: scroll;
}
.eventsExpert_section .slide-deck .date_events {
  color: #9F9F9F;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
/* .eventsExpert_section .slide-deck .section-title {  
    border-bottom: 1px solid #dbd9d9;
} */
.eventsExpert_section .slide-deck .slide-card {
  background-color: #E5E5E5;
  display: grid;
  grid-template-columns: 5px 50px 1fr;
  gap: 8px;
  padding: 10px 15px 10px 10px;
}
.eventsExpert_section .slide-deck .slide-card span.vert_line {
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #09B1B8;
}
.eventsExpert_section .slide-deck .slide-card .events_done_date {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  line-height: 22px;
}
.eventsExpert_section .slide-deck .slide-card .events_done_date span {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  color: #09B1B8;
}
.eventsExpert_section .slide-deck .slide-card p {
  font-size: 15px;
}
.eventsExpert_section .slide-deck .slide-card.active {
  background: #09B1B8;
}
.eventsExpert_section .slide-deck .slide-card.active span.vert_line {
  background: #fff;
}
.eventsExpert_section .slide-deck .slide-card.active .events_done_date {
  color: #fff;
}
.eventsExpert_section .slide-deck .slide-card.active .events_done_date span {
  color: #fff;
}
.eventsExpert_section .slide-deck .slide-card.active p {
  color: #fff;
}
.devider_events {
  height: 1px;
  background: #e1e1e1;
  margin: 5px 0;
}
.expert_voice_content {
  margin-top: 50px;
}
.expert_voice_content .section-title {
  color: #fff;
}
.expert_voice_content .btn-view-all {
    font-size: 18px;
    background: #fff;
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 24px;
}
.profile-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  margin: 40px auto;
  gap: 20px;
}
.profile-image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 20px;
}
.profile-info h3 {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}
.profile-info {
  color: #fff;
}
.profile-info p {
    margin-top: 6px;
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'DanoneOne-light';
}
.profile-info span {
    font-size: 15px;
}
.expertSwiper {
  padding: 0px 30px;
}
.expertSwiper .swiper-button-next, .expertSwiper .swiper-button-prev {
  color: #fff;
}
.slide-deck::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.slide-deck::-webkit-scrollbar-thumb {
  /* background-color: rgba(0, 0, 0, 0.4);   */
  background-color: #09B1B8;
  border-radius: 10px;
  background-clip: content-box;
  border: 1px solid transparent;
}
.slide-deck::-webkit-scrollbar-track {
  background-color: transparent;
}




/* nurses section */
.nurses_section {
  position: relative;
  margin-bottom: 80px;
}
.Nurses_header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.nurses-view-all {
    padding: 8px 24px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.main-content {
  display: flex;
  gap: 20px;
  position: relative;
  background: url(../images/nurses-background.jpg) no-repeat center center;
background-size: cover;
border-radius: 20px;

}
.nurses-corner {
  flex: 1;
  display: flex;
  /* background-color: #f2f5fc;
  border-radius: 20px; */
  padding: 20px 20px 0px 30px;
  align-items: center;
}
.nurses-corner img {
  width: 240px;
  height: auto;
  border-radius: 10px;
  margin-right: 20px;
}
.text-content h2 {
  font-size: 68px;
  line-height: 58px;
  margin-bottom: 10px;
  font-weight: 700;
}
.text-content p {
  font-size: 19px;
  color: #000000;
  max-width: 300px;
}
.resources {
  flex: 2;
  display: flex;
  gap: 20px;
}
.resource-box {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 15px;
  width: 100%;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.resource-box h3 {
    font-size: 20px;
    color: #09B1B8;
    margin-bottom: 10px;
    font-weight: 600;
    min-height: 48px;
    font-family: 'DanoneOne-Regular';
}
.resource-box img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.box-info {
  display: grid;
  /* grid-template-columns: 1fr 100px; */
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0px;
}
.author_design_box {
    min-height: 68px;
}
.author {
  font-weight: 700;
  color: #004f9f;
  margin-bottom: 0;
  font-size: 18px;
/*    font-family: 'DanoneOne-Bold'; */
}
.designation {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.1;
}
.read-more-btn {
  background-color: black;
  color: white;
  border: none;
  padding: 6px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  
}
/* danone section */
.meet-danone-section {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 80px;
}
.danone-content .section-title {
  text-align: center;
  color: #00b3b3;
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 40px;
}
.danone-content {
  display: grid;
  grid-template-columns: 1fr 480px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.danone-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-evenly;
}
.danone-content .logo {
  /* max-height: 60px; */
  object-fit: contain;
}
.danone-content .divider {
  width: 2px;
  height: 50px;
  background-color: #ddd;
}
.feedback-box {
  background: linear-gradient(to right, #007ac9, #00b3b3);
  background: transparent linear-gradient(119deg, #005EB8 0%, #0FA3AB 100%) 0% 0% no-repeat padding-box;
  padding: 50px 50px;
  border-radius: 20px;
  color: white;
  position: relative;
  max-width: 470px;
  text-align: center;
}
/* .feedback-box::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0B8EAF;
} */
.feedback-box::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50px;
  width: 80px;
  height: 70px;
  background: #0B8EAF;
  transform: rotate(55deg);
  border-radius: 2px;
  z-index: -1;
}
.feedback-box h3 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff !important;
}
.feedback-box p {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 32px;
}
.share-btn {
    background-color: white;
    color: black;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
}
.share-btn:hover {
  background-color: #eee;
}
/* footer css */
.footer {
  background-color: #002040;
  /* dark gray */
  color: white;
  padding: 40px 20px 0px;
}
.footer-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
}
.subscribe {
  flex: 1;
  min-width: 280px;
}
.subscribe h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'DanoneOne-Regular';
  color: #fff !important;
}
.subscribe-form {
  display: flex;
  /* background: white; */
  border-radius: 30px;
  overflow: hidden;
  max-width: 350px;
}
.subscribe-form input {
  flex: 1;
  border: none;
  padding: 10px 15px;
  border-radius: 30px 0 0 30px;
  font-size: 14px;
  outline: none;
}
.subscribe-form button {
  background: #00b3b3;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
  transition: background 0.3s ease;
  font-size: 20px;
}
.subscribe-form button:hover {
  background: #009999;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
}
.footer-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.footer-links span {
  color: white;
  margin: 0 5px;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  color: #0e0b0b;
  font-size: 16px;
  background: #ffffff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px -20px 0;
}
.footer-bottom p {
  margin-bottom: 0;
}

/* for single blog post css  */
.custom_single_post .entry-title {
    font-size: 34px;
    color: #004f9f;
}
.custom_single_post h3 {
    font-size: 25px;
    color: #004f9f;
    margin-top: 35px;  
}
.custom_single_post .entry-content p {
    font-size: 17px;
    font-family: 'DanoneOne-Light';
}
.custom_single_post .entry-content p b{
    font-size: 17px;
    font-family: 'DanoneOne-Regular';
}
.mt_75{
  margin-top: 75px;
}
.recent_post_container {
    padding: 10px 0 20px 10px;
}
.recent_post_container h2 {
    font-size: 26px;
    margin-bottom: 19px;
}
.recent-item {
    margin-bottom: 22px;
}
.recent_post_container .recent-item a {
   color:#004f9f ;
   text-decoration: none;
}
.recent_post_container .recent-item:hover a {
   text-decoration: underline;
}
.recent_post_container .recent-item h3 {
    font-size: 16px;
    font-family: 'DanoneOne-Regular';
}
.page-template-default header.entry-header.alignwide {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
}
.page-template-default .entry-header .post-thumbnail{
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.page-template-default .post-thumbnail .wp-post-image {
  max-width: 100% !important;
}
.custom_page_box h1.entry-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    margin: 0;
    font-size: 3.5rem;
    letter-spacing: 1px;
}
.page-banner {
    margin-top: 75px;
    position: relative;
}
.page-thumbnail img {
    width: 100%;
}
.page-banner h1.entry-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ababab;
    margin: 0;
}
.blog-list {
    margin: 80px 0;
}
.blog-grid {
    gap: 30px 0px;
}
article.blog-item h2 {
    font-size: 20px;
    margin-top: 13px;
    color: #004f9f;
    line-height: 1.3;
}
article.blog-item a {
  text-decoration: none;
  color:#004f9f ;
}
article.blog-item:hover a {
text-decoration: underline;
}
article.blog-item {
    height: 100%;
    background: #f7f7f7;   
}
.artcl_title{
 padding: 0 10px 10px;
}
/* for single blog post css end */


/* expert_voice_page css */
.expert_voice_page .card{
  width: 100%;
}
.expert_voice_page h3 {
    text-align: center;
    color: #004f9f;
    font-size: 36px;
    margin-bottom: 19px;
}
.expert_voice_page h5 {
    color: #004f9f;
}
.expert_voice_page .card-title{
  min-height: auto;
}
.expert_voice_page p {
    text-align: center;
}
.expert_voice_page p.text-muted {
    text-align: left;
}
.expert_voice_page .card p.card-text {
    text-align: left;
}
.expert_voice_page .card a {
    color: #004f9f;
    border: 1px solid #004f9f;
    transition: all 0.3s ease;
    width: fit-content;
    padding: 6px 30px;
}
.expert_voice_page .card a:hover {
    color: #fff;
    background-color: #004f9f;
}
.expert-voice-single h5 {
    font-size: 26px;
    color: #004f9f !important;
}
.expert-voice-single p.text-primary {
    color: #004f9f !important;
    font-family: "Danone-Regular";
}
.expert-voice-single .lead {
    font-size: 18px;   
}
.expert-voice-single .reference.border-start {
    border-color: #004f9f !important;
}
.expert-voice-single .reference p {
   font-size: 14px;
}
.expert-voice-single .btn-primary {
    background: #004f9f;
}

.banner-section {
    margin-top: 75px;
}
.nurses-archive {
    margin-top: 44px;
}
.nurses-archive h2{
    text-align: center;
    color: #004f9f;
}
.nurses-archive p{
    text-align: center; 
}
.nurses-archive .resource-box p {
    text-align: left;
}
.nurses-archive .resource-box  {
    margin-top: 25px;
}
.nurses-hero {
    margin-top: 40px;
}
.nurses-hero h2{
   color: #004f9f;
}
.single-nurse-corner p{
  text-align: center;
}
.single-nurse-corner .intro-text {
    margin-bottom: 32px;
}
.single-nurse-corner h3 {
    font-family: 'DanoneOne-Regular';
    color: #004f9f;
}
.reading-material p {
    text-align: left;
}

.related-title {
    padding: 10px 30px;
    background: #025199;
    color: #fff;
    width: fit-content;
}
img.related-thumb {
    width: 100%;
}

.mainSlideDeckSwiper .swiper-button-next svg, .mainSlideDeckSwiper .swiper-button-prev svg {  
    display: none;
}

/* patient education material  */

.patient_material_page{
  margin: 50px 0;
}
.patient_material_page .card {
    width: 100%;
    height: 100%;
}
.patient_material_page .card-title {
    /* color: #004f9f; */
    font-size: 17px;
    font-family: 'DanoneOne-Light';
    margin-top: 10px;
    padding-left: 20px;
    min-height: auto;
}
.patient_material_page h2{
    font-size: 36px;
    color: #125ba6;
}
.patient_material_page h3{  
    color: #125ba6;
}
.patient_material_page .nav-tabs {
    gap: 20px 20px;
    border-bottom: 0;
}
.patient_material_page .card-body{
  padding: 0;
}
.patient_material_page .nav-link {
    border-radius: 0;
    background-color: #e7e7e7;
    color: #004264;
    font-size: 18px;    
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    width: 100%;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.patient_material_page .nav-link.active {
    border: 0;
    background-color: #40c8cb;
    color: #fff;
}
.patient_material_page .card_btn {
    display: flex;
    justify-content: space-between;
    background: #0FA2AB;
    padding: 10px;
    transition: all 0.3s ease;
}
.patient_material_page .card_btn:hover {  
    background: #004f9f;
}
.patient_material_page .card_btn a {
    color: #ffffff;
    font-family: "DanoneOne-Light";
}
/* .patient_material_page .card_btn a:hover {
    color: #000;
} */

.recent-updates-archive h2 {
    margin: 50px 0;
    text-align: center;
    font-size: 36px;
    color: #125ba6;
}
.update-item.card {
    width: 100%;
	height:100%;
}
.update-item.card img {
    max-width: 100% !important;
    height: auto !important;
}

/* ***************About Us ********** */
.about_us_page {
    padding: 80px 20px; 
    position: relative;
}
.mch_portel {
    position: relative;
    padding: 40px;
    box-shadow: 0px 8px 24px 0px rgba(137, 137, 137, 0.44);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    align-items: center;
    gap: 45px;  
}
.mch_portel h3 {
    font-size: 40px;
    color: #004f9f;
   
}
.right_portel p {
    color: #858282;
}
.mch_portel.sec2 {
    margin-top: 50px;
    box-shadow: none;
    grid-template-columns: 1fr 1fr;
    padding: 40px 0 40px 40px;
    gap: 100px;
}
.mch_portel.sec2 .right_portel p {
    line-height: 1.7;
}
.mch_portel_img img {
    width: 100%;
    /* margin: 0 auto; */
    border-radius: 20px;
}

.bg_portel {
    background: transparent url(../images/baby-with-mother.jpg) 0% 0% no-repeat padding-box;
    background-position: center center;
    background-size: cover;
    padding: 112px 100px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    border-radius: 20px;
    color: #fff;
    position: relative;
    margin-top: 60px;
}
/* .bg_portel::before {
    position: absolute;
    inset: 0;
    background: #0303030f;   
    content: "";
    border-radius: 20px;
} */
.rgt_text p {   
    font-size: 18px;
    line-height: 1.7;
	margin-bottom:0px;
}
.bg_blu_with_txt {
    margin-top: 80px;
    padding: 70px 90px 100px 90px;
    background: #004f9f;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    border-radius: 20px 20px 0 0;
    line-height: 1.3;
	position:relative;
	z-index:10;
}

.mch_portel.last_sec {
    width: 80%;
    margin: -60px auto 0 auto;
    grid-template-columns: 1fr 1fr;
    z-index: 20;
    position: relative;
	background:#fff;
}
.mch_portel.last_sec::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 2px;
    left: 50%;
    transform: translatex(-50%);
    background: #bcbcbc;
} 
.mch_portel.last_sec .right_portel {
    text-align: center;
    font-size: 17px;
    padding: 10px;
}
.mch_portel.last_sec h4 {
    font-size: 26px;
    font-family: 'DanoneOne-Regular';
    color: #00b2bb;
    line-height: 1.3;
}

/* ************************************************************* */
/* ******************Media Query***************************** */
/* ************************************************************* */
@media(max-width:1400px) {
.nav-links ul {   
    gap: 24px;   
}
	.main-header { 
    grid-template-columns: 220px 1fr 420px;
}
	.mt_75 {
    margin-top: 113px;
}
}
@media(max-width:1399px) {
  .toolsSwiper {
    padding: 30px 9px;
}
  .section-title {
    font-size: 30px;
  }
  .slideDeck_section .btn-view-all {
    font-size: 16px;
  }
  .slide-card {
    grid-template-columns: 115px 1fr;
  }
  .slide-card .img-placeholder {
    width: 115px;
  }
  .slide-card p {
    font-size: 16px;
  }
  .profile-info h3 {
    font-size: 24px;
  }
  .profile-info {
    font-size: 13px;
  }
  .profile-info p {
    font-size: 15px;
    line-height: 19px;
  }
  .eventsExpert_section .slide-deck .slide-card .events_done_date span {
    font-size: 28px;
  }
  .eventsExpert_section .slide-deck .slide-card p {
    font-size: 14px;
  }
  .eventsExpert_section .slide-deck .slide-card {
    grid-template-columns: 5px 40px 1fr;
    gap: 5px;
    padding: 10px 10px 10px 10px;
  }
  .box-info {
    grid-template-columns: 1fr;
  }
  .read-more-btn {
    width: fit-content;
  }
  .resource-box h3 {
    font-size: 18px;
  }
  .designation {
    font-size: 14px;
  }
  .author {
    font-size: 16px;
  }
  .tools_footer { 
    gap: 10px;
}
.achievment_graph {
    gap: 5px;
}
}
@media(max-width:1366px) {
	  .main-header {
    grid-template-columns: 250px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "logo actions""nav nav";
    gap: 15px 0;
    padding: 15px 40px;
  }
  .nav-links {
    grid-area: nav;
    justify-self: center;
  }
  .nav-links a {
    line-height: inherit;
  }
  .innerText {
    right: -5%;
  }
  .innerText h1 {
    font-size: 54px;
    line-height: 60px;
  }
  .hero_banner {
    margin: 112px auto 0 auto;
  }
  .nav-links ul li .submenu {
    top: 22px;
    padding: 27px 0 30px 0;
  }
  .nav-links ul li .submenu:before {
    top: 17px;
  }
	.mch_portel h3 {
    font-size: 39px;  
}
}
@media(max-width:1199px) {
  .section-title {
    font-size: 25px;
  }
  .slideDeck_section .btn-view-all {
    font-size: 15px;
    padding: 5px 12px;
    white-space: nowrap;
  }
  .about-section h1 {
    font-size: 35px;  
}
.about-section p { 
    font-size: 20px; 
    padding-right: 0px;
}
  .slide-card p {
    font-size: 15px;
  }
  .profile-card {
    margin: 32px auto;
  }
  .eventsExpert_section .slide-deck .slide-card p {
    font-size: 16px;
  }
  .eventsExpert_section .slide-deck .slide-card {
    gap: 10px;
  }
  .text-content h2 {
    font-size: 45px;
    line-height: 40px;
  }
  .nurses-corner img {
    width: 182px;
  }
  .resource-box h3 {
    font-size: 15px;
  }
  .box-info {
    gap: 0px;
  }
  .designation {
    line-height: 15px;
  }
  .tools_footer { 
    grid-template-columns: 1fr 80px 1fr;
    padding: 10px;
}
.achievment_graph img {
    width: 21px;
}
.achievment_graph p {
    font-size: 13px;
    line-height: 15px;
}
	.mch_portel {  
    gap: 35px;
}
	.mch_portel h3 {
    font-size: 33px;
}
	.mch_portel.sec2 {
    gap: 50px;
}
	.bg_portel {
    padding: 35px 50px;
}
	.bg_blu_with_txt {
    font-size: 1.9rem;  
}
	.mch_portel.last_sec h4 {
    font-size: 21px;
}
.toolsSwiper {
    padding: 30px 32px;
}
}
@media(max-width:1024px) {
  .innerText {
    right: -8%;
  }
  .innerText h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .connect-box {
    /* padding: 20px 20px; */
    max-width: 600px;
  }
  .connect-box h2 {
    font-size: 33px;
  }
  .option p {
    font-size: 20px;
  }
.icon-circle {
    width: 120px;
    height: 120px;
    padding: 35px;
}
  .icon-circle::before {
    width: 56px;
    height: 56px;
  }
  .icon-circle img {
    object-fit: contain;
}
.about_container_box {
    margin-top: 100px;
}
.option:before {
    right: -42px;
}
}
@media(max-width:991px) {
  .main-header {
    grid-template-columns: 250px 1fr 30px;
    gap: 0 20px;
  }
  .hero_banner {
    margin: 73px auto 0 auto;
  }
  .nav-links ul li:hover .submenu {
    display: none;
  }
  .has_submenu::after {
    right: 0px;
    top: 8px;
    transform: translateY(0%);
  }
  .has_submenu:hover::after {
    transform: rotateX(0);
  }
  .has_submenu.open:hover::after {
    transform: rotateX(180deg);
  }
  .nav-links a {
    display: block;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 30px;
    width: 280px;
    background: white;
    bottom: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease-in;
  }
  .nav-links.active {
    transform: translateX(0);
  }
  .nav-links ul {
    flex-direction: column;
    padding-left: 0;
  }
  .nav-links ul li {
    border-bottom: 1px solid gray;
    padding: 8px 0;
  }
  .register-btn, .login {
    display: none;
  }
  .breadcrumb {
    display: inline-block;
  }
  .breadcrumb.active .line {
    margin: -2px;
  }
  .breadcrumb.active .line:nth-child(2) {
    display: none;
  }
  .breadcrumb.active .line:nth-child(1) {
    transform: rotate(-45deg);
  }
  .breadcrumb.active .line:nth-child(3) {
    transform: rotate(45deg);
  }
  .nav-links ul li .submenu {
    position: static;
    background: #fff;
    width: auto;
    transition: all 0.5s ease-in;
    padding: 0 0 0px 0;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
    display: none;
  }
.nav-links ul li.has_submenu.open .submenu {
    display: block;
    box-shadow: none;
}
  .nav-links ul li:hover .submenu {
    transform: translate(0);
    visibility: visible;
    opacity: 1;
  }
  .nav-links ul li .submenu ul li {
    border-bottom: none;
    padding: 5px 6px;
  }

  .explore-section h2 {
    font-size: 30px;
  }
  .titlewithBtn h2 {
    font-size: 30px;
  }
  .titlewithBtn a {
    font-size: 16px;
    padding: 5px 15px;
  }
  .eventsExpert_section .slide-deck {
    max-height: fit-content;
  }
  .danone-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .feedback-box {
    margin: 0 auto;
  }
  .footer-content {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
	.mch_portel {
    grid-template-columns: 1fr;  
}
	.mch_portel.sec2 {
    grid-template-columns: 1fr;
    gap: 0px;}
	.bg_portel {
    grid-template-columns: 1fr;
    background: #139fa4;
}
	.bg_blu_with_txt {
    font-size: 1.5rem;
		padding:60px 40px 100px 40px;
}
.mch_portel.last_sec {   
    display: block;
	width:90%;
}
	.mch_portel.last_sec::before {
 display:none;
}
	.mch_portel.last_sec h4 { 
    text-align: center;
}
	.mt_75 {
    margin-top: 73px;
}
	header.entry-header.alignwide img {
    min-height: 170px;
}
	.nav-links a:before {
		display:none;}
}
@media(max-width:767px) {
  .innerText {
    top: 70%;
    right: 50%;
    transform: translate(50%, -50%);
    max-width: 524px;
    width: 100%;
    padding: 10px 40px 0;
  }
  .innerText h1 {
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .innerText h1 br {
    display: none;
  }
  .about-section h1 {
    font-size: 30px;
  }
  .about-section p {
    font-size: 20px;
  }
  .about-section {
    margin-bottom: 40px;
  }
  .login-card {
    padding: 30px 20px;
  }
  .login-card .tabs span {
    font-size: 20px;
  }
  .titlewithBtn {
    padding: 0;
  }
  .profile-card {
    grid-template-columns: 1fr;
  }
  .profile-info {
    font-size: 16px;
  }
  .profile-info p {
    font-size: 17px;
    line-height: 22px;
  }
  .expert_voice_content .btn-view-all {
    font-size: 16px;
  }
	.custom_page_box h1.entry-title {   
    font-size: 2.5rem;   
}
	.about_us_page {
    padding: 80px 10px; 
}
	.mch_portel h3 {
    font-size: 26px;
}
}
@media(max-width:650px) {
  .search-box input:focus {
    width: 175px;
  }
.connect-options { 
    justify-content: space-around;
}
  .option {
    flex-direction: column;
  }
.connect-box h2 {
    font-size: 30px;
    /* margin-bottom: 10px; */
}
 
  .icon-circle {
    width: 82px;
    height: 82px;
    padding: 25px;
}
.option p {
    font-size: 18px;
}
}
@media(max-width:575px) {
  .main-header {
    grid-template-columns: 150px 30px;
    gap: 0 15px;
  }
  .hero_banner {
    margin: 65px auto 0 auto;
  }
  .logo img {
    width: 145px;
    margin-right: 10px;
  }
  .header-actions {
    display: none;
  }
  .innerText h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .explore-section {
    padding: 64px 10px;
  }
  .explore-section h2 {
    font-size: 27px;
  }
  .recentUpdate_section {
    padding: 100px 10px 50px 10px;
  }
  .recentSwiper {
    padding: 15px 20px;
  }
  .card-content h3 {
    font-size: 20px;
  }
  .titlewithBtn {
    flex-direction: column;
  }
  .footer-links {
    justify-content: start;
    font-size: 14px;
  }
  article.blog-item {
    height: auto;
}
}
@media(max-width:480px) {
  .nurses-corner img {
    width: 145px;
    margin-right: 10px;
  }
  .text-content h2 {
    font-size: 33px;
    line-height: 30px;
  }
  .text-content p {
    font-size: 13px;
  }
  .nurses-corner {
    padding: 20px 20px 0px 10px;
  }
  .danone-content .logo {
    width: 130px;
  }
  .danone-content .section-title {
    font-size: 34px;
  }
  .feedback-box h3 {
    font-size: 30px;
  }
  .feedback-box p {
    font-size: 21px;
    line-height: 25px;
  }
  .share-btn {
    margin-top: 10px;
  }
  .feedback-box {
    padding: 30px;
  }
  .subscribe h3 {
    font-size: 24px;
  }
  .subscribe-form button {
    padding: 10px 15px;
    font-size: 15px;
  }
  .connect-box {
    padding: 50px 10px 30px 10px;
}
.option:before {
    right: -26px;
}
}


@media(max-width:375px) {
.option:before {
    right: -17px;
    width: 1px;
}
}