html, body {
  height: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "robotoregular";
  -webkit-overflow-scrolling: touch;
}

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

img:not([src]) {
  visibility: hidden !important;
}

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

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

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

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  border: 0;
}

a:active, a:hover {
  outline: 0;
}

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

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

img {
  border: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: 1px solid #DBDBDB;
  outline: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
}

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

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

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

p {
  margin: 0;
  padding: 0;
}

.hidden, .g-hidden {
  display: none;
}

img {
  max-width: 100%;
}

.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: 750px !important;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: auto;
    margin: 0px auto;
    padding: 0px 10px;
  }
}
@font-face {
  font-display: swap;
  font-family: robotolight;
  src: url("../fonts/Roboto-Light-webfont.woff2") format("woff2"), url("../fonts/Roboto-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: robotoregular;
  src: url("../fonts/Roboto-Regular-webfont.woff2") format("woff2"), url("../fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: robotomedium;
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
li, span, button, a {
  -webkit-tap-highlight-color: transparent;
}

.f-fixed {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0px -1px 10px -1px rgba(0, 0, 0, 0.35);
          box-shadow: 0px -1px 10px -1px rgba(0, 0, 0, 0.35);
}
.f-fixed li {
  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 {
  background: url(../images/svg/sprite.svg) no-repeat -155px -335px;
  width: 25px;
  height: 22px;
  display: block;
  margin: 0 auto;
}
.f-fixed .Inquiry i {
  background-position: -215px -335px;
}
.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;
  background-position: -223px -263px;
  background-size: 385px;
}
.f-fixed .call-backm i {
  background-position: -242px -335px;
}
.f-fixed .Live_Chat i {
  background-position: -174px -318px;
  background-size: 450px;
}

.mobileimg {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 3;
}

header {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-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;
}
header .menubtn {
  width: 24px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: -310px -126px;
  background-size: 480px;
}
header .search_part {
  float: right;
  margin-top: 5px;
  position: relative;
}
header .search_part a {
  margin: 0 5px 0 0;
}
header .search_part i {
  width: 30px;
  height: 28px;
  display: inline-block;
  background-size: 450px;
}
header .search_part .search-bx {
  background-position: -143px -49px;
}
header .search_part .notification {
  background-position: -110px -49px;
}
header .search_part .badges {
  width: 15px;
  height: 15px;
  background: #F21A1A;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
  position: absolute;
  top: 0;
  right: 5px;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
}
header .brand-logo, header .mobile_logo {
  display: inline-block;
  vertical-align: middle;
}
header .brand-logo img, header .mobile_logo img {
  width: 175px;
  height: 41px;
}
header .brand-logo {
  display: none;
}
header .h_sticky {
  background: #fff;
  padding: 8px 15px 3px;
}
header .top_strip {
  background: #FFC410;
  padding: 6px 0;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
  font-family: "robotoregular";
  display: block;
  height: 30px;
}
header .top_strip .call, header .top_strip .whatsapp, header .top_strip .email {
  display: inline-block;
}
header .top_strip .call i, header .top_strip .whatsapp i, header .top_strip .email i {
  width: 20px;
  height: 20px;
  background-position: -48px -43px;
  float: left;
  margin: 0 8px 0 0;
}
header .top_strip .whatsapp {
  padding: 0 0 0 20px;
}
header .top_strip .whatsapp i {
  background-position: -71px -43px;
}
header .top_strip .email {
  padding: 0 0 0 20px;
}
header .top_strip .email i {
  background-position: -358px -252px;
}
header .top_strip .offer {
  background: #109F48;
  border-radius: 11px;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 13px;
}
header .top_strip .offer:hover {
  background: #0a8e3e;
}
header .top_strip .refer-frd {
  font-family: "robotomedium";
  color: #1D1D1D;
  padding: 0 10px 0 0;
}
header .top_strip .refer-frd i {
  width: 20px;
  height: 20px;
  background-position: -291px -53px;
  float: left;
  margin: 0 2px 0 0;
  background-size: 350px;
}
header .top_strip .account {
  padding: 0 0 0 10px;
  font-family: "robotomedium";
}
header .top_strip .account a {
  color: #1D1D1D;
}
header .menu-main .MyMenu .order_btn a {
  padding: 4px 11px;
  background: #EF841F;
  border-radius: 24px;
  color: #ffffff;
  font-family: "robotomedium";
  margin: 26px 10px;
}
header .menu-main .MyMenu .order_btn a:hover {
  background: #d47113;
}
header .menu-main .MyMenu .order_btn:hover {
  background: none;
}
header .menu-main .MyMenu .order_btn:hover a {
  color: #ffffff;
}
header .menu-main .MyMenu .cart {
  position: relative;
}
header .menu-main .MyMenu .cart svg {
  vertical-align: sub;
}
header .menu-main .MyMenu .cart .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: 27px;
  right: 0;
  padding: 2px;
  text-align: center;
  font-family: robotomedium;
}
header .menu-main .MyMenu .search a {
  display: inline-block;
}
header .menu-main .MyMenu .search i {
  width: 23px;
  height: 20px;
  background-position: -122px -43px;
  display: inline-block;
  vertical-align: bottom;
}
header .menu-main .MyMenu .search:hover {
  background: none;
}
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: #fff;
  -webkit-animation-name: transaction;
          animation-name: transaction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
header .sticky.menu_strip .brand-logo img {
  width: 70%;
}
header .sticky .MyMenu .cart .tooltip-icon {
  top: 17px;
}
header .sticky .menu .MyMenu > li > a {
  padding: 19px 10px;
}
header .sticky .menu .MyMenu > li > .noatag-need {
  padding: 19px 10px;
}
header .sticky .menu-main .MyMenu .order_btn a {
  padding: 4px 11px;
  margin: 15px 10px;
}

@keyframes transaction {
  0% {
    top: -132px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes transaction {
  0% {
    top: -132px;
  }
  100% {
    top: 0px;
  }
}
.search-main {
  position: absolute;
  height: 80px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  z-index: 2;
  top: 32px;
  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);
  -ms-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 1.9em;
}
.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: "robotolight";
  font-size: 1.25em;
  line-height: 1.4em;
  border: 0;
  border-bottom: 2px solid #eee;
  -webkit-box-shadow: none;
  -ms-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: 10px;
  top: 12px;
}
.search-main .search-button.close-button {
  right: 0;
}
.search-main .error {
  bottom: -10px;
  color: red;
}

@media (max-width: 1024px) {
  header .sticky .menu .MyMenu > li > .noatag-need {
    padding: 19px 7px;
  }
}
@media (max-width: 767px) {
  .desktopimg {
    display: none !important;
  }

  .mobileimg {
    display: block;
  }

  header .top_strip {
    display: none;
  }
  header .menu-main .MyMenu .order_btn a {
    margin: 14px 10px !important;
    padding: 8px 25px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) {
  header {
    height: auto;
    padding: 0;
  }
  header .h_sticky {
    display: none;
  }
  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 {
    display: inline-block;
  }
  header .menu_strip .brand-logo img {
    width: 100%;
    height: 100%;
  }
  header .menu_strip .menubtn, header .menu_strip .search_part, header .menu_strip .menu_logo {
    display: none;
  }
  header .top_strip p {
    font-size: 14px;
    line-height: 18px;
  }
  header .top_strip .call .sprite, header .top_strip .whatsapp .sprite, header .top_strip .email .sprite {
    background-size: 340px;
  }
  header .top_strip .call i, header .top_strip .whatsapp i, header .top_strip .email i {
    width: 16px;
    height: 16px;
    background-position: -43px -39px;
    margin: 0 3px 0 0;
  }
  header .top_strip .whatsapp {
    padding: 0 0 0 10px;
  }
  header .top_strip .whatsapp i {
    background-position: -64px -39px;
  }
  header .top_strip .email {
    padding: 0 0 0 10px;
  }
  header .top_strip .email i {
    background-position: -321px -226px;
  }
  header .top_strip .refer-frd {
    padding: 0 6px 0 0;
    font-size: 13px;
    line-height: 15px;
  }
  header .top_strip .refer-frd i {
    width: 16px;
    height: 16px;
    background-position: -250px -47px;
    margin: 0 2px 0 0;
    background-size: 300px;
  }
  header .top_strip .offer {
    padding: 1px 7px;
  }
  header .top_strip .account {
    padding: 0 0 0 6px;
  }

  .f-fixed {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 770px) {
  header .menu_strip .brand-logo {
    width: 205px;
  }

  header .menu_strip.sticky .brand-logo {
    width: 146px;
  }
  header .menu_strip.sticky .brand-logo img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .menu-main .MyMenu .order_btn a {
    margin: 26px 0px;
  }
  header .top_strip .call {
    display: none;
  }
  header .sticky .menu .MyMenu > li > a {
    padding: 19px 3px;
  }
  header .sticky .menu .MyMenu > li > .noatag-need {
    padding: 19px 3px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 52px 0 0;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .cart {
    float: right;
    margin-top: 8px;
    position: relative;
  }
  .cart a {
    margin: 0 0 0 5px;
  }
  .cart .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: -2px;
    right: -8px;
    padding: 2px;
    text-align: center;
    font-family: robotomedium;
  }
}
@media (max-width: 480px) {
  .search-main {
    top: 0;
    position: fixed;
  }
  .search-main .error {
    display: none;
  }
  .search-main.is-open {
    height: 61px;
  }
  .search-main .search-box-inner {
    padding: 0 0 30px 0;
  }
  .search-main .search-input {
    font-size: 15px;
    padding: 1em 3.2em 1em 0;
    margin: 0px;
    border: none;
  }

  #collect-chat-launcher-container {
    display: none;
  }
}
.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;
}

@media screen and (max-width: 767px) {
  .back_menu {
    display: block;
    color: #000000;
    padding: 8px 10px;
    border-bottom: 1px solid #d6dfe8;
    font-size: 17px;
  }
  .back_menu i {
    width: 20px;
    height: 20px;
    background-position: -212px -60px;
    display: inline-block;
    vertical-align: middle;
    background-size: 280px;
  }

  .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, .menu ul li .noatag-need {
    color: #000000;
    display: block;
    padding: 12px 15px;
    font-size: 13px;
  }
  .menu ul li .inner_menu ul li a {
    padding: 10px 15px;
  }
  .menu ul li .inner_menu ul li a.mob_active_link {
    color: #ef841f;
    border-bottom: 1px solid #d7d7d7;
  }
  .menu ul li.show-mobile {
    display: block;
  }
  .menu ul .toggle:after, .menu ul .toggle_sm:after {
    width: 12px;
    height: 15px;
    display: block;
    background: url(../images/svg/sprite.svg) -133px -40px no-repeat;
    background-size: 190px;
    content: "";
    float: right;
    margin-right: 5px;
  }
  .menu .menu_logo.registerlogin {
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    background: #246ED0;
  }
  .menu .menu_logo.registerlogin a {
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    border-right: 1px solid #357df3;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .menu .menu_logo.registerlogin a:last-child {
    border-right: none;
  }
  .menu .inner_menu, .menu .service-dropedown {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
    width: 80%;
    overflow: auto;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .back_menu {
    display: none;
  }

  .menu .MyMenu > li > a {
    font-size: 0.875rem;
    color: #000000;
    padding: 20px 5px;
    display: block;
  }
  .menu .MyMenu > li > .noatag-need {
    font-size: 0.875rem;
    color: #000000;
    padding: 20px 5px;
    display: block;
  }
  .menu .MyMenu > li:hover {
    background: #F5F5F5;
  }
  .menu .MyMenu > li:hover > a {
    color: #000000;
  }
  .menu .MyMenu > li:hover > .noatag-need {
    color: #000000;
  }
  .menu ul li {
    display: inline-block;
    border: none;
    text-align: left;
  }
  .menu ul li.show-mobile {
    display: none;
  }
  .menu ul li .toggle {
    font-size: 0.875rem;
  }
  .menu ul li .toggle:after {
    display: none;
  }
  .menu ul li .toggle_sm {
    text-transform: uppercase;
    font-family: "robotomedium";
  }
  .menu ul li .toggle_sm:after {
    width: 12px;
    height: 15px;
    display: block;
    background: url(../images/svg/sprite.svg) -133px -39px no-repeat;
    background-size: 190px;
    content: "";
    float: right;
    margin-right: 5px;
  }
  .menu ul li .inner_menu {
    background: #fff;
    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:hover {
    color: #f2a125;
    background: #fff;
    border: none;
  }
  .menu ul li .inner_menu .drop-down {
    background: #f1f2f4;
  }
  .menu ul li .inner_menu .drop-down li a {
    padding: 10px;
  }
  .menu ul li a {
    padding: 8px 10px;
    font-size: 0.875rem;
    display: block;
    font-family: "robotoregular";
    color: #000000;
  }
  .menu ul li .service-dropedown {
    width: auto;
    right: 0;
    top: 0;
    left: 250px;
    position: absolute;
    bottom: 0;
    overflow: auto;
  }
  .menu ul li .service-dropedown ul {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  .menu ul li .service-dropedown ul li {
    border: none;
  }
  .menu ul li .service-dropedown ul li a {
    padding-left: 15px;
    padding-right: 0px;
    font-size: 0.8125rem;
  }
  .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: 250px;
    background: #f1f2f4;
    padding: 0;
    min-height: 358px;
  }
  .menu ul li .drop_service_menu li {
    padding: 0;
  }

  .menu ul li:hover .sm {
    display: block;
  }

  .menu .selected {
    background: #fff;
  }
  .menu .selected .inner_menu {
    display: block !important;
  }
  .menu .sm {
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
  }
  .menu .sm li {
    border-bottom: 1px solid #dadada;
  }
  .menu .sm li:last-child {
    border: none;
  }

  .menu ul li .drop_service_menu li:hover .inner_menu {
    display: block;
  }
}
@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;
  }
  .menu ul li .service-dropedown ul li a {
    font-size: 0.8125rem;
    line-height: 15px;
  }
  .menu .MyMenu > li > a {
    padding: 30px 7px;
    font-size: 0.9375rem;
  }
  .menu .MyMenu > li > .noatag-need {
    padding: 30px 10px;
    font-size: 0.9375rem;
    cursor: pointer;
  }

  .menu_strip .menu-wrapper {
    padding: 0 20px;
  }
  .menu_strip .brand-logo img {
    width: auto;
  }
  .menu_strip .menu-main {
    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;
  }
}
@media (max-width: 1020px) {
  .menu .MyMenu > li > .noatag-need {
    padding: 19px 3px;
  }

  .menu .MyMenu > li > a {
    padding: 19px 3px;
  }

  header .menu-main .MyMenu .order_btn a {
    margin: 13px 0px;
  }
  header .menu-main .MyMenu .cart .tooltip-icon {
    top: 15px;
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li a:hover {
    background-color: #f9f9f9;
    color: #ef841f;
  }
  .menu ul li.notification, .menu ul li.search {
    display: none;
  }
  .menu ul li.order_btn {
    border: none;
    display: inline-block;
  }
}
/*@import "../christmas.scss";*/
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: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#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;
    }
  }
}
/*contact strip*/
.contact {
  background: #EDF4F9;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  position: relative;
}
.contact .help {
  background: #33CC6F;
  font-family: "robotomedium";
  color: #ffffff;
  font-size: 19px;
  line-height: 22px;
  padding: 11px 7px;
  display: inline-block;
  width: 72px;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contact .contact-link {
  padding: 20px 15px;
  vertical-align: bottom;
  font-size: 23px;
  line-height: 26px;
  display: inline-block;
  font-family: "robotomedium";
}
.contact .contact-link i {
  width: 26px;
  height: 26px;
  float: left;
  margin: 0 7px 0 0;
  background-size: 420px;
}
.contact .contact-link i.call {
  background-position: -80px -74px;
}
.contact .contact-link i.whatsapp {
  background-position: -93px -58px;
  background-size: 500px;
}
.contact .contact-link i.email {
  background-position: -51px -74px;
}
.contact .contact-link.chat-btn {
  font-size: 16px;
  line-height: 18px;
  background: #fff4d2;
  color: #2A2A2A;
  padding: 9px 15px;
  vertical-align: text-bottom;
  text-transform: capitalize;
  margin: 5px 0 5px 36px;
  border: 1px solid #ece2c1;
}
.contact .contact-link.chat-btn:hover {
  background: #fbefc8;
}

/*contact strip*/
.landscapeMode {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #dd6447;
  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 .Image {
  width: 120px;
}
.landscapeMode .Heading {
  color: #f0f0f0;
  font-size: 20px;
  margin: 30px 0 10px;
}
.landscapeMode .SubHeading {
  color: #f0f0f0;
  font-size: 14px;
}

footer {
  background: #3E4245;
  padding: 40px 0 80px;
  float: left;
  width: 100%;
  color: #ffffff;
  position: relative;
}
footer .container {
  position: relative;
}
footer .left {
  width: 70%;
  margin-right: 3%;
  display: block;
}
footer .right {
  width: 27%;
  background: #4C5053;
  border-radius: 10px;
  padding: 28px 25px;
  position: absolute;
  right: 0;
  top: 0;
}
footer .fheading {
  font-family: "robotomedium";
  font-size: 17px;
  line-height: 23px;
  padding: 0 0 5px 0;
  position: relative;
  vertical-align: top;
  display: block;
}
footer .fheading:after {
  content: "";
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .top-searches {
  padding: 25px 0 15px;
  border-bottom: 1px solid #505050;
}
footer .top-searches li {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  width: 32%;
  padding: 0 0 10px 0;
}
footer .top-searches li a {
  color: #D8D8D8;
}
footer .top-searches li a:hover {
  color: #FFC410;
}
footer .top-searches li:before {
  content: "-";
  font-family: "robotoregular";
  font-size: 16px;
  line-height: 18px;
  padding: 0 5px 0 0;
}
footer .flink {
  padding: 15px 0;
}
footer .flink a {
  font-family: "robotoregular";
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 7px;
}
footer .flink a:first-child {
  padding-left: 0;
}
footer .flink a:hover {
  color: #FFC410;
}
footer .disclaimer {
  color: #D8D8D8;
  font-family: "robotolight";
  font-size: 13px;
  line-height: 17px;
}
footer .ratingcopyright {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #D8D8D8;
  padding: 10px 0;
}
footer .ratingcopyright .copyright {
  float: left;
}
footer .ratingcopyright .rating {
  float: right;
}
footer .ratingcopyright .rating .f-left {
  display: inline-block;
}
footer .ratingcopyright .rating .f-left a {
  color: #D8D8D8;
}
footer .dmca-badge {
  display: inline-block;
}
footer .dmca-badge img {
  width: 100%;
  height: 100%;
}
footer .fcontact {
  margin: 20px 0 0 0;
}
footer .fcontact a {
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  display: block;
  padding: 0 0 8px;
}
footer .fcontact a i {
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 8px 0 0;
}
footer .fcontact a i.call {
  background-position: -153px -73px;
}
footer .fcontact a i.whatsapp {
  background-position: -71px -44px;
}
footer .fcontact a i.mail {
  background-position: -357px -250px;
}
footer .fcontact .callbck {
  background: #33CC6F;
  border-radius: 4px;
  text-align: center;
  padding: 7px 0;
  margin: 5px 0 0;
}
footer .fcontact .callbck:hover {
  background: #2abb63;
}
footer .help, footer .social {
  padding: 0 0 20px 0;
}
footer .smedia {
  padding: 10px 0 0;
}
footer .smedia a {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  margin: 0 3px 0 0;
}
footer .smedia i {
  width: 28px;
  height: 28px;
  background-size: 460px;
  position: absolute;
  left: 0;
}
footer .smedia i.fb {
  background-position: -211px -72px;
}
footer .smedia i.insta {
  background-position: -241px -72px;
}
footer .smedia i.twitter {
  background-position: -274px -72px;
}
footer .smedia i.youtube {
  background-position: -7px -277px;
}
footer .smedia i.pinterest {
  background: none;
}
footer .pmethod {
  padding: 10px 0 0;
}
footer .pmethod i {
  width: 240px;
  height: 26px;
  display: inline-block;
  background-position: -5px -94px;
}
footer .inner-fabs {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer .inner-fabs .round {
  border-radius: 50%;
}
footer .inner-fabs .fab {
  width: 40px;
  height: 40px;
  left: 44px;
  bottom: 18px;
  font-size: 1.5em;
  will-change: bottom;
}
footer .inner-fabs.show .fab:nth-child(1) {
  bottom: 90px;
}
footer .inner-fabs.show .fab:nth-child(2) {
  bottom: 140px;
}
footer .inner-fabs.show .fab:nth-child(3) {
  bottom: 190px;
}
footer .inner-fabs.show .fab:nth-child(4) {
  bottom: 240px;
}
footer .inner-fabs.show .fab:nth-child(5) {
  bottom: 290px;
}
footer .inner-fabs.show .fab:nth-child(6) {
  bottom: 340px;
}
footer .inner-fabs.show .fab:hover:before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
}
footer .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);
}
footer .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;
}
footer .fab.fab-main:before {
  display: none;
}
footer .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;
}
footer .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-size: 550px;
}
footer .fab a i.whatsapp {
  background-position: -99px -60px;
}
footer .fab a i.callbck {
  background-position: -65px -58px;
}
footer .fab a i.chatbx {
  background-position: -246px -323px;
}
footer .fab a i.mailbx {
  background-position: -514px -387px;
}
footer .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: #ececec;
  left: 50px;
  top: 25%;
  background-color: #ef841f;
  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;
}

