@charset "UTF-8";
/*@mixin placeholder {
    &.placeholder { @content }
    &:-moz-placeholder { @content }
    &::-moz-placeholder{@content}
    &:-ms-input-placeholder{@content}
    &::-webkit-input-placeholder { @content }
}*/
/*@mixin size($width, $height: $width){
    width: $width;
    height: $height;
}*/
* {
  -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: #8cb61d;
  -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-family: "robotoregular";
  font-size: 0.875rem;
  -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 */
  color: #f58e0e;
}

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: "robotomedium";
}

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: "robotoregular"; /* 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, select { /* 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;
  color: #f58e0e;
}

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;
}

@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;
}
/*@mixin placeholder {
    &.placeholder { @content }
    &:-moz-placeholder { @content }
    &::-moz-placeholder{@content}
    &:-ms-input-placeholder{@content}
    &::-webkit-input-placeholder { @content }
}*/
/*@mixin size($width, $height: $width){
    width: $width;
    height: $height;
}*/
.menu-overlay.active {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.old-header .menu .MyMenu > li > .mainmenutitle {
  color: #2a2a2a;
  padding: 21px 10px;
  font-size: 14px;
  font-family: "robotoregular";
}

@media screen and (min-width: 768px) {
  .menu .MyMenu > li:nth-of-type(2) {
    position: relative;
  }
  .back_menu {
    display: none;
  }
  .menu {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .menu ::-webkit-scrollbar {
    width: 10px;
  }
  .menu ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 !important;
  }
  .menu ::-webkit-scrollbar-thumb {
    background: #f58e0e;
    border-radius: 0 !important;
  }
  .menu ::-webkit-scrollbar-thumb:hover {
    background: #f58e0e;
  }
  .menu .MyMenu > li > a {
    font-size: 16px;
    color: #000;
    padding: 20px 5px;
    display: block;
  }
  .menu .MyMenu > li:hover > a {
    color: #FFC410 !important;
  }
  .menu .MyMenu > li:hover > span {
    color: #FFC410 !important;
  }
  .menu ul li {
    display: inline-block;
    border: none;
    text-align: left;
  }
  .menu ul li.show-mobile {
    display: none;
  }
  .menu ul li.help-menu {
    display: none;
  }
  .menu ul li .toggle {
    font-size: 14px;
  }
  .menu ul li .toggle:after {
    display: none;
  }
  .menu ul li .inner_menu {
    background: #f2f2f2;
    z-index: 99;
    padding: 0px;
    position: absolute;
    display: none;
    top: 100%;
    left: auto;
    width: 250px;
  }
  .menu ul li .inner_menu li {
    display: block;
    padding: 0px;
  }
  .menu ul li .inner_menu li a {
    padding: 8px 0 8px 15px;
  }
  .menu ul li .inner_menu li a:hover {
    color: #fff;
    background: #4D6A28;
  }
  .menu ul li .inner_menu .drop-down {
    background: #e3e3e3;
  }
  .menu ul li .inner_menu .drop-down li a {
    padding: 10px;
  }
  .menu ul li a {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-family: robotoregular;
    color: #000;
  }
  .menu ul li .service-dropedown {
    width: auto;
    right: 0;
    top: 0;
    left: 305px;
    position: absolute;
    bottom: 0;
    overflow: auto;
  }
  .menu ul li .service-dropedown .firstdropdown {
    background: #eaeaea;
    height: 100%;
  }
  .menu ul li .service-dropedown .firstdropdown li a:hover {
    background: transparent;
    font-family: robotomedium;
    color: #659E1C;
    border-bottom: 1px solid #BCBCBC;
  }
  .menu ul li .service-dropedown .firstdropdown li a.activemenu {
    font-family: robotomedium;
    color: #659E1C;
  }
  .menu ul li .service-dropedown .firstdropdown .sub-submenu {
    position: absolute;
    left: 281px;
    top: 0;
    width: auto;
    max-height: -webkit-fill-available;
    overflow: auto;
    display: none;
  }
  .menu ul li .service-dropedown .firstdropdown .second-dropdown {
    width: 100%;
  }
  .menu ul li .service-dropedown .firstdropdown .second-dropdown li {
    border: 0;
    width: 50%;
    float: left;
  }
  .menu ul li .service-dropedown .firstdropdown .second-dropdown li a {
    border: none;
  }
  .menu ul li .service-dropedown ul {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  .menu ul li .service-dropedown ul li a {
    padding-left: 15px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 16px;
  }
  .menu ul li .service-dropedown ul li a:before {
    margin-left: -10px;
  }
  .menu ul li .services_menu {
    width: auto;
    height: auto;
    left: 5px;
    right: 5px;
    padding: 0;
  }
  .menu ul li .drop_service_menu {
    float: left;
    width: 305px;
    background: #e3e3e3;
    padding: 0;
    min-height: 398px;
  }
  .menu ul li .drop_service_menu li {
    padding: 0;
  }
  .menu .MyMenu > li > .mainmenutitle {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 34px;
    color: #000;
    padding: 21px 5px;
    display: block;
  }
  .menu ul li:hover .sm {
    display: block;
  }
  .menu .selected {
    background: #4D6A28;
  }
  .menu .selected .toggle_sm {
    color: #fff;
  }
  .menu .selected .inner_menu {
    display: block !important;
  }
  .menu .sm li {
    border-bottom: 1px solid #d7d7d7;
  }
  .menu .sm li:last-child {
    border-bottom: 1px solid #d7d7d7;
  }
  .menu ul li .drop_service_menu li:hover .inner_menu {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  header.old-header .menu .MyMenu > li > .mainmenutitle {
    padding: 22px 10px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  header.old-header .menu .MyMenu li .mainmenutitle {
    padding: 16px 6px;
  }
  header .menu .MyMenu li a {
    padding: 16px 6px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .menu_strip .container.menu-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu_strip .container.menu-wrapper .brand-logo img {
    padding: 10px 0 0;
    width: 140px;
  }
  header.old-header .menu .MyMenu li .mainmenutitle {
    padding: 8px 5px;
  }
  header .menu .MyMenu li .mainmenutitle {
    padding: 8px 5px;
    line-height: 16px;
  }
  header .menu .MyMenu li a {
    padding: 8px 5px;
  }
  header .menu .MyMenu .cart-icon {
    position: relative;
  }
  header .menu .MyMenu .cart-icon .tooltip-icon {
    top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .menu ul li {
    display: inline-block;
    border: none;
  }
  .menu ul li a {
    padding: 5px 10px;
  }
  .menu ul li .toggle_sm {
    padding: 10px 15px;
  }
  .menu ul li .service-dropedown {
    /*                    padding-top: 8px;*/
    padding-top: 0;
  }
  .menu ul li .service-dropedown ul li a {
    font-size: 14px;
    line-height: 16px;
  }
  .menu .MyMenu > li > a {
    padding: 22px 10px;
    font-size: 0.875rem;
    line-height: 32px;
    color: #fff;
  }
  .menu .MyMenu > li > .mainmenutitle {
    padding: 22px 10px;
    font-size: 0.875rem;
    line-height: 32px;
    color: #fff;
  }
  .menu_strip .menu-wrapper {
    padding: 0 20px;
  }
  .menu_strip .brand-logo img {
    width: auto;
  }
  .menu_strip .menu-mainnew {
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .menu_strip .menubtn {
    display: none;
  }
  .menu_strip .menu-wrapper {
    padding: 0px;
  }
  .menu_strip .brand-logo img {
    width: auto;
  }
  .menu ul li .service-dropedown .firstdropdown li:hover .sub-submenu {
    display: block;
  }
  .menu ul li .service-dropedown .firstdropdown .sub-submenu.defult-menu-show {
    display: block;
  }
}
@media (max-width: 1366px) {
  .menu .MyMenu > li > a {
    padding: 22px 10px;
  }
}
@media (max-width: 1024px) {
  .menu ul li .drop_service_menu {
    width: 250px;
  }
  .menu ul li .service-dropedown {
    left: 250px;
  }
  .menu ul li .service-dropedown ul {
    width: 28%;
  }
  .menu ul li .service-dropedown .firstdropdown .sub-submenu {
    left: 205px;
  }
}
@media screen and (max-width: 768px) {
  .back_menu {
    display: block;
    color: #000;
    padding: 8px 10px;
    border-bottom: 1px solid #d6dfe8;
    font-size: 17px;
  }
  .back_menu i {
    width: 18px;
    height: 20px;
    background-position: -17px -100px;
    display: inline-block;
    vertical-align: sub;
    background-size: 500px;
  }
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 80%;
    overflow: auto;
    background: #fff;
    margin: 0;
    border: 0;
  }
  .menu ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .menu .selected {
    background: none;
  }
  .menu ul li {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    font-family: robotoregular;
  }
  .menu ul li a {
    color: #000 !important;
    display: block;
    padding: 12px 10px !important;
    font-size: 16px;
    line-height: 20px;
  }
  .menu ul li a.menudrop:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu ul li .service-dropedown .firstdropdown {
    background: #fff;
  }
  .menu ul li .service-dropedown .firstdropdown li a:hover {
    font-family: "robotoregular";
  }
  .menu ul li .service-dropedown .firstdropdown li a.activemenu {
    font-family: "robotoregular";
  }
  .menu ul li .inner_menu .drop_service_menu {
    background: #f1f1f1;
  }
  .menu ul li .inner_menu .drop-down {
    background: #FFF;
  }
  .menu ul li .inner_menu ul {
    background: #FFF;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu ul li .inner_menu ul li {
    border-bottom: 1px solid #d7d7d7;
  }
  .menu ul li .inner_menu ul li a {
    padding: 10px 15px !important;
  }
  .menu ul li .inner_menu ul li a:hover {
    background: #f9f9f9;
  }
  .menu ul li.show-mobile {
    display: block;
  }
  .menu ul li .inner_menu, .menu ul li .service-dropedown, .menu ul li .sub-submenu, .menu ul li .service-dropedown .firstdropdown .sub-submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
    width: 80%;
    overflow: auto;
    background: #fff;
  }
  .menu ul li .inner_menu li, .menu ul li .service-dropedown li, .menu ul li .sub-submenu li, .menu ul li .service-dropedown .firstdropdown .sub-submenu li {
    width: 100%;
  }
  .menu ul li .services-link:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 3px 5px 0 0;
  }
  .menu ul li .services_menu {
    display: block;
    left: 0;
    position: relative;
    width: 100%;
    background: #f1f1f1;
  }
  .menu ul li .services_menu .back_menu {
    display: none;
  }
  .menu ul li .services_menu ul li:last-child {
    border-bottom: 0;
  }
  .menu ul li.order_btn {
    border: none;
    display: block;
  }
  .menu ul li.order_btn a {
    background: none !important;
    font-size: 16px !important;
    padding: 12px 10px !important;
    margin: 0 !important;
    font-family: "robotoregular" !important;
  }
  .menu ul li.cart-icon {
    display: none;
  }
  .menu ul li.search {
    display: none;
  }
  .menu ul .toggle:after, .menu ul .toggle_sm:after {
    width: 13px;
    height: 16px;
    display: block;
    background: url(../images/down-arrow.svg) no-repeat;
    content: "";
    background-size: 14px;
    float: right;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .menu .header_menu_logo.registerlogin {
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    background: #5C7A36;
    text-align: left;
  }
  .menu .header_menu_logo.registerlogin a {
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .menu .header_menu_logo.registerlogin a:last-child {
    border-right: none;
  }
  .menu .header_menu_logo.registerlogin .user-icon .userprofile {
    width: 24px;
    height: 24px;
    vertical-align: sub;
    margin: 0 5px 0 0;
  }
  .menu .MyMenu > li > a {
    padding: 12px 10px;
  }
  .menu ul li .drop_service_menu {
    width: 100%;
  }
  .menu ul li .service-dropedown ul {
    width: 100%;
  }
  header.old-header .menu .MyMenu > li > .mainmenutitle {
    padding: 12px 10px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
  header .menu .MyMenu > li > .mainmenutitle {
    padding: 12px 10px;
    font-family: "robotoregular";
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
  .back_menu {
    display: block;
    color: #000;
    padding: 8px 10px;
    border-bottom: 1px solid #d6dfe8;
    font-size: 17px;
  }
  .back_menu.firstBack, .back_menu.secondBack {
    position: relative;
    padding: 0;
    display: block !important;
  }
  .back_menu.firstBack .bcktext, .back_menu.secondBack .bcktext {
    vertical-align: super;
    font-size: 18px;
    line-height: 20px;
    color: #1d1d1d;
    padding: 10px 0;
    display: inline-block;
  }
  .back_menu.firstBack .firstBkLink, .back_menu.firstBack .secondBkLink, .back_menu.secondBack .firstBkLink, .back_menu.secondBack .secondBkLink {
    border-top: 1px solid #d7d7d7;
    color: #659E1C;
  }
  .back_menu.firstBack i, .back_menu.secondBack i {
    margin: 8px 5px 12px 20px;
  }
  .back_menu i {
    width: 12px;
    height: 12px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: none;
    margin: 8px 5px 6px 20px;
  }
  .firstdropdown li a:after {
    width: 13px;
    height: 17px;
    display: block;
    background: url(../images/down-arrow.svg) no-repeat;
    content: "";
    background-size: 14px;
    float: right;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .firstdropdown .pageLi a:after {
    display: none;
  }
  .menu ul li .service-dropedown .firstdropdown .second-dropdown li {
    border-bottom: 1px solid #d7d7d7;
  }
  .second-dropdown li a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li a:hover {
    background-color: #f9f9f9;
  }
  .menu ul li.notification, .menu ul li.search {
    display: none;
  }
  .menu ul li.order_btn {
    border: none;
    display: inline-block;
  }
  .firstdropdown li a:after {
    width: 13px;
    height: 17px;
    display: block;
    background: url(../images/down-arrow.svg) no-repeat;
    content: "";
    background-size: 14px;
    float: right;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .firstdropdown .pageLi a:after {
    display: none;
  }
  .second-dropdown li a:after {
    display: none;
  }
  .back_menu.firstBack, .back_menu.secondBack {
    position: relative;
    padding: 0;
  }
  .back_menu.firstBack .bcktext, .back_menu.secondBack .bcktext {
    vertical-align: super;
    font-size: 18px;
    line-height: 20px;
    color: #1d1d1d;
  }
  .back_menu.firstBack i, .back_menu.secondBack i {
    margin: 8px 0px 11px 10px;
  }
  .back_menu.firstBack .firstBkLink, .back_menu.firstBack .secondBkLink, .back_menu.secondBack .firstBkLink, .back_menu.secondBack .secondBkLink {
    border-top: 1px solid #d7d7d7;
    color: #659E1C;
    /*            font-size: 18px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 40px;
                padding: 10px 0 !important;  */
  }
  .back_menu.firstBack .secondBkLink:after, .back_menu.secondBack .secondBkLink:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .back_menu {
    display: block;
    color: #000;
    padding: 8px 10px;
    border-bottom: 1px solid #d6dfe8;
    font-size: 17px;
  }
  .back_menu i {
    width: 18px;
    height: 20px;
    background-position: -17px -100px;
    display: inline-block;
    vertical-align: sub;
    background-size: 500px;
  }
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 80%;
    overflow: auto;
    background: #fff;
    margin: 0;
    border: 0;
  }
  .menu ul li {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    font-family: robotoregular;
  }
  .menu ul li a {
    color: #000;
    display: block;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 13px;
  }
  .menu ul li a.menudrop:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu ul li .inner_menu ul li a {
    padding: 10px 15px;
  }
  .menu ul li.show-mobile {
    display: block;
  }
  .menu ul li .inner_menu, .menu ul li .service-dropedown, .menu ul li .sub-submenu, .menu ul li .service-dropedown .firstdropdown .sub-submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
    width: 80%;
    overflow: auto;
    background: #fff;
  }
  .menu ul li .services-link:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 3px 5px 0 0;
  }
  .menu ul li .services_menu {
    display: block;
    left: 0;
    position: relative;
    width: 100%;
    background: #f1f1f1;
  }
  .menu ul li .services_menu .back_menu {
    display: none;
  }
  .menu ul li .services_menu ul li:last-child {
    border-bottom: 0;
  }
  .menu ul li.order_btn {
    border: none;
    display: block;
  }
  .menu ul li.order_btn a {
    background: none !important;
    padding: 12px 10px !important;
    margin: 0 !important;
    font-family: "robotoregular" !important;
  }
  .menu ul li.cart-icon {
    display: none;
  }
  .menu ul .toggle:after, .menu ul .toggle_sm:after {
    width: 13px;
    height: 16px;
    display: block;
    background: url(../images/down-arrow.svg) no-repeat;
    content: "";
    background-size: 14px;
    float: right;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .menu .header_menu_logo.registerlogin {
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    background: #5C7A36;
  }
  .menu .header_menu_logo.registerlogin a {
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .menu .header_menu_logo.registerlogin a:last-child {
    border-right: none;
  }
  .menu .header_menu_logo.registerlogin .user-icon .userprofile {
    width: 24px;
    vertical-align: sub;
    margin: 0 5px 0 0;
  }
  .menu .MyMenu > li > a {
    padding: 12px 10px;
  }
  .menu ul li .drop_service_menu {
    width: 100%;
  }
  .menu ul li .service-dropedown ul {
    width: 100%;
  }
  header.old-header .menu .MyMenu > li > .mainmenutitle {
    padding: 12px 10px;
    display: block;
    font-size: 13px;
    line-height: 13px;
  }
  header .menu .MyMenu > li > .mainmenutitle {
    padding: 12px 10px;
    display: block;
    font-size: 13px;
    line-height: 13px;
  }
  .back_menu {
    display: block;
    color: #000;
    padding: 8px 10px;
    border-bottom: 1px solid #d6dfe8;
    font-size: 17px;
  }
  .back_menu.firstBack, .back_menu.secondBack {
    position: relative;
    padding: 0;
    display: block !important;
  }
  .back_menu.firstBack .bcktext, .back_menu.secondBack .bcktext {
    vertical-align: super;
    font-size: 18px;
    line-height: 20px;
    color: #1d1d1d;
    padding: 10px 0;
    display: inline-block;
  }
  .back_menu.firstBack .firstBkLink, .back_menu.firstBack .secondBkLink, .back_menu.secondBack .firstBkLink, .back_menu.secondBack .secondBkLink {
    border-top: 1px solid #d7d7d7;
    color: #659E1C;
  }
  .back_menu i {
    width: 12px;
    height: 12px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: none;
    margin: 8px 0px 8px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .menu ul li .service-dropedown .firstdropdown .secondLi.active .sub-submenu {
    display: block !important;
  }
}
.homesprite {
  background: url("../images/homesprite.png") no-repeat;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.voice-popup {
  display: none;
}

.search-main-mobile {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
}
.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;
}
.search-main-mobile .header-search .searchclose svg {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  margin-right: 10px;
}
.search-main-mobile .header-search .words {
  width: 75%;
}
.search-main-mobile .header-search .words input {
  width: 100%;
}
.search-main-mobile .voice-search {
  position: absolute;
  right: 10px;
  bottom: 9px;
}

#insertSearch .search-menu {
  margin-top: 7px;
}
#insertSearch .search-menu li {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  text-transform: capitalize;
}
#insertSearch .search-menu li a {
  padding: 14px 0 14px 43px;
  position: relative;
  display: block;
  color: #4A4A4A;
  font-size: 0.8125rem;
  line-height: 15px;
}
#insertSearch .search-menu li a:before {
  content: "";
  position: absolute;
  left: 10px;
  background: url(../images/resent.svg) no-repeat;
  width: 22px;
  height: 19px;
  top: 12px;
}
#insertSearch .search-menu li:hover a {
  color: #659E1C;
}
#insertSearch .Popular {
  padding: 15px;
}
#insertSearch .Popular span {
  display: block;
  color: #4a8406;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
}
#insertSearch .Popular a {
  color: #727070;
  display: block;
  font-size: 13px;
  padding: 5px 0;
  margin-top: 7px;
  border-bottom: 1px solid #f1f1f1;
}
#insertSearch .Popular a:last-child {
  border-bottom: 0;
}
#insertSearch .Popular a:hover {
  color: #659E1C;
}

