.faq-container {
    z-index: 10;
    margin-top: 200px;
}

.hidden{
    display: none!important;
}

.slider_bg{
    position: absolute;
    width: 100%;
    height: 80%;
    background: #fff;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 70px;
    color: #392e66;
}
.hidden{
    display: none;
}


@media (min-width: 768px) {
    #essay-templates .timeline-wrap .timeline p{
        height: 92px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #essay-templates.new_essay_templates .why-us-container.why-us-container-essay .why-us-item{
        width: 34%;
    }
    #essay-templates.new_essay_templates .why-us-container.why-us-container-essay .why-us-block{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .pull-right{
        float: none;
    }
}

#essay-templates .callback-container {
    margin-top: 160px;
}

.flex-list {
    flex-wrap: wrap;
}

.flex-list .flex-list-item {
    width: 280px;
    margin-right: 10px;
}

.faq-container .accordionItem {
    height: 100%;
    max-height: 100%;
}

.free-essay {
    margin: 150px 0 0 0;
}

.free-essay .preview-samples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.free-essay .preview-samples a {
    width: 33%;
}
.faq-container .accordion.answer-open::before {
    background: transparent;
}

@media (max-width: 767px) {
    .testimonials .testimonials-item {
        background: transparent;
    }

    .free-essay .preview-samples {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .free-essay .preview-samples a {
        width: 100%;
    }
    .timeline h3 {
        padding-left: 75px;
        font-weight: 700;
        line-height: normal;
        font-size: 18px;
        color: #333;
        margin: 0 0 18px;
        margin-top: -10px;
    }
}




#happy_client{
    padding: 80px 0;
}

#happy_client h2{
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #333333;
}

#happy_client .info_wrp{
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 10px;
    max-width: 320px;
    width: 320px;
    min-height: 120px;
    padding: 10px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 100px 10px 0 10px;
}

#happy_client .info_wrp .info_number{
    font-weight: 900;
    font-size: 36px;
    line-height: 34px;
    color: #392E66;
    margin-bottom: 20px;
}

#happy_client .info_wrp .info_text{
    font-weight: normal;
    font-size: 16px;
    color: #4C4C4C;
}

#happy_client .infos_wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#happy_client .counter-main .wrap .number.new_number{
    top: -40px;
}

#happy_client .counter-main .wrap .number.old_number{
    top: 35px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
    #happy_client h2{
        padding-left: 30%;
    }
    #happy_client .counter-main .wrap-counter{
        padding-left: 28%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #happy_client{
        padding-top: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #happy_client .infos_wrp{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #happy_client .info_wrp{
        margin: 100px 0 0 0px;
        max-width: 235px;
    }
}

@media (max-width: 767px) {
    #happy_client{
        padding-top: 0;
        padding-bottom: 0;
    }
    #happy_client h2{
        font-size: 24px;
        font-weight: bold;
    }
    #happy_client .counter-main .wrap-counter{
        margin-bottom: 50px;
    }
    #happy_client .counter-main .wrap .number{
        top: 13px;
    }
    #happy_client .counter-main .wrap .number.new_number{
        top: -13px;
    }
    #happy_client .infos_wrp{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #happy_client .info_wrp{
        width: 100%;
        margin: 15px 10px 0 10px;
        min-height: 116px;
    }
    #happy_client .info_wrp .info_number{
        font-size: 30px;
    }
    #happy_client .info_wrp .info_text{
        font-size: 15px;
    }
}




#ordering_more{
    position: relative;
    height: 870px;
    background-image: url("../../assets/img/new-essay/ordering-more-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0;
}
#ordering_more h2{
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: -150px;
    margin-left: 20px;
}

#ordering_more h2 span{
    display: block;
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    color: #FBB40D;
}

#ordering_more .order_now{
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

#ordering_more .order_now > span{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 180px;
    height: 60px;
    border-radius: 50px;
    background: linear-gradient(270deg, #FBB40D 0%, #FB710D 100%);
}

