@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@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;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

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

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

::-moz-placeholder {
  color: #707070 !important;
}

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

html {
  line-height: normal; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

abbr, address, article, aside, audio, blockquote, body, body div, caption, cite, code, dd, del, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 20px;
  font-family: poppinsregular;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
}

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

blockquote {
  margin: 0;
}

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

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

figcaption, figure, main { /* 1 */
  display: block;
}

figure {
  margin: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: poppinsregular; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  -webkit-appearance: none;
}

button, input { /* 1 */
  overflow: visible;
  border: none;
  background: none;
}

button { /* 1 */
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none; /* 2 */
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  -webkit-appearance: checkbox;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear, .clearfix:after {
  clear: both;
}

.slick-dots li button {
  background: none;
  border: 0;
  outline: 0;
}

.slick-prev, .slick-next {
  font-size: 0;
  position: absolute;
  top: 46%;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
  left: -38px;
}
.slick-prev:before, .slick-next:before {
  content: "";
  background: url(../images/CaretLeft.svg) no-repeat;
  width: 30px;
  height: 32px;
  background-size: 40px;
  display: block;
  margin: auto;
}

.slick-next {
  right: -13px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: inherit;
  top: 48%;
}

input {
  padding: 0 10px 0 25px;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

select, input, textarea {
  background-color: white;
  line-height: normal;
  position: relative;
  padding: 8px 25px 8px 8px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #d8d8d8 !important;
  border-radius: 4px;
  font-family: poppinsregular;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF url(../images/down-arrow.svg) no-repeat center right 8px;
}

.container {
  max-width: 1170px !important;
  margin: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center {
  text-align: center;
}

.common-btn {
  background-color: #FFBE00;
  color: #2A2A2A;
  border-radius: 3px;
  padding: 9px 30px;
  font-size: 18px;
  line-height: 24px;
  font-family: poppinsmedium;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.common-btn:hover {
  background: #f2c94d;
}

.common-heading {
  font-size: 28px;
  line-height: 32px;
  color: #1d1d1d;
  font-family: poppinssemibold;
}

.common-subtitle {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #434343;
  font-family: poppinsregular;
}
.common-subtitle::after, .common-subtitle::before {
  content: "";
  border-bottom: 1px solid #5F7D38;
  display: block;
  width: 7%;
}
.common-subtitle::after {
  margin: 5px auto 0;
}
.common-subtitle::before {
  position: absolute;
  bottom: -4px;
  left: 49%;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade {
  -webkit-animation: fadeInAnimation ease 3s;
          animation: fadeInAnimation ease 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 960px !important;
  }
  .common-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .common-subtitle::after, .common-subtitle:before, .common-subtitle::after, .common-subtitle:before {
    width: 11%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 730px !important;
  }
  .common-heading {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 1012px;
    width: auto;
    padding: 0px 15px;
  }
  .common-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .common-subtitle::before {
    left: 43%;
    width: 22%;
  }
  .common-subtitle::after {
    width: 22%;
  }
}
.breadcrumb {
  padding: 5px 0px 25px;
  border-top: 1px solid #D8D8D8;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 15px;
}
.breadcrumb .active {
  color: #C23571;
}
.breadcrumb .breadcrumb-item a {
  color: #333333;
}
.breadcrumb .home-mobile {
  padding: 0;
}
.breadcrumb .home-mobile::before {
  display: none;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb ul li {
  margin: 0 15px 0 0;
  position: relative;
  cursor: pointer;
}
.breadcrumb ul li::after {
  position: absolute;
  content: "";
  background: url(../images/forward-arrow.svg) no-repeat;
  width: 6px;
  height: 10px;
  top: 6px;
  right: -10px;
}
.breadcrumb ul li:last-child::after {
  background: none;
}
.breadcrumb ul li a {
  font-size: 12px;
  line-height: 18px;
  color: #434343;
}
.breadcrumb ul li:hover a {
  color: BLACK;
}
.breadcrumb .page-active {
  font-family: poppinsmedium;
  font-size: 12px;
  line-height: 18px;
  color: #434343;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 5px 0px 15px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item::before {
    float: none !important;
    margin: 0px 7px -3px 0 !important;
  }
  .breadcrumb {
    padding: 3px 0px 5px;
    margin: 5px 0 20px;
    border-top: none;
    width: 100%;
    overflow: auto;
  }
  .breadcrumb ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    padding: 0 0 0 15px;
  }
  .breadcrumb ul li {
    margin: 0 8px 0 4px;
    display: inline-block;
  }
  .breadcrumb .breadcrumb-item {
    white-space: nowrap;
  }
  .breadcrumb::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }
}
/* 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: #D8D8D8 !important;
}
.slick-dots li button {
  font-size: 0px;
}
.slick-dots li.slick-active {
  background: #C23571 !important;
  border-color: #C23571 !important;
}

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

.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: 10px;
  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: visible;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  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: 0;
  z-index: 401;
}

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

.fancybox-slide--html .fancybox-close-small {
  width: 34px;
  height: 34px;
  right: -40px;
  padding: 0;
  color: #fff;
}

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

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 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-width: 1024px) {
  .fancybox-content video {
    width: 900px;
  }
}
@media (max-width: 768px) {
  .fancybox-content video {
    width: 670px;
  }
}
@media (max-height: 576px) {
  .fancybox-content {
    max-width: 100%;
    padding: 16px;
  }
  .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-content video {
    width: 100%;
  }
}
.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: 767px) {
  .fancybox-content video {
    width: 100%;
  }
  .fancybox-content .fancybox-close-small {
    right: 0;
    top: -34px;
  }
}
@media (max-width: 576px) {
  video {
    width: 100%;
  }
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#snackbar {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  padding: 16px;
  position: fixed;
  z-index: 10;
  left: 45%;
  bottom: 50px;
  font-size: 15px;
  font-family: poppinsregular;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@media (max-width: 766px) {
  #snackbar {
    width: 100%;
    left: 0%;
    text-align: center;
    bottom: 0px;
  }
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  @-webkit-keyframes fadein {
    from {
      bottom: -50px;
      opacity: 0;
    }
    to {
      bottom: 0px;
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      bottom: -50px;
      opacity: 0;
    }
    to {
      bottom: 0px;
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeout {
    from {
      bottom: 0px;
      opacity: 1;
    }
    to {
      bottom: -50px;
      opacity: 0;
    }
  }
  @keyframes fadeout {
    from {
      bottom: 0px;
      opacity: 1;
    }
    to {
      bottom: -50px;
      opacity: 0;
    }
  }
}
#ac-wrapper {
  position: fixed;
  bottom: 45px;
  right: 3px;
  width: 355px;
  padding: 15px;
  background-color: #000;
  z-index: 999999;
  border-radius: 5px;
  opacity: 0.9;
}
#ac-wrapper #popup {
  position: relative;
  bottom: 0;
  left: 0;
}
#ac-wrapper #popup p {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 18px;
}
#ac-wrapper #popup p span {
  font-size: 16px;
  display: block;
  font-family: poppinsregular;
  margin-bottom: 6px;
}
#ac-wrapper #popup input[type=submit] {
  width: auto;
  cursor: pointer;
  margin-top: 9px;
  font-family: poppinsregular;
  display: inline-block;
  font-size: 13px;
  color: #000;
  background: #ffb900;
  border-radius: 3px;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-style: inherit;
  border: none;
  height: auto;
}
#ac-wrapper #popup a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
  font-size: 13px;
  margin: 0px 0px 0px 7px;
  vertical-align: -webkit-baseline-middle;
}
#ac-wrapper .container {
  background: 0 0;
  width: auto;
}

.error {
  font-size: 13px;
  line-height: 15px;
  color: red;
  position: absolute;
  bottom: 0;
}

.fixed {
  z-index: 15;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: mymove 0.8s ease-in-out;
          animation: mymove 0.8s ease-in-out;
}
@-webkit-keyframes mymove {
  from {
    top: -80px;
  }
  to {
    top: 0px;
  }
}
@keyframes mymove {
  from {
    top: -80px;
  }
  to {
    top: 0px;
  }
}
.fixed .header-nav {
  display: none;
}
.fixed .main-menu {
  margin: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed .main-menu .menus {
  width: 64%;
}
.fixed .main-menu .logo {
  width: 13%;
  display: block;
}
.fixed .main-menu ul li a, .fixed .main-menu ul li span {
  padding: 9px 10px;
}

.top-strip {
  background: #4D555C;
  padding: 10px 0;
}
.top-strip .container {
  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;
}
.top-strip .biggest-deal {
  cursor: pointer;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
}
.top-strip .biggest-deal span {
  color: #FFC410;
}
.top-strip .biggest-deal:hover {
  color: #f2c94d;
}
.top-strip .biggest-deal:hover span {
  color: #f2b80a;
}
.top-strip .contact-info {
  font-size: 14px;
  line-height: 16px;
}
.top-strip .contact-info .mail:hover, .top-strip .contact-info a:hover {
  color: #FFBE00;
}
.top-strip .contact-info .mail:hover svg, .top-strip .contact-info a:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: invert(0.4) sepia(1) saturate(5.2) hue-rotate(360deg) brightness(1.12);
          filter: invert(0.4) sepia(1) saturate(5.2) hue-rotate(360deg) brightness(1.12);
}
.top-strip .contact-info a {
  color: #fff;
  margin: 0 0 0 10px;
}
.top-strip .contact-info svg {
  vertical-align: middle;
}
.top-strip .contact-info .mail {
  border-left: 1px solid white;
  padding: 0 0 0 10px;
}
.top-strip .contact-info .mail i {
  margin: 0 5px 0px 0;
}

.header-index.fixed .top-strip {
  display: none;
}
.header-index.fixed .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.header-index .top-strip .biggest-deal {
  cursor: default;
}
.header-index .main-menu {
  display: none;
}
.header-index .header-nav .leftside .after-login, .header-index .header-nav .leftside .user-icon {
  display: none;
}
.header-index .header-nav .leftside .cart {
  text-align: center;
  display: none;
  float: right;
  margin: 10px;
}
.header-index .header-nav .leftside .cart svg {
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.header-index .header-nav .leftside .cart .tooltip-icon {
  background: #5c7a36;
  color: #fff;
  height: 16px;
  width: 16px;
  font-size: 12px;
  line-height: 16px;
  margin: -6px 2px 0 10px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
}
.header-index .header-nav .leftside .after-login {
  position: relative;
}
.header-index .header-nav .leftside .after-login .login {
  background: url(../images/down-arrow.svg) no-repeat center right 5px;
  padding: 0px 25px 0px 32px;
  color: #2a2a2a;
  border-radius: 3px;
  position: relative;
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  background-size: 11px;
}
.header-index .header-nav .leftside .after-login .login:before {
  content: "";
  background: url(../images/user-circle.svg) no-repeat center left 2px;
  width: 23px;
  height: 23px;
  left: 3px;
  position: absolute;
  top: -4px;
}
.header-index .header-nav .leftside .after-login:hover .dropdown-list {
  display: block;
}
.header-index .header-nav .rightside .cart {
  display: none;
}
.header-index .header-nav .rightside .main-menu {
  display: block;
  margin: 0;
}
.header-index .header-nav .rightside .main-menu .menus {
  background: #fff;
  width: 100%;
  margin: 0 15px 0 0;
}
.header-index .header-nav .rightside .main-menu ul .submenu-title, .header-index .header-nav .rightside .main-menu ul .services-link {
  padding: 15px;
}
.header-index .header-nav .rightside .main-menu ul .submenu .drop-down {
  margin: 0;
  width: 270px;
}
.header-index .header-nav .rightside .main-menu ul .submenu .drop-down li {
  width: 270px;
}
.header-index .header-nav .rightside .main-menu ul .submenu .drop-services {
  width: 527px;
  left: 230px;
}
.header-index .header-nav .rightside .main-menu ul .submenu .our-company-menu {
  top: 47px;
}
.header-index .header-nav .rightside .main-menu ul .submenu .service-inner {
  width: 227px;
  top: 47px;
}

.header-all.fixed .main-menu ul li span {
  padding: 9px 10px;
}
.header-all.fixed .main-menu ul .submenu .service-inner {
  top: 45px;
}
.header-all .main-menu ul .submenu .service-inner {
  top: 37px;
}
.header-all .header-nav .rightside .main-menu {
  display: none;
}
.header-all .header-nav .rightside .user-icon {
  margin: 0 20px 0 20px;
}

.header-nav {
  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: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .top-strip {
  display: none;
}
.header-nav .toggle-nav, .header-nav .cart {
  display: none;
}
.header-nav .leftside {
  width: 16%;
}
.header-nav .leftside .dropdown-list {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 99;
  padding: 0px;
  position: absolute;
  left: auto;
  width: 160px;
  display: none;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
}
.header-nav .leftside .dropdown-list a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #BCBCBC;
  display: block;
  color: #1D1D1D;
}
.header-nav .leftside .dropdown-list a:last-child {
  border: 0;
}
.header-nav .leftside .dropdown-list a:hover {
  background: #5c7a36;
  color: #fff;
}
.header-nav .leftside .after-login {
  display: inline-block;
  position: relative;
  float: right;
}
.header-nav .leftside .after-login .login {
  background: url(../images/down-arrow.svg) no-repeat center right 5px;
  padding: 0px 25px 0px 32px;
  color: #2a2a2a;
  border-radius: 3px;
  position: relative;
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  background-size: 11px;
}
.header-nav .leftside .after-login .login:before {
  content: "";
  background: url(../images/user-circle.svg) no-repeat center left 2px;
  width: 23px;
  height: 23px;
  left: 3px;
  position: absolute;
  top: -4px;
}
.header-nav .leftside .after-login:hover .dropdown-list {
  display: block;
}
.header-nav .rightside {
  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;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .rightside .search-tab {
  position: relative;
}
.header-nav .rightside .search-tab .search {
  width: 330px;
}
.header-nav .rightside .search-tab .search .error {
  bottom: -15px;
}
.header-nav .rightside .search-tab .search input {
  padding: 10px 40px 10px 10px;
  height: 38px;
  border-radius: 3px;
  font-family: poppinsregular;
  background: none;
}
.header-nav .rightside .search-tab .search-btn {
  background: url(../images/search_btn.svg) no-repeat center;
  width: 20px;
  height: 20px;
  right: 0;
  background-size: 18px;
  padding: 19px;
  cursor: pointer;
  top: 0;
  position: absolute;
  display: inline-block;
}
.header-nav .rightside span {
  font-size: 15px;
  line-height: 17px;
  color: #2a2a2a;
}
.header-nav .rightside .login {
  text-align: center;
}
.header-nav .rightside .login:hover .rounded-circle {
  background-color: white;
  color: #000;
}
.header-nav .rightside .login:hover svg path {
  fill: #5F7D38;
}
.header-nav .rightside .login:hover span {
  color: #5F7D38;
}
.header-nav .rightside .login svg {
  vertical-align: middle;
}
.header-nav .rightside .cart:hover .rounded-circle {
  color: white;
}
.header-nav .rightside .cart:hover svg path {
  -webkit-filter: invert(0.38) sepia(1) saturate(19.9) hue-rotate(43.2deg) brightness(0.76);
          filter: invert(0.38) sepia(1) saturate(19.9) hue-rotate(43.2deg) brightness(0.76);
}
.header-nav .rightside .cart:hover span {
  color: #5F7D38;
}
.header-nav .rightside .user-icon {
  margin: 0 0 0 20px;
}
.header-nav .rightside .right {
  margin: 0 25px 0 40px;
}
.header-nav .rightside .after-login {
  display: inline-block;
  position: relative;
}
.header-nav .rightside .after-login .login {
  background: url(../images/down-arrow.svg) no-repeat center right 5px;
  padding: 0px 25px 0px 32px;
  color: #2a2a2a;
  border-radius: 3px;
  position: relative;
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  background-size: 11px;
}
.header-nav .rightside .after-login .login:before {
  content: "";
  background: url(../images/user-circle.svg) no-repeat center left 2px;
  width: 23px;
  height: 23px;
  left: 3px;
  position: absolute;
  top: -4px;
}
.header-nav .rightside .after-login:hover .dropdown-list {
  display: block;
}
.header-nav .rightside .dropdown-list {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 99;
  padding: 0px;
  position: absolute;
  left: auto;
  width: 160px;
  display: none;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
}
.header-nav .rightside .dropdown-list a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #BCBCBC;
  display: block;
  color: #1D1D1D;
}
.header-nav .rightside .dropdown-list a:last-child {
  border: 0;
}
.header-nav .rightside .dropdown-list a:hover {
  background: #5c7a36;
  color: #fff;
}
.header-nav .rightside .cart {
  text-align: center;
  display: block;
}
.header-nav .rightside .cart svg {
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.header-nav .rightside .cart .tooltip-icon {
  background: #5c7a36;
  color: #fff;
  height: 16px;
  width: 16px;
  font-size: 12px;
  line-height: 16px;
  margin: -6px 2px 0 10px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
}

.main-menu {
  position: relative;
  margin: 0 0 10px 0;
}
.main-menu .logo {
  display: none;
}
.main-menu .mob-menu {
  display: none;
}
.main-menu .menus {
  background: #F5F5F5;
  border-radius: 3px;
  width: 78%;
}
.main-menu ul .inner_head {
  display: none;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li a, .main-menu ul li span {
  color: #2A2A2A;
  padding: 9px 15px;
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  cursor: pointer;
}
.main-menu ul li:hover a, .main-menu ul li:hover span {
  color: #5F7D38;
}
.main-menu ul li.review_hide {
  display: inline-block;
}
.main-menu ul .submenu.company-menu {
  position: relative;
}
.main-menu ul .submenu.company-menu .writer_hide {
  display: none;
}
.main-menu ul .submenu .our-company-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 200px;
  z-index: 999;
  top: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.main-menu ul .submenu .our-company-menu li {
  width: 100%;
}
.main-menu ul .submenu .our-company-menu li a {
  font-size: 14px;
  padding: 8px 12px;
  color: #2a2a2a;
  display: block;
}
.main-menu ul .submenu .our-company-menu li:hover a {
  background: #5c7a36;
  color: #fff;
}
.main-menu ul .submenu:hover .our-company-menu, .main-menu ul .submenu:hover .service-inner, .main-menu ul .submenu:hover .drop-down {
  display: block;
}
.main-menu ul .submenu .service-inner {
  -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);
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: #fff;
  z-index: 9999;
}
.main-menu ul .submenu .drop-down {
  background: #e5ebef;
  width: 270px;
  z-index: 9;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.main-menu ul .submenu .drop-down li {
  padding: 0;
  width: 270px;
}
.main-menu ul .submenu .drop-down li.selected .nav-a {
  background: #5c7a36;
  color: #fff;
}
.main-menu ul .submenu .drop-down li a {
  font-size: 15px;
  border-bottom: solid 1px #fff;
  color: #1d1d1d;
  text-transform: capitalize;
  padding: 10px 5px 10px 15px !important;
  display: block;
  line-height: 16px;
  font-family: poppinsregular;
}
.main-menu ul .submenu .drop-down li a:hover {
  background: #5c7a36;
  color: #fff;
}
.main-menu ul .submenu .drop-down li a.selected {
  display: block;
}
.main-menu ul .submenu .drop-down li.sm:hover .drop-services, .main-menu ul .submenu .drop-down li.sm.selected .drop-services {
  display: block;
}
.main-menu ul .submenu .drop-down li.sm:hover .drop-services li:hover a, .main-menu ul .submenu .drop-down li.sm.selected .drop-services li:hover a {
  background-color: #fff;
  color: #5F7D38;
}
.main-menu ul .submenu .drop-down li div {
  height: 100%;
  overflow-y: auto;
}
.main-menu ul .submenu .drop-down li:last-child a {
  border-bottom: none;
}
.main-menu ul .submenu .drop-down .back_menu, .main-menu ul .submenu .drop-down .first-service {
  display: none;
}
.main-menu ul .submenu .drop-services {
  background: #fff;
  display: none;
  left: 270px;
  padding: 5px;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 77%;
}
.main-menu ul .submenu .drop-services::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main-menu ul .submenu .drop-services::-webkit-scrollbar-thumb {
  background: #5F7D38;
  width: 2px;
}
.main-menu ul .submenu .drop-services ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.main-menu ul .submenu .drop-services ul li {
  width: 33%;
  float: left;
}
.main-menu ul .submenu .drop-services ul li a {
  font-size: 14px;
  float: left;
  text-transform: capitalize;
  color: #333333;
  border: 0;
  width: 100%;
}
.main-menu .offer-btn {
  background: #FFC410;
  padding: 7px 22px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 25px;
  color: #2A2A2A;
  font-family: poppinsmedium;
  text-transform: uppercase;
}
.main-menu .offer-btn:hover {
  background: #f2c94d;
}
.main-menu .offer-btn.order-btn {
  background: #5c7a36;
  color: #fff;
}
.main-menu .offer-btn.order-btn:hover {
  background: #6d8a48;
}

.m-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999;
  display: none;
  opacity: 0.7;
}
.m-overlay.active {
  display: block;
}

.search-show {
  position: relative;
}
.search-show .resent-searchs {
  z-index: 11;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  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);
  display: block;
  font-family: poppinssemibold;
  color: #C23571;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  padding: 15px;
}
.search-show .search-menu {
  margin-top: 7px;
}
.search-show .search-menu li {
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  text-transform: capitalize;
}
.search-show .search-menu li a {
  padding: 14px 0 14px 43px;
  position: relative;
  display: block;
  color: #4A4A4A;
  font-size: 0.8125rem;
  line-height: 15px;
}
.search-show .search-menu li a:before {
  content: "";
  position: absolute;
  left: 10px;
  background: url(../images/resent.svg) no-repeat;
  width: 22px;
  height: 19px;
  top: 12px;
}
.search-show .Popular {
  background: #fff;
  display: block;
  font-family: poppinssemibold;
  padding: 15px 0 0;
}
.search-show .Popular span {
  display: block;
  color: #5c7a36;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
}
.search-show .Popular ul li {
  list-style: none;
}
.search-show .Popular a {
  color: #727070;
  display: block;
  font-size: 13px;
  padding: 5px 0;
  font-family: poppinsregular;
  margin-top: 7px;
  border-bottom: 1px solid #f1f1f1;
}

.search-main-mobile {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
}

.voice-popup {
  display: none;
}

@media (max-width: 1366px) {
  .main-menu .offer-btn {
    padding: 7px 15px;
  }
}
@media (max-width: 1024px) {
  .header-index.fixed .main-menu {
    margin: 0;
  }
  .header-index.fixed .header-nav .search-btn {
    display: inline-block;
  }
  .header-index.fixed .header-nav .rightside {
    margin: 0;
  }
  .header-index.fixed .header-nav .rightside .after-login {
    display: none;
  }
  .header-index.fixed .header-nav .rightside .search-tab .search {
    width: 322px;
    display: none;
  }
  .header-index .top-strip {
    display: none;
  }
  .header-index .head-menus.container {
    overflow: auto;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80%;
    z-index: 999;
    left: -100%;
    padding: 0;
  }
  .header-index .head-menus .flex {
    display: block;
  }
  .header-index .head-menus .main-menu ul li a {
    display: block;
  }
  .header-index .head-menus .main-menu ul li span, .header-index .head-menus .main-menu ul li a {
    border-bottom: 1px solid #d8d8d8;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-services ul {
    display: block;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-services ul li {
    width: 100%;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-services ul li a {
    font-size: 14px;
  }
  .header-index .head-menus .main-menu ul .submenu .service-inner {
    position: relative;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down.serv-menu li .nav-a::after {
    background: url(../images/down-arrow.svg) no-repeat center right 5px;
    width: 20px;
    height: 13px;
    display: inline-block;
    float: right;
    content: "";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    margin: 0 7px 0 0;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down li {
    width: 100%;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down li.sm.selected .drop-services {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 80%;
    overflow: auto;
    padding: 0;
    left: -100%;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down li.sm .sm:hover .drop-services,
.header-index .head-menus .main-menu ul .submenu .drop-down li.sm .main-menu ul .submenu .drop-down li.sm.selected .drop-services {
    width: 100%;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down li.selected .nav-a {
    background: none;
    color: #1d1d1d;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down .back_menu, .header-index .head-menus .main-menu ul .submenu .drop-down .first-service {
    display: block;
    padding: 0;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down .back_menu i, .header-index .head-menus .main-menu ul .submenu .drop-down .first-service i {
    width: 9px;
    height: 10px;
    border: 1px solid #666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: 0 0;
    margin: 9px 0 7px 10px;
  }
  .header-index .head-menus .main-menu ul .submenu .drop-down .back_menu .bcktext, .header-index .head-menus .main-menu ul .submenu .drop-down .first-service .bcktext {
    vertical-align: super;
    font-size: 16px;
    line-height: 18px;
    color: #1d1d1d;
    padding: 10px 0;
    display: inline-block;
    border: none;
  }
  .header-index .head-menus .main-menu ul .submenu .our-company-menu .drop-down {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
    width: 80%;
    overflow: auto;
    display: block;
    background: #fff;
  }
  .header-index .head-menus .main-menu ul .submenu.tools-menu .submenu-title:after {
    -webkit-transform: rotate(272deg);
            transform: rotate(272deg);
  }
  .header-index .head-menus .main-menu ul .submenu.tools-menu .submenu-title.service-active::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header-index .head-menus .main-menu ul li {
    display: block;
  }
  .header-index .head-menus .main-menu ul li span {
    padding: 8px 15px;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .header-index .head-menus .main-menu ul li .submenu-title::after {
    width: 13px;
    height: 7px;
    display: block;
    background: url(../images/down-arrow.svg) no-repeat;
    content: "";
    margin: 6px 0 0;
    float: right;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header-index .head-menus .main-menu ul li .submenu-title.service-active::after {
    -webkit-transform: rotate(272deg);
            transform: rotate(272deg);
  }
  .header-index .head-menus .main-menu .menus {
    width: 100%;
    background: #fff;
  }
  .header-index .head-menus .main-menu .mob-menu {
    display: block;
    background: #5c7a36;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .header-index .head-menus .main-menu .mob-menu a {
    color: #fff;
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .header-index .head-menus .main-menu .mob-menu a:last-child {
    border: none;
  }
  .header-index .head-menus .main-menu a.login {
    padding: 0 9px 0 24px;
  }
  .header-index .head-menus .main-menu .login.after-login::after {
    content: "";
    background: url(../images/user-circle.svg) no-repeat center left 2px;
    width: 23px;
    height: 23px;
    left: 7px;
    position: absolute;
    top: 8px;
  }
  .header-index .header-nav {
    display: block;
  }
  .header-index .header-nav.container {
    padding: 8px 10px 8px !important;
  }
  .header-index .header-nav .search-btn {
    display: inline-block;
  }
  .header-index .header-nav .toggle-nav {
    display: inline-block;
    vertical-align: super;
    margin: 0 15px 0 0;
  }
  .header-index .header-nav .leftside {
    width: 100%;
  }
  .header-index .header-nav .leftside .after-login {
    display: block;
    margin: 6px 0 0px 0;
  }
  .header-index .header-nav .leftside .user-icon {
    float: right;
    margin: 10px 13px 0 0;
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #2a2a2a;
  }
  .header-index .header-nav .logo img {
    width: 114px;
  }
  .header-index .header-nav .search-btn {
    display: none;
    background: url(../images/search_btn.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 18px;
    padding: 19px;
    cursor: pointer;
    float: right;
    margin: 0px 7px 0 0;
  }
  .header-index .header-nav .rightside {
    width: 100%;
    display: block;
    margin: 12px 0 0;
  }
  .header-index .header-nav .rightside .after-login {
    display: none;
  }
  .header-index .header-nav .rightside .main-menu {
    display: none;
  }
  .header-index .header-nav .rightside .user-icon {
    display: none;
  }
  .header-index .header-nav .rightside .search-tab .search {
    width: 100%;
  }
  .header-index .header-nav .rightside .main-menu {
    margin: 0;
  }
  .header-index .header-nav .rightside .main-menu .menus {
    width: 100%;
  }
  .header-index .header-nav .rightside .main-menu .logo {
    display: none;
  }
  .header-index .header-nav .rightside .main-menu ul li a, .header-index .header-nav .rightside .main-menu ul li span {
    padding: 8px 15px;
  }
  .header-all .main-menu ul .submenu .service-inner {
    top: 0px;
  }
  .header-all.fixed .main-menu ul .submenu .service-inner {
    top: 0;
  }
  .header-all.fixed {
    padding: 0;
  }
  .header-all.fixed .header-nav {
    display: block;
  }
  .header-all.fixed .header-nav .rightside {
    display: none;
  }
  .header-all.fixed .header-nav .search-btn {
    display: inline-block;
  }
  .header-all.fixed .main-menu {
    margin: 0;
  }
  .header-all.fixed .main-menu .menus {
    width: 100%;
  }
  .header-all.fixed .main-menu .logo {
    display: none;
  }
  .header-all.fixed .main-menu ul li a, .header-all.fixed .main-menu ul li span {
    padding: 8px 15px;
  }
  .header-all .top-strip {
    display: none;
  }
  .header-all .header-nav.container {
    padding: 8px 10px 8px !important;
  }
  .header-all .header-nav .search-btn {
    display: none;
    background: url(../images/search_btn.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 18px;
    padding: 19px;
    cursor: pointer;
    float: right;
    margin: 0px 7px 0 0;
  }
  .header-all .header-nav .toggle-nav {
    display: inline-block;
    vertical-align: super;
    margin: 0 15px 0 0;
  }
  .header-all .header-nav .rightside {
    width: 100%;
    display: block;
    margin: 12px 0 0;
  }
  .header-all .header-nav .rightside .search-tab .search {
    width: 100%;
  }
  .header-all .header-nav .rightside .cart, .header-all .header-nav .rightside .login, .header-all .header-nav .rightside .after-login {
    display: none;
  }
  .header-all .header-nav .leftside {
    width: 100%;
  }
  .header-all .header-nav .logo img {
    width: 114px;
  }
  .header-all .header-nav .cart {
    display: inline-block;
    float: right;
    margin: 10px 7px 0 0;
  }
  .header-all .header-nav .cart .tooltip-icon {
    background: #5c7a36;
    color: #fff;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    margin: -6px 2px 0 10px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
  }
  .header-all .main-menu ul li a, .header-all .main-menu ul li span {
    padding: 9px 13px;
  }
  .header-all .head-menus.container {
    overflow: auto;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80%;
    z-index: 999;
    left: -100%;
    padding: 0;
  }
  .header-all .head-menus .flex {
    display: block;
  }
  .header-all .main-menu .menus {
    width: 100%;
    background: #fff;
  }
  .header-all .main-menu ul li {
    display: block;
  }
  .header-all .main-menu ul li:hover a, .header-all .main-menu ul li:hover span {
    color: #2A2A2A;
  }
  .header-all .main-menu ul li a, .header-all .main-menu ul li span {
    padding: 8px 15px;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .header-all .main-menu ul li .submenu-title::after {
    width: 13px;
    height: 7px;
    display: block;
    background: url(../images/down-arrow.svg) no-repeat;
    content: "";
    margin: 6px 0 0;
    float: right;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header-all .main-menu ul li .submenu-title.service-active::after {
    -webkit-transform: rotate(272deg);
            transform: rotate(272deg);
  }
  .header-all .main-menu ul li.review_hide {
    display: block;
  }
  .header-all .main-menu ul .submenu .our-company-menu .drop-down {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
    width: 80%;
    overflow: auto;
    display: block;
    background: #fff;
  }
  .header-all .main-menu ul .submenu .our-company-menu .drop-down .inner_head {
    padding: 10px;
    font-size: 17px;
  }
  .header-all .main-menu ul .submenu .our-company-menu .drop-down .inner_head:hover span {
    color: #2A2A2A;
  }
  .header-all .main-menu ul .submenu .our-company-menu li a {
    padding: 8px 15px;
  }
  .header-all .main-menu ul .submenu .inner_head {
    display: block;
  }
  .header-all .main-menu ul .submenu .service-inner {
    position: relative;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9;
  }
  .header-all .main-menu ul .submenu .drop-down {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-all .main-menu ul .submenu .drop-down li {
    width: 100%;
  }
  .header-all .main-menu ul .submenu .drop-down li a {
    font-size: 14px;
  }
  .header-all .main-menu ul .submenu .drop-down li:hover .nav-a, .header-all .main-menu ul .submenu .drop-down li.selected .nav-a {
    background: none;
    color: #1d1d1d;
  }
  .header-all .main-menu ul .submenu .drop-down .back_menu, .header-all .main-menu ul .submenu .drop-down .first-service {
    display: block;
    padding: 0;
  }
  .header-all .main-menu ul .submenu .drop-down .back_menu i, .header-all .main-menu ul .submenu .drop-down .first-service i {
    width: 9px;
    height: 10px;
    border: 1px solid #666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: 0 0;
    margin: 9px 0 7px 10px;
  }
  .header-all .main-menu ul .submenu .drop-down .back_menu .bcktext, .header-all .main-menu ul .submenu .drop-down .first-service .bcktext {
    vertical-align: super;
    font-size: 16px;
    line-height: 18px;
    color: #1d1d1d;
    padding: 10px 0;
    display: inline-block;
    border: none;
  }
  .header-all .main-menu ul .submenu .drop-down.serv-menu li .nav-a::after {
    background: url(../images/down-arrow.svg) no-repeat center right 5px;
    width: 20px;
    height: 13px;
    display: inline-block;
    float: right;
    content: "";
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin: 0 7px 0 0;
  }
  .header-all .main-menu ul .submenu .drop-services {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
    width: 80%;
    overflow: auto;
    padding: 0;
  }
  .header-all .main-menu ul .submenu .drop-services ul {
    display: block;
  }
  .header-all .main-menu ul .submenu .drop-services ul li {
    width: 100%;
  }
  .header-all .main-menu ul .submenu.company-menu .writer_hide {
    display: none;
  }
  .header-all .main-menu ul .submenu.company-menu .submenu-title::after {
    -webkit-transform: rotate(272deg);
            transform: rotate(272deg);
  }
  .header-all .main-menu .offer-btn {
    padding: 8px 15px;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    font-family: poppinsregular;
    border-radius: 0;
    text-transform: capitalize;
  }
  .header-all .main-menu .offer-btn.order-btn {
    background: #fff;
    color: #2A2A2A;
    border-bottom: none;
  }
  .header-all .main-menu .mob-menu {
    display: block;
    background: #5c7a36;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .header-all .main-menu .mob-menu a {
    color: #fff;
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .header-all .main-menu .mob-menu a:last-child {
    border: none;
  }
  .header-all .search-main-mobile .header-search {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .header-all .search-main-mobile .header-search .searchclose svg {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .header-all .search-main-mobile .header-search .words {
    width: 95%;
  }
  .header-all .search-main-mobile .header-search .words input {
    width: 100%;
    padding: 0;
    border: none !important;
    height: auto;
    font-size: 14px;
    font-family: poppinsregular;
  }
  .header-all .search-main-mobile .voice-search {
    position: absolute;
    right: 10px;
    bottom: 9px;
    display: none;
  }
  .header-all #insertSearch {
    height: 100%;
    overflow: scroll;
  }
  .header-all #insertSearch .Popular {
    padding: 15px;
  }
  .header-all #insertSearch .Popular span {
    display: block;
    color: #5c7a36;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
  }
  .header-all #insertSearch .Popular a {
    color: #727070;
    display: block;
    font-size: 13px;
    padding: 5px 0;
    margin-top: 7px;
    border-bottom: 1px solid #f1f1f1;
  }
  .header-all #insertSearch .search-menu {
    margin-top: 7px;
  }
  .header-all #insertSearch .search-menu li {
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    text-transform: capitalize;
  }
  .header-all #insertSearch .search-menu li a {
    padding: 14px 0 14px 43px;
    position: relative;
    display: block;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 15px;
  }
  .header-all #insertSearch .search-menu li a::before {
    content: "";
    position: absolute;
    left: 10px;
    background: url(../images/resent.svg) no-repeat;
    width: 22px;
    height: 19px;
    top: 12px;
  }
  .header-all .voice-popup {
    background: #efefef;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    display: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-all .voice-popup.active {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-all .voice-popup .close-icon {
    display: inline-block;
    text-align: left;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .header-all .voice-popup .voice-box {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    padding: 15% 0;
    background: #fff;
  }
  .header-all .voice-popup small {
    color: #646464;
    font-size: 16px;
    display: block;
  }
  .header-all .voice-popup .search-product {
    font-family: "robotomedium", Arial, Helvetica, sans-serif;
    display: block;
    color: #515151;
    padding: 10px 0;
  }
  .header-all .voice-popup .microphone {
    margin: 40px 0 0;
  }
  .header-all .voice-popup .microphone span {
    width: 40px;
    height: 40px;
    background: #c23571;
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
  }
  .header-all .voice-popup .loader {
    background: #c23571;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 7px;
    border-radius: 10px;
    height: 1.5em;
    color: #c23571;
    text-indent: -9999em;
    margin: 75px auto 10px;
    position: relative;
    font-size: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .header-all .voice-popup .loader:before, .header-all .voice-popup .loader:after {
    position: absolute;
    top: 0;
    content: "";
    background: #c23571;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 7px;
    border-radius: 10px;
    height: 1.5em;
  }
  .header-all .voice-popup .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .header-all .voice-popup .loader:after {
    left: 1.5em;
  }
  @-webkit-keyframes load1 {
    0%, 80%, 100% {
      -webkit-box-shadow: 0 0;
              box-shadow: 0 0;
      height: 1.5em;
    }
    40% {
      -webkit-box-shadow: 0 -2em;
              box-shadow: 0 -2em;
      height: 3em;
    }
  }
  @keyframes load1 {
    0%, 80%, 100% {
      -webkit-box-shadow: 0 0;
              box-shadow: 0 0;
      height: 3em;
    }
    40% {
      -webkit-box-shadow: 0 -2em;
              box-shadow: 0 -2em;
      height: 3em;
    }
  }
  .main-menu .offer-btn {
    padding: 7px;
  }
  .main-menu ul li.review_hide {
    display: none;
  }
  .main-menu ul .submenu .drop-down {
    width: 250px;
  }
  .main-menu ul .submenu .drop-down li {
    width: 250px;
  }
  .main-menu ul .submenu .drop-services {
    left: 217px;
  }
  .main-menu ul .submenu.company-menu .writer_hide {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-index .header-nav .leftside .user-icon {
    display: none;
  }
  .header-index .header-nav .leftside .after-login {
    display: none;
  }
}
footer {
  background: #1f2429;
  color: #fff;
}
footer .yellow-font {
  color: #FFC410;
}
footer .footerlinks {
  padding: 50px 0 42px;
  border-bottom: 1px solid #3b3b3b;
}
footer .footerlinks .footerlink-box {
  width: 25%;
}
footer .footerlinks .footerlink-box:nth-child(5) {
  display: none;
}
footer .footerlinks .footerlink-box.policies-box {
  display: none;
}
footer .footerlinks .footerlink-box .download-title {
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #3b3b3b;
}
footer .footerlinks .footerlink-box .fheading {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 0 0 14px;
}
footer .footerlinks .footerlink-box .footer-linklist .f-links {
  color: #ececec;
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footerlinks .footerlink-box .footer-linklist .f-links:hover {
  color: #FFC410;
}
footer .footerlinks .footerlink-box .contact-us {
  padding: 0 0 14px 0;
  margin: 0 0 14px 0;
  border-bottom: 1px solid #3B3B3B;
}
footer .footerlinks .footerlink-box .contact-us a:hover {
  color: #FFC410;
}
footer .footerlinks .footerlink-box .contact-us a:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: invert(0.4) sepia(1) saturate(5.2) hue-rotate(360deg) brightness(1.12);
  filter: invert(0.4) sepia(1) saturate(5.2) hue-rotate(360deg) brightness(1.12);
}
footer .footerlinks .footerlink-box .contact-us svg {
  vertical-align: middle;
}
footer .footerlinks .footerlink-box .contact-us .whatsapp-svg, footer .footerlinks .footerlink-box .contact-us .mail-f {
  margin: 0 0 0 9px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
footer .footerlinks .footerlink-box .contact-us .mail-f {
  display: block;
  margin: 12px 0 0 0;
}
footer .footerlinks .footerlink-box .contact-us .mail-f i {
  margin: 0 6px 0 0;
}
footer .footerlinks .footerlink-box .Social-icon {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 0 0 10px;
  text-transform: uppercase;
}
footer .footerlinks .footerlink-box .social-icon-list {
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #3b3b3b;
}
footer .footerlinks .footerlink-box .social-icon-list a {
  margin: 0 10px 0 0;
}
footer .footerlinks .footerlink-box .social-icon-list a:last-child:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footerlinks .footerlink-box .social-icon-list a:last-child:hover svg circle {
  fill: #FFC410;
}
footer .footerlinks .footerlink-box .social-icon-list a:last-child:hover svg path {
  fill: #1b1a16;
}
footer .footerlinks .footerlink-box .social-icon-list a:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footerlinks .footerlink-box .social-icon-list a:hover svg path {
  fill: #FFC410;
}
footer .footerlinks .footerlink-box .download-title a:first-child {
  margin: 0 10px 0 0;
}
footer .footerlinks .footerlink-box img {
  width: auto;
  height: auto;
}
footer .useful-link {
  padding: 15px 0;
  text-align: center;
}
footer .useful-link a {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
footer .useful-link a:hover {
  color: #FFC410;
}
footer .useful-link a:after {
  content: "|";
  margin: 0 5px;
}
footer .useful-link a:last-child::after {
  display: none;
}
footer .copywrite {
  background: #2d3237;
  padding: 10px 0;
}
footer .copywrite .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copywrite .flex p {
  font-size: 13px;
  color: #fff;
  line-height: 18px;
}
footer .copywrite .flex p a {
  color: #FFC410;
}
footer .copywrite .flex p img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
footer .copywrite .pay-mobile, footer .copywrite .mob-s {
  display: none;
}
footer .paymnt {
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid #464646;
}
footer .paymnt img {
  width: auto;
  height: auto;
}
footer .paymnt .Social-icon {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  color: #DCDCDC;
  vertical-align: super;
  margin: 0 40px 0 0;
}
footer .paymnt .Social-icon a {
  color: #FFC410;
}

.f-fixed {
  display: none;
}

@media (max-width: 1366px) {
  footer .copywrite {
    padding: 15px 0 60px;
  }
}
@media (max-width: 1024px) {
  footer .copywrite {
    padding: 15px 0 83px;
  }
  footer .footerlinks .footerlink-box:last-child {
    width: 33%;
  }
  footer .footerlinks .footerlink-box .download-title a:first-child {
    margin: 0 0px 0 0;
  }
}
@media (max-width: 768px) {
  footer .copywrite {
    padding: 15px 0;
  }
  footer .footerlinks {
    padding: 25px 0;
  }
  footer .footerlinks .footerlink-box {
    width: 19%;
  }
  footer .footerlinks .footerlink-box:nth-child(2) {
    width: 16%;
  }
  footer .footerlinks .footerlink-box:last-child {
    width: 40%;
  }
  footer .footerlinks .footerlink-box .fheading {
    font-size: 15px;
  }
  footer .footerlinks .footerlink-box .social-icon-list a {
    margin: 0 7px 0 0;
  }
  footer .footerlinks .footerlink-box .Social-icon {
    font-size: 14px;
  }
  .copywrite .flex {
    display: block;
    text-align: center;
  }
  .copywrite .flex p {
    margin: 0 0 6px;
  }
}
@media (max-width: 767px) {
  footer .paymnt {
    padding: 12px 0 0;
    border: 0px;
  }
  footer .paymnt .Social-icon {
    margin: 0;
  }
  footer .copywrite {
    padding: 0px 0 15px;
  }
  footer .copywrite .pay-mobile:last-child {
    margin: 0px auto 8px;
  }
  .f-fixed {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px -1px 10px -1px rgba(0, 0, 0, 0.35);
            box-shadow: 0px -1px 10px -1px rgba(0, 0, 0, 0.35);
  }
  .f-fixed li {
    text-align: center;
    padding: 9px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 12px;
    list-style: none;
  }
  .f-fixed li a {
    color: #000;
    display: block;
  }
  .f-fixed li svg {
    display: block;
    margin: 0 auto 6px;
  }
  .f-fixed .Order_Now a {
    color: #5c7a36;
    font-size: 11px;
    font-family: poppinsmedium;
  }
  .f-fixed .Order_Now i {
    width: 57px;
    height: 50px;
    margin: -23px auto 0;
    border-radius: 100%;
    border: 7px solid #fff;
    -webkit-box-shadow: 0 -5px 7px -7px #797979;
            box-shadow: 0 -5px 7px -7px #797979;
    border-bottom: 0;
    background-color: #fff;
    display: block;
  }
  footer .container {
    padding: 0;
  }
  footer .contact-us, footer .connct-socl {
    display: none;
  }
  footer .footerlinks {
    display: block;
    padding: 14px 0 0;
  }
  footer .footerlinks .footerlink-box {
    width: 100%;
    border-bottom: 1px solid #6b6b6b;
    padding: 10px 15px;
  }
  footer .footerlinks .footerlink-box:nth-child(2) {
    width: 100%;
  }
  footer .footerlinks .footerlink-box:nth-child(5) {
    display: block;
  }
  footer .footerlinks .footerlink-box.policies-box {
    display: block;
  }
  footer .footerlinks .footerlink-box .contact-us {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  footer .footerlinks .footerlink-box .connct-socl {
    padding: 10px 0;
  }
  footer .footerlinks .footerlink-box .fheading {
    font-size: 15px;
    padding: 0;
  }
  footer .footerlinks .footerlink-box .fheading::after {
    content: "+";
    float: right;
    font-size: 22px;
    position: relative;
    line-height: 14px;
    right: 0;
    top: 5px;
  }
  footer .footerlinks .footerlink-box .fheading.current {
    padding: 0 0 8px;
  }
  footer .footerlinks .footerlink-box .fheading.current:after {
    content: "-";
  }
  footer .footerlinks .footerlink-box .footer-linklist {
    display: none;
    padding: 6px 0 0;
  }
  footer .footerlinks .footerlink-box .footer-linklist .f-links {
    font-size: 14px;
  }
  footer .footerlinks .footerlink-box .footer-linklist .f-links svg {
    margin: 0 5px 5px 0;
    width: 18px;
    height: 18px;
  }
  footer .footerlinks .footerlink-box:last-child {
    width: 100%;
  }
  footer .footerlinks .footerlink-box.download-now {
    display: none;
  }
  footer .footerlinks .footerlink-box .download-title {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  footer .footerlinks .footerlink-box .social-icon-list {
    padding: 0;
    border-bottom: 0;
  }
  footer .footerlinks .footerlink-box .social-icon-list svg:hover {
    fill: red;
  }
  footer .useful-link {
    display: none;
  }
  footer .copywrite {
    background: #1f2429;
    margin: 0 auto 58px;
  }
  footer .copywrite .flex {
    margin: 0 15px 0;
  }
  footer .copywrite .flex p {
    margin: 0 0 14px;
  }
  footer .copywrite .mob-2 {
    padding: 0 0 20px 0;
  }
  footer .copywrite .mob-s {
    display: block;
  }
  footer .copywrite .pay-mobile {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
  }
  footer .copywrite .pay-mobile:last-child {
    margin: 15px auto 8px;
  }
  footer .copywrite p img {
    display: none;
  }
}
.image-background {
  background: url(../images/strip/share-your-assignment-idea.png) no-repeat right #fff;
  background-size: contain;
  height: 235px;
  padding: 15px 0px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
  border: 1px solid #dedede;
}
.image-background * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.image-background .title {
  margin: 0;
}
.image-background .title span {
  font-size: 21px;
}
.image-background .heding {
  margin: 15px 0;
  text-transform: uppercase;
  background: #95bb2b;
  font-size: 17px;
  padding: 15px 10px;
  color: #fff;
  display: inline-block;
  width: 315px;
}
.image-background .sub-heding {
  padding: 4px 0;
}
.image-background .button-order-now,
.image-background .button-view-samples {
  margin: 9px 0 0;
  margin-right: 5px;
  display: inline-block;
  background: #fab834;
  color: #000;
  padding: 5px 10px;
  line-height: normal;
}
.image-background .button-order-now:hover,
.image-background .button-view-samples:hover {
  color: #000;
}

.button-order-now, .button-view-samples {
  border-radius: 3px;
}
.button-order-now:hover, .button-view-samples:hover {
  background: #FFC410;
}

.strip_new_two {
  background: url(../images/strip/strip_two.png) no-repeat;
  background-size: cover;
  padding-top: 71px;
  color: #fff;
  width: 100%;
  float: left;
  padding-top: 0;
  margin-bottom: 20px;
}

.strip_new_two .tooltip_div {
  background: rgba(0, 0, 0, 0.7);
  width: 290px;
  padding: 20px;
  margin-right: 20px;
  float: right;
}

.strip_new_two .tooltip_div h4 {
  font-size: 24px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  margin: 0;
  padding-bottom: 4px;
}

.strip_new_two .tooltip_div h4 span {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.new-strip .strip-img a,
.strip_new_two .tooltip_div p,
.strip_new_two ul .toll_free span,
.strip_new_two ul li {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.strip_new_two .tooltip_div p {
  color: #fff !important;
  font-size: 15px;
  margin: 0;
}

.strip_new_two ul {
  width: 100%;
  margin-bottom: 12px;
  background: 0 0;
}

.strip_new_two ul li {
  float: left;
  display: inline;
  padding: 12px 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center !important;
  width: 129px;
  background: #8ab418;
  font-size: 15px !important;
  color: #fff !important;
  text-transform: uppercase;
  border-right: 1px solid #96bf26;
}
.strip_new_two ul li:before {
  display: none !important;
}

.strip_new_two ul .toll_free {
  background: #000;
  border-right-style: none !important;
}

.strip_new_two ul .toll_free span {
  font-size: 19px;
}

.strip_new_two ul li + li + li {
  border-right-style: none;
  width: 100px;
}

.strip_new_two ul li + li + li + li {
  width: 292px;
  padding: 13px 0;
}

.strip_new_two ul {
  width: 100%;
}

.strip_new_two ul li a {
  cursor: pointer;
  color: #fff !important;
}

.contant a:hover {
  cursor: pointer;
  color: #ed8541;
}

.strip_new_two ul li a:hover {
  cursor: pointer;
  color: #fff5a9;
}

.strip-call-us {
  width: 100%;
  height: 119px;
  background: url(../images/strip/call-us-banner.png) no-repeat #dfeffb;
  margin: 10px 0;
}

.strip-call-us .contact-us {
  float: right;
  margin-right: 2px;
}

.strip-call-us .contact-us .heding-first {
  font-size: 15px;
  color: #09558d;
  padding: 10px 8px 5px 0;
}

.strip-call-us .contact-us .call-us {
  font-size: 21px;
  color: #4c555b;
  font-family: sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 0 0 5px;
}

.strip-call-us .contact-us .button-click {
  margin: 10px;
  text-align: center;
}

.strip-call-us .contact-us .need {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-family: Roboto;
}

.strip-call-us .contact-us a {
  text-decoration: none;
  background-color: #00769b;
  padding: 8px;
  color: #fff;
  margin-left: 9px;
}

.strip-call-us .contact-us a:hover {
  background-color: #28b3de;
}

.strip_new_three {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}

.strip_new_three .left_strip p,
.strip_new_three .left_strip p + p {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin: 0;
}

.strip_new_three .left_strip {
  background: url(../images/tol_img.png) no-repeat rgba(0, 0, 0, 0.7);
  width: 62%;
  float: left;
  padding-left: 25px;
  padding-top: 30px;
  padding-bottom: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 6px solid #8ab418;
  background-color: rgba(0, 0, 0, 0.7);
}

.strip_new_three .left_strip p {
  font-size: 19px;
  text-align: center;
}

.strip_new_three .left_strip p + p {
  font-size: 21px;
}

.strip_new_three .right_strip_phone {
  width: 37%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #8ab418;
  text-align: right;
  padding: 10px 9px 3px;
}

.strip_new_three .right_strip_phone p {
  font-size: 19px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin: 25px auto;
}

.strip_new_three .right_strip_phone img {
  border-radius: 50%;
  border: 2px solid #fff;
  float: right;
  margin-left: 13px;
}

.strip-content {
  float: left;
  width: 320px;
  padding: 10px;
  background: #95bc2f;
  text-align: center;
  color: #fff;
}
.strip-content h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  color: #fff !important;
  margin-bottom: 6px;
}
.strip-content p {
  font-size: 14px;
  line-height: 17px;
  margin: 10px 0;
  color: #fff;
  text-align: center;
}
.strip-content .btns {
  width: 75%;
  float: left;
  font-size: 15px;
  margin: 4px 16%;
  color: #333;
  font-weight: 500;
  padding: 10px;
  background: #fff;
}

.new-strip {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-strip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal !important;
}

.new-strip .strip-img {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 56%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  background: url(../images/strip/strip_img.png) no-repeat;
  text-align: center;
  position: relative;
}

.new-strip .strip-img p a {
  margin: 0;
}

.new-strip .strip-img a {
  background-color: #96bf26;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 15px 26px;
  bottom: 0;
  left: 106px;
  position: absolute;
}

.new-strip .strip-content {
  background: #020201;
  color: #fff;
  float: left;
  height: 100%;
  padding: 15px 26px;
  width: 44%;
  margin-bottom: 0px;
}

.new-strip .strip-content h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

.new-strip .strip-content p {
  color: #fff !important;
  font-size: 14px;
  line-height: 19px;
  margin: 10px 0;
}

.new-strip .strip-content .btns,
.new-strip .strip-content .one,
.new-strip .strip-content .three,
.new-strip .strip-content .two {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.new-strip .strip-content .btns {
  float: left;
  font-weight: 500;
  width: 100%;
  border-radius: 2px;
  text-align: center;
  padding: 10px 0;
  margin: 5px 0;
}

.new-strip .strip-content .one {
  color: #000;
  background-color: #d0e2e7;
}

.new-strip .strip-content .two {
  color: #103d66;
  background-color: #fff;
}

.new-strip .strip-content .three {
  color: #000;
  background-color: #d0e2e7;
  margin-bottom: 15px;
}

.new-strip .strip-content .mail {
  padding-top: 14px;
}

.new-strip .strip-content .btns:hover {
  background: #192d3c;
  color: #fff;
}

.strip_new_four {
  background: url(../images/strip/bg_strip_two.png) no-repeat;
  margin-bottom: 30px;
  background-size: cover;
}

.strip_new_four .left_strip_four {
  width: 68%;
  float: left;
  border-left: 4px solid #008ebc;
  padding-left: 22px;
  padding-top: 3px;
  padding-bottom: 26px;
}

.strip_new_four .left_strip_four p {
  font-size: 23px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.strip_new_four .right_strip_for {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.strip_new_four .left_strip_four ul {
  width: 100%;
}

.strip_new_four .left_strip_four ul li {
  float: left;
  background: url(../images/strip/lis_style.png) left no-repeat;
  display: inline;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  padding-left: 13px;
  margin: 0;
  width: 29%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.strip_new_four .left_strip_four ul li:before {
  display: none;
}

.strip_new_four .right_strip_for a,
.strip_new_four .right_strip_for a + a {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.strip_new_four .right_strip_for a {
  display: block;
  background-color: #8ab418;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}

.strip_new_four .right_strip_for a + a {
  background-color: #008ebc;
  font-size: 13px;
}

.banner-strip {
  float: left;
  width: 100%;
  margin: 5px 0 15px;
}
.banner-strip .strip-img {
  float: left;
  width: 440px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 269px;
}
.banner-strip .strip-img img {
  width: initial;
  max-width: initial;
}

.allinner_main .inner_services .gift_strip,
.allinner_main .blog-wrapper .gift_strip,
.allinner_main #content .gift_strip,
.allinner_main .blog-left .gift_strip,
.blogs_main .inner_services .gift_strip,
.blogs_main .blog-wrapper .gift_strip,
.blogs_main #content .gift_strip,
.blogs_main .blog-left .gift_strip,
.AsideLeft .inner_services .gift_strip,
.AsideLeft .blog-wrapper .gift_strip,
.AsideLeft #content .gift_strip,
.AsideLeft .blog-left .gift_strip,
.detail-blog-wrpr .inner_services .gift_strip,
.detail-blog-wrpr .blog-wrapper .gift_strip,
.detail-blog-wrpr #content .gift_strip,
.detail-blog-wrpr .blog-left .gift_strip {
  background: url(../images/gift-strip.jpg) no-repeat left top/cover;
  padding: 20px;
  border: 2px solid #161e29;
  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;
}
.allinner_main .inner_services .gift_strip strong,
.allinner_main .inner_services .gift_strip span,
.allinner_main .blog-wrapper .gift_strip strong,
.allinner_main .blog-wrapper .gift_strip span,
.allinner_main #content .gift_strip strong,
.allinner_main #content .gift_strip span,
.allinner_main .blog-left .gift_strip strong,
.allinner_main .blog-left .gift_strip span,
.blogs_main .inner_services .gift_strip strong,
.blogs_main .inner_services .gift_strip span,
.blogs_main .blog-wrapper .gift_strip strong,
.blogs_main .blog-wrapper .gift_strip span,
.blogs_main #content .gift_strip strong,
.blogs_main #content .gift_strip span,
.blogs_main .blog-left .gift_strip strong,
.blogs_main .blog-left .gift_strip span,
.AsideLeft .inner_services .gift_strip strong,
.AsideLeft .inner_services .gift_strip span,
.AsideLeft .blog-wrapper .gift_strip strong,
.AsideLeft .blog-wrapper .gift_strip span,
.AsideLeft #content .gift_strip strong,
.AsideLeft #content .gift_strip span,
.AsideLeft .blog-left .gift_strip strong,
.AsideLeft .blog-left .gift_strip span,
.detail-blog-wrpr .inner_services .gift_strip strong,
.detail-blog-wrpr .inner_services .gift_strip span,
.detail-blog-wrpr .blog-wrapper .gift_strip strong,
.detail-blog-wrpr .blog-wrapper .gift_strip span,
.detail-blog-wrpr #content .gift_strip strong,
.detail-blog-wrpr #content .gift_strip span,
.detail-blog-wrpr .blog-left .gift_strip strong,
.detail-blog-wrpr .blog-left .gift_strip span {
  font-size: 50px;
  font-family: robotomedium;
  color: #fff;
  display: block;
}
.allinner_main .inner_services .gift_strip span,
.allinner_main .blog-wrapper .gift_strip span,
.allinner_main #content .gift_strip span,
.allinner_main .blog-left .gift_strip span,
.blogs_main .inner_services .gift_strip span,
.blogs_main .blog-wrapper .gift_strip span,
.blogs_main #content .gift_strip span,
.blogs_main .blog-left .gift_strip span,
.AsideLeft .inner_services .gift_strip span,
.AsideLeft .blog-wrapper .gift_strip span,
.AsideLeft #content .gift_strip span,
.AsideLeft .blog-left .gift_strip span,
.detail-blog-wrpr .inner_services .gift_strip span,
.detail-blog-wrpr .blog-wrapper .gift_strip span,
.detail-blog-wrpr #content .gift_strip span,
.detail-blog-wrpr .blog-left .gift_strip span {
  font-size: 30px;
  color: #fbdf26;
}
.allinner_main .inner_services .gift_strip ul li,
.allinner_main .blog-wrapper .gift_strip ul li,
.allinner_main #content .gift_strip ul li,
.allinner_main .blog-left .gift_strip ul li,
.blogs_main .inner_services .gift_strip ul li,
.blogs_main .blog-wrapper .gift_strip ul li,
.blogs_main #content .gift_strip ul li,
.blogs_main .blog-left .gift_strip ul li,
.AsideLeft .inner_services .gift_strip ul li,
.AsideLeft .blog-wrapper .gift_strip ul li,
.AsideLeft #content .gift_strip ul li,
.AsideLeft .blog-left .gift_strip ul li,
.detail-blog-wrpr .inner_services .gift_strip ul li,
.detail-blog-wrpr .blog-wrapper .gift_strip ul li,
.detail-blog-wrpr #content .gift_strip ul li,
.detail-blog-wrpr .blog-left .gift_strip ul li {
  font-size: 16px;
  background: #ffb834;
  border-radius: 40px;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
}
.allinner_main .inner_services .gift_strip ul li:before,
.allinner_main .blog-wrapper .gift_strip ul li:before,
.allinner_main #content .gift_strip ul li:before,
.allinner_main .blog-left .gift_strip ul li:before,
.blogs_main .inner_services .gift_strip ul li:before,
.blogs_main .blog-wrapper .gift_strip ul li:before,
.blogs_main #content .gift_strip ul li:before,
.blogs_main .blog-left .gift_strip ul li:before,
.AsideLeft .inner_services .gift_strip ul li:before,
.AsideLeft .blog-wrapper .gift_strip ul li:before,
.AsideLeft #content .gift_strip ul li:before,
.AsideLeft .blog-left .gift_strip ul li:before,
.detail-blog-wrpr .inner_services .gift_strip ul li:before,
.detail-blog-wrpr .blog-wrapper .gift_strip ul li:before,
.detail-blog-wrpr #content .gift_strip ul li:before,
.detail-blog-wrpr .blog-left .gift_strip ul li:before {
  display: none;
}
.allinner_main .inner_services .gift_strip .cont-no,
.allinner_main .blog-wrapper .gift_strip .cont-no,
.allinner_main #content .gift_strip .cont-no,
.allinner_main .blog-left .gift_strip .cont-no,
.blogs_main .inner_services .gift_strip .cont-no,
.blogs_main .blog-wrapper .gift_strip .cont-no,
.blogs_main #content .gift_strip .cont-no,
.blogs_main .blog-left .gift_strip .cont-no,
.AsideLeft .inner_services .gift_strip .cont-no,
.AsideLeft .blog-wrapper .gift_strip .cont-no,
.AsideLeft #content .gift_strip .cont-no,
.AsideLeft .blog-left .gift_strip .cont-no,
.detail-blog-wrpr .inner_services .gift_strip .cont-no,
.detail-blog-wrpr .blog-wrapper .gift_strip .cont-no,
.detail-blog-wrpr #content .gift_strip .cont-no,
.detail-blog-wrpr .blog-left .gift_strip .cont-no {
  font-size: 18px;
  font-family: robotomedium;
  color: #fff;
}
.allinner_main .inner_services .exclusive_strip,
.allinner_main .blog-wrapper .exclusive_strip,
.allinner_main #content .exclusive_strip,
.allinner_main .blog-left .exclusive_strip,
.blogs_main .inner_services .exclusive_strip,
.blogs_main .blog-wrapper .exclusive_strip,
.blogs_main #content .exclusive_strip,
.blogs_main .blog-left .exclusive_strip,
.AsideLeft .inner_services .exclusive_strip,
.AsideLeft .blog-wrapper .exclusive_strip,
.AsideLeft #content .exclusive_strip,
.AsideLeft .blog-left .exclusive_strip,
.detail-blog-wrpr .inner_services .exclusive_strip,
.detail-blog-wrpr .blog-wrapper .exclusive_strip,
.detail-blog-wrpr #content .exclusive_strip,
.detail-blog-wrpr .blog-left .exclusive_strip {
  background: url(../images/exclusive-strip.jpg) no-repeat left top/cover;
  padding: 0px;
}
.allinner_main .inner_services .exclusive_strip ul,
.allinner_main .blog-wrapper .exclusive_strip ul,
.allinner_main #content .exclusive_strip ul,
.allinner_main .blog-left .exclusive_strip ul,
.blogs_main .inner_services .exclusive_strip ul,
.blogs_main .blog-wrapper .exclusive_strip ul,
.blogs_main #content .exclusive_strip ul,
.blogs_main .blog-left .exclusive_strip ul,
.AsideLeft .inner_services .exclusive_strip ul,
.AsideLeft .blog-wrapper .exclusive_strip ul,
.AsideLeft #content .exclusive_strip ul,
.AsideLeft .blog-left .exclusive_strip ul,
.detail-blog-wrpr .inner_services .exclusive_strip ul,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul,
.detail-blog-wrpr #content .exclusive_strip ul,
.detail-blog-wrpr .blog-left .exclusive_strip ul {
  text-align: right;
  display: block;
  margin: 0 30px 0 0;
}
.allinner_main .inner_services .exclusive_strip ul li,
.allinner_main .blog-wrapper .exclusive_strip ul li,
.allinner_main #content .exclusive_strip ul li,
.allinner_main .blog-left .exclusive_strip ul li,
.blogs_main .inner_services .exclusive_strip ul li,
.blogs_main .blog-wrapper .exclusive_strip ul li,
.blogs_main #content .exclusive_strip ul li,
.blogs_main .blog-left .exclusive_strip ul li,
.AsideLeft .inner_services .exclusive_strip ul li,
.AsideLeft .blog-wrapper .exclusive_strip ul li,
.AsideLeft #content .exclusive_strip ul li,
.AsideLeft .blog-left .exclusive_strip ul li,
.detail-blog-wrpr .inner_services .exclusive_strip ul li,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul li,
.detail-blog-wrpr #content .exclusive_strip ul li,
.detail-blog-wrpr .blog-left .exclusive_strip ul li {
  display: inline-block;
  vertical-align: middle;
}
.allinner_main .inner_services .exclusive_strip ul li:before,
.allinner_main .blog-wrapper .exclusive_strip ul li:before,
.allinner_main #content .exclusive_strip ul li:before,
.allinner_main .blog-left .exclusive_strip ul li:before,
.blogs_main .inner_services .exclusive_strip ul li:before,
.blogs_main .blog-wrapper .exclusive_strip ul li:before,
.blogs_main #content .exclusive_strip ul li:before,
.blogs_main .blog-left .exclusive_strip ul li:before,
.AsideLeft .inner_services .exclusive_strip ul li:before,
.AsideLeft .blog-wrapper .exclusive_strip ul li:before,
.AsideLeft #content .exclusive_strip ul li:before,
.AsideLeft .blog-left .exclusive_strip ul li:before,
.detail-blog-wrpr .inner_services .exclusive_strip ul li:before,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul li:before,
.detail-blog-wrpr #content .exclusive_strip ul li:before,
.detail-blog-wrpr .blog-left .exclusive_strip ul li:before {
  display: none;
}
.allinner_main .inner_services .exclusive_strip ul .ex_left,
.allinner_main .blog-wrapper .exclusive_strip ul .ex_left,
.allinner_main #content .exclusive_strip ul .ex_left,
.allinner_main .blog-left .exclusive_strip ul .ex_left,
.blogs_main .inner_services .exclusive_strip ul .ex_left,
.blogs_main .blog-wrapper .exclusive_strip ul .ex_left,
.blogs_main #content .exclusive_strip ul .ex_left,
.blogs_main .blog-left .exclusive_strip ul .ex_left,
.AsideLeft .inner_services .exclusive_strip ul .ex_left,
.AsideLeft .blog-wrapper .exclusive_strip ul .ex_left,
.AsideLeft #content .exclusive_strip ul .ex_left,
.AsideLeft .blog-left .exclusive_strip ul .ex_left,
.detail-blog-wrpr .inner_services .exclusive_strip ul .ex_left,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .ex_left,
.detail-blog-wrpr #content .exclusive_strip ul .ex_left,
.detail-blog-wrpr .blog-left .exclusive_strip ul .ex_left {
  font-size: 20px;
  font-family: robotomedium;
  line-height: 30px;
  margin: 10px 0;
}
.allinner_main .inner_services .exclusive_strip ul .ex_left span,
.allinner_main .blog-wrapper .exclusive_strip ul .ex_left span,
.allinner_main #content .exclusive_strip ul .ex_left span,
.allinner_main .blog-left .exclusive_strip ul .ex_left span,
.blogs_main .inner_services .exclusive_strip ul .ex_left span,
.blogs_main .blog-wrapper .exclusive_strip ul .ex_left span,
.blogs_main #content .exclusive_strip ul .ex_left span,
.blogs_main .blog-left .exclusive_strip ul .ex_left span,
.AsideLeft .inner_services .exclusive_strip ul .ex_left span,
.AsideLeft .blog-wrapper .exclusive_strip ul .ex_left span,
.AsideLeft #content .exclusive_strip ul .ex_left span,
.AsideLeft .blog-left .exclusive_strip ul .ex_left span,
.detail-blog-wrpr .inner_services .exclusive_strip ul .ex_left span,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .ex_left span,
.detail-blog-wrpr #content .exclusive_strip ul .ex_left span,
.detail-blog-wrpr .blog-left .exclusive_strip ul .ex_left span {
  display: block;
  font-size: 17px;
  color: #fbdf26;
  font-family: robotomedium;
}
.allinner_main .inner_services .exclusive_strip ul .ex_left strong,
.allinner_main .blog-wrapper .exclusive_strip ul .ex_left strong,
.allinner_main #content .exclusive_strip ul .ex_left strong,
.allinner_main .blog-left .exclusive_strip ul .ex_left strong,
.blogs_main .inner_services .exclusive_strip ul .ex_left strong,
.blogs_main .blog-wrapper .exclusive_strip ul .ex_left strong,
.blogs_main #content .exclusive_strip ul .ex_left strong,
.blogs_main .blog-left .exclusive_strip ul .ex_left strong,
.AsideLeft .inner_services .exclusive_strip ul .ex_left strong,
.AsideLeft .blog-wrapper .exclusive_strip ul .ex_left strong,
.AsideLeft #content .exclusive_strip ul .ex_left strong,
.AsideLeft .blog-left .exclusive_strip ul .ex_left strong,
.detail-blog-wrpr .inner_services .exclusive_strip ul .ex_left strong,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .ex_left strong,
.detail-blog-wrpr #content .exclusive_strip ul .ex_left strong,
.detail-blog-wrpr .blog-left .exclusive_strip ul .ex_left strong {
  font-size: 35px;
}
.allinner_main .inner_services .exclusive_strip ul .off,
.allinner_main .blog-wrapper .exclusive_strip ul .off,
.allinner_main #content .exclusive_strip ul .off,
.allinner_main .blog-left .exclusive_strip ul .off,
.blogs_main .inner_services .exclusive_strip ul .off,
.blogs_main .blog-wrapper .exclusive_strip ul .off,
.blogs_main #content .exclusive_strip ul .off,
.blogs_main .blog-left .exclusive_strip ul .off,
.AsideLeft .inner_services .exclusive_strip ul .off,
.AsideLeft .blog-wrapper .exclusive_strip ul .off,
.AsideLeft #content .exclusive_strip ul .off,
.AsideLeft .blog-left .exclusive_strip ul .off,
.detail-blog-wrpr .inner_services .exclusive_strip ul .off,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .off,
.detail-blog-wrpr #content .exclusive_strip ul .off,
.detail-blog-wrpr .blog-left .exclusive_strip ul .off {
  border-left: 1px solid #fff;
  margin: 10px 0 10px 10px;
  padding-left: 10px;
  text-align: left;
}
.allinner_main .inner_services .exclusive_strip ul .off .upto,
.allinner_main .blog-wrapper .exclusive_strip ul .off .upto,
.allinner_main #content .exclusive_strip ul .off .upto,
.allinner_main .blog-left .exclusive_strip ul .off .upto,
.blogs_main .inner_services .exclusive_strip ul .off .upto,
.blogs_main .blog-wrapper .exclusive_strip ul .off .upto,
.blogs_main #content .exclusive_strip ul .off .upto,
.blogs_main .blog-left .exclusive_strip ul .off .upto,
.AsideLeft .inner_services .exclusive_strip ul .off .upto,
.AsideLeft .blog-wrapper .exclusive_strip ul .off .upto,
.AsideLeft #content .exclusive_strip ul .off .upto,
.AsideLeft .blog-left .exclusive_strip ul .off .upto,
.detail-blog-wrpr .inner_services .exclusive_strip ul .off .upto,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .off .upto,
.detail-blog-wrpr #content .exclusive_strip ul .off .upto,
.detail-blog-wrpr .blog-left .exclusive_strip ul .off .upto {
  color: #fff;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 0;
}
.allinner_main .inner_services .exclusive_strip ul .off .upto small,
.allinner_main .blog-wrapper .exclusive_strip ul .off .upto small,
.allinner_main #content .exclusive_strip ul .off .upto small,
.allinner_main .blog-left .exclusive_strip ul .off .upto small,
.blogs_main .inner_services .exclusive_strip ul .off .upto small,
.blogs_main .blog-wrapper .exclusive_strip ul .off .upto small,
.blogs_main #content .exclusive_strip ul .off .upto small,
.blogs_main .blog-left .exclusive_strip ul .off .upto small,
.AsideLeft .inner_services .exclusive_strip ul .off .upto small,
.AsideLeft .blog-wrapper .exclusive_strip ul .off .upto small,
.AsideLeft #content .exclusive_strip ul .off .upto small,
.AsideLeft .blog-left .exclusive_strip ul .off .upto small,
.detail-blog-wrpr .inner_services .exclusive_strip ul .off .upto small,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .off .upto small,
.detail-blog-wrpr #content .exclusive_strip ul .off .upto small,
.detail-blog-wrpr .blog-left .exclusive_strip ul .off .upto small {
  display: block;
}
.allinner_main .inner_services .exclusive_strip ul .off .upto strong,
.allinner_main .blog-wrapper .exclusive_strip ul .off .upto strong,
.allinner_main #content .exclusive_strip ul .off .upto strong,
.allinner_main .blog-left .exclusive_strip ul .off .upto strong,
.blogs_main .inner_services .exclusive_strip ul .off .upto strong,
.blogs_main .blog-wrapper .exclusive_strip ul .off .upto strong,
.blogs_main #content .exclusive_strip ul .off .upto strong,
.blogs_main .blog-left .exclusive_strip ul .off .upto strong,
.AsideLeft .inner_services .exclusive_strip ul .off .upto strong,
.AsideLeft .blog-wrapper .exclusive_strip ul .off .upto strong,
.AsideLeft #content .exclusive_strip ul .off .upto strong,
.AsideLeft .blog-left .exclusive_strip ul .off .upto strong,
.detail-blog-wrpr .inner_services .exclusive_strip ul .off .upto strong,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .off .upto strong,
.detail-blog-wrpr #content .exclusive_strip ul .off .upto strong,
.detail-blog-wrpr .blog-left .exclusive_strip ul .off .upto strong {
  font-size: 45px;
  font-family: robotomedium;
}
.allinner_main .inner_services .exclusive_strip ul .off .upto span,
.allinner_main .blog-wrapper .exclusive_strip ul .off .upto span,
.allinner_main #content .exclusive_strip ul .off .upto span,
.allinner_main .blog-left .exclusive_strip ul .off .upto span,
.blogs_main .inner_services .exclusive_strip ul .off .upto span,
.blogs_main .blog-wrapper .exclusive_strip ul .off .upto span,
.blogs_main #content .exclusive_strip ul .off .upto span,
.blogs_main .blog-left .exclusive_strip ul .off .upto span,
.AsideLeft .inner_services .exclusive_strip ul .off .upto span,
.AsideLeft .blog-wrapper .exclusive_strip ul .off .upto span,
.AsideLeft #content .exclusive_strip ul .off .upto span,
.AsideLeft .blog-left .exclusive_strip ul .off .upto span,
.detail-blog-wrpr .inner_services .exclusive_strip ul .off .upto span,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .off .upto span,
.detail-blog-wrpr #content .exclusive_strip ul .off .upto span,
.detail-blog-wrpr .blog-left .exclusive_strip ul .off .upto span {
  display: inline-block;
  font-family: robotomedium;
  font-size: 12px;
}
.allinner_main .inner_services .exclusive_strip ul .off .upto span b,
.allinner_main .blog-wrapper .exclusive_strip ul .off .upto span b,
.allinner_main #content .exclusive_strip ul .off .upto span b,
.allinner_main .blog-left .exclusive_strip ul .off .upto span b,
.blogs_main .inner_services .exclusive_strip ul .off .upto span b,
.blogs_main .blog-wrapper .exclusive_strip ul .off .upto span b,
.blogs_main #content .exclusive_strip ul .off .upto span b,
.blogs_main .blog-left .exclusive_strip ul .off .upto span b,
.AsideLeft .inner_services .exclusive_strip ul .off .upto span b,
.AsideLeft .blog-wrapper .exclusive_strip ul .off .upto span b,
.AsideLeft #content .exclusive_strip ul .off .upto span b,
.AsideLeft .blog-left .exclusive_strip ul .off .upto span b,
.detail-blog-wrpr .inner_services .exclusive_strip ul .off .upto span b,
.detail-blog-wrpr .blog-wrapper .exclusive_strip ul .off .upto span b,
.detail-blog-wrpr #content .exclusive_strip ul .off .upto span b,
.detail-blog-wrpr .blog-left .exclusive_strip ul .off .upto span b {
  display: block;
  font-size: 26px;
}
.allinner_main .inner_services .exclusive_strip .oder_btn,
.allinner_main .blog-wrapper .exclusive_strip .oder_btn,
.allinner_main #content .exclusive_strip .oder_btn,
.allinner_main .blog-left .exclusive_strip .oder_btn,
.blogs_main .inner_services .exclusive_strip .oder_btn,
.blogs_main .blog-wrapper .exclusive_strip .oder_btn,
.blogs_main #content .exclusive_strip .oder_btn,
.blogs_main .blog-left .exclusive_strip .oder_btn,
.AsideLeft .inner_services .exclusive_strip .oder_btn,
.AsideLeft .blog-wrapper .exclusive_strip .oder_btn,
.AsideLeft #content .exclusive_strip .oder_btn,
.AsideLeft .blog-left .exclusive_strip .oder_btn,
.detail-blog-wrpr .inner_services .exclusive_strip .oder_btn,
.detail-blog-wrpr .blog-wrapper .exclusive_strip .oder_btn,
.detail-blog-wrpr #content .exclusive_strip .oder_btn,
.detail-blog-wrpr .blog-left .exclusive_strip .oder_btn {
  font-size: 11px;
  color: #000;
  background: #ffb834;
  border-radius: 3px;
  padding: 4px 5px;
  margin-left: 5px;
}
.allinner_main .inner_services .exclusive_strip .oder_btn:hover,
.allinner_main .blog-wrapper .exclusive_strip .oder_btn:hover,
.allinner_main #content .exclusive_strip .oder_btn:hover,
.allinner_main .blog-left .exclusive_strip .oder_btn:hover,
.blogs_main .inner_services .exclusive_strip .oder_btn:hover,
.blogs_main .blog-wrapper .exclusive_strip .oder_btn:hover,
.blogs_main #content .exclusive_strip .oder_btn:hover,
.blogs_main .blog-left .exclusive_strip .oder_btn:hover,
.AsideLeft .inner_services .exclusive_strip .oder_btn:hover,
.AsideLeft .blog-wrapper .exclusive_strip .oder_btn:hover,
.AsideLeft #content .exclusive_strip .oder_btn:hover,
.AsideLeft .blog-left .exclusive_strip .oder_btn:hover,
.detail-blog-wrpr .inner_services .exclusive_strip .oder_btn:hover,
.detail-blog-wrpr .blog-wrapper .exclusive_strip .oder_btn:hover,
.detail-blog-wrpr #content .exclusive_strip .oder_btn:hover,
.detail-blog-wrpr .blog-left .exclusive_strip .oder_btn:hover {
  background: #ea9326;
}
.allinner_main .inner_services .exclusive_strip .extra,
.allinner_main .blog-wrapper .exclusive_strip .extra,
.allinner_main #content .exclusive_strip .extra,
.allinner_main .blog-left .exclusive_strip .extra,
.blogs_main .inner_services .exclusive_strip .extra,
.blogs_main .blog-wrapper .exclusive_strip .extra,
.blogs_main #content .exclusive_strip .extra,
.blogs_main .blog-left .exclusive_strip .extra,
.AsideLeft .inner_services .exclusive_strip .extra,
.AsideLeft .blog-wrapper .exclusive_strip .extra,
.AsideLeft #content .exclusive_strip .extra,
.AsideLeft .blog-left .exclusive_strip .extra,
.detail-blog-wrpr .inner_services .exclusive_strip .extra,
.detail-blog-wrpr .blog-wrapper .exclusive_strip .extra,
.detail-blog-wrpr #content .exclusive_strip .extra,
.detail-blog-wrpr .blog-left .exclusive_strip .extra {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}
.allinner_main .inner_services .smpleplagirism_strip,
.allinner_main .blog-wrapper .smpleplagirism_strip,
.allinner_main #content .smpleplagirism_strip,
.allinner_main .blog-left .smpleplagirism_strip,
.blogs_main .inner_services .smpleplagirism_strip,
.blogs_main .blog-wrapper .smpleplagirism_strip,
.blogs_main #content .smpleplagirism_strip,
.blogs_main .blog-left .smpleplagirism_strip,
.AsideLeft .inner_services .smpleplagirism_strip,
.AsideLeft .blog-wrapper .smpleplagirism_strip,
.AsideLeft #content .smpleplagirism_strip,
.AsideLeft .blog-left .smpleplagirism_strip,
.detail-blog-wrpr .inner_services .smpleplagirism_strip,
.detail-blog-wrpr .blog-wrapper .smpleplagirism_strip,
.detail-blog-wrpr #content .smpleplagirism_strip,
.detail-blog-wrpr .blog-left .smpleplagirism_strip {
  background: #004368;
  border-radius: 3px;
  padding: 20px;
  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;
}
.allinner_main .inner_services .smpleplagirism_strip article,
.allinner_main .blog-wrapper .smpleplagirism_strip article,
.allinner_main #content .smpleplagirism_strip article,
.allinner_main .blog-left .smpleplagirism_strip article,
.blogs_main .inner_services .smpleplagirism_strip article,
.blogs_main .blog-wrapper .smpleplagirism_strip article,
.blogs_main #content .smpleplagirism_strip article,
.blogs_main .blog-left .smpleplagirism_strip article,
.AsideLeft .inner_services .smpleplagirism_strip article,
.AsideLeft .blog-wrapper .smpleplagirism_strip article,
.AsideLeft #content .smpleplagirism_strip article,
.AsideLeft .blog-left .smpleplagirism_strip article,
.detail-blog-wrpr .inner_services .smpleplagirism_strip article,
.detail-blog-wrpr .blog-wrapper .smpleplagirism_strip article,
.detail-blog-wrpr #content .smpleplagirism_strip article,
.detail-blog-wrpr .blog-left .smpleplagirism_strip article {
  display: inline-block;
}
position:relative .allinner_main .inner_services .smpleplagirism_strip article:after,
position:relative .allinner_main .blog-wrapper .smpleplagirism_strip article:after,
position:relative .allinner_main #content .smpleplagirism_strip article:after,
position:relative .allinner_main .blog-left .smpleplagirism_strip article:after,
position:relative .blogs_main .inner_services .smpleplagirism_strip article:after,
position:relative .blogs_main .blog-wrapper .smpleplagirism_strip article:after,
position:relative .blogs_main #content .smpleplagirism_strip article:after,
position:relative .blogs_main .blog-left .smpleplagirism_strip article:after,
position:relative .AsideLeft .inner_services .smpleplagirism_strip article:after,
position:relative .AsideLeft .blog-wrapper .smpleplagirism_strip article:after,
position:relative .AsideLeft #content .smpleplagirism_strip article:after,
position:relative .AsideLeft .blog-left .smpleplagirism_strip article:after,
position:relative .detail-blog-wrpr .inner_services .smpleplagirism_strip article:after,
position:relative .detail-blog-wrpr .blog-wrapper .smpleplagirism_strip article:after,
position:relative .detail-blog-wrpr #content .smpleplagirism_strip article:after,
position:relative .detail-blog-wrpr .blog-left .smpleplagirism_strip article:after {
  width: 120px;
  height: 80px;
  background: url(../images/sprite.png) -172px -1877px no-repeat;
  display: inline-block;
  content: "";
  position: absolute;
  right: -140px;
  top: -5px;
}
.allinner_main .inner_services .smpleplagirism_strip .title,
.allinner_main .blog-wrapper .smpleplagirism_strip .title,
.allinner_main #content .smpleplagirism_strip .title,
.allinner_main .blog-left .smpleplagirism_strip .title,
.blogs_main .inner_services .smpleplagirism_strip .title,
.blogs_main .blog-wrapper .smpleplagirism_strip .title,
.blogs_main #content .smpleplagirism_strip .title,
.blogs_main .blog-left .smpleplagirism_strip .title,
.AsideLeft .inner_services .smpleplagirism_strip .title,
.AsideLeft .blog-wrapper .smpleplagirism_strip .title,
.AsideLeft #content .smpleplagirism_strip .title,
.AsideLeft .blog-left .smpleplagirism_strip .title,
.detail-blog-wrpr .inner_services .smpleplagirism_strip .title,
.detail-blog-wrpr .blog-wrapper .smpleplagirism_strip .title,
.detail-blog-wrpr #content .smpleplagirism_strip .title,
.detail-blog-wrpr .blog-left .smpleplagirism_strip .title {
  font-size: 25px;
  color: #fff;
  font-family: robotomedium;
  margin-bottom: 10px;
  display: block;
}
.allinner_main .inner_services .smpleplagirism_strip p,
.allinner_main .blog-wrapper .smpleplagirism_strip p,
.allinner_main #content .smpleplagirism_strip p,
.allinner_main .blog-left .smpleplagirism_strip p,
.blogs_main .inner_services .smpleplagirism_strip p,
.blogs_main .blog-wrapper .smpleplagirism_strip p,
.blogs_main #content .smpleplagirism_strip p,
.blogs_main .blog-left .smpleplagirism_strip p,
.AsideLeft .inner_services .smpleplagirism_strip p,
.AsideLeft .blog-wrapper .smpleplagirism_strip p,
.AsideLeft #content .smpleplagirism_strip p,
.AsideLeft .blog-left .smpleplagirism_strip p,
.detail-blog-wrpr .inner_services .smpleplagirism_strip p,
.detail-blog-wrpr .blog-wrapper .smpleplagirism_strip p,
.detail-blog-wrpr #content .smpleplagirism_strip p,
.detail-blog-wrpr .blog-left .smpleplagirism_strip p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}
.allinner_main .inner_services .smpleplagirism_strip p span,
.allinner_main .blog-wrapper .smpleplagirism_strip p span,
.allinner_main #content .smpleplagirism_strip p span,
.allinner_main .blog-left .smpleplagirism_strip p span,
.blogs_main .inner_services .smpleplagirism_strip p span,
.blogs_main .blog-wrapper .smpleplagirism_strip p span,
.blogs_main #content .smpleplagirism_strip p span,
.blogs_main .blog-left .smpleplagirism_strip p span,
.AsideLeft .inner_services .smpleplagirism_strip p span,
.AsideLeft .blog-wrapper .smpleplagirism_strip p span,
.AsideLeft #content .smpleplagirism_strip p span,
.AsideLeft .blog-left .smpleplagirism_strip p span,
.detail-blog-wrpr .inner_services .smpleplagirism_strip p span,
.detail-blog-wrpr .blog-wrapper .smpleplagirism_strip p span,
.detail-blog-wrpr #content .smpleplagirism_strip p span,
.detail-blog-wrpr .blog-left .smpleplagirism_strip p span {
  color: #ffb834;
}
.allinner_main .inner_services .smpleplagirism_strip p small,
.allinner_main .blog-wrapper .smpleplagirism_strip p small,
.allinner_main #content .smpleplagirism_strip p small,
.allinner_main .blog-left .smpleplagirism_strip p small,
.blogs_main .inner_services .smpleplagirism_strip p small,
.blogs_main .blog-wrapper .smpleplagirism_strip p small,
.blogs_main #content .smpleplagirism_strip p small,
.blogs_main .blog-left .smpleplagirism_strip p small,
.AsideLeft .inner_services .smpleplagirism_strip p small,
.AsideLeft .blog-wrapper .smpleplagirism_strip p small,
.AsideLeft #content .smpleplagirism_strip p small,
.AsideLeft .blog-left .smpleplagirism_strip p small,
.detail-blog-wrpr .inner_services .smpleplagirism_strip p small,
.detail-blog-wrpr .blog-wrapper .smpleplagirism_strip p small,
.detail-blog-wrpr #content .smpleplagirism_strip p small,
.detail-blog-wrpr .blog-left .smpleplagirism_strip p small {
  background: #ffb834;
  color: #000;
  padding: 4px 10px;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}
.allinner_main .inner_services .smpleplagirism_strip .btn_odr,
.allinner_main .blog-wrapper .smpleplagirism_strip .btn_odr,
.allinner_main #content .smpleplagirism_strip .btn_odr,
.allinner_main .blog-left .smpleplagirism_strip .btn_odr,
.blogs_main .inner_services .smpleplagirism_strip .btn_odr,
.blogs_main .blog-wrapper .smpleplagirism_strip .btn_odr,
.blogs_main #content .smpleplagirism_strip .btn_odr,
.blogs_main .blog-left .smpleplagirism_strip .btn_odr,
.AsideLeft .inner_services .smpleplagirism_strip .btn_odr,
.AsideLeft .blog-wrapper .smpleplagirism_strip .btn_odr,
.AsideLeft #content .smpleplagirism_strip .btn_odr,
.AsideLeft .blog-left .smpleplagirism_strip .btn_odr,
.detail-blog-wrpr .inner_services .smpleplagirism_strip .btn_odr,
.detail-blog-wrpr .blog-wrapper .smpleplagirism_strip .btn_odr,
.detail-blog-wrpr #content .smpleplagirism_strip .btn_odr,
.detail-blog-wrpr .blog-left .smpleplagirism_strip .btn_odr {
  z-index: 1;
  background: #ff7800;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: robotomedium;
  padding: 7px 15px;
}
.allinner_main .inner_services .right_strip_phone img,
.allinner_main .blog-wrapper .right_strip_phone img,
.allinner_main #content .right_strip_phone img,
.allinner_main .blog-left .right_strip_phone img,
.blogs_main .inner_services .right_strip_phone img,
.blogs_main .blog-wrapper .right_strip_phone img,
.blogs_main #content .right_strip_phone img,
.blogs_main .blog-left .right_strip_phone img,
.AsideLeft .inner_services .right_strip_phone img,
.AsideLeft .blog-wrapper .right_strip_phone img,
.AsideLeft #content .right_strip_phone img,
.AsideLeft .blog-left .right_strip_phone img,
.detail-blog-wrpr .inner_services .right_strip_phone img,
.detail-blog-wrpr .blog-wrapper .right_strip_phone img,
.detail-blog-wrpr #content .right_strip_phone img,
.detail-blog-wrpr .blog-left .right_strip_phone img {
  border-radius: 50%;
  border: 2px solid #fff;
  float: right;
  margin-left: 13px;
}
.allinner_main .inner_services .order_click .btnedit:hover,
.allinner_main .blog-wrapper .order_click .btnedit:hover,
.allinner_main #content .order_click .btnedit:hover,
.allinner_main .blog-left .order_click .btnedit:hover,
.blogs_main .inner_services .order_click .btnedit:hover,
.blogs_main .blog-wrapper .order_click .btnedit:hover,
.blogs_main #content .order_click .btnedit:hover,
.blogs_main .blog-left .order_click .btnedit:hover,
.AsideLeft .inner_services .order_click .btnedit:hover,
.AsideLeft .blog-wrapper .order_click .btnedit:hover,
.AsideLeft #content .order_click .btnedit:hover,
.AsideLeft .blog-left .order_click .btnedit:hover,
.detail-blog-wrpr .inner_services .order_click .btnedit:hover,
.detail-blog-wrpr .blog-wrapper .order_click .btnedit:hover,
.detail-blog-wrpr #content .order_click .btnedit:hover,
.detail-blog-wrpr .blog-left .order_click .btnedit:hover {
  color: #fff;
}
.allinner_main .inner_services .contant a img,
.allinner_main .inner_services .contant p img,
.allinner_main .blog-wrapper .contant a img,
.allinner_main .blog-wrapper .contant p img,
.allinner_main #content .contant a img,
.allinner_main #content .contant p img,
.allinner_main .blog-left .contant a img,
.allinner_main .blog-left .contant p img,
.blogs_main .inner_services .contant a img,
.blogs_main .inner_services .contant p img,
.blogs_main .blog-wrapper .contant a img,
.blogs_main .blog-wrapper .contant p img,
.blogs_main #content .contant a img,
.blogs_main #content .contant p img,
.blogs_main .blog-left .contant a img,
.blogs_main .blog-left .contant p img,
.AsideLeft .inner_services .contant a img,
.AsideLeft .inner_services .contant p img,
.AsideLeft .blog-wrapper .contant a img,
.AsideLeft .blog-wrapper .contant p img,
.AsideLeft #content .contant a img,
.AsideLeft #content .contant p img,
.AsideLeft .blog-left .contant a img,
.AsideLeft .blog-left .contant p img,
.detail-blog-wrpr .inner_services .contant a img,
.detail-blog-wrpr .inner_services .contant p img,
.detail-blog-wrpr .blog-wrapper .contant a img,
.detail-blog-wrpr .blog-wrapper .contant p img,
.detail-blog-wrpr #content .contant a img,
.detail-blog-wrpr #content .contant p img,
.detail-blog-wrpr .blog-left .contant a img,
.detail-blog-wrpr .blog-left .contant p img {
  max-width: 100%;
  height: auto !important;
}

.common-strip {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 15px 0;
  padding: 25px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  position: relative;
}
.common-strip .common-strip-head {
  font-size: 21px;
  display: block;
  line-height: 24px;
  margin: 0 0 12px;
  font-family: "robotomedium";
}
.common-strip .common-strip-head:after {
  content: "";
  border-bottom: 3px solid #5c7a36;
  width: 25%;
  display: block;
  margin: 4px auto 0;
}
.common-strip .common-strip-para {
  color: #565656;
  display: block;
  width: 78%;
  margin: 0 auto;
}
.common-strip .strip-btn {
  background: #5c7a36;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  margin: 17px 0 0;
  font-family: "robotomedium";
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.common-strip .service-form-banner {
  background: url(../images/service-form-bg.svg) no-repeat;
  width: 121px;
  height: 135px;
  background-size: 121px;
  position: absolute;
  top: 0px;
  right: 0;
}
.common-strip .strip-ul {
  margin: 0 0 0 10px;
  display: block;
}
.common-strip .strip-ul li {
  padding: 0 0 0 30px;
  text-align: left;
  margin: 12px 0;
}
.common-strip .strip-ul li:before {
  display: none;
}
.common-strip ol {
  padding: 0 0 0 30px;
  list-style: decimal;
}
.common-strip ol li {
  color: #272727;
  padding: 0 0 0 5px;
  text-align: left;
  margin: 12px 0 0;
}

.strip-1 {
  text-align: left;
  z-index: 0;
  padding: 30px;
  border-radius: 5px;
}
.strip-1 .common-strip-head:after {
  display: none;
}
.strip-1 .common-strip-para {
  margin: 0;
  width: 100%;
  color: #2a2a2a;
}
.strip-1 .service-form-banner {
  width: 155px;
  height: 157px;
  background-size: 129px;
}
.strip-1 .strip-btn {
  position: relative;
  font-size: 18px;
  line-height: 20px;
}
.strip-1 .strip-btn::before {
  content: "";
  height: 34px;
  width: 88px;
  position: absolute;
  left: -18px;
  bottom: -13px;
  background: linear-gradient(90deg, #fff 9px, transparent 1%) center, linear-gradient(#fff 9px, transparent 1%) center, #bed4ca;
  background-size: 11px 11px;
  z-index: -1;
}
.strip-1 .strip-1-bottom {
  background: url(../images/strip-1-bottom.svg) no-repeat;
  width: 100px;
  height: 42px;
  background-size: 100px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.strip-2 {
  text-align: left;
  z-index: 0;
  padding: 40px 30px;
  border-radius: 5px;
}
.strip-2:after {
  content: "";
  border-bottom: 3px solid #5c7a36;
  width: 25%;
  display: block;
  margin: 15px 0 0;
}
.strip-2 .common-strip-head:after {
  display: none;
}
.strip-2 .common-strip-para {
  color: #2a2a2a;
  display: inline-block;
  vertical-align: bottom;
  width: 68%;
}
.strip-2 .service-form-banner {
  width: 117px;
  height: 120px;
  background-size: 102px;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.strip-2 .strip-btn {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  float: right;
}
.strip-2 .strip-2-bottom {
  background: url(../images/strip-2-bottom.svg) no-repeat;
  width: 172px;
  height: 80px;
  background-size: 172px;
  position: absolute;
  bottom: 0px;
  right: 30px;
}

.strip-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 30px;
  text-align: left;
}
.strip-3 .common-strip-head {
  width: 25%;
  font-size: 26px;
  line-height: 31px;
}
.strip-3 .common-strip-head::after {
  display: none;
}
.strip-3 .common-strip-para {
  width: 75%;
  margin: 0;
}
.strip-3 .strip-btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  line-height: 20px;
}
.strip-3 .strip-3-bottom {
  background: url(../images/strip-3-bottom.svg) no-repeat;
  width: 100px;
  height: 59px;
  background-size: 70px;
  position: absolute;
  top: 0px;
  left: 0;
}
.strip-3 .service-form-banner {
  width: 121px;
  height: 99px;
  background-size: 89px;
  position: absolute;
  bottom: 0px;
  top: inherit;
  right: 0px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.strip-4 {
  text-align: left;
  z-index: 0;
}
.strip-4:before {
  content: "";
  height: 32px;
  width: 88px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: linear-gradient(90deg, #fff 9px, transparent 1%) center, linear-gradient(#fff 9px, transparent 1%) center, #bed4ca;
  background-size: 11px 11px;
  z-index: -1;
}
.strip-4 .common-strip-head:after {
  margin: 4px 0 0 -25px;
  width: 46%;
}
.strip-4 .service-form-banner {
  background-size: 95px;
}
.strip-4 .common-strip-para {
  margin: 0;
  width: 100%;
}
.strip-4 .strip-btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  line-height: 20px;
}

.dissertation-strip {
  color: #1d1d1d;
}
.dissertation-strip .dissertation-head {
  font-size: 25px;
  line-height: 30px;
  font-family: "robotomedium";
  position: relative;
  padding: 15px 0 0;
}
.dissertation-strip .dissertation-head:after {
  content: "";
  border-bottom: 2px solid #f58e0e;
  display: block;
  width: 20%;
  margin: 6px 0;
}
.dissertation-strip .dissertation-box {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 20px 15px;
  width: 100%;
  margin: 20px 0;
}
.dissertation-strip .dissertation-box .dissertation-section {
  border-bottom: 1px dashed #d7d7d7;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}
.dissertation-strip .dissertation-box .dissertation-section:first-of-type {
  padding-top: 0;
}
.dissertation-strip .dissertation-box .dissertaion-p {
  display: block;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  padding: 0 0 0 25px;
}
.dissertation-strip .dissertation-box .dissertaion-p::before {
  content: "";
  background: url(../images/tick.svg) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  position: absolute;
  left: 0px;
}
.dissertation-strip .dissertation-box .dissertation-btn {
  text-align: right;
  display: block;
  color: #5c7a36;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  margin: 12px 0 0;
  font-family: "robotomedium";
}
.dissertation-strip .dissertation-para {
  font-size: 18px;
  line-height: 20px;
  margin: 50px 0 0;
  color: #090a06;
  display: block;
  text-align: center;
  font-family: "robotomedium";
}
.dissertation-strip .custom-btn {
  display: block;
  margin: 10px auto 0;
  background: #f58e0e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.dissertation-strip .custom-btn:hover {
  background: #ea9326;
}

.dissertation-strip-2 .dissertation-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.dissertation-strip-2 .dissertation-box {
  padding: 0;
  background: #f5f5f5;
}
.dissertation-strip-2 .dissertation-box .dissertation-section {
  padding: 15px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.dissertation-strip-2 .dissertation-box .dissertation-section:first-of-type {
  padding-top: 15px;
}
.dissertation-strip-2 .dissertation-box .dissertaion-p {
  margin: 0;
  height: 75px;
  overflow: auto;
  padding: 0;
}
.dissertation-strip-2 .dissertation-box .dissertaion-p:before {
  display: none;
}
.dissertation-strip-2 .dissertation-box .dissertation-btn {
  margin: 20px 0 0;
  font-family: "robotomedium";
  display: block;
  border: 1px solid #5c7a36;
  padding: 11px;
  text-align: center;
  border-radius: 3px;
  float: none;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
.dissertation-strip-2 .dissertation-box .dissertation-btn:hover {
  background: #5c7a36;
  color: #fff;
}
.dissertation-strip-2 .dissertation-para {
  margin: 18px 0 0;
}
.dissertation-strip-2 .custom-btn {
  background: #292929;
  margin: 18px auto;
}
.dissertation-strip-2 .custom-btn:hover {
  background: #3c3a3a;
}

.dissertation-strip3 {
  text-align: center;
  padding: 15px 0 0;
}
.dissertation-strip3 .strip-head {
  font-size: 22px;
  line-height: 24px;
  display: block;
  font-family: "robotomedium";
  padding: 0 0 6px;
}
.dissertation-strip3 .strip-subhead {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 0 0 10px;
}
.dissertation-strip3 .dissertation-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dissertation-strip3 .dissertation-topic .dissertation-list {
  border: 1px solid #dedede;
  color: #1d1d1d;
  padding: 12px 10px 12px 35px;
  margin: 0px 14px 20px 0;
  font-size: 15px;
  line-height: 18px;
  font-family: "robotomedium";
  border-radius: 3px;
  display: inline-block;
  width: 32%;
  position: relative;
  text-align: left;
}
.dissertation-strip3 .dissertation-topic .dissertation-list:before {
  content: "";
  background: url(../images/dissertation-editor.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: 12px;
}
.dissertation-strip3 .dissertation-topic .dissertation-list:nth-child(3), .dissertation-strip3 .dissertation-topic .dissertation-list:nth-child(6) {
  margin-right: 0;
}
.dissertation-strip3 .dissertation-topic .dissertation-list:hover {
  background: #5c7a36;
  border: 1px solid #5c7a36;
  color: #fff;
}
.dissertation-strip3 .dissertation-topic .dissertation-list:hover:before {
  background: url(../images/dissertation-editor-white.svg) no-repeat;
}

.dissertation-strip4 {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 15px 0;
  padding: 30px 45px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 0;
}
.dissertation-strip4:before {
  content: "";
  height: 32px;
  width: 88px;
  position: absolute;
  right: 46px;
  bottom: 30px;
  background: linear-gradient(90deg, #fff 7px, transparent 1%) center, linear-gradient(#fff 7px, transparent 1%) center, #ebedef;
  background-size: 11px 11px;
  z-index: -1;
}
.dissertation-strip4 .dissertation-head {
  font-size: 22px;
  line-height: 24px;
  display: block;
  font-family: "robotomedium";
  padding: 0 0 6px;
  text-align: center;
}
.dissertation-strip4 .dissertation-head .heart {
  background: url(../images/heart.svg) no-repeat;
  width: 24px;
  height: 20px;
  display: inline-block;
}
.dissertation-strip4 .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 0;
}
.dissertation-strip4 .section-head .section-left {
  font-size: 16px;
  line-height: 18px;
  font-family: "robotomedium";
  color: #4f4f4e;
  margin: 4px 0;
  border-right: 2px solid #ebebeb;
  padding: 0 40px 0 0;
}
.dissertation-strip4 .section-head .section-left p {
  font-size: 40px;
  line-height: 45px;
  color: #5c7a36;
  display: block;
  font-family: "robotomedium";
}
.dissertation-strip4 .section-head .section-right {
  width: 67%;
}
.dissertation-strip4 .section-head .section-right span {
  line-height: 20px;
  font-size: 14px;
  color: #2a2a2a;
}
.dissertation-strip4 .section-head .d-btn {
  display: block;
  margin: 15px 0 0;
  background: #f58e0e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.dissertation-strip4 .section-head .d-btn:hover {
  background: #ea9326;
}

.dissertation-strip5 {
  padding: 20px 32px;
}
.dissertation-strip5:before {
  background: url(../images/dissertation-5-bottom.svg) no-repeat;
  right: -23px;
  bottom: 0;
  height: 103px;
}
.dissertation-strip5 .section-head {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dissertation-strip5 .section-head img {
  border-right: 1px solid #ebe8e8;
  padding: 0 20px 0 0;
  width: auto;
  height: auto;
}
.dissertation-strip5 .section-head .section-right {
  width: 61%;
}
.dissertation-strip5 .section-head .section-right span {
  font-size: 16px;
}
.dissertation-strip5 .section-head .section-right span .text-green {
  color: #5c7a36;
  font-family: "robotomedium";
}
.dissertation-strip5 .section-head .section-right span strong {
  font-size: 26px;
  line-height: 35px;
  display: block;
}
.dissertation-strip5 .section-head .d-btn {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}

.dissertation-strip6 {
  padding: 0 45px 0 68px;
}
.dissertation-strip6::before {
  background: url(../images/dissertation-6-bottom.svg) no-repeat;
  width: 77px;
  right: -5px;
  bottom: 0;
  height: 93px;
}
.dissertation-strip6::after {
  content: "";
  position: absolute;
  border-left: 5px solid #5c7a36;
  height: 94px;
  top: 0px;
  left: 32px;
}
.dissertation-strip6 .section-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dissertation-strip6 .section-head .section-right {
  padding: 20px 0;
  position: relative;
}
.dissertation-strip6 .section-head .section-right .right-head {
  font-size: 24px;
  line-height: 30px;
  font-family: "robotomedium";
}
.dissertation-strip6 .section-head .section-right span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #2a2a2a;
}
.dissertation-strip6 .section-head .section-right .text-green {
  color: #5c7a36;
  display: inline-block;
  font-family: "robotomedium";
}
.dissertation-strip6 .section-head .section-left {
  padding: 0;
}
.dissertation-strip6 .section-head .d-btn {
  margin: 0;
  padding: 6px 13px;
}

.dissertation-strip7 {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 15px 0;
  padding: 22px 45px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 0;
}
.dissertation-strip7::before {
  content: "";
  height: 32px;
  width: 88px;
  position: absolute;
  left: 20px;
  top: 8px;
  background: linear-gradient(90deg, #fff 8px, transparent 1%) center, linear-gradient(#fff 8px, transparent 1%) center, #ebedef;
  background-size: 11px 11px;
  z-index: -1;
}
.dissertation-strip7 .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dissertation-strip7 .section-right .right-head {
  font-size: 23px;
  line-height: 28px;
  display: block;
  font-family: "robotomedium";
}
.dissertation-strip7 .section-right .right-subhead {
  color: #616161;
}
.dissertation-strip7 .section-left {
  width: 46%;
  border-right: 3px solid #ebe8e8;
}
.dissertation-strip7 .section-left .left-no {
  color: #5c7a36;
  font-size: 35px;
  line-height: 42px;
  position: relative;
  margin: 0 0 5px 0;
  font-family: "robotomedium";
}
.dissertation-strip7 .section-left .left-no::before {
  content: "";
  background: url("../images/dissertaion7-book.svg") no-repeat;
  width: 23px;
  height: 28px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.dissertation-strip7 .section-left span {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.dissertation-strip7 .d-btn {
  display: block;
  margin: 8px 0 0;
  background: #f58e0e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 30px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.dissertation-strip7 .d-btn:hover {
  background: #ea9326;
}
.dissertation-strip7 .bottom-circle {
  background: url("../images/dissertation-5-bottom.svg") no-repeat;
  width: 164px;
  height: 137px;
  display: inline-block;
  position: absolute;
  right: -13px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 75px;
  bottom: -77px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .strip-3 .common-strip-para {
    width: 60%;
  }
  .dissertation-strip .dissertation-head {
    font-size: 22px;
    line-height: 25px;
  }
  .dissertation-strip .dissertation-para {
    margin: 25px 0 0;
  }
  .dissertation-strip .custom-btn {
    padding: 7px 27px;
    font-size: 16px;
    line-height: 18px;
  }
  .dissertation-strip-2 .dissertation-box .dissertation-btn {
    padding: 6px;
  }
  .dissertation-strip3 .dissertation-topic .dissertation-list {
    width: 31.8%;
  }
  .dissertation-strip4 {
    padding: 20px 16px;
  }
  .dissertation-strip4 .section-head .section-left p {
    font-size: 35px;
    line-height: 37px;
    margin: 0;
  }
  .dissertation-strip4 .section-head .d-btn {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .dissertation-strip6 {
    padding: 0 31px 0 42px;
  }
  .dissertation-strip6:after {
    left: 20px;
  }
  .dissertation-strip7 {
    padding: 22px 20px;
  }
  .dissertation-strip7 .section-right .right-head {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .strip-call-us {
    background-position: -290%;
  }
  .strip_new_three .left_strip {
    width: 50%;
  }
  .strip_new_three .right_strip_phone {
    width: 50%;
  }
  .strip_new_three .right_strip_phone p {
    margin: 15px 0 0 20px;
  }
  .allinner_main .inner_services .exclusive_strip,
.allinner_main .blog-left .exclusive_strip,
.detail-blog-wrpr .inner_services .exclusive_strip,
.detail-blog-wrpr .blog-left .exclusive_strip {
    background-position: 60%;
  }
  .allinner_main .inner_services .smpleplagirism_strip,
.allinner_main .blog-left .smpleplagirism_strip,
.detail-blog-wrpr .inner_services .smpleplagirism_strip,
.detail-blog-wrpr .blog-left .smpleplagirism_strip {
    padding: 12px;
  }
  .allinner_main .inner_services .smpleplagirism_strip .title,
.allinner_main .blog-left .smpleplagirism_strip .title,
.detail-blog-wrpr .inner_services .smpleplagirism_strip .title,
.detail-blog-wrpr .blog-left .smpleplagirism_strip .title {
    font-size: 20px;
    line-height: 22px;
  }
  .allinner_main .inner_services .smpleplagirism_strip .btn_odr,
.allinner_main .blog-left .smpleplagirism_strip .btn_odr,
.detail-blog-wrpr .inner_services .smpleplagirism_strip .btn_odr,
.detail-blog-wrpr .blog-left .smpleplagirism_strip .btn_odr {
    padding: 7px 5px;
  }
  .allinner_main .inner_services .strip_new_three .left_strip {
    width: 50%;
  }
  .allinner_main .inner_services .strip_new_three .right_strip_phone {
    width: 50%;
  }
  .allinner_main .inner_services .strip_new_three .right_strip_phone p {
    margin: 15px 0 0 20px;
  }
  .AsideLeft #content .new-strip .strip-img {
    width: 47%;
  }
  .allinner_main .inner_services .new-strip .strip-content {
    width: 69%;
  }
  .allinner_main .inner_services .new-strip .strip-img a {
    left: 42px;
  }
  .AsideLeft #content .new-strip .strip-img a {
    padding: 7px 15px;
    left: 45px;
  }
  .AsideLeft #content .new-strip .strip-content {
    padding: 10px 12px;
    width: 63%;
  }
  .AsideLeft #content .new-strip .strip-content h4 {
    font-size: 20px;
    line-height: 23px !important;
    padding: 0 0 5px 0;
  }
  .AsideLeft #content .new-strip .strip-content p {
    margin: 0 0 7px 0;
    font-size: 14px;
    line-height: 16px !important;
    text-align: left;
  }
  .AsideLeft #content .new-strip .strip-content .btns {
    padding: 5px 0;
  }
  .common-strip {
    padding: 15px;
  }
  .common-strip .strip-btn {
    padding: 6px 10px;
    margin: 7px 5px;
    font-size: 15px;
    line-height: 16px;
  }
  .common-strip .common-strip-para {
    width: 100%;
  }
  .common-strip .common-strip-head {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 6px;
  }
  .strip-2 .common-strip-para {
    width: 72%;
  }
  .strip-3 {
    padding: 25px;
  }
  .strip-3 .common-strip-head {
    width: 23%;
  }
  .strip-3 .common-strip-para {
    width: 68%;
  }
  .strip-4 .common-strip-head::after {
    margin: 4px 0 0 -15px;
  }
  .strip-4 .strip-btn {
    margin: 7px 0;
  }
  .dissertation-strip .dissertation-head {
    font-size: 20px;
    line-height: 23px;
  }
  .dissertation-strip .dissertation-para {
    font-size: 16px;
    line-height: 20px;
  }
  .dissertation-strip-2 .dissertation-box .dissertation-btn {
    font-size: 13px;
    line-height: 15px;
  }
  .dissertation-strip-2 .dissertation-box .dissertaion-p {
    font-size: 14px;
    line-height: 16px;
  }
  .dissertation-strip3 .strip-head {
    font-size: 20px;
    line-height: 23px;
  }
  .dissertation-strip3 .dissertation-topic .dissertation-list {
    width: 48%;
    padding: 7px 4px 7px 22px;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 12px 10px 0;
  }
  .dissertation-strip3 .dissertation-topic .dissertation-list::before {
    top: 8px;
    width: 15px;
    height: 14px;
    left: 5px;
  }
  .dissertation-strip3 .dissertation-topic .dissertation-list:nth-child(even) {
    margin-right: 0;
  }
  .dissertation-strip3 .dissertation-topic .dissertation-list:nth-child(odd) {
    margin-right: 12px;
  }
  .dissertation-strip4 {
    padding: 15px 12px;
  }
  .dissertation-strip4 .dissertation-head {
    font-size: 20px;
    line-height: 22px;
  }
  .dissertation-strip4 .section-head .section-left {
    font-size: 15px;
    line-height: 17px;
    padding: 0 7px 0 0;
  }
  .dissertation-strip4 .section-head .section-left p {
    font-size: 24px;
    line-height: 28px;
  }
  .dissertation-strip4 .section-head .section-right {
    width: 70%;
  }
  .dissertation-strip5::before {
    right: -26px;
    height: 97px;
  }
  .dissertation-strip5 .section-head img {
    padding: 0;
  }
  .dissertation-strip5 .section-head .section-right {
    margin: 0 0 0 5px;
    width: 54%;
  }
  .dissertation-strip5 .section-head .section-right span strong {
    font-size: 22px;
    line-height: 24px;
  }
  .dissertation-strip6:after {
    border: none;
  }
  .dissertation-strip6::before {
    width: 70px;
    height: 81px;
  }
  .dissertation-strip6 .section-head {
    margin: 0;
  }
  .dissertation-strip6 .section-head .section-right {
    padding: 0;
  }
  .dissertation-strip6 .section-head .section-right .right-head {
    font-size: 16px;
    line-height: 18px;
  }
  .dissertation-strip6 .section-head .section-right span {
    font-size: 15px;
    line-height: 18px;
  }
  .dissertation-strip6 .section-head .section-left {
    padding: 0;
  }
  .dissertation-strip7 {
    padding: 15px 12px;
  }
  .dissertation-strip7 .section-left .left-no {
    font-size: 28px;
    line-height: 33px;
  }
  .dissertation-strip7 .section-right {
    margin: 0 0 0 10px;
  }
  .dissertation-strip7 .section-right .right-head {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 766px) {
  .strip_new_two .tooltip_div {
    padding: 10px;
  }
  .strip_new_two .tooltip_div p {
    text-align: left;
    line-height: 18px;
  }
  .strip_new_two ul li {
    padding: 8px 0;
    width: 91px;
  }
  .strip_new_two .tooltip_div {
    padding: 10px;
  }
  .strip_new_two .tooltip_div p {
    text-align: left;
    line-height: 18px;
  }
  .strip-call-us {
    background-position: -343px;
    background-size: cover;
  }
  .strip_new_three .left_strip {
    width: 100%;
  }
  .strip_new_three .right_strip_phone {
    display: none;
  }
  .new-strip .strip-img {
    width: 0%;
  }
  .new-strip .strip-content {
    padding: 5%;
    width: 100%;
  }
  .new-strip .strip-img a {
    left: 0;
  }
  .image-background {
    background: #fff;
  }
  .image-background .heding {
    margin: 8px 0;
    width: 260px;
  }
  .image-background .sub-heding {
    padding: 1px 0;
  }
  .banner-strip .strip-img,
.banner-strip .strip-content {
    width: 100%;
  }
  .allinner_main .inner_services .strip_new_three .left_strip {
    width: 100%;
  }
  .allinner_main .inner_services .strip_new_three .right_strip_phone {
    display: none;
  }
  .allinner_main .inner_services .smpleplagirism_strip,
.allinner_main .blog-left .smpleplagirism_strip,
.detail-blog-wrpr .inner_services .smpleplagirism_strip,
.detail-blog-wrpr .blog-left .smpleplagirism_strip {
    display: block;
  }
  .allinner_main .inner_services .smpleplagirism_strip p small,
.allinner_main .blog-left .smpleplagirism_strip p small,
.detail-blog-wrpr .inner_services .smpleplagirism_strip p small,
.detail-blog-wrpr .blog-left .smpleplagirism_strip p small {
    display: block;
    margin: 8px 0;
  }
  .allinner_main .inner_services .smpleplagirism_strip .btn_odr,
.allinner_main .blog-left .smpleplagirism_strip .btn_odr,
.detail-blog-wrpr .inner_services .smpleplagirism_strip .btn_odr,
.detail-blog-wrpr .blog-left .smpleplagirism_strip .btn_odr {
    display: inline-block;
  }
  .allinner_main .inner_services .exclusive_strip,
.allinner_main .blog-left .exclusive_strip,
.detail-blog-wrpr .inner_services .exclusive_strip,
.detail-blog-wrpr .blog-left .exclusive_strip {
    background-position: 75%;
  }
  .allinner_main .inner_services .exclusive_strip ul,
.allinner_main .blog-left .exclusive_strip ul,
.detail-blog-wrpr .inner_services .exclusive_strip ul,
.detail-blog-wrpr .blog-left .exclusive_strip ul {
    margin: 0 10px 0 0;
  }
  .allinner_main .inner_services .gift_strip,
.allinner_main .blog-left .gift_strip,
.detail-blog-wrpr .inner_services .gift_strip,
.detail-blog-wrpr .blog-left .gift_strip {
    display: inherit;
  }
  .allinner_main .inner_services .gift_strip ul,
.allinner_main .blog-left .gift_strip ul,
.detail-blog-wrpr .inner_services .gift_strip ul,
.detail-blog-wrpr .blog-left .gift_strip ul {
    width: auto;
    margin-top: 15px;
  }
  .allinner_main .inner_services .gift_strip ul li,
.allinner_main .blog-left .gift_strip ul li,
.detail-blog-wrpr .inner_services .gift_strip ul li,
.detail-blog-wrpr .blog-left .gift_strip ul li {
    padding: 8px 10px;
    font-size: 14px;
  }
  .AsideLeft #content .new-strip .strip-img a {
    left: 10px;
    padding: 4px 7px;
  }
  .AsideLeft #content .image-background {
    background: #f1f1f1;
    padding: 15px 10px;
  }
  .AsideLeft #content .new-strip .strip-content {
    width: 69%;
  }
  .AsideLeft #content .strip_new_two .tooltip_div {
    padding: 10px;
  }
  .AsideLeft #content .strip_new_two .tooltip_div p {
    text-align: left;
    line-height: 18px;
  }
  .AsideLeft #content .strip_new_two ul li {
    padding: 8px 0;
    width: 120px;
  }
  .AsideLeft #content .strip-call-us {
    background: #00769b;
  }
  .AsideLeft #content .strip-call-us .contact-us {
    margin: 0 auto;
    width: 100%;
  }
  .AsideLeft #content .strip-call-us .contact-us .heding-first {
    color: #fff;
    text-align: center;
  }
  .AsideLeft #content .strip-call-us .contact-us .heding-first .need {
    color: #fff;
  }
  .AsideLeft #content .strip-call-us .contact-us .call-us {
    color: #b9e93c;
  }
  .AsideLeft #content .strip-call-us .contact-us .button-click {
    margin: 0 auto;
  }
  .AsideLeft #content .strip-call-us .contact-us .button-click a {
    background: #fff;
    color: #00769b;
    padding: 5px 15px;
    margin: 8px 0 0 0;
    display: inline-block;
  }
  .AsideLeft #content .strip-call-us .contact-us .button-click a + a {
    margin: 8px 0 0 10px;
  }
  .common-strip {
    padding: 12px;
  }
  .common-strip .common-strip-para {
    width: 100%;
  }
  .common-strip .strip-btn {
    margin: 14px 0px 0;
  }
  .strip-1 .strip-btn:before {
    left: -12px;
    bottom: -8px;
  }
  .strip-2 .strip-btn {
    display: inline-block;
    float: none;
  }
  .strip-2:after {
    display: none;
  }
  .strip-3 {
    display: block;
  }
  .strip-3 .strip-3-bottom {
    background-size: 45px;
  }
  .strip-3 .common-strip-head {
    width: 100%;
  }
  .strip-4 .common-strip-head:after {
    margin: 4px 0 0 -11px;
  }
  .strip-4::before {
    right: 12px;
  }
  .dissertation-strip .dissertation-head {
    font-size: 18px;
    line-height: 20px;
  }
  .dissertation-strip .dissertation-head br {
    display: none;
  }
  .dissertation-strip .dissertation-box .dissertaion-p {
    font-size: 14px;
    line-height: 18px;
  }
  .dissertation-strip .dissertation-box .dissertation-btn {
    margin: 6px 0 0;
  }
  .dissertation-strip-2 .dissertation-box-2 {
    display: block;
  }
  .dissertation-strip-2 .dissertation-box-2::-webkit-scrollbar {
    height: 0;
  }
  .dissertation-strip-2 .dissertation-box .dissertation-section {
    width: 100%;
    margin: 0 1px;
  }
  .dissertation-strip-2 .dissertation-box .dissertaion-p {
    height: auto;
  }
  .dissertation-strip-2 .dissertation-box .dissertation-btn {
    font-size: 16px;
    line-height: 15px;
    padding: 11px;
    margin: 12px 0 0;
  }
  .dissertation-strip3 .dissertation-topic {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
  .dissertation-strip3 .dissertation-topic .dissertation-list {
    padding: 7px 4px 7px 35px;
    white-space: normal;
    width: 70%;
  }
  .dissertation-strip3 .dissertation-topic .dissertation-list::before {
    left: 12px;
  }
  .dissertation-strip3 .dissertation-topic .dissertation-list:nth-child(even) {
    margin-right: 12px;
  }
  .dissertation-strip3 .dissertation-topic::-webkit-scrollbar {
    height: 0;
  }
  .dissertation-strip4 {
    padding: 20px;
  }
  .dissertation-strip4 .dissertation-head {
    font-size: 18px;
    line-height: 20px;
  }
  .dissertation-strip4 .dissertation-head .heart {
    width: 19px;
    height: 16px;
    background-size: 18px;
  }
  .dissertation-strip4 .section-head {
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
  .dissertation-strip4 .section-head .section-left {
    font-size: 14px;
    line-height: 16px;
    padding: 0 5px 0 0;
    border: none;
  }
  .dissertation-strip4 .section-head .section-left p {
    font-size: 30px;
    line-height: 38px;
  }
  .dissertation-strip4 .section-head .section-right {
    width: 100%;
    border-top: 2px solid #ebebeb;
    margin: 10px 0 0;
    padding: 15px 0 0;
  }
  .dissertation-strip4 .section-head .d-btn {
    margin: 20px auto 0;
    padding: 8px 35px;
  }
  .dissertation-strip5 {
    overflow: hidden;
  }
  .dissertation-strip5:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -31px;
    right: 0;
  }
  .dissertation-strip5 .section-head .section-right span strong {
    font-size: 28px;
    line-height: 32px;
  }
  .dissertation-strip5 .section-head img {
    border: none;
  }
  .dissertation-strip6 .section-head {
    margin: 0;
  }
  .dissertation-strip6 .section-head .section-right {
    padding: 0;
    margin: 0;
    border: none;
  }
  .dissertation-strip6 .section-head .section-right span {
    font-size: 14px;
    line-height: 18px;
  }
  .dissertation-strip6 .section-head .section-right .right-head {
    font-size: 22px;
    line-height: 29px;
  }
  .dissertation-strip6:after {
    border-top: 5px solid #5c7a36;
    width: 100%;
    left: 0;
    border-left: none;
    height: 0;
  }
  .dissertation-strip7 .section-head {
    display: block;
    text-align: center;
  }
  .dissertation-strip7 .section-left {
    width: 100%;
    border-bottom: 3px solid #ebe8e8;
    border-right: 0;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .dissertation-strip7 .section-left .left-no {
    font-size: 35px;
    line-height: 40px;
  }
  .dissertation-strip7 .section-left .left-no:before {
    margin: 0 5px 0 0;
  }
  .dissertation-strip7 .section-right {
    margin: 0;
  }
  .dissertation-strip7 .d-btn {
    margin: 8px auto 0;
  }
  .dissertation-strip7 .bottom-circle {
    right: 28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-strip .strip-img {
    width: 0;
  }
}
@media (max-width: 320px) {
  .allinner_main .inner_services .strip-call-us .contact-us .heding-first {
    font-size: 13px;
  }
  .allinner_main .inner_services .exclusive_strip ul .ex_left,
.allinner_main .blog-left .exclusive_strip ul .ex_left,
.detail-blog-wrpr .inner_services .exclusive_strip ul .ex_left,
.detail-blog-wrpr .blog-left .exclusive_strip ul .ex_left {
    padding: 0;
  }
  .allinner_main .inner_services .exclusive_strip ul .off,
.allinner_main .blog-left .exclusive_strip ul .off,
.detail-blog-wrpr .inner_services .exclusive_strip ul .off,
.detail-blog-wrpr .blog-left .exclusive_strip ul .off {
    margin: 10px 0 10px 7px;
  }
}
@font-face {
  font-display: swap;
  font-family: robotolight;
  src: url("../fonts/Roboto-Light-webfont.woff2") format("woff2"), url("../fonts/Roboto-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: robotoregular;
  src: url("../fonts/Roboto-Regular-webfont.woff2") format("woff2"), url("../fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: robotomedium;
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff?v=1.1") format("woff"), url("../fonts/roboto-regular-webfont.ttf?v=1.1") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotoregular") format("svg"), url("../fonts/Roboto-Light-webfont.wof2f") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/Roboto-Medium-webfont.eot");
  src: url("../fonts/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium-webfont.svg#robotoregular") format("svg"), url("../fonts/Roboto-Medium-webfont.wof2f") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rockwell";
  src: url("../fonts/Rockwell.eot");
  src: url("../fonts/Rockwell.eot?#iefix") format("embedded-opentype"), url("../fonts/Rockwell.woff") format("woff"), url("../fonts/Rockwell.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rockwell-bold";
  src: url("../fonts/Rockwell-Bold.eot");
  src: url("../fonts/Rockwell-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rockwell-Bold.woff?v=1.1") format("woff"), url("../fonts/Rockwell-Bold.ttf?v=1.1") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.pull-l {
  float: left;
}

.pull-r {
  float: right;
}

.font-100 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-b {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

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

.container {
  max-width: 1170px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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