@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
/*$blue:#173c76;*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 14px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: roboto, sans-serif;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: roboto, sans-serif;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: roboto, sans-serif;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    -moz-box-shadow: none;
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  background: url(../images/home/left-arrow.svg) no-repeat left;
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
}

.top-heading {
  padding: 0 10px;
}
.top-heading .heading-inner {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

header {
  background: #000;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 0 !important;
}
.header-inner .logo-main {
  display: flex;
  align-items: center;
}
.header-inner .header-icons {
  display: flex;
  align-items: center;
}
.header-inner .header-icons a {
  margin-left: 15px;
  position: relative;
}
.header-inner .header-icons img {
  height: 25px;
}
.header-inner .header-icons .digit {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #E62626;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}
.header-inner .logo img {
  width: 80%;
}
.header-inner .search-mob img, .header-inner .user-mob img {
  height: 20px;
  width: 20px;
  margin-left: 15px;
}
.header-inner .mobile-menu {
  margin-right: 10px;
}
.header-inner .h-right {
  display: none;
}
.header-inner .my-account {
  margin: 0 50px;
}
.header-inner .my-account a:hover {
  color: #eb9709;
}
.header-inner .h-call img {
  width: 43px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.header-inner .search {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-inner .search input[type=text] {
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  background: #3f3f3f;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.header-inner .search input[type=text] {
  width: 100%;
}
.header-inner .search .inupt-submit {
  position: absolute;
  top: 8px;
  right: 13px;
  bottom: 0;
  left: auto;
  background: url(../images/common/search.svg) no-repeat;
  height: 20px;
  width: 20px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
}

.menu-main {
  display: none;
}

.breadcrumb {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #d5d4d4;
  overflow: scroll;
  white-space: nowrap;
  margin-bottom: 15px;
}
.breadcrumb li {
  display: inline-block;
  font-weight: lighter;
  padding: 0 4px;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li:after {
  content: "|";
  display: inline-block;
  height: 15px;
  width: 15px;
  text-align: center;
}
.breadcrumb li a {
  font-size: 13px;
  color: #575757;
}

.phone-info {
  background: #F5F5F5;
  padding: 15px;
  margin-top: 25px;
}
.phone-info .title {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 10px;
}
.phone-info a {
  position: relative;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
}
.phone-info img {
  width: 30px;
  margin-right: 10px;
}

.wht-order img {
  width: 100%;
}

.nav-right {
  background-color: #fff;
  position: fixed;
  left: -100%;
  top: 0px;
  width: 70%;
  height: 100%;
  z-index: 9999;
  padding: 10px 0;
}
.nav-right ul {
  padding: 0 15px;
}
.nav-right ul li {
  position: relative;
}
.nav-right ul li a {
  color: #000;
  border-bottom: 1px solid #c8c8c8;
  display: block;
  padding: 16px 0;
}
.nav-right ul li .number {
  background: #2569e6;
  border-radius: 5px;
  padding: 6px;
  display: inline-block;
  position: absolute;
  right: 0px;
  color: #fff;
  top: 10px;
}
.nav-right .logout-button {
  background: #eb9709;
  padding: 10px 0;
  display: block;
  text-align: center;
  border-bottom: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 10px;
  color: #fff;
}
.nav-right .customer-top {
  text-align: center;
  margin-top: 30px;
}
.nav-right .user-name {
  color: #eb9709;
}

.mob-hide {
  display: none;
}

.rewards-button img {
  vertical-align: middle;
  width: 20px;
}

.header-notification {
  position: relative;
  cursor: pointer;
  padding: 12px 0;
}
.header-notification span {
  position: absolute;
  top: 6px;
  right: 3px;
  background: red;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 30px;
  font-size: 11px;
}
.header-notification .message {
  position: absolute;
  color: #000;
  position: absolute;
  display: none;
  z-index: 9;
  background: #F6F6F6;
  width: 250px;
  right: 0;
  top: 43px;
  padding: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.header-notification .message a {
  color: #000;
  padding: 12px 10px;
  background: #fff;
  margin-bottom: 2px;
  font-size: 13px;
}
.header-notification .message a.last {
  font-weight: 600;
}
.header-notification .message a:hover {
  background: #eb9709;
  color: #fff;
}
.header-notification .message .title {
  padding: 10px;
}

.notifications-mob .message {
  position: absolute;
  color: #000;
  position: absolute;
  display: none;
  z-index: 9;
  background: #fff;
  width: 250px;
  right: 10px;
  top: 59px;
  padding: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.notifications-mob .message a {
  color: #000;
  padding: 12px 10px;
  background: #fff;
  margin-bottom: 2px;
  font-size: 13px;
  display: block;
  margin-left: 0;
  border-bottom: 1px solid #f4f4f4;
}
.notifications-mob .message a:last-child {
  border: none;
}
.notifications-mob .message a img {
  vertical-align: middle;
  margin-right: 10px;
}
.notifications-mob .message a.last {
  font-weight: 600;
}
.notifications-mob .message a:hover {
  background: #eb9709;
  color: #fff;
}
.notifications-mob .message .title {
  padding: 10px;
}

.wallet-details {
  background: #fff;
  position: absolute;
  width: 180px;
  right: 0;
  padding: 10px;
  color: #000;
  z-index: 99;
  top: 43px;
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.wallet-details li {
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  justify-content: space-between;
}
.wallet-details li span {
  font-weight: bold;
}
.wallet-details li:last-child {
  border-bottom: none;
}
.wallet-details a {
  color: #000;
  margin-bottom: 10px;
}

.success_msg {
  background: #ddffdd;
  padding: 10px;
}
.success_msg a {
  background: #eb9709;
  padding: 10px;
  display: inline-block;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  text-align: center;
  color: #fff;
  line-height: 10px;
  margin-right: 10px;
}

#flashMessage {
  color: #fff !important;
  background: #ff1717;
  padding: 10px;
}

@media only screen and (min-width :767px) {
  .phone-info, .wht-order {
    display: none;
  }
  .nw-order {
    background: #eb9709;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 8px 10px;
  }
  .nw-order:hover {
    color: #fff;
  }
  .mobile-search, .desktop-hide {
    display: none;
  }
  .container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
  }
  header {
    padding: 0;
  }
  .header-inner {
    padding: 10px 15px !important;
  }
  .header-inner .logo img {
    width: 100%;
  }
  .header-inner .search-mob, .header-inner .user-mob {
    display: none;
  }
  .header-inner .mobile-menu {
    display: none;
  }
  .header-inner .h-right {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-inner .h-right a {
    color: #fff;
  }
  .header-inner .search input[type=text] {
    width: 190px;
  }
  .header-inner .my-account {
    margin: 0 14px;
  }
  .menu-main {
    display: block;
    background: #282828;
    color: #fff;
    position: relative;
    z-index: 8;
  }
  .menu-main a {
    color: #fff;
  }
  .menu-main .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-main .nav-left li {
    display: inline-block;
    padding: 0 30px 0 0;
    text-transform: uppercase;
  }
  .menu-main .nav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: inherit;
    left: inherit;
    background: none;
    padding: 0;
  }
  .menu-main .nav-right li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
  }
  .menu-main .nav-right li a {
    color: #fff;
    border: none;
  }
  .menu-main .nav-right li a:hover {
    color: #eb9709;
  }
  .menu-main .nav-right li a span:hover {
    color: #fff;
  }
  .menu-main .nav-right li img {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .menu-main .nav-right li .logout-button {
    background: none;
    color: #fff;
    padding: 0;
  }
  .menu-main .nav-right .order-button {
    background: #173c76;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 2px 15px;
    margin: 5px 0 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
  }
  .desktop-hide {
    display: none !important;
  }
  .menu {
    position: relative;
    width: 40%;
  }
  .menu ul {
    display: flex;
    align-items: center;
    float: right;
  }
  .menu ul li {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
  }
  .menu ul li img {
    padding: 0 10px;
    vertical-align: middle;
  }
  .menu ul li span {
    font-weight: 600;
  }
  .menu .my-account-menu {
    position: absolute;
    display: none;
    z-index: 9;
    background: #fff;
    width: 150px;
    right: 0;
    top: 43px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .menu .my-account-menu li {
    display: block;
  }
  .menu .my-account-menu li a {
    padding: 10px 15px;
    padding-top: 15px;
  }
  .menu .my-account-menu li a:hover {
    color: #eb9709;
  }
  .menu .my-account-menu li:last-child {
    background: #f1f1f1;
  }
  .breadcrumb {
    overflow: auto;
    padding: 15px 0;
  }
}
footer {
  background: #054064;
  color: #fff;
  padding: 20px 10px;
}
footer a {
  color: #fff;
}
footer .box {
  margin-bottom: 20px;
}
footer .box .heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .box ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}
footer .box ul li:before {
  background: url(../images/common/arrow-footer.svg) no-repeat left top;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .box.last ul {
  margin-bottom: 20px;
}
footer .box.last ul li {
  border-bottom: 1px solid #2d6486;
  padding: 10px 0;
}
footer .box.last ul li:before {
  background: none;
}
footer .phone i, footer .email i {
  background: url(../images/common/phone.svg) no-repeat 0 5px;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
footer .email i {
  background: url(../images/common/email.svg) no-repeat 0 7px;
}
footer .footer-bottom {
  position: relative;
}
footer .footer-bottom p {
  text-align: center;
  border-top: 1px solid #2d6486;
  padding: 20px;
}
footer .footer-bottom figure {
  margin: 0 auto;
  text-align: center;
}

.social-icons a {
  margin-right: 5px;
}
.social-icons a img {
  height: 22px;
  width: 22px;
}

.payment-icon {
  content: "";
  display: inline-block;
  background: url(../../images/common/sprite.svg) no-repeat -290px -178px;
  height: 31px;
  width: 264px;
}

@media only screen and (min-width :960px) {
  .footer-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .footer-bottom figure {
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  #footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
nav a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  margin: 0px 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}
nav a:hover {
  color: #F48A40;
}
nav a:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.menu-main .container {
  position: relative;
}

.MyMenu li {
  display: inline-block;
}

.MyMenu > li > a {
  padding: 7px 10px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .mobile-menu-append, .menu-overlay, .mobile-header {
    display: none;
  }
  .menu ul li .services_menu {
    width: 80%;
    height: auto;
    left: 0;
    position: absolute;
    display: none;
    box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
    top: 100%;
  }
  .menu ul li:hover .sm {
    display: block;
  }
  .menu ul li ul a {
    color: #000;
  }
  .menu ul li .drop_service_menu {
    float: left;
    width: 250px;
    background: #f1f2f4;
    padding: 0;
    height: 300px;
  }
  .menu ul li .inner_menu li {
    display: block;
    padding: 0;
  }
  .menu .sm li {
    border-bottom: 1px solid #dadada;
  }
  .menu .selected {
    background: #fff;
  }
  .menu ul li .inner_menu {
    background: #fff;
    z-index: 99;
    width: auto;
    right: 0;
    top: 0;
    left: 250px;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    overflow: auto;
    display: none;
  }
  .menu ul li .service-dropedown ul {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .menu ul li .service-dropedown ul li {
    border: none;
  }
  .menu ul li .toggle_sm {
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
  }
  .menu ul li .drop_service_menu li {
    display: block;
    padding: 0;
  }
  .menu ul li .drop_service_menu li ul li {
    width: 45%;
    display: inline-block;
    border-bottom: 1px solid #E6E6E6;
    margin-left: 10px;
  }
  .menu ul li .service-dropedown ul li a {
    font-size: 0.8125rem;
    line-height: 15px;
    padding: 8px;
    border: none;
  }
  .menu ul li .service-dropedown ul li a:hover {
    border: none;
    color: #236B99;
  }
  .menu .selected .inner_menu {
    display: block !important;
  }
  .back_menu {
    display: none;
  }
}
.mobile-logo {
  display: none;
}

.overlay-desktop.active, .menu-overlay.active {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease;
}

.overlay-desktop.active {
  z-index: 99;
}

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

@media only screen and (max-width: 1099px) {
  nav a {
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  nav a {
    font-size: 13px;
  }
  .MyMenu > li > a {
    padding: 15px 2px;
  }
  header.sticky {
    top: -45px;
  }
  header.sticky .header-bottom .MyMenu > li > a {
    padding: 20px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .whats-fix, .requst-fix, .msg-fix {
    display: none;
  }
  header.sticky {
    top: -40px;
    box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
  }
  .top-header {
    display: block;
    padding: 0px;
    width: 100% !important;
    position: fixed;
    border: none;
    background: #383838;
    box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
  }
  .top-header .left {
    font-size: 12px;
    padding: 10px;
  }
  .top-header .right {
    display: none;
  }
  .top-header .mobile-logo {
    display: inline-block;
    width: 140px;
  }
  .top-header label {
    padding: 2px 4px;
  }
  .top-header label:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #F8DB6F;
    position: absolute;
    top: 4px;
    right: -5px;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px;
  }
  .header-bottom {
    display: none;
  }
  .h-social a {
    margin: 0 2px;
  }
  .menu-toggle {
    margin-right: 10px;
  }
  .mobile-menu-append nav {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 70%;
    z-index: 99;
  }
  .mobile-menu-append nav a {
    color: #000;
  }
  .MyMenu li {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
  }
  .menu ul li a {
    color: #000;
    display: block;
    padding: 12px 15px;
    font-size: 13px;
  }
  .sm-slide, .inner_menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 70%;
    overflow: auto;
    left: -100%;
    z-index: 9;
  }
  .menu ul li .drop_service_menu {
    float: none;
    width: 100%;
  }
  .menu ul li ul a {
    margin: 0px;
  }
  .back_menu {
    display: block;
    color: #000;
    padding: 8px 10px;
    border-bottom: 1px solid #d6dfe8;
    font-size: 17px;
  }
  .back_menu:before {
    content: "";
    width: 21px;
    height: 15px;
    margin-right: 5px;
    background: url("../images/common/menu-arrow.svg") no-repeat;
    display: inline-block;
    transition: all 0.4s ease;
    transform: rotate(180deg);
  }
  .menu ul li .toggle, .toggle_sm {
    position: relative;
  }
  .menu ul li .toggle:after, .toggle_sm:after {
    content: "";
    width: 21px;
    height: 15px;
    background: url("../images/common/menu-arrow.svg") no-repeat;
    position: absolute;
    top: 33%;
    right: 15px;
    transition: all 0.4s ease;
  }
}
@media only screen and (max-width: 320px) {
  .menu-toggle {
    width: 25px;
  }
  .top-header .mobile-logo {
    width: 120px;
  }
}
body {
  background-color: #F6F6F6;
}

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

.dashboard-main {
  background: #fff;
  padding: 0 15px;
}

.discount-button {
  text-decoration: none;
  background: #ffca00;
  color: #000;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
}

.payment-button {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 600;
  display: block;
  text-align: center;
  background: #2569e6;
}

.partial-button {
  border: 1px solid #eb9709;
  color: #eb9709;
  font-size: 16px;
  position: relative;
  padding: 5px 20px 5px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.partial-button::before {
  content: "";
  position: absolute;
  background-color: #eb9709;
  height: 10px;
  width: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  top: 10px;
  left: 15px;
}

.partial-new {
  display: block;
  color: #016107;
  border: 1px solid #016107;
  width: fit-content;
}

.download-pdf {
  background: #f2da3d;
  color: #000;
}

.pdf-button {
  background: #ffca00;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 70px;
  display: block;
  text-align: center;
}

.color-change {
  background: #989898;
  color: #000;
}

.right-order-new {
  text-align: center;
}

.right-order {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 110px;
  height: 450px;
  margin-bottom: 20px;
}
.right-order a.pdf-button {
  padding: 12px 40px;
  display: inline-block;
}
.right-order label {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 10px 0;
  display: block;
}
.right-order p {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
}

.right-box {
  padding: 10px 0px;
}
.right-box .top-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-box .top-heading a {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 13px;
  padding: 5px 20px;
  background: #ec9709;
}
.right-box .heading-inner {
  font-size: 25px;
  color: #333;
  font-weight: 500;
}

.contact-us {
  padding: 0 15px;
  padding-top: 20px;
}
.contact-us .contact-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-us label {
  font-size: 20px;
  color: #000;
}
.contact-us a.close {
  text-decoration: none;
  color: #fff;
  background: #ed9609;
  height: 30px;
  width: 30px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.contact-us li {
  display: block;
}
.contact-us li img {
  height: 25px;
  vertical-align: middle;
  display: inline-block;
}
.contact-us li p {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.contact-us li small {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.contact-us .call-border {
  border-top: 1px solid #c8c8c8;
}

.chat-icon {
  padding-top: 40px;
}

.order-box {
  padding: 60px 0 20px 0;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 10px;
  text-align: left;
  position: relative;
  background: #fff;
}
.order-box .box-top {
  margin: 10px 20px;
}
.order-box a {
  margin-bottom: 10px;
  display: inline-block;
}
.order-box .left .inner-heading {
  font-size: 20px;
  color: #000;
  color: #333;
  font-weight: 500;
}
.order-box .left .inner-heading a {
  font-size: 20px;
  color: #000;
  color: #333;
  font-weight: 500;
}
.order-box .left p {
  font-size: 14px;
  color: #333;
  padding-top: 5px;
  display: block;
  line-height: 25px;
}
.order-box .left p.color-red {
  color: red;
}
.order-box .right label {
  font-size: 20px;
  color: #333;
  display: block;
  padding: 15px 0;
  font-weight: 600;
}
.order-box .right label span {
  color: #eb9709;
}
.order-box .right a {
  margin-top: 10px;
  padding: 14px 25px;
}
.order-box .right a.chack {
  height: 25px;
  width: 25px;
  color: #fff;
  background: #707070;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.order-box .right .chack .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  right: 0;
  /* Position the tooltip */
  position: absolute;
}
.order-box .right .chack:hover .tooltiptext {
  visibility: visible;
}
.order-box .pay-now-box {
  background: #f6f6f6;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}
.order-box .pay-now-box strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}
.order-box .pay-now-box a {
  margin: 0;
  padding: 14px 25px;
}
.order-box ul {
  text-align: left;
  margin: 0 20px;
}
.order-box ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 15px 0;
}
.order-box ul li span {
  text-align: right;
}
.order-box .descripation {
  padding: 20px;
  border: 1px solid #c8c8c8;
  text-align: left;
  border-left: none;
  border-right: none;
  margin-top: 20px;
}
.order-box .descripation label {
  font-size: 20px;
  font-weight: 600;
}
.order-box .descripation p {
  font-size: 15px;
  line-height: 25px;
  padding-top: 5px;
}
.order-box .upload-file {
  padding: 20px;
  text-align: left;
}
.order-box .upload-file small {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}
.order-box .upload-file label.newxml {
  padding-left: 25px;
}
.order-box .upload-file img {
  padding-right: 10px;
  vertical-align: middle;
}
.order-box .upload-file a {
  color: #000;
}
.order-box .status {
  position: absolute;
  top: 15px;
  left: 0;
  color: #fff;
  padding: 5px 10px;
  background: red;
  z-index: 1;
}
.order-box .status a {
  margin: 0;
}
.order-box .status.processing {
  background: #eb9709;
}
.order-box .status.complete {
  background: #006106;
}