.mobileapp {
  background: #fff;
  border-top: 1px solid rgba(230, 230, 230, 0.5);
  padding: 70px 0 0 0;
}
.mobileapp .app-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
  width: 100%;
}
.mobileapp .app-content .app-mobile {
  width: 365px;
  display: block;
  float: left;
  margin: 0 50px 0 0;
  height: 100%;
}
.mobileapp .app-content .heading {
  font-size: 44px;
  line-height: 48px;
  color: #090909;
  display: block;
}
.mobileapp .app-content .sub-heading {
  font-size: 18px;
  line-height: 22px;
  color: #071E57;
  margin: 0 0 30px;
}
.mobileapp .app-content p {
  color: #616161;
  font-size: 16px;
}
.mobileapp .app-content p span {
  font-size: 22px;
  line-height: 28px;
  font-family: robotomedium;
  color: #EF841F;
}
.mobileapp .app-content .appicon {
  display: inline-block;
}
.mobileapp .app-content .appicon a {
  display: block;
  margin: 0 0 5px 0;
}
.mobileapp .app-content .appicon img {
  width: 100%;
  height: 100%;
}
.mobileapp .app-content .appscan {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: super;
}
.mobileapp .app-content .appscan img {
  width: 100%;
  height: 100%;
}

.app-strip {
  display: none;
  background: #246ed0;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  width: 100%;
  height: 42px;
  padding: 5px 0;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.22);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.22);
}
.app-strip .app-content {
  font-size: 13px;
  line-height: 16px;
  width: 60%;
  float: left;
  display: inline-block;
  padding: 0 30px 0 0;
}
.app-strip .app-content span {
  color: #ffef00;
  font-family: "robotomedium";
}
.app-strip .app-install {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  padding: 2px 0px;
  width: 40%;
}
.app-strip .app-install a {
  background: #ffffff;
  padding: 6px 13px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 16px;
  color: #246ed0;
  margin: 0 0 0 18px;
}
.app-strip .app-install .iconclose {
  margin: 3px 0 0 5px;
  background: #144a92;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  padding: 2px 2px;
  text-align: center;
}
.app-strip .app-install .iconclose i {
  width: 18px;
  height: 18px;
  background-position: -131px -144px;
  display: inline-block;
  background-size: 250px;
}

.grecaptcha-badge {
  display: none !important;
}