#ordering_more .order_now .arrow_span{
    width: 15px;
    height: 12px;
    background-image: url("../../assets/img/new-essay/left-arrow.svg");
    background-repeat: no-repeat;
    padding-left: 10px;
}

#ordering_more .order_now:before{
    content: "";
    width: 148px;
    height: 47px;
    background: #FBB40D;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    border-radius: 50px;
    position: absolute;
    bottom: -1px;
    left: 17px;
    z-index: -1;
}

#ordering_more .person{
    display: block;
    text-indent: -9999px;
    width: 533px;
    height: 328px;
    background: url(https://www.paperhelp.org/assets/img/surfer.webp) no-repeat;
    background-size: 533px 328px;
    position: absolute;
    left: 46%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    #ordering_more{
        height: 680px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #ordering_more{
        background-size: auto;
        background-position: 34% 1%;
        padding-top: 0;
        height: 750px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #ordering_more{
        margin-top: 0;
        background-size: auto;
        height: 555px;
        background-position: 34% 1%;
        padding-top: 170px;
        margin-bottom: 200px;
    }
    #ordering_more h2,
    #ordering_more .order_now{
        margin-left: 5px;
    }
    #ordering_more .person{
        width: 464px;
        height: 310px;
        background-size: contain;
        left: 37%;
        bottom: -25%;
    }
}

@media (max-width: 767px) {
    #ordering_more h2 span{
        font-size: 60px;
    }
    #ordering_more{
        height: 570px;
        background-size: auto;
        background-position: 35% 0;
        padding-top: 300px;
    }
}



#last_project{
    z-index: 1;
}
#last_project .last_project_top_line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#last_project .last_project_top_line h2{
    margin-bottom: 28px;
}
#last_project .last_project_top_line p {
    margin-bottom: 0;
}
#last_project .last_project_top_line a {
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #999999;
    text-decoration: none;
}

#last_project .last_project_top_line a > span{
    border-bottom: 1px solid transparent;
}

#last_project .last_project_top_line a:hover span:first-child{
    color: #392e66;
    border-bottom: 1px solid #392e66;
}

#last_project .last_project_top_line a:hover svg path{
    fill: #392e66;
}


#last_project .last_project_top_line a .arrow{
    position: relative;
    margin-left: 10px;
}
#last_project .projects_wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
    z-index: 1;
    position: relative;
}
#last_project .project_wrp{
    width: 275px;
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 10px;
    padding: 18px 24px;
}
#last_project .project_wrp:hover{
    background: #F5F9FC;
}
#last_project .project_wrp .project_type{
    background: linear-gradient(180deg, #623997 0%, #662A67 100%);
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    padding: 8px;
    display: initial;
    text-transform: uppercase;
}
#last_project .project_wrp ul{
    list-style: none;
    padding: 0;
}
#last_project .project_wrp ul li{
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
}
#last_project .project_wrp ul li:first-child{
    color: #B4B4B4;
    font-weight: normal;
    width: 75px;
}

#last_project .project_wrp a.project_name{
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4C4C4C;
    margin: 18px 0 20px 0;
    height: 42px;
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
}

.mob_link_samples{
    display: none;
    margin-top: 70px;
    z-index: 11;
    position: relative;

}
.mob_link_samples a{
    color: #999999;
    text-decoration: none;
    font-weight: bold;
}

@media (min-width: 1200px) and (max-width: 1439px) {
    #last_project .project_wrp{
        width: 260px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #last_project .project_wrp{
        width: 222px;
        padding: 18px 10px;
    }
    #last_project .project_wrp ul li:first-child{
        width: 67px;
    }
}