.chat-box {
  padding: 15px 10px;
}
.chat-box #DisplayMsg {
  padding: 0 15px;
}
.chat-box .send-chat {
  position: absolute;
  right: 0px;
  top: 40%;
}
.chat-box .heading-chat {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 15px;
}
.chat-box .chat-box-inner {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-top: 15px;
}
.chat-box .chat-text {
  margin-bottom: 10px;
}
.chat-box .chat-text .inner {
  background: #1b417f;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 70%;
  float: left;
  position: relative;
}
.chat-box .chat-text .inner a {
  color: #000;
  background: #ffca00;
  padding: 3px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 11px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.chat-box .chat-text p {
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}
.chat-box .chat-text span {
  font-size: 11px;
  color: #fff !important;
  display: block;
  text-align: right;
}
.chat-box .chat-text .text {
  color: #000;
}
.chat-box .replay-box {
  margin-top: 15px;
}
.chat-box .replay-box .inner {
  float: right;
  width: 70%;
  background: #f6f6f6;
}
.chat-box .time {
  border-top: 1px solid #c8c8c8;
  position: relative;
  margin: 30px 0;
}
.chat-box .time label {
  font-size: 13px;
  margin: 0 auto;
  display: inline;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  bottom: 0;
}
.chat-box .time span {
  background: #fff;
  padding: 0 20px;
}

.replay {
  margin-top: 15px;
  border-top: 1px solid #c8c8c8;
  padding: 10px 15px;
}
.replay .explor {
  width: 100%;
}
.replay input::placeholder {
  color: #000;
  opacity: 100%;
}
.replay input[type=file] {
  border-bottom: 1px solid red;
}
.replay .text-box {
  width: 100%;
  position: relative;
}
.replay textarea {
  margin-top: 10px;
  border-top: 1px solid #c8c8c8;
  padding-top: 10px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 25px;
}

.file-input {
  display: inline-block;
  text-align: left;
  width: 100%;
  position: relative;
}
.file-input > [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
}
.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}
.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.upload-file-inner {
  margin: 10px 0 0 0;
}
.upload-file-inner small {
  display: block;
}
.upload-file-inner label {
  display: inline-block;
  margin: 5px 0;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 600;
  background: url(../images/dashboard/files.svg) no-repeat left;
}
.upload-file-inner a {
  font-size: 14px;
  color: #000;
}
.upload-file-inner form {
  padding: 0 15px;
}
.upload-file-inner p {
  padding: 0 15px;
  color: red;
  font-size: 14px;
  padding-top: 12px;
}

