/*!
Theme Name: Freshessays Design
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freshessays-design
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Freshessays Design is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

table {
    border-collapse: collapse;
}

@font-face {
    font-family: Gotham Narrow;
    font-display: block;
    src: url(fonts/GothamNarrowBold.otf) format("opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gotham Narrow;
    font-display: block;
    src: url(fonts/GothamNarrowMedium.otf) format("opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham Narrow;
    font-display: block;
    src: url(fonts/GothamNarrowBook.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham Narrow;
    font-display: block;
    src: url(fonts/GothamNarrowLight.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

body {
    font-family: Gotham Narrow, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #4E5253
}

a {
    transition: all .5s ease;
    text-decoration: none;
    color: #05CD7D;
}

main a:hover {
    color: #06AD6B;
    text-decoration: underline;
}

h1 {
    font-size: 30px;
    color: #2D3030;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    margin: 30px 0;
}

h2 {
    font-size: 25px;
    color: #2D3030;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    margin: 30px 0;
}

.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 7;
    border-bottom: 1px solid #f4f5f5;
}

.wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

/* bttn */

.bttn,
.orangeBtn {
    display: inline-block;
    border: none;
    min-width: 130px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}

.orangeBtn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bttn-orange {
    background-color: #FC961D;
}

.bttn-orange:hover {
    background-color: #E0871D;
}

.bttn-green,
.orangeBtn {
    background-color: #05CD7D;
    text-decoration: none !important;
}

.bttn-green:hover {
    background-color: #06AD6B;
}

.bttn-gray {
    background-color: #2D3030;
}

.bttn-gray:hover {
    background-color: #414848;
}

.bttn-long{
    min-width: 215px;
}

@media (max-width: 1200px) {
    .wrap {
        width: 960px;
    }
}

@media (max-width: 992px) {
    .wrap {
        width: 720px;
    }
}

@media (max-width: 768px) {
    .wrap {
        width: 540px;
    }
}

@media (max-width: 568px) {
    .wrap {
        width: 350px;
    }
}

.header_row {
    min-height: 82px;
    padding-left: 30px;
}

/* NAV */

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.link-order > .bttn {
    margin: 20px 0 20px 15px;
}
.block__mt{
    margin-top: 80px;
}

/* footer */
footer {
    background: #1F2121;
    padding: 40px 0 0 0;
}

.footer__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
}

.footer ul {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}

.footer,
.footer a {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #989D9E;
}

.footer a:hover {
    color: #05CD7D;
}

.footer__social {
    margin: -15px 0 0 0;
}

.facebook {
    margin-right: 10px;
}

.facebook svg,
.twitter svg {
    fill: #fff;
    transition: all .5s ease;
}

.facebook svg:hover,
.twitter svg:hover {
    fill: #05CD7D;
}

.footer__line {
    border-top: 1px solid #585B5C;
    width: 100%;
    height: 1px;
}

.footer__info {
    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 20px;
}

.footer__info p {
    margin: 10px 0;
}

.footer__info br {
    display: none;
}

.footer__secure {
    text-align: right;
}

.dmca-badge {
    margin-right: 20px;
}

.footer__logo {
    margin-bottom: 30px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .footer__info br {
        display: unset;
    }
}