@media (max-width: 767px){
    #last_project .project_wrp{
        width: 240px;
        padding: 18px 15px
    }
    .skroll_wrp{
        overflow-x: hidden;
        width: calc(100% + 30px);
        padding: 0;
    }
    #last_project .projects_wrp{
        width: 1060px;
        padding-right: 40px;
    }
    .desctop_link_samples{
        display: none;
    }
    .mob_link_samples{
        display: block;
    }
}

#last_project .mob_slier_projects_wrp{
    display: none;
}

#last_project .mob_slier_projects_wrp .project_wrp{
    margin: 55px 10px;
}

@media (max-width: 991px) {
    #last_project .mob_slier_projects_wrp{
        display: block;
    }
    #last_project .projects_wrp_desk{
        display: none;
    }
}

@media (max-width: 767px) {
    .skroll_wrp{
        margin-left: -20px;
        width: calc(100% + 40px);
        overflow: visible;
    }
}

.mob_slier_projects_wrp .slick-arrow {
    position: absolute;
    top: 97%;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 12;
}

.mob_slier_projects_wrp .slick-arrow span {
    position: relative;
    display: block;
    width: 10px;
    height: 8px;
    margin-top: 16px;
}

.mob_slier_projects_wrp .slick-arrow span:before {
    content: "";
    width: 11px;
    height: 2px;
    background: #242A37;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
}

.mob_slier_projects_wrp .slick-arrow span:after {
    content: "";
    width: 11px;
    height: 2px;
    background: #242A37;
    position: absolute;
    transform: rotate(-45deg);
    top: 6px;
}

.mob_slier_projects_wrp .slick-arrow.slick-gr-left{
    left: calc(50% - 55px);
}
.mob_slier_projects_wrp .slick-arrow.slick-gr-right{
    left: calc(50% + 15px);
}

@media (min-width: 768px) and (max-width: 991px) {
    .skroll_wrp{
        overflow-x: scroll;
        width: calc(100% + 40px);
        padding: 35px 0;
        margin-left: -20px;
    }
    #last_project .projects_wrp{
        width: 1230px;
        padding-right: 40px;
    }
    #last_project .projects_wrp{
        margin-top: -25px;
    }
    .mob_slier_projects_wrp .slick-arrow{
        top: -1%
    }
    .mob_slier_projects_wrp .slick-arrow.slick-gr-left {
        left: 20px;
    }

    .mob_slier_projects_wrp .slick-arrow.slick-gr-right {
        left: calc(7% + 25px);
    }
}



