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

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
    display: none
}

.dk-only {
    display: block
}
.aj-content a:hover {
    text-decoration: underline;
}
.container-fluid {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.sec-head {
    font-size: 39px;
    line-height: 46px;
    font-family: GT-Walsheim-Pro-Medium;
    text-transform: capitalize
}

section.banner-section {
    position: relative;
    width: 100%;
    background-image: url(../images/college-essay-bg.webp);
    min-height: calc(100vh - 54px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 127px;
    overflow: hidden
}

.banner-wraper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.banner-wraper .banner-head {
    color: #303030;
    font-size: 54px;
    line-height: 70px;
    max-width: 1109px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-family: GT-Walsheim-Pro-Medium
}

a.banner-btn {
    color: #fff;
    display: block;
    padding: 15px 0;
    background-color: #2d96ee;
    max-width: 250px;
    text-align: center;
    border-radius: 6px;
    font-family: GT-Walsheim-Pro-Medium;
    font-size: 24px;
    line-height: 30px;
    margin: 50px auto 0;
    position: relative
}

.banner-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.banner-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    color: #fff
}

.banner-btn:hover span {
    padding-right: 25px
}

.banner-btn:hover span:after {
    opacity: 1;
    right: 0
}

.mpw-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    justify-content: center
}

.service-wraper {
    display: flex;
    align-items: flex-start;
    max-width: 260px;
    width: 100%;
    margin-right: 25px;
    flex-grow: 1
}

.service-wraper:last-child {
    margin-right: 0
}

.service-content {
    flex-grow: 1
}

.service-icon {
    max-width: 60px;
    width: 100%;
    height: 60px;
    background-color: #2d96ee;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px
}

.service-icon svg {
    max-width: 40px;
    height: 40px
}

.service-content .bold-text {
    color: #303030;
    font-size: 28.3332px;
    line-height: 32px;
    font-weight: 700;
    font-family: GT-Walsheim-Pro-Medium;
    margin-bottom: 10px
}

.service-content .light-text {
    font-size: 20px;
    line-height: 26px;
    color: #303030;
    max-width: 202px;
    font-family: GT-Walsheim-Pro-Regular
}

section.why-us {
    width: 100%;
    padding-top: 60px;
    background-color: #f7f8fc;
    background-repeat: no-repeat;
    background-position: left center
}

.why-us .sec-head {
    max-width: 505px;
    width: 100%
}

.whyusWraper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

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

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

.whyUsSwiper {
    padding: 60px 0
}

.whyusWraper .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 8px;
    height: 8px;
    background-color: #cfedfe;
    opacity: 1 !important;
    margin: 0 5px;
    transform: scale(1)
}

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

.feature-box {
    max-width: 370px;
    width: 100%;
    background-color: #fff;
    height: 399px;
    margin-bottom: 15px;
    padding: 40px 27px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all ease .3s;
    cursor: pointer
}

.feature-box:hover {
    background-color: #2d96ee;
    box-shadow: 0 28px 52px rgba(0, 61, 113, .2)
}

.feature-box:hover .feature-icon {
    background-color: #fff
}

.feature-box:hover .feature-text .light-text,
.feature-box:hover .feature-text h3 {
    color: #fff
}

.feature-box:hover svg path {
    fill: #2D96EE
}

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

.feature-icon {
    background-color: #2d96ee;
    max-width: 66px;
    height: 66px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.feature-text h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: GT-Walsheim-Pro-Medium;
    padding-top: 14px;
    color: #11142d
}

.feature-text .light-text {
    font-size: 18px;
    line-height: 21px;
    font-family: GT-Walsheim-Pro-Regular;
    color: #9a9ab0;
    padding-top: 16px
}

section.writing-services {
    width: 100%;
    background-color: #f7f8fc;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px
}

.writing-services .sec-head {
    max-width: 435px;
    width: 100%;
    position: relative
}