.page-scroll {
  position: fixed;
  right: 45px;
  bottom: 80px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: #1a3e61;
  text-indent: -9999px;
  display: none;
  border-radius: 100%;
}
.page-scroll span {
  height: 21px;
  width: 21px;
  display: block;
  background-position: -253px -219px;
  margin: 9px auto;
}
.page-scroll:hover {
  background-color: #122c46;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.offer-popup {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#EF841F), color-stop(53%, #DE6D03), to(#CF690B)) 0% 0% no-repeat !important;
  background: transparent linear-gradient(180deg, #EF841F 0%, #DE6D03 53%, #CF690B 100%) 0% 0% no-repeat !important;
  width: 1059px;
  height: 595px;
}
.offer-popup:before {
  content: "";
  background: url(../images/offer-bg-popup.png) no-repeat;
  width: 390px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.offer-popup:after {
  content: "";
  background: url(../images/curved-arrow.svg) no-repeat;
  width: 152px;
  height: 142px;
  position: absolute;
  top: 40px;
  left: 287px;
}
.offer-popup .close-offer {
  color: #fff !important;
  opacity: 1;
  width: 66px;
  height: 66px;
}
.offer-popup .close-offer svg {
  width: 48px;
  height: 48px;
}

.offer-popup-content {
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 70px;
  right: 0;
  padding: 50px 50px 0 0px;
  color: #fff;
}
.offer-popup-content .limited {
  background: rgba(209, 34, 63, 0.71);
  font-family: "robotomedium";
  font-size: 16px;
  line-height: 20px;
  padding: 3px 15px;
  letter-spacing: 3px;
}
.offer-popup-content .discount {
  font-family: "robotomedium";
  font-size: 61px;
  line-height: 77px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.offer-popup-content .offeritem {
  font-family: "robotoregular";
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 15px 0;
}
.offer-popup-content .upto {
  display: block;
  color: #FFE101;
  font-family: "robotomedium";
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 -13px 9px;
}
.offer-popup-content .offerper {
  font-family: "robotomedium";
  font-size: 119px;
  line-height: 110px;
  color: #FFE101;
  display: inline-block;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}
.offer-popup-content .offerper .percent-text {
  font-size: 46px;
  line-height: 67px;
  color: #ffffff;
  vertical-align: top;
}
.offer-popup-content .offerper .off-text {
  vertical-align: baseline;
  text-transform: uppercase;
  margin-left: -65px;
  color: #fff;
  font-size: 53px;
  line-height: 56px;
}
.offer-popup-content .add {
  font-size: 53px;
  line-height: 60px;
  vertical-align: super;
  padding: 0 20px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  font-family: "robotomedium";
}
.offer-popup-content .turnitin-report {
  display: inline-block;
  font-size: 41px;
  line-height: 46px;
  font-family: "robotoregular";
  vertical-align: super;
}
.offer-popup-content .turnitin-report span {
  font-size: 26px;
  line-height: 30px;
  background: #FFC410;
  color: #2A2A2A;
  padding: 0 10px;
  display: block;
  width: 85px;
  font-family: "robotomedium";
}
.offer-popup-content form .error {
  color: #ff0000;
  font-size: 14px;
  padding: 2px 10px;
  background: rgba(253, 253, 253, 0.7);
  width: auto;
  margin: 3px 0 0;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.offer-popup-content .form-box {
  background: #fff;
  width: 90%;
  margin: 50px 0 0 0;
}
.offer-popup-content .form-box input, .offer-popup-content .form-box .emaildiscount {
  width: 73%;
  height: 54px;
  background: #fff;
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #616161;
  border: none;
  font-family: "robotoregular";
}
.offer-popup-content .form-box input::-webkit-input-placeholder, .offer-popup-content .form-box .emaildiscount::-webkit-input-placeholder {
  color: #616161;
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
}
.offer-popup-content .form-box input::-moz-placeholder, .offer-popup-content .form-box .emaildiscount::-moz-placeholder {
  color: #616161;
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
}
.offer-popup-content .form-box input:-ms-input-placeholder, .offer-popup-content .form-box .emaildiscount:-ms-input-placeholder {
  color: #616161;
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
}
.offer-popup-content .form-box input::-ms-input-placeholder, .offer-popup-content .form-box .emaildiscount::-ms-input-placeholder {
  color: #616161;
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
}
.offer-popup-content .form-box input::placeholder, .offer-popup-content .form-box .emaildiscount::placeholder {
  color: #616161;
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
}
.offer-popup-content .form-box input:-ms-input-placeholder, .offer-popup-content .form-box .emaildiscount:-ms-input-placeholder {
  color: #616161;
  font-size: 15px;
  line-height: 24px;
}
.offer-popup-content .form-box input::-ms-input-placeholder, .offer-popup-content .form-box .emaildiscount::-ms-input-placeholder {
  color: #616161;
  font-size: 15px;
  line-height: 24px;
}
.offer-popup-content .form-box .signupbtn {
  background: #BF0C29;
  font-family: "robotomedium";
  color: #fff;
  border: none;
  font-size: 22px;
  line-height: 28px;
  padding: 10px 14px 12px;
  width: 135px;
  display: inline;
  vertical-align: inherit;
}

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

.whatsfix {
  display: none;
}

/*Start Responsive*/
@media (max-width: 1024px) {
  .contact .contact-link {
    padding: 20px 10px;
    font-size: 22px;
    line-height: 24px;
  }
  .contact .contact-link.chat-btn {
    margin: 5px 0 5px 10px;
  }

  footer .pmethod i {
    background-size: 344px;
    width: 215px;
    background-position: -5px -83px;
  }

  .offer-popup {
    width: 950px;
    height: 495px;
  }
  .offer-popup:before {
    background-size: cover;
    width: 320px;
  }
  .offer-popup:after {
    left: 244px;
  }

  .offer-popup-content {
    width: 60%;
  }
  .offer-popup-content .offerper {
    font-size: 99px;
    line-height: 110px;
  }
  .offer-popup-content .offerper .percent-text {
    font-size: 40px;
  }
  .offer-popup-content .offerper .off-text {
    margin-left: -53px;
    font-size: 46px;
    line-height: 52px;
  }
  .offer-popup-content .add {
    padding: 0 15px;
  }
  .offer-popup-content .turnitin-report {
    font-size: 39px;
  }
  .offer-popup-content .form-box {
    margin: 20px 0 0 0;
  }
  .offer-popup-content .form-box input, .offer-popup-content .form-box .emaildiscount {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .contact .help {
    display: none;
  }
  .contact .contact-link {
    padding: 20px 4px;
  }
  .contact .contact-link.chat-btn {
    display: none;
  }

  footer .left {
    width: 63%;
    margin-right: 1%;
  }
  footer .right {
    width: 36%;
  }
  footer .top-searches li {
    width: 49%;
  }

  .mobileapp .app-content {
    padding: 0 10px;
  }
  .mobileapp .app-content .app-mobile {
    margin: 0 20px 0 0;
  }

  .offer-popup {
    width: 720px;
    height: 455px;
  }
  .offer-popup:before {
    background-size: cover;
    width: 290px;
    left: -90px;
  }
  .offer-popup:after {
    left: 121px;
    background-size: contain;
    top: 30px;
    width: 92px;
    height: 92px;
  }

  .offer-popup-content {
    width: 70%;
    padding: 50px 30px 0 0px;
    top: 30px;
  }
  .offer-popup-content .discount {
    font-size: 55px;
    line-height: 70px;
  }
  .offer-popup-content .offeritem {
    font-size: 19px;
    line-height: 22px;
    padding: 0 0 10px 0;
  }
  .offer-popup-content .upto {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 -16px 9px;
  }
  .offer-popup-content .offerper {
    font-size: 84px;
    line-height: 86px;
  }
  .offer-popup-content .offerper .percent-text {
    font-size: 30px;
    line-height: 57px;
  }
  .offer-popup-content .offerper .off-text {
    margin-left: -43px;
    font-size: 36px;
    line-height: 46px;
  }
  .offer-popup-content .add {
    padding: 0 15px;
  }
  .offer-popup-content .turnitin-report {
    font-size: 37px;
  }
  .offer-popup-content .turnitin-report span {
    font-size: 24px;
    line-height: 28px;
    padding: 0 10px;
    width: 78px;
  }
  .offer-popup-content .form-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newconversationstrip .stripdesktop {
    display: none;
  }
  .newconversationstrip .stripmobile {
    display: block;
  }
  .newconversationstrip .stripmobile img {
    width: 100%;
  }

  .mobileapp .app-content .app-mobile {
    display: none;
    width: 100%;
    height: 100%;
  }
  .mobileapp .app-content .appicon a {
    margin: 0 0 10px 0;
  }
  .mobileapp .app-content .appicon a:last-child {
    margin: 0;
  }
  .mobileapp .app-content .appicon a img {
    width: 138px;
    height: 45px;
  }
  .mobileapp .app-content .appscan img {
    width: 88px;
    height: 88px;
  }

  footer {
    display: block;
  }
  footer .fcontact a {
    margin: 10px 0;
    padding: 0 0 5px 0;
    font-size: 15px;
    line-height: 18px;
  }
  footer .fheading {
    display: block;
  }

  footer .fab.fab-main {
    display: none;
  }

  footer .inner-fabs {
    display: none;
  }

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

  .right-btnwrap {
    display: none !important;
  }
}
@media (max-width: 766px) {
  /*    .app-strip{
          display: block;
      }*/
  .offer-popup {
    height: 350px;
  }
  .offer-popup:before, .offer-popup:after {
    display: none;
  }
  .offer-popup .close-offer {
    width: 46px;
    height: 46px;
    padding: 5px !important;
  }
  .offer-popup .close-offer svg {
    width: 38px;
    height: 38px;
  }

  .offer-popup-content {
    width: 100%;
    padding: 10px;
    top: 56px;
  }
  .offer-popup-content .discount {
    font-size: 39px;
    line-height: 50px;
  }
  .offer-popup-content .offeritem {
    font-size: 15px;
    line-height: 18px;
  }
  .offer-popup-content .offerper {
    font-size: 63px;
    line-height: 73px;
  }
  .offer-popup-content .offerper .percent-text {
    font-size: 27px;
    line-height: 45px;
  }
  .offer-popup-content .offerper .off-text {
    margin-left: -33px;
    font-size: 30px;
    line-height: 36px;
  }
  .offer-popup-content .add {
    padding: 0 7px;
    font-size: 34px;
    line-height: 40px;
  }
  .offer-popup-content .turnitin-report {
    font-size: 24px;
    line-height: 30px;
  }
  .offer-popup-content .turnitin-report span {
    font-size: 16px;
    line-height: 20px;
    padding: 0 6px;
    width: 50px;
  }
  .offer-popup-content .form-box input, .offer-popup-content .form-box .emaildiscount {
    width: 64%;
    padding: 10px;
  }
  .offer-popup-content .form-box .signupbtn {
    width: 110px;
    font-size: 20px;
    line-height: 24px;
  }

  footer .fcontact {
    margin: 0 0 0 0;
  }
}
@media (max-width: 480px) {
  input.emaildiscount {
    font-size: 15px !important;
  }
  input.emaildiscount::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  input.emaildiscount::-moz-placeholder {
    font-size: 14px !important;
  }
  input.emaildiscount:-ms-input-placeholder {
    font-size: 14px !important;
  }
  input.emaildiscount::-ms-input-placeholder {
    font-size: 14px !important;
  }
  input.emaildiscount::placeholder {
    font-size: 14px !important;
  }
  input.emaildiscount:-ms-input-placeholder {
    font-size: 14px !important;
  }
  input.emaildiscount::-ms-input-placeholder {
    font-size: 14px !important;
  }

  .contact {
    padding: 10px 0;
  }
  .contact .contact-link {
    padding: 6px 4px;
    font-size: 18px;
    line-height: 20px;
  }

  footer {
    padding: 20px 0;
  }
  footer .left {
    width: 100%;
    margin-right: 0;
  }
  footer .right {
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
    padding: 15px;
  }
  footer .top-searches {
    margin: 0 0 10px 0;
  }
  footer .top-searches li {
    font-size: 13px;
    line-height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 5px 10px 0;
  }
  footer .flink a {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 3px;
  }
  footer .copyright {
    font-size: 12px;
    line-height: 14px;
    padding: 3px 0;
  }
  footer .inner-fabs .fab {
    left: 15px;
    bottom: 45px;
    visibility: hidden;
  }
  footer .inner-fabs.show .fab {
    visibility: visible;
  }
  footer .fab.fab-main {
    padding: 5px 20px 5px 15px;
    left: 8px;
    bottom: 47px;
  }

  .mobileapp {
    padding: 20px 0;
  }
  .mobileapp .app-content .heading {
    font-size: 26px;
    line-height: 38px;
    padding: 0;
    display: inline-block;
  }
  .mobileapp .app-content .sub-heading {
    font-size: 15px;
    line-height: 18px;
  }
  .mobileapp .app-content p {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .app-strip .app-content {
    padding: 0 15px 0 0;
  }
  .app-strip .app-install a {
    margin: 0;
  }

  #collect-chat-launcher-container.collect-chat-avatar-launcher, #collect-chat-launcher-container.collect-chat-launcher-notext {
    bottom: 46px !important;
  }

  .offer-popup-content {
    top: 43px;
  }
  .offer-popup-content .limited {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .offer-popup-content .discount {
    font-size: 34px;
    line-height: 42px;
  }
  .offer-popup-content .offeritem {
    font-size: 14px;
    line-height: 16px;
  }
  .offer-popup-content .upto {
    font-size: 12px;
    margin: 0 0 -16px 4px;
  }
  .offer-popup-content .offerper {
    font-size: 53px;
    line-height: 63px;
  }
  .offer-popup-content .offerper .percent-text {
    font-size: 20px;
    line-height: 41px;
  }
  .offer-popup-content .offerper .off-text {
    margin-left: -26px;
    font-size: 24px;
    line-height: 30px;
  }
  .offer-popup-content .add {
    padding: 0 10px;
    font-size: 28px;
    line-height: 35px;
  }
  .offer-popup-content .turnitin-report {
    font-size: 21px;
    line-height: 24px;
    vertical-align: inherit;
  }
  .offer-popup-content .turnitin-report span {
    font-size: 16px;
    line-height: 20px;
    padding: 0 6px;
    width: 50px;
  }
  .offer-popup-content .form-box input, .offer-popup-content .form-box .emaildiscount {
    width: 100%;
  }
  .offer-popup-content .form-box .signupbtn {
    width: 100%;
  }
}
/*@import "../offer_seasonal.scss";*/
.testimonial {
  background: #F5F5F5;
  padding: 20px 0;
}
.testimonial .left {
  width: 18%;
  text-align: left;
}
.testimonial .left .count {
  font-family: "robotomedium";
  font-size: 42px;
  line-height: 46px;
  margin: 0;
}
.testimonial .left .quote {
  font-family: "robotolight";
  font-size: 19px;
  line-height: 22px;
  margin: 0;
}
.testimonial .right {
  width: 82%;
  padding-left: 3%;
  border-left: 1px solid #DCDCDC;
}
.testimonial .right .testimonial_slider .client-says {
  position: relative;
  padding: 0 0 0 55px;
}
.testimonial .right .testimonial_slider .client-says:before {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 670px;
  width: 44px;
  height: 36px;
  opacity: 0.45;
  background-position: -456px -105px;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial .right .testimonial_slider .client-says p, .testimonial .right .testimonial_slider .client-says .name {
  margin: 0;
  font-family: "robotolight";
  color: #616161;
  font-size: 16px;
  line-height: 23px;
}
.testimonial .right .testimonial_slider .client-says .name {
  font-family: "robotoregular";
  color: #246ED0;
  margin: 5px 0 0;
}
.testimonial .right .testimonial_slider .client-says:focus {
  outline: none;
}
.testimonial .right .testimonial_slider .slick-prev, .testimonial .right .testimonial_slider .slick-next {
  display: none !important;
}

/*Start Responsive*/
@media (max-width: 768px) {
  .testimonial .left {
    width: 21%;
  }
  .testimonial .right {
    width: 78%;
    padding-left: 1%;
  }
}
@media (max-width: 480px) {
  .testimonial .left {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .testimonial .left .count {
    font-size: 30px;
    line-height: 32px;
  }
  .testimonial .right {
    width: 100%;
    border: none;
    padding: 0;
  }
  .testimonial .right .testimonial_slider .client-says {
    padding: 0;
    text-align: center;
  }
  .testimonial .right .testimonial_slider .client-says:before {
    display: none;
  }
  .testimonial .right .testimonial_slider .client-says .msg, .testimonial .right .testimonial_slider .client-says .name {
    font-size: 14px;
    line-height: 20px;
  }
}
.breadcrumb {
  padding: 6px 0;
  overflow: auto;
  font-size: 13px;
  line-height: 18px;
  font-family: "robotoregular";
  color: #2A2A2A;
  float: none;
}
.breadcrumb .breadcrumb-inner {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  float: left;
}
.breadcrumb a {
  margin: 0;
  float: left;
}
.breadcrumb a label {
  cursor: pointer;
}
.breadcrumb .arrow {
  font-size: 20px;
  line-height: 16px;
  margin: 0 10px;
  font-family: "robotomedium";
  color: #2A2A2A;
}
.breadcrumb .home-link {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.breadcrumb .home-link i {
  width: 19px;
  height: 19px;
  float: left;
  background-position: -65px -41px;
  background-size: 250px;
}
.breadcrumb.breadcrumb-border {
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
.breadcrumb span {
  color: #ef841f;
}

.accordion ul {
  float: left;
  width: 45%;
  margin: 0px 25px;
}

.accordion {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
  position: relative;
}
.accordion .open .question:before {
  content: "-";
}
.accordion .question {
  color: #2A2A2A;
  font-family: "robotomedium";
  font-size: 16px;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 0 10px 30px;
  cursor: pointer;
}
.accordion .question:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 19px;
  height: 19px;
  font-size: 19px;
  line-height: 18px;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #616161;
  border-radius: 100%;
  color: #ffffff;
}

.answer {
  display: none;
  font-size: 15px;
  line-height: 22px;
  color: #2A2A2A;
  font-family: "robotoregular";
  margin: 1px 0px 10px 30px;
}

.faq {
  padding: 60px 0 30px 0;
}
.faq a {
  color: #246ED0;
}
.faq .heading {
  padding: 0 0 3px 0;
}
.faq .tab-faq .tabs {
  margin: 30px 0 6px;
  text-align: center;
}
.faq .tab-faq .tabs li {
  display: inline-block;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin: 0 10px;
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
  padding: 13px 20px;
  cursor: pointer;
}
.faq .tab-faq .tabs li.current {
  position: relative;
  border: 1px solid #ef841f;
}
.faq .tab-faq .tabs li.current:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 8px solid #ef841f;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 48%;
}
.faq .tab-content {
  display: none;
}
.faq .tab-content.current {
  display: block;
}

/*Start Responsive*/
@media (max-width: 1024px) {
  .accordion ul {
    margin: 0px 15px;
  }
}
@media (max-width: 768px) {
  .accordion ul {
    width: 100%;
    margin: 0px 0 0 5px;
  }

  .faq {
    padding: 30px 0 15px 0;
  }
  .faq .tab-faq .tabs {
    margin: 10px 0 6px;
  }
  .faq .tab-faq .tabs li {
    margin: 0 2px;
    padding: 13px 15px;
  }
}
@media (max-width: 480px) {
  .accordion {
    padding: 10px 0;
  }
  .accordion .question {
    font-size: 15px;
    line-height: 18px;
  }
  .accordion .question:before {
    top: 12px;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 14px;
  }

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

  .faq {
    padding: 15px 0;
  }
  .faq .tab-faq .tabs li {
    margin: 0 5px 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 330px) {
  .faq .tab-faq .tabs li {
    margin: 0 2px 10px;
    padding: 8px 6px;
  }
}
/* 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: -25px;
  list-style: none !important;
  display: block !important;
  text-align: left;
  left: 54px;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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);
  }
}
.radiobutton {
  padding: 0;
  list-style: none;
}
.radiobutton li {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.radiobutton li [type=radio]:checked, .radiobutton li [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.radiobutton li [type=radio]:checked + label, .radiobutton li [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radiobutton li [type=radio]:checked + label:before, .radiobutton li [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
}
.radiobutton li [type=radio]:checked + label:after, .radiobutton li [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #246ED0;
  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 {
  border: 1px solid #246ED0;
}
.radiobutton li [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radiobutton li [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cookies {
  position: fixed;
  bottom: 20px;
  left: 130px;
  width: 30%;
  padding: 10px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.cookies i {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 5px 0 0;
  background-position: -247px -65px;
  background-size: 300px;
}
.cookies .content-cookies {
  float: left;
  width: 65%;
  font-size: 14px;
  line-height: 18px;
}
.cookies .content-cookies a {
  display: block;
  text-decoration: underline;
  color: #246ED0;
}
.cookies .cookies-btn {
  float: right;
  width: 14%;
  text-align: center;
  background: #246ED0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  padding: 7px 9px;
  font-family: "robotomedium";
}

@media (max-width: 768px) {
  .cookies {
    left: 40px;
    width: 65%;
  }
}
@media (max-width: 480px) {
  .cookies {
    width: 100%;
    left: 0;
    bottom: -15px;
    z-index: 2;
  }
  .cookies .content-cookies {
    width: 60%;
    font-size: 12px;
    line-height: 14px;
  }
  .cookies .cookies-btn {
    width: 22%;
  }
}
#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;
    }
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

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

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

::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1a1a1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a1a1a1;
}

.error {
  color: #ef1010;
  font-size: 13px;
  width: 100%;
}

.round_button {
  text-align: center;
  font-family: "robotomedium";
  font-size: 16px;
  line-height: 27px;
  border-radius: 20px;
  cursor: pointer;
}

.button {
  text-align: center;
  font-family: "robotomedium";
  font-size: 19px;
  line-height: 24px;
  border-radius: 4px;
  text-transform: uppercase;
}

section {
  float: left;
  width: 100%;
}

a {
  color: #2A2A2A;
}

.sprite {
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 380px;
}

.heading {
  font-size: 27px;
  line-height: 28px;
  color: #1D1D1D;
  font-family: "robotomedium";
  padding: 0 0 10px 0;
}

p {
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
  font-family: "robotoregular";
  margin: 0 0 10px 0;
}

.left {
  float: left;
}
.left p {
  display: inline-block;
}

.right {
  float: right;
}

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

.load-more-bx {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 50px 0 20px 0;
}
.load-more-bx a, .load-more-bx .removea {
  background: #246ED0;
  color: #ffffff;
  padding: 6px 23px;
}
.load-more-bx a:hover, .load-more-bx .removea:hover {
  background: #1c5db3;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
  font-family: "robotoregular";
}
.pagination li {
  display: inline-block;
  position: relative;
}
.pagination li.disabled {
  opacity: 0.2;
}
.pagination li.active {
  background: #246ED0;
  color: #fff;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: bottom;
}
.pagination li.active span {
  vertical-align: middle;
}
.pagination li:first-child {
  padding: 7px 25px 10px 0;
}
.pagination li:first-child.disabled {
  padding: 8px 25px 10px 0;
  margin: 0 10px 0px 0px;
}
.pagination li:last-child.disabled {
  padding: 8px 0 10px 25px;
}
.pagination li .left-arrow, .pagination li .right-arrow {
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 300px;
  width: 18px;
  height: 20px;
  background-position: -228px -63px;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}
.pagination li:last-child {
  padding: 8px 0 10px 15px;
}
.pagination li .right-arrow {
  background-position: -211px -63px;
}
.pagination a {
  color: black;
  padding: 8px 7px;
  text-decoration: none;
  margin: 0 4px;
}

@media (max-width: 480px) {
  .heading {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }

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

  .error {
    position: relative;
  }

  body {
    padding: 52px 0;
  }
}
.price_form {
  background: #4B4949;
  padding: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  margin: 25px 0 0;
}
.price_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price_form form .choose-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price_form form .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px 0 0;
  position: relative;
  min-width: 190px;
}
.price_form form .box.btn-box {
  padding: 0;
}
.price_form form .box.select-bx select {
  background: #fff url(../images/down-arrow.svg) no-repeat center right 8px;
  background-size: 12px;
}
.price_form form .box select, .price_form form .box input, .price_form form .box textarea {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 0 25px 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.price_form form .box select:focus, .price_form form .box select:active, .price_form form .box input:focus, .price_form form .box input:active, .price_form form .box textarea:focus, .price_form form .box textarea:active {
  outline: none;
}
.price_form form .box .con_btn {
  background: #EF841F;
  color: #ffffff;
  display: block;
  padding: 10px 0;
}
.price_form form .box .con_btn:hover {
  background: #d47113;
}
.price_form form .box .error {
  color: #ff7474;
}
.price_form form .box.processbtn {
  padding: 0;
}
.price_form form .box.btnflex {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding: 0;
}
.price_form.academic-serivce-price-form form .box .con_btn {
  padding: 8px 34px;
  border: none;
  width: 100%;
}

@media (max-width: 1024px) {
  .price_form form .box {
    min-width: 155px;
  }
}
@media (max-width: 768px) {
  .price_form {
    padding: 15px;
  }
  .price_form form .box {
    min-width: 120px;
    padding: 0 8px 0 0;
  }
}
@media (max-width: 480px) {
  .price_form {
    padding: 10px;
    margin: 0;
  }
  .price_form form {
    display: inline-block;
    width: 100%;
  }
  .price_form form .box {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .price_form form .btn-box {
    width: 100%;
    margin: 0;
  }
  .price_form form .choose-select {
    display: inline-block;
    width: 100%;
    float: left;
  }
}
.banner-content {
  display: inline-block;
  font-family: "robotoregular";
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
}
.banner-content .main_heading {
  font-family: "robotomedium";
  font-size: 38px;
  line-height: 50px;
  color: #090909;
}
.banner-content .sub_heading {
  font-size: 15px;
  line-height: 20px;
}
.banner-content .feature {
  padding: 30px 0 0 0;
  display: inline-block;
  width: 100%;
}
.banner-content .feature li {
  width: 40%;
  float: left;
  padding: 0 0 20px 0;
}
.banner-content .feature li i {
  width: 46px;
  height: 38px;
  float: left;
  margin: 0 5px 0 0;
  background-size: 420px;
}
.banner-content .feature li i.expert {
  background-position: -4px -7px;
}
.banner-content .feature li i.guaranteed {
  background-position: -49px -7px;
}
.banner-content .feature li i.rated {
  background-position: -91px -7px;
}
.banner-content .feature li i.turnitin {
  background-position: -131px -7px;
}
.banner-content .feature li .title {
  font-size: 20px;
  line-height: 22px;
  display: block;
}
.banner-content .feature li .free {
  background: #33CC6F;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  display: inline;
  padding: 0 5px;
  text-transform: uppercase;
}
.banner-content .get_resume_btn {
  background: #EF841F;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  margin: 5px 0 0;
  line-height: 19px;
}
.banner-content .get_resume_btn:hover {
  background: #d47113;
}

.subject_banner {
  background: url(../images/subject_banner.jpg) no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 66%;
  padding: 35px 0 45px 0;
  position: relative;
  z-index: 0;
}
.subject_banner:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 81, 183, 0.93)), to(rgba(10, 124, 202, 0.93)));
  background: linear-gradient(90deg, rgba(13, 81, 183, 0.93) 0%, rgba(10, 124, 202, 0.93) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.subject_banner .container {
  z-index: 1;
  position: relative;
}

.subject-banner-content {
  display: block;
  color: #ffffff;
  text-align: center;
}
.subject-banner-content .main_heading {
  color: #ffffff;
}
.subject-banner-content .feature {
  width: 85%;
  text-align: left;
}
.subject-banner-content .feature li {
  width: 25%;
}
.subject-banner-content .feature li i {
  height: 40px;
}
.subject-banner-content .feature li i.expert {
  background-position: -73px -138px;
}
.subject-banner-content .feature li i.guaranteed {
  background-position: -125px -138px;
}
.subject-banner-content .feature li i.rated {
  background-position: -216px -138px;
}
.subject-banner-content .feature li i.turnitin {
  background-position: -172px -138px;
}

.subject-price-form {
  background: #033F67;
  margin: 0;
}
.subject-price-form form .box.processbtn {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding: 0;
}
.subject-price-form form .box .con_btn {
  padding: 8px 34px;
  border: none;
  width: 100%;
}

.button-section {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 30px 0 0 0;
}
.button-section .button {
  text-transform: capitalize;
}
.button-section .get-quote-btn {
  background: #EF841F;
  padding: 10px 16px;
  color: #ffffff;
  vertical-align: super;
  margin: 0 15px 0 0;
}
.button-section .get-quote-btn:hover {
  background: #d47113;
}
.button-section .whtsap-btn {
  background: #D5F8FC;
  font-size: 12px;
  line-height: 15px;
  color: #2A2A2A;
  padding: 5px 20px 5px 50px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.button-section .whtsap-btn i {
  width: 33px;
  height: 33px;
  background-position: -123px -74px;
  background-size: 650px;
  position: absolute;
  left: 11px;
  top: 4px;
}
.button-section .whtsap-btn p {
  font-size: 19px;
  line-height: 20px;
  color: #090909;
  font-family: "robotomedium";
  margin: 0;
}

@media (max-width: 1024px) {
  .subject-banner-content .feature {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .subject_banner {
    padding: 30px 0 30px 0;
  }

  .subject-banner-content .feature {
    width: 100%;
  }
  .subject-banner-content .feature li {
    font-size: 12px;
  }
  .subject-banner-content .feature li .title {
    font-size: 16px;
  }

  .subject-price-form form .box .con_btn {
    padding: 8px 3px;
  }
}
@media (max-width: 767px) {
  .banner-content .main_heading {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-content .sub_heading {
    font-size: 14px;
  }
  .banner-content .feature {
    padding: 10px 0 0 0;
  }
  .banner-content .feature li {
    width: 50%;
    padding: 0 0 10px 0;
    font-size: 12px;
  }
  .banner-content .feature li i {
    width: 31px;
    height: 33px;
    margin: 0 3px 0 0px;
    background-size: 310px;
  }
  .banner-content .feature li i.expert {
    background-position: -5px -1px;
  }
  .banner-content .feature li i.guaranteed {
    background-position: -38px -2px;
  }
  .banner-content .feature li i.rated {
    background-position: -68px -2px;
  }
  .banner-content .feature li i.turnitin {
    background-position: -100px -2px;
  }
  .banner-content .feature li .title {
    font-size: 17px;
    line-height: 20px;
  }

  .subject-banner-content .main_heading {
    font-size: 24px;
    line-height: 28px;
  }
  .subject-banner-content .feature li i.expert {
    background-position: -56px -100px;
  }
  .subject-banner-content .feature li i.guaranteed {
    background-position: -93px -100px;
  }
  .subject-banner-content .feature li i.rated {
    background-position: -163px -100px;
  }
  .subject-banner-content .feature li i.turnitin {
    background-position: -128px -100px;
  }

  .subject-price-form form .box:nth-child(3) {
    width: 100%;
    padding: 0;
  }

  .button-section {
    padding: 20px 0 0 0;
  }
  .button-section .get-quote-btn {
    margin: 0 0 10px 0;
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .banner-content .feature li i {
    display: none;
  }
}
.writer-main-bx {
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
.writer-main-bx .writers-bx {
  width: 30.66%;
  float: left;
  margin: 0 4% 0 0;
  background: #fff;
  border: 1px solid #DCDCDC;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 15px;
}
.writer-main-bx .writers-bx:last-child {
  margin: 0;
}
.writer-main-bx .writers-bx img {
  float: left;
  margin: 0 10px 0 0;
  height: 42px;
}
.writer-main-bx .writers-bx .writer-name {
  background: #616161;
  padding: 10px 15px;
  margin: 0 10px 0 0;
  color: #fff;
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.writer-main-bx .writers-bx .writer-info {
  display: block;
}
.writer-main-bx .writers-bx .writer-info .name {
  font-size: 16px;
  line-height: 18px;
  color: #2A2A2A;
  font-family: "robotomedium";
}
.writer-main-bx .writers-bx .writer-info .name span {
  font-size: 13px;
  line-height: 16px;
  float: right;
  font-family: "robotoregular";
}
.writer-main-bx .writers-bx .writer-info .name span:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.writer-main-bx .writers-bx .writer-info .name span.online {
  color: #33CC6F;
}
.writer-main-bx .writers-bx .writer-info .name span.online:before {
  background: #33CC6F;
}
.writer-main-bx .writers-bx .writer-info .name span.offline {
  color: #F21A1A;
}
.writer-main-bx .writers-bx .writer-info .name span.offline:before {
  background: #F21A1A;
}
.writer-main-bx .writers-bx .writer-info .field {
  font-size: 13px;
  line-height: 18px;
}
.writer-main-bx .writers-bx .hire-box {
  display: inline-block;
  width: 100%;
  padding: 10px 0 0 0;
}
.writer-main-bx .writers-bx .hire-box ul {
  float: left;
  width: 71%;
}
.writer-main-bx .writers-bx .hire-box ul li {
  font-size: 14px;
  line-height: 18px;
}
.writer-main-bx .writers-bx .hire-box ul li:before {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 380px;
  background-position: -294px -108px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}
.writer-main-bx .writers-bx .hire-box .hire {
  float: right;
  width: 29%;
  background: #33CC6F;
  color: #ffffff;
  text-align: center;
  padding: 6px 7px;
  border-radius: 4px;
}
.writer-main-bx .writers-bx .hire-box .hire:hover {
  background: #2abb63;
}

@media (max-width: 1024px) {
  .writer-main-bx .writers-bx .hire-box .hire {
    padding: 6px 0px;
  }
}
@media (max-width: 768px) {
  .writer-main-bx .writers-bx {
    width: 48%;
  }
  .writer-main-bx .writers-bx:nth-child(2) {
    margin: 0;
  }
  .writer-main-bx .writers-bx:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .writer-main-bx .writers-bx img {
    width: 42px;
    height: 42px;
  }
  .writer-main-bx .writers-bx img:not([src]) {
    display: none;
  }
}
@media (max-width: 480px) {
  .writer-main-bx {
    padding: 10px 0;
  }
  .writer-main-bx .writers-bx {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .writer-main-bx .writers-bx:nth-child(2) {
    margin: 0 0 4% 0;
  }
  .writer-main-bx .writers-bx:last-child {
    display: block;
  }
}
.choose-us {
  background: #F1F1F1;
  padding: 60px 0;
}
.choose-us .sub-content {
  padding: 0 90px;
}
.choose-us .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 50px;
}
.choose-us .services li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 16px 0 0;
  padding: 15px;
}
.choose-us .services li:last-child {
  margin: 0;
}
.choose-us .services li i {
  width: 63px;
  height: 63px;
  margin: 0 0px 7px 0;
  background-size: 420px;
  display: block;
}
.choose-us .services li i.academic {
  background-position: -177px 0px;
}
.choose-us .services li i.guarante {
  background-position: -240px 0px;
}
.choose-us .services li i.plagiarism {
  background-position: -299px 0px;
}
.choose-us .services li i.happy-client {
  background-position: -360px 0px;
}
.choose-us .services li i.unlimited {
  background-position: -129px -183px;
}
.choose-us .services li i.research-work {
  background-position: -60px -183px;
}
.choose-us .services li .service-title {
  font-size: 18px;
  line-height: 22px;
  color: #2A2A2A;
  font-family: "robotomedium";
  margin-bottom: 10px;
}
.choose-us .services li p {
  font-size: 14px;
  line-height: 18px;
  height: 115px;
  overflow: auto;
  margin: 0;
}

@media (max-width: 1024px) {
  .choose-us .services li .service-title {
    font-size: 16px;
    line-height: 18px;
  }
  .choose-us .video {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .choose-us .services {
    padding: 10px;
    display: inline-block;
  }
  .choose-us .services li {
    width: 49.3%;
    float: left;
    margin: 0 10px 10px 0;
  }
  .choose-us .services li .service-title br {
    display: none;
  }
  .choose-us .services li:nth-child(even) {
    margin: 0 0 10px 0;
  }
  .choose-us .services li p {
    height: 80px;
  }
  .choose-us .video {
    width: 36%;
  }
}
@media (max-width: 480px) {
  .choose-us {
    padding: 20px 0 !important;
  }
  .choose-us .sub-content {
    text-align: left;
    padding: 0;
  }
  .choose-us .services {
    padding: 10px 0;
    display: inline-block;
  }
  .choose-us .services li {
    width: 100%;
    float: left;
    margin: 0 0px 10px 0;
  }
  .choose-us .services li i {
    float: left;
    width: 43px;
    height: 43px;
    background-size: 300px;
  }
  .choose-us .services li i.academic {
    background-position: -126px -1px;
  }
  .choose-us .services li i.guarante {
    background-position: -171px -1px;
  }
  .choose-us .services li i.plagiarism {
    background-position: -215px -1px;
  }
  .choose-us .services li i.happy-client {
    background-position: -256px -1px;
  }
  .choose-us .services li i.unlimited {
    background-position: -93px -132px;
  }
  .choose-us .services li i.research-work {
    background-position: -43px -133px;
  }
  .choose-us .services li .service-title {
    display: inline-block;
    padding: 5px 0 0 7px;
  }
  .choose-us .services li .service-title br {
    display: block;
  }
  .choose-us .services li p {
    height: auto;
    display: inline-block;
  }
  .choose-us .video {
    width: 100%;
  }
}
.order_process {
  background: url(../images/home_Order_Process_banner.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 60px 0;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.order_process:before {
  content: "";
  background: rgba(8, 81, 178, 0.92);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.order_process .container {
  z-index: 1;
  position: relative;
}
.order_process .heading {
  color: #ffffff;
  padding: 0 0 5px 0;
}
.order_process .sub-heading {
  color: #ffffff;
  font-size: 14px;
  padding: 0 0 40px 0;
}
.order_process .order-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px 36px;
}
.order_process .order-step li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0 38px 0 0;
  padding: 15px;
}
.order_process .order-step li:last-child {
  margin: 0;
}
.order_process .order-step li p {
  color: #F6F6F6;
  font-family: "robotolight";
}
.order_process .order-step .step-no {
  background: #33CC6F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 9px 11px;
  text-align: center;
  font-family: "robotomedium";
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 0 18px 0;
}
.order_process .order-step .heading {
  font-size: 18px;
  line-height: 22px;
  color: #FFC410;
}
.order_process .essay-order-btn {
  background: #FFC410;
  padding: 11px 37px;
}
.order_process .essay-order-btn:hover {
  background: #e8b20d;
}

@media (max-width: 768px) {
  .order_process {
    padding: 40px 0;
    /*        height: 460px;*/
    height: auto;
  }
  .order_process .order-step {
    padding: 0 15px 27px;
  }
  .order_process .order-step li {
    margin: 0 15px 0 0;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .order_process {
    /*        height: 530px;*/
    height: auto;
    padding: 25px 0;
  }
  .order_process .sub-heading {
    padding: 0 0 10px 0;
    margin: 0;
  }
  .order_process .order-step {
    padding: 0px 0px 19px;
    text-align: left;
    display: block;
  }
  .order_process .order-step .heading {
    display: inline-block;
  }
  .order_process .order-step li {
    margin: 0 0px 0 0;
    padding: 10px;
    text-align: left;
  }
  .order_process .order-step li p {
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 16px;
  }
  .order_process .order-step .step-no {
    margin: 0 0 4px 0;
    width: 30px;
    height: 30px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 18px;
  }
}
/*.sprite {
    background: url(../images/svg/sprite.svg) no-repeat;
}*/
::-webkit-scrollbar {
  height: 3px;
}

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

.noresult {
  padding: 20px 0px;
  text-align: center;
  display: block;
  border: 1px solid #ced4da;
  margin-bottom: -1px;
  background: #fff;
}
.noresult span {
  display: block;
  padding: 10px 0 0;
  text-align: center;
  color: #ff0000;
  font-size: 16px;
  line-height: 18px;
}

.breadcrumbmain {
  padding: 5px 0 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.breadcrumbmain ul li {
  font-size: 13px;
  line-height: 15px;
  display: inline;
  vertical-align: inherit;
}
.breadcrumbmain ul li .home-link {
  padding: 0 5px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
.breadcrumbmain ul li .home-link i {
  width: 19px;
  height: 19px;
  float: left;
  background-position: -65px -41px;
  background-size: 250px;
}
.breadcrumbmain ul li span, .breadcrumbmain ul li a {
  color: #2A2A2A;
}
.breadcrumbmain ul li span:after, .breadcrumbmain ul li a:after {
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  background: url(../images/svg/sprite.svg) -126px -39px no-repeat;
  margin-left: 5px;
  background-size: 180px;
  vertical-align: inherit;
}
.breadcrumbmain .active-breadcrumb {
  color: #ef841f;
}

select, input[type=text], input[type=email], textarea {
  padding: 12px 15px;
}

.MainContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0 !important;
}

.tablePractice ul li:nth-child(2), .tablePractice ul li:nth-child(5) {
  width: 40%;
}
.tablePractice ul li:nth-child(3), .tablePractice ul li:nth-child(6) {
  width: 32%;
}

.tablePractice {
  border: 1px solid #D8D8D8;
  line-height: 32px;
  max-width: 100%;
  margin: 20px 0 30px;
  -webkit-box-shadow: 0 0 15px -8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px -8px rgba(0, 0, 0, 0.2);
}
.tablePractice p {
  text-align: center;
  margin: 0;
  line-height: 32px;
}
.tablePractice span {
  color: #616161;
}
.tablePractice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tablePractice ul li {
  display: inline-block;
  padding-left: 10px;
  width: 28%;
  border-top: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  font-size: 0.875rem;
  color: #2A2A2A;
  font-family: "robotomedium";
}
.tablePractice ul li:nth-of-type(3n) {
  border-right: none;
}
.tablePractice ul li h3 {
  font-size: 0.875rem;
  color: #2A2A2A;
  padding: 0;
  display: inline;
}

.AsideLeft {
  width: 65%;
  /*    .sampletitle{
          display: flex;
          h1{
              padding: 0 0 0 5px;
          }
      }*/
  /*    .content-overlay {            
          padding: 5px 20px;
          width: 100%;
          min-height: 600px;
          background-image: url(../images/sample-text.jpg);
          background-size: 100%;
          position:relative;
      }*/
}
.AsideLeft .mt-10 {
  margin: 10px 0 0 0;
}
.AsideLeft .mt-20 {
  margin: 20px 0 0 0;
}
.AsideLeft .mt-30 {
  margin: 30px 0 0 0;
}
.AsideLeft .mb-10 {
  margin: 0 0 10px 0;
}
.AsideLeft .mb-20 {
  margin: 0 0 20px 0;
}
.AsideLeft .mb-30 {
  margin: 0 0 30px 0;
}
.AsideLeft #content ul {
  display: inline-block;
  margin: 0 0 20px 0;
}
.AsideLeft #content ul li {
  font-weight: 400;
  color: #272727;
  padding: 0 0 0 25px;
  text-align: justify;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  list-style: none !important;
}
.AsideLeft #content ul li:before {
  display: inline-block;
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat -214px -109px;
  background-size: 300px;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 3px;
}
.AsideLeft #content ol {
  display: inline-block;
  margin: 0 0 20px 15px;
}
.AsideLeft #content ol li {
  font-weight: 400;
  color: #272727;
  padding: 0 0 0 5px;
  text-align: justify;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 22px;
  list-style: decimal;
}
.AsideLeft h3 {
  font-size: 20px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: "robotomedium";
  padding: 0 0 20px 0;
}
.AsideLeft h2 {
  font-size: 24px;
  line-height: 26px;
  color: #1D1D1D;
  padding: 0 0 20px 0;
}
.AsideLeft h4 {
  font-size: 18px;
  line-height: 20px;
  color: #1D1D1D;
  padding: 0 0 7px 0;
}
.AsideLeft table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}
.AsideLeft table thead {
  background: #f5f5f5;
  text-align: left;
}
.AsideLeft table thead tr th {
  padding: 5px 10px;
  font-weight: normal;
  font-family: "robotomedium";
  border: 1px solid #d7d7d7;
}
.AsideLeft table tr td {
  font-size: 0.875rem;
  border: 1px solid #d7d7d7;
  padding: 5px 8px;
}
.AsideLeft .leftblur {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.AsideLeft .title {
  font-size: 30px;
  line-height: 32px;
  color: #ef841f;
  font-family: "robotomedium";
  margin-bottom: 20px;
}
.AsideLeft .label {
  font-size: 26px;
  color: #1D1D1D;
  margin-bottom: 20px;
}
.AsideLeft .label:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #2e76aa;
}
.AsideLeft article p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #2A2A2A;
  text-align: justify;
}
.AsideLeft article p label {
  display: block;
}
.AsideLeft article a {
  color: #0761c1;
}
.AsideLeft .links {
  padding-left: 15px;
  margin-bottom: 30px;
}
.AsideLeft .links li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
}
.AsideLeft .links li:before {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #2A2A2A;
  content: "";
  vertical-align: middle;
  margin-right: 5px;
}
.AsideLeft .selectIkea {
  font-size: 20px;
  font-family: "robotomedium";
  color: #1D1D1D;
  margin-bottom: 30px;
}
.AsideLeft .selectIkea span {
  font-size: 16px;
  background: #5C7A36;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 15px;
}
.AsideLeft .leftitle {
  font-size: 25px;
  font-family: "robotomedium";
  color: #1D1D1D;
  margin-bottom: 10px;
}
.AsideLeft .content-overlay {
  position: absolute;
  padding: 5px 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 50%;
  background-image: url(../images/sample-text.jpg);
  background-size: 100%;
}
.AsideLeft #samplemodal {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.AsideLeft #samplemodal .modal-box {
  max-width: 500px;
  margin: 1.75rem auto;
  background-color: #fff;
  font-size: 13px;
  pointer-events: auto;
  /*              border: 1px solid #e7e7e7;*/
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  width: auto;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box {
  width: 40%;
  text-align: center;
  position: relative;
  padding: 85px 0 15px 0;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box img {
  width: 130px;
  margin: 0 auto;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-title {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  padding: 0 15px;
  text-align: center;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-list {
  font-size: 62px;
  line-height: 64px;
  color: #ef841f;
  font-family: "robotomedium";
  margin: 0 auto 10px;
  position: relative;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-list span {
  font-size: 16px;
  line-height: 18px;
  font-family: "robotomedium";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 25px;
  text-shadow: none;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box {
  background: #ef841f;
  border-radius: 0 3px 3px 0;
  color: #fff;
  padding: 25px 20px;
  width: 60%;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box p {
  padding: 0 22px;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box p strong {
  font-size: 18px;
  display: block;
  line-height: 20px;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box span {
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin: 3px 0 15px 0;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box .inputbox {
  margin: 0 auto 16px;
  display: block;
  width: 100%;
  text-align: center;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box .inputbox:last-child {
  margin: 0;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box .inputbox input {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box .inputbox .error {
  background: #fff0f0;
  text-align: left;
  padding: 0 5px;
  font-size: 12px;
  line-height: 15px;
  display: block;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box .inputbox .btn-submit {
  background-color: #fff;
  color: #ef841f;
  padding: 8px 25px;
  border: none;
  -webkit-box-shadow: 2px 2px 2px rgba(154, 154, 154, 0.45);
          box-shadow: 2px 2px 2px rgba(154, 154, 154, 0.45);
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 17px;
  line-height: 19px;
  font-family: "robotomedium";
  text-transform: capitalize;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}
.AsideLeft #samplemodal .modal-box .popup-wrapper .form-box .inputbox .btn-submit:hover {
  background-color: #fbfbfb;
}
.AsideLeft .download-btns {
  background: #ef841f;
  color: #fff;
  display: block;
  padding: 10px 0px;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  font-family: robotomedium;
  border-radius: 4px;
  width: 280px;
  margin: 30px auto 20px;
}

.blueContent {
  color: #2a2a2a;
  background: #ECFAFF;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 15px;
  line-height: 21px;
}
.blueContent a {
  color: #ef841f;
  font-family: "robotoregular";
}

.cityWorks {
  background: #F5F5F5;
  padding: 15px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  margin: 40px 0 30px;
}
.cityWorks .top {
  font-size: 16px;
  color: #2A2A2A;
  margin-bottom: 20px;
}
.cityWorks .top span {
  font-size: 20px;
  font-family: "robotomedium";
  display: block;
}
.cityWorks .tab-links {
  border-bottom: 2px solid #ef841f;
}
.cityWorks .tab-links li {
  display: inline-block;
  margin-right: 7px;
}
.cityWorks .tab-links li a {
  color: #2A2A2A;
  display: block;
  background: #fff;
  padding: 5px 30px;
  border: 1px solid #D8D8D8;
  border-bottom: 0px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-family: "robotoregular";
}
.cityWorks .tab-links li.active a {
  color: #fff;
  background: #ef841f;
  border-color: #ef841f;
}
.cityWorks .tab-content {
  background: #fff;
  padding: 10px 15px 15px;
  font-size: 15px;
}
.cityWorks .tableft {
  float: left;
  text-align: center;
}
.cityWorks .tableft .tableftcontent {
  font-size: 16px;
  line-height: 18px;
  color: #ef841f;
  background: #ECFAFF;
  border: 1px dashed #BED8E1;
  padding: 8px 10px;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.cityWorks .tableft .tableftcontent i {
  width: 28px;
  height: 24px;
  display: inline-block;
  background-size: 220px;
  background-position: -173px -143px;
  margin: 0 0 0 5px;
  vertical-align: text-bottom;
}
.cityWorks .tableft .tableftcontent img {
  width: 20px;
  height: 22px;
  position: relative;
  vertical-align: bottom;
}
.cityWorks .tableft .copycontent {
  font-size: 16px;
  line-height: 18px;
  color: #EF841F;
  background: #ECFAFF;
  border: 1px dashed #BED8E1;
  padding: 6px 30px;
  margin: 10px 0 0 0;
  display: block;
}
.cityWorks .tabright {
  font-size: 14px;
  line-height: 18px;
  color: #2a2a2a;
  padding: 25px 0 0 0;
}
.cityWorks .tabright a {
  color: #ef841f;
  font-family: "robotoregular";
}

.tab-content .tab {
  display: none;
}
.tab-content .tab.active {
  display: block;
}

.RightSample {
  width: 30%;
}

.TimeGrade {
  -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;
}
.TimeGrade .TimeTitle {
  font-size: 23px;
  line-height: 25px;
  color: #2e76aa;
  text-align: center;
  display: block;
}
.TimeGrade .line {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.TimeGrade .line:after {
  width: 200px;
  height: 1px;
  background: #2e76aa;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.TimeGrade .line:before {
  content: "";
  width: 40px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #2e76aa;
  border-radius: 3px;
}
.TimeGrade .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 .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 .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 .price small {
  font-size: 32px;
  line-height: 34px;
}
.TimeGrade .box {
  position: relative;
  margin-bottom: 15px;
}
.TimeGrade .box.select-bx select {
  background: #fff url(../images/down-arrow.svg) no-repeat center right 8px;
  background-size: 12px;
  padding: 6px 25px 6px 10px;
}
.TimeGrade select {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.TimeGrade select:focus, .TimeGrade option:focus {
  outline: none;
}
.TimeGrade .onscrollform {
  display: none;
}
.TimeGrade.fixed {
  position: fixed;
  top: 57px;
  background: rgba(27, 27, 27, 0.95);
  width: 100%;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  border-radius: 0;
  -webkit-animation-name: transaction;
          animation-name: transaction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.TimeGrade.fixed .onpageform {
  display: none;
}
.TimeGrade.fixed .onscrollform {
  display: block;
}
.TimeGrade.fixed .formtitle {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0 0 10px 0;
}
.TimeGrade.fixed .formtitle span {
  color: #F58E0E;
  font-family: "robotomedium";
}
.TimeGrade.fixed .sroll-form-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TimeGrade.fixed .sroll-form-data .btnsection {
  margin: 0;
}
.TimeGrade.fixed .sroll-form-data .btnsection .odrBtn {
  margin: 0;
  padding: 9px 20px;
  line-height: 22px;
  cursor: pointer;
}
.TimeGrade.fixed .sroll-form-data .btnsection .btnquote {
  display: none;
}
.TimeGrade.fixed .sroll-form-data .box {
  margin: 0 15px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.TimeGrade.fixed .sroll-form-data .box.select-bx:after {
  top: 17px;
}
.TimeGrade.fixed .sroll-form-data .box select, .TimeGrade.fixed .sroll-form-data .box input[type=text] {
  padding: 6px 10px;
  height: 40px;
  font-family: "robotoregular";
  background-color: #fff;
  line-height: normal;
  position: relative;
  width: 100%;
  font-size: 0.8125rem;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}
.TimeGrade.fixed .sroll-form-data .box select {
  padding: 6px 25px 6px 10px;
  background: #fff url(../images/down-arrow.svg) no-repeat center right 8px;
  background-size: 12px;
}
.TimeGrade.fixed .error {
  font-size: 12px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border: 1px solid transparent;
  line-height: 12px;
  padding: 1px 7px;
  display: block;
}

.btnsection {
  text-align: center;
  margin: 30px 0 20px 0;
}
.btnsection .odrBtn {
  background: #ef841f;
  padding: 8px 30px;
  color: #fff;
  border: 0;
  font-size: 19px;
  line-height: 22px;
  font-family: "robotomedium";
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 3px 6px hsla(0deg, 0%, 0%, 0.16);
          box-shadow: 0 3px 6px hsla(0deg, 0%, 0%, 0.16);
}
.btnsection .btnquote {
  font-size: 14px;
  line-height: 16px;
  color: #2A2A2A;
}

.secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ExpertsWriters {
  margin: 30px 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-bottom: 20px;
  text-align: center;
}
.ExpertsWriters .viewAll {
  background: #ef841f;
  padding: 8px 20px;
  text-align: center;
  display: inline-block;
  margin: 30px auto 0;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
}
.ExpertsWriters .writerSlider {
  text-align: left;
}

.rightTop {
  background: #F2F2F2;
  padding: 10px 20px;
  text-align: center;
}
.rightTop span {
  font-size: 24px;
  line-height: 26px;
  font-family: "robotomedium";
}
.rightTop p {
  margin: 0;
}

.writerSlider {
  padding: 15px;
  margin: 0 !important;
}
.writerSlider li {
  background: #F1F1F1;
  padding: 15px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 7px 10px;
}
.writerSlider .str-rate i {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 1px;
  background: url(../images/svg/sprite.svg) no-repeat;
  background-position: -391px -258px;
  background-size: 480px;
}
.writerSlider .str-rate i.active {
  background-position: -372px -258px;
}
.writerSlider .str-rate span {
  display: block;
}
.writerSlider .img {
  float: left;
  margin-right: 5px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.writerSlider .img img {
  width: 60px;
  height: 60px;
}
.writerSlider .Content {
  margin-top: 25px;
}
.writerSlider .Content span {
  font-size: 16px;
  line-height: 18px;
  font-family: "robotomedium";
  display: block;
}
.writerSlider .Content span .writerprofile {
  font-size: 13px;
  line-height: 15px;
  text-decoration: underline;
  color: #ef841f;
  padding: 0 0 0 5px;
}
.writerSlider .Content i {
  font-style: italic;
  color: #848484;
  display: block;
  font-size: 15px;
  line-height: 22px;
}
.writerSlider .Content .hireBtn {
  display: block;
  background: #2e76aa;
  padding: 5px 0px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  width: 80px;
  margin-top: 15px;
}
.writerSlider .slick-dots {
  text-align: center;
  bottom: -10px;
  width: 100% !important;
  left: 0;
}
.writerSlider .slick-dots li {
  height: 5px !important;
  width: 15px !important;
  border-radius: 0% !important;
  background: #A7A7A7 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px !important;
  padding: 0 !important;
  margin: 0 3px !important;
}
.writerSlider .slick-dots li.slick-active {
  background: #ef841f !important;
  border-color: #ef841f !important;
}
.writerSlider .slick-dots li button {
  display: none;
}

.rightside-topic {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 0 0 30px;
}
.rightside-topic .title {
  margin-bottom: 5px;
  font-family: "robotomedium";
  font-size: 20px;
  background: #F2F2F2;
  color: #090909;
  display: block;
  padding: 10px 15px;
}
.rightside-topic ul li {
  padding-left: 40px !important;
  background: 0 0;
  margin: 0;
  position: relative;
  display: block;
  padding: 9px 5px 9px 20px;
}
.rightside-topic ul li:before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 13px;
  content: "";
  background: url(../images/svg/sprite.svg) -369px -137px no-repeat;
}

.freeTools {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 0 0 12px;
  background: #fff;
  margin: 0 0 30px;
}
.freeTools .heading {
  background: #f2f2f2;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  padding: 12px 15px;
  color: #1d1d1d;
  font-family: robotomedium;
}
.freeTools .title {
  margin-bottom: 5px;
  font-family: "robotomedium";
  font-size: 22px;
  line-height: 24px;
  background: #F2F2F2;
  text-align: center;
  color: #090909;
  display: block;
  padding: 8px;
}
.freeTools .title p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.freeTools .toollist {
  padding: 15px 15px 10px;
  height: 486px;
  overflow: auto;
}
.freeTools .toollist li {
  margin-bottom: 15px;
  border-radius: 3px;
  padding: 10px 10px 15px 68px;
  border: 1px solid #d8d8d8;
  position: relative;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  color: #2a2a2a;
  font-family: "robotomedium";
}
.freeTools .toollist li .tool-img {
  position: absolute;
  left: 10px;
  top: 17px;
}
.freeTools .toollist li .inner-tool-head {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}
.freeTools .toollist li .inner-tool-text {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: left;
}
.freeTools .toollist li .toolBtn {
  display: inline-block;
  background: #EF841F;
  font-family: "robotomedium";
  padding: 6px 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
}
.freeTools .toollist li .toolBtn:hover {
  background: #f09138;
}

.LiveReviews {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-bottom: 20px;
  text-align: center;
}
.LiveReviews .title {
  margin-bottom: 5px;
  font-family: "robotomedium";
  font-size: 20px;
  background: #F2F2F2;
  color: #090909;
  display: block;
  padding: 10px 15px;
}
.LiveReviews .title p {
  font-size: 14px;
  font-family: "robotoregular";
  margin: 0;
}
.LiveReviews .viewAll {
  background: #ef841f;
  padding: 8px 20px;
  text-align: center;
  display: inline-block;
  margin: 20px auto 0;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
}

.SectionReview li {
  padding: 15px;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
}
.SectionReview li:last-child {
  border-bottom: 0;
}
.SectionReview .top figure {
  float: left;
  border: 1px solid #DDDDDD;
  padding: 3px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.SectionReview .top figure img {
  vertical-align: middle;
  width: 54px;
}
.SectionReview .top .right {
  float: left;
  margin-left: 10px;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
}
.SectionReview .top .right span {
  display: block;
  font-family: "robotoregular";
  font-size: 15px;
  line-height: 18px;
}
.SectionReview .top .days {
  float: right;
  font-size: 13px;
  line-height: 20px;
  color: #ef841f;
}
.SectionReview .str-rate i {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 1px;
  background: url(../images/svg/sprite.svg) no-repeat;
  background-position: -386px -254px;
}
.SectionReview .str-rate i.active {
  background-position: -367px -254px;
}
.SectionReview .contentReview {
  font-size: 14px;
  line-height: 18px;
  padding-left: 25px;
  position: relative;
  margin: 0;
}
.SectionReview .contentReview:before {
  content: '"';
  display: inline-block;
  font-size: 60px;
  color: #D7D7D7;
  font-family: Catamaran;
  line-height: 60px;
  position: absolute;
  top: -4px;
  height: 25px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Related-samples {
  float: none;
}
.Related-samples .latestLabel:after {
  width: 100px !important;
}
.Related-samples .latestLabel span {
  font-size: 18px;
  font-family: "robotomedium";
  margin: 0 5px;
}
.Related-samples .latestLabel a {
  font-size: 15px;
  color: #ef841f;
  text-decoration: underline;
}
.Related-samples .label {
  font-size: 26px;
  color: #1D1D1D;
  margin-bottom: 20px;
}
.Related-samples .label:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #ef841f;
}

.relatedSlider {
  position: relative;
  margin: 0px auto 30px;
}
.relatedSlider .slick-track {
  margin: 0;
}
.relatedSlider .slick-prev, .relatedSlider .slick-next {
  position: absolute;
  top: 150px;
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 840px;
  text-indent: -9999px;
  width: 30px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  border: 0;
}
.relatedSlider .slick-prev {
  left: -30px;
  background-position: -605px -282px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  overflow: hidden;
}
.relatedSlider .slick-next {
  right: -30px;
  background-position: -605px -282px;
}
.relatedSlider li {
  background: #F5F5F5;
  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);
  margin: 10px;
  padding: 20px 15px;
}
.relatedSlider .title {
  font-size: 17px;
  line-height: 20px;
  color: #1D1D1D;
  font-family: "robotomedium";
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  max-height: 4.4rem;
}
.relatedSlider .related-info {
  font-size: 14px;
  line-height: 16px;
  color: #373737;
  margin: 0 0 5px 0;
}
.relatedSlider .related-info span {
  color: #929191;
  font-family: "robotomedium";
}
.relatedSlider .more-toggle {
  margin: 20px 0 10px 0;
  font-size: 15px;
  line-height: 20px;
  color: #2a2a2a;
  height: 140px;
  overflow: auto;
}
.relatedSlider .more-toggle a {
  color: #ef841f;
  font-family: "robotoregular";
}
.relatedSlider .viewBtn {
  color: #ef841f;
  font-family: "robotomedium";
  font-size: 14px;
  line-height: 16px;
}
.relatedSlider .viewBtn:after {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 380px;
  width: 15px;
  height: 11px;
  display: inline-block;
  background-position: -272px -128px;
  vertical-align: middle;
  margin: 0px 0 0 5px;
}

.tableofcontent .contentheading {
  font-size: 22px;
  line-height: 24px;
  font-family: "robotomedium";
  color: #1D1D1D;
}
.tableofcontent .contentbx {
  background: #fff;
  border: 1px solid #d8d8d8;
  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);
  padding: 15px;
  height: 275px;
  overflow: auto;
  margin: 5px 0 30px 0;
}
.tableofcontent .contentbx li {
  padding: 0 0 10px 0;
}
.tableofcontent .contentbx li:last-child {
  padding: 0;
}
.tableofcontent .contentbx li a {
  color: #7F9C34;
  font-size: 16px;
  line-height: 18px;
}
.tableofcontent .contentbx li ul {
  margin: 0 0 0 20px;
  padding: 5px 0 0 0;
}
.tableofcontent .contentbx li ul li {
  padding: 0 0 5px 0;
}
.tableofcontent .contentbx li ul li a {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 18px;
}

/* sample page css*/
.sample_bannerbg {
  background: url(../images/sample_bannerbg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}
.sample_bannerbg:before {
  content: "";
  background: rgba(52, 52, 52, 0.8) 0% 0% no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sample_bannerbg .container {
  position: relative;
  z-index: 1;
}
.sample_bannerbg .mid_area {
  width: 78%;
  margin: 0 auto;
}
.sample_bannerbg .mid_area .sample_banner_heading {
  text-align: center;
  font-size: 38px;
  line-height: 44px;
  font-family: "robotomedium";
  color: #fff;
}
.sample_bannerbg .mid_area .sample_banner_heading span {
  color: #ffc410;
}
.sample_bannerbg .mid_area .sample_banner_pera {
  text-align: center;
  font-size: 16px;
  font-family: robotolight;
  line-height: 20px;
  color: #FFFFFF;
  margin: 6px 0 0 0;
}
.sample_bannerbg .mid_area svg {
  display: block;
  margin: 15px auto 0;
}
.sample_bannerbg .feature_sample {
  width: 60%;
  margin: 0 auto;
  padding: 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sample_bannerbg .feature_sample li {
  width: 33.33%;
  padding: 0 0 20px;
  color: #FFC410;
  font-size: 14px;
  line-height: 16px;
}
.sample_bannerbg .feature_sample li i {
  width: 40px;
  height: 35px;
  float: left;
  margin: 0 5px 0 0;
  background-size: 370px;
  display: block;
}
.sample_bannerbg .feature_sample li i.expert_sm {
  background-position: -65px -120px;
}
.sample_bannerbg .feature_sample li i.guaranteed_sm {
  background-position: -108px -121px;
}
.sample_bannerbg .feature_sample li i.turnitin_sm {
  background-position: -151px -122px;
}
.sample_bannerbg .feature_sample li .title {
  font-size: 20px;
  line-height: 22px;
  display: block;
}
.sample_bannerbg .feature_sample li .free {
  background: #89C73B;
  color: #090909;
  font-size: 16px;
  line-height: 18px;
  display: inline;
  padding: 0 5px;
  text-transform: uppercase;
}

.paper_form_section {
  padding: 60px 0 0;
}
.paper_form_section .sapmple_search_frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.paper_form_section .sapmple_search_frm .left_paper_select {
  margin: 0 30px 0 0;
  width: calc(33.33% - 15px);
  position: relative;
}
.paper_form_section .sapmple_search_frm .left_paper_select select {
  font-size: 15px;
  font-family: robotoregular;
  line-height: 22px;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  padding: 13px 10px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../images/down-arrow.svg) no-repeat center right 8px;
  background-size: 12px;
}
.paper_form_section .sapmple_search_frm .right_paper_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(66.66% - 0px);
  position: relative;
}
.paper_form_section .sapmple_search_frm .right_paper_input .error {
  position: absolute;
  font-size: 0.75rem;
  font-family: robotolight;
  bottom: -15px;
}
.paper_form_section .sapmple_search_frm .right_paper_input input {
  font-size: 15px;
  line-height: 22px;
  font-family: robotoregular;
  color: #000;
  padding: 13px 10px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  width: 100%;
}
.paper_form_section .sapmple_search_frm .right_paper_input input::-webkit-input-placeholder {
  color: #B1B1B1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input::-moz-placeholder {
  color: #B1B1B1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input:-ms-input-placeholder {
  color: #B1B1B1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input::-ms-input-placeholder {
  color: #B1B1B1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input::placeholder {
  color: #B1B1B1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #B1B1B1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B1B1B1;
  opacity: 1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B1B1B1;
  opacity: 1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B1B1B1;
}
.paper_form_section .sapmple_search_frm .right_paper_input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B1B1B1;
}
.paper_form_section .sapmple_search_frm .right_paper_input .search_btn_yellow {
  background: #FFC410;
  border-radius: 0px 3px 3px 0px;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  cursor: pointer;
  border-color: transparent;
  width: 63px;
}
.paper_form_section .sapmple_search_frm .right_paper_input .search_btn_yellow .search_btn_blck_img {
  width: 23px;
  height: 23px;
  vertical-align: sub;
}

.sample_paper_subjects_all {
  padding: 40px 0 10px;
}
.sample_paper_subjects_all .sample_paper_subject_wrap {
  moz-column-width: 21em;
  -webkit-column-width: 21em;
  -moz-column-width: 21em;
       column-width: 21em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs {
  margin-bottom: 30px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  padding: 10px 10px;
  background: #F6F6F6;
  -webkit-box-shadow: 0px 3px 6px rgba(114, 114, 114, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(114, 114, 114, 0.1607843137);
  display: inline-block;
  width: 100%;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs .box_grn {
  background: #ef841f;
  border-radius: 3px;
  font-size: 20px;
  font-family: "robotomedium";
  line-height: 22px;
  color: #FFFFFF;
  padding: 1px 8px;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs .course_btm_bdr li {
  border-bottom: 1px solid #D8D8D8;
  margin: 10px 0 0;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs .course_btm_bdr li a {
  margin: 0 0 10px;
  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;
  font-size: 14px;
  font-family: "robotoregular";
  line-height: 18px;
  color: #2A2A2A;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs .course_btm_bdr li a span {
  font-size: 12px;
  font-family: "robotomedium";
  line-height: 12px;
  color: #1D1D1D;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs .course_btm_bdr li a:hover {
  color: #ef841f;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs .course_btm_bdr li a:hover span {
  color: #ef841f;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs .course_btm_bdr li:last-child {
  border-bottom: 1px solid transparent;
}
.sample_paper_subjects_all .sample_paper_subject_wrap .boxs .course_btm_bdr li:last-child a {
  margin: 0 0 0;
}

/*sample answer au*/
.sample_banner_au .sample_bannerbg {
  padding: 30px 0;
}

/*sample answer au*/
/*answer page css*/
.answer_bannerbg {
  background: url(../images/answer_bannerbg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.answer_bannerbg .mid_area {
  width: 77%;
}

/*sample list page*/
.samplelist {
  background: #f5f5f5;
}
.samplelist .sample_banner {
  background: url(../images/sample-list-bg.jpg) no-repeat center top/cover;
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 0;
}
.samplelist .sample_banner:before {
  content: "";
  background: rgba(52, 52, 52, 0.8) 0% 0% no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.samplelist .sample_banner .container {
  position: relative;
  z-index: 1;
  background: transparent;
}
.samplelist .sample_banner .banner-title {
  font-size: 30px;
  line-height: 34px;
  font-family: "robotomedium";
  color: #fff;
  padding: 0 0 10px 0;
}
.samplelist .sample_banner .banner-title span {
  color: #fcc828;
  font-family: "robotomedium";
  display: inline-block;
}
.samplelist .sample_banner .samples_rating {
  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;
  margin: 25px auto 0;
  width: 850px;
}
.samplelist .sample_banner .samples_rating li {
  display: inline-block;
  color: #fff;
  font-family: "robotolight";
  font-size: 16px;
  line-height: 18px;
}
.samplelist .sample_banner .samples_rating li span {
  display: block;
  color: #fcc828;
  font-family: "robotomedium";
  padding-bottom: 3px;
}
.samplelist .flex {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 25px;
}
.samplelist .flex .left {
  width: 66%;
  margin: 30px 0 50px 0;
}
.samplelist .flex .left .top {
  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;
  margin-bottom: 15px;
  margin-top: 30px;
}
.samplelist .flex .left .top .title_top {
  font-size: 25px;
  line-height: 28px;
  font-family: "robotomedium";
  font-weight: normal;
  color: #1d1d1d;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  max-height: 2rem;
  width: 55%;
}
.samplelist .flex .left .top .samplelist-search {
  width: 45%;
  position: relative;
}
.samplelist .flex .left .top .samplelist-search .search_bar {
  padding: 10px 35px 10px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-family: "robotoregular";
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.samplelist .flex .left .top .samplelist-search .submit {
  position: absolute;
  top: 9px;
  right: 15px;
  width: 25px;
  height: 25px;
  padding: 10px;
  background: url(../images/svg/sprite.png) no-repeat -127px -43px;
  background-size: 400px;
  border: 0;
  text-indent: -100px;
}
.samplelist .flex .left .top .left_paper_select {
  position: relative;
  width: 35%;
}
.samplelist .flex .left .top .left_paper_select select {
  font-family: "robotoregular";
  padding: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  background: #fff url(../images/down-arrow.svg) no-repeat center right 8px;
  background-size: 12px;
}
.samplelist .flex .right {
  width: 30%;
  margin: 30px 0 0;
}
.samplelist .flex .right .rightside-topic {
  background: #fff;
  margin: 10px 0px;
}
.samplelist .flex .right .rightside-topic .title {
  width: 100%;
  background: #f1f1f1;
  text-align: left;
  padding: 13px 13px;
  display: block;
}
.samplelist .flex .right .rightside-topic .title .title {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 20px;
  padding: 0px;
  margin: 0;
}
.samplelist .flex .right .rightside-topic .side_link ul li {
  border-bottom: 1px solid #f1f1f1;
}
.samplelist .flex .right .rightside-topic .UniqueFeatures ul li:before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 13px;
  content: "";
  background: url(../images/svg/sprite.svg) -369px -137px no-repeat;
}
.samplelist .allsamples li {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  position: relative;
}
.samplelist .allsamples li .title {
  font-size: 20px;
  line-height: 24px;
  color: #1D1D1D;
  display: block;
  font-family: "robotomedium";
  border-bottom: 1px solid #d7d7d7;
  margin: 0 -20px;
  padding: 0 20px 10px;
}
.samplelist .allsamples li p {
  font-size: 14px;
  padding: 10px 0px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #2A2A2A;
}
.samplelist .allsamples .download-link {
  color: #ef841f;
  font-family: "robotomedium";
  font-size: 14px;
  line-height: 16px;
}
.samplelist .allsamples .download-link:after {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 480px;
  width: 17px;
  height: 13px;
  display: inline-block;
  background-position: -346px -162px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.samples-wrapper {
  padding: 0 0 30px 0px;
  float: none;
}
.samples-wrapper .mostdownload {
  text-align: left;
}
.samples-wrapper .mostdownload li {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-family: "robotolight";
  display: inline;
}
.samples-wrapper .mostdownload li:first-child {
  background: #FFB834;
  font-size: 14px;
  line-height: 16px;
  font-family: "robotoregular";
  padding: 3px 10px;
  position: relative;
  margin-right: 15px;
}
.samples-wrapper .mostdownload li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-left: 8px solid #fab834;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  bottom: 0;
  left: inherit;
  right: -8px;
  top: 1px;
  border-right: none;
}
.samples-wrapper .mostdownload li:first-child:before {
  display: none;
}
.samples-wrapper .mostdownload li:nth-of-type(2):before {
  display: none;
}
.samples-wrapper .mostdownload li a {
  color: #000;
  word-break: break-all;
}
.samples-wrapper .mostdownload li:before {
  content: "I";
  display: inline-block;
  margin: 0 5px;
}

.sub-info {
  padding: 13px 0 0;
  color: #373737;
  font-size: 14px;
  line-height: 18px;
}
.sub-info span {
  border-right: 1px solid #ddd;
  padding: 0 8px 0 8px;
}
.sub-info span:first-child {
  padding-left: 0;
}
.sub-info b {
  font-family: "robotoregular";
  color: #929191;
}

.next_pre_btns {
  text-align: center;
}
.next_pre_btns .view_more {
  background: #ef841f;
  color: #fff;
  display: inline-block;
  margin: 15px auto 0;
  text-align: center;
  width: 150px;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}

.Expert-writers {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.Expert-writers .Expert_heading {
  background: #F2F2F2;
  padding: 15px 20px;
  color: #353535;
  font-size: 22px;
  line-height: 24px;
  font-family: "robotomedium";
  text-align: center;
}
.Expert-writers .Expert_heading span {
  display: block;
  font-size: 15px;
  font-family: "robotoregular";
  line-height: 18px;
  font-weight: normal;
}
.Expert-writers ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2A2A2A;
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
}
.Expert-writers ul li img {
  display: inline-block;
  width: 66px !important;
  height: 66px !important;
  margin-right: 15px;
  max-width: 100%;
}
.Expert-writers ul li:last-child {
  border-bottom: 0;
}
.Expert-writers .expt-name {
  font-size: 16px;
  line-height: 18px;
  font-family: robotomedium;
}
.Expert-writers .str-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Expert-writers .str-rate i {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 450px;
  background-position: -366px -241px;
  margin: 0 3px 0 0;
}
.Expert-writers .str-rate i.active {
  background-position: -348px -241px;
}
.Expert-writers p {
  font-size: 15px;
  line-height: 18px;
  margin: 10px 0 0 0;
}
.Expert-writers .hireme {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background: #2e76aa;
  border-radius: 2px;
  padding: 5px 15px;
  font-family: "robotomedium";
  display: inline-block;
  margin: 5px 0 0 0;
}
.Expert-writers .hireme:hover {
  background: #226798;
}
.Expert-writers .hire-all {
  position: relative;
  background: #ef841f;
  padding: 8px 10px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  font-family: "robotomedium";
  margin: 15px 15px 0;
}
.Expert-writers .hire-all:hover {
  background: #dc7819;
}

.ads img {
  max-width: 100%;
}

.rating-section {
  background: url(../images/rating-sidebar.jpg);
  height: 100%;
  width: 100%;
  z-index: 0;
  background-size: cover;
  position: relative;
  margin: 0 0 20px;
}
.rating-section .text-rate {
  z-index: 1;
  text-align: center;
  padding: 20px 5px;
  color: #fff;
  height: 100%;
  width: 100%;
}
.rating-section:after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(56, 56, 56, 0.87);
  position: absolute;
  top: 0;
  left: 0;
}
.rating-section .rate-head {
  font-size: 28px;
  line-height: 37px;
  font-family: "robotomedium";
  color: #ffbf0a;
}
.rating-section .rate-subhead {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px;
  display: inline-block;
}
.rating-section .common-text {
  display: block;
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
}
.rating-section .theme-color {
  color: #ffbf0a;
}
.rating-section .order-btns {
  font-size: 14px;
  line-height: 18px;
  background: #ffbf0a;
  padding: 6px 24px;
  margin: 15px 0 0;
  display: inline-block;
  border-radius: 3px;
  color: #000;
}

/*sample detail page*/
.sampledetail-main-section {
  background: #fff;
  padding: 0 0 30px 0;
}

.home-cal-form .box select, .home-cal-form .box input[type=text], .home-cal-form .box input[type=email], .home-cal-form .box textarea {
  font-family: "robotoregular";
  background-color: #fff;
  line-height: 19px;
  position: relative;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}

/*sample page media query start*/
@media (max-width: 1280px) {
  .sample_bannerbg .feature_sample {
    padding: 25px 0 0;
  }
  .sample_bannerbg .feature_sample li {
    padding: 0px;
  }
  .sample_bannerbg .mid_area .sample_banner_heading {
    font-size: 37px;
    line-height: 46px;
  }

  .paper_form_section {
    padding: 40px 0 0;
  }

  .sample_paper_subjects_all {
    padding: 30px 0 0px;
  }
  .sample_paper_subjects_all .sample_paper_subject_wrap .boxs {
    margin-bottom: 25px;
  }

  .sample_banner_au .sample_bannerbg {
    padding: 25px 0;
  }
}
@media (max-width: 1024px) {
  .sample_bannerbg {
    padding: 20px 0;
  }
  .sample_bannerbg .feature_sample {
    width: 67%;
    padding: 22px 0 0;
  }
  .sample_bannerbg .mid_area {
    width: 90%;
  }

  .paper_form_section {
    padding: 35px 0 0;
  }

  .freeTools .title {
    font-size: 22px;
    line-height: 24px;
    padding: 10px;
  }
  .freeTools .toollist {
    padding: 12px 8px 10px;
  }
  .freeTools .toollist li .inner-tool-head {
    font-size: 17px;
    line-height: 18px;
  }
  .freeTools .toollist li .toolBtn {
    font-size: 14px;
    padding: 6px;
  }

  .sample_paper_subjects_all {
    padding: 25px 0 0;
  }
  .sample_paper_subjects_all .sample_paper_subject_wrap .boxs {
    margin-bottom: 22px;
  }

  .sample_banner_au .sample_bannerbg {
    padding: 20px 0;
  }

  .samplelist .flex .right {
    width: 32%;
  }

  .relatedSlider {
    width: 96%;
  }
}
@media (max-width: 768px) {
  .freeTools .heading {
    padding: 8px 10px;
  }
  .freeTools .toollist li .toolBtn {
    font-size: 13px;
  }
  .freeTools .toollist li .inner-tool-text {
    display: block;
  }

  .sample_bannerbg .mid_area {
    width: 100%;
  }
  .sample_bannerbg .mid_area .sample_banner_heading {
    font-size: 30px;
    line-height: 38px;
  }
  .sample_bannerbg .mid_area .sample_banner_pera {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    height: auto;
    overflow: auto;
  }
  .sample_bannerbg .feature_sample {
    width: 85%;
    padding: 20px 0 0;
  }
  .sample_bannerbg .feature_sample li {
    width: 33%;
    padding: 0px;
    font-size: 13px;
    line-height: 16px;
  }
  .sample_bannerbg .feature_sample li .title {
    font-size: 17px;
    line-height: 20px;
  }

  .paper_form_section {
    padding: 20px 0 0;
  }
  .paper_form_section .sapmple_search_frm .left_paper_select {
    width: 50%;
    margin: 0 15px 0 0;
  }
  .paper_form_section .sapmple_search_frm .left_paper_select select {
    line-height: 18px;
  }
  .paper_form_section .sapmple_search_frm .right_paper_input {
    width: 50%;
  }
  .paper_form_section .sapmple_search_frm .right_paper_input input {
    line-height: 18px;
  }
  .paper_form_section .sapmple_search_frm .right_paper_input .search_btn_yellow {
    padding: 10px 20px;
  }

  .sample_paper_subjects_all {
    padding: 20px 0 0px;
  }
  .sample_paper_subjects_all .sample_paper_subject_wrap {
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
  .sample_paper_subjects_all .sample_paper_subject_wrap .boxs {
    margin-bottom: 15px;
  }

  .samplelist {
    padding: 0 0 30px 0;
  }
  .samplelist .sample_banner {
    padding: 30px 0;
  }
  .samplelist .sample_banner .samples_rating {
    width: auto;
  }
  .samplelist .flex .left {
    margin: 0;
  }
  .samplelist .flex .left .top {
    margin-top: 10px;
  }
  .samplelist .flex .right {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .sample_bannerbg {
    padding: 15px 0;
    background: url(../images/mobile_sample_bannerbg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .sample_bannerbg .mid_area {
    width: 100%;
  }
  .sample_bannerbg .mid_area .sample_banner_heading {
    font-size: 26px;
    line-height: 32px;
  }
  .sample_bannerbg .mid_area .sample_banner_pera {
    font-size: 15px;
    line-height: 18px;
    margin: 5px 0 0;
    height: auto;
    overflow: inherit;
  }
  .sample_bannerbg .mid_area svg {
    display: none;
  }
  .sample_bannerbg .feature_sample {
    width: 100%;
    padding: 15px 0 0;
  }
  .sample_bannerbg .feature_sample li {
    width: 50%;
    padding: 0px;
    font-size: 13px;
    line-height: 16px;
  }
  .sample_bannerbg .feature_sample li .title {
    font-size: 15px;
    line-height: 18px;
  }
  .sample_bannerbg .feature_sample li:last-child {
    display: none;
  }

  .paper_form_section {
    padding: 20px 0 0;
  }
  .paper_form_section .sapmple_search_frm {
    display: block;
    width: 100%;
  }
  .paper_form_section .sapmple_search_frm .left_paper_select {
    margin: 0 0 15px;
    width: 100%;
  }
  .paper_form_section .sapmple_search_frm .left_paper_select select {
    padding: 10px 6px;
  }
  .paper_form_section .sapmple_search_frm .left_paper_select:after {
    top: 16px;
  }
  .paper_form_section .sapmple_search_frm .right_paper_input {
    margin: 0 0 15px;
    width: 100%;
  }
  .paper_form_section .sapmple_search_frm .right_paper_input input {
    padding: 10px 6px;
  }
  .paper_form_section .sapmple_search_frm .right_paper_input .search_btn_yellow {
    padding: 7px 9px;
    width: 40px;
  }

  .sample_paper_subjects_all {
    padding: 10px 0 0;
  }
  .sample_paper_subjects_all .sample_paper_subject_wrap {
    width: calc(100% - 0px);
  }
  .sample_paper_subjects_all .sample_paper_subject_wrap .boxs .box_grn {
    font-size: 16px;
    line-height: 20px;
  }

  .sample_banner_au .sample_bannerbg {
    padding: 70px 0 20px;
  }

  .samplelist .sample_banner {
    padding: 20px 0;
    background: url(../images/mobile-sample-list-bg.jpg) no-repeat center top/cover;
  }
  .samplelist .sample_banner .container {
    width: 100%;
  }
  .samplelist .sample_banner .banner-title {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 5px 0;
  }
  .samplelist .sample_banner .banner-title span {
    display: inline;
  }
  .samplelist .sample_banner .samples_rating {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 15px auto 0;
  }
  .samplelist .sample_banner .samples_rating li {
    font-size: 14px;
    line-height: 16px;
  }
  .samplelist .flex {
    margin-top: 0;
  }
  .samplelist .flex .left {
    width: 100%;
  }
  .samplelist .flex .left .top {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
  .samplelist .flex .left .top .title_top {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 7px 0;
  }
  .samplelist .flex .left .top .left_paper_select {
    width: 100%;
    margin: 20px 0 15px 0;
  }
  .samplelist .flex .left .top .samplelist-search {
    width: 100%;
  }
  .samplelist .flex .left .top .samplelist-search .search_bar {
    border-radius: 4px;
  }
  .samplelist .flex .left .sample_page_ajax .allsamples {
    margin: 20px 0 0 0;
    /*                    .download-link{
                            &:after{
                                vertical-align: baseline;
                            }
                        }*/
  }
  .samplelist .flex .left .sample_page_ajax .allsamples li {
    padding: 10px 15px;
  }
  .samplelist .flex .left .sample_page_ajax .allsamples li .title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 -15px;
    padding: 0 15px 10px;
  }
  .samplelist .flex .left .sample_page_ajax .sub-info {
    padding: 5px 0 0;
    font-size: 14px;
  }
  .samplelist .flex .left .sample_page_ajax .sub-info span {
    padding: 0 5px 0 5px;
  }
  .samplelist .flex .left .sample_page_ajax .sub-info span:first-child {
    padding: 0 5px 0 0;
  }
  .samplelist .flex .right {
    width: 100%;
    margin: 30px 0 0 0;
    display: block !important;
  }

  .breadcrumbmain {
    padding: 0 15px !important;
    white-space: nowrap;
    overflow: auto;
  }
  .breadcrumbmain ul {
    padding: 0;
    width: 100%;
  }
  .breadcrumbmain span, .breadcrumbmain a {
    font-size: 12px;
  }

  .samples-wrapper {
    padding: 0;
    width: 100% !important;
  }
  .samples-wrapper .mostdownload {
    display: none;
  }
}
/*sample page media query end*/
/* sample page css*/
@media (max-width: 1440px) {
  .TimeGrade.fixed {
    padding: 10px 0;
  }
  .TimeGrade.fixed .formtitle {
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 8px 0;
  }
}
@media screen and (max-width: 1024px) {
  .tablePractice ul li {
    width: 32%;
  }
  .tablePractice ul li:nth-child(3), .tablePractice ul li:nth-child(6) {
    width: 28%;
  }

  .TimeGrade {
    padding: 10px;
  }
  .TimeGrade .tag {
    margin-left: -31px;
    font-size: 18px;
    background-size: contain;
    background-position: 0 10px;
    width: 150px;
  }
  .TimeGrade .price {
    font-size: 40px;
  }
  .TimeGrade.fixed select, .TimeGrade.fixed input[type=text], .TimeGrade.fixed input[type=email], .TimeGrade.fixed textarea {
    padding: 7px 10px;
  }
  .TimeGrade.fixed .sroll-form-data .btnsection .odrBtn {
    padding: 9px 30px;
    line-height: 22px;
  }

  .ExpertsWriters .rightTop p {
    font-size: 15px;
    line-height: 18px;
  }
  .ExpertsWriters .writerSlider {
    padding: 10px;
  }
  .ExpertsWriters .writerSlider li {
    padding: 10px;
  }

  .tablePractice ul li {
    padding-left: 5px;
  }

  .SectionReview .top .days {
    font-size: 12px;
  }

  .AsideLeft .title {
    font-size: 28px;
    line-height: 30px;
  }

  .tableofcontent .contentheading {
    font-size: 20px;
    line-height: 22px;
  }

  .tableofcontent .contentbx li a {
    font-size: 15px;
  }

  .cityWorks .top {
    font-size: 15px;
    line-height: 18px;
  }
  .cityWorks .top span {
    font-size: 18px;
    line-height: 20px;
  }

  .AsideLeft .cityWorks .tab-links li a {
    padding: 5px 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .cityWorks .tableft span {
    font-size: 16px;
    line-height: 18px;
  }

  .cityWorks .tableft .tableftcontent {
    font-size: 16px;
    line-height: 18px;
  }

  .secure .trustimg {
    width: 140px;
  }
  .secure .dmcaimg {
    width: 90px;
  }

  .rightTop span {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sampledetail-main-section {
    padding: 0 0 10px 0;
  }

  .tablePractice ul li {
    width: 50%;
    padding-left: 10px;
  }
  .tablePractice ul li:nth-child(2), .tablePractice ul li:nth-child(5), .tablePractice ul li:nth-child(3), .tablePractice ul li:nth-child(6) {
    width: 50%;
  }
  .tablePractice ul li:nth-child(even) {
    border-right: none;
  }
  .tablePractice ul li:nth-of-type(3n) {
    border-right: 1px solid #D8D8D8;
  }

  .TimeGrade.fixed .sroll-form-data .box {
    margin: 0 10px 0 0;
  }
  .TimeGrade.fixed .sroll-form-data .btnsection .odrBtn {
    padding: 9px 15px;
  }

  .AsideLeft #samplemodal .modal-box {
    max-width: 400px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box {
    padding: 65px 0 15px 0;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box img {
    width: 110px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-list {
    font-size: 52px;
    line-height: 54px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-list span {
    font-size: 14px;
    line-height: 16px;
    left: 7px;
    top: 20px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-title {
    font-size: 16px;
    line-height: 18px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .form-box {
    padding: 20px 15px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .form-box p {
    padding: 0 15px;
    margin: 0 0 15px 0;
  }

  .TimeGrade .price {
    font-size: 31px;
  }

  .AsideLeft {
    width: 60%;
  }

  .RightSample {
    width: 35%;
  }

  .AsideLeft .cityWorks .tab-links li {
    margin-right: 5px;
    font-size: 16px;
  }

  .AsideLeft .cityWorks .tab-links li a {
    padding: 5px 11px;
    font-size: 15px;
  }

  .AsideLeft .title {
    font-size: 23px;
    line-height: 25px;
  }

  .TimeGrade .TimeTitle {
    font-size: 20px;
  }

  .TimeGrade .line {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
  }

  .TimeGrade .line br {
    display: none;
  }

  .AsideLeft .label {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .TimeGrade .prc {
    margin: 5px 0;
  }

  .AsideLeft .leftitle {
    font-size: 22px;
  }

  .SectionReview .top .days {
    display: none;
  }

  .AppendTabs {
    padding: 0 15px;
  }

  .AsideLeft .download-btns {
    margin-bottom: 0px;
  }

  .relatedSlider .more-toggle {
    height: 160px;
    overflow: auto;
  }

  select, input[type=text], input[type=email], textarea {
    padding: 8px 10px;
  }

  .TimeGrade .box {
    margin-bottom: 10px;
  }

  .rightTop {
    padding: 8px 5px;
  }

  .writerSlider .Content {
    margin-top: 10px;
  }
  .writerSlider .Content span .writerprofile {
    padding: 0;
    display: block;
  }
  .writerSlider li {
    padding: 10px;
  }

  .relatedSlider {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sampledetail-main-section {
    padding: 0 0 10px 0;
  }

  .tablePractice ul li:nth-child(2), .tablePractice ul li:nth-child(5), .tablePractice ul li:nth-child(3), .tablePractice ul li:nth-child(6) {
    width: 100%;
  }
  .tablePractice ul li:nth-of-type(3n) {
    border-right: none;
  }

  .TimeGrade {
    display: none;
    /*        &.fixed {
        top: 52px;
        padding: 7px 0;
        background: rgba(47,47,47,0.95);
        .formtitle{
            font-size: 14px;
            line-height: 16px;
            padding: 0 0 5px 0;
        }
        .sroll-form-data {
            display: inline-block;
            .box{
                margin: 0 10px 15px 0;
                width: 48.4%;
                float: left;
                &:nth-child(3), &:nth-child(6){
                    margin: 0 0 15px 0;
                }
                &.select-bx{
                    &:after {
                        top: 17px;
                    }
                }
            }
        }
        .error {
            font-size: 11px;
            padding: 0 3px;
        }
    }*/
  }

  .AsideLeft #samplemodal .modal-box {
    max-width: 300px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box {
    padding: 55px 0 15px 0;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box img {
    width: 90px;
    top: -9px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-list {
    font-size: 47px;
    line-height: 49px;
    padding: 0 0 0 20px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-list span {
    font-size: 12px;
    line-height: 15px;
    left: 5px;
    top: 16px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .offer-box .offer-title {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .form-box {
    padding: 15px 10px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .form-box p {
    padding: 0 5px;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .form-box p strong {
    font-size: 15px;
    line-height: 18px;
  }
  .AsideLeft #samplemodal .modal-box .popup-wrapper .form-box .inputbox .btn-submit {
    padding: 6px 15px;
  }

  .MainContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0 0 !important;
  }

  .AsideLeft {
    width: 100%;
  }

  .AsideLeft .title {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  .tablePractice {
    margin: 15px 0 20px;
  }
  .tablePractice p {
    text-align: left;
    line-height: normal;
    padding: 10px;
  }
  .tablePractice ul li {
    width: 100%;
    border-right: 0px;
  }

  .AsideLeft .label {
    font-size: 20px;
    color: #1D1D1D;
    margin-bottom: 10px;
  }

  .AsideLeft article p {
    font-size: 14px;
    line-height: 18px;
  }

  .AsideLeft .links {
    padding-left: 10px;
  }
  .AsideLeft .links li {
    font-size: 14px;
  }

  .tableofcontent .contentheading {
    font-size: 20px;
    line-height: 24px;
  }

  .tableofcontent .contentbx li ul li a {
    font-size: 14px;
  }

  .tableofcontent .contentbx li a {
    font-size: 15px;
  }

  .AsideLeft .leftitle {
    font-size: 20px;
  }

  .AsideLeft .cityWorks .tab-links li a {
    padding: 5px 20px;
  }

  .RightSample {
    width: 100%;
  }

  .cityWorks .tab-links {
    white-space: nowrap;
    overflow: auto;
  }

  .cityWorks .tableft .tableftcontent {
    width: 100%;
    margin-bottom: 10px;
  }

  .AsideLeft .download-btns {
    font-size: 16px;
    line-height: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 15px;
    margin: 20px auto 30px;
  }

  .cityWorks .tableft {
    margin: 0px;
    float: none;
  }

  .cityWorks .tabright {
    padding: 0px;
    font-size: 14px;
  }

  .cityWorks .tab-links::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE and Edge */
  .AsideLeft .cityWorks .tab-links {
    -ms-overflow-style: none;
  }

  .TimeGrade .tag {
    margin-left: -20px;
    height: 50px;
    line-height: 60px;
    background-position: 0;
  }

  .TimeGrade .TimeTitle {
    font-size: 21px;
  }

  .TimeGrade .box {
    margin-bottom: 10px;
  }

  .btnsection {
    margin: 20px 0;
  }

  .AsideLeft #samplemodal .modal-box .inputbox {
    width: 100%;
  }

  .AsideLeft #samplemodal .modal-box span {
    margin-bottom: 20px;
  }

  .ExpertsWriters .viewAll {
    font-size: 16px;
  }

  .Related-samples .label {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .Related-samples .latestLabel span {
    font-size: 15px;
    display: inline-block;
    margin-left: 0;
  }

  .Related-samples .latestLabel a {
    font-size: 13px;
  }

  .Related-samples {
    margin-top: 20px;
  }
  .Related-samples .relatedSlider {
    width: 100%;
  }
  .Related-samples .slick-dots {
    position: absolute !important;
    bottom: -10px !important;
    list-style: none !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    left: 0;
    text-align: center;
  }
  .Related-samples .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;
  }
  .Related-samples .slick-dots li.slick-active {
    background: #ef841f !important;
    border-color: #ef841f !important;
  }
  .Related-samples .slick-dots li button {
    display: none;
  }

  .relatedSlider {
    margin-bottom: 20px;
    padding-bottom: 22px;
  }

  .LiveReviews .viewAll {
    font-size: 16px;
  }

  .Related-samples .label:after {
    margin-top: 8px;
  }

  /*      .AsideLeft .content-overlay { min-height: 420px; }*/
  .SectionReview .top .days {
    display: block;
  }

  .breadcrumbmain {
    padding: 5px 5px 0;
    width: 100%;
  }
  .breadcrumbmain ul li {
    font-size: 12px;
  }

  .relatedSlider .title {
    min-height: auto;
  }

  .relatedSlider .more-toggle {
    height: auto;
    overflow: inherit;
  }

  .cityWorks .tabright a {
    word-break: break-all;
  }

  .cityWorks .tab-links li a {
    padding: 3px 15px;
    font-size: 15px;
    line-height: 18px;
  }
}
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: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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);
  }
}
.fancybox-content.videomain {
  padding: 5px;
  overflow: visible;
}
.fancybox-content.videomain .fancybox-close-small {
  width: 34px;
  height: 34px;
  right: -40px;
  padding: 0;
  color: #fff;
}

.home_banner {
  background: url(../images/essay_banner.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 60px 0 30px 0;
}

.christmas-strip {
  display: block;
  margin: 0 0 30px;
}

.christmas-strip-mobile {
  display: none !important;
  margin: 0 0 30px;
}

.content {
  padding: 40px 0 0;
}
.content .content-left {
  width: 65%;
  float: left;
}
.content .content-left section {
  float: none;
}
.content .content-left .view-sample {
  border: 1px solid #246ED0;
  color: #246ED0;
  padding: 5px 30px;
  margin: 24px 0 0 0;
  display: inline-block;
}
.content .content-left .view-sample:hover {
  border: 1px solid #246ED0;
  color: #ffffff;
  background: #246ED0;
}
.content .content-right {
  width: 25%;
  float: right;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
}
.content .content-right .title {
  font-family: "robotomedium";
  background: #EDF4F9;
  text-align: center;
  font-size: 22px;
  padding: 8px 0;
  color: #246ED0;
}
.content .content-right .feature {
  padding: 15px 10px 0;
  float: left;
}
.content .content-right .feature li {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
  padding: 0 0 12px 0;
}
.content .content-right .feature li .right {
  font-size: 14px;
  color: #33CC6F;
  font-family: "robotomedium";
}
.content .content-right .feature li .right .fearure-price {
  font-size: 13px;
  color: #404040;
  text-decoration: line-through;
  padding: 0 6px 0 0;
}
.content .content-right .price-box {
  display: inline-block;
  border-top: 1px solid #E6E6E6;
  width: 100%;
  text-align: center;
  padding: 15px 10px 10px;
}
.content .content-right .price-box p {
  margin: 0;
}
.content .content-right .price-box .price-free {
  color: #33CC6F;
  font-size: 27px;
  line-height: 32px;
  font-family: "robotomedium";
}
.content .content-right .price-box .total-price {
  font-size: 22px;
  line-height: 26px;
  font-family: "robotomedium";
  color: #616161;
  padding: 0 5px 0 0;
  text-decoration: line-through;
}
.content .content-right .price-box .order-btn {
  background: #EF841F;
  color: #ffffff;
  display: block;
  padding: 10px 0;
  margin: 15px 0 0;
  line-height: 19px;
}
.content .content-right .price-box .order-btn:hover {
  background: #d47113;
}

.video {
  text-align: left;
  display: block;
  margin: 0 auto;
  width: 25%;
  font-family: "robotomedium";
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1D;
}
.video i {
  width: 43px;
  height: 40px;
  margin: 0 4px 0px 0;
  float: left;
  background-position: -4px -41px;
}
.video p, .video span {
  display: block;
  font-family: "robotoregular";
  font-size: 15px;
  line-height: 18px;
  color: #246ED0;
  text-decoration: underline;
}

.related-service {
  background: #F1F1F1;
  padding: 50px 0;
}
.related-service .rservices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related-service .rservices li {
  width: 24%;
  text-align: center;
  margin: 0 0 20px 0;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
.related-service .rservices li:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.related-service .rservices li img {
  border-radius: 5px 5px 0 0;
}
.related-service .rservices li .service-title {
  display: inline-block;
  padding: 10px 0 13px 0;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #1D1D1D;
}
.related-service .rservices li a {
  display: block;
}

/*subject page*/
.subject-content .content-left .table-content {
  border: 1px solid #DBDBDB;
  padding: 10px 20px;
  border-radius: 4px;
}
.subject-content .content-left .table-content h3 {
  padding: 0 0 10px 0;
  color: #090909;
}
.subject-content .content-left .table-content ul li {
  list-style: disc;
  margin: 0 0 5px 20px;
  padding-left: 0px;
}
.subject-content .content-left .table-content ul li:before {
  display: none;
}
.subject-content .content-left .table-content ul li a:hover {
  color: #246ED0;
}
.subject-content .content-left p {
  text-align: justify;
}
.subject-content .content-left h2 {
  font-size: 22px;
  line-height: 28px;
  color: #1D1D1D;
  font-family: "robotomedium";
  margin: 0 0 10px;
  position: relative;
}
.subject-content .content-left h2:first-child {
  margin: 0;
}
.subject-content .content-left h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "robotomedium";
  padding: 10px 0 5px 0;
  color: #1D1D1D;
}
.subject-content .content-left h4 {
  font-size: 16px;
  line-height: 22px;
  font-family: "robotomedium";
  padding: 10px 0 5px 0;
  color: #1D1D1D;
}
.subject-content .content-left .button {
  margin: 20px auto;
  background: #EF841F;
  border-radius: 2px;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF !important;
  font-family: robotomedium;
  padding: 8px 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.subject-content .content-left iframe {
  width: 100%;
}
.subject-content .content-left .desk-img {
  display: block;
  width: auto;
  height: auto;
  margin: 10px 0 20px;
}
.subject-content .content-left .mob-img {
  display: none;
  width: auto;
  height: auto;
  margin: 10px 0 20px;
}
.subject-content .content-left .content-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 10px;
}
.subject-content .content-left .content-table table {
  width: 100% !important;
  border-collapse: collapse;
}
.subject-content .content-left .content-table table td {
  border: 1px solid #B9B9B9;
  padding: 5px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
}
.subject-content .content-left ul {
  margin: 0 0 0 30px;
}
.subject-content .content-left ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  font-family: "robotoregular";
  margin: 0 0 10px 0;
  position: relative;
  word-break: break-word;
}
.subject-content .content-left ul li::marker {
  color: #EF841F;
}
.subject-content .content-left ul li h3 {
  padding: 0 0 5px;
}
.subject-content .content-left ol {
  margin: 20px 0 20px 15px;
}
.subject-content .content-left ol li {
  font-size: 15px;
  list-style-position: inside;
  margin-bottom: 10px;
  list-style-type: decimal;
}
.subject-content .content-left a {
  color: #246ED0;
}
.subject-content .content-right {
  width: 27%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subject-content .content-right .subject-rightbx {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
  margin: 0 0 25px 0;
}
.subject-content .content-right .subject-rightbx.sticky {
  position: fixed;
  top: 70px;
  z-index: 1;
  width: 319.19px;
}
.subject-content .content-right .other-bx .title {
  background: #F1F1F1;
  text-align: left;
  color: #2A2A2A;
  padding: 8px 13px;
  font-size: 18px;
  line-height: 20px;
}
.subject-content .content-right .other-bx .service-link {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 9px 5px 9px 30px;
  border-bottom: 1px solid #f1f1f1;
}
.subject-content .content-right .other-bx .service-link:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #242424;
  position: absolute;
  left: 14px;
  top: 14px;
}
.subject-content .content-right .other-bx .service-link:hover {
  color: #ef841f;
}
.subject-content .content-right .other-bx .service-link:hover:before {
  border-left: 4px solid #ef841f;
}
.subject-content .content-right .other-bx .blog-box {
  padding: 8px 5px;
  border-top: 1px solid #f1f1f1;
}
.subject-content .content-right .other-bx .blog-box .linkblog img {
  width: 50%;
}
.subject-content .content-right .other-bx .blog-box .linkblog .blog-title {
  display: block;
  display: -webkit-box;
  font-size: 14px;
  line-height: 18px;
  float: right;
  padding: 0px 8px;
  max-width: 50%;
  height: 74px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin: 0;
}
.subject-content .content-right .other-bx .blog-box .linkblog:hover .blog-title {
  color: #ef841f;
}
.subject-content .content-right .other-bx .view-btn {
  padding: 0px 5px 8px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #246ED0;
}
.subject-content .content-right .video-bx {
  margin: 0 0 25px 0;
}

.conversion-strip {
  background: url(../images/conversion-strip-bg.jpg) left top no-repeat transparent;
  background-size: cover;
  height: 344px;
  margin: 20px 0;
  width: 100%;
}
.conversion-strip .blue-box {
  background: #103d66;
  color: #ffffff;
  float: left;
  font-size: 13px;
  height: 100%;
  padding: 10px 15px;
  width: 270px;
  text-align: center;
}
.conversion-strip .blue-box p {
  color: #ffffff;
}
.conversion-strip span {
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
}
.conversion-strip p {
  display: block;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 18px;
  color: #ffffff;
}
.conversion-strip .btn, .conversion-strip .btn-w {
  border-radius: 2px;
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
  font-weight: 400;
}
.conversion-strip .btn {
  background: #f98e2d;
  color: #ffffff !important;
  padding: 11px 20px;
}
.conversion-strip .btn:hover {
  background: #d47113;
}
.conversion-strip .btn-w {
  background: #fff;
  color: #103d66 !important;
  padding: 10px 20px;
}
.conversion-strip a {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.conversion-strip .order-now {
  background: #f98e2d;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  padding: 6px 27px;
}
.conversion-strip .order-now:hover {
  background: #d47113;
}

.seasonal-offer {
  background: url(../images/seasonal-offer.png) top/cover no-repeat;
  margin-bottom: 20px;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.seasonal-offer:after {
  content: "";
  background: url(../images/offer.png) no-repeat;
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.seasonal-offer .top-off {
  font-size: 22px;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}
.seasonal-offer img {
  display: block;
  margin: auto;
}
.seasonal-offer .litle-top {
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.seasonal-offer strong {
  font-size: 58px;
  font-weight: 700;
  display: block;
  color: #FFC810;
}
.seasonal-offer .off-bottom {
  font-size: 20px;
  font-weight: 700;
}
.seasonal-offer .off-bottom small {
  display: block;
  font-weight: 400;
  font-size: 13px;
}

.libanner-one {
  background: url(../images/libanner1.jpg) right center no-repeat #303133;
  height: 268px;
  background-size: 53%;
}
.libanner-one .text {
  text-align: center;
  width: 355px;
}
.libanner-one .text h4 {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  padding: 10px 0 0;
}
.libanner-one .text h4 span {
  color: #ef841f;
}
.libanner-one .text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.libanner-one .text a {
  background: #fff;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 10px 0;
  text-decoration: none;
  width: 80%;
}
.libanner-one .text .cobg {
  background: #ef841f;
  color: #ffffff;
}
.libanner-one .text .cobg:hover {
  background: #c5605b;
}

.help-strip {
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0055b1), color-stop(41%, #0055b1), to(#049fe4));
  background-image: linear-gradient(to right, #0055b1 0, #0055b1 41%, #049fe4 100%);
  padding: 20px 30px;
  color: #fff;
  position: relative;
}
.help-strip:after {
  content: "";
  width: 85px;
  height: 110px;
  position: absolute;
  right: 20px;
  top: -2px;
  background: url(../images/help-strip.png) no-repeat;
}
.help-strip .top {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
}
.help-strip .top:before {
  content: "";
  width: 260px;
  height: 93px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/help-strip-border.png) no-repeat;
}
.help-strip .top span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #FFED00;
}

.service-help {
  padding: 40px 0 0;
}
.service-help span {
  background: #C9F658;
  font-size: 16px;
  width: 180px;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.service-help span.essy {
  color: #000;
}
.service-help span.pric {
  margin: 0 10px;
  background: #1FBE97;
  color: #fff;
}
.service-help span.odr {
  background: #FA7056;
  color: #fff;
}

/*subject page*/
/*about page*/
.aboutus_banner {
  background: url(../images/aboutus_banner.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

.about-banner-content {
  width: 55%;
}

.about-content p {
  padding: 0 50px;
}
.about-content .about-video {
  padding: 20px 0 50px;
  display: block;
}

.contact.about-contact {
  background: #fff;
  text-align: center;
}

.about-order-process {
  background: #fff;
  height: auto;
}
.about-order-process:before {
  display: none;
}
.about-order-process .heading {
  color: #1D1D1D;
}
.about-order-process .sub-heading {
  color: #2A2A2A;
  padding: 0 0 20px 0;
}
.about-order-process .order-step .step-no {
  background: #616161;
}
.about-order-process .order-step .heading {
  color: #1D1D1D;
}
.about-order-process .order-step li {
  position: relative;
}
.about-order-process .order-step li:before {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #C8C8C8;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  position: absolute;
  top: 60px;
  left: -14px;
}
.about-order-process .order-step li:first-child:before {
  display: none;
}
.about-order-process .order-step li p {
  color: #2A2A2A;
}
.about-order-process .essay-order-btn {
  background: #EF841F;
  color: #ffffff;
}
.about-order-process .essay-order-btn:hover {
  background: #d47113;
}

.about-strip {
  background: url(../images/home_Order_Process_banner.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about-strip:before {
  content: "";
  background: rgba(8, 81, 178, 0.92);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.about-strip .container {
  z-index: 1;
  position: relative;
}
.about-strip .heading {
  color: #ffffff;
}
.about-strip .sub-heading {
  color: #ffffff;
  padding: 0 130px;
}
.about-strip .get-resume-btn {
  border: 1px solid #fff;
  padding: 7px 24px;
  margin: 10px 0;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  text-transform: none;
}
.about-strip .get-resume-btn:hover {
  background: #fff;
  color: #246ed0;
}

/*about page*/
/*sitemap page*/
.sitemap-content {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}
.sitemap-content .item {
  display: inline-block;
  margin: 0 0 30px 0;
  width: 100%;
}
.sitemap-content .item .well {
  position: relative;
  display: block;
}
.sitemap-content .item .well h4 {
  border-bottom: 1px solid #ebecec;
  font-size: 15px;
  line-height: 22px;
  font-family: "robotomedium";
  color: #090909;
  margin-bottom: 10px;
  padding: 0 0 4px;
  text-transform: uppercase;
}
.sitemap-content .item .well li a {
  font-size: 13px;
  line-height: 24px;
}
.sitemap-content .item .well li a:hover {
  color: #f2a125;
}

/*sitemap page*/
/*sample page*/
.sample-banner-content .main_heading span {
  color: #FFDF3E;
}

.sample-search-form {
  width: 90%;
  margin: 0 auto;
}
.sample-search-form .con_btn {
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 20px;
}
.sample-search-form .con_btn i {
  width: 18px;
  height: 18px;
  background-position: -245px -126px;
  display: inline-block;
  vertical-align: middle;
}

.sample-content .heading {
  padding: 0 0 30px 0;
}
.sample-content .mfilterbox {
  display: none;
}
.sample-content .filteroption .filter-header, .sample-content .filteroption .applybtn {
  display: none;
}
.sample-content .content-left {
  width: 26%;
  padding: 20px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}
.sample-content .content-left .filter_box {
  margin: 0 0 30px 0;
}
.sample-content .content-left .filter_box .top {
  font-size: 15px;
  line-height: 18px;
}
.sample-content .content-left .filter_box .checkbox {
  padding: 15px 0 0;
}
.sample-content .content-left .filter_box .checkbox li {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  margin: 0 5px 8px 0;
}
.sample-content .content-left .filter_box .checkbox label {
  display: inline-block;
}
.sample-content .content-left .filter_box .checkbox input[type=radio] {
  display: none;
}
.sample-content .content-left .filter_box .checkbox input[type=radio]:checked + .check {
  border-color: #FFC410;
  background: #FFC410;
  color: #000000;
}
.sample-content .content-left .filter_box .checkbox input[type=radio] + .check {
  border: 1px solid #CFD2D9;
  padding: 4px 10px;
  border-radius: 4px;
  color: #2A2A2A;
  display: inline-block;
  cursor: pointer;
}
.sample-content .content-left .filter_level .top {
  font-size: 15px;
  line-height: 18px;
}
.sample-content .content-left .filter_level .radiobutton {
  margin: 15px 0 0 0;
}
.sample-content .content-left .filter_level .radiobutton li {
  display: block;
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 15px;
}
.sample-content .content-left .filter_level .radiobutton li [type=radio]:checked + label, .sample-content .content-left .filter_level .radiobutton li [type=radio]:not(:checked) + label {
  color: #2A2A2A;
  display: block;
}
.sample-content .content-left .filter_level .radiobutton li [type=radio]:checked + label:before, .sample-content .content-left .filter_level .radiobutton li [type=radio]:not(:checked) + label:before {
  top: 3px;
  width: 16px;
  height: 16px;
}
.sample-content .content-left .filter_level .radiobutton li [type=radio]:checked + label:after, .sample-content .content-left .filter_level .radiobutton li [type=radio]:not(:checked) + label:after {
  width: 10px;
  height: 10px;
  top: 6px;
}
.sample-content .content-right {
  width: 68%;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.sample-content .content-right .col {
  width: 49%;
  margin: 0 2% 0 0;
  float: left;
}
.sample-content .content-right .col:nth-child(2) {
  margin: 0;
}
.sample-content .content-right .col .bx {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #DFDFDF;
  padding: 20px 15px 20px 50px;
  background: #F5F5F5;
}
.sample-content .content-right .col .bx:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 55px solid #EF841F;
  border-right: 55px solid transparent;
  position: absolute;
  top: -1px;
  left: -1px;
}
.sample-content .content-right .col .bx .name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
}
.sample-content .content-right .col .bx li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DFDFDF;
}
.sample-content .content-right .col .bx li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.sample-content .content-right .col .bx li a {
  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;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}
.sample-content .content-right .col .bx li a span {
  font-family: "robotomedium";
}
.sample-content .content-right .col .bx li a:hover {
  color: #EF841F;
}
.sample-content .content-right .col .noresult {
  color: #ff0000;
}

.sample-detail-content .content-left {
  position: relative;
}
.sample-detail-content .content-left .content-overlay {
  position: absolute;
  padding: 5px 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 50%;
  background-image: url(../images/sample-text.jpg);
  background-size: 100%;
}
.sample-detail-content .content-left #samplemodal {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sample-detail-content .content-left #samplemodal .modal-box {
  max-width: 500px;
  margin: 1.75rem auto;
  background-color: #fff;
  font-size: 13px;
  pointer-events: auto;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  width: auto;
}
.sample-detail-content .content-left #samplemodal .modal-box .popup-wrapper {
  padding: 30px 20px 14px;
}
.sample-detail-content .content-left #samplemodal .modal-box p {
  padding: 0 22px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #2a2a2a;
}
.sample-detail-content .content-left #samplemodal .modal-box span {
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin: 3px 0 30px 0;
}
.sample-detail-content .content-left #samplemodal .modal-box .inputbox {
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
.sample-detail-content .content-left #samplemodal .modal-box .inputbox input {
  width: 80%;
  height: 40px;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
}
.sample-detail-content .content-left #samplemodal .modal-box .inputbox .btn-submit {
  background-color: #ef841f;
  color: #fff;
  padding: 8px 30px;
  border: none;
  -webkit-box-shadow: 2px 2px 2px rgba(154, 154, 154, 0.45);
          box-shadow: 2px 2px 2px rgba(154, 154, 154, 0.45);
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}
.sample-detail-content .content-left #samplemodal .modal-box .inputbox .btn-submit:hover {
  background-color: #d47216;
}

/*sample page*/
/*full laoder*/
.full-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.full-loader svg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 15%;
  left: 50%;
}

/*full laoder*/
/*sample category page*/
.sample-cat-banner {
  background-position-y: 56%;
  padding: 35px 0 45px 0;
}

.sample-category-content {
  background: #F5F5F5;
}
.sample-category-content .category-bx {
  background: #fff;
  width: 48%;
  float: left;
  margin: 1%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  height: 295px;
  overflow: auto;
}
.sample-category-content .category-bx .title {
  border-bottom: 1px solid #ececec;
  font-family: "robotomedium";
  font-size: 18px;
  line-height: 20px;
  color: #1D1D1D;
  padding: 13px 15px;
}
.sample-category-content .category-bx:hover {
  background: #f7fcff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sample-category-content .category-bx .info {
  padding: 10px 15px 17px 15px;
  color: #2A2A2A;
  font-size: 14px;
  line-height: 18px;
}
.sample-category-content .category-bx .info b {
  font-family: "robotoregular";
  color: #929191;
}
.sample-category-content .category-bx .info .sub-info {
  padding: 0 0 13px 0;
  color: #373737;
}
.sample-category-content .category-bx .info .sub-info span {
  border-right: 1px solid #ddd;
  padding: 0 8px 0 8px;
}
.sample-category-content .category-bx .info .sub-info span:first-child {
  padding-left: 0;
}
.sample-category-content .category-bx .info .content-category {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px 0;
  height: 82px;
  overflow: auto;
}
.sample-category-content .category-bx .info .content-category a {
  color: #246ED0;
}
.sample-category-content .category-bx .info .tag {
  padding: 7px 0 25px 0;
  font-size: 12px;
  line-height: 17px;
}
.sample-category-content .category-bx .info .tag b {
  margin: 0 6px 0 0;
}
.sample-category-content .category-bx .info .tag a {
  border: 1px solid #B7B7B7;
  border-radius: 16px;
  margin: 0 6px 0 0;
  padding: 1px 10px;
}
.sample-category-content .category-bx .info .download-link {
  color: #EF841F;
  font-family: "robotomedium";
}
.sample-category-content .category-bx .info .download-link:after {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 480px;
  width: 24px;
  height: 15px;
  display: inline-block;
  background-position: -342px -161px;
  vertical-align: middle;
  margin: 0px 0 0 5px;
}
.sample-category-content .category-bx .info .list-category {
  border-top: 1px solid #ddd;
  padding: 3px 0;
  margin-bottom: 13px;
}
.sample-category-content .category-bx .info .list-category li {
  list-style: none;
  display: inline-block;
  border-right: 2px solid #ddd;
  padding: 2px 10px 2px 10px;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  color: #373737;
}
.sample-category-content .category-bx .info .list-category li:first-child {
  padding-left: 0;
}
.sample-category-content .category-bx .info .list-category li:last-child {
  border-right: none;
}
.sample-category-content .category-bx .info .list-category li:before {
  display: none;
}
.sample-category-content .category-bx .info .list-category li span {
  color: #929191;
}
.sample-category-content .sample-cat-strip {
  float: left;
  width: 98%;
  margin: 1%;
  background: url(../images/home_Order_Process_banner.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.sample-category-content .sample-cat-strip:before {
  content: "";
  background: rgba(8, 81, 178, 0.92);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sample-category-content .sample-cat-strip .container {
  z-index: 1;
  position: relative;
}
.sample-category-content .sample-cat-strip .heading {
  color: #ffffff;
}
.sample-category-content .sample-cat-strip .sub-heading {
  color: #ffffff;
  padding: 0 130px;
}
.sample-category-content .sample-cat-strip .get-resume-btn {
  border: 1px solid #fff;
  padding: 7px 24px;
  margin: 10px 0;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  text-transform: none;
}
.sample-category-content .sample-cat-strip .get-resume-btn:hover {
  background: #fff;
  color: #246ed0;
}

/*sample category page*/
/*sample detail page*/
.sample-detail-form {
  margin: 0;
  background: #033F67;
}
.sample-detail-form.loginsample {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sample-detail-form form .box.country-bx:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 67px;
  width: 12px;
  height: 10px;
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 660px;
  background-position: -257px -84px;
}
.sample-detail-form form .box .countrycode {
  width: 29%;
  border-right: none;
}
.sample-detail-form form .box .inputno {
  width: 71%;
  float: right;
}
.sample-detail-form form .box:last-child {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding: 0;
}
.sample-detail-form form .box .con_btn {
  text-transform: capitalize;
  padding: 8px 10px;
  font-size: 18px;
  border: none;
}

.download-sample {
  height: 540px;
}
.download-sample .heading span {
  color: #FFC410;
}
.download-sample .order-step {
  padding: 40px 35px 36px;
}
.download-sample .order-step li {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 0;
  margin: 0 30px 0 0;
}
.download-sample .order-step li p {
  color: #2A2A2A;
  padding: 5px 12px;
  font-size: 14px;
  font-family: "robotoregular";
}
.download-sample .order-step .heading {
  background: #EEEEEE;
  padding: 8px 12px;
  color: #1D1D1D;
}
.download-sample .order-step .info {
  color: #2A2A2A;
  padding: 15px 12px 10px;
  font-size: 15px;
  line-height: 18px;
}
.download-sample .order-step .info span {
  padding: 0 7px;
}
.download-sample .order-step .view-link {
  padding: 6px 12px 25px;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #EF841F;
}
.download-sample .order-step .view-link:after {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 480px;
  width: 24px;
  height: 15px;
  display: inline-block;
  background-position: -342px -161px;
  vertical-align: middle;
  margin: 0px 0 0 5px;
}
.download-sample .essay-order-btn {
  padding: 5px 26px;
  font-size: 14px;
}

/*sample detail page*/
/*answer detail pgae*/
.answer-banner {
  background-position-y: 52%;
}

.answer-style {
  display: inline-block;
  background: rgba(252, 252, 252, 0.19);
  border: 1px solid rgba(236, 236, 236, 0.19);
  border-radius: 4px;
  margin: 15px 0;
  padding: 3px 15px;
  color: #ffffff;
}
.answer-style span {
  padding: 0 3px;
}

.answer-detail-content {
  padding: 40px 0 70px 0;
}
.answer-detail-content .content-left .main_heading {
  margin: 0 0 5px 0;
  font-family: "robotomedium";
  font-size: 24px;
  line-height: 26px;
  color: #010101;
}
.answer-detail-content .content-left .list-category {
  border-bottom: 1px solid #ddd;
  padding: 3px 0 9px 0;
  margin-bottom: 13px;
}
.answer-detail-content .content-left .list-category li {
  list-style: none;
  display: inline-block;
  border-right: 2px solid #ddd;
  padding: 2px 18px 2px 15px;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  color: #373737;
}
.answer-detail-content .content-left .list-category li:first-child {
  padding-left: 0;
}
.answer-detail-content .content-left .list-category li:last-child {
  border-right: none;
}
.answer-detail-content .content-left .list-category li:before {
  display: none;
}
.answer-detail-content .content-left .list-category li span {
  color: #929191;
}
.answer-detail-content .content-left .question {
  display: inline-block;
}
.answer-detail-content .content-left .question:before {
  content: "Q";
  width: 30px;
  height: 30px;
  background: #EF841F;
  border-radius: 100%;
  color: #ffffff;
  font-family: "robotoregular";
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  margin: 0 10px 0 0;
}
.answer-detail-content .content-left .answer-box {
  position: relative;
  height: 255px;
  margin: 20px 0;
}
.answer-detail-content .content-left .answer-box:before {
  content: "A";
  width: 32px;
  height: 32px;
  background: #33CC6F;
  border-radius: 100%;
  color: #ffffff;
  font-family: "robotoregular";
  font-size: 20px;
  line-height: 29px;
  display: inline-block;
  text-align: center;
  z-index: 1;
  position: relative;
}
.answer-detail-content .content-left .answer-box:after {
  content: "";
  background: url(../images/answer-blur.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.answer-detail-content .content-left .answer-box .get-ans-btn {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 12% auto;
  padding: 10px 55px;
  background: #EF841F;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  border-radius: 4px;
}
.answer-detail-content .content-left .answer-box .get-ans-btn i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -296px -125px;
  vertical-align: middle;
}
.answer-detail-content .content-left .answer-box .get-ans-btn:hover {
  background: #d47113;
}
.answer-detail-content .content-left .note {
  font-size: 13px;
  line-height: 17px;
}
.answer-detail-content .content-right .answer-right-bx ul {
  padding: 13px;
}
.answer-detail-content .content-right .answer-right-bx ul li {
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
  margin: 0 0 8px 0;
}
.answer-detail-content .content-right .answer-right-bx ul li:before {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 380px;
  background-position: -294px -108px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}

.writers {
  background: #F1F1F1;
  padding: 50px 0;
}
.writers .view-writer {
  text-align: center;
  color: #246ED0;
  display: inline-block;
  width: 100%;
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
  font-family: "robotomedium";
}

/*answer detail pgae*/
.common-order-btn {
  background: #246ED0;
  color: #fff;
  padding: 7px 30px;
  margin: 0 0 50px;
  display: inline-block;
}
.common-order-btn:hover {
  background: #1c5db3;
}

/*service page*/
.all-services {
  padding: 50px 0;
}
.all-services .service-content {
  padding: 0 0 20px 0;
}

.service-list {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.service-list li {
  width: 33.33%;
  float: left;
  min-height: 230px;
  padding: 20px 25px;
  border-color: #bbb;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  text-align: center;
}
.service-list li:nth-child(3n+3) {
  border-right: 0;
}
.service-list li i {
  background: url(../images/service.png) no-repeat;
  background-size: 510px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.service-list li i.aw {
  background-position: 0px 0px;
}
.service-list li i.ew {
  background-position: -60px 0px;
}
.service-list li i.dt {
  background-position: -119px 0px;
}
.service-list li i.cw {
  background-position: -177px 0px;
}
.service-list li i.hw {
  background-position: -236px 0px;
}
.service-list li i.cww {
  background-position: -293px 0px;
}
.service-list li i.rw {
  background-position: -344px 0px;
}
.service-list li i.ep {
  background-position: -398px 0px;
}
.service-list li i.rp {
  background-position: -452px 0px;
}
.service-list li a {
  font-size: 17px;
  line-height: 20px;
  font-family: "robotomedium";
  color: #1d1d1d;
  padding: 10px 0;
  display: block;
}
.service-list li p {
  font-size: 14px;
  line-height: 18px;
  color: #5a5a5a;
}

/*service page*/
.writing-process {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid #d8d8d8;
}
.writing-process .heading {
  font-size: 27px;
  margin: 0 0 20px;
}
.writing-process .process {
  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;
  width: 90%;
  margin: 0 auto;
}
.writing-process .process .step {
  width: 33%;
  position: relative;
}
.writing-process .process .step:first-child::before, .writing-process .process .step:last-child::before {
  content: "";
  border: 1px solid #d8d8d8;
  border-width: 0px 0 3px 3px;
  display: inline-block;
  padding: 3px;
  position: absolute;
  height: 65px;
  width: 244px;
  bottom: -67px;
  left: 50%;
}
.writing-process .process .step:first-child:after, .writing-process .process .step:last-child:after {
  content: "";
  border: 1px solid #d8d8d8;
  border-width: 0px 0 3px 3px;
  display: inline-block;
  padding: 6px;
  position: absolute;
  bottom: -73px;
  right: -20%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.writing-process .process .step:last-child:before {
  border-width: 0px 3px 3px 0px;
  right: 50%;
  left: inherit;
}
.writing-process .process .step:last-child:after {
  right: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -20%;
}
.writing-process .process .step:nth-child(2)::before, .writing-process .process .step:nth-child(2)::after {
  content: "+";
  font-size: 70px;
  line-height: 78px;
  top: 25%;
  right: 0;
  color: #434343;
  position: absolute;
}
.writing-process .process .step:nth-child(2)::after {
  left: 0;
  right: inherit;
}
.writing-process .process .step .step-name {
  font-size: 22px;
  line-height: 26px;
  color: #EF841F;
  padding: 10px 0 0;
  margin: 0;
}
.writing-process .process .step .step-content {
  font-size: 15px;
  line-height: 20px;
  font-family: robotoregular;
  margin: auto;
  color: #333333;
  width: 58%;
}
.writing-process .result {
  padding: 50px 0 20px;
  font-size: 24px;
  line-height: 28px;
  font-family: robotomedium;
}
.writing-process .common-btn {
  background: #EF841F;
  padding: 9px 22px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 25px;
  font-family: robotomedium;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: block;
  margin: auto;
}

.essay-feature {
  text-align: center;
  position: relative;
  padding: 50px 0;
}
.essay-feature::after {
  background: #FEF7F2;
  content: "";
  height: 40%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.essay-feature .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
}
.essay-feature .feature-box {
  width: 24%;
  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;
  padding: 20px 8px;
}
.essay-feature .feature-box .title-feature {
  color: #EF841F;
  font-size: 16px;
  line-height: 20px;
  font-family: "robotomedium";
  margin: 10px 0;
}
.essay-feature .feature-box .content {
  padding: 0;
  color: #333333;
  margin: 0;
  height: 101px;
  overflow: auto;
  font-size: 14px;
}

.essay-content {
  padding: 50px 0;
  border-bottom: 1px solid #d8d8d8;
}
.essay-content p {
  color: #2A2A2A;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}
.essay-content p:last-child {
  margin: 0;
}

.faq.essay-faq .accordion li {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  margin: 0 40px 15px 0;
}
.faq.essay-faq .accordion li.open .question {
  background: #F5F5F5;
}
.faq.essay-faq .accordion li.open .question:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq.essay-faq .accordion .question {
  padding: 12px 32px 12px 14px;
  font-size: 15px;
}
.faq.essay-faq .accordion .question::before {
  display: none;
}
.faq.essay-faq .accordion .question:after {
  content: "";
  background: #fff;
  border-bottom: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  position: absolute;
  right: 12px;
  top: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq.essay-faq .answer {
  margin: 10px 15px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

/*Start Responsive*/
@media (max-width: 1024px) {
  .fancybox-content.videomain video {
    width: 900px;
  }

  .home_banner {
    padding: 20px 0 30px 0;
  }

  .subject-content .content-right .subject-rightbx.sticky {
    width: 333px;
  }

  .content .content-right {
    width: 33%;
  }
  .content .content-right .feature li {
    font-size: 14px;
  }
  .content .content-right .feature li .right {
    font-size: 13px;
  }
  .content .content-right .feature li .right .fearure-price {
    font-size: 12px;
  }

  .about-banner-content {
    width: 65%;
  }

  .about-order-process .order-step {
    padding: 0 10px 36px;
  }
  .about-order-process .order-step li {
    margin: 0 30px 0 0;
  }

  .about-choose-us .services {
    padding: 28px 10px;
  }

  .sample-content .content-left {
    width: 28%;
  }
  .sample-content .content-right {
    width: 68%;
  }

  .sample-cat-banner {
    padding: 30px 0 40px 0;
  }

  .sample-category-content .category-bx {
    height: 320px;
  }
  .sample-category-content .category-bx .info .content-category {
    height: 105px;
  }
  .sample-category-content .category-bx .info .tag {
    padding: 7px 0 15px 0;
  }
  .sample-category-content .category-bx .info .tag a {
    margin: 0 6px 6px 0;
    display: inline-block;
  }

  .sample-detail-form form .box .countrycode {
    padding: 0 10px 0 10px;
  }
  .sample-detail-form form .box.country-bx:after {
    left: 54px;
  }

  .help-strip:after {
    width: 55px;
    height: 80px;
    background-size: contain;
  }

  .download-sample {
    padding: 30px 0;
  }

  .writing-process .process {
    width: 100%;
  }
  .writing-process .process .step:last-child::after {
    left: -23%;
  }
  .writing-process .process .step:first-child::after {
    right: -23%;
  }
}
@media (max-width: 768px) {
  .fancybox-content.videomain video {
    width: 670px;
  }

  .subject-content .content-right .subject-rightbx.sticky {
    width: 247.5px;
  }

  .related-service {
    padding: 30px 0;
  }

  .about-banner-content {
    width: 80%;
  }

  .about-content p {
    padding: 0 10px;
  }

  .heading {
    font-size: 24px;
    line-height: 27px;
  }

  .choose-us .sub-content {
    padding: 0;
  }

  .about-order-process .order-step li:before {
    top: 70px;
    left: -4px;
  }

  .about-strip {
    padding: 20px 0;
  }
  .about-strip .sub-heading {
    padding: 0 30px;
  }
  .about-strip .get-resume-btn {
    margin: 10px 0 0 0;
  }

  .sample-category-content .category-bx {
    height: auto;
  }
  .sample-category-content .category-bx .info .content-category {
    height: 136px;
  }
  .sample-category-content .category-bx .title {
    font-size: 16px;
    padding: 10px 15px;
    height: 58px;
  }
  .sample-category-content .category-bx .sub-info span {
    font-size: 13px;
  }
  .sample-category-content .category-bx .list-category {
    white-space: nowrap;
    overflow: auto;
  }

  .sample-detail-form {
    padding: 10px;
  }
  .sample-detail-form form .box select, .sample-detail-form form .box input, .sample-detail-form form .box textarea {
    padding: 0 5px;
  }
  .sample-detail-form form .box .countrycode {
    width: 33%;
  }
  .sample-detail-form form .box .inputno {
    width: 67%;
  }
  .sample-detail-form form .box.country-bx:after {
    left: 49px;
  }
  .sample-detail-form form .box .con_btn {
    padding: 8px 5px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
  }

  .help-strip {
    padding: 30px 20px 20px;
  }
  .help-strip .top:before {
    top: 10px;
  }

  .service-help span {
    font-size: 14px;
    width: 140px;
  }
  .service-help span.pric {
    margin: 0 8px;
  }

  .download-sample {
    padding: 25px 0;
  }
  .download-sample .order-step {
    padding: 27px 15px 27px;
  }
  .download-sample .order-step li {
    padding: 0;
  }
  .download-sample .order-step li:last-child {
    display: none;
  }

  .service-list li {
    min-height: 240px;
    padding: 15px 20px;
  }

  .answer-detail-content .content-left .main_heading {
    font-size: 18px;
    line-height: 22px;
  }
  .answer-detail-content .content-left .list-category {
    white-space: nowrap;
    overflow: auto;
  }

  .writing-process {
    padding: 30px 0;
  }
  .writing-process .heading {
    font-size: 24px;
  }
  .writing-process .process .step:nth-child(2)::after, .writing-process .process .step:nth-child(2)::before {
    font-size: 50px;
    line-height: 58px;
  }
  .writing-process .process .step:first-child::before, .writing-process .process .step:last-child::before {
    width: 165px;
  }
  .writing-process .process .step:last-child::after {
    left: -16%;
  }
  .writing-process .process .step:first-child::after {
    right: -16%;
  }
  .writing-process .process .step .step-name {
    font-size: 18px;
    line-height: 23px;
  }
  .writing-process .process .step .step-content {
    width: 95%;
  }
  .writing-process .result {
    font-size: 21px;
  }
  .writing-process .common-btn {
    padding: 6px 17px;
    font-size: 18px;
    line-height: 23px;
  }

  .essay-feature {
    padding: 30px 0;
  }
  .essay-feature .feature-list {
    margin: 15px 0 0;
  }

  .essay-content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .fancybox-content.videomain video {
    width: 100%;
  }
  .fancybox-content.videomain .fancybox-close-small {
    right: 0;
    top: -34px;
  }

  .sample-cat-banner {
    background: url(../images/mobile_subject_banner.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    padding: 25px 0;
  }
  .sample-cat-banner .subject-banner-content .main_heading {
    font-size: 22px;
    line-height: 24px;
    padding: 0;
  }
  .sample-cat-banner .button-section {
    padding: 15px 0 0 0;
  }
  .sample-cat-banner .button-section .get-quote-btn {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 20px;
  }
  .sample-cat-banner .button-section .whtsap-btn {
    display: none;
  }

  .related-service, .content, .home_banner {
    padding: 20px 0 15px 0;
  }

  .about-content {
    padding: 20px 0 0;
  }

  .content .content-left, .content .content-right, .choose-package .packages .package-bx, .choose-package .packages .package-bx .highlight-points, .subject-content .content-left .libanner-one .text, .about-banner-content, .sample-content .content-right .col, .sample-category-content .category-bx, .sample-detail-form form .box.country-bx {
    width: 100%;
  }

  .home_banner {
    background-position-y: top;
    background-position-x: 6%;
  }
  .home_banner .main_heading {
    font-size: 24px;
    line-height: 28px;
  }

  .essay_banner {
    background: url(../images/mobile_essay_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .essay_banner .main_heading {
    font-size: 22px;
    line-height: 24px;
  }
  .essay_banner .banner-content {
    width: 100%;
  }
  .essay_banner .banner-content .feature li:nth-child(1), .essay_banner .banner-content .feature li:nth-child(2) {
    display: none;
  }

  .content.essay-content {
    padding: 15px 5px;
  }
  .content.essay-content .content-left .heading {
    font-size: 20px;
    line-height: 22px;
  }
  .content.essay-content .content-left .content-inner {
    height: inherit;
    overflow: inherit;
  }
  .content.essay-content .content-left .content-inner p {
    font-size: 14px;
  }
  .content.essay-content .content-left .view-sample {
    padding: 5px 15px;
    border-radius: 3px;
    line-height: 22px;
  }

  .choose-us.essay-choose-us .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .choose-us.essay-choose-us p {
    font-size: 14px;
  }

  .order_process.essay-order-process {
    background: url(../images/mobile_home_Order_Process_banner.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .order_process.essay-order-process .heading {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
  .order_process.essay-order-process .order-step {
    padding: 0;
  }
  .order_process.essay-order-process .order-step li {
    padding: 0 0 15px 0;
  }
  .order_process.essay-order-process .order-step li .step-no {
    width: 22px;
    height: 22px;
    padding: 2px 3px;
    margin: 0;
  }
  .order_process.essay-order-process .order-step li p {
    margin: 7px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    font-family: "robotoregular";
  }
  .order_process.essay-order-process .order-step li .heading {
    font-size: 18px;
    line-height: 20px;
  }
  .order_process.essay-order-process .essay-order-btn {
    padding: 6px 25px;
    border-radius: 3px;
    margin: 5px 0 0 0;
    display: block;
  }

  .faq.essay-faq .accordion ul {
    margin: 0;
  }
  .faq.essay-faq .accordion ul li .question {
    font-size: 14px;
    padding: 8px 25px 8px 8px;
  }

  .content .content-left .view-sample {
    margin: 10px 0 0 0;
  }
  .content .content-left .content-inner {
    height: 140px;
    overflow: auto;
  }
  .content .content-right {
    margin: 20px 0 0 0;
  }

  .related-service .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .related-service .rservices {
    display: inline-block;
    padding: 10px 0 0px;
  }
  .related-service .rservices li {
    width: 48.5%;
    float: left;
    margin: 0 9px 9px 0;
  }
  .related-service .rservices li:nth-child(even) {
    margin: 0 0 9px 0;
  }
  .related-service .rservices li .service-title {
    padding: 3px 5px;
    font-size: 14px;
  }
  .related-service .rservices li img {
    width: 164px;
    height: 85px;
  }

  .subject-content {
    padding: 20px 5px 0;
  }
  .subject-content .content-left h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .subject-content .content-left h2:before {
    display: none;
  }
  .subject-content .content-left h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .subject-content .content-left .desk-img {
    display: none;
  }
  .subject-content .content-left .mob-img {
    display: block;
  }
  .subject-content .content-left ul {
    margin: 0 0 0 20px;
  }
  .subject-content .content-left .libanner-one {
    background-image: none;
    background: #303133;
  }
  .subject-content .content-left .conversion-strip {
    margin: 0;
  }
  .subject-content .content-left .seasonal-offer:after {
    background-size: cover;
    background-position: center;
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 10px;
    right: 8px;
  }
  .subject-content .content-left .seasonal-offer .top-off {
    font-size: 20px;
  }
  .subject-content .content-left .seasonal-offer .litle-top {
    font-size: 18px;
  }
  .subject-content .content-left .seasonal-offer strong {
    font-size: 40px;
  }
  .subject-content .content-left .seasonal-offer .off-bottom {
    font-size: 16px;
  }
  .subject-content .content-left .seasonal-offer .off-bottom small {
    font-size: 12px;
  }
  .subject-content .content-left p {
    font-size: 14px;
    overflow: hidden;
  }
  .subject-content .content-left ul li, .subject-content .content-left ol li {
    font-size: 14px;
    line-height: 18px;
  }
  .subject-content .content-left .content-table tr td a {
    margin: 3px;
    display: block;
  }
  .subject-content .content-right .subject-rightbx {
    margin: 0;
  }
  .subject-content .content-right .title {
    font-size: 18px;
    line-height: 20px;
    padding: 6px 0;
  }
  .subject-content .content-right .feature li {
    line-height: 18px;
    padding: 0 0 8px 0;
  }
  .subject-content .content-right .price-box {
    padding: 10px;
  }
  .subject-content .content-right .price-box p {
    font-size: 14px;
    line-height: 18px;
  }
  .subject-content .content-right .price-box .price-free {
    font-size: 22px;
    line-height: 24px;
  }
  .subject-content .content-right .price-box .total-price {
    font-size: 18px;
    line-height: 20px;
  }
  .subject-content .content-right .price-box .order-btn {
    padding: 8px 0;
    margin: 10px 0 0;
    line-height: 18px;
    font-size: 16px;
  }
  .subject-content .content-right .video-bx img {
    width: 100%;
    height: 100%;
  }

  .conversion-strip {
    background: none;
    height: auto;
    display: inline-block;
  }
  .conversion-strip .blue-box {
    width: 100%;
    padding: 10px 15px 30px;
  }

  .aboutus_banner {
    background: url(../images/mobile_aboutus_banner.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
  }
  .aboutus_banner .main_heading {
    font-size: 22px;
    line-height: 24px;
  }
  .aboutus_banner .feature li {
    padding: 0;
  }
  .aboutus_banner .feature li:nth-child(1), .aboutus_banner .feature li:nth-child(2) {
    display: none;
  }
  .aboutus_banner .about-banner-content .get_resume_btn {
    padding: 8px 20px;
    margin: 10px 0 0;
    line-height: 18px;
    font-size: 17px;
  }

  .about-content .heading {
    font-size: 20px;
    line-height: 22px;
  }
  .about-content .heading br {
    display: none;
  }
  .about-content p {
    font-size: 14px;
    padding: 0;
    text-align: left;
  }
  .about-content .about-video {
    padding: 10px 0;
  }
  .about-content .about-video img {
    width: 338px;
    height: 100%;
  }

  .about-choose-us .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .about-choose-us .sub-content {
    font-size: 14px;
  }
  .about-choose-us .services {
    padding: 15px 0;
  }

  .about-order-process {
    padding: 20px 0;
  }
  .about-order-process .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .about-order-process .sub-heading {
    padding: 0 0 15px 0;
  }
  .about-order-process .order-step {
    padding: 0 0 25px;
  }
  .about-order-process .order-step .heading {
    font-size: 16px;
    line-height: 20px;
  }
  .about-order-process .order-step .step-no {
    width: 25px;
    height: 25px;
    padding: 3px 4px;
  }
  .about-order-process .order-step li {
    padding: 10px 0;
    margin: 0;
  }
  .about-order-process .order-step li:before {
    display: none;
  }
  .about-order-process .order-step li p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    font-family: robotoregular;
  }
  .about-order-process .essay-order-btn {
    border-radius: 3px;
    padding: 9px 25px;
  }

  .about-strip {
    padding: 15px 0;
  }
  .about-strip .heading {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .about-strip .sub-heading {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }

  .sample-search-form {
    width: 100%;
  }
  .sample-search-form.price_form form .box {
    width: 100%;
    padding: 0;
  }

  .sample-content .mfilterbox {
    display: block;
    padding: 10px;
  }
  .sample-content .mfilterbox .filterbtn {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    font-family: "robotomedium";
    text-align: center;
  }
  .sample-content .mfilterbox .filterbtn i {
    width: 20px;
    height: 23px;
    background-position: -227px -221px;
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: sub;
  }
  .sample-content .filteroption {
    top: 0px;
    right: -103%;
    height: 100%;
    width: 100%;
    bottom: 0;
    background: #f1f2f4;
    position: fixed;
    z-index: 9999999999;
    overflow: auto;
  }
  .sample-content .filteroption .back {
    float: left;
    width: 18px;
    height: 18px;
    background-position: -269px -55px;
    background-size: 350px;
    margin: 2px 15px 0 0;
  }
  .sample-content .filteroption .filter-header {
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.5);
    display: block;
  }
  .sample-content .filteroption .filter-header .top {
    padding: 10px;
  }
  .sample-content .filteroption .applybtn {
    display: block;
    background: #246ed0;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 4px 30px 7px;
    margin: 20px 15px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .sample-content .filteroption .filter_box, .sample-content .filteroption .filter_level {
    padding: 20px 15px 0;
    margin: 0;
  }
  .sample-content .heading {
    padding: 0 0 15px 0;
    font-size: 20px;
    line-height: 22px;
  }
  .sample-content .content-right .col {
    margin: 0;
  }
  .sample-content .content-left {
    padding: 0px;
  }

  .sample-category-content .category-bx {
    margin: 0 0 3% 0px;
  }
  .sample-category-content .category-bx .info .content-category {
    height: auto;
  }
  .sample-category-content .category-bx .title {
    height: auto;
  }
  .sample-category-content .sample-cat-strip {
    padding: 20px 0;
    margin: 1% 1% 4% 1%;
  }
  .sample-category-content .sample-cat-strip .sub-heading {
    padding: 0;
  }

  .sample-detail-form form .box.country-bx:after {
    left: 75px;
  }

  .help-strip:after {
    width: 48px;
  }
  .help-strip .top {
    padding-left: 15px;
  }
  .help-strip .top:before {
    top: 0;
  }
  .help-strip .top span {
    font-size: 22px;
  }

  .service-help span {
    margin: 0 0 10px 0;
  }

  .download-sample {
    height: auto;
  }
  .download-sample .order-step {
    padding: 20px 0;
  }
  .download-sample .order-step li {
    margin: 0 0 20px;
    padding: 0;
  }
  .download-sample .order-step li:last-child {
    display: block;
  }

  .answer-style {
    padding: 3px 5px;
    font-size: 12px;
  }

  .writers {
    padding: 20px 0;
  }

  .fancybox-slide {
    padding: 0 15px !important;
  }

  .all-services {
    padding: 20px 0;
  }
  .all-services .service-content {
    padding: 0;
  }

  .service-list li {
    min-height: auto;
    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    margin-top: -1px;
  }
  .service-list li:nth-child(3n+3) {
    border-right: 1px solid #eee;
  }
  .service-list li i {
    background-size: 450px;
    height: 40px;
    width: 40px;
  }
  .service-list li i.aw {
    background-position: -4px 4px;
    background-size: 400px;
  }
  .service-list li i.dt {
    background-position: -103px 2px;
    background-size: 420px;
  }
  .service-list li i.cw {
    background-position: -164px 2px;
  }
  .service-list li i.hw {
    background-position: -178px 3px;
    background-size: 380px;
  }
  .service-list li i.cww {
    background-position: -263px 2px;
  }
  .service-list li i.rw {
    background-position: -310px -2px;
  }
  .service-list li i.ep {
    background-position: -359px -2px;
  }
  .service-list li i.rp {
    background-position: -406px -2px;
  }
  .service-list li a {
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 10px 0;
  }
  .service-list li p {
    margin: 0;
  }

  .christmas-strip {
    display: none;
  }

  .christmas-strip-mobile {
    display: block !important;
  }

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

  .writing-process {
    padding: 15px 0;
  }
  .writing-process .heading {
    font-size: 20px;
    text-align: center;
  }
  .writing-process .process .step {
    width: 32%;
  }
  .writing-process .process .step svg {
    width: 52%;
    height: 40%;
  }
  .writing-process .process .step .step-name {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
  }
  .writing-process .process .step .step-content {
    font-size: 13px;
    width: 100%;
    line-height: 16px;
  }
  .writing-process .process .step:nth-child(2)::after, .writing-process .process .step:nth-child(2)::before {
    display: none;
  }
  .writing-process .process .step:last-child::before, .writing-process .process .step:first-child::before {
    bottom: -22%;
    height: 30px;
    width: 48px;
    border-width: 0px 0 2px 2px;
  }
  .writing-process .process .step:last-child::after, .writing-process .process .step:first-child::after {
    bottom: -25%;
    border-width: 0px 0 2px 2px;
    left: 5%;
    padding: 4px;
  }
  .writing-process .process .step:last-child:before {
    border-width: 0px 2px 2px 0px;
  }
  .writing-process .process .step:first-child::after {
    right: 4%;
    left: inherit;
  }
  .writing-process .result {
    font-size: 16px;
    padding: 15px 0 0px;
    line-height: 20px;
  }
  .writing-process .common-btn {
    padding: 5px 14px;
    font-size: 16px;
    line-height: 20px;
    margin: 30px auto 0;
  }

  .essay-feature {
    padding: 15px 0;
  }
  .essay-feature .heading {
    text-align: center;
  }
  .essay-feature .feature-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
  .essay-feature .feature-list .title-feature {
    margin: 5px 0;
  }
  .essay-feature .feature-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .essay-feature .feature-box {
    min-width: 70%;
    margin: 10px 15px 15px 0;
  }

  .essay-content {
    padding: 15px 0;
  }
  .essay-content p {
    margin: 0 0 10px;
  }
}
@media (max-width: 320px) {
  .sample-category-content .category-bx .info .tag a {
    margin: 0 2px 6px 0;
  }
}