.banner__Wrapper .sec_head, .rw-words {
    display: inline;
    color: #231f20;
    font-weight: 700
}

*, .banner__order, .servicePagesWrapper p a:hover, a, a:hover, body {
    text-decoration: none
}

.banner__order::before, .freebie__Cta::before {
    animation-name: pulse-animation;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

*, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: CircularStd
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

section.banner__Section {
    padding: 35px 0 150px
}

section.banner__Section.sectionBg {
    background-image: url(../images/banner-girl-new.webp), url(../images/gradient-bg.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 79% 75%, top left;
    background-size: auto, 100%
}

.banner__Wrapper .sec_head {
    font-size: 44px;
    line-height: 156%
}

.rw-sentence {
    margin: 0;
    text-align: left;
    max-width: 555px;
    width: 100%
}

.rw-words {
    font-size: 43px;
    line-height: 150%;
    margin-left: 5px
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: 8s linear infinite rotateWord;
    -ms-animation: rotateWord 8s linear infinite 0s;
    animation: 8s linear infinite rotateWord;
    background-color: #0198c5;
    color: #fff;
    padding: 0 10px
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s
}

.our_Work .sec__desc {
    max-width: 77.7%;
    width: 100%;
    margin: 0 auto
}

@-webkit-keyframes rotateWord {
    0%, 100%, 80% {
        opacity: 0
    }

    2% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0)
    }

    17%, 5% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }

    20% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0)
    }
}

@-ms-keyframes rotateWord {
    0%, 100%, 2%, 20%, 80% {
        opacity: 0
    }

    2% {
        -ms-transform: translate3d(0, -30px, 0)
    }

    17%, 5% {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0)
    }

    20% {
        -ms-transform: translate3d(0, 30px, 0)
    }
}

@keyframes rotateWord {
    0%, 100%, 80% {
        opacity: 0
    }

    2% {
        opacity: 0;
        transform: translate3d(0, -30px, 0)
    }

    17%, 5% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    20% {
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }
}

.banner__desc {
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #231f20;
    margin: 0;
    padding-top: 35px
}

.banner__Features {
    max-width: 500px;
    width: 100%;
    padding: 80px 0;
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 50px
}

.feature__Box {
    max-width: 45%;
    width: 100%;
    display: flex;
    column-gap: 17px
}

.feature__Desc p {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #231f20;
    padding-bottom: 2px;
    margin: 0
}

.feature__Desc span {
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
    display: block
}

.banner__order {
    background-color: #00387e;
    border-radius: 5px;
    font-weight: 450;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding: 12px 0;
    max-width: 201px;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative
}

.sec_desc a:hover, .servicePagesWrapper p a, .viewMore {
    text-decoration: underline
}

.banner__order:hover, .review-controls .swiper-button-next:active:after, .review-controls .swiper-button-prev:active:after, .samplesControls .swiper-button-next:active:after, .samplesControls .swiper-button-prev:active:after {
    color: #fff
}

.banner__order::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 #00387e
    }

    100% {
        box-shadow: 0 0 0 15px transparent
    }
}

.banner__Specs {
    padding-bottom: 60px
}

.banner__Specs__Wrapper {
    display: flex;
    column-gap: 50px;
    justify-content: center;
    padding: 70px 0;
    background-color: #fff;
    box-shadow: 0 -5px 23px rgb(184 178 178 / 25%);
    border-radius: 40px;
    margin-top: -70px;
    position: relative
}

.banner__Specs__Wrapper::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 80px;
    background-image: url(../images/star-bg.svg);
    background-repeat: no-repeat;
    right: -55px;
    z-index: -1;
    bottom: 30px
}

.spec__Card {
    padding: 46px 18px;
    background-color: #fff;
    box-shadow: 0 0 20.1824px 17.2992px rgb(0 0 0 / 3%);
    border-radius: 13.1143px;
    max-width: 26%;
    width: 100%;
    text-align: center
}

.sample__Card, .slide-inner {
    box-shadow: 0 0 15px rgba(140, 140, 140, .15)
}

.spec__Desc p {
    padding-top: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #231f20;
    padding-bottom: 25px;
    margin: 0
}

.spec__Desc span {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .005em;
    color: #231f20;
    display: block
}

section.our_Work {
    padding: 30px 0 56px;
    position: relative;
    overflow: hidden
}

