@charset "UTF-8";
/*****Start normalize*******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*****End normalize*******/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.container {
  position: relative;
  z-index: 9;
}
.container.container-first {
  z-index: 10;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  overflow-x: hidden;
}

/*********Start header*********/
.header {
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAMCAMAAABC8P0AAAAB41BMVEWurq6qra2zs7K0sa2Vl5p5fH6/vbq+uLW1s7K4tbGsq6upqKifn6R8iZM9XoAAAAC7trKrsrCzsbC2s6+wsK6xq6qgpqqSoKiYnqeQnKaGmqSNmKOhnKFhgqGWm5+QmJ6Kl56Pk517ip2XlpublJiIjJOFiI99ho6Kf4VYcoNgdoJkdHxwd3tfbnleZ3Cbr7N9oK+Qqq6oq6ynqqy3sKuysKuvqaqcoqlvl6iZmad4laagpKWooaSKl6KHjqCbnZ97jZ6Zm52bmZynmJxlgZxUepuNlJmCiZd6iJd1iJdrgZZ4jJV0hZWLjZR5hpKZj490iIxtg4t0c4toeolaeolydoiBg4dqfodKaIdyfYZsb4NFZIN0eoJ3doJVbYFKZYFocoBSZ4BpbXsuUHlcbnZranZmbXNXaXJeZ2tNW2lcYmg/UGY/TlkSIjWntragra6nr62Zq62ToquEnqlbiqmEmaernaJQhaChoZ9sh5+CjZuBlJmejZiUjZenlZZRd5U5bpRHbZRefZFvd5Fje5BncI91fo6SiY1NbYx6gYuLgYmZi4hJbYdOboUzWoU8ZoNueoJca4JwcH03Wn1gcnt2anpeanNUXG5FVm59bGyFbGlVXWU8RVImNVFGREoZKj4QHCkL9AV7AAABa0lEQVQY0x3L1VYCARSF4TMwQ4N0d4dgd3e3gnRIh93d3d36qA7+d3t9a4NCISMCEApRCuTjIzYZF4gzCIHZQsC3okNWkecWEiA0Oo9d+qjmgrB6njzSScX59Fry/x6oKeXTluV1iF3FQxaqRWRXJ5nKg8kpNc4UbOKoii1grLWXxVUUpKRWTHajxSsinFVEPrCxiQOGoFyy2K53KCll0loJyYcW73aAl6XhIJxpm2e0tYkm3rkzp5UVVc3Nhxwnk96wB97wAJVU2ZXwjOp0dA3r9SVpqt887mdpsVtxQy/0jDHPjf77qCPC0G8zL4OZtInWpllnPTicwv4uKJIu9X5l+pJGBtDNtptg6hltG5JXmp8ieoGuHlLZbCKE1sWbSNxZw4Xv/c1ulGsbaxqFmEFpOIMCvO+tE2yVWo60DvljsY9Qz34gfDUetY5bAvCb+8l9dmvtbtNg9+CYxWK1ukaGh/s21FLRXEnRH8LUTn804lQDAAAAAElFTkSuQmCC");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header:before {
  position: absolute;
  content: "";
  background: url("/images/headerBgOrder.jpg") no-repeat;
}
.header.bg-active {
  background: url("/images/headerBgOrder.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mobile-menu-btn {
  display: none;
  padding-top: 3px;
}
.mobile-menu-btn svg {
  width: 26px;
  height: 23px;
}
.mobile-menu-btn .svg-line {
  stroke-width: 3px;
  stroke: #fff;
}

.front-page .header {
  min-height: 542px;
}
.front-page .header:before {
  position: absolute;
  content: "";
  background: url("/images/headerBg.jpg") no-repeat;
}
.front-page .header.bg-active {
  background: url("/images/headerBg.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.samples-testimonials__wrapper {
  margin: 20px auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 0px;
}

.samples-block-title,
.testimonials-block-title {
  color: #c3c3c3;
  font-family: "Reem Kufi";
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: 0 -20px 30px;
}

.samples-block-bottom,
.testimonials-block-bottom {
  clear: both;
  text-align: center;
}
.samples-block-bottom a,
.testimonials-block-bottom a {
  color: #f8ad4d;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.samples-block-bottom a::after,
.testimonials-block-bottom a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 100%;
  border-top: 1px solid #ff6e23;
  transition: right 0.3s ease-out;
}
.samples-block-bottom a:hover,
.testimonials-block-bottom a:hover {
  text-decoration: none;
  color: #ff6e23;
}
.samples-block-bottom a:hover::after,
.testimonials-block-bottom a:hover::after {
  right: 0;
}

.samples-block,
.testimonials-block {
  max-width: 44%;
  width: 100%;
  position: relative;
  padding: 0 3%;
  box-sizing: border-box;
}

.samples-block-item {
  margin: 0 5px;
}
.samples-block-item a {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}
.samples-block-item a::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  background: url("/images/samples.jpg") 0% 0% no-repeat;
  background-size: contain;
  height: 125px;
}

.samples-block-item,
.testimonials-block-item {
  min-height: 190px;
}

.samples-block-wrapper,
.testimonials-block-wrapper {
  margin-bottom: 10px;
  position: static !important;
}
.samples-block-wrapper .owl-nav,
.testimonials-block-wrapper .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: static;
}
.samples-block-wrapper .owl-prev,
.testimonials-block-wrapper .owl-prev {
  background: #ffffff;
  font-size: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 110px;
  left: -20px;
}
.samples-block-wrapper .owl-prev::after, .samples-block-wrapper .owl-prev::before,
.testimonials-block-wrapper .owl-prev::after,
.testimonials-block-wrapper .owl-prev::before {
  right: 0%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.samples-block-wrapper .owl-prev::after,
.testimonials-block-wrapper .owl-prev::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.samples-block-wrapper .owl-prev::before,
.testimonials-block-wrapper .owl-prev::before {
  border-color: rgba(77, 116, 205, 0);
  border-right-color: #4d74cd;
  border-width: 18px;
  margin-top: -18px;
}
.samples-block-wrapper .owl-prev:hover::before,
.testimonials-block-wrapper .owl-prev:hover::before {
  border-right-color: #06489a;
}
.samples-block-wrapper .owl-prev.disabled::before,
.testimonials-block-wrapper .owl-prev.disabled::before {
  border-right-color: #c1c1c1;
}
.samples-block-wrapper .owl-next,
.testimonials-block-wrapper .owl-next {
  background: #ffffff;
  font-size: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 110px;
  right: -20px;
}
.samples-block-wrapper .owl-next::after, .samples-block-wrapper .owl-next::before,
.testimonials-block-wrapper .owl-next::after,
.testimonials-block-wrapper .owl-next::before {
  left: 0%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.samples-block-wrapper .owl-next::after,
.testimonials-block-wrapper .owl-next::after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.samples-block-wrapper .owl-next::before,
.testimonials-block-wrapper .owl-next::before {
  border-color: rgba(77, 116, 205, 0);
  border-left-color: #4d74cd;
  border-width: 18px;
  margin-top: -18px;
}
.samples-block-wrapper .owl-next:hover::before,
.testimonials-block-wrapper .owl-next:hover::before {
  border-left-color: #06489a;
}
.samples-block-wrapper .owl-next.disabled::before,
.testimonials-block-wrapper .owl-next.disabled::before {
  border-left-color: #c1c1c1;
}

.testimonials-block-item {
  position: relative;
}
.testimonials-block-item p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.testimonials-block-item__wrapper {
  background: #ececec;
  padding: 0 40px;
  line-height: 1.3;
  margin: 0 10px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  position: relative;
}
.testimonials-block-item__wrapper::after {
  content: "";
  display: block;
  background: url("/images/testimonials-corner.png") no-repeat 0 0;
  width: 23px;
  height: 16px;
  position: absolute;
  bottom: -3px;
  left: -8px;
}

.testimonials-block-name {
  color: #2c4fa1;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
}

.testimonials-block-rating {
  background: #4d74cd;
  display: inline-block;
  color: #fff;
  padding: 0px 6px;
  border-radius: 15px;
}
.testimonials-block-rating::after {
  content: url("/images/star-icon.png");
  margin-left: 3px;
}

@media all and (max-width: 1023px) {
  .samples-testimonials__wrapper {
    display: block;
    margin-bottom: 0;
  }

  .samples-block, .testimonials-block {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}
@media all and (max-width: 767px) {
  .samples-block,
.testimonials-block {
    max-width: 100%;
    padding: 0 5%;
  }

  .testimonials-block-item__wrapper {
    padding: 20px 40px;
    min-height: auto;
  }
}
.header-text {
  z-index: 8;
}
.header-text:after {
  opacity: 0;
  -webkit-transition: opacity 650ms linear;
  -moz-transition: opacity 650ms linear;
  -o-transition: opacity 650ms linear;
  -ms-transition: opacity 650ms linear;
  transition: opacity 650ms linear;
  background: url("/images/person.png") no-repeat;
}
.header-text.bg-active:after {
  background: url("/images/person.png") no-repeat;
  position: absolute;
  content: "";
  top: -12px;
  left: 64%;
  width: 391px;
  height: 526px;
  opacity: 1;
  z-index: -1;
}

.container-first {
  display: table;
  padding: 20px 0;
  position: relative;
  z-index: 9;
}

.front-page .container-first {
  padding: 20px 15px 0 15px;
}

.header-logo {
  float: left;
}

.header-contact-info {
  float: right;
  padding-top: 5px;
}

.header-logo__link {
  display: inline-block;
  text-decoration: none;
}
.header-logo__link:hover .animated {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.header-logo__link img {
  vertical-align: middle;
}
.header-logo__link img:last-child {
  margin-left: 15px;
  margin-top: 4px;
  width: 73%;
}

.header-phone,
.header-btns {
  float: left;
}

.header-phone {
  padding-top: 13px;
  margin-right: 31px;
}

.phone__number {
  -webkit-text-size-adjust: 100%;
  color: #fff;
  position: relative;
  cursor: pointer;
  text-size-adjust: 100%;
}
.phone__number:before {
  content: "";
  position: absolute;
  background: url("/images/phoneIcon.png") no-repeat;
  width: 16px;
  height: 16px;
  top: -1px;
  left: -24px;
}
.phone__number a {
  -webkit-text-size-adjust: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.header-btns li {
  display: inline-block;
}
.header-btns a {
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid;
  padding: 10.5px 15px;
  border-radius: 25px;
  text-decoration: none;
  min-width: 106px;
  text-align: center;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}

.header-btns__order-now {
  color: #ffd954;
  text-decoration: none;
  border-color: #ffd954;
  position: relative;
  z-index: 1;
}
.header-btns__order-now span {
  position: relative;
  z-index: 3;
}
.header-btns__order-now:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 2;
  opacity: 0;
  border-radius: 15px;
  text-align: center;
  background-image: -moz-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.header-btns__order-now:hover span {
  color: #fff;
}
.header-btns__order-now:hover:after {
  opacity: 1;
}

.header-btns__signin {
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.header-btns__signin:hover {
  background: #fff;
  border-color: #fff;
  color: #101214;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}

.signin-popup {
  margin-left: 17px;
}

.logined .header-btns__signin {
  display: none;
}

.header-btns .header-btns__user-name {
  background: url("/images/user_icon.png") no-repeat 15px center;
  padding: 10.5px 40px 10.5px 35px;
  border-color: #fff;
  color: #fff;
}

.header-btns .header-btns__logout {
  background: url("/images/user_logout.png") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border: 0;
  border-left: 1px solid #fff;
  border-radius: 0;
  width: 15px;
  min-width: 15px;
  padding: 18px 10px;
  box-sizing: content-box;
}

.header-btns_logined {
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.header-btns_logined:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}

.bold-text {
  font-weight: 600;
}

.header-text {
  padding: 60px 20px 50px;
}
.header-text p {
  color: #fff;
  position: relative;
  z-index: 99;
  font-size: 18px;
  margin-bottom: 10px;
}
.header-text .header-btn {
  margin-top: 87px;
  margin-bottom: 62px;
}
.header-text .header-btn__order-now {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 26px;
  min-width: 200px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: -moz-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.03);
  padding: 20px 45px 15px 45px;
}
.header-text .header-btn__order-now:hover {
  background-image: -moz-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
}

.header-title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 70px;
  color: #fff;
}

.our-servicesresume-writing .header-title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 46px;
  color: #fff;
  margin-bottom: 18px;
}
.our-servicesresume-writing .header-tagline {
  font-size: 18px;
  margin-bottom: 22px;
  color: #fff;
  line-height: normal;
}
.our-servicesresume-writing .header-list {
  font-size: 16px;
  color: #fff;
  line-height: 1.875;
}
.our-servicesresume-writing .header-list-item {
  position: relative;
  background: url(/images/checked.png) no-repeat 0 6px;
  /* Параметры фона */
  padding-left: 24px;
  /* Смещаем текст вправо */
}
.our-servicesresume-writing .header-btn {
  margin-top: 30px;
  margin-bottom: 0;
}
.our-servicesresume-writing .header-btn__order-now {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 20px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  background-image: -moz-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.03);
  padding: 14px 0;
}
.our-servicesresume-writing .header-btn__order-now:hover {
  background-image: -moz-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
}

/*********End header*********/
/******mobile menu*******/
.mobile-menu-wrap {
  display: none;
  box-sizing: border-box;
  color: #b4d7ff;
  font-family: "Reem Kufi", sans-serif;
  z-index: 9999;
  position: fixed;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: -moz-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: -webkit-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: -ms-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
}

.mobile-menu__login {
  float: left;
}
.mobile-menu__login .mobile-user-login, .mobile-menu__login .mobile-user-name {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
  color: #b4d7ff;
}
.mobile-menu__login .mobile-user-login:visited, .mobile-menu__login .mobile-user-name:visited {
  color: #b4d7ff;
}
.mobile-menu__login .mobile-user-login:before, .mobile-menu__login .mobile-user-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 25px;
  background: url("/images/mobile-user-icon.png") no-repeat;
}

.mobile-user-name, .mobile-menu__menu-back {
  z-index: 9;
}

.mobile-menu__close {
  float: right;
  position: relative;
  z-index: 9;
}

.svg-close {
  width: 23px;
  height: 23px;
}

.svg-close__line {
  stroke: #fff;
  stroke-width: 2px;
}

.mobile-menu__back {
  display: none;
  float: left;
}

.mobile-menu__menu-back {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
  color: #b4d7ff;
}
.mobile-menu__menu-back:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 13px;
  background: url("/images/back-to-menu.png") no-repeat;
}

.mobile-menu__link, .mobile-user__logout, .mobile-user__link {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  color: #b4d7ff;
}
.mobile-menu__link:visited, .mobile-user__logout:visited, .mobile-user__link:visited {
  color: #b4d7ff;
}
.mobile-menu__link:hover, .mobile-user__logout:hover, .mobile-user__link:hover {
  color: #b4d7ff;
}

.mobile-user__logout {
  font-size: 14px;
  margin-top: 150px;
}

.mobile-menu__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mobile-menu__item .phone__number {
  font-family: "Open Sans", sans-serif;
  padding: 20px 0;
}
.mobile-menu__item .phone__number:before {
  top: 17px;
  left: -25px;
}
.mobile-menu__item .phone__number a {
  font-weight: 300;
}
.mobile-menu__item:last-child {
  border: 1px solid #b4d7ff;
  padding: 0 50px;
  border-radius: 25px;
}

.mobile-login-block__title {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.mobile-login-block {
  display: none;
}
.mobile-login-block .input__field {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #92bff6;
  width: 300px;
}
.mobile-login-block .input__field:focus {
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #92bff6;
}
.mobile-login-block .lbl__input {
  left: 0;
  color: #b4d7ff;
}
.mobile-login-block .login-block__submit {
  margin: 40px 0;
  background: #fff;
  width: 100%;
  color: #3e86e0;
}
.mobile-login-block .login-block__submit:hover {
  color: #3e86e0;
  background: #fff;
  box-shadow: 0px 1px 3px 1px #333;
}
.mobile-login-block .login-block__forgot {
  color: #b4d7ff;
  font-size: 14px;
  text-transform: uppercase;
}

.not-logined .mobile-user-name.logined {
  display: none;
}

.logined .mobile-user-login {
  display: none;
}
.logined .mobile-user-name {
  display: block;
}

.mobile-user-menu {
  display: none;
}

/***end mobile menu***/
/******Main menu******/
.sub-header__menu {
  background: #e0e0e0;
  position: relative;
  z-index: 100;
  opacity: 0.9;
}
.sub-header__menu.position-fixed {
  background: #e5e5e5;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.9;
}

.front-page .sub-header__menu {
  opacity: 1;
}

.main-menu {
  display: table;
  width: 100%;
}
.main-menu > li:hover .main-menu__dropdown,
.main-menu > li:focus .main-menu__dropdown {
  max-height: 2000px;
  z-index: 10;
}

.main-menu__li {
  display: table-cell;
}
.main-menu__li:nth-child(odd) {
  background: #f7f7f7;
}

.main-menu__dropdown {
  position: absolute;
  top: 55px;
  left: 15px;
  z-index: 0;
  max-height: 0;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
}
.main-menu__dropdown li {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(87deg);
  -moz-transform: rotateY(87deg);
  -ms-transform: rotateY(87deg);
  -o-transform: rotateY(87deg);
  transform: rotateY(87deg);
  -webkit-transition: all 0.4s, -webkit-transform 0.5s;
  -moz-transition: all 0.4s, -moz-transform 0.5s;
  -ms-transition: all 0.4s, -ms-transform 0.5s;
  -o-transition: all 0.4s, -o-transform 0.5s;
  transition: all 0.4s, transform 0.5s;
}
.main-menu__dropdown li:nth-child(even) {
  background: #e0e0e0;
}

.main-menu > li:hover .main-menu__dropdown li,
.main-menu > li:focus .main-menu__dropdown li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.main-menu__link {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 20.5px 42px;
  text-align: center;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.main-menu__link:hover {
  background: #fff;
  color: #ffa044;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}

.main-menu__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  max-height: 0;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
  margin-left: 15px;
}
.main-menu__dropdown li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(87deg);
  -moz-transform: rotateY(87deg);
  -ms-transform: rotateY(87deg);
  -o-transform: rotateY(87deg);
  transform: rotateY(87deg);
  -webkit-transition: all 0.4s, -webkit-transform 0.5s;
  -moz-transition: all 0.4s, -moz-transform 0.5s;
  -ms-transition: all 0.4s, -ms-transform 0.5s;
  -o-transition: all 0.4s, -o-transform 0.5s;
  transition: all 0.4s, transform 0.5s;
}

.main-menu > li:hover .main-menu__dropdown,
.main-menu > li:focus .main-menu__dropdown {
  max-height: 2000px;
  z-index: 10;
}

.main-menu > li:hover .main-menu__dropdown li,
.main-menu > li:focus .main-menu__dropdown li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/**** CSS3 delays for transition effects ******/
.main-menu li:hover .main-menu__dropdown li:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.main-menu li:hover .main-menu__dropdown li:nth-child(2) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.main-menu li:hover .main-menu__dropdown li:nth-child(3) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.main-menu li:hover .main-menu__dropdown li:nth-child(4) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.main-menu li:hover .main-menu__dropdown li:nth-child(5) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.main-menu li:hover .main-menu__dropdown li:nth-child(6) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.main-menu li:hover .main-menu__dropdown li:nth-child(7) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.main-menu li:hover .main-menu__dropdown li:nth-child(8) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.main-menu__dropdown li:nth-child(1) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.main-menu__dropdown li:nth-child(2) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.main-menu__dropdown li:nth-child(3) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.main-menu__dropdown li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.main-menu__dropdown li :nth-child(5) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.main-menu__dropdown li :nth-child(6) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.main-menu__dropdown li :nth-child(7) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.main-menu__dropdown li :nth-child(8) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

/******End main menu******/
/*****Best-Selling Packages*******/
.main-content {
  padding-top: 50px;
  min-height: 500px;
}

.block-title {
  color: #000000;
  font-family: "Reem Kufi", sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  position: relative;
}
.block-title:after {
  position: absolute;
  content: "";
  top: 65px;
  left: 50%;
  width: 100px;
  height: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/images/SNAKE-dark.svg") no-repeat;
}

.packages-boost, .our-advantages {
  overflow: hidden;
}

.packages-boost__ul {
  max-width: 1046px;
  margin: 90px auto 15px;
}
.packages-boost__ul.item-content {
  margin: 0 auto;
  padding: 0;
}

.packages-boost__wrp .block-title.item-content {
  margin-bottom: 90px;
  padding: 0 15px;
}
.packages-boost__wrp.item-content {
  padding: 42px 0;
  margin-top: 30px;
  background: #f9f9f9;
  overflow: hidden;
}
.packages-boost__wrp.item-content .packages-boost__li {
  background: #fff;
}

.packages-boost__wrp .packages-wrp {
  display: flex;
  flex-wrap: wrap;
}
.packages-boost__wrp .packages-wrp .packages-boost__li {
  margin-bottom: 50px;
  width: 32%;
  margin-right: 2%;
  max-width: none;
  padding: 20px 20px 100px 20px;
}
.packages-boost__wrp .packages-wrp .packages-boost__li:nth-child(3n) {
  margin-right: 0;
}
.packages-boost__wrp .packages-wrp .packages-boost__li .packages-boost__title:before {
  top: -47px;
}

.packages-slider .owl-dot {
  margin: 0 5px;
}

.packages-boost__li {
  float: left;
  box-sizing: border-box;
  border: 2px solid #e2e2e2;
  padding: 20px;
  position: relative;
  margin-right: 35px;
  max-width: 317px;
  min-height: 340px;
}
.packages-boost__li.most-popular {
  max-width: 342px;
  min-height: 362px;
  padding-top: 0;
  border-left-color: #ff9c4c;
  border-right-color: #ffcb3e;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9c4c), to(#ffcb3e)) 1 1%;
  -webkit-border-image: -webkit-linear-gradient(#ff9c4c, #ffcb3e) 1 1%;
  -moz-border-image: -moz-linear-gradient(#ff9c4c, #ffcb3e) 1 1%;
  -o-border-image: -o-linear-gradient(#ff9c4c, #ffcb3e) 1 1%;
  border-image: linear-gradient(#ff9c4c, #ffcb3e) 1 1%;
}
.packages-boost__li:last-child {
  margin-right: 0;
}
.packages-boost__li:first-child .packages-boost__title {
  padding: 19px 0;
}

.packages-boost__title {
  color: #979797;
  font-size: 22px;
  font-family: "Reem Kufi", sans-serif;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 auto;
  font-weight: 500;
  padding: 8px 0;
}

.packages-boost__item ul {
  padding-top: 15px;
  padding-left: 25px;
}
.packages-boost__item li {
  list-style-image: url("/images/checkLi.png");
  margin-bottom: 5px;
}
.packages-boost__item a {
  color: #333;
  text-decoration: none;
}

.most-popular {
  position: relative;
  top: -11px;
}
.most-popular .packages-boost__title {
  font-size: 26px;
  color: #000;
  position: relative;
  border-color: #ffa44a;
  font-weight: 600;
  line-height: 36px;
  padding: 9px 0;
}
.most-popular .packages-boost__title:before {
  position: absolute;
  content: "";
  width: 105px;
  height: 108px;
  background: url("/images/mostPop.png") no-repeat;
  top: -26px;
  left: -44px;
  z-index: 9;
}

.packeages__order {
  font-family: "Reem Kufi", sans-serif;
  font-size: 18px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 80%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.packeages__order .packeages__order-btn {
  color: #ff9c4c;
  border: 2px solid #ffa04b;
  border-radius: 25px;
  font-size: 19px;
  padding: 10px 25px 8px 25px;
}
.packeages__order .packeages__order-btn:hover {
  border: none;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
}

.packeages__old-price {
  color: #b2b2b2;
  text-decoration: line-through;
  margin-right: 13px;
}

.most-popular .packeages__order-btn {
  padding: 11px 40px 9px 40px;
  border: 0;
  background-image: -moz-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.03);
  color: #fff;
}
.most-popular .packeages__order-btn:hover {
  background-image: -moz-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
}

.click-here {
  text-align: center;
}

.more {
  border-bottom: 2px solid #ffad47;
  color: #ffad47;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 18px;
  text-decoration: none;
  max-width: 128px;
  text-align: center;
  margin: 25px auto 0;
}

.packages-boost__mobile {
  display: none;
}

/*****End Best-Selling Packages*******/
/*****Meet Our Highest Rated Writers*******/
.experts-boost {
  background-image: -moz-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.03);
  padding: 50px 0;
  margin: 50px 0 0;
}
.experts-boost .block-title {
  color: #fee399;
}
.experts-boost .block-title:after {
  background: url("/images/SNAKE-yellow.svg") no-repeat;
}
.experts-boost .container {
  margin-top: 77px;
}
.experts-boost .col-5 {
  float: left;
  width: 200px;
  margin-right: 35px;
}
.experts-boost .col-5:last-child {
  margin-right: 0;
}

.experts-boost__item {
  position: relative;
}
.experts-boost__item img {
  width: 200px;
  height: 310px;
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.experts-boost__item .caption {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
}
.experts-boost__item .caption:after {
  position: absolute;
  content: "";
  top: 45%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.312);
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-57%);
  -moz-transform: translateX(-50%) translateY(-57%);
  -o-transform: translateX(-50%) translateY(-57%);
  -ms-transform: translateX(-50%) translateY(-57%);
  transform: translateX(-50%) translateY(-57%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.experts-boost__item:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.experts-boost__item:hover .caption {
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  bottom: 35px;
  opacity: 1;
}
.experts-boost__item:hover .caption:after {
  opacity: 1;
  top: 65%;
  width: 240px;
  height: 145px;
  -webkit-transform: translateX(-50%) translateY(-57%);
  -moz-transform: translateX(-50%) translateY(-57%);
  -o-transform: translateX(-50%) translateY(-57%);
  -ms-transform: translateX(-50%) translateY(-57%);
  transform: translateX(-50%) translateY(-57%);
  -webkit-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

.experts-boost__caption-title {
  color: #fff;
  font-size: 20px;
  font-family: "Reem Kufi", sans-serif;
  font-weight: 400;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.caption__writer-name {
  font-size: 16px;
  text-align: center;
  color: #ffc63f;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.all-team {
  color: #fff;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 18px;
  text-align: center;
  margin: 36px auto 0;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  width: 170px;
  line-height: 20px;
  position: relative;
}

.experts-slider-mobile {
  display: none;
}

/*****End Meet Our Highest Rated Writers*******/
/********Our advantages*******/
.our-advantages {
  background: #f9f9f9;
  border-radius: 0 0 130% 130%/0 0 200px 200px;
  padding: 50px 0 100px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.our-advantages .col-4 {
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 258px;
  height: 325px;
  margin-right: 36px;
  background: #f0f0f0;
  position: relative;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.our-advantages .col-4:last-child {
  margin-right: 0;
}
.our-advantages .col-4:hover {
  background: #e9e9e9;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.our-advantages:hover {
  background: #F3F3F3;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.our-advantages .container {
  margin-top: 77px;
}

.advantages__item {
  text-align: center;
}

.advantages__top {
  display: table;
  width: 100%;
  height: 150px;
}

.advantages__top-child {
  vertical-align: middle;
  display: table-cell;
}
.advantages__top-child img {
  max-width: 100px;
  height: auto;
}

.advantages__caption-title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}

.caption__text {
  line-height: 20px;
}

/********End Our advantages*******/
/***********thankyou page*************/
.header-thankyou-wrp {
  padding: 45px 0;
  background: rgba(0, 0, 0, 0.3);
}

.thankyou-page-wrp #doctype {
  display: none;
}

.thankyou-container {
  max-width: 665px;
  padding-left: 80px;
}

.header-thankyou__title {
  font-family: "Reem Kufi", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  position: relative;
}
.header-thankyou__title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -80px;
  background: url("/images/thankyou_arrow.png") no-repeat;
  width: 68px;
  height: 64px;
}

.header-thankyou__first-name {
  font-size: 35px;
  text-transform: capitalize;
}

.header-thankyou__text {
  color: #fff;
  font-size: 18px;
  margin: 14px 0;
}

.thank {
  width: 100%;
  max-width: 744px;
  margin: 0 auto 60px;
  padding: 20px 0;
}

.thank-info {
  width: 100%;
  background: #fff9d4;
  border-radius: 3px;
  color: #6a6245;
  padding: 10px 15px;
  margin: 0 0 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thank__email-info {
  background: #fff9d4 url("/images/card.png") no-repeat 15px 9px;
}

.thank__card-info {
  background: #fff9d4 url("/images/mail.png") no-repeat 15px 15px;
}

.thank-details {
  border: 1px solid #e2e2e2;
  padding: 20px 26px;
  margin-bottom: 20px;
}

.thank-details__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}

.thank-details__row {
  margin: 10px 0;
}

.thank-details__label {
  list-style: none;
  display: inline-block;
  width: 19%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  color: #333333;
  line-height: 22px;
}
.thank-details__label:after {
  content: "........................";
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 1px;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a7a7a7;
}

.thank-details__description {
  list-style: none;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thank__update {
  background: #e9f3f9;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.thank__update-btns {
  margin-top: 15px;
}

.thank__update-btn {
  display: inline-block;
  padding: 11px 20px;
  width: 210px;
  border: 1px solid #2a92e4;
  margin: 0 10px;
  border-radius: 24px;
  color: #2a92e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
}

.thank__update-question:before, .thank__update-upload-old:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("/images/attachThankyou.png") no-repeat center;
}

.thank__update-upload-old:before {
  background: url("/images/upload_old.png") no-repeat center;
}

.thank__card-link {
  color: #3075ab;
  text-decoration: none;
  font-weight: 600;
}

.thankyou-page-wrp .main-content {
  padding-top: 0;
}

.thank__message {
  text-align: center;
  margin-bottom: 20px;
}

.thank__message-btn {
  color: #ffffff;
  padding: 9px 35px;
  border-radius: 22px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  background-image: -ms-linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  margin-left: 10px;
  display: inline-block;
  font: 18px "Reem Kufi";
  text-decoration: none;
}

/***********end thankyou page*************/
/********how it works**********/
.how-it-works {
  padding: 50px 0 0;
}
.how-it-works .container {
  position: relative;
  margin-top: 77px;
  min-height: 212px;
}
.how-it-works .col-3 {
  width: 416px;
  height: 212px;
  position: absolute;
}
.how-it-works .col-3:first-child {
  background: url("/images/arrow.png") no-repeat;
  background-size: 85% 100%;
  left: -100px;
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.how-it-works .col-3:nth-child(2) {
  background: url("/images/arrow.png") no-repeat;
  background-size: 91% 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
.how-it-works .col-3:last-child {
  width: 308px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1250ms ease-out;
  -moz-transition: all 1250ms ease-out;
  -o-transition: all 1250ms ease-out;
  -ms-transition: all 1250ms ease-out;
  transition: all 1250ms ease-out;
}
.how-it-works.animated .col-3:first-child {
  left: 0;
  opacity: 1;
  z-index: 999;
}
.how-it-works.animated .col-3:nth-child(2) {
  background-size: 91% 100%;
  left: 36.5%;
  opacity: 1;
  z-index: 99;
}
.how-it-works.animated .col-3:nth-child(2) .how-it-works__item {
  padding-left: 15px;
}
.how-it-works.animated .col-3:last-child {
  left: 73%;
  opacity: 1;
  z-index: 9;
}

.how-it-work-mobile {
  display: none;
}

.col-3:last-child .how-it-works__check:before {
  position: absolute;
  content: "";
  top: -56px;
  left: -31px;
  width: 137px;
  height: 132px;
  background: url("/images/check.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}

.how-it-works__item {
  max-width: 290px;
}

.how-it-works__check {
  padding: 15px 0;
}

.how-it-works__number {
  color: #78b537;
  font-size: 44px;
  font-weight: 800;
}

.how-it-works__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
}

.how-it-works__text {
  padding: 10px 0 15px;
  line-height: 20px;
}

.how-it-works__btn-block {
  text-align: center;
  margin: 35px auto 80px;
}

.how-it-works__order-now, .live-chat-btn {
  background-image: linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  background-image: -moz-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  background-image: -webkit-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  background-image: -ms-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  background-image: linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  box-sizing: border-box;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  padding: 15px 20px;
  white-space: nowrap;
}
.how-it-works__order-now:hover, .live-chat-btn:hover {
  background-image: linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
  background-image: -moz-linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
  background-image: -webkit-linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
  background-image: -ms-linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
  background-image: linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
}

/********end how it works**********/
/***********Resume Writing Service - Professional Help***************/
.resume-writing-service {
  background: #f9f9f9;
  border-radius: 130% 130% 0 0/200px 200px 0 0;
  padding: 70px 0;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.resume-writing-service:hover {
  background: #f3f3f3;
}
.resume-writing-service .container {
  margin-top: 77px;
}
.resume-writing-service p {
  font-size: 16px;
  color: #000;
  margin: 25px 0;
  line-height: 21px;
}
.resume-writing-service ul {
  padding-left: 40px;
  list-style-type: disc;
  line-height: 21px;
}

.content-page .left ul {
  padding-left: 40px;
  list-style-type: disc;
  line-height: 21px;
}

.bold-text {
  font-weight: 600;
}

.images-block {
  text-align: center;
  margin: 50px 0 10px 0;
}
.images-block img {
  margin-right: 15px;
}

/***********End Resume Writing Service - Professional Help***************/
/*******Footer********/
.footer {
  background: #333;
  padding: 100px 0 0;
  position: relative;
  z-index: 9;
}
.footer .container {
  display: table;
}
.footer .container.last {
  padding-top: 35px;
}

.footer__item {
  display: table-cell;
  width: 50%;
}

.footer__title {
  color: #adadad;
  font-family: "Reem Kufi", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer__navigation li {
  display: inline-block;
  margin-bottom: 20px;
}
.footer__navigation a {
  color: #fff;
  padding-right: 43px;
}
.footer__navigation a:hover {
  color: #cbcbcb;
}

.footer__number {
  color: #a1a1a1;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-top: 13px;
}
.footer__number span {
  font-weight: 600;
  color: #fff;
}
.footer__number:before {
  content: "";
  position: absolute;
  background: url("/images/phone-dark.svg") no-repeat;
  width: 16px;
  height: 16px;
  top: -1px;
  left: -1px;
}
.footer__number a {
  color: #fff;
  text-decoration: none;
}

.footer__email {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  margin-top: 10px;
  padding-left: 22px;
}
.footer__email:before {
  content: "";
  position: absolute;
  background: url("/images/mail-dark.svg") no-repeat;
  width: 16px;
  height: 13px;
  top: 4px;
  left: -1px;
}
.footer__email:hover {
  text-decoration: underline;
}

.footer__copyright {
  color: #a2a2a2;
  border-top: 1px solid #545454;
  margin-top: 100px;
  padding: 55px 0;
  text-align: center;
}

/*******end Footer********/
/********login block*********/
.login-block {
  display: none;
  background: #fff;
  box-sizing: border-box;
  padding: 30.5px 35px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  width: 365px;
  box-shadow: 0 0 109px 1px rgba(200, 200, 200, 0.8);
}

.login-block__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 26px;
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.login-block__close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("/images/close.png") no-repeat center;
  width: 13px;
  height: 13px;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.login-block__close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}

.login-block__input {
  position: relative;
}
.login-block__input.focus_in .lbl__input {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  top: 20%;
}

.input__field {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  padding-top: 17px;
  padding-bottom: 7px;
  width: 100%;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  outline: none;
}
.input__field:focus {
  outline: none;
  border: 1px solid #89bdd6;
  box-shadow: 0 0 10px 3px #dcefff;
}

.lbl__input {
  color: #acacac;
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  text-transform: uppercase;
}
.lbl__input.top {
  top: 20%;
}

.blur.active {
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: relative;
  z-index: -1;
}

.fade.active {
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.login-block__submit {
  background-image: -moz-linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  background-image: -webkit-linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  background-image: -ms-linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  background-image: linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  border-radius: 26px;
  box-sizing: border-box;
  border: 0;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 10px;
  cursor: pointer;
  outline: none;
  width: 190px;
}
.login-block__submit:hover {
  background-image: -moz-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: -webkit-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: -ms-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
}

.login-block__forgot {
  border: 0;
  color: #60a5f2;
  display: block;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/********End login block*********/
/***********Our Services page*************/
/*****header --- Our Services page******/
.product-header__wrp {
  display: table-cell;
  position: relative;
  padding: 110px 0;
}
.product-header__wrp:after {
  position: absolute;
  content: "";
}

.products-pages .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAACZFBMVEV0fYi0tLWCi5aEjJe8ureysa+pqamSnqmNmaeImKaQmaSZmp6Nj5yUlpl8hpWNjpN7gZN9hpJ6gY2Cgot5fIZNaYVbboNYbINYZ4BgaXxQYHQ6VHFUXGxeYWkAAAC5uLmbqbOMn6+AlKuEnKqkoaSdnKOLlaOfnqGZm5+Plp6GkZ5WeJyVmJuAipt8iJuGj5mEiZhxg5iblpeRkJZ0gpZ+h5GLiI9sfI9ve4phdIpLZolOa4dveYVtd4VicIVTaoVyd4Ndb4NEY4FjbH9ocH54e31KY315dntRY3g9V288U25FWG03U2w0UGtxamhlYWhBT2NaVFdPR0tORUNIQEBXRT4BFT7FvrfBvbe1traSo7OFnLN6lLGvrq2Ilq2zsKyPn6yrq6ufpau7tKimpqZnkaZujaZ0iKVtjaSUmaOGlKNuh6OCj6F9i6F2iqFkiKCloJ6Wlp6RlZ6hnZuKjZtyhJuempqNkpqCjpl6hZlafpmXk5d3hJdheJdwhZaJi5WIjZSDhpRpgZR3fpRTdJJoe5GTj5CBh5BzfZBQcI5PboxxeItpdop6gIlyfYl2d4iDgIdtdYZ/foV1eYRrcYSTg4NRZ4OHgYKDfoBPZoCGe39mbn9+en1RY3xaZntydnpycnpcZHlIX3hmaXdrb3ZdaHVma3Q2U3GDbnBdY3BNXHBAVm9XYm1gYWwqT2xoYmlJXGV1ZmNcXGFNUmBmXV49UVtNT1hfVFQ4SlNVTU4sOUw+QUhSRkcZLERjSj81OD9GPz0RIjpOPTZPRzUADzFVNSw/LiwhIicACx8BBRQPEBJKHwzfGqlzAAABXklEQVQY02JgYfASs3OZzqhipFJQrMrLM4E/U9OVSUufyZSBNzaFgaVPWszOeQajurFqmZGGcckkfi7N+VkczMyCDDqsbAzyFtLijpJzGNXNCqvbiuoNRBq4OPxChdSYINIsDNLiYvPcGbmFefjNeBr5JjNzqE09HRjFzMfAC5QO711uL+7hHsHdbyAsrCtQ48DEybXiqAgnk6ANt3wiQ6SNr7WE1ALG8ikCIg6VgACrAFT/iDE9NQdgxrkheCoOPShjXwB6SUkVlkipIjdDNJGbbjF1RC8gWxwdEqakhy4dw0UAb0xKFRWdHGaFOWs3ODSLoR0HZ21eLoNPwKUHxx5LAGWuTTuJOhkgCYyjT6+tHKusITorXCIQU71Wu79QfgAjaCuEP6qyTrS3vFIaRqJCOWwYfRKawshWHh4YI7UAYi0atlJTVFSzS0xQRoqZQkGxvlVRGcHEycq6grC4gaphWijwZykAAAAASUVORK5CYII=") no-repeat;
}
.products-pages .header:before {
  position: absolute;
  content: "";
  background: url("/images/productPrageHeader.jpg") no-repeat;
}
.products-pages .header.bg-active {
  background: url("/images/productPrageHeader.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 50%;
}

.our_services .header {
  background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAA4KCwwLCQ4MCwwQDw4RFSMXFRMTFSsfIRojMy02NTItMTA4P1FFODxNPTAxRmBHTVRWW1xbN0RjamNYalFZW1f/2wBDAQ8QEBUSFSkXFylXOjE6V1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1f/wgARCAAfAGQDAREAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAwQFAgEG/8QAGAEAAwEBAAAAAAAAAAAAAAAAAAIDAQT/2gAMAwEAAhADEAAAAAc1uhNGYhehaMqdy1m68+T0TjgqIJqA2dsAYx4Xc6YTco+2VX54udFZ5GF89G0hRLJjsVUaxKlfr540bENqWlCStYltl89K0kH0nJsemxszpllUBR82GA4HRVAYD//EAC8QAAEEAQIDBwIHAQAAAAAAAAIAAwQSAQUiERMyFCExQlJicTNDEDRygZGSscH/2gAIAQEAAT8ABtv6ezb5V2KOX2AU3ThE7t0D1J3BNSDEQ21wpEJlrTgeEw5nUX7q4j07PcmWOb0/2Qad6k8yLQJqK4+FmQM01pDhfUoC1CEMczG90LbPDcfeououFLN5wAMq12lXuTMxl2Pzr0H3KabdK33VXLu61XqcHCLS3PKYKbFKO9y3PMNlp4CVBXARBTakB+npUX8o1+n8NaMe3GPwiMuO3wTUMh3vBt6h9yPDgmbjgHZRdGKUzYpVLe1NYq80JH9Mcbvhc9kt1wWtGJyAITuPKrt+Vprg3atsTrzPJPeCdsEc2SPaRXUeZHGI1Y/Ku3xS6TutWfZdnPEJ7U89v2jbHDxUucMQ2u461zVSZGXgPtB5L5wtIcyUYLDu7v8AFLYdPOAbZIcn1nfHdhBDeZjhwoVelTG3h21HHq4ZQTAY+zlzb68+CdmNZaaYfYc5IdAiff8AynpUWSIsTAc4B0EK7fFobBvu9lJut67uCjYhx79jllXzXHP/ADCNhifLAjd5ZEPlHimtNNocgBgeMZ8ar//EAB4RAAMAAgIDAQAAAAAAAAAAAAABAhIxEBEDICET/9oACAECAQE/AOHonY/GhogaFBgTBU+j0Ts/NmJA0Lm64ViFoWzMquyOMjIY1woEJfBL6MU9koo6MfT/xAAeEQADAAEFAQEAAAAAAAAAAAAAAQIRAxIgITEQQf/aAAgBAwEBPwD5nsz0JilFiokplWTXD9M9C1BU2ahuEW/kTwfo/DYRODUJQ0ORCfB+j8EOsGciNxnh/9k=");
  min-height: 472px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.our_services .header:before {
  position: absolute;
  content: "";
  background: url("/images/bg-our-Services.jpg");
}
.our_services .header.bg-active {
  background: url("/images/bg-our-Services.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.our_services .product-header__wrp:after {
  bottom: 0px;
  right: 0;
  background: url("/images/our_services_after.png") no-repeat center;
  width: 326px;
  height: 362px;
  z-index: -1;
  opacity: 0;
  background-position: 50% 100%;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}

.product-header__wrp.bg-active:after {
  opacity: 1;
}

.product-header {
  display: table;
}

.product-page__title {
  font-family: "Reem Kufi", sans-serif;
  font-weight: 400;
  font-size: 46px;
  color: #fff;
}

.product-page__text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

/*****end header --- Our Services page******/
/*****content --- Our Services page******/
.our_services .main-content {
  padding: 0;
  margin-top: 50px;
  background: #f9f9f9;
}

.services-wrp {
  background: #fff;
  border-radius: 0 0 130% 130%/0 0 200px 200px;
  position: relative;
}
.services-wrp .block-title {
  margin-bottom: 70px;
}

.services-item .caption {
  margin: 10px 0 20px;
}
.services-item .caption p {
  line-height: 18px;
}
.services-item .col-2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  max-width: 545px;
  padding: 20px;
  border: 2px solid #e2e2e2;
  margin-right: 50px;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.services-item .col-2:last-child {
  margin-right: 0;
}
.services-item .col-2:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  border: 2px solid #ffb046;
}

.services-head__title, .add-head p {
  color: #000;
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.services-price {
  box-sizing: border-box;
  color: #f89647;
  display: inline-block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  width: 50%;
  text-align: left;
}

.learn .learn-more {
  display: inline-block;
  box-sizing: border-box;
  color: #96bfdf;
  font-family: "Reem Kufi", sans-serif;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
  width: 49%;
  text-align: right;
}

.learn-more:after {
  content: "";
  position: absolute;
  background: url("/images/learn_arrow.png") no-repeat;
  top: 50%;
  right: 3px;
  width: 12px;
  height: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.learn-more:hover:after {
  right: -5px;
}

.additional-service {
  background: #f9f9f9;
  padding: 40px 0;
}
.additional-service .container {
  margin-top: 45px;
}

.block-title__text {
  color: #8d8d8d;
  text-align: center;
  margin-top: 5px;
  padding: 0 15px;
}

.item-add .col-3 {
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  float: left;
  position: relative;
  max-width: 350px;
  margin-right: 45px;
  margin-bottom: 45px;
  padding: 20px;
  min-height: 280px;
}
.item-add .col-3:last-child {
  margin-right: 0;
}
.item-add .add-price {
  color: #f89647;
  font-size: 22px;
  font-family: "Reem Kufi", sans-serif;
  line-height: 24px;
  position: absolute;
  bottom: 15px;
}
.item-add .caption {
  margin: 10px 0;
}

.block-images {
  margin: 60px 0;
  text-align: center;
}

.additional-service__mobile {
  display: none;
}

/*****end content --- Our Services page******/
/***********end Our Services*************/
/****resume-editing****/
.our-servicesresume-editing .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAABcVBMVEWqqqqkpKSnqKmWlZehn6CamZqgoqWZnKCnp6appqOVmp+fnp6YlpiOiovCxsqan6GVk5SLioN3dXdtbXJUVFZMS0yss7ijpaifpaidn6OioqKloJyXnZySlpyimZOalpOTkZKJiY+OkI6LiIqViYSEg4SVh396e31ucnqPgXl7f3h3e3Z0cnBdXWBCQD+3vcGyubysra2iqKycoqadm5yVmJuhm5iZm5eSm5SOlJONj5ORjpGTlY+Eho+OjYuHi4mXjIiHhYiEiIeNjYZ+gIZ6fYOPhH5ydHyBiHpub3V2fm2DdWxvdGpweGhraGdiYmaYamJlbF5aWFdHRUQ+Kj04IzcjFTUrKiwfDSfHy8+9xsy+wsemrK+Hi5SdlI6Pl4uSkoiGiIOQhoKwkoGkj4B1eICIiH+DhX9+g3+JgH2mhnyThHmzhHSjiXKHenJ1eXJ9dHKGjnFnanBvbGtwY15ZXFGRVFBpQEiDRUYuHz9bIzLf9yz8AAABNUlEQVQY0x3JQ4LEUBQAwPfjpNO2bdu2jbFt4/SD2hYQCbPMT5qe5iFozpVKuSKoCCprbT5hsSJcBwTJu/02BlBZ8jatE4HAYDgdyIo4COyIEYKANA99HQCwQa9TOBdgVK534U8uolge4K9x+IUxWWTIHOjSKMadpUqbzRLDIZoHAf/fOobTquOEXp9yuE7vrk4+PjEeAwJIXqKlEEOpaVxN0RaJ0Ow1iMu37wsNZ6CMsHZVjE0OYVqO1lB7gUb/EU/nUPhbtVsr+MYQcjk8s3aXHAfpuLjosfZf8ZLtOiISqaR1nxsULYdcYbcglmURYbIKK/ZkNrYv2gprDqVSJ6xvjpVVFgMAVl/1OAk0operlWh7hzySOsUQ8raeZ0ZaZvLed+UvEqF7JJNPJl+qSEb80Lj8AfzUMktS3YYCAAAAAElFTkSuQmCC") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.our-servicesresume-editing .header:before {
  position: absolute;
  content: "";
  background: url("/images/resume-editing.png") no-repeat;
}
.our-servicesresume-editing .header.bg-active {
  background: url("/images/resume-editing.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 50%;
}

/****end resume-editing****/
/******cv-writing*******/
.our-servicescv-writing .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAABdFBMVEWrnpKroZaro5qrpZ+rmIaqkHNMMy6rqqqrloKrkninh2qrnI2liG9fQjZSOjJILyyrp6Sqk3+rlXqpjHByVUBNPkBtVDtUOjhfSDZDKSs4GiurmoqqlYalkn2ggWiUfGOjgmKefmKFdWCLbl2UeFh5XlKJZk95YEuHY0d3WkJ8WkBZPjtONTIrFjIxFy5BHSirmJSpmY+omYWojn2hiHefim6ad26hhG2bhmmjhWV/b2R5bF6hfF2QclxyZ1yEaFqHblSSblCNaVCJbU12Wkw+KUyDYEM6IUFgRT8fFTpyWjlDIjY+JjU2GzVYPjM8HTE0FiQuT5KqkY6niYedjIObeXugjHqjjnOTgG0xM2hrS2CZel+NeV9DO1+Xa16pglyAb1qGWVqfdlWXdFVcXFV/YlRhQVOZcE9qTkqigkdrWUamYEV9XkVZSUWdb0RlSkMuHEKickFLKj2bUjxEMTwyGjs6HjppSjl+ZDchEzSWQTFcKC448rRvAAABN0lEQVQY0xXJ02JDQRQAwLN77di2U8S2Vdu2/fNt53XA2YSYUcoZjUZ9tNfzVx3rAsKYZDFGCFjgA3TUD4wdYYLA8A9ZNRvN0kCSaVqC/UbHxarz2bSmZjD5KI1roqVyZkWmFaWupSDQsLvdoiZkMkxMA6ch7wvXgtFZko7pRC2FIHTMMAzPkVxwwWzgzJ8yzTlnL99Jked9OhGsByoV8p6tzBGEbLqK0WnPw3Pi5mcaCkTCrR2gKBVG3su1eZuN96SULAI8SlgsSf0rCMVDYFkGQVUvWGU957kzbxIEWo53x+cWC1YXCkCSjGrOD/OLkk6wQ7ECeHUU3+tuD4fIUTn9a0qbOhHx4kckfBHplHi36yu+1R5P3wVuNwMk+3Rf9pYJtSK1dLd1m3rhqN9femy/JTKO4PUvHA0xC7RV+J8AAAAASUVORK5CYII=") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.our-servicescv-writing .header:before {
  position: absolute;
  content: "";
  background: url("/images/cv-writing.png") no-repeat;
}
.our-servicescv-writing .header.bg-active {
  background: url("/images/cv-writing.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 50%;
}

/******end cv-writing*******/
/******cv-editing*******/
.our-servicescv-editing .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAABxVBMVEWrq6unqKmEi456hYmrp50sLjU4MDCoo6Odn6OpoZ58iIybfmZ0ZWaFbl1RRURNQUJJPjwuLDBINy6boKisqaOjnpyVlJSWiYl3gYd3eH+nin5weX5+d3t6aWdAVGGDZl5yYl1oWldjV1N6YlFMQk5pVExrVURnSjxPPjZBNjZIOjU0KyqYnKKTmJ2Ji5mfm5iropZvepGBio+LiopweId9d4edkIabiYR1fYKag3+hhn1mZ3yljnuKeHpsc3mbf3iFfHhkcXeAdnSph3NbaHJ+b3FybHGghnChfnBFXm6egmuOc2lEWmhZV2elf2ZpYmWPd2SHcWR/bWJ3ZF6Ucl2Ga1aRblV9ZVVYUFN2XVFfUU9eTUhmTkRiRkJ4U0BfTD5ZRjtUQTY9MzMpKjBUOi1xSCtFJhWpmpWRjJV/hJWLj5GbkY6rnYunkouEhoh/f4aTgYVzb4SnjoOMhIKTh4Cfjn6HgH5bZ32NgHx4dnmbiHehgneGenKXgnGOfXGCdWxtZ2xhY2t9cWqadmZaYGNNVWCffF5PS1lYTkxVRkx5YEmWd0cvMzxEOjtxTTpbQDZpRzN2WywjIygvJiUhGRc1IhMbEQwx7u5yAAABTklEQVQY0w3J02KCARgA0O9ntr1abraV3dKya7Ztm8+7zu2Bp5Wu4H2KzebYrPxSK4tFpbLmZlu041OHMumpAxK4sHt0RjkazLLNRRO/SBVEms082FPK+q72IY7jHeMDTtpwMsU2ar9t1Pa1k6ner8qMcqjP64U73zxluMOP0Lam9bmYhRS0y/xnIOKGLxXdFzvASPRT5AuTCGVVocvHXq0IbO52CimWmwkpvVcMjNb1tpEROyKyM7VmFYcL0Bik0TS8CcUQnY4227U4eSwXiEMtOqsq/ACQXn7XkaoqJsXQHmAYmf0eeWjDmTOwClE9Ccg5p8LbdhFqNYbRwWdkSjySa02mlj0ai3JsCDLAJUniRe2YRlEM8EjprWD6qDd+zAZTmssXizIWHkHkA7dtGNoFwjGDPv78Wf/9K/PLbndS0qmp8arEY2AQX+pB/wEp3UU8/LuaNQAAAABJRU5ErkJggg==") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.our-servicescv-editing .header:before {
  position: absolute;
  content: "";
  background: url("/images/cv-editing.png") no-repeat;
}
.our-servicescv-editing .header.bg-active {
  background: url("/images/cv-editing.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 50%;
}

/******end cv-editing*******/
/*******our_servicesresume_review********/
.our_servicesresume_review .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAABcVBMVEWqqqqkpKSnqKmWlZehn6CamZqgoqWZnKCnp6appqOVmp+fnp6YlpiOiovCxsqan6GVk5SLioN3dXdtbXJUVFZMS0yss7ijpaifpaidn6OioqKloJyXnZySlpyimZOalpOTkZKJiY+OkI6LiIqViYSEg4SVh396e31ucnqPgXl7f3h3e3Z0cnBdXWBCQD+3vcGyubysra2iqKycoqadm5yVmJuhm5iZm5eSm5SOlJONj5ORjpGTlY+Eho+OjYuHi4mXjIiHhYiEiIeNjYZ+gIZ6fYOPhH5ydHyBiHpub3V2fm2DdWxvdGpweGhraGdiYmaYamJlbF5aWFdHRUQ+Kj04IzcjFTUrKiwfDSfHy8+9xsy+wsemrK+Hi5SdlI6Pl4uSkoiGiIOQhoKwkoGkj4B1eICIiH+DhX9+g3+JgH2mhnyThHmzhHSjiXKHenJ1eXJ9dHKGjnFnanBvbGtwY15ZXFGRVFBpQEiDRUYuHz9bIzLf9yz8AAABNUlEQVQY0x3JQ4LEUBQAwPfjpNO2bdu2jbFt4/SD2hYQCbPMT5qe5iFozpVKuSKoCCprbT5hsSJcBwTJu/02BlBZ8jatE4HAYDgdyIo4COyIEYKANA99HQCwQa9TOBdgVK534U8uolge4K9x+IUxWWTIHOjSKMadpUqbzRLDIZoHAf/fOobTquOEXp9yuE7vrk4+PjEeAwJIXqKlEEOpaVxN0RaJ0Ow1iMu37wsNZ6CMsHZVjE0OYVqO1lB7gUb/EU/nUPhbtVsr+MYQcjk8s3aXHAfpuLjosfZf8ZLtOiISqaR1nxsULYdcYbcglmURYbIKK/ZkNrYv2gprDqVSJ6xvjpVVFgMAVl/1OAk0operlWh7hzySOsUQ8raeZ0ZaZvLed+UvEqF7JJNPJl+qSEb80Lj8AfzUMktS3YYCAAAAAElFTkSuQmCC") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.our_servicesresume_review .header:before {
  position: absolute;
  content: "";
  background: url("/images/resume-review.png") no-repeat;
}
.our_servicesresume_review .header.bg-active {
  background: url("/images/resume-review.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 50%;
}

/*******end our_servicesresume_review********/
/***********resume writing*************/
.our-servicesresume-writing .header {
  position: relative;
  background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAwJCQsJCAwLCgsODQwPEx8UExEREyYbHRcfLSgwLywoLCsyOEg9MjVENissPlU/REpMUFFQMDxYXldOXkhPUE3/2wBDAQ0ODhMQEyUUFCVNMywzTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU3/wgARCAASADIDAREAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAwQFAAYB/8QAFwEBAQEBAAAAAAAAAAAAAAAAAAIDAf/aAAwDAQACEAMQAAAAfFQvJKCrRPpqTKVjyZB1tkZjTm6ca4xFQ3q5y8Oh5p//xAArEAABAwIEBAUFAAAAAAAAAAACAwQSAAEFERMiISMyUTRBQoGyUnJzocH/2gAIAQEAAT8AcqjDbP1/GkFBJsaioTMI+qkHwooo6qAHsHdEe1HihLTTENhheiMW7BFRXYAHb5ULxLEEdRLZANMh+kqHptTmOjH76bIcldMQpBAS0SVmfKCMabE2UWXTQdgas77axdcmbBqmUwmraRRlHIs+9qw/VZ4m6buYABhqbZR9s+8qLFmAFcSX42pfoD3pvwnlw2UI2gjwt0DWDeLxQvw/2sR5iACpvtpKlkXe0cr/ALvQphFMoDncDve+XnvpixamxbETZEiukOd4W7V//8QAGREAAwEBAQAAAAAAAAAAAAAAABASEQEg/9oACAECAQE/AFRT1ySYYR54cX//xAAZEQACAwEAAAAAAAAAAAAAAAAAARASIAL/2gAIAQMBAT8AzbTY+i8uGOP/2Q==") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.our-servicesresume-writing .header:before {
  position: absolute;
  content: "";
  background: url("/images/resume-writing__new.png");
}
.our-servicesresume-writing .header.bg-active {
  background: url("/images/resume-writing__new.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 50%;
}
.our-servicesresume-writing .product-header__wrp {
  padding: 70px 0;
}
.our-servicesresume-writing .header-text {
  z-index: 8;
}
.our-servicesresume-writing .regalias-block-wrapper {
  position: absolute;
  top: 130px;
  left: 89%;
  opacity: 1;
  z-index: -1;
}
.our-servicesresume-writing .regalias-block-wrapper .regalias-block {
  background: url("/images/regals-header.png") no-repeat;
  width: 210px;
  height: 148px;
}
.our-servicesresume-writing .regalias-block-wrapper .regalias-block-title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}

.price-from {
  font-family: "Reem Kufi", sans-serif;
  font-size: 28px;
  margin: 20px 0;
  color: #ffc93f;
}

.move-to-tabs {
  display: block;
  text-align: center;
  position: relative;
  top: 30px;
}
.move-to-tabs:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-iteration-count: infinite;
  opacity: 0.5;
}

.tabs-wrp .left {
  float: left;
  width: 744px;
  margin-right: 48px;
}
.tabs-wrp .left2 {
  float: left;
  width: 100%;
}
.tabs-wrp .right {
  float: right;
  width: 348px;
}
.tabs-wrp .tabs-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.tabs-scroll2 {
  border-bottom: 2px solid #e2e2e2;
}

.custom-tubs {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.ui-tabs-tab {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.ui-tabs-tab a {
  border-bottom: 2px solid #e2e2e2;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 19px;
  padding: 10px 18px;
  text-decoration: none;
  color: #c9c9c9;
  line-height: 20px;
  outline: none;
  text-align: center;
}
.ui-tabs-tab.ui-tabs-active a {
  border-bottom: 2px solid #ffac47;
  color: #000;
  padding: 10px;
}

.custom-tubs2 {
  display: table;
  width: 784px;
  margin: 20px 0;
  margin-bottom: -2px;
}

.ui-tabs h3 {
  font-weight: 700;
  font-size: 18px;
}
.ui-tabs p {
  line-height: 28px;
  margin: 15px 0 35px;
}

.tabs-right {
  margin: 0 37px 0 auto;
  cursor: pointer;
}

.resume-example__entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  background: url(/images/resume-example__entry.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 204px;
  height: 202px;
}

.resume-example__professional {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  background: url(/images/resume-example__professional.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 204px;
  height: 202px;
}

.resume-example__executive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  background: url(/images/resume-example__executive.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 204px;
  height: 202px;
}

.resume-example__military {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  background: url(/images/resume-example__military.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 204px;
  height: 202px;
}

.resume-example__federal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  background: url(/images/resume-example__federal.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 204px;
  height: 202px;
}

.resume-example__career-change {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  background: url(/images/resume-example__career-change.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 204px;
  height: 202px;
}

.tabs-right__view-semple {
  position: relative;
  font-size: 14px;
  text-align: center;
  color: #ffac47;
  margin-top: 23px;
}
.tabs-right__view-semple:before {
  content: "";
  background: url(/images/loop__gallery.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 23px;
  height: 22px;
  left: 58px;
  top: -4px;
}
.tabs-right__view-semple .tabs-right__view-semple-text {
  display: block;
  text-align: center;
  margin-left: 41px;
}

.tabs-left {
  max-width: 834px;
}

.tabs-item-wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.prices-button {
  background-image: -moz-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.03);
  font-family: "Reem Kufi", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
}
.prices-button:hover {
  background-image: -moz-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
}

.how-it-works.item-content {
  position: relative;
  border-radius: 0 0 130% 130%/0 0 200px 200px;
  background: #fff;
}

.our-advantages.item-content {
  border-radius: 0;
  overflow: hidden;
}

.about-product {
  background: #f9f9f9;
  border-radius: 130% 130% 0 0/200px 200px 0 0;
  position: relative;
  padding: 50px 0 0;
  margin: 50px 0 0;
}

.about-product__wrp {
  margin-top: 70px;
}
.about-product__wrp p {
  font-size: 16px;
  line-height: normal;
  margin: 16px;
}
.about-product__wrp ul {
  list-style-type: disc;
  padding: 10px 40px;
  margin: 15px 0;
}
.about-product__wrp li {
  font-size: 16px;
  margin-bottom: 10px;
}

.guaranteed {
  box-sizing: border-box;
  border: 2px solid #e2e2e2;
  padding: 30px;
}

.guaranteed__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  color: #000;
  line-height: 28px;
  margin-bottom: 15px;
}

.guaranteed__ul, .features__ul {
  list-style-image: url("/images/checkLi.png");
  padding-left: 30px;
}
.guaranteed__ul li, .features__ul li {
  margin-bottom: 15px;
}

/***********end resume writing*************/
/*********contact us**********/
.contact-us .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAABqlBMVEW1tbW2tra0tLSysrKwsbGnqamztLSur6+5uLizs7OrrKy5urq3t7ecm5mVlpUnKTERERfIyMikp6aio6KVmpuYmJqQkpONjo+MjYuKi4uEh4p6enuGfXdycnVZW11IR0lYTUhBQkY+QEQ2OkFNPTQpKiwhJSwgICQdHiIXGBy/v7/Avb2wsLCtrayorKupqKekpaafoqOdnZ2gn5ymnZqVmZiZmJaTkpKQkJKMkJKPkZGHg4OIhIKCg4Bwb3FoaGxjZWZgYWJlYGBWWF1NUFRKTFAuNT47PD03NjtRQDcwMDRCMyouLCkgIScjJCYmIiIaGSAOEBTNzc3KycbExcS+wcG8vb6utLOoqa+wq6yfpKympqWtoqWcoKGVoJyvoZiPlZiom5aZmZaLjpWTk5CekZCIi5B/iY2QjIiSioOKfIOPgoJ8fnt3enZqbXBrbG51dG1xcmp1bmldYGlrXGVpY11zaFxiVVpSUlhJS1deWVJGSVJsXFBMSUtjVkpYRUc0MzVJOTA/NDA0LTBKNiwmIicXGyY2KSEwJyEpHhwdGRQGBwwBAQsEAAC6hOWCAAABQ0lEQVQY0w3N03ZDQRhA4X9mjnLixrZqN7ad2rZtm+/cXH9rrw23HwUtIEIENI2JgKF5TBGK5WmFYkZj0IKxVFoVijADPN9kzLOIAYoIgHSwQ5EB2HI6B4UcAKIoESAR244wEAGn1psTfcEeMD45xWPjgJsMiEMshQAYgpUBjXZQ0gL9hddlRtyOhECEzQWhUKtcPjm/MLsb6ZXQcP5pPbvYbuXYzqm2jhjuwvKQIeqfWOrfO1I16/uy6/nhtG1kcWNtZ31FZBTr80lr+Ep2ODwqVreA9c5Vl6a6eqO6vpBq+kR9/F01XSdNl/FNiU5Hw9dLTSq12x1uMz3HmX4N4XLjxuY5UKWKrlx6ACx/NfujR1b/sfUEOvffhqhEPuN+l2YqDZ8jqwFzzlL0eGVemUWpV8bS3d0Kf9zmrnh9vqojG/wHf+04gMLyhE4AAAAASUVORK5CYII=") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-us .header:before {
  position: absolute;
  content: "";
  background: url("/images/headerBgContact.jpg") no-repeat;
}
.contact-us .header.bg-active {
  background: url("/images/headerBgContact.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-us .main-content {
  min-height: 100%;
  padding-top: 0;
}
.contact-us .product-header__wrp:after {
  opacity: 0;
  -webkit-transition: opacity 650ms linear;
  -moz-transition: opacity 650ms linear;
  -o-transition: opacity 650ms linear;
  -ms-transition: opacity 650ms linear;
  transition: opacity 650ms linear;
  background: url("/images/contuct_us_after.png") no-repeat center;
}
.contact-us .product-header__wrp.bg-active:after {
  top: -31px;
  right: 0;
  background: url("/images/contuct_us_after.png") no-repeat center;
  width: 345px;
  height: 445px;
  z-index: -1;
  opacity: 1;
}

.row-contact {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.col-2 a {
  color: #333;
  text-decoration: none;
}

.contact-info {
  text-align: center;
  padding: 30px 0;
}
.contact-info__item {
  background: #f5f5f5;
  box-sizing: border-box;
  position: relative;
  padding: 45px 80px 45px 180px;
  width: 48%;
  margin-bottom: 4%;
}
.contact-info__item.phone:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 40px;
  width: 103px;
  height: 102px;
  background: url("/images/contact_phone.png") no-repeat;
  transform: translateY(-50%);
}
.contact-info__item.email:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 40px;
  background: url("/images/contact_email.png") no-repeat;
  width: 111px;
  height: 100px;
  transform: translateY(-50%);
}
.contact-info__item.address:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 65px;
  background: url("/images/placeIcon.png") no-repeat;
  width: 80px;
  height: 100px;
  transform: translateY(-50%);
}
.contact-info__item p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-info__item span {
  font-weight: 600;
}
.contact-info .col-md-12 {
  box-sizing: border-box;
}

.live-chat-btn {
  text-transform: uppercase;
  margin: 20px 0 0;
}

/*********end contact us**********/
/***********Samples page***************/
.samples .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAABXFBMVEWNlJsnIBwsJB82MCp7eXqrra5zeH0oKisxOzwwKiOXjo59d3AeGhmJi5F9hYiHiYqmnp6QkpZxe4ubmZpWRS90bmh2e4CAjJV2aVo1P0PCwsFsd4CtqKior7qIgoJdTjlzWztANytoanFmZ2Ggo6udkYqfoKJlY15scnCVnKt9hJFUVEqxub8LQG8SEhSln6RgdICXoqZaYWtodHgAKmleZ3AAPXBBSU+alJBPW2goMja5vr9taGBfX1dBMiKmpKiKaUV8cmhmW0ulpq6fnqC/urgYGx1vXlGEb2BFQjgiISJeYWFGVWGhgG6PiYpXZ3idqazGyMaGmpeLfG+gmpeQjZOGipoTSXGDdWc/TVt/gIGMg3k8OzQ9RUFLU1wtMjKfeVCYdlOzsbKTi4RTVVKokIayjnishmRnVUOVgXMyNDQuO0gxWHLVz8lWcH1zfnWxuq0qP1KRlqUgLT3NInhIAAABOElEQVR4XhXL025EUQAAwHNta23bts3atvv/SbfPkwG4NYULJQ5FUQetNG0326Nbpj6ZEARCsQQBTlKFwuGbHpxyDtrm94sm02n7NESeeaPnA+ISnGRzuVxcKEkBpr3HMDQaCi4O9OiF8ZGakeSO4/HC4b4Y6GGKQ6AViSsb9oMMWK9iYfOOeYEzdBT32bu+nuSzBCzp9DuYgeomDc7NgI9wgnYX8si80uzbbH0xv8QsUjG72mCR3ZZlOf96jAejasc0et4y6B3+z5/rrypPmoHHk7koTscNp5tyUzA1nllBOKYTZcBLeKUCtJrXq3VYyolAZwg7eKkcR8Kx/SFuWPPL3wSo10xDlwpBbgRC2ESCehrRXXtyLlYx7Kf8DZxX1y2XS23AMASzsNp6fLhP2sW5P1naW2iZP3DBNeVM9cW8AAAAAElFTkSuQmCC") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.samples .header:before {
  position: absolute;
  content: "";
  background: url("/images/headerBgSamples.jpg") no-repeat;
}
.samples .header.bg-active {
  background: url("/images/headerBgSamples.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.samples-item .col-2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  max-width: 545px;
  border: 2px solid #e2e2e2;
  margin-right: 50px;
  margin-bottom: 50px;
  position: relative;
  padding: 30px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.samples-item .col-2:hover {
  webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.samples-item .col-2:last-child {
  margin-right: 0;
}
.samples-item .col-2 p {
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  color: #000;
  line-height: 29px;
}
.samples-item .col-2 a {
  text-decoration: none;
}
.samples-item .samples__link {
  display: none;
}

.samples-head {
  background: url("/images/samples.png") no-repeat;
  padding: 28px;
  padding-left: 80px;
}
/***********end Samples page***************/
/***********discount page***************/
.discounts .our-advantages.item-content {
  position: relative;
  border-radius: 130% 130% 0 0/200px 200px 0 0;
}
.discounts .packages-boost__li {
  margin-bottom: 20px;
}
.discounts .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAACK1BMVEWcl5CMeWGclYqYk4mTjYKXj36olW6ZhF2MeV2TfFhnUTVtTiq0sq6gnJOalo6alIeOiX6Lhn2gj3WjjmigiWOjjGKVf2CdhV6bhF2Sfl2SelePeleHc1STeU2QcEeTcEBfSS+4ur+xq6Gno5+wppOcloyUj4mYk4ernIauooWZk4SYkYOkloKwpYGTi3qOhHirm3WqmHSEfXClkW+ql26hjW6mkmqqlmmOfWeeiWaYgmWlj2OrlWKokmKag2GHdFyUgVmiiFifhViXfVaLc1SOdFBwYU6Ic0ybfEucfkqEbkqoi0mhhUmVdkmKbUiCa0dtWkSkhUOXdkOPbUF9YkGBZD11XT16XjxxWDqPazmaczVhTTV8WzSQaDOKZC+FXS9XQilmSCi0sKesqaKkoJy0r5ahnJabmJSel46XkY6clYumm4mdlIeQioGqnICXi32pmnyypnuYjHqUh3qJhHmmlHijkniun3ePhneunXF8d22AemyWhWutmWankmWPemKAdWKeiV+Oe1+qk16iil6cgF6Jdl6CdF6mj12eh12VgFyCcVuPd1mIdlieg1WbglSNelOVelF7aVCMck+Gb0+GbU+nik6LbkySc0mFaklzYEmSdkiKcUecfkWMbEVzXUBqV0B8YD54XT5lUz6GZT2IZzxvWDuCYjp1WTmSbjiTbTdtVTaGYjVzVjVkSzBmTS+XcS56WS5nSi2WbCp+WCqXbymIXyVSPSR8USOML550AAABXElEQVQY0w3JQ2JDUQAAwPeTxrZR27Zj26ht27Zt2+3xmtkOKORrz9/3s9AQNArNbJusOP/HDVaMFfucZ07fL4DQW64vzRIzJ6fgxPvnsuJwdzi/xfb6eIoVX0oAukxz7RFyjXY2yyASXt2aTRfPNuzLweLsWEoXGZRzMYL7h1TZZ1vLVAm9dJ3L4/AUlo3EvoSgAIBh0RkqR1SaPgSfhMygZ6MwC0VriuXOBERsZCQcpNMYyXn6qOhhfNhcbgaSLWCjinhSdCsiBg4jAtBNK07qV4ZVxwfj4zPTkLT5cRQKI51AxJJgdQCAbJY8P38ntbe9IjpvMnPEsLJ6KDjS8hExJBgs0PxSu0xeLDpW5iJVb47kdA+HyhwydxBI4Q01RCLQFZTvidRxjO+ekJIfN7WSExpMqMqqrw2PiCBQ4EC3WbbrFTZOu+OoauMTswkqTAwlS5opg+SUAQr8H/rDV2FYVwy5AAAAAElFTkSuQmCC") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.discounts .header:before {
  position: absolute;
  content: "";
  background: url("/images/headerBgDiscount.jpg") no-repeat;
}
.discounts .header.bg-active {
  background: url("/images/headerBgDiscount.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.discounts .product-header__wrp:after {
  opacity: 0;
  -webkit-transition: opacity 650ms linear;
  -moz-transition: opacity 650ms linear;
  -o-transition: opacity 650ms linear;
  -ms-transition: opacity 650ms linear;
  transition: opacity 650ms linear;
  background: url("/images/discounts_after.png") no-repeat;
}
.discounts .product-header__wrp.bg-active:after {
  top: -73px;
  right: 0;
  width: 206px;
  height: 417px;
  background: url("/images/discounts_after.png") no-repeat;
  z-index: -1;
  opacity: 1;
}

.packages-boost__wrp.second-part {
  margin: 30px 0;
}
.packages-boost__wrp.second-part .packages-boost__li {
  min-height: 395px;
}
.packages-boost__wrp.second-part .packages-boost__li:first-child {
  margin-left: 11px;
}
.packages-boost__wrp.second-part .owl-dots {
  margin: 25px 0;
}
.packages-boost__wrp.second-part .packages-boost__ul {
  margin-top: 0px;
  margin-bottom: 0;
}

/***********end discount page***************/
/******Content page********/
.content-page {
  color: #000;
  padding-bottom: 50px;
}
.content-page .left {
  float: left;
  width: 744px;
  margin-right: 48px;
}
.content-page .right {
  float: right;
  width: 348px;
}
.content-page ol {
  list-style-type: decimal;
  padding-left: 40px;
  margin: 20px 0;
}
.content-page ol li {
  line-height: 24px;
}
.content-page ol a {
  text-decoration: none;
}
.content-page p {
  line-height: 24px;
}
.content-page li {
  margin: 10px 0;
}
.content-page .guaranteed {
  margin: 45px 0;
}

.credit-form p {
  margin: 14px 0;
}

.user-login__title {
  display: block;
  margin: 14px 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #c1bdb7;
}

.forgot__match-email {
  margin: 14px 0;
}

.forgot__email, .login-page__input {
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 5px 15px;
  width: 350px;
  box-sizing: border-box;
}

.forgot__email-area {
  margin-bottom: 14px;
}

.forgot__submit, .login-page__submit {
  background-image: -moz-linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  background-image: -webkit-linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  background-image: -ms-linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  background-image: linear-gradient(180deg, #69adf7 0%, #3e86e0 100%);
  border-radius: 26px;
  box-sizing: border-box;
  border: 0;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 10px;
  cursor: pointer;
  outline: none;
  width: 190px;
}
.forgot__submit:hover, .login-page__submit:hover {
  background-image: -moz-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: -webkit-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: -ms-linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
  background-image: linear-gradient(-90deg, #69adf7 0%, #3e86e0 100%);
}

.login-page__message,
.login-page__error,
.login-page__enter-info {
  margin: 14px 0;
}

.login-page__message,
.login-page__error {
  color: #f00;
}

.login-area .login-block__forgot {
  text-align: left;
  font-size: 14px;
}

.login-page__title,
.forgot__label {
  display: block;
  margin-bottom: 5px;
}

.custom-li-color {
  list-style-type: disc;
  padding-left: 40px;
}

.forgot__error {
  padding-bottom: 14px;
  color: #b50b0b;
  font-weight: 600;
}

.content-page__text .terms-title {
  font-size: 20px;
  margin-top: 10px;
  margin-left: 0;
}
.content-page__text p,
.content-page__text ul {
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.content-page__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  margin: 10px 0;
}

.right .block-images {
  margin: 45px 0 0;
}

.order-wrp {
  text-align: center;
  margin: 35px 0;
}

.order-wrp__btn {
  background-image: -moz-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(-90deg, #ffcb3e 0%, #ff9c4c 100%);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.03);
  font-family: "Reem Kufi", sans-serif;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 35px 7px 35px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
}
.order-wrp__btn:hover {
  background-image: -moz-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -webkit-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: -ms-linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
  background-image: linear-gradient(90deg, #ffcb3e 0%, #ff9c4c 100%);
}

.site-actitvity {
  box-sizing: border-box;
  border: 2px solid #e2e2e2;
  font-family: "Reem Kufi", sans-serif;
  padding: 30px;
}
.site-actitvity span {
  display: block;
  font-size: 55px;
  background: -webkit-linear-gradient(#ff9d4c, #ffca3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-actitvity strong {
  font-size: 18px;
}

.actitvity-list li {
  width: 49%;
  display: inline-block;
}

.features-wrp {
  box-sizing: border-box;
  padding: 30px;
  border: 2px solid #7fbd14;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7fbd14), to(#a6d505)) 1 1%;
  -webkit-border-image: -webkit-linear-gradient(#7fbd14, #a6d505) 1 1%;
  -moz-border-image: -moz-linear-gradient(#7fbd14, #a6d505) 1 1%;
  -o-border-image: -o-linear-gradient(#7fbd14, #a6d505) 1 1%;
  border-image: linear-gradient(#7fbd14, #a6d505) 1 1%;
  position: relative;
}
.features-wrp:before {
  position: absolute;
  content: "";
  width: 105px;
  height: 107px;
  background: url("/images/free.png") no-repeat;
  left: -25px;
  top: -25px;
}
.features-wrp .content-page__title {
  padding-left: 10px;
}

/******End Content page********/
/*****About us*******/
.about-us .header:before {
  position: absolute;
  content: "";
  background-image: url("/images/header_bg_about_us.jpg");
}
.about-us .header.bg-active {
  background-image: url("/images/header_bg_about_us.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: initial;
}

.about-us__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.329);
  text-align: center;
  padding: 90px 0;
  margin: 8px 0;
}

.about-row {
  text-align: center;
  padding: 100px 20px;
}
.about-row:first-child {
  padding-top: 50px;
}
.about-row:nth-child(even) {
  background-color: #F0EEEE;
}

.about-cover {
  display: inline-block;
  max-width: 355px;
  margin-right: 20px;
}

.about-block {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.about-block .about-block__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 42px;
  margin-bottom: 42px;
}
.about-block .about-block__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
}

.about-card {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  margin-left: 1em;
  margin-right: 1em;
}
.about-card .about-card__img {
  width: 190px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20rem;
  margin-bottom: 14px;
}
.about-card .about-card__name,
.about-card .about-card__role {
  font-family: "Reem Kufi", sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}

.text-left {
  text-align: left;
}

.experts-wrp {
  margin: 100px 0;
}
.experts-wrp .block-title {
  margin-bottom: 120px;
}

.experts-item {
  position: relative;
  margin-top: -40px;
}
.experts-item .left, .experts-item .right {
  box-sizing: border-box;
  position: relative;
  width: 530px;
}
.experts-item .left {
  background: #f5f5f5;
  margin-left: 100px;
  padding: 65px 50px 50px 125px;
}
.experts-item .left:before {
  position: absolute;
  content: "";
  top: -49px;
  left: -100px;
  width: 159px;
  height: 181px;
}
.experts-item .right {
  float: right;
  background: #ebebeb;
  margin-right: 100px;
  padding: 65px 100px 50px 75px;
}
.experts-item .right:after {
  position: absolute;
  content: "";
  top: -49px;
  right: -100px;
  width: 159px;
  height: 181px;
}
.experts-item p {
  color: #000;
  font-style: italic;
  line-height: 1.857em;
  text-align: left;
}
.experts-item .experts__title {
  font-weight: 700;
  font-style: normal;
  padding: 10px 0;
}

.expert-two:after {
  background: url("/images/writersSprite.png") no-repeat;
  background-position: -1px -184px;
}

.expert-three:before {
  background: url("/images/writersSprite.png") no-repeat;
  background-position: -1px -367px;
}

.expert-four:after {
  background: url("/images/writersSprite.png") no-repeat;
  background-position: -1px -550px;
}

.experts__quote {
  position: relative;
  z-index: 1;
}
.experts__quote:before {
  position: absolute;
  content: "";
  top: -40px;
  left: -45px;
  background: url("/images/quote.png") no-repeat;
  width: 74px;
  height: 64px;
  z-index: -1;
}

/*****end About us*******/
/******Prices page********/
.prices-page .header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAKCAMAAACUqR4dAAAAyVBMVEV9fX16ent5eHl3dXdeXWFycXRiYWZgX2UTDxBxb3FtbXFgX2NHREpFP0ErIiBva2teXWRcWmBoY19bWV5PTVJMRko8Mi8cGRx3dHR0cnNoZ2tkZGlqZ2ZiYGFWVVpZVVdWUldTT1ZSTU9IPz8oIycjHR0YFBUQDQ5sam5ybm1taWhlYmZmXlhiW1RBPEE9ODxFPDouKi9ANC42LCkyKig0JyEeGyAeGBhxamZYV19gXF5oYVtgU0pANzVNNS87LSdLLxwjFxQMCQkivcTZAAAA7UlEQVQY0x3LRXbDQBRE0foN6hZakgVmEJpihjDtf1FpZfBqck/hsI4nm56dDJZitoKABeCJd4vpBFjSc88e8hnvW0LCxZgMs1HHCxtQrFPWZ5HlSvMdg2HHnI49DmwHBWeMZkwotSWLXAzZjv7ZJ4DbsuOI3DCcckERJoM3rEAdE4Twq9wpLE9K8Uou62O6jjGCoZRLZHl73DfNSCXOMnlxDM83MY0BYG4qD9cqD+I0vWTXYn9Ui9787pGfGFKmc5Z9fgS/7aM8n8r8tNBaM+nXngDdDX/dbkHQ1I+g1mGoorTV+vL9Xv14gAb+AN5mE6bTvEpGAAAAAElFTkSuQmCC") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.prices-page .header:before {
  position: absolute;
  content: "";
  background: url("/images/headerBgprices.png") no-repeat;
}
.prices-page .header.bg-active {
  background: url("/images/headerBgprices.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.prices-page .product-header__wrp:after {
  opacity: 0;
  -webkit-transition: opacity 650ms linear;
  -moz-transition: opacity 650ms linear;
  -o-transition: opacity 650ms linear;
  -ms-transition: opacity 650ms linear;
  transition: opacity 650ms linear;
  background: url("/images/prices_after.png") no-repeat;
}
.prices-page .product-header__wrp.bg-active:after {
  top: 1px;
  right: 0;
  width: 430px;
  height: 343px;
  background: url("/images/prices_after.png") no-repeat;
  z-index: -1;
  opacity: 1;
}

.price-container {
  max-width: 940px;
}

.prices-buttons-wrp .left {
  float: left;
}
.prices-buttons-wrp .right {
  float: right;
}

.select-buttons, #currencies {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.select-buttons li, #currencies li {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.select-buttons li a, #currencies li a {
  border-bottom: 2px solid #e2e2e2;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 18px;
  padding: 5px 15px;
  text-decoration: none;
  color: #c9c9c9;
  line-height: 20px;
  outline: none;
  text-align: center;
}
.select-buttons li a.active, #currencies li a.active {
  border-bottom: 2px solid #ffac47;
  color: #000;
}
.select-buttons li:first-child a, #currencies li:first-child a {
  padding-left: 0;
}

#currencies li a {
  font-size: 16px;
}

.redBody, .purpleBody {
  position: relative;
  width: 100%;
}
.redBody thead, .purpleBody thead {
  background: #f3f3f3;
  font-family: "Reem Kufi", sans-serif;
  font-size: 18px;
}
.redBody td, .purpleBody td {
  position: relative;
  padding: 11px 10px;
}
.redBody td:nth-child(2), .purpleBody td:nth-child(2), .redBody td:nth-child(3), .purpleBody td:nth-child(3) {
  width: 80px;
}
.redBody .first, .purpleBody .first {
  width: 500px;
}
.redBody tr.even, .purpleBody tr.even {
  background: #fafdf2;
  border: 1px solid #9ac07b;
  border-left: 0;
  border-right: 0;
}
.redBody .popular-price, .purpleBody .popular-price {
  color: #5a9b15;
  font-weight: 600;
}
.redBody a, .purpleBody a {
  text-decoration: none;
}
.redBody a:hover, .purpleBody a:hover {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 12px 5px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: -moz-linear-gradient(0deg, #69af1e 0%, #a7d605 100%);
  background-image: -webkit-linear-gradient(0deg, #69af1e 0%, #a7d605 100%);
  background-image: -ms-linear-gradient(0deg, #69af1e 0%, #a7d605 100%);
  background-image: linear-gradient(0deg, #69af1e 0%, #a7d605 100%);
  width: 160px;
  z-index: 3;
  white-space: nowrap;
}
.redBody a:hover .order-btn_hover, .purpleBody a:hover .order-btn_hover {
  display: inline-block;
}
.redBody a:hover .popular-price, .purpleBody a:hover .popular-price {
  color: #fff;
  text-decoration: underline;
}
.redBody:before, .purpleBody:before {
  position: absolute;
  content: "";
  top: 40px;
  left: -35px;
  width: 35px;
  height: 149px;
  background: url("/images/most.png") no-repeat center;
}
.redBody tbody tr:last-child, .purpleBody tbody tr:last-child {
  border-bottom: 1px solid #9ac07b;
}

.purpleBody tr.even {
  background: #f9f9f9;
  border: 1px solid #c6c6c6;
  border-left: 0;
  border-right: 0;
}
.purpleBody .popular-price {
  color: #3075ab;
}
.purpleBody .even.first {
  border-top: 0;
}
.purpleBody:before {
  display: none;
}
.purpleBody tbody tr:last-child {
  border-bottom: 1px solid #c6c6c6;
}

#prices-table .block-title {
  margin-bottom: 50px;
}
#prices-table .price-additional .block-title {
  margin-bottom: 70px;
}

.order-btn_hover {
  display: none;
  box-sizing: border-box;
  color: #63a811;
  background: #fff;
  padding: 10px;
  border-radius: 25px;
  margin-left: 5px;
  font-size: 13px;
}

.price-additional {
  margin: 50px 0;
}
.price-additional .block-title {
  margin-bottom: 70px;
}

.price-additional__ul {
  width: 100%;
}
.price-additional__ul li {
  border-top: 1px solid #c6c6c6;
  padding: 15px 10px;
}
.price-additional__ul li:nth-child(odd) {
  background: #f9f9f9;
}
.price-additional__ul li:last-child {
  border-bottom: 1px solid #c6c6c6;
}

.additional__text {
  float: left;
}

.additional__price {
  float: right;
}

.discount-label {
  background-image: linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  background-image: -moz-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  background-image: -webkit-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  background-image: -ms-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  background-image: linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

.side-price-calc {
  display: none;
}

/******end Prices page********/
.order-details .error-text {
  margin-bottom: 20px;
  color: #f00;
  font-size: 16px;
}

.order-page .main-content {
  background: #f5f5f5;
  padding-top: 0;
}
.order-page .main-content .container {
  z-index: 99;
}
.order-page select {
  appearance: none;
  line-height: 1;
  background: url(/images/selectImg.png) right center no-repeat, #fff;
  min-height: 20px;
  padding: 0 32px 0 5px;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}
.order-page select::-ms-expand {
  display: none;
}
.order-page br {
  display: none;
}

.js-hide {
  display: none !important;
}

.customer-info_extend br {
  display: none;
}

#error_accept {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  color: rgba(255, 76, 57, 0.82);
  background: rgba(255, 121, 112, 0.23);
  border: 1px solid rgba(255, 76, 57, 0.56);
}

#extend_days,
#extend_hours {
  line-height: 35px;
}

#input_deadline label {
  margin-right: 10px;
  margin-left: 10px;
}

#deadline {
  display: block;
  appearance: none;
  border-radius: 0;
  border: 1px solid #c4c4c4;
  background: #f6f6f6;
  padding: 7.5px 8px;
  border-radius: 4px;
  outline: none;
}

.is-resubmit .urgency-data {
  display: none;
}

.personal-info__tbody td {
  padding-left: 8px;
  padding-bottom: 8px;
  width: 285px;
  vertical-align: top;
}
.personal-info__tbody td:first-child {
  padding-left: 25px;
}

.orderform-wrp {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 45px;
  width: 844px;
  margin: 0 auto;
  margin-bottom: 109px;
}

.order-steps {
  display: flex;
  font-family: "Reem Kufi", sans-serif;
  justify-content: center;
  padding: 25px 0;
}
.order-steps__item {
  text-transform: uppercase;
  color: #a3a3a3;
  padding: 0 55px;
  position: relative;
}
.order-steps__item.active {
  color: #333;
}
.order-steps__item:nth-child(2):before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  background: #e7e7e7;
  height: 2px;
  width: 62px;
  transform: translateY(-50%);
}
.order-steps__item:nth-child(2):after {
  position: absolute;
  content: "";
  right: -25px;
  top: 50%;
  background: #e7e7e7;
  height: 2px;
  width: 62px;
  transform: translateY(-50%);
}
.order-steps__number {
  background: #cacaca;
  color: #fff;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  margin-right: 10px;
}
.order-steps__number.active {
  background: #6bb11c;
}

.order-details__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  color: #000;
  padding-bottom: 1px;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 15px;
}
.order-details__select-wrp {
  display: flex;
  align-items: center;
  max-width: 584px;
  margin: 0 auto 10px;
}
.order-details__select-wrp.cover-letters .order-details__lbl {
  width: 30%;
  margin-left: 21%;
}
.order-details__select-wrp.cover-letters .order-details__select {
  display: inline-block;
  width: 10%;
}
.order-details__select-wrp.cover-letters .order-details__select select {
  background-position: 85% center;
}
.order-details__select-wrp.wrlevel-data .order-details__select, .order-details__select-wrp.urgency-data .order-details__select {
  width: 50%;
}
.order-details__lbl {
  display: inline-block;
  color: #616161;
  width: 18%;
}
.order-details__select {
  width: 82%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
}
.order-details__select select {
  appearance: none;
  width: 100%;
  padding: 7.5px 8px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  background: #f6f6f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGBAMAAAD9IJlFAAAAG1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPgTY//AAAACHRSTlMA57eMXygOlbnv9o8AAAAkSURBVAjXY9Do6FBgiOjoCGBg7mhmYGCTEGNgYPBwABLsDAwAZPsE4sWJ5XIAAAAASUVORK5CYII=") no-repeat 98% center;
  outline: none;
  cursor: pointer;
}
.order-details__select select:hover {
  border-color: #6bb11c;
}
.order-details__select select::-ms-expand {
  display: none;
}
.order-details__vas-list {
  max-width: 584px;
  min-width: 584px;
  margin: 0 auto;
}
.order-details__vas-list label {
  color: #000;
}
.order-details__vas-list .price {
  color: #7e7e7e;
}
.order-details__vas-list input {
  appearance: none;
  border-radius: 0;
  border: 1px solid #c4c4c4;
  background: #ededed;
  width: 14px;
  height: 14px;
  outline: none;
}
.order-details__vas-list input:checked {
  border-color: #6bb11c;
  background: url("/images/vasTablecheck.png") no-repeat center;
}
.order-details__vas-list input:focus {
  border-color: #6bb11c;
}
.order-details__vas-list td {
  padding-bottom: 10px;
}
.order-details__vas-list td:first-child {
  width: 6%;
}
.order-details__vas-list select {
  appearance: none;
  padding: 7.5px 8px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  background: #f6f6f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGBAMAAAD9IJlFAAAAG1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPgTY//AAAACHRSTlMA57eMXygOlbnv9o8AAAAkSURBVAjXY9Do6FBgiOjoCGBg7mhmYGCTEGNgYPBwABLsDAwAZPsE4sWJ5XIAAAAASUVORK5CYII=") no-repeat 85% center;
  width: 12.5%;
  outline: none;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  z-index: 9;
}
.order-details__vas-list select:hover {
  border-color: #6bb11c;
}
.order-details__vas-list select::-ms-expand {
  display: none;
}
.order-details__bottom-el {
  max-width: 584px;
  min-width: 584px;
  margin: 11px auto;
}

.select-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  color: #888;
}
.select-box.open .select-options {
  display: block;
}
.select-box:hover .select-box__selected, .select-box:hover .select-box__arrow {
  border-color: #6bb11c;
}
.select-box__selected {
  display: inline-block;
  border: 1px solid #c4c4c4;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
  background: #f6f6f6;
  font-weight: 600;
  color: #4f8e0a;
  padding: 5px;
  overflow: hidden;
  width: 95%;
}
.select-box__selected .doctype-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-box__selected .doctype-price {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.select-box__selected .original-price {
  display: inline-block;
  color: #979797;
  text-decoration: line-through;
  margin-right: 5px;
}
.select-box__selected .discounted-price {
  color: #000;
  font-weight: 400;
}
.select-box__arrow {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #c4c4c4;
  border-left: 0;
  background: #f6f6f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGBAMAAAD9IJlFAAAAG1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPgTY//AAAACHRSTlMA57eMXygOlbnv9o8AAAAkSURBVAjXY9Do6FBgiOjoCGBg7mhmYGCTEGNgYPBwABLsDAwAZPsE4sWJ5XIAAAAASUVORK5CYII=") no-repeat center;
  box-sizing: border-box;
  padding: 0;
  height: 32px;
  user-select: none;
  width: 5%;
}
.select-box__selected, .select-box__arrow {
  position: relative;
  float: left;
  z-index: 1;
}

.select-options {
  position: absolute;
  top: 30px;
  left: 0;
  width: 125%;
  border: 1px solid #6bb11c;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 99;
}

.select-option {
  display: block;
  padding: 1px 7px;
  cursor: pointer;
}
.select-option:hover {
  background: #6bb11c;
  color: #fff;
}
.select-option:hover .doctype-name {
  color: #fff;
}
.select-option:hover .discounted-price {
  color: #fff;
}
.select-option:hover .original-price {
  color: #757474;
}
.select-option:hover .doctype-price {
  color: #fff;
}
.select-option .doctype-price {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.doctype-name {
  width: 70%;
  color: #4f8e0a;
}
.doctype-price {
  width: 30%;
  text-align: right;
  color: #000;
  font-weight: 400;
}
.doctype-name, .doctype-price {
  display: inline-block;
  box-sizing: border-box;
  padding: 3px;
  vertical-align: middle;
}

.original-price {
  display: inline-block;
  color: #979797;
  text-decoration: line-through;
  margin-right: 5px;
}

.discounted-price {
  color: #000;
  font-weight: 400;
}

.personal-info__label, .personal-info__email-item label, .personal-info__phone-item label {
  display: block;
  font-weight: 400;
  color: #616161;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.personal-info__item {
  position: relative;
}
.personal-info__item.email-row {
  display: flex;
  width: 100%;
}
.personal-info__item.email-row .personal-info__hint-error {
  margin-top: 7px;
}
.personal-info__item input {
  appearance: none;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background: #f9f9f9;
  box-sizing: border-box;
  outline: none;
  padding: 7.5px 8px;
  margin-bottom: 6px;
  width: 100%;
}
.personal-info__item input:focus {
  border-color: #6bb11c;
}
.personal-info__item input.validation_error {
  background: #ffe8e8;
  border-color: #d27563;
  color: #7b7b7b;
}
.personal-info__item.phone-row {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.personal-info__email-item:first-child {
  margin-right: 2%;
}
.personal-info__email-item, .personal-info__phone-item {
  width: 49%;
}
.personal-info__email-item:last-child, .personal-info__phone-item:last-child {
  margin-left: 2%;
}
.personal-info__phone-item:nth-child(2) {
  margin-left: 2%;
}
.personal-info__phone-item .phone-area {
  display: flex;
  position: relative;
}
.personal-info__phone-item .order-details__select {
  width: 100%;
}
.personal-info__hint-error {
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #f3674c;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: help;
}
.personal-info__hint-link {
  display: block;
}

.phone-area input {
  display: inline-block;
  margin-bottom: 0;
}

#phone1_area {
  width: 25%;
  margin-right: 3%;
}

#phone1_number {
  width: 100%;
}

#discount-wrp {
  background: #ddecf6;
  font-weight: 400;
  color: #1d76bb;
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
}

#discount-code__no,
.disccount__item {
  display: none;
}

.disccount__item {
  margin-top: 10px;
}

#discount-code__yes,
#discount-code__no {
  cursor: pointer;
}

.customer-area {
  min-width: 584px;
  max-width: 584px;
  margin: 0 auto;
}

.customer-info__input-wrp label {
  color: #000;
  font-weight: 400;
}
.customer-info__input-wrp input {
  border: 1px solid #64a0d9;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 7.5px 8px;
  outline: none;
}

.total-price-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.total-price__item:first-child {
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  color: #000;
  margin-right: 20px;
}

#curr {
  appearance: none;
  padding: 7.5px 8px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  background: #f6f6f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGBAMAAAD9IJlFAAAAG1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPgTY//AAAACHRSTlMA57eMXygOlbnv9o8AAAAkSURBVAjXY9Do6FBgiOjoCGBg7mhmYGCTEGNgYPBwABLsDAwAZPsE4sWJ5XIAAAAASUVORK5CYII=") no-repeat 85% center;
  outline: none;
  width: 65px;
}
#curr::-ms-expand {
  display: none;
}

.method {
  text-align: center;
  font-weight: 400;
  color: #000;
}
.method-item {
  display: inline-block;
}
.method-item__checkbox, .method__name {
  display: inline-block;
}

.pay-button-block {
  background: #f1f1f1;
  padding: 17px 30px;
  margin: 23px 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-submit__button {
  appearance: none;
  color: #fff;
  cursor: pointer;
  font-family: "Reem Kufi", sans-serif;
  font-size: 20px;
  background-image: linear-gradient(-90deg, #fd4d00 0%, #ffd240 0%, #ffba43 0%, #ff8f4c 100%);
  border-radius: 25px;
  box-sizing: border-box;
  border: 0;
  padding: 9.5px 30px 9.5px 0px;
  text-align: center;
  outline: none;
  width: 280px;
}
.order-submit__button:hover {
  background-image: linear-gradient(180deg, #fd4d00 0%, #ffd240 0%, #f8b23a 0%, #fa8641 100%);
}
.order-submit__wrp {
  display: inline-block;
  position: relative;
}
.order-submit__wrp:after {
  position: absolute;
  content: "";
  right: 16%;
  top: 50%;
  background: url("/images/btn-order-arrow.png") no-repeat;
  width: 16px;
  height: 7px;
  transform: translateY(-50%);
  transition: all 200ms linear;
}
.order-submit__wrp:hover:after {
  right: 12%;
}

#cluetip {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.32);
  padding: 15px;
  font-size: 13px;
  color: #616161;
  line-height: 1.2em;
  z-index: 9999 !important;
}
#cluetip > div {
  background: none !important;
}
#cluetip-close {
  position: absolute;
  top: -28px;
  right: -28px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  background-color: #fff;
}
#cluetip-close > a {
  font-size: 22px;
  line-height: 22px;
  height: 20px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
}

.terms__text {
  color: #696969;
  line-height: 1.286em;
}
.terms__link {
  color: #1d76bb;
  text-decoration: none;
}

div.validation_error {
  display: none;
  color: red;
  position: relative;
  top: 20px;
  left: 106px;
}

.level-hint {
  border: 1px solid #9e9e9e;
  border-radius: 50%;
  box-sizing: border-box;
  color: #9e9e9e;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 14px;
  margin-left: 7px;
  text-align: center;
  cursor: pointer;
}

select.validation_error {
  background: #ffe8e8 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGBAMAAAD9IJlFAAAAG1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPgTY//AAAACHRSTlMA57eMXygOlbnv9o8AAAAkSURBVAjXY9Do6FBgiOjoCGBg7mhmYGCTEGNgYPBwABLsDAwAZPsE4sWJ5XIAAAAASUVORK5CYII=") no-repeat 98% center;
  border-color: #d27563;
}

.sidebar-move {
  position: fixed;
  overflow: auto;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.46);
  box-sizing: border-box;
  padding: 30px;
  top: 0;
  right: -1000px;
  height: 100%;
  width: 430px;
  z-index: 99;
  transition: right 200ms ease;
}
.sidebar-visible {
  right: 0;
  transition: right 200ms ease;
}
.sidebar__close {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.sidebar__close:after, .sidebar__close:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -6px;
  background: #000;
  height: 1px;
  width: 100%;
}
.sidebar__close:before {
  transform: rotate(45deg);
}
.sidebar__close:after {
  transform: rotate(-45deg);
}
.sidebar__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 22px;
  color: #000;
  margin-top: 170px;
}

.accordion-inner {
  display: none;
  overflow: hidden;
  padding: 0 10px 10px 10px;
  background: #e4f0f8;
  font-size: 13px;
  line-height: 1.538em;
  color: #000;
}
.accordion-toggle {
  color: #1d76bb;
  font-family: "Reem Kufi", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #d0dce5;
  display: block;
  width: 100%;
  text-decoration: none;
}
.accordion-toggle.active {
  background: #e4f0f8;
  border-bottom: none;
}
.accordion-toggle:hover {
  background: #e4f0f8;
}

/*****End OrderFrom*****/
#_hjRemoteVarsFrame + iframe {
  height: 0;
  width: 0;
  display: none;
}

#error_country.validation_error {
  top: 30% !important;
}

/*****paypal*****/
.paypal-page .phone__number:before {
  background: url("/images/newPhone.png") no-repeat;
  width: 23px;
  height: 26px;
  top: -5px;
  left: -35px;
}
.paypal-page .mobile-menu-btn {
  font-size: 16px;
  font-weight: 700;
  color: #949391;
  background: rgba(93, 95, 101, 0.7);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.back-btn {
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}
.back-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 13px;
  background: url("/images/back-to-menu.png") no-repeat;
  transform: translateY(-50%);
}

.question-wrp {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.question__title {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.question__btn {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 15px 20px;
  text-decoration: none;
  margin-bottom: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.question__btn.live-chat {
  position: relative;
}
.question__btn.live-chat:before {
  position: absolute;
  content: "";
  background: url("/images/messageIcon.png") no-repeat;
  width: 17px;
  height: 16px;
  top: 50%;
  left: 27%;
  transform: translateY(-50%);
}
.question__btn.live-chat span {
  color: #60c615;
}
.question__btn.phone-number {
  position: relative;
}
.question__btn.phone-number:before {
  position: absolute;
  content: "";
  background: url("/images/newPhone.png") no-repeat;
  width: 23px;
  height: 26px;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}

.header-btns__live-chat {
  color: #fff;
  border-color: #fff;
  position: relative;
  padding: 10.5px 20px 10.5px 45px !important;
}
.header-btns__live-chat:hover {
  background: rgba(255, 255, 255, 0.3);
}
.header-btns__live-chat:before {
  position: absolute;
  content: "";
  background: url("/images/messageIcon.png") no-repeat;
  width: 17px;
  height: 16px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.header-btns__live-chat span {
  color: #60c615;
  font-size: 12px;
}

.payment-account {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 40px;
  background: #fefefe;
}
.payment-block {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.payment__img {
  position: relative;
  height: 48px;
}
.payment__img:before {
  position: absolute;
  content: "";
  background: url("/images/paymentImg.png") no-repeat;
  width: 112px;
  height: 28px;
  left: 0;
  top: 0;
}
.payment__title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 28px;
  color: #000;
}
.payment-row {
  margin-bottom: 20px;
  display: flex;
}
.payment__label {
  color: #696969;
  width: 10%;
}
.payment__value {
  color: #000;
  font-weight: 400;
}
.payment__form {
  padding-top: 20px;
}
.payment__text {
  color: #696969;
  margin-bottom: 10px;
}
.payment__btn {
  border-radius: 5px;
  border: 0;
  background-color: #0670b9;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 13.5px 20px;
  min-width: 385px;
  outline: none;
}
.payment__wrp-btn {
  position: relative;
}
.payment__wrp-btn:before {
  position: absolute;
  content: "";
  background: url("/images/lock.png") no-repeat;
  width: 12px;
  height: 18px;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
}
.payment__footer {
  display: flex;
  font-size: 12px;
  color: #9e9e9e;
  justify-content: space-between;
  margin: 20px 0 50px;
}
.payment__footer a {
  color: #507995;
  text-decoration: none;
}

.discount {
  text-align: center;
  color: #4f8e0a;
  font-size: 15px;
  margin-top: 5px;
}

.paypal-enabled {
  margin-top: 25px;
}

.orderform__hint {
  position: relative;
  cursor: pointer;
  margin-left: 5px;
}
.orderform__hint:before {
  background: url("/images/of-tip.png") no-repeat;
  position: absolute;
  left: 100%;
  top: 0;
  width: 15px;
  height: 19px;
  content: "";
  display: block;
}
.orderform__hint-text {
  display: none;
  color: #47443f;
  font-size: 11px;
  padding: 10px;
  background: #fffae1;
  border: 1px solid #f2e5a6;
  border-radius: 2px;
  position: absolute;
  top: -10px;
  left: 100%;
  width: 200px;
  z-index: 30;
  line-height: 1.4;
  margin-left: 20px;
}
.orderform__hint.hover_effect .orderform__hint-text {
  display: block;
}

.deadline__btn {
  display: inline-block;
  margin: 10px 0;
}

.credit-form {
  width: 645px;
  max-width: 100%;
  margin: 48px auto;
  padding: 29px;
  background-color: #fff;
  box-sizing: border-box;
}
.credit-form__title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.credit-form__block {
  display: block;
  margin-bottom: 15px;
}
.credit-form__text {
  font-size: 14px;
  line-height: 21px;
}
.credit-form__text-bold {
  font-weight: 600;
}
.credit-form__text-blue {
  color: #4189e2;
  font-weight: 600;
}
.credit-form__text-container {
  background-color: #e9f3f9;
  padding: 23px;
  text-align: center;
}
.credit-form__text-container input[type=text] {
  border: 1px solid #d2d2d2;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 5px;
  width: 20px;
}
.credit-form__text-container input[type=text]#want_to_spend_dollars {
  width: 40px;
}
.credit-form__text-container input[type=submit] {
  cursor: pointer;
  width: 215px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  border: none;
  border-radius: 18px;
  background-color: #3dcc91;
  background-image: linear-gradient(to left, #69adf7 0%, #3e86e0 100%);
  margin-right: 15px;
}
.credit-form__text-container input[type=submit]:last-child {
  margin-right: 0;
}
.credit-form__text strong {
  font-weight: 600;
}

/***IE***/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .second-step .customer-info__input-wrp {
    padding: 2px 0;
  }

  #row_country .customer-info__input-wrp {
    padding: 2px 0;
  }

  .header-logo__link img:last-child {
    width: 72%;
  }

  .packeages__order {
    width: 84%;
  }
  .packeages__order .packeages__order-btn {
    padding: 13px 25px 11px 25px;
  }

  .about-us__title {
    font-size: 100px;
  }

  .site-actitvity span {
    color: #ff9d4c;
  }

  .experts-boost__caption-title {
    font-size: 20px;
  }

  .packages-boost__title {
    font-size: 21px;
  }

  .order-btn_hover {
    padding: 7px;
  }

  .most-popular .packeages__order-btn {
    padding: 14px 40px 12px 40px;
  }

  #extend_days,
#extend_hours {
    background: url("/images/selectImg.png") right center no-repeat;
    width: 65px;
  }
}
/***end IE***/
/***FireFox**/
@-moz-document url-prefix() {
  .second-step .customer-info__input-wrp {
    padding: 1px 0;
  }

  #row_country .customer-info__input-wrp {
    padding: 1px 0;
  }

  .customer-info__input-wrp {
    padding: 2px 10px;
  }

  .about-us__title {
    font-size: 110px;
  }
}
/***end FireFox**/
/*******media queries*******/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*****media home page*****/
  .main-menu__link {
    padding: 20.5px 30px;
  }

  .packages-boost__li {
    max-width: 289px;
    margin-right: 25px;
  }

  .header-text.bg-active:after {
    left: 60%;
  }

  .packeages__order .packeages__order-btn {
    padding: 8px 12px;
  }

  .experts-boost .col-5 {
    width: 180px;
    margin-right: 17px;
  }

  .experts-boost__item img {
    width: 100%;
    object-fit: cover;
  }
  .experts-boost__item:hover .caption:after {
    width: 210px;
  }

  .experts-boost__caption-title,
.packages-boost__title {
    font-size: 20px;
  }

  .our-advantages .col-4 {
    width: 230px;
    margin-right: 15px;
  }

  .how-it-works .col-3 {
    width: 350px;
  }
  .how-it-works .col-3:nth-child(2) {
    left: 35%;
  }
  .how-it-works.animated .col-3:last-child {
    width: 295px;
    left: 70%;
  }

  /*****end media home page*****/
  /*****media our services*****/
  .services-item .col-2 {
    margin-right: 35px;
    margin-bottom: 35px;
    max-width: 460px;
  }

  .item-add .col-3 {
    max-width: 307px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /*****end media our services*****/
  /*****content page*******/
  .tabs-wrp .left {
    width: 650px;
    margin-right: 12px;
  }
  .tabs-wrp .right {
    width: 300px;
  }
  .tabs-wrp .tabs-title {
    font-size: 26px;
  }

  .custom-tubs .ui-tabs-tab a {
    font-size: 17px;
    padding: 10px 16px;
  }

  /*****end content page*******/
  /***** contact us*******/
  .contact-info__item {
    padding: 35px 60px 35px 160px;
  }

  /***** end contact us*******/
  /***********Samples page***************/
  .samples-item .col-2 {
    max-width: 470px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  /***********end Samples page************/
  /***********discount page***************/
  .packages-boost__wrp.second-part .packages-boost__li:first-child {
    margin-left: 22px;
  }

  .discounts .product-header__wrp.bg-active:after {
    top: -47px;
  }

  /***********end discount page***************/
  /******Content page********/
  .content-page .left {
    width: 615px;
    margin-right: 10px;
  }
  .content-page .right {
    float: right;
    width: 330px;
  }

  /******End Content page********/
  /***About us***/
  .about-us__title {
    font-size: 100px;
  }

  .about-cover {
    width: 260px;
  }

  /***end About us***/
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  /***********resume writing*************/
  .our-servicesresume-writing .header.bg-active {
    background: url("/images/resume-writing__new.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 43% 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  /***********resume writing*************/
  .our-servicesresume-writing .header.bg-active {
    background: url("/images/resume-writing__new.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 55% 50%;
  }
  .our-servicesresume-writing .regalias-block-wrapper {
    position: absolute;
    top: 130px;
    left: 82%;
    opacity: 1;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .packages-boost__wrp .packages-wrp {
    display: flex;
    flex-wrap: wrap;
  }
  .packages-boost__wrp .packages-wrp .packages-boost__li {
    margin-bottom: 50px;
    width: 31%;
    margin-right: auto;
    max-width: none;
    padding: 20px 20px 100px 20px;
  }
  .packages-boost__wrp .packages-wrp .packages-boost__li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*****media home page*****/
  .header-title {
    font-size: 60px;
    margin: 10px 0;
  }

  .experts-boost__caption-title {
    font-size: 18px;
  }

  .header-btns,
.sub-header__menu {
    display: none;
  }

  .header-text {
    padding: 50px 20px 25px;
  }
  .header-text .header-btn {
    margin: 0;
  }
  .header-text p {
    max-width: 70%;
    margin: 10px 5px;
  }
  .mobile-menu-btn {
    display: block;
    float: left;
    cursor: pointer;
  }

  .header-text.bg-active:after {
    position: absolute;
    content: "";
    background: url("/images/person.png") no-repeat;
    background-size: contain;
    top: -18.5%;
    left: 55%;
    width: 317px;
    height: 408px;
    opacity: 1;
    z-index: -1;
  }

  .front-page .header {
    min-height: 425px;
  }

  .how-it-works .col-3 {
    width: 300px;
  }
  .how-it-works .col-3:nth-child(2) {
    left: 35%;
  }
  .how-it-works .col-3:last-child {
    width: 200px;
  }

  .how-it-works__item {
    max-width: 225px;
    padding-left: 10px;
  }

  .how-it-works__text {
    padding-top: 0;
  }

  .how-it-works__check {
    padding-bottom: 10px;
  }

  .packages-boost__li {
    max-width: 235px;
    margin-right: 5px;
    padding: 20px 10px;
  }
  .packages-boost__li.most-popular {
    max-width: 237px;
  }
  .packages-boost__li:last-child {
    padding-top: 0;
  }

  .most-popular .packages-boost__title {
    font-size: 22px;
    line-height: 34px;
  }

  .packages-boost__title {
    font-size: 19px;
  }

  .packeages__old-price {
    display: block;
    margin-right: 0;
    text-align: center;
    margin: 10px 0;
  }

  .packeages__order {
    bottom: 8%;
  }
  .packeages__order .packeages__order-btn {
    display: block;
    padding: 10px;
    text-align: center;
  }

  .click-here {
    line-height: 20px;
  }

  .experts-boost {
    overflow: hidden;
  }
  .experts-boost .col-5 {
    width: 16%;
    margin-right: 14px;
  }
  .experts-boost .col-5.active {
    width: 200px;
  }
  .experts-boost .col-5.active img {
    width: 100%;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
  }
  .experts-boost .col-5.active .caption {
    opacity: 1;
    bottom: 50px;
  }
  .experts-boost .col-5.active .caption:after {
    width: 220px;
    height: 140px;
    opacity: 1;
  }

  .experts-boost__item img {
    width: 115px;
    object-fit: cover;
  }
  .experts-boost__item:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
  }
  .experts-boost__item:hover .caption {
    opacity: 0;
  }
  .experts-boost__item:hover .caption:after {
    width: 220px;
  }

  .our-advantages .col-4 {
    width: 48%;
    height: 130px;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .advantages__top {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 30%;
  }

  .advantages__item {
    display: table;
  }
  .advantages__item .caption {
    display: table-cell;
    vertical-align: top;
  }

  .caption__text,
.advantages__caption-title {
    text-align: left;
    margin-bottom: 0;
    margin-left: 8px;
  }

  /*****end media home page*****/
  /*****media our services*****/
  .our_services .header {
    min-height: 100%;
  }

  .product-header__wrp {
    padding: 85px 0;
  }

  .our_services .product-header__wrp:after {
    width: 277px;
    height: 304px;
    background-size: contain;
  }

  /***********resume writing*************/
  .our-servicesresume-writing .header {
    background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAwJCQsJCAwLCgsODQwPEx8UExEREyYbHRcfLSgwLywoLCsyOEg9MjVENissPlU/REpMUFFQMDxYXldOXkhPUE3/2wBDAQ0ODhMQEyUUFCVNMywzTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU3/wgARCAASADIDAREAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAwQFAAYB/8QAFwEBAQEBAAAAAAAAAAAAAAAAAAIDAf/aAAwDAQACEAMQAAAAfFQvJKCrRPpqTKVjyZB1tkZjTm6ca4xFQ3q5y8Oh5p//xAArEAABAwIEBAUFAAAAAAAAAAACAwQSAAEFERMiISMyUTRBQoGyUnJzocH/2gAIAQEAAT8AcqjDbP1/GkFBJsaioTMI+qkHwooo6qAHsHdEe1HihLTTENhheiMW7BFRXYAHb5ULxLEEdRLZANMh+kqHptTmOjH76bIcldMQpBAS0SVmfKCMabE2UWXTQdgas77axdcmbBqmUwmraRRlHIs+9qw/VZ4m6buYABhqbZR9s+8qLFmAFcSX42pfoD3pvwnlw2UI2gjwt0DWDeLxQvw/2sR5iACpvtpKlkXe0cr/ALvQphFMoDncDve+XnvpixamxbETZEiukOd4W7V//8QAGREAAwEBAQAAAAAAAAAAAAAAABASEQEg/9oACAECAQE/AFRT1ySYYR54cX//xAAZEQACAwEAAAAAAAAAAAAAAAAAARASIAL/2gAIAQMBAT8AzbTY+i8uGOP/2Q==") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .our-servicesresume-writing .header:before {
    position: absolute;
    content: "";
    background: url("/images/resume-writing-tab__new.png");
  }
  .our-servicesresume-writing .header.bg-active {
    background: url("/images/resume-writing-tab__new.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 50%;
  }
  .our-servicesresume-writing .header-list {
    margin-bottom: 146px;
  }
  .our-servicesresume-writing .header-btn {
    margin-bottom: 30px;
  }
  .our-servicesresume-writing .regalias-block-wrapper {
    display: none;
  }
  .our-servicesresume-writing .header-btn__order-now {
    padding: 15px 6px;
  }
  .our-servicesresume-writing .tabs-wrp .left2 {
    width: 100%;
    max-width: 720px;
  }
  .our-servicesresume-writing .custom-tubs2 {
    width: 100%;
  }
  .our-servicesresume-writing .header-text.header-text:after {
    background: url(/images/regals__mob.png) no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
    top: 69.5%;
    left: 2%;
    width: 269px;
    height: 44px;
    opacity: 1;
    z-index: -1;
  }
  .our-servicesresume-writing .header-text.header-text:before {
    content: "A Member of";
    display: block;
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 63%;
    left: 2%;
    width: 210px;
    text-align: left;
    opacity: 1;
    z-index: -1;
  }

  .services-item .col-2 {
    max-width: 365px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .services-price {
    width: 49%;
  }

  .item-add .col-3 {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 365px;
  }
  .item-add .col-3:nth-child(odd) {
    margin-right: 20px;
  }

  /*****end media our services*****/
  /***content page****/
  .tabs-wrp .right {
    width: 235px;
  }
  .tabs-wrp .tabs-title {
    font-size: 26px;
  }
  .tabs-wrp .tabs-right {
    margin: 0 auto;
  }
  .tabs-wrp .tabs-left {
    padding-right: 25px;
    width: 100%;
    max-width: 490px;
  }
  .tabs-wrp .tabs-scroll, .tabs-wrp .tabs-scroll2 {
    width: 100%;
    border-bottom: 0;
  }

  .tabs-scroll {
    position: relative;
    overflow: hidden;
    width: 490px;
  }
  .tabs-scroll:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 92%;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: -5px 0px 25px 5px #fff;
    box-shadow: -5px 0px 25px 5px #fff;
    width: 39px;
    height: 29px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .custom-tubs {
    display: block;
    position: relative;
    margin-bottom: -2px;
    overflow-y: auto;
  }
  .custom-tubs .ui-tabs-tab:last-child a {
    width: 135px;
  }
  .custom-tubs::-webkit-scrollbar {
    background: transparent;
  }

  .custom-tubs__arrows {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    height: 0;
  }

  .arrow-right {
    position: absolute;
    right: -8px;
    background: url("/images/arrow-right.png") no-repeat;
    height: 15px;
    width: 9px;
    display: none;
    cursor: pointer;
  }

  .arrow-left {
    opacity: 0;
    background: url("/images/arrow-left.png") no-repeat;
    height: 15px;
    width: 9px;
    display: none;
    cursor: pointer;
    position: relative;
    left: -10px;
  }

  /***end content page****/
  /*****contact us*****/
  .contact-us .product-header__wrp {
    padding: 22px 0;
  }
  .contact-us .product-header__wrp.bg-active:after {
    background-size: contain;
    top: -76px;
    width: 265px;
    height: 340px;
  }

  .row-contact {
    flex-direction: column;
  }

  .contact-info__item {
    width: 100%;
    padding: 30px 55px 30px 170px;
  }

  /*****end contact us*****/
  /***********Samples page***************/
  .samples-item .col-2 {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px;
  }
  .samples-item .samples-text {
    background: url("/images/samples-download.png") no-repeat;
    background-position: center right;
  }

  /***********end Samples page************/
  /***********discount page***************/
  .packages-boost__wrp.second-part .packages-boost__li:first-child {
    margin-left: 0px;
  }

  .discounts .product-header__wrp.bg-active:after {
    width: 158px;
    height: 341px;
    background-size: contain;
    top: -53px;
  }

  /***********end discount page***************/
  /******Content page********/
  .content-page .left {
    width: 460px;
    margin-right: 20px;
  }
  .content-page .right {
    width: 238px;
  }

  .site-actitvity {
    padding: 10px;
  }
  .site-actitvity span {
    font-size: 45px;
  }

  .actitvity-list li:nth-child(3) strong {
    display: block;
    max-width: 50px;
  }

  .guaranteed {
    padding: 10px;
  }

  /******End Content page********/
  /***About us***/
  .about-us__title {
    font-size: 75px;
  }

  .about-row {
    text-align: center;
    padding: 80px 20px;
  }
  .about-row:first-child {
    padding-top: 30px;
  }

  .about-cover {
    max-width: 412px;
  }

  .about-block__text {
    font-size: 14px;
    line-height: 1.5em;
  }

  .about-card .about-card__img {
    width: 240px;
  }
  .about-card:not(:last-child) {
    margin-bottom: 2em;
  }

  .experts-item {
    margin-top: -20px;
  }
  .experts-item .left {
    margin-left: 0;
    padding: 65px 50px 50px 135px;
  }
  .experts-item .left:before {
    left: -20px;
    width: 119px;
    height: 135px;
    background-size: cover;
  }
  .experts-item .right {
    margin-right: 0;
  }
  .experts-item .right:after {
    right: -20px;
    width: 119px;
    height: 135px;
    background-size: cover;
  }

  .expert-two:after {
    background: url("/images/writersSprite.png") no-repeat;
    background-position: -1px -135px;
  }

  .expert-three:before {
    background: url("/images/writersSprite.png") no-repeat;
    background-position: -1px -271px;
  }

  .expert-four:after {
    background: url("/images/writersSprite.png") no-repeat;
    background-position: -1px -406px;
  }

  .experts__quote:before {
    top: -30px;
    left: -25px;
    width: 61px;
    height: 53px;
    background-size: contain;
  }

  /***end About us***/
  /****price pages***/
  .prices-page .product-header__wrp.bg-active:after {
    width: 348px;
    height: 314px;
    top: -55px;
    background-size: contain;
  }
  .prices-page .select-wrp {
    display: none;
  }

  .product-header__wrp {
    padding: 45px 0;
  }

  .redBody .first, .purpleBody .first {
    width: 300px;
  }

  .buttons__item.left {
    padding: 26px 0;
  }
  .buttons__item.left #wrlevel {
    background: url("/images/select-arrow.png") no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #ffac47;
    font-family: "Reem Kufi", sans-serif;
    font-size: 16px;
    display: block !important;
    padding: 2px 10px 2px 0px;
    outline: none;
  }

  .price-container {
    max-width: 720px;
  }

  /****end price pages****/
  /*****thankyou page*******/
  .thank {
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
  }

  .thankyou-container {
    max-width: 600px;
  }

  /*****end thankyou page*******/
  /**order page**/
  .orderform-wrp {
    width: 100%;
  }

  .order-steps__item {
    padding: 0 45px;
  }

  /**end order page**/
}
@media only screen and (max-width: 768px) {
  /*****media home page*****/
  .our-servicesresume-writing .regalias-block-wrapper {
    display: none;
  }

  .container {
    box-sizing: border-box;
  }

  .packages-boost__wrp {
    overflow-x: hidden;
  }

  .our-advantages,
.resume-writing-service {
    border-radius: 0;
    padding: 50px 0;
  }

  .how-it-works .col-3:first-child {
    left: 0;
    opacity: 1;
    z-index: 999;
  }
  .how-it-works .col-3:nth-child(2) {
    background-size: 91% 100%;
    opacity: 1;
    z-index: 99;
  }
  .how-it-works .col-3:last-child {
    left: 73%;
    opacity: 1;
    z-index: 9;
  }

  .our-advantages .col-4 {
    width: 345px;
  }

  .advantages__caption-title {
    font-size: 26px;
  }

  .footer__navigation a {
    padding-right: 10px;
  }

  .footer {
    padding: 50px 0 0;
  }

  .footer__copyright {
    padding: 30px 0;
    margin-top: 50px;
  }

  /*****end media home page*****/
  /*******payment******/
  .payment__label {
    width: 20%;
  }

  /*****media our services*****/
  .services-wrp {
    border-radius: 0;
  }

  .services-item .col-2 {
    max-width: 350px;
    border-left-color: #ff9c4c;
    border-right-color: #ffcb3e;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9c4c), to(#ffcb3e)) 1 1%;
    -webkit-border-image: -webkit-linear-gradient(#ff9c4c, #ffcb3e) 1 1%;
    -moz-border-image: -moz-linear-gradient(#ff9c4c, #ffcb3e) 1 1%;
    -o-border-image: -o-linear-gradient(#ff9c4c, #ffcb3e) 1 1%;
    border-image: linear-gradient(#ff9c4c, #ffcb3e) 1 1%;
  }

  .item-add .col-3 {
    max-width: 350px;
  }

  /*****end media our services*****/
  /***content page****/
  .tabs-wrp .right {
    width: 220px;
    overflow: hidden;
  }
  .tabs-wrp .tabs-title {
    font-size: 20px;
  }
  .tabs-wrp .tabs-scroll, .tabs-wrp .tabs-scroll2 {
    width: 100%;
    border-bottom: 0;
  }

  /***end content page****/
  .our-servicesresume-writing .header-btn {
    text-align: left;
  }

  .tabs-right__view-semple:before {
    content: "";
    background: url(/images/loop__gallery.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 23px;
    height: 22px;
    left: 57px;
    top: -4px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .tabs-left {
    max-width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .mobile-menu__link, .mobile-user__link, .mobile-user__logout {
    font-size: 15px !important;
    padding: 10px;
    -webkit-text-size-adjust: 100%;
  }

  .last .footer__item {
    display: block;
    width: 100%;
  }
  .last .footer__item:first-child {
    margin-bottom: 30px;
  }
  .last .footer__item.accept img {
    width: 100%;
  }

  .footer__email {
    font-size: 14px;
  }

  .writing-service a {
    display: block;
    color: #333;
    text-decoration: none;
  }

  .doctype_radiolist b {
    padding-right: 10px;
  }

  .resubmit-curr__wrap {
    margin-left: 0;
  }

  /*****payment****/
  .payment-account {
    padding: 20px;
  }
  .payment__btn {
    min-width: 100%;
  }
  .payment__wrp-btn:before {
    left: 15%;
  }
  .payment__label {
    width: 35%;
  }
  .payment__footer {
    justify-content: center;
  }

  .paypal-page .mobile-menu-btn {
    display: flex;
  }

  .footer-row:first-child {
    display: none;
  }
  .footer-row:nth-child(2) {
    display: none;
  }

  /*****media home page*****/
  .front-page .header:after {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .container-first {
    padding-top: 12px;
  }

  .front-page .header {
    min-height: 312px;
  }

  .container {
    width: 100%;
  }

  .header-text {
    padding: 0;
  }
  .header-text.bg-active:after {
    display: none;
  }
  .header-text p {
    font-size: 16px;
    text-align: center;
    width: 40%;
    margin: 10px auto;
    line-height: 24px;
  }
  .header-text .header-btn {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 100%;
  }

  .header-btns,
.sub-header__menu,
.header-phone {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
    float: left;
    cursor: pointer;
  }

  .header-title {
    text-align: center;
    font-size: 45px;
    margin-top: 25px;
  }

  .packages-boost__ul {
    max-width: 100%;
  }

  .packages-boost__li {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: content-box;
    min-height: 315px;
  }
  .packages-boost__li.most-popular {
    max-width: 100%;
  }

  .main-content {
    overflow: hidden;
  }

  .our-advantages .col-4 {
    width: 48%;
    height: 130px;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .advantages__top {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 30%;
  }

  .advantages__item {
    display: table;
  }
  .advantages__item .caption {
    display: table-cell;
    vertical-align: top;
  }

  .caption__text,
.advantages__caption-title {
    text-align: left;
    margin-bottom: 0;
    margin-left: 8px;
  }

  .advantages__top-child img {
    max-width: 70%;
  }

  .our-advantages .col-4:nth-child(2) img {
    max-width: 100%;
  }

  .advantages__caption-title {
    font-size: 20px;
  }

  .caption__text {
    line-height: 16px;
  }

  .experts-boost {
    overflow: hidden;
  }
  .experts-boost .col-5 {
    width: 16%;
    margin-right: 10px;
  }
  .experts-boost .col-5.active {
    width: 200px;
  }
  .experts-boost .col-5.active img {
    width: 200px;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
  }
  .experts-boost .col-5.active .caption {
    opacity: 1;
    bottom: 50px;
  }
  .experts-boost .col-5.active .caption:after {
    width: 212px;
    height: 140px;
    opacity: 1;
  }

  .experts-boost__item img {
    width: 100%;
    object-fit: cover;
  }
  .experts-boost__item:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
  }
  .experts-boost__item:hover .caption {
    opacity: 0;
  }
  .experts-boost__item:hover .caption:after {
    width: 220px;
  }

  .our-advantages .col-4 {
    width: 48%;
    height: 130px;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .advantages__top {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 30%;
  }

  .advantages__item {
    display: table;
  }
  .advantages__item .caption {
    display: table-cell;
    vertical-align: top;
  }

  .caption__text,
.advantages__caption-title {
    text-align: left;
    margin-bottom: 0;
    margin-left: 8px;
  }

  .how-it-works .col-3 {
    width: 35%;
  }
  .how-it-works .col-3:last-child {
    width: 30%;
  }
  .how-it-works.animated .col-3:nth-child(2) {
    left: 33%;
    width: 39%;
  }

  .col-3:first-child .how-it-works__item {
    padding-left: 5px;
  }

  .how-it-works__item {
    max-width: 165px;
  }

  .how-it-works__check {
    padding: 10px 0;
  }

  .how-it-works__title {
    font-size: 18px;
  }

  .how-it-works__text {
    padding: 0;
    line-height: 16px;
  }

  .footer__item.accept img {
    max-width: 100%;
    height: auto;
  }

  .our-advantages,
.resume-writing-service {
    border-radius: 0;
    padding: 50px 0;
  }

  .block-title {
    font-size: 28px;
  }

  .packages-boost__desktop {
    display: none !important;
  }

  .block-title:after {
    top: auto;
    bottom: -25px;
  }

  .our-advantages .container {
    margin-top: 50px;
  }

  .how-it-works .container {
    margin-top: 135px;
  }

  .resume-writing-service {
    padding: 0;
  }

  .how-it-works__btn-block {
    margin: 20px auto 50px;
  }

  .resume-writing-service .container {
    margin-top: 25px;
  }

  .packages-boost__mobile {
    display: block;
    margin: 50px auto 15px;
  }
  .packages-boost__mobile div.owl-stage-outer {
    overflow: visible;
  }
  .packages-boost__mobile .packages-boost__li {
    float: none;
  }

  .owl-dots {
    text-align: center;
  }

  .owl-dot {
    display: inline-block;
    margin: 0 20px;
  }
  .owl-dot.active {
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #ffae47;
  }
  .owl-dot.active span {
    background: #000;
    margin: 0;
  }
  .owl-dot span {
    display: block;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #c3c3c3;
    margin: 4px;
  }

  .experts-slider__carousel .owl-dot.active {
    border: 2px solid #ff8d0b;
  }
  .experts-slider__carousel .owl-dot.active span {
    background: #000;
  }
  .experts-slider__carousel .owl-dot span {
    background: #ffdc6a;
  }
  .experts-slider__carousel div.owl-stage-outer {
    overflow: visible;
  }
  .experts-slider__carousel .owl-dots {
    margin: 35px 0 0;
  }

  .experts-boost__item-mobile {
    max-width: 220px;
    margin: 0 auto;
    position: relative;
  }
  .experts-boost__item-mobile .caption-mobile {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.312);
    width: 245px;
    height: 135px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .how-it-work__carousel {
    position: relative;
  }
  .how-it-work__carousel .owl-dots {
    position: absolute;
    top: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .how-it-work__carousel .owl-dot {
    position: relative;
    margin: 0 15px;
  }
  .how-it-work__carousel .owl-dot:after {
    position: absolute;
    bottom: -35px;
    left: 50%;
    color: #c3c3c3;
    font-size: 18px;
    font-family: "Reem Kufi", sans-serif;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .how-it-work__carousel .owl-dot:first-child:after {
    content: "1";
  }
  .how-it-work__carousel .owl-dot:nth-child(2):after {
    content: "2";
  }
  .how-it-work__carousel .owl-dot:last-child:after {
    content: "3";
  }
  .how-it-work__carousel .owl-dot.active {
    border-color: #75b718;
  }
  .how-it-work__carousel .owl-dot.active:after {
    bottom: -37px;
    color: #75b718;
  }

  /*****end media home page*****/
  /*****media our services*****/
  .additional-service {
    padding: 40px 0 0;
  }

  .our_services .header {
    min-height: 100%;
  }

  .product-header__wrp {
    padding: 70px 0;
  }
  .product-header__wrp:after {
    display: none;
  }

  .product-page__title {
    font-size: 28px;
  }

  .services-item .col-2 {
    float: none;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-image: none;
    border-bottom: 2px solid #e2e2e2;
    padding: 0 0 20px 0;
  }
  .services-item .col-2:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  .services-price {
    width: 49%;
  }

  .additional-service__desktop {
    display: none;
  }

  .additional-service__mobile {
    display: block;
    padding: 0 0 30px 0;
  }
  .additional-service__mobile .col-3 {
    background: #fff;
    border: 2px solid #b0b0b0;
    max-width: 100%;
    min-height: 100%;
  }
  .additional-service__mobile .add-wrp {
    padding-bottom: 20px;
  }

  .packages-boost__wrp {
    background: #fff;
    padding: 30px 0;
  }

  /*****end media our services*****/
  /******content page******/
  /***********resume writing*************/
  .our-servicesresume-writing .product-header__wrp {
    padding: 5px 0;
  }
  .our-servicesresume-writing .header:before {
    position: absolute;
    content: "";
    background: url("/images/resume-writing-tab__new.png");
  }
  .our-servicesresume-writing .header.bg-active {
    background: url("/images/resume-writing-tab__new.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 50%;
  }
  .our-servicesresume-writing .header-text.header-text:after {
    background: url(/images/regals__mob.png) no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
    top: 69.5%;
    left: 2%;
    width: 269px;
    height: 44px;
    opacity: 1;
    z-index: -1;
  }
  .our-servicesresume-writing .header-text.header-text:before {
    content: "A Member of";
    display: block;
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 63%;
    left: 2%;
    width: 210px;
    text-align: left;
    opacity: 1;
    z-index: -1;
  }

  .tabs-wrp .left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .tabs-wrp .right {
    float: none;
    width: 100%;
  }

  .tabs-scroll {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .tabs-scroll:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 96%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: -5px 0px 25px 5px #fff;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .tabs-scroll2 {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .tabs-scroll2:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 96%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: -5px 0px 25px 5px #fff;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .custom-tubs {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow-y: auto;
  }
  .custom-tubs .ui-tabs-tab:last-child a {
    width: 135px;
  }
  .custom-tubs::-webkit-scrollbar {
    background: transparent;
  }

  .custom-tubs2 {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow-y: auto;
    width: 100% !important;
  }
  .custom-tubs2 .ui-tabs-tab:last-child a {
    width: 135px;
  }
  .custom-tubs2::-webkit-scrollbar {
    background: transparent;
  }

  .custom-tubs__arrows {
    position: absolute;
    width: 100%;
    top: 36%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    height: 0;
  }

  /******end content page******/
  /********contact us********/
  .row-contact {
    flex-direction: column;
  }

  .contact-info__item {
    width: 100%;
    padding: 15px 5px 15px 80px;
  }
  .contact-info__item.phone:before {
    background-size: contain;
    width: 65px;
    height: 65px;
    left: 10px;
  }
  .contact-info__item.email:before {
    background-size: contain;
    width: 65px;
    height: 65px;
    left: 10px;
  }
  .contact-info__item.address:before {
    background-size: contain;
    width: 65px;
    height: 65px;
    left: 20px;
  }
  .contact-info__item p {
    font-size: 14px;
  }

  /********end contact us********/
  /***********Samples page***************/
  .samples-item .col-2 {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px;
  }
  .samples-item .samples-text {
    background: url("/images/samples-download.png") no-repeat;
    background-position: center right;
  }

  /***********end Samples page************/
  /******discount pge******/
  .packages-boost__wrp.second-part .packages-boost__li:first-child {
    margin-left: 0px;
  }

  .discounts .our-advantages.item-content {
    border-radius: 0;
  }
  .discounts .packages-boost__ul {
    margin: 0 auto;
  }
  .discounts .block-title.item-content {
    margin-bottom: 60px;
  }
  .discounts .most-popular {
    top: 0;
  }
  .discounts .packages-boost__wrp.second-part {
    margin: 0 auto;
    padding: 0;
  }
  .discounts .main-content {
    padding-top: 0;
  }

  /******end discount pge******/
  /******Content page********/
  .content-page .left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content-page .right {
    float: none;
    width: 100%;
  }

  .site-actitvity {
    padding: 10px;
  }
  .site-actitvity span {
    font-size: 45px;
  }

  .actitvity-list li {
    width: 24%;
  }
  .actitvity-list li:nth-child(3) strong {
    display: block;
    max-width: 100%;
  }

  .guaranteed {
    padding: 10px;
  }

  /******End Content page********/
  /***About us***/
  .about-us__title {
    font-size: 46px;
    margin: 0;
    padding: 80px 0;
  }

  .about-row {
    text-align: center;
    padding: 65px 20px;
  }
  .about-row:first-child {
    padding-top: 20px;
  }

  .about-row {
    padding: 40px 15px;
  }
  .about-row:first-child {
    padding-top: 0;
  }

  .about-block .about-block__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .about-block .about-block__text {
    font-size: 12px;
  }

  .about-card .about-card__img {
    width: 220px;
  }

  .about-card:not(:last-child) {
    margin-bottom: 2em;
  }

  .about-cover {
    max-width: 412px;
    margin: 0 auto 20px;
  }

  .experts-item {
    margin-top: 35px;
  }
  .experts-item .left {
    width: 100%;
    margin-left: 0;
    padding: 40px 30px 40px 85px;
  }
  .experts-item .left:before {
    top: -20px;
    left: -20px;
    width: 90px;
    height: 100px;
    background-size: cover;
  }
  .experts-item .right {
    width: 100%;
    margin-right: 0;
    padding: 40px 85px 40px 30px;
  }
  .experts-item .right:after {
    top: -20px;
    right: -20px;
    width: 90px;
    height: 100px;
    background-size: cover;
  }
  .experts-item p {
    line-height: 1.5em;
  }

  .expert-two:after {
    background: url("/images/writersSprite.png") no-repeat;
    background-position: -1px -102px;
  }

  .expert-three:before {
    background: url("/images/writersSprite.png") no-repeat;
    background-position: -1px -207px;
  }

  .expert-four:after {
    background: url("/images/writersSprite.png") no-repeat;
    background-position: -1px -309px;
  }

  .experts__quote:before {
    top: -30px;
    left: -10px;
    width: 61px;
    height: 53px;
    background-size: contain;
  }

  .experts-wrp .block-title {
    margin-bottom: 60px;
  }

  /***end About us***/
  /*****price page****/
  .prices-buttons-wrp, #prices-content, #prices-table {
    display: none;
  }

  .side-price-calc {
    display: block;
  }
  .side-price-calc .block-title {
    margin-bottom: 50px;
  }
  .side-price-calc .block-title::after {
    top: 45px;
  }
  .side-price-calc .price-additional .block-title {
    margin-bottom: 50px;
  }
  .side-price-calc .price-additional__ul li:first-child {
    border-top: none;
  }

  .price-calc__label {
    color: #000;
    display: block;
    margin: 5px 0;
  }

  .price-calc__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: url("/images/side-calc-arrow.png") no-repeat;
    background-position: center right;
    border: 0;
    outline: none;
    padding: 7.5px 35px 7.5px 10px;
    width: 100%;
  }

  .options-wrapper {
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
  }

  .select-currency .total {
    font-family: "Reem Kufi", sans-serif;
    font-size: 26px;
    position: relative;
    margin: 50px auto 25px auto;
    text-align: center;
    max-width: 80%;
  }
  .select-currency .total__price {
    color: #6aa927;
  }

  .calc-total__title {
    color: #000;
  }

  .currencySelect-mobile {
    text-align: center;
  }
  .currencySelect-mobile .currency-button {
    background: #f9f9f9;
    border: 1px solid #d2d2d2;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
  }

  .currency-button.active {
    border: 2px solid #6aa927;
  }

  .loader,
.loader:before,
.loader:after {
    background: #7dc530;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
  }

  .loader {
    color: #7dc530;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 80px;
    font-size: 5px;
    -webkit-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  .loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
  }

  .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .loader:after {
    left: 1.5em;
  }

  @-webkit-keyframes load1 {
    0%, 80%, 100% {
      box-shadow: 0 0;
      height: 4em;
    }
    40% {
      box-shadow: 0 -2em;
      height: 5em;
    }
  }
  @keyframes load1 {
    0%, 80%, 100% {
      box-shadow: 0 0;
      height: 4em;
    }
    40% {
      box-shadow: 0 -2em;
      height: 5em;
    }
  }
  #side-calculator-order {
    background-image: linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
    background-image: -moz-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
    background-image: -webkit-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
    background-image: -ms-linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
    background-image: linear-gradient(90deg, #69af1e 0%, #a7d605 100%);
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
    display: block;
    color: #fff;
    font-family: "Reem Kufi", sans-serif;
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    max-width: 280px;
    margin: 25px auto;
    padding: 15px 10px;
  }
  #side-calculator-order:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10%;
    width: 16px;
    height: 7px;
    background: url("/images/btn-order-arrow.png") no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
  }
  #side-calculator-order:hover {
    background-image: linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
    background-image: -moz-linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
    background-image: -webkit-linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
    background-image: -ms-linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
    background-image: linear-gradient(-90deg, #69af1e 0%, #a7d605 100%);
  }
  #side-calculator-order:hover:after {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
    right: 7%;
  }

  /*****end price page****/
  /****Order page*****/
  .order-details__item {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .personal-info__hint-error {
    margin-left: 5px;
  }

  #deadline {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  #extend_days, #extend_hours {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
  }

  .order-page .main-content {
    background: #fff;
  }

  .orderform-wrp {
    width: 100%;
    padding: 20px 0;
    background: none;
    margin-top: 79px;
    margin-bottom: 10px;
  }

  .order-details__select-wrp {
    max-width: 100%;
    display: block;
  }
  .order-details__lbl {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  .order-details__select {
    width: 100%;
  }
  .order-details__select-wrp.wrlevel-data .order-details__select, .order-details__select-wrp.urgency-data .order-details__select {
    width: 90%;
    display: inline-block;
  }
  .order-details__select-wrp.cover-letters .order-details__lbl {
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
  }
  .order-details__vas-list {
    min-width: 100%;
    max-width: 100%;
  }
  .order-details__vas-list label {
    margin-left: 10px;
    display: block;
  }
  .order-details__vas-list td {
    vertical-align: top;
  }
  .order-details__vas-list td:nth-child(2) {
    width: 79%;
  }
  .order-details__vas-list input {
    margin: 0;
  }
  .order-details__item.additional, .order-details__item.about-you {
    margin-top: 30px;
  }

  .order-steps {
    position: absolute;
    left: 0;
    width: 100%;
    background: #f5f5f5;
  }
  .order-steps__item {
    font-size: 13px;
  }
  .order-steps__item:nth-child(2) {
    text-align: center;
  }
  .order-steps__item:nth-child(2):before {
    width: 15px;
    left: -15;
    background: #000;
    height: 1px;
  }
  .order-steps__item:nth-child(2):after {
    width: 15px;
    right: 0;
    height: 1px;
  }
  .order-steps__number {
    margin-right: 5px;
  }
  .order-steps__item {
    padding: 0;
    text-align: center;
    width: 33%;
  }
  .order-steps__text {
    display: inline-block;
    width: 62%;
    text-align: left;
    vertical-align: middle;
  }

  .select-options {
    width: 99.9%;
    top: 54px;
  }

  .level-hint {
    display: inline-block;
  }

  .customer-area, .order-details__bottom-el {
    min-width: 100%;
    max-width: 100%;
  }

  .personal-info__item.email-row {
    display: block;
  }
  .personal-info__email-item, .personal-info__phone-item {
    width: 100%;
  }

  .pay-button-block {
    background: none;
    flex-direction: column-reverse;
  }

  .terms-wrp {
    text-align: center;
    margin-top: 30px;
  }

  .sidebar-move {
    width: 90%;
  }
  .sidebar__title {
    margin-top: 75px;
  }

  .doctype-name, .doctype-price {
    width: 100%;
    display: block !important;
    text-align: left !important;
  }

  .select-box__arrow {
    min-height: 52px;
  }

  #cluetip {
    left: 25px !important;
  }

  /****End Order page*****/
  /******thankyou page*********/
  .header-thankyou-wrp {
    background: none;
    padding: 55px 0 15px;
  }

  .thank {
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
  }

  .thank-details__description {
    width: 55%;
  }

  .thank-details__label {
    width: 40%;
  }

  .header-thankyou__title:before {
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .thank-details {
    border: 0;
    padding: 0;
  }

  .thank__update-btn {
    display: block;
    margin: 15px auto;
  }

  .thank__message-btn {
    display: block;
    width: 180px;
    margin: 15px auto;
  }

  /******end thankyou page*********/
  /***forgot password***/
  .forgot__email, .login-page__input {
    width: 100%;
  }

  .customer-info__input-wrp select {
    padding-right: 35px;
  }

  .pr-butwrap p {
    margin: 10px 0 !important;
    width: 100% !important;
  }

  .orderform__hint-text {
    top: 30px;
    left: 100%;
    margin-left: -200px;
  }
  .orderform__hint-text--center {
    margin-left: -100px;
  }

  .credit-form__text-container input[type=submit] {
    width: 160px;
  }
}
@media only screen and (max-width: 713px) {
  /*****media home page*****/
  .experts-boost .col-5 {
    width: 15%;
  }

  /*****end media home page*****/
}
@media only screen and (max-width: 645px) {
  /*****media home page*****/
  .experts-boost .col-5 {
    margin-right: 9px;
  }

  /*****end media home page*****/
}
@media only screen and (max-width: 640px) {
  /*****media home page*****/
  .block-title {
    font-size: 26px;
  }

  .experts-boost .col-5 {
    width: 15%;
  }

  /*****end media home page*****/
  /******mobile menu*******/
  .mobile-menu__item:last-child {
    padding: 0 45px;
  }

  /******end mobile menu*******/
  .experts-wrp {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 639px) {
  /*****media home page*****/
  .header-text p {
    width: 58%;
  }

  .packeages__order .packeages__order-btn {
    font-size: 18px;
    padding: 10px 15px 8px 15px;
  }

  .packeages__order {
    bottom: 12%;
  }

  .our-advantages {
    padding-bottom: 0;
    padding-top: 35px;
  }
  .our-advantages .col-4 {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    height: auto;
  }
  .our-advantages .col-4:hover {
    background: none;
  }
  .our-advantages .col-4:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .our-advantages:hover {
    background: none;
  }
  .our-advantages .container {
    background: #f0f0f0;
    padding: 20px 15px;
  }

  .experts-slider-desktop {
    display: none;
  }

  .experts-slider-mobile {
    display: block;
  }
  .experts-slider-mobile .col-5-mobile {
    position: relative;
    outline: none;
    text-align: center;
  }
  .experts-slider-mobile .col-5-mobile:last-child {
    margin-right: 0;
  }

  .experts-boost__caption-title {
    top: 12%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .caption__writer-name {
    top: 60%;
  }

  .how-it-work-desktop {
    display: none;
  }

  .how-it-work-mobile {
    display: block;
  }
  .how-it-work-mobile .col-3-mobile {
    float: left;
  }

  .how-it-works .container {
    margin-top: 145px;
    min-height: 100%;
  }

  /*****end media home page*****/
}
@media only screen and (max-width: 414px) {
  .mobile-menu__content {
    width: 70%;
  }

  .our-servicesresume-writing .header::before,
.our-servicesresume-writing .header::before,
.our-servicesresume-writing .our-servicesresume-writing .header.bg-active {
    background: url("/images/resume-writing-mobile__new.png");
  }
  .our-servicesresume-writing .header:before {
    position: absolute;
    content: "";
    background: url("/images/resume-writing-mobile__new.png");
  }
  .our-servicesresume-writing .header.bg-active {
    background: url("/images/resume-writing-mobile__new.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 50%;
  }
  .our-servicesresume-writing .header-text.header-text:after {
    background: url(/images/regals__mob.png) no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
    top: 73.5%;
    left: 9%;
    width: 346px;
    height: 56px;
    opacity: 1;
    z-index: -1;
  }
  .our-servicesresume-writing .header-text.header-text:before {
    content: "A Member of";
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 68%;
    left: 25%;
    width: 210px;
    text-align: center;
    opacity: 1;
    z-index: -1;
  }
  .our-servicesresume-writing .header-list {
    margin-bottom: 118px;
  }
  .our-servicesresume-writing .header-btn {
    margin-top: 0;
    padding-bottom: 28px;
    text-align: center;
  }
  .our-servicesresume-writing .header-title {
    font-size: 28px;
  }
  .our-servicesresume-writing .header-tagline {
    font-size: 17px;
  }
  .our-servicesresume-writing .header-title, .our-servicesresume-writing .header-tagline {
    text-align: left;
  }

  .arrows-wrp2 {
    position: relative;
  }
  .arrows-wrp2 .arrow-right {
    position: absolute;
    right: -12px;
    background: url("/images/arrow-right.png") no-repeat;
    height: 15px;
    width: 9px;
    display: inline-block;
    cursor: pointer;
  }
  .arrows-wrp2 .arrow-left {
    opacity: 0;
    background: url("/images/arrow-left.png") no-repeat;
    height: 15px;
    width: 9px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: -12px;
  }
}
@media (max-width: 414px) {
  .tabs-item-wrapper {
    flex-direction: column-reverse !important;
    margin-top: 0;
  }

  .tabs-scroll, .tabs-scroll2 {
    border-bottom: 0 !important;
  }

  .resume-example__entry,
.resume-example__professional,
.resume-example__executive,
.resume-example__military,
.resume-example__federal,
.resume-example__career-change {
    width: 112px;
    height: 112px;
  }

  .tabs-right__view-semple {
    margin-top: 17px;
  }
  .tabs-right__view-semple:before {
    left: 12px;
  }

  .tabs-right {
    width: 120px;
    margin: 0 0 32px;
  }

  .custom-tubs {
    width: 100% !important;
  }

  .arrow-right {
    right: 12px;
  }

  .regalias-block-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /*****media home page*****/
  .header-text p {
    width: 100%;
  }

  /*****end media home page*****/
  /*****media our services*****/
  .additional-service .block-title:after {
    top: 75px;
  }

  .product-page__text {
    font-size: 14px;
    line-height: 20px;
  }

  .product-header__wrp {
    padding: 20px 0 30px;
  }

  /*****end our services*****/
  /***********Samples page***************/
  .samples-item .col-2 p {
    font-size: 16px;
    line-height: 20px;
  }

  /***********end Samples page************/
  /******Content page********/
  .content-page .left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content-page .right {
    float: none;
    width: 100%;
  }

  .site-actitvity {
    padding: 10px;
  }
  .site-actitvity span {
    font-size: 45px;
  }

  .actitvity-list li {
    width: 49%;
  }
  .actitvity-list li:nth-child(3) strong {
    display: block;
    max-width: 100%;
  }

  .guaranteed {
    padding: 10px;
  }

  /******End Content page********/
  .footer__navigation li {
    display: block;
  }

  #extend_days, #extend_hours {
    width: 100%;
  }

  #extend_days {
    margin-bottom: 10px;
  }

  .customer-info_deadline .label span, .customer-info_deadline .label label {
    display: inline-block;
  }

  .order-details__vas-list td:nth-child(2) {
    width: 77%;
  }

  .credit-form__text-container input[type=submit] {
    display: block;
    margin: 0 auto 15px;
  }
  .credit-form__text-container input[type=submit]:last-child {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 375px) {
  .header-thankyou__title {
    text-align: center;
  }

  .header-thankyou__first-name {
    display: block;
  }

  .writing-service {
    display: block;
  }

  /*****media home page*****/
  .experts-slider-mobile .col-5-mobile img {
    width: 220px;
    height: 330px;
  }

  .extend_deadline_text {
    display: block;
    margin-bottom: 10px;
  }

  .move-to-tabs {
    top: -10px;
  }

  .additional__text {
    max-width: 250px;
  }

  .mobile-menu__content {
    width: 80%;
  }

  .mobile-menu__link, .mobile-user__link, .mobile-user__logout {
    font-size: 20px;
  }

  /*****end media home page*****/
}
@media only screen and (max-width: 360px) {
  .our-servicesresume-writing .header-text.header-text:after {
    background: url(/images/regals__mob.png) no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
    top: 74.5% !important;
    left: 4% !important;
    width: 330px !important;
    height: 53px !important;
    opacity: 1;
    z-index: -1;
  }
  .our-servicesresume-writing .header-text.header-text:before {
    content: "A Member of";
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 68%;
    left: 21% !important;
    width: 210px;
    text-align: center;
    opacity: 1;
    z-index: -1;
  }
}
@media all and (max-width: 375px) {
  .our-servicesresume-writing .header-text.header-text:after {
    background: url(/images/regals__mob.png) no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
    top: 74.5%;
    left: 6%;
    width: 325px;
    height: 53px;
    opacity: 1;
    z-index: -1;
  }
  .our-servicesresume-writing .header-text.header-text:before {
    content: "A Member of";
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 68%;
    left: 25%;
    width: 210px;
    text-align: center;
    opacity: 1;
    z-index: -1;
  }
}
@media only screen and (max-width: 320px) {
  /*****media home page*****/
  .header-title {
    font-size: 40px;
  }

  .packages-boost__li {
    padding: 10px;
  }

  .packeages__order {
    font-size: 16px;
  }
  .packeages__order .packeages__order-btn {
    font-size: 16px;
  }

  .mobile-menu__item:last-child {
    padding: 0;
  }

  .phone__number:before {
    left: 10px;
  }

  /*****end media home page*****/
  /********contact us********/
  div.contact-info .col-2 {
    padding: 35px 0px 35px 90px;
  }
  div.contact-info .col-2 span {
    font-size: 14px;
  }

  /********end contact us********/
  /******About us*******/
  .about-us__title {
    font-size: 42px;
    padding: 60px 0;
    color: rgba(255, 255, 255, 0.6);
  }

  /******end About us*******/
  .mobile-menu__item .phone__number:before {
    top: 18px;
    left: 10px;
  }

  .additional__text {
    max-width: 200px;
  }

  .mobile-menu__link,
.mobile-user__logout,
.mobile-user__link {
    padding: 5px 10px;
  }

  .mobile-menu__item:last-child {
    margin-top: 10px;
  }

  .mobile-login-block .input__field {
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
  }

  .most-popular .packages-boost__title:before {
    width: 105px;
    height: 107px;
    top: -27px;
    left: -36px;
    background: url("/images/mostPop.png") no-repeat;
    background-size: contain;
  }

  .order-details__item {
    padding: 0 15px;
  }

  .second-wrap .orderform__hint-text {
    margin-left: -77px;
  }
}
@media only screen and (max-width: 320px) and (orientation: landscape) {
  .mobile-menu__link,
.mobile-user__link,
.mobile-user__logout {
    font-size: 12px;
    padding: 3px 5px;
    color: #b4d7ff;
  }

  .mobile-menu__item .phone__number {
    padding: 14px 0;
    font-size: 12px;
  }
  .mobile-menu__item .phone__number:before {
    top: 13px;
  }
  .mobile-menu__item:last-child {
    padding: 0 30px;
  }
}
@media (min-width: 415px) and (max-width: 736px) and (orientation: landscape) {
  .our-servicesresume-writing .header-list {
    margin-bottom: 200px !important;
  }
  .our-servicesresume-writing .header-text .header-tagline, .our-servicesresume-writing .header-text .header-list {
    font-size: 13px;
  }
  .our-servicesresume-writing .header-text .header-btn {
    margin-bottom: 0;
  }
  .our-servicesresume-writing .header-title, .our-servicesresume-writing .header-tagline {
    text-align: left;
  }
  .our-servicesresume-writing .header-tagline {
    width: 100%;
  }
}
/******mobile menu*******/
@media screen and (orientation: landscape) {
  .mobile-menu__link,
.mobile-user__link,
.mobile-user__logout {
    font-size: 14px;
    padding: 3px 10px;
    color: #b4d7ff;
  }

  .mobile-menu__item .phone__number {
    padding: 10px 0;
    font-size: 12px;
  }
  .mobile-menu__item .phone__number:before {
    top: 8px;
    left: -22px;
  }
  .mobile-menu__item:last-child {
    padding: 0 30px;
  }
}
#debug-log {
  display: none;
}

.main-content.fixed-menu {
  padding-top: 105px;
}

/******end mobile menu*******/
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .header-text {
    position: relative;
  }
  .header-text.header-text:after {
    background: url(/images/regals__mob.png) no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
    top: 75% !important;
    left: 2%;
    width: 269px;
    height: 44px;
    opacity: 1;
    z-index: -1;
  }
  .header-text.header-text:before {
    content: "A Member of";
    display: block;
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 69% !important;
    left: 2%;
    width: 210px;
    text-align: left;
    opacity: 1;
    z-index: -1;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .additional-service > .block-title::after {
    top: 95px;
  }

  /***********resume writing*************/
  .our-servicesresume-writing .header {
    position: relative;
    background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAwJCQsJCAwLCgsODQwPEx8UExEREyYbHRcfLSgwLywoLCsyOEg9MjVENissPlU/REpMUFFQMDxYXldOXkhPUE3/2wBDAQ0ODhMQEyUUFCVNMywzTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU3/wgARCAASADIDAREAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAwQFAAYB/8QAFwEBAQEBAAAAAAAAAAAAAAAAAAIDAf/aAAwDAQACEAMQAAAAfFQvJKCrRPpqTKVjyZB1tkZjTm6ca4xFQ3q5y8Oh5p//xAArEAABAwIEBAUFAAAAAAAAAAACAwQSAAEFERMiISMyUTRBQoGyUnJzocH/2gAIAQEAAT8AcqjDbP1/GkFBJsaioTMI+qkHwooo6qAHsHdEe1HihLTTENhheiMW7BFRXYAHb5ULxLEEdRLZANMh+kqHptTmOjH76bIcldMQpBAS0SVmfKCMabE2UWXTQdgas77axdcmbBqmUwmraRRlHIs+9qw/VZ4m6buYABhqbZR9s+8qLFmAFcSX42pfoD3pvwnlw2UI2gjwt0DWDeLxQvw/2sR5iACpvtpKlkXe0cr/ALvQphFMoDncDve+XnvpixamxbETZEiukOd4W7V//8QAGREAAwEBAQAAAAAAAAAAAAAAABASEQEg/9oACAECAQE/AFRT1ySYYR54cX//xAAZEQACAwEAAAAAAAAAAAAAAAAAARASIAL/2gAIAQMBAT8AzbTY+i8uGOP/2Q==") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .our-servicesresume-writing .header:before {
    position: absolute;
    content: "";
    background: url("/images/resume-writing-tab__new.png");
  }
  .our-servicesresume-writing .header.bg-active {
    background: url("/images/resume-writing-tab__new.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 50%;
  }
  .our-servicesresume-writing .header-list {
    margin-bottom: 146px;
  }
  .our-servicesresume-writing .header-of-the-list {
    font-size: 17px !important;
    margin-bottom: 5px;
  }
  .our-servicesresume-writing .header-btn {
    margin-bottom: 30px;
  }
  .our-servicesresume-writing .regalias-block-wrapper {
    display: none;
  }
  .our-servicesresume-writing .header-btn__order-now {
    padding: 15px 6px;
  }

  .custom-tubs2 {
    width: 100%;
  }

  .header-text.header-text:after {
    background: url(/images/regals__mob.png) no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
    top: 69.5%;
    left: 2%;
    width: 269px;
    height: 44px;
    opacity: 1;
    z-index: -1;
  }
  .header-text.header-text:before {
    content: "A Member of";
    display: block;
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 303px;
    left: 2%;
    width: 210px;
    text-align: left;
    opacity: 1;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .select-options {
    width: 99.5%;
  }
}
/*******end media queries*******/
.expert-one:before {
  background-image: url("/images/expert_one.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=styles-front.css.map */