.mobileimg {
  display: none;
}

.homesprite {
  background: url(../../GAH/images/homesprite.png) no-repeat;
}

.left {
  float: left;
}

.right {
  float: right;
}

header {
  background: rgb(23, 23, 23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
  position: relative;
  width: 100%;
}
header.index {
  position: fixed;
  background: rgba(23, 23, 23, 0.85);
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: rgba(23, 23, 23, 0.85);
  -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;
  }
}
header .menubtn {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
header .search_part {
  float: right;
  margin-top: 5px;
  position: relative;
}
header .search_part a {
  margin: 0 5px 0 0;
}
header .brand-logo, header .mobile_logo {
  display: inline-block;
  vertical-align: middle;
}
header .mobile_logo img {
  width: 90px;
  height: 29px;
}
header .h_sticky {
  display: none;
  padding: 8px 15px 3px;
  background: #000;
}
header .h_sticky .old-header-logo {
  display: none;
}
header .offer-strip {
  background: #EFEFEF;
  padding: 4px 0;
  text-align: center;
}
header .offer-strip .header-offer-icon {
  width: 89px;
  height: 34px;
  background-position: -156px -391px;
  display: inline-block;
  vertical-align: middle;
}
header .offer-strip .mobilecontent {
  display: none;
}
header .offer-strip .offer-content {
  font-size: 15px;
  line-height: 18px;
}
header .offer-strip .offer-content .title {
  color: #101010;
  font-family: robotomedium;
}
header .offer-strip .offer-content .offerlink {
  color: #2A2A2A;
  text-decoration: underline;
  font-family: "robotomedium";
  padding: 0 5px;
  font-size: 16px;
}
header .offer-strip .offer-content .title1 {
  color: #2a2a2a;
}
header .offer-strip .offer-content .title1 span {
  color: #F20000;
  font-family: robotomedium;
}
header .offer-strip .offer-order {
  font-size: 14px;
  line-height: 16px;
  border-radius: 24px;
  color: #fff;
  padding: 3px 10px;
  background: #5C7A36;
  margin: 0 0 0 10px;
}
header .top_strip {
  background: #5C7A36;
  padding: 7px 0;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-family: "robotoregular";
  display: block;
}
header .top_strip p {
  display: inline-block;
  margin: 0;
  color: #fff;
}
header .top_strip .call, header .top_strip .mail, header .top_strip .whatsapp, header .top_strip .help-center {
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
}
header .top_strip .call i, header .top_strip .mail i, header .top_strip .whatsapp i, header .top_strip .help-center i {
  width: 20px;
  height: 20px;
  background-size: 250px;
  background-position: 2px 0px;
  float: left;
  margin: 0 8px 0 0;
}
header .top_strip .mail {
  padding: 0 0 0 20px;
}
header .top_strip .mail i {
  background-position: -20px 1px;
}
header .top_strip .whatsapp {
  padding: 0;
}
header .top_strip .whatsapp i {
  background: url(../images/whatsapp.svg) no-repeat;
  background-size: 18px;
}
header .top_strip .help-center {
  padding: 0 0 0 20px;
}
header .top_strip .help-center .information {
  background: url("../images/information.svg") no-repeat;
  margin: 2px 8px 0 0;
}
header .top_strip .refer-frd {
  font-family: robotomedium;
  color: #FFF;
  padding: 0 10px 0 0;
}
header .top_strip .refer-frd i {
  width: 20px;
  height: 20px;
  background-size: 230px;
  background-position: -58px -1px;
  float: left;
  margin: 0 2px 0 0;
}
header .top_strip .login {
  background: #FEE97D;
  color: #171717;
  padding: 0 5px;
  border-radius: 3px;
}
header .top_strip .after-login {
  display: inline-block;
  position: relative;
}
header .top_strip .after-login .login {
  background: #FEE97D url(../images/down-arrow.svg) no-repeat center right 5px;
  padding: 3px 25px 3px 27px;
  color: #171717;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  background-size: 11px;
}
header .top_strip .after-login .login:before {
  content: "";
  background: url(../images/user-circle.svg) no-repeat center left 2px;
  width: 21px;
  height: 21px;
  background-size: 19px;
  left: 0;
  position: absolute;
  top: 1px;
}
header .top_strip .after-login:hover .dropdown-list {
  display: block;
}
header .top_strip .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 .top_strip .dropdown-list a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #BCBCBC;
  display: block;
  color: #1D1D1D;
}
header .top_strip .dropdown-list a:last-child {
  border: 0;
}
header .top_strip .dropdown-list a:hover {
  background: #5C7A36;
  color: #fff;
}
header .wallet-web {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 18px;
  margin: 0 15px 0 0;
  font-family: "robotomedium";
  vertical-align: middle;
  border-radius: 3px;
  padding: 2px 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0px 3px 3px rgba(255, 255, 255, 0.1803921569);
          box-shadow: 0 0px 3px 3px rgba(255, 255, 255, 0.1803921569);
  background: #fff;
}
header .wallet-web img {
  margin: 0 4px 0 0;
  width: 24px;
  height: 20px;
}
header .menu-mainnew .menu .navbar.navbar-expand-md .country_menu {
  display: none;
}
header .menu-mainnew .MyMenu .search a {
  display: inline-block;
  padding: 22px 10px;
}
header .menu-mainnew .MyMenu .search i {
  width: 24px;
  height: 24px;
  background-position: -116px -2px;
  background-size: 330px;
  display: inline-block;
  vertical-align: middle;
}
header .menu-mainnew .MyMenu .search:hover {
  background: none;
}
header .menu-mainnew .MyMenu .order_btn a {
  padding: 4px 11px;
  background: #FFC410;
  border-radius: 24px;
  color: #171717;
  font-family: robotomedium;
  margin: 15px 10px;
  font-size: 14px;
  line-height: 16px;
}
header .menu-mainnew .MyMenu .order_btn:hover a {
  background: #f6ce54;
  color: #171717 !important;
}
header.old-header {
  background: #ffffff;
}
header.old-header .menu .MyMenu > li > a {
  color: #2a2a2a;
  font-family: "robotoregular";
}
header.old-header .menu .MyMenu > li:hover > a {
  color: #f58e0e !important;
}
header.old-header .menu .MyMenu > li.order_btn:hover > a {
  color: #171717 !important;
}
header.old-header .menu .MyMenu > li:hover > span {
  color: #f58e0e;
}
header.old-header .menu_strip .brand-logo .logowhite {
  display: none;
}
header.old-header .menu_strip .brand-logo .old-header-logo {
  display: block;
}
header.old-header .menu-mainnew .MyMenu .search i {
  background-position: -218px -230px;
}
header.old-header .menu-mainnew .MyMenu .cart-icon i {
  -webkit-filter: invert(0.7);
          filter: invert(0.7);
}
header.old-header .h_sticky {
  background: #fff;
  padding: 7px 15px 7px;
}
header.old-header .h_sticky .logowhite {
  display: none;
}
header.old-header .h_sticky .old-header-logo {
  display: block;
  width: 130px;
}
header .menu_strip .brand-logo .old-header-logo {
  display: none;
}

.menu_strip {
  display: inline-block;
  width: 100%;
}

