/* Form*/
.bannerForm{
    margin-top: 45px;
    max-width: 620px;
    width:100%;
    display: flex;
    gap: 22px 20px;
    flex-wrap: wrap;
}
.inputGroup{
position: relative;
max-width: 300px;
width: 100%;
}
.inputGroup input,
.inputGroup .select2-selection{
    background-color: #fff;
    border: unset;
}

.select2.select2-container {
    background-color: #fff;
    border: 1px solid #cbe3f8;
    border-radius: 100rem;
    padding: 12px 30px 12px 25px;
    height: 48px;
}
.select2.select2-container.selected-state {
    background-color: #f0faff;  /* Your custom background on selection */
}

.select2.select2-container.selected-state .select2-selection__rendered {
    color: #161616 ; /* Text color on selection */
}
.select2.select2-container.selected-state .select2-selection--single {
    background-color: #f0faff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #117BD4;
    color: white;
}
.date-wrapper:hover #deadline,
.date-wrapper:hover #date-value,
.inputGroup input:hover,
.select2.select2-container:hover{
    border-color: #117BD4;
} 
.inputGroup input,
.inputGroup select{
    border: 1px solid #117BD4 ;
    border-radius: 100rem ;
    height: 48px ;
    width: 100% ;
    padding: 12px 15px 12px 25px ;
}
.select2-dropdown {
    border: 1px solid #117BD4;
    border-top:1px solid #117BD4!important;
    border-radius: 6px!important;
    z-index: 10 !important;
}
.inputGroup .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
    position: relative;
    top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: unset;
    border-style: unset;
    border-width: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after{
    content: '';
    background-image: url('../images/input-icon.svg');
    width: 20px;
    height: 20px;
    position: relative;
    right: 15px;
    display: inline-block;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after{
    content: '';
    transform: rotateX(180deg);
}
.select2-invalid.select2.select2-container {
    border: 1px solid #df4d4d;
}

.inputGroup #deadline.invalid,
.inputGroup input.invalid, .inputGroup select.invalid {
    border: 1.5px solid #d41114;
}
.errorMsg::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    background: url(../images/error-sign-new.svg) no-repeat;
}
.errorMsg {
    font-size: 13px;
    font-weight: 450;
    line-height: 16.44px;
    letter-spacing: .005em;
    color: #e20707;
    position: relative;
    margin-top: 6px;
    padding-left: 21px;
    display: none;
}
.date-wrapper input.invalid + .errorMsg,
input.invalid~.errorMsg, select.invalid~.errorMsg {
    display: block;
}
.date-wrapper {
    position: relative;
    max-width: 333px;
    margin: 0 auto;
}
.date-wrapper #date-value{
    border: 1px solid #cbe3f8;
    border-radius: 100rem ;
    padding: 14px 30px 13px 25px;
    pointer-events: none;
}
#deadline {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 15px 12px 25px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;

}
#date-value.date-selected {
    background-color: #f0faff; 
        color: #161616;
}

#deadline[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
#date-value::placeholder{
    font-weight: 450;
    font-size: 15px;
    line-height: 150%;
    color: #7d9cac;
}
.date-wrapper input{
    font-weight: 450;
    font-size: 15px;
    line-height: 150%;
    color: #7d9cac;
}
.selected-option {
    color: #161616 !important;
}
/* .inputGroup.selectGroup .selection .select2-selection--single .select2-selection__rendered{
    color: #89a7cb;
} */
.date-wrapper::after{
    content:'';
    background: url(../images/banner-calender-icon.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    top:50%;
    right: 9px;
    transform: translateY(-50%); 
    pointer-events: none;   
}
.select2-container--default .select2-results__option[aria-disabled=true]{
    display: none;
}
.weOffer{
    margin-top: 60px;
}
.weOfferwrap{
    display: flex;
    gap: 25px;
    justify-content: center;
}
.weofferText{
    background-color: #ECF7FF;
    padding: 6px 15px;
    max-width: max-content;
    width: 100%;
    border-radius: 100px;
    position: relative;
}
.weofferText p{
    color: #575E62;
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    position: relative;
    text-align: center;
}
.weofferText p strong{ 
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color:#161616;
}
.weofferText p::before{
    content:'' ;
    background: url(../images/check-icon.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 3px;
}
 @media (max-width:575px){
    .inputGroup{
        position: relative;
        max-width: 100%;
        width: 100%;
    }
    .bannerForm {
        gap: 15px 20px;
     max-width: 275px;
     margin: 0 auto;
    }
    .weofferText p{
        font-size: 15px;
        text-align: center;
    }
    .weofferText p strong{ 
        font-weight: 500;
        font-size: 16px;
    }

    .inputGroup input,
    .select2.select2-container {
        padding: 9px 31px 12px 15px;
        height: 42px;
    }
    #date-value,
    #deadline{
        padding: 12px 31px 12px 15px;
    }
    .inputGroup input,
    .select2-container--default .select2-selection--single .select2-selection__rendered, #date-value::placeholder {
    font-size: 14px;
    line-height: 150%;
    }
    .date-wrapper {
        max-width: 100%;
    }
    .weOfferwrap {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-direction: column;
    }
    .weOffer {
        margin-top: 30px;
    }
    .weOfferwrap .weofferText {
        max-width: 100%;
    }
 }
/* Form end */

.banner-right .banner-btn, .btnInner, a.learn-ordr {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    width: 100%;
    position: relative;
    outline:none;
    cursor: pointer;
}

.aiBox .titleBox img, .aiResult, .banner-right .banner-head, .card-head, .form-data input, .mpp_reviews, .offerTabs button, .offerWraper, .pBtn, .pBtn span, .pdfsWraper, .reviews, .seoContent, .service__left a, .service__right p, .services__wrapper, .site_jabber_reviews, .stepsWraper, .trust_pilot__reviews, .whyusWraper, .writersSwiperWraper, a.learn-ordr, section.bannerSection, section.faqSection, section.weOffer, section.whyUs, tag {
    position: relative
}

.bages-li li, .reviews, section.bannerSection, section.faqSection::before, section.howitWorks, section.weOffer, section.weOffer::before, section.whyUs {
    background-repeat: no-repeat
}

.aj-form a, .offerTabs button, a.learn-ordr {
    text-decoration: none
}

.pBtn, .stepsWraper {
    box-sizing: border-box
}

.stepsWraper, .whyusWraper .slideCard {
    box-shadow: 0 0 19px 0 rgb(149 149 149 / 15%)
}

.banner-right .banner-btn, .btnInner, .card-head p, .serviceText h3, .stepsText p, .stepsWraper .step-head, .tabcontent p, .tabcontent-service p, p.small-text, tag {
    font-family: CircularStd
}

.footLinks ul li, .spriteIcons {
    margin-right: 25px
}

.offerTabs ul, .range-labels, ul.bages-li {
    list-style: none
}

.banner-bg-2, .card-heading a:after, .scrollBtm {
    transform: rotate(180deg)
}

a.learn-ordr {
    margin: 30px auto;
    max-width: 222px;
    padding: 12px 27px;
    background-color: #1276ce;
    border-radius: 10px;
    cursor: pointer
}

.seoContentCard ol, .seoContentCard ul {
    padding-left: 20px
}

.pBtn {
    padding: 5px;
    border: 3px solid #213970;
    border-radius: 10px;
    max-width: 210px;
    width: 100%
}

.banner-right .banner-btn, .btnInner {
    max-width: max-content;
    background: linear-gradient(90deg, #2d96ee 0, #203970 100%);
    border-radius: 100px;
    padding: 16px 25px;
    font-weight: 500;
    line-height: 20.24px;
    border: none;
}

.banner-right .banner-btn {
    margin-top: 40px
}

.banner-right .banner-btn:hover, .btnInner:hover {
    background: #127ad1
}

.spriteIcons {
    max-width: 60px;
    width: 100%;
    height: 60px;
    background-color: #e4edfa;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.spriteIcons img {
    width: 60px;
    height: 60px
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.pBtn span {
    cursor: pointer;
    display: inline-block;
    transition: .5s
}

.pBtn span:after {
    position: absolute;
    content: '\27F6';
    top: 0;
    right: -60px;
    z-index: 1;
    opacity: 0
}

.pBtn:hover span {
    padding-right: 25px
}

.pBtn:hover span:after {
    opacity: 1;
    right: -20px
}

section.bannerSection {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background-color: #f8fcfe;
    background-position: bottom left;
    background-size: 45%
}

.banner-bg-1, .banner-bg-2 {
    position: absolute;
    z-index: 0
}

.banner-bg-1 {
    right: -26px;
    top: -39px
}

.banner-bg-2 {
    left: 0;
    bottom: -63px;
    z-index: 0
}

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

.banner-right h1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 49.5px;
    text-align: left;
    color: #000;
    padding-bottom: 10px
}

.banner-right .banner-head {
    font-size: 17px;
    font-weight: 450;
    line-height: 21.5px;
    text-align: left;
    color: #575e62;
    /* padding-bottom: 40px; */
    width: 100%
}

.ratingWrap {
    display: flex;
    column-gap: 12px;
    margin-top: 33px
}

.ratingBody {
    background: #ecf8fd;
    padding: 29px 15px;
    display: flex;
    column-gap: 12px;
    border-radius: 10px
}

.ratingBadge {
    background: #fff;
    border-radius: 9.32px;
    width: 153px;
    height: 66px;
    display: flex;
    align-items: center;
    column-gap: 9.33px;
    padding: 15px 12px
}

.rateingNo, .ratingSiteName {
    display: inline-block;
    text-align: left
}

.rateingNo {
    color: #0059a8;
    font-size: 18.64px;
    font-weight: 700;
    line-height: 20.23px
}

.ratingIcon {
    width: 25px;
    height: 25px
}

.ratingSiteName {
    font-size: 11.65px;
    font-weight: 500;
    line-height: 12.64px;
    padding-top: 2.56px;
    color: #0e101a
}

.reviewDetail p {
    display: flex;
    column-gap: 4.28px
}

.aiBox {
    padding: 21px 15px 22px;
    color: #0e101a;
    border-radius: 10px;
    background: #ecf8fd
}

.aiBox .titleBox {
    font-size: 14px;
    font-weight: 450;
    line-height: 15.19px;
    padding-bottom: 13px;
    color: #0e101a
}

.aiBox .titleBox img {
    width: 15px;
    height: 15px;
    top: 3px
}

.aiResult {
    max-width: 106px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/progress-zero.svg);
    text-align: center;
    padding-top: 16px;
    top: 3px
}