#price{
    position: relative;
    /*background-image: url("../../assets/img/new-essay/price-bg.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -110px;
    height: 1142px;
}
#price .price-item-col.hover_shadow{
    background: #fff;
}
#price:before{
    content: "";
    width: 2000px;
    height: 1141px;
    background-image: url("../../assets/img/new-essay/price-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
}
#price p.second_desc{
    margin-bottom: 56px;
}
.tab-content {
    margin: 50px 0 0 0;
}
.price-item-container {
    margin-bottom: 0;
}
.price-item-container .price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.price-item-container .price-item-col {
    cursor: pointer;
    padding: 10px;
    transition: .5s;
    width: 220px;
    height: 304px;
}
.price-item-col.hover_shadow .price-item.hight-school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.price-item-col.hover_shadow .price-item-title {
    margin: 0 0 20px 0;
}

.price-item-container .price-item-col:hover {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: .5s;
}
.price-item-col.hover_shadow {
    box-shadow : 0 0 10px rgba(0,0,0,0.5);
    border-radius : 10px;
}
.price-item-col.hover_shadow .btn_for_post a {
    width: 138px;
    height: 43px;
    background: linear-gradient(270deg, #FBB40D 0%, #FB710D 100%);
}
.price-item-col.hover_shadow .price-item-pic {
    margin: 0 0 20px 0;
}
.price-item-col.hover_shadow .img-price-item-pic {
    display: none;
}
.price-item-col .img-price-item-pic-hover {
    display: none;
}
.price-item-col .btn_for_post {
    display: none;
}
.price-item-col.hover_shadow .img-price-item-pic-hover {
    display: block;
}
.price-item-col.hover_shadow .btn_for_post {
    display: block;
    margin: 30px 0 0 0;
}
.adm_help_text {
    display: none;
}
.price-item-col.hover_shadow .adm_help_text {
    background: #F5F9FC;
    border-radius: 10px;
    margin: 16px 0 0 0;
    width: 196px;
    height: 60px;
    display: block;
    font-family: Gotham Pro;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.price-item-col.hover_shadow .price-item-title {
    text-align: center;
}
.price-item-col.hover_shadow .adm_help_text p {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #price{
        margin-top: -110px;
        padding-top: 160px;
        height: auto;
        padding-bottom: 0;
    }
    #price:before{
        background-position: 143% 0;
    }
    .price-item-container .price-item-col{
        width: 180px;
    }

    .price-item-container .price-item-col .img-price-item-pic{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .btn_for_post {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 25% 0;
    }
    .price-item-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #price{
        height: auto;
        background-image: url("../../assets/img/new-essay/price-mob-bg.svg");
        margin-top: 0;
        padding-top: 90px;
        background-position: 0px -136px;
    }
    #price:before{
        display: none;
    }
}


#testimonials{
    position: relative;
    padding-bottom: 70px;
}

#testimonials .nav.nav-tabs.nav-tabs--left{
    margin-top: 50px;
}

#testimonials .nav.nav-tabs.nav-tabs--left .nav-item{
    background: #FAFAFA;
    border-radius: 10px;
    margin-bottom: 8px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#testimonials .nav.nav-tabs.nav-tabs--left .nav-item > a{
    height: 78px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#testimonials .sidebar-block .nav-tabs--vertical .nav-item .nav-link{
    border: none;
}

#testimonials .scroll-wrapper{
    max-height: 448px;
    height: 448px;
    overflow-y: auto;
}

#testimonials.testimonials-container .testimonials-container-wrapper:before{
    display: none;
}

#testimonials .full-page-wrapper{
    padding-left: 0;
}

#testimonials .btn_bg{
    background: linear-gradient(270deg, #FBB40D 0%, #FB710D 100%);
    border: none;
}
.testimonials-wrap .sidebar-block .nav-tabs--vertical .nav-item .nav-link.active{
    background-image: none;
}
.btn-procide-calc span{
    padding-top: 0;
}

@media (min-width: 992px){
    #testimonials .nav.nav-tabs.nav-tabs--left .nav-item > a {
        line-height: 22px;
    }
}

@media (min-width: 967px) and (max-width: 991px) {
    #testimonials {
        margin-top: 200px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    #testimonials .nav.nav-tabs.nav-tabs--left .nav-item{
        width: 49%;
    }
    #testimonials .nav.nav-tabs.nav-tabs--left .nav-item:nth-child(1),
    #testimonials .nav.nav-tabs.nav-tabs--left .nav-item:nth-child(3){
        margin-right: 10px;
    }
    #testimonials .nav.nav-tabs.nav-tabs--left{
        margin-bottom: 0;
    }
    #how_to_order:after{
        display: none;
    }
}
@media (max-width: 767px) {
    #how_to_order:after{
        display: none;
    }

    #testimonials{
        margin-top: -100px;
        padding-bottom: 0;
    }

    #testimonials .select2-container.select2-container--mobile-main-menu .select2-selection--single .select2-selection__rendered{
        padding: 13px 40px 9px 16px;
        background: url("../../assets/img/new-essay/select-arrow.svg") #fff no-repeat;
        box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
        border-radius: 10px;
        border: none!important;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        background-position: 95%;
        text-overflow: unset;
        line-height: 18px!important;
        white-space: inherit!important;
        text-align: left;
        height: 60px;
    }
    #testimonials  .select2-container.select2-container--mobile-main-menu{
        background: none;
    }
    #testimonials .tab-content {
        margin: 15px 0 0 0;
    }

    #how_to_order{
        padding-bottom: 276px;
        padding-top: 200px;
    }

}




#how_to_order{
    position: relative;
    background-image: url("../../assets/img/new-essay/hove-to-order-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 20px;
}

#how_to_order:after{
    content: "";
    width: 313px;
    height: 1132px;
    background-image: url("../../assets/img/new-essay/testimonials-bg.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: -145px;
    top: -540px;
    background-size: initial;
    z-index: -1;
    pointer-events: none;
}

#how_to_order h2{
    margin-bottom: 30px;
}

#how_to_order .second_desc{
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #333333;
    margin-bottom: 80px;
}

#how_to_order p.section_p_text{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #333333;
}

#how_to_order .buy_essay{
    display: block;
    width: 256px;
    height: 60px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 20px auto;
    margin-top: 80px;
    position: relative;
}
#how_to_order .buy_essay p{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #FBB40D 0%, #FB710D 100%);
    border-radius: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
}
#how_to_order .buy_essay:before {
    content: "";
    width: 148px;
    height: 47px;
    background: #FBB40D;
    filter: blur(10px);
    border-radius: 50px;
    position: absolute;
    bottom: 1px;
    left: 54px;
}

#how_to_order .buy_essay .arrow_span{
    position: absolute;
    top: 25px;
    right: 20px;
    width: 15px;
    height: 12px;
    background-image: url(../../assets/img/new-essay/left-arrow.svg);
    background-repeat: no-repeat;
    padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #how_to_order:after{
        display: none;
    }
    #how_to_order{
        padding-bottom: 20px;
        background-size: inherit;
    }
}


@media (min-width: 767px) and (max-width: 991px) {
    #how_to_order{
        padding-bottom: 173px;
        background-size: inherit;
    }
}

@media (max-width: 767px) {
    #how_to_order{
        background-size: cover;
        padding-bottom: 533px;
        padding-top: 165px;
    }
    #how_to_order h2{
        text-align: left;
    }
    #how_to_order .second_desc{
        text-align: left;
        margin-bottom: 40px;
    }
    #how_to_order p.section_p_text{
        text-align: left;
    }
    #how_to_order p.section_p_text{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #how_to_order .buy_essay{
        margin-top: 35px;
    }
}





#feed_back{
    min-height: 1000px;
    background-position: top;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}

#other_services.faq-container .accordion-content {
    padding: 0 70px 70px;
}

#other_services.faq-container .accordion-content .flex-list{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#feed_back .planet{
    position: absolute;
    top: -100px;
    width: 137px;
    height: 137px;
    background-image: url(../../assets/img/new-essay/planet.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

#feed_back:before{
    content: "";
    width: 100%;
    height: 1100px;
    background-image: url(../../assets/img/new-essay/feed-back-bg.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-position: -100px 88%;
    background-size: cover;
    top: -477px;
    right: 0;
    left: 0;
    z-index: -1;
}

#feed_back h2{
    margin-top: 140px;
    text-align: center;
}

#feed_back .nav-tabs{
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

#feed_back .nav-tabs li{
    height: 50px;
    background: #F5F9FC;
    border-radius: 5px;
}
#feed_back .nav-tabs .nav-link{
    height: 50px;
    line-height: 47px;
    padding: 0 25px;
}
#feed_back .nav-tabs .nav-item.show .nav-link, #feed_back .nav-tabs .nav-link.active{
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(47, 45, 133, 0.25);
    border-radius: 10px;
    z-index: 1;
    position: relative;
    transform: scale(1.2);
}
#feed_back .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: 1px solid transparent;
}
#feed_back .slide{
    background: #FFFFFF;
    box-shadow: 0px 10px 17px rgba(47, 45, 133, 0.1);
    border-radius: 10px;
    max-width: 350px!important;
    height: 465px!important;
    display: flex!important;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 24px 20px 24px;
    text-align: center;
    position: relative;
    margin: 30px auto 60px auto;
}

#feed_back .slide:hover{
    background: #F5F9FC;
}

#feed_back .testimonials-pic{
    margin-bottom: 10px;
}

#feed_back .slide .star{
    margin: 0 2px;
    background: url(https://www.paperhelp.org/assets/img/icons/testimonials-star.svg);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}
#feed_back .slide .testimonials-star{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}
#feed_back .testimonials-author{
    margin-bottom: 20px;
}
#feed_back .testimonials-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}
#feed_back .testimonials-order{
    color: #B4B4B4;
}
.testimonials-order{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    left: 0;
}
.trustpilot_logo{
    background-image: url("../../assets/img/new-essay/trustpilot-logo.svg");
    width: 91px;
    height: 22px;
    left: calc(50% - 45px);
}
#feed_back .slick-list{
    margin: 0 auto;
}

#feed_back .slick-arrow{
    position: absolute;
    top: 49%;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#feed_back .slick-arrow:hover{
    background: linear-gradient(180deg, #4E3D95 0%, #3A2E60 100%);
}

#feed_back .slick-arrow:hover span:before{
    background: #fff
}

#feed_back .slick-arrow:hover span:after{
    background: #fff
}


.slick-gr-right{
    right: -75px;
}

.slick-gr-left{
    transform: rotate(180deg);
    left: -75px;
}

#feed_back .slick-arrow span{
    position: relative;
    display: block;
    width: 10px;
    height: 8px;
    margin-top: 16px;
}
#feed_back .slick-arrow span:before{
    content: "";
    width: 11px;
    height: 2px;
    background: #242A37;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
}

#feed_back .slick-arrow span:after{
    content: "";
    width: 11px;
    height: 2px;
    background: #242A37;
    position: absolute;
    transform: rotate(-45deg);
    top: 6px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #feed_back h2 br{
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #feed_back:before{
        display: none;
    }
    #feed_back{
        padding-top: 0;
        min-height: auto;
    }
    #feed_back h2{
        margin-top: 20px;
    }
    #feed_back h2 br{
        display: none;
    }
    #feed_back .planet{
        top: -200px;
    }
    #feed_back .slide{
        height: 470px!important;
    }
    .slick-gr-left{
        left: -60px;
    }
    .slick-gr-right{
        right: -60px;
    }
}

@media (max-width: 767px) {
    #feed_back{
        padding-top: 0;
    }
    #feed_back:before{
        display: none;
    }
    #feed_back h2{
        margin-top: 0;
        text-align: left;
    }
    #feed_back h2 br{
        display: none;
    }
    #feed_back .planet{
        top: -210px;
    }

    #feed_back .slick-list{
        margin: 0 35px;
    }
    .slick-gr-left {
        left: -9px;
    }
    .slick-gr-right {
        right: -9px;
    }
    #feed_back .slide{
        overflow: hidden;
        height: 350px!important;
    }
    #feed_back .testimonials-pic{
        margin-top: -35px;
    }
    #feed_back .testimonials-text{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        line-clamp: 8;
        box-orient: vertical;
    }
    #related-services #other_services.faq-container .accordion h3.accordion-title{
        padding: 20px 55px 20px 20px;
    }
}

@media (min-width: 768px) and (max-width: 770px) {
    #feed_back .slide > img{
        transform: scale(0.8);
    }
}

@media (max-width: 470px) {
    #feed_back .nav-tabs .nav-link{
        padding: 0 7px;
    }
}
@media (max-width: 445px) {

    #feed_back .nav-tabs .nav-item.show .nav-link, #feed_back .nav-tabs .nav-link.active{
        transform: scale(1.1);
    }
    #feed_back .slide > img{
        transform: scale(0.8);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #feed_back .testimonials-author{
        font-size: 13px;
    }
    #feed_back .testimonials-text{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .testimonials-order{
        bottom: 45px;
    }
    #feed_back .slide{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    #feed_back .testimonials-text{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }
    #feed_back .testimonials-pic img{
        width: 80px;
    }
    #feed_back .slide{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #feed_back .testimonials-author{
        font-size: 13px;
    }
    #feed_back .testimonials-order{
        font-size: 13px;
        bottom: 20px;
    }
}





#faq-container{
    margin-top: 100px;
    margin-bottom: 0;
}
#faq-container h2{
    text-align: center;
    margin-bottom: 40px;
}
.faq-container .faq-accordion:after{
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #faq-container h2{
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #faq-container{
        margin-top: 65px;
    }
    #faq-container h2{
        text-align: left;
    }
}

@media (max-width: 767px) {
    #feed_back{
        min-height: 740px;
        margin-top: -345px;
    }
    #faq-container{
        margin-top: 0;
    }
    #faq-container h2{
        text-align: left;
    }

    @media (max-width: 767px){
        .faq-container .container {
            padding-right: 15px;
            padding-left: 15px;
        }
    }

}






#related-services{
    background-image: url("../../assets/img/new-essay/related-services-bg.svg");
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 10px;
}
.faq-container .faq-accordion:before{
    display: none;
}

#related-services h2{
    text-align: center;
    margin-bottom: 60px;
}
#related-services .related-services-item{
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 10px;
    height: 57px;
    line-height: 57px;
    margin-bottom: 20px;
    text-align: center;
}
#related-services .related-services-item a{
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
}
#related-services .related-services-item a:hover{
    background: #F5F9FC;
    border-radius: 10px;
}

#other_services{
    margin-top: 60px;
}

#other_services.faq-container .accordion h3.accordion-title{
    padding: 20px 70px 20px 70px;
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 10px;
    border: none;
}

#other_services.faq-container .accordionTitle:before,  #other_services.faq-container .accordion__Heading:before{
    background: url(https://www.paperhelp.org/assets/img/icons/close.svg);
    background-size: contain;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    right: 65px;
}


@media (min-width: 1200px) and (max-width: 1439px) {
    #related-services{
        padding-top: 30px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    #related-services{
        background-image: url(../../assets/img/new-essay/related-services-mob-bg.svg);
        padding-top: 240px;
    }
    #related-services h2{
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #related-services{
        background-image: url(../../assets/img/new-essay/related-services-mob-bg.svg);
        padding-top: 240px;
    }
}

@media (max-width: 767px) {
    #related-services{
        padding-top: 95px;
        padding-bottom: 341px!important;
    }
    #related-services h2{
        text-align: left;
        margin-bottom: 35px;
    }
    #other_services{
        margin-top: 50px;
        padding-bottom: 0px;
    }
}




#navigation{
    margin: 70px 0 130px 0;
}
#navigation .text-left,
#navigation .text-right{
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 7px;
    width: 326px;
    text-align: left!important;
}

#navigation .text-left a,
#navigation .text-right a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 20px;
    background: none!important;
}

#navigation .text-left a span.span_nav,
#navigation .text-right a span.span_nav{
    color: #4C4C4C;
    opacity: 0.6;
    font-size: 14px;
}

#navigation .text-left a span.span_nav svg{
    transform: rotate(180deg);
    margin-right: 5px;
}
#navigation .text-right a span.span_nav svg{
    margin-left: 5px;
}

#navigation .text-left a span,
#navigation .text-right a span{
    display: block;
    color: #333333;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
}

.post-navigation-next{
    background: url("https://www.paperhelp.org/assets/img/icons/next-arrow.svg") 21% 11% no-repeat;
    width: 100%;
    padding: 0;
    display: block;
}

@media (max-width: 991px) {
    #navigation .post-navigation-block{
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important;
    }
}

@media (max-width: 767px) {
    #navigation{
        margin-top: -200px;
    }
    #navigation .text-left, #navigation .text-right{
        width: 46%;
    }
}

/*page grade my essay*/
#essay-templates.grade_essay_templates .h-h1{
    display: inline-block;
    width: 544px;
    max-width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #333333;
}
#essay-templates.grade_essay_templates h1{
    line-height: 45px;
    font-size: 36px;
    color: #000;
}
#essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item {
    width: calc(100%/3);
}
#essay-templates.grade_essay_templates .header-premain-container:before {
    content: '';
    display: block;
    position: absolute;
    width: 1440px;
    height: 1328px;
    margin-left: -720px;
    left: 50%;
    top: -10px;
    background: url(https://www.paperhelp.org/assets/img/bg-template-2.svg) 50% 50% no-repeat;
}