.brif-submit {
  padding: 10px 25px !important;
  margin-top: 10px;
}

.no-order-found {
  background: #fff;
  padding: 20px;
}
.no-order-found .no-order {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.no-order-found .no-order img {
  text-align: center;
}
.no-order-found .no-order label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
}
.no-order-found .no-order p {
  margin-bottom: 20px;
}

.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
}
.popup p {
  line-height: 20px;
  text-align: center;
  background: #1F73B7;
  color: #fff;
  padding: 10px;
}
.popup .popup-inner {
  padding: 10px;
}
.popup .popup-content {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 25px 0;
  text-align: center;
}
.popup h4 {
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 600;
}
.popup strong {
  font-weight: 600;
  color: #ffd639;
}
.popup .review-button {
  padding: 10px 5px;
  color: #000;
  background: #f8e2b9;
  border-radius: 5px;
}
.popup i {
  background: url(../images/common/sprite.svg) no-repeat -158px -34px;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.popup .icon2 {
  background-position: -184px -35px;
}
.popup ul {
  margin-bottom: 10px;
}
.popup ul li {
  position: relative;
  padding-left: 20px;
  line-height: 22px;
}
.popup ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/common/sprite.svg) no-repeat -209px -36px;
  height: 13px;
  width: 13px;
}
.popup ul a {
  color: #21802d;
  font-weight: 600;
  text-decoration: underline;
}
.popup ul figure {
  background: url(../images/common/sprite.svg) no-repeat -227px -35px;
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}
.popup .note {
  line-height: 22px;
}
.popup .note span {
  display: block;
}
.popup .close-btn {
  cursor: pointer;
  color: #fff;
  padding: 5px 10px;
  float: right;
  font-size: 20px;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

@media only screen and (min-width :767px) {
  .discount-button {
    margin-left: 20px !important;
    display: inline;
  }
  .popup {
    width: 40%;
  }
  .popup p {
    padding: 20px;
  }
  .popup .popup-inner {
    padding: 20px;
  }
  .popup .review-button {
    padding: 10px 20px;
  }
  .popup h4 {
    font-size: 16px;
  }
  .help-button {
    background: #eb9709;
    margin-right: 25px;
    padding: 9px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .m-help-button {
    display: none;
  }
  .dashboard-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    background: none;
    padding: 0px;
  }
  .dashboard-main .left-siderbar {
    width: 25%;
    padding: 20px 0;
  }
  .dashboard-main .right-box {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
    margin: 0px;
  }
  .box-top .left {
    text-align: left;
  }
  .box-top .right {
    text-align: right;
  }
  .box-top .right label {
    padding: 0;
    padding-bottom: 12px;
  }
  .box-top .right span {
    margin: 10px 0;
  }
  .partial-new {
    display: inline-block;
    padding: 3px 20px 3px 30px;
  }
  .payment-button {
    padding: 10px 20px;
  }
  .order-box {
    background: #fff;
  }
  .order-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 15px;
    border-top: 1px solid #c8c8c8;
    margin: 0 5px;
  }
  .order-box ul li {
    width: 30%;
    display: block;
  }
  .order-box a {
    display: initial;
  }
  .left-siderbar ul {
    overflow: inherit;
  }
  .replay {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    position: relative;
  }
  .order-box .pay-now-box img {
    display: block;
    margin: 0 auto;
  }
  .order-box .pay-now-box a {
    display: inline-block;
    padding: 10px 55px;
    margin-top: 10px;
  }
  .upload-file-inner form {
    display: flex;
    align-items: center;
  }
  .upload-file-inner label {
    margin-left: 10px;
  }
}
.loader {
  margin: 0 auto;
  margin-top: 10px;
  border-top: 7px solid #eb9709 !important;
}