.processSec::before, section.our_Work::before {
    position: absolute;
    content: '';
    width: 130px;
    height: 156px;
    top: 172px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.price__Section::after, .price__Section::before {
    width: 70px;
    height: 80px;
    background-image: url(../images/star-bg.svg);
    z-index: -1;
    transform: rotate(45deg);
    background-repeat: no-repeat;
    position: absolute;
    content: ''
}

section.our_Work::after {
    position: absolute;
    content: '';
    width: 175px;
    height: 215px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.sec__head, .sec_heading, .termPaperFeatures h2 {
    color: #231f20;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 15px
}

.price__Section .sec__desc, .processSec .subText, .sec__desc {
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: #575e62;
    font-style: normal
}

.faq-sec h4, .servicePagesWrapper h2, .servicePagesWrapper h3, .servicePagesWrapper h4 {
    color: #231f20;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
    font-weight: 500;
    font-family: CircularStd;
    padding-bottom: 15px
}

.sec__desc {
    text-align: center
}

.our_Work__Wrapper {
    padding-top: 60px;
    display: flex;
    column-gap: 85px;
    justify-content: center
}

.work__Desc, .writersWrapper {
    padding-top: 50px
}

.work__Card {
    max-width: 25.5%;
    width: 100%;
    text-align: center
}

.work__Badge img {
    display: block;
    max-width: 236px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 100%
}

.work__Desc p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #231f20;
    margin: 0;
    text-align: center
}

.work__Desc span {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .005em;
    color: #231f20;
    display: block;
    padding-top: 23px
}

.price__Section {
    padding: 60px 0 90px;
    position: relative;
    overflow: hidden
}

.price__Section::before {
    right: 60px;
    top: 20px
}

.price__Section::after {
    left: -20px;
    bottom: 90px;
    background-size: cover
}

.price__Section .sec__desc, .processSec .subText {
    text-align: center;
    margin: 0 auto;
    max-width: 68%;
    width: 100%
}

.price__sectoin .sec__desc {
    max-width: 77%;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.price__Section__Wrapper {
    display: flex;
    justify-content: center;
    max-width: 91%;
    column-gap: 57px;
    padding-top: 60px;
    align-items: center;
    margin: 0 auto
}

.price__Calculator {
    max-width: 340px;
    width: 100%
}

.price__Box {
    display: flex;
    column-gap: 25px;
    align-items: start
}

.priceIcon {
    top: 5px;
    position: relative
}

.price__Features {
    display: flex;
    flex-direction: column;
    row-gap: 45px
}

.price__Desc p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #231f20;
    padding-bottom: 2px;
    margin: 0
}

.price__Desc span {
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    color: #231f20;
    line-height: 150%;
    display: block
}

section.samples__Section {
    padding: 60px 0 0;
    position: relative;
    overflow: hidden
}

section.samples__Section::before {
    position: absolute;
    content: '';
    width: 130px;
    height: 156px;
    top: 52px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.processSec::after, section.samples__Section::after {
    position: absolute;
    content: '';
    width: 175px;
    height: 215px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover
}

section.freebies::after, section.freebies::before, section.reviews::after, section.reviews::before {
    width: 70px;
    height: 80px;
    background-image: url(../images/star-bg.svg);
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(45deg);
    content: ''
}

.samples__Section .sec__desc {
    max-width: 79%;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.samples__Wrapper {
    width: 100%;
    position: relative;
    padding: 60px 0 110px
}

.samplesSwiper .swiper-wrapper {
    padding: 10px 0
}

.smaple_Btns .pdfCta, .smaple_Btns .viewPdf {
    padding: 12px;
    font-size: 15px;
    line-height: 16px;
    width: 100%
}

.samplesSwiper {
    padding: 5px 0
}

.sample__Card {
    background-color: #fff;
    border-radius: 10px;
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px
}

.sample_card_head {
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebec
}

.sample_card_head img {
    display: block;
    width: 32px;
    height: 42px
}

.sample_card_head p {
    color: #00387e;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin: 0;
    min-height: 54px
}

.sample__Details {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

.sample__Details p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.sample__Details p span:first-child {
    font-weight: 450;
    font-size: 15px;
    line-height: 150%;
    color: #575e62
}

.sample__Details p span:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #575e62
}

.smaple_Btns {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    padding-top: 25px
}

.smaple_Btns .viewPdf {
    border: 1px solid #00387e;
    border-radius: 100px;
    max-width: 123px;
    text-align: center;
    color: #00387e;
    font-weight: 500
}

.freebie__Cta, .smaple_Btns .pdfCta {
    background-color: #00387e;
    color: #fff;
    text-align: center
}

.smaple_Btns .pdfCta {
    border-radius: 100px;
    max-width: 120px;
    font-weight: 500
}

.samplesControls {
    position: absolute;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    bottom: 70px;
    left: 0;
    right: 0
}

.samplesControls .swiper-button-next {
    right: 0
}

.review-controls .swiper-button-prev, .samplesControls .swiper-button-prev {
    left: 0
}

.samplesControls .swiper-button-next, .samplesControls .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: 1px solid #075595;
    background-color: #fff
}

.samplesControls .swiper-button-next:hover, .samplesControls .swiper-button-prev:hover {
    border-color: #00699b;
    background: #f6f6f6
}

.samplesControls .swiper-button-next:after, .samplesControls .swiper-button-prev:after {
    font-size: 14px;
    color: #075595;
    font-weight: 700
}

.samplesControls .swiper-button-next:active, .samplesControls .swiper-button-prev:active {
    background-color: #00699b
}

.samplesControls .swiper-button-next:hover:after, .samplesControls .swiper-button-prev:hover:after {
    color: #00699b
}

section.freebies {
    padding: 90px 0;
    position: relative;
    overflow: hidden
}

section.freebies::before {
    position: absolute;
    right: 20px;
    top: 130px
}

section.freebies::after {
    position: absolute;
    left: 0;
    bottom: 150px
}

.freebies__Wrapper {
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 85px;
    row-gap: 55px
}

.singleFreebie {
    max-width: 36%;
    width: 100%;
    display: flex;
    column-gap: 20px
}

.freebieDesc p {
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
    color: #231f20;
    margin: 0;
    padding-bottom: 7px
}

.freebieDesc span {
    font-weight: 450;
    font-size: 15px;
    line-height: 150%;
    color: #575e62;
    display: block
}

.freebie__Cta {
    border-radius: 5px;
    padding: 12px 0;
    font-weight: 450;
    font-size: 18px;
    line-height: 25px;
    display: block;
    max-width: 187px;
    width: 100%;
    margin: 75px auto 0;
    position: relative
}

.freebie__Cta::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

section.reviews {
    width: 100%;
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: 0 -60px;
    position: relative;
    overflow: hidden
}

section.reviews::before {
    position: absolute;
    left: -20px;
    top: 80px
}

section.reviews::after {
    position: absolute;
    right: -25px;
    bottom: 130px
}

.featureItem.dualItems p, .reviews h2 {
    text-align: center
}

.reviews .sec__desc {
    max-width: 66%;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.reviews-wraper {
    display: block;
    position: relative;
    padding-top: 60px
}

.review-controls {
    position: absolute;
    width: 100%;
    top: 56%
}

.slide-inner {
    max-width: 100%;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 270px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto;
    border: 1px solid #fff
}

.reviews-swiper .swiper-slide.swiper-slide-next .slide-inner, .siteJabber-swiper .swiper-slide.swiper-slide-next .slide-inner, .trustPilot-swiper .swiper-slide.swiper-slide-next .slide-inner {
    margin-left: 0;
    margin-right: auto
}

.slide-inner hr {
    border-top: 1px solid #ebebec;
    margin: 0
}

.customer__review {
    padding: 25px 28px 35px
}

.reviews-swiper .swiper-pagination-bullet {
    max-width: 15px;
    width: 100%;
    height: 15px;
    border-radius: 100%;
    background-color: #efefef;
    opacity: 1
}

.reviews-swiper span.swiper-pagination-bullet-active {
    --swiper-theme-color: #117bd4;
    background-color: #117bd4
}

.review-controls .swiper-button-next, .review-controls .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: 1px solid #b0b0b0
}

.review-controls .swiper-button-next:hover, .review-controls .swiper-button-prev:hover {
    border-color: #117bd4;
    background: #f6f6f6
}

.review-controls .swiper-button-next:after, .review-controls .swiper-button-prev:after {
    font-size: 14px;
    color: #b0b0b0;
    font-weight: 500
}

.review-controls .swiper-button-next:active, .review-controls .swiper-button-prev:active {
    background-color: #117bd4
}

.review-controls .swiper-button-next:hover:after, .review-controls .swiper-button-prev:hover:after {
    color: #117bd4
}

.reviews-swiper, .siteJabber-swiper, .trustPilot-swiper {
    width: 100%;
    padding: 35px 10px 30px
}

.faq button.active .default, .mpw_reviews .mpw-pagination, .reviews-swiper>.swiper-pagination-bullets, .siteJabber-swiper>.swiper-pagination-bullets, .sitejabe-pagination, .trustPilot-swiper>.swiper-pagination-bullets, .trust_pilot__reviews .trust-pagination {
    display: none
}

.author, .rating, .ratingBox, .ratingName {
    display: flex
}

.process_workwrapper, .site_jabber_reviews, .trust_pilot__reviews, .writersWrapper {
    position: relative
}

.author {
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 28px
}

.rating, .rev-inner {
    align-items: center;
    position: relative
}

.author-inner .author-name {
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .005em;
    color: #9ba0a4;
    margin: 0
}

.customer__review p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    color: #231f20
}

.author-inner span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #255394
}

