.header-section.style-2 .logo img, .header-section .primary-menu .logo a img{
    height:60px !important
}

.copy-right-part {
    background: #f5f5f5;
}




.swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  .swiper-slide {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  
  /* content */
  
  .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 14%;
    left: 3%;
    width: 50%;
    height: max-content;
    color: #f2f2f2;
    text-align: center;
    padding: 20px;
    opacity: 0;
    z-index: 2;
  }
  
  .content h1 {
   
    font-size: clamp(2rem, 3vw, 6rem);
    margin-bottom: 20px;
    opacity: 0;
  }
  
  .content p {
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
    opacity: 0;
  }
  
  .swiper-slide-active .content {
    opacity: 1;
  }
  
  .swiper-slide-active .content h1 {
    animation: moveDown 0.8s ease-in forwards;
  }
  
  .swiper-slide-active .content p {
    animation: moveDown 1s ease-in forwards;
    animation-delay: 1s;
  }
  
  @keyframes moveDown {
    0% {
      transform: translateY(-20px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  /* background */
  
  .background[data-item="one"] {
    background: url(../images/banner/banner2.jpg);
    background-size: cover;
    background-position: 50% 40%;
  }
  
  .background[data-item="two"] {
    background: url(../images/banner/banner1.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .background[data-item="three"] {
    background: url(../images/banner/banner3.jpg);
    background-size: cover;
    background-position: 50% 40%;
  }
  
  .background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(5%);
    filter: brightness(90%);
    overflow: hidden;
    opacity: 0;
    z-index: 1;
  }
  
  .animation {
    animation: resizeClipPath 3s ease-in-out forwards;
  }
  
  @keyframes resizeClipPath {
    0% {
      clip-path: circle(5%);
      opacity: 0;
    }
    100% {
      clip-path: circle(71%);
      opacity: 1;
    }
  }
  
  /* pagination bullet */
  
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #a3a6a3;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
  }
  
  .swiper-pagination-bullet-active {
    height: 32px;
    background-image: linear-gradient(180deg, #f09819 0%, #ff512f 100%);
    border-radius: 14px;
  }
  
  .mt-30{
    margin-top: 30px !important;
  }
  
  


  .theme-bg{
    background: linear-gradient(180deg, rgba(254, 129, 0, .05), rgba(254, 129, 0, .05) 83%, rgba(246, 0, 52, .1));
  }

  .momee-banner h1{
    color: #333;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .128px;
    line-height: 64px;
    margin-bottom: 17px;
    margin-top: 10px;
    max-width: 548px;
    padding: 0;
    width: 548px;
  }


  .preg-week{
    width: 230px !important;
    padding: 25px 15px 15px 15px;
  }

  .preg-week .content-icon {
    margin-bottom: 15px;
}

.preg-week p{
  align-items: flex-end;
  display: flex;
  font-size: 18px;
    font-weight:500;
     line-height: 27px;
  width: 100%;
  z-index: 2;
}

.preg-week .number{
  color: #fff;
    font-size: 100px;
    font-weight: 600;
    line-height: 80%;
   text-align: end;
margin-bottom: 30px;
}

.border-10 {
  border-radius: 10px;
}

.preg-week:hover{
box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.pregnant-week-details   ul li i {
  color: #f98106;
  padding-right: 10px;
}

.pregnant-week-details h5{
  text-transform: uppercase;
}

.pt-50{
  padding-top: 50px;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}


.post-item-2 .post-item-inner .post-thumb a img,
.widget.widget-post ul.widget-wrapper li .post-thumb a img{
  border-radius: 10px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-thumb img{
  border-radius: 10px;
}

@media (max-width: 767px) {
.banner-content-area h1.banner-title{
  width: 360px;
  font-size: 32px !important;
}
}



.table-bg1 {
  background: #e5daff !important;
  margin-top: -1px;
}

.table-bg2 {
  background: #ffe0df !important;
  margin-top: -1px;
}

.table-bg3 {
  background: #efffd6 !important;
  margin-top: -1px;
}

.table-bg4 {
  background: #ffd9f3 !important;
  margin-top: -1px;
}

.table-bg5 {
  background: #cbf1ff !important;
  margin-top: -1px;
}