@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
html {
  line-height: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "robotoregular";
  -webkit-overflow-scrolling: touch;
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

article, aside, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, strong {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.hidden-label {
  left: -9999em;
  opacity: 0;
  position: absolute;
}

button, input {
  overflow: visible;
  border: none;
  background: 0 0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input[type=email], input[type=password], input[type=sec_code], input[type=tel], input[type=text], select, textarea {
  background-color: #fff;
  line-height: normal;
  position: relative;
  padding: 10px;
  width: 100%;
  font-size: 0.8125rem;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  font-family: robotolight;
}
input[type=email]:focus-visible, input[type=password]:focus-visible, input[type=sec_code]:focus-visible, input[type=tel]:focus-visible, input[type=text]:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 0;
}

select {
  padding: 10px 25px 10px 10px;
}

button:focus-visible {
  outline: 0;
}

select {
  -webkit-appearance: none;
}

b, strong {
  font-weight: inherit;
  font-family: "robotomedium";
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.container {
  width: 1170px;
  margin: auto;
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 992px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0px;
  height: 100%;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  position: absolute !important;
  bottom: -10px !important;
  list-style: none !important;
  display: block !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px !important;
  width: 10px !important;
  margin: 0 3px !important;
  padding: 0 !important;
  border-radius: 100% !important;
  cursor: pointer !important;
  background: #fff !important;
  border: 1px solid #7d7d7d !important;
}
.slick-dots li button {
  font-size: 0px;
}
.slick-dots li.slick-active {
  background: #a45195 !important;
  border-color: #a45195 !important;
}

.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  top: 46%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -28px;
}

.slick-prev,
.slick-next {
  z-index: 1;
  height: 30px;
  width: 22px;
  border-radius: 0;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  background: url(../images/CaretLeft-black.svg) no-repeat;
  width: 33px;
  height: 33px;
  background-size: 33px;
  display: block;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: inherit;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  margin-right: 0;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  /*left: env(safe-area-inset-left);*/
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  /*right: env(safe-area-inset-right)*/
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.breadcrumb {
  margin: 0px;
}
.breadcrumb ul li {
  display: inline-block;
  color: #B14CA3;
  font-size: 12px;
  line-height: 15px;
}
.breadcrumb ul li a {
  color: #000000;
}
.breadcrumb ul li a:after {
  content: "";
  background: url(../images/menu-right-arrow.svg) no-repeat;
  width: 6px;
  height: 12px;
  display: inline-block;
  background-size: 5px;
  margin: 0 7px;
  vertical-align: middle;
}
.breadcrumb ul li a:hover {
  color: #a55198;
}

@media (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
  .breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2d3e50;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  .breadcrumb::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .breadcrumb::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
.menu ul li.mlogin .login svg, header .top_strip svg, .menu ul li.msearch .search svg {
  vertical-align: sub;
}

header {
  position: relative;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header.header-sticky {
  position: fixed;
  -webkit-animation-name: transaction;
          animation-name: transaction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  top: 0;
  background: #fff;
}
header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .h_sticky {
  display: none;
}
header .top-strip-mobile {
  display: none;
}
header .sticky {
  background: #ffffff;
  -webkit-animation-name: transaction;
          animation-name: transaction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
header .top_strip {
  background: #444444;
  padding: 8px 0;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
header .top_strip .left {
  float: left;
}
header .top_strip .left p {
  display: inline-block;
}
header .top_strip a {
  color: #fff;
}
header .top_strip a:hover {
  color: #FFBE00;
}
header .top_strip svg {
  width: 20px;
  height: 20px;
}
header .top_strip .mlogin {
  display: inline-block;
}
header .top_strip .mlogin svg {
  width: 16px;
  height: 16px;
}
header .top_strip .email {
  padding: 0 0 0 20px;
}
header .top_strip .call svg {
  margin: 0 13px 0 0;
}
header .top_strip .whatsap svg, header .top_strip .email svg {
  margin: 0 3px 0 0;
}
header .top_strip .right a {
  position: relative;
}
header .top_strip .right a::after {
  content: "|";
  margin: 0 8px;
}
header .top_strip .right .login::after {
  display: none;
}
header .menu-wrapper {
  text-align: center;
}
header .brand-logo {
  display: inline-block;
}
header .brand-logo img {
  width: 100%;
  height: 100%;
}
header .menu_logo {
  display: none;
}

.menu ul li {
  display: inline-block;
  text-align: left;
}
.menu ul li.free_tools {
  position: relative;
}
.menu ul li .services_menu {
  width: auto;
  height: 285px;
  left: 5px;
  right: 5px;
  padding: 0;
}
.menu ul li .inner_menu {
  background: #fff;
  z-index: 99;
  padding: 0;
  position: absolute;
  display: none;
  top: 100%;
  left: auto;
  width: 250px;
}
.menu ul li .inner_menu li {
  display: block;
}
.menu ul li .inner_menu li a:hover {
  color: #a24f96;
}
.menu ul li .inner_menu li .noatag-inner:hover {
  color: #a24f96;
  background: #fff;
  border: none;
}
.menu ul li .inner_menu .drop-down li a {
  padding: 10px;
  display: block;
  color: #000;
}
.menu ul li .inner_menu .drop-down li a:hover {
  color: #a24f96;
}
.menu ul li .sm {
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
}
.menu ul li .sm li {
  border-bottom: 1px solid #dadada;
}
.menu ul li .sm li:last-child {
  border: none;
}
.menu ul li .noatag {
  display: block;
  cursor: pointer;
  position: relative;
}
.menu ul li .noatag, .menu ul li a {
  color: #2A2A2A;
  padding: 31px 8px;
  font-size: 14px;
  line-height: 18px;
}
.menu ul li .noatag:hover, .menu ul li a:hover {
  color: #a24f96;
}
.menu ul li:hover .sm {
  display: block;
}
.menu ul li .order-btn {
  background: #FFBE00;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: robotomedium;
  color: #2A2A2A;
  font-size: 15px;
  margin: 0 10px;
}
.menu ul li .order-btn:hover {
  color: #000000;
}
.menu ul li .services_menu {
  width: auto;
  height: auto;
  left: 5px;
  right: 5px;
  padding: 0;
}
.menu ul li .drop_service_menu {
  float: left;
  width: 250px;
  background: #f1f2f4;
  padding: 0;
}
.menu ul li .selected {
  background: #fff;
}
.menu ul li .selected .inner_menu {
  display: block;
}
.menu ul li .noatag-inner {
  padding: 8px 10px;
  font-size: 0.875rem;
  display: block;
  font-family: robotoregular;
  color: #000;
  cursor: pointer;
}
.menu ul li .toggle_sm {
  text-transform: uppercase;
}
.menu ul li .service-dropedown {
  width: auto;
  right: 0;
  top: 0;
  left: 250px;
  position: absolute;
  bottom: 0;
  overflow: auto;
}
.menu ul li .service-dropedown ul {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.menu ul li .service-dropedown ul li {
  border: none;
}
.menu ul li .service-dropedown ul li a {
  padding: 8px 0 8px 15px;
  font-size: 0.8125rem;
  color: #000;
  display: block;
}

.msearch {
  cursor: pointer;
}

.cart {
  vertical-align: middle;
  position: relative;
}
.cart .tooltip-icon {
  background: #FFC410;
  color: #434343;
  height: 16px;
  width: 16px;
  font-size: 12px;
  line-height: 16px;
  margin: -6px 2px 0 10px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
}

.back_menu {
  display: none;
}

.search-main {
  position: fixed;
  height: 80px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  z-index: 2;
  top: 36px;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
  transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.search-main.is-open {
  overflow: auto;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.search-main .search-box-inner {
  background: #fff;
  display: block;
}
.search-main .search-form {
  border: 0;
  float: none;
  margin: 0 auto -3.4375em;
  max-height: none;
  overflow: unset;
  padding: 5px 0;
  position: relative;
  right: auto;
  top: 0px;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  z-index: auto;
}
.search-main fieldset {
  border: 0;
  display: contents;
  margin: 0;
  min-width: 0;
  padding: 0;
  width: 100%;
}
.search-main fieldset legend {
  left: -9999em;
  position: absolute;
  padding: 0;
  border: 0;
}
.search-main .search-input {
  -webkit-appearance: none;
  font-family: robotolight;
  font-size: 1.25em;
  line-height: 1.4em;
  border: 0;
  border-bottom: 2px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1d1d1d;
  display: block;
  float: none;
  min-height: 0;
  margin-bottom: 0;
  padding: 0.5em 3em 0.6em 0;
  -webkit-transition: border-color;
  transition: border-color;
  width: 100%;
  background: 0 0;
}
.search-main .search-input:focus-visible {
  outline: 0;
}
.search-main .error {
  bottom: -14px;
  font-size: 12px;
  color: #c80013;
  position: absolute;
  background: none;
  border: none;
  padding: 0;
}
.search-main .search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #eee;
  border: 2px solid #eee;
  border-radius: 50%;
  height: 2.5em;
  right: 50px;
  width: 2.5em;
  cursor: pointer;
  border: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999em;
  top: 0.5em;
}
.search-main .search-button.close-button {
  right: 0;
}
.search-main .search-button svg {
  position: absolute;
  right: 10px;
  top: 12px;
}

li, span, button, a {
  -webkit-tap-highlight-color: transparent;
}

.error {
  position: absolute;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #A55198;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.subscribe {
  background: #8e4b84;
  padding: 20px 0;
}
.subscribe .no-gutters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribe .fheading {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  padding: 7px 0;
  width: 30.33%;
}
.subscribe .fheading:last-child {
  width: 66.66%;
}
.subscribe .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subscribe .subscribe-form .box {
  width: 78%;
  padding: 0 0 0 10px;
}
.subscribe .subscribe-form .box:last-child {
  width: 22%;
  padding: 0 10px 0 0;
}
.subscribe .subscribe-form .box input {
  border: none;
  border-radius: 0;
  font-family: robotoregular;
  font-size: 14px;
  line-height: 19px;
  color: #878787;
  height: 45px;
  padding: 5px 10px;
}
.subscribe .subscribe-form .box .subscribe-btn {
  background: #fcc828;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  height: 45px;
  padding: 0 28px;
  font-size: 20px;
  line-height: 24px;
  color: #2a2a2a;
  font-family: robotomedium;
  cursor: pointer;
}
.subscribe .subscribe-form .error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  text-align: left;
  padding: 2px 7px;
}

footer {
  position: relative;
}
footer .notification {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), color-stop(20%, #F3C9E5));
  background: linear-gradient(to right, #fff 20%, #F3C9E5 20%);
  width: 18%;
  padding: 10px;
  position: fixed;
  bottom: -100%;
  left: 25px;
  border-radius: 5px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
footer .notification .close {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 6px;
}
footer .notification .notification-head {
  color: #1D1D1D;
  font-size: 18px;
  line-height: 20px;
  font-family: robotomedium;
}
footer .notification .notification-detail {
  width: 80%;
}
footer .notification .notification-subhead {
  font-size: 14px;
  line-height: 20px;
  color: #2A2A2A;
  padding: 5px 0 15px;
}
footer .notification .notification-a {
  font-size: 13px;
  line-height: 15px;
  color: #A55198;
  font-family: robotomedium;
  text-decoration: underline;
  text-align: right;
  display: block;
}
footer .main-footer {
  background: #392d3a;
  padding: 50px 0;
}
footer .main-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .main-footer .fmenu {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .main-footer .flink {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}
footer .main-footer .flink a {
  color: #dcdcdc;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 0 0 10px;
}
footer .main-footer .flink a:hover {
  color: #fcc828;
}
footer .main-footer .fcontact a {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
footer .main-footer .fcontact .f-call, footer .main-footer .fcontact .f-whatsapp {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
footer .main-footer .fcontact .f-whatsapp {
  width: 18px;
  height: 18px;
}
footer .main-footer .fcontact .social-icon a {
  display: inline-block;
  padding: 10px 0 15px;
}
footer .main-footer .fcontact .social-icon a img {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
footer .main-footer .fcontact .social-icon a:hover img {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}
footer .main-footer .fcontact .social-icon a:hover svg circle {
  fill: #fffdc5;
}
footer .main-footer .fcontact .app p {
  display: block;
  color: #fff;
}
footer .main-footer .fcontact .app a {
  display: inline-block;
  padding: 10px 0 0 0;
}
footer .main-footer .fcontact .app a img {
  width: 115px;
  max-width: 100%;
  margin: 0 10px 0 0;
  height: 100%;
}
footer .main-footer .ftitle {
  font-size: 17px;
  line-height: 23px;
  padding: 0 0 18px;
  color: #fff;
}
footer .footer-bottom {
  background: #271b27;
  padding: 30px 0;
}
footer .footer-bottom .fimg {
  text-align: center;
  padding: 0 0 20px 0;
}
footer .footer-bottom .fimg a {
  margin: 0 15px 0 0;
}
footer .footer-bottom .fimg a img {
  width: 121px;
  height: 100%;
}
footer .footer-bottom .fimg img {
  width: 207px;
  height: 100%;
}
footer .footer-bottom .disclaimer {
  text-align: center;
  color: #D8D8D8;
  font-size: 13px;
  line-height: 17px;
  padding: 0px 160px;
  font-family: robotolight;
}
footer .footer-bottom .copyright-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 150px;
}
footer .footer-bottom .copyright-rating .copyright, footer .footer-bottom .copyright-rating .rating {
  font-size: 14px;
  line-height: 16px;
  color: #D8D8D8;
  padding: 10px 0 0;
}
footer .footer-bottom .copyright-rating .rating .reviewcount a {
  color: #d8d8d8;
}
footer .footer-bottom .copyright-rating .rating .reviewcount a:hover {
  color: #fcc828;
}

.f-fixed {
  display: none;
}

#snackbar {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  padding: 16px;
  position: fixed;
  z-index: 10;
  left: 45%;
  bottom: 50px;
  font-size: 15px;
  font-family: "robotoregular";
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
          animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.error {
  font-size: 13px;
  line-height: 15px;
  color: #c80013;
}

.whatsfix {
  display: none;
}

@media (max-width: 1366px) {
  footer .notification {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  footer .notification {
    width: 35%;
  }
}
@media (max-width: 768px) {
  footer .notification {
    width: 42%;
  }
}
@media (max-width: 767px) {
  footer .notification {
    display: none;
  }

  #snackbar {
    width: 100%;
    left: 0%;
    text-align: center;
    bottom: 0px;
  }

  .whatsfix {
    display: block;
    -webkit-transform: translatey(200px);
            transform: translatey(200px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    bottom: 65px;
    left: 15px;
    width: 45px;
    height: 45px;
    z-index: 9;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .whatsfix.show {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  .whatsfix img {
    width: 100%;
    height: 100%;
  }
}
.error {
  position: absolute;
}

.title-head {
  font-size: 28px;
  line-height: 36px;
  color: #1d1d1d;
  font-family: robotomedium;
  text-align: center;
  position: relative;
}

.title-subhead {
  color: #616161;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.title-subhead:before {
  content: "";
  border-bottom: 5px solid #A55198;
  display: block;
  width: 40px;
  position: absolute;
  bottom: -2px;
  left: 49%;
}
.title-subhead:after {
  content: "";
  border-bottom: 1px solid #A55198;
  display: block;
  width: 23%;
  margin: 8px auto 0;
}

.space60 {
  padding: 60px 0;
}

.error {
  text-align: left;
  padding: 2px 7px;
}

.slider-section .container {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%) 0% 0% no-repeat padding-box;
  padding: 30px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slider-section figure {
  position: relative;
  overflow: hidden;
}
.slider-section figure:before {
  content: "";
  padding-top: 58%;
  display: block;
}
.slider-section figure img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: auto;
}
.slider-section .left-banner {
  width: 65%;
}
.slider-section .slider-banner {
  display: none;
  position: relative;
}
.slider-section .slider-banner .slick-prev,
.slider-section .slider-banner .slick-next {
  font-size: 0;
  position: absolute;
  top: 46%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -28px;
}
.slider-section .slider-banner .slick-prev,
.slider-section .slider-banner .slick-next {
  z-index: 1;
  background: rgba(218, 215, 215, 0.8509803922);
  height: 30px;
  width: 22px;
  border-radius: 0;
}
.slider-section .slider-banner .slick-prev:before,
.slider-section .slider-banner .slick-next:before {
  content: "";
  background: url(../images/CaretLeft-black.svg) no-repeat;
  width: 22px;
  height: 24px;
  background-size: 25px;
  display: block;
}
.slider-section .slider-banner .slick-prev {
  left: 0px;
}
.slider-section .slider-banner .slick-next {
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: inherit;
}
.slider-section .right-banner {
  width: 33%;
  position: relative;
}
.slider-section .right-banner .banner-head {
  color: #1D1D1D;
  font-size: 44px;
  line-height: 50px;
  font-family: robotomedium;
  position: relative;
}
.slider-section .right-banner .banner-head::after, .slider-section .right-banner .banner-head::before {
  content: "";
  position: absolute;
  bottom: -100%;
  background: url(../images/homecurve1.svg) no-repeat;
  left: 10%;
  height: 100%;
  width: 67px;
}
.slider-section .right-banner .banner-head::after {
  background: url(../images/homecurve2.svg) no-repeat;
  width: 70px;
  left: inherit;
  right: 20%;
}
.slider-section .right-banner form {
  width: 96%;
  position: absolute;
  padding: 20px 15px;
  bottom: 0;
  background: #fff;
}
.slider-section .right-banner form .box {
  margin-bottom: 20px;
}
.slider-section .right-banner form .box .error {
  position: absolute;
}
.slider-section .right-banner form .box select {
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
  border: 1px solid #D8D8D8;
  padding: 12px 25px 12px 10px;
}
.slider-section .right-banner form .box.select-bx {
  width: 47%;
  display: inline-block;
  margin: 0 12px 20px 0;
}
.slider-section .right-banner form .box.select-bx.select-bx-last {
  margin: 0 0 20px;
}
.slider-section .right-banner form .box.online-exam {
  width: 47%;
  display: inline-block;
  margin: 0 12px 20px 0;
}
.slider-section .right-banner form .box.select-bx-second {
  width: 100%;
}
.slider-section .right-banner form .amount-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.slider-section .right-banner form .amount-banner .amnt-left {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-family: robotomedium;
}
.slider-section .right-banner form .amount-banner .amnt-left .off {
  background: #2DB261;
  border-radius: 3px;
  padding: 2px 6px;
  color: #fff;
}
.slider-section .right-banner form .amount-banner .symbole {
  color: #1D1D1D;
  font-size: 20px;
  line-height: 22px;
  font-family: robotomedium;
  margin: 0;
}
.slider-section .right-banner form .amount-banner .symbole .value {
  font-size: 20px;
  line-height: 24px;
}
.slider-section .right-banner form .con_btn {
  background: #FFBE00;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  font-family: robotomedium;
  color: #1D1D1D;
  padding: 9px;
  border-radius: 3px;
  cursor: pointer;
}
.slider-section .right-banner form .con_btn:hover {
  background: #fcc41b;
}
.slider-section .box select {
  background: #fff url(../images/dropdown-arrow.svg) no-repeat center right 10px;
  background-size: 12px;
  cursor: pointer;
  border-radius: 0;
  padding: 11px;
}
.slider-section .box {
  margin-bottom: 15px;
}
.slider-section .claimbtn {
  background: #f58e0e;
  border-radius: 3px;
  padding: 11px 0;
  color: #fff;
  font-family: robotomedium;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
  width: 100%;
}
.slider-section .claimbtn:hover {
  background: #e78e21;
}
.slider-section .banner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 12px 15px;
}
.slider-section .banner-footer .side-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider-section .banner-footer .side-parts svg {
  margin: 0 10px 0 0;
}
.slider-section .banner-footer .side-parts .contnt {
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  font-family: robotomedium;
}
.slider-section .banner-footer .side-parts .contnt span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #434343;
  font-family: robotoregular;
}
.slider-section .banner-footer .side-parts .contnt .free {
  background: #2DB261;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  text-transform: uppercase;
}

.search-home {
  text-align: center;
}
.search-home .search-box {
  border: 1px solid #D8D8D8;
  background: #F5F5F5;
  padding: 35px;
  border-radius: 3px;
  width: 66%;
  margin: 0 auto 5px;
}
.search-home .search-tab {
  position: relative;
  margin: 0 0 5px;
}
.search-home .search-tab .clear-search {
  position: absolute;
  right: 6%;
  top: 1px;
  color: #616161;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  padding: 5px 10px 8px;
  background: #fff;
  cursor: pointer;
}
.search-home .search-tab input {
  padding: 11px 15px;
  color: #2A2A2A;
  font-size: 14px;
}
.search-home .search-tab .search-btn {
  position: absolute;
  right: 0;
  background: #FFBE00;
  border-radius: 0px 3px 3px 0px;
  padding: 8px 8px 7px;
  cursor: pointer;
  top: 0;
}
.search-home .search-tab .search-btn:hover {
  background: #fcc41b;
}
.search-home .search-tab .search-btn svg {
  vertical-align: middle;
}
.search-home .search-tab .popular {
  display: block;
  color: #a55198;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
}
.search-home .search-tab .popular-search {
  z-index: 1;
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  color: #a55198;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}
.search-home .search-tab .popular-search a {
  color: #727070;
  display: block;
  font-size: 13px;
  padding: 5px 0;
}
.search-home .search-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  color: #2A2A2A;
  margin: 0 0 20px 0;
}
.search-home .search-reference label {
  margin: 0 15px 0 0;
  cursor: pointer;
  font-size: 14px;
}
.search-home .search-reference .checkbox {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search-home .search-reference .checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 3px;
}
.search-home .search-reference .checkbox .checkmark:after {
  left: 3px;
  top: 2pxpx;
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  border: solid #fff;
  display: none;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-home .search-reference .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.search-home .search-reference .checkbox input:checked ~ .checkmark {
  background-color: #2db261;
  border: 1px solid #2db261;
}
.search-home .search-reference .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.search-home .search-tag {
  font-size: 13px;
  line-height: 18px;
  font-family: robotomedium;
  color: #191919;
  letter-spacing: 2.21px;
}

.free-tools {
  background: #F8F8F8;
  position: relative;
}
.free-tools:before {
  background: url(../images/home-tool-curve.svg);
  display: block;
  content: "";
  height: 104px;
  width: 120px;
  position: absolute;
  top: 0;
}
.free-tools .tools-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.free-tools .tool-list {
  padding: 17px 12px;
  border-radius: 10px;
  background: #fff;
  width: 24%;
}
.free-tools .tool-list .tool-title {
  font-size: 22px;
  line-height: 26px;
  font-family: robotomedium;
  margin: 15px 0 0;
  color: #1D1D1D;
}
.free-tools .tool-list img {
  width: auto;
  height: auto;
}
.free-tools .tool-list .content {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 20px;
  color: #2A2A2A;
}
.free-tools .tool-list .check-now {
  font-size: 15px;
  line-height: 18px;
  color: #A55198;
  font-family: robotomedium;
}
.free-tools .tool-list:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.student-sucess .student-slider {
  position: relative;
}
.student-sucess .student-slider:before {
  content: "";
  height: 56px;
  width: 178px;
  position: absolute;
  left: -56px;
  top: -37px;
  background: linear-gradient(90deg, #fff 8px, transparent 1%) center, linear-gradient(#fff 8px, transparent 1%) center, #EBEBEB;
  background-size: 11px 11px;
  z-index: -1;
}
.student-sucess .student-story {
  border: 1px solid #d8d8d8;
  padding: 20px;
  background: #fff;
}
.student-sucess .student-story .rating-icon {
  width: 15px;
  height: 15px;
  background: url(../images/rating.svg) no-repeat;
  display: inline-block;
  background-size: 15px;
}
.student-sucess .student-story .story {
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
  padding: 10px 8px 15px 0;
  margin: 0 0 15px;
  height: 126px;
  overflow: auto;
  text-align: justify;
}
.student-sucess .student-story .student-name {
  font-size: 20px;
  line-height: 22px;
  color: #1D1D1D;
}
.student-sucess .student-story .student-name .country-name {
  font-size: 14px;
  line-height: 18px;
  color: #616161;
}

.helpstrip {
  text-align: center;
  background: url(../images/offer_baner.jpg);
  padding: 40px 0;
  position: relative;
}
.helpstrip:before {
  content: "";
  background: rgba(17, 16, 16, 0.8) 0% 0% no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.helpstrip .container {
  position: relative;
  z-index: 1;
}
.helpstrip .strip-head {
  font-size: 40px;
  line-height: 45px;
  font-family: robotomedium;
  color: #fff;
}
.helpstrip .strip-subhead {
  font-size: 26px;
  line-height: 33px;
  color: #fff;
  margin: 5px 0 25px;
}
.helpstrip .help-btn {
  background: #FFBE00;
  border-radius: 51px;
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: robotomedium;
  padding: 10px 35px;
  cursor: pointer;
}
.helpstrip .help-btn:hover {
  background: #fcc41b;
}

.number {
  padding: 30px 0 0;
  position: relative;
}
.number:before {
  background: #F8F1F7;
  content: "";
  height: 86%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
}
.number:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/number-curvepath.svg) no-repeat;
  z-index: -1;
}
.number .title-head:before {
  content: "";
  border-bottom: 5px solid #A55198;
  display: block;
  width: 40px;
  position: absolute;
  bottom: -2px;
  left: 49%;
}
.number .title-head:after {
  content: "";
  border-bottom: 1px solid #A55198;
  display: block;
  width: 23%;
  margin: 8px auto 0;
}
.number .number-box {
  display: inline-block;
  width: 22%;
  padding: 20px;
  background: #fff;
  margin: 30px 25px 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom: 2px solid #A55198;
  position: relative;
  text-align: center;
}
.number .number-box:last-child {
  margin: 0;
}
.number .number-box:last-child::after {
  content: "";
  height: 57px;
  width: 178px;
  position: absolute;
  right: -28px;
  top: -35px;
  background: linear-gradient(90deg, #f8f1f7 8px, transparent 1%) center, linear-gradient(#f8f1f7 8px, transparent 1%) center, #ffd5e7;
  background-size: 11px 11px;
  z-index: -1;
}
.number .number-box .number-count {
  color: #A55198;
  font-size: 30px;
  line-height: 34px;
  font-family: robotomedium;
  margin: 10px 0 0;
}
.number .number-box .name {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  font-family: robotomedium;
}

.features-home .feature-list {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 7px;
}
.features-home .feature-list img {
  width: 100%;
  height: 100%;
}
.features-home .feature-content {
  border-bottom: 1px solid #a55198;
}
.features-home .feature-first {
  padding: 20px 15px 0;
}
.features-home .deadline {
  margin: -30px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.features-home .deadline .feature-name {
  background: #a55198;
  padding: 4px 10px;
  color: #fff;
  text-transform: uppercase;
}
.features-home .deadline .feature-date {
  padding: 4px 10px;
  color: #1D1D1D;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.features-home .content .feature-head {
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: robotomedium;
  height: 47px;
  overflow: auto;
  display: block;
}
.features-home .content .feature-head::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.features-home .content .feature-head:hover {
  color: #a55198;
}
.features-home .content .feature-para {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 40px;
  height: 62px;
  overflow: auto;
}
.features-home .content .feature-para::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.features-home .read-more1 {
  text-align: right;
  background: #A55198;
  display: block;
  color: #fff;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 1px 5px;
}
.features-home .read-more1:hover {
  background: #d27dc4;
}

.univercity .title-head {
  margin: 0 0 30px;
}
.univercity .title-head:before {
  content: "";
  border-bottom: 5px solid #A55198;
  display: block;
  width: 40px;
  position: absolute;
  bottom: -2px;
  left: 49%;
}
.univercity .title-head:after {
  content: "";
  border-bottom: 1px solid #A55198;
  display: block;
  width: 23%;
  margin: 8px auto 0;
}
.univercity .desk-img {
  display: block;
}
.univercity .mobile-img {
  display: none;
}

.experts {
  background: #F5F5F5;
}
.experts .modules {
  text-align: center;
}
.experts .modules .module-name {
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 11px 25px;
  border-radius: 40px;
  background: #A55198;
  margin: 0 15px 18px 0;
  display: inline-block;
}
.experts .modules .module-name:hover {
  background: #C176B5;
}
.experts .modules .module-name:nth-child(2n) {
  background: #C176B5;
}
.experts .modules .module-name:nth-child(2n):hover {
  background: #a55198;
}
.experts .modules .module-name:nth-child(3n) {
  background: #E2A4D8;
}
.experts .modules .module-name:nth-child(3n):hover {
  background: #a55198;
}
.experts .subject-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  background: #fff;
  width: 80%;
  margin: 30px auto 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.experts .subject-strip .strip-content {
  color: #1D1D1D;
  font-size: 27px;
  line-height: 35px;
  font-family: robotomedium;
}
.experts .subject-strip .strip-content span {
  font-size: 14px;
  line-height: 18px;
  font-family: robotoregular;
  display: block;
}
.experts .subject-strip .subject-btn {
  background: #FFBE00;
  border-radius: 3px;
  padding: 9px 28px;
  font-size: 20px;
  line-height: 24px;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
}
.experts .subject-strip .subject-btn:hover {
  background: #fcc41b;
}

.services-home .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-home .service-list .service-box {
  width: 33.3333333%;
  border: 1px solid #E9E9E9;
  padding: 20px;
}
.services-home .service-list .service-box:hover {
  background: #F5F5F5;
}
.services-home .service-list .service-box:first-child {
  border: none;
}
.services-home .service-list .service-box:first-child:hover {
  background: none;
}
.services-home .service-list .service-box .service-title {
  color: #A55198;
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 15px;
}
.services-home .service-list .service-box .service-detail {
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
  text-align: justify;
}
.services-home .service-list .service-box .references {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 50px;
}
.services-home .service-list .service-box .references .references-name {
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
  width: 50%;
  padding: 0 0 10px;
  position: relative;
}
.services-home .service-list .service-box .references .references-name:before {
  content: "";
  background: url(../images/caretleft-double.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.services-home .service-list .service-box .read-more1 {
  color: #A55198;
  font-size: 15px;
  line-height: 18px;
  font-family: robotomedium;
  text-align: right;
  display: block;
}
.services-home .service-list .service-box .read-more1:after {
  content: "";
  background: url(../images/right-arrow.svg) no-repeat;
  width: 23px;
  height: 13px;
  display: inline-block;
  background-size: 18px;
  vertical-align: middle;
  margin: 0 0 0 9px;
}
.services-home .service-list .service-box .first-box-title {
  font-size: 28px;
  line-height: 32px;
  color: #1D1D1D;
  font-family: robotomedium;
  margin: 70px 0 40px;
}
.services-home .service-list .service-box .btns-box .order-box-btn {
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: robotomedium;
  padding: 10px 20px;
  background: #FFBE00;
  border-radius: 51px;
  border: 1px solid #FFBE00;
}
.services-home .service-list .service-box .btns-box .order-box-btn:hover {
  background: #fcc41b;
}
.services-home .service-list .service-box .btns-box .order-box-btn.service-btn {
  background: #fff;
  margin: 0 0 0 10px;
}

.resume-step {
  position: relative;
  background: #F5F5F5;
}
.resume-step .container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.resume-step .container::before {
  content: "";
  background: url(../images/country-bg-home.svg);
  width: 544px;
  height: 328px;
  position: absolute;
  left: 0;
  top: 17%;
  z-index: -1;
}
.resume-step .steps {
  margin: 30px auto;
  width: 95%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resume-step .steps .steps-left {
  width: 50%;
  position: relative;
}
.resume-step .steps .steps-left::before {
  content: "";
  border-left: 1px dashed #d8d8d8;
  position: absolute;
  height: 90%;
  left: 34px;
}
.resume-step .steps .steps-right {
  width: 30.5%;
}
.resume-step .steps .steps-right img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
}
.resume-step .steps .structure-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 50px;
}
.resume-step .steps .structure-item:last-child {
  padding: 0;
}
.resume-step .steps .structure-item svg {
  z-index: 1;
  position: relative;
}
.resume-step .steps .structure-item .structure-content {
  position: relative;
  width: 70%;
  text-align: left;
  margin: 0 0 0 20px;
}
.resume-step .steps .structure-item .structure-content .structure-head {
  font-size: 18px;
  line-height: 20px;
  color: #A55198;
  font-family: robotomedium;
  padding: 0 0 5px;
}
.resume-step .steps .structure-item .structure-content .structure-subhead {
  color: #333333;
  font-size: 14px;
  line-height: 18px;
}
.resume-step .steps .structure-item:nth-child(2) .structure-content .structure-head {
  color: #2778A9;
}
.resume-step .steps .structure-item:nth-child(3) .structure-content .structure-head {
  color: #ffbe00;
}
.resume-step .ordr-btn {
  font-size: 20px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: robotomedium;
  padding: 10px 25px;
  background: #FFBE00;
  border-radius: 3px;
  border: 1px solid #FFBE00;
  cursor: pointer;
  display: inline-block;
}
.resume-step .ordr-btn:hover {
  background: #fcc41b;
}

.services-slider {
  position: relative;
}
.services-slider:after {
  background: #F8F1F7;
  content: "";
  height: 40%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.services-slider .features .feature-box {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: 8px 15px;
  border-radius: 3px;
}
.services-slider .features .feature-head {
  color: #A55198;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
  padding: 15px 0 5px;
}
.services-slider .features .feature-subhead {
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  height: 107px;
  overflow: auto;
  text-align: justify;
}
.services-slider .features .feature-subhead::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.customer-review .reviewsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 73%;
  margin: 0 auto;
}
.customer-review .heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: pointer;
  margin: 0 35px;
}
.customer-review .heading-title:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.customer-review .heading-title.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.customer-review .heading-title svg {
  margin: 0 10px 0 0;
}
.customer-review .heading-title p {
  font-size: 32px;
  line-height: 34px;
  font-family: robotomedium;
  color: #1D1D1D;
}
.customer-review .instanthelp-review, .customer-review .trust-review {
  display: none;
}
.customer-review .instanthelp-review.current, .customer-review .trust-review.current {
  display: block;
}
.customer-review .review-slider, .customer-review .review-slider1 {
  width: 71%;
  margin: 50px auto 30px;
  visibility: hidden;
  display: block;
}
.customer-review .review-slider.slick-initialized, .customer-review .review-slider1.slick-initialized {
  visibility: visible;
}
.customer-review .reviews {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  border-radius: 3px;
  margin: 8px;
}
.customer-review .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.customer-review .user img {
  width: 60px;
  height: 60px;
}
.customer-review .review-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-review .review-content {
  width: 90%;
}
.customer-review .review-content .rating-icon {
  width: 15px;
  height: 15px;
  background: url(../images/rating.svg) no-repeat;
  display: inline-block;
  background-size: 15px;
}
.customer-review .review-content .username {
  font-size: 18px;
  line-height: 22px;
  color: #2A2A2A;
  font-family: robotomedium;
}
.customer-review .review-content .verfied {
  background: #E8FFF1;
  border-radius: 20px;
  padding: 3px 8px;
  color: #2DB261;
  font-size: 11px;
  line-height: 13px;
  font-family: robotomedium;
}
.customer-review .review-content .verfied svg {
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}
.customer-review .review-content .reviw-para {
  font-size: 16px;
  line-height: 24px;
  color: #2A2A2A;
  margin: 20px 0 0;
  height: 96px;
  overflow: auto;
}
.customer-review .review-btn {
  font-size: 20px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: robotomedium;
  padding: 10px 30px;
  background: #FFBE00;
  border-radius: 3px;
  border: 1px solid #FFBE00;
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.customer-review .review-btn:hover {
  background: #fcc41b;
}

.seo-content {
  padding: 60px 0 0px;
}
.seo-content .container {
  height: 250px;
  overflow: auto;
}
.seo-content p {
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
  color: #2A2A2A;
  margin: 0 0 8px;
}

@media (max-width: 1024px) {
  .space60 {
    padding: 40px 0;
  }

  .slick-next, .slick-prev {
    background: #dcd5d3;
  }
  .slick-next::before, .slick-prev::before {
    width: 27px;
    height: 26px;
    background-size: 25px;
  }

  .slick-next {
    right: -15px;
  }

  .slick-prev {
    left: -15px;
  }

  .slider-section .right-banner .banner-head {
    font-size: 32px;
    line-height: 34px;
  }
  .slider-section .right-banner .banner-head::before {
    background-size: 44px;
  }
  .slider-section .banner-footer .side-parts:nth-child(2) {
    display: none;
  }

  .free-tools .tool-list .tool-title {
    font-size: 20px;
    line-height: 22px;
  }
  .free-tools .tool-list .content {
    height: 60px;
    overflow: auto;
  }
  .free-tools .tool-list .content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .features-home .content .feature-head {
    height: 67px;
    overflow: auto;
    display: block;
  }
  .features-home .slick-prev {
    left: 0px;
  }
  .features-home .slick-next {
    right: 0;
  }

  .services-home .service-list .service-box .btns-box .order-box-btn {
    padding: 10px;
  }

  .services-slider .features .feature-head {
    font-size: 16px;
  }
  .services-slider .features .feature-box {
    padding: 14px;
    margin: 8px;
  }

  .customer-review .slick-next {
    right: -40px;
  }
  .customer-review .slick-prev {
    left: -40px;
  }
  .customer-review .reviewsite {
    width: 90%;
  }

  .seo-content {
    padding: 40px 0 0px;
  }

  .services-home .service-list .service-box .references .references-name {
    margin: 0 0 0 15px;
    width: 44%;
  }
  .services-home .service-list .service-box .references .references-name::before {
    position: absolute;
    left: -15px;
    margin: 5px 5px 0 0;
  }

  .number .number-box {
    padding: 15px;
  }

  .experts .subject-strip {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .space60 {
    padding: 25px 0;
  }

  .title-head {
    font-size: 24px;
    line-height: 30px;
  }

  .slider-section .left-banner {
    width: 63%;
  }
  .slider-section .banner-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .slider-section .banner-footer .side-parts:nth-child(2), .slider-section .banner-footer .side-parts:nth-child(3) {
    display: none;
  }
  .slider-section .right-banner {
    width: 35%;
  }
  .slider-section .right-banner .banner-head {
    font-size: 25px;
    line-height: 27px;
  }
  .slider-section .right-banner .banner-head::before {
    background-size: 35px;
  }
  .slider-section .right-banner .banner-head:after {
    background-size: 47px;
  }
  .slider-section .right-banner form {
    padding: 10px 7px;
  }
  .slider-section .right-banner form .box select {
    padding: 6px 25px 6px 6px;
  }
  .slider-section .right-banner form .box.select-bx, .slider-section .right-banner form .box.online-exam {
    margin: 0 6px 15px 0;
  }
  .slider-section .right-banner form .amount-banner {
    padding: 8px 0;
  }
  .slider-section .right-banner form .amount-banner .amnt-left .off {
    padding: 2px;
  }
  .slider-section .right-banner form .amount-banner .symbole {
    font-size: 18px;
  }
  .slider-section .right-banner form .con_btn {
    padding: 7px;
    line-height: 18px;
  }

  .search-home .search-box {
    width: 100%;
  }

  .free-tools .tools-slider {
    overflow: auto;
  }
  .free-tools .tools-slider::-webkit-scrollbar {
    height: 0px;
    width: 0px;
  }
  .free-tools .tool-list {
    min-width: 31%;
    margin: 0 10px 8px 0;
  }
  .free-tools .tool-list .tool-title {
    font-size: 18px;
    line-height: 20px;
  }

  .student-sucess .student-story {
    padding: 12px;
  }

  .number {
    padding: 25px 0 0;
  }
  .number .number-box {
    width: 23%;
    padding: 12px;
    margin: 30px 11px 0 0;
  }
  .number .number-box .number-count {
    font-size: 26px;
    line-height: 28px;
  }
  .number .number-box .name {
    height: 34px;
    overflow: auto;
  }

  .helpstrip {
    padding: 25px 0;
  }
  .helpstrip .strip-head {
    font-size: 28px;
    line-height: 35px;
  }
  .helpstrip .strip-subhead {
    font-size: 19px;
    line-height: 23px;
  }
  .helpstrip .help-btn {
    padding: 6px 28px;
  }

  .experts .modules .module-name {
    padding: 9px 19px;
    margin: 0 3px 9px 0;
  }
  .experts .subject-strip {
    padding: 14px 18px;
  }
  .experts .subject-strip .strip-content {
    font-size: 20px;
    line-height: 24px;
  }
  .experts .subject-strip .subject-btn {
    padding: 9px 16px;
    font-size: 18px;
    line-height: 20px;
  }

  .features-home .deadline .feature-name {
    padding: 4px 3px;
  }
  .features-home .content .feature-para {
    margin: 5px 0 20px;
  }

  .services-home .service-list .service-box {
    padding: 15px 5px;
  }
  .services-home .service-list .service-box .first-box-title {
    font-size: 22px;
    line-height: 26px;
  }
  .services-home .service-list .service-box .btns-box .order-box-btn {
    display: block;
    margin: 0 auto 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
  }
  .services-home .service-list .service-box .btns-box .order-box-btn.service-btn {
    margin: 0 auto;
  }
  .services-home .service-list .service-box .service-title {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 8px;
  }
  .services-home .service-list .service-box .references {
    padding: 10px 0 15px;
  }
  .services-home .service-list .service-box .references .references-name {
    padding: 0 0 5px;
    width: 43%;
  }

  .resume-step .steps {
    width: 100%;
  }
  .resume-step .steps .steps-right {
    width: 45%;
  }
  .resume-step .steps .structure-item {
    padding: 0 0 30px;
  }
  .resume-step .ordr-btn {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 20px;
  }

  .services-slider .features .feature-head {
    height: 65px;
    overflow: auto;
  }

  .customer-review .review-slider {
    width: 90%;
    margin: 25px auto 30px;
  }
  .customer-review .review-content {
    width: 85%;
  }
  .customer-review .heading-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .customer-review .heading-title svg {
    width: 58%;
  }
  .customer-review .heading-title p {
    font-size: 24px;
    line-height: 34px;
  }
  .customer-review .reviewsite {
    width: 100%;
  }

  .seo-content {
    padding: 25px 0 0px;
  }
}
@media (max-width: 767px) {
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .space60 {
    padding: 30px 0;
  }

  .title-head {
    font-size: 20px;
    line-height: 24px;
  }

  .title-subhead {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px;
  }
  .title-subhead::after {
    width: 60%;
  }
  .title-subhead::before {
    left: 45%;
  }

  .slider-section .container {
    display: block;
    padding: 0;
    background: none;
  }
  .slider-section .slider-banner {
    padding: 0 0 25px;
  }
  .slider-section .banner-footer {
    overflow: auto;
    margin: 0 15px 0 0;
    padding: 15px 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .slider-section .banner-footer .side-parts {
    background: #f7f7f7;
    margin: 0 15px 0 0;
    padding: 8px 15px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-radius: 3px;
  }
  .slider-section .banner-footer .side-parts:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-section .left-banner {
    width: 100%;
  }
  .slider-section .right-banner {
    width: 100%;
  }
  .slider-section .right-banner form {
    position: relative;
    width: 100%;
    border-bottom: 15px solid #f7f7f7;
    padding: 29px 10px;
  }
  .slider-section .right-banner form .box select {
    padding: 10px 25px 10px 6px;
  }
  .slider-section .right-banner form .box.select-bx, .slider-section .right-banner form .box.online-exam {
    width: 48.3%;
  }
  .slider-section .right-banner form .box.select-bx-second {
    width: 100%;
  }
  .slider-section .right-banner form .con_btn {
    padding: 10px;
  }
  .slider-section .right-banner .banner-head {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
  }

  .search-home.container {
    padding: 20px 10px;
  }
  .search-home .search-box {
    padding: 20px 15px;
    margin: 0 0 5px;
  }
  .search-home .search-tab .clear-search {
    right: 12%;
  }
  .search-home .search-reference {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .search-home .search-reference label {
    margin: 0;
  }
  .search-home .search-reference p {
    margin: 0 15px 0 0;
  }
  .search-home .search-tag {
    letter-spacing: 0.51px;
  }

  .free-tools .tools-slider {
    overflow: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .free-tools .tool-list {
    width: 49%;
    margin: 0 0 10px;
    padding: 12px 5px;
  }
  .free-tools .tool-list .tool-title {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 18px;
  }
  .free-tools .tool-list .content {
    margin: 6px 0 12px;
  }

  .student-sucess .student-slider {
    padding: 0 0 25px;
  }
  .student-sucess .student-slider::before {
    display: none;
  }
  .student-sucess .student-story .story {
    padding: 6px 0 8px;
  }
  .student-sucess .student-story .student-name {
    font-size: 16px;
    line-height: 18px;
  }

  .number {
    padding: 30px 0;
  }
  .number::before {
    height: 100%;
  }
  .number .title-head {
    margin-bottom: 30px;
  }
  .number .title-head::after {
    width: 60%;
  }
  .number .title-head::before {
    left: 45%;
  }
  .number .number-box {
    margin: 10px;
    width: 43%;
    padding: 20px 11px;
  }
  .number .number-box:last-child {
    margin: 10px;
  }
  .number .number-box:last-child:after {
    display: none;
  }
  .number .number-box .number-count {
    font-size: 22px;
    line-height: 25px;
  }
  .number .number-box .name {
    font-size: 13px;
    height: auto;
  }
  .number .number-box .name span {
    display: none;
  }

  .features-home.container {
    padding: 25px 10px;
  }
  .features-home .feature-slider {
    padding: 0 0 25px;
  }
  .features-home .content .feature-head {
    height: 45px;
  }

  .helpstrip {
    padding: 16px 0;
    background-position: center;
  }
  .helpstrip .strip-head {
    font-size: 20px;
    line-height: 24px;
  }
  .helpstrip .strip-subhead {
    font-size: 15px;
    line-height: 18px;
    margin: 5px 0 10px;
  }
  .helpstrip .help-btn {
    font-size: 16px;
    line-height: 18px;
  }

  .univercity .title-head::after {
    width: 60%;
  }
  .univercity .title-head::before {
    left: 45%;
  }
  .univercity .desk-img {
    display: none;
  }
  .univercity .mobile-img {
    display: block;
  }

  .experts .modules .module-name {
    padding: 6px 6px;
    margin: 0 1px 7px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .experts .subject-strip {
    display: block;
    text-align: center;
    margin: 15px auto 0;
  }
  .experts .subject-strip .strip-content {
    font-size: 20px;
    line-height: 22px;
  }
  .experts .subject-strip .strip-content span {
    margin: 5px 0 8px;
  }
  .experts .subject-strip .subject-btn {
    padding: 7px 13px;
    font-size: 16px;
    line-height: 18px;
  }

  .resume-step {
    padding: 30px 0px;
  }
  .resume-step .container:before {
    display: none;
  }
  .resume-step .title-subhead {
    margin: 0;
  }
  .resume-step .steps {
    display: block;
  }
  .resume-step .steps .steps-left {
    width: 100%;
  }
  .resume-step .steps .steps-left::before {
    left: 27px;
  }
  .resume-step .steps .steps-left svg {
    width: 16%;
    height: 16%;
  }
  .resume-step .steps .structure-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 20px;
  }
  .resume-step .steps .structure-item .structure-content {
    width: 78%;
  }
  .resume-step .steps .structure-item .structure-content .structure-head {
    font-size: 15px;
    line-height: 16px;
  }
  .resume-step .steps .steps-right {
    width: 100%;
    margin: 30px 0;
  }

  .services-slider .features {
    padding: 0 0 25px;
  }
  .services-slider .features .feature-head {
    height: 42px;
  }

  .services-home.container {
    padding: 25px 10px;
  }
  .services-home .service-list {
    display: block;
  }
  .services-home .service-list .service-box {
    width: 100%;
    padding: 10px;
  }
  .services-home .service-list .service-box .first-box-title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }
  .services-home .service-list .service-box .btns-box {
    text-align: center;
  }
  .services-home .service-list .service-box .btns-box .order-box-btn {
    display: inline-block;
    padding: 7px 14px;
    font-size: 16px;
    line-height: 18px;
  }
  .services-home .service-list .service-box .btns-box .order-box-btn.service-btn {
    margin: 0 auto 0 20px;
  }

  .customer-review.container {
    padding: 25px 10px;
  }
  .customer-review .reviewsite {
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .customer-review .heading-title {
    min-width: 75%;
    margin: 0;
  }
  .customer-review .heading-title svg {
    width: 100%;
  }
  .customer-review .review-slider {
    width: 100%;
    padding: 0 0 25px;
    margin: 15px 0;
  }
  .customer-review svg {
    width: 15%;
  }
  .customer-review .review-content {
    width: 79%;
  }
  .customer-review .review-content .username {
    font-size: 16px;
    line-height: 20px;
  }
  .customer-review .review-content .reviw-para {
    font-size: 14px;
    line-height: 20px;
  }
  .customer-review .reviews {
    padding: 12px;
    margin: 4px 4px 8px;
  }
  .customer-review .review-btn {
    font-size: 18px;
    line-height: 20px;
    padding: 6px 24px;
  }

  .seo-content.container {
    padding: 30px 10px 0px;
  }
  .seo-content p {
    padding: 0;
  }

  .customer-review .user img {
    width: 46px;
  }
}