.page-template-home {
  background-color: #fff;
  margin-bottom: 0;
}
.page-template-home h1,
.page-template-home h2,
.page-template-home h3,
.page-template-home h4,
.page-template-home h5,
.page-template-home h6 {
  color: #000;
}
ul.home-menu {
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
}
ul.home-menu li {
  color: #000;
  text-transform: uppercase;
}
ul.home-menu li.menu-item-has-children {
  padding: 10px 0;
}
ul.home-menu li a {
  color: inherit;
}
ul.home-menu .sub-menu {
  background-color: #fff;
  border-radius: var(--wp--custom--border-radius--tiny);
  padding: 14px 10px;
  border: var(--wp--custom--border-width--tiny) solid
    var(--wp--preset--color--docosan-blog-border);
  width: 432px;
  flex-wrap: wrap;
}
ul.home-menu .sub-menu li {
  text-transform: none;
  width: 50%;
  padding: 6px 16px;
}
ul.home-menu .sub-menu li a {
  width: max-content;
}
/* ul.home-menu .sub-menu::before,
ul.home-menu .sub-menu::after{
    content: "";
    background: inherit;
    left: calc(60% - 20px);
    position: absolute;
    top: -8px;
    border-color: transparent;
    background: transparent;
    border-style: solid;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
ul.home-menu .sub-menu::before{
    top: -9px;
    border-bottom-color: var(--wp--preset--color--docosan-blog-border);
} */
ul.home-menu li i {
  width: 4px;
  height: 9px;
  font-size: 9px;
}
ul.home-menu li .menu-dropdown-parent-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3.5px;
}
.banner {
  max-width: 570px;
  margin: auto;
  text-align: center;
  padding: 22px;
  background-color: #fff;
  border-radius: var(--wp--custom--border-radius--small);
}
.banner .tagline a {
  color: #4ac0a4;
  text-transform: uppercase;
}
.banner .heading a{
  color: #000;
}
.banner h3.heading{
  font-size: 2em;
  margin: 16px 0 22px;
}
.banner .subheading {
  color: #000;
}
.banner .subheading span {
  color: #00000099;
}
.banner .subheading a {
  color: #000;
}
.banner-carousel.owl-carousel:not(.owl-loaded){
  display: flex;
  justify-content: center;
}
.banner-carousel.owl-carousel:not(.owl-loaded) .carousel-item{
  max-height: 430px;
}
.banner-carousel.owl-carousel:not(.owl-loaded) .carousel-item img{
  /* object-fit: cover; */
  height: 100%;
}
.banner-carousel.owl-carousel:not(.owl-loaded) .carousel-item:not(:first-child){
  display: none;
}
.banner-carousel .owl-stage {
  display: flex;
}
.banner-header-carousel.owl-carousel:not(.owl-loaded){
  display: block;
}
.banner-header-carousel.owl-carousel:not(.owl-loaded) .banner-item:not(:first-child){
  display: none;
}
.banner-carousel .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
}
.banner-carousel .owl-stage .owl-item .carousel-item {
  width: 100%;
}
.banner-carousel .owl-stage .owl-item img {
  height: 100%;
  /* object-fit: cover; */
}