.writing-services .sec-head::before {
    position: absolute;
    content: '';
    background-image: url(../images/we-offer-dots.svg);
    width: 116px;
    height: 116px;
    left: -30px;
    top: 130px
}

.writingSwiper {
    padding: 100px 0 50px 0
}

.writing-wraper .slide-inner {
    max-width: 400px;
    width: 100% !important;
    height: 450px;
    background-color: #fff;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50px
}

.writing-wraper {
    margin-left: -40%
}
.swiper-wrapper {

    height: auto !important;

}

.writing-wraper .swiper-slide-active .slide-inner {
    background-color: #2d96ee
}

.writing-wraper .swiper-slide-active .swiper-icon {
    background-color: #fff
}

.writing-wraper .swiper-slide-active .swiper-icon p {
    color: #2d96ee
}

.writing-wraper .swiper-slide-active .swiper-text .swp-bold,
.writing-wraper .swiper-slide-active .swiper-text .swp-light {
    color: #fff
}

.writing-wraper .swiper-icon {
    max-width: 66px;
    width: 100%;
    min-height: 66px;
    background-color: #2d96ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-bottom: 14px
}

.writing-wraper .swiper-icon p {
    font-size: 30px;
    line-height: 36px;
    font-family: GT-Walsheim-Pro-Medium;
    color: #fff
}

.writing-wraper .swiper-text .swp-bold {
    font-size: 24px;
    line-height: 28px;
    font-family: GT-Walsheim-Pro-Medium;
    padding-bottom: 15px
}

.writing-wraper .swiper-text .swp-light {
    font-size: 18px;
    line-height: 20px;
    font-family: GT-Walsheim-Pro-Regular;
    color: #9a9ab0
}

.controls-wraper {
    max-width: 470px;
    width: 100%;
    background-color: #e4edfa;
    position: absolute;
    top: 0;
    height: 100%;
    right: 62px
}

.swp-controls {
    max-width: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: 116px;
    display: flex;
    justify-content: space-between;
    padding-top: 50px
}

.swp-controls .swiper-button-next,
.swp-controls .swiper-button-prev {
    position: unset;
    max-width: 40px;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    background-color: #2d96ee;
    display: flex;
    align-items: center;
    justify-content: center
}

.swp-controls .swiper-button-next.swiper-button-disabled,
.swp-controls .swiper-button-prev.swiper-button-disabled {
    background-color: #fff;
    opacity: 1
}

.swp-controls .swiper-button-next.swiper-button-disabled svg path,
.swp-controls .swiper-button-prev.swiper-button-disabled svg path {
    fill: #2D96EE;
    opacity: 1
}

.swp-controls .swiper-button-next svg path,
.swp-controls .swiper-button-prev svg path {
    fill: #fff;
    opacity: 1
}

.swp-controls .swiper-button-next::after,
.swp-controls .swiper-button-prev::after {
    content: none
}

section.how-it {
    width: 100%;
    background-color: #f7f8fc;
    padding-bottom: 210px;
    background-image: url(../images/we-offer-dots.svg);
    background-repeat: no-repeat;
    background-position: 0 111%
}

.how-it .sec-head {
    max-width: 440px;
    width: 100%
}