.rating {
    top: 7px
}

#mpwBtn.reviewsActive, #mpwBtn:hover, .mpw_reviews .slide-inner:hover {
    border-color: #255394
}

#siteJabberBtn.reviewsActive, #siteJabberBtn:hover, .site_jabber_reviews .slide-inner:hover {
    border-color: #ef6a23
}

#trustPilotBtn.reviewsActive, #trustPilotBtn:hover, .trust_pilot__reviews .slide-inner:hover {
    border-color: #5cd3cb
}

.review-controls .swiper-button-next {
    right: -18px
}

section.reviews .review-controls .swiper-button-prev {
    left: -52px
}

.ratingBox {
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 34px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 14px 0;
    cursor: pointer;
    border: 1px solid transparent
}

.ratingName {
    flex-direction: column;
    align-items: center
}

.ratingName .mpw {
    max-width: 172px;
    width: 100%;
    max-height: 27px;
    height: 100%
}

.rev-inner {
    max-width: 776px;
    width: 100%;
    display: flex !important;
    margin: 0;
    row-gap: 30px;
    column-gap: 21px
}

.accord-body a, .faq button.active .onactive, .viewMore {
    display: block
}

.allSwiper {
    width: 100%;
    cursor: grab
}

.starsvgs path, .trust_pilot__reviews .rating svg path {
    fill: #5cd3cb
}

.viewMore {
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    color: #737678;
    font-weight: 400;
    text-align: right;
    max-width: max-content;
    margin-left: auto
}

.test {
    display: flex
}

.customWrapppper {
    display: flex;
    width: 100%;
    column-gap: 50px;
    align-items: center;
    flex-direction: column
}