.aj-form, .stepsWraper {
    background-color: #fff
}
.banner-left{
    position: relative;
}
.banner-left img {
    max-width: 440px;
    width: 100%;
    height: 472px;
    margin-top: 35px
}
.banner-left .bannerGif::after{
    content:"";
    background-image: url('../images/bannerGif.gif');
        display: inline-block;
    width: 83px;
    height: 83px;
    background-position: center;
    background-size: contain;
    border-radius: 100%;
    position: absolute;
    right: 48px;
    top: 50px;
    transform: rotate(348deg);
}
.groupDot {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 5px;
        top: 151px;
    left: 50px;
  animation: floatUpDown 5s ease-in-out infinite;
}

.groupDot .dot{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #00AEEE;
    animation: zoomInOut 4s ease-in-out infinite;
}
.groupDot.rightPos{
    right: -30px;
    left: unset;
    top: 322px;
}
.groupDot .dot.dot-xs{
        position: relative;
    width: 12px;
    height: 12px;
    top: 28px;
    right: 43px;
 animation: zoomInOut 4s ease-in-out infinite alternate;
}
/* Group moving up and down */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Dots zoom in and out */
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.aiResult span {
    font-size: 20px;
    font-weight: 500;
    line-height: 21.7px;
    display: inline-block;
    margin-bottom: 2px;
    color: #0e101a
}

.aiResult p {
    font-size: 12px;
    font-weight: 450;
    line-height: 13.02px;
    color: #0e101a
}

.card-head p, .id, .rightBoxBtns a, .study, p.bold, tag {
    font-weight: 500
}

.banner-right .line {
    border-bottom: 7px solid #00aeef
}

.banner-right .pBtn {
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden
}

.services {
    max-width: 620px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap
}

.singleService {
    max-width: 262px;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: flex-start
}

.footLinks ul li:last-child, .ratingBox:last-child, .singleService:last-child, .social-icons a:last-child {
    margin-right: 0
}

.serviceBody {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 61px
}

p.bold {
    font-size: 23px;
    line-height: 29.09px;
    padding-bottom: 5px;
    text-align: left;
    color: #161616
}

p.light {
    font-size: 15px;
    font-weight: 450;
    line-height: 22.5px;
    text-align: left;
    color: #575e62
}

section.whyUs {
    width: 100%;
    padding-top: 110px;
    background-position: top right;
    background-size: 10% 27%;
    background-position-y: 320px
}

section.whyUs .sec-head {
    max-width: 50%;
    margin: 0 auto
}

.whyusWraper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 0;
    padding-top: 40px
}

.whyUsSwiper {
    padding-bottom: 40px !important;
    padding-top: 10px !important
}

.reviews-swiper .swiper-pagination, .whyusWraper .swiper-pagination {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    display: none
}

.reviews-swiper .swiper-pagination-clickable .swiper-pagination-bullet, .whyusWraper .swiper-pagination-clickable .swiper-pagination-bullet, .writersSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: #dde7f4 !important;
    opacity: 100% !important;
    margin: 0 5px;
    transform: scale(1)
}

.whyusWraper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21px;
    background-color: #2d96ee !important;
    height: 8px;
    border-radius: 100px
}

.serviceText {
    max-width: 394px;
    width: 100%
}

.whyusIcons {
    margin-right: 20px
}

.serviceText h3 {
    font-size: 18px;
    line-height: 130%;
    color: #161616;
    font-weight: 700;
    text-align: left
}

p.small-text {
    font-size: 14px;
    line-height: 160%;
    font-weight: 450;
    color: #575e62;
    padding-top: 10px;
    text-align: left
}

.tempswiper .swiper-slide {
    width: 48% !important
}

.whyusWraper .slideCard {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 30px;
    margin-bottom: 40px;
    justify-content: start;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eff2f4
}

.whyusWraper .whyUsSwiper {
    max-width: 1071px !important;
    width: 100% !important;
    margin: 0 auto !important
}

.tempswiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto
}

.aj-swiper {
    padding: 110px 0 0
}

section.weOffer {
    width: 100%;
    background-color: #f8fdff;
    padding: 80px 0;
    background-position: bottom right;
    background-position-y: 137%;
    background-size: 14%;
    overflow: hidden
}

section.weOffer::before {
    position: absolute;
    content: '';
    width: 134px;
    height: 151px;
    right: -4%;
    top: -70px;
    opacity: 15%
}

.offerWraper {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
    padding-top: 50px;
    column-gap: 40px
}

.offerTabs {
    max-width: 391px;
    width: 100%
}

.aj-cal {
    max-width: 30%;
    width: 100%
}

.service__left .des-head {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 450
}

.aj-form {
    border-radius: 20px;
    padding: 51px 34px 49px 20px;
    max-width: 480px;
    width: 100%
}

.aj-form a {
    width: 290px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    background-color: #05396b;
    box-shadow: 0 3px 6px #233f8c38;
    text-transform: uppercase;
    border: 0;
    display: block;
    padding: 10px 0;
    border-radius: 6px;
    margin-left: auto;
    cursor: pointer
}

.sec-head, .viewMore, .writer-edu span {
    text-transform: capitalize
}

.form-data input, .form-data select {
    width: 290px;
    height: 45px;
    padding: 0 20px;
    color: #232e45;
    font-size: 16px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 6px
}

.homePageDeadline::-webkit-calendar-picker-indicator {
    background: 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.offerWraper.ajWraper .offerTabs {
    max-width: 50%;
    width: 100%
}

.stepsWraper .step-head::after, .stepsWraper .step-head::before {
    width: 0;
    height: 0;
    border-bottom: 16px solid #002243;
    top: 0;
    content: ''
}

.offerWraper.ajWraper {
    align-items: flex-start
}

.form-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.card.show .card-head::before, .md-none, .offerWraper.ajWraper .custom-navigation, .offerWraper.ajWraper .offerTabs button::before, .reviews-swiper>.swiper-pagination-bullets, .siteJabber-swiper>.swiper-pagination-bullets, .tabcontent, .tabcontent-service, .tabcontent2, .trustPilot-swiper>.swiper-pagination-bullets, .writersSwiper .swiper-pagination, p.pBtn.navbtn.mob-only {
    display: none
}

.offerWraper.ajWraper .offerTabs ul {
    display: flex;
    overflow-x: scroll;
    padding-top: 25px
}

.offerWraper.ajWraper .tabsDetails {
    padding-top: 60px
}

.offerWraper.ajWraper .offerTabs ul::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    border-radius: 100px
}

.offerWraper.ajWraper .offerTabs ul::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #e9f4f9
}

.offerWraper.ajWraper .offerTabs ul::-webkit-scrollbar-thumb {
    background: #05396b;
    border-radius: 100px
}

.offerWraper.ajWraper .offerTabs ul li {
    min-width: max-content;
    width: 100%;
    padding-right: 26px
}

.offerWraper.ajWraper .offerTabs button.active {
    color: #00549e
}

.offerTabs button {
    background: #fff;
    box-shadow: 0 2px 10px rgba(124, 124, 124, .5);
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    padding: 14px 15px 14px 44px;
    color: #2b3543;
    font-size: 24px;
    line-height: 27px;
    cursor: pointer;
    border: none
}

.loadMore span, .loadMore span:hover, .stepsText p a:hover, .viewMore {
    text-decoration: underline
}

.offerWraper.ajWraper .offerTabs button {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    color: #575e62;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid transparent;
    outline: 0;
    background: unset;
    box-shadow: unset
}

.offerTabs button::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(124, 124, 124, .5);
    border-radius: 8px
}

.offerTabs button.active2::before, .offerTabs button.active::before {
    background-color: #05396b;
    transition: .4s
}

.tabsDetails {
    align-self: flex-start;
    max-width: 640px;
    width: 100%
}

.tablinks.active, .tablinks.active2 {
    background-color: #e8f7ff
}

.howitWorks .learn-ordr, button.ajtablinks.active {
    background: linear-gradient(167deg, #2d96ee 20%, #203970 100%)
}

.active2, .mob-only, .social-icons a, .tabcontent-service.active, .tabcontent.active {
    display: block
}

.howitWraper, .stepsText {
    display: flex;
    width: 100%
}

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

.tabcontent h3, .tabcontent-service h3 {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 15px
}

.aj-data .aj-data-bold {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    padding-bottom: 15px;
    color: #161616
}

.tabcontent h4, .tabcontent-service h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px
}

.tabcontent .offer-tiltle, .tabcontent-service .offer-tiltle {
    font-size: 27px;
    line-height: 90%;
    color: #161616;
    font-family: CircularStd;
    padding-bottom: 20px;
    font-weight: 600
}

.stepsWraper .step-head, .stepsWraper .step-head strong, button.faqlinks h3 {
    font-weight: 500 !important
}

.tabcontent p, .tabcontent-service p {
    font-size: 15px;
    line-height: 170%;
    text-align: left;
    color: #575e62;
    font-weight: 450
}

section.howitWorks {
    width: 100%;
    padding: 110px 0;
    background-size: 10% 65%;
    background-position-x: 0;
    background-position-y: 182%
}

.inner__left p:last-child, .inner__right p:last-child, .seoContentCard ul li p, .star p {
    padding-bottom: 0
}

.howitWorks .learn-ordr {
    border-radius: 100px;
    margin: 50px auto 0
}

.howitWorks .learn-ordr:hover {
    background-color: #127ad1
}

.howitWraper {
    margin-top: 70px;
    justify-content: center;
    column-gap: 35px
}

.stepsWraper {
    max-width: 300px;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    padding: 0 30px;
    height: 294px;
    border: 1px solid #eff2f4
}

.stepsWraper::before {
    position: absolute;
    content: '';
    width: 115px;
    height: 16px;
    background-color: #05396b;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    display: none
}

.stepsWraper .step-head {
    max-width: 186px;
    margin: -17px auto;
    position: relative;
    background-color: #05396b;
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 30px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 120%
}