@media (max-width: 767px) {
    .footer__social {
        margin: -15px 0 30px 0;
    }

    .footer__secure {
        text-align: left;
        margin-top: 10px;
    }

}
.cookie-banner {
    position: fixed;
    display: none;
    z-index: 8;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.cookie-banner .wrap > div {
    width: 100%;
    max-width: 825px;
    margin: 0 0 5px auto;
    background: #1F2121;
    border-radius: 8px;
    padding: 11px;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cookie-banner .wrap .wrapper__text a {
    color: #fbfbfb;
    text-decoration: underline;
}

.cookie-banner .wrap button {
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
    font-size: 12px;
    border: none;
    background: #05CD7D;
    padding: 5px 10px;
    line-height: 1;
    margin: 2px 0 2px 15px;
    transition: all .3s;
    float: right;
}

@media (max-width: 768px) {
    .wrapper__text {
        width: 85%;
        line-height: 17px;
    }
}

@media (max-width: 575px) {
    .wrapper__text {
        width: 100%;
        text-align: center;
    }

    .cookie-banner .wrap > div {
        justify-content: center;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.collapse:not(.show) {
    display: none;
}

.svg-img {
    display: inline-block;
    vertical-align: middle;
}

.wp-pagenavi {
    margin: 2em auto;
    text-align: center;
}

.wp-pagenavi > * {
    display: inline-block;
    padding: .0em .5em;
    margin: .1em;
    border: 1px solid #05CD7D;
    border-radius: 3px;
    color: #05CD7D;
}

.wp-pagenavi a, .wp-pagenavi a:hover {
    text-decoration: none;
}

.wp-pagenavi a {
    background-color: #FFFFFF;
}

.wp-pagenavi a:hover {
    border-color: #DA7138;
    color: #DA7138 !important;
}

.wp-pagenavi .current {
    border-color: #DA7138;
    color: #DA7138;
}

.wp-pagenavi .extend {
    color: #3e3e3e;
}

.wp-pagenavi .prev {
    border-color: rgba(0, 0, 0, 0);
}

.wp-pagenavi .next {
    border-color: rgba(0, 0, 0, 0);
}

body {
    padding-top: 83px;
}

/* header */ 
.header__search-field {
    font-family: Gotham Narrow, Verdana, sans-serif;
    background: #FFFFFF;
    border: 0;
    border-bottom: 1px solid #E6E6EF;
    border-radius: 0;
    line-height: 42px;
    height: 42px;
    padding: 0 15px;
    color: #8F9697;
    font-size: 14px;
    margin: 0;
    background-image: url(/wp-content/themes/freshessays-design/img/search.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    width: 100%;
    max-width: 425px;
}
.header__search-form-block{
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header__search-form {
    max-width: 425px;
    width: 100%;
    position: relative;
}
.header__search-submit {
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: #eee !important;
}
.header__search-submit:hover {
    opacity: 0.1;
}
@media(max-width:1199px){
    .header__search-form-block {
        max-width: 550px;
      }
}
@media(max-width:991px){
    .header__search-form-block {
        max-width: 300px;
      }
}
@media(max-width:767px){
    .header__search-form-block {
        display: none;
      }
}

/* cta index */
.cta-index {
    height: 480px;
    background: #F4F5F5;
    background: linear-gradient(180deg, rgba(244, 245, 245, 0) 0%, #F4F5F5 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.cta-index__title {
    color: #2D3030;
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 130%;
}
.cta-index__desc {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #6F7475;
    max-width: 588px;
    margin: 0 auto 40px;
}

.cta-index__search-field {
    font-family: Gotham Narrow, Verdana, sans-serif;
    background: #FFFFFF;
    border: 1px solid #E6E6EF;
    border-radius: 4px;
    line-height: 48px;
    height: 48px;
    padding: 0 15px;
    color: #8F9697;
    font-size: 14px;
    margin-bottom: 10px;
    background-image: url(/wp-content/themes/freshessays-design/img/search.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    width: 77%;
}
.cta-index__search-submit {
    background-color: #05CD7D !important;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: Gotham Narrow, Verdana, sans-serif;
    width: 20%;
}
.cta-index__search-form {
    max-width: 588px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media(max-width:575px){
    .cta-index {
        height: 412px;
    }
    .cta-index__title {
        font-size: 28px;
    }
    .cta-index__desc {
        font-size: 14px;
    }
    .cta-index__search-field {
        width: 70%;
    }
    .cta-index__search-submit {
        width: 27%;
    }
}

/* index content */

.block4x1 {
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 0;
}
.block4x1__item {
    width: 23%;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px -8px rgba(24, 39, 75, 0.06), 0px 10px 32px -4px rgba(24, 39, 75, 0.06);
    border-radius: 4px;
    margin: 0 0 60px;
    padding: 30px;
    list-style: none;
}
.block4x1__item b {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2D3030;
    margin-bottom: 16px;
    display: block;
}
.block4x1__item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6F7475;
    margin-bottom: 10px;
    display: inline-block;
}
.block__mb{
    margin-bottom: 80px;
}
.block__mb2{
    margin-bottom: 30px;
}
.text-center{
    text-align: center;
}
section{
    font-size: 16px;
    color: #6F7475;
}
section h2{
    margin: 0 0 16px;
    line-height: 46px;
    font-size: 30px;
    color:#2D3030;
}
@media(max-width:991px){
    .block4x1__item {
        width: 46%;
    }
    .sm_hide{
        display: none;
    }
}

@media(max-width:575px){
    .block4x1__item {
        width: 100%;
        margin: 0 0 30px;
    }
    section {
        font-size: 14px;
        color: #6F7475;
    }
    section h2 {
        margin: 0 0 16px;
        line-height: 36px;
        font-size: 25px;
        color: #2D3030;
    }   
}

/* cta */

.cta__inner {
    background: #05cd7d;
    border-radius: 0 30px 0 0;
    height: 330px;
    width: 100%;
    position: relative;
    padding-top: 45px;
    padding-left: 50px;
}
.cta__inner::before {
    content: '';
    display: block;
    height: 318px;
    width: 420px;
    background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/student-4.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    right: 20px;
    bottom: 0;
    background-size: auto 100%;
}
.cta__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 10px;
}
.cta__title span {
    display: inline-block;
    position: relative;
}
.cta__title span img {
    height: 46px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.cta__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    max-width: 650px;
}
.cta .bttn-gray {
    width: 250px;
    margin-top: 30px;
}   
@media(max-width:1199px){
    .cta__desc {
        max-width: 500px;
    }
    .cta__inner {
        height: 380px;
      }
}
@media (max-width: 991px){
    .cta__inner {
        padding-top: 30px;
        padding-left: 40px;
    } 
    .cta__inner::before {
        height: 300px;
        width: 260px;
        background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/student-4-md.png);
        right: 0;
    }
    .cta__desc {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .cta {
        padding-top: 0;
    }
    .cta {
        background: #05cd7d;
    }
    .cta__inner {
        padding: 28px 39px 290px;
        height: unset;
    }
    .cta__inner::before {
        height: 300px;
        width: 350px;
        right: 80px;
        background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/student-4-sm.png);
    }
    .cta__title {
        font-size: 36px;
        text-align: center;
    }
    .cta__desc {
        max-width: unset;
        text-align: center;
    }
    .cta .bttn-gray {
        width: 250px;
        margin-top: 30px;
        margin: 30px auto;
        display: block;
    }
}
@media (max-width: 575px){
    .cta__inner {
        padding: 28px 0 290px;
        height: unset;
    }
    .cta__inner::before {
        right: 0;
    }
    .cta__title {
        font-size: 36px;
        text-align: center;
    }
}


/* blog list */
.blog-list__item {
    background: #F9F9F9;
    border: 1px solid #E6E6EF;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.blog-list__item h2 a,
.blog-list__item h3 a {
    font-weight: 400;
    font-size: 20px;
    color: #2D3030;
}
.blog-list__item h2,
.blog-list__item h3 {
    margin: 0 0 20px;
    text-align: left;
    line-height: 22px;
}
.blog-list__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6F7475;
    margin-bottom: 30px;
  }
  .blog-list__item-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  @media(max-width:575px){
    .blog-list__item-info .bttn {
        margin-top: 20px;
        min-width: 288px;
    }
    .blog-list__item-text {
        margin-bottom: 20px;
    }
    .blog-list__item{
        padding: 30px;
    }
  }

  /* page navi */
  .wp-pagenavi .next,
  .wp-pagenavi .prev,
  .wp-pagenavi a,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    background-color: #FFFFFF;
    border: 1px solid #2D3030;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: #2D3030;
    font-size: 18px;
  }
  .wp-pagenavi a:hover,
  .wp-pagenavi .current{
      color: #05CD7D !important;
      border-color: #05CD7D !important;
}
.block6x1__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.block6x1__item li {
    width: 15%;
    line-height: 20px;
    margin-bottom: 10px;
}
.block6x1__item li a {
    font-weight: 400;
    font-size: 14px;
    color: #6F7475;
}
.block6x1__item li a:hover{
    color: #05CD7D
}
@media(max-width:1199px){
    .block6x1__item li {
        width: 20%;
    }
}
@media(max-width:991px){
    .block6x1__item li {
        width: 25%;
    }
}
@media(max-width:767px){
    .block6x1__item li {
        width: 33%;
    }
}
@media(max-width:575px){
    .block6x1__item li {
        width: 50%;
    }
}
.text-left{
    text-align: left;
}

/* cta2 */

.cta2__inner {
    background: #05cd7d;
    border-radius: 0 30px 0 0;
    height: 330px;
    width: 100%;
    position: relative;
    padding-top: 45px;
    padding-left: 50px;
    margin: 30px 0;
}
.cta2__inner::before {
    content: '';
    display: block;
    height: 220px;
    width: 339px;
    background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/student-5.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: auto 100%;
}
.cta2__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 10px;
    max-width: 630px;
}
.cta2__title span {
    display: inline-block;
    position: relative;
}
.cta2__title span img {
    height: 46px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.cta2__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    max-width: 470px;
    margin-bottom: 30px;
}
.cta2 .bttn-gray {
    width: 250px;
    margin-top: 30px;
}   

@media (max-width: 767px) {
    .cta2 {
        padding-top: 0;
    }
    .cta2 {
        background: #05cd7d;
    }
    .cta2__inner {
        padding: 28px 39px 290px;
        height: unset;
    }
    .cta2__inner::before {
        height: 250px;
        width: 335px;
        right: 80px;
        background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/student-5-sm.png);
    }
    .cta2__title {
        font-size: 36px;
        text-align: center;
    }
    .cta2__desc {
        max-width: unset;
        text-align: center;
    }
    .cta2 .bttn-gray {
        width: 250px;
        margin-top: 30px;
        margin: 30px auto;
        display: block;
    }
}
@media (max-width: 575px){
    .cta2__inner {
        padding: 28px 0 240px;
        height: unset;
    }
    .cta2__inner::before {
        right: 0;
    }
    .cta2__title {
        font-size: 36px;
        text-align: center;
    }
}

/* tag page */

.category-header {
    padding-top: 40px;
}
.category-header__title {
    margin: 0;
    text-align: left;
    color: #2D3030;
}
@media(max-width:575px){
    .category-header__title {
       font-size: 25px;
    } 
    .breadcrumbs.block__mb {
        margin-bottom: 30px;
    }
}

/* bottom cta */
.cta-bottom__inner {
    background: #05CD7D;
    border-radius: 12px;
    padding: 45px 60px;
    background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/cta-bottom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.cta-bottom__title {
    font-size: 30px;
    line-height: 45px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 30px;
}
@media(max-width:1199px){
    .cta-bottom__inner {
        background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/cta-bottom-md.png);
    }
    .cta-bottom__title {
        max-width: 450px;
    }
}
@media(max-width:767px){
    .cta-bottom {
        padding-top: 0;
    }
    .cta-bottom {
        background: #05cd7d;
    }
    .cta-bottom__inner {
        padding: 28px 39px 185px;
        height: unset;
        background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/cta-bottom-sm.png);
        background-position: left 80px bottom;
    }
    .cta-bottom__title {
        font-size: 30px;
        text-align: center;
    }
    .cta-bottom__desc {
        max-width: unset;
        text-align: center;
    }
    .cta-bottom .bttn-gray {
        width: 250px;
        margin-top: 30px;
        margin: 30px auto;
        display: block;
    }
}
@media(max-width:575px){
    .cta-bottom__inner {
        background-position: left bottom -5px;
      }
}

/* sidebar */
.sidebar-info {
    background: #F9F9F9;
    border: 1px solid #E6E6EF;
    padding: 30px;
    box-shadow: 0px 6px 14px -8px rgba(24, 39, 75, 0.06), 0px 10px 32px -4px rgba(24, 39, 75, 0.06);
    border-radius: 6px;
    margin-bottom: 40px;
    max-width: 350px;
}
.sidebar-info__logo {
    margin-bottom: 10px;
  }
  .sidebar-info__text {
    font-size: 14px;
    line-height: 24px;
    color: #2D3030;
    margin-bottom: 20px;
  }
  .sidebar-info__rate {
    margin-bottom: 20px;
    width: 100%;
    max-width: 225px;
  }
  .sidebar-info .bttn.bttn-green {
    width: 100%;
  }
  .related-topics{
        max-width: 350px;
        margin-bottom: 40px;
    }
  .related-topics__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 45px;
    color: #2D3030;
    margin-bottom: 15px;
  }
  .related-topics a {
    border-bottom: 1px solid #e0e0e0;
      border-bottom-color: rgb(224, 224, 224);
    height: 60px;
    line-height: 20px;
    display: block;
    width: 100%;
    text-align: left;
    color: #2e3f28;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
  }
  .related-topics a svg {
    position: absolute;
    right: 0;
    top: 18px;
    transition: all .3s ease;
    stroke: #E0E0E0;
  }
  .related-topics a:hover svg {
    stroke: #5CC984;
  }
  .related-topics a:hover {
    border-color: #5CC984;
    color: #5CC984;
    text-decoration: none;
  }
  @media(max-width:1199px){
    .sidebar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .sidebar__part{
          width: 48%;
      }
  }
  @media(max-width:767px){
      .sidebar__part{
          width: 100%;
      }
      .related-topics{
          margin-bottom: 80px;
      }
  }

/* Single Post */

article.post h2, 
article.post h3,
article.post h4,
article.post h5,
article.post h6 {
color: #2D3030;
line-height: 1.5;
margin: 15px 0;
}
article.post h2{
    font-size: 26px;
}
article.post h3{
font-size: 22px;
}
article.post h4{
font-size: 18px;
}
article.post h5{
    font-size: 17px;
}
article.post h6{
    font-size: 16px;
}

  .single-post-header {
    padding-top: 40px;
}
.single-post-header__title {
    margin: 0;
    text-align: left;
    color: #2D3030;
}
@media(max-width:575px){
    .single-post-header__title {
       font-size: 25px;
    } 
    .breadcrumbs.block__mb {
        margin-bottom: 30px;
    }
}

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

  .related_essays .blog-list__item{
      width: 48%;
  }
  .related_essays__title{
      text-align: left;
      margin-bottom: 30px;
  }
  @media(max-width:1199px){
    .related_essays .blog-list__item{
        width: 100%;
    }
}

/* CITE */
.citeThisPage h2{
    text-align: left;
}
.citeThisPage__nav-right {
    padding-right: 5px;
}
.citeThisPage__nav-item {
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}

.citeThisPage__nav-item.citeThisPage__nav-item--active{
    background-color: #D6E8F8;
}
.citeThisPage__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.citeThisPage__cite {

}
.citeThisPage__cite-text {
    padding: 20px 20px;
    width: 100%;
    border: none;
    resize: none;
    background: unset;
    outline: none;
    height: 130px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 20px;
  }
.citeThisPage__cite-item {
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
.citeThisPage__cite-item.citeThisPage__cite-item--active {
    display: flex;
}
.citeThisPage__cite-copy {
    width: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6F7475;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease-out;
    border: 1px solid #E6E6EF;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 10px;
    background-image: url('https://samples.freshessays.com/wp-content/themes/freshessays-design/img/content-copy.svg');
    background-position: right 8px center;
  }

.citeThisPage__desc {
  font-size: 14px;
  color: #6F7475;
  line-height: 24px;
}
@media(max-width:1199px){
    .citeThisPage__nav-item {
        padding: 0 8px;
    }
}

@media (max-width: 575px) {
    .citeThisPage__nav-item {
        padding: 0 3px;
        font-size: 12px;
    }
}

/* cta3 */

.cta3__inner {
    background: #05cd7d;
    border-radius: 0 30px 0 0;
    height: 372px;
    width: 100%;
    position: relative;
    padding-top: 38px;
    padding-left: 40px;
    margin: 30px 0;
}
.cta3__inner::before {
    content: '';
    display: block;
    height: 342px;
    width: 267px;
    background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/student-6.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    right: 20px;
    bottom: 0;
    background-size: auto 100%;
}
.cta3__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 10px;
    max-width: 630px;
}
.cta3__title span {
    display: inline-block;
    position: relative;
}
.cta3__title span img {
    height: 46px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.cta3__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    max-width: 470px;
    margin-bottom: 30px;
}
.cta3 .bttn-gray {
    width: 250px;
}   
@media (max-width: 991px) {
    .cta3__inner::before {
        height: 300px;
        width: 230px;
        right: 0px;
      }
}
@media (max-width: 767px) {
    .cta3 {
        padding-top: 0;
    }
    .cta3 {
        background: #05cd7d;
    }
    .cta3__inner {
        padding: 28px 39px 330px;
        height: unset;
    }
    .cta3__inner::before {
        height: 330px;
        width: 338px;
        right: 50px;
        background-image: url(https://samples.freshessays.com/wp-content/themes/freshessays-design/img/student-6-sm.png);
    }
    .cta3__title {
        font-size: 36px;
        text-align: center;
    }
    .cta3__desc {
        max-width: unset;
        text-align: center;
    }
    .cta3 .bttn-gray {
        width: 250px;
        margin-top: 30px;
        margin: 30px auto;
        display: block;
    }
}
@media (max-width: 575px){
    .cta3__inner {
        padding: 28px 0 240px;
        height: unset;
    }
    .cta3__inner::before {
        right: 0;
    }
    .cta3__title {
        font-size: 36px;
        text-align: center;
    }
    .cta3__desc {
        padding: 0 10px;
    }
    .cta3__inner::before {
        height: 250px;
        width: 180px;
        right: 80px;
    }
}

.sidebar-post-info {
    border: 1px solid #E6E6EF;
    box-shadow: 0px 6px 14px -8px rgba(24, 39, 75, 0.06), 0px 10px 32px -4px rgba(24, 39, 75, 0.06);
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 40px;
    background: #F9F9F9;
    max-width: 350px;
}
.sidebar-post-info__title {
    font-size: 25px;
    line-height: 45px;
    color: #2D3030;
    font-weight: 500;
    margin-bottom: 10px;
}

.sidebar-post-info__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}

.sidebar-post-info__text b {
    color: #2D3030;
    font-weight: 500;
}

.sidebar-cta {
    background: #05CD7D;
    border: 1px solid #05CD7D;
    box-shadow: 0px 6px 14px -8px rgba(24, 39, 75, 0.06), 0px 10px 32px -4px rgba(24, 39, 75, 0.06);
    border-radius: 6px;
    padding: 30px;
    color: #fff;
    margin-bottom: 40px;
    max-width: 350px;
}

.sidebar-cta__title {
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: 500;
}
.sidebar-cta__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #F9F9F9;
    margin-bottom: 30px;
}