#essay-templates.grade_essay_templates #happy_client{
    position: relative;
    padding-top: 307px;
}
#essay-templates.grade_essay_templates #happy_client:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1472px;
    left: 0;
    right: 0;
    top: 30px;
    background: url(https://www.paperhelp.org/assets/img/bg-template-3.svg) 50% 50% no-repeat;
    background-size: cover;
    background-position: top 0 right 50%;
}
#essay-templates.grade_essay_templates #testimonials{
    position: relative;
}
#essay-templates.grade_essay_templates #testimonials:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 9;
    height: 60px;
    width: 60px;
    left: 50%;
    margin-left: -225px;
    top: -40px;
    background: url(https://www.paperhelp.org/assets/img/star-2.svg) no-repeat;
}
#essay-templates.grade_essay_templates .button-order-page{
    margin-top: 48px !important;
}
#essay-templates.grade_essay_templates #ordering_more{
    z-index: 10;
}
#essay-templates.grade_essay_templates #happy_client .container{
    z-index: 97;
    position: relative;
}
#essay-templates.grade_essay_templates #happy_client:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 8;
    width: 470px;
    height:576px; 
    left: 0;
    top: 0;
    background: url(https://www.paperhelp.org/assets/img/bg-template-1.svg) 50% 50% no-repeat;
}
#essay-templates.grade_essay_templates .counter-main .wrap-counter:before{
    display: none;
}
@media (max-width: 991px) and (min-width: 768px){
    #ordering_more {
        margin-bottom: 100px;
    }   
}
@media (max-width: 991px){
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item {
        width: 50%;
    }
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(1) {order: 1;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(2) {order: 5;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(3) {order: 4;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(4) {order: 3;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(5) {order: 2;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(6) {order: 5;}
    #essay-templates.grade_essay_templates #happy_client:after {
        left: -180px;
    }
    #essay-templates.grade_essay_templates #happy_client:before{
        width: 1440px;
        height: 1472px;
        left: -190px;
        right: initial;
        top: 0px;
    }
    #essay-templates.grade_essay_templates #testimonials:before{
        left: 50px;
        margin-left: 0;
        top: -50px;
    }
}
@media (max-width: 767px) {
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item {
        width: 100%;
    }
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(1) {order: 1;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(2) {order: 3;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(3) {order: 5;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(4) {order: 2;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(5) {order: 4;}
    #essay-templates.grade_essay_templates .why-us-container.why-us-container-essay .why-us-item:nth-child(6) {order: 5;}
    #essay-templates.grade_essay_templates .h-h1{
        font-size: 22px;
        line-height: 143.55%;
    }
    #essay-templates.grade_essay_templates #happy_client:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 8;
        width: 310px;
        height:358px; 
        left: -120px;
        top: 0;
        background: url(https://www.paperhelp.org/assets/img/bg-template-1.svg) 50% 50% no-repeat;
        background-size: contain;
    }
    #essay-templates.grade_essay_templates #testimonials{
        margin-top: 0;
    }
    #essay-templates.grade_essay_templates #testimonials:before{
        display: none;
    }
    #essay-templates.grade_essay_templates h1{
        line-height: 34px;
        font-size: 24px;
    }
}