.page-template-home .follow {
  margin: auto;
}
.page-template-home .follow .container {
  border: none;
}
.hero {
  position: relative;
  margin-bottom: 31px;
}
.hero .banner {
  background-color: #f3f3f3;
}
.banner-heading .heading h1 {
  font-family: Inter, serif;
}
.owl-nav span {
  font-size: 36px;
  padding: 10px;
  background-color: #f3f3f399;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 12.5%;
  z-index: 99;
  top: calc(50% - 36px);
}
.owl-nav .owl-next {
  position: absolute;
  right: 12.5%;
  z-index: 99;
  top: calc(50% - 36px);
}
.category-list .owl-nav .owl-prev,
.category-list .owl-nav .owl-next {
  top: calc(50% - 60px);
}
.owl-dots {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dots .owl-dot.active {
  background: #bc2d5f !important;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: var(--wp--custom--border-radius--large);
  background: #eeeeee !important;
}
.owl-dots .owl-dot:not(:last-child) {
  margin-right: 14px;
}
.category-list .wrapper {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.category-list .see-all a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.category-carousel {
  margin-top: 20px;
}

.category-list .categories .owl-item img {
  width: 96%;
  margin: 0 auto;
}
.category-list .categories .owl-nav span {
  color: #4ac0a4;
  background: #f3f3f3cc;
}

.category-list .categories .owl-nav .owl-prev {
  left: -40px;
}
.category-list .categories .owl-nav .owl-next {
  right: -40px;
}
.category-list .categories .category-title {
  text-align: center;
  margin-top: 20px;
}
.category-list .categories .carousel-item a {
  color: #000;
}
.related-post-container {
  display: block;
}

/*POSTS*/
.post-divider { 
  display: none;
}
.homepage-posts .container {
  background: #f9f9f9;
}

.homepage-posts .container .related-post {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin-bottom: 10px;
  padding: 0;
}
.homepage-posts .container .related-post .img-wrapper {
  background: none;
  width: 100%;
  height: auto;
  border: none;
  min-height: 108px;
}
.homepage-posts .container .related-post .img-wrapper a {
  width: 100%;
  height: 100%;
  display: flex;
}
.homepage-posts .related-post-content {
  width: auto;
  flex: 1;
}

.homepage-posts .container .related-post .related-post-content-body .title {
  -webkit-line-clamp: 3;
}
.homepage-posts
  .container
  .related-post:not(:first-child)
  .related-post-content
  .title {
  height: 54px;
}

.homepage-posts
  .container
  .related-post
  .related-post-content-body
  .category
  a {
  font-size: 14px;
}
.homepage-posts .container .related-post .related-post-content-body .title a {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.homepage-posts .container .related-post .img-wrapper img {
  object-fit: cover;
}
.homepage-posts .container .related-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.homepage-posts .container .posts-container {
  max-width: 100%;
}
.homepage-posts .container .posts-container .heading-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.posts-container .heading-title h2 {
  margin-top: 0;
}
.posts-container .heading-title h1,
.category-list .heading h1, 
.posts-container .heading-title h2,
.category-list .heading h2,
.podcasts .title h2 {
  text-transform: uppercase;
  font-size: 20px;
}
.category-list .heading {
  padding: 0 15px;
}
.homepage-posts .container .posts-container .heading-title::before {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  /* top: 32px; */
  top: calc(50% - 7px);
}
.homepage-posts .container .posts-container .heading-title h3 {
  margin-bottom: 30px;
  z-index: 9999;
  background: #f9f9f9;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.homepage-posts
.container
.related-post:not(:first-child)
.related-post-container
.category {
  padding-top: 4px;
}

/* Newsletter */
.newsletter {
  margin-top: 40px;
}
.newsletter .newsletter-wrapper .container {
  background: linear-gradient(74.73deg, #4ac0a4 11.93%, #70bde9 89.23%);
  padding: 30px 15px;
}
.newsletter .newsletter-wrapper .container .newsletter-text h3 {
  text-transform: uppercase;
  margin: 0;
}
.newsletter .newsletter-wrapper .container .newsletter-text h3,
.newsletter .newsletter-wrapper .container .newsletter-text span {
  color: #fff;
}
.newsletter p {
  margin: 0;
}
.newsletter .newsletter-wrapper .container .newsletter-form {
  display: flex;
}
.newsletter .newsletter-wrapper .container .newsletter-form input {
  height: 60px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px;
}
.newsletter .newsletter-wrapper .container .newsletter-form button {
  width: 60px;
  height: 60px;
  background: var(--wp--preset--color--docosan-blog-pink);
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter
  .newsletter-wrapper
  .container
  .newsletter-form
  span.wpcf7-form-control-wrap
  span {
  margin-top: 4px;
}
.newsletter
  .newsletter-wrapper
  .container
  .newsletter-form
  .wpcf7-response-output {
  margin: 0;
  margin-top: 4px;
}
.newsletter .newsletter-text,
.newsletter .newsletter-inputs,
.newsletter .newsletter-inputs .form-input:first-child,
.newsletter .newsletter-inputs .form-input:first-child input {
  width: 100%;
}

/* NEWSLETTER */

/* PARTNER POSTS */

.partner-posts .container {
  border: none;
}
.partner-posts .related-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0 20px;
}
.partner-posts .related-post {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  padding: 6px 6px 16px 6px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.partner-posts .related-post:first-child {
  max-width: 100%;
  flex: 0 0 100%;
}

.partner-posts .related-post .img-wrapper {
  width: 100%;
  /* min-height: 167px; */
  height: 167px;
}
.partner-posts .related-post .img-wrapper:empty {
  height: auto;
}
.partner-posts .related-post .img-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}
.partner-posts .related-post .img-wrapper a img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  display: flex;
  align-items: stretch;
}
/* .partner-posts .related-post .img-wrapper img {
  border-radius: 0;
} */
.partner-posts .related-post-content-body .title {
  -webkit-line-clamp: 3;
}
.partner-posts .related-post-content-body .category {
  font-size: 14px;
  margin-bottom: 0;
}
.partner-posts .related-post-content-body .content-info {
  display: block;
  padding: 8px 0;
}
.partner-posts
  .related-post:first-child
  .related-post-content-body
  .content-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner-posts .related-post-content .date {
  color: #979797;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
}
.partner-posts .related-post-content-footer div.author {
  margin-top: 10px;
}
.podcasts .button-container {
  margin: 40px 0 30px;
  text-align: center;
}
.partner-posts .button-container {
  text-align: center;
}
.news .button-container {
  text-align: center;
  margin-top: 30px;
}
.partner-posts .button-container .button,
.news .button-container .button,
.podcasts .button-container .button {
  text-transform: uppercase;
  padding: 12px 55px;
  border-radius: var(--wp--custom--border-radius--small);
  border: 1px solid #000;
  color: #000;
  background: #fff;
  display: inline-block;
  width: max-content;
}
.partner-posts .heading-title h2 {
  margin: 0;
}
.partner-posts .button-container .button:hover,
.news .button-container .button:hover,
.podcasts .button-container .button:hover {
  text-decoration: underline;
}

/* PARTNER POSTS */

/* PARTNER BANNER */

.partner-banner .container {
  padding: 40px 22px;
  border: none;
  background: linear-gradient(90deg, #4ac0a4 0%, #70bde9 100%);
}
.partner-banner .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partner-banner .img-wrapper {
  /* border-radius: var(--wp--custom--border-radius--large);
  overflow: hidden; */
  width: 100%;
  max-width: 273px;
}
.partner-banner .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-banner .button {
  width: max-content;
  padding: 8px 45px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: auto;
}
.partner-banner .partner-banner-title h2 {
  color: var(--wp--preset--color--docosan-blog-darkened-dark-blue);
  font-size: 24px;
  text-align: center;
}
.partner-banner .partner-banner-text {
  color: var(--wp--preset--color--docosan-blog-berkeley-blue);
  font-size: 20px;
  text-align: center;
}

/* PARTNER BANNER */

/* NEWS */
.news .container {
  border: none;
}

.news .related-post {
  padding: 6px;
  background: #f9f9f9;
  border: var(--wp--custom--border-width--tiny) solid
    var(--wp--preset--color--docosan-blog-border);
  border-radius: var(--wp--custom--border-radius--medium);
  height: 100%;
  display: block;
  @media screen and (max-width: 600px){
    margin: 10px 0;
  }
}
.news .related-post.item-hidden{
  display: none;
}
.news .related-post.first-item .related-post-container {
  flex-direction: column;
  gap: 9px;
}
.news .separate-post-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.news .related-post.first-item .related-post-container .img-wrapper {
  width: 100%;
  min-height: 227px;
}
.news .related-post.first-item .related-post-container .img-wrapper:empty {
  height: auto;
}
.news .related-post.first-item .related-post-container .img-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
.news .related-post:not(.first-item) .related-post-container .img-wrapper{
  max-width: 160px;
  height: 100%;
}

.news .related-post:not(.first-item) .related-post-container .img-wrapper:empty{
  height: 105px;
}
.news .related-post .related-post-container .img-wrapper a {
  display: flex;
  height: 100%;
  width: 100%;
}
.news .related-post .related-post-container .img-wrapper a img{
  object-fit: cover;
}

.news .related-post.first-item .related-post-content {
  min-height: unset;
}
.news .related-post.first-item .related-post-content-footer {
  margin-top: 12px;
}
.news .related-post .related-post-content-body .title {
  margin-top: 8px;
}
.news .related-post-content-body .category {
  margin-bottom: 0;
}
.news .related-post.first-item .related-post-content-body .title a {
  font-size: 22px;
}
.news .related-post:not(.first-item) .related-post-content-body .title a {
  font-size: 18px;
}
.news .related-post-content{
  padding: 0 9px;
}
.news .related-post-content-footer .date{
  font-weight: 700;
  font-size: 10px;
}
.news .related-post.first-item .related-post-content-footer .date {
  font-size: 14px;
}
/* NEWS */

/* PODCASTS */

.podcasts .container {
  background: #f9f9f9;
}
.podcasts .title {
  text-align: center;
}
.podcasts .podcast-items {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  align-items: center;
  flex-direction: column;
  gap: 26px;
}
.podcasts .podcast-item {
  max-width: 300px;
  border: 1px solid var(--wp--preset--color--docosan-blog-border);
  border-radius: 12px;
  padding: 6px;
  padding-bottom: 0;
}
.podcasts .podcast-content {
  padding: 16px;
  padding-top: 7px;
}
.podcasts .podcast-title {
  margin: 16px 0 6px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  text-transform: none;
}
.podcasts .podcast-title h4{
  color: #000;
  margin: 0;
}
.podcasts .podcast-date {
  font-size: 10px;
  color: #979797;
  font-weight: 700;
}
.podcasts .podcast-author a {
  font-size: 14px;
  color: #979797;
}
/* PODCASTS */
/* Follow */
.home-follow {
  margin-bottom: 40px;
}
.home-follow .follow .header {
  font-size: 26px;
}
.home-follow .follow a {
  width: 80px;
  height: 80px;
}
.home-follow .follow a i {
  font-size: 40px;
}
/* Follow */

@media screen and (max-width: 991px) {
  .banner-carousel .owl-prev {
    left: 0;
  }
  .banner-carousel .owl-next {
    right: 0;
  }
  .homepage-posts .container .related-post {
    border: none;
  }
  .newsletter .newsletter-text span {
    display: none;
  }
  .newsletter .newsletter-wrapper .container .newsletter-text h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  .news .related-post.first-item .related-post-content-body .title a {
    font-size: 18px;
  }
  .hero {
    position: relative;
    padding-bottom: 20px;
  }
  .hero .banner {
    max-width: 100%;
  }
  .banner-carousel .owl-carousel {
    position: inherit;
  }
  .banner-carousel .owl-dots{
    bottom: -10px;
  }
  .banner-carousel .owl-carousel .owl-nav button.owl-next,
  .banner-carousel.owl-carousel .owl-nav button.owl-prev {
    top: 25%;
  }
  .partner-posts .related-post:first-child .title a{
    font-size: 18px;
  }
  .news .related-post:not(.first-item) .related-post-content-body .title {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .partner-posts .container {
    padding: 32px 0;
  }
  .partner-posts .related-post .related-post-content {
    padding: 14px 10px;
    padding-bottom: 22px;
    height: 160px;
  }
  .news .container {
    padding: 32px 0;
  }
  .news .related-post.first-item .related-post-container .img-wrapper {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .category-list .heading {
    padding: 0;
  }
  .post-divider {
    margin-top: 30px;
    display: block;
  }
  .post-divider svg {
    max-height: 520px;
  }
  .category-carousel {
    margin: 0 40px;
    margin-top: 29px;
  }
  .hero {
    margin-bottom: 112px;
  }
  .hero .banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 99;
    background-color: none;
  }
  .related-post-container {
    display: flex;
  }
  /* .related-post-container .img-wrapper {
    width: 100%;
  } */
  .homepage-posts {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  /* .homepage-posts
  .container
  .related-post:not(:first-child)
  .related-post-container
  .category {
    padding: 32px 0;
  } */
  .news .button-container {
    margin-top: 36px;
  }
  .podcasts .button-container {
    margin-top: 40px;
  }
  .posts-container .heading-title h1, 
  .category-list .heading h1, 
  .posts-container .heading-title h2, 
  .category-list .heading h2, 
  .podcasts .title h2{
    text-transform: uppercase;
    font-size: 30px;
  }
  .homepage-posts
  .container
  .related-post:not(:first-child)
  .related-post-container {
   flex-direction: column;
  }
  .homepage-posts
    .container
    .related-post:not(:first-child)
    .related-post-container {
    gap: 6px;
  }
  .homepage-posts .container .wrapper {
    justify-content: space-between;
    display: flex;
  }
  .homepage-posts .container .posts-container {
    max-width: 50%;
  }
  .homepage-posts .container .posts-container:first-child .heading-title:before {
    right: 15px;
    left: 0;
    width: auto;
  }
  .homepage-posts .container .posts-container:last-child .heading-title::before {
    left: 15px;
    right: 0;
    width: auto;
  }
  .homepage-posts .container .related-posts.most-viewed-posts {
    margin-left: 20px;
  }
  .homepage-posts .container .related-posts.latest-posts {
    margin-right: 20px;
  }
  .homepage-posts .container .related-post {
    background: transparent;
    border: none;
    flex: 0 0 calc(33% - 10px);
    max-width: calc(33% - 10px);
  }
  .homepage-posts .container .related-post:first-child .img-wrapper {
    width: 224px;
    height: 165px;
    min-width: unset;
  }
  .homepage-posts .container .related-post:first-child .related-post-content {
    min-height: 165px;
  }
  .homepage-posts .container .related-post:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .homepage-posts
  .container
  .related-post:first-child
  .related-post-content-body
  .title
  a {
    font-size: 22px;
    font-weight: 700;
  }

  .newsletter .newsletter-wrapper .container {
    padding: 32px 54px;
  }
  .partner-posts .related-posts {
    gap: 18px;
    padding-top: 23px;
    margin: 0;
  }
  .partner-posts .related-post-container {
    display: block;
  }
  .partner-posts .related-post {
    max-width: calc(25% - 18px);
    padding: 10px;
  }
  .partner-posts .related-post:first-child {
    max-width: calc(25% - 18px);
  }
  .partner-posts .related-post-content-body .content-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0;
  }
  .partner-banner .container {
    padding: 40px 50px;
  }
  .partner-banner .wrapper {
    gap: 40px;
    flex-direction: row;
  }
  .partner-posts .button-container { 
    margin-top: 16px;
  }
  .partner-banner .partner-banner-title h2 {
    text-align: left;
    margin-top: 0;
  }
  .partner-banner .partner-banner-text {
    text-align: left;
  }
  .partner-banner .partet-banner-button a {
    margin-left: 0;
  }
  .news .related-posts .wrapper {
    gap: 60px;
    display: flex;
  }
  .news .separate-post-container {
    display: block;
  }
  .news .separate-post-container .related-post {
    height: auto;
  }
  .news .related-post:not(.first-item){
    padding-right: 12px;
  }
  .news .related-post:not(.first-item, :last-child) {
    margin-bottom: 40px;
  }
  .newsletter .newsletter-wrapper .container .wrapper {
    justify-content: space-between;
    display: flex;
  }
  .news .related-post-content-footer .date {
    max-width: 30%;
  }
  .podcasts .podcast-items{
    padding: 0 18px;
    flex-direction: row;
  }
  .podcasts .button-container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .news .separate-post-container{
    flex-wrap: wrap;
  }
  .news .related-post:not(.first-item){
    width: 48%;
  }
  .news .related-post:not(.first-item) .related-post-content-body .title a {
    font-size: 15px;
  }
  .news .related-post:not(.first-item) .related-post-container .img-wrapper{
    max-width: unset;
    width: 100%;
  }
  .news .related-post.item-hidden{
    display: block;
  }
  .banner .heading h3 {
    font-size: 25px;
    margin: 20px 0 25px;
  }
  .partner-posts .related-post:not(:nth-child(-n+5)) {
    display: none;
  }
  .partner-posts .related-post:first-child .img-wrapper {
    height: 228px; 
  }
  .partner-posts .related-post:not(:first-child) .img-wrapper { 
    min-height: 103px;
    height: 103px;
  }
  .home-follow .follow a{
    width: 56px;
    height: 56px;
  }
  .home-follow .follow a i{
    font-size: 32px;
  }
  .banner-carousel .owl-carousel .owl-nav button.owl-next,
  .banner-carousel.owl-carousel .owl-nav button.owl-prev {
    top: calc(100vw/1.33/2 - 30px);
  }
  .related-post-content-body .title{
    -webkit-line-clamp: 3;
  }
  .banner-items .owl-carousel:not(.owl-loaded){
    display: block!important;
  }
  .banner-items .owl-carousel:not(.owl-loaded) .banner-item:not(:first-child){
    display: none;
  }
  .banner-carousel .owl-carousel:not(.owl-loaded){
    display: block!important;
  }
  .banner-carousel .owl-carousel:not(.owl-loaded) .carousel-item:first-child img{
    width: 100%!important;
  }
  .banner-carousel .owl-carousel:not(.owl-loaded) .carousel-item:not(:first-child){
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .banner-carousel .owl-stage .owl-item .carousel-item{
    max-height: 430px;
  }
}


/* Header CSS */
/* medical-store-btn */
.medical-store-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ccc; /* hoặc #006fbf nếu cần */
  border-radius: 20px;
  padding: 6px 12px;
  background-color: white;
  color: #002E63;
  font-size: 14px;
  cursor: pointer;
}

.medical-store-btn .icon {
  width: 20px;
  height: 20px;
}