.stepsWraper .step-head::before {
    position: absolute;
    right: -15px;
    border-right: 16px solid transparent
}

.stepsWraper .step-head::after {
    position: absolute;
    left: -15px;
    border-left: 16px solid transparent
}

.stepsText {
    padding-top: 68px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stepsText p {
    padding-top: 20px;
    color: #575e62;
    font-size: 16px;
    line-height: 140%
}

.stepsText p a {
    color: #1a73e8
}

.reviews {
    padding: 80px 0 40px;
    background-color: #f8fdff;
    background-size: inherit
}

.card-head, .startingPaper .secWraper, .swiper-slide .slide-text {
    background-color: #fff;
    display: flex
}

.ratingBox img.Trustpilot {
    max-width: 100px;
    width: 100%;
    max-height: 20px;
    height: 100%
}

tag {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    background: #05396b;
    box-shadow: -4px -4px 4px rgba(0, 0, 0, .08), 4px 4px 4px rgba(0, 0, 0, .08);
    padding: 12px 41px;
    display: flex;
    justify-content: center;
    max-width: 535px;
    width: 100%;
    margin: 54px auto
}

.swiper-button-next, .swiper-button-prev {
    color: #35414b
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 800
}

.swiper-slide p strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8
}

.swiper-wrapper {
    align-items: center
}

.swiper-container>.swiper-slide__content {
    position: absolute;
    top: 0
}

.swiper-slide .slide-text {
    max-width: 500px;
    width: 100% !important;
    box-shadow: 0 4px 34px rgb(0 0 0 / 8%);
    padding: 50px 24px 40px;
    margin: 0 auto;
    flex-direction: column;
    min-height: 300px;
    border-radius: 5px
}

.reviewSwiper .swiper-slide-active .slide-text {
    margin: 0 0 0 auto
}

.reviewSwiper .swiper-slide-next .slide-text {
    margin: 0 auto 0 0
}

.swiper-slide .slide-text .rev-title {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 150%
}

.swiper-slide .slide-text p {
    font-size: 15px;
    text-align: left;
    line-height: 150%
}

p.slideInfo {
    min-height: 100px
}

.author {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start
}

.author-details .authorName {
    font-size: 14px !important
}

.author-details .authorUni {
    font-size: 12px !important;
    line-height: normal !important;
    padding: 5px 0
}

.swiper-slide__content {
    height: 300px
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.social-icons, .star {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.star p {
    padding-top: 2px;
    margin-right: 8px
}

section.faqSection {
    width: 100%;
    padding: 80px 0;
    background-color: #f8fdff
}

section.faqSection::before {
    position: absolute;
    content: '';
    width: 88px;
    height: 155px;
    top: -62px;
    left: -6px
}

.accord, .aj-expert, .aj-id, .aj-tab h3, .writer-disc {
    width: 100%
}

.pdfsWraper span {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px
}

.card {
    width: 100%;
    max-width: 890px;
    cursor: pointer;
    margin: 0 auto 15px
}

.card-head {
    padding: 6px 0 6px 15px;
    align-items: center;
    border: 1px solid #edf6ff;
    border-radius: 6px
}

.card-head::after {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    background-image: url(/new-land/images/cardplus.svg);
    width: 20px;
    height: 20px;
    transition: .2s;
    background-size: contain
}

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

.card.show .card-head {
    border-radius: 6px 6px 0 0
}

.card-head p {
    font-size: 16px;
    line-height: 30px;
    color: #161616;
    text-align: left;
    padding-right: 20px;
    max-width: 84%;
    width: 100%
}

.card-body span, .card-head span {
    padding-right: 15px;
    font-size: 27px;
    font-weight: 500;
    font-family: CircularStd
}

.card-head span {
    color: #2d96ee;
    line-height: 44px
}

.academicBox:hover, .academicBox:hover p.levelPrice, .card:hover .card-head, .review-controls .swiper-button-next:hover, .review-controls .swiper-button-prev:hover, .writersSwiperWraper .swiper-button-next:hover, .writersSwiperWraper .swiper-button-prev:hover {
    border-color: #2d96ee
}

.card-body {
    width: 100%;
    padding: 15px 0 15px 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: #f5fcff;
    border: 1px solid #edf6ff;
    border-top: none;
    border-radius: 0 0 5px 5px
}

.card-body span {
    color: #abd8fd;
    line-height: 33px
}

.answerInner li, .answerInner p {
    font-size: 14px;
    line-height: 150%;
    color: #5c5c5c;
    font-family: CircularStd;
    padding-bottom: 4px;
    max-width: 97%;
    width: 100%
}

.loadMore {
    text-align: center;
    cursor: pointer;
    padding-top: 20px
}

.loadMore span {
    font-size: 14px;
    line-height: 16px;
    color: #35414b;
    font-family: CircularStd
}

.loadMore span:hover, .offerWraper.ajWraper .offerTabs button:hover, .review-controls .swiper-button-next:hover:after, .review-controls .swiper-button-prev:hover:after, .writersSwiperWraper .swiper-button-next:hover:after, .writersSwiperWraper .swiper-button-prev:hover:after {
    color: #2d96ee
}

section.startingPaper {
    width: 100%;
    background-color: #05396b;
    padding: 90px 0 60px;
    overflow: hidden
}

.startingPaper .secWraper {
    width: 100%;
    position: relative;
    padding: 42px 30px;
    justify-content: flex-end;
    border-radius: 10px
}

.startingPaper .secWraper::before {
    position: absolute;
    content: '';
    background-image: url("../images/paperbox-bg-1.svg");
    width: 85px;
    height: 82px;
    bottom: -35px;
    right: -35px
}

.startingPaper .secWraper::after {
    position: absolute;
    content: '';
    background-image: url("../images/paperbox-bg-2.svg");
    width: 180px;
    height: 237px;
    top: -81px;
    left: -81px;
    z-index: 0
}

.startingPaper .secImage {
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1
}

.startingPaper .secImage img {
    display: block;
    max-width: 585px;
    width: 95%;
    max-height: 422px;
    height: 100%
}

.startingPaper .secContent {
    max-width: 550px;
    width: 100%;
    margin-left: auto
}

.secContent .btnInner {
    max-width: 180px;
    width: 100%;
    font-size: 20px;
    line-height: 150%;
    margin: 30px 0;
    padding: 9px 0
}

.startingPaper .secContent p.d-blue {
    font-size: 35px;
    line-height: 150%;
    color: #05396b;
    font-family: CircularStd;
    font-weight: 600
}

.startingPaper .secContent p.l-blue {
    font-size: 22px;
    line-height: 150%;
    color: #575e62;
    padding-top: 10px;
    font-family: CircularStd
}

.startingPaper .pBtn {
    margin-left: auto;
    margin-top: 32px
}

section.readMore {
    width: 100%;
    padding: 60px 0;
    background-color: #f8f8f8
}

.readMore .readContent {
    padding-bottom: 60px;
    position: relative;
    text-align: center;
    font-size: 40px
}

.tabcontent h2, .tabcontent-service h2 {
    text-align: left;
    font-size: 30px;
    line-height: 40px
}

.readMore p, .tabcontent li, .tabcontent-service li {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #35414b;
    font-family: CircularStd;
    padding-bottom: 20px
}

.aj-swiper .sec-head, .aj-tab button, .bages-li li p, .pdfInner p, .range-labels label, .secureImage, .secureWraper p.head, .secureWraper span, .tab-descrp {
    text-align: center
}

section.securePayment {
    width: 100%;
    background-color: #fff;
    padding: 110px 0
}

.secureWraper {
    max-width: 100%;
    margin: 0 auto;
    background: #f8fdff;
    padding: 44px 134px;
    border-radius: 10px
}

.secureWraper p.head {
    font-size: 29px;
    line-height: 150%;
    color: #161616;
    font-family: CircularStd;
    font-weight: 600
}

.secureWraper span {
    display: block;
    font-size: 14px;
    line-height: 120%;
    color: #575e62;
    padding-top: 5px;
    font-family: CircularStd;
    font-weight: 450
}

.secureImage {
    margin-top: 28px
}

.secureImage img {
    max-width: 450px;
    width: 100%;
    max-height: 70px;
    height: 100%
}

section.badges {
    width: 100%;
    padding: 0 0 110px
}

ul.bages-li {
    display: flex;
    justify-content: center;
    gap: 42px
}

.bages-li li {
    position: relative;
    width: 160px;
    height: 196px;
    background-image: url("../images/main-badge.svg");
    background-size: cover
}

.bages-li img {
    width: 100%;
    object-fit: cover
}

.bages-li li p {
    position: absolute;
    top: 19%;
    color: #fff;
    left: 0;
    font-size: 22px;
    font-family: BebasNeue;
    align-self: center;
    width: 100%;
    line-height: 24px
}

.offerWraper.btm .offerTabs {
    height: 600px;
    overflow-y: scroll;
    padding: 0 30px
}

.offerWraper.btm .offerTabs::-webkit-scrollbar {
    width: 5px;
    max-height: 5px
}

.offerWraper.btm .offerTabs::-webkit-scrollbar-track {
    background: #e5e5e5
}

.offerWraper.btm .offerTabs::-webkit-scrollbar-thumb {
    background: #00aeef;
    border-radius: 4px
}

.offerWraper.btm .tabcontent, .offerWraper.btm .tabcontent-service {
    height: 600px;
    overflow-y: scroll;
    padding-right: 30px;
    width: 100%
}

.offerWraper.btm .tabcontent::-webkit-scrollbar {
    width: 5px;
    max-height: 5px
}

.offerWraper.btm .tabcontent::-webkit-scrollbar-track {
    background: #e5e5e5
}

.offerWraper.btm .tabcontent::-webkit-scrollbar-thumb {
    background: #00aeef;
    border-radius: 4px
}

.offerWraper.btm .offerTabs button {
    min-height: 68px
}

.tablinks.ewc h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: normal;
    font-family: CircularStd
}

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

.otherRelatedQuestions {
    width: 100%;
    margin-top: 50px
}

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

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

.card-heading a {
    color: #000;
    width: 100%;
    background-color: #fff;
    transition: .3s ease-in;
    position: relative;
    align-items: center;
    display: flex;
    padding: 20px;
    font-family: CircularStd
}

.footWraper, .range-labels {
    justify-content: space-between
}

.card-heading a:after {
    position: absolute;
    content: '';
    right: 20px;
    top: 40%;
    color: #000;
    border-color: transparent transparent #000;
    border-width: 0 10px 10px;
    display: block;
    border-style: solid
}

.academicBox small::before, .services__wrapper .vector-bg {
    top: 0;
    left: 0;
    position: absolute
}

.accordian-card.open .card-heading a:after {
    transform: rotate(0)
}

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

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

.footLinks ul li a, p.copyright {
    font-size: 20px;
    line-height: 23px;
    font-family: CircularStd;
    color: #fff
}

footer.footer {
    width: 100%;
    background-color: #05396b;
    padding: 20px 0
}

.footWraper {
    width: 100%;
    display: flex;
    align-items: center
}

.facebook, .insta, .twitter, .youtube {
    width: 30px;
    height: 31px
}

.facebook {
    background-position: -10px -61px
}

.insta {
    background-position: -110px -10px
}

.twitter {
    background-position: -60px -10px
}

.youtube {
    background-position: -10px -10px
}

.tabs-section {
    padding: 110px 0
}

.tabs-section .des-head {
    max-width: 66%
}

.aj-tab {
    display: flex;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    column-gap: 30px;
    padding-bottom: 40px
}

.aj-tab button {
    border: 1px solid transparent;
    background: #f2f9ff;
    padding: 8px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #161616;
    cursor: pointer;
    border-radius: 5px;
    max-width: 230px;
    width: 100%;
    display: block
}

.academicBox span, .aj-data p {
    font-weight: 400
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.aj-img {
    max-width: 40%;
    width: 100%
}

.aj-img img {
    width: 100%;
    max-width: 470px;
    display: block;
    max-height: 290px;
    height: 100%
}

.aj-data {
    max-width: 500px;
    width: 100%
}

.aj-data p {
    font-size: 15px;
    line-height: 150%;
    color: #575e62
}

.aj-data h3 {
    padding-top: 30px
}

button.ajtablinks.active {
    color: #fff !important;
    border: 1px solid #2d96ee
}

.tab-descrp {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
    font-size: 28px;
    line-height: 40px
}

.range {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 30px 0 0
}

.range input {
    width: 100%;
    top: 2px;
    height: 0;
    -webkit-appearance: none
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 23px;
    height: 23px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #055fab;
    cursor: pointer;
    border: 3px solid #f8f9ff !important;
    box-shadow: 0 5px 10px rgba(129, 129, 129, .25)
}

.range input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #2d96ee;
    cursor: pointer;
    border: 0 !important
}

.range input::-ms-thumb {
    width: 20px;
    height: 20px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #2d96ee;
    cursor: pointer;
    border: 0 !important
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #e9f1ff;
    border-radius: 8px
}

.range input::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #eaeaf0;
    border-radius: 8px
}

