.navItems a {
  color: #fff;
}

.nav__btns .signup a {
  color: #fff;
}

.mpw-navbar .nav-toggel svg path {
  fill: #000;
}

.navItems li a.hover:after {
  background: #000;
}

header.mpw-navbar {
  transform: translateY(0px);
  left: 0;
  background-color: transparent;
  box-shadow: unset;
  z-index: 8;
  position: fixed;
}

.navItems a.active {
  /* color: #fff; */
  /* color: #4CAEFF; */
}

/* .siteLogoWhite img{
  display: block;
    max-width: 200px;
    width: 100%;
    max-height: 30px;
    height: 100%;
} */
/* .blogmain h1 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 30px;
    padding-top: 60px;
}
.blogban p {
    font-size: 18px;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.blog-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}
.blogmain .blogpost {
    border: 1px solid #eee;
    width: 85%;
    border-radius: 0;
    margin: 0 !important;
}
.blogpost a {
  display: block;
  width: 100%;
  position: relative;
}
.blogimg {
    width: 100%;
    background-color: #00aeee;
    position: relative;
    display: none;
    max-height: 271px;
    height: 100%;
    object-fit: cover;
}
.featureImageWrapper{
  position: relative;
  min-height: 271px;
  width: 100%;
}
.skeletonBlogImage{
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #EEEEEE 47.92%, #F6F6F6 60.42%, #EEEEEE 72.92%);
  top: 0px;
  left: 0px;
  z-index: 0;
  animation: shine-header 1s 0s infinite linear;
}
@keyframes shine-header {
  0% {
    background-position: 0px;
  }
  50%{
    background-position: 325px;
  }
  100% {
    background-position: 630px;
  }
}

.blog-down{
width: 100%;
max-width: 45%;
position: relative;
}

.blogpost h2 {
    color: #000;
    font-size: 22px;
    padding: 20px 15px;
    box-shadow: 0 6px 8px 0 rgb(50 53 70 / 40%);

}
.blog-down:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}
.blog-list .blog-down:nth-child(even) .blogpost {
    margin: 0 auto;
    margin-top: 100px !important;
}
.blog-down:nth-child(odd)::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #055FAB;
  position: absolute;
  top: 0;
  left: 110%;
}
.cta-wraper{
padding: 100px 0px 40px 0px;

}
.cta-wraper h3 {
    font-weight: 700;
    color: #1a1a1b;
    font-size: 43px;
    margin-bottom: 0;
    text-align: center;
    line-height: 47px;
}
.cta-wraper p{
color: #1a1a1b;
margin-top: 10px;
font-size: 23px;
font-weight: 400;
text-align: center;
}
a.order_now {
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #055FAB;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    width: 100%;
    margin: 10px auto;
    display: block;
    max-width: 172px;
}
@media (max-width:991px) {
  .blogmain .blogpost {
      width: 100%;
  }
}
@media (max-width:767px) {
  .blog-list {
    flex-direction: column;
    }
    .blog-down:nth-child(odd)::after {
      display: none;
    }
    .blog-down {
    max-width: 100%;
    }
    .blog-down{
    margin-top: 20px !important;
    margin-bottom: 20px;
    }
    .blog-list .blog-down:nth-child(even) .blogpost {
        margin: 0 auto;
        margin-top: 0px !important;
    }
    .cta-wraper h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .blogpost h2 {
    font-size: 16px;
  }
}
@media (max-width:575px) {
.cta-wraper h3 {
    font-size: 22px;
  }
  .cta-wraper p {
    font-size: 20px;
  }
} */