.sidebar-cta .bttn.bttn-gray {
    width: 100%;
    min-width: unset;
}

@media((max-width:1199px) and (min-width:991px)){
    .sidebar__part.sidebar__part--first,
    .sidebar-post-info {
        width: 100%;
        max-width: unset;
    }
}

/* cookie banner */

.first-discont-banner {
    position: fixed;
    top: 0;
    z-index: 7;
    background-color: #06AD6B;
    width: 100%;
    height: 38px;
    line-height: 28px;
    transition: all .3s ease;
    padding: 5px 0;
}

.first-discont-banner:hover {
    /*background-color: #05CD7D;*/
}

.first-discont-banner .close-btn {
    position: absolute;
    z-index: 10;
    right: 14px;
    top: 13px;
    width: 12px;
    height: 12px;
    display: block;
    line-height: 12px;
    background-size: 100% 100%;
}

.first-discont-banner .close-btn svg {
    width: 100%;
    height: auto;
    display: inline-block;
}

.first-discont-banner .body {
    max-width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.first-discont-banner .body a {
    background: #FFFFFF;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin: 1px 0;
    padding: 0 10px;
    color: #06AD6B;
    font-weight: 400;
    text-decoration: none;
}

@media (max-width: 768px) {
    .first-discont-banner {
        height: 66px;
    }

    .first-discont-banner .body {
        /*font-size: 11px;*/
    }

    /*    .first-discont-banner .body a {
            height: 16px;
            line-height: 17px;
            margin: 2px;
            padding: 0 7px;
        }*/
    .wrapper__text {
        width: 85%;
        line-height: 17px;
    }

    .first-discont-banner .close-btn {
        top: 26px;
    }
}

@media (max-width: 575px) {
    .first-discont-banner .body {
        font-size: 13px;
    }

    .wrapper__text {
        width: 100%;
        text-align: center;
    }

    .cookie-banner .wrap > div {
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .first-discont-banner .body {
        padding-right: 25px;
    }
}

.desc-text-section h3{
    font-size: 22px;
    margin-bottom: 20px;
    color: #2D3030;
  }
  
  .desc-text-section h4{
    margin-bottom: 20px;
    font-size: 18px;
    color: #2D3030;
  }