.range input::-ms-track {
    height: 8px;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.range input:focus {
    background: 0 0;
    outline: 0
}

.faq button.active:hover, .writersSwiper .swiper-button-next:hover, .writersSwiper .swiper-button-prev:hover {
    background-color: #2d96ee
}

.range-labels {
    margin-bottom: 30px;
    padding: 0;
    display: flex
}

.range-labels label {
    position: relative;
    color: #055fab;
    cursor: pointer;
    background-color: #e9f1ff;
    max-width: 76px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 8px
}

p.level, p.levelPrice {
    text-align: left;
    font-family: CircularStd
}

.academicBox span, p.level {
    font-size: 18px;
    color: #999
}

.range-labels .active {
    color: #fff;
    background-color: #055fab
}

.academicLevel {
    width: 100%;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.academicBox {
    border: 2px solid #e8e8e8;
    padding: 40px 22px;
    max-width: 260px;
    width: 100%;
    border-radius: 12px;
    background: #fff
}

.pricingBorder {
    margin: 45px auto
}

p.level {
    line-height: 150%;
    padding-bottom: 24px
}

p.levelPrice {
    font-size: 25px;
    line-height: 150%;
    color: #11142d;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(52, 73, 94, .2)
}

.academicBox small {
    font-size: 14px;
    line-height: 150%;
    color: #7a7a7a;
    position: relative;
    padding-left: 23px
}

.academicBox small::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #2d96ee
}

span.highlighted {
    color: #00aeef
}

.samplesSection, .slider-section {
    padding: 60px 0
}

section.servicesOffer {
    padding: 30px 0 110px
}

.services__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 15px;
    flex-wrap: wrap;
    border-radius: 15px;
    background: linear-gradient(90deg, #2d96ee 0, #203970 100%)
}

.service__right {
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

.service__left .sec-head {
    font-size: 28px;
    line-height: 120%;
    color: #fff;
    font-weight: 500;
    font-family: CircularStd;
    padding-bottom: 2px;
    text-align: center
}

.service__right span {
    font-size: 20px;
    line-height: 30px;
    color: #f0505c;
    font-weight: 600;
    font-family: CircularStd
}

.pdfsWraper p, .service__right p {
    line-height: 150%;
    font-family: CircularStd;
    font-size: 17px
}

.service__right p {
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px
}

.service__right p::before {
    content: '';
    width: 19px;
    height: 19px;
    background-image: url(../images/active-marker.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: -18px;
    top: 4px;
    display: inline-block
}

.services__wrapper .service__left, .services__wrapper .service__right {
    max-width: 50%;
    width: 100%
}

.completedFiles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
    justify-content: space-between
}

.pdfsWraper {
    background: #fff;
    box-shadow: 0 2px 14px rgb(124 124 124 / 50%);
    border-radius: 8px;
    width: 30%;
    min-height: 200px;
    margin-bottom: 25px;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.fileIcon {
    max-width: 45px;
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    background-image: url(../images/pdf-icon.svg);
    background-repeat: no-repeat;
    margin-right: auto
}

.pdfsWraper p {
    color: #35414b;
    padding: 15px 0;
    width: 100%;
    min-height: 81px;
    font-weight: 600
}

.faq button, .service__left a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center
}

.pdfsWraper a {
    align-items: center;
    display: block;
    text-align: center;
    max-width: 150px;
    width: 100%;
    padding: 10px 5px;
    background-color: #1276ce;
    border-radius: 20px;
    color: #fff;
    margin-top: 15px
}

.descrp, .id, .study, p.rate {
    text-align: left
}

.card-tabs {
    flex-basis: 18%;
    width: 100%
}

.main-card, .rev-inner {
    justify-content: center
}

.main-card {
    margin-top: 42px;
    display: flex;
    column-gap: 25px;
    flex-direction: column
}

.faq button {
    border: 1px solid transparent;
    outline: 0;
    transition: .3s;
    max-width: 190px;
    margin-bottom: 35px;
    background-color: #eaf6ff;
    border-radius: 5px;
    padding: 10px 30px;
    cursor: pointer;
    line-height: 130%;
    color: #161616
}

.faq button.active, .rightBoxBtns .hire__Btn {
    background: linear-gradient(167deg, #2d96ee 20%, #203970 100%);
    color: #fff;
    border: 1px solid #2d96ee
}

.faq button.active:hover, .writersSwiperWraper .swiper-button-next:active:after, .writersSwiperWraper .swiper-button-prev:active:after {
    color: #fff
}

.faqcontent {
    display: none;
    padding: 0 12px;
    -webkit-animation: 1s fadeEffect;
    animation: 1s fadeEffect;
    flex-basis: 73%
}

.faqcontent.shown {
    display: inline
}

.faq {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 20px
}

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

.reviewSwiper .swiper-button-next:after, .reviewSwiper .swiper-container-rtl .swiper-button-prev:after, .writersSwiper .swiper-button-next:after, .writersSwiper .swiper-button-prev:after, .writersSwiper .swiper-container-rtl .swiper-button-next:after, .writersSwiper .swiper-container-rtl .swiper-button-prev:after {
    font-size: 14px;
    color: #fff
}

.writersSwiper .swiper-pagination {
    width: 100% !important;
    position: absolute;
    bottom: 0
}

.writersSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21px;
    background-color: #0059a8 !important;
    height: 8px;
    border-radius: 100px
}

.service__left a {
    background-color: #fff;
    color: #2d96ee;
    text-decoration: none;
    line-height: 25px;
    padding: 6px 23px;
    border-radius: 100px;
    max-width: 180px;
    margin: 37px auto 25px
}

.service__left .pulseanim {
    animation-name: order-animation;
    border-radius: 100px
}

@keyframes order-animation {
    0% {
        box-shadow: 0 0 0 0 #fff
    }

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

.service__left a:hover {
    transform: scale(1.2);
    transition: transform 2s
}

.aj-tab button:hover, .faq button:hover, .pdfsWraper a:hover {
    border: 1px solid #2d96ee;
    transition: .3s;
    color: #2d96ee
}

p.pBtn.odr {
    margin-left: auto
}

.pBtn.odr .btnInner {
    font-size: 20px
}

.aj-tabs {
    margin-top: 50px
}

.writersSwiper .swiper-button-next:after, .writersSwiper .swiper-container-rtl .swiper-button-prev:after {
    font-size: 14px
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.sj svg path {
    fill: orange
}

.tp svg path {
    fill: green
}

section.servicePages {
    padding-top: 110px
}

.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: 37px;
    height: 37px;
    -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
}

.scrollBtm:hover, .scrollTop:hover {
    box-shadow: inset 0 0 0 1px #2d96ee;
    color: #2d96ee
}

.servicePagesWrapper {
    width: 100%;
    max-height: 600px;
    padding-top: 40px;
    padding-right: 70px;
    padding-left: 20px;
    border-top: 1px solid #2d96ee;
    border-bottom: 2px solid #2d96ee;
    height: 100%;
    overflow-y: scroll
}

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

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

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

.servicePages .sec-head {
    padding-bottom: 50px;
    text-align: center
}

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

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

.seoContentCard {
    margin-bottom: 20px;
    padding: 25px;
    border: 1px solid #eaf5ff;
    border-radius: 20px
}

.seoContentCard h2, .seoContentCard h3 {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 140%;
    color: #161616;
    font-weight: 600
}

.servicePagesWrapper li, .servicePagesWrapper p {
    font-weight: 450;
    font-family: CircularStd;
    color: #575e62;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 12px
}

.scrollBtm {
    bottom: 40px;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 37px;
    height: 37px;
    -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
}

.experts-title, .writer-name {
    color: #161616;
    text-align: left
}

#scrollBtm .aj-swiper {
    padding: 110px 0 50px;
    background-color: #fff
}

.aj-swiper .des-head {
    max-width: 64%;
    margin: 0 auto
}

.writersSwiper .swiper-wrapper {
    padding: 50px 0 0
}

.rightBoxBtns {
    display: flex;
    align-items: center;
    padding-top: 50px
}

.main-box {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    background-color: #f8fbff;
    padding: 35px 17px 35px 0;
    margin: 0 auto;
    border-radius: 15px
}

.left-box {
    max-width: 245px;
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #edf0f4;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    border-radius: 20px;
    position: relative;
    margin-top: -55px;
    margin-left: -21px;
    margin-right: 15px
}

.left-box .rating, .main-expert {
    border-bottom: 1px solid #e3f0ff;
    display: flex
}

.left-box .rating {
    max-width: 100%;
    padding-bottom: 25px;
    align-items: center
}

.aj-rating {
    margin-right: 13px
}

.aj-rating img {
    width: 70px;
    height: 70px;
    border-radius: 100px
}

.writer-name {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700
}

.custom__flex {
    width: 100%;
    display: flex;
    align-items: flex-start
}

p.rate {
    font-size: 16px;
    padding-right: 8px;
    color: #4875b2;
    line-height: 1
}

p.writer_revs {
    padding-top: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #4875b2;
    font-weight: 450
}

.aj-expert .degree, .writer-edu p {
    font-size: 13px;
    line-height: 20px;
    color: #4875b2
}

.main-expert {
    padding: 15px 0 3px
}

.aj-expert p {
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.aj-expert .degree {
    font-weight: 300;
    display: inline-block;
    max-width: 110px;
    width: 100%
}

.aj-expert .level {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0059a8;
    display: block
}

.writer-edu {
    padding-top: 12px
}

.writer-edu p {
    font-weight: 450;
    padding-bottom: 13px;
    position: relative
}

.rating-head {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8ebfc;
    margin-bottom: 30px
}

.experts-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px
}

.descrp, .id, .rightBoxBtns a, .study, .writer-edu span {
    line-height: 20px
}

.id {
    color: #0059a8;
    font-size: 14px
}

.study {
    font-size: 15px;
    color: #161616
}

.descrp {
    font-size: 13px;
    padding-top: 7px;
    color: #575e62;
    font-weight: 450
}

.rightBoxBtns .hire__Btn:hover {
    background: #127ad1;
    border: 1px solid #127ad1
}

.rightBoxBtns .about__Btn {
    border: 1px solid #99b0cc;
    color: #99b0cc;
    margin-right: 10px
}

.rightBoxBtns a {
    display: block;
    max-width: 131px;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-radius: 100px;
    font-size: 14px
}

.writer-edu span {
    background: #f5f9ff;
    border-radius: 3px;
    display: inline-block;
    max-width: max-content;
    font-weight: 450;
    font-size: 14px;
    padding: 2px 12px;
    margin-bottom: 9px;
    margin-right: 5px;
    color: #161616
}

.writers__Controls {
    position: absolute;
    width: 100%;
    top: 50%
}

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

.swiper-container-rtl .swiper-button-next, .writersSwiperWraper .swiper-button-prev {
    left: 16% !important
}

.swiper-container-rtl .swiper-button-prev, .writersSwiperWraper .swiper-button-next {
    right: 18% !important
}

.writersSwiperWraper .swiper-button-next:after, .writersSwiperWraper .swiper-button-prev:after {
    font-size: 12px;
    color: #b0b0b0;
    font-weight: 600
}

.writersSwiperWraper .viewMore {
    margin: 0 auto;
    position: relative
}

.sec-head {
    color: #161616;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    font-weight: 700;
    font-family: CircularStd;
    padding-bottom: 8px
}

.des-head, .viewMore {
    font-weight: 400;
    font-family: CircularStd
}

.des-head {
    text-align: center;
    font-size: 16px;
    line-height: 134%;
    color: #575e62;
    max-width: 82%;
    width: 100%;
    margin: 0 auto
}

.viewMore {
    cursor: pointer;
    font-size: 14px;
    line-height: 150%;
    color: #737678;
    display: block;
    text-align: right;
    max-width: max-content;
    margin-left: auto;
    padding-top: 20px
}

.writersSwiperWraper .viewMore:hover {
    text-decoration: underline;
    color: #2d96ee
}

.rev-inner {
    max-width: 100%;
    width: 100%;
    display: flex !important;
    margin: 50px auto 0;
    position: relative
}

.dk-only {
    display: block;
    padding-top: 0
}

.ratingBox {
    display: flex;
    justify-content: center;
    width: 24%;
    align-items: center;
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
    padding: 20px 0;
    cursor: pointer;
    border: 1px solid #eff2f4;
    box-shadow: 0 0 19px 0 rgb(149 149 149 / 15%)
}

.dead-bg-1, .dead-bg-2 {
    background-image: url(../images/we-offer-dots-cta.svg);
    z-index: 0
}

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

.ratingName .mpp {
    max-width: 172px;
    width: 100%;
    max-height: 21px;
    height: 100%
}

.ratingName .Sitejabber {
    max-width: 139px;
    width: 100%;
    max-height: 20px;
    height: 100%
}

.ratingName .Trustpilot {
    max-width: 127px;
    width: 100%;
    max-height: 26px;
    height: 100%
}

.ratingName img {
    margin-bottom: 10px
}

#mppBtn.reviewsActive, #mppBtn:hover {
    border-color: #3196ea
}

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

#trustPilotBtn.reviewsActive, #trustPilotBtn:hover {
    border-color: #00b67a
}

