@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/* custom font  */
/* Carosello */
body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* the top section  */
@media (min-width: 1024px) {
  .section-top-dark {
    padding-top: 5rem;
    /* -webkit-box-shadow: inset 0 -160px 0 #162f41;
    box-shadow: inset 0 -160px 0 #162f41; */
  }
  .section-top-dark {
    background-color: #0d2436;
    padding-top: 115px;
    padding-bottom: 0;
    overflow: hidden;
    /* -webkit-box-shadow: inset 0 -160px 0 #162f41;
    box-shadow: inset 0 -160px 0 #162f41; */
  }
}
/* PROGRESS BAR  */
/* ===== progress loader =====  */
#progress-preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  display: none;
  background-color: rgba(5, 119, 204, 0.047);
}

#progress-preloader .medilife-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running medilife-load;
  animation: 2000ms linear 0s normal none infinite running medilife-load;
  background: transparent;
  border-color: #ff6f6f;
  border-top-color: #ff6f6f18;
  border-left-color: #ff6f6f18;
  border-right-color: #ff6f6f18;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9;
}

@-webkit-keyframes medilife-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes medilife-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* section padding bottom  */
@media (min-width: 1024px) {
  .section {
    padding: 7.5rem 0;
  }
}
.section {
  padding: 6rem 0;
  position: relative;
}

/* the mobile section  */
@media (min-width: 1024px) {
  .section-top-dark .photo-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section-top-dark .photo-mobile {
    display: none;
  }
}

/* the dark section title  */
@media (min-width: 1280px) {
  /* .section-top-dark__content {
    max-width: 682px;
  } */
}
@media (min-width: 1024px) {
  /* .section-top-dark__content {
    max-width: 682px;
  } */

  .section-top-dark__content {
    position: relative;
    color: #fff;
    z-index: 7;
  }
}
.section.section-top-dark {
  padding-bottom: 0px !important;
}
.section.section-top-dark .container,
.header-main-container .container,
.smaller-header-container-outer .container {
  max-width: 1252px;
}

/* the rating section  */
.section.section-top-dark .rating-top-container {
  background-color: #162f41;
  padding: 35px;
}

@media (min-width: 1280px) {
  .section-top-dark__content__title {
    font-size: 4.5rem;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .section-top-dark__content__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }
}
.section-top-dark__content__title {
  position: relative;
  /* font-size: 30px; */
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #fff;
  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;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .section-top-dark__content__title {
    font-size: 4.5rem;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .section-top-dark__content__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }
}

/* the top dark section description  */
@media (min-width: 1024px) {
  .section-top-dark__content__description {
    margin-bottom: 24px;
    font-size: 22px;
    max-width: 598px;
  }
}
.section-top-dark__content__description {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 14px;
}

/* the pro sections  */
@media (min-width: 1280px) {
  .section-top-dark__content__pros {
    width: 100%;
    max-width: 646px;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 12px;
    margin-bottom: 48px;
  }
}
.section-top-dark__content__pros {
  display: grid;
  grid-row-gap: 6px;
  margin-bottom: 48px;
  padding-left: 0px;
}
@media (min-width: 1024px) {
  .list {
    margin: 2.5rem 0;
  }
}
@media (min-width: 1280px) {
  .section-top-dark__content__pros {
    width: 100%;
    max-width: 646px;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 12px;
    margin-bottom: 48px;
  }
}
.section-top-dark__content__pros {
  display: grid;
  grid-row-gap: 6px;
  margin-bottom: 48px;
}

/* section pros list items  */
@media (min-width: 1024px) {
  .section-top-dark__content__pros li {
    font-size: 16px;
    padding: 10px 14px;
    background-color: #142b3c;
    border-radius: 8px;
  }
}
.section-top-dark__content__pros li {
  color: #fff;
  /* font-size: 14px; */
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

@media (min-width: 1024px) {
  .section-top-dark__content__pros li:before {
    width: 22px;
    height: 22px;
  }
}
.section-top-dark__content__pros li:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("https://gettokessay.com/images/icon_check--in-circle.svg")
    50% / contain no-repeat;
}

/* site universal buttons  */
.btn {
  font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  border: 0;
  display: inline-block;
  background-color: #ff6f6f;
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-shadow: 0 6px 12px rgba(5, 173, 163, 0.16);
  box-shadow: 0 6px 12px rgba(5, 173, 163, 0.16);
  color: white;
}
.btn:hover {
  background-color: #f55555;
  transition: 0.2s all ease-in-out;
  color: white;
}
@media (min-width: 1024px) {
  .section-top-dark__content .btn {
    margin-bottom: 4.5rem;
  }
}
.section-top-dark__content .btn {
  z-index: 1;
  margin-bottom: 3rem;
}

/* top section rating items  */
@media (min-width: 1024px) {
  .section-top-dark .rating__item {
    width: auto;
    grid-template-columns: 48px auto;
    justify-items: start;
  }
}
.section-top-dark .rating__item {
  display: flex;
  grid-column-gap: 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  background-color: unset;
  border-radius: unset;
  padding: 0;
  justify-content: center;
  align-items: center;
}