.how-it-wraper {
    width: 100%;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-box {
    max-width: 32%;
    width: 100%;
    height: 350px;
    background-color: #fff;
    overflow: hidden;
    transition: all ease .3s;
    cursor: pointer
}

.card-box:hover {
    background-color: #2d96ee
}

.card-box:hover .card-text .card-bold,
.card-box:hover .card-text .card-light {
    color: #fff
}

.card-box .card-icon {
    max-width: 120px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.card-box .card-text {
    padding: 25px 15px 0 15px
}

.card-text .card-bold {
    font-size: 22px;
    line-height: 25px;
    font-family: GT-Walsheim-Pro-Medium;
    color: #11142d;
    min-height: 65px
}

.card-text .card-light {
    font-size: 18px;
    line-height: 25px;
    font-family: GT-Walsheim-Pro-Regular;
    color: #92929d
}

section.reviews {
    width: 100%;
    padding: 80px 0 0 0;
    background-image: url(../images/we-offer-dots.svg);
    background-repeat: no-repeat;
    background-position: 0 -75px
}

.reviews h2 {
    text-align: center
}

.reviews-wraper {
    display: block;
    position: relative
}

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

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

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

.reviews-swiper .swiper-slide .slide-inner {
    max-width: 500px;
    width: 100% !important;
    box-shadow: 0 5px 10px rgb(189 189 189 / 20%);
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 24px 40px 24px;
    min-height: 300px
}

.inner-text {
    min-height: 130px
}

.inner-text p {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: normal;
    font-family: GT-Walsheim-Pro-Regular
}

.reviews-swiper .swiper-slide-active .slide-inner {
    margin: 0 0 0 auto
}

.reviews-swiper .swiper-slide-next .slide-inner {
    margin: 0 auto 0 0
}

.review-controls .swiper-button-next,
.review-controls .swiper-button-prev {
    position: absolute;
    max-width: 40px;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    background-color: #2d96ee;
    display: flex;
    align-items: center;
    justify-content: center
}

.review-controls .swiper-button-next.swiper-button-disabled,
.review-controls .swiper-button-prev.swiper-button-disabled {
    background-color: #fff;
    opacity: 1
}

.review-controls .swiper-button-next.swiper-button-disabled svg path,
.review-controls .swiper-button-prev.swiper-button-disabled svg path {
    fill: #2D96EE;
    opacity: 1
}

.review-controls .swiper-button-next svg path,
.review-controls .swiper-button-prev svg path {
    fill: #fff;
    opacity: 1
}

.review-controls .swiper-button-next::after,
.review-controls .swiper-button-prev::after {
    content: none
}

.reviews-wraper .reviews-swiper {
    padding-top: 50px;
    padding-bottom: 80px
}

.author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px
}

.author-inner .author-name {
    padding-left: 25px
}

.author-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rating {
    display: flex;
    align-items: center;
    justify-content: space-between
}

p.web-desc {
    font-size: 18px;
    margin: 20px 0;
    text-align: left
}

.text-center {
    text-align: center
}

section.faqSection {
    width: 100%;
    padding: 60px 0;
    position: relative
}

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

.faqSection .sec-head {
    text-align: center
}

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

.card {
    width: 100%;
    margin-bottom: 40px;
    cursor: pointer
}

.card-head {
    background-color: #f8f8f8;
    padding: 24px 0 24px 30px;
    display: flex;
    align-items: center;
    position: relative
}

.card-head .question {
    font-size: 26px;
    line-height: 30px;
    color: #35414b;
    text-align: left;
    font-family: GT-Walsheim-Pro-Regular;
    padding-right: 20px;
    font-weight: 600
}

.card-head span {
    padding-right: 30px;
    color: #2d96ee;
    font-size: 38px;
    line-height: 44px;
    font-family: GT-Walsheim-Pro-Regular
}

.card-head::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background-color: #2d96ee;
    left: 0;
    top: 0;
    display: none
}

.card.show .card-head::before,
.card:hover .card-head::before {
    display: block
}

.card-body {
    width: 100%;
    padding: 17px 0 17px 30px;
    position: relative;
    display: flex;
    align-items: flex-start
}

.card-body::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background-color: #ededed;
    left: 0;
    top: 0
}

.card-body span {
    padding-right: 30px;
    color: #ededed;
    font-size: 38px;
    line-height: 44px;
    font-family: GT-Walsheim-Pro-Regular
}

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

.answerInner li,
.answerInner p {
    font-size: 16px;
    line-height: 20px;
    color: #818181;
    font-family: GT-Walsheim-Pro-Regular;
    padding-bottom: 10px
}

