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;
  }
}
.seo-content {
  padding: 130px 0 70px 0;
}
.seo-content .content-inner {
  height: 500px;
  overflow: auto;
  padding: 0 20px;
}
.seo-content .content-inner .sub-heading {
  padding: 0 30px;
}
.seo-content .content-inner .content-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 50px 0 10px 0;
}
.seo-content .content-inner .content-box .box-inner {
  padding: 16px 18px;
}
.seo-content .content-inner .content-box .box-inner .heading {
  font-size: 19px;
  line-height: 25px;
}
.seo-content .content-inner .content-box .box-inner .heading i {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px 0 0;
  background-position: -270px -138px;
}
.seo-content .seo-btn {
  text-align: center;
  margin: 30px 0;
}
.seo-content .seo-btn a {
  background: #246ED0;
  color: #ffffff;
  display: inline-block;
  padding: 8px 30px;
}
.seo-content .seo-btn a:hover {
  background: #1a5bb1;
}

@media (max-width: 1024px) {
  .seo-content {
    padding: 90px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .seo-content {
    padding: 30px 0;
  }
  .seo-content .content-inner .content-box {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 480px) {
  .seo-content {
    padding: 20px 0;
  }
  .seo-content .content-inner {
    height: 264px;
  }
  .seo-content .content-inner .sub-heading {
    padding: 0;
  }
  .seo-content .content-inner .content-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .seo-content .content-inner .content-box .box-inner {
    padding: 9px 0px;
  }
  .seo-content .seo-btn {
    margin: 20px 0 0;
  }
}
.index_banner {
  background: url(../images/home_banner.svg) no-repeat right;
  padding: 50px 0;
  position: relative;
}
.index_banner p {
  margin: 0;
}
.index_banner .container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_banner .container:after {
  content: "";
  height: 80px;
  background: url(../images/banner-footer.png) no-repeat;
  position: absolute;
  width: 656px;
  left: 5%;
  bottom: -12.2%;
  z-index: -1;
}
.index_banner:after {
  content: "";
  height: 80px;
  background: #EFEFEF;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}
.index_banner .left {
  width: 36%;
  position: relative;
}
.index_banner .banner-title {
  font-size: 42px;
  line-height: 50px;
  font-family: robotomedium;
  color: #1D1D1D;
}
.index_banner .banner-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #2a2a2a;
  margin: 0 0 30px;
}
.index_banner .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 205px;
}
.index_banner .features .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.index_banner .features .feature-list svg {
  margin: 0 8px 0 0;
}
.index_banner .features .feature-list .feature-content {
  font-size: 20px;
  line-height: 24px;
  font-family: robotomedium;
  margin: 0;
}
.index_banner .features .feature-list .feature-content span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #2a2a2a;
}
.index_banner .table-banner {
  background: url(../images/banner-table.svg) no-repeat;
  display: block;
  width: 318px;
  height: 122px;
  position: absolute;
  bottom: 7%;
}
.index_banner .price-form-banner {
  width: 55%;
  position: relative;
}
.index_banner .price-form-banner:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/banner-girl.svg) no-repeat;
  bottom: -6%;
  left: 0;
  height: 247px;
  width: 210px;
  z-index: 1;
}
.index_banner .price-form-banner .home_price_form {
  display: block;
  margin: 0 0 0 auto;
  width: 69%;
  background: #fff;
  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: 30px 20px;
  position: relative;
}
.index_banner .price-form-banner .home_price_form:before, .index_banner .price-form-banner .home_price_form:after {
  content: "";
  display: block;
  position: absolute;
}
.index_banner .price-form-banner .home_price_form:before {
  background: url(../images/banner-article1.svg) no-repeat;
  top: 0;
  right: -15%;
  z-index: -1;
  height: 49px;
  width: 101px;
}
.index_banner .price-form-banner .home_price_form:after {
  background: url(../images/banner-article2.svg) no-repeat;
  bottom: 10px;
  right: -22%;
  height: 116px;
  width: 84px;
}
.index_banner .price-form-banner .home_price_form .price-form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_banner .price-form-banner .home_price_form .price-form-title p {
  font-size: 19px;
  color: #1D1D1D;
}
.index_banner .price-form-banner .home_price_form .price-form-title .new-custom {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  cursor: pointer;
  font-family: robotomedium;
}
.index_banner .price-form-banner .checkbox {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.index_banner .price-form-banner .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.index_banner .price-form-banner .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #85bb9a;
  background: #edfff4;
  border-radius: 3px;
}
.index_banner .price-form-banner .checkbox input:checked ~ .checkmark {
  background-color: #2DB261;
  border: 1px solid #2DB261;
}
.index_banner .price-form-banner .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.index_banner .price-form-banner .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.index_banner .price-form-banner .checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index_banner .price-form-banner .off25 {
  color: #2DB261;
}
.index_banner .price-form-banner .box {
  margin-bottom: 18px;
  position: relative;
}
.index_banner .price-form-banner .box select {
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
  border: 1px solid #D8D8D8;
  padding: 12px 25px 12px 10px;
  border-radius: 3px;
  background: url(../images/down-arrow.svg) no-repeat center right 10px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.index_banner .price-form-banner .box.select-bx {
  width: 48%;
  display: inline-block;
  margin: 0 12px 18px 0;
}
.index_banner .price-form-banner .box.select-bx.select-bx-last {
  margin: 0 0 15px;
}
.index_banner .price-form-banner .box.select-bx-second {
  width: 100%;
}
.index_banner .price-form-banner .box.online-exam {
  width: 48%;
  display: inline-block;
  margin: 0 12px 18px 0;
}
.index_banner .price-form-banner .box .error {
  position: absolute;
}
.index_banner .price-form-banner .amount-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.index_banner .price-form-banner .amount-banner .amnt-left {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-family: robotomedium;
}
.index_banner .price-form-banner .amount-banner .amnt-left .off {
  background: #2DB261;
  border-radius: 3px;
  padding: 2px 6px;
  color: #fff;
}
.index_banner .price-form-banner .amount-banner .symbole {
  color: #1D1D1D;
  font-size: 20px;
  line-height: 22px;
  font-family: robotomedium;
  margin: 0;
}
.index_banner .price-form-banner .amount-banner .symbole .value {
  font-size: 20px;
  line-height: 24px;
}
.index_banner .price-form-banner .con_btn {
  background: #EF841F;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  font-family: robotomedium;
  color: #fff;
  padding: 9px;
}

.home_trusted {
  border-bottom: 1px solid #D5D5D5;
  padding: 13px 0;
}
.home_trusted .heading {
  float: left;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home_trusted .heading i {
  width: 46px;
  height: 38px;
  display: block;
  background-size: 420px;
  background-position: -91px -7px;
}
.home_trusted span {
  float: right;
}
.home_trusted img {
  padding: 0 0 0 40px;
  width: 100%;
  height: 100%;
}

.why_home {
  padding: 70px 0;
}
.why_home .link {
  font-size: 15px;
  line-height: 18px;
  color: #246ED0;
}
.why_home .content-left .heading {
  padding: 0 0 5px 0;
}
.why_home .content-left .subheading {
  font-size: 20px;
  line-height: 22px;
  font-family: "robotomedium";
}
.why_home .content-right {
  height: 263px;
}
.why_home .content-right img {
  width: 100%;
  height: 100%;
}

.content-left {
  width: 50%;
  padding: 0;
  float: left;
}
.content-left .home_feature {
  padding: 10px 0 0;
  display: inline-block;
  width: 100%;
}
.content-left .home_feature li {
  width: 33.33%;
  float: left;
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #2A2A2A;
  font-family: "robotomedium";
}
.content-left .home_feature li i {
  width: 43px;
  height: 43px;
  background-size: 280px;
  float: left;
  margin: 0 8px 0 0;
}
.content-left .home_feature li i.academic {
  background-position: -117px 0px;
}
.content-left .home_feature li i.plagiarism {
  background-position: -199px 0px;
}
.content-left .home_feature li i.guarante {
  background-position: -159px 0px;
}
.content-left .home_feature li i.happy-client {
  background-position: -240px 0px;
}

.content-right {
  width: 50%;
  padding: 0 0 0 10%;
  float: right;
  position: relative;
}
.content-right:before {
  content: "";
  height: 177px;
  width: 177px;
  position: absolute;
  left: 40px;
  bottom: -50px;
  border-radius: 100%;
  background: linear-gradient(90deg, #fff 8px, transparent 1%) center, linear-gradient(white 8px, transparent 1%) center, #dadada;
  background-size: 10px 10px;
  z-index: -1;
}

.home-offer {
  background-size: cover !important;
}
.home-offer .container {
  position: relative;
  padding: 10px 76px 10px 166px;
}
.home-offer .container .offer-img {
  height: 158px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-offer .offer-box {
  display: inline-block;
  text-align: left;
}
.home-offer .offer-box .title {
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  margin: 0;
}
.home-offer .offer-box .offer-off {
  font-size: 51px;
  line-height: 51px;
  color: #ffffff;
  font-family: "robotomedium";
  margin: 0;
}
.home-offer .appscan {
  display: inline-block;
}
.home-offer .appscan img {
  margin-bottom: -10px;
  width: 90%;
  height: 100%;
}
.home-offer .join {
  display: inline-block;
  font-size: 54px;
  line-height: 74px;
  color: #ffffff;
  padding: 0 25px;
}
.home-offer .offer-app {
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  padding: 0 16px;
}
.home-offer .btn-order {
  background: #EF841F;
  color: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
  padding: 11px 52px;
  font-size: 19px;
  border-radius: 24px;
  position: absolute;
  top: 36px;
  margin: 0 0 0 40px;
}
.home-offer .btn-order:hover {
  background: #d47113;
}

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

.assignment-features {
  padding: 60px 0;
}
.assignment-features .heading, .assignment-features .sub-heading {
  text-align: center;
}
.assignment-features .features-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;
}
.assignment-features .features-list .feature-box {
  width: 49%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFBF8;
  margin: 0 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.assignment-features .features-list .feature-box .feature-content {
  width: 87%;
}
.assignment-features .features-list .feature-box .feature-head {
  font-size: 18px;
  line-height: 22px;
  font-family: robotomedium;
  color: #1D1D1D;
  margin: 0 0 8px;
}
.assignment-features .features-list .feature-box p {
  font-size: 14px;
  line-height: 20px;
  color: #434343;
}
.assignment-features .order-btn {
  padding: 10px 50px;
  margin: 10px 0 0;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  font-family: robotomedium;
  background: #EF841F;
  line-height: 25px;
}
.assignment-features .order-btn:hover {
  background: #f1933a;
}

.academic-service {
  background: #F1F1F1;
  padding: 60px 0;
  text-align: center;
}
.academic-service .heading {
  padding: 0;
}
.academic-service .sub-heading {
  margin: 5px 0 20px 0;
}
.academic-service .aservices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.academic-service .aservices li {
  width: 23.5%;
  margin: 0 2% 2% 0;
  background: #1a3e61;
  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);
}
.academic-service .aservices li:nth-child(4n+4) {
  margin-right: 0%;
}
.academic-service .aservices li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #24588c;
}
.academic-service .aservices li figure {
  margin: 0;
}
.academic-service .aservices li img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 100%;
}
.academic-service .aservices li .service-title {
  padding: 5px 12px 0px;
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  display: block;
}
.academic-service .aservices li .service-price {
  padding: 0px 12px 10px;
  color: #FFC410;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  display: block;
}
.academic-service .dwnload-btn {
  background: #EF841F;
  color: #ffffff;
  padding: 8px 28px;
  margin: 20px 0 0;
  display: inline-block;
}
.academic-service .dwnload-btn:hover {
  background: #d47113;
}

.home-order-process {
  padding: 60px 0;
}
.home-order-process .process-left {
  width: 49%;
  float: left;
}
.home-order-process .process-left .heading {
  padding: 0 0 5px 0;
}
.home-order-process .process-left .order-step {
  padding: 25px 0 0 0;
  position: relative;
}
.home-order-process .process-left .order-step::before {
  content: "";
  border: 1px dashed #D8D8D8;
  height: 70%;
  height: 64%;
  position: absolute;
  left: 5%;
}
.home-order-process .process-left .order-step li {
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-order-process .process-left .order-step li .step-no {
  background: #F5F5F5;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  padding: 11px;
  text-align: center;
  border: 1px solid #D8D8D8;
  z-index: 1;
}
.home-order-process .process-left .order-step li .content-order {
  width: 85%;
}
.home-order-process .process-left .order-step li .heading {
  font-size: 18px;
  line-height: 22px;
  color: #246ED0;
}
.home-order-process .process-left .order-step li p {
  font-size: 14px;
  color: #2A2A2A;
}
.home-order-process .process-right:after {
  content: "";
  width: 472px;
  height: 472px;
  border-radius: 100%;
  background: rgba(255, 196, 16, 0.14);
  position: absolute;
  top: 0px;
  z-index: -1;
}
.home-order-process .process-right:before {
  left: 98px;
  bottom: -40px;
}
.home-order-process .process-right .price-form {
  background: #fff;
  -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);
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  text-align: center;
  width: 345px;
  height: 357px;
  margin: 56px auto 20px;
  position: relative;
}
.home-order-process .process-right .price-form .form-inner {
  padding: 20px 15px;
}
.home-order-process .process-right .price-form .form-inner .offer-title {
  margin: 0;
  background: #25B75E;
  color: #ffffff;
  border: 1px solid #22AB58;
  border-radius: 3px;
  font-size: 17px;
  line-height: 23px;
  display: inline-block;
  padding: 3px 20px;
  position: absolute;
  top: -15px;
  right: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home-order-process .process-right .price-form .form-inner .form-title {
  padding: 10px 0;
  font-size: 16px;
}
.home-order-process .process-right .price-form .form-inner .price-comapre {
  color: #F54D0E;
  font-size: 70px;
  line-height: 99px;
  font-family: "robotomedium";
}
.home-order-process .process-right .price-form .form-inner .price-comapre p {
  color: #616161;
  text-decoration: line-through;
  margin: 0;
}
.home-order-process .process-right .price-form .form-inner .price-comapre .symbole {
  font-size: 44px;
  line-height: 54px;
}
.home-order-process .process-right .price-form .form-inner .info {
  font-size: 14px;
  line-height: 19px;
  color: #616161;
  padding: 10px 0 30px 0;
}
.home-order-process .process-right .price-form .form-inner .orderbtn {
  background: #246ED0;
  color: #ffffff;
  padding: 7px 30px;
  margin: 0 0 10px;
  display: inline-block;
}
.home-order-process .process-right .price-form .form-inner .orderbtn:hover {
  background: #1a5bb1;
}
.home-order-process .process-right .price-form .safe {
  display: block;
  border-top: 1px solid #E1E1E1;
  padding: 7px 0 0 0;
  font-size: 14px;
  color: #616161;
}
.home-order-process .process-right .price-form .safe i {
  width: 18px;
  height: 18px;
  background-position: -237px -144px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 4px 0 0;
}

.home-strip {
  background-size: cover !important;
  padding: 36px 0;
  position: relative;
  z-index: 0;
  text-align: center;
}
.home-strip:before {
  content: "";
  background: rgba(25, 25, 25, 0.8) 0% 0% no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home-strip .container {
  z-index: 1;
  position: relative;
}
.home-strip .heading {
  color: #FFC410;
  font-size: 28px;
}
.home-strip .sub-heading {
  color: #ffffff;
  padding: 0 130px;
}
.home-strip .get-resume-btn {
  padding: 10px 30px;
  margin: 10px 0 0;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  text-transform: none;
  font-size: 18px;
  background: #EF841F;
}
.home-strip .get-resume-btn:hover {
  background: #ee9542;
}

.testimonial.home_testimonial {
  padding: 60px 0px;
  background: none;
}
.testimonial.home_testimonial .heading {
  text-align: center;
  margin: 0 0 20px;
}
.testimonial.home_testimonial .right {
  width: 100%;
  border: 0;
  padding-left: 0;
}
.testimonial.home_testimonial .right .testimonial-heading {
  font-family: "robotomedium";
  font-size: 30px;
  line-height: 36px;
  color: #1D1D1D;
  padding: 0 0 33px 0;
}
.testimonial.home_testimonial .right .testimonial_slider_home {
  width: 100%;
  margin: auto;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says {
  position: relative;
  margin: 0 15px 0;
  background: #F5F5F5;
  border-radius: 5px;
  padding: 25px 17px;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says .msg {
  font-family: "robotoregular";
  color: #434343;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 8px 0px 30px;
  position: relative;
  margin: 0;
  height: 175px;
  overflow: auto;
  display: inline-block;
  margin: 0 0 25px;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says .msg:before {
  content: "";
  width: 22px;
  height: 19px;
  background: url(../images/quote.svg) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says .writer-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says .writer-detail figure {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says .writer-detail figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says .name {
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  color: #434343;
  font-family: robotomedium;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says .name .cityname {
  font-size: 14px;
  line-height: 20px;
  font-family: robotoregular;
  display: block;
}
.testimonial.home_testimonial .right .testimonial_slider_home .client-says .name .rating-icon {
  background: url(../images/star.svg) no-repeat;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 1px;
}
.testimonial.home_testimonial .right .slick-next, .testimonial.home_testimonial .right .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -30px;
  position: absolute;
  left: inherit;
  font-size: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 41%;
}
.testimonial.home_testimonial .right .slick-next::before, .testimonial.home_testimonial .right .slick-prev::before {
  background: url(../images/CaretLeft-black.svg) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 32px;
  display: block;
  margin: auto;
  content: "";
}
.testimonial.home_testimonial .right .slick-prev {
  right: inherit;
  left: -30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.testimonial.home_testimonial .right .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding: 0 0 35px;
}

.guarantee {
  padding: 60px 0;
  background: #F5F5F5;
}
.guarantee .sub-heading {
  color: #2A2A2A;
  margin: 0 0 30px;
}
.guarantee .content-box {
  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;
}
.guarantee .box-inner {
  background: #FFFFFF;
  width: 32.2%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin: 0 0 15px;
  border-radius: 5px;
  text-align: center;
}
.guarantee .box-inner svg {
  display: block;
  margin: 0 auto 15px;
}
.guarantee .box-inner .heading {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
}
.guarantee .box-inner p {
  margin: 0;
}

.countries {
  padding: 60px 0;
}
.countries .container {
  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;
}
.countries .country-left {
  width: 48%;
}
.countries .country-left .sub-heading {
  line-height: 23px;
}
.countries .country-left .order-btn {
  padding: 10px 50px;
  margin: 10px 0 0;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  font-family: robotomedium;
  background: #EF841F;
  line-height: 25px;
}
.countries .country-left .order-btn:hover {
  background: #f1933a;
}
.countries .country-right {
  width: 48%;
}
.countries .country-right .country-slider {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}
.countries .country-right .country-slides {
  padding: 0 50px 0 0;
}
.countries .country-right .country-slides .slick-prev, .countries .country-right .country-slides .slick-next {
  background: #FFEEE1;
  width: 51px;
  height: 51px;
  right: 0;
  position: absolute;
  left: inherit;
  font-size: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
}
.countries .country-right .country-slides .slick-prev::before, .countries .country-right .country-slides .slick-next::before {
  background: url(../images/CaretLeft-black.svg) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 32px;
  display: block;
  margin: auto;
  content: "";
}
.countries .country-right .country-slides .slick-prev:hover, .countries .country-right .country-slides .slick-next:hover {
  background: #FFDBC1;
}
.countries .country-right .country-slides .slick-prev {
  top: inherit;
  bottom: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.countries .country-right .country-slides .slick-arrow-active {
  background: #FFDBC1;
}
.countries .country-right .country-box {
  background: #FFFBF8;
  border-right: 1px solid #d8d8d8;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.countries .country-right .country-box:hover .country, .countries .country-right .country-box.current .country {
  color: #EF841F;
}
.countries .country-right .country-box .country {
  font-size: 14px;
  line-height: 18px;
  font-family: robotomedium;
  margin: 0;
}
.countries .country-right .country-detail {
  padding: 16px 10px 20px;
  border-top: 1px solid #d8d8d8;
  display: none;
}
.countries .country-right .country-detail.current {
  display: block;
}
.countries .country-right .country-detail .country-content {
  font-size: 14px;
  margin: 0 0 30px;
  height: 80px;
  overflow: auto;
}
.countries .country-right .country-detail .country-content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.countries .country-right .country-detail .readmore {
  color: #F58E0E;
  text-decoration: underline;
  font-size: 14px;
  display: block;
  text-align: right;
}

/*faq-block*/
.faq-block {
  padding: 60px 0;
  background: #F1F1F1;
}
.faq-block .heading {
  text-align: center;
}
.faq-block .sub-heading {
  color: #616161;
  margin: 0 0 30px;
  text-align: center;
}
.faq-block .faq-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;
}
.faq-block .faq-flex .faq-list {
  width: 48%;
}
.faq-block .faq-flex .faq-list li {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  margin: 0 40px 15px 0;
}
.faq-block .faq-flex .faq-list li:nth-child(even) {
  margin: 0 0 15px 0;
}
.faq-block .faq-flex .faq-list li .faq-head {
  padding: 12px 32px 12px 14px;
  font-size: 15px;
  line-height: 18px;
  font-family: "robotoregular";
  color: #343434;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.faq-block .faq-flex .faq-list li .faq-head.active {
  background: #F5F5F5;
}
.faq-block .faq-flex .faq-list li .faq-head.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq-block .faq-flex .faq-list li .faq-head:after {
  content: "";
  background: url("../images/homesprite.png") no-repeat;
  width: 12px;
  height: 8px;
  display: block;
  background-position: -2px -24px;
  background-size: 270px;
  position: absolute;
  right: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.faq-block .faq-flex .faq-list li .faq-detail {
  padding: 15px;
  display: none;
  line-height: 18px;
  font-size: 14px;
  color: #333333;
}
.faq-block .faq-flex .faq-list li .faq-detail ul {
  padding: 0 0 0 20px;
}
.faq-block .faq-flex .faq-list li .faq-detail ul li {
  border: 0;
  margin: 0;
  list-style: disc;
}
.faq-block .faq-flex .faq-list li:last-child {
  margin: 0;
}

.index_banner {
  background-size: auto;
}

@media (max-width: 1366px) {
  .index_banner {
    background-position: center;
  }
}
@media (max-width: 1024px) {
  .videomain video {
    width: 850px;
  }

  .index_banner {
    padding: 40px 0 50px;
  }
  .index_banner .price-form-banner:before {
    bottom: -13%;
    left: -17px;
    background-size: 78%;
  }
  .index_banner .price-form-banner .home_price_form {
    width: 75%;
  }
  .index_banner .price-form-banner .box.select-bx {
    width: 47.5%;
  }
  .index_banner .price-form-banner .box.select-bx-second {
    width: 100%;
  }
  .index_banner .price-form-banner .box.online-exam {
    width: 47.5%;
  }

  .home_trusted img {
    padding: 0 0 0 20px;
    width: 800px;
  }

  .why_home {
    padding: 50px 0 30px 0;
  }

  .content-right {
    padding: 0 0 0 3%;
  }
  .content-right:before {
    left: -30px;
    bottom: -60px;
  }

  .home-offer .container {
    padding: 10px 100px 10px 180px;
  }
  .home-offer .container .offer-img {
    left: 40px;
  }
  .home-offer .join {
    padding: 0 15px;
  }
  .home-offer .btn-order {
    margin: 0 0 0 10px;
  }

  .academic-service {
    padding: 30px 0 20px;
  }

  .home-order-process {
    padding: 60px 0;
  }
  .home-order-process .process-left .order-step li {
    padding: 0 0 10px 0;
  }
  .home-order-process .process-left .order-step li p {
    display: table;
  }
  .home-order-process .process-right:before {
    left: 10px;
    bottom: -60px;
  }

  .testimonial.home_testimonial .left .testimonial-image:after {
    width: 300px;
    height: 390px;
    left: 40px;
  }
  .testimonial.home_testimonial .left .testimonial-image:before {
    height: 127px;
    width: 127px;
    left: -10px;
    top: -60px;
  }
  .testimonial.home_testimonial .right .testimonial_slider_home {
    width: 100%;
  }
  .testimonial.home_testimonial .right .slick-prev, .testimonial.home_testimonial .right .slick-next {
    background: #ef841f;
    right: 0;
    z-index: 1;
  }
  .testimonial.home_testimonial .right .slick-prev::before, .testimonial.home_testimonial .right .slick-next::before {
    background: url(../images/CaretLeft-white.svg);
    background-size: 30px;
  }
  .testimonial.home_testimonial .right .slick-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  .heading {
    font-size: 22px;
    line-height: 25px;
  }

  .videomain video {
    width: 600px;
  }

  .faq-block {
    padding: 30px 0;
  }
  .faq-block .faq-flex .faq-list li .faq-head {
    padding: 8px 32px 8px 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .faq-block .faq-flex .faq-list li .faq-detail {
    padding: 10px;
  }

  .index_banner {
    padding: 30px 0 50px;
  }
  .index_banner .banner-title {
    font-size: 32px;
    line-height: 35px;
  }
  .index_banner .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index_banner .left {
    width: 52%;
  }
  .index_banner .price-form-banner::before {
    left: -17%;
  }
  .index_banner .price-form-banner .box select {
    padding: 9px 25px 9px 8px;
  }
  .index_banner .price-form-banner .box.select-bx, .index_banner .price-form-banner .box.select-bx-second, .index_banner .price-form-banner .box.online-exam {
    margin: 0 9px 15px 0;
  }
  .index_banner .price-form-banner .home_price_form {
    padding: 20px 12px;
    width: 78%;
  }
  .index_banner .price-form-banner .home_price_form::before, .index_banner .price-form-banner .home_price_form::after {
    display: none;
  }
  .index_banner .price-form-banner .home_price_form .price-form-title {
    margin: 0 0 12px;
  }
  .index_banner .price-form-banner .home_price_form .price-form-title p {
    font-size: 16px;
  }
  .index_banner .price-form-banner .home_price_form .price-form-title .new-custom {
    line-height: 18px;
    width: 45%;
  }
  .index_banner .price-form-banner .con_btn {
    font-size: 17px;
    line-height: 19px;
  }
  .index_banner .features .feature-list svg {
    width: 33px;
  }
  .index_banner .features .feature-list .feature-content {
    font-size: 17px;
    line-height: 21px;
  }
  .index_banner .table-banner {
    bottom: 2%;
    background-size: 80%;
  }

  .home_trusted img {
    width: 560px;
  }

  .why_home {
    padding: 30px 0 10px 0;
  }
  .why_home .link {
    margin: 0 0 20px 0;
    display: block;
  }

  .content-left .home_feature {
    padding: 10px 0 0;
  }
  .content-left .home_feature li {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
  }

  .content-right {
    padding: 0;
  }

  .home-offer {
    margin: 20px 0 0 0;
  }
  .home-offer .container {
    padding: 10px 0px 10px 130px;
  }
  .home-offer .container .offer-img {
    height: 128px;
    left: 20px;
  }
  .home-offer .offer-box .title {
    font-size: 18px;
    line-height: 28px;
  }
  .home-offer .offer-box .offer-off {
    font-size: 38px;
    line-height: 38px;
  }
  .home-offer .join {
    padding: 0 10px;
    font-size: 44px;
    line-height: 54px;
  }
  .home-offer .offer-app {
    font-size: 16px;
    line-height: 19px;
    padding: 0 10px;
  }
  .home-offer .btn-order {
    padding: 7px 9px;
    font-size: 16px;
    line-height: 22px;
    top: 37px;
    border-radius: 4px;
  }

  .assignment-features {
    padding: 30px 0;
  }
  .assignment-features .features-list .feature-box {
    padding: 14px;
    margin: 0 0 15px;
  }
  .assignment-features .features-list .feature-box .feature-head {
    font-size: 17px;
    line-height: 20px;
  }
  .assignment-features .features-list .feature-box .feature-content {
    width: 81%;
  }
  .assignment-features .features-list .feature-box p {
    height: 100px;
    overflow: auto;
  }
  .assignment-features .features-list .feature-box p::-webkit-scrollbar {
    height: 0px;
    width: 0px;
  }
  .assignment-features .order-btn {
    padding: 6px 30px;
  }

  .academic-service .aservices {
    padding: 10px 0 10px;
  }
  .academic-service .aservices li {
    margin: 0 10px 15px 0;
  }
  .academic-service .aservices li .service-title {
    padding: 5px 5px 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .academic-service .aservices li .service-price {
    padding: 0px 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .academic-service .dwnload-btn {
    margin: 10px 0;
  }

  .home-order-process {
    padding: 40px 0;
  }
  .home-order-process .process-left {
    width: 50%;
  }
  .home-order-process .process-left .order-step li .step-no {
    width: 54px;
    height: 54px;
    padding: 6px;
  }
  .home-order-process .process-left .order-step li .step-no svg {
    width: 75%;
  }
  .home-order-process .process-left .order-step li .content-order {
    width: 82%;
  }
  .home-order-process .process-right:before {
    left: 0;
    bottom: 20px;
  }
  .home-order-process .process-right:after {
    width: 372px;
    height: 372px;
    top: 50px;
  }
  .home-order-process .process-right .price-form {
    width: 295px;
    height: 297px;
    margin: 90px auto;
  }
  .home-order-process .process-right .price-form .form-inner {
    padding: 20px 5px;
  }
  .home-order-process .process-right .price-form .form-inner .offer-title {
    font-size: 15px;
    line-height: 23px;
    right: 7%;
  }
  .home-order-process .process-right .price-form .form-inner .form-title {
    padding: 6px 0;
  }
  .home-order-process .process-right .price-form .form-inner .price-comapre {
    font-size: 55px;
    line-height: 60px;
  }
  .home-order-process .process-right .price-form .form-inner .info {
    line-height: 16px;
    padding: 10px 0 20px 0;
  }
  .home-order-process .process-right .price-form .form-inner .orderbtn {
    padding: 4px 26px;
    margin: 0 0 0px;
  }

  .home-strip .sub-heading {
    padding: 0;
  }

  .testimonial.home_testimonial {
    padding: 30px 0;
  }
  .testimonial.home_testimonial .left {
    display: none;
  }
  .testimonial.home_testimonial .right {
    padding: 0;
    width: 100%;
  }
  .testimonial.home_testimonial .right .testimonial-heading {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 15px 0;
  }
  .testimonial.home_testimonial .right .testimonial_slider .client-says .msg {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 17px;
    line-height: 22px;
    min-height: auto;
  }
  .testimonial.home_testimonial .right .testimonial_slider .client-says .name {
    font-size: 20px;
    line-height: 24px;
  }
  .testimonial.home_testimonial .right .testimonial_slider_home {
    width: 95%;
  }
  .testimonial.home_testimonial .right .testimonial_slider_home .client-says {
    margin: 0 8px 0 0;
  }
  .testimonial.home_testimonial .right .slick-next, .testimonial.home_testimonial .right .slick-prev {
    right: -13px;
  }
  .testimonial.home_testimonial .right .slick-prev {
    left: -13px;
  }

  .guarantee {
    padding: 30px 0;
  }
  .guarantee .box-inner {
    padding: 10px;
  }
  .guarantee .box-inner .heading {
    font-size: 16px;
    line-height: 19px;
  }

  .countries {
    padding: 30px 0;
  }
  .countries .country-left {
    width: 45%;
  }
  .countries .country-left .order-btn {
    padding: 6px 30px;
  }
  .countries .country-right {
    width: 52%;
  }
  .countries .country-right .country-slides {
    padding: 0 35px 0 0;
  }
  .countries .country-right .country-slides .slick-next, .countries .country-right .country-slides .slick-prev {
    width: 35px;
    height: 47px;
  }
  .countries .country-right .country-slides .slick-next::before, .countries .country-right .country-slides .slick-prev::before {
    background-size: 23px;
    width: 26px;
    height: 27px;
  }
  .countries .country-right .country-box {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .videomain {
    padding: 40px 5px 5px;
  }
  .videomain video {
    width: 100%;
  }

  .faq-block .faq-flex .faq-list {
    width: 100%;
    margin: 0 0 15px;
  }
  .faq-block .faq-flex .faq-list:last-child {
    margin: 0;
  }
  .faq-block .faq-flex .faq-list li .faq-head {
    font-size: 14px;
    line-height: 16px;
  }
  .faq-block .faq-flex .faq-list li .faq-detail {
    padding: 10px;
  }

  .home-order-process .process-right:after {
    display: none;
  }

  .index_banner {
    padding: 20px 0 20px;
    background: #f8f8f8;
  }
  .index_banner::after {
    display: none;
  }
  .index_banner .container {
    display: block;
  }
  .index_banner .container:after {
    display: none;
  }
  .index_banner .banner-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .index_banner .banner-subtitle {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    margin: 0 0 15px;
    display: block;
  }
  .index_banner .left {
    width: 100%;
  }
  .index_banner .table-banner {
    display: none;
  }
  .index_banner .price-form-banner {
    width: 100%;
    display: inline-block;
  }
  .index_banner .price-form-banner::before {
    display: none;
  }
  .index_banner .price-form-banner .home_price_form {
    width: 100%;
    padding: 14px 12px;
  }
  .index_banner .price-form-banner .home_price_form .price-form-title .new-custom {
    width: 100%;
    text-align: right;
    font-size: 13px;
  }
  .index_banner .price-form-banner .home_price_form .price-form-title p {
    display: none;
  }
  .index_banner .features {
    display: none;
  }

  .home_trusted {
    border: none;
  }
  .home_trusted .heading i,
.home_trusted .heading br {
    display: none;
  }
  .home_trusted span {
    width: 100%;
    overflow: auto;
    display: inline-block;
  }
  .home_trusted img {
    width: 700px;
    max-width: none;
    float: left;
    padding: 0;
    height: 38px;
  }

  .why_home {
    padding: 20px 0 10px 0;
  }
  .why_home .content-right {
    height: 190px;
  }
  .why_home .content-right img {
    height: 190px;
    width: 338px;
  }

  .content-left {
    width: 100%;
  }
  .content-left .home_feature {
    padding: 10px 0 0;
  }
  .content-left .home_feature li {
    font-size: 14px;
    line-height: 18px;
    width: 50%;
  }
  .content-left .home_feature li:nth-child(2) {
    display: none;
  }

  .content-right {
    width: 100%;
  }
  .content-right:before {
    display: none;
  }

  .home-offer .appscan {
    display: none;
  }
  .home-offer .appscan img {
    width: 79px;
    height: 79px;
  }
  .home-offer .container {
    padding: 10px 10px 10px 80px;
  }
  .home-offer .container .offer-img {
    left: -20px;
  }
  .home-offer .offer-box .title {
    font-size: 14px;
    line-height: 18px;
  }
  .home-offer .offer-box .offer-off {
    font-size: 21px;
    line-height: 24px;
  }
  .home-offer .join {
    padding: 0 4px;
    font-size: 24px;
    line-height: 30px;
  }
  .home-offer .offer-app {
    font-size: 16px;
    line-height: 18px;
    padding: 0px 4px;
    position: absolute;
    width: 76px;
    right: 10px;
    top: 15px;
  }
  .home-offer .btn-order {
    top: -8px;
    position: relative;
    margin: 16px 0 0 40px;
    display: inline-block;
  }

  .assignment-features {
    padding: 20px 0;
  }
  .assignment-features .features-list {
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .assignment-features .features-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .assignment-features .features-list .feature-box {
    padding: 10px;
    margin: 10px 10px 20px;
    min-width: 70%;
    display: block;
    text-align: center;
  }
  .assignment-features .features-list .feature-box svg {
    width: 18%;
    height: 22%;
  }
  .assignment-features .features-list .feature-box .feature-content {
    width: 100%;
  }
  .assignment-features .order-btn {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }

  .academic-service {
    padding: 20px 0 20px;
  }
  .academic-service .aservices {
    display: block;
  }
  .academic-service .aservices li {
    margin: 0 0 25px 0;
    width: 100%;
  }

  .home-order-process {
    padding: 20px 0;
  }
  .home-order-process .process-left {
    width: 100%;
  }
  .home-order-process .process-left .order-step {
    padding: 20px 0 0 0;
  }
  .home-order-process .process-left .order-step::before {
    height: 70%;
    left: 8%;
  }
  .home-order-process .process-left .order-step li .step-no {
    margin: 0px 10px 0px 0;
  }
  .home-order-process .process-right .price-form {
    width: 320px;
    height: 284px;
    margin: 20px auto;
  }
  .home-order-process .process-right .price-form .form-inner .offer-title {
    right: 11%;
  }

  .home-strip {
    padding: 20px 0;
  }
  .home-strip .heading {
    text-align: center;
    font-size: 19px;
  }
  .home-strip .sub-heading {
    padding: 0;
    text-align: center;
    font-size: 14px;
  }
  .home-strip .get-resume-btn {
    padding: 6px 30px;
    font-size: 16px;
    line-height: 18px;
  }

  .testimonial.home_testimonial {
    padding: 20px 0;
  }
  .testimonial.home_testimonial .heading {
    margin: 0;
  }
  .testimonial.home_testimonial .right .testimonial-heading {
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 10px 0;
    text-align: center;
  }
  .testimonial.home_testimonial .right .testimonial_slider .client-says {
    padding: 0;
  }
  .testimonial.home_testimonial .right .slick-dots {
    left: 33%;
    bottom: 10px;
  }
  .testimonial.home_testimonial .right .slick-dots li button::before {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #C8C8C8;
    opacity: 1;
  }
  .testimonial.home_testimonial .right .slick-dots li.slick-active button:before {
    background: #EF841F;
    border: 1px solid #EF841F;
  }

  .guarantee {
    padding: 20px 0;
  }
  .guarantee ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .guarantee .content-box {
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .guarantee .box-inner {
    min-width: 70%;
    margin: 0 15px 10px 0;
    text-align: left;
  }
  .guarantee .box-inner svg {
    margin: 0 auto 10px 0;
    width: 19%;
    height: 21%;
  }
  .guarantee .box-inner p {
    overflow: auto;
    height: 100px;
  }

  .countries {
    padding: 20px 0;
  }
  .countries .heading, .countries .sub-heading {
    text-align: center;
  }
  .countries .container {
    display: block;
  }
  .countries .country-left {
    width: 100%;
  }
  .countries .country-left .sub-heading {
    line-height: 20px;
  }
  .countries .country-left .order-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 30px;
    line-height: 20px;
    display: block;
  }
  .countries .country-right {
    width: 100%;
  }
  .countries .country-right .country-detail {
    padding: 10px;
  }
  .countries .country-right .country-detail .country-content {
    margin: 0 0 15px;
  }
}
@media (max-width: 320px) {
  .why_home {
    padding: 8px 0 10px 0;
  }
  .why_home .content-left .subheading {
    font-size: 18px;
    line-height: 20px;
  }

  .content-left .home_feature {
    padding: 0;
  }
  .content-left .home_feature li {
    width: 100%;
    border-left: 3px solid #ef841f;
    margin: 0 0 15px 0;
    padding: 0 0 0 5px;
  }
  .content-left .home_feature li i,
.content-left .home_feature li br {
    display: none;
  }

  .home-order-process .process-right .price-form {
    width: 300px;
    height: 264px;
  }
  .home-order-process .process-right .price-form .form-inner .offer-title {
    right: 29px;
  }
  .home-order-process .process-right .price-form .form-inner .form-title {
    margin: 0;
  }
  .home-order-process .process-right .price-form .form-inner .info {
    padding: 10px 0 10px 0;
  }

  .home-offer .container {
    padding: 10px 10px 10px 70px;
  }
  .home-offer .offer-app {
    font-size: 13px;
    line-height: 13px;
    padding: 0px 4px;
    position: absolute;
    width: 61px;
    right: 0;
    top: 25px;
  }

  .academic-service .aservices li:last-child {
    margin: 0;
  }
}