.reviews-swiper, .siteJabber-swiper, .trustPilot-swiper {
    width: 100%;
    padding: 30px 0 40px !important
}

.reviews-swiper {
    padding-bottom: 40px !important
}

.swiper-wrapper {
    height: auto !important
}

.mpp_reviews .swiper-container, .site_jabber_reviews .swiper-container, .trust_pilot__reviews .swiper-container {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto
}

.slide-inner {
    max-width: 500px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0 4px 34px 0 rgb(0 0 0 / 8%);
    min-height: 265px;
    height: 100%;
    border-radius: 8px
}

.author {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 40px 20px;
    border-bottom: 1px solid #e5f4ff
}

.author-inner span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: CircularStd;
    color: #161616;
    padding-bottom: 6px;
    padding-right: 15px
}

.author-inner .author-name, .customer__review p {
    font-weight: 450;
    font-family: CircularStd;
    color: #575e62;
    font-size: 14px
}

.author-inner .author-name {
    line-height: 22px
}

.rating {
    display: flex;
    align-items: center;
    padding-top: 2px
}

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

.customer__review {
    padding: 20px 40px 35px
}

.customer__review p {
    line-height: 24px
}

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

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

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

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

.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
}

.reviews-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21px !important;
    background-color: #2d96ee !important;
    height: 8px !important;
    border-radius: 100px !important
}

.review-controls .swiper-button-next {
    right: 0
}

section.paper-deadline {
    width: 100%;
    padding: 60px 0;
    overflow: hidden
}

.deadline-wraper {
    width: 100%;
    margin: 0 auto;
    background-color: #2d96ee;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 10px
}

.dead-bg-1 {
    position: absolute;
    content: '';
    width: 116px;
    height: 116px;
    top: -36px;
    right: 20px
}

.deadline-wraper .deadline-desc {
    font-size: 19px;
    color: #fff;
    text-align: center;
    font-weight: 400
}

.deadline-wraper .deadline-head {
    font-size: 38px;
    color: #fff;
    line-height: 60px;
    padding-bottom: 12px
}

.deadline-wraper .order {
    background-color: #fff;
    padding: 10px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    border-radius: 100px;
    width: 100%;
    max-width: 286px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s;
    color: #2d96ee;
    font-weight: 500
}

.pulseanim {
    position: absolute;
    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%)
}

.dead-bg-2, .dead-bg-3 {
    position: absolute;
    content: '';
    width: 116px;
    height: 116px
}

.deadline-wraper .pulseanim {
    animation-name: cta-animation;
    border-radius: 100px
}