.loadMore {
    text-align: center
}

.loadMore a {
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    text-transform: uppercase;
    color: #35414b;
    font-family: GT-Walsheim-Pro-Regular
}

.d-hidden {
    display: none
}

nav .mob-logo.siteLogo {
    display: none
}

a.banner-btn.mob-btn {
    display: none
}

section.grey-section {
    padding: 81px 0;
    background-color: #f8f8f8
}

.aj-content p {
    padding: 15px 0
}

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

.aj-content ol li,
.aj-content ul li {
    padding: 10px 0
}

.oth-head {
    text-align: center;
    font-size: 39px;
    line-height: 46px;
    text-transform: capitalize;
    font-weight: 700
}

.blogques ul {
    padding-left: 40px;
    padding-top: 30px
}

.blogques ul h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #2d96ee
}

@media (max-width:1555px) {
    .banner-wraper {
        padding: 0 15px
    }

    section.banner-section {
        padding-top: 70px
    }
}

@media (max-width:1500px) {
    section.topSection {
        padding: 0 15px
    }

    .banner-wraper {
        padding: 0 15px
    }

    .service-icon {
        margin-right: 10px
    }

    .service-wraper {
        margin-right: 20px
    }
}

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

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

    .writing-wraper {
        margin-left: -48%
    }

    .banner-wraper .banner-head {
        font-size: 50px;
        max-width: 100%
    }

    section.banner-section {
        padding-top: 100px
    }

    a.banner-btn {
        max-width: 270px
    }
}

@media (max-width:1399px) {
    .service-wraper {
        margin-right: 0
    }
}

@media (max-width:1366px) {
    .service-content .bold-text {
        font-size: 28px;
        line-height: 32px
    }

    .service-content .light-text {
        font-size: 21px;
        line-height: 25px
    }

    .service-content .light-text {
        font-size: 19px
    }
}

@media (max-height:768px) and (min-width:575px) {
    section.banner-section {
        background-position: top
    }

    .banner-wraper .banner-head {
        font-size: 50px;
        line-height: 60px
    }

    a.banner-btn {
        margin-top: 30px
    }

    .mpw-services {
        padding-top: 30px
    }

    .service-wraper {
        margin: 0 auto
    }
}

@media (max-width:1200px) {
    .service-icon {
        max-width: 72px;
        height: 72px
    }

    .service-icon svg {
        max-width: 48px;
        height: 48px
    }

    .top-wraper ul {
        max-width: 50%;
        width: 100%
    }

    section.banner-section {
        padding-top: 100px
    }

    .banner-wraper .banner-head {
        font-size: 36px;
        line-height: 45px
    }

    a.banner-btn {
        max-width: 270px
    }

    .service-wraper {
        max-width: 392px;
        align-items: center;
        margin: 0 auto 20px
    }

    .service-content .light-text {
        font-size: 21px;
        max-width: 100%
    }

    a.banner-btn {
        margin-top: 30px
    }

    .service-content {
        flex-grow: 0
    }

    .whyusWraper {
        justify-content: center
    }

    .reviews-swiper .swiper-slide .slide-inner {
        max-width: 450px;
        min-height: auto
    }

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

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

    .writing-wraper {
        margin-left: -39%
    }

    .feature-text h3 {
        font-size: 18px;
        line-height: 22px
    }

    .feature-text .light-text {
        min-height: 226px
    }

    .author-inner svg {
        width: 46px;
        height: 46px
    }

    .author-inner .author-name {
        padding-left: 10px
    }

    .tabcontent h3 {
        font-size: 20px;
        line-height: 25px
    }

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

    .service-wraper:last-child {
        margin: 0 auto 20px
    }
}