.cart {
  background: url(../images/cart.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.tooltip-icon {
  background: #FFC410;
  border-radius: 50%;
  color: #000;
  height: 18px;
  width: 18px;
  font-size: 12px;
  line-height: 15px;
  margin: -8px 2px 0 11px;
  position: absolute;
  top: 23px;
  right: 0px;
  padding: 2px;
  text-align: center;
  font-family: robotomedium;
}

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

.search-show #insertSearch {
  position: relative;
  overflow: unset;
}
.search-show .resent-searchs {
  z-index: 11;
  position: absolute;
  top: 150px;
  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;
  color: #4a8406;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
}
.search-show .Popular {
  background: #fff;
  display: block;
  color: #4a8406;
  font-size: 15px;
  line-height: 18px;
}
.search-show .element-hover a {
  color: #4a8406 !important;
  font-size: 15px !important;
}

.new-service-banner {
  background: url(../images/new_service_banner.jpg) center center;
  background-size: cover;
  z-index: 9;
  padding: 60px 0;
}
.new-service-banner .banner-content {
  position: relative;
}
.new-service-banner .banner-content .left {
  float: left;
  width: 55%;
}
.new-service-banner .banner-content .left .heading {
  font-size: 38px;
  line-height: 44px;
  color: #fff;
  font-family: "robotomedium";
  padding: 0 0 5px 0;
  text-align: left;
}
.new-service-banner .banner-content .left .heading:after {
  display: none;
}
.new-service-banner .banner-content .left .subheading {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-family: "robotoregular";
}
.new-service-banner .banner-content .left .feature {
  padding: 20px 0 0 0;
  display: inline-block;
  width: 100%;
}
.new-service-banner .banner-content .left .feature li {
  width: 33.33%;
  float: left;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.new-service-banner .banner-content .left .feature li i {
  width: 46px;
  height: 38px;
  float: left;
  margin: 0 5px 0 0;
  background: url(../images/homesprite.png) no-repeat;
  background-size: 360px;
}
.new-service-banner .banner-content .left .feature li i.expert {
  background-position: -160px -5px;
}
.new-service-banner .banner-content .left .feature li i.rated {
  background-position: -206px -3px;
}
.new-service-banner .banner-content .left .feature li i.turnitin {
  background-position: -261px -246px;
}
.new-service-banner .banner-content .left .feature li .title {
  font-size: 20px;
  line-height: 22px;
  display: block;
}
.new-service-banner .banner-content .left .feature li .free {
  background: #33cc6f;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  display: inline;
  padding: 0 5px;
  text-transform: uppercase;
}
.new-service-banner .banner-content .left .feature-com {
  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;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.new-service-banner .banner-content .left .feature-com .feature-inner {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.new-service-banner .banner-content .left .feature-com .feature-inner.last-feature {
  display: none;
}
.new-service-banner .banner-content .left .feature-com .feature-inner i {
  width: 46px;
  height: 38px;
  float: left;
  margin: 0 5px 0 0;
  background: url(../images/homesprite.png) no-repeat;
  background-size: 360px;
}
.new-service-banner .banner-content .left .feature-com .feature-inner i.expert {
  background-position: -160px -5px;
}
.new-service-banner .banner-content .left .feature-com .feature-inner i.rated {
  background-position: -206px -3px;
}
.new-service-banner .banner-content .left .feature-com .feature-inner i.turnitin {
  background-position: -261px -246px;
}
.new-service-banner .banner-content .left .feature-com .feature-inner .title {
  font-size: 20px;
  line-height: 22px;
}
.new-service-banner .banner-content .left .feature-com .feature-inner .sub-title {
  display: inline-block;
}
.new-service-banner .banner-content .left .feature-com .feature-inner .free {
  background: #33cc6f;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 0 5px;
  text-transform: uppercase;
}
.new-service-banner .banner-content .left .download-btns {
  background: #ef841f;
  color: #fff;
  display: block;
  padding: 13px 0;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  font-family: robotomedium;
  border-radius: 4px;
  width: 240px;
  margin: 30px 0 0 0;
}
.new-service-banner .banner-content .right {
  position: absolute;
  right: 0;
  width: 28%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.new-service-banner .banner-content .right.answer-rightform {
  top: -30px;
}
.new-service-banner .banner-content .right .home-calculator {
  margin: 0;
  padding: 0;
}
.new-service-banner .banner-content .right .home-calculator .calculator-click {
  padding: 5px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D1D1D;
}
.new-service-banner .banner-content .right .home-calculator .form-price {
  padding: 0 0 0 10px;
}
.new-service-banner .banner-content .right .home-calculator .home-cal-form {
  padding: 15px;
}
.new-service-banner .banner-content .right .price-calculator-sample {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  text-align: center;
  width: 100%;
  margin: -40px 0 0 0;
}
.new-service-banner .banner-content .right .price-calculator-sample .home-cal-form {
  padding: 20px 15px 0 15px;
}
.new-service-banner .banner-content .right .price-calculator-sample .home-cal-form .box {
  margin: 0 0 15px 0;
}
.new-service-banner .banner-content .right .price-calculator-sample .home-cal-form .box.bx-btn {
  display: inline-block;
  margin: 0;
}
.new-service-banner .banner-content .right .price-calculator-sample .home-cal-form .box.bx-btn .green-btn {
  background: #246ed0;
  border-radius: 24px;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 32px;
  font-family: robotomedium;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-top {
  background: #f54d0e;
  padding: 7px 8px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.new-service-banner .banner-content .right .price-calculator-sample .price-top .priceheading {
  font-size: 28px;
  line-height: 26px;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-top .priceheading span {
  font-size: 30px;
  line-height: 30px;
  font-family: "robotomedium";
}
.new-service-banner .banner-content .right .price-calculator-sample .price-freature {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #616161;
  margin: 18px 0 0;
  border-top: 1px solid #e1e1e1;
  text-align: left;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-freature .trunitin, .new-service-banner .banner-content .right .price-calculator-sample .price-freature .money {
  display: inline-block;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-freature .trunitin i, .new-service-banner .banner-content .right .price-calculator-sample .price-freature .money i {
  width: 33px;
  height: 32px;
  background-size: 480px;
  float: left;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-freature .trunitin {
  width: 50%;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-freature .trunitin i {
  background-position: -313px -19px;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-freature .trunitin span {
  background: #ffcc01;
  color: #000;
  padding: 0 6px;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-freature .money {
  width: 50%;
  float: right;
}
.new-service-banner .banner-content .right .price-calculator-sample .price-freature .money i {
  background-position: -270px -18px;
}

.banner-right {
  display: block;
  float: right;
  width: 30%;
}
.banner-right .home-calculator {
  background: #fff;
  padding: 0 0 20px 0;
  border-radius: 4px;
  margin: 55px 0px 30px;
  position: relative;
}
.banner-right .home-calculator .calculator-click {
  font-size: 24px;
  line-height: 28px;
  color: #1D1D1D;
  display: block;
  text-align: center;
  font-family: "robotomedium";
  padding: 10px 0;
  background: #F1F1F1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 4px 4px 0 0;
}
.banner-right .home-calculator .form-title {
  text-align: center;
  display: block;
  color: #616161;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 0 0 0;
}
.banner-right .home-calculator .form-price {
  color: #33CC6F;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-family: "robotomedium";
}
.banner-right .home-calculator .form-price span {
  font-size: 36px;
  line-height: 40px;
}
.banner-right .home-calculator .home-cal-form {
  padding: 20px 30px 0;
}
.banner-right .home-calculator .home-cal-form .box {
  position: relative;
  margin: 0 0 20px 0;
}
.banner-right .home-calculator .home-cal-form .box select {
  background: no-repeat;
  height: 45px;
  padding: 0 10px;
  color: #5D5A5A;
  border: 1px solid #B7B7B7;
  border-radius: 0;
}
.banner-right .home-calculator .home-cal-form .box.bx-btn {
  margin: 0;
}
.banner-right .home-calculator .home-cal-form .box .green-btn {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #FFF;
  padding: 6px 10px;
  background: #F58E0E;
  width: 100%;
  display: block;
}

.TimeGrade-common {
  -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);
  padding: 10px 20px 20px;
  border-radius: 3px;
  display: none;
}
.TimeGrade-common select {
  padding-right: 25px !important;
}
.TimeGrade-common .TimeTitle {
  font-size: 23px;
  line-height: 25px;
  color: #F58E0E;
  text-align: center;
  display: block;
}
.TimeGrade-common .line {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.TimeGrade-common .line:after {
  width: 200px;
  height: 1px;
  background: #F58E0E;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.TimeGrade-common .line:before {
  content: "";
  width: 40px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #F58E0E;
  border-radius: 3px;
}
.TimeGrade-common .odrBtn {
  background: #7F9C34;
  padding: 9px 30px;
  color: #fff;
  border: 0;
  font-size: 19px;
  line-height: 23px;
  font-family: "robotomedium";
  border-radius: 3px;
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.TimeGrade-common .prc {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.TimeGrade-common .tag {
  background: url(../images/tag.png) no-repeat;
  color: #fff;
  font-size: 20px;
  font-family: "robotomedium";
  height: 80px;
  display: inline-block;
  width: 190px;
  line-height: 84px;
  text-align: center;
  margin-left: -48px;
  background-size: contain;
}
.TimeGrade-common .price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  line-height: 52px;
  font-family: "robotomedium";
}
.TimeGrade-common .price small {
  font-size: 32px;
  line-height: 34px;
}
.TimeGrade-common .box {
  position: relative;
  margin-bottom: 15px;
}
.TimeGrade-common .box.select-bx select {
  background: #fff url(../images/down-arrow.svg) no-repeat center right 10px;
}
.TimeGrade-common select:focus, .TimeGrade-common option:focus {
  outline: none;
}
.TimeGrade-common .onscrollform {
  display: none;
}
.TimeGrade-common.fixed {
  position: fixed;
  top: 39px;
  background: rgba(62, 62, 62, 0.95);
  width: 100%;
  left: 0;
  z-index: 4;
  padding: 15px 0;
  border-radius: 0;
  display: block;
  -webkit-animation-name: transaction;
          animation-name: transaction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.TimeGrade-common.fixed .onpageform {
  display: none;
}
.TimeGrade-common.fixed .onscrollform {
  display: block;
}
.TimeGrade-common.fixed .formtitle {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0 0 10px 0;
}
.TimeGrade-common.fixed .formtitle span {
  color: #F58E0E;
  font-family: "robotomedium";
}
.TimeGrade-common.fixed .sroll-form-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TimeGrade-common.fixed .sroll-form-data .btnsection {
  margin: 0;
}
.TimeGrade-common.fixed .sroll-form-data .btnsection .odrBtn {
  margin: 0;
  padding: 9px 30px;
  line-height: 23px;
}
.TimeGrade-common.fixed .sroll-form-data .btnsection .btnquote {
  display: none;
}
.TimeGrade-common.fixed .sroll-form-data .btnsection.estimateprice .odrBtn {
  background: none;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-size: 13px;
  line-height: 16px;
}
.TimeGrade-common.fixed .sroll-form-data .btnsection.estimateprice .odrBtn span {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 0 3px;
  display: block;
}
.TimeGrade-common.fixed .sroll-form-data .box {
  margin: 0 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.TimeGrade-common.fixed .sroll-form-data .box.select-bx:after {
  top: 14px;
}
.TimeGrade-common.fixed .error {
  font-size: 12px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border: 1px solid transparent;
  line-height: 12px;
  bottom: -14px;
  padding: 0 7px;
}

@media (max-width: 1440px) {
  .TimeGrade-common.fixed {
    top: 33px;
    padding: 10px 0;
  }
  .TimeGrade-common.fixed .formtitle {
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 8px 0;
  }
}
@media only screen and (max-width: 1366px) {
  header .menu_strip .brand-logo img {
    padding: 5px 0;
    width: 140px;
  }
  header .menu-mainnew .MyMenu .search a {
    padding: 16px 10px;
  }
  header .top_strip .call,
  header .top_strip .mail,
  header .top_strip .whatsapp {
    margin: 0 5px 0 0;
  }
  header .offer-strip {
    padding: 2px 0;
  }
  header .offer-strip .offer-content {
    font-size: 14px;
    line-height: 16px;
  }
  header .offer-strip .offer-order {
    font-size: 13px;
    line-height: 15px;
    padding: 2px 7px;
  }
  .search-main {
    top: 68px;
  }
  .search-show .resent-searchs {
    top: 135px;
  }
}
@media only screen and (max-width: 1024px) {
  header .menu-mainnew .MyMenu .order_btn a {
    margin: 15px 0px;
  }
  .new-service-banner .banner-content .left {
    width: 68%;
  }
  .new-service-banner .banner-content .right {
    width: 28%;
    margin: 0;
  }
  .new-service-banner .banner-content .right .home-calculator .calculator-click {
    padding: 5px 35px;
  }
  .tooltip-icon {
    right: 2%;
  }
  header .top_strip .dropdown-list {
    right: 0;
  }
  .TimeGrade-common .tag {
    margin-left: -43px;
    font-size: 18px;
    background-size: contain;
    background-position: 0 10px;
    width: 150px;
  }
  .TimeGrade-common .price {
    font-size: 40px;
  }
  .TimeGrade-common.fixed select, .TimeGrade-common.fixed input[type=text], .TimeGrade-common.fixed input[type=email], .TimeGrade-common.fixed textarea {
    padding: 7px 10px;
  }
  .TimeGrade-common.fixed .sroll-form-data .box.select-bx:after {
    top: 12px;
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  header.old-header .menu .MyMenu > li > .mainmenutitle {
    padding: 25px 3px;
  }
  .menu .MyMenu > li > a {
    padding: 22px 3px;
  }
  header .menu-mainnew .MyMenu .order_btn a {
    margin: 15px 3px;
  }
  header .menu-mainnew .MyMenu .search a {
    padding: 16px 3px;
  }
}
@media screen and (min-width: 768px) {
  header {
    height: auto;
    padding: 0;
  }
  header .menu_strip .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .menu_strip .menu-wrapper {
    text-align: center;
  }
  header .menu_strip .brand-logo img {
    width: 100%;
    height: 100%;
  }
  header .menu_strip .menubtn, header .menu_strip .search_part, header .menu_strip .header_menu_logo {
    display: none;
  }
  .search-main {
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .new-service-banner .banner-content .right .home-calculator .calculator-click {
    padding: 5px 8px;
  }
  .new-service-banner .banner-content .right {
    width: 35%;
    margin: 0;
  }
  .search-show .resent-searchs {
    top: 75px;
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner:nth-child(2), .new-service-banner .banner-content .left .feature-com .feature-inner:nth-child(3) {
    display: none;
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner.last-feature {
    display: inline-block;
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner i.lowcost {
    background-position: -115px -411px;
    background-size: 400px;
    width: 40px;
  }
  .new-service-banner .banner-right .home-calculator .home-cal-form .box {
    margin: 0 0 15px 0;
  }
  .new-service-banner .banner-right .home-calculator .home-cal-form .box select {
    height: 40px;
  }
  .new-service-banner .banner-right .home-calculator .home-cal-form .box.bx-btn {
    margin: 0;
  }
  .new-service-banner .banner-right .home-calculator .home-cal-form .box .green-btn {
    font-size: 18px;
    line-height: 20px;
  }
  .new-service-banner .banner-content .left .heading {
    font-size: 26px;
    line-height: 30px;
  }
  .new-service-banner .banner-content .left .feature li {
    width: 48%;
  }
  .new-service-banner .banner-content .left .feature {
    padding: 20px 0 0 0;
  }
  .new-service-banner {
    padding: 25px 0;
    margin: 0 0 25px 0;
  }
  .newsamplelist .new-service-banner .banner-content .right {
    width: 35%;
    margin: 0 15px 0 0;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample {
    margin: 0;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-top {
    padding: 5px 3px;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-top .priceheading {
    font-size: 24px;
    line-height: 24px;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-top .priceheading span {
    font-size: 26px;
    line-height: 26px;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .home-cal-form {
    padding: 10px 10px 0 10px;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .home-cal-form .box.bx-btn .green-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 7px 20px;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-freature {
    margin: 10px 0 0;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-freature .trunitin i, .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-freature .money i {
    display: none;
  }
  .tooltip-icon {
    right: -3px;
    top: 19px;
  }
  header .wallet-web {
    float: right;
  }
  header .top_strip {
    display: none;
  }
  header .brand-logo {
    display: none;
  }
  header .h_sticky {
    display: block;
  }
  header .menu_strip {
    display: block;
  }
  header .menu_strip .brand-logo img {
    width: 120px;
  }
  header .menu_strip .header_menu_logo {
    display: block;
  }
  header .top_strip a {
    font-size: 14px;
    line-height: 18px;
  }
  header .top_strip .whatsapp {
    display: none;
  }
  header .top_strip .countrys {
    display: none;
  }
  header .top_strip .mail {
    padding: 0;
  }
  header .top_strip .help-center {
    padding: 0;
  }
  header .top_strip .help-center .information {
    margin: 0px 3px 0 0;
  }
  header .top_strip .call i, header .top_strip .mail i, header .top_strip .whatsapp i {
    margin: 0 2px 0 0;
  }
  header .top_strip p, header .top_strip .help-center {
    font-size: 14px;
    line-height: 16px;
  }
  header .menu-mainnew .MyMenu .order_btn a {
    padding: 5px 8px;
    margin: 15px 3px;
  }
  header .menu-mainnew .MyMenu .search a {
    padding: 16px 5px;
  }
  .TimeGrade-common.fixed .sroll-form-data .box {
    margin: 0 10px 0 0;
  }
  .TimeGrade-common.fixed .sroll-form-data .btnsection .odrBtn {
    padding: 7px 15px;
    font-size: 16px;
    line-height: 21px;
  }
  .TimeGrade-common .price {
    font-size: 31px;
  }
  .TimeGrade-common .TimeTitle {
    font-size: 20px;
  }
  .TimeGrade-common .line {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
  }
  .TimeGrade-common .line br {
    display: none;
  }
  .TimeGrade-common .prc {
    margin: 5px 0;
  }
  .TimeGrade-common .box {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .new-service-banner {
    background: #1c55a7;
  }
  .new-service-banner .banner-content .left .feature-com {
    padding: 0;
    display: none;
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner {
    font-size: 12px;
    line-height: 15px;
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner .title {
    font-size: 15px;
    line-height: 17px;
    font-family: "robotomedium";
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner i {
    background-size: 250px;
    width: 30px;
    height: 30px;
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner i.expert {
    background-position: -112px -2px;
  }
  .new-service-banner .banner-content .left .feature-com .feature-inner i.lowcost {
    background-position: -102px -362px;
    background-size: 350px;
    width: 32px;
    margin: 0 2px 0 5px;
  }
  .TimeGrade-common {
    display: none;
  }
  .TimeGrade-common.fixed {
    display: none;
  }
  .desktopimg {
    display: none !important;
  }
  .mobileimg {
    display: block;
  }
  .new-service-banner {
    margin: 0;
    padding: 15px 5px;
  }
  .new-service-banner .banner-content .left, .new-service-banner .banner-content .right {
    width: 100%;
  }
  .new-service-banner .banner-content .left {
    width: 100% !important;
  }
  .new-service-banner .banner-content .right {
    position: relative;
  }
  .new-service-banner .banner-content .right.answer-rightform {
    top: 0;
  }
  .new-service-banner .banner-content .left .heading {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .new-service-banner .banner-content .left .subheading {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .new-service-banner .banner-content .left .feature {
    padding: 15px 0 0;
  }
  .new-service-banner .banner-content .left .feature li {
    font-size: 11px;
    line-height: 15px;
    padding: 0 0 10px 0;
  }
  .new-service-banner .banner-content .left .feature li:first-child {
    display: none;
  }
  .new-service-banner .banner-content .left .feature li .title {
    font-size: 15px;
    line-height: 18px;
  }
  .new-service-banner .banner-content .left .feature li i {
    width: 30px;
    height: 30px;
    background-size: 280px;
  }
  .new-service-banner .banner-content .left .feature li i.rated {
    background-position: -163px -1px;
  }
  .new-service-banner .banner-content .left .feature li i.turnitin {
    background-position: -208px -192px;
  }
  .new-service-banner .banner-content .left .feature li .free {
    font-size: 14px;
    line-height: 14px;
  }
  .new-service-banner .banner-content .left .download-btns {
    margin: 0 auto 20px;
  }
  .new-service-banner .banner-content .right .home-calculator {
    display: none;
  }
  .newsamplelist .new-service-banner .banner-content .right {
    width: 100%;
    margin: 0;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-top {
    padding: 10px 3px;
  }
  .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-freature .trunitin i, .newsamplelist .new-service-banner .banner-content .right .price-calculator-sample .price-freature .money i {
    display: block;
  }
  .tooltip-icon {
    right: -9px;
    top: 0px;
  }
  header .h_sticky {
    padding: 8px 15px;
  }
  header .h_sticky .mobile-cart {
    float: right;
    position: relative;
    margin: 4px 0px 0 10px;
  }
  header .h_sticky .mobile-cart svg .a {
    fill: none;
    opacity: 1;
  }
  header .search_part {
    margin-top: 0px;
  }
  header .search_part a {
    margin: 3px;
    display: block;
  }
  header .offer-strip .header-offer-icon {
    display: none;
  }
  header .offer-strip .mobilecontent {
    display: inline-block;
  }
  header .offer-strip .mobilecontent a {
    color: #56752f;
    text-decoration: underline;
    font-family: "robotomedium";
  }
  header .offer-strip .offer-content, header .offer-strip .offer-order {
    display: none;
  }
  header.old-header .h_sticky .old-header-logo {
    width: 100px;
    height: 28px;
  }
  .search-main {
    top: 23px;
    height: 50px;
  }
  .search-main.is-open {
    overflow: hidden;
  }
  .search-main-mobile {
    display: block;
  }
  /*voice-popup*/
  .voice-popup {
    background: #efefef;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .voice-popup.active {
    display: block;
  }
  .voice-popup .close-icon {
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .voice-popup .voice-box {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    padding: 15% 0;
    background: #fff;
  }
  .voice-popup small {
    color: #646464;
  }
  .voice-popup .search-product {
    font-family: robotomedium;
    display: block;
    color: #515151;
    padding: 10px 0;
  }
  .voice-popup .microphone {
    margin: 40px 0 0;
  }
  .voice-popup .microphone span {
    width: 40px;
    height: 40px;
    background: #4a8406;
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
  }
  .voice-popup .loader, .voice-popup .loader:before, .voice-popup .loader:after {
    background: #4a8406;
    color: #4a8406;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 7px;
    border-radius: 10px;
    height: 1.5em;
  }
  .voice-popup .loader {
    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;
  }
  .voice-popup .loader:before, .voice-popup .loader:after {
    content: "";
    position: absolute;
    top: 0;
  }
  .voice-popup .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .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;
    }
  }
  #insertSearch {
    height: 100%;
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  header .top_strip {
    display: none;
  }
  header .search_part {
    border-right: 1px solid #d8d8d8;
  }
  header .search_part a {
    margin: 0px 5px 0 0;
    padding: 2px 0;
  }
  header .wallet-web {
    float: right;
    margin: 0 5px 0 0;
    border-right: 1px solid #d8d8d8;
    border-radius: 0;
    padding: 5px 7px;
  }
}
@media (max-width: 480px) {
  .search-main.is-open {
    height: 70px;
    top: 0;
  }
  .search-main .search-button {
    top: 1.2em;
  }
  .search-main .search-box-inner {
    padding: 0 0 45px 0;
  }
  .search-main .search-input {
    font-size: 15px;
    padding: 0.9em 3.2em 1em 0;
    margin: 0px;
    border: none;
  }
}
@media (max-width: 320px) {
  .new-service-banner .banner-content .left {
    padding: 0;
  }
}
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: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#snackbar {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  padding: 16px;
  position: fixed;
  z-index: 10;
  left: 45%;
  bottom: 50px;
  font-size: 15px;
  font-family: robotoregular;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-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;
    }
  }
}
.radiobutton {
  margin: 0;
  padding: 0;
  list-style: none;
}
.radiobutton li, .radiobutton .radiobuttonlist-order {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.radiobutton li:last-child, .radiobutton .radiobuttonlist-order:last-child {
  margin-right: 0;
}
.radiobutton li [type=radio]:checked, .radiobutton li [type=radio]:not(:checked), .radiobutton .radiobuttonlist-order [type=radio]:checked, .radiobutton .radiobuttonlist-order [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.radiobutton li [type=radio]:checked + label, .radiobutton li [type=radio]:not(:checked) + label, .radiobutton .radiobuttonlist-order [type=radio]:checked + label, .radiobutton .radiobuttonlist-order [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  color: #2a2a2a;
}
.radiobutton li [type=radio]:checked + label:before, .radiobutton li [type=radio]:not(:checked) + label:before, .radiobutton .radiobuttonlist-order [type=radio]:checked + label:before, .radiobutton .radiobuttonlist-order [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
}
.radiobutton li [type=radio]:checked + label:after, .radiobutton li [type=radio]:not(:checked) + label:after, .radiobutton .radiobuttonlist-order [type=radio]:checked + label:after, .radiobutton .radiobuttonlist-order [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #5B7A36;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radiobutton li [type=radio]:checked + label:before, .radiobutton .radiobuttonlist-order [type=radio]:checked + label:before {
  border: 1px solid #5B7A36;
}
.radiobutton li [type=radio]:checked + label:after, .radiobutton .radiobuttonlist-order [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radiobutton li [type=radio]:not(:checked) + label:after, .radiobutton .radiobuttonlist-order [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radiobutton .radiobuttonlist-order {
  display: block;
  cursor: pointer;
  margin-right: 0;
}
.radiobutton .radiobuttonlist-order [type=radio]:checked + label:before {
  border: 1px solid #2874F0;
}
.radiobutton .radiobuttonlist-order [type=radio]:checked + label, .radiobutton .radiobuttonlist-order [type=radio]:not(:checked) + label {
  color: #616161;
  padding-left: 30px;
}
.radiobutton .radiobuttonlist-order [type=radio]:checked + label:after, .radiobutton .radiobuttonlist-order [type=radio]:not(:checked) + label:after {
  background: #2874F0;
}

.zopim iframe {
  margin-top: 0 !important;
}

.fourzerofour {
  width: 100%;
  text-align: left;
  float: none;
}
.fourzerofour .fourzerofour-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: auto;
  padding: 25px 0 0;
}
.fourzerofour .fourzerofour-banner .banner-fourzerofour {
  background: url(../images/404_banner.svg) no-repeat;
  display: block;
  width: 45%;
  height: 361px;
}
.fourzerofour .fourzerofour-banner .banner-content {
  width: 37%;
}
.fourzerofour .fourzerofour-banner .subhead {
  color: #1d1d1d;
  font-size: 19px;
  line-height: 22px;
  padding: 5px 0 20px;
}
.fourzerofour .fourzerofour-banner .tilte {
  font-size: 41px;
  line-height: 45px;
  color: #1d1d1d;
  font-family: robotomedium;
  display: inline-block;
}
.fourzerofour .fourzerofour-banner .home-btn {
  padding: 7px 20px;
  font-size: 18px;
  line-height: 22px;
  background: #ffbe00;
  color: #1d1d1d;
  border-radius: 3px;
  display: inline-block;
  font-family: "robotomedium";
}
.fourzerofour .fourzerofour-banner .home-btn:hover {
  background: #f3bf30;
}
.fourzerofour .search-fourzerofour {
  background: #f5f5f5;
  border-radius: 3px;
  width: 88%;
  margin: auto;
  padding: 15px;
}
.fourzerofour .search-fourzerofour .input-search {
  position: relative;
  font-size: 14px;
}
.fourzerofour .search-fourzerofour .input-search input {
  padding: 15px;
}
.fourzerofour .search-fourzerofour .input-search input::-webkit-input-placeholder {
  color: #616161;
}
.fourzerofour .search-fourzerofour .input-search input::-moz-placeholder {
  color: #616161;
}
.fourzerofour .search-fourzerofour .input-search input:-ms-input-placeholder {
  color: #616161;
}
.fourzerofour .search-fourzerofour .input-search input::-ms-input-placeholder {
  color: #616161;
}
.fourzerofour .search-fourzerofour .input-search input::placeholder {
  color: #616161;
}
.fourzerofour .search-fourzerofour .input-search input:-ms-input-placeholder {
  color: #616161;
}
.fourzerofour .search-fourzerofour .input-search input::-ms-input-placeholder {
  color: #616161;
}
.fourzerofour .search-fourzerofour .input-search button {
  position: absolute;
  right: 0px;
  background: #5c7a36;
  padding: 11px 12px;
  border-radius: 0 4px 4px 0;
  top: 0;
  cursor: pointer;
}
.fourzerofour .search-fourzerofour .input-search button svg {
  vertical-align: middle;
}
.fourzerofour .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 30px;
  width: 88%;
  margin: auto;
}
.fourzerofour .related .related-topic-box {
  width: 48%;
  padding: 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #f5f5f5;
}
.fourzerofour .related .related-topic-box .related-head {
  font-size: 20px;
  line-height: 25px;
  color: #1d1d1d;
  font-family: robotomedium;
  padding: 0 0 10px;
  display: block;
  color: #5c7a36;
}
.fourzerofour .related .related-topic-box .related-topic {
  color: #616161;
  font-size: 14px;
  font-family: robotoregular;
  line-height: 20px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  background: #f5f5f5 url(../images/menu-right-arrow.svg) no-repeat center right;
  background-size: 7px;
  cursor: pointer;
}
.fourzerofour .related .related-topic-box .related-topic:last-child {
  border: none;
  padding: 10px 0 0;
}

.msg {
  font-size: 35px;
  padding-top: 20px;
  display: block;
  color: #c10e21;
  margin-bottom: 30px;
}

.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: #fff;
  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 {
  width: 20%;
  text-align: center;
  padding: 8px 3px 0;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 18px;
}
.f-fixed li a {
  color: #000;
}
.f-fixed li i {
  width: 25px;
  height: 22px;
  display: block;
  margin: 0 auto;
}
.f-fixed .Order_Now a {
  color: #3180f5;
}
.f-fixed .Order_Now i {
  width: 44px;
  height: 40px;
  margin-top: -22px;
  border-radius: 100%;
  border: 7px solid #fff;
  -webkit-box-shadow: 0 -5px 7px -5px #797979;
          box-shadow: 0 -5px 7px -5px #797979;
  border-bottom: 0;
}

footer {
  background: #292929;
  padding: 240px 0 15px 0;
  color: #fff;
  float: left;
  width: 100%;
}

.footerlinks {
  display: inline-block;
}
.footerlinks .footerlinksbox {
  width: 20%;
  float: left;
}
.footerlinks .footerlinksbox:first-child {
  width: 25%;
}
.footerlinks .footerlinksbox .fheading {
  font-size: 17px;
  line-height: 23px;
}
.footerlinks .footerlinksbox .fheading i {
  width: 32px;
  height: 17px;
  display: inline-block;
  background-position: 0px -246px;
  background-size: 350px;
  vertical-align: inherit;
}
.footerlinks .footerlinksbox .footerlink-list {
  padding: 10px 0 30px;
}
.footerlinks .footerlinksbox .footerlink-list li ul li:hover a {
  color: #f58e0e !important;
}
.footerlinks .footerlinksbox .footerlink-list li {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  padding: 0 0 10px;
}
.footerlinks .footerlinksbox .footerlink-list li:hover ul li a {
  color: #fff;
}
.footerlinks .footerlinksbox .footerlink-list a {
  color: #dfdfdf;
}
.footerlinks .footerlinksbox .footerlink-list a:hover {
  color: #f58e0e;
}
.footerlinks .footerlinksbox .footerlink-list a:hover + .country-drop::after {
  border: 1px solid #f58e0e;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.footerlinks .footerlinksbox .footerlink-list .country-drop {
  cursor: pointer;
  position: relative;
  width: 25px;
  padding: 15px 25px 15px 15px;
}
.footerlinks .footerlinksbox .footerlink-list .country-drop:after {
  content: "";
  position: absolute;
  border: 1px solid #dfdfdf;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 4px 0 0 0px;
}
.footerlinks .footerlinksbox .footerlink-list .country-drop.current:after {
  content: "×";
  font-size: 25px;
  border: none;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  margin: -5px 0 0 -7px;
  font-weight: lighter;
  color: #dfdfdf;
}
.footerlinks .footerlinksbox .footerlink-list .country-drop-list {
  display: none;
  background: #3d3c3c;
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
  width: 160px;
  border-radius: 4px;
}
.footerlinks .contactbx {
  width: 30%;
  float: right;
}
.footerlinks .contactbx .fcontact {
  margin: 10px 0 0;
}
.footerlinks .contactbx .fcontact a {
  color: #dfdfdf;
  font-size: 18px;
  line-height: 21px;
  display: table;
  padding: 0 0 8px;
}
.footerlinks .contactbx .fcontact a i {
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 8px 0 0;
  background-size: 370px;
}
.footerlinks .contactbx .fcontact a i.call {
  background-position: -280px -227px;
}
.footerlinks .contactbx .fcontact a i.whatsapp {
  background-position: -255px -107px;
  background-size: 280px;
}
.footerlinks .contactbx .fcontact a i.mail {
  background-position: -286px -202px;
  background-size: 330px;
}
.footerlinks .contactbx .fcontact a:hover {
  color: #f58e0e;
}
.footerlinks .contactbx .social {
  padding: 15px 0 20px;
}
.footerlinks .contactbx .social .fheading {
  font-size: 14px;
  line-height: 16px;
  color: #b7b7b7;
}
.footerlinks .contactbx .social .smedia {
  padding: 5px 0 0;
}
.footerlinks .contactbx .social .smedia a {
  width: 28px;
  height: 28px;
  text-indent: -25000px;
  display: inline-block;
  position: relative;
  margin: 0 3px 0 0;
}
.footerlinks .contactbx .social .smedia i {
  width: 28px;
  height: 28px;
  background-size: 350px;
  position: absolute;
  left: 0;
}
.footerlinks .contactbx .social .smedia i.fb {
  background-position: -128px -210px;
}
.footerlinks .contactbx .social .smedia i.insta {
  background-position: -191px -210px;
}
.footerlinks .contactbx .social .smedia i.twitter {
  background-position: -159px -210px;
}
.footerlinks .contactbx .social .smedia i.youtube {
  background-position: -222px -210px;
}
.footerlinks .contactbx .social .smedia i.pinterest {
  background-position: 0 -394px;
}
.footerlinks .contactbx .social .smedia .twitter-logo svg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.useful-link {
  padding: 7px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171;
}
.useful-link a {
  font-family: robotoregular;
  color: #dfdfdf;
  font-size: 14px;
  line-height: 18px;
  padding: 0 7px;
}
.useful-link a:first-child {
  padding-left: 0;
}
.useful-link a:hover {
  color: #f58e0e;
}

.footer-img {
  text-align: center;
  padding: 15px 0;
}
.footer-img a {
  margin: 0 5px 0 0;
}

.disclaimer {
  text-align: center;
  color: #dfdfdf;
  font-size: 13px;
  line-height: 17px;
  padding: 0 40px;
  font-family: robotoregular;
}

.ratingcopyright {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #dfdfdf;
  padding: 15px 0 0 0;
}
.ratingcopyright .copyright {
  float: left;
}
.ratingcopyright .rating {
  float: right;
}
.ratingcopyright .rating .f-left {
  display: inline-block;
}
.ratingcopyright .rating .f-left a {
  color: #dfdfdf;
}
.ratingcopyright .rating .f-left a:hover {
  color: #f58e0e;
}

.MobileFind {
  display: none;
}

.dupli_loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(27, 22, 22, 0.9);
  display: none;
  z-index: 9999999;
  text-align: center;
}
.dupli_loader .actuall_loader {
  position: relative;
  top: 35%;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.dupli_loader span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.footer-strip {
  position: relative;
  margin: 30px 0 -200px 0;
}
.footer-strip.index_footer {
  margin: -130px 0 -200px 0;
}
.footer-strip .stripinner {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 40px 50px;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-strip .stripinner .stripbox-left {
  width: 50%;
  float: left;
  border-right: 1px solid #d8d8d8;
  padding: 0 40px 0 0;
}
.footer-strip .stripinner .stripbox-left .box {
  margin: 20px 0 40px 0;
  position: relative;
}
.footer-strip .stripinner .stripbox-left .box .error {
  bottom: -20px;
}
.footer-strip .stripinner .stripbox-left .box ::-webkit-input-placeholder {
  color: #d8d8d8;
}
.footer-strip .stripinner .stripbox-left .box :-ms-input-placeholder {
  color: #d8d8d8;
}
.footer-strip .stripinner .stripbox-left .box ::-moz-placeholder {
  color: #d8d8d8;
}
.footer-strip .stripinner .stripbox-left .box ::-ms-input-placeholder {
  color: #d8d8d8;
}
.footer-strip .stripinner .stripbox-left .box ::placeholder {
  color: #d8d8d8;
}
.footer-strip .stripinner .stripbox-left .box input {
  border: 1px solid #d8d8d8;
  border-radius: 0 4px 4px 0;
  width: 68%;
  height: 54px;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 15px;
  margin: 0 0 0 -1px;
}
.footer-strip .stripinner .stripbox-left .box.countryphoneno {
  display: inline-block;
  width: 100%;
}
.footer-strip .stripinner .stripbox-left .box.countryphoneno .countryList .countrycode {
  width: 32%;
  float: left;
  height: 54px;
  border-radius: 4px 0 0 4px;
  background: #fff url(../images/dropdown-arrow.svg) no-repeat center right 10px;
}
.footer-strip .stripinner .stripbox-left .box.countryphoneno .countryList .error {
  bottom: -15px;
}
.footer-strip .stripinner .stripbox-left .box.countryphoneno .error-mobile-no {
  left: 110px;
  bottom: -15px;
}
.footer-strip .stripinner .stripbox-left .reqcallbck {
  background: #f58e0e;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-family: robotomedium;
  padding: 12px 18px;
  border-radius: 3px;
  cursor: pointer;
}
.footer-strip .stripinner .stripbox-right {
  width: 50%;
  float: right;
  padding: 0 0 0 30px;
}
.footer-strip .stripinner .stripbox-right .tollfreeno {
  padding: 12px 0 10px 0;
  font-size: 32px;
  line-height: 36px;
  color: #f58e0e;
  font-family: robotomedium;
}
.footer-strip .stripinner .stripbox-right .tollfreeno span {
  font-size: 14px;
  line-height: 18px;
  color: #1d1d1d;
  padding: 0 0 0 10px;
  font-family: robotoregular;
}
.footer-strip .stripinner .stripbox-right .apptitle {
  color: #616161;
  font-size: 16px;
  line-height: 20px;
  font-family: robotoregular;
  margin: 10px 0 10px;
}
.footer-strip .stripinner .stripbox-right .appicon {
  display: inline-block;
}
.footer-strip .stripinner .stripbox-right .appicon a {
  display: block;
  margin: 0 0 5px;
}
.footer-strip .stripinner .stripbox-right .appscan {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: super;
}
.footer-strip .stripinner .stripbox-right .appscan img {
  width: 88px;
}
.footer-strip .stripinner .footerheading {
  font-size: 20px;
  line-height: 22px;
  color: #1d1d1d;
  font-family: robotomedium;
}

.newconversationstrip .stripdesktop {
  display: block;
}
.newconversationstrip .stripdesktop img {
  width: 100%;
}
.newconversationstrip .stripmobile {
  display: none;
}

.inner-fabs {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.inner-fabs .round {
  border-radius: 50%;
}
.inner-fabs .fab {
  width: 40px;
  height: 40px;
  left: 44px;
  bottom: 20px;
  font-size: 1.5em;
  will-change: bottom;
}
.inner-fabs.show .fab:nth-child(1) {
  bottom: 90px;
}
.inner-fabs.show .fab:nth-child(2) {
  bottom: 140px;
}
.inner-fabs.show .fab:nth-child(3) {
  bottom: 190px;
}
.inner-fabs.show .fab:nth-child(4) {
  bottom: 240px;
}
.inner-fabs.show .fab:nth-child(5) {
  bottom: 290px;
}
.inner-fabs.show .fab:nth-child(6) {
  bottom: 340px;
}
.inner-fabs.show .fab:hover:before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
}

.fab {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 30px;
  bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.fab.fab-main {
  background: #434343;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 26px;
  padding: 9px 25px 9px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  left: 30px;
  bottom: 15px;
  z-index: 1;
}
.fab.fab-main:before {
  display: none;
}
.fab.fab-main i {
  font-family: robotomedium;
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  color: #434343;
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: inherit;
  margin: 0 3px 0 0;
}
.fab a i {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: transform;
  width: 36px;
  height: 36px;
  display: block;
  background: url(../images/homesprite.png) no-repeat;
  background-size: 380px;
}
.fab a i.whatsapp {
  background-position: -342px -143px;
}
.fab a i.callbck {
  background-position: -477px -272px;
  background-size: 570px;
}
.fab a i.chatbx {
  background-position: -271px -175px;
}
.fab a i.mailbx {
  background-position: -349px -257px;
}
.fab:before {
  content: attr(data-tooltip);
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  left: 50px;
  top: 25%;
  background-color: #70b410;
  font-size: 0.5em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-radius: 2px;
  padding: 6px 8px;
  max-width: 200px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.whatsfix {
  display: none;
}

#ac-wrapper {
  position: fixed;
  bottom: 45px;
  left: 150px;
  width: 400px;
  padding: 15px;
  background-color: #000;
  z-index: 999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 15px;
  font-family: robotolight;
}
#ac-wrapper #popup p span {
  font-size: 15px;
  line-height: 18px;
  display: block;
  font-family: robotoregular;
  margin-bottom: 6px;
}
#ac-wrapper #popup input[type=submit] {
  width: auto;
  cursor: pointer;
  margin-top: 9px;
  font-family: robotoregular;
  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;
}
#ac-wrapper #popup a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
  font-size: 13px;
  margin: 0 0 0 7px;
  vertical-align: -webkit-baseline-middle;
}
#ac-wrapper .container {
  background: 0 0;
  width: auto !important;
}

.whatsapp-popup {
  position: fixed;
  bottom: 8%;
  left: 44px;
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  width: 330px;
  bottom: -576px;
}
.whatsapp-popup .close {
  position: absolute;
  right: 0px;
  padding: 10px;
  top: 0px;
  cursor: pointer;
}
.whatsapp-popup .close svg {
  vertical-align: sub;
}
.whatsapp-popup .view-container {
  padding: 22px 0 0;
}
.whatsapp-popup .view-container p {
  line-height: 18px;
  padding: 0 0 5px;
}
.whatsapp-popup .view-container p.welcome-txt {
  font-size: 16px;
  font-family: robotomedium;
  padding: 0 0 8px;
}
.whatsapp-popup .view-container p.welcome-txt-2 {
  font-size: 14px;
}
.whatsapp-popup .view-container .message {
  position: relative;
  margin: 30px 0 20px;
}
.whatsapp-popup .view-container .message-1 {
  padding: 15px 0 0;
}
.whatsapp-popup .view-container label {
  color: #4b4a4a;
  font-size: 13px;
  opacity: 0;
  position: absolute;
  padding: 0 5px;
  top: -5px;
  left: 10px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff;
  z-index: 1;
}
.whatsapp-popup .view-container label.show {
  opacity: 1;
  top: -14px;
}
.whatsapp-popup .view-container textarea {
  background-color: rgba(0, 0, 0, 0.04);
}
.whatsapp-popup .view-container textarea::-webkit-input-placeholder {
  color: #999;
}
.whatsapp-popup .view-container textarea::-moz-placeholder {
  color: #999;
}
.whatsapp-popup .view-container textarea:-ms-input-placeholder {
  color: #999;
}
.whatsapp-popup .view-container textarea::-ms-input-placeholder {
  color: #999;
}
.whatsapp-popup .view-container textarea::placeholder {
  color: #999;
}
.whatsapp-popup .view-container .submit-wapp {
  background: #2cb742;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  right: 15px;
  top: 29%;
  position: absolute;
  padding: 0 9px;
  cursor: pointer;
}
.whatsapp-popup .view-container .submit-wapp svg {
  vertical-align: sub;
}
.whatsapp-popup .view-container .countryphoneno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.whatsapp-popup .view-container .countryphoneno .countrycode {
  width: 32%;
  float: left;
  height: 40px;
  border-radius: 4px 0 0 4px;
  background: #fff url(../images/dropdown-arrow.svg) no-repeat center right 5px;
  padding: 10px 20px 10px 10px;
}
.whatsapp-popup .view-container .countryphoneno input {
  border: 1px solid #d8d8d8;
  border-radius: 0 4px 4px 0;
  width: 68%;
  height: 40px;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 15px;
  margin: 0 0 0 -1px;
}
.whatsapp-popup .view-container .countryphoneno .error-mobile-no {
  left: 32%;
  bottom: -16px;
}
.whatsapp-popup .view-container .send-btn {
  font-size: 16px;
  line-height: 20px;
  padding: 6px 20px;
  color: #fff;
  background: #f58e0e;
  font-family: robotomedium;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 100%;
}
.whatsapp-popup .view-container .countryList {
  display: contents;
  position: relative;
  width: 20%;
}
.whatsapp-popup .view-container .countryList .error {
  bottom: -16px;
}
.whatsapp-popup .view-box-3 {
  text-align: center;
}
.whatsapp-popup .view-box-3 p {
  padding: 0 0 10px;
}
.whatsapp-popup .view-box-3 svg {
  margin: 0 0 15px;
}
.whatsapp-popup .view-box-3 .ty-msg {
  font-size: 22px;
  padding: 0 0 6px;
}

@media screen and (min-width: 768px) {
  .f-fixed {
    display: none;
  }
}
@media (max-width: 1366px) {
  .footer-strip .stripinner {
    padding: 30px 40px;
    width: 70%;
  }
  .footer-strip .stripinner .footerheading {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .freeturnitin-banner-expanded .availa-offer .avails-content .avail-head {
    font-size: 38px;
    line-height: 42px;
  }
  .freeturnitin-banner-expanded .availa-offer .avails-content .avail-bottomhead {
    font-size: 22px;
    line-height: 26px;
  }
  .freeturnitin-banner-expanded .availa-offer .avail-img img {
    width: 80%;
  }
  .footer-strip .stripinner {
    padding: 40px 30px;
    width: 83%;
  }
  .footerlinks .contactbx {
    width: 32%;
  }
  .fourzerofour .fourzerofour-banner {
    width: 70%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .ratingcopyright {
    display: -ms-grid;
    display: grid;
    text-align: center;
  }
  .ratingcopyright .copyright,
  .ratingcopyright .rating {
    width: 100%;
  }
  .ratingcopyright .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 768px) {
  .footer-strip .stripinner {
    padding: 30px 20px;
    width: 90%;
  }
  .footer-strip .stripinner .footerheading {
    font-size: 17px;
    line-height: 20px;
  }
  .footer-strip .stripinner .stripbox-left {
    width: 46%;
    padding: 0 20px 0 0;
  }
  .footer-strip .stripinner .stripbox-left .box {
    margin: 20px 0 30px 0;
  }
  .footer-strip .stripinner .stripbox-left .box input {
    width: 68%;
    height: 44px;
  }
  .footer-strip .stripinner .stripbox-left .box.countryphoneno .countryList .countrycode {
    height: 44px;
  }
  .footer-strip .stripinner .stripbox-left .box.countryphoneno:after {
    top: 17px;
    left: 67px;
  }
  .footer-strip .stripinner .stripbox-left .reqcallbck {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .footer-strip .stripinner .stripbox-right {
    width: 53%;
    padding: 0 0 0 30px;
  }
  .footer-strip .stripinner .stripbox-right .tollfreeno {
    font-size: 27px;
    line-height: 30px;
  }
  .footer-strip .stripinner .stripbox-right .apptitle {
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 6px;
  }
  .footer-strip .stripinner .stripbox-right .appicon a:last-child {
    margin: 0;
  }
  .footer-strip .stripinner .stripbox-right .appicon a img {
    width: 100px;
  }
  .footer-strip .stripinner .stripbox-right .appscan {
    margin: 0 0 0 10px;
  }
  .footer-strip .stripinner .stripbox-right .appscan img {
    width: 66px;
  }
  .footerlinks .footerlinksbox:first-child {
    width: 35%;
  }
  .footerlinks .footerlinksbox:nth-child(2) {
    display: none;
  }
  .footerlinks .contactbx {
    width: 42%;
  }
  .useful-link a {
    padding: 0 3px;
  }
  .disclaimer {
    padding: 0;
  }
  .fourzerofour .fourzerofour-banner {
    width: 88%;
  }
  .fourzerofour .fourzerofour-banner .tilte {
    font-size: 30px;
    line-height: 36px;
  }
  .fourzerofour .fourzerofour-banner .banner-fourzerofour {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .f-fixed {
    z-index: 1;
  }
  .whatsfix {
    display: block;
    -webkit-transform: translatey(200px);
            transform: translatey(200px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    bottom: 65px;
    left: 15px;
    width: 45px;
    height: 45px;
    z-index: 1;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    padding: 7px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .whatsfix.show {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  .footer-strip {
    margin: 0;
    padding: 25px 5px 10px;
    display: inline-block;
  }
  .footer-strip.index_footer {
    margin: 0;
  }
  .footer-strip .stripinner {
    width: 100%;
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer-strip .stripinner .stripbox-left {
    display: none;
  }
  .footer-strip .stripinner .stripbox-right {
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .footer-strip .stripinner .stripbox-right .footerheading br {
    display: none;
  }
  .footer-strip .stripinner .stripbox-right .tollfreeno {
    font-size: 24px;
    line-height: 26px;
  }
  .footer-strip .stripinner .stripbox-right .tollfreeno span {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 0 7px;
  }
  .footer-strip .stripinner .stripbox-right .apptitle {
    margin: 4px 0 6px;
  }
  .footer-strip .stripinner .stripbox-right .appicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-strip .stripinner .stripbox-right .appicon a {
    margin: 0 10px 0 0;
    padding: 0;
  }
  .footer-strip .stripinner .stripbox-right .appscan {
    display: none;
  }
  footer {
    padding: 20px 5px 60px 5px;
  }
  .footerlinks .footerlinksbox {
    width: 100% !important;
    border-bottom: 1px solid rgba(220, 220, 220, 0.27);
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .footerlinks .footerlinksbox:nth-child(2) {
    display: block;
  }
  .footerlinks .footerlinksbox .fheading {
    font-size: 15px;
    line-height: 24px;
  }
  .footerlinks .footerlinksbox .fheading:after {
    content: "+";
    float: right;
    font-size: 22px;
    position: relative;
    line-height: 14px;
    right: 0;
    top: 5px;
  }
  .footerlinks .footerlinksbox .fheading.current:after {
    content: "-";
  }
  .footerlinks .footerlinksbox .footerlink-list {
    display: none;
    padding: 10px 0;
  }
  .footerlinks .footerlinksbox .footerlink-list li {
    padding: 5px 0 5px;
  }
  .footerlinks .footerlinksbox .footerlink-list li a {
    font-size: 14px;
  }
  .footerlinks .footerlinksbox .footerlink-list li .country-drop-list {
    position: relative;
    z-index: 0;
  }
  .footerlinks .contactbx {
    border-bottom: 0;
  }
  .footerlinks .contactbx .fheading:after {
    display: none;
  }
  .footerlinks .contactbx .social {
    padding: 15px 0 10px;
  }
  .footerlinks .contactbx .fcontact a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .ratingcopyright {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }
  .ratingcopyright .copyright {
    width: 100%;
  }
  .ratingcopyright .rating {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .ratingcopyright .rating .f-left {
    display: inline;
  }
  .newconversationstrip .stripdesktop {
    display: none;
  }
  .newconversationstrip .stripmobile {
    display: block;
  }
  .newconversationstrip .stripmobile img {
    width: 100%;
  }
  footer .fab.fab-main {
    left: 15px;
    bottom: 60px;
  }
  footer .inner-fabs {
    bottom: 27px;
  }
  #ac-wrapper {
    bottom: 5px;
    left: 50px;
    width: 260px;
    padding: 10px;
  }
  #ac-wrapper .container {
    padding: 0;
  }
  #ac-wrapper #popup p {
    font-size: 12px;
    line-height: 14px;
  }
  #ac-wrapper #popup input[type=submit] {
    margin-top: 7px;
    font-size: 12px;
    padding: 3px 10px;
  }
  #ac-wrapper #popup a {
    font-size: 12px;
    margin: 0 0 0 5px;
    vertical-align: text-top;
  }
  .disclaimer {
    font-size: 12px;
    line-height: 15px;
  }
  .useful-link a {
    font-size: 13px;
    line-height: 15px;
  }
  .landscapeMode {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #5c7a36;
    z-index: 99999999;
    pointer-events: none;
    display: block;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
  }
  .landscapeMode .ContentBox {
    width: 45%;
    margin: 50px auto 0;
  }
  .landscapeMode .ContentBox .Image {
    width: 120px;
  }
  .landscapeMode .Heading {
    color: #f0f0f0;
    font-size: 20px;
    margin: 30px 0 10px;
  }
  .landscapeMode .SubHeading {
    color: #f0f0f0;
    font-size: 14px;
  }
  .fourzerofour .fourzerofour-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .fourzerofour .fourzerofour-banner .banner-content {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  .fourzerofour .fourzerofour-banner .tilte {
    font-size: 20px;
    line-height: 27px;
  }
  .fourzerofour .fourzerofour-banner .subhead {
    font-size: 16px;
    line-height: 19px;
    padding: 5px 0 10px;
  }
  .fourzerofour .fourzerofour-banner .home-btn {
    padding: 5px 17px;
    font-size: 16px;
    line-height: 18px;
  }
  .fourzerofour .fourzerofour-banner .banner-fourzerofour {
    width: 100%;
    background-size: 53%;
    height: 208px;
    background-position: center;
  }
  .fourzerofour .search-fourzerofour {
    margin: 20px auto 0;
    width: 100%;
  }
  .fourzerofour .search-fourzerofour .input-search input {
    padding: 10px;
  }
  .fourzerofour .search-fourzerofour .input-search button {
    padding: 7px;
  }
  .fourzerofour .related {
    width: 100%;
    display: block;
    padding: 20px 0 10px;
  }
  .fourzerofour .related .related-topic-box {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px;
  }
  .fourzerofour .related .related-topic-box:last-child {
    margin: 0;
  }
  .fourzerofour .related .related-topic-box .related-head {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 6px;
  }
  .fourzerofour .related .related-topic-box .related-topic {
    padding: 8px 0;
  }
}
.hid-scrl {
  overflow: hidden !important;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.half {
  width: 48%;
  display: inline-block;
}

select,
input[type=text],
input[type=email],
textarea {
  font-family: "robotoregular";
  background-color: #fff;
  line-height: normal;
  position: relative;
  padding: 10px;
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}
select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
}
select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
select::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000;
}
select::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #000;
}
select::-ms-expand,
input[type=text]::-ms-expand,
input[type=email]::-ms-expand,
textarea::-ms-expand {
  display: none;
}

.box {
  margin-bottom: 20px;
}

textarea {
  width: 100%;
  height: 90px;
}

.assistance_strip {
  background: url(../images/assistance_strip.jpg) left/cover no-repeat;
  padding: 20px 15px;
  color: #fff;
  text-align: center;
}
.assistance_strip h3 {
  font-family: "robotomedium";
  font-size: 1.375rem;
  padding-bottom: 10px;
}
.assistance_strip ul li {
  font-size: 0.9375rem;
  font-family: "robotolight";
}
.assistance_strip ul li i {
  background: url(../images/sprite1.png) no-repeat -32px -36px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.assistance_strip ul li .what {
  margin-left: 10px;
}
.assistance_strip ul li .what i {
  background-position: -72px -36px;
}
.assistance_strip ul .order_btn a {
  background: #fff;
  color: #000;
  padding: 5px 15px;
  border-radius: 3px;
  font-family: "robotolight";
  display: inline-block;
}
.assistance_strip ul .mail i {
  background-position: -243px 4px;
  width: 25px;
  margin-right: 3px;
}
.assistance_strip ul .contact {
  background: #f5cd16;
  margin: 10px -15px 15px;
  padding: 8px 0;
  color: #000;
  font-family: "robotomedium";
}

.heading {
  font-size: 1.125rem;
  font-family: "robotomedium";
  text-align: center;
}
.heading:after {
  content: "";
  background: #F58E0E;
  width: 110px;
  height: 1px;
  margin: 10px auto;
  display: block;
}
.heading p {
  font-size: 0.8125rem;
  line-height: 22px;
  font-family: "robotolight";
}

.uplode_bx {
  margin-bottom: 15px;
}
.uplode_bx .custom_div {
  margin-bottom: 10px;
}
.uplode_bx .custom_div input {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 100px;
}
.uplode_bx .addmore,
.uplode_bx .addclose {
  width: 40px;
  height: 40px;
  padding: 0;
  float: right;
  display: inline-block;
  background: url(../images/sprite.png) -404px -243px no-repeat;
  cursor: pointer;
}
.uplode_bx .addclose {
  background-position: -404px -285px;
}
.uplode_bx .fileUpload {
  position: relative;
  width: 85%;
  display: inline-block;
}
.uplode_bx upload {
  cursor: pointer;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 80px;
  background: #018ff5;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 0.75rem;
}
.uplode_bx upload input {
  padding-right: 0px !important;
}
.uplode_bx p {
  font-size: 0.75rem;
  font-family: "robotolight";
  margin-top: 3px;
}
.uplode_bx .upload {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

/*inner_banner*/
.banner_inner {
  background: -webkit-gradient(linear, left top, right top, from(#1492e5), to(#1550a2));
  background: linear-gradient(to right, #1492e5 0%, #1550a2 100%);
  background-size: 200% auto;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
}
.banner_inner .inner-heading {
  font-size: 1.5625rem;
  font-family: "robotomedium";
  margin-bottom: 5px;
}
.banner_inner .offers-strip {
  display: none;
}
.banner_inner p {
  font-size: 0.8125rem;
  font-family: "robotolight";
  margin: 0px;
}
.banner_inner .download-ap a {
  width: 155px;
  height: 50px;
  background: url(../images/app-icons.svg) no-repeat left/cover;
  display: inline-block;
}
.banner_inner .download-ap .iosap {
  background-position: right;
  width: 170px;
}

.essaybanner .side-bar,
.essay_banner .side-bar {
  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);
  border-radius: 3px;
  text-align: center;
  position: relative;
}
.essaybanner .side-bar form,
.essay_banner .side-bar form {
  padding: 15px 18px;
}
.essaybanner .side-bar .side-head,
.essay_banner .side-bar .side-head {
  padding: 15px 0 0 0;
  font-size: 28px;
  line-height: 34px;
  font-family: robotomedium;
  color: #434343;
}
.essaybanner .side-bar .side-subhead,
.essay_banner .side-bar .side-subhead {
  color: #616161;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 15px;
}
.essaybanner .side-bar .side-subhead,
.essay_banner .side-bar .side-subhead {
  color: #616161;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 15px;
}
.essaybanner .side-bar .label-title,
.essay_banner .side-bar .label-title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #707070;
  padding: 25px 0 0;
}
.essaybanner .side-bar .box,
.essay_banner .side-bar .box {
  margin-bottom: 18px;
  position: relative;
}
.essaybanner .side-bar .box select,
.essay_banner .side-bar .box select {
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
  border: 1px solid #D8D8D8;
  padding: 12px 25px 12px 10px;
  border-radius: 3px;
  background: url(../images/down-arrow.svg) no-repeat center right 10px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.essaybanner .side-bar .box.select-bx,
.essay_banner .side-bar .box.select-bx {
  width: 48%;
  display: inline-block;
  margin: 0 10px 18px 0;
}
.essaybanner .side-bar .box.select-bx.select-bx-last,
.essay_banner .side-bar .box.select-bx.select-bx-last {
  margin: 0 0 15px;
}
.essaybanner .side-bar .box.select-bx-second,
.essay_banner .side-bar .box.select-bx-second {
  width: 100%;
}
.essaybanner .side-bar .box.online-exam,
.essay_banner .side-bar .box.online-exam {
  width: 48%;
  display: inline-block;
  margin: 0 10px 18px 0;
}
.essaybanner .side-bar .box .error,
.essay_banner .side-bar .box .error {
  position: absolute;
}
.essaybanner .side-bar .con_btn,
.essay_banner .side-bar .con_btn {
  background: #f58e0e;
  border-radius: 3px;
  padding: 10px 0;
  color: #fff;
  font-family: robotomedium;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
  width: 100%;
}
.essaybanner .side-bar .con_btn:hover,
.essay_banner .side-bar .con_btn:hover {
  background: #e78e21;
}
.essaybanner .side-bar .amount-banner,
.essay_banner .side-bar .amount-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 10px;
  border-top: 1px solid #ECECEC;
}
.essaybanner .side-bar .amount-banner .amnt-left,
.essay_banner .side-bar .amount-banner .amnt-left {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-family: robotomedium;
}
.essaybanner .side-bar .amount-banner .amnt-left .off,
.essay_banner .side-bar .amount-banner .amnt-left .off {
  background: #2DB261;
  border-radius: 3px;
  padding: 2px 6px;
  color: #fff;
}
.essaybanner .side-bar .amount-banner .symbole,
.essay_banner .side-bar .amount-banner .symbole {
  color: #1D1D1D;
  font-size: 20px;
  line-height: 22px;
  font-family: robotomedium;
  margin: 0;
}
.essaybanner .side-bar .amount-banner .symbole .value,
.essay_banner .side-bar .amount-banner .symbole .value {
  font-size: 20px;
  line-height: 24px;
}
.essaybanner .footer-sidebar,
.essay_banner .footer-sidebar {
  background: #f1f1f1;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.essaybanner .footer-sidebar .side-parts,
.essay_banner .footer-sidebar .side-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.essaybanner .footer-sidebar .side-parts svg,
.essay_banner .footer-sidebar .side-parts svg {
  margin: 0 5px 0 0;
}
.essaybanner .footer-sidebar .side-parts p, .essaybanner .footer-sidebar .side-parts .clickable_link,
.essay_banner .footer-sidebar .side-parts p,
.essay_banner .footer-sidebar .side-parts .clickable_link {
  font-family: "robotomedium";
  font-size: 16px;
  color: #434343;
  line-height: 18px;
}
.essaybanner .footer-sidebar .side-parts p span, .essaybanner .footer-sidebar .side-parts .clickable_link span,
.essay_banner .footer-sidebar .side-parts p span,
.essay_banner .footer-sidebar .side-parts .clickable_link span {
  font-family: "robotoregular";
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.essaybanner .footer-sidebar .side-parts p span.free, .essaybanner .footer-sidebar .side-parts .clickable_link span.free,
.essay_banner .footer-sidebar .side-parts p span.free,
.essay_banner .footer-sidebar .side-parts .clickable_link span.free {
  background: #33cc6f;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  text-transform: uppercase;
}

.get_prc.right {
  width: 32%;
}
.get_prc.right .priceform {
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
}
.get_prc.right .priceform .title {
  display: block;
  font-size: 22px;
  line-height: 29px;
  font-family: "robotoregular";
  color: #1D1D1D;
  padding: 0 0 18px 0;
}
.get_prc.right .priceform .selection-subject {
  position: relative;
}
.get_prc.right .priceform .selection-subject.online-exam {
  width: 48%;
  display: inline-block;
  margin: 0 10px 18px 0;
}
.get_prc.right .priceform .selection-subject .half.select-bx-second {
  width: 100%;
}
.get_prc.right .priceform .selection-subject .select-bx select {
  background: #fff url(../images/down-arrow.svg) no-repeat center right 9px;
  padding-right: 25px;
}
.get_prc.right .priceform .selection-subject .half {
  display: inline-block;
  width: 48%;
  padding: 0;
  margin: 0 0 18px;
}
.get_prc.right .priceform .selection-subject .half#hide_resume {
  margin: 0 11px 18px 0;
}
.get_prc.right .formbottom {
  display: block;
  margin: 7px 0 0;
}
.get_prc.right .formbottom .amount-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get_prc.right .formbottom .amount-banner .amnt-left {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-family: robotomedium;
}
.get_prc.right .formbottom .amount-banner .amnt-left .off {
  background: #2DB261;
  border-radius: 3px;
  padding: 2px 6px;
  color: #fff;
}
.get_prc.right .formbottom .amount-banner .symbole {
  color: #1D1D1D;
  font-size: 20px;
  line-height: 22px;
  font-family: robotomedium;
  margin: 0;
}
.get_prc.right .formbottom .orderbtn {
  float: none;
  width: 100%;
  background: #FFC410;
  display: block;
  margin: 11px 0 0;
  text-align: center;
  padding: 12px 8px;
  border-radius: 3px;
}
.get_prc.right .formbottom .orderbtn .button {
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #2a2a2a;
  font-family: robotomedium;
}

/*breadcrumb*/
.breadcrumb {
  margin: 0px 15px;
}
.breadcrumb ul li {
  display: inline-block;
  color: #000;
  font-size: 0.75rem;
}
.breadcrumb ul li a {
  color: #000;
}
.breadcrumb ul li a:after {
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  background: url(../images/sprite.png) -474px -82px no-repeat;
  margin-left: 5px;
}
.breadcrumb ul li.active-breadcrumb {
  color: #5c7a36;
}

.review-btn {
  background: #f58e0e;
  padding: 8px 20px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: robotomedium;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.testimonials {
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
  background: #fff;
}
.testimonials .heading {
  line-height: 22px;
  color: #2A2A2A;
  padding: 20px 10px 10px;
}
.testimonials ul {
  overflow: auto;
  white-space: nowrap;
  padding: 55px 0px 20px 15px;
  margin-bottom: -20px;
}
.testimonials ul li {
  width: 80%;
  border: 1px solid #ececec;
  margin-right: 15px;
  white-space: normal;
  display: inline-block;
  background: #FaFaFa;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.testimonials ul li figure {
  width: 95px;
  height: 95px;
  display: block;
  border-radius: 100%;
  margin: -55px auto 10px;
  overflow: hidden;
}
.testimonials ul li figure img {
  width: 100%;
  height: 100%;
}
.testimonials ul li p {
  color: #2A2A2A;
  font-size: 15px;
  line-height: 18px;
  height: 90px;
  overflow: auto;
  margin: 0;
}
.testimonials ul li .topstr {
  font-size: 0.875rem;
  line-height: 23px;
  margin-top: 15px;
}
.testimonials ul li .topstr span {
  font-size: 1rem;
  line-height: 18px;
  font-family: "robotomedium";
  display: block;
  color: #333333;
}
.testimonials .topstr-rate i {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/rating-blankstar.svg) no-repeat;
  background-size: 15px;
  margin: 0 1px;
}
.testimonials .topstr-rate i.active {
  background: url(../images/rating.svg) no-repeat;
  background-size: 15px;
}

.error {
  color: red;
  font-size: 0.75rem;
  font-family: "robotolight";
  position: absolute;
}

.captcha_box {
  position: relative;
}
.captcha_box .c_code {
  position: absolute;
  right: 0px;
  top: 0px;
}
.captcha_box .refresh {
  position: absolute;
  right: 80px;
  top: 10px;
}
.captcha_box .btnRefresh {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 10px;
}

.paraphrasing_form_captcha .security_code::-webkit-input-placeholder {
  color: #949494;
}

.paraphrasing_form_captcha .security_code::-moz-placeholder {
  color: #949494;
}

.paraphrasing_form_captcha .security_code:-ms-input-placeholder {
  color: #949494;
}

.paraphrasing_form_captcha .security_code::-ms-input-placeholder {
  color: #949494;
}

.paraphrasing_form_captcha .security_code::placeholder {
  color: #949494;
}
.paraphrasing_form_captcha .captcha_box {
  position: relative;
}
.paraphrasing_form_captcha .captcha_box .c_code {
  position: absolute;
  right: 15px;
  top: 8px;
}
.paraphrasing_form_captcha .captcha_box .c_code img {
  display: block;
}
.paraphrasing_form_captcha .captcha-error {
  position: absolute;
  top: 42px;
}

.btn_submit {
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 12px 30px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #049fe4), color-stop(41%, #0055b1), to(#049fe4));
  background-image: linear-gradient(to right, #049fe4 0, #0055b1 41%, #049fe4 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
}
.btn_submit:hover {
  background-position: right center;
  cursor: pointer;
}

.phone_code {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 15px;
}
.phone_code input[type=text] {
  border: none;
  border-radius: 0;
  margin: 0 !important;
}
.phone_code .code_pin {
  width: 20%;
  color: #000;
  padding: 8px;
  border: 1px solid #d7d7d7;
  border-radius: 3px !important;
}
.phone_code:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 80px;
  width: 12px;
  height: 12px;
  background: #FFF url(../images/sprite1.png) no-repeat;
  background-size: 932px;
  background-position: -358px -117px;
}

#contact_m {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#contact_m .goback {
  display: block;
  font-size: 1.0625rem;
  padding: 10px 20px;
  -webkit-box-shadow: 0 -1px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 10px -1px rgba(0, 0, 0, 0.2);
}
#contact_m .goback i {
  width: 15px;
  height: 20px;
  margin-right: 8px;
  vertical-align: sub;
}
#contact_m i {
  width: 26px;
  height: 21px;
  margin-right: 12px;
  display: inline-block;
  background: url(../images/sprite1.png) no-repeat -436px 0;
}
#contact_m ul {
  padding: 20px;
}
#contact_m ul li {
  margin-bottom: 12px;
}
#contact_m ul li:last-child {
  margin: 0px;
}
#contact_m .call-Icon {
  background-position: -31px -36px;
}
#contact_m .what {
  background-position: -71px -36px;
  height: 25px;
}
#contact_m .mail_to {
  background-position: -103px -36px;
  height: 25px;
}
#contact_m small {
  display: block;
  font-size: 0.75rem;
  font-family: "robotolight";
}
#contact_m p {
  display: inline-block;
}
#contact_m a {
  color: #000;
  font-size: 0.9375rem;
  display: block;
}
#contact_m * {
  vertical-align: middle;
}

.m_instant_quote {
  position: fixed;
  overflow: auto;
  top: 0;
  width: 100%;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  background: #fff;
  z-index: 99;
}
.m_instant_quote .title {
  background: #fff;
  color: #404040;
  display: block;
  padding: 15px;
  -webkit-box-shadow: 0 -1px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 10px -1px rgba(0, 0, 0, 0.2);
  font-size: 0.9375rem;
  font-family: "robotomedium";
}
.m_instant_quote .back-form {
  width: 24px;
  height: 20px;
  display: inline-block;
  background: url(../images/sprite.png) -328px 0px no-repeat;
  vertical-align: sub;
}
.m_instant_quote form {
  padding: 20px 15px;
}
.m_instant_quote .orderprc {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.m_instant_quote .orderprc .est_prc label {
  text-decoration: line-through;
}
.m_instant_quote .orderprc .ep {
  padding: 0px;
  margin: 0px;
  border: 0;
  background: none;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 1rem;
  font-family: "robotomedium";
}
.m_instant_quote .orderprc .off {
  position: relative;
  background: #6ecc23;
  color: #fff;
  padding: 3px 8px;
  margin: 5px 0;
  display: inline-block;
  border-radius: 3px;
}
.m_instant_quote .orderprc .off:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #6ecc23;
}

.all_inner_calculator {
  background: #fff;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.all_inner_calculator .prc-title {
  text-transform: uppercase;
  background: #3A3A3A;
  color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 1.125rem;
}
.all_inner_calculator .prc-title:before {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
  content: "";
  background: url(../images/sprite.png) no-repeat -357px -486px;
  vertical-align: middle;
}
.all_inner_calculator form {
  padding: 15px;
}
.all_inner_calculator .orderprc {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.all_inner_calculator .orderprc .est_prc label {
  text-decoration: line-through;
}
.all_inner_calculator .orderprc .ep {
  padding: 0px;
  background: none;
  margin: 0px;
  border: 0;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 1rem;
  font-family: "robotomedium";
}
.all_inner_calculator .orderprc .off {
  position: relative;
  background: #6ecc23;
  color: #fff;
  padding: 3px 8px;
  margin: 5px 0;
  display: inline-block;
  border-radius: 3px;
}
.all_inner_calculator .orderprc .off:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #6ecc23;
}

#callback_btn {
  display: none;
  position: fixed;
  width: 110px;
  height: 50px;
  right: 0;
  top: 200px;
  background: url(../images/sprite.png) -40px -434px no-repeat;
  cursor: pointer;
}

.callback-pop {
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  background: #fff;
  z-index: 99;
}
.callback-pop .title {
  background: #fff;
  color: #404040;
  display: block;
  padding: 15px;
  -webkit-box-shadow: 0 -1px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 10px -1px rgba(0, 0, 0, 0.2);
  font-size: 0.9375rem;
  font-family: "robotomedium";
}
.callback-pop .back-form {
  width: 24px;
  height: 22px;
  display: inline-block;
  background: url(../images/sprite.png) -328px 0px no-repeat;
  vertical-align: middle;
}
.callback-pop form {
  padding: 20px 15px;
}
.callback-pop .swpmodal-close {
  display: none;
}

.center-banner {
  background: url("../images/mission-vision.jpg") no-repeat top center/cover;
  text-align: center;
  padding: 30px 15px;
  color: #fff;
}
.center-banner .banner-heading {
  display: block;
  font-size: 35px;
  margin-bottom: 5px;
}
.center-banner p {
  font-size: 1rem;
  font-family: "robotolight";
  line-height: 22px;
}

.different_region_popup {
  max-width: 880px;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  margin: 0 auto;
  padding: 0;
}
.different_region_popup .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.different_region_popup .row .left,
.different_region_popup .row .right {
  width: 50%;
}
.different_region_popup .row .left {
  background: #fff;
  padding: 40px;
}
.different_region_popup .row .left .title {
  color: #1d1d1d;
  font-size: 30px;
  line-height: normal;
  margin: 30px 0;
}
.different_region_popup .row .left .content {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px;
}
.different_region_popup .row .left .service_div {
  position: relative;
}
.different_region_popup .row .left .service_div .error {
  bottom: 10px;
  font-family: "robotoregular";
}
.different_region_popup .row .left .select_service {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #c1bbbb;
  background: #fff;
  color: rgba(0, 0, 0, 0.61);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 12px 25px 12px 10px;
  background: url(../images/down-arrow.svg) no-repeat center right 10px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0 30px;
}
.different_region_popup .row .left .get_help_btn {
  border-radius: 5px;
  background: #ef841f;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  padding: 10px 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.different_region_popup .row .right img {
  height: 100%;
  width: 100%;
  display: block;
}
.different_region_popup .fancybox-button {
  padding: 0;
  width: 32px;
  height: 32px;
}

@media (max-width: 1024px) {
  .country-banner-usa .side-bar form,
  .country-banner-my .side-bar form,
  .country-banner .side-bar form,
  .country-banner-ca .side-bar form,
  .country-banner-nz .side-bar form {
    padding: 10px;
  }
  .get_prc.right {
    width: 38%;
  }
  .phone_code:after {
    left: 70px;
  }
  .essay_banner .get_prc.right .priceform,
  .essaybanner .get_prc.right .priceform {
    margin-bottom: 15px;
  }
  .essay_banner .get_prc.right .priceform .half,
  .essaybanner .get_prc.right .priceform .half {
    width: 47%;
  }
  .essay_banner .get_prc.right .priceform .half#hide_resume,
  .essaybanner .get_prc.right .priceform .half#hide_resume {
    margin: 0 13px 18px 0;
  }
  .essay_banner .get_prc.right .priceform.online-exam,
  .essaybanner .get_prc.right .priceform.online-exam {
    width: 47.5%;
  }
  .breadcrumb ul {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .country-banner-usa .side-bar .side-subhead,
  .country-banner-my .side-bar .side-subhead,
  .country-banner .side-bar .side-subhead,
  .country-banner-ca .side-bar .side-subhead,
  .country-banner-nz .side-bar .side-subhead {
    margin: 0 0 5px;
  }
  .country-banner-usa .footer-sidebar .side-parts p, .country-banner-usa .footer-sidebar .side-parts .clickable_link,
  .country-banner-my .footer-sidebar .side-parts p,
  .country-banner-my .footer-sidebar .side-parts .clickable_link,
  .country-banner .footer-sidebar .side-parts p,
  .country-banner .footer-sidebar .side-parts .clickable_link,
  .country-banner-ca .footer-sidebar .side-parts p,
  .country-banner-ca .footer-sidebar .side-parts .clickable_link,
  .country-banner-nz .footer-sidebar .side-parts p,
  .country-banner-nz .footer-sidebar .side-parts .clickable_link {
    font-size: 15px;
  }
  .country-banner-usa .footer-sidebar .side-parts,
  .country-banner-my .footer-sidebar .side-parts,
  .country-banner .footer-sidebar .side-parts,
  .country-banner-ca .footer-sidebar .side-parts,
  .country-banner-nz .footer-sidebar .side-parts {
    width: 50%;
  }
  .country-banner-usa .footer-sidebar .side-parts p span, .country-banner-usa .footer-sidebar .side-parts .clickable_link span,
  .country-banner-my .footer-sidebar .side-parts p span,
  .country-banner-my .footer-sidebar .side-parts .clickable_link span,
  .country-banner .footer-sidebar .side-parts p span,
  .country-banner .footer-sidebar .side-parts .clickable_link span,
  .country-banner-ca .footer-sidebar .side-parts p span,
  .country-banner-ca .footer-sidebar .side-parts .clickable_link span,
  .country-banner-nz .footer-sidebar .side-parts p span,
  .country-banner-nz .footer-sidebar .side-parts .clickable_link span {
    font-size: 12px;
  }
  .country-banner-usa .side-bar .side-head,
  .country-banner-my .side-bar .side-head,
  .country-banner .side-bar .side-head,
  .country-banner-ca .side-bar .side-head,
  .country-banner-nz .side-bar .side-head {
    padding: 10px 0 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .phone_code .code_pin {
    width: 26%;
  }
  .error {
    font-size: 11px;
  }
  .essay_banner .get_prc.right {
    width: 42%;
  }
  .essay_banner .get_prc.right .select-bx,
  .essay_banner .get_prc.right .select-bx-second,
  .essay_banner .get_prc.right .online-exam {
    margin: 0 0 15px 0;
  }
  .essay_banner .get_prc.right .priceform .selection-subject .half {
    width: 46%;
  }
  .essay_banner .get_prc.right .priceform .selection-subject .half.select-bx-second {
    width: 100%;
  }
  .essay_banner .get_prc.right .priceform .selection-subject .half#hide_resume {
    margin: 0 18px 18px 0;
  }
  .breadcrumb ul {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .phone_code:after {
    left: 60px;
    top: 15px;
  }
  .breadcrumb {
    width: 98%;
    overflow: auto;
    margin: 0px;
    padding: 5px 6px;
  }
  .breadcrumb .container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .testimonials ul li p {
    height: 138px;
  }
  .testimonials ul {
    overflow: inherit;
  }
  .testimonials .slick-dots {
    bottom: 0 !important;
    padding: 2px !important;
  }
  .essay_banner .get_prc.right,
  .essaybanner .get_prc.right {
    width: 100%;
    margin: 20px 0 0;
  }
  .essay_banner .get_prc.right .priceform,
  .essaybanner .get_prc.right .priceform {
    text-align: center;
  }
  .essay_banner .get_prc.right .priceform select,
  .essaybanner .get_prc.right .priceform select {
    padding: 7px 10px;
  }
  .essay_banner .get_prc.right .priceform .title,
  .essaybanner .get_prc.right .priceform .title {
    padding: 0 0 10px 0;
  }
  .essay_banner .get_prc.right .priceform .selection-subject .half#hide_urgency,
  .essaybanner .get_prc.right .priceform .selection-subject .half#hide_urgency {
    margin: 0;
  }
  .essay_banner .get_prc.right .priceform .selection-subject .half.select-bx-second#hide_resume,
  .essaybanner .get_prc.right .priceform .selection-subject .half.select-bx-second#hide_resume {
    margin-right: 10px;
  }
  .essay_banner .get_prc.right .formbottom .orderbtn,
  .essaybanner .get_prc.right .formbottom .orderbtn {
    padding: 10px 4px;
  }
  .essay_banner .get_prc.right .formbottom .orderbtn .button,
  .essaybanner .get_prc.right .formbottom .orderbtn .button {
    font-size: 16px;
    line-height: 18px;
  }
  .different_region_popup .row .left {
    padding: 15px;
    width: 100%;
  }
  .different_region_popup .row .left .title {
    font-size: 24px;
    margin: 20px 0;
  }
  .different_region_popup .row .left .content {
    font-size: 15px;
    margin: 0 0 20px;
  }
  .different_region_popup .row .left .service_div .error {
    bottom: 4px;
  }
  .different_region_popup .row .left .select_service {
    font-size: 15px;
    margin: 0 0 20px;
  }
  .different_region_popup .row .left .get_help_btn {
    width: auto;
    padding: 10px 20px;
  }
  .different_region_popup .row .right {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 1.375rem;
  }
  .heading:after {
    width: 150px;
    height: 2px;
  }
  .heading p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .m_instant_quote {
    display: none;
  }
  .testimonials {
    overflow: inherit;
    margin-bottom: 0;
    padding: 40px 0;
  }
  .testimonials .heading {
    padding: 0px;
  }
  .testimonials ul li {
    font-size: 0.9375rem;
    width: auto;
    line-height: 24px;
    padding: 20px;
    margin: 0 10px;
    margin-top: 35px;
  }
  .testimonials .topstr {
    margin-top: 15px;
  }
  .assistance_strip {
    background-size: cover;
    padding-left: 15px;
    padding-top: 10px;
  }
  .assistance_strip h3 {
    font-size: 1.875rem;
  }
  .assistance_strip ul {
    margin-top: 0px;
  }
  .assistance_strip ul li {
    font-family: "robotomedium";
    font-size: 1.125rem;
  }
  .assistance_strip ul .order_btn a {
    padding: 8px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .assistance_strip ul .order_btn a:hover {
    background: #315b8f;
  }
  .banner_inner .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner_inner article {
    text-align: left;
    width: 50%;
  }
  .banner_inner article p {
    margin: 0px;
  }
  .banner_inner .offers-strip {
    display: block;
    width: 45%;
    text-align: right;
  }
  .breadcrumb {
    padding-top: 5px;
  }
  .all_inner_calculator form {
    padding: 20px;
  }
  .swpmodal-container .callback-pop {
    display: block;
  }
  #callback_btn {
    display: block;
  }
  .callback-pop {
    background: #fff;
    -webkit-transform: inherit;
    transform: inherit;
    width: 370px;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    right: 0;
    margin: auto;
    display: none;
  }
  .callback-pop .title {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.0625rem;
    background: none;
    color: #404040;
    display: block;
    padding: 0px;
    text-align: center;
  }
  .callback-pop .title i {
    display: none;
  }
  .callback-pop .swpmodal-close {
    position: absolute;
    display: block;
    right: 10px;
    font-size: 0.75rem;
    padding: 3px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #414141;
  }
  .callback-pop .swpmodal-close:hover {
    background: #4CAF50;
  }
}
@media screen and (min-width: 1024px) {
  .heading {
    font-size: 1.75rem;
    font-family: "robotomedium";
  }
  .heading:after {
    margin: 7px auto;
    width: 114px;
    height: 3px;
  }
  .assistance_strip {
    background-size: cover;
    padding-left: 180px;
    padding-top: 10px;
    position: relative;
    margin: 30px auto !important;
  }
  .assistance_strip h3 {
    font-size: 1.625rem;
  }
  .assistance_strip ul {
    margin-top: 20px;
    background: #fff;
    padding: 10px 0;
  }
  .assistance_strip ul li {
    display: inline-block;
    background: none;
    color: #000;
    margin: 0 15px;
  }
  .assistance_strip ul .contact {
    margin: 0;
    background: none;
  }
  .assistance_strip ul .contact .what {
    display: none;
  }
  .assistance_strip ul .mail:before {
    content: "";
    width: 24px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/sprite.png) no-repeat -299px -305px;
    display: inline-block;
    vertical-align: middle;
  }
  .assistance_strip ul .order_btn a {
    font-family: "robotoregular";
    padding: 8px 20px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #f58e0e;
  }
  .assistance_strip ul .order_btn a:hover {
    background: #315b8f;
  }
  .assistance_strip:before {
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/sprite.png) no-repeat 0 -492px;
  }
  #toTop {
    cursor: pointer;
    background: url(../images/sprite.png) -303px -390px no-repeat #747577;
    position: fixed;
    bottom: 150px;
    display: none;
    right: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  #toTop:hover {
    background-color: #adcc2f;
  }
  .banner_inner {
    padding: 30px 20px;
  }
  .banner_inner .inner-heading {
    margin-bottom: 5px;
    font-size: 1.875rem;
  }
  .banner_inner p {
    font-size: 0.9375rem;
  }
  .uplode_bx .fileUpload {
    width: 90%;
  }
  .uplode_bx upload {
    padding: 10px;
  }
  .uplode_bx upload input {
    padding-right: 0px;
  }
  .testimonials .heading {
    padding-bottom: 15px;
  }
  .testimonials ul li {
    margin: 35px 15px 5px;
    padding: 20px;
    line-height: 28px;
    font-size: 1rem;
  }
}
.container {
  width: 1170px;
  margin: 0 auto;
}

.container.testimonials {
  margin-bottom: 80px;
  padding: 0;
}

.inner_services {
  padding: 30px 0px 15px;
}

.testimonials ul {
  overflow: inherit;
  white-space: inherit;
  margin-bottom: 0px;
  padding-bottom: 40px;
  padding-top: 0;
  padding-left: 0px;
}
.testimonials ul li {
  margin: 42px 15px 5px;
}
.testimonials .testimonials_slide {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 90%;
}
.testimonials .slick-prev, .testimonials .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 46px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(../images/CaretLeft.svg) no-repeat;
  left: -60px;
}
.testimonials .slick-next {
  right: -57px;
  left: inherit;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .testimonials .slick-next {
    right: -40px;
  }
  .testimonials .slick-prev {
    left: -40px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

.discount-popup, .otp-section, .overlay-pop {
  display: none;
}

@media (max-width: 767px) {
  .discount-popup {
    background: #fff;
    text-align: center;
    position: fixed;
    z-index: 999999999;
    opacity: 0;
    bottom: -700px;
    display: block;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .discount-popup.show {
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: 0;
    opacity: 1;
  }
  .discount-popup .popup-form {
    padding: 25px 15px;
  }
  .discount-popup .popup-form .inputbox {
    position: relative;
    margin: 0 0 15px 0;
  }
  .discount-popup .popup-form .inputbox .error {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    display: block;
  }
  .discount-popup .popup-form .inputbox .error.error-mobile-no {
    text-align: inherit;
    display: inline-block;
  }
  .discount-popup .popup-form .inputbox.country-bx {
    display: table;
  }
  .discount-popup .popup-form .inputbox.country-bx .countryList {
    width: 30%;
    margin: 0 -1px 0 0;
    position: relative;
    float: left;
  }
  .discount-popup .popup-form .inputbox.country-bx .countryList .error {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .discount-popup .popup-form .inputbox.country-bx .inputno {
    width: 70%;
    float: right;
  }
  .discount-popup .popup-form input, .discount-popup .popup-form select {
    width: 100%;
    height: 44px;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #616161;
    border: 1px solid #ACACAC;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .discount-popup .popup-form select {
    background: #fff url(../images/dropdown-arrow.svg) no-repeat center right 5px;
    background-size: 13px;
  }
  .discount-popup .discount-button .button-inner {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
    background: #5c7a36;
    border-radius: 3px;
    display: inline-block;
  }
  .discount-popup .disocunt-close {
    position: absolute;
    width: 33px;
    height: 33px;
    right: 0px;
    top: -35px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .discount-popup .disocunt-close svg path {
    fill: #fff;
  }
  .discount-popup.save-later-popup {
    border-top: 5px solid #5C7A35;
  }
  .discount-popup.save-later-popup .discount-txt {
    padding: 10px 20px;
  }
  .discount-popup.save-later-popup .tag-line {
    color: #1D1D1D;
    font-size: 18px;
    line-height: 23px;
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
  }
  .discount-popup.save-later-popup .tag-line:before, .discount-popup.save-later-popup .tag-line:after {
    background: url("../images/ty-popup-2.svg") no-repeat;
    content: "";
    width: 30px;
    height: 20px;
    display: block;
    right: -34px;
    position: absolute;
    top: 0;
  }
  .discount-popup.save-later-popup .tag-line::before {
    left: -39px;
    background: url("../images/ty-popup-1.svg") no-repeat;
    width: 37px;
    height: 36px;
    top: -13px;
  }
  .discount-popup.save-later-popup .discount-head {
    font-size: 48px;
    line-height: 51px;
    font-family: "robotomedium";
    color: #EF841F;
    font-weight: 700;
  }
  .discount-popup.save-later-popup .discount-p {
    border: 1px dashed #D8D8D8;
    padding: 4px 30px;
    margin: 5px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: "robotomedium";
    color: #232323;
    background: #F6F6F6;
  }
  .discount-popup.save-later-popup .discount-p span {
    font-size: 16px;
    line-height: 18px;
    color: #000;
  }
  .discount-popup.save-later-popup .valid-upto {
    color: #CB1B1B;
    font-size: 12px;
    line-height: 14px;
  }
  .discount-popup.save-later-popup .app-disc {
    color: #616161;
    margin: 40px 0 0;
  }
  .discount-popup.save-later-popup .web-link {
    color: #616161;
    text-decoration: underline;
    display: block;
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 18px;
  }
  .otp-section {
    background: #fff;
    position: fixed;
    z-index: 999999999;
    opacity: 0;
    bottom: -250px;
    display: block;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    padding: 15px;
  }
  .otp-section.show {
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: 0;
    opacity: 1;
  }
  .otp-section .userInput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .otp-section .timer {
    color: #000;
    text-align: end;
  }
  .otp-section input {
    margin: 18px 10px 10px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ACACAC;
    text-align: center;
    padding: 0 0 5px;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
  }
  .otp-section input:first-of-type {
    margin-left: 0;
  }
  .otp-section input:last-of-type {
    margin-right: 0;
  }
  .otp-section .otp-para {
    font-size: 16px;
    line-height: 18px;
    color: #2A2A2A;
  }
  .otp-section .otp-para a {
    color: #2874F0;
    font-size: 15px;
    line-height: 18px;
  }
  .otp-section .resend {
    color: #2874F0;
    text-align: end;
    font-size: 15px;
    line-height: 18px;
  }
  .otp-section .otp-btn {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
    background: #5c7a36;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin: 40px 0 0;
  }
  .overlay-pop {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: 0.9;
    background: #222;
    z-index: 40000;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation-name: fadeIn_Container;
    animation-name: fadeIn_Container;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
}
.container {
  width: 1170px;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 992px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media screen and (max-width: 768px) {
  .fancybox-can-swipe .fancybox-content .fancybox-close-small {
    margin: 5px 10px;
    width: 30px;
    padding: 0;
    height: 30px;
  }
  .fancybox-can-swipe .fancybox-content video {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: auto;
    margin: 0px auto;
    padding: 0px 10px;
  }
}