.container{
  max-width: 1200px;
}
.blogWrapperSec {
  padding: 150px 0 100px;
  background-image: url(../images/guideGirl.webp), url(../images/bannerVector.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: 75% 49%, top left;
  background-size: 475px, 305px;
  background-color: #fff;
}
.blogWrapperSec.blogBanner {

  background-image: url(../images/blogGirl.webp), url(../images/bannerVector.webp);

}
/* .sticky-search {
  position: fixed;
  top: 0;
  width: 100%;
} */
/* .search-body.sticky-search {
  top: 64px;
  background: #F5FAFF;
  z-index: 1;
  padding: 38px 0;

  max-height: 128px;
  height: 100%;
} */
.seoContentCard {
  margin-bottom: 40px;
  padding: 40px 30px 20px;
  border: 1px solid #c8d9ee;
  border-radius: 20px;
}
.seoContentCard h2{
padding-top: 20px;
color: #01305C;
font-size: 30px;
line-height: 36px;
text-transform: capitalize;
font-weight: 700;
font-family: Inter;
padding-bottom: 15px;
}
.seoContentCard p,
.seoContentCard li {
  font-weight: 450;
  font-family: 'Inter';
  color: #575E62;
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 15px;
}

.blogTitle{
  max-width:595px;
  width: 100%;
  padding:130px 0 50px;
  margin-bottom: 25px;

}
.titlePara {
  margin-bottom: 33px;
}
.searchWraper{
  position: relative;
  width:100%;
  max-width: 448px;

}
.search-body{
  display: flex;
  column-gap: 19px;
}
.search_Btn{
  background: #02837A;
  width: 51px;
height: 51px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #02837A;
outline: none;
border-radius: 6.70027px;
}
.search_Btn:hover{
background-color: #02C585;
}
.searchControl{

  width:100%;
  height: 51px;

  border-radius:6px;
  color: #231F20;
  margin: 0 auto;
  position: relative;

  background: #FCFFFD;
border: 1px solid #D9E4E1;
  font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 19px;
padding: 16px;
}
.searchControl::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ADADAD;
  opacity: 1; /* Firefox */
}

.searchControl:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ADADAD;
}

.searchControl::-ms-input-placeholder { /* Microsoft Edge */
  color: #ADADAD;
}
.searchIcon{
  position:absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
input.searchControl:focus-visible,
input.searchControl:focus,
input.searchControl:hover
 {
  border: 1px solid #02C585!important;
  outline: unset;
}
.blogTitle h1,
.noResultFound .noResultHead {
  color: #004B3D;
  font-size: 36px;
  line-height: 120.19%;
  text-transform: capitalize;
  font-weight: 700;
  font-family: Inter;
  padding-bottom: 12px;
  margin: 49px auto 0;
}
.des-head {
  text-align: left;
  font-size: 18px;
  line-height: 159.7%;
  color: #3F3F3F;
  font-family: 'Inter';
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  height: 33px;

}
/* .des-head-67 {
  height: 67px;
} */
.blogTitle h1 span {
  border-bottom: 2px solid #00aeee;
}
.blogtop {
  display: block;
  text-align: center;
  padding: 61px 0 10px;
}
.blogPage{
  padding: 0px 0;
  background-color: #F8FBFA;
}
a.newlogOutBtn {
  color: #000;
  border-color: #000;
}
.blogSearch input{
  width: 260px;
  height: 42px;
  border: 1.5px solid #DADCE0;
  border-radius: 3px;
  background: #fff;
  padding: 10px 5px 10px 15px;
  font-size: 16px;
  color: #202124;
}
.blogList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.blog {
  flex-basis: 32.1%;
  width: 100%;
  overflow: hidden;
  max-height: inherit;
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 34px 0 rgb(0 0 0 / 8%);
  border-radius: 5px;
  transition: all ease .3s;
}
.blog:hover {
  transform: scale(1.05);
  border: 1px solid #02837A;
}
.blogImg {
  max-height: 383px;
  overflow: hidden;
  margin-bottom: 5px;
}

.blogName {
  padding: 12px;
}
.blogName h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 148.19%;
  color: #3f3f3f;
}
.blogName h2 a{
  color: #000000;
}
.blogName h2 a:hover{
  text-decoration: underline;
}
.blogImg img {
  object-fit: contain;
  width: 100%;
}
.lazyImg {
  display: none;
}
.skeleton {
  background-size: 200px 100%;
  background-repeat: no-repeat;
  line-height: 1;
  width: 100%;
  height: inherit;
  animation: SkeletonLoading 1s ease-in-out infinite;
  background-color: #f3f3f3;
  background-image: linear-gradient(90deg, #f3f3f3, #ededee, #f3f3f3);
}
@keyframes SkeletonLoading {
  0% {
    background-position: -200px 0;
  }
  to {
    background-position: calc(200px + 100%) 0;
  }
}
@media (max-width:1400px) {
  .blogWrapperSec {
    background-position: 91% 49%, top left;

}
}
@media (max-width:767px) {
  .blogWrapperSec {
    padding: 23px 0 22px;
    background-image:url(../images/bannerVector.webp);
    background-repeat:no-repeat;
    background-position:top left;
    background-size:305px;
    background-color: #fff;
  }
  .blogWrapperSec.blogBanner{
    background-image:url(../images/bannerVector.webp);
  }
  .blog{
    flex-basis: 48%;
  }
  .seoContentCard{
    max-height: 600px;
    overflow-y: scroll;
  }
  .seoContentCard::-webkit-scrollbar {
    width: 5px;
    max-height: 5px
  }

  .seoContentCard::-webkit-scrollbar-track {
    background: #e5e5e5
  }

  .seoContentCard::-webkit-scrollbar-thumb {
    background: #013E76;
    border-radius: 4px
  }
}
@media (max-width:575px) {
  .blog{
    flex-basis: 99%;
  }
  .searchControl {

    height: 42px;

}
.search-body.sticky-search {
    top: 60px;
    background: #F5FAFF;
    z-index: 1;
    padding: 25px 0;
    max-height: 94px;
    height: 100%;
}
          .searchIcon svg{
            width: 24px;
            height: 24px;
          }
          .blogTitle h1,.noResultHead{
            font-weight: 700;
            font-size: 26px;
            line-height: 32px;
            padding-bottom: 20px;
          }
          .des-head-67,
          .des-head {
            font-size: 16px;
            line-height: 150%;
            padding-bottom: 10px;
            height: 66px;
        }
        .searchWraper {
          max-width: 330px;
        }
        .blogTitle {

          padding: 118px 0 25px;

        }
        .titlePara {
          margin-bottom: 15px;
        }
        .search_Btn {

          width: 42px;
          height: 42px;

      }
      .search_Btn img{
        width: 18px;
      }
}
@media (max-width:413px) {

}