@media (max-width:991px) {
    .top-wraper ul {
        max-width: unset;
        width: unset
    }

    section.banner-section {
        background-position: bottom;
        padding-top: 70px
    }

    .service-wraper {
        max-width: 330px
    }

    a.banner-btn {
        margin-top: 30px
    }

    .service-content .light-text {
        padding-right: 0
    }

    .service-content .bold-text {
        font-size: 24px;
        line-height: 25px
    }

    .card-box {
        max-width: unset;
        width: 32%
    }

    .reviews-swiper .swiper-slide .slide-inner {
        max-width: 350px;
        padding: 40px 24px
    }

    .author {
        padding-top: 30px
    }

    .footLinks ul li a {
        font-size: 15px;
        line-height: 20px
    }

    p.copyright {
        font-size: 15px;
        line-height: 20px
    }

    .controls-wraper {
        max-width: 300px;
        right: 0
    }

    .card-text .card-bold {
        font-size: 20px;
        line-height: 24px
    }

    .card-text .card-light {
        font-size: 16px;
        line-height: 20px
    }

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

    section.grey-section {
        padding: 10px 0
    }
}

@media (max-width:767px) {
    section.banner-section {
        display: flex;
        padding-top: 100px
    }

    .oth-head {
        font-size: 22px;
        line-height: 32px
    }

    .service-icon {
        max-width: 62px;
        height: 62px
    }

    .service-icon svg {
        width: 40px;
        height: 40px
    }

    section.why-us {
        background-image: none;
        padding: 30px 0
    }

    .writing-services .sec-head {
        padding-bottom: 0
    }

    section.writing-services {
        padding-bottom: 0
    }

    section.reviews {
        padding: 40px 0 0 0
    }

    section.reviews {
        background-image: none
    }

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

    section.faqSection {
        padding: 30px 0;
        position: relative
    }

    .footWraper {
        flex-direction: column
    }

    .how-it-wraper {
        justify-content: center;
        flex-wrap: wrap
    }

    .card-box {
        width: 60%;
        margin-bottom: 30px;
        height: 270px
    }

    section.how-it {
        padding-bottom: 60px;
        background-image: none
    }

    .sec-head {
        font-size: 22px;
        line-height: 25px;
        text-align: left !important
    }

    .reviews-swiper .swiper-slide .slide-inner {
        max-width: 80%;
        min-height: 285px
    }

    .writing-wraper {
        margin-left: -20%
    }

    .writing-pagination {
        position: relative;
        float: left;
        width: 100%;
        padding: 20px 0
    }

    .card-text .card-bold {
        min-height: auto;
        padding-bottom: 10px
    }

    .writing-pagination .swiper-pagination {
        position: unset
    }

    .writing-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        max-width: 21px;
        width: 100%;
        border-radius: 100px
    }

    .writing-pagination .swiper-pagination-bullet {
        max-width: 8px;
        width: 100%;
        height: 8px;
        margin-right: 5px
    }

    a.banner-btn {
        padding: 15px 0;
        max-width: 180px;
        font-size: 25px;
        line-height: 30px
    }

    .mpw-services {
        padding-top: 40px
    }

    .service-content .bold-text {
        font-size: 25px;
        line-height: 30px
    }

    .service-content .light-text {
        font-size: 17px;
        line-height: 22px;
        padding-right: 0
    }

    .dead-bg-1,
    .dead-bg-2,
    .dead-bg-3 {
        display: none
    }

    section.topSection {
        background-color: #2d96ee
    }

    a.banner-btn {
        background-color: #2d96ee
    }

    .writing-wraper .swiper-slide-active .slide-inner {
        background-color: #2d96ee
    }

    .card-head span {
        color: #2d96ee
    }

    .card.show .card-head::before {
        background-color: #2d96ee
    }

    .review-controls .swiper-button-next,
    .review-controls .swiper-button-prev {
        background-color: #2d96ee
    }

    .feature-icon {
        background-color: #2d96ee
    }

    .feature-box {
        padding: 40px 25px
    }

    .writing-services .sec-head::before {
        display: none
    }

    .reviews-swiper .swiper-slide-active .slide-inner {
        margin: 0 auto
    }

    .reviews-swiper .swiper-slide-next .slide-inner {
        margin: 0 auto
    }

    .service-wraper {
        max-width: 270px
    }

    .whyUsSwiper .swiper-slide-active .feature-box {
        background-color: #2d96ee
    }

    .whyUsSwiper .swiper-slide-active .feature-icon {
        background-color: #fff
    }

    .whyUsSwiper .swiper-slide-active .feature-icon svg path {
        fill: #2D96EE
    }

    .whyUsSwiper .swiper-slide-active .feature-text .light-text,
    .whyUsSwiper .swiper-slide-active .feature-text h3 {
        color: #fff
    }

    .whyusWraper .swiper-pagination {
        display: block
    }

    .inner-text {
        min-height: auto
    }

    a.banner-btn.mob-btn {
        display: block;
        margin: 10px auto 0
    }

    a.banner-btn.dsktop-btn {
        display: none
    }

    .web-desc {
        display: none
    }
}