.main-price {
  color: #ea3232;
  font-size: 17px;
  padding: 0;
  font-weight: 400;
}

.you-save {
  background: #20bf20;
  padding: 4px 7px 4px 7px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

.wa-float {
  display: none;
}

.whatsapp-ico {
  background: url("../../../common/images/common/sprite.svg") no-repeat -495px -60px;
  height: 61px;
  width: 61px;
}

.wa-float {
  position: fixed;
  bottom: 40px;
  left: 40px;
  border-radius: 50px;
  text-align: center;
  z-index: 100;
}

@media only screen and (min-width: 767px) {
  .wa-float {
    display: inherit;
  }
  .details-button {
    background: #1887bb;
    color: #fff;
    margin-right: 25px;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
}
.payment-button {
  cursor: pointer;
}

.chat-box .chat-text .inner {
  background: #1b417f !important;
}

.chat-box .chat-text p {
  color: #fff !important;
}

.replay-box p,
.replay-box span {
  color: #fff !important;
}

.nav-right {
  width: 70%;
}

.success_msg {
  color: #3c763d;
  background-color: #cff1c2;
  border-color: #d6e9c6;
  height: 13px;
  padding: 15px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-error,
.warning_msg {
  background-color: #ff5757;
  border: 1px solid #f37979;
  height: 13px;
  padding: 15px;
  color: #fff;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.chat-box .chat-text span {
  text-align: left;
}

.benifits ul li p {
  text-align: justify;
}

.order-box .right a {
  margin: 10px;
  padding: 7px 25px;
}

@media only screen and (min-width: 767px) {
  .box-top .right span {
    margin: 10px;
  }
  .box-top .right label {
    padding: 10PX;
  }
}
@media only screen and (max-width: 767px) {
  .partial-button {
    margin-bottom: 20px;
  }
}
.order-box .right a {
  margin: 15px 0px 0px 1px;
}

.order-box .left p {
  line-height: 28px;
}

.order-box {
  box-shadow: 5px 5px 5px #ccc;
}

.profile-img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid #6AA7BE;
}

.ratings-img {
  height: 10px;
}

.writer-profile {
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.writer-title {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 0;
  text-transform: capitalize;
  display: block;
}

.verified {
  background: url(../images/common/sprite.svg) no-repeat -576px -3px;
  height: 16px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.writer-detials {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.writer-detials i {
  background: url(../images/common/sprite.svg) no-repeat -557px -4px;
  height: 14px;
  width: 12px;
  display: inline-block;
  margin-right: 5px;
}
.writer-detials .qalification {
  background-position: -537px -4px;
}

.order-details {
  padding-bottom: 0;
  line-height: 25px;
}
.order-details li {
  font-size: 12px;
  padding-bottom: 5px;
}
.order-details li span {
  color: #000;
  text-align: center;
  margin-top: 5px;
}
.order-details .completed-order {
  color: #21802D;
}
.order-details .completed-order i {
  background: url(../images/common/sprite.svg) no-repeat -509px -29px;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.order-details .progress-order {
  color: #F09819;
}
.order-details .progress-order i {
  background: url(../images/common/sprite.svg) no-repeat -534px -29px;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.about {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}

@media (min-width: 767px) {
  .writer-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about {
    margin-bottom: 0;
  }
  .order-details li {
    text-align: center;
  }
}
.order-s-details-main ul.inner {
  margin: 0;
}
.order-s-details-main ul.inner li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f8f8f8;
}
.order-s-details-main ul.inner li label {
  position: relative;
  font-weight: 300 !important;
}
.order-s-details-main ul.inner li label .bedgeNew {
  position: absolute;
  left: 15px;
  top: 0px;
  text-align: left;
  right: inherit;
  padding: 5px 10px;
}
.order-s-details-main ul.inner .pdf-button {
  display: inline-block;
}
.order-s-details-main .top-header-details {
  display: none;
}
.order-s-details-main .chat-anchor {
  vertical-align: middle;
}
.order-s-details-main .order-s-details {
  margin-bottom: 15px;
}

@media only screen and (min-width :767px) {
  .order-s-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
  }
  .order-s-details-main .top-header-details {
    display: flex;
    justify-content: space-between;
  }
  .order-s-details-main ul li {
    width: 33%;
  }
  .order-s-details-main ul.inner li label {
    width: 33%;
  }
  .order-s-details-main ul.inner .pdf-button {
    display: inline-block;
  }
  .order-s-details-main .box-top {
    margin: 0 20px;
  }
}
@media only screen and (min-width :960px) {
  .order-details-flex {
    display: flex;
    justify-content: space-between;
  }
  .order-details-flex .order-s-details-main {
    width: 68%;
  }
  .order-details-flex .chat-box {
    width: 30%;
  }
  .order-details-flex .chat-box .heading-chat {
    display: none;
  }
}
.fancybox-content {
  padding: 0px !important;
}

.complete-order {
  display: none;
  padding: 20px;
  text-align: center;
}
.complete-order strong {
  font-size: 25px;
  font-weight: 500;
}
.complete-order figure {
  margin: 10px 0;
}
.complete-order p {
  text-transform: capitalize;
  font-weight: 300;
}
.complete-order a {
  text-transform: uppercase;
  background: #eb9709;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px 0;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.order-notificaton {
  display: none;
  text-align: center;
  max-width: 400px;
  padding: 30px;
}
.order-notificaton .writers {
  background-color: #f2da3d;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  padding: 13px 10px;
  border-radius: 4px;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
.order-notificaton p {
  margin: 10px 0px 0px 0px;
}
.order-notificaton .back-form-btn {
  margin-top: 20px;
  line-height: normal;
  display: flex;
}
.order-notificaton .back-form-btn .back-button {
  text-transform: uppercase;
  margin: 0 5px;
  background-color: #2569e6;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 14px;
  width: 48%;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.order-notificaton .back-form-btn .continue {
  background-color: #fff;
  color: #000;
  border: 1px solid black;
}

.support-popup {
  display: none;
  max-width: 600px;
  padding: 20px;
}
.support-popup .modalWrapper {
  display: flex;
}
.support-popup .modalWrapper figure {
  display: none;
}
.support-popup .modalWrapper form strong {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.support-popup .modalWrapper form .select-box {
  display: flex;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-bottom: 15px;
}
.support-popup .modalWrapper form input, .support-popup .modalWrapper form .radio_btn, .support-popup .modalWrapper form textarea {
  border: 1px solid #E2E2E2;
  padding: 10px 8px;
  border-radius: 5px;
}
.support-popup .modalWrapper form .callback {
  width: 100%;
  margin-bottom: 15px;
}
.support-popup .modalWrapper form select {
  background: url(../../images/common/down-arrow.svg) no-repeat right;
  border-right: 1px solid #E2E2E2;
  padding-left: 5px;
  padding-right: 30px;
  width: 100px;
}
.support-popup .modalWrapper form .mobile_no {
  width: 80%;
  border: none;
}
.support-popup .modalWrapper form .radio_form_btn {
  display: flex;
  justify-content: space-between;
}
.support-popup .modalWrapper form textarea {
  margin-bottom: 15px;
  height: 60px;
}
.support-popup .modalWrapper form .radio_btn {
  width: 47%;
}
.support-popup .modalWrapper form .radio_btn label {
  display: inline;
  font-weight: 400;
  margin-left: 5px;
}

.btn-order {
  text-transform: uppercase;
  background: #eb9709;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.display_off {
  display: none;
}

.loader-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}

.contact-button {
  position: relative;
  min-width: 180px;
}

/* Spinner */
.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.sigup-offer {
  display: none;
  padding: 20px;
}
.sigup-offer .btn-order {
  width: 60%;
}
.sigup-offer figure {
  display: none;
}
.sigup-offer .modalWrapper {
  position: relative;
  display: flex;
  padding: 0px 0px !important;
}
.sigup-offer .modalWrapper form {
  position: relative;
}
.sigup-offer .modalWrapper form .main-form strong {
  font-weight: 600;
  display: block;
  text-align: left;
  font-size: 18px;
}
.sigup-offer .modalWrapper form .main-form p {
  margin: 10px 0 0 0;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
}
.sigup-offer .modalWrapper form .main-form input {
  border: 1px solid #E2E2E2;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
  margin: 10px 0;
}
.sigup-offer .modalWrapper form .main-form small {
  color: #989898;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  text-transform: capitalize;
}
.sigup-offer .modalWrapper form .color-grey {
  bottom: 6px;
  background-color: #e2e2e2;
  padding: 10px 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.sigup-offer .modalWrapper form .color-grey .button {
  display: flex;
  justify-content: center;
}
.sigup-offer .modalWrapper form .color-grey .button a {
  margin: 0 5px;
}

#offer-popup {
  display: none;
  text-align: center;
  padding: 20px;
}
#offer-popup .modalWrapper figure {
  margin: 15px 0;
}
#offer-popup .modalWrapper strong {
  font-size: 25px;
  font-weight: 600;
}
#offer-popup .modalWrapper ul {
  margin: 10px;
  text-align: left;
  display: flex;
  justify-content: center;
}
#offer-popup .modalWrapper ul li {
  color: #000;
  margin: 7px;
  display: grid;
  padding-left: 45px;
  position: relative;
}
#offer-popup .modalWrapper ul li:before {
  background: url(../images/common/sprite.svg) no-repeat 0 -32px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 33px;
  width: 32px;
}
#offer-popup .modalWrapper ul li span {
  color: #000;
  font-weight: 600;
}
#offer-popup .modalWrapper ul .expert:before {
  background: url(../images/common/sprite.svg) no-repeat -35px -32px;
}
#offer-popup .modalWrapper .surface i {
  height: 89px;
  width: 89px;
  margin: 0 auto;
  background: url(../images/common/sprite.svg) no-repeat -521px -233px;
  display: block;
}
#offer-popup .modalWrapper .circle-popup {
  width: 100%;
  background-color: #2569e6;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 4px;
}

