section.samplePage {
    padding: 60px 0 115px 0;
    font-family: Inter;
}

.sampleContent h1 {
    font-weight: 700;
    padding-bottom: 16px;
    font-size: 30px;
    line-height: 120.19%;
    color: #004B3D;
    text-align: center;
}


.ctaHead{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 142.5%;
color: #FFFFFF;
}


.completedFiles {
    padding-top:62px ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 18px;
}

.pdfsWraper {
    background: #fff;
    box-shadow: 1px 1px 11px rgba(224, 224, 224, 0.25);
    border-radius: 12px;
    border: 1px solid #D9E4E1;
    min-height: 286px;
    position: relative;
    padding: 34px 16px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 377px;
    width: 100%;
    flex-grow: 1;
    flex-basis: 377px;
}

.fileHead {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 22px;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEC;
}
.infoHead {
    display: flex;
    column-gap: 12px;
    max-width: max-content;
    align-items: center;
}
.fileHead img {
    max-width: 27px;
    width: 100%;
    min-height: 35px;
    height: 100%;
}
.fileHead .fileName {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 0;
    color: #004B3D;
    max-width: 240px;
    width: 100%;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    text-align: left;

}

.fileHead .NoOfPages {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0;
    color: #9FADC1;
    max-width: max-content;
}

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

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

span.academicLevel {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3F3F3F;
}

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

.pdfsWraper a {
    display: block;
    max-width: 126px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #02837A;
    border-radius: 100px;
    color: #fff;
    padding: 8px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-top: 17px;

}
.pdfsWraper a:hover {
    background-color: #02C585;
}

.grades-matter {
    padding: 70px 0;
    background-color: #F8FBFA;
}

.grades-matter-wrapper {
    padding: 50px 0 50px 85px;
    border-radius: 15px;
    background: radial-gradient(100% 100% at 50% 0%, #02C585 0%, #02AB81 60.8%, #02837A 100%), linear-gradient(0deg, #D4DDE5, #D4DDE5);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    display: flex;
    justify-content: left;
}

.grades-matter-wrapper p {
    font-weight: 400;
    font-size: 22px;
    line-height: 142.5%;
    color: #FFFFFF;
    text-align: center;
}

.grades-matter-wrapper .newCtas {
    padding: 7px 16px;

}
.grades-matter-inner {
    display: flex;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    padding-left: 42px;
    row-gap: 28px;
    flex-direction: column;
}

.newCtas {
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 19px 0;
    max-width: 125px;
    height: 44px;
    width: 100%;
    text-align: center;
    position: relative;
    color: #02837A;
    font-weight: 500;
    font-size: 18px;
    line-height: 164.5%;
    display: block;

}
.ctaIcon {padding-right: 42px;}

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

span.grades-matte-vector {
    position: absolute;
    bottom: -5px;
    right: 0px;
}
@keyframes cta-animation {

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


  .sampleContent .page-desc {
text-align: center;
color: #3F3F3F;
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
@media (max-width:1200px) {

    .pricingWraper {
        padding-right: 50px;
    }

}

@media (max-width:991px) {

    .pricingWraper{
        padding-right: 0px;

}


}

@media (max-width:767px) {

    .pricingWraper {
        padding-right: 0px;
        margin-top: 10px;
    }
    span.grades-matte-vector {
        bottom: -45px;
    }
    .grades-matter-wrapper p {
        font-size: 22px;
        line-height: 35px;
    }
    .newCtas {
        max-width: 170px;
    }

    .completedFiles{
        justify-content: center;
        padding-top: 40px;
    }

}

@media (max-width:575px) {
    .grades-matter {
        padding: 50px 0;
    }
    section.samplePage {
        padding: 60px 0 ;
    }
    .sampleContent  h1 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 14px;
    }

    .sampleContent .page-desc{
        font-size: 14px;
        max-width: 100%;
        text-align: center;

    }
    .fileHead .fileName {
        font-size: 14px;
        text-align: center;
    }

    .grades-matter-inner{
        padding-left: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        padding-top: 18px;
        align-items: center;
        row-gap: 22px;
    }
    .ctaIcon {
        padding-right: 0px;
        padding-bottom: 18px;
    }

    .ctaIcon img {
        display: block;
        width: 94px;
        height: 94px;
    }
    .ctaIcon{
        justify-content: center;
    }

    .grades-matter-inner {
        flex-direction: column;
        border-left: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
    }
    .grades-matter-wrapper p{
        text-align: center;
    }
    .newCtas{
        line-height: 17.75px;
    }
    .grades-matter-wrapper{
        padding: 36px 28px;
        flex-direction: column;
    }
    .ctaIcon{
        display: flex;
        align-items: center;
    }
    .grades-matter-wrapper .newCtas {
        padding: 12px 0;
        max-width: 160px;
        font-size: 16px;
    }
    .grades-matter-wrapper p {
        font-size: 22px;
        line-height: 142%;
        text-align: center;
        padding-bottom: 0;
    }
    span.grades-matte-vector {
        display: none;
    }



}