@media(max-width:575px) {
    .banner-wraper .banner-head {
        font-size: 24px;
        line-height: 27.5px;
        text-align: center;
        position: relative;
        padding: 10px 0;
        z-index: 0
    }

    .card-head span {
        padding-right: 20px;
        font-size: 28px;
        line-height: 34px
    }

    .card-body span {
        padding-right: 20px;
        font-size: 28px;
        line-height: 34px
    }

    .card-text .card-bold {
        display: none
    }

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

    .author-inner svg {
        width: 36px;
        height: 36px
    }

    .author-inner .author-name {
        padding-left: 10px;
        font-size: 14px;
        line-height: 16px
    }

    .tabcontent h2 {
        font-size: 22px;
        line-height: 30px
    }

    .how-it-wraper {
        flex-wrap: wrap
    }

    .card-head .question {
        font-size: 14px;
        line-height: 16px;
        text-align: left
    }

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

    .banner-wraper .mob-btn {
        display: block;
        max-width: 177px;
        background-color: #2d96ee;
        border-radius: 26.5px;
        font-size: 22px;
        line-height: 25px;
        width: 100%;
        margin: 80px auto 0;
        padding: 14px 0
    }

    section.banner-section {
        background: #ddd;
        background-size: cover !important;
        background-repeat: no-repeat;
        background: #ddd;
        background-position: bottom;
        overflow: hidden;
        padding-top: 40px;
        align-items: unset;
        min-height: calc(100vh - 106px)
    }

    .mpw-services {
        padding-top: 30px;
        flex-direction: column
    }

    .service-wraper {
        max-width: 100%;
        margin-left: 0
    }

    .service-wraper:nth-child(3) {
        margin-bottom: 20px
    }

    .service-icon {
        max-width: 52px;
        height: 52px;
        margin-right: 10px
    }

    .service-icon svg {
        width: 36px;
        height: 36px
    }

    .service-content {
        text-align: left
    }

    .service-content .bold-text {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 0
    }

    .service-content .light-text {
        font-size: 15px;
        line-height: 22px;
        padding-right: 0
    }

    .reviews-swiper .swiper-slide .slide-inner {
        max-width: 100%;
        padding: 40px 10px;
        justify-content: center
    }

    .writing-wraper {
        margin-left: 0
    }

    .writing-wraper .slide-inner {
        max-width: 400px;
        width: 100% !important;
        height: 400px;
        background-color: #fff;
        padding: 40px 15px
    }

    .card-box {
        width: 80%
    }

    .card-icon svg path {
        fill: #cde6fb
    }

    .feature-box {
        margin: 0 auto
    }
}

@media (max-width:490px) {
    .banner-wraper .mob-btn {
        margin: 40px auto 0
    }
}

@media (max-width:380px) {
    .banner-wraper .banner-head {
        font-size: 22px
    }
}