.reviewsContainer {
    max-width: 90%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.showReviews {
    max-width: 990px;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 18px
}

p.des-head {
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #231f20;
    width: 100%;
    max-width: 909px;
    margin: 19px 0 78px
}

.starsvg, .starsvgs {
    margin-top: 7px
}

section.servicePages {
    width: 100%;
    padding: 70px 0
}

.servicePages .sec__head {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.seoContent {
    position: relative;
    border-top: 1px solid #00387e;
    padding: 5px;
    border-bottom: 4px solid #00387e
}

.scrollBtm, .scrollTop {
    position: absolute;
    left: auto;
    right: 0;
    box-shadow: inset 0 0 0 1px #c8d9ee;
    color: #c8d9ee;
    cursor: pointer
}

.scrollTop {
    top: 40px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out
}

.servicePagesWrapper {
    width: 100%;
    max-height: 600px;
    padding-top: 40px;
    padding-right: 70px;
    padding-left: 20px;
    height: 100%;
    overflow-y: scroll
}

.seoRow {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.seoColumn {
    max-width: 48%;
    width: 100%
}

.seoContentCard {
    margin-bottom: 20px;
    padding: 40px 30px 20px;
    border: 1px solid #c8d9ee;
    border-radius: 20px
}

.servicePagesWrapper li, .servicePagesWrapper p {
    font-weight: 450;
    font-family: CircularStd;
    color: #575e62;
    font-size: 15px;
    line-height: 170%;
    padding-bottom: 15px;
    margin: 0
}

.servicePagesWrapper p a {
    color: #00508f
}

.scrollBtm {
    bottom: 40px;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out
}

.processSec, .processSwiper {
    position: relative;
    overflow: hidden
}

.processSec {
    background-color: #f8fcff;
    padding: 60px 0
}

.processSec h2.secHead {
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    line-height: 156%;
    text-align: center;
    color: #231f20;
    margin: 0;
    padding-bottom: 15px;
    line-height: normal
}

.processSteps {
    display: flex;
    justify-content: center;
    margin: 60px 0 40px;
    max-width: 100%;
    column-gap: 25px
}

.singleStep {
    background: #f2f7fc;
    border-radius: 5px;
    text-align: center;
    color: #4d5356;
    padding: 13px 47px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    max-width: 24.5%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.faq button, .processContent {
    text-align: left
}

.processDesc, .processName {
    color: #231f20;
    max-width: 300px
}

.processSlide {
    display: flex;
    justify-content: start;
    align-items: start
}

.processName {
    margin: 34px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px
}

.processDesc {
    font-weight: 450;
    font-size: 16px;
    line-height: 170%;
    margin: 0
}

.processSwiperBtns {
    position: absolute;
    display: flex;
    max-width: 330px;
    width: 100%;
    gap: 100%;
    bottom: 25%;
    right: 10%;
    z-index: 5
}

.processSwiper-prev {
    position: absolute;
    left: 30px
}

.processSwiper-next {
    position: absolute;
    right: 0
}

.processSwiper-btn {
    cursor: pointer
}

.processSwiper-btn.swiper-button-disabled {
    opacity: .25;
    pointer-events: none
}

.singleStep.active {
    color: #0b60a9;
    background: #ddeafa;
    display: block
}

.faq-card.show .faq-card-head::after {
    transform: rotate(45deg);
    transition: .2s
}

button.faqlinks {
    font-weight: 500 !important
}

section.faqSection {
    width: 100%;
    padding: 60px 0;
    background-color: #f8fbff;
    position: relative
}

.faq-card-head h3, .faq-card-head p {
    font-size: 18px;
    line-height: 30px;
    color: #231f20;
    text-align: left;
    font-family: CircularStd;
    font-weight: 500;
    max-width: 90%;
    margin: 0
}
.seoContentCard ol{
    margin-left: 27px;
}
.mycard .faq-card-body {
    position: relative;
    padding: 10px 20px
}

.accordian {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.accordian-card {
    width: 30%;
    margin-bottom: 30px
}

.accord-body {
    display: none;
    padding: 10px 10px 10px 30px;
    background-color: #fff
}

.faqcontent, .main-card {
    display: block !important
}

.accord-body a {
    color: #337ab7;
    font-size: 15px;
    padding: 10px 0;
    font-family: CircularStd
}

.card-tabs {
    max-width: 245px;
    width: 100%;
    margin-right: 115px
}

.main-card {
    padding-top: 0;
    width: 100%;
    max-height: 430px;
    height: 100%;
    overflow-y: scroll;
    padding-right: 50px
}

.main-card::-webkit-scrollbar {
    width: 5px;
    max-height: 5px
}

.main-card::-webkit-scrollbar-track {
    background: #e5e5e5
}

.main-card::-webkit-scrollbar-thumb {
    background: #00387e;
    border-radius: 4px
}

.faq button {
    border: none;
    outline: 0;
    transition: .3s;
    max-width: 245px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    background-color: transparent;
    border-radius: 15px;
    padding: 15px 17px 15px 60px;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    line-height: 130%;
    color: #141a27;
    align-items: flex-start;
    position: relative
}

.faq button.active {
    background-color: #1176ca;
    color: #fff
}

.faq button img {
    position: absolute;
    left: 20px
}

.faqcontent {
    -webkit-animation: 1s fadeEffect;
    animation: 1s fadeEffect;
    max-width: 100%;
    width: 100%
}

.faqcontent.shown {
    display: inline
}

.faq {
    display: flex;
    flex-direction: column
}

.accord {
    padding-top: 0 !important;
    width: 100%
}

.price__Desc h3 {
    font-size: 18px;
    padding-bottom: 10px
}

section.faqSection::before {
    position: absolute;
    content: '';
    width: 146px;
    height: 185px;
    top: -80px;
    left: 0
}

.faqSection .sec-head {
    text-align: center;
    padding-bottom: 60px;
    font-size: 33px;
    font-weight: 500;
    color: #231f20
}

.faq-card {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px
}

.faq-card-head {
    padding: 0 0 30px;
    display: flex;
    align-items: center;
    position: relative
}

.faq-card .faq-card-head:hover span.faq-icon svg path {
    fill: #01305c
}

.faq-card .faq-card-head:hover span.faq-icon svg circle {
    stroke: #01305c;
    fill: #F6F6F6
}

.faq-card.show .faq-card-head:hover span.faq-icon svg path, .faq-card.show span.faq-icon svg path {
    fill: #fff
}

.faq-card.show .faq-card-head:hover span.faq-icon svg circle {
    stroke: #117bd4;
    fill: #117bd4
}

.faq-card.show span.faq-icon svg circle {
    stroke: #00387E;
    fill: #00387E
}

.faq-card.show span.faq-icon {
    transform: rotate(0)
}

span.faq-icon {
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    transition: .3s;
    top: 0
}

.faq-card-head .faqs-head {
    font-size: 26px;
    line-height: 30px;
    color: #35414b;
    text-align: left;
    font-family: CircularStd;
    font-weight: 450
}

.faq-card-body {
    width: 100%;
    padding: 8px 0 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: default
}

.answerInner ol, .answerInner ul {
    padding-left: 40px
}

.answerInner li, .answerInner p {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: #4e4e4e;
    font-family: CircularStd;
    margin: 0
}

.freebie__Cta:hover {
    background: #0350b0;
    color: #fff
}

.processSwiper .swiper-slide {
    display: flex;
    gap: 30px
}

section.writers__Section {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 60px 0
}

.sec_desc {
    color: #575e62;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%;
    margin: 0 auto
}

.writers__Section .sec_desc {
    max-width: 70%
}

.sec_desc a {
    color: #1176ca
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-next-button-samples.swiper-button-next img, .swiper-next-button.swiper-button-next img, .swiper-next-buttons-sharkpaper.swiper-button-next img, .swiper-next-buttons-siteJabber.swiper-button-next img, .swiper-next-buttons-trustPilot.swiper-button-next img, .swiper-prev-button-samples.swiper-button-prev img, .swiper-prev-button.swiper-button-prev img, .swiper-prev-buttons-sharkpaper.swiper-button-prev img, .swiper-prev-buttons-siteJabber.swiper-button-prev img, .swiper-prev-buttons-trustPilot.swiper-button-prev img {
    transition: transform .3s;
    cursor: pointer
}

.swiper-next-button-samples.swiper-button-next:hover img, .swiper-next-button.swiper-button-next:hover img, .swiper-next-buttons-sharkpaper.swiper-button-next:hover img, .swiper-next-buttons-siteJabber.swiper-button-next:hover img, .swiper-next-buttons-trustPilot.swiper-button-next:hover img, .swiper-prev-button-samples.swiper-button-prev:hover img, .swiper-prev-button.swiper-button-prev:hover img, .swiper-prev-buttons-sharkpaper.swiper-button-prev:hover img, .swiper-prev-buttons-siteJabber.swiper-button-prev:hover img, .swiper-prev-buttons-trustPilot.swiper-button-prev:hover img {
    transform: scale(1.1)
}

.swiper-wrapper::-webkit-scrollbar {
    display: none
}
.writersWrapper {
    max-width: 1041px;
    width: 100%;
    margin: 0 auto;
}
.writerCard {
    max-width: 332px;
    width: 100%;
    padding: 25px 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cce2f5
}

.writer-edu-wrapper, .writerHead {
    border-bottom: 1px solid #cfdef0
}

.writerHead {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    column-gap: 16px
}

.writerHead img.writerHeadImg {
    border-radius: 50px;
    padding: 3px;
    border: 1px solid #ededee;
    width: 48px;
    height: 48px
}

.writerHead img.writerHeadImg:hover {
    border: 1px solid #0cbbe3
}

.writerInfo {
    display: flex;
    flex-direction: column;
    row-gap: 6px
}

.writerInfo p.writerName {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0
}

.writerInfo .writerRating span, .writerInfo span.writerReviews {
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    color: #51585c
}

.writerInfo .writerRating span {
    font-weight: 500
}

.writerInfo span.writerReviews {
    font-weight: 450
}

.writer-edu-wrapper {
    padding: 15px 0
}

.writer-edu-wrapper .degreeCard .degreeText, .writer-edu-wrapper .degreeCard .orderText {
    display: flex;
    column-gap: 15px
}

.writer-edu-wrapper .degreeCard .degreeText p, .writer-edu-wrapper .degreeCard .orderText p {
    color: #51585c;
    font-size: 13px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
    min-width: 70px;
    margin-bottom: 0
}

.writer-edu-wrapper .degreeCard .degreeText span, .writer-edu-wrapper .degreeCard .orderText span {
    color: #1b1a2e;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

.competences {
    padding: 15px 0 25px;
    min-height: 147px;
    height: 100%
}

.competences p {
    color: #51585c;
    font-size: 13px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
    padding-bottom: 13px
}

.competencesWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 10px;
    row-gap: 10px
}

.writer-edu-wrapper .degreeCard .degreeText span {
    min-height: 39px
}

.competencesWrapper span {
    padding: 2px 5px;
    border-radius: 3px;
    background: #f5f9ff;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px
}

.writerBtns {
    display: flex;
    align-items: center;
    justify-content: center
}

.writerBtns a {
    display: block;
    padding: 11px 77px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    background-color: #fff;
    color: #1b1a2e;
    border-radius: 5px;
    border: 1px solid #99b0cc;
    transition: .4s
}

.writerBtns a:hover {
    background-color: #00387e;
    color: #fff;
    border: 1px solid #00387e
}

.writerCard:hover {
    border-color: #0cbbe3
}

.writerRating img {
    width: 78px;
    height: 13px
}

.swiper-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.swiper-controls.expertControls {
    display: flex;
    width: 100%;
    top: 46px;
    height: 100%;
    justify-content: space-between
}

.expertControls .swiper-button-next, .expertControls .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%
}

.expertControls .swiper-button-next img, .expertControls .swiper-button-prev img {
    width: 40px !important;
    height: 40px !important
}

.expertControls .swiper-button-next:hover, .expertControls .swiper-button-prev:hover {
    border: 2px solid #233f8c
}

.expertControls .swiper-button-next.swiper-button-disabled:hover, .expertControls .swiper-button-prev.swiper-button-disabled:hover {
    border: 1px solid #233f8c
}

.expertControls .swiper-button-next, .expertControls .swiper-container-rtl .swiper-button-prev {
    right: -70px
}

.expertControls .swiper-button-prev, .expertControls .swiper-container-rtl .swiper-button-next {
    left: -70px
}

.expertControls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.expertControls .swiper-button-next:after, .expertControls .swiper-button-prev:after, .expertControls .swiper-container-rtl .swiper-button-next:after, .expertControls .swiper-container-rtl .swiper-button-prev:after {
    font-size: 19px;
    color: #233f8c
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-pagination, .swiper-paginations {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.swiper-pagination span, .swiper-paginations span {
    width: 10px;
    height: 10px;
    padding: 5px;
    background-color: #00387e;
    border: none;
    border-radius: 50%;
    font-size: 0px;
    margin: 0 5px
}

.featureItem h3, .featuresHeadsWrapper span {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    color: #1b1a2e;
    font-style: normal;
    text-transform: capitalize
}

.swiper-pagination span.active, .swiper-paginations span.active {
    background-color: #0cbbe3;
    color: #282bcc
}

.expertWritersBtn {
    margin-top: 35px
}

.expertWritersBtn .writerBtn {
    display: block;
    margin: 0 auto;
    max-width: max-content;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
    color: #51585c;
    border-radius: 50px;
    transition: .3s
}

.expertWritersBtn .writerBtn:hover {
    color: #00387e;
    text-decoration: underline
}

.swiper-next-button.swiper-button-next, .swiper-prev-button.swiper-button-prev {
    position: relative;
    top: 40%
}

.swiper-next-button.swiper-button-next:hover svg, .swiper-prev-button.swiper-button-prev:hover svg {
    border-color: #1176ca;
    background: #f6f6f6
}

.termPaperFeatures {
    padding: 60px 0
}

.termFeaturesWrapper {
    border-radius: 20px;
    border: 1px solid #c8d9ee;
    background: #f8fbff;
    padding: 20px 66px 26px;
    transition: .4s;
    max-width: 1045px;
    margin: 50px auto 0
}

.dualWrapper, .feature-list {
    margin-top: 25px;
    display: flex
}

.termFeaturesWrapper:hover {
    border-color: #3196ea
}

.featuresHeadsWrapper {
    display: flex;
    border-bottom: 1px solid #c8d9ee;
    padding-bottom: 11px
}

.featuresHeadsWrapper span {
    font-weight: 500;
    max-width: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.featureItem.dualItems, .featuresHeadsWrapper span:nth-child(2) {
    max-width: 500px;
    width: 100%
}

.featuresWrapper {
    display: flex;
    justify-content: space-between
}

.featureItem h3 {
    font-weight: 700
}

.featureItem {
    max-width: 220px;
    width: 100%
}

.featureItem:last-child {
    padding-left: 20px
}

.dualWrapper {
    justify-content: space-between;
    padding: 0 30px
}

.feature-list {
    list-style: none;
    flex-direction: column;
    row-gap: 16px;
    padding: 0 10px;
    max-width: 220px
}

.featureItem ul.feature-list {
    list-style: none;
    padding: 0
}

.featureItem ul.feature-list li {
    background: url(../images/rightBullet.webp) left 2px no-repeat;
    padding-left: 27px;
    line-height: 15px;
    color: #1b1a2e;
    font-size: 17px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: capitalize
}

.featureItem ul.feature-list li p {
    margin: 0;
    padding: 0
}

.featureItem.dualItems .featuresFlex {
    border-right: 1px solid #c8d9ee;
    border-left: 1px solid #c8d9ee
}

.featureItem.dualItems .feature-list {
    border-right: none;
    margin-top: 0
}

.featuresWrapper .featureItem:last-child .feature-list {
    border-right: none
}

.termFeaturesWrapper.mobileVersion {
    padding: 30px 22px;
    display: none
}

.termFeaturesWrapper.mobileVersion .featuresWrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

.termFeaturesWrapper.mobileVersion .featuresWrapper .featureItem {
    max-width: 100%;
    width: 100%
}

.termFeaturesWrapper.mobileVersion .featuresWrapper .featureItem.dualItems .featuresFlex {
    border-right: unset;
    border-left: unset
}

.termFeaturesWrapper.mobileVersion .featuresWrapper .featureItem .hrLine {
    height: 1px;
    background: #c8d9ee;
    margin-top: 8px
}

.termFeaturesWrapper.mobileVersion .featuresWrapper .featureItem .feature-list {
    margin-top: 20px
}

.termFeaturesWrapper.mobileVersion .featuresWrapper .featureItem .featuresFlex .dualWrapper {
    padding: unset
}

.servicePagesWrapper::-webkit-scrollbar {
    width: 3px;
    max-height: 3px
}

.servicePagesWrapper::-webkit-scrollbar-thumb {
    background: #00387e;
    border-radius: 4px
}

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

@media (max-width:1440px) {
    section.banner__Section {
        background-position: 90% 75%, top left
    }
}

@media (max-width:1350px) {
    .banner__Specs__Wrapper::before {
        background-image: url(../images/star-bg.svg);
        right: -55px
    }
    .banner__desc {
        max-width: 607px;
    }
}

@media(max-width:1200px) {
    .termFeaturesWrapper {
        padding: 20px 20px 26px;
        margin: 50px auto 100px;
        max-width: 992px;
        width: 100%
    }

    section.banner__Section {
        background-position: 100% 100%, top left;
        background-size: 50%, 100% 100%
    }

    .sample__Card {
        max-width: 90%
    }

    .singleFreebie {
        max-width: 40%
    }

    .freebieDesc p {
        font-size: 21px
    }

    .ratingBox {
        padding: 13px 35px
    }

    .processSwiperWrapper img {
        max-width: 691px;
        width: 100%;
        height: 100%
    }

    .processSwiperBtns {
        max-width: 200px;
        right: 4%
    }
}

@media(max-width:992px) {
    .termFeaturesWrapper {
        padding: 20px 20px 26px;
        margin: 30px auto 100px;
        max-width: 767px;
        width: 100%
    }

    .featureItem {
        max-width: 196px;
        width: 100%
    }

    .featureItem.dualItems {
        max-width: 278px;
        width: 100%
    }

    .dualWrapper {
        padding: 0 10px
    }

    .featureItem.dualItems .feature-list {
        max-width: 146px
    }

    .featureItem ul.feature-list li, .processSec .subText {
        font-size: 14px
    }

    section.banner__Section {
        background-size: 100% 100%;
        background-position: 0 0
    }

    .banner__Wrapper .sec_head, .rw-words {
        font-size: 35px
    }

    .sample__Card {
        max-width: 96%
    }

    .singleFreebie {
        max-width: 44%
    }

    .freebieDesc p {
        font-size: 20px
    }

    .seoColumn {
        max-width: 100%;
        width: 100%
    }

    .seoRow {
        flex-direction: column
    }

    .seoContentCard {
        padding: 25px 20px
    }

    .processSec h2.secHead {
        font-size: 40px
    }

    .singleStep {
        padding: 10px 26px;
        font-size: 18px
    }

    .processName {
        margin: 6px 0 18px;
        font-size: 22px;
        line-height: 32px
    }

    .processDesc {
        font-size: 16px;
        line-height: 26px
    }
}

@media(max-width:767px) {
    .singleStep, .termFeaturesWrapper.desktopVersion, section.reviews .review-controls {
        display: none
    }

    .termFeaturesWrapper.mobileVersion {
        display: block;
        margin-bottom: unset;
        padding: 15px 22px
    }

    .featureItem:last-child {
        padding-left: unset
    }

    .featureItem h3 {
        font-size: 18px;
        line-height: 150%
    }

    .banner__Specs__Wrapper {
        flex-wrap: wrap;
        row-gap: 25px;
        overflow: hidden
    }

    .rw-words {
        font-size: 30px
    }

    .banner__Wrapper .sec_head {
        font-size: 33px
    }

    .spec__Card {
        max-width: 60%
    }

    .work__Card {
        max-width: 45%;
        width: 100%;
        text-align: center
    }

    .price__Section__Wrapper {
        flex-direction: column-reverse;
        padding-top: 40px
    }

    .price__Box {
        align-items: flex-start
    }

    .singleFreebie {
        max-width: 100%
    }

    .freebies__Wrapper {
        row-gap: 40px
    }

    .sample_card_head p {
        min-height: 55px
    }

    .reviewsContainer {
        max-width: 1170px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto
    }

    .customWrapppper {
        flex-direction: column
    }

    .rev-inner {
        max-width: 245px;
        flex-direction: column;
        row-gap: 15px;
        margin-bottom: 24px
    }

    .reviews-swiper .swiper-pagination, .siteJabber-swiper .swiper-pagination, .trustPilot-swiper .swiper-pagination {
        display: block
    }

    .reviews-swiper span.swiper-pagination-bullet-active, .siteJabber-swiper span.swiper-pagination-bullet-active, .trustPilot-swiper span.swiper-pagination-bullet-active {
        max-width: 21px;
        min-height: 8px;
        border-radius: 100px;
        --swiper-theme-color: #117bd4;
        width: 100%
    }

    .processSec h2.secHead {
        font-size: 24px;
        max-width: 99%
    }

    .processSec .subText {
        font-size: 14px
    }

    .processSteps {
        margin: 40px 0 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 22px
    }

    .singleStep {
        flex-basis: 48%;
        font-size: 16px
    }

    .processSlide {
        flex-direction: column-reverse
    }

    .processContent {
        margin: 30px 0 0
    }

    .processName {
        margin: 25px 0
    }

    .processDesc {
        font-weight: 450;
        font-size: 15px;
        line-height: 150%;
        max-width: 100%;
        padding-bottom: 10px
    }

    .processSwiperBtns {
        top: 0;
        max-width: 80px;
        right: 0;
        bottom: unset
    }

    .processSwiper-btn svg {
        width: 35px
    }
}

@media(max-width:575px) {
    .writerCard {
        margin: 0 auto;
    }
    .price__Section::before, section.freebies::after, section.freebies::before, section.reviews::after, section.reviews::before {
        height: 40px;
        background-size: cover
    }

    .banner__desc, .banner__order, .sec__head, .sec_desc {
        line-height: 150%
    }

    section.faqSection {
        padding: 60px 0 40px
    }

    .featureItem.dualItems .feature-list, .feature__Box {
        max-width: 100%
    }

    .freebieDesc p, .price__Desc h3 {
        font-size: 17px
    }

    .freebieDesc span {
        font-size: 13px
    }

    .main-card {
        padding-right: 18px
    }

    .faqSection .sec-head {
        font-size: 22px;
        padding-bottom: 60px
    }

    .banner__Specs__Wrapper::before {
        background-image: none
    }

    section.our_Work::after, section.our_Work::before {
        content: none
    }

    .price__Section::before {
        left: -12px;
        width: 40px
    }

    .price__Section::after {
        width: 40px;
        height: 40px;
        right: -6px;
        left: unset;
        top: 792px;
        transform: rotate(2deg)
    }

    section.reviews::before {
        width: 40px;
        left: -3px;
        top: 147px
    }

    section.reviews::after {
        width: 40px;
        right: -9px;
        bottom: 38px
    }

    section.freebies::before {
        width: 40px;
        right: 5px;
        top: 13px
    }

    section.freebies::after {
        width: 40px;
        bottom: 113px
    }

    section.banner__Section {
        padding: 50px 0 70px
    }

    section.banner__Section.sectionBg {
        background-image: url(../images/5star-mob-bg.webp);
        background-size: cover;
        background-position: center
    }

    .banner__Wrapper .sec_head {
        font-size: 27px;
        text-align: center;
        display: block;
        width: 100%
    }

    .banner__desc {
        font-size: 15px;
        color: #231f20;
        padding-top: 65px;
        text-align: center
    }

    .banner__Features {
        row-gap: 35px;
        padding: 36px 0 44px 50px
    }

    .banner__order {
        margin: 0 auto;
        max-width: 170px;
        font-size: 17px;
        padding: 7px 0
    }

    .spec__Card, .work__Card {
        max-width: 90%
    }

    .rw-words {
        font-size: 27px;
        margin-left: 0
    }

    .rw-words-1 span {
        left: 0;
        right: 0;
        margin: 0 auto;
        min-width: max-content;
        max-width: max-content
    }

    .our_Work__Wrapper {
        padding-top: 30px;
        row-gap: 30px;
        flex-wrap: wrap
    }

    .price__Desc p, .work__Desc p {
        font-size: 18px
    }

    .work__Badge img {
        display: block;
        width: 50%;
        margin: 0 auto
    }

    .samples__Wrapper {
        padding: 40px 0 110px
    }

    .spec__Card {
        padding: 25px 18px
    }

    .spec__Desc p, .work__Desc {
        padding-top: 30px
    }

    .writers__Section .sec_desc {
        max-width: 95%
    }

    .banner__Specs {
        padding-bottom: 0
    }

    .sec_desc {
        font-size: 14px
    }

    .competences {
        min-height: 135px
    }

    .banner__Specs__Wrapper {
        margin-top: -40px;
        padding-bottom: 30px;
        box-shadow: none;
        background-color: transparent
    }

    .expertWritersBtn .writerBtn {
        text-decoration: underline
    }

    .spec__Desc p {
        font-size: 16px
    }

    .sec__head {
        font-size: 24px
    }

    .our_Work .sec__desc, .sec__desc {
        font-size: 15px;
        max-width: 95%
    }

    .freebieIcon svg, .priceIcon svg {
        width: 45px;
        height: 45px
    }

    .sec__desc {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .price__Section .sec__desc, .processSec .subText {
        max-width: 95%;
        font-size: 14px
    }

    .samplesControls, .scrollBtm, .scrollTop {
        display: none
    }

    .samples-pagination {
        max-width: max-content;
        width: 100%;
        position: absolute;
        bottom: 60px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 30px;
        padding: 5px 0;
        display: flex;
        gap: 4px
    }

    .samples-pagination .swiper-pagination-bullet-active {
        background-color: #00387e;
        width: 21px;
        border-radius: 100px
    }

    .price__Box {
        column-gap: 20px
    }

    .samples__Section .sec__desc {
        max-width: 95%
    }

    .mpw_reviews .mpw-pagination, .sitejabe-pagination, .trust_pilot__reviews .trust-pagination {
        position: absolute;
        left: 0;
        right: 0;
        max-width: max-content;
        margin: 0 auto;
        bottom: -52px !important;
        display: flex;
        gap: 4px
    }

    .mpw_reviews .mpw-pagination .swiper-pagination-bullet-active, .sitejabe-pagination .swiper-pagination-bullet-active, .trust_pilot__reviews .trust-pagination .swiper-pagination-bullet-active {
        background-color: #00387e
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
        margin: 5px
    }

    .swiper-pagination-bullet-active {
        width: 19px !important;
        height: 10px !important;
        border-radius: 100px !important
    }

    .servicePagesWrapper {
        padding-right: 20px;
        padding-left: 0
    }

    .seoContentCard h2, .seoContentCard h3 {
        font-size: 18px;
        line-height: 150%
    }

    .servicePagesWrapper::-webkit-scrollbar-thumb {
        background: #00387e;
        border-radius: 4px
    }

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

    .servicePagesWrapper::-webkit-scrollbar {
        width: 5px;
        max-height: 5px;
        display: block
    }

    .price__Features {
        row-gap: 30px
    }

    .price__Calculator {
        margin-top: 50px
    }

    .reviews .sec__desc {
        max-width: 90%;
        padding-bottom: 40px
    }

    .slide-inner {
        min-height: 300px;
        max-width: 300px;
        margin: 0 auto;
    }
    .author {
        padding: 20px 18px;
        gap: 10px;
        min-height: 118px;
    }
    .customer__review {
        padding: 25px 18px 35px;
    }
    .rating svg{
        width: 90px;
    }
    .author-inner span {
        font-size: 16px;
        line-height: 150%;
    }
    .reviews-swiper .swiper-slide.swiper-slide-next .slide-inner, .siteJabber-swiper .swiper-slide.swiper-slide-next .slide-inner, .trustPilot-swiper .swiper-slide.swiper-slide-next .slide-inner {
        margin-left: auto
    }

    .reviews-swiper, .siteJabber-swiper, .trustPilot-swiper {
        padding: 12px 0
    }

    .servicePages .sec__head {
        max-width: 100%;
        font-size: 24px
    }

    .writersWrapper .swiper-container {
        padding-bottom: 70px
    }

    .expertWritersBtn {
        margin-top: 10px
    }

    .processSwiper-prev {
        left: 0
    }

    section.freebies {
        padding: 20px 0
    }

    .faq-card-head h3, .faq-card-head p {
        font-size: 16px
    }

    .answerInner li, .answerInner p {
        font-size: 14px;
        line-height: 170%
    }

    .faq-card.show span.faq-icon svg, span.faq-icon svg {
        width: 30px;
        height: 30px
    }

    .servicePagesWrapper li, .servicePagesWrapper p {
        font-size: 14px
    }

    .price__Section, .section.writers__Section {
        padding: 70px 0
    }

    .section.samples__Section {
        padding: 70px 0 0
    }

    .sec_heading {
        font-size: 24px
    }

    .termPaperFeatures h2 {
        font-size: 24px;
        line-height: 150%;
        max-width: 95%;
        margin: 0 auto
    }

    .dualWrapper {
        flex-direction: row
    }

    .reviews-wraper {
        padding-top: 0
    }

    section.reviews {
        padding: 20px 0 60px
    }

    .reviews h2 {
        max-width: 90%;
        margin: 0 auto
    }
}

@media (max-width:499px) {
    .processSteps {
        gap: 20px
    }
}

@media (max-width:459px) {
    .processSec {
        padding: 40px 0
    }

    .processSteps {
        gap: 20px 10px;
        margin: 30px 0 25px
    }

    .singleStep {
        max-width: 75.5%
    }

    .processContent {
        margin: 0
    }

    .processName {
        font-size: 21px;
        line-height: 28px;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:360px) {
    .price__Section::after {
        top: 886px
    }
}