@keyframes cta-animation {
    0% {
        box-shadow: 0 0 0 0 #fff
    }

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

.deadline-wraper svg {
    position: absolute;
    top: -108px;
    right: -180px;
    z-index: -1
}

.dead-bg-2 {
    bottom: 35px;
    left: -58px
}

.dead-bg-3 {
    background-image: url(../../images/we-offer-dots.svg);
    bottom: -40px;
    right: -75px;
    z-index: -1
}

.writersSwiperWraper .swiper-container {
    max-width: 670px;
    width: 100%;
    margin: 0 auto
}

.whyusWraper .slideCard:hover {
    border: 1px solid #88bdea
}

@media (max-width:1440px) {
    .review-controls .swiper-button-prev {
        left: 0
    }

    .review-controls .swiper-button-next {
        right: 0
    }
}

@media (max-width:1200px) {
    .review-controls .swiper-button-prev {
        left: 0
    }

    .review-controls .swiper-button-next {
        right: 0
    }

    .academicBox {
        max-width: 220px
    }

    .promises {
        width: 100%
    }

    .ranges li {
        font-size: 16px
    }

    .benefitsInner ul li {
        font-size: 13px
    }

    .services {
        width: 74%;
        margin-top: 40px
    }

    .banner-right h1 {
        font-size: 34px;
        line-height: 40px
    }

    .tab-descrp {
        font-size: 20px;
        line-height: 30px
    }

    .swiper-slide.swiper-slide-active .slide-text {
        transform: scale(1);
        margin: 0 auto
    }

    .banner-right .banner-head, p.bold {
        font-size: 25px;
        line-height: 30px
    }

    .spriteIcons svg {
        width: 40px;
        height: 40px
    }

    .pBtn {
        max-width: 160px;
        padding: 3px
    }

    .pBtn:hover span:after {
        right: -10px
    }

    .banner-right .banner-btn {
        padding: 5px 0
    }

    .banner-right {
        max-width: 610px
    }

    .whyusIcons svg {
        width: 90px;
        height: 90px
    }

    .whyusIcons {
        margin-right: 15px;
        align-self: flex-start
    }

    .offerWraper {
        width: 100%;
        margin: 0 auto
    }

    .banner-right .banner-btn, .pBtn .btnInner {
        font-size: 20px;
        line-height: 26px
    }

    .startingPaper .secImage {
        max-width: 470px;
        width: 100%
    }

    .whyusContent {
        max-width: 47%;
        width: 100%;
        padding: 20px 10px
    }

    .serviceText h3, .startingPaper .secContent p.l-blue {
        font-size: 25px;
        line-height: normal
    }

    p.small-text {
        font-size: 18px;
        text-align: left;
        line-height: normal
    }

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

    .tabsDetails {
        max-width: 500px;
        width: 100%
    }

    .tabcontent li, .tabcontent p, .tabcontent-service li, .tabcontent-service p {
        font-size: 14px;
        text-align: left;
        line-height: 150%
    }

    .tabcontent ul, .tabcontent-service ul {
        padding-left: 30px
    }

    .readMore p, .tabcontent li, .tabcontent-service li {
        font-size: 18px;
        line-height: 24px
    }

    .offerTabs button {
        font-size: 20px
    }

    .bages-li li p {
        font-size: 25px;
        padding-top: 5px
    }

    .startingPaper .secContent {
        max-width: 510px
    }

    .startingPaper .secContent p.d-blue {
        font-size: 30px;
        line-height: normal
    }

    .footLinks ul li a, p.copyright {
        font-size: 15px
    }

    .reviews .inner {
        max-width: 920px !important
    }

    .offerWraper.btm .offerTabs {
        padding: 0 10px
    }

    .star p {
        font-size: 12px
    }

    section.startingPaper {
        padding: 60px 0
    }

    .swiper-slide .slide-text .slideInfo {
        min-height: 145px
    }

    .services__wrapper .service__left, .services__wrapper .service__right {
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .rev-inner {
        justify-content: space-between
    }

    .ratingBox {
        width: 32%;
        flex-direction: column
    }

    .main-content, .seoRow {
        flex-direction: column
    }

    .offerWraper.ajWraper .tabsDetails, .seoColumn {
        max-width: 100%;
        width: 100%
    }

    .seoContentCard {
        padding: 20px 12px
    }

    .aj-tab, .seoContentCard h2 {
        padding-bottom: 20px
    }

    .pdfsWraper p, .seoContentCard h2, .seoContentCard h3 {
        font-size: 16px
    }

    .range-labels li {
        max-width: 44px;
        width: 100%;
        font-size: 12px;
        line-height: 15px;
        padding: 5px
    }

    .academicBox {
        max-width: 48%;
        margin-bottom: 30px
    }

    .aj-cal, .aj-img {
        margin: 0 auto
    }

    section.bannerSection {
        padding: 30px 0 0
    }

    .readMore .readContent, .sec-head {
        font-size: 30px;
        line-height: 40px
    }

    .offerWraper.ajWraper {
        flex-direction: column-reverse
    }

    .aj-data, .offerWraper.ajWraper .offerTabs {
        max-width: 100%
    }

    .aj-cal {
        padding-top: 30px
    }

    .offerWraper.ajWraper .custom-navigation, .startingPaper .secWraper::after, section.weOffer::after, section.weOffer::before {
        display: none
    }

    .banner-right .banner-head {
        font-size: 22px
    }

    .banner-right {
        max-width: 700px
    }

    .services {
        width: 65%
    }

    p.light {
        font-size: 14px;
        line-height: normal;
        text-transform: capitalize
    }

    .aj-tab {
        max-width: 100%;
        overflow-x: scroll;
        margin-bottom: 40px
    }

    .aj-tab button {
        min-width: 150px
    }

    .serviceText h3, p.bold {
        font-size: 20px;
        line-height: 25px
    }

    .whyusIcons {
        margin-right: 0;
        align-self: center
    }

    .serviceText {
        padding-top: 20px;
        text-align: center
    }

    .offerTabs {
        max-width: 280px;
        width: 100%
    }

    .tabsDetails {
        width: calc(100% - 320px)
    }

    .stepsWraper {
        max-width: 32%;
        height: 328px;
        padding: 0 10px
    }

    .tabcontent h2, .tabcontent-service h2 {
        text-align: left;
        font-size: 22px;
        line-height: 30px
    }

    .ctaBtns .nav-order {
        min-width: 100px
    }

    .ctaBtns .order {
        display: block;
        font-size: 16px
    }

    .pBtn {
        max-width: 170px;
        padding: 2px
    }

    .pBtn:hover span {
        padding-right: 20px
    }

    .bages-li li p {
        font-size: 23px
    }

    .tablinks.ewc h2 {
        padding: 5px 20px
    }

    .offerWraper.btm .tabcontent-service .offerWraper.btm .tabcontent {
        padding: 0 20px
    }

    .startingPaper .secContent {
        max-width: 450px
    }

    .footLinks ul li a, p.copyright {
        font-size: 15px
    }

    .swiper-slide.swiper-slide-active .slide-text {
        margin: 0 auto;
        transform: unset
    }

    .pdfInner {
        width: 100%;
        margin: 0 auto 40px;
        text-align: center
    }

    .pdfInner:last-child {
        margin-bottom: 0
    }

    .pdf-image img {
        max-width: 290px;
        width: 100%
    }

    .whyusWraper .slideCard {
        height: 350px;
        flex-direction: column;
        justify-content: flex-start
    }

    .bages-li li {
        background-size: contain;
        transform: scale(.8);
        display: block
    }

    .offerWraper.btm .offerTabs {
        height: 770px;
        overflow-y: scroll;
        padding: 0 10px;
        max-width: 350px
    }

    .startingPaper .secWraper {
        padding: 10px 60px
    }

    .startingPaper .secImage {
        max-width: 330px;
        width: 100%
    }

    .card-body span, .card-head span {
        padding-right: 10px
    }

    .card-head p {
        font-size: 22px;
        line-height: 30px
    }

    .swiper-slide .slide-text .slideInfo {
        min-height: 90px
    }

    .services__wrapper .service__left, .services__wrapper .service__right {
        max-width: 100%;
        margin-bottom: 15px
    }

    .services__wrapper {
        flex-direction: column
    }

    .service__left {
        margin-bottom: 25px
    }

    .secureWraper {
        padding: 40px 20px
    }

    .secureWraper p.head {
        font-size: 38px;
        line-height: 45px
    }

    .secureImage {
        margin-top: 20px
    }

    .secureWraper span {
        font-size: 26px;
        line-height: 36px
    }

    .deadline-wraper {
        padding: 60px 0
    }

    .deadline-wraper .deadline-head {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width:767px) {
    .banner-right .banner-btn, .sm__id, a.hireBTn, button.sm_More {
        font-weight: 500;
        font-size: 14px
    }

    .sm__id, a.hireBTn, button.sm_More {
        line-height: 20px
    }

    .readMore .readContent, .startingPaper .secContent p.d-blue, .startingPaper .secContent p.l-blue {
        line-height: normal;
        font-size: 20px
    }

    .dead-bg-1, .dead-bg-2, .dead-bg-3, .dk-only, .inner-p, .moreContent, .rating-head .id, .recentReview-sm, .rightBoxBtns .hire__Btn, .sm_none, .weOffer .offerTabs a::before, .writers__Controls, p.copyright, section.weOffer::before {
        display: none
    }

    .ratingName img {
        width: 70%
    }

    .reviews-wraper .reviews-swiper, section.securePayment {
        padding: 40px 0
    }

    .swiper.reviews-swiper {
        height: auto
    }

    .writersSwiper {
        padding-bottom: 40px !important
    }

    .md-none, .seoContentCard p.inner-p, .whyusWraper .swiper-pagination, .writersSwiper .swiper-pagination {
        display: block
    }

    .readMore .offerTabs ul li, .reviews-swiper>.swiper-pagination-bullets, .siteJabber-swiper>.swiper-pagination-bullets, .trustPilot-swiper>.swiper-pagination-bullets, span.pulseanim {
        width: 100%
    }

    .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: #2D96EE;
        width: 100%
    }

    .reviews-swiper span.swiper-pagination-bullet {
        max-width: 8px;
        height: 8px;
        border-radius: 100px;
        width: 100%
    }

    .secureWraper p.head {
        font-size: 28px;
        line-height: 35px
    }

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

    .scrollBtm, .scrollTop {
        width: 40px;
        height: 40px;
        display: none
    }

    .aj-swiper {
        padding: 80px 0 0
    }

    .aj-swiperbox {
        min-height: auto
    }

    .main-box {
        flex-direction: column;
        padding: 0 0 10px;
        max-width: 85%;
        margin: 0 auto
    }

    .left-box {
        max-width: 100%;
        margin-right: 0;
        margin-top: -21px;
        margin-left: 0;
        min-height: 405px;
    }

    .aj-rating {
        margin-right: 24px
    }

    .aj-expert {
        display: flex;
        width: 100%
    }

    a.hireBTn {
        max-width: 90%;
        background: linear-gradient(167deg, #2d96ee 20%, #203970 100%);
        border-radius: 100px;
        padding: 9px 12px;
        color: #fff;
        text-align: center;
        margin: 13px auto 0
    }

    section.weOffer, section.whyUs {
        background-image: none
    }

    .right-box {
        padding: 0 17px
    }

    .rating-head {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .experts-title {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 4px;
        font-size: 16px
    }

    button.sm_More {
        background-color: transparent;
        outline: 0;
        border: none;
        display: block;
        max-width: max-content;
        width: 100%;
        margin: 0 auto;
        color: #0059a8;
        position: relative
    }

    .faq button, .footLinks ul li {
        margin-right: 0
    }

    button.sm_More::after {
        background-image: url(../images/arrow__down-2.svg);
        background-repeat: no-repeat;
        position: relative;
        content: '';
        top: 0;
        right: 0;
        width: 15px;
        height: 8px;
        transition: transform .3s;
        display: inline-block;
        margin-left: 5px
    }

    button.sm_More.dropped {
        color: #99b0cc
    }

    button.sm_More.dropped::after {
        transform: rotate(180deg);
        background-image: url(../images/arrow__down.svg);
        width: 12px;
        height: 8px;
        background-size: contain
    }

    .sm__id {
        color: #2d96ee;
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid #d8ebfc;
        padding-top: 30px
    }

    .aj-id {
        padding-top: 25px
    }

    .rightBoxBtns .about__Btn {
        margin: 0 auto
    }

    .aj-expert p:first-of-type {
        margin-right: 120px
    }

    .writersSwiperWraper .viewMore {
        margin: 20px auto 0;
        position: relative;
        left: 0;
        top: 0
    }

    .des-head {
        font-size: 17px;
        line-height: 26px
    }

    #slide img, #slideBack img {
        max-width: 7px;
        width: 100%;
        height: 12px
    }

    .main-card {
        margin-top: 30px;
        flex-direction: column
    }

    .faq {
        column-gap: 15px;
        flex-direction: row
    }

    .faq button, .stepsWraper:last-child {
        margin-bottom: 0
    }

    .range-labels label {
        max-width: 50px;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        padding: 7px;
        word-break: break-word
    }

    .offerWraper.ajWraper {
        flex-direction: column-reverse !important
    }

    .aj-cal {
        display: flex;
        justify-content: center;
        max-width: 100%
    }

    .sec-head {
        text-align: center;
        padding-bottom: 15px;
        font-size: 25px;
        line-height: 150%
    }

    .slider-section {
        padding: 60px 0 0
    }

    .loadMore span {
        text-decoration: underline
    }

    .loadMore {
        padding-top: 15px
    }

    .faq button:hover, .pdfsWraper a:hover {
        background-color: #05396b
    }

    .aj-img img {
        width: 100%;
        display: block;
        margin: 0 auto
    }

    section.bannerSection {
        padding: 40px 0 0;
        background-size: 45%
    }

    .services {
        width: 60%;
        margin-top: 0
    }

    .banner-right h1 {
        font-size: 30px;
        padding-left: 0;
        line-height: 150%
    }

    .banner-right {
        margin-right: 20px
    }

    .banner-right .pBtn {
        margin-top: 20px
    }

    .banner-right .banner-btn {
        margin: 25px auto 15px;
        padding: 7px 21px
    }

    .whyusContent {
        flex-direction: column;
        justify-content: flex-start;
        z-index: 9
    }

    .serviceText {
        padding-top: 20px;
        width: 100%;
        margin: 0 auto
    }

    .stepsWraper {
        max-width: 50%;
        height: 330px;
        padding: 0 10px;
        margin-bottom: 70px
    }

    .howitWraper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px
    }

    .reviews .inner {
        padding: 0 15px
    }

    .stepsSprite svg {
        width: 60px;
        height: 60px
    }

    .card-head p {
        font-size: 18px
    }

    .card-body, .card-head {
        padding: 12px 0 12px 15px;
        align-items: start
    }

    .offerTabs a {
        padding: 14px 38px 14px 20px !important;
        font-size: 14px;
        line-height: 16px;
        position: relative
    }

    section.weOffer::after {
        top: 30%
    }

    .startingPaper .secImage {
        max-width: 380px;
        width: 100%
    }

    section.startingPaper {
        padding: 60px 0
    }

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

    .offerWraper.btm .offerTabs {
        height: auto;
        overflow: unset;
        max-width: 100%
    }

    .tablinks.ewc h2 {
        font-size: 16px;
        align-items: center
    }

    .offerWraper.btm .tabcontent, .offerWraper.btm .tabcontent-service {
        height: auto;
        overflow: unset;
        padding: 0
    }

    section.weOffer {
        padding-top: 40px
    }

    .bages-li li p {
        font-size: 17px;
        padding: 0;
        max-width: 160px;
        width: 100%;
        display: block;
        top: 18%
    }

    .bages-li li {
        width: 25%;
        height: 200px
    }

    .accordian-card {
        width: 45%
    }

    ul.bages-li {
        flex-wrap: wrap
    }

    .footer ul {
        flex-direction: row;
        align-items: center
    }

    .footLinks ul li a {
        font-size: 13px;
        line-height: 16px;
        padding-right: 10px;
        display: inline-block
    }

    .whyusWraper .slideCard {
        padding: 40px 17px;
        width: 100%;
        height: 370px
    }

    .offerWraper.btm {
        padding-top: 40px;
        flex-direction: column;
        width: 100%
    }

    .weOffer .offerTabs ul {
        display: flex;
        min-width: max-content
    }

    .weOffer .offerTabs {
        max-width: 100%;
        width: 100%;
        overflow: scroll;
        padding: 5px
    }

    .weOffer .offerTabs ul li {
        width: 100%;
        margin-right: 15px
    }

    .offerWraper.ajWraper .tabsDetails {
        padding-top: 38px
    }

    .offerWraper.ajWraper .offerTabs button {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 450
    }

    .weOffer .offerTabs a.elipsis {
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .weOffer .arrow-left, .weOffer .arrow-right {
        display: block;
        z-index: 9
    }

    .weOffer .custom-navigation {
        display: block;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .weOffer span.arrow-left {
        position: absolute;
        left: -5px;
        top: 20px
    }

    .weOffer span.arrow-right {
        position: absolute;
        right: 0;
        top: 20px
    }

    .weOffer .offerTabs a.active::after {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #05396b;
        border-radius: 10px
    }

    .weOffer .offerWraper {
        display: flex;
        width: 100%;
        position: relative;
        z-index: 0;
        flex-direction: column;
        margin-bottom: 0
    }

    .readMore .readContent {
        display: block;
        background-color: #fff;
        padding: 15px;
        position: relative;
        text-align: left;
        cursor: pointer
    }

    .readMore .readContent.show:after {
        transform: rotate(0)
    }

    .readMore .readContent:after {
        position: absolute;
        content: '';
        right: 10px;
        top: 45%;
        color: #000;
        border-color: transparent transparent #000;
        border-width: 0 10px 10px;
        display: block;
        border-style: solid;
        transform: rotate(180deg)
    }

    .readMore h2.mob-only {
        padding: 0;
        font-size: 14px;
        line-height: 16px;
        text-align: left
    }

    .readMore .offerTabs ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .startingPaper .container {
        padding: 0
    }

    .startingPaper .secWraper {
        padding: 20px 10px
    }

    .startingPaper .secContent {
        max-width: 360px
    }

    .swiper-slide .slide-text .slideInfo {
        min-height: 130px
    }

    .offerWraper.ajWraper .offerTabs ul {
        min-width: unset
    }

    .secureWraper span {
        font-size: 20px;
        line-height: 26px
    }

    .service__left .sec-head {
        text-align: center !important;
        font-size: 23px
    }

    .service__left .des-head {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
    }

    .service__left a {
        margin: 30px auto;
        max-width: 170px;
        font-size: 14px;
        padding: 5px 23px
    }

    .deadline-wraper {
        padding: 40px 10px
    }

    .deadline-wraper .deadline-head {
        font-size: 30px;
        line-height: 40px
    }

    .deadline-wraper .order {
        margin-top: 20px;
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width:575px) {
    .aiBox .titleBox, .banner-right .banner-head, .banner-right h1, .pdfInner p, .ratingBox, .ratingName, .viewMore {
        text-align: center
    }

    .ratingWrap {
        flex-direction: row;
        row-gap: 15px;
        justify-content: center
    }

    .aiBox, .aj-expert, .completedFiles, .footWraper, .footer ul, .ratingBody, .rev-inner {
        flex-direction: column
    }

    .ratingBody {
        row-gap: 18px
    }

    .aiBox, .reviews-swiper .swiper-slide, .whyusWraper .swiper-slide {
        display: flex;
        justify-content: center
    }

    .ratingBadge {
        margin: 0 auto
    }

    .banner-bg-1, .banner-bg-2, .banner-left, section.faqSection::before, section.startingPaper {
        display: none
    }

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

    .banner-right .pBtn, .howitWorks .learn-ordr {
        margin: 30px auto 0
    }

    section.whyUs .sec-head {
        max-width: 100%;
        margin: 0 auto
    }

    .weOffer .sec-head {
        max-width: 351px;
        margin: 0 auto
    }

    .stepsText p {
        font-size: 14px;
        padding-top: 15px;
        max-width: 197px
    }

    .weOffer .des-head {
        max-width: 80%
    }

    .service__right {
        row-gap: 12px
    }

    .service__right p {
        font-size: 15px;
        padding-bottom: 10px
    }

    .whyusWraper .whyUsSwiper {
        padding-top: 20px !important
    }

    .rev-inner {
        row-gap: 15px
    }

    .ratingBox:last-child {
        margin-right: auto
    }

    section.badges {
        padding: 0 0 40px
    }

    .sec-head {
        font-size: 23px;
        line-height: 150%;
        padding-bottom: 15px
    }

    .descrp {
        font-size: 14px;
        line-height: 150%;
        padding-top: 10px;
        font-weight: 400
    }

    a.learn-ordr {
        max-width: 208px;
        width: 100%;
        font-size: 14px;
        padding: 10px 27px
    }

    .rating {
        margin-top: 0
    }

    .author-inner span {
        font-size: 16px;
        line-height: 20px
    }

    .rating svg {
        width: 80px
    }

    section.paper-deadline {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .deadline-wraper {
        max-width: 100%;
        padding: 50px 10px
    }

    .deadline-wraper .deadline-head {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        padding-bottom: 20px
    }

    .deadline-wraper .order {
        padding: 12px 0;
        border-radius: 33px;
        font-size: 18px;
        margin-top: 30px
    }

    .deadline-wraper .order span {
        font-size: 16px
    }

    .des-head {
        max-width: 93%;
        font-size: 14px;
        line-height: 140%
    }

    .aj-tab button {
        min-width: 153px;
        padding: 7px 0;
        font-size: 14px;
        font-weight: 450
    }

    .main-content {
        gap: 30px
    }

    .aj-data .aj-data-bold {
        font-size: 20px;
        padding-bottom: 10px
    }

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

    .author {
        padding: 20px 20px 15px
    }

    .slide-inner {
        min-height: 280px;
        height: 100%;
        max-width: 94%;
        margin: 0 auto;
        box-shadow: 0 2px 17px 0 rgb(0 0 0 / 8%)
    }

    .card-head::after {
        width: 18px;
        height: 18px;
        right: 15px;
        background-size: contain
    }

    .ratingBox {
        width: 50%;
        padding: 10px 0;
        margin: 0 auto;
        max-width: 90%
    }

    .ratingName img {
        width: 80%
    }

    .reviews-wraper .reviews-swiper {
        padding: 20px 0 40px
    }

    .whyusWraper .swiper-wrapper {
        padding-bottom: 20px
    }

    .review-controls {
        position: absolute;
        width: 30%;
        bottom: 15%;
        right: 0;
        top: unset;
        display: none
    }

    .stepsText {
        padding-top: 70px
    }

    .services__wrapper {
        padding: 50px 15px 15px
    }

    .service__right {
        flex-direction: column;
        padding-left: 25px
    }

    .services__wrapper .vector-bg {
        width: 30%
    }

    .ratingName {
        width: 100%
    }

    .faqcontent {
        padding: 0
    }

    .secureWraper p.head {
        font-size: 20px;
        line-height: 22px
    }

    .secureWraper span {
        font-size: 15px;
        line-height: 18px
    }

    .servicePagesWrapper::-webkit-scrollbar {
        display: block
    }

    .pBtn span:after {
        right: -20px
    }

    .main-box {
        max-width: 95%
    }

    .rightBoxBtns {
        width: 100%;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 15px
    }

    .aj-expert p:first-of-type {
        margin-right: 0
    }

    .viewMore {
        max-width: 85%;
        border: none;
        padding: 10px 0;
        color: #737678
    }

    .aj-img, .aj-swiper .des-head, .banner-right {
        max-width: 100%
    }

    .writersSwiper {
        position: relative;
        padding-bottom: 20px
    }

    .writersSwiper .swiper-wrapper {
        padding: 50px 0 0
    }

    .aj-swiper {
        padding: 70px 0
    }

    .aj-data h3 {
        font-size: 20px !important;
        line-height: 150%
    }

    .banner-right h1 {
        font-size: 24px;
        padding-bottom: 14px;
        line-height: 130%
    }

    .faq button, .tablinks.ewc h2 {
        font-size: 14px
    }

    .singleService {
        justify-content: center
    }

    section.bannerSection {
        padding: 40px 0 30px;
        background-image: none;
        background-color: #f5faff
    }

    .faq button {
        padding: 7px
    }

    .accord {
        width: 100%;
        padding-top: 30px
    }

    .pdfsWraper::before {
        right: 10px;
        top: 15px
    }

    .pdfsWraper a {
        padding: 12px 0 12px 15px
    }

    .pdfsWraper p {
        font-size: 18px;
        min-height: auto
    }

    .pdfsWraper {
        margin: 20px auto;
        width: 100%
    }

    .Offer-box p {
        font-size: 22px
    }

    .Offer-box p span {
        font-size: 26px
    }

    .range-labels label {
        max-width: 65px;
        font-size: 13px;
        line-height: normal;
        padding: 7px 0;
        word-break: break-word;
        margin: 7px
    }

    .form-data input, .form-data select {
        max-width: 210px;
        width: 100%
    }

    .range-labels {
        justify-content: unset;
        flex-wrap: wrap
    }

    .banner-right .line {
        border-bottom: none
    }

    .aj-form {
        padding: 51px 10px 49px
    }

    .offerWraper.ajWraper .offerTabs ul li {
        padding-right: 0
    }

    .section.bannerSection {
        background-image: none;
        padding-top: 80px
    }

    .banner-right {
        margin-right: 0;
        width: 100%
    }

    .banner-right .banner-head {
        font-family: CircularStd;
        font-size: 15px;
        line-height: 150%;
        padding-left: 0;
        min-height: 70px;
        max-width: 374px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .services {
        width: 100%;
        flex-direction: column
    }

    .whyusContent {
        max-width: 100%;
        z-index: 5
    }

    .brdr-right::before {
        width: 100%;
        height: 2px;
        bottom: 0;
        right: 0;
        top: unset
    }

    .card-head p {
        text-align: unset
    }

    .card {
        margin: 0 auto 10px
    }

    .social-icons {
        margin-top: 20px
    }

    .tabcontent .offer-tiltle, .tabcontent-service .offer-tiltle {
        font-size: 22px;
        padding-bottom: 14px;
        line-height: normal
    }

    .offerTabs a {
        padding: 14px 4px 14px 20px;
        font-size: 17px
    }

    .serviceText {
        text-align: center;
        padding-left: 0;
        max-width: 100%;
        padding-top: 22px;
        width: 100%;
        margin: 0 auto
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0
    }

    .whyusWraper .slideCard {
        height: 335px;
        max-width: 100%;
        width: 100%;
        margin: 0 15px
    }

    .whyusIcons svg {
        width: 70px;
        height: 70px
    }

    .card-heading a {
        padding: 15px;
        font-size: 15px
    }

    p.bold {
        font-size: 20px;
        line-height: 25px
    }

    p.light {
        min-width: 250px;
        font-size: 14px;
        line-height: 16px
    }

    .singleService {
        max-width: 100%;
        padding: 0;
        flex-direction: row;
        justify-content: flex-start
    }

    .serviceBody {
        row-gap: 20px
    }

    .spriteIcons {
        max-width: 60px;
        width: 100%;
        height: 60px
    }

    .spriteIcons svg {
        width: 35px;
        height: 35px
    }

    .serviceText h3 {
        font-size: 17px;
        line-height: 150%;
        text-align: center
    }

    p.small-text {
        font-size: 14px;
        text-align: center;
        line-height: 170%
    }

    .stepsWraper .step-head {
        font-size: 16px;
        padding: 7px 0;
        max-width: 160px;
        line-height: 23px
    }

    .stepsWraper {
        max-width: 260px;
        width: 100%;
        height: 260px;
        margin-bottom: 50px
    }

    .card-head p {
        font-size: 15px;
        line-height: 150%;
        padding-right: 50px
    }

    .card-head span {
        padding-right: 10px;
        font-size: 23px;
        line-height: 21px
    }

    .card-body span {
        padding-right: 15px;
        font-size: 25px;
        line-height: 27px
    }

    .answerInner p {
        font-size: 14px;
        line-height: 140%;
        padding-right: 10px
    }

    .card:hover .card-head {
        border-color: #edf6ff
    }

    .loadMore a {
        font-size: 14px;
        line-height: 150%;
        font-family: CircularStd
    }

    .offerWraper.btm .offerTabs {
        overflow-y: unset;
        padding: 0 5px;
        max-width: 100%
    }

    .offerWraper, .whyusWraper {
        padding-top: 10px
    }

    .offerWraper.btm .tabcontent, .offerWraper.btm .tabcontent-service {
        overflow-y: unset;
        padding-right: 0
    }

    .readMore p, .tabcontent li, .tabcontent-service li {
        font-size: 16px;
        line-height: normal;
        text-align: left;
        color: #35414b;
        font-family: CircularStd;
        padding-bottom: 15px
    }

    .readMore .inner-p {
        padding: 15px 0
    }

    .tabcontent ul, .tabcontent-service ul {
        padding-left: 30px;
        list-style: disc
    }

    .bages-li li p {
        font-size: 20px;
        max-width: 200px
    }

    .bages-li li {
        position: relative;
        width: 200PX;
        height: 230PX;
        background-image: url("../images/mob-badge.svg");
        background-repeat: no-repeat;
        background-size: cover
    }

    .swiper-slide .slide-text p {
        font-size: 14px;
        text-align: left;
        line-height: 24px
    }

    ul.bages-li {
        row-gap: 15px;
        justify-content: center
    }

    .footLinks ul li a {
        font-size: 16px;
        line-height: 16px;
        padding: 0 0 10px;
        display: inline-block
    }

    p.copyright {
        font-size: 16px
    }

    .swiper-slide .slide-text .slideInfo {
        min-height: 150px
    }

    .reviews-swiper, .siteJabber-swiper, .trustPilot-swiper {
        padding: 45px 0 55px !important
    }

    .reviews, .tabs-section, section.faqSection, section.howitWorks, section.weOffer, section.whyUs {
        padding: 70px 0 40px
    }

    section.servicesOffer {
        padding: 35px 0
    }

    section.servicePages {
        padding: 70px 0 35px
    }

    .tabs-section .des-head {
        max-width: 97%
    }

    .aj-tabs {
        margin-top: 40px
    }

    .aj-tab {
        column-gap: 14px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    .servicePages .sec-head {
        padding-bottom: 50px;
        text-align: center;
        max-width: 323px;
        margin: 0 auto
    }
}

@media (max-width:490px) {
    .aj-swiperbox {
        padding: 15px;
        box-shadow: none
    }

    .service__right {
        flex-direction: column;
        padding-left: 25px
    }

    .accordian-card, .offerTabs ul li {
        width: 100%
    }

    .offerTabs a, .tablinks.ewc h2 {
        font-size: 18px
    }

    .bages-li li {
        position: relative;
        width: 156px;
        height: 190px
    }

    .swiper-slide .slide-text {
        padding: 20px
    }

    .reviewSwiper .swiper-button-next, .reviewSwiper .swiper-button-prev, .writersSwiper .swiper-button-next, .writersSwiper .swiper-button-prev {
        top: 93%
    }

    .reviewSwiper .swiper-button-prev, .writersSwiper .swiper-button-prev {
        left: 270px
    }

    .rev-inner {
        margin: 40px auto 0
    }

    .ratingBox {
        width: 70%
    }
}

@media (max-width:430px) {
    .ratingBox {
        width: 70%
    }
}

@media (max-width:420px) {
    .academicBox {
        max-width: 100%
    }
}

@media (max-width:375px) {
    .tablinks.ewc h2 {
        font-size: 15px
    }
}

.Offer-box {
    padding: 20px 15px
}

@media (min-width:768px) {
    .mob-only {
        display: none
    }
}