/* top dark section rating logo  */
@media (min-width: 1024px) {
  .section-top-dark .rating__item__logo {
    width: 50px;
    height: 50px;
    grid-row: 1/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
}
.section-top-dark .rating__item__logo {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  grid-row: 1/2;
  margin-bottom: 8px;
}

/* dark section rating value  */
@media (min-width: 1024px) {
  .section-top-dark .rating__item__value {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 18px;
    margin-bottom: 0;
  }
}
.section-top-dark .rating__item__value {
  grid-row: 2/3;
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}

/* dark section item rating site  */
@media (min-width: 1024px) {
  .section-top-dark .rating__item__site {
    font-size: 1rem;
    text-align: left;
  }
}
.section-top-dark .rating__item__site {
  font-size: 16px;
  display: block;
  color: rgba(183, 198, 205, 0.8);
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-top-dark .rating__item__site {
    font-size: 1rem;
    text-align: left;
  }
}
.section-top-dark .rating__item__site {
  font-size: 16px;
  color: rgba(183, 198, 205, 0.8);
  line-height: 1.3;
  text-align: center;
}

/* top dark section left circles  */
@media (min-width: 1280px) {
  .section-top-dark .circles {
    top: -118px;
    right: -174px;
  }
}
@media (min-width: 1024px) {
  .section-top-dark .circles {
    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;
    width: 650px;
    min-width: 650px;
    height: 650px;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0 0 0 6px rgba(13, 33, 48, 0.7);
    box-shadow: 0 0 0 6px rgba(13, 33, 48, 0.7);
    right: -80px;
    top: -260px;
  }
}
@media (min-width: 1280px) {
  .section-top-dark .circles {
    top: -118px;
    right: -174px;
  }
}

@media (min-width: 1024px) {
  .section-top-dark .bubbles-3:after {
    right: auto;
    bottom: 192px;
    left: -130px;
    -webkit-transform: none;
    transform: none;
  }
}
.section-top-dark .bubbles-3:after {
  content: "";
  width: 51px;
  height: 42px;
  position: absolute;
  display: inline-block;
  background: url(https://gettokessay.com/img_bubbles-3.svg) 50% / contain
    no-repeat;
  bottom: 182px;
  right: 8px;
  -webkit-transform: rotate(83deg);
  transform: rotate(83deg);
}
@media (min-width: 1024px) {
  .section-top-dark .bubbles-3:after {
    right: auto;
    bottom: 192px;
    left: -130px;
    -webkit-transform: none;
    transform: none;
  }
}

.section-top-dark .bubbles-3:after {
  content: "";
  width: 51px;
  height: 42px;
  position: absolute;
  display: inline-block;
  background: url(https://gettokessay.com/images/img_bubbles-3.svg) 50% /
    contain no-repeat;
  bottom: 182px;
  right: 8px;
  -webkit-transform: rotate(83deg);
  transform: rotate(83deg);
}
.section-top-dark .circles .circle-1,
.section-top-dark .circles .circle-2 {
  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;
  border-radius: 50%;
}

.section-top-dark .circles .circle-1 {
  width: 590px;
  min-width: 590px;
  height: 590px;
  -webkit-box-shadow: 0 0 0 2px #ff6f6f;
  box-shadow: 0 0 0 2px #ff6f6f;
}
.section-top-dark .circles .circle-1,
.section-top-dark .circles .circle-2 {
  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;
  border-radius: 50%;
}
.section-top-dark .circles .circle-1 {
  width: 590px;
  min-width: 590px;
  height: 590px;
  -webkit-box-shadow: 0 0 0 2px #ff6f6f;
  box-shadow: 0 0 0 2px #ff6f6f;
}
.section-top-dark .circles .circle-1,
.section-top-dark .circles .circle-2 {
  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;
  border-radius: 50%;
}
.section-top-dark .circles .circle-2 {
  width: 484px;
  min-width: 484px;
  height: 484px;
  -webkit-box-shadow: 0 0 0 2px #0d2030;
  box-shadow: 0 0 0 2px #0d2030;
}
@media (min-width: 1024px) {
  .section-top-dark .bubbles-2:after {
    right: 13px;
    left: auto;
    top: 480px;
    width: 51px;
    height: 42px;
  }
}
.section-top-dark .bubbles-2:after {
  content: "";
  width: 47px;
  height: 47px;
  position: absolute;
  display: inline-block;
  background: url(https://gettokessay.com/images/img_bubbles-2.svg) 50% /
    contain no-repeat;
  top: -56px;
  left: 8px;
}
@media (min-width: 1024px) {
  .section-top-dark .photo-1 {
    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;
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0d2436;
    left: -15px;
    border: none;
    top: auto;
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
  }
}
.section-top-dark .photo-1 {
  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;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  /* position: absolute; */
  border: 1px solid #061f33;
  top: -120px;
  left: -20px;
}
@media (min-width: 1024px) {
  .section-top-dark .photo-1 img {
    width: 86px;
    max-width: 86px;
    height: 86px;
  }
}
.section-top-dark .photo-1 img {
  width: 86px;
  height: 86px;
}
@media (min-width: 1024px) {
  .section-top-dark .photo-2 {
    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;
    width: 124px;
    min-width: 124px;
    height: 124px;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    left: 40px;
  }
}
.section-top-dark .photo-2 {
  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;
  width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: 46px;
  background: linear-gradient(107.51deg, #10a8a6 9.42%, #b9e6e6 91.45%);
}
.section-top-dark .photo-3 {
  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;
  width: 198px;
  min-width: 198px;
  height: 198px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-shadow: 4px 4px 40px #071621;
  box-shadow: 4px 4px 40px #071621;
  background-color: #0d2436;
  bottom: -3.5rem;
  right: 5rem;
}
.section-top-dark .photo-3__border {
  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;
  width: 158px;
  min-width: 158px;
  height: 158px;
  border-radius: 50%;
  border: 2px solid rgba(6, 27, 45, 0.2);
}
.section-top-dark .photo-3__border {
  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;
  width: 158px;
  min-width: 158px;
  height: 158px;
  border-radius: 50%;
  border: 2px solid rgba(6, 27, 45, 0.2);
}
.section-top-dark .photo-3 img {
  width: 98px;
  height: 98px;
}
.section-top-dark .circles .circle-3,
.section-top-dark .circles .circle-4 {
  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;
  border-radius: 50%;
}
.section-top-dark .circles .circle-3 {
  width: 379px;
  min-width: 379px;
  height: 379px;
  -webkit-box-shadow: 0 0 0 2px #ff6f6f;
  box-shadow: 0 0 0 2px #ff6f6f;
}
.section-top-dark .circles .circle-3,
.section-top-dark .circles .circle-4 {
  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;
  border-radius: 50%;
}
.section-top-dark .circles .circle-3 {
  width: 379px;
  min-width: 379px;
  height: 379px;
  -webkit-box-shadow: 0 0 0 2px #ff6f6f;
  box-shadow: 0 0 0 2px #ff6f6f;
}
.section-top-dark .circles .circle-4 {
  width: 290px;
  min-width: 290px;
  height: 290px;
  -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
}
.section-top-dark .circles .circle-3,
.section-top-dark .circles .circle-4 {
  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;
  border-radius: 50%;
}
.section-top-dark .circles .circle-4 {
  width: 290px;
  min-width: 290px;
  height: 290px;
  -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
}
.section-top-dark .circles .circle-3,
.section-top-dark .circles .circle-4 {
  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;
  border-radius: 50%;
}
.section-top-dark .bubbles-1:after {
  content: "";
  width: 51px;
  height: 42px;
  position: absolute;
  display: inline-block;
  background: url(https://gettokessay.com/images/img_bubbles-1.svg) 50% /
    contain no-repeat;
  left: 203px;
  top: 106px;
}

/* STEPS FLIP CARE  */
@media (min-width: 1024px) {
  .class-card-section-divider {
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .section-you-order-steps__content {
    max-width: 941px;
  }
}
@media (min-width: 1024px) {
  .section-you-order-steps__content__title {
    margin-bottom: 1.5rem;
    font-size: 52px;
    font-weight: 700;
  }
  .section-you-order-steps__content__title {
    margin-bottom: 1rem;
    font-size: 52px;
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .h2,
  h2 {
    font-size: 52px;
  }
}
.h2,
h2 {
  color: #0d2436;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .section-you-order-steps__content__subtitle {
    margin-bottom: 49px;
    font-size: 20px;
    line-height: 30px;
  }
}
.section-you-order-steps__content__subtitle {
  /* margin-bottom: 1.5rem; */
  margin-bottom: 49px;
  font-size: 20px;
  line-height: 30px;
}

/* flip cards  */
.steps-flip-section .flip-card-inner .flip-card {
  background-color: transparent;
  width: 100%;
  height: 486px;
  perspective: 1000px;
}

.steps-flip-section .flip-card-inner .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.steps-flip-section .flip-card-inner .flip-card-inner:hover {
  box-shadow: 0 4px 8px 0 #e7ebef;
  transition: 0.2s all ease-in-out;
}
/* .steps-flip-section .flip-card-inner .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */

.steps-flip-section .flip-card-inner .flip-card-front,
.steps-flip-section .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.steps-flip-section .flip-card-inner .flip-card-front {
  background-color: #f2f6f9;
  border: 1px solid #e7ebef;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}

.steps-flip-section .flip-card-inner .flip-card-back {
  background-color: #f2f6f9;
  border: 1px solid #e7ebef;
  color: black;
  transform: rotateY(180deg);
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
/* flip card button  */
.steps-flip-cart-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 15px 25px;
}
.steps-flip-cart-button .flip-card-more-icon {
  height: 35px;
  width: 35px;
  border: 2px solid black;
  border-radius: 50%;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: 0.2s all ease-in;
}
.steps-flip-cart-button .flip-card-more-icon i {
  font-size: 14px;
}
.steps-flip-cart-button p {
  font-size: 14;
  margin-bottom: 0px;
  font-weight: 700;
}
.steps-flip-cart-button:hover .flip-card-more-icon {
  color: white;
  background-color: black;
}

/* front card top item  */
.section-you-order-steps .steps-flip-section .flip-card-front-top {
  height: 50%;
  background-image: url("https://gettokessay.com/images/step-image-girl.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  border-bottom-left-radius: 10px;
  padding: 25px;
  border-bottom-right-radius: 10px;
}

.section-you-order-steps .steps-flip-section .flip-card-front-top span {
  background-color: white;
  color: black;
  height: 50px;
  border-radius: 25px;
  line-height: 25px;
  padding: 7px 20px;
}
.section-you-order-steps .steps-flip-section .flip-card-front-middle {
  flex-grow: 1;
  padding: 25px;
}

.section-you-order-steps .steps-flip-section .flip-card-front-middle p {
  font-size: 24px;
  line-height: 34px;
  color: #0d2436;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: auto;
}
.section-you-order-steps .steps-flip-section .flip-card-front-bottom {
  margin-bottom: 20px;
}
.section-you-order-steps
  .steps-flip-section
  .flip-card-two
  .flip-card-front-top {
  background: #0d2436 url(../images/match-with-writer.svg) top 80px
    center/contain no-repeat;
}
.section-you-order-steps
  .steps-flip-section
  .flip-card-three
  .flip-card-front-top {
  background: #ff6f6f url(../images/get-your-paper.svg) top 80px center/contain
    no-repeat;
}

/* the back steps flip content  */
.steps-flip-section
  .flip-card-inner
  .flip-card-back
  .you-order-steps__card__back__content {
  padding: 25px;
}
.steps-flip-section
  .flip-card-inner
  .flip-card-back
  .you-order-steps__card__back__content
  p {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #394a58;
}

/* Cost calculator section  */
.section--bg-black-blue {
  background-color: #0d2436;
}

@media (min-width: 1024px) {
  .section-calculator-dark .section__heading {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.section-calculator-dark .section__description,
.section-calculator-dark .section__heading {
  color: #fff;
}
@media (min-width: 1024px) {
  .section__heading {
    margin-bottom: 1.5rem;
    font-size: 52px;
    font-weight: 700;
  }
}
.section__heading {
  /* font-size: 28px; */
  font-size: 52px;
  line-height: 4rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1785px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1024px) {
  .section-calculator-dark .section__description {
    max-width: 702px;
  }
}
.section-calculator-dark .section__description {
  margin-top: 10px;
}
.section-calculator-dark .section__description,
.section-calculator-dark .section__heading {
  color: #fff;
}
@media (min-width: 768px) {
  .section-calculator .section__description {
    max-width: 710px;
  }
}
@media (min-width: 1024px) {
  .section__description {
    font-size: 1.25rem;
  }
}
.section-calculator-dark .section__description span {
  color: rgba(242, 246, 249, 0.4);
}

/* the home page calculator  */
.homepage-calculator-section .home-page-calculator {
  background-color: white;
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  padding: 2.5rem 1.5rem 2.5rem;
  border-radius: 6px;
  margin-top: 30px;
}
.homepage-calculator-section .calc-input-wrapper {
  padding: 10px 15px;
  line-height: 1.3;
  color: #000;
  width: 100%;
  white-space: nowrap;
  border-radius: 8px;
  border: 1px solid #b7c6cd;
  height: 76px;
  background-color: transparent;
  font-weight: 500;
}

.homepage-calculator-section .calc-input-wrapper label span,
.homepage-calculator-section .calc-input-wrapper .Calc__label,
.homepage-calculator-section .calc-input-wrapper .Calc__label-item-words {
  display: block;
  font-size: 0.875rem;
  line-height: 1.28;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
}
.homepage-calculator-section .calc-input-wrapper select {
  max-width: 70%;
  border: none;
  overflow: hidden;
  outline: none;
  color: black;
  font-size: 18px;
}
.homepage-calculator-section .calc-input-wrapper input {
  border: none;
  outline: none;
  color: black;
  font-size: 18px;
}
.homepage-calculator-section .calc-input-wrapper .Calc__pages {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.homepage-calculator-section .calc-input-wrapper .Calc__pages input {
  width: 20%;
  background-color: transparent;
  margin-right: 5%;
}

.Calc__pages .Calc__pages__buttons {
  margin-left: 5%;
}
.homepage-calculator-section .Calc__pages .Calc__pages__buttons {
  flex-grow: 1;
}
.homepage-calculator-section .calculator-small-shared-elements {
  display: none;
}

.Calc__pages .Calc__pages__buttons button {
  border: none;
  height: 34px;
  width: 34px;
  outline: none;
  cursor: pointer;
  transition: 0.2s all ease-in;
  display: inline;
  border-radius: 17px;
}

.Calc__pages .Calc__pages__buttons button:nth-child(2) {
  margin-left: 10px;
}

.Calc__pages .Calc__pages__buttons button:hover {
  background-color: #ff6f6f;
  color: white;
}

/* calculator deadline sections  */
@media (min-width: 1280px) {
  .CalcFull
    .Calc__academic-level--mobile
    .uvocalc--academic_level_content__container {
    width: calc(100% + 12px);
    margin: 1rem -6px 0;
  }
}
@media (min-width: 768px) {
  .CalcFull
    .Calc__academic-level--mobile
    .uvocalc--academic_level_content__container {
    width: calc(100% + 6px);
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 1rem -3px 0;
    background-color: transparent;
    overflow: hidden;
  }
}
.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container {
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 1.5rem auto auto;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row-reverse;
}

@media (min-width: 1280px) {
  .CalcFull
    .Calc__academic-level--mobile
    .uvocalc--academic_level_content__container
    label {
    margin: 0 6px;
  }
}
@media (min-width: 768px) {
  .CalcFull
    .Calc__academic-level--mobile
    .uvocalc--academic_level_content__container
    label {
    height: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 3px 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0;
    border-top: 0;
    margin: 0 3px;
  }
}
.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container
  label {
  cursor: pointer;
  text-align: center;
  min-width: 10%;
  background-color: #fff;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border: 0;
  min-height: 60px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-box-shadow: 0 0 0 1px #b7c6cd inset;
  box-shadow: inset 0 0 0 1px #b7c6cd;
  border-radius: 8px;
}
.CalcFull .Calc .uvocalc--academic_level_content .uvocalc--animate_level__old,
.CalcFull .Calc .uvocalc--academic_level_content__input {
  display: none;
}
@media (min-width: 768px) {
  .CalcFull
    .Calc__academic-level--mobile
    .uvocalc--academic_level_content__container
    label
    .uvocalc--academic_level_content__price {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
  }
}
.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container
  label
  .uvocalc--academic_level_content__price {
  width: 35px;
  text-align: left;
}
@media (min-width: 768px) {
  .CalcFull .Calc .uvocalc--academic_level_content__price {
    max-width: none;
  }
}
.CalcFull .Calc .uvocalc--academic_level_content__price {
  line-height: 1.2;
}
.CalcFull .Calc .uvocalc--academic_level_content__date,
.CalcFull .Calc .uvocalc--academic_level_content__price,
.CalcFull .Calc .uvocalc--academic_level_content__time {
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .CalcFull .Calc .uvocalc--academic_level_content__price {
    max-width: none;
  }
}
.CalcFull .Calc .uvocalc--academic_level_content__price {
  line-height: 1.2;
}
.CalcFull .Calc .uvocalc--academic_level_content__date,
.CalcFull .Calc .uvocalc--academic_level_content__price,
.CalcFull .Calc .uvocalc--academic_level_content__time {
  font-weight: 500;
  font-size: 1rem;
}

.CalcFull .Calc .uvocalc--academic_level_content__price span,
.CalcFull .Calc .uvocalc--academic_level_content__time span {
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 17px 0px;
  text-align: center;
  width: 100%;
  font-weight: 500 !important;
  font-size: 14px;
}

.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container
  label:hover,
.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container
  label.active {
  background-color: #ff6f6f;
  transition: 0.2s all ease-in-out;
  border-color: #ff6f6f;
  box-shadow: none;
  color: white;
}
.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container
  label:hover
  .uvocalc--academic_level_content__time
  span {
  opacity: 1;
}
.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container
  label:hover
  .uvocalc--academic_level_content__price
  span {
  opacity: 1;
}

.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container
  label.active
  .uvocalc--academic_level_content__price
  span {
  opacity: 1;
}
.CalcFull
  .Calc__academic-level--mobile
  .uvocalc--academic_level_content__container
  label.active
  .uvocalc--academic_level_content__time
  span {
  opacity: 1;
}

/* calc form bottom  */
.home-calc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vh;
  flex-direction: row;
}
.home-calc-footer .Calc__tip.Calc__tip--deadline {
  max-width: 50%;
  font-size: 14px;
  line-height: 22px;
  color: #0d2436;
  font-weight: normal;
  font-style: normal;
}
.home-calc-footer .calc-total.Calc__total {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-calc-footer .calc-total.Calc__total .Calc__total-value {
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  margin-left: 10px;
  color: #1b1b1b;
}

/* Calculator tabs  */
.home-calculator-tabs .Tabs {
  color: #b7c6cd;
}

.home-calculator-tabs .Tabs .Tabs__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.home-calculator-tabs .Tabs .Tabs__nav .Tabs__nav__item:nth-child(1) {
  margin-right: 10px;
}
.home-calculator-tabs .Tabs .Tabs__nav .Tabs__nav__item {
  flex-grow: 1;
  text-align: center;
  padding: 15px 0px;
  border-bottom: 3px solid #0d2436;
  padding-bottom: 0.5rem;
  color: hsla(0, 0%, 100%, 0.4);
  cursor: pointer;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
}
.home-calculator-tabs .Tabs .Tabs__nav .Tabs__nav__item:hover {
  color: white;
}
.home-calculator-tabs .Tabs .Tabs__nav .Tabs__nav__item.is-active {
  border-bottom: 3px solid #ff6f6f;
  color: white;
}

/* tabs items  */
.home-calculator-tabs .Tabs__content__item {
  display: none;
}
.home-calculator-tabs .Tabs__content__item.is-active {
  display: block;
}
.home-calculator-tabs .Tabs__content__item ul {
  padding: 0px;
  padding-left: 10px;
}
.home-calculator-tabs .Tabs__content__item ul li {
  padding-left: 2rem;
  margin: 0 0 1rem;
  background: url(https://gettokessay.com/images/ico_list-arrow.svg) left 7px
    no-repeat;
  list-style-type: none;
}
.home-calculator-tabs .Tabs__content__item ul li strong {
  color: white;
}
.section-calculator-dark .home-calculator-tabs {
  margin-top: 40px;
}

/* calculator flip cards  */
.calculator-cards .flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 250px;
}

.calculator-cards .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* .calculator-cards .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */

.calculator-cards .flip-card-front,
.calculator-cards .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.calculator-cards .flip-card-front {
  background-color: #162f41;
  border: 1px solid #213d52;
  border-radius: 8px;
  padding: 2.5rem 2rem;
  color: white;
}

.calculator-cards .flip-card-back {
  background-color: white;
  color: #0d2436;
  transform: rotateY(180deg);
  padding: 2rem 2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-calculator-dark .calculator-cards {
  margin-top: 7vh;
}

.section-calculator-dark .calculator-cards .calculator-cards__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.section-calculator-dark .calculator-cards__title:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-right: 8px;
}
.section-calculator-dark .calc-flipCard-one .calculator-cards__title:before {
  background-image: url(https://gettokessay.com/images/ico_paper.svg);
}
.section-calculator-dark .calc-flipCard-two .calculator-cards__title:before {
  background-image: url(https://gettokessay.com/images/ico_shield.svg);
}
.section-calculator-dark .calc-flipCard-three .calculator-cards__title:before {
  background-image: url(https://gettokessay.com/images/ico_password.svg);
}

@media (min-width: 1024px) {
  .section-calculator-dark .calculator-cards__subtitle {
    line-height: 26px;
  }
}
.section-calculator-dark .calculator-cards__subtitle {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
}
.section-calculator-dark .flip-card__btn .flip-card-more-icon {
  border: 1px solid white;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out;
}
.section-calculator-dark .hide-calc-flip-card .flip-card-more-icon {
  border-color: #0d2436 !important;
  color: #0d2436 !important;
}
.section-calculator-dark .hide-calc-flip-card:hover .flip-card-more-icon {
  border-color: #0d2436 !important;
  color: white !important;
}
.section-calculator-dark .hide-calc-flip-card p {
  color: #0d2436 !important;
  font-weight: bold;
}
.section-calculator-dark .flip-card__btn {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
  color: white;
  justify-content: left;
}
.section-calculator-dark .flip-card__btn p {
  margin: 0px;
  margin-left: 10px;
}
.section-calculator-dark .flip-card__btn:hover .flip-card-more-icon {
  background-color: #0d2436;
  border-color: #0d2436;
  color: white;
}
.section-calculator-dark .calculator-cards__item__back__content {
  text-align: left;
  margin: 0px;
}

/* section blue solutions section  */
@media (min-width: 1024px) {
  .section-solution {
    padding-bottom: 171px;
  }
}
.section-solution {
  overflow: unset;
  padding-bottom: 152px;
}
.section-solution {
  overflow: hidden;
}
.section--bg-blue {
  background-color: #f2f6f9;
}
@media (min-width: 1024px) {
  .h2,
  h2 {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .section__description {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .section__description {
    max-width: 670px;
  }
}
.section-solution .section__description {
  margin-bottom: 1em;
  color: #0d2436;
}
@media (min-width: 1140px) {
  .section-solution .container:before {
    content: "";
    display: block;
    background: url(https://gettokessay.com/images/img_recently-papers.svg) 0 0 /
      contain no-repeat;
    width: 190px;
    height: 231px;
    position: absolute;
    top: -21px;
    right: 5vw;
  }
}

@media (min-width: 1140px) {
  .section-solution__animate__block {
    width: 334px;
    height: 334px;
    font-size: 20px;
    line-height: 28px;
  }
}
.section-solution__animate__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  -webkit-box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease,
    -webkit-transform 0.6s ease;
}

/* show and hide on mobile  */
.bubbles-section-vertical {
  display: none;
}
@media (min-width: 1024px) {
  .section-solution__animate__block {
    width: 334px;
    height: 334px;
  }
}
.section.section-solution .bubble-items-outer .row {
  padding: 0px !important;
}
.section.section-solution .bubble-items-outer .row .col {
  padding: 0px !important;
}

/* the first bubble  */
.section.section-solution .section-solution__animate__block--1 {
  background-color: #0d2436;
  z-index: 1;
}

/* second bubble  */
.section.section-solution .section-solution__animate__block--2 {
  background-color: #fff;
  margin-left: -65px;
  z-index: 2;
}

/* third bubble  */
.section.section-solution .section-solution__animate__block--3 {
  background-color: #ff6f6f;
  z-index: 3;
  margin-left: -130px;
}
.section.section-solution .section-solution__animate__block--2 span {
  color: #0d2436;
}
@media (min-width: 1140px) {
  .section-solution__animate__block strong {
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .section-solution__animate__block strong {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 8px;
  }
}
.section-solution__animate__block strong {
  width: 100%;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 1140px) {
  .section-solution__content {
    margin-top: 48px;
  }
}
@media (min-width: 1000px) {
  .section-solution__content {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .section.section-solution .container {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* section blue solutions right section  */
.section.section-solution .bubbles-section-emoji-col {
  height: inherit;
  padding: 0px;
}
.section.section-solution .bubbles-section-emoji-right {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section.section-solution .bubbles-section-emoji-right .section-solution__info {
  width: 100%;
  border-top: 2px solid #ef476f;
  padding-top: 25px;
}

@media (min-width: 1140px) {
  .section.section-solution
    .bubbles-section-emoji-right
    .section-solution__info {
    max-width: 207px;
    margin-top: 0;
    margin-left: 24px;
  }
}
.section.section-solution
  .bubbles-section-emoji-right
  .section-solution__info
  strong {
  display: block;
  margin-bottom: 15px;
}
.section.section-in-good-hands {
  padding-top: 0px;
}

.section.section-in-good-hands .cta-with-emoji {
  margin-top: -40px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  padding: 1.5rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .cta-with-emoji:before {
    top: -25px;
    left: 130px;
    width: 133px;
    height: 133px;
  }
}
.cta-with-emoji:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  background: url(https://gettokessay.com/images/img_girl-hand.webp) 50% /
    contain no-repeat;
}
@media (min-width: 1024px) {
  .cta-with-emoji p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    margin: 0px;
    flex-grow: 1;
    margin-left: 130px;
  }
}
.cta-with-emoji p {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #0d2436;
  margin: 0px;
  flex-grow: 1;
  margin-left: 130px;
}
.section.section-in-good-hands .in-good-hands-divider {
  height: 12vh;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-in-good-hands__title {
    margin-bottom: 1.5rem;
  }
}
.section-in-good-hands__title {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .section-in-good-hands__subtitle,
  .section-in-good-hands__title {
    max-width: 841px;
  }
}
@media (min-width: 1024px) {
  .h2,
  h2 {
    font-size: 52px;
  }
}
.h2,
h2 {
  color: #0d2436;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .section-in-good-hands__subtitle {
    margin-bottom: 3rem;
    font-size: 20px;
  }
}
.section-in-good-hands__subtitle {
  margin-bottom: 2.5rem;
  color: #0d2436;
}
@media (min-width: 1024px) {
  .section-in-good-hands__subtitle,
  .section-in-good-hands__title {
    max-width: 841px;
  }
}

/* we got your hands items  */
@media (min-width: 1000px) {
  .section-in-good-hands__list__title {
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #0d2436;
  }
}
.section-in-good-hands__list__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #0d2436;
  align-items: center;
}
.section-in-good-hands__list__title--wow.load-bg:before {
  background-image: url(https://gettokessay.com/images/ico_activity.svg);
}
@media (min-width: 1024px) {
  .section-in-good-hands__list__title:before {
    width: 30px;
    height: 30px;
  }
}
.section-in-good-hands__list__title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-right: 1rem;
}

.section-in-good-hands__list__title--writers.load-bg:before {
  background-image: url(https://gettokessay.com/images/ico_edit.svg);
}

.section-in-good-hands__list__title--team.load-bg:before {
  background-image: url(https://gettokessay.com/images/ico_star.svg);
}
.section-in-good-hands__list__item {
  padding-right: 1vw;
}
@media (min-width: 1024px) {
  .section-in-good-hands__list__text {
    line-height: 1.6;
  }
}
.section-in-good-hands__list__text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #394a58;
}
@media (min-width: 1024px) {
  .section-good-hands-list {
    grid-column-gap: 55px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3rem;
  }
}
.section-good-hands-list {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .section-in-good-hands__footer {
    padding: 18px 1rem 18px 54px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.section-in-good-hands__footer {
  margin-bottom: 0;
  padding: 1rem 0.5rem 1rem 54px;
  background-color: #f2f6f9;
  border: 1px solid #e7ebef;
  border-radius: 8px;
  color: #0d2436;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.section-in-good-hands__footer img {
  margin-right: 15px;
}

/* the home writers section  */
@media (min-width: 1024px) {
  .section-writers-home {
    padding-bottom: 120px;
  }
}
.section-writers-home {
  color: #fff;
  padding-bottom: 116px;
}
.section--bg-black-blue {
  background-color: #0d2436;
}
@media (min-width: 1024px) {
  .section-writers-home__title {
    margin-bottom: 1.5rem;
  }
}
.section-writers-home__title {
  margin-bottom: 1.3rem;
  color: #fff;
  font-size: 52px;
  line-height: 62px;
}
@media (min-width: 1024px) {
  .section-writers-home__subtitle {
    margin-bottom: 2rem;
  }
}
.section-writers-home__subtitle {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}

/* the writers list items  */
.list.section-writers-home__list {
  width: 100%;
}
.list.section-writers-home__list .section-writers-home__list__item {
  background-color: #162f41;
  padding: 20px;
  position: relative;
  background: none;
  margin-bottom: 0;
  border: 1px solid #213d52;
  -webkit-box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  border-radius: 8px;
  display: flex;
}
@media (min-width: 1024px) {
  .section-writers-home__list__item {
    padding: 24px;
  }
}
.list.section-writers-home__list .section-writers-home__list__item::after {
  left: auto;
  right: -25px;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-90deg);
  transform: translateY(50%) rotate(-90deg);
  content: "";
  position: absolute;
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
  width: 14px;
  height: 20px;
  background: url(https://gettokessay.com/images/ico_arrow-yellow.svg) 50% /
    contain no-repeat;
}

.home__list__item-last-child::after {
  display: none;
}

.list.section-writers-home__list
  .section-writers-home__list__item
  .writers-lost-small-count {
  height: 40px;
  width: 120px;
  margin-right: 15px;
  background-image: url(https://gettokessay.com/images/ico_list-numbers.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.list.section-writers-home__list
  .section-writers-home__list__item
  .writers-lost-small-count
  span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  width: 100%;
  color: white;
}

/* writers carousel slider  */
.writers-home.writers-home-sliders {
  margin-top: 15vh;
}
.writers-home.writers-home-sliders .splide__list .splide__slide {
  width: auto !important;
  /* background-color: white; */
  /* height: 300px; */
  margin-right: 2vw;
}

/* writers carousel item  */
.section.section-writers-home .write-carousel-slide-item {
  height: 300px;
  width: 300px;
  border-radius: 150px;
  position: relative;
  cursor: pointer;
}
/* carousel inner item  */
.section.section-writers-home .write-carousel-slide-item-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #142b3c;
  padding: 20px 30px;
}

/* carousel outer with image  */
.section.section-writers-home .write-carousel-slide-item-outer {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  left: 0;
  transition: 0.4s all ease-in-out;
}
/* carousel image  */
.section.section-writers-home .write-carousel-slide-item-outer img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.section.section-writers-home
  .write-carousel-slide-item.active:hover
  .write-carousel-slide-item-outer {
  margin-left: 150px !important;
  transform: rotate(-80deg);
  -webkit-transform: rotate(-80deg);
  -moz-transform: rotate(-80deg);
  top: -170px;
  opacity: 0.1;
}

/* carousel inner items  */
.section.section-writers-home .write-carousel-slide-item-inner p {
  margin-bottom: 0px;
  text-align: center;
}
.section.section-writers-home .write-carousel-slide-item-inner .fa {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ff6f6f;
}
.section.section-writers-home
  .write-carousel-slide-item-inner
  .item-description {
  margin-bottom: 20px;
}
.section.section-writers-home .write-carousel-slide-item-inner .item-title {
  opacity: 0.6;
  font-size: 14px;
}
.write-carousel-slide-item.write-carousel-slide-item-percentage
  .write-carousel-slide-item-inner {
  background-color: #ff6f6f;
  color: white;
}
.write-carousel-slide-item.write-carousel-slide-item-percentage
  .write-carousel-slide-item-inner
  .writer-percentile {
  font-size: 62px;
  line-height: 81px;
  font-weight: 700;
  font-style: normal;
}
.write-carousel-slide-item.write-carousel-slide-item-percentage
  .write-carousel-slide-item-inner
  p:nth-child(2) {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

/* Testimonials section  */
@media (min-width: 1024px) {
  .section-testimonials-home {
    padding-top: 171px;
  }
}
.section-testimonials-home {
  padding-top: 148px;
}
.section-testimonials {
  overflow: hidden;
}
.section-testimonials .section__description {
  color: #0d2436;
}

/* tabs  */
.section-testimonials .testimonial-first-tabs {
  margin-top: 6vh;
}
.section-testimonials .testimonial-first-tabs .testimonial-section-first-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-testimonials
  .testimonial-first-tabs
  .testimonial-section-first-inner
  .testimonial-first-tab-item {
  text-align: center;
  flex-grow: 1;
  cursor: pointer;
  border-bottom: 3px solid rgba(13, 36, 54, 0.2);
  color: rgba(13, 36, 54, 0.4);
  font-weight: 700;
  font-size: 1.5rem;
  transition: 0.2s all ease-in-out;
  padding: 10px 0px;
}
.section-testimonials
  .testimonial-first-tabs
  .testimonial-section-first-inner
  .testimonial-first-tab-item.active {
  border-color: #ff6f6f;
  color: #0d2436;
}
.section-testimonials
  .testimonial-first-tabs
  .testimonial-section-first-inner
  .testimonial-first-tab-item
  img
  P {
  height: 27px;
}
.section-testimonials
  .testimonial-first-tabs
  .testimonial-section-first-inner
  .testimonial-first-tab-item:hover {
  color: #0d2436;
}

/* testimonial first navigation  */
@media (min-width: 1024px) {
  .section-testimonials .testimonials__item {
    padding: 36px;
  }
}
.section-testimonials .testimonials__item {
  /* width: 100%; */
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  background-color: #f2f6f9;
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .section-testimonials .testimonials__item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    align-items: center;
  }
}
.section-testimonials .testimonials__item__top {
  margin-bottom: 1rem;
  width: 100%;
  align-items: center;
}
@media (min-width: 1024px) {
  .section-testimonials .testimonials__item .testimonials__item__id {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.4;
    min-width: 280px;
  }
}
.section-testimonials .testimonials__item .testimonials__item__id {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #0d2436;
}

@media (min-width: 1024px) {
  .section-testimonials .testimonials__item .testimonials__item__verified {
    font-size: 1rem;
  }
}
.section-testimonials .testimonials__item .testimonials__item__verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
  color: #405262;
}
@media (min-width: 1024px) {
  .testimonials__item__verified:before {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
.testimonials__item__verified:before {
  content: "";
  background: url(https://gettokessay.com/images/icon_check--in-circle.svg) 50% /
    contain no-repeat;
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .section-testimonials .testimonials__item .testimonials__item__body {
    font-size: 20px;
    line-height: 1.7;
  }
}
.section-testimonials .testimonials__item .testimonials__item__body {
  font-size: 16px;
  line-height: 1.5;
  color: #394a58;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .section-testimonials .testimonials__item .testimonials__item__footer {
    padding-top: 20px;
  }
}
.section-testimonials .testimonials__item .testimonials__item__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #405262;
  border-top: 2px solid #ff6f6f;
}
.testimonial-tabs-content-wrapper {
  margin-top: 6vh;
}

/* hide the testimonial items  */
.testimonial-first-tabs-content-item {
  display: none;
}
.testimonial-first-tabs-content-item.active {
  display: block !important;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  outline: none !important;
}

/* second testimonial item  */
.second-testimonial-item {
  background-color: #eaeaea;
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding: 1.5rem 20px;
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .second-testimonial-item {
    padding: 1.5rem 20px;
  }
}
.second-testimonial-item .slide__name {
  color: #0d2436;
}
.second-testimonial-item .slide__name {
  color: #0d2436;
}
.second-testimonial-item .slide__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.28;
}
.second-testimonial-item .slide__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.28;
}
.second-testimonial-item .slide__date {
  color: rgba(0, 0, 0, 0.4);
  margin-left: 5px;
}

.second-testimonial-item .slide__rating {
  margin-left: -8px;
}
.second-testimonial-item .slide__rating [itemprop="ratingValue"] {
  font-size: 0;
}
.second-testimonial-item .slide__rating i {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(https://gettokessay.com/images/ico_rating-star.svg) 50% /
    contain no-repeat;
  margin-right: 3px;
}
.second-testimonial-item .slide__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0 10px;
}
.second-testimonial-item .slide__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0d2436;
  margin-bottom: 0.5rem;
}
.second-testimonial-item .slide__title:hover {
  text-decoration: none;
}
.second-testimonial-item .slide__text p {
  margin-bottom: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.second-testimonial-item .slide__read-more {
  display: block;
  margin-top: 4px;
  color: #015899;
}
.second-testimonial-item .slide__read-more:hover {
  text-decoration: none;
}
.testimonial-first-tabs-content-item .splide__arrow--next {
  right: -3em !important;
}
.testimonial-first-tabs-content-item .splide__arrow--prev {
  left: -3em;
}
.testimonial-first-tabs-content-item .splide__arrow {
  background-color: #f3f3f3 !important;
  height: 36px;
  width: 36px;
  border-radius: 18px;
  transition: 0.2s all ease-in-out;
}
.testimonial-first-tabs-content-item .splide__arrow:hover {
  background-color: #dddddd !important;
}

#splide02 .splide__pagination.splide__pagination--ltr {
  position: relative;
  margin-top: 20px;
}

/* testimonial true story  */
@media (min-width: 1024px) {
  .section-testimonials.section-testimonials-home .section-true-story__inner {
    padding: 2rem;
  }
}
.section-testimonials.section-testimonials-home .section-true-story__inner {
  background-color: #0d2436;
  padding: 1.5rem 1.5rem;
  border-radius: 8px;
  margin-top: 12vh;
}

@media (min-width: 1024px) {
  .section-testimonials.section-testimonials-home .section-true-story__text {
    margin-bottom: 1.5rem;
    font-size: 20px;
    line-height: 1.7;
  }
}
.section-testimonials.section-testimonials-home .section-true-story__text {
  margin-bottom: 1.5rem;
  color: #b7c6cd;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .section-true-story__title {
    margin-bottom: 1.5rem;
    font-size: 24px;
    line-height: 1.4;
  }
}
.section-true-story__title {
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .section-true-story__details {
    margin-bottom: 2rem;
    line-height: 1.7;
  }
}
.section-true-story__details {
  margin-bottom: 1.5rem;
  color: rgba(183, 198, 205, 0.5);
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .section-true-story__cta {
    padding: 1rem 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.section-true-story__cta {
  padding: 1rem 10px 12px;
  background: #172f41;
  border: 1px solid #213d52;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vh;
}
@media (min-width: 1024px) {
  .section-true-story__cta p {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.section-true-story__cta p {
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  flex-grow: 1;
}
/* Samples section  */
.section-samples-home .section__description {
  margin-bottom: 5vh;
  padding-bottom: 3vh;
  border-bottom: 2px solid #ff6f6f;
}
.section-samples-home h2:nth-child(2) {
  margin-bottom: 30px;
  line-height: 28px;
}
.section-samples-home .row .col {
  border-bottom: 5px solid #c8c8c9a8;
}
.section-samples-home .row .col:nth-child(2) {
  border-color: #ff6f6f;
}

/* the frequent asked questions  */
@media (min-width: 1024px) {
  .section-accordion-aside .section__heading {
    margin-bottom: 5.5rem;
  }
}
.section-accordion-aside .section__heading {
  margin-bottom: 0.5rem;
}
.section.section-accordion-aside .section__heading {
  border-bottom: 2px solid #ef476f;
  padding-bottom: 5vh;
}
@media (min-width: 1024px) {
  .section-accordion-aside__open-chat p {
    margin-bottom: 1rem;
  }
}
.section-accordion-aside__open-chat p {
  margin-bottom: 2.5rem;
}

/* accordion  */
.Accordion__item .Accordion__item__heading:hover {
  border-color: #ff6f6f;
}
.Accordion__item:first-child .Accordion__item__heading {
  border-top: none;
}
@media (min-width: 1024px) {
  .Accordion__item__heading {
    padding: 22px 3.25rem 22px 0;
    font-size: 18px;
    line-height: 1.6;
  }
}
.Accordion__item__heading {
  padding: 1rem 2.25rem 1rem 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.3;
  border-top: 1px solid rgba(13, 36, 54, 0.2);
  display: flex;
  justify-content: space-between;
  transition: 0.2s all ease-in-out;
  align-items: center;
}
.Accordion__item__heading .Accordion__item__close {
  height: 2px;
  width: 20px;
  position: relative;
}
.Accordion__item__heading .Accordion__item__close span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0d2436;
  transition: 0.2s all ease-in-out;
}
.Accordion__item__heading .Accordion__item__close span:nth-child(2) {
  transform: rotate(90deg);
}
.Accordion .Accordion__item__body {
  height: 0px;
  overflow: hidden;
  transform: scaleY(0);
  transition: 0.2s all ease-in-out;
}
.Accordion .Accordion__item.active .Accordion__item__body {
  /* height: auto !important; */
  animation: changeAccordionBodyHeight 0.2s linear;
  animation-fill-mode: forwards;
}
@keyframes changeAccordionBodyHeight {
  from {
    height: 0;
    transform: scaleY(0);
  }
  to {
    height: auto;
    transform: scaleY(1);
  }
}
.Accordion .Accordion__item.active .Accordion__item__body a {
  color: #ff6f6f;
}
.Accordion .Accordion__item.active .Accordion__item__body p {
  text-align: justify;
}
.Accordion__item.active .Accordion__item__heading {
  border-color: transparent;
}
.Accordion__item.active .Accordion__item__close span {
  background-color: #ff6f6f;
}
.Accordion__item.active .Accordion__item__close span:nth-child(2) {
  transform: rotate(0deg);
}
.Accordion__item .Accordion__item__heading:hover .Accordion__item__close span {
  background-color: #ff6f6f;
}

/* Special features   */
.section-special-features h2 {
  color: white !important;
}
.section-special-features .special-features-right-list {
  color: white;
}
.section-special-features .special-features-right-list .special-features-item {
  display: flex;
  justify-content: space-between;
}
.section-special-features
  .special-features-right-list
  .special-features-item
  img {
  margin-right: 20px;
  height: 23px;
  margin-top: 2px;
}
.section-special-features
  .special-features-right-list
  .special-features-item
  div {
  flex-grow: 1;
}
.section-special-features
  .special-features-right-list
  .special-features-item
  div
  p:nth-child(1) {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #fff;
}
.section-special-features .special-features-right-list .special-features-item {
  margin-bottom: 25px;
}
.section-special-features
  .special-features-right-list
  .special-features-item
  div
  p:nth-child(2) {
  margin-bottom: 0;
  color: rgba(242, 246, 249, 0.8);
  line-height: 26px;
}
.section-special-features .section-special-features__content__trust {
  color: #ffd166;
  font-size: 18px;
  line-height: 1.6;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: left;
}
.section-special-features .section-special-features__content__trust img {
  height: 35px;
  margin-right: 20px;
}
.section-special-features__inner .row {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.section-special-features__inner .special-feature-left {
  width: 80%;
  margin-left: auto;
}
.section-special-features__inner
  .special-feature-left
  .section-special-features__circles__item {
  color: white;
  border: 2px solid #ff6f6f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10%;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
.section-special-features__inner
  .special-feature-left
  .section-special-features__circles__item:nth-child(2),
.section-special-features__inner
  .special-feature-left
  .section-special-features__circles__item:nth-child(3) {
  margin-top: -30%;
}
@media (min-width: 1024px) {
  .section-special-features__circles__first:after,
  .section-special-features__circles__second:after {
    bottom: 20px;
  }
}
.section-special-features__circles__first:after,
.section-special-features__circles__second:after {
  content: url(https://gettokessay.com/images/ico_arrow-yellow.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 12px;
}
.section-special-features__circles__first,
.section-special-features__circles__second {
  z-index: 9;
}
.section-special-features__circles__third {
  background-color: #0c3241;
  z-index: 1;
}

@media (min-width: 1024px) {
  .section-special-features__cta {
    margin-top: 120px;
    padding: 2.5rem;
  }
}
.section-special-features__cta {
  position: relative;
  margin-top: 2rem;
  padding: 2rem;
  background: #ff6f6f;
  -webkit-box-shadow: 4px 4px 40px #071621;
  box-shadow: 4px 4px 40px #071621;
  border-radius: 8px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .section-special-features__cta img {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 300px;
    height: auto;
    margin-bottom: 0;
  }
}
.section-special-features__cta img {
  width: 254px;
  height: auto;
}
@media (min-width: 1024px) {
  .section-special-features__cta p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 38px;
  }
}
.section-special-features__cta p {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1rem;
}
.btn--on-blue {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  color: #ff6f6f;
  transition: 0.2s all ease-in-out;
}
.section-special-features__cta .btn--on-blue:hover {
  background-color: #0d2436;
}

/* The header section [very important by the way ] */
.header--outside-wrap.header-main-container {
  height: 80px;
}

.header--outside-wrap.header-main-container .container,
.header--outside-wrap.header-main-container .header--position-sticky {
  height: 100%;
}
.header--outside-wrap.header-main-container .header-container-inner {
  height: 100%;
}
.header--outside-wrap.header-main-container .desktop-responsive-header,
.header--outside-wrap.header-main-container .smaller-mobile-responsive-header {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.header--outside-wrap.header-main-container .smaller-mobile-responsive-header {
  display: none;
}
@media (min-width: 1140px) {
  .header--outside-wrap.header-main-container .header--sticky {
    height: auto;
  }
}
.header--outside-wrap.header-main-container .header--sticky {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  height: 80px;
}
.header {
  position: relative;
  top: 0;
  background-color: #fff;
  z-index: 19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}

/* the header logo  */
.header--outside-wrap.header-main-container .header-main-logo-section img {
  height: 60px;
}
.header--outside-wrap.header-main-container .header__menu-wrapper {
  flex-grow: 1;
}
.header--outside-wrap.header-main-container .header__menu-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0px;
  margin: 0px 20px;
}
.header--outside-wrap.header-main-container .header__menu-wrapper ul li {
  list-style-type: none;
  margin: 0 2rem 0 0;
}
.header--outside-wrap.header-main-container
  .header__menu-wrapper
  ul
  li:last-child {
  margin: 0px;
}
.header--outside-wrap.header-main-container .header__menu-wrapper ul li a {
  color: #0d2436;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  font-size: normal;
  transition: 0.2s all ease-in;
}
.header--outside-wrap.header-main-container a:hover {
  text-decoration: none;
}
.header--outside-wrap.header-main-container
  .header__menu-wrapper
  ul
  li
  a:hover {
  color: #ff6f6f;
}
.header__menu__cta__left .header__manage-orders {
  box-shadow: none;
  border-radius: 0;
  color: #ff6f6f;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.header__menu__cta__left .header__manage-orders .fa {
  margin: 0px 10px 0px 7px;
}

/* FOOTER  */
.footer-container-wrapper .section-socials {
  background-color: #162f41;
  padding: 3vh 0px;
}
.footer-container-wrapper .section-socials .row .col {
  height: inherit;
  display: flex;
  align-self: center;
}
.footer-container-wrapper .footer-social-buttons-container .fa {
  font-size: 37px;
  margin-right: 30px;
  color: #637180;
}
.footer-container-wrapper .section-socials__badges {
  width: 100%;
  text-align: right;
}
.footer-container-wrapper .section-socials__badges a:nth-child(1) {
  margin-right: 25px;
}
.footer {
  background-color: #071826;
}
@media (min-width: 1024px) {
  .footer__label {
    font-size: 1.5rem;
  }
}
.footer__label {
  font-size: 1.35rem;
  line-height: 1.42;
  color: hsla(0, 0%, 100%, 0.6);
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
.footer li,
.footer ul {
  padding: 0;
  margin: 0 0 0.5rem;
  background: none;
}
.footer li {
  list-style-type: none;
}
@media (min-width: 1024px) {
  .footer a {
    line-height: 1.86;
  }
}
.footer a {
  /* -webkit-transition: color 0.1s, opacity 0.2s; */
  transition: 0.2s all ease-in;
  color: #5a7184;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.39;
}
.footer ul li:hover a {
  color: white;
  text-decoration: none;
}
.section.footer .row {
  border-bottom: 1px solid #162f41;
  padding-bottom: 4vh;
  margin-bottom: 4vh;
}
.footer__column-1 .footer__cell--disclaimer {
  text-align: center;
}
.footer__column-1 .footer__cell--disclaimer p {
  font-size: 16px;
  line-height: 26px;
  width: 80%;
  margin-left: 10%;
  color: #5a7184;
}
.footer__copyright p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #5a7184;
  margin-top: 7vh;
}
.footer__langs__list {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .footer__accept img {
    max-height: 35px;
  }
}
.footer__accept img {
  max-height: 30px;
  width: auto;
}

/* THE SERVICES PAGE  */
.our-services-section {
  padding-bottom: 10vh;
}
.our-services-section .services-section-top img {
  height: 50vh;
  width: 80%;
  margin-left: auto;
}
.our-services-section .services-section-top .services-page-to-section-image {
  text-align: center;
}
.our-services-section .services-section-top .col:nth-child(1) {
  height: inherit;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.our-services-section .services-section-top h1 {
  font-size: 3.25rem;
}
.banner-section-description {
  margin-top: 10vh;
}

.banner-section-description .section__heading span {
  font-family: "Carosello";
  color: #ff6f6f;
  font-size: 76px;
  line-height: 0.9;
  font-weight: normal !important;
  font-style: normal;
}
.banner-section-description p {
  margin-bottom: 2.2rem;
  color: #394a58;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

/* our services   */
.our-services-page-section-blocks .our-section-page-item {
  margin-bottom: 20px;
}
.our-services-page-section-blocks .services-page-section-title {
  font-size: 24px;
  line-height: 34px;
  color: #0d2436;
  margin-bottom: 15px;
}
.our-services-page-section-blocks .our-services__block--list {
  padding: 0px;
  margin: 0px;
}
.our-services-page-section-blocks .our-services__block--list li {
  list-style-type: none;
  padding-left: 2rem;
  margin: 0 0 1rem;
  background: url(https://gettokessay.com/images/ico_list-arrow.svg) left 7px
    no-repeat;
}
.our-services-page-section-blocks .our-services__block--list li a,
.our-services-page-section-blocks .our-services__block--list li {
  display: block;
  color: #0d2436;
  font-size: 14px;
  line-height: 26px;
  transition: 0.1s all ease-in;
  font-weight: 700;
}
.our-services-page-section-blocks .our-services__block--list li a:hover {
  text-decoration: none;
  color: #ff6f6f;
}
.our-services-page-section-blocks .our-section-page-item .hidden-item {
  visibility: hidden;
}
.our-services-page-section-blocks .services-section-divide {
  height: 1px;
  background-color: rgba(183, 198, 205, 0.7);
  width: 100%;
  margin: 4vh 0px;
}

/* academic writing section  */
.section-academic-writing.section--center .section__heading {
  width: 100%;
  text-align: center;
}
.section-academic-writing.section--center .section__heading span {
  font-family: "Carosello";
  color: #ff6f6f;
  font-weight: normal;
  font-size: 60px;
}
.section-academic-writing.section--center .section__description {
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #394a58;
}
.section-academic-writing.section--center .academic-writing-list-items {
  margin-top: 6vh;
}

.section-academic-writing.section--center
  .academic-writing-list-items
  .academic-writing-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section-academic-writing.section--center
  .academic-writing-list-items
  .academic-writing-list-item
  .content {
  flex-grow: 1;
  margin-left: 25px;
  margin-top: -15px;
}
.section-academic-writing.section--center
  .academic-writing-list-items
  .academic-writing-list-item
  .content
  h3 {
  font-size: 24px;
  line-height: 34px;
  color: #0d2436;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}
.section-academic-writing.section--center
  .academic-writing-list-items
  .academic-writing-list-item
  .content
  p {
  font-size: 16px;
  line-height: 24px;
  color: #394a58;
  font-weight: 400;
}

/* proofreading section  */
.section-banner--proofreading .section-banner__heading {
  font-size: 3em;
  line-height: 60px;
}
.section-banner--proofreading .section-banner__heading span {
  font-family: "Carosello";
  color: #ff6f6f;
  font-weight: normal;
  font-size: 3.2rem;
}
.section-banner--proofreading .section-banner__description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #1b1b1b;
}
.section-banner--proofreading .list-icons__item {
  display: flex;
  margin-bottom: 25px;
}
.section-banner--proofreading .list-icons__item .content {
  flex-grow: 1;
  margin-left: 30px;
}
.section-banner--proofreading .list-icons__item .content h3 {
  font-size: 1.5rem;
  line-height: 1.42;
  color: #0d2436;
  margin-bottom: 1rem;
}
.section-banner--proofreading .list-icons__item .content p {
  color: #394a58;
  font-size: 16px;
  font-weight: 400;
}
.section-banner--proofreading .proofreading-banner-right {
  text-align: center;
}
.section-banner--proofreading .proofreading-banner-right img {
  transform: rotateY(180deg);
}

/* why choose us section  */
.section.section-reasons-list h2 {
  margin-bottom: 1.5rem;
  font-size: 52px;
}
.section.section-reasons-list h2 span {
  font-family: "Carosello";
  color: #ff6f6f;
  font-weight: normal;
  font-size: 4rem;
}
.section.section-reasons-list .reasons-why h3 {
  font-size: 24px;
  line-height: 32px;
  color: #0d2436;
  margin: 0px 0px 20px 0px;
}
.section.section-reasons-list .reasons-why ul {
  margin: 0px;
  padding: 0px;
}
.section.section-reasons-list .reasons-why ul li {
  list-style-type: none;
  padding-left: 2rem;
  margin: 0 0 1rem;
  background: url(https://gettokessay.com/images/ico_list-arrow.svg) left 7px
    no-repeat;
}

/* contact use section  */
.section-banner--contact-us .contact-us-banner-image-section {
  text-align: center;
}
.section-banner--contact-us .contact-us-banner-image-section img {
  width: 80%;
}
.section-banner--contact-us .contact-us-section-left {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

/* THE PRICING PAGE  */
.pricing-container-main-body .container {
  /* display: none; */
  max-width: 1252px;
}

.section-prices .pricing-section-pricing-table {
  margin-top: 5vh;
}
.table-row-colum-select-input {
  display: none;
}
.section-prices .pricing-section-pricing-table table {
  width: 100%;
}
.section-prices .pricing-section-pricing-table table tr td {
  padding: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  color: #0d2436;
  border-left: 1px solid #b7c6cd;
  cursor: pointer;
  transition: 0.2s all ease-in;
}
.section-prices .pricing-section-pricing-table table tr td:nth-child(1) {
  border: none;
}
.section-prices
  .pricing-section-pricing-table
  table
  tbody
  tr:nth-of-type(even)
  td {
  background-color: #f2f6f9;
}
.section-prices .pricing-section-pricing-table table tr td:hover {
  background-color: #ff6f6f !important;
  color: white;
}
.section-prices .table-explanation-section {
  margin-top: 30px;
}

/* pricing section left bar  */
.pricing-section-left-sidebar-tab {
  width: 100%;
}
.pricing-section-left-sidebar-tabs {
  margin-left: 25px;
}
.pricing-section-left-sidebar-tabs .pricing-sidebar-titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing-section-left-sidebar-tabs .pricing-sidebar-titles div {
  font-size: 24px;
  line-height: 34px;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  text-align: center;
  color: rgba(13, 36, 54, 0.4);
  border-bottom: 3px solid rgba(13, 36, 54, 0.2);
  flex-grow: 1;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.pricing-section-left-sidebar-tabs .pricing-sidebar-titles div:hover {
  color: #0d2436;
}
.pricing-section-left-sidebar-tabs .pricing-sidebar-titles div.active {
  color: #0d2436;
  border-color: #ff6f6f;
}
.pricing-sidebar-left-tab-content .pricing-sidebar-content-item {
  display: none;
}
.pricing-sidebar-left-tab-content .pricing-sidebar-content-item.active {
  display: block;
}

.pricing-sidebar-left-tab-content {
  margin-top: 30px;
}
.pricing-sidebar-content-item .pricing-about-item {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.pricing-sidebar-content-item .pricing-about-item .content {
  margin-left: 20px;
  flex-grow: 1;
}
.pricing-sidebar-content-item .pricing-about-item .content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #061f33;
}

/* pricing accordion  */
.section-pricing-accordion {
  padding-top: 0px;
}

/* pricing calculator section  */
.section-calculator-dark.section-calculator-dark-pricing-light {
  background-color: #f2f6f9;
}

.section-calculator-dark.section-calculator-dark-pricing-light
  .section__heading,
.section-calculator-dark.section-calculator-dark-pricing-light
  .section__description {
  color: #0d2436;
}
.section-calculator-dark.section-calculator-dark-pricing-light
  .section__description
  span {
  color: rgba(13, 36, 54, 0.4);
}
.section-calculator-dark-pricing-light .Tabs__nav .Tabs__nav__item {
  color: rgba(13, 36, 54, 0.4) !important;
  border-bottom: 3px solid rgba(13, 36, 54, 0.2) !important;
  margin-right: 0px !important;
}

.section-calculator-dark-pricing-light .Tabs__nav .Tabs__nav__item.is-active {
  color: #0d2436 !important;
  border-color: #ff6f6f !important;
}

.section-calculator-dark-pricing-light
  .home-calculator-tabs
  .Tabs__content__item
  ul
  li,
.section-calculator-dark-pricing-light
  .home-calculator-tabs
  .Tabs__content__item
  ul
  li
  strong {
  color: #061f33;
}

/* Writers small calculator  */
.section-top.section-top--calculator {
  padding-top: 20px;
}
.section-top.section-top--calculator .container {
  max-width: 1282px;
}
.calculator-small-shared-elements {
  text-align: center;
  padding: 3rem;
  background-image: url("https://gettokessay.com/images/img_special-offer-form.svg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.calculator-small-shared-elements form {
  background-color: white;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  margin-top: 20px;
  width: 90%;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .calculator-small-shared-elements .Calc__header {
    font-size: 1.5rem;
  }
}
.calculator-small-shared-elements .Calc__header {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
}
.calculator-small-shared-elements .calc-input-item {
  width: 100%;
  text-align: left;
  border: 1px solid #b7c6cd;
  border-radius: 8px;
  padding: 5px 15px;
  margin-bottom: 16px;
}
.calculator-small-shared-elements .calc-input-item select {
  font-weight: bold;
  outline: none;
  width: 100%;
  overflow: hidden;
  border: none;
}
.calculator-small-shared-elements .calc-input-item label {
  display: block;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0px !important;
}
.calculator-small-shared-elements .calc-input-item-pages-input .Calc__pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calculator-small-shared-elements
  .calc-input-item-pages-input
  .Calc__pages
  input {
  background-color: transparent;
}
.calculator-small-shared-elements
  .calc-input-item-pages-input
  #Calc__pages__input {
  max-width: 50px;
  border: none;
  font-weight: bold;
  outline: none;
  background-color: transparent;
}

.calculator-small-shared-elements .Calc__label-item-words {
  font-size: 14px;
  margin: auto;
  color: rgba(13, 36, 54, 0.5);
}
.calculator-small-shared-elements .Calc__pages__buttons button:nth-child(2) {
  margin: 0px !important;
}
.calculator-small-shared-elements .Calc__row.Calc__total {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.calculator-small-shared-elements
  .Calc__row.Calc__total
  .home-calc-total-cost-holder {
  font-weight: bold;
}
.phone-section-writers-top-section-left {
  display: none;
}
.section-top__content-writers-left-section-row {
  height: inherit;
  width: 100%;
}
.section-top__content-writers-left-section {
  height: 100%;
  position: relative;
}
.section-top__content-writers-left-section .section-svg,
.section-top__content-writers-left-section .left-section-content-inner {
  position: absolute;
  left: 0;
}
.section-top__content-writers-left-section .section-svg {
  top: 40%;
  left: -30px;
}
.section-top__content-writers-left-section .left-section-content-inner {
  top: 20%;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 30px;
}

@media (min-width: 1024px) {
  .section-top__content-writers-left-section
    .left-section-content-inner
    .section-top__heading {
    font-size: 52px;
    letter-spacing: 0.2px;
    max-width: 600px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .section-top__content-writers-left-section
    .left-section-content-inner
    .section-top__heading {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (min-width: 480px) {
  .section-top__content-writers-left-section
    .left-section-content-inner
    .section-top__heading {
    max-width: none;
  }
}
.section-top__content-writers-left-section
  .left-section-content-inner
  .section-top__heading {
  color: #0d2436;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.section-top__content-writers-left-section
  .left-section-content-inner
  .section-top__description {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  color: #394a58;
  margin-top: 4vh;
}

/* The second section in the writers page  */
.section-seo.section--small-padding {
  padding-top: 0px;
}

.writers-section-guarantees-container .writers-section-guarantees-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.writers-section-guarantees-container
  .writers-section-guarantees-item
  .item-content {
  flex-grow: 1;
  margin-left: 20px;
}
.writers-section-guarantees-container .writers-section-guarantees-item h4 {
  font-size: 24px;
  line-height: 34px;
  color: #0d2436;
  margin-bottom: 0.8rem;
}
.writers-section-guarantees-container .writers-section-guarantees-item img {
  height: 90px;
  width: 90px;
  margin-left: 20px;
}
.writers-section-guarantees-container .writers-section-guarantees-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #394a58;
}
.section.section-seo .seo-section-item p {
  margin-bottom: 1em;
  color: #0d2436;
  font-size: 16px;
  line-height: 26px;
}
.section.section-seo .seo-section-item p a {
  color: #ff6f6f;
}
.section.section-seo h2 {
  position: relative;
}
.section.section-seo h2::before {
  width: 80px;
  height: 80px;
  left: -100px;
  background-image: url(https://gettokessay.com/images/ico_seo-title-bubble-1.svg);
  content: "";
  position: absolute;
  background-size: contain;
}

/* statistics  */
.section.section-statistics-writer-categories .section__heading.h2 {
  font-size: 52px;
  color: #0d2436;
  line-height: 1.2;
  width: 100%;
  letter-spacing: 0.1785px;
  position: relative;
  text-align: center;
}

.section.section-statistics-writer-categories .statistics-writer-cats {
  margin-top: 3vh;
  width: 100%;
}
.statistics-writer-cats__item .content {
  width: 100%;
  text-align: center;
  background-color: #d5dadd4d;
  padding: 15px 25px;
  border-radius: 7px;
}
.statistics-writer-cats__item__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #0d2436;
  margin-bottom: 20px;
}
.statistics-writer-cats__item__scores {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.statistics-writer-cats__item__scores li {
  list-style-type: none;
}
.statistics-writer-cats__item__scores strong {
  font-size: 1.5rem;
  color: #ff6f6f;
  font-size: 1.45rem;
  font-weight: 700;
}
.statistics-writer-cats__item__scores span {
  color: #b7c6cd;
  font-size: 1.45rem;
  font-weight: 700;
}
.btn--white {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  color: #ff6f6f;
  transition: 0.2s all ease-in;
}
.btn--white:hover {
  background-color: #ff6f6f;
  color: white;
}

.statistics-writer-cats__item .btn--white {
  margin-top: 25px;
}

/* writers info tabs  */
.section-writers-info .left-tab-items-container {
  width: 100%;
}
.section-writers-info .Tabs__nav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 2px solid rgba(183, 198, 205, 0.7);
  padding: 10px 16px;
  cursor: pointer;
  border-bottom: none;
  transition: 0.2s all ease-in;
}

.section-writers-info .Tabs__nav__item img {
  width: 56px;
  border-radius: 50%;
  height: 56px;
}

.section-writers-info .Tabs__nav__item.is-active {
  border: none;
  border-left: 2px solid #ff6f6f;
  border-radius: 0 8px 8px 0;
  background-color: #f2f6f9;
}
.section-writers-info .writer__info {
  margin-left: 20px;
}
.section-writers-info .writer__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #0d2436;
  display: block;
  text-align: left;
}
.section-writers-info .writer__experience {
  display: block;
  color: rgba(57, 74, 88, 0.6);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.writer-info .writers-tab-left-content {
  display: none;
}
.writer-info .writers-tab-left-content.active {
  display: flex;
}

/* writer info image  */
.writer-info .writer-info-image {
  width: 100%;
  text-align: center;
}
.writer-info .writer-info-image img {
  width: 90%;
  border-radius: 10px;
}
.writer-info .writer-bio__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.section-writers-info .writer-bio__info__name {
  font-weight: 700;
  color: #0d2436;
  margin-bottom: 10px;
  font-size: 17px;
}
.section-writers-info .writer-bio__info__rating .value {
  margin-right: 6px;
  font-weight: 500;
  font-size: 17px;
}
.section-writers-info .writer-bio__info__rating .stars i {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 1px;
  background: url(https://gettokessay.com/images/ico_rating-star.svg) 50% /
    contain no-repeat;
}
.section-writers-info .writer-bio__info__rating {
  margin-bottom: 1rem;
}
.section-writers-info .writer-bio__info__text {
  color: #394a58;
  margin-bottom: 0;
}
.section-writers-info .writer-bio__info__statistic {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #b7c6cd;
}
.section-writers-info .writer-bio__info__statistic p {
  margin: 0px;
}
.section p a {
  color: #ff6f6f;
}
.section.writers-info-guarantees h2::before {
  width: 80px;
  height: 80px;
  left: -100px;
  background-image: url(https://gettokessay.com/images/ico_seo-title-bubble-1.svg);
  content: "";
  position: absolute;
  background-size: contain;
}

/* writers guarantees section  */
.section.writers-info-guarantees .writers-guaranteed-content {
  margin-top: 5vh;
}
.section.writers-info-guarantees .writers-guaranteed-content .guarantee-inner {
  display: flex;
}
.section.writers-info-guarantees .writers-guaranteed-content .content {
  flex-grow: 1;
  margin-left: 25px;
}
.section.writers-info-guarantees .writers-guaranteed-content h3 {
  font-size: 20px;
  line-height: 30px;
  color: black;
  font-weight: 700;
}
.custom-writer-statistics-slide-section h2 {
  width: 100%;
  text-align: center;
}
.custom-writer-statistics-slide-section .writer-info-slide-item {
  margin: 30px 0px;
  display: inline-block;
}
.custom-writer-statistics-slide-section .writer-info-slide-item .number-large {
  text-align: center;
  font-size: 10rem;
  font-weight: 700;
  color: rgba(24, 59, 86, 0.15);
  line-height: 100px;
  display: block;
  transition: 0.2s all ease-in;
}
.custom-writer-statistics-slide-section .writer-info-slide-item .item-desc {
  font-size: 1.5rem;
  color: rgba(24, 59, 86, 0.15);
  text-align: center;
  line-height: 1.4;
  margin-top: 30px;
  display: inline-block;
  font-weight: 700;
  display: block;
  text-align: center;
  transition: 0.2s all ease-in;
}
.custom-writer-statistics-slide-section .splide__slide {
  max-width: auto !important;
  width: auto !important;
  margin-right: 30px;
}
.custom-writer-statistics-slide-section
  .splide__slide.is-active.is-visible
  .writer-info-slide-item
  .item-desc,
.custom-writer-statistics-slide-section
  .splide__slide.is-active.is-visible
  .writer-info-slide-item
  .number-large {
  color: #ff6f6f !important;
}
.section.writers-section-accordion {
  background-color: white;
}
.section.writers-section-accordion .section__heading {
  display: block;
  width: 100%;
  text-align: left;
}
.section.writers-section-accordion .Accordion__item__heading {
  padding: 1.5rem 2.25rem 1rem 0rem;
}

/* THE SAMPLES PAGE  */
/* change header color  */
.section.section-essay-samples {
  background-color: #f2f6f9 !important;
}
.section.section-essay-samples .section__header {
  margin-bottom: 1.5rem;
  font-size: 52px;
}
.section.section-essay-samples .section__description {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #394a58;
  max-width: 90%;
}
.samples-section-header-left-content h4 {
  color: #0d2436;
  align-self: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  justify-content: left;
  align-items: center;
}
.samples-section-header-left-content h4 span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.samples-section-header-left-content p {
  margin-bottom: 0;
  color: #394a58;
  font-size: 16px;
  line-height: 26px;
}
.samples-filter {
  display: inline-block;
  width: 100%;
  position: sticky;
  max-width: 275px;
  margin: 0 33px 0 0;
  top: 120px;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.samples-filter .samples-filter__heading {
  font-size: 1.5rem;
  padding: 0 1rem 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 3px solid #ff6f6f;
  margin-bottom: 1rem;
  display: inline-block;
}
.samples-filter__list {
  position: relative;
  margin-left: 1rem;
}
.samples-filter__list:before {
  content: "";
  width: 1px;
  height: calc(100% - 45px);
  position: absolute;
  bottom: 12px;
  left: 6px;
  background-color: #b7c6cd;
}
.samples-filter__list__item[data-discipline-item="all"] {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  /* color: #ff6f6f; */
  cursor: default;
  position: relative;
  display: inline-block;
  width: 100%;
}
.samples-filter__list__item:not(:first-child) {
  padding-left: 20px;
  line-height: 1.5;
  margin: 0 0 0.75rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  transition: 0.2s all ease-in;
}
.samples-filter__list__item:not(:first-child):hover,
.samples-filter__list__item.active {
  color: #ff6f6f;
}
.samples-filter__list__item:not(:first-child):before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7px;
  background-color: #b7c6cd;
}
.samples-filter__select.select {
  display: none;
}

/* samples card item  */
.sample-content-item-card {
  width: 100%;
  min-height: 330px;
  max-height: 400px;
  visibility: visible;
  position: relative;
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  border-radius: 8px;
  background-color: white;
  padding: 20px;
  padding-top: 2rem;
  margin-bottom: 20px;
}
.sample-content-item-card .sample__type {
  font-weight: 700;
  margin-bottom: 15px;
}
.sample-content-item-card small {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0.25rem;
}
.sample-content-item-card .sample__discipline {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
}
.sample-content-item-card .sample__discipline div {
  flex: 1;
}
.sample-content-item-card .btn,
.sample-content-item-card a {
  outline: none !important;
  border: none !important;
}
.sample-content-item-card .btn {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 212px;
}
.special-card-with-black-color {
  background-color: #0d2436;
  position: relative;
}
.special-card-with-black-color .sample__advert__title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(242, 246, 249, 0.1);
}
.special-card-with-black-color .sample__advert__row {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  color: #f2f6f9;
}
.special-card-with-black-color .sample__advert__time {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #ff6f6f;
  margin-top: 10px;
}
.special-card-with-black-color::after {
  right: -8px;
  top: -18px;
  width: 122px;
  height: 40px;
  content: "";
  position: absolute;
  /* right: -5px;
  top: -8px; */
  /* width: 88px;
  height: 28px; */
  background: url(https://gettokessay.com/images/ico_100_perc_original.svg) 50% /
    contain no-repeat;
}

/* samples bubbles  */
.samples-section-bubbles-white {
  background-color: white;
}
.samples-section-bubbles-white h2 {
  font-size: 50px;
  line-height: 62px;
  color: #0d2436;
}
.samples-section-bubbles-white h2 span {
  font-family: "Carosello";
  color: #ff6f6f;
  font-weight: 400;
  font-size: 65px;
}
.samples-section-perks-container-outer h2 {
  width: 100%;
  text-align: center;
}
.samples-section-perks-container-outer .features-section-content {
  margin-top: 5vh;
}
.samples-section-perks-container-outer .samples-perk-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  height: 100%;
}
.samples-section-perks-container-outer .samples-perk-item .perks-content {
  flex-grow: 1;
  margin-left: 15px;
}
.samples-section-perks-container-outer .samples-perk-item .section-imag img {
  height: 70px;
}
.samples-section-perks-container-outer .row .col {
  height: inherit;
  margin-top: 20px;
}
.samples-section-perks-container-outer h4 {
  margin-bottom: 0.5rem;
  color: #0d2436;
  font-size: 22px;
  line-height: 32px;
}
.samples-section-perks-container-outer p {
  color: #212529;
}
.samples-perk-item.original-item {
  position: relative;
}
.samples-perk-item.original-item::after {
  width: 150px;
  height: 56px;
  right: -12px;
  top: -18px;
  content: "";
  display: block;
  background: url(https://gettokessay.com/images/img_guaranteed.svg) 0 0 /
    contain no-repeat;
  /* width: 108px;
  height: 40px; */
  position: absolute;
  right: -10px;
  top: -12px;
  z-index: 1;
}
.section-samples-white-calculator {
  background-color: white !important;
}
.section-samples-last-bottom-section h2 {
  font-size: 45px;
  line-height: 62px;
  color: #0d2436;
}
.section-samples-last-bottom-section h2 span {
  font-family: "Carosello";
  color: #ff6f6f;
  font-weight: 400;
  font-size: 55px;
}
.section-samples-last-bottom-section .row .col {
  height: inherit;
}
.section-samples-last-bottom-section .bottom-last-section-image {
  width: 100%;
  text-align: center;
}
.section-samples-last-bottom-section .bottom-last-section-image img {
  width: 80%;
}
.section-samples-last-bottom-section .section-banner__buttons--center {
  margin-top: 5vh;
}

.section.section-contact-us {
  background: #f2f6f9 url("../images/contact-us-banner.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 2rem 0px;
  padding-bottom: 5rem;
}
.section.section-contact-us h3 {
  font-size: 55px;
  color: #0d2436;
  padding: 5vh 0px;
}
.section.section-contact-us p {
  width: 70%;
  font-size: 17px;
  line-height: 28px;
}
.section.section-contact-top-cards {
  padding-top: 0px !important;
}
/* contact cards  */
.section-contact-top-cards .contact-page-card-item {
  background-color: white;
  text-align: center;
  margin-top: -60px;
  padding: 32px 40px;
  border: 1px solid #eaf0f6;
}
.section-contact-top-cards .contact-page-card-item img {
  height: 50px;
  width: 50px;
  margin-bottom: 24px;
}
.section-contact-top-cards .contact-page-card-item h3 {
  font-size: 23px;
  color: #061f33;
  line-height: 30px;
  margin-bottom: 20px;
}
.section-contact-top-cards .contact-page-card-item button {
  background-color: #ff6f6f;
  color: white;
  padding: 15px 20px;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s all ease-in;
  margin-top: 30px;
  border-radius: 5px;
  display: inline-block;
}
.section-contact-top-cards .contact-page-card-item button:hover {
  opacity: 0.5;
}

/* Contact form  */
.contact-us-page-form-section {
  margin-top: 5vh;
}
.contact-us-page-form-section .row,
.contact-us-page-form-section .row .col {
  padding: 0px;
  margin: 0px;
}
.contact-us-page-form-section .contact-from-left,
.contact-us-page-form-section .contact-from-right {
  padding: 3rem;
}
.contact-us-page-form-section .contact-from-left {
  background-color: #061f33;
  color: white;
  height: 100%;
}
.contact-us-page-form-section .contact-from-left h2,
.contact-us-page-form-section form h2 {
  font-size: 30px;
  margin-bottom: 25px;
  color: white;
}
.contact-us-page-form-section form h2 {
  color: #061f33;
  font-size: 25px;
  font-weight: bold;
}
.contact-us-page-form-section .contact-input-item {
  margin-bottom: 20px;
  margin-right: 20px;
}
.contact-us-page-form-section form label {
  display: block;
  color: black;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-us-page-form-section input,
.contact-us-page-form-section textarea {
  border: none;
  outline: none;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.219);
  width: 100%;
}
.contact-us-page-form-section .faded-paragraph {
  color: rgba(242, 246, 249, 0.4);
}
.contact-us-page-form-section form button {
  border: none;
  background-color: #ff6f6f;
  color: white;
  transition: 0.1s all ease-in;
  padding: 10px 20px;
  border-radius: 4px;
}
.contact-us-page-form-section .message-form-prompt {
  font-size: 13px;
  opacity: 0.8;
}

/* the bottom benefits section  */
.section.section-advantages .section__heading {
  width: 100%;
  text-align: center;
}
.section.section-advantages .advantages-item {
  display: flex;
  height: 100%;
  margin-bottom: 20px;
}
.section.section-advantages .advantages-item img {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
.section.section-advantages .advantages-item h4 {
  font-weight: bold;
  color: #061f33;
  font-size: 20px;
  margin-bottom: 5vh;
}

/* SMALLER HEADER CONTAINER AND STYLES */
.smaller-header-container-outer {
  height: calc(100% - 60px);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  z-index: 10009;
  padding-top: 30px;
  display: none;
}
.smaller-header-container-outer ul,
.smaller-header-container-outer ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.smaller-header-container-outer ul li {
  display: block;
}
.smaller-header-container-outer ul:nth-child(2) {
  margin-bottom: 20px;
}
.smaller-header-container-outer ul:nth-child(2) li a {
  color: #0d2436;
  border-top: 1px solid rgba(57, 74, 88, 0.2);
  font-weight: 700;
  padding: 15px 0;
  display: block;
  width: 100%;
  transition: 0.2s all ease-in-out;
}
.smaller-header-container-outer ul:nth-child(2) li a:hover {
  color: #ff6f6f;
  text-decoration: none;
}
.smaller-header-container-outer ul:nth-child(1) li a {
  color: #ff6f6f;
  font-weight: bolder;
  padding: 15px 0;
  display: block;
}
.smaller-header-container-outer ul:nth-child(1) li a:hover {
  text-decoration: none;
}
.smaller-header-container-outer ul:nth-child(1) li a .fa {
  margin-right: 15px;
}
