.faqBanner {
    position: relative;
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
    padding: 160px 0 70px;
  }
  .faqBanner::before,.faqBanner::after{
    content:"";
    background: url(../images/star.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 52px;
    height: 49px;
  }
  .faqBanner::before{
    left: 0;
    bottom: 25px;
  }
  .faqBanner::after{    
    right: 15px;
    top: 72px;
  } 
  .faqBanner h1 {
    color: #231F20;
    font-weight: 700;
    font-size: 40px;
    line-height: 156%;
    text-align: center;
  }
   
  .faqBanner p {
      color: #585858;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    text-align: center;
    max-width: 830px;
    margin: 30px auto 0;
  }
  .faqBanner p a{
    color: #233f8c;
    text-decoration: underline;
  }
section.samplePage {
    padding: 50px 0;
}
.pricingWraper {
    width: 100%;
}
.sampleContent h1 {
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
    color: #01305C;
    padding-bottom: 30px;
}

.sampleContent p {
    font-size: 15px;
    line-height: 28px;
    color: #575E62;
}

.completedFiles {
    display: flex;
    padding-top: 15px;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.pdfsWraper {
    background: #fff;
    box-shadow: 0px 4px 60px rgba(140, 140, 140, 0.15);
    border-radius: 3px;
    max-width: 32%;
    min-height: 200px;
    position: relative;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

 
.fileHead {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 24px;
  gap: 15px;
  border-bottom: 1px solid #EBEBEC;
}
.fileHead .fileName {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 0;
    font-family: 'CircularStd';
    color: #01305C;
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.fileHead .NoOfPages {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 0;
    font-family: 'CircularStd';
    color: #575E62;
    margin: 0;
}

.pdfsWraper ul {
    list-style: none;
    padding-top: 30px;
    width: 100%;
}

.pdfsWraper ul li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

span.academicLevel {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #575E62;
}

span.docType {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #575E62;
}

.pdfsWraper a {
  display: block;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #055FAB;
    border-radius: 100px;
    color: #fff;
    padding: 11px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: 'CircularStd';
}
.pdfsWraper a:hover {
    background-color: #3a7fc1;
}

.grades-matter {
    padding: 0 0  60px 0;
}

.grades-matter-wrapper {
    padding: 50px 0;
    border-radius: 8px;
    background-color: #117BD4;
    background-image: url(../images/grades-matter-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
}

.grades-matter-wrapper p {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    font-family: CircularStd;
    color: #FFFFFF;
    text-align: center;
}

.grades-matter-wrapper .newCtas {
    padding: 13px 0;

}
.grades-matter-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.newCtas {
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 19px 0;
    max-width: 190px;
    width: 100%;
    text-align: center;
    position: relative;
    color: #117BD4;
    font-weight: 500;
    font-size: 21px;
    display: block;
    line-height: 20px;
}

.newCtas .pulseanim {
    animation-name: cta-animation;
    border-radius: 100px;
    padding: 0;
}

span.grades-matte-vector {
    position: absolute;
    bottom: -26px;
    left: -30px;
}
@keyframes cta-animation {

    0% {
      box-shadow: 0 0 0 0px #fff;
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }


  .navPagesWrapper{
    justify-content: center;
  }
  /* CTA */
.cta_star {
    padding: 0 0 72px;
  }
  
  .cta_head {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 44px;
    text-align: center;
  
    color: #231f20;
    margin-bottom: 10px;
  }
  
  .cta_desc {
    font-weight: 450;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #231f20;
    color: #221f1f;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  
  .cta_body {
    padding: 69px 0 55px;
    background: url('../images/cta_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    border: 1px solid #dfe9f1;
    position: relative;
    z-index: 1;
    background-position: center top;
  }
  
  .cta_btn {
    background-color: #233f8c;
    border-radius: 40px;
    text-align: center;
    color: #fff !important;
    padding: 12px 0;
    font-weight: 450;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: block;
    max-width: 241px;
    width: 100%;
    margin: 56px auto 0;
    position: relative;
  }
  
  .cta_btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation-name: pulse-animation;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  
  .cta_btn .ctaNewblinkText {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(/images/ai-essay-service-star-blank.svg);
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    right: -8px;
    top: -7px;
    z-index: 0;
  }
  
  .cta_btn .ctaNewblinkText span {
    font-size: 7px;
    font-family: cursive;
    color: white;
    animation: blink 1s linear infinite;
    position: relative;
    top: -1px;
  }
  
  @keyframes blink {
    0% {
      opacity: 0;
    }
  
    50% {
      opacity: 0.5;
    }
  
    100% {
      opacity: 1;
    }
  }
  .faqsWraper{
    margin-top: 60px;
  }
  .filterDropdown .select2-container{
    max-width: 300px;
    min-width: 200px;
    width: 100%!important;
  }
  .filterDropdown .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #D7E4EE;
    border-radius: 4px;
    max-height: 50px;
    min-height: 48px;
    padding: 13px 6px;
}
.filterDropdown .select2-invalid .selection .select2-selection--single[aria-expanded=true], .filterDropdown .select2-valid .selection .select2-selection--single[aria-expanded=true], .filterDropdown .selection .select2-selection--single[aria-expanded=true] {
  border: 1px solid #233F8C;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f0f8ff;
  color: #0F172A;
}
.filterDropdown .select2-selection--single:hover {
  border: 1px solid #233F8C;
}
.select2-container--default .select2-results__option--selected {
  background-color: #233F8C;
  color: #fff;
}
.filterDropdown .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: none;
  background-image: url(../new-land/images/dropdown-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  right: 6px;
  left: unset;
  top: 17px;
}
.filterDropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  transform: rotateX(180deg);
}
.filterDropdown select{
  max-width: 200px;
  min-width: 200px;
  height: 48px;
  border: 1px solid #D7E4EE;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21.71px;
  text-align: left;
  color: #A1ACB9;
  width: 100%;
  padding: 13px 6px;
  appearance: none;
}
 .filterDropdown{
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .filterDropdown .filterGroup{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
 }
 .filterDropdown .clearFilter{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
 }
 .filterDropdown .clearFilterBtn{
  background-color: transparent;
  border-radius: 4px;
  padding: 6px 7px;
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #D7E4EE;
  font-size: 14px;
  color: #575E62;
  text-decoration: underline;
  display: flex;
  cursor: pointer;
 }
 .groupAction{
  display: flex
  ;
      justify-content: space-between;
      width: 100%;
 }
 .filterDropdown .clearFilter.mob{
  display:none;
 }
.filterDropdown .clearFilterBtn:hover:after {
  position: absolute;
  content: 'Clear Filters';
  background-color: #334155;
  border-radius: 5px;
  color: #fff;
  width: max-content;
  right: 0;
  top: -39px;
  padding: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 128%;
  transition: 0.3s ease all;
  z-index: 111;
  white-space: nowrap;
}
.filterDropdown .clearFilterBtn:hover:before {
  content: '';
  position: absolute;
  right: 16px;
  top: -11px;
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #334155 transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  z-index: 112;
}
 .filterDropdown .clearFilterBtn:hover{
text-decoration: none;
color: #233F8C;
border: 1px solid #233F8C;
 }
 /* .filterDropdown .clearFilterBtn img{
  position: relative;
  top: -2px;
  left: 4px;
 } */
 .dynamicSamplesCard .noFoundText{
  font-size: 17px;
  line-height: 28px;
  color: #231F20;
  text-align: center;
  width: 100%;
  line-height: 150%;
 }
 .filterDropdown .clearFilterBtn:hover img{
  filter: brightness(0) saturate(100%) invert(20%) sepia(45%) saturate(2199%) hue-rotate(204deg) brightness(99%) contrast(95%);
 }
 .disclaimerText p{
  font-size: 15px;
    line-height: 28px;
    color: #575E62;
    text-align: center;
    margin-top: 40px;
 }
 .filterDropdown .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
    line-height: 21.71px;
    text-align: left;
    color: #575E62;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f0f8ff;
  color: #0F172A;
}
.select2-results__option {
  font-size: 14px;
  font-weight: 450;
}
.select2-container--default .select2-results__option--disabled {
  display: none;
  font-size: 13px;
}
.filterDropdown .select2-valid .selection .select2-selection--single .select2-selection__rendered {
  color: #202124;
}
.dynamicSamplesCard{
  display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
}
.skelWrap{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.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);
}
#showMoreSamplesBtn{
  background: transparent;
    color: #231F20;
    border: none;
    border-radius: 100px;
    padding: 32px 32px 12px;
    font-size: 18px;
    font-weight: 450;
    cursor: pointer;
    outline: none;
    display: none;
    text-decoration: underline;
}
#showMoreSamplesBtn:hover{
  text-decoration: none;
  color: #233F8C;
}
@keyframes SkeletonLoading {
  0% {
      background-position: -200px 0;
  }

  to {
      background-position: calc(200px + 100%) 0;
  }
}
/* .pdfsWraper ul li:last-child span:last-child{
  text-transform: uppercase;
} */
.filterlable{
  display: flex
  ;
      width: 100%;
      font-weight: 450;
      color: #231F20;
      font-size: 16px;
      align-items: center;
      gap: 8px;
}
@media (max-width:1200px) {

    .pricingWraper {
        padding-right: 50px;
    }
    .pdfsWraper {
        max-width: 48%;
    }
}

@media (max-width:991px) {
    .pdfsWraper {
        max-width: 70%;
    }
    .cta_head {
      font-style: normal;
      font-weight: 500;
      font-size: 23px;
      line-height: 150%;
      text-align: center;
      color: #231f20;
      margin-bottom: 10px;
  }

}

@media (max-width:767px) {
  .faqsPage .sec__head{
    font-size: 24px;
  }
  .filterDropdown .clearFilter.desk{
    display:none;
  }
   .filterDropdown .clearFilter.mob{
    display: flex;
    max-width: max-content;
   }
  #showMoreSamplesBtn {
   
    padding: 0px 32px 12px;
  }
  .filterDropdown select {
    max-width: 100%;
    min-width: unset;
  }
  .filterDropdown .select2-container {
    max-width: 100%;
    min-width: unset;
    width: 100% !important;
}
.filterDropdown .clearFilterBtn{
  text-align: right;
  
}
.filterDropdown .clearFilter {
  display: flex
;
  align-items: center;
  justify-content: end;
  align-items: end;
  text-align: right;
  width: 100%;
}
  .faq-icon svg{
    width: 30px;
  }
  .faqsWraper {
    margin-top: 40px;
}
  section.faqsPage {
    padding: 0px 0 60px;
}
  .filterDropdown {
    gap: 12px;
    flex-wrap: wrap;
}
.filterDropdown .filterGroup {
  gap: 12px 16px;
  flex-wrap: wrap;
}
    .pricingWraper {
        padding-right: 0px;
    }
    span.grades-matte-vector {
        bottom: -45px;
    }
    .grades-matter-wrapper p {
        font-size: 27px;
        line-height: 35px;
    }
    .newCtas {
        max-width: 170px;
    }
}

@media (max-width:575px) {
  .dynamicSamplesCard .noFoundText{
    font-size: 15px;
    line-height: 28px;
    color: #231F20;
    text-align: center;
    width: 100%;
    line-height: 150%;
   }
    .sampleContent  h1 {
        font-size: 21px;
        line-height: 30px;
    }

    .pdfsWraper {
        max-width: 100%;
        margin: 0 auto 0px;
    }
    .grades-matter-inner {
        flex-direction: column;
    }
    .grades-matter-wrapper .newCtas {
        padding: 12px 0;
        max-width: 160px;
        font-size: 20px;
    }
    .grades-matter-wrapper p {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 30px;
    }
    span.grades-matte-vector {
        display: none;
    }
    .faqBanner h1 {
        font-size: 27px;
        line-height: 140%;
    }
    .faqBanner p{
        font-size: 15px;
    }
    .cta_btn {
        padding: 10px 0;
        font-size: 17px;
        line-height: 25px;
        max-width: 230px;
        width: 100%;
        margin: 30px auto 0;
    }

    .cta_body {
        padding: 39px 0 45px;
    }

    .cta_desc {
        font-size: 17px;
    }
    .cta_body {
        border-radius: 25px;
    }


}