.sticky-popup {
  max-width: 336px;
  display: flex;
  justify-content: flex-start;
  padding: 10px 25px;
  background: #2569e6;
  border-radius: 4px;
  margin: 10px;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.sticky-popup figure {
  margin-right: 10px;
}
.sticky-popup .sticky-popup-text {
  margin-bottom: 10px;
}
.sticky-popup .sticky-popup-text p {
  color: white;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.sticky-popup .sticky-popup-text .sticky-popup-btn {
  padding: 5px 10px;
  background-color: #ffca00;
  color: #000;
  text-decoration: none;
}
.sticky-popup .close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
}

.two-sticky {
  background: url("../images/popup/sticky.jpg") no-repeat;
  text-align: center;
}
.two-sticky .sticky-popup-text {
  margin: 30px 15px;
}
.two-sticky .sticky-popup-text p {
  text-transform: capitalize;
  color: #b0d9ff;
  margin: 0px;
  text-align: center;
}
.two-sticky .sticky-popup-text strong {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
  display: block;
}
.two-sticky .sticky-popup-text input {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.two-sticky .sticky-popup-text .two-sticky-btn {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 0;
}

.f-fixed {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 -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: 22px;
}
.f-fixed li a {
  color: #000;
}
.f-fixed li i {
  background: url("../../images/common/sprite.svg") no-repeat -150px 0px;
  width: 25px;
  height: 22px;
  display: block;
  margin: 0 auto;
}
.f-fixed .inquiry i {
  background-position: -185px 1px;
}
.f-fixed .myaccount i {
  background-position: -152px -37px;
}
.f-fixed .order-now i {
  background: #fff url("../images/common/sprite.svg") no-repeat -448px -60px;
  width: 40px;
  height: 40px;
  margin-top: -22px;
  border-radius: 100%;
  border: 7px solid #fff;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-style: solid;
  border-bottom-width: 7px;
  box-shadow: 0 -5px 7px -5px #797979;
  border-bottom: 0;
}
.f-fixed .contact-us i {
  background-position: -256px -1px;
}
.f-fixed .live-chat i {
  background-position: -221px -2px;
}

@media only screen and (min-width :767px) {
  .support-popup {
    padding: inherit;
  }
  .support-popup .modalWrapper figure {
    width: 50%;
    display: block;
  }
  .support-popup .modalWrapper form {
    margin: 10px 20px;
    width: 50%;
  }
  .f-fixed {
    display: none;
  }
  .sigup-offer {
    padding: inherit;
  }
  .sigup-offer figure {
    display: block;
  }
  .sigup-offer .main-form {
    margin: 35px 30px 15px;
  }
  .sigup-offer .color-grey {
    position: absolute;
  }
}
.customer-support {
  z-index: 99;
  position: fixed;
  padding: 20px;
  top: 0px;
  right: -100%;
  background: #fff;
  height: 100%;
  width: 300px;
}
.customer-support .heading-new {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.customer-support .top-icon {
  text-align: center;
}
.customer-support ul {
  border-top: 1px solid #707070;
  margin-top: 20px;
}
.customer-support ul li {
  margin: 10px 0;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
}
.customer-support ul li a {
  display: flex;
  align-items: center;
  color: #000;
}
.customer-support ul li figure {
  margin: 0 10px;
}
.customer-support ul li small {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.customer-support ul li span {
  font-size: 20px;
  font-weight: 800;
}
.customer-support ul li.email span {
  font-size: 15px;
}
.customer-support .close-btn {
  background: #eb9709;
  color: #fff;
  font-size: 15px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100px;
}

.profile-main {
  margin-top: 5px;
  padding: 10px;
}
.profile-main div {
  margin-bottom: 15px;
}
.profile-main label {
  display: block;
  margin-bottom: 10px;
}
.profile-main input {
  border: 1px solid #c8c8c8 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  background: #fff;
  padding: 10px 15px;
}
.profile-main button {
  background: #eb9709;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media only screen and (min-width :767px) {
  .profile-main {
    max-width: 450px;
  }
  .profile-main div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .profile-main label {
    width: 40%;
    margin: 0;
  }
  .profile-main input {
    width: 50%;
  }
  .profile-main button {
    width: 50%;
  }
}
.login-mian-box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

html, body {
  height: 100%;
}

#content {
  height: 100%;
}

.login {
  background: #fff;
}

.left-login-box {
  position: relative;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.left-login-box .inner-box {
  margin-bottom: auto;
}
.left-login-box .title {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}
.left-login-box p {
  font-size: 14px;
  font-weight: 300;
  color: #707070;
  padding: 15px 0 20px;
}
.left-login-box .input-box {
  margin-bottom: 20px;
}
.left-login-box label {
  font-size: 14px;
  color: #000000;
  padding-bottom: 15px;
  display: block;
}
.left-login-box input {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 15px;
  color: #707070;
  font-weight: 300;
  font-size: 13px;
}
.left-login-box .warning_msg {
  color: red;
}
.left-login-box .warning_msg .close {
  display: none;
}

.back-button {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
}
.back-button img {
  margin-right: 6px;
}

.input-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.password-button {
  display: inline-block;
  color: #005BA2;
  font-weight: 300;
  font-size: 13px;
}

input[type=submit] {
  width: 100%;
  padding: 13px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #EB9709;
  border-radius: 5px;
  border: none;
}

.simple-text {
  text-align: center;
  margin: 40px 0 30px;
  position: relative;
  z-index: 1;
}
.simple-text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: -1;
  border-bottom: 1px solid #ddd;
}
.simple-text span {
  display: inline-block;
  background: #fff;
  font-size: 13px;
  text-transform: uppercase;
  color: #707070;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 6px 16px;
}

.google-buttons {
  text-align: center;
}
.google-buttons a:first-child {
  margin-right: 20px;
}

.policy-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy-text li::after {
  content: "|";
  display: inline-block;
  color: #707070;
  font-size: 12px;
  font-weight: 300;
  padding: 0 10px;
}
.policy-text li:last-child::after {
  display: none;
}
.policy-text a {
  color: #707070;
  font-size: 12px;
  font-weight: 300;
}

.download-app {
  margin-top: auto;
  padding-top: 15px;
}
.download-app p {
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  padding: 0 20px 15px 0;
}
.download-app strong {
  font-weight: 500;
}
.download-app a {
  display: inline-block;
}
.download-app a:first-child {
  margin-right: 2px;
}
.download-app ul {
  margin-bottom: 10px;
}
.download-app .bottom {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}

.login-img {
  display: none;
  text-align: right;
}
.login-img img {
  width: auto;
  height: 100%;
}

.form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-checkbox label {
  position: relative;
  cursor: pointer;
  color: #707070;
  font-size: 13px;
  font-weight: 300;
  padding: 0;
}

.form-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ddd;
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 5px;
}

.form-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #5a5a5a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.forgot-pass {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.forgot-pass a {
  color: #173c76;
}

@media (min-width: 1120px) {
  .download-app .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .download-app p {
    margin-bottom: 0;
  }
  .login-img {
    display: inline-block;
    background: url(../images/login.png) no-repeat;
    background-size: cover;
    flex: 50%;
  }
  .left-login-box {
    justify-content: center;
    flex: 50%;
  }
  .left-login-box .inner-box {
    margin: 0 10%;
    width: 450px;
    margin: 0 auto;
    margin-top: auto;
  }
}
.refer-friend-main {
  background: #fff;
}

img {
  max-width: 100%;
}

.refer-breadrumb .breadcrumb {
  margin: 0;
  border: none;
}

.earn-banner {
  background: linear-gradient(#87d5dd 0%, #cbe6d7 100%);
  padding: 30px 0;
  background-size: cover;
  text-align: center;
  color: #000;
}
.earn-banner .container {
  display: flex;
  flex-direction: column-reverse;
}
.earn-banner .right-img {
  display: none;
}
.earn-banner .offer {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}
.earn-banner .offer strong {
  font-weight: bold;
}
.earn-banner .heading {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 10px;
}
.earn-banner .form-box {
  background: #fff;
  padding: 40px 25px 25px;
  margin-top: -22px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.earn-banner input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  padding: 12px;
  color: #071D37;
  font-size: 15px;
}
.earn-banner input::placeholder {
  color: #071D37;
  opacity: 100%;
}
.earn-banner .incheckbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.earn-banner p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 30px;
}
.earn-banner figure {
  margin-top: 20px;
}
.earn-banner span.add-to-any {
  justify-content: center;
}

.referral-url-button {
  display: inline-block;
  color: #000;
  background: #FFCA00;
  padding: 14px 64px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
}

.rewards-section {
  text-align: center;
  padding: 20px 15px 30px;
  color: #000;
}
.rewards-section .heading {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
}
.rewards-section span {
  font-size: 15px;
}
.rewards-section ul li {
  padding-top: 35px;
}
.rewards-section .title {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0;
}
.rewards-section p {
  font-size: 15px;
  line-height: 30px;
}

.benefits-section {
  padding: 40px 0;
  color: #000;
}
.benefits-section .heading {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
  text-align: center;
}
.benefits-section span {
  font-size: 15px;
  text-align: center;
  display: block;
}
.benefits-section ul li {
  padding-top: 30px;
}
.benefits-section figure {
  margin-bottom: 30px;
  text-align: center;
}
.benefits-section figure img {
  width: 250px;
}
.benefits-section label {
  display: inline-block;
  background: #FFD639;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.benefits-section .title {
  font-size: 22px;
  font-weight: 600;
  padding: 12px 0;
}
.benefits-section p {
  font-size: 15px;
  line-height: 33px;
  text-align: justify;
}

.get-started-box {
  padding: 30px 0;
  background: #FFF0E2;
  color: #000;
  text-align: center;
}
.get-started-box figure {
  margin-bottom: 20px;
}
.get-started-box .heading {
  font-size: 30px;
  font-weight: 700;
}
.get-started-box p {
  font-size: 15px;
  padding: 10px 0 20px;
  line-height: 30px;
}
.get-started-box .referral-url-button {
  background: #FFCA00;
}

.help-provided-box {
  padding: 30px 0;
  text-align: center;
  color: #000;
  background: #F5F5F5;
}
.help-provided-box .heading {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 30px;
}
.help-provided-box a {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.help-provided-box img {
  vertical-align: middle;
  margin-right: 10px;
}

.questions-box {
  padding: 30px 0;
  color: #000;
  background: #fff;
}
.questions-box .heading {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.questions-box span {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 10px 0 20px;
  line-height: 25px;
}
.questions-box ul {
  border: 1px solid #F5F5F5;
}
.questions-box ul li {
  padding: 15px;
}
.questions-box ul li:nth-child(2n+1) {
  background: #F5F5F5;
}
.questions-box .title {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 10px;
}
.questions-box p {
  font-size: 15px;
  line-height: 30px;
}

.earning-box {
  background: linear-gradient(#f3f6fb 0%, #e0eaf3 100%);
  padding: 30px 20px;
  text-align: center;
}
.earning-box .price-right {
  margin-bottom: 15px;
  line-height: normal;
  display: grid;
  background: #fff;
  padding: 20px 50px;
  margin-bottom: 30px;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: 50% 50%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.earning-box .price-right label {
  font-size: 45px;
  color: #000;
  font-weight: 600;
  display: block;
}
.earning-box .price-right a {
  color: #000;
}
.earning-box .price-right .inside {
  border-right: 2px solid #DDDDDD;
}
.earning-box sup {
  position: relative;
  top: -7px;
  left: 17px;
}
.earning-box .heading {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.earning-box .left p {
  margin: 15px 0;
  line-height: 30px;
}

span.add-to-any {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.refer-results {
  background: #fff;
}

@media (min-width: 767px) {
  span.add-to-any {
    justify-content: flex-start;
  }
  .earn-banner .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .earn-banner .heading {
    font-size: 50px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .earn-banner .form-box {
    padding: 45px;
  }
  .earn-banner input {
    padding: 16px;
  }
  .earn-banner p {
    font-size: 20px;
    max-width: 80%;
    margin: 0 auto 30px;
    line-height: 35px;
  }
  .earn-banner .left-img {
    display: block;
    width: 45%;
    line-height: 0;
  }
  .earn-banner .right-img {
    display: block;
    width: 45%;
    line-height: 0;
  }
  .earn-banner .left-content {
    padding-bottom: 20px;
    width: 48%;
  }
  .earn-banner .left-content .offer {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .earning-box {
    padding: 60px 0;
    text-align: left;
  }
  .earning-box .container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .earning-box .container .left {
    order: 1;
  }
  .earning-box .container .left p {
    margin: 20px 0;
  }
  .earning-box .container .price-right {
    order: 2;
    justify-self: end;
    text-align: center;
    margin-bottom: 0px;
    width: 50%;
  }
  .rewards-section {
    padding: 50px 0;
  }
  .rewards-section ul {
    padding-top: 40px;
    display: grid;
    justify-content: space-between;
    grid-auto-flow: column;
    grid-gap: 30px;
  }
  .rewards-section ul li {
    padding: 0;
    line-height: 30px;
  }
  .rewards-section .title {
    padding: 15px 0;
  }
  .get-started-box {
    padding: 40px 0 0;
  }
  .get-started-box .container {
    display: grid;
    grid-column: auto;
    grid-auto-flow: column;
    align-items: center;
    grid-gap: 0.5em;
  }
  .get-started-box figure {
    margin-bottom: -7px;
  }
  .get-started-box .right-content {
    text-align: left;
  }
  .get-started-box .heading {
    font-size: 45px;
  }
  .get-started-box p {
    line-height: 36px;
    padding: 15px 0 25px;
  }
  .help-provided-box {
    padding: 70px 0 50px;
  }
  .help-provided-box .info {
    margin-top: 15px;
  }
  .help-provided-box a {
    margin: 0 10px;
  }
  .questions-box {
    padding: 50px 0;
  }
  .questions-box span {
    padding: 20px 0 50px;
  }
  .questions-box ul li {
    padding: 30px;
  }
}
.banner-checkbox {
  display: block;
}

.banner-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.banner-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #707070;
}

.banner-checkbox label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ddd;
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 3px;
}

.banner-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #071D37;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.table-content {
  overflow: auto;
}

.table-referal {
  padding: 0 15px;
}
.table-referal table {
  margin: 10px auto;
}
.table-referal caption {
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0;
}
.table-referal thead th {
  font-weight: 400;
  background: #fff;
  color: #FFF;
}
.table-referal tr {
  background: #f4f7f8;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
}
.table-referal tr:nth-child(even) {
  background: #e8eeef;
}
.table-referal th, .table-referal td {
  text-align: left;
  padding: 20px;
  font-weight: 300;
}
.table-referal tfoot tr {
  background: none;
}
.table-referal tfoot td {
  padding: 10px 2px;
  font-size: 0.8em;
  font-style: italic;
  color: #8a97a0;
}
.table-referal label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.refer-dashboard {
  background: #fff;
}

@media (min-width: 1200px) {
  .earn-banner .heading {
    font-size: 70px;
  }
  .earn-banner .offer {
    font-size: 20px !important;
  }
}
.heading-common {
  margin: 20px 0;
  text-align: center;
}
.heading-common h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.how-it-works {
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.how-it-works img {
  display: inline-block;
}
.how-it-works strong {
  margin: 10px 0;
  display: block;
  font-size: 18px;
}

.become {
  margin: 40px 0px 0 0;
  font-weight: 300;
}
.become ul {
  text-align: center;
}
.become ul li {
  padding: 30px 0;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 300;
}
.become ul li:last-child {
  border: none;
}
.become strong {
  font-size: 20px;
  padding: 10px 0;
  display: block;
}

.student-banner {
  background: linear-gradient(#416da2 0%, #5687b9 52.72%, #3f6b9f 100%);
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  font-weight: 300;
}
.student-banner .heading {
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}
.student-banner a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background: #eb9709;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  margin: 10px 0px;
}

.terms {
  margin: 30px 0;
}
.terms .heading {
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}
.terms li {
  padding: 20px 0;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 300;
}
.terms li:last-child {
  border: 0px;
}
.terms strong {
  font-weight: 500;
}
.terms .waring-box {
  color: red;
  font-weight: 300;
}

.bar {
  display: none;
}

@media only screen and (min-width :767px) {
  .how-it-works {
    position: relative;
    border-bottom: none;
  }
  .top-slider {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
  }
  .top-slider:before {
    border: 1px solid #C4C4C4;
    content: "";
    bottom: 0px;
    position: absolute;
    height: 250px;
    left: 0px;
    right: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .top-slider div {
    flex: 1;
    padding-bottom: 10px;
  }
  .top-slider div figure {
    margin-bottom: 100px;
  }
  .bar {
    position: absolute;
    max-width: 94%;
    left: 38px;
    top: 142px;
    display: block;
  }
  .become {
    margin-bottom: 30px;
  }
  .become ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .become ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 5%;
  }
  .become ul li:nth-child(2), .become ul li:nth-child(4), .become ul li:nth-child(6) {
    border-left: 1px solid #C4C4C4;
  }
  .become ul li:nth-child(5) {
    border-bottom: none;
  }
}
@media only screen and (min-width :960px) {
  .top-slider:before {
    height: 215px;
  }
}
.account-popup {
  text-align: center;
}
.account-popup .title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.account-popup .left {
  padding: 25px 25px 0px 25px;
}
.account-popup ul {
  margin: 10px 25px 50px 25px;
}
.account-popup ul li {
  padding: 10px 0;
  background: #F5F5F5;
  margin-bottom: 10px;
}
.account-popup ul li label {
  font-weight: 600;
}
.account-popup .chat {
  background: #eb9709;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.popup-ac {
  display: none;
  max-width: 400px !important;
}

@media only screen and (min-width :960px) {
  .popup-ac {
    display: none;
    max-width: 600px !important;
  }
  .account-popup {
    display: flex;
  }
  .account-popup .left {
    width: 40%;
    background: #F5F5F5;
    padding-top: 70px;
  }
  .account-popup .left img {
    mix-blend-mode: multiply;
  }
  .account-popup .right {
    width: 70%;
    padding: 30px 0 0 0;
  }
  .account-popup .right p {
    font-weight: 500;
    font-size: 18px;
    padding: 25px 25px 0px 25px;
  }
}
.success_msg {
  height: inherit !important;
}

/*# sourceMappingURL=dashboard.css.map */
