@charset "UTF-8";
/******************************
 *
 *  Margins and Paddings
 *
 ******************************/
/******************************
 *
 *  Breakpoints
 *
 ******************************/
/******************************
*
*  Grid Setup
*
******************************/
/******************************
 *
 *	Typo
 *
 ******************************/
/******************************
 *
 *	Colors
 *
 ******************************/
/******************************
 *
 *	Bootstrap
 *
 ******************************/
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.row {
  width: 100% !important;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 18px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Space Grotesk";
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}
address {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
a {
  color: #7B5EE7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #4720d8;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 0.;
  color: inherit;
}
/* h1 {
  font-size: 3.6111111111rem;
} */
/* 
h2 {
  font-size: 1.6666666667rem;
}
h3 {
  font-size: 1rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.h1 {
  font-size: 3.6111111111rem;
}
.h2 {
  font-size: 1.6666666667rem;
}
.h3 {
  font-size: 1rem;
}
.h4 {
  font-size: 1.5rem;
}
.h5 {
  font-size: 1.25rem;
}
.h6 {
  font-size: 1rem;
} */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.dl-horizontal {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  padding: 0 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.blockquote-reverse {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}
.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #818a91;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0;
}
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}  */
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    max-width: 380px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 880px;
  }
}
/* .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
} */
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}
.row {
  /* margin-left: -0.46875rem;
  margin-right: -0.46875rem; */
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  /* padding-left: 0.46875rem;
  padding-right: 0.46875rem; */
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 544px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody+tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}
.table-active,
.table-active>th,
.table-active>td {
  background-color: #f5f5f5;
}
.table-hover .table-active:hover {
  background-color: #e8e8e8;
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: #e8e8e8;
}
.table-success,
.table-success>th,
.table-success>td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #d0e9c6;
}
.table-info,
.table-info>th,
.table-info>td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f2dede;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #ebcccc;
}
.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}
.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}
.thead-default th {
  color: #A9A9A9;
  background-color: #eceeef;
}
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #A9A9A9;
}
.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #A9A9A9;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}
.form-control-file,
.form-control-range {
  display: block;
}
.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.25rem;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm input[type="month"].form-control {
    line-height: 1.8625rem;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg input[type="month"].form-control {
    line-height: 3.1666666667rem;
  }
}
.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}
.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0;
}
.form-group {
  margin-bottom: 0;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}
.radio+.radio,
.checkbox+.checkbox {
  margin-top: -.25rem;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}
input[type="radio"]:disabled,
input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem;
}
.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4BE2C1;
}
.has-success .form-control {
  border-color: #4BE2C1;
}
.has-success .input-group-addon {
  color: #4BE2C1;
  border-color: #4BE2C1;
  background-color: #fbfefe;
}
.has-success .form-control-feedback {
  color: #4BE2C1;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}
.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #5731E6;
}
.has-warning .form-control {
  border-color: #5731E6;
}
.has-warning .input-group-addon {
  color: #5731E6;
  border-color: #5731E6;
  background-color: #ebe7fc;
}
.has-warning .form-control-feedback {
  color: #5731E6;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}
.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #f00;
}
.has-danger .form-control {
  border-color: #f00;
}
.has-danger .input-group-addon {
  color: #f00;
  border-color: #f00;
  background-color: #ffcccc;
}
.has-danger .form-control-feedback {
  color: #f00;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}
@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group>.form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  background-image: none;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
  background-color: #7B5EE7;
  border-color: #7B5EE7;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #7B5EE7;
  border-color: #7B5EE7;
}
.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:active,
.btn-secondary.active,
.open>.btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle.focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-info {
  color: #fff;
  background-color: #F0C2C2;
  border-color: #F0C2C2;
}
.btn-info:hover {
  color: #fff;
  background-color: #e69999;
  border-color: #e49191;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #e69999;
  border-color: #e49191;
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #e69999;
  border-color: #e49191;
  background-image: none;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #df7c7c;
  border-color: #d75c5c;
}
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
  background-color: #F0C2C2;
  border-color: #F0C2C2;
}
.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #F0C2C2;
  border-color: #F0C2C2;
}
.btn-success {
  color: #fff;
  background-color: #4BE2C1;
  border-color: #4BE2C1;
}
.btn-success:hover {
  color: #fff;
  background-color: #23d7b0;
  border-color: #21cfa9;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #23d7b0;
  border-color: #21cfa9;
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #23d7b0;
  border-color: #21cfa9;
  background-image: none;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #1eb997;
  border-color: #18957a;
}
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
  background-color: #4BE2C1;
  border-color: #4BE2C1;
}
.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #4BE2C1;
  border-color: #4BE2C1;
}
.btn-warning {
  color: #fff;
  background-color: #5731E6;
  border-color: #5731E6;
}
.btn-warning:hover {
  color: #fff;
  background-color: #3e19cb;
  border-color: #3b18c2;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #3e19cb;
  border-color: #3b18c2;
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #3e19cb;
  border-color: #3b18c2;
  background-image: none;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #3415ab;
  border-color: #291087;
}
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  background-color: #5731E6;
  border-color: #5731E6;
}
.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #5731E6;
  border-color: #5731E6;
}
.btn-danger {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #c20000;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #c20000;
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #c20000;
  background-image: none;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a80000;
  border-color: maroon;
}
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
  background-color: #f00;
  border-color: #f00;
}
.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #f00;
  border-color: #f00;
}
.btn-primary-outline {
  color: #7B5EE7;
  background-image: none;
  background-color: transparent;
  border-color: #7B5EE7;
}
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open>.btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #7B5EE7;
  border-color: #7B5EE7;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #7B5EE7;
  border-color: #7B5EE7;
}
.btn-primary-outline.disabled:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline:disabled:focus,
.btn-primary-outline:disabled.focus {
  border-color: #c4b7f4;
}
.btn-primary-outline.disabled:hover,
.btn-primary-outline:disabled:hover {
  border-color: #c4b7f4;
}
.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active,
.open>.btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary-outline.disabled:focus,
.btn-secondary-outline.disabled.focus,
.btn-secondary-outline:disabled:focus,
.btn-secondary-outline:disabled.focus {
  border-color: white;
}
.btn-secondary-outline.disabled:hover,
.btn-secondary-outline:disabled:hover {
  border-color: white;
}
.btn-info-outline {
  color: #F0C2C2;
  background-image: none;
  background-color: transparent;
  border-color: #F0C2C2;
}
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active,
.open>.btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #F0C2C2;
  border-color: #F0C2C2;
}
.btn-info-outline:hover {
  color: #fff;
  background-color: #F0C2C2;
  border-color: #F0C2C2;
}
.btn-info-outline.disabled:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline:disabled:focus,
.btn-info-outline:disabled.focus {
  border-color: white;
}
.btn-info-outline.disabled:hover,
.btn-info-outline:disabled:hover {
  border-color: white;
}
.btn-success-outline {
  color: #4BE2C1;
  background-image: none;
  background-color: transparent;
  border-color: #4BE2C1;
}
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active,
.open>.btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #4BE2C1;
  border-color: #4BE2C1;
}
.btn-success-outline:hover {
  color: #fff;
  background-color: #4BE2C1;
  border-color: #4BE2C1;
}
.btn-success-outline.disabled:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline:disabled:focus,
.btn-success-outline:disabled.focus {
  border-color: #a3f0df;
}
.btn-success-outline.disabled:hover,
.btn-success-outline:disabled:hover {
  border-color: #a3f0df;
}
.btn-warning-outline {
  color: #5731E6;
  background-image: none;
  background-color: transparent;
  border-color: #5731E6;
}
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open>.btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #5731E6;
  border-color: #5731E6;
}
.btn-warning-outline:hover {
  color: #fff;
  background-color: #5731E6;
  border-color: #5731E6;
}
.btn-warning-outline.disabled:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline:disabled:focus,
.btn-warning-outline:disabled.focus {
  border-color: #a18cf1;
}
.btn-warning-outline.disabled:hover,
.btn-warning-outline:disabled:hover {
  border-color: #a18cf1;
}
.btn-danger-outline {
  color: #f00;
  background-image: none;
  background-color: transparent;
  border-color: #f00;
}
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open>.btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger-outline.disabled:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline:disabled:focus,
.btn-danger-outline:disabled.focus {
  border-color: #ff6666;
}
.btn-danger-outline.disabled:hover,
.btn-danger-outline:disabled:hover {
  border-color: #ff6666;
}
.btn-link {
  font-weight: normal;
  color: #7B5EE7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #4720d8;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg>.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block+.btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-divider {
  height: 1px;
  margin: 0 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #7B5EE7;
  outline: 0;
}
.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #818a91;
}
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
.open>.dropdown-menu {
  display: block;
}
.open>a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 2;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group>.btn-group {
  float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 0.3em 0.3em;
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical>.btn-group::after {
  content: "";
  display: table;
  clear: both;
}
.btn-group-vertical>.btn-group>.btn {
  float: none;
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #A9A9A9;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0;
}
.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn>.btn {
  position: relative;
}
.input-group-btn>.btn+.btn {
  margin-left: -1px;
}
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
  z-index: 3;
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:last-child>.btn:focus,
.input-group-btn:last-child>.btn:active,
.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:focus,
.input-group-btn:last-child>.btn-group:active,
.input-group-btn:last-child>.btn-group:hover {
  z-index: 3;
}
.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}
.c-input>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-input>input:checked~.c-indicator {
  color: #fff;
  background-color: #0074d9;
}
.c-input>input:focus~.c-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.c-input>input:active~.c-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.c-input+.c-input {
  margin-left: 1rem;
}
.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.c-checkbox .c-indicator {
  border-radius: .25rem;
}
.c-checkbox input:checked~.c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
.c-checkbox input:indeterminate~.c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}
.c-radio .c-indicator {
  border-radius: 50%;
}
.c-radio input:checked~.c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}
.c-inputs-stacked .c-input {
  display: inline;
}
.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}
.c-inputs-stacked .c-input+.c-input {
  margin-left: 0;
}
.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-select:focus {
  border-color: #51a7e8;
  outline: none;
}
.c-select::-ms-expand {
  opacity: 0;
}
.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}
.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
}
.file-custom::after {
  content: "Choose file...";
}
.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: inline-block;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #818a91;
}
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}
.nav-inline .nav-item {
  display: inline-block;
}
.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
  margin-left: 1rem;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item+.nav-item {
  margin-left: .2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0 0 0 0;
}
/* 12-12-2024 */
/* .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}
  /* 12-12-2024 */
/* .nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #A9A9A9;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
} */ 
.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item+.nav-item {
  margin-left: .2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #7B5EE7;
}
.nav-stacked .nav-item {
  display: block;
  float: none;
}
.nav-stacked .nav-item+.nav-item {
  margin-top: .2rem;
  margin-left: 0;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  padding: 0 0;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand>img {
  display: block;
}
.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}
.navbar-divider::before {
  content: "\00a0";
}
.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}
.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}
.navbar-nav .nav-link+.nav-link {
  margin-left: 1rem;
}
.navbar-nav .nav-item+.nav-item {
  margin-left: 1rem;
}
.navbar-light .navbar-brand {
  color: #fff;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: #fff;
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: #fff;
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.card-block {
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link+.card-link {
  margin-left: 1.25rem;
}
.card>.list-group:first-child .list-group-item:first-child {
  border-radius: 0 0 0 0;
}
.card>.list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0 0;
}
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-primary {
  background-color: #7B5EE7;
  border-color: #7B5EE7;
}
.card-success {
  background-color: #4BE2C1;
  border-color: #4BE2C1;
}
.card-info {
  background-color: #F0C2C2;
  border-color: #F0C2C2;
}
.card-warning {
  background-color: #5731E6;
  border-color: #5731E6;
}
.card-danger {
  background-color: #f00;
  border-color: #f00;
}
.card-primary-outline {
  background-color: transparent;
  border-color: #7B5EE7;
}
.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc;
}
.card-info-outline {
  background-color: transparent;
  border-color: #F0C2C2;
}
.card-success-outline {
  background-color: transparent;
  border-color: #4BE2C1;
}
.card-warning-outline {
  background-color: transparent;
  border-color: #5731E6;
}
.card-danger-outline {
  background-color: transparent;
  border-color: #f00;
}
.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote>footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img {
  border-radius: 0.25rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img-top {
  border-radius: 0 0 0 0;
}
.card-img-bottom {
  border-radius: 0 0 0 0;
}
@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card+.card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0;
}
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb>li {
  float: left;
}
.breadcrumb>li+li::before {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #818a91;
  content: "/";
}
.breadcrumb>.active {
  color: #818a91;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.page-item {
  display: inline;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #7B5EE7;
  border-color: #7B5EE7;
}
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #7B5EE7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
  color: #4720d8;
  background-color: #eceeef;
  border-color: #ddd;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
}
.pager::after {
  content: "";
  display: table;
  clear: both;
}
.pager li {
  display: inline;
}
.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eceeef;
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}
.pager .disabled>span {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}
.pager-next>a,
.pager-next>span {
  float: right;
}
.pager-prev>a,
.pager-prev>span {
  float: left;
}
.label {
  font-family: "Space Grotesk";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #181818;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #687077;
}
.label-primary {
  background-color: #7B5EE7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #5732e0;
}
.label-success {
  background-color: #4BE2C1;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #23d7b0;
}
.label-info {
  background-color: #F0C2C2;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #e69999;
}
.label-warning {
  background-color: #5731E6;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #3e19cb;
}
.label-danger {
  background-color: #f00;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #cc0000;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0;
}
@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-hr {
  border-top-color: #d0d5d8;
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert>p,
.alert>ul {
  margin-bottom: 0;
}
.alert>p+p {
  margin-top: 5px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: bold;
}
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 0;
}
.progress[value] {
  color: #0074d9;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0;
}
.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0;
  }
  .progress-bar {
    display: inline-block;
    height: 0;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none;
  }
  .progress[width="100%"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0 0;
}
.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0 0;
}
@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 0 0;
  }
}
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}
@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #4BE2C1;
}
.progress-success[value]::-moz-progress-bar {
  background-color: #4BE2C1;
}
@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #4BE2C1;
  }
}
.progress-info[value]::-webkit-progress-value {
  background-color: #F0C2C2;
}
.progress-info[value]::-moz-progress-bar {
  background-color: #F0C2C2;
}
@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #F0C2C2;
  }
}
.progress-warning[value]::-webkit-progress-value {
  background-color: #5731E6;
}
.progress-warning[value]::-moz-progress-bar {
  background-color: #5731E6;
}
@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #5731E6;
  }
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #f00;
}
.progress-danger[value]::-moz-progress-bar {
  background-color: #f00;
}
@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #f00;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right {
  padding-left: 10px;
}
.media-left {
  padding-right: 10px;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #7B5EE7;
  border-color: #7B5EE7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: white;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}
.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-arrow,
.popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover-arrow {
  border-width: 11px;
}
.popover-arrow::after {
  content: "";
  border-width: 10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner>.carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  line-height: 1;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.carousel-item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner>.carousel-item.next,
  .carousel-inner>.carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner>.carousel-item.prev,
  .carousel-inner>.carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner>.carousel-item.next.left,
  .carousel-inner>.carousel-item.prev.right,
  .carousel-inner>.carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}
.carousel-inner>.active {
  left: 0;
}
.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner>.next {
  left: 100%;
}
.carousel-inner>.prev {
  left: -100%;
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}
.carousel-inner>.active.left {
  left: -100%;
}
.carousel-inner>.active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev::before {
  content: "\2039";
}
.carousel-control .icon-next::before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-xs-left {
  float: left !important;
}
.pull-xs-right {
  float: right !important;
}
.pull-xs-none {
  float: none !important;
}
@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden !important;
}
.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-xs-left {
  text-align: left !important;
}
.text-xs-right {
  text-align: right !important;
}
.text-xs-center {
  text-align: center !important;
}
@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.text-muted {
  color: #818a91;
}
.text-primary {
  color: #7B5EE7 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #5732e0;
}
.text-success {
  color: #4BE2C1 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #23d7b0;
}
.text-info {
  color: #F0C2C2 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #e69999;
}
.text-warning {
  color: #5731E6 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #3e19cb;
}
.text-danger {
  color: #f00 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #cc0000;
}
.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.bg-faded {
  background-color: #f7f7f9;
}
.bg-primary {
  color: #fff !important;
  background-color: #7B5EE7 !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #5732e0;
}
.bg-success {
  color: #fff !important;
  background-color: #4BE2C1 !important;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #23d7b0;
}
.bg-info {
  color: #fff !important;
  background-color: #F0C2C2 !important;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #e69999;
}
.bg-warning {
  color: #fff !important;
  background-color: #5731E6 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #3e19cb;
}
.bg-danger {
  color: #fff !important;
  background-color: #f00 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #cc0000;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-0 {
  margin: 0 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-1 {
  margin: 0 0 !important;
}
.m-t-1 {
  margin-top: 0 !important;
}
.m-r-1 {
  margin-right: 0 !important;
}
.m-b-1 {
  margin-bottom: 0 !important;
}
.m-l-1 {
  margin-left: 0 !important;
}
.m-x-1 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-2 {
  margin: 0 0 !important;
}
.m-t-2 {
  margin-top: 0 !important;
}
.m-r-2 {
  margin-right: 0 !important;
}
.m-b-2 {
  margin-bottom: 0 !important;
}
.m-l-2 {
  margin-left: 0 !important;
}
.m-x-2 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-3 {
  margin: 0 0 !important;
}
.m-t-3 {
  margin-top: 0 !important;
}
.m-r-3 {
  margin-right: 0 !important;
}
.m-b-3 {
  margin-bottom: 0 !important;
}
.m-l-3 {
  margin-left: 0 !important;
}
.m-x-3 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-a-0 {
  padding: 0 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-1 {
  padding: 0 0 !important;
}
.p-t-1 {
  padding-top: 0 !important;
}
.p-r-1 {
  padding-right: 0 !important;
}
.p-b-1 {
  padding-bottom: 0 !important;
}
.p-l-1 {
  padding-left: 0 !important;
}
.p-x-1 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-2 {
  padding: 0 0 !important;
}
.p-t-2 {
  padding-top: 0 !important;
}
.p-r-2 {
  padding-right: 0 !important;
}
.p-b-2 {
  padding-bottom: 0 !important;
}
.p-l-2 {
  padding-left: 0 !important;
}
.p-x-2 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-3 {
  padding: 0 0 !important;
}
.p-t-3 {
  padding-top: 0 !important;
}
.p-r-3 {
  padding-right: 0 !important;
}
.p-b-3 {
  padding-bottom: 0 !important;
}
.p-l-3 {
  padding-left: 0 !important;
}
.p-x-3 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 99999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  padding: 10px;
  padding-bottom: 15px;
  font-family: "Space Grotesk";
  text-align: center;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  text-align: center;
}
.pika-lendar {
  width: 100% !important;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 5px 0;
  padding: 5px 3px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  margin: 5px 0;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #000;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 2px 0;
  width: 100%;
  padding: 4px;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button,
.is-today.is-disabled .pika-button {
  background-color: #A9A9A9;
  color: #000;
}
.is-selected .pika-button {
  color: #000;
  background: #8D85FF !important;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #000;
  background: #8D85FF !important;
  box-shadow: none;
}
/* styling for abbr */
.pika-table th abbr {
  cursor: default;
  border-bottom: none;
}
.pika-table button {
  background: none;
  border: none;
}
/*! Lity - v1.6.6 - 2016-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity-active body {
  overflow: hidden;
}
.lity {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  display: block;
}
.lity.lity-closed {
  display: none;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lity-loader {
  z-index: 99991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 99992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  overflow-y: auto;
  outline: none !important;
}
.lity-content {
  z-index: 99993;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
  background-color: #fff;
  padding: 50px;
}
@media (max-width: 767px) {
  .lity-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
.lity-close {
  display: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  height: 100%;
}
.lity-iframe-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lity-hide {
  display: none;
}
/**
 * from https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'Reglo-Bold';
  src: url("../fonts/Reglo-Bold.otf");
  src: url("../fonts/Reglo-Bold.eot"), url("../fonts/Reglo-Bold.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: 'OpenSansCondensedBold';
  src: url("../fonts/OpenSans-CondBold-webfont.eot");
  src: url("../fonts/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-CondBold-webfont.woff") format("woff"), url("../fonts/OpenSans-CondBold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/312C70_0_0.eot");
  src: url("../fonts/312C70_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/312C70_0_0.woff2") format("woff2"), url("../fonts/312C70_0_0.woff") format("woff"), url("../fonts/312C70_0_0.ttf") format("truetype"), url("../fonts/312C70_0_0.svg#wf") format("svg");
}
.centered {
  width: 100%;
  text-align: center;
}
.fl-right {
  float: right;
}
.full-height {
  min-height: 100vh;
}
.no-overflow-x {
  overflow-x: hidden;
}
.d-inline-block {
  display: inline-block;
}
.d-inline {
  display: inline;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.o-sidebar p {
  color: #181818;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.align-items-end {
  align-items: end;
}
.b-none {
  border-style: none;
}
.v-hidden {
  visibility: hidden;
}
.js-o-0 {
  opacity: 0;
}
.img {
  max-width: 100%;
}
.flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.is-on-top {
  z-index: 99;
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
.show-on-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }
}
.show-on-mobile-inline {
  display: none;
}
@media (max-width: 767px) {
  .show-on-mobile-inline {
    display: inline;
  }
}
@media (max-width: 767px) {
  .s-top-small-only-m {
    margin-top: 10px;
  }
}
.s-all-large {
  margin: 65px;
}
@media (max-width: 767px) {
  .s-all-large {
    margin: 40px;
  }
}
.s-all-medium {
  margin: 50px;
}
@media (max-width: 767px) {
  .s-all-medium {
    margin: 20px;
  }
}
.s-all-small {
  margin: 30px;
}
@media (max-width: 767px) {
  .s-all-small {
    margin: 10px;
  }
}
.s-all-msmall {
  margin: 10px;
}
@media (max-width: 767px) {
  .s-all-msmall {
    margin: 10px;
  }
}
.s-all-xsmall {
  margin: 5px;
}
@media (max-width: 767px) {
  .s-all-xsmall {
    margin: 5px;
  }
}
.s-top-large,
.m-terms-conditions-body h2 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .s-top-large,
  .m-terms-conditions-body h2 {
    margin-top: 40px;
  }
}
.s-top-medium {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .s-top-medium {
    margin-top: 20px;
  }
}
.s-top-small,
.m-terms-conditions-body h3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .s-top-small,
  .m-terms-conditions-body h3 {
    margin-top: 10px;
  }
}
.s-top-msmall {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .s-top-msmall {
    margin-top: 10px;
  }
}
.s-top-xsmall {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .s-top-xsmall {
    margin-top: 5px;
  }
}
.s-right-large {
  margin-right: 65px;
}
@media (max-width: 767px) {
  .s-right-large {
    margin-right: 40px;
  }
}
.s-right-medium {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .s-right-medium {
    margin-right: 20px;
  }
}
.s-right-small,
html[dir="ltr"] .a-coupon-pass-img {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .s-right-small,
  html[dir="ltr"] .a-coupon-pass-img {
    margin-right: 10px;
  }
}
.s-right-msmall {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .s-right-msmall {
    margin-right: 10px;
  }
}
.s-right-xsmall {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .s-right-xsmall {
    margin-right: 5px;
  }
}
.s-bottom-large {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .s-bottom-large {
    margin-bottom: 40px;
  }
}
.s-bottom-medium {
  margin-bottom: 50px;
}
.book_title.s-bottom-medium {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .s-bottom-medium {
    margin-bottom: 20px;
  }
  .book_title.s-bottom-medium {
    margin-bottom: 10px;
  }
}
.book_subtitle {
  text-align: center;
  font-size: 28px;
}
.s-bottom-small,
.pagragraph--s-bottom-small p,
.m-terms-conditions-body h2,
.o-sidebar p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .s-bottom-small,
  .pagragraph--s-bottom-small p,
  .m-terms-conditions-body h2,
  .o-sidebar p {
    margin-bottom: 10px;
  }
  .book_subtitle {
    font-size: 18px;
  }
}
.s-bottom-msmall,
.m-terms-conditions-body h3 {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  gap: 19px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .s-bottom-msmall,
  .m-terms-conditions-body h3 {
    margin-bottom: 10px;
  }
}
.s-bottom-xsmall {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .s-bottom-xsmall {
    margin-bottom: 5px;
  }
}
.s-left-large {
  margin-left: 65px;
}
@media (max-width: 767px) {
  .s-left-large {
    margin-left: 40px;
  }
}
.s-left-medium {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .s-left-medium {
    margin-left: 20px;
  }
}
.s-left-small,
html[dir="rtl"] .a-coupon-pass-img {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .s-left-small,
  html[dir="rtl"] .a-coupon-pass-img {
    margin-left: 10px;
  }
}
.s-left-msmall {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .s-left-msmall {
    margin-left: 10px;
  }
}
.s-left-xsmall {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .s-left-xsmall {
    margin-left: 5px;
  }
}
.s-inner-all-large {
  padding: 65px;
}
@media (max-width: 767px) {
  .s-inner-all-large {
    padding: 40px;
  }
}
.s-inner-all-medium {
  padding: 50px;
}
@media (max-width: 767px) {
  .s-inner-all-medium {
    padding: 20px;
  }
}
.s-inner-all-small {
  padding: 30px;
}
@media (max-width: 767px) {
  .s-inner-all-small {
    padding: 10px;
  }
}
.s-inner-all-msmall {
  padding: 10px;
}
@media (max-width: 767px) {
  .s-inner-all-msmall {
    padding: 10px;
  }
}
.s-inner-all-xsmall {
  padding: 5px;
}
@media (max-width: 767px) {
  .s-inner-all-xsmall {
    padding: 5px;
  }
}
.s-inner-top-large {
  padding-top: 65px;
}
@media (max-width: 767px) {
  .s-inner-top-large {
    padding-top: 40px;
  }
}
.s-inner-top-medium {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .s-inner-top-medium {
    padding-top: 20px;
  }
}
.s-inner-top-small {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .s-inner-top-small {
    padding-top: 10px;
  }
}
.s-inner-top-msmall {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .s-inner-top-msmall {
    padding-top: 10px;
  }
}
.s-inner-top-xsmall {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .s-inner-top-xsmall {
    padding-top: 5px;
  }
}
.s-inner-right-large {
  padding-right: 65px;
}
@media (max-width: 767px) {
  .s-inner-right-large {
    padding-right: 40px;
  }
}
.s-inner-right-medium {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .s-inner-right-medium {
    padding-right: 20px;
  }
}
.s-inner-right-small {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .s-inner-right-small {
    padding-right: 10px;
  }
}
.s-inner-right-msmall {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .s-inner-right-msmall {
    padding-right: 10px;
  }
}
.s-inner-right-xsmall {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .s-inner-right-xsmall {
    padding-right: 5px;
  }
}
.s-inner-bottom-large {
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .s-inner-bottom-large {
    padding-bottom: 40px;
  }
}
.s-inner-bottom-medium {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .s-inner-bottom-medium {
    padding-bottom: 20px;
  }
}
.s-inner-bottom-small {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .s-inner-bottom-small {
    padding-bottom: 10px;
  }
}
.s-inner-bottom-msmall {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .s-inner-bottom-msmall {
    padding-bottom: 10px;
  }
}
.s-inner-bottom-xsmall {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .s-inner-bottom-xsmall {
    padding-bottom: 5px;
  }
}
.s-inner-left-large {
  padding-left: 65px;
}
@media (max-width: 767px) {
  .s-inner-left-large {
    padding-left: 40px;
  }
}
.s-inner-left-medium {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .s-inner-left-medium {
    padding-left: 20px;
  }
}
.s-inner-left-small {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .s-inner-left-small {
    padding-left: 10px;
  }
}
.s-inner-left-msmall {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .s-inner-left-msmall {
    padding-left: 10px;
  }
}
.s-inner-left-xsmall {
  padding-left: 5px;
}
.row {
  /* margin-right: -50px !important;
  margin-left: -50px !important; */
}
.row>[class^="col-"],
.row>[class^=" col-"] {
  /* padding-right: 50px !important;
  padding-left: 50px !important;
  padding-bottom: 50px !important; */
}
.row-msmall {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row-msmall>[class^="col-"],
.row>[class^=" col-"] {
  padding-right: 40px !important;
  padding-left: 5px !important;
}
@media (max-width: 767px) {
  .s-inner-left-xsmall {
    padding-left: 5px;
  }
  .row-msmall>[class^="col-"],
  .row>[class^=" col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Space Grotesk";
  /* text-transform: uppercase; */
}
h1:lang(en),
h1:lang(id),
h2:lang(en),
h2:lang(id),
h3:lang(en),
h3:lang(id),
.h1:lang(en),
.h1:lang(id),
.h2:lang(en),
.h2:lang(id),
.h3:lang(en),
.h3:lang(id) {
  font-family: "Space Grotesk" !important;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 18px;
  }
}
h3,
.h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 18px;
  font-family: "Space Grotesk";
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 13px;
  }
}
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  /*font-size: 16px; */
}
p {
  margin: 0;
  padding: 0;
}
.paragraph {
  max-width: 620px;
}
/* .bgc-gold {
  background-color: #F4FBC5;
} */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
}
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
body {
  font-family: "Space Grotesk";
  color: #252525;
  -webkit-font-smoothing: antialiased;
}
*::-moz-selection {
  background: #FCD1D1;
}
*::selection {
  background: #FCD1D1;
}
a {
  color: #252525;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus,
a:visited {
  color: #252525;
}
p a {
  color: #FF924E;
  text-decoration: underline;
}
.no-underlined-links a,
.m-action-button a,
.o-return-options a,
.o-footer a,
.no-underlined-links a:hover,
.m-action-button a:hover,
.o-return-options a:hover,
.o-footer a:hover,
.no-underlined-links a:visited,
.m-action-button a:visited,
.o-return-options a:visited,
.o-footer a:visited {
  text-decoration: none !important;
}
.btn:focus,
button:focus,
a:focus {
  outline: none;
}
.noShow {
  display: none !important;
}
.showYo {
  display: inherit !important;
}
.btn {
  text-decoration: none !important;
}
@keyframes accordion__open__left__arrow {
  50% {
    transform: rotate(90deg);
    left: 3px;
  }
  100% {
    transform: rotate(135deg);
    left: 0;
  }
}
@keyframes accordion__open__right__arrow {
  50% {
    transform: rotate(-90deg);
    right: 3px;
  }
  100% {
    transform: rotate(-135deg);
    right: 0;
  }
}
@keyframes accordion__close__left__arrow {
  0% {
    transform: rotate(135deg);
    left: 0;
  }
  50% {
    transform: rotate(90deg);
    left: 3px;
  }
}
@keyframes accordion__close__right__arrow {
  0% {
    transform: rotate(-135deg);
    right: 0;
  }
  50% {
    transform: rotate(-90deg);
    right: 3px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  @keyframes ripple {
    0% {
      transform: scale(0.1);
      opacity: 1;
    }
    62% {
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  .ani-ripple-wrap {
    top: 56% !important;
  }
  .o-side-content>div {
    height: 250px !important;
    width: 250px !important;
  }
  .ani-ripple-wrap {
    height: 250px !important;
    width: 250px !important;
  }
}
@media (min-width: 1200px) {
  @keyframes ripple {
    0% {
      transform: scale(0.1);
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
}
.ani-ripple-wrap {
  border-radius: 50%;
  position: absolute;
  /* z-index: 51; */
  z-index: -9999999999999;
  /* Animation change 10-12-2024 */
  /* top: 63%; */
  top: 50%;
  left: 50%;
  /* width: 900px;
  height: 900px; */
  width: 1500px;
  height: 1500px;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.ani-ripple {
  transform: translateZ(0);
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-image: radial-gradient(rgba(75, 226, 193, 0) 0%, #4be2c1 100%); */
  background-image: radial-gradient(rgba(75, 226, 193, 0) 0%, #FFF2E9 100%);
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-ripple-wrap.play .ani-ripple {
  animation: ripple 2s cubic-bezier(0.35, 0.56, 0.41, 0.91);
}
.ani-ripple-wrap.play .ani-ripple--second {
  animation-delay: 0.5s;
  animation-duration: 1.8s;
}
.ani-ripple-wrap.play .ani-ripple--third {
  animation-delay: 1s;
  animation-duration: 1.6s;
}
@keyframes signal-connect {
  0% {
    transform: scale(1);
    background-color: #CB061E;
  }
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
    background-color: #4BE2C1;
  }
}
@keyframes signal-disconnect {
  0% {
    transform: scale(1);
    background-color: #4BE2C1;
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    background-color: #CB061E;
  }
}
.a-button {
  display: block;
  position: relative;
  width: 100%;
  height: 65px;
  font-family: "Space Grotesk";
  font-size: 16px;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  padding: 12px;
  padding-top: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.a-button:lang(en),
.a-button:lang(id) {
  font-family: 'Space Grotesk';
}
a.a-button {
  padding-top: 22px;
  color: #fff;
}
.a-button-back {
  background-size: 8px 13px;
}
html[dir="ltr"] .a-button {
  text-align: left;
  padding-left: 22px;
}
html[dir="ltr"] a.a-button {
  padding-left: 22px;
}
html[dir="ltr"] .a-button-forward {
  background-image: url("../../build/images/icons/arrow-right.png");
  background-position: right 24px center;
  padding-right: 44px;
}
html[dir="ltr"] .a-button-back {
  background-position: left 24px center;
  background-image: url("../../build/images/icons/arrow-left.png");
  padding-left: 44px;
}
html[dir="rtl"] .a-button {
  text-align: right;
  padding-right: 22px;
}
html[dir="rtl"] a.a-button {
  padding-right: 22px;
}
html[dir="rtl"] .a-button-forward {
  background-image: url("../../build/images/icons/arrow-left.png");
  background-position: left 24px center;
  padding-left: 44px;
}
html[dir="rtl"] .a-button-back {
  background-position: right 24px center;
  background-image: url("../../build/images/icons/arrow-right.png");
  padding-right: 44px;
}
.a-input {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 65px;
}
.a-input--date {
  min-width: 280px;
}
.a-input-field {
  position: relative;
  display: block;
  border: none;
  width: 100%;
  padding: 28px 15px 10px 15px;
  background-repeat: no-repeat;
  padding: 16px;
  border-radius: 28px;
  border: 1px solid #181818;
  height: 48px;
}
@media (max-width: 767px) {
  .a-input-field {
    font-size: 16px;
  }
}
.a-input-field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.a-input--disabled,
.a-input-field--disabled {
  background-color: #EAF1BF;
}
.a-input-field--no-interaction {
  pointer-events: none;
}
.a-input-field:focus {
  outline: none;
}
.a-input-label {
  left: -5%;
  display: inline-block;
  color: #181818;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  pointer-events: none;
  top: -65%;
}
@media (max-width: 767px) {
  .a-input-label {
    font-size: 16px;
  }
}
.a-input-label-content {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  color: #181818CC;
  position: relative;
  display: block;
  padding: 20px 15px 0 15px;
  transition: all 0.2s cubic-bezier(0.17, 0.6, 0.44, 0.93);
}
.a-input-field:focus+.a-input-label .a-input-label-content,
.a-input--filled .a-input-label-content {
  /* transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0); */
  /* font-size: 13px; */
}
html[dir="ltr"] .a-input {
  text-align: left;
}
html[dir="ltr"] .a-input-field {
  background-position: right 24px center;
}
html[dir="rtl"] .a-input {
  text-align: right;
}
html[dir="rtl"] .a-input-field {
  background-position: left 24px center;
}
/*
For m error states
*/
.a-input-field.is-valid {
  background-image: url("../../build/images/icons/check.png");
  background-size: 24px 24px;
}
.a-input-field.has-error,
form.validated .a-input-field.invalid.touched {
  background-image: url("../../build/images/icons/cross.png");
  background-size: 10px 10px;
}
.a-input-label.has-error,
.a-input-field.has-error+.a-input-label,
form.validated .a-input-field.invalid.touched+.a-input-label {
  color: #f00;
}
.a-radio {
  width: 100%;
  min-height: 65px;
  overflow: hidden;
  display: block;
  padding: 0;
  position: relative;
  background: #fff url("../../build/images/icons/oval.png") no-repeat;
  background-size: 19px 19px;
  transition: all 0.1s cubic-bezier(0.17, 0.6, 0.44, 0.93);
}
.a-radio:hover {
  background-color: #3BC7A9;
}
.a-radio--checked {
  background-image: url("../../build/images/icons/check.png");
  background-size: 26px 26px;
  background-color: #4BE2C1;
}
.a-radio--checked:hover {
  background-color: #4BE2C1;
}
.a-radio--disabled {
  background-image: url("../../build/images/icons/oval_grey.png");
}
.a-radio--disabled .a-radio-label {
  color: #A9A9A9;
}
.a-radio--disabled:hover {
  background-color: #fff;
}
.a-radio-label {
  width: 100%;
  min-height: 100%;
  cursor: pointer;
  display: block;
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .a-radio-label {
    padding-bottom: 21px;
  }
}
.a-radio-input {
  position: absolute;
  left: -999px;
  visibility: hidden;
}
.a-radio-input.invalid.touched+.a-radio-label {
  background: #fff url("../../build/images/icons/oval_red.png") no-repeat;
  background-image: url("../../build/images/icons/oval_red.png"), url("../../build/images/icons/cross.png");
  background-size: 19px 19px, 10px 10px;
}
.a-radio--has-price .a-radio-input.invalid.touched+.a-radio-label {
  background: #fff url("../../build/images/icons/oval_red.png") no-repeat;
  background-size: 19px 19px;
}
html[dir="ltr"] .a-radio {
  background-position: left 21px center;
}
html[dir="ltr"] .a-radio--checked {
  background-position: left 18px center;
}
html[dir="ltr"] .a-radio-label {
  padding: 20px 15px 18px 58px;
}
html[dir="ltr"] .right {
  float: right;
}
html[dir="ltr"] .a-radio-input.invalid.touched+.a-radio-label {
  background-position: left 21px center, right 24px center;
}
html[dir="rtl"] .a-radio {
  background-position: right 21px center;
}
html[dir="rtl"] .a-radio--checked {
  background-position: right 18px center;
}
html[dir="rtl"] .a-radio-label {
  padding: 20px 58px 18px 15px;
}
html[dir="rtl"] .right {
  float: left;
}
html[dir="rtl"] .a-radio-input.invalid.touched+.a-radio-label {
  background-position: right 21px center, left 24px center;
}
.a-select-currency {
  position: relative;
  overflow: hidden !important;
  white-space: normal;
  text-overflow: ellipsis;
  text-transform: capitalize;
  height: auto;
  padding: 10px 16px;
  display: block;
  border: none;
  min-width: 280px;
  width: 280px;
  background-repeat: no-repeat;
  padding: 16px;
  border-radius: 28px;
  border: 1px solid #181818;
  background: transparent;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.5599 11.9333L17.8666 20.6267C16.8399 21.6533 15.1599 21.6533 14.1333 20.6267L5.43994 11.9333" stroke="%23181818" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 50px 25px;
  background-repeat: no-repeat;
}
html[dir="ltr"] .a-select-currency {
  /*   margin-right: 14px; */
  padding: 10px 16px;
  background-position: right 8px center;
}
@media (max-width: 767px) {
  html[dir="ltr"] .a-select-currency {
    /*     margin-right: 10px; */
  }
  .a-select-currency {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
html[dir="rtl"] .a-select-currency {
  /*   margin-left: 14px; */
  padding: 2px 8px 4px 18px;
  background-position: left 8px center;
}
@media (max-width: 767px) {
  html[dir="ltr"] .a-select-currency {
    /*     margin-right: 10px; */
  }
}
html[dir="rtl"] .a-select-currency {
  /*   margin-left: 14px; */
  padding: 2px 8px 4px 18px;
  background-position: left 8px center;
}
.ie11 .a-select-currency {
  background-image: none;
}
.ie11 html[dir="ltr"] .a-select-currency {
  padding: 2px 8px 4px 8px;
}
.ie11 html[dir="rtl"] .a-select-currency {
  padding: 2px 8px 4px 8px;
}
.a-progress-bar {
  padding: 22px 44px 22px 23px;
  position: relative;
  border: none;
}
.a-progress-bar span {
  z-index: 10;
  display: inline-block;
  position: relative;
}
.a-progress-bar.has-error {
  background-color: #E58E8E;
}
.a-progress-bar-progress {
  position: absolute;
  height: 100%;
  background-color: #4BE2C1;
  width: 0;
  top: 0;
  left: 0;
  z-index: 0;
}
.a-progress-bar-progress--animated {
  animation: progress 2s infinite linear;
}
.a-progress-bar-input-field {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.a-field {
  display: block;
  position: relative;
  width: 100%;
  height: 65px;
  text-align: left;
  font-size: 16px;
  background-size: 8px 16px;
  background-repeat: no-repeat;
  padding: 22px;
  background-color: #EAF1BF;
}
.a-field .right {
  float: right;
}
.a-coupon-pass-img {
  max-width: 192px;
}
html[dir="ltr"] .a-coupon-pass-img {
  float: left;
}
html[dir="rtl"] .a-coupon-pass-img {
  float: right;
}
.a-checkmark {
  background-image: url("../../build/images/icons/check.png");
  background-size: 26px 26px;
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position: left center;
}
.a-dash-list li:before {
  content: '—';
  padding-right: 4px;
}
.a-subheading {
  font-family: "Space Grotesk";
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.a-subheading:lang(en),
.a-subheading:lang(id) {
  font-family: 'Space Grotesk';
}
@media (max-width: 767px) {
  .a-subheading {
    font-size: 15px;
  }
}
.a-action-dot {
  width: 50px;
  height: 50px;
  line-height: 40px;
  background-color: #F4FBC5;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Md", "Helvetica 65 Medium", Helvetica, Arial, sans-serif;
  position: relative;
  transition: all 0.1s ease-in;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .a-action-dot {
    width: 45px;
    height: 45px;
    line-height: 35px;
  }
}
.a-action-dot-faq {
  width: 14px;
  height: 14px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../../build/images/svg/plus.svg");
}
@media (max-width: 767px) {
  .a-action-dot-faq {
    width: 10px;
    height: 10px;
  }
}
.a-action-dot-faq--minus {
  background-image: url("../../build/images/svg/minus.svg");
}
.a-action-dot--white {
  background-color: #fff;
}
.a-action-dot--pink {
  background-color: #FCD1D1;
}
.a-action-dot--purple {
  background-color: #7B5EE7;
}
.a-action-dot--black {
  background-color: #181818;
}
.m-action-button:hover .a-action-dot {
  transform: scale(1.1);
}
html[dir="ltr"] .a-action-dot {
  margin-right: 10px;
}
html[dir="rtl"] .a-action-dot {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .a-delivery-option .Upper_section,
  .a-delivery-option .location-entry {
    padding: 20px !important;
  }
}
@media (max-width: 576px) {
  .a-delivery-option .Upper_section,
  .a-delivery-option .location-entry {
    padding: 20px !important;
    width: 100% !important;
  }
}
.a-device {
  text-align: center;
}
.a-device-wrapper {
  position: absolute;
  height: 100vh;
  min-height: 800px;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
}
.a-device--mobile {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  /* ANimation Changes 10-12-2024 */
  /* display: none; */
  /* height: 100% !important; */
}
.a-device--mini {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
}
.a-device--top {
  position: relative;
  /* z-index: 50; */
  /* 13-11-2024 */
  /* z-index: 9999; */
  z-index: 99;
}
@media (max-width: 767px) {
  .a-device--top {
    display: none;
  }
}
.a-device-object {
  height: 100%;
  width: 10;
  width: 100%;
  object-fit: contain;
}
.a-device-object--top {
  position: absolute;
  top: 0%;
  left: 39%;
  transform: translate(-50%, -50%);
}
.device-hr {
  border-top: 2px solid mediumpurple;
  width: 10%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.a-panel-heading {
  font-family: Space Grotesk;
  /* padding: 0 24px; */
}
@media (max-width: 767px) {
  .a-panel-heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 1170px) {
  .a-panel-heading--first {
    font-size: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .a-panel-heading--first {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .a-panel-heading--first {
    margin-top: 0 !important;
  }
}
@media screen and (max-height: 700px) {
  .a-panel-heading--first {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .a-panel-heading--first {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .m-panel-header--delivery p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.a-datepicker {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 100%;
  /* As per the data the booking has been failed due to not recevied payment */
}
@media (min-width: 768px) {
  .a-datepicker--home {
    top: auto;
    bottom: 100%;
  }
}
.a-book-it-button {
  color: #ffffff !important;
  display: flex;
  font-size: 17.8px;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 50px;
  background-color: #181818;
  border-radius: 35.6px;
  margin: 0px;
  cursor: pointer;
}
.a-book-it-button:lang(en),
.a-book-it-button:lang(id) {
  font-family: "Space Grotesk";
}
/* .a-book-it-button:hover {
  background-color: #5731E6;
  transform: translateY(-16px) rotate(-20deg) scale(1.1);
} */
@media screen and (max-width: 1120px) {
  .a-book-it-button {
    transform: translateY(0);
    margin-top: 5px;
  }
  /* .a-book-it-button:hover {
    transform: translateY(0) rotate(-20deg) scale(1.1);
  } */
}
.a-book-it-button--sticky {
  transform: translateY(200%);
  display: block;
  position: fixed;
  bottom: 30px;
  z-index: 100;
  transition: transform 0.1s ease-in;
  text-decoration: none;
  color: #fff !important;
}
/* .a-book-it-button--sticky:hover {
  text-decoration: none;
  color: #fff;
} */
@media screen and (max-width: 990px) {
  .a-book-it-button--sticky {
    width: 120px !important;
    height: 50px;
    padding-top: 18px;
  }
}
.a-book-it-button--sticky.is-visible {
  display: flex;
  transform: translateY(0);
  color: #fff;
}
@media screen and (max-width: 990px) {
  .a-book-it-button--sticky.is-visible:hover {
    transform: rotate(0) scale(1);
  }
}
html[dir="ltr"] .a-book-it-button--sticky {
  right: 30px;
}
html[dir="rtl"] .a-book-it-button--sticky {
  left: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .a-delivery-option {
    font-size: 10px;
  }
  .a-delivery-option span.a-delivery-option-icon {
    width: 34px;
  }
}
.a-delivery-option-alllocations {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Space Grotesk";
  text-align: right;
  float: right;
  text-decoration: none;
}
@media (max-width: 767px) {
  .a-delivery-option-alllocations {
    text-align: center;
    height: 70px;
    padding: 26px;
    text-decoration: underline;
    float: none;
    margin: 10px auto 0 auto;
    width: 100%;
    max-width: initial;
  }
}
.a-delivery-option-alllocations:before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 100%;
  display: block;
  background: #000;
  right: 0;
}
@media (max-width: 767px) {
  .a-delivery-option-alllocations:before {
    display: none;
  }
}
.a-delivery-option-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.a-delivery-option-icon--airport {
  /* width: 54px;
  height: 39px; */
  width: 82px;
  height: 90px;
  background-image: url("../../build/images/svg/airport.svg");
}
.a-delivery-option-icon--pickup {
  /* width: 47px;
  height: 47px; */
  width: 82px;
  height: 90px;
  background-image: url("../../build/images/svg/pickup.svg");
}
.a-delivery-option-icon--hotel {
  /* width: 45px;
  height: 45px; */
  width: 82px;
  height: 90px;
  background-image: url("../../build/images/svg/hotel.svg");
}
.a-delivery-option-icon--address {
  /* width: 44px;
  height: 42px; */
  width: 82px;
  height: 90px;
  background-image: url("../../build/images/svg/address.svg");
}
.a-delivery-option-icon--mailbox {
  /* width: 50px;
  height: 50px; */
  width: 82px;
  height: 90px;
  background-image: url("../../build/images/svg/mailbox.svg");
}
.a-delivery-option-icon--station {
  /* width: 50px;
  height: 50px; */
  width: 82px;
  height: 90px;
  background-image: url("../../build/images/svg/station.svg");
}
.a-delivery-option-icon--hotelbuilding {
  width: 50px;
  height: 50px;
  background-image: url("../../build/images/svg/hotelpaxgeneva.svg");
}
@media (max-width: 1199px) {
  .a-delivery-option-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .a-delivery-option-title {
    color: #181818;
    font-family: 'Space Grotesk';
    font-size: 1.667vw;
    line-height: 40.83px;
    font-weight: 600;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .a-delivery-option-title {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }
}
html[dir="ltr"] .a-delivery-option {
  padding: 15px 15px 15px 80px;
}
@media (min-width: 1200px) {
  html[dir="ltr"] .a-delivery-option {
    padding: 15px 55px 15px 80px;
  }
}
@media (min-width: 768px) {
  html[dir="ltr"] .a-delivery-option {
    padding: 15px 15px 15px 80px;
    /* width: 350px; */
  }
}
@media (max-width: 991px) {
  html[dir="ltr"] .a-delivery-option {
    padding: 15px 0px 15px 56px;
    /* width: auto; */
  }
}
html[dir="ltr"] .a-delivery-option-icon {
  /* left: 11px; */
}
@media (max-width: 767px) {
  html[dir="ltr"] .a-delivery-option-icon {
    left: 5px;
    /* transform: translateY(-50%) scale(0.5); */
  }
}
html[dir="rtl"] .a-delivery-option {
  padding: 15px 80px 15px 15px;
}
@media (min-width: 1200px) {
  html[dir="rtl"] .a-delivery-option {
    padding: 15px 55px 15px 80px;
  }
}
@media (min-width: 768px) {
  html[dir="rtl"] .a-delivery-option {
    padding: 15px 15px 15px 80px;
    /* width: 350px; */
  }
}
@media (max-width: 991px) {
  html[dir="rtl"] .a-delivery-option {
    padding: 15px 0px 15px 56px;
    width: auto;
  }
}
html[dir="rtl"] .a-delivery-option-icon {
  right: 11px;
  transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 767px) {
  html[dir="rtl"] .a-delivery-option-icon {
    right: 5px;
    transform: translateY(-50%) scale(-0.5, 0.5);
  }
}
html[dir="rtl"] .a-delivery-option-alllocations {
  padding: 15px 80px 15px 15px;
}
@media (max-width: 767px) {
  html[dir="rtl"] .a-delivery-option-alllocations {
    padding-right: 56px;
  }
}
html[dir="rtl"] .a-delivery-option-alllocations:before {
  left: 0;
}
.m-delivery-item--more {
  display: none;
}
.location-entry {
  /* max-width: 256px; */
  font-family: 'Space Grotesk';
  padding: 0px 50px 0px 0px;
}
.a-button-delivery {
  font-family: "Space Grotesk";
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 25px;
  color: #fff !important;
}
.a-button-delivery:lang(en),
.a-button-delivery:lang(id) {
  font-family: 'Space Grotesk';
}
@media (min-width: 768px) and (max-width: 1199px) {
  .a-button-delivery {
    font-size: 12px;
  }
}
html[dir="ltr"] .a-delivery-option {
  position: relative;
}
.locations-dot {
  right: 0;
  /* change this */
  /* transform: translateY(-50%); */
  position: absolute;
  top: 6%;
  display: flex;
  background-color: transparent;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.a-delivery-option-icon {
  top: 40px !important;
}
/* #locations-list,
#booking-list {
  width: 400px;
  max-width: 400px;
} */
@media (max-width: 991px) {
  /* #locations-list,
  #booking-list {
    width: 200px;
    max-width: 200px;
  } */
}
@media (max-width: 767px) {
  #locations-list,
  #booking-list {
    width: 100%;
    max-width: 100%;
  }
  #locations-list .a-action-dot,
  #booking-list .a-action-dot {
    display: inline;
  }
}
.locations-dot-open i {
  transform: rotate(180deg) !important;
}
.locations-dot>i {
  color: #FFFFFF;
  font-size: large;
  transform: rotate(0deg);
  right: 5%;
  top: 22%;
  bottom: auto;
  left: auto;
  background: #181818;
  border-radius: 16px;
  height: 50px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extraDeliveryOptionsContainer {
  max-height: 1500px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.hideButton {
  display: none !important;
}
.hidePickups {
  display: none;
}
.extraDeliveryOptionsContainer.hide {
  max-height: 0;
}
.a-delivery-title {
  position: relative;
}
.a-delivery-title-icon {
  max-height: 58px;
  max-width: 58px;
  margin-right: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .a-delivery-title-icon {
    max-height: 34px;
    max-width: 34px;
  }
}
.a-return-title {
  position: relative;
}
.a-return-title-icon {
  max-height: 58px;
  max-width: 58px;
  margin-right: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .a-return-title-icon {
    max-height: 34px;
    max-width: 34px;
  }
}
/* where do i return it Section Solanki Jay 7/8/24 */
.a-return-option {
  background: #FFE8EA;
  padding: 46px 60px;
  gap: 8px;
  border-radius: 40px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .a-return-option:first-of-type,
  .a-return-option:last-of-type {
    margin: 0 auto;
  }
}
/* @media (max-width: 991px) {
  .a-return-option {
    border-radius: 24px;
    min-height: 50px;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 1em auto 1em auto;
  }
} */
.a-return-option a {
  text-decoration: underline !important;
}
.a-return-option-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.a-return-option-icon--airport {
  width: 54px;
  height: 39px;
  background-image: url("../../build/images/svg/airport.svg");
}
.a-return-option-icon--pickup {
  width: 47px;
  height: 47px;
  background-image: url("../../build/images/svg/pickup.svg");
}
.a-return-option-icon--hotel {
  width: 45px;
  height: 45px;
  background-image: url("../../build/images/svg/hotel.svg");
}
.a-return-option-icon--address {
  width: 44px;
  height: 42px;
  background-image: url("../../build/images/svg/address.svg");
}
.a-return-option-icon--mailbox {
  width: 50px;
  height: 50px;
  background-image: url("../../build/images/svg/mailbox.svg");
}
.a-return-option-icon--hotelbuilding {
  width: 50px;
  height: 50px;
  background-image: url("../../build/images/svg/hotelpaxgeneva.svg");
}
.a-return-option-icon--station {
  width: 50px;
  height: 50px;
  background-image: url("../../build/images/svg/station.svg");
}
.paragraph {
  margin-bottom: 0;
}
.a-hand {
  background-image: url("../../build/images/panel_3/hand.png");
  background-repeat: no-repeat;
  background-size: contain;
  /* width: 465px;
  height: 640px; */
  width: 650px;
  height: 752px;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(0, 0) !important;
  margin-top: -260px;
  margin-left: -160px;
  pointer-events: none;
}
@media (max-width: 767px) {
  #device-hand {
    display: none;
  }
}
.a-connected-device-signal {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
}
.a-connected-device-signal:after {
  content: '';
  background: url("../../build/images/panel_4/signal.svg") no-repeat center center;
  background-size: 43px 45px;
  display: block;
  width: 56px;
  height: 56px;
  transform: rotate(90deg) translateY(-68px);
}
.a-connected-device-signal-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #CB061E;
  border-radius: 50%;
  animation-fill-mode: forwards;
  animation: signal-disconnect 0.4s cubic-bezier(0.3, 0.54, 0.41, 0.91);
}
.a-connected-device-signal-icon svg.cross-path,
.a-connected-device-signal-icon svg.check-path {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.a-connected-device-signal--connected .a-connected-device-signal-icon {
  animation: signal-connect 0.6s cubic-bezier(0.3, 0.54, 0.41, 0.91);
  animation-fill-mode: forwards;
}
.a-connected-device-signal--connected .a-connected-device-signal-icon--desktop {
  animation-delay: 0.4s;
}
.a-connected-device-signal--connected .a-connected-device-signal-icon--iphone {
  animation-delay: 0.9s;
}
.a-connected-device-signal--connected .a-connected-device-signal-icon--ipadpro {
  animation-delay: 0.9s;
}
.a-connected-device-signal--connected .a-connected-device-signal-icon--macbook {
  animation-delay: 1.4s;
}
.a-connected-device-signal--desktop {
  right: 160px;
}
@media (max-width: 767px) {
  .a-connected-device-signal--desktop {
    transform: translate(200%, -50%) scale(0.3);
  }
}
.a-connected-device-signal--macbook {
  /* left: 220px; */
  /* left: 220px; */
  right: 7%;
  top: 46%;
}
@media (max-width: 767px) {
  .a-connected-device-signal--macbook {
    transform: translate(-320%, -50%) scale(0.3);
  }
}
.a-connected-device-signal--macbook:after {
  transform: rotate(270deg) translateY(-68px);
}
.a-connected-device-signal--iphone {
  left: 50%;
  top: 160px;
  transform: translateX(-50%);
}
.a-connected-device-signal--ipadpro {
  right: auto;
  top: 160px;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 767px) {
  .a-connected-device-signal--iphone {
    transform: translate(-50%, -230%) scale(0.3);
  }
  .a-connected-device-signal--ipadpro {
    transform: translate(-50%, -230%) scale(0.3);
  }
}
.a-connected-device-signal--iphone:after {
  transform: rotate(0) translateY(-68px);
}
.a-connected-device-signal--ipadpro:after {
  transform: rotate(0) translateY(-68px);
}
.connect-title.a-panel-bottom-copy {
  width: 300px;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: flex-end;
  font-family: "Space Grotesk";
  padding: 0 0px;
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 769px) {
  .connect-title.a-panel-bottom-copy {
    position: absolute;
    bottom: 10% !important;
  }
}
.a-panel-bottom-copy:first-letter {
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .a-panel-bottom-copy {
    font-size: 13px;
  }
}
.a-panel-bottom-copy--hidden {
  opacity: 0;
}
.a-panel-bottom-copy--fadeIn {
  opacity: 1;
}
html[dir="ltr"] .a-faq-title {
  padding-right: 30px;
}
html[dir="rtl"] .a-faq-title {
  padding-left: 30px;
}
html[dir="ltr"] .a-nobookinglocation-title {
  padding-right: 30px;
}
html[dir="rtl"] .a-nobookinglocation-title {
  padding-left: 30px;
}
.a-accordion-arrow {
  width: 16px;
  position: absolute;
  top: 28px;
}
@media (max-width: 767px) {
  .a-accordion-arrow {
    top: 22px;
  }
}
.m-faq-item.is-open .a-accordion-arrow .a-accordion-arrow-side--left {
  animation: accordion__open__left__arrow .3s ease-in forwards;
}
.m-faq-item.is-open .a-accordion-arrow .a-accordion-arrow-side--right {
  animation: accordion__open__right__arrow .3s ease-in forwards;
}
.m-nobookinglocation-item.is-open .a-accordion-arrow .a-accordion-arrow-side--left {
  animation: accordion__open__left__arrow .3s ease-in forwards;
}
.m-nobookinglocation-item.is-open .a-accordion-arrow .a-accordion-arrow-side--right {
  animation: accordion__open__right__arrow .3s ease-in forwards;
}
.a-accordion-arrow-side {
  border-radius: 25px;
  background: #000;
  padding: 1px;
  width: 10px;
  height: 0;
  display: inline-block;
  position: absolute;
}
.a-accordion-arrow-side--left {
  transform: rotate(45deg);
  left: 0;
  animation: accordion__close__left__arrow .3s ease-in forwards;
}
.a-accordion-arrow-side--right {
  transform: rotate(-45deg);
  right: 0;
  animation: accordion__close__right__arrow .3s ease-in forwards;
}
html[dir="ltr"] .a-accordion-arrow {
  right: 20px;
}
@media (max-width: 767px) {
  html[dir="ltr"] .a-accordion-arrow {
    right: 15px;
  }
}
html[dir="rtl"] .a-accordion-arrow {
  left: 20px;
}
@media (max-width: 767px) {
  html[dir="rtl"] .a-accordion-arrow {
    left: 15px;
  }
}
.a-social {
  line-height: 1.8;
  position: relative;
}
.a-social a {
  text-decoration: none;
}
.a-social a:hover {
  text-decoration: underline;
}
.a-social:before {
  content: '';
  /* background-color: rgba(0, 0, 0, 0.14); */
  width: 28px;
  height: 28px;
  /* border-radius: 50%; */
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
.a-social--facebook:before {
  background-image: url("../../build/images/social/Facebook.svg");
  background-size: 59px 27px;
}
.a-social--instagram:before {
  background-image: url("../../build/images/social/Instagram.svg");
  background-size: 59px 27px;
}
html[dir="ltr"] .a-social {
  padding-left: 40px;
}
html[dir="ltr"] .a-social:before {
  left: 0;
}
html[dir="rtl"] .a-social {
  padding-left: 40px;
}
html[dir="rtl"] .a-social:before {
  left: 0;
}
.a-close-button {
  /* border: 1px solid #111111; */
  width: 50px;
  height: 50px;
  /* border-radius: 50%; */
  position: absolute;
  top: 20px;
  left: 26px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-close-button-handle {
  background-color: #111111;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.2s ease-in;
}
.a-close-button-handle--left {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 25px;
}
.a-close-button--lity {
  position: absolute;
  left: auto;
  right: 20px;
  top: 20px;
}
.a-close-button:hover .a-close-button-handle {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.a-close-button:hover .a-close-button-handle--left {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 25px;
}
.a-alert {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
  text-align: left;
  min-height: 65px;
  padding: 18px 15px 10px 15px;
  background-position: right 24px center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .a-alert {
    font-size: 16px;
  }
}
.a-alert--danger {
  background-image: url("../../build/images/icons/cross.png");
  background-size: 10px 10px;
  color: #f00;
}
.a-footer-logo {
  max-height: 70px;
  padding: 0 15px;
}
.footer-hr {
  display: none;
  border-top: 1px solid black;
  width: 20%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* .a-countries-subheader {
  font-family: 'Space Grotesk';
  line-height: 1.1;
  font-size: 1.3em;
} */
.a-countries-item {
  text-align: center;
  padding: 0.25rem 0;
  box-sizing: border-box;
}
.m-panel--countries-scrollable ul {
  width: 100%;
  -webkit-columns: 6;
  -moz-columns: 6;
  columns: 6;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px;
}
@media screen and (max-width: 1000px) {
  .m-panel--countries-scrollable ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  .m-panel--countries-scrollable ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
#slick-carouselComponent div h3 {
  text-align: center;
  position: relative;
  line-height: 100px;
  display: block;
  background-color: black;
  margin: 10px;
}
#facts-panel .facts-img-container {
  overflow: hidden;
  text-align: center;
}
#facts-panel .facts-img {
  display: inline !important;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 90%;
  max-height: 600px;
}
@media (max-width: 767px) {
  #facts-panel .facts-img {
    max-height: 400px;
  }
}
#facts-panel .facts-img-scroll {
  margin: 0 auto;
}
#facts-panel .facts-vertical-div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#facts-panel .facts-l-action-button {
  padding: 10px;
}
#facts-panel .facts-a-action-dot {
  float: left;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
#facts-panel .facts-a-action-dot:active,
#facts-panel .facts-a-action-dot:hover {
  background-color: #fff;
  color: #7B5EE7;
}
#facts-panel .facts-heading,
#facts-panel .facts-title {
  color: #fff;
}
@media (max-width: 767px) {
  #facts-panel .facts-heading {
    margin-bottom: 20px;
  }
}
#facts-panel .facts-title {
  text-align: center;
}
#facts-panel .facts-hr {
  border-top: 1px solid #fff;
  width: 20%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#facts-panel .facts-links {
  position: absolute;
  top: 150px;
  right: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden;
}
#facts-panel .facts-links li a span {
  margin-top: 8px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #facts-panel .facts-hr,
  #facts-panel .facts-heading,
  #facts-panel .facts-links {
    display: none !important;
  }
}
#facts-panel .facts-links-selected {
  background-color: #fff;
  color: #7B5EE7;
}
#facts-panel .facts-links-unselected {
  background-color: transparent;
  color: #fff;
}
#facts-panel .slick-facts-scroll {
  margin: 0 60px;
}
@media screen and (max-width: 1024px) {
  #facts-panel .slick-facts-scroll {
    margin: 0;
  }
}
#facts-panel .facts-links-hidden {
  display: none !important;
}
/* #facts-panel .slick-facts-scroll:before,
#facts-panel .slick-facts-scroll:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  top: 0;
  height: 100%;
  display: block;
} */
/* #facts-panel .slick-facts-scroll:before {
  left: 0;
  background: linear-gradient(to right, #7b5ee7, rgba(123, 94, 231, 0));
} */
#facts-panel .slick-facts-scroll:after {
  right: 0;
  background: linear-gradient(to left, #7b5ee7, rgba(123, 94, 231, 0));
}
#facts-panel #slick-facts .slick-facts-container {
  max-width: 1170px;
  margin: 0 auto;
}
#facts-panel #slick-facts>.slick-list>.slick-track>.slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
#partners-panel #column-partners {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#partners-panel #column-partners img {
  filter: none;
  transition: all .3s ease;
  max-width: 100%;
  max-height: 63px;
}
#partners-panel #column-partners img:hover {
  filter: grayscale(100%);
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
#partners-panel #column-partners>div {
  display: block;
  height: 90px;
  line-height: 100px;
  text-align: center;
  padding: 25px;
  width: 20%;
}
#partners-panel #column-partners>div a {
  display: flex !important;
}
@media screen and (max-width: 1200px) {
  #partners-panel #column-partners>div {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #partners-panel #column-partners>div {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #partners-panel #column-partners {
    width: 100%;
    /* display: -ms-flexbox; */
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: grid;
    grid-template-columns: 45% 45%;
    row-gap: 10px;
    column-gap: 0px;
    justify-content: space-evenly;
  }
}
/* @media screen and (max-width: 550px) {
  #partners-panel #column-partners>div {
    width: 50%;
  }
} */
.m-summary-list {
  width: 100%;
}
.m-summary-list-entry {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 16px 20px 12px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .m-summary-list-entry {
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
  }
}
.m-summary-list-entry .right {
  float: right;
}
.m-summary-list-entry:before {
  display: none;
}
.m-summary-list-entry:last-child {
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.m-payment-form {
  padding: 22px;
  background-color: #fff;
}
.m-panel-header {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .m-panel-header--first {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 990px) {
  .m-panel-header--book {
    min-height: 175px;
  }
}
@media (max-width: 767px) {
  .m-panel-header--book {
    min-height: 0;
  }
}
.m-panel-header--connect {
  /* width: 550px; */
}
@media screen and (max-width: 900px) {
  .m-panel-header--connect {
    width: calc(100% - 180px * 2);
  }
}
@media (max-width: 767px) {
  .m-panel-header--connect {
    width: auto;
  }
}
.m-panel-header--facts {
  position: relative;
}
.m-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: red !important;
  margin: 16px 0;
  font-family: "Space Grotesk";
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 767px) {
  .m-action-button {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .o-side-content .m-action-button {
    transform: scale(0.8);
    font-size: 16px;
  }
}
.m-specs {
  display: inline-block;
}
.m-specs>li {
  min-height: 58px;
  /* width: 240px; */
  padding: 16px;
  font-family: 'Space Grotesk';
  font-size: 18px;
  list-style: none;
  background-repeat: repeat-x;
  background-position: left top;
}
@media (max-width: 1024px) {
  .m-specs>li {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .m-specs>li {
    font-size: 13px;
    padding: 11px;
    min-height: 36px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .m-specs {
    transform: scale(0.8);
    width: 190px;
  }
}
html[dir="ltr"] .m-specs-wrapper {
  text-align: right;
}
html[dir="ltr"] .m-specs {
  text-align: left;
}
html[dir="rtl"] .m-specs-wrapper {
  text-align: left;
}
html[dir="rtl"] .m-specs {
  text-align: right;
}
.m-inline-select {
  display: none;
  position: absolute;
  top: 18px;
}
.m-inline-select select {
  font-size: 13px;
  padding-top: 5px;
}
html[dir="ltr"] .m-inline-select {
  right: 0;
}
html[dir="rtl"] .m-inline-select {
  left: 0;
}
.m-book-it-input-fields {
  display: -ms-flexbox;
  display: flex;
  /* gap: 24px; */
}
@media (max-width: 1680px) {
  .m-book-it-input-fields {
    gap: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1500px) {
  .m-book-it-input-fields {
    gap: 8px;
  }
  .a-input-field {
    width: 100%;
  }
  .a-select-currency {
    min-width: 188px;
    width: 239px;
    margin-right: 0px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .a-select-currency {
    min-width: 188px;
    width: 195px;
    margin-right: 37px !important;
  }
}
.m-connected-device {
  position: absolute;
  max-height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .m-connected-device {
    visibility: hidden;
  }
}
.m-connected-device--mobile {
  visibility: hidden;
}
@media (max-width: 767px) {
  .m-connected-device--mobile {
    visibility: visible;
  }
}
.m-connected-device--desktop {
  top: 54%;
  /* 23/01/25 */
  /* left: 0%; */ 
  left: 20%;
  transform: translate(-100%, -50%);
  background-image: url("../../build/images/panel_4/desktop.png");
  width: 390px;
  height: 470px;
  background-position: center center;
}
/* 23/01/25 */
/* @media screen and (max-width: 1280px) {
  .m-connected-device--desktop {
    left: -100px;
  }
} */
.m-connected-device--desktop--mobile {
  background-image: url("../../build/images/panel_4/desktop.png");
  height: 133px;
  width: 92px;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.m-connected-device--iphone {
  /* bottom: 0;
  left: 155px; */
  /* 23/01/25 */
  /* bottom: 0%; */
  bottom: 41%;
  left: 24%;
  transform: translate(0%, 100%);
  background-image: url("../../build/images/panel_4/iphone.png");
  width: 218px;
  height: 408px;
}
.m-connected-device--ipadpro {
  /* bottom: 0;
  left: 155px; */
  /* 23/01/25 */
  /* bottom: 0%; */
  bottom: 32%;
  right: 21.5%;
  transform: translate(0%, 100%);
  background-image: url("../../build/images/panel_4/ipadpro.png");
  width: 300px;
  height: 336px;
}
/* Animation Changes 10-12-2024 */
.a-device-object {
  /* height: 480px;
  width: 400px; */
  /* height: 500px; */
  /* height: 483px; 25-9-24*/
  /* width: 415px; */
  /* width: 255px; 25-9-24 */
  /* Animation Chnages 10-12-2024 */
  /* height: 485px;
  width: 215px; */
  height: 1050px;
  width: 100vw;
}
.a-panel-heading--connect {
  font-family: "Space Grotesk";
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}
.m-panel-header--connect.flex-grow {
  position: absolute;
  top: 10%;
}
@media (max-width: 1601px) {
  /* 11-12-2024 */
  /* .mobile_countries{
    height: 420px !important;
    width: 205px !important;
    margin-left: -76px !important;
  } */
  #connect-panel {
    min-height: 40rem !important;
  }
  .a-panel-heading--connect {
    font-size: 40px;
    line-height: 46px;
  }
  .m-panel-header--connect.flex-grow {
    position: absolute;
    top: 2% !important;
  }
  /* START 26-09-2024 */
  .a-device-object {
    /* height: 480px;
    width: 252px; */
    /* Animation Chnages 10-12-2024 */
    /* height: 420px;
    width: 205px; */
  }
  .a-hand {
    width: 630px;
    height: 732px;
    top: 33% !important;
  }
  /* END 26-09-2024 */
  .m-connected-device--desktop {
    top: 50%;
    width: 325px;
    height: 539px;
  }
  .a-connected-device-signal {
    top: 42% !important
  }
  .m-connected-device--macbook {
    top: 50% !important;
    right: 18% !important;
    width: 300px !important;
    height: 302px !important;
  }
  .a-connected-device-signal--macbook {
    right: 19% !important;
  }
  .m-connected-device--iphone {
    /* 23/01/25 */
    /* bottom: 0%; */
    bottom: 39%;
    left: 21% !important;
    width: 190px !important;
    height: 378px !important;
  }
  .m-connected-device--ipadpro {
    /* 23/01/25 */
    /* bottom: 0%; */
    bottom: 32%;
    right: 20% !important;
    width: 283px !important;
    height: 294px !important;
  }
  .a-connected-device-signal--ipadpro {
    top: 135px !important;
  }
}
@media (max-width: 1442px) {
  .a-device-object--top {
    left: 10% !important;
  }
  .hand-animation {
    height: 504px !important;
    width: 119% !important;
  }
  /* 11-12-2024 */
  /* .mobile_countries{
    height: 420px !important;
    width: 205px !important;
    margin-left: -60px !important;
  } */
  /* START 26-09-2024 */
  .a-device-object {
    /*  height: 440px;
    width: 210px; */
    /* Animation changes 10-12-2024 */
    /* height: 420px;
    width: 205px; */
  }
  .a-hand {
    /* width: 445px;
    height: 565px; */
    width: 630px;
    height: 732px;
    top: 35% !important;
  }
  /* END 26-09-2024 */
  #connect-panel {
    min-height: 36rem !important;
  }
  .m-connected-device--desktop {
    top: 58% !important;
    width: 320px !important;
    height: 435px !important;
  }
  .m-connected-device--macbook {
    top: 53% !important;
    width: 290px !important;
    height: 350px !important;
  }
  .m-connected-device--iphone {
    /* 23/01/25 */
    /* bottom: 0%; */
    bottom: 38%;
    left: 23% !important;
    width: 167px !important;
    height: 310px !important;
  }
  .m-connected-device--ipadpro {
    /* 23/01/25 */
    /* bottom: 0%; */
    bottom: 32%;
    right: 21% !important;
    width: 245px !important;
    height: 275px !important;
  }
}
@media (max-width: 1368px) {
  /* 11-12-2024 */
  /* .mobile_countries {
    height: 385px !important;
    width: 180px !important;
    margin-left: -60px !important;
  } */
  .a-device-object {
    /* Animation changes 10-12-2024 */
    height: 100% !important;
    width: 455px !important;
    /* height: 400px;
    width: 200px; */
  }
  .a-hand {
    /* 26-09-2024 */
    /* width: 420px;
    height: 565px; */
    width: 560px;
    height: 690px;
    /* width: 610px;
    height: 712px; */
    top: 31%;
  }
  .hand-animation {
    height: 414px !important;
    width: 115% !important;
  }
  .a-device-object--top {
    left: 0% !important;
  }
  /* Animation changes 10-12-2024 */
  .ani-ripple-wrap {
    left: 50% !important;
  }
  #connect-panel {
    min-height: 35rem !important;
  }
  .m-connected-device--desktop {
    top: 48%;
    width: 325px !important;
    height: 405px !important;
  }
  .m-connected-device--iphone {
    /* 23/01/25 */
    /* bottom: 0%; */
    bottom: 35%;
    left: 25% !important;
    width: 170px !important;
    height: 300px !important;
  }
  .m-connected-device--ipadpro {
    right: 21% !important;
    /* 23/01/25 */
    /* bottom: 0%; */
    bottom: 32% !important;
    width: 245px !important;
    height: 260px !important;
  }
  .a-connected-device-signal--ipadpro {
    top: 110px !important;
  }
  .m-connected-device--macbook {
    width: 288px !important;
    height: 310px !important;
  }
}
@media (max-width: 1290px) {
  /* 11-12-2024 */
  /* .mobile_countries {
    width: 234px !important;
    height: 379px !important;
    margin-left: -60px !important;
  } */
  .a-device-object {
    /* Animation changes 10-12-2024 */
    /* width: 185px;
    height: 305px; */
    /* height: 320px;
    width: 176px; */
  }
  .a-hand{
    /* width: 480px;
    height: 660px; */
    width: 450px;
    height: 690px;
    top: 27% !important;
  }
}
@media (max-width: 1200px) {
  .o-panel--book {
    height: 100% !important;
  }
  .ani-ripple-wrap {
    height: 750px !important;
    width: 750px !important;
  }
  .ani-ripple-wrap {
    left: 50% !important;
  }
  .a-device-object {
    height: 350px !important;
    width: 252px !important;
  }
  .hand-animation {
    height: 421px !important;
    width: 119% !important;
  }
  .a-device-object--top {
    left: 5% !important;
  }
  #connect-panel {
    min-height: 35rem !important;
  }
  .m-connected-device--desktop {
    top: 48% !important;
    /* 23/01/25 */
    left: 24% !important;
    width: 334px !important;
    height: 405px !important;
  }
  .m-connected-device--iphone {
    /* 23/01/25 */
    /* bottom: 0%; */
    bottom: 26% !important;
    left: 24% !important;
    width: 130px !important;
    height: 209px !important;
  }
  .m-connected-device--ipadpro {
    right: 17% !important;
    /* 23/01/25 */
    /* bottom: 0% !important; */
    bottom: 27% !important;
    width: 200px !important;
    height: 215px !important;
  }
  .a-connected-device-signal--ipadpro {
    top: 95px !important;
  }
  .m-connected-device--macbook {
    top: 48% !important;
    /* 23/01/25 */
    right: 23% !important;
    width: 275px !important;
    height: 292px !important;
  }
  /* .a-device-object {
    height: 734px !important;
    width: 546px !important;
  } */
  .a-device--mini {
    top: 35% !important;
  }
  .a-device--mobile {
    display: none !important;
  }
  /* 26-09-2024 */
  .banner_left {
    width: 47% !important;
  }
  /* 26-09-2024 */
  .a-device-object,
  .a-device-object--top {
    height: 435px !important;
    width: 184px !important;
  }
  .a-hand {
    /* 26-09-2024 */
    /* width: 420px;
    height: 565px; */
    width: 528px;
    height: 669px;
    top: 30%;
  }
  .col-md-7.col-12.mainreturnsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-md-7.col-12.mainwheredoigetitsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-lg-7.col-md.col-12.countriessection.get_heading_title_main_section.d-flex.align-items-center {
    margin-left: -1.5%
  }
  html[dir="ltr"] .a-select-currency {
    margin-right: 0px !important;
  }
}
@media (max-width: 1199px) {
  .a-device--mobile,
  .a-device-object {
    display: none;
  }
}
@media (max-width: 1024px) {
  .a-device-object {
    /* Animation changes 10-12-2024 */
    /* height: 480px;
    width: 252px; */
  }
  .a-device-object {
    height: 734px !important;
    width: 546px !important;
  }
  .a-device--mini {
    top: 35% !important;
  }
  .a-device--mobile,
  .a-device-object {
    display: none;
  }
  .a-device--mobile {
    display: block !important;
  }
  .mobile_countries {
    /* 11-12-2024 */
    height: 410px !important;
    /* width: 500px !important; */
    width: fit-content !important;
    object-fit: contain;
    margin-top: 0px !important;
  }
  /* 26-09-2024 */
  .o-book-it-form {
    margin-bottom: 10px !important;
  }
  .a-delivery-option span.a-delivery-option-icon {
    width: 50px;
  }
  .a-connected-device-signal-icon,
  .a-connected-device-signal:after {
    height: 45px;
    width: 45px;
  }
  .col-md-7.col-12.mainreturnsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-md-7.col-12.mainwheredoigetitsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-lg-7.col-md.col-12.countriessection.get_heading_title_main_section.d-flex.align-items-center {
    margin-left: inherit !important;
  }
  .banner_left {
    margin-top: 0px !important;
  }
  #connect-panel {
    min-height: 35rem !important;
  }
  .ani-ripple-wrap {
    height: 750px !important;
    width: 750px !important;
  }
  .ani-ripple-wrap {
    left: 50% !important;
    top: 50.5% !important;
  }
  .a-connected-device-signal--ipadpro {
    top: 90px !important;
  }
  .m-connected-device--desktop {
    top: 45% !important;
    /* 23/01/25 */
    left: 25% !important;
    width: 352px !important;
    height: 344px !important;
  }
  .m-connected-device--macbook {
    /* 23/01/25 */
    top: 45% !important;
    right: 24% !important;
    width: 246px !important;
    height: 253px !important;
  }
  .m-connected-device--iphone {
    left: 24% !important;
    background-image: url(../../build/images/panel_4/Responsive_iphone.png) !important;
    /* 23/01/25 */
    /* bottom: -6% !important; */
    bottom: 34% !important;
    width: 129px !important;
    height: 362px !important;
  }
  .m-connected-device--ipadpro {
    background-image: url(../../build/images/panel_4/Responsive_ipadpro.png) !important;
    right: 15% !important;
    /* 23/01/25 */
    /* bottom: 0% !important; */
    bottom: 25% !important;
    width: 213px !important;
    height: 231px !important;
  }
  .a-connected-device-signal--ipadpro {
    left: 42% !important;
  }
  .inner_sec {
    padding-left: 20px !important;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .o-panel--connect {
    min-height: 50rem;
  }
  .a-device--mobile {
    display: block !important;
  }
  #connect-panel {
    /* 12-12-2024 */
    /* min-height: 65rem !important; */
    min-height: 45rem !important;
  }
  .m-panel-header--connect {
    width: 100% !important;
  }
  .a-device--mini {
    /* top: 25% !important; */
    /* 12-12-2024 */
    top: 48% !important;
  }
  .a-device-object {
    height: 934px !important;
    width: 546px !important;
  }
  /* 11-12-2024 */
  /* .mobile_countries {
    height: 550px !important;
    width: 446px !important;
    object-fit: contain !important;
  } */
  .get_heading_title_main_section {
    margin-top: 0px !important;
  }
  .ani-ripple-wrap {
    height: 750px !important;
    width: 750px !important;
  }
  .ani-ripple-wrap {
    left: 50% !important;
  }
  .connect_heading {
    font-size: 2.5rem;
  }
  .connect_desc {
    width: 30%;
    font-size: 1.2rem;
    align-self: center;
  }
  .o-panel--return {
    padding: 80px 0px;
  }
  .m-connected-device--macbook {
    height: 249px;
  }
  .a-connected-device-signal--macbook {
    left: auto;
    right: 8%;
  }
  .a-connected-device-signal--desktop {
    left: 38%;
  }
  .a-connected-device-signal--iphone {
    top: 130px;
  }
  .a-connected-device-signal--iphone {
    left: 55% !important;
  }
  .m-connected-device--desktop {
    top: 39% !important;
    left: 33% !important;
    width: 363px !important;
    height: 344px !important;
  }
  .m-connected-device--iphone {
    left: 12% !important;
    background-image: url(../../build/images/panel_4/Responsive_iphone.png) !important;
    bottom: 30% !important;
    width: 129px !important;
    height: 362px !important;
  }
  .m-connected-device--ipadpro {
    background-image: url(../../build/images/panel_4/Responsive_ipadpro.png) !important;
    right: 6% !important;
    bottom: 21% !important;
    width: 213px !important;
    height: 231px !important;
  }
  .m-connected-device--macbook {
    top: 39% !important;
    right: 26% !important;
  }
  .a-connected-device-signal--ipadpro {
    left: 42% !important;
  }
  .a-device.a-device--top.flex-grow .scrollmagic-pin-spacer #top-device .ani-ripple-wrap {
    display: none !important;
  }
  .a-panel-heading--connect {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .a-panel-heading--connect {
    font-size: 29px;
  }
}
@media screen and (max-width: 575px) {
  #connect-panel {
    min-height: 50rem !important;
  }
  .ani-ripple-wrap {
    top: 50% !important;
  }
  .a-device--mini {
    /* 12-11-2024 */
    /* top: 36% !important; */
    top: 50% !important;
  }
  .a-device--mobile {
    display: block !important;
  }
  .ani-ripple-wrap {
    height: 900px !important;
    width: 750px !important;
    left: 50% !important;
  }
  .connect_desc {
    padding-left: 0;
    padding-right: 0;
    width: 34%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
  .m-panel-header.m-panel-header--connect {
    margin: 0px !important;
  }
  .m-connected-device--iphone--mobile {
    width: 63px;
    bottom: 22%;
    /* 12-11-2024 */
    /* bottom: 2%; */
    left: 7%;
    right: auto;
    background-image: url(../../build/images/panel_4/Responsive_iphone.png) !important;
  }
  .m-connected-device--ipadpro--mobile {
    width: 63px;
    bottom: 2%;
    left: auto;
    right: 5%;
    background-image: url(../../build/images/panel_4/Responsive_ipadpro.png) !important;
  }
  .connect-title.a-panel-bottom-copy {
    bottom: 20px !important;
    position: absolute;
  }
  .a-device-object {
    /* width: 357px !important;
    height: 750px !important; */
    /* 12-11-2024 */
    width: 230px !important;
    height: 450px !important;
  }
  .m-connected-device--desktop--mobile {
    background-image: url(../../build/images/panel_4/Responsive_Desktop.png) !important;
    /* height: 192px; */
    height: 156px;
    /* width: 50%; */
    width: 51%;
    top: 41%;
    /* left: -22%; */
    /* 23/01/25 */
    /* left: -17%; */
    left: 36%;
    background-size: 100% 100%;
  }
  .a-connected-device-signal--iphone {
    left: 52% !important;
    top: 109% !important;
  }
  .connect_heading {
    padding: 30px 32px 0px 32px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
  }
  .a-connected-device-signal--desktop {
    right: 132px;
    top: 40%;
    left: auto;
  }
  .m-connected-device--macbook--mobile {
    background-image: url(../../build/images/panel_4/Responsive_Laptop.png) !important;
    /* top: 69% !important; */
    top: 43% !important;
    width: 168px !important;
    height: 296px !important;
    /* right: 0% !important; */
    /* 23/01/25 */
    /* right: -13% !important; */
    right: 34% !important;
  }
  .a-connected-device-signal--ipadpro {
    top: 146px !important;
    left: 45% !important;
  }
  .m-connected-device--ipadpro--mobile {
    width: 100px !important;
    bottom: 24% !important;
    right: 1% !important;
  }
  .a-connected-device-signal {
    top: 48% !important;
  }
  .a-connected-device-signal--macbook {
    left: 219px;
  }
  .o-panel--connect {
    min-height: 45rem;
  }
  .a-connected-device-signal--ipadpro {
    top: 146px !important;
    left: 46% !important;
  }
}
@media screen and (max-width: 850px) {
  .m-connected-device--iphone {
    left: 12% !important;
    width: 175px !important;
    height: 402px !important;
    bottom: 30% !important;
  }
  .m-connected-device--ipadpro {
    right: 6% !important;
    width: 213px !important;
    height: 231px !important;
    bottom: 21% !important;
  }
}
@media screen and (max-width: 1280px) {
  .m-connected-device--iphone {
    left: 55px;
  }
  .m-connected-device--ipadpro {
    right: 55px;
  }
}
.m-connected-device--iphone--mobile {
  background-image: url("../../build/images/panel_4/iphone.png");
  width: 59px;
  height: 120px;
  bottom: 80px;
  left: auto;
  right: 16%;
}
.m-connected-device--ipadpro--mobile {
  background-image: url("../../build/images/panel_4/ipadpro.png");
  width: 59px;
  height: 120px;
  bottom: 80px;
  right: auto;
  left: 16%;
}
@media screen and (max-width: 500px) {
  .m-connected-device--iphone--mobile {
    right: 10%;
  }
  .m-connected-device--ipadpro--mobile {
    left: 10%;
  }
}
.m-connected-device--macbook {
  top: 50%;
  /* 23/01/25 */
  /* right: 0%; */
  right: 20%;
  transform: translate(100%, -50%);
  background-image: url("../../build/images/panel_4/macbook.png");
  background-position: center center;
  width: 390px;
  height: 590px;
}
.m-connected-device--macbook--mobile {
  top: 36%;
  right: 0;
  transform: translate(100%, -50%);
  background-image: url("../../build/images/panel_4/macbook.png");
  background-position: right center;
  width: 85px;
  height: 130px;
}
.m-nobookinglocation-item {
  background-color: #fff;
  padding: 20px 16px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #EEEEEE;
}
@media (max-width: 767px) {
  .m-nobookinglocation-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .m-nobookinglocation-item {
    font-size: 13px;
  }
}
.m-nobookinglocation-item .a-accordion-arrow-side.a-accordion-arrow-side--right {
  left: 6px !important;
}
.m-nobookinglocation-entry h4 {
  margin: 1rem 0;
  padding-top: 30px;
}
.m-nobookinglocation-entry address {
  line-height: 1.6em;
  float: left;
  width: 100%;
  min-width: 338px;
}
@media (max-width: 767px) {
  .m-nobookinglocation-entry address {
    float: none;
    width: 100%;
  }
}
.m-nobookinglocation-entry address a {
  text-decoration: underline;
}
.m-nobookinglocation-entry aside {
  float: right;
  width: 100%;
  min-width: 338px;
}
@media (max-width: 767px) {
  .m-nobookinglocation-entry aside {
    float: none;
    width: 100%;
  }
}
.m-nobookinglocation-item p {
  max-width: 620px;
}
.m-nobookinglocation-item--text {
  background: none;
  padding: 0 16px;
  font-family: "Space Grotesk";
  cursor: default;
}
.m-nobookinglocation-item--more {
  display: none;
}
.m-header-nav {
  height: 22px;
  font-size: 13px;
  position: relative;
  /* font-family: "HelveticaNeueLTStd-Md", "Helvetica 65 Medium", Helvetica, Arial, sans-serif;  */
  width: 100%;
  text-align: right;
  padding: 0;
}
.m-header-nav a {
  text-decoration: none;
  /*   margin: 0 10px; */
}
.header-nav-links a:hover {
  color: #FF808C !important;
  fill: #FF808C !important;
}
/* .header-nav-links a svg {
  color: black !important;
  fill: currentColor !important;
}
.header-nav-links a:hover,.header-nav-links a:hover svg {
  color: #FF808C !important;
  fill: #FF808C !important; 
} */
@media (max-width: 767px) {
  .m-header-nav a {
/* 	  12-12-2024 */
/*     margin: 0 10px !important; */
margin:0px;
  }
}
.m-header-nav a.a-logo-wrapper {
  float: left;
  /*   width: 102px; */
  /* height: 40px; */
  margin: 0;
}
@media (max-width: 767px) {
  .m-header-nav {
    top: 0;
    position: relative;
    padding: 0;
    text-align: center;
    margin-top: 0 !important;
  }
}
@media screen and (max-height: 700px) {}
.m-header-nav-booking {
  margin-top: 35px;
}
.m-header-nav-booking a.a-logo-wrapper {
  margin-left: 57px;
}
.m-header-nav-booking #language-open {
  margin-right: 62px;
}
.m-language-switch {
  position: relative;
  padding-right: 14px;
}
.m-language-switch-triangle {
  width: 7px;
  height: 4px;
  top: 6px;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../build/images/svg/triangle.svg");
}
/* .m-language-switch-language-link {
  text-decoration: none;
  font-size: 18px;
  margin: 20px 0px;
} */
.m-creditcards img {
  height: 20px;
}
.m-device-select.v-select .open-indicator {
  display: none;
}
.m-device-select.v-select .dropdown-toggle {
  border: none;
  background-color: #fff;
  min-height: 65px;
  padding: 18px 15px 10px 15px;
}
.m-device-select.v-select .dropdown-toggle::after {
  border: none;
}
.m-device-select.v-select .selected-tag {
  background: none;
  border: none;
  margin: 0;
}
.m-device-select.v-select .dropdown-menu {
  border: none;
  padding: 0 5px 5px 5px;
}
.m-device-select.v-select .dropdown-menu li {
  padding: 5px 10px;
}
.m-device-select.v-select .dropdown-menu li.active {
  background-color: #F4FBC5;
}
.m-device-select.v-select .dropdown-menu li:hover,
.m-device-select.v-select .dropdown-menu li.highlight {
  background-color: #F4FBC5;
}
.m-device-select.v-select .dropdown-menu a {
  text-decoration: none;
  background: none;
  display: block;
}
.m-device-select.v-select.has-error ::-webkit-input-placeholder {
  color: #f00;
}
.m-device-select.v-select.has-error :-moz-placeholder {
  /* Firefox 18- */
  color: #f00;
}
.m-device-select.v-select.has-error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #f00;
}
.m-device-select.v-select.has-error :-ms-input-placeholder {
  color: #f00;
}
.nav-special-scroll {
  display: none;
}
.nav-special {
  /**
			Purple Country Selection Tabs
			Switzerland, Europe, Global
	**/
  /*
			Self Resizing Navigation
	*/
}
.nav-special .underline {
  border-bottom: 1px solid #000;
  width: 100%;
  display: block;
}
.nav-special .nav-link {
  text-decoration: none;
  border-style: none;
}
.nav-special .active-tab {
  border-bottom-style: solid;
  border-bottom-color: #705eac;
  border-bottom-width: 4px;
}
.nav-special .active-tab a {
  color: #705eac;
}
.nav-special .nav-tabs .nav-item+.nav-item {
  margin-left: 0;
}
.nav-special .nav.nav-tabs.justify-content-center {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.nav-special .navbar {
  display: none;
  color: #fff;
  background: #6859a2;
}
.nav-special .nav-tabs {
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
}
.nav-special .nav-tabs li {
  display: inline-block;
}
@media screen and (max-height: 700px) {
  .nav-special .nav-tabs {
    margin-top: 15px;
  }
}
.nav-special .justify-content-center {
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.nav-special .nav-item {
  display: -ms-flexbox;
  display: flex;
}
.nav-special .nav-tabs li {
  float: left;
}
@media (min-width: 767px) {
  .nav-special .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }
  .nav-special .top-nav-collapse {
    padding: 0;
  }
}
.nav-special .navbar .collapse {
  font-family: "Space Grotesk";
  display: -ms-flexbox;
  display: flex;
}
.nav-special .navbar .collapse:lang(en),
.nav-special .navbar .collapse:lang(id) {
  font-family: 'Space Grotesk';
}
.nav-special .navbar .collapse a {
  font-family: "Space Grotesk";
  color: #fff;
}
.nav-special .navbar .collapse a:lang(en),
.nav-special .navbar .collapse a:lang(id) {
  font-family: 'Space Grotesk';
}
.nav-special .navbar .collapse ul li a {
  font-family: "Space Grotesk";
  color: #fff;
}
.nav-special .navbar .collapse ul li a:lang(en),
.nav-special .navbar .collapse ul li a:lang(id) {
  font-family: 'Space Grotesk';
}
.nav-special .navbar .collapse ul li a:hover {
  font-family: "Space Grotesk";
  color: #fff;
}
.nav-special .navbar .collapse ul li a:hover:lang(en),
.nav-special .navbar .collapse ul li a:hover:lang(id) {
  font-family: 'Space Grotesk';
}
.nav-special .active-tab-left,
.nav-special .active-tab-right {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 3px;
}
.nav-special .navbar-toggleable-md {
  -moz-box-align: center;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.nav-special .navbar-toggleable-md>.container {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.nav-special .contianer {
  width: 960px;
}
.nav-special .container {
  position: relative;
}
.nav-special .justify-content-end {
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.nav-special .navbar-toggleable-md .navbar-collapse {
  display: -ms-flexbox !important;
  display: none !important;
  width: 100%;
}
.nav-special .navbar {
  display: -ms-flexbox;
  display: none !important;
}
@media screen and (max-width: 991px) {
  .nav-special #navbarJump {
    margin-bottom: 10px;
  }
  .nav-special .navbar-toggleable-md>.container {
    display: block;
  }
  .nav-special #navbarNavCountry {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .nav-special #navbarJump {
    margin-bottom: 10px;
  }
  .nav-special .navbar-toggleable-md>.container {
    display: block;
  }
  .nav-special #navbarNavCountry {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
  }
}
/* @media screen and (max-width: 991px) {
  #primary-nav-container {
    max-width: 100%;
    margin: 0 auto;
  }
} */
@media screen and (max-width: 991px) {
  #navbarNavCountry {
    float: left;
    width: auto;
    border-style: none !important;
  }
}
@media screen and (max-width: 580px) {
  #navbarNavCountry {
    width: 100%;
  }
  #navbarNavCountry .navbar-nav {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  #navbarJump {
    float: left;
    width: auto;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 580px) {
  #navbarJump {
    width: 100%;
  }
  #navbarJump .navbar-nav {
    margin: 0 auto;
  }
}
.o-header {
  height: 60px;
}
@media (max-width: 767px) {
  .o-header {
    padding: 10px;
  }
}
@media screen and (max-height: 688px) {
  .o-panel {
    min-height: 620px;
  }
}
@media (max-width: 767px) {
  .o-panel {
    min-height: 0;
    height: inherit;
    max-height: inherit;
  }
}
.o-panel--first {
  /* 11-12-2024 */
  /* min-height: 90vh; */
  position: relative;
}
@media screen and (max-height: 888px) {
  .o-panel--first {
    min-height: 820px;
  }
}
@media (max-width: 767px) {
  .o-panel--first {
    min-height: 0;
    height: inherit;
  }
}
.o-panel--first .flex-grow {
  -ms-flex-preferred-size: 100%;
  flex-basis: 25%;
  flex-grow: inherit !important;
}
.o-panel-background--first {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.o-panel--book {
  padding: 120px 0px;
  background: #FFF2E9;
  font-family: 'Space Grotesk';
}
@media (max-width: 767px) {
  .o-panel--first .flex-grow {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .o-panel--book {
    min-height: 100%;
    padding: 80px 0px;
    background: #FFF2E9;
    font-family: 'Space Grotesk';
    /* margin-bottom: 60px; */
  }
  .country_header svg {
    margin-top: 0px !important;
  }
  .country_header .countries_desc {
    margin-bottom: 0px !important;
  }
  .o-panel_inner-title .book_title {
    font-family: 'Space Grotesk';
    font-size: 48px;
    font-weight: 700;
    line-height: 55.2px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .o-panel--book {
    /* Animation changes 10-12-2024 */
    /* min-height: 720px !important; */
  }
}
@media (min-width: 1300px) {
  .o-panel--book {
    /* Animation changes 10-12-2024 */
    /* min-height: 720px !important; */
  }
}
@media (min-width: 1368px) {
  .o-panel--book {
    /* Animation changes 10-12-2024 */
    /* min-height: 100vh !important; */
  }
}
@media (min-width: 768px) {
  .o-panel--book {
    /* min-height: 100vh; */
    min-height: 75vh;
    padding: 100px 0px;
    /* margin-bottom: 120px; */
    display: flex;
  }
  .o-panel_inner-title {
    flex-grow: 1;
  }
  .o-panel_inner-title .book_title {
    font-family: 'Space Grotesk' !important;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
  }
}
@media screen and (max-height: 1000px) and (max-height: 688px) {
  .o-panel--book {
    min-height: 688px;
  }
}
.o-panel__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 90px 0px;
  gap: 65px;
  border-radius: 44px;
  opacity: 0px;
  background: #FFFFFF;
}
.book_title {
  font-family: 'Space Grotesk';
  font-size: 48px;
  font-weight: 600;
  line-height: 55.2px;
  display: block;
  /*   text-transform: lowercase; */
}
.book_title:first-letter {
  /*   text-transform: uppercase; */
}
@media screen and (min-width: 768px) {
  .o-panel__inner {
    padding: 73px 0px !important;
  }
}
/* 28-11-2024 991 to 1025*/
@media screen and (max-width: 1025px) {
  .m-book-it-input-fields {
    display: grid;
    grid-template-columns: 48% 48%;
    row-gap: 21%;
  }
  .a-select-currency {
    width: 100%;
  }
  #book-it-button {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .o-panel__inner {
    width: unset !important;
    margin: 80px 18px !important;
    padding: 32px 16px !important;
  }
  .m-book-it-input-fields {
    display: flex;
    flex-direction: column;
    /* grid-template-columns: auto;
    width: -webkit-fill-available; */
    row-gap: 32px;
  }
  .book_title {
    padding: 6px;
    text-align: left;
    font-size: 29px !important;
    font-weight: 700;
    line-height: 38.4px !important;
    letter-spacing: 0.01em;
  }
  .o-panel--book {
    padding: 1px;
  }
  .a-book-it-button {
    width: -webkit-fill-available;
  }
}
@media (max-width: 767px) {
  .o-panel--countries {
    min-height: 0;
    height: inherit;
  }
}
.o-panel--testimonials {
  background: #EAF1BF;
  min-height: 90vh;
  z-index: 99;
}
@media screen and (max-height: 688px) {
  .o-panel--testimonials {
    min-height: 688px;
  }
}
@media (max-width: 767px) {
  .o-panel--testimonials {
    min-height: 0;
    height: inherit;
  }
}
.o-panel--return,
.o-panel--review {
  background: #FFFFFF;
  height: auto;
  max-height: none !important;
  padding: 60px 0px;
}
.o-panel--connect {
  /* background: #FCD1D1; */
  /* background: radial-gradient(73.1% 146.98% at 26.9% 86.77%, #FF7621 0%, #7066FF 51.5%, #2C72FF 100%); */
  /* Client Feedback Update Background 08-10-2024 */
  /* background: linear-gradient(360deg, #FB4E4D 0%, #A05EC2 34.27%, #7066FF 67.07%); */
  /* Client Feedback Update Background 09-10-2024 */
  background: linear-gradient(0deg, #E94A47 0%, #8F5CA3 50%, #6559A3 100%);
  /* position: relative; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .o-panel--connect {
    min-height: 460px;
  }
  .o-panel--return {
    padding: 80px 0px;
  }
}
@media (max-width:768px) {
  .o-panel--return {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .o-panel--facts {
    min-height: 0;
  }
}
.o-panel--partners {
  padding: 60px 0px;
  background: #fff;
  min-height: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .o-panel--partners {
    min-height: 0;
  }
}
@media screen and (max-width: 1200px) {
  .delivery-panel {
    background: #fff;
  }
}
.o-side-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #review-panel {
    padding-left: 0.78rem;
    padding-right: 0.78rem;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .o-side-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-side-content>div {
    width: 240px;
    margin: 0 auto;
  }
}
/* Responsive Blog Design CSS start 05-12-2024 */
#instablog {
  /* max-width: 1000px; */
  padding-bottom: 4em;
  margin: 0 auto;
}
/* #instablog a {
  text-decoration: underline;
  color: #7b5ee7;
} */
#instablog a:hover {
  text-decoration: none;
}
#instablog a.read-more {
  color: black !important;
  text-decoration: none !important;
  display: block;
  font-size: .9em;
  margin-top: 15px;
}
#instablog h1,
#instablog .h1 {
  color: black;
}
#instablog h2 a {
  font-size: 1.3rem;
  color: black;
  text-decoration: none;
}
#instablog h2 a:hover {
  text-decoration: none;
}
#instablog .back-button {
  display: inline-block;
  border: 1px solid #666;
  border-radius: 20px;
  padding: 0 1em;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #666;
  text-decoration: none;
  font-weight: 700;
}
#instablog .blog-image {
  overflow: hidden;
}
#instablog .excerpt {
  font-size: .9em;
}
#instablog .excerpt a {
  color: #6859A2;
}
.excerpt {
  margin-bottom: 24px;
}
#instablog .feature-blog {
  background: #FFF2E9;
  position: relative;
  margin-bottom: 100px;
}
#instablog .feature-blog .blog-image {
  /* height: 100%; */
  width: 100%;
  height: auto;
}
.inner_feature_blog {
  display: flex;
  justify-content: space-between;
}
.feature-content .excerpt p {
  font-family: "Space Grotesk";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #181818;
}
.excerpt p {
  margin: 1rem 0rem 2.5rem 0rem;
}
.read_more {
  padding-bottom: 15px;
}
.read_more a {
  background-color: #181818;
  padding: 16px 27px;
  color: white !important;
  outline: none;
  border-radius: 1000px;
  border: none;
  text-decoration: none !important;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-weight: 700;
  line-height: 20.7px;
  text-align: left;
}
@media (max-width: 767px) {
  .read_more a {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .read_more {
    padding-bottom: 5px !important;
  }
  .blog_box {
    padding: 30px 16px;
  }
  .excerpt p {
    /* -webkit-line-clamp: 500 !important; */
  }
}
.blog_box {
  padding: 30px 32px;
}
.blog_box p {
  /* height: 100px; */
}
.feature-blog {
  padding: 16px;
}
@media (max-width: 991px) {
  #instablog article h1 {
    /* min-height: 5.7rem !important; */
  }
  .blog_box p {
    /* height: 9rem; */
  }
}
@media (max-width: 1400px) {
  .blog_box p {
    /* min-height: 10rem; */
  }
}
.blogs article {
  padding: 10px;
}
.inner_blogs {
  border: 1px solid #ECECEC;
  border-radius: 48px;
}
@media (max-width: 1750px) {
  #instablog .feature-blog .blog-image {
    /* height: 100%; */
    /* width: 30rem; */
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1240px) {
  #instablog .feature-blog .blog-image {
    /* height: 24rem; */
    /* width: 24rem; */
    width: 100%;
    height: auto;
  }
  #instablog .feature-blog .feature-content {
    /* padding: 0px 4rem !important; */
  }
}
@media (max-width: 991px) {
  .inner_feature_blog {
    flex-direction: column;
  }
  #instablog .feature-blog .feature-content {
  }
  #instablog .feature-blog .blog-image {
    /* width: 22rem; */
    width: 100%;
    height: auto;
    margin-top: 50px;
    /* height: 100%; */
  }
  #instablog .feature-blog .feature-content {
    padding-left:1rem !important;
  }
}
@media (max-width: 768px) {
  #instablog .feature-blog .blog-image {
    margin-right: 0;
    /* height: 100%; */
	  width: 100%;
    height: auto;
  }
  .label {
    font-size: 16px;
    line-height: 24px;
  }
  .feature-content .excerpt p {
    font-size: 18px;
    line-height: 30px;
  }
}
#instablog .feature-blog .feature-content {
  height: 300px;
}
#instablog .feature-blog .feature-content .excerpt {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  #instablog .feature-blog .feature-content {
    margin-top: 15px;
  }
}
#instablog article {
  margin-bottom: 3em;
  min-height: 555px;
}
#instablog article .blog-image {
  height: 290px;
  position: relative;
}
@media (max-width: 767px) {
  #instablog article {
    padding: 0px !important;
    margin-bottom: 20px;
  }
  #instablog article .blog-image {
    height: 223px;
    position: relative;
  }
}
#instablog article:hover .blog-image:before {
  opacity: 1;
}
#instablog article h1 {
  margin-top: 24px;
  /* min-height: 3.7rem; */
  font-family: "Space Grotesk";
  font-size: 24px;
  font-weight: 700;
  line-height: 30.62px;
  text-align: left;
  color: #181818;
}
#instablog article h1 a {
  text-decoration: none !important;
}
#instablog article .inner_blogs h1 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none !important;
}
.blogs article .label {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.32px;
  text-align: left;
  color: #181818;
}
@media (max-width: 767px) {
  #instablog article h1 {
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: 700;
    line-height: 25.52px;
    text-align: left;
    /* min-height: 4.5rem; */
  }
  #instablog article h1 {
    margin-top: 15px;
  }
}
#instablog.single header img.blog-image {
  width: 100%;
  height: auto;
}
#instablog.single .content-wrapper {
  margin-top: 3em;
}
#instablog.single .content-wrapper h1,
#instablog.single .content-wrapper .h1 {
  margin-bottom: 1em;
}
#instablog.single .content-wrapper .sidebar h4 {
  margin-bottom: 5px;
}
#instablog.single .content-wrapper .sidebar .follow-share img {
  height: 30px;
}
#instablog.single .content-wrapper .sidebar .author {
  margin-top: 25px;
}
#instablog.single .content-wrapper .sidebar .tags {
  margin-top: 25px;
}
#instablog.single .content-wrapper .sidebar .tags a {
  text-decoration: none;
}
#instablog.single .content-wrapper .sidebar .tag {
  font-size: .8em;
}
#instablog.single .content-wrapper .content p {
  margin-bottom: 15px;
/* 	3/05/2025 */
/*  padding: initial; */
}
/* 	3/05/2025 */
/* #instablog.single .content-wrapper .content ul {
  margin: initial;
  padding: 4px 0 4px 16px;
} */
#instablog.single .content-wrapper .content li {
  margin: initial;
  padding-left: 4px;
  list-style: initial;
}
#instablog.single .content-wrapper .content table,
#instablog.single .content-wrapper .content td,
#instablog.single .content-wrapper .content th {
  border: .5px solid lightgrey;
}
#instablog.single .content-wrapper .content td,
#instablog.single .content-wrapper .content th {
  padding: 20px;
}
#instablog.single .content-wrapper .content img,
#instablog.single .content-wrapper .content iframe {
  max-width: 100% !important;
}
#instablog.single .content-wrapper .content img {
  display: block;
  margin: auto;
}
#instablog.single .content-wrapper .content img.alignleft {
  float: left !important;
  margin: 1em 2em 1em 0 !important;
}
#instablog.single .content-wrapper .content img.aligncenter {
  display: block;
}
#instablog.single .content-wrapper .content img.alignright {
  float: right !important;
  margin: 1em 0 1em 2em !important;
}
#instablog.single .content-wrapper .discus {
  margin-top: 4em;
  margin-bottom: 4em;
  padding-top: 4em;
  padding-bottom: 4em;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
/* Responsive Blog Design CSS end */
/* Blog Detail Page CSS START 05/12/2024 */
#instablog{
	color: #181818;
}
.feature_blog_image{
	width: 90%;
}
#instablog .tag{
	display: inline-block;
	color: #181818;
	border-radius: 20px;
	padding: 0 1em;
	margin-bottom: 10px;
	margin-right: 5px;
	background:#FFCAA9;
	text-decoration: none;
}
#instablog .tags-container .tag{
	background:transparent;
	border:1px solid #181818;
	color:#181818;
	margin-top:10px;
	margin-right:8px;
	padding:4px 15px;
}
.blog-added-date{
	color:#181818;
	margin-top:1rem;
  font-size: 20px;
  line-height: 24px;
}
.blog-detail-title{
  font-size: 48px !important;
  line-height: 60px !important;
	margin: 1rem 0px;
  min-height: 0 !important;
}
.blog-image-container{
	width: 100%;
	/* height:25vw; */
	overflow: hidden;
	border-radius: 50px;
	margin-top: 3rem;
  text-align: center;
}
.blog-image-container img {
	object-fit: cover;
	width: 50%;
  /* border-radius: 50px; */
}
.tags-container{
	padding:2rem;
	background:#FFF5EF;
	border:1px solid #FFBB91;
	border-radius:50px;
	margin-top: 1rem;
}
.tags-title,.category-title{
	font-family: Space Grotesk;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #181818;
}
#instablog .back-button{
	background:#181818 !important;
	color:#ffffff;
	padding: 16px 41px;
	border-radius:50px;
	margin-top: 2rem;
}
.blog-content-container .content{
	padding-right: 6rem;
}
.blog-content-container .content p {
	text-align: justify;
}
.top-blog-categories {
  margin-top: 1rem;
}
#relatedposts {
  margin-top: 2rem;
}
@media screen and (max-width: 1440px){
	#instablog {
		margin: 6em auto 0 auto;
	}
	.blog-detail-title {
		font-size: 44px !important;
    line-height: 50px !important;
	}
}
@media screen and (max-width: 1366px){
	.blog-detail-title {
		font-size: 44px !important;
    line-height: 50px !important;
	}
	.blog-image-container {
		margin-top: 2rem;
	}
	.blog-content-container .content {
		padding-right: 4rem;	
	}
}
@media screen and (max-width: 991px){
	.blog-detail-title{
		font-size:40px;
		line-height:48px;
	}
	.blog-image-container{
		/* height:50vw; */
	}
	.blog-image-container img{
    width: 60%;
		/* height: 100%; */
	}
	.blog-content-container .content{
		padding-right: 2rem;
	}
	.top-blog-categories{
		display: none;
	}
}
@media screen and (max-width: 767px){
  .feature_blog_image{
    width: 100%;
  }
  #instablog .feature-blog .feature-content {
    padding-left: 0.5rem !important;
  }
  .inner_feature_blog.blog_details {
    margin: 20px 0px;
  }
}
@media screen and (max-width: 575px){
	.blog-content-container{
		display:flex;
		flex-direction:column-reverse;
	}
	.tags-container{
		width:100%;
		padding:1rem;
		border-radius:25px;
	}
	.blog-content-container .content{
		width:100%;
		font-size: 18px;
		padding-right: 0;
	}
	.blog-image-container{
		border-radius:40px;
		/* height:59vw; */
	}
	.blog-detail-title{
		font-size:36px;
		line-height:44px;
	}
	#instablog .tags-container .tag{
		margin-top:0.5rem;
		margin-bottom:0.2rem;
		padding:4px 14px;
	}
	.blog-aside-categories{
		margin-top:15px;
	} 
	.blog-image-container img{
    width: 100%;
		/* height:100%; */
		/* border-radius: 40px; */
	}
	#instablog .tag{
		font-family: Space Grotesk;
		font-size: 14px;
		font-weight: 500;
		line-height: 28px;
		padding:5px 14px;
	}
	.blog-added-date{
		font-family: Space Grotesk;
		font-size: 14px;
		font-weight: 400;
		line-height: 17.78px;
	}
	.tags-title, .category-title{
		font-family: Space Grotesk;
		font-size: 20px;
		font-weight: 700;
		line-height: 28px;
	}
	.blog-content-container .content{
		order:1;
	}
}
/* Blog Detail Page CSS END */
.o-book-it-form {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .o-book-it-form {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 990px) {
  .o-book-it-form {
    margin-top: -5px;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .o-book-it-form {
    margin-bottom: 20px;
  }
}
.o-delivery-options {
  /* padding: 24px 0px; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  z-index: 75;
}
@media screen and (min-width: 1500px) {}
@media (max-width: 767px) {
  .o-delivery-options {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: inherit;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
  }
}
.o-delivery-options h2 {
  font-size: 20px;
  margin-bottom: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .o-delivery-options h2 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.o-delivery-options--left {
  transform-origin: 0 50%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .o-delivery-options--left {
    transform: scale(0.85);
  }
}
.o-delivery-options--right {
  transform-origin: 150% 50%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .o-delivery-options--right {
    transform: scale(0.85);
  }
}
.delivery_information {
  display: block;
  background: #fdfdfd;
  padding: 1rem;
  font-size: 0.875rem;
}
.small-delivery-option {
  font-size: small;
  display: block;
}
.delivery_information-internal {
  padding-top: 1.5em;
}
.o-return-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  margin: 0 auto;
  z-index: 55;
}
@media screen and (min-width: 1500px) {
  .o-return-options {
    /* max-width: 1200px; */
  }
}
@media screen and (min-width: 1500px) {
  .o-return-options {
    /* max-width: 1200px; */
  }
}
@media (max-width: 767px) {
  .o-return-options {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
  }
}
.o-return-options ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media (min-width: 991px) {
  #questions-panel {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .o-return-options ul {
    display: block;
  }
}
.o-nobookinglocation {
  width: 100%;
  margin: 0 auto;
  max-width: 940px;
}
.o-sidebar {
  /* width: 340px;
  height: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  right: -340px;
  z-index: 100;
  background-color: #390AAC;
  padding: 135px 65px;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Md", "Helvetica 65 Medium", Helvetica, Arial, sans-serif;
  transition: right 0.2s ease-out;
  direction: ltr; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 1px solid #FFE8EA;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  width: 606px;
  height: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  right: -606px;
  z-index: 99999;
  background-color: #ffffff;
  padding: 100px 70px 0px 70px;
  color: #fff;
  font-family: "Space Grotesk";
  transition: right 0.2s ease-out;
  direction: ltr;
}
.o-sidebar a {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  line-height: 20px;
}
.contact_us_subheading a {
  font-size: 32px;
  font-weight: 600;
  line-height: 40.32px;
  text-decoration: none;
}
body.o-sidebar.is-open {
  height: 100vh;
  overflow-y: hidden;
}
.o-sidebar.is-open {
  right: 0;
}
.t-product-page {
  overflow: hidden;
}
.t-product-page-container {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
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 {
  width: 100% !important;
  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-list.draggable {
  padding: 0px !important;
}
.slick-track {
  display: flex !important;
  height: 100% !important;
  position: relative;
  left: 0;
  top: 0;
}
.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;
  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: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.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("./../images/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 {
  bottom: 0px;
  position: absolute;
  display: block;
  height: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 24px 26px;
  border: 1px solid #181818;
  border-radius: 25px;
  display: flex !important;
  justify-content: center;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #181818;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  color: #ffffff;
}
.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: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\27F5";
  font-size: 32px;
}
[dir="rtl"] .slick-prev:before {
  content: "\27F5";
  font-size: 32px;
}
[dir="rtl"] .slick-next {
  right: auto;
}
.slick-next:before {
  content: "\27F6";
  font-size: 32px;
}
[dir="rtl"] .slick-next:before {
  content: "\27F6";
  font-size: 32px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: flex;
  position: absolute;
  /* bottom: -25px; */
  bottom: 31px;
  left: 0rem;
  right: auto;
  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 18px;
  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;
  color: #FF808C;
}
.slick-dots li button:before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 25px;
  height: 25px;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  /* opacity: 0.25; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #FF808C;
  opacity: 1;
}
.slick-prev {
  right: 7rem;
}
.slick-next {
  right: 0rem;
}
/*
    VueSelect overrides
*/
.v-select li a {
  text-decoration: none !important;
  display: block !important;
  padding-left: 15px !important;
}
.v-select li.highlight a {
  background-color: #705EAC !important;
  color: white !important;
}
.v-select li.active a {
  background-color: #705EAC !important;
  color: white !important;
}
.v-select .open-indicator {
  display: none !important;
}
.v-select .dropdown-toggle {
  border: none !important;
  min-height: 30px;
}
.v-select .dropdown-toggle::after {
  border: none !important;
}
.v-select .selected-tag {
  border: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.v-select input[type="search"] {
  position: absolute !important;
  left: 15px !important;
  top: 30px !important;
}
/*# sourceMappingURL=main.css.map */
/* Custom CSS by vandan */
/* font css */
/* Updated Fonts New UI 06/08/2024 */
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/Space_Grotesk/SpaceGrotesk-Bold.woff2') format('woff2'),
    url('../fonts/Space_Grotesk/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/Space_Grotesk/SpaceGrotesk-SemiBold.woff2') format('woff2'),
    url('../fonts/Space_Grotesk/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/Space_Grotesk/SpaceGrotesk-Medium.woff2') format('woff2'),
    url('../fonts/Space_Grotesk/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/Space_Grotesk/SpaceGrotesk-Regular.woff2') format('woff2'),
    url('../fonts/Space_Grotesk/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/Space_Grotesk/SpaceGrotesk-Light.woff2') format('woff2'),
    url('../fonts/Space_Grotesk/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Header CSS */
.main_nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.top_nav {
  width: 100%;
  background-color: #111111;
}
.top_nav_container {
  /* gap: 1.5%; */
  display: flex;
  padding-bottom: 0px !important;
}
.nav_tabs a {
  width: 100%;
  /* height: 47px; */
/* 	12-12-2024 */
/*   padding: 14px; */
  padding: 10px;
  opacity: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* NEW UPDATED JAY SOLANKI 06/08/2024 */
  font-family: 'Space Grotesk';
  font-size: 14px;
  gap: 5px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  text-decoration: none !important;
}
@media (max-width: 321px) {
  .nav_tabs a {
    padding: 7px !important;
  }
}
.nav_tabs.active-tab-right a {
  color: #000;
  /* background-color: #f9f9f9; */
  background-color: #FFFFFF;
}
.nav_tabs img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
}
.nav_tabs:hover a,
.nav_tabs:focus a {
  color: #000;
  background-color: #ffffff;
}
.nav_tabs.active-tab-right #nav-link-g svg path,
.nav_tabs.active-tab-right:hover #nav-link-g svg path,
.nav_tabs:hover #nav-link-g svg path {
/* 	12-12-2024 */
/*   stroke: #000000; */
}
.nav_tabs .active-tab-right:hover a svg path,
.nav_tabs .active-tab-right:focus a svg path,
.nav_tabs .active-tab-right:active a svg path {
  stroke: #000 !important;
  fill: red !important;
}
.m-header-nav {
  font-family: 'Space Grotesk';
  /* 	12-12-2024 */
  /*   height: 80px; */
    height: 71px;
    /* background-color: #F9F9F9; */
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}
.navcontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* 12-12-2024 */
/* .header-logo,
.header-nav-links,
.header-book-it {
  display: flex;
  align-items: center;
  width: 33%;
} */
.header-nav-links {
  /*   flex-grow: 1; */
  /*   justify-content: center; */
  min-width: fit-content;
  gap: 24px;
}
.header-logo {
  justify-content: center;
}
.header-book-it {
  justify-content: end;
}
.header-nav-links a,
.m-language-switch {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
.book-it-button {
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.7px;
  text-align: left;
  background-color: #181818;
  border-radius: 35.6px;
  padding: 16px 41px;
}
.close-button,
.mobile_menu_text,
.mobile_menu,
.mobile_menu_link {
  display: none;
}
.toggle-menu {
  background-color: transparent;
  display: none;
  border: none;
}
/* Responsive styles */
@media (max-width: 1024px) {
  .header-nav-links,
  .header-book-it {
    display: none;
  }
  .mobile_menu_link {
    display: block;
  }
  .m-header-nav.active .header-nav-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 50;
    gap: 16px;
    font-size: 32px;
  }
  .m-header-nav.active .close-button {
    display: block;
    z-index: 50;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 20px;
  }
  .m-header-nav.active .s-left-small {
    display: none;
  }
  .m-header-nav.active .mobile_menu_text {
    display: block;
    position: relative;
    z-index: 50;
  }
  .m-header-nav.active .mobile_menu_text p {
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 2%;
    width: 100% !important;
  }
  .header-nav-links a,
  .book-it-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 32px;
  }
  .m-header-nav.active .header-nav-links a:hover {
    color: #FF808C;
  }
  .header-nav-links a:hover {
    text-decoration: none;
  }
  .mobile_menu {
    display: flex;
    align-items: center;
  }
  .toggle-menu {
    display: block;
    cursor: pointer;
    font-size: 24px;
  }
  .header-logo {
    justify-content: unset;
  }
}
.social_box {
  display: flex;
  gap: 25px;
}
/* Banner Section CSS */
.country_banner.homepage {
  /* margin-top: 94px; */
  /* background: rgba(141, 133, 255, 1); */
  /* background: radial-gradient(73.1% 146.98% at 26.9% 86.77%, #FF7621 0%, #7066FF 51.5%, #2C72FF 100%); */
  /* background: radial-gradient(92.1% 146.98% at 27.9% 86.77%, #FF7621 0%, #7066FF 51.5%, #2C72FF 100%); */
  /* Client Feedback Update Background 08-10-2024 */
  /* background: linear-gradient(360deg, #FB4E4D 0%, #A05EC2 34.27%, #7066FF 67.07%); */
  /* Client Feedback Update Background 09-10-2024 */
  background: linear-gradient(0deg, #E94A47 0%, #8F5CA3 50%, #6559A3 100%);
  height: 100%;
  color: #181818;
}
.country_banner {
  height: 100%;
/* 	12-12-2024 */
margin-top: 70px;
  /* OLD Background */
  /* background: linear-gradient(97.67deg, #F9CE8D -10.15%, #B0B0FF 46.04%, #ADC8FF 96.87%); */
  /* background: radial-gradient(73.1% 146.98% at 26.9% 86.77%, #FF7621 0%, #7066FF 51.5%, #2C72FF 100%); */
  /* Client Feedback Update Background 08-10-2024 */
  /* background: linear-gradient(360deg, #FB4E4D 0%, #A05EC2 34.27%, #7066FF 67.07%); */
  /* Client Feedback Update Background 09-10-2024 */
  background: linear-gradient(0deg, #E94A47 0%, #8F5CA3 50%, #6559A3 100%);
}
.banner_content {
  font-family: 'Space Grotesk', sans-serif;
  display: flex !important;
  align-items: center;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
/* 	12-12-2024 */
/*   height: 90vh; */
  height: 93vh;
}
.mobile_countries {
  /* margin-top: 140px; */
  /* margin-left: -20px; */
  /* 11-11-2024 */
  /* margin-left: -70px;
  width: 23rem; */
  /* display: none; */
  /* Animation Changes 10-12-2024 */
  /* margin-top: 140px; */
  margin-left: -70px;
  transition: opacity 0.1s ease-in-out, height 0.1s linear 0.1s;
  /* 11-12-2024 */
  /* width: 23rem; */
}
.static_hand_mobile_countries {
  transition: opacity 0.1s ease-in-out, height 0.1s linear 0.1s;
}
.mobile {
  margin-left: -20px;
  width: 25rem;
  /* width: -webkit-fill-available; */
}
@media (max-width: 1199px) {
  .banner_left {
    /* margin-top: 120px !important; */
  }
}
@media (min-width: 1199px) {
  .banner_left {
    /* margin-top: -120px ; */
  }
  .banner_right {
    margin-top: -35px;
  }
  .a-device-object--top {
    margin-top: 35px;
  }
}
.banner_left {
  /* margin-top: -45px; */
  /* width: 45%; */
  /* 11-12-2024 */
  display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner_middle {
  /* width: 35%; */
  display: flex;
  /* 11-12-2024 */
  /* align-items: center; */
  align-items: end;
}
.banner_right {
  /* width: 10%; */
  display: flex;
  align-items: center;
  justify-content: end;
}
.banner_left_subtitle {
  margin: 15px 0px !important;
  width: 70%;
}
.banner_left_desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.48px;
  text-align: left;
  margin: 10px 0px !important;
  width: 65%;
}
.banner_list {
  display: flex !important;
  align-items: center;
  gap: 5px;
  width: max-content;
  font-family: 'Space Grotesk';
}
.banner_list p,
.country_banner.homepage p {
  margin: 0px;
}
.banner_list span {
  width: 200px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 10px;
}
.banner_list p {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 400;
  line-height: 17.78px;
  text-align: left;
  color: #FFFFFF;
}
.main_banner_row {
  display: flex;
  /* 11-12-2024 */
	height: 100%;
}
@media (max-width: 769px) {
  .main_banner_row {
    flex-direction: column;
  }
  .banner_list span {
    width: auto !important;
  }
  .banner_content {
    height: 100% !important;
  }
}
@media (max-width: 1024px) {
  .main_banner_row {
    flex-direction: column;
  }
  .banner_middle {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .main_banner_row {
    flex-direction: column;
  }
  .banner_middle {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .banner_list span {
    border-bottom: 0px solid red;
  }
}
@media (min-width: 992px) {
  .banner_list p {
    font-family: 'Space Grotesk';
    font-size: 16x;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
  }
}
.banner_list h5 {
  font-family: 'Space Grotesk';
  font-size: 20px !important;
/* 	12-12-2024 */
/*   font-weight: 700; */
  font-weight: normal;
  line-height: 25.4px;
  text-align: left;
  color: #FFFFFF;
}
.banner_icon {
  height: fit-content;
}
@media only screen and (max-width:1440px) {
  .banner_left {
    width: 49%;
  }
  .mobile {
    width: 20rem;
  }
  .banner_middle {
    width: 31%;
  }
}
@media only screen and (max-width:1024px) {
  .banner_right ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    /* 11-12-2024 */
    /* grid-gap: 20px; */
  }
  .o-panel--first .flex-grow {
    width: 100% !important;
  }
  .banner_content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px !important;
    height: 100%;
  }
  .banner_middle {
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }
  .banner_left {
    order: 1;
    width: 100%;
  }
  .banner_middle {
    order: 3;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .banner_right {
    width: 100%;
    order: 2;
    justify-content: flex-start;
  }
  .mobile_countries {
    /* object-fit: contain;
    object-position: right bottom;
    right: 0;
    display: flex;
    justify-content: flex-end;
    margin-right: -9%;
    margin-top: -2%; */
  }
  .mobile {
    object-fit: contain;
    object-position: right bottom;
    right: 0;
    display: flex;
    justify-content: flex-end;
    margin-right: 0%;
    margin-top: -3%;
  }
  .banner_left_desc {
    margin: 24px 0px;
    width: 100%;
  }
  /* FOOTER SECTION */
  .footer_languagemenu {
    margin-top: 12px !important;
  }
  .country_header {
    min-height: 350px !important;
    height: 350px !important;
    margin-bottom: 0px !important;
  }
  .o-panel--book {
    min-height: 100% !important;
  }
  .o-panel--countries {
    padding: 40px 0px 0px 0px !important;
  }
  /* .h1.a-panel-heading.a-panel-heading--delivery.country_title {
    vertical-align: middle;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    background-size: 100% auto !important;
  } */
}
@media (max-width:991px) {
  .country_header {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width:768px) {
  .mobile_countries {
    margin-top: 0px;
    /* 11-12-2024 */
    /* margin-right: -6%; */
  }
  .banner_list p {
    font-size: 14.84px;
    font-weight: 400;
    line-height: 17.06px;
    text-align: left;
  }
  .banner_left_subtitle {
    width: 90%;
  }
  /* 	12-12-2024 */
	.m-header-nav a{
		padding:10px;
	}

}
@media only screen and (max-width:576px) {
  .mobile_countries {
    margin-right: -9%;
    margin-top: -15%;
    width: 100%;
    max-width: 245px;
  }
  .mobile {
    margin-top: -15%;
    margin-right: -7%;
  }
  .top_nav {
    padding: 0;
  }
  .top_nav_container {
    gap: 0px;
    padding-top: 0px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    display: flex;
    grid-template-columns: auto auto auto;
  }
  .nav_tabs {
    /* width: 100%; */
    font-size: 16px;
    line-height: 18px;
    gap: 4px;
    /*     padding: 10px 10px 0px 10px; */
    display: flex;
    /* 	justify-content:center;   */
  }
  .banner_left {
    padding-top: 0px;
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .m-header-nav a svg {
    height: 20px;
    width: 20px;
  }
  .m-header-nav a {
    display: flex;
    justify-content: center;
/* 	12-12-2024 */
/*  padding-right: 0px; */
    align-items: center;
/* 	 12-12-2024 */
    font-family: "Space Grotesk";
/*  font-size: 32px; */
    font-size: 14px;
    font-weight: 600;
/* 	12-12-2024 */
/*  line-height: 36.8px; */
	line-height:16.1px;
    text-align: center;
    margin: 0px !important;
/* 	12-12-2024 */
	padding: 8px 10px;
  }
  .m-header-nav a.mobilemenulang {
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 600;
    line-height: 36.8px;
    text-align: center;
    margin: 0px !important;
  }
  .banner_middle {
    order: 3;
  }
  .banner_right {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    order: 2;
  }
  .banner_right ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0px !important;
  }
  .banner_content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px !important;
  }
  .banner_left_subtitle {
    text-align: left;
  }
  .banner_left_desc {
    margin: 0px !important;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .banner_list {
    width: auto;
    padding: 10px !important;
  }
  .mobile {
    width: 100%;
    max-width: 300px;
  }
  .banner_icon {
    width: 26px;
    height: 26px;
  }
  .banner_list h5 {
    text-align: left;
    /* 12-12-2024 */
    /* font-size: 19.75px !important; */
    font-size: 14px !important;
    /* font-weight: 700; */
    font-weight: normal;
  }
  /* .footer_container{
    display:flex;
    flex-direction: column;
  } */
  .s-bottom-msmall {
    max-width: 50%;
  }
}
/* Where do i get  it CSS */
/* .o-panel--delivery {
  background-color: #ffffff;
  padding: 80px 0px;
} */
.o-delivery-options--top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-panel-header--delivery {
  font-family: 'Space Grotesk';
  /* display: flex;
  justify-content: center; */
}
.m-panel-header--delivery p,
.return_desc {
  width: 90%;
  text-align: left;
}
.location_options {
  width: 100%;
}
.location_options_title,
.banner_left_title,
.return_title,
.faq_heading,
.a-countries-subheader {
  font-family: 'Space Grotesk';
}
.a-delivery-option {
  width: 100%;
  position: relative;
  font-size: 13px;
  background: #FFF2E9;
  border-radius: 24px;
  width: -webkit-fill-available;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 24px;
  margin-bottom: 0px !important;
}
.a-delivery-option.is-open {
  background: #FFCAA9;
}
.a-delivery-option.is-open .location-entry {
  border-top: 1px solid #FF924E;
  width: 100% !important;
}
.a-delivery-option.is-open .locations-dot {
  /* top: 65px !important; */
}
.location-entry {
  padding-top: 15px;
}
.a-delivery-option p,
.location-entry address {
  font-family: "Space Grotesk";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.location-entry em {
  font-size: 28px;
  font-weight: 600;
  line-height: 35.28px;
  text-align: left;
  font-style: unset;
}
.is-open {
  background-color: #FFF5EF;
}
/* .is-open .a-delivery-option-icon,
.is-open .a-delivery-option-title {
  display: none;
} */
h3.a-delivery-option-title,
.a-delivery-option-title+p {
  /* display: none; */
  width: 85% !important;
}
.get_heading_image_main_section {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  /* .o-panel--delivery {
    padding: 100px 16px;
  } */
  .a-delivery-option {
    min-height: auto;
    padding: 26px 30px !important;
  }
  h3.a-delivery-option-title,
  .a-delivery-option-title+p {
    /* display: none; */
    width: 85% !important;
  }
  .a-delivery-option-icon {
    display: none;
  }
  .locations-dot {
    /* top: 25px; */
  }
  .get_heading_image {
    width: 200px;
    height: 200px;
  }
  .a-panel-heading--delivery {
    font-size: 40px;
  }
  .m-panel-header--delivery p,
  .return_desc {
    width: 90%;
    margin: 10px 0px;
  }
}
@media (max-width: 768px) {
  .m-panel-header--delivery {
    display: flex;
    flex-direction: column-reverse;
  }
  .get_heading_image {
    width: 120px;
    height: 106px;
  }
  .a-delivery-option p,
  .location-entry address {
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
  }
  .location-entry em {
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    font-style: unset;
  }
}
@media (max-width: 768px) {
  .a-delivery-option {
    border-bottom: 1px solid #1818181A;
    /* border-radius: 0px; */
    /* margin-top: 0px;
    background-color: transparent; */
  }
  /* li:last-child {
    border: 0px solid transparent !important;
  } */
  .location_options_title {
    text-align: left;
    padding: 0px 15px;
    margin: 24px 0px;
  }
  .last-child-of-location-multiple,
  .last-child-of-location-global,
  .last-child-of-location-europe {
    border: 0px solid red !important;
  }
  .is-open {
    border-radius: 20px;
    background-color: white;
  }
}
.locations-dot-open i {
  rotate: 180deg;
  top: 0px;
}
li.a-delivery-option.s-bottom-small.m-delivery-item.location-global:last-child {
  border: none;
}
@media (max-width: 576px) {
  .container_heading_section {
    flex-direction: column;
  }
  .get_heading_title_main_section,
  .m-panel-header--delivery p,
  .return_title,
  .return_desc {
    width: 100%;
  }
  .get_heading_image_main_section {
    width: 100%;
    justify-content: start;
  }
  .a-return-option {
    padding: 40px 32px;
  }
}
/* Which Countries are covered CSS */
.location-global,
.location-multiple {}
.m-panel--countries-scrollable {
  width: 50%;
}
.o-panel--countries {
  padding: 80px 0px;
  background: #ffffff;
}
.inner_country {
  display: flex;
  gap: 120px;
}
.country_header_image {
  width: 200px;
  height: 200px;
}
.container.m-panel--countries-scrollable.flex-grow.location-multiple {
  background: transparent;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .inner_country {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .m-panel--countries-scrollable {
    width: 100%;
  }
}
/* FAQ's CSS */
.o-panel--questions {
  background: #ffffff;
  height: auto;
  /* 13-11-2024 */
  /* z-index: 99; */
  z-index: 9999;
  max-height: none;
  display: flex;
  justify-content: center;
  padding: 60px 0px;
}
.o-panel--facts {
  background: #7B5EE7;
  height: 200px;
  z-index: 99;
  min-height: none;
  max-height: none;
}
.m-faq-item {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #898C93;
}
.m-faq-item p {
  max-width: 620px;
}
.m-faq-item--text {
  background: none;
  padding: 12px 0px !important;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.42px;
  text-align: left;
  color: #181818;
  cursor: default;
}
.m-faq-item--more {
  display: none;
}
.inner_questions {
  display: flex;
  justify-content: space-between;
}
.a-accordion-arrow-faq svg:nth-child(1),
.a-accordion-arrow-faq.a-accordion-arrow-faq-open svg:nth-child(2) {
  display: flex;
}
.a-accordion-arrow-faq svg:nth-child(2),
.a-accordion-arrow-faq.a-accordion-arrow-faq-open svg:nth-child(1) {
  display: none;
}
.accordion-block:first-child {
  border-radius: 0px 0px 0 0;
}
.accordion-block:last-child {
  border-radius: 0 0 0px 0px;
}
.accordion-block,
.a-countries-subheader a,
.a-countries-subheader {
  font-family: "Space Grotesk";
  font-size: 22px;
  font-weight: 600;
  line-height: 40.32px;
  text-align: left;
}
.location-multiple .accordion-block:not(:first-child) {
  font-size: 16px;
  line-height: 30.32px;
}
.accordion a {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
@media (max-width: 991px) {
  .inner_faqs.my_container {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .accordion-block,
  .a-countries-subheader a,
  .a-countries-subheader {
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }
  .location-multiple .accordion-block:not(:first-child) {
    font-size: 12px;
    line-height: 16px;
  }
  .a-countries-subheader::after {
    height: 31px !important;
    width: 35px !important;
    border-radius: 12px !important;
  }
  .a-countries-subheader {
    padding: 12px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    border-radius: 15px !important;
  }
}
/* Google Reviews CSS */
.o-panel--review {
  /* background-color: #FFE8EA; */
  z-index: 999999999999999999999999;
  position: relative;
}
.inner_review {
  padding-bottom: 80px !important;
  /* background: #FFE8EA; */
  background: #FFFFFF;
  border-radius: 44px;
}
.grw-review {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 40px;
  /* min-width: 28%;
margin: 0% 2% ; */
}
.rplgsw-wrapper {
  display: flex;
  justify-content: center;
}
.inner_review .rplg-slider {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
/* the slides */
.slick-slide {
  margin: 0 20px;
}
/* the parent */
.slick-list {
  margin: 0 -20px;
}
/* Our Partners Section */
#column-partners .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content !important;
  padding: 9px 18px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
@media(min-width:991px) {
  .grw-review {
    /* width: 400px; */
    /* Adjust width as needed */
    /* height: 450px; */
    /* Adjust height as needed */
    /* transition: transform .4s;
    position: relative; */
  }
  .grw-review {
    /* transform: scale(0.7) translateX(0); */
    /* Adjust transformation as needed */
  }
  .grw-review.slick-slide.slick-center+.slick-slide {
    /* transform: scale(0.8) translateX(0); */
    /* Adjust transformation as needed */
    /* z-index: 10; */
  }
  .grw-review.slick-slide.slick-center+.slick-slide+.grw-review.slick-slide {
    /* transform: scale(0.7) translateX(0); */
    /* Adjust transformation as needed */
    /* z-index: 5; */
  }
  .grw-review.slick-slide.slick-active {
    /* transform: scale(0.8) translateX(0); */
    /* Adjust transformation as needed */
  }
  .grw-review.slick-slide.slick-center {
    /* transform: scale(1); */
    /* Adjust transformation as needed */
    /* z-index: 30; */
  }
}
/* .slick-center {
  z-index: 10;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);    
}
.slick-list { 
  padding:45px 60px !important;
  margin-left:30px !important;
} */
.inner_review {
  /* padding-top: 0px !important; */
  position: relative;
}
.inner_review_header {
  margin: 60px 0px 20px;
}
.review_header {
  display: flex;
  justify-content: center;
}
.review_heading {
  text-align: left;
  padding: 0px;
}
@media (max-width:768px) {
  .inner_review {
    padding-bottom: 16px !important;
  }
  .review_heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .review_image {
    width: 250px;
    height: 250px;
  }
  .inner_review_header {
    margin: 8px 0px;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .slick-dots {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width:576px) {
  .review_header {
    flex-direction: column-reverse;
  }
  .review_image {
    width: 150px;
    height: 150px;
  }
}
/* Footer CSS */
.o-footer {
  background-color: #181818;
  width: 100%;
  text-align: left;
  z-index: 10;
  position: relative;
  color: #ffffff;
  font-family: 'Space Grotesk';
}
/* .footer_container {
  display: flex;
  justify-content: space-between;
  gap: 26px;
} */
.footer_logo_container {
  display: flex;
  padding-left: 0px !important;
}
.o-footer img {
  max-height: 40px;
  max-width: 200px;
}
.o-footer .footer-heading:lang(en),
.o-footer .footer-heading:lang(id) {
  font-family: 'Space Grotesk';
}
.end-nav {
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  gap: 7px;
}
.hide_on_desktop {
  display: none;
}
@media (min-width:991px) {
  .footer_container {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .social_box img {
    max-height: 40px;
    display: inline;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 24px;
    /* max-width: calc(100% - 40px); */
    box-sizing: content-box;
  }
  .o-footer img:after {
    content: "\A";
    white-space: pre;
  }
  .social_box {
    gap: 0px;
  }
  .footer_support {
    display: flex;
    flex-direction: column;
    /*     justify-content: end; */
    gap: 1rem;
  }
}
/* 
.my_container {
  @media (min-width: 576px) {
    max-width: 540px;
  }
  @media (min-width: 768px) {
    max-width: 720px;
  }
  @media (min-width: 992px) {
    max-width: 960px;
  }
  @media (min-width: 1200px) {
    max-width: 1140px;
  }
  @media (min-width: 1400px) {
    max-width: 1320px;
  }
  @media (min-width: 1500px) {
    max-width: 1440px;
  }
  @media (min-width: 1600px) {
    max-width: 1680px;
  }
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
} */
/* START CONTAINER NEW UPDATED CONTAINER JAY SOLANKI 06/08/2024 */
.my_container {
  overflow-x: hidden !important;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 576px) {
  .my_container {
    max-width: 540px;
    padding: 16px;
  }
}
@media (min-width: 767px) {
  .my_container {
    max-width: 720px;
    padding: 0px;
  }
}
@media (min-width: 991px) {
  .my_container {
    padding: 0px;
    max-width: 928px;
  }
}
@media (min-width: 1100px) {
  .my_container {
    padding: 0px;
    max-width: 1030px;
  }
}
@media (min-width: 1199px) {
  .my_container {
    padding: 0px;
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .my_container {
    padding: 0px;
    max-width: 1230px;
  }
}
@media (min-width: 1400px) {
  .my_container {
    padding: 0px;
    max-width: 1320px;
  }
}
@media (min-width: 1500px) {
  .my_container {
    padding: 0px;
    max-width: 1366px;
  }
}
@media (min-width: 1601px) {
  .my_container {
    padding: 0px;
    max-width: 1440px;
  }
}
@media (min-width: 1700px) {
  .my_container {
    padding: 0px;
    max-width: 1440px;
  }
}
@media (min-width: 1800px) {
  .my_container {
    padding: 0px;
    max-width: 1440px;
  }
}
/* START CONTAINER NEW UPDATED CONTAINER JAY SOLANKI 06/08/2024 */
.scrollmagic-pin-spacer {
  min-height: auto !important;
}
.slick-dots li {
  display: none;
  /* Hide all dots by default */
}
.slick-dots li.show {
  display: inline-block;
  /* Show only selected dots */
}
.slick-dots-container {
  overflow: hidden;
  /* Hide overflow to manage dot visibility */
}
#column-partners .slick-prev,
#column-partners .slick-next {
  display: none !important;
}
#connect-panel {
  position: relative;
  /* display: none; */
  min-height: 44rem;
}
.last-child-location-multiple {
  border: none;
}
.last-child-location-europe {
  border: none;
}
.delivery_heading_span {
  color: #5448FF;
}
.countries_heading_span {
  color: #2E5DDC;
}
.return_heading_span {
  color: #FFA005;
}
.testimonial_heading_span {
  color: #FF808C;
}
/* .m-delivery-item--more.location-multiple,
.m-delivery-item--more.location-global{
  display: none !important;
} */
.m-delivery-item--more.location-multiple.show-locations,
.m-delivery-item--more.location-global.show-locations,
.m-delivery-item--more.location-europe.show-locations {
  display: list-item !important;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: none;
  margin: 0 3px;
}
.slick-dots li.slick-active,
.slick-dots li.slick-active+li,
.slick-dots li.slick-active+li+li {
  display: inline-block;
}
.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3) {
  display: inline-block;
}
.slick-dots li.slick-active~li:nth-last-child(1),
.slick-dots li.slick-active~li:nth-last-child(2),
.slick-dots li.slick-active~li:nth-last-child(3) {
  display: none;
}
.slick-dots li.slick-active+li+li:nth-last-child(3),
.slick-dots li.slick-active+li+li:nth-last-child(2),
.slick-dots li.slick-active+li+li:nth-last-child(1),
.slick-dots li.slick-active+li:nth-last-child(3),
.slick-dots li.slick-active+li:nth-last-child(2),
.slick-dots li.slick-active+li:nth-last-child(1) {
  display: inline-block;
}
.contact_us_heading {
  font-family: "Space Grotesk";
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 50.4px !important;
  text-align: left !important;
  color: #FF924E !important;
}
.contact_us_subheading {
  font-size: 32px;
  font-weight: 600;
  line-height: 40.32px;
  text-align: left;
  color: #243445;
}
.contact_us_desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #1B2A3ACC;
}
.accordion:first-child {
  /* border-radius: 10px 10px 0 0; */
}
.accordion:last-child {
  border-radius: 0 0 17px 17px;
  margin-bottom: 16px;
}
/* .location-multiple .accordion.accordion-block:first-child{
  border-radius: 17px 17px 0 0;
}
.location-multiple .accordion.accordion-block:last-child{
  border-radius: 0 0 17px 17px;
} */
@media (min-width: 678px) {
  #bookit-link {
    display: none !important;
  }
}
.device-specs {
  /* transform: none !important;
  opacity: 1 !important;
  transition: none !important; */
}
img.a-logo {
  height: 95% !important;
  width: 95% !important;
  object-fit: contain;
}
/* START Section 9 : Our partners Section */
.h1.our_partners_title,
.h1.faq_heading,
.h1.return_title,
.h1.review_heading {
  font-family: "Space Grotesk";
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}
.h1.return_title {
  text-align: center !important;
}
@media (max-width: 769px) {
  .h1.our_partners_title,
  .h1.faq_heading,
  .h1.return_title,
  .h1.review_heading {
    font-family: "Space Grotesk";
    font-size: 29px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    /* padding-bottom: 40px; */
    padding-bottom: 0px;
  }
  .h1.return_title,
  .m-panel-header--delivery p {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .h1.our_partners_title,
  .h1.faq_heading,
  .h1.return_title,
  .h1.review_heading {
    text-align: left !important;
  }
  .h1.return_title,
  .return_desc {
    text-align: left !important;
  }
}
/* END Section 9 : Our partners Section */
/*START Section 8 : Frequently asked questions Section */
.inner_faqs {
  display: flex;
  width: 100% !important;
}
.h1.faq_heading {
  text-align: left !important;
}
.a-faq-title {
  font-family: "Space Grotesk";
  font-size: 20px;
  font-weight: 500;
  line-height: 25.52px;
  text-align: left;
  display: flex;
  align-items: center;
}
.faq-entry {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 16px;
}
/* 
.m-faq-item {
  padding-top: 20px;
  padding-bottom: 20px;
} */
/*END Section 8 : Frequently asked questions Section */
/*Section 6 : Where do i return it? Section*/
/* Box MAin Title  */
.a-return-option-title {
  font-family: "Space Grotesk";
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 8px;
}
.paragraph p {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0px;
  padding: 0px 10px;
}
.a-return-option {
  text-align: center;
}
.a-return-option span {
  width: 111px;
  height: 109px;
  text-align: center;
  margin-bottom: 12px;
}
.mainreturnsection.get_heading_title_main_section {
  background: #FFE8EA;
  border-radius: 40px;
  align-items: center;
}
.mainwheredoigetitsection.get_heading_title_main_section {
  background: #FFF2E9;
  border-radius: 40px;
  align-items: center;
}
.mainreturnsection.get_heading_title_main_section .inner_sec,
.mainwheredoigetitsection.get_heading_title_main_section .inner_sec {
  flex-direction: column;
  justify-content: center;
}
.return_title {
  /* margin-right: 25px; */
  color: #181818;
}
.return_desc {
  font-family: "Space Grotesk";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #181818;
}
.review_subheading {
  font-family: "Space Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.image_section,
.where_do_image_section {
  height: 100%;
}
.image_section img.get_heading_image,
.where_do_image_section img.where_do_get_heading_image,
.country_header {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
.container_heading_section {
  margin-bottom: 40px;
}
.return_title {
  padding-bottom: 10px !important;
}
.col-md-7.col-12.mainreturnsection.get_heading_title_main_section.d-flex.align-items-center,
.col-md-7.col-12.mainwheredoigetitsection.get_heading_title_main_section.d-flex.align-items-center {
  margin-top: 30px !important;
  padding: 37px;
}
.h1.a-panel-heading--return.return_title {
  margin-right: 0px !important;
}
#column-partners {
  padding: 25px 0px;
}
header.h1.faq_heading {
  padding-top: 20px !important;
}
.m-faq-item {
  padding: 15px 0px;
}
/* START FOOTER SECTION */
.footer_languagemenu {
  margin-top: 0px;
}
.o-footer {
  padding-top: 60px;
  padding-bottom: 26px;
}
/* Main Title Links */
.footer_block .footer-heading {
  font-family: "Space Grotesk";
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 0.938vw;
}
/* LINKS Section Inner */
p.footer_support_description,
p.footer_support_description a {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 10px;
}
span.footer-info p,
span.footer-info p a,
.footer_support_desc a {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
}
.footer_support_desc {
  margin-bottom: 15px;
}
p.footer_support_description:hover,
p.footer_support_description a:hover,
span.footer-info p a,
span.footer-info p:hover a,
span.footer-info p a:hover,
.footer_support_desc a,
.footer_support_desc:hover a,
.footer_support_desc a:hover,
.footer_languagemenu:hover a,
.footer_languagemenu a:hover,
.end-nav a:hover {
  color: #FF808C;
}
.footer_languagemenu:hover a,
.footer_languagemenu a:hover {
  border: 1px solid #FF808C;
}
.footer_languagemenu a {
  font-family: "Space Grotesk";
  font-size: 18px;
  font-weight: 500;
  line-height: 20.7px;
  text-align: left;
  padding: 8px 18px;
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  color: #FFFFFF;
}
.end-nav a {
  font-family: "Space Grotesk";
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}
/* END FOOTER SECTION */
/* START Section 4 : Which countries are covered ? Section */
.country_header .country_title .countries_heading {
  font-family: "Space Grotesk";
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}
.a-panel-heading--delivery.country_title {
  /* padding: 60px 22px; */
  padding: 60px 40px 30px;
}
.country_header .country_title {
  /* background-image: url('../../../../uploads/2024/11/BG_COUNTRIESSECTION.png'); */
  background-image: url('../../../../uploads/2024/11/wifio pocket wifi switzerland, europe and global with unlimited 5G data, eSim and best portable wifi.jpeg');
  height: 100%;
  width: 100%;
  background-position: top center;
  border-radius: 62px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  border-radius: 40px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.countriessection {
  background: #FFF2E9;
  border-radius: 40px;
  align-items: center;
  margin-top: 40px;
}
.country_header .country_title .countries_desc {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  padding-top: 0px;
}
.footer-heading.techsupport {
  padding-top: 22px;
}
/* END Section 4 : Which countries are covered ? Section */
/* START Section 3 : Where do i get it ? Section */
.where_do_list_left_section {
  margin-right: 0px;
}
.a-delivery-option {
  padding: 0px !important;
}
.a-delivery-option .Upper_section {
  width: 100%;
  align-items: center;
  padding: 40px;
}
.a-delivery-option .location-entry {
  padding: 40px;
}
.h2.location_options_title {
  font-family: "Space Grotesk";
  font-size: 28px;
  font-weight: 500;
  line-height: 3px;
  text-align: left;
  color: #181818;
}
/* END Section 3 : Where do i get it ? Section */
@media (max-width: 1199px) {
  .tab_landscap {
    width: 50% !important;
  }
  .inner_tabs_device {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .tab_landscap {
    width: 100% !important;
  }
  .inner_tabs_device,
  .inner_tabs_device ul {
    width: 100% !important;
    padding: 0px !important;
  }
}
.banner_left_title {
  font-family: 'Space Grotesk';
  /* font-size: 40px;
  line-height: 44px; */
  font-size: 29px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: left;
  color: #FFFFFF;
}
.banner_left_subtitle {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #FFFFFF;
}
.footer_logo_container a img {
  margin-bottom: 30px;
}
.location-multiple .accordion:last-child {
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .countriessection .row .inner_sec {
    padding: 20px;
  }
}
@media (min-width: 993px) {
  .countriessection .row .inner_sec {
    padding-right: 20px;
    /* Animation Changes 10-12-2024 */
    padding-left: 20px;
  }
}
/* RESPONSIVE UII */
@media (min-width: 576px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    gap: 5px;
    font-size: 14px;
    line-height: 16px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 16px;
    line-height: 18px;
  }
  .book-it-button {
    font-size: 16px;
    line-height: 18px;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: center;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .h1.return_title,
  .h1.review_heading {
    font-size: 32px;
    line-height: 40px;
    /* padding-bottom: 40px; */
    padding-bottom: 0px;
  }
  #column-partners .slick-slide {
    padding: 9px 18px;
    border-radius: 10px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 50px 0px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .m-faq-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .a-faq-title {
    font-size: 20px;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 16px;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph p {
    font-size: 16px;
    line-height: 24px;
  }
  .a-return-option span {
    margin-bottom: 12px;
    width: 111px;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 40px;
  }
  .return_desc {
    text-align: center !important;
    font-size: 18px;
    line-height: 27px;
  }
  .image_section,
  .where_do_image_section {
    height: 100%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 100% !important;
    width: 100%;
  }
  .container_heading_section {
    margin-bottom: 30px;
  }
  .a-return-option {
    padding: 30px 45px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .return_title {
    padding-bottom: 10px !important;
  }
  .col-md-7.col-12.mainreturnsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-md-7.col-12.mainwheredoigetitsection.get_heading_title_main_section.d-flex.align-items-center {
    padding: 30px;
  }
  .h1.a-panel-heading--return.return_title {
    margin-right: 0px !important;
  }
  .a-return-option {
    border-radius: 40px;
  }
  /* END Section 6 : Where do i return it? Section */
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
  .h1.review_heading {
    text-align: center !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    margin-top: 0px;
  }
  .footer_block .footer-heading {
    font-size: 20px;
    line-height: 25.52px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a,
  .footer_support_desc a {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 18px;
    line-height: 27px;
  }
  .footer_languagemenu {
    margin-top: 0px !important;
  }
  .footer-heading.techsupport {
    padding-top: 22px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  .a-panel-heading--delivery.country_title {
    /* padding: 60px 22px; */
    padding: 60px 40px 30px;
  }
  .country_header .country_title .countries_heading {
    font-size: 40px;
    line-height: 44px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 0px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 20px;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 40px;
    line-height: 44px;
  }
  .banner_left_subtitle {
    font-size: 18px;
    line-height: 27px;
  }
  .footer_custom_section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (min-width: 767px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 14px;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 16px;
    line-height: 18px;
  }
  .book-it-button {
    font-size: 16px;
    line-height: 18px;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: center;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .h1.review_heading {
    font-size: 42px;
    line-height: 53px;
    /* padding-bottom: 40px; */
    padding-bottom: 0px;
  }
  #column-partners .slick-slide {
    padding: 9px 18px;
    border-radius: 10px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 60px 0px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .m-faq-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .a-faq-title {
    font-size: 20px;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 16px;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph p {
    font-size: 16px;
    line-height: 24px;
  }
  .a-return-option span {
    margin-bottom: 12px;
    width: 111px;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }
  .image_section,
  .where_do_image_section {
    height: 100%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 95% !important;
    object-fit: contain;
  }
  .inner_country .container_heading_section {
    /* flex-direction: column !important; */
    justify-content: space-between;
  }
  .country_header {
    min-height: 350px !important;
    height: 350px !important;
    width: 95% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 0px !important;
  }
  .container_heading_section {
    margin-bottom: 40px;
  }
  .a-return-option {
    padding: 30px 45px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .return_title {
    padding-bottom: 10px !important;
  }
  .col-md-7.col-12.mainreturnsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-md-7.col-12.mainwheredoigetitsection.get_heading_title_main_section.d-flex.align-items-center {
    padding: 30px;
  }
  .h1.a-panel-heading--return.return_title {
    margin-right: 0px !important;
  }
  .a-return-option {
    border-radius: 40px;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
  .h1.review_heading {
    text-align: center !important;
  }
  .col-md-7.col-12.mainreturnsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-md-7.col-12.mainwheredoigetitsection.get_heading_title_main_section.d-flex.align-items-center {
    margin-top: 0px !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_block .footer-heading {
    font-size: 20px;
    line-height: 25.52px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 18px;
    line-height: 27px;
  }
  .footer_languagemenu {
    margin-top: 10px !important;
  }
  .footer-heading.techsupport {
    padding-top: 22px;
  }
  .a-delivery-option-title {
    font-size: 22px;
    line-height: 26px;
  }
  /* .m-panel--countries-scrollable.location-global .location-global .a-countries-subheader:first-child,
  .m-panel--countries-scrollable.location-europe .location-europe .a-countries-subheader:first-child{
    margin-top: 0px !important;
  } */
  .a-countries-subheader::after {
    height: 33px !important;
    width: 37px !important;
    border-radius: 12px !important;
  }
  .a-countries-subheader {
    padding: 14px !important;
    font-size: 22px !important;
    line-height: 40.32px !important;
  }
  .countriessection .row {
    padding-top: 0px !important;
    /* padding-bottom: 0px !important; */
  }
  /* START Section 4 : Which countries are covered ? Section */
  .a-panel-heading--delivery.country_title {
    /* padding: 30px 22px; */
    padding: 30px 30px 15px;
  }
  .country_header .country_title .countries_heading {
    font-size: 32px;
    line-height: 38px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 0px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 20px;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 40px;
    line-height: 44px;
  }
  .banner_left_subtitle {
    font-size: 18px;
    line-height: 27px;
  }
  .footer_custom_section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .country_header .country_title .countries_heading {
    font-size: 37px;
    line-height: 41px;
  }
  .a-panel-heading--delivery.country_title {
    padding: 40px 40px 20px !important;
  }
  .inner_country .container_heading_section {
    flex-direction: row !important;
  }
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 14px;
    line-height: 21px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 16px;
    line-height: 18px;
  }
  .book-it-button {
    font-size: 16px;
    line-height: 18px;
    padding: 13px 28px;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: center;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .h1.return_title,
  .h1.review_heading {
    font-size: 42px;
    line-height: 48px;
    /* padding-bottom: 40px; */
    padding-bottom: 0px;
  }
  #column-partners .slick-slide {
    padding: 9px 18px;
    border-radius: 12px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 60px 0px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .m-faq-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .a-faq-title {
    font-size: 20px;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 16px;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph p {
    font-size: 16px;
    line-height: 18px;
  }
  .a-return-option span {
    margin-bottom: 24px;
    width: 111px;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .h1.a-panel-heading.a-panel-heading--delivery.country_title {
    vertical-align: middle;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    /* align-items: center; */
    /* justify-content: center; */
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    font-size: 18px;
    line-height: 27px;
    text-align: left !important;
  }
  .image_section,
  .where_do_image_section {
    height: 100%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 93% !important;
    object-fit: contain;
  }
  .country_header {
    min-height: 480px;
    height: 480px;
    width: 93% !important;
    margin-bottom: 0px;
  }
  .container_heading_section {
    margin-bottom: 40px;
  }
  .a-return-option {
    padding: 30px 45px;
    width: 31%;
    min-width: 31%;
    max-width: 31%;
    margin-bottom: 0px;
  }
  .a-return-option {
    border-radius: 40px;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    margin-top: 20px !important;
  }
  .footer_block .footer-heading {
    font-size: 20px;
    line-height: 25.52px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 18px;
    line-height: 27px;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  .footer_languagemenu {
    margin-top: 10px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  .a-panel-heading--delivery.country_title {
    /* padding: 60px 22px; */
    padding: 60px 40px 30px;
  }
  .country_header .country_title .countries_heading {
    font-size: 40px;
    line-height: 46px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 0px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 20px;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 40px;
    line-height: 44px;
  }
  .banner_left_subtitle {
    font-size: 18px;
    line-height: 27px;
  }
  .mainwheredoigetitsection.get_heading_title_main_section .inner_sec{
    /* 10-12-2024 */
    /* width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important; */
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .mainreturnsection.get_heading_title_main_section .inner_sec{
    /* width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important; */
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .footer_custom_section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 1100px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 0.833vw;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 18px;
    line-height: 20px;
  }
  .book-it-button {
    font-size: 18px;
    line-height: 20px;
    padding: 14px 32px;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: start;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .h1.review_heading,
  .h1.return_title.return_title {
    font-size: 2.5vw;
    line-height: 48px;
    padding-bottom: 3.50vh;
  }
  #column-partners .slick-slide {
    padding: 10px 20px;
    border-radius: 14px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 80px 0px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .a-faq-title {
    font-size: 1.20vw;
    line-height: 25.00px;
  }
  .faq-entry {
    font-size: 0.938vw;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /* START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 1.25vw;
    line-height: 30px;
  }
  .paragraph p {
    font-size: 0.833vw;
    line-height: 15px;
  }
  .a-return-option span {
    margin-bottom: 10px;
    width: 5.781vw;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    font-size: 1.5vw;
    line-height: 28px;
    text-align: left !important;
  }
  .image_section,
  .where_do_image_section {
    height: 75%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 93% !important;
    object-fit: contain;
  }
  .container_heading_section {
    margin-bottom: 40px;
  }
  .a-return-option {
    border-radius: 42px;
    padding: 46px 60px;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 0.938vw;
    line-height: 24px;
    text-align: left;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  .col-md-7.col-12.mainreturnsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-md-7.col-12.mainwheredoigetitsection.get_heading_title_main_section.d-flex.align-items-center {
    margin-top: 0px !important;
  }
  .grw-review {
    border-radius: 48px;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    margin-top: 20px;
  }
  .footer_block .footer-heading {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 0.938vw;
    line-height: 27px;
  }
  .footer_languagemenu {
    margin-top: 14px !important;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  .o-footer {
    padding-top: 126px;
    padding-bottom: 26px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  /* .a-panel-heading--delivery.country_title {
    padding: 100px 50px;
  } */
  .country_header .country_title .countries_heading {
    font-size: 3vw;
    line-height: 46px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 16px;
    font-size: 1.042vw;
    line-height: 30px;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 93% !important;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 15px;
  }
  .h2.location_options_title {
    font-size: 1.875vw;
    line-height: 45.94px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 3.333vw;
    line-height: 48px;
  }
  .banner_left_subtitle {
    font-size: 1.25vw;
    line-height: 30px;
  }
  .mainreturnsection.get_heading_title_main_section .inner_sec,
  .mainwheredoigetitsection.get_heading_title_main_section .inner_sec {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
@media (min-width: 1199px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 0.833vw;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 0.938vw;
    line-height: 20px;
  }
  .book-it-button {
    font-size: 0.938vw;
    line-height: 20px;
    width: 145px;
    padding: 12px 32px;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: start;
  }
  .mainwheredoigetitsection.get_heading_title_main_section .inner_sec {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  /* Animation Changes 10-12-2024 */
  .mainreturnsection.get_heading_title_main_section .inner_sec {
    /* width: 66% !important;
    max-width: 66% !important;
    min-width: 66% !important; */
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .return_title,
  .h1.review_heading {
    font-size: 2.5vw;
    line-height: 48px;
    padding-bottom: 3.75vh;
  }
  #column-partners .slick-slide {
    padding: 11px 22px;
    border-radius: 14px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 90px 0px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .a-faq-title {
    font-size: 1.20vw;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 0.938vw;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 2vw;
    line-height: 26px;
  }
  .paragraph p {
    font-size: 1.333vw;
    line-height: 21px;
  }
  .a-return-option {
    padding: 46px 60px;
  }
  .a-return-option span {
    margin-bottom: 10px;
    width: 5.781vw;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    font-size: 1.667vw;
    line-height: 26px;
    text-align: left !important;
  }
  .image_section,
  .where_do_image_section {
    height: 80%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 380px !important;
    width: 93% !important;
    object-fit: contain;
  }
  .container_heading_section {
    margin-bottom: 45px;
  }
  .a-return-option {
    border-radius: 42px;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 0.938vw;
    line-height: 24px;
    text-align: left;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    margin-top: 14px !important;
  }
  .footer_block .footer-heading {
    font-size: 1.25vw;
    line-height: 15px;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 0.938vw;
    line-height: 27px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  /* .a-panel-heading--delivery.country_title {
    padding: 138px 64px;
  } */
  .country_header .country_title .countries_heading {
    font-size: 3vw;
    line-height: 34px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 16px;
    font-size: 1.667vw;
    line-height: 24px;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 93% !important;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 15px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 3vw;
    line-height: 50px;
  }
  .banner_left_subtitle {
    /* 26-09-2024 */
    font-size: 2vw;
    line-height: 28px;
  }
}
@media (min-width: 1300px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 0.833vw;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 0.938vw;
    line-height: 20px;
  }
  .book-it-button {
    font-size: 0.938vw;
    line-height: 20px;
    padding: 14px 32px;
    width: max-content;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: start;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .h1.review_heading,
  .return_title {
    font-size: 2.5vw;
    line-height: 40px;
    padding-bottom: 3.75vh;
  }
  #column-partners .slick-slide {
    padding: 12px 24px;
    border-radius: 16px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 120px 0px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .a-faq-title {
    font-size: 1.20vw;
    line-height: 25.52px;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  .faq-entry {
    font-size: 0.938vw;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 1.25vw;
    line-height: 30px;
    padding-bottom: 5px !important;
  }
  .paragraph p {
    /* 26-09-2024 */
    font-size: 1vw;
    line-height: 20px;
    /* font-size: 0.833vw;
    line-height: 21px; */
  }
  .a-return-option span {
    margin-bottom: 0px;
    width: 5.60vw;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    /* 26-09-2024 */
    font-size: 1.318vw;
    line-height: 24px;
    /* font-size: 1.042vw;
    line-height: 30px; */
    text-align: left !important;
  }
  .image_section,
  .where_do_image_section {
    height: 100%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 380px !important;
    width: 93% !important;
    object-fit: contain;
  }
  .container_heading_section {
    margin-bottom: 30px;
  }
  .a-return-option {
    border-radius: 2.5vw;
    padding: 46px 60px;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 1.042vw;
    line-height: 24px;
    text-align: left;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    /* margin-top: 12px !important; */
    /* 27-11-2024 */
    margin-top: 20px !important;
  }
  .footer_block .footer-heading {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 0.938vw;
    line-height: 27px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  /* .a-panel-heading--delivery.country_title {
    padding: 138px 64px;
  } */
  .country_header .country_title .countries_heading {
    font-size: 2.5vw;
    line-height: 46px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 16px;
    font-size: 1.042vw;
    line-height: 30px;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 93% !important;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 15px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 3vw;
    line-height: 50px;
  }
  .banner_left_subtitle {
    font-size: 1.25vw;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 0.833vw;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 0.938vw;
    line-height: 20px;
  }
  .book-it-button {
    font-size: 0.938vw;
    line-height: 20px;
    padding: 14px 37px;
    width: max-content;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: start;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .return_title,
  .h1.review_heading {
    font-size: 2.5vw;
    line-height: 48px;
    padding-bottom: 3.50vh;
  }
  #column-partners .slick-slide {
    padding: 12px 24px;
    border-radius: 16px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 120px 0px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .a-faq-title {
    font-size: 1.20vw;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 0.938vw;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 1.25vw;
    line-height: 30px;
  }
  .paragraph p {
    /* 26-09-2024 */
    font-size: 1.071vw;
    line-height: 20px;
    /* font-size: 0.833vw; */
    /* line-height: 24px; */
  }
  .a-return-option span {
    margin-bottom: 25px;
    width: 5.65vw;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    /* 26-09-2024 */
    font-size: 1.286vw;
    line-height: 22px;
    /* font-size: 1.042vw; */
    /* line-height: 30px; */
    text-align: left !important;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 93% !important;
    object-fit: inherit;
  }
  .image_section,
  .where_do_image_section {
    height: 90%;
  }
  .container_heading_section {
    margin-bottom: 50px;
  }
  .a-return-option {
    padding: 46px 60px;
    border-radius: 2.5vw;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 1.042vw;
    line-height: 24px;
  }
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 1.042vw;
    line-height: 24px;
    text-align: left;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    /* margin-top: 12px !important; */
    /* 27-11-2024 */
    margin-top: 22px !important;
  }
  .footer_block .footer-heading {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 0.938vw;
    line-height: 27px;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  /* .a-panel-heading--delivery.country_title {
    padding: 138px 64px;
  } */
  .country_header .country_title .countries_heading {
    font-size: 2.5vw;
    line-height: 46px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 16px;
    font-size: 1.042vw;
    line-height: 30px;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 93% !important;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 15px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  .banner_left_title {
    /* font-size: 3.333vw;
    line-height: 64px; */
    font-size: 3.20vw;
    line-height: 50px;
  }
  .banner_left_subtitle {
    font-size: 1.25vw;
    line-height: 30px;
  }
}
@media (min-width: 1500px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 0.833vw;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 0.938vw;
    line-height: 20px;
  }
  .book-it-button {
    font-size: 0.938vw;
    line-height: 20px;
    padding: 14px 37px;
    width: max-content;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: start;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .return_title,
  .h1.review_heading {
    font-size: 2.5vw;
    line-height: 48px;
    padding-bottom: 3.75vh;
  }
  #column-partners .slick-slide {
    padding: 12px 24px;
    border-radius: 16px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 120px 0px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .a-faq-title {
    font-size: 1.20vw;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 0.938vw;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 1.25vw;
    line-height: 30px;
  }
  /* 26-09-2024 */
  .paragraph p {
    font-size: 1vw;
    /* font-size: 0.833vw; */
    line-height: 24px;
  }
  .a-return-option span {
    margin-bottom: 25px;
    width: 5.70vw;
  }
  .countriessection {
    margin-top: 0px;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  /* 26-09-2024 */
  .return_desc {
    font-size: 1.20vw;
    line-height: 30px;
    text-align: left !important;
  }
  .image_section,
  .where_do_image_section {
    height: 100%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 93% !important;
    object-fit: contain;
  }
  .container_heading_section {
    margin-bottom: 50px;
  }
  .a-return-option {
    padding: 46px 60px;
    border-radius: 2.5vw;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 1.042vw;
    line-height: 24px;
    text-align: left;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    margin-top: 24px !important;
  }
  .footer_block .footer-heading {
    font-size: 1.042vw;
    line-height: 24px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 0.938vw;
    line-height: 27px;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  /* .a-panel-heading--delivery.country_title {
    padding: 138px 64px;
  } */
  .country_header .country_title .countries_heading {
    font-size: 2.5vw;
    line-height: 48px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 16px;
    font-size: 1.042vw;
    line-height: 30px;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 93% !important;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 15px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 3.333vw;
    line-height: 64px;
  }
  .banner_left_subtitle {
    font-size: 1.25vw;
    line-height: 30px;
  }
}
@media (min-width: 1601px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 0.833vw;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 0.938vw;
    line-height: 20px;
  }
  .book-it-button {
    font-size: 0.938vw;
    line-height: 20px;
    padding: 16px 41px;
    width: max-content;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: start;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .return_title,
  .h1.review_heading {
    font-size: 2.5vw;
    line-height: 48px;
    padding-bottom: 3.75vh;
  }
  #column-partners .slick-slide {
    padding: 12px 24px;
    border-radius: 16px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 120px 0px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .a-faq-title {
    font-size: 1.20vw;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 0.938vw;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 1.25vw;
    line-height: 30px;
  }
  .paragraph p {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .a-return-option span {
    margin-bottom: 28px;
    width: 5.781vw;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    font-size: 1.042vw;
    line-height: 30px;
    text-align: left !important;
  }
  .image_section,
  .where_do_image_section {
    height: 100%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 93% !important;
    object-fit: contain;
  }
  .container_heading_section {
    margin-bottom: 55px;
  }
  .a-return-option {
    padding: 46px 60px;
    border-radius: 2.5vw;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 1.042vw;
    line-height: 24px;
    text-align: left;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    margin-top: 12px !important;
    /* 27-11-2024 */
    margin-top: 24px !important;
  }
  .footer_block .footer-heading {
    font-size: 1.042vw;
    line-height: 24px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  .footer_languagemenu a {
    font-size: 0.938vw;
    line-height: 27px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  /* .a-panel-heading--delivery.country_title {
    padding: 138px 64px;
  } */
  .country_header .country_title .countries_heading {
    font-size: 2.5vw;
    line-height: 48px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 16px;
    font-size: 1.042vw;
    line-height: 30px;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 93% !important;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 15px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 3.333vw;
    line-height: 64px;
  }
  .banner_left_subtitle {
    font-size: 1.25vw;
    line-height: 30px;
  }
}
@media (min-width: 1700px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 0.833vw;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 0.938vw;
    line-height: 20px;
  }
  .book-it-button {
    font-size: 0.938vw;
    line-height: 20px;
    padding: 16px 41px;
    width: max-content;
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: start;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .return_title,
  .h1.review_heading {
    font-size: 2.5vw;
    line-height: 48px;
    padding-bottom: 3.75vh;
  }
  #column-partners .slick-slide {
    padding: 12px 24px;
    border-radius: 16px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 120px 0px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .a-faq-title {
    font-size: 1.20vw;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 0.938vw;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 1.25vw;
    line-height: 30px;
  }
  .paragraph p {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .a-return-option span {
    margin-bottom: 30px;
    width: 5.781vw;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    font-size: 1.042vw;
    line-height: 30px;
    text-align: left !important;
  }
  .image_section,
  .where_do_image_section {
    height: 100%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 93% !important;
    object-fit: contain;
  }
  .container_heading_section {
    margin-bottom: 60px;
  }
  .a-return-option {
    padding: 46px 60px;
    border-radius: 2.5vw;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 1.042vw;
    line-height: 24px;
    text-align: left;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    /* margin-top: 12px !important; */
    /* 27-11-2024 */
    margin-top: 22px !important;
  }
  .footer_block .footer-heading {
    font-size: 1.042vw;
    line-height: 24px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 0.938vw;
    line-height: 27px;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  /* .a-panel-heading--delivery.country_title {
    padding: 138px 64px;
  } */
  .country_header .country_title .countries_heading {
    font-size: 2.5vw;
    line-height: 48px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 16px;
    font-size: 1.042vw;
    line-height: 30px;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 93% !important;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 15px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 3.333vw;
    line-height: 64px;
  }
  .banner_left_subtitle {
    font-size: 1.25vw;
    line-height: 30px;
  }
}
@media (min-width: 1800px) {
  /* HEADER TAB SECTION RESPNSIVE */
  .nav_tabs a {
    font-size: 0.833vw;
    line-height: 22px;
  }
  /* Header Menu */
  .header-nav-links a {
    font-size: 0.938vw;
    line-height: 20px;
  }
  .book-it-button {
    font-size: 0.938vw;
    line-height: 20px;
    padding: 16px 41px;
    width: max-content;
    /* width: 170px; */
  }
  /* Responsive Header */
  .m-header-nav.active .header-nav-links {
    justify-content: start;
  }
  /* Section 9 : Our partners Section */
  .h1.our_partners_title,
  .h1.faq_heading,
  .return_title,
  .h1.review_heading {
    font-size: 2.5vw;
    line-height: 48px;
    padding-bottom: 3.75vh;
  }
  #column-partners .slick-slide {
    padding: 12px 24px;
    border-radius: 16px;
  }
  #partners-panel #column-partners>div {
    height: 90px;
  }
  .o-panel--partners,
  .o-panel--questions {
    padding: 120px 0px;
  }
  /* END Section 9 : Our partners Section */
  /*START Section 8 : Frequently asked questions Section */
  .a-faq-title {
    font-size: 1.20vw;
    line-height: 25.52px;
  }
  .faq-entry {
    font-size: 0.938vw;
    line-height: 24px;
  }
  /*END Section 8 : Frequently asked questions Section */
  /*START Section 6 : Where do i return it? Section*/
  /* Box MAin Title  */
  .a-return-option-title {
    font-size: 1.25vw;
    line-height: 30px;
  }
  .paragraph p {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .a-return-option span {
    margin-bottom: 30px;
    width: 5.781vw;
  }
  .mainreturnsection.get_heading_title_main_section,
  .mainwheredoigetitsection.get_heading_title_main_section,
  .countriessection {
    border-radius: 40px;
  }
  .countriessection {
    margin-top: 0px;
  }
  .return_desc {
    font-size: 1.042vw;
    line-height: 30px;
    text-align: left !important;
  }
  .image_section,
  .where_do_image_section {
    height: 100%;
  }
  .image_section img.get_heading_image,
  .where_do_image_section img.where_do_get_heading_image {
    height: 100% !important;
    width: 93% !important;
    object-fit: contain;
  }
  .container_heading_section {
    margin-bottom: 60px;
  }
  .a-return-option {
    padding: 46px 60px;
    border-radius: 2.5vw;
  }
  /*END Section 6 : Where do i return it? Section*/
  /* START Section 7 : Customer's Feedback Section */
  .review_subheading {
    font-size: 1.042vw;
    line-height: 24px;
    text-align: left;
  }
  .h1.review_heading {
    text-align: left !important;
  }
  /* END Section 7 : Customer's Feedback Section */
  /* START FOOTER SECTION */
  .footer_languagemenu {
    /* margin-top: 12px !important; */
    /* 27-11-2024 */
    margin-top: 24px !important;
  }
  .footer_block .footer-heading {
    font-size: 1.042vw;
    line-height: 24px;
  }
  p.footer_support_description,
  p.footer_support_description a,
  span.footer-info p,
  span.footer-info p a,
  .footer_support_desc a {
    font-size: 0.833vw;
    line-height: 24px;
  }
  .footer_languagemenu a {
    font-size: 0.938vw;
    line-height: 27px;
  }
  .footer-heading.techsupport {
    padding-top: 0px;
  }
  /* START Section 4 : Which countries are covered ? Section */
  /* .a-panel-heading--delivery.country_title {
    padding: 138px 64px;
  } */
  .country_header .country_title .countries_heading {
    font-size: 2.5vw;
    line-height: 48px;
  }
  .country_header .country_title .countries_desc {
    padding-top: 16px;
    font-size: 1.042vw;
    line-height: 30px;
  }
  .country_header {
    min-height: 480px !important;
    height: 480px !important;
    width: 93% !important;
  }
  .country_header .country_title {
    background-size: 100% 100%;
  }
  /* END Section 4 : Which countries are covered ? Section */
  /* START Section 3 : Where do i get it ? Section */
  .where_do_list_left_section {
    margin-right: 15px;
  }
  /* END Section 3 : Where do i get it ? Section */
  /* SECTION 1 : Banner Section */
  .banner_list h5 {
    font-size: 1.25vw;
    line-height: 25.52px;
  }
  .banner_left_title {
    font-size: 3.333vw;
    line-height: 64px;
  }
  .banner_left_subtitle {
    font-size: 1.25vw;
    line-height: 30px;
  }
}
@media (min-width: 767px) {
  .bookitform {
    display: flex;
    padding: 0px 40px;
    width: 100%;
    justify-content: space-between;
  }
  .o-book-it-form {
    width: 100%;
  }
  .m-book-it-input-fields {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 769px) and (max-width: 1025px) and (max-height: 769px) {
  .banner_content {
    height: 100% !important;
  }
}
@media only screen and (min-width: 1019px) and (max-width: 1025px) {
  .country_header {
    min-height: 350px !important;
    height: 350px !important;
  }
}
@media only screen and (max-width:1024px) {
  .country_header {
    min-height: 250px !important;
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  .m-connected-device {
    visibility: hidden;
  }
}
.m-connected-device--mobile {
  visibility: hidden;
}
@media (max-width: 767px) {
  .m-connected-device--mobile {
    visibility: visible;
  }
}
@media screen and (max-width: 575px) {
  #connect-panel {
    min-height: 40rem !important;
  }
  .m-connected-device--iphone--mobile {
    height: 135px !important;
  }
  .connect_desc {
    padding-left: 0;
    padding-right: 0;
    width: 34%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
  .m-panel-header.m-panel-header--connect {
    margin: 0px !important;
  }
  .m-connected-device--iphone--mobile {
    width: 66px;
    /* bottom: 6%; */
    /* 12-11-2024 */
    /* bottom: 22%; */
    bottom: 26%;
    /* left: 7%; */
    left: 11%;
    right: auto;
    background-image: url(../../build/images/panel_4/responsive_mobile.png);
  }
  .m-connected-device--ipadpro--mobile {
    width: 63px;
    bottom: 2%;
    left: auto;
    right: 5%;
    background-image: url(../../build/images/panel_4/ipadpro.png);
  }
  .a-connected-device-signal--iphone {
    left: 49% !important;
    top: 109% !important;
  }
  /* .m-connected-device--desktop--mobile {
    top: 69%;
  } */
  .connect_heading {
    padding: 30px 32px 0px 32px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
  }
  .a-connected-device-signal--desktop {
    right: 132px;
    top: 40% !important;
    left: auto;
  }
  .m-connected-device--macbook--mobile {
    top: 65%;
  }
  .a-connected-device-signal--macbook {
    left: 219px;
  }
  .o-panel--connect {
    min-height: 45rem;
  }
  .a-device-object--top {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 9999;
    transform: translate(-50%, -50%);
  }
}
.o-panel--questions {
  /* z-index: 999999999999999999999999; */
  z-index: 9999;
  position: relative;
}
.o-panel--partners {
  /* z-index: 999999999999999999999999; */
  /* z-index: 999; */
  position: relative;
}
.o-return-options {
  z-index: 99;
  position: relative;
}
.o-footer {
  /* z-index: 999999999999999999999999; */
  z-index: 9999;
  position: relative;
}
.a-device.a-device--top.flex-grow {
  /* display: flex;
  justify-content: flex-start;
  align-items: center; */
}
.hand-animation img {
  width: 100%;
  height: 100%;
}
.hand-animation {
  height: 592px;
  width: 120%;
}
.a-device-object--top {
  position: absolute;
  top: 0%;
  left: 39%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1700px) {
  .a-device-object--top {
    left: 39%;
  }
}
@media (min-width: 1601px) {
  .a-device-object--top {
    left: 43%;
  }
  .ani-ripple-wrap {
    /* left: 43% !important; */
    left: 50% !important;
  }
}
/* @media (min-width: 1500px) {}
@media (min-width: 1400px) {}
@media (min-width: 1300px) {}
@media (min-width: 1200px) {}
@media (min-width: 1100px) {}*/
@media (max-width: 1199px) {
  #top-device,
  .hand-animation {
    display: none !important;
  }
  #arrowDown {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }
}
.m-specs-list li:last-child span {
  border-bottom: 0px solid red !important;
}
#pickup_date,
#return_date {
  background-image: url(../images/svg/calendar.svg);
  background-size: 18px 18px;
}
.m-panel--countries-scrollable {
  min-width: 100% !important;
}
/* Animation 10-12-2024 */
.mobile_countries {
  /* display: none !important; */
  /* 11-12-2024 */
  /* height: 485px; */
  width: 100%;
  object-fit: contain;
}
/* 11-12-2024 */
/* @media (max-width: 1199px) {
  .mobile_countries {
    display: flex !important;
    position: absolute;
    bottom: -50%;
    height: 482px !important;
    width: 326px !important;
    left: 14%;
  }
} */
.blog_box {
  background-color: #FFF2E9;
  border-radius: 0px 0px 48px 48px;
}
.delivery_inner_section {
  position: relative;
  z-index: 5;
}
.excerpt p {
  font-family: "Space Grotesk";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #181818;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .excerpt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}
.blog-entries-date {
  font-family: "Space Grotesk";
  font-size: 24px;
  font-weight: 400;
  line-height: 30.48px;
  text-align: left;
  color: #181818;
}
#instablog .feature-content h1 a {
  font-family: "Space Grotesk";
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  color: #181818;
  text-decoration: none !important;
}
.excerpt p {
  margin: 22px 0px 30px 0px;
}
.inner_feature_blog {
  /* margin: 90px 0px; */
  margin: 8rem 0;
}
@media (max-width: 1399px) {
  #instablog .feature-content h1 a {
    font-size: 44px;
    line-height: 52px;
	}
}
@media (max-width: 1199px) {
  #instablog .feature-content h1 a {
    font-size: 40px;
    line-height: 48px;
	}
}
@media (max-width: 991px) {
  .blog-entries-date {
    font-size: 22px;
    line-height: 28px;
  }
  #instablog .feature-content h1 a {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
	}
}
@media (max-width: 769px) {
  .blog-entries-date {
    font-size: 22px;
    line-height: 28px;
  }
  #instablog .feature-content h1 a {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }
  .excerpt p {
    margin: 20px 0px 28px 0px;
  }
  .inner_feature_blog {
    margin: 70 0px;
  }
  .a-device-object,
  #arrowDown {
    display: none !important;
  }
  .blog_main_container {
    flex-direction: column;
  }
  .blog_main_container {
    flex-direction: column;
  }
  .blog_main_container .col-md-7 .inner_feature_blog:first-child {
    margin: 58px 0px 0px 0px !important;
  }
  .blog_main_container .inner_feature_blog:nth-child(2) {
    margin: 0px 0px 58px 0px !important;
  }
  .blog-image {
    margin-top: 20px !important;
  }
  .inner_blogs .blog-image {
    margin-top: 0 !important;
  }
  .col-md-5 .inner_feature_blog {
    margin-top: 15px !important;
  }
  .blog_main_container .col-md-7 {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .banner_content {
    padding-top: 45px !important;
    padding-bottom: 30px !important;
  }
  .blog-entries-date {
    font-size: 14px;
    line-height: 18px;
  }
  #instablog .feature-content h1 a {
    font-size: 32px;
    line-height: 36px;
  }
  .excerpt p {
    margin: 18px 0px 24px 0px;
  }
  .inner_feature_blog {
    margin: 58px 0px;
  }
  .mobile_countries {
    object-fit: contain;
    width: 300px !important;
    height: 300px !important;
  }
  .banner_list span {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 5x !important;
  }
  .customcurrency_span {
    padding-left: 0px !important;
    word-wrap: break-word;
    width: 100% !important;
    display: block;
  }
  .custom_europe_global_currency,
  #custom_currency {
    padding-left: 0px !important;
  }
  .blog_main_container {
    flex-direction: column;
  }
  .blog_main_container .col-md-7 .inner_feature_blog:first-child {
    margin: 58px 0px 0px 0px !important;
  }
  .blog_main_container .inner_feature_blog:nth-child(2) {
    margin: 0px 0px 58px 0px !important;
  }
  .blog-image {
    margin-top: 20px !important;
  }
  .inner_blogs .blog-image {
    margin-top: 0 !important;
  }
  .col-md-5 .inner_feature_blog {
    margin-top: 15px !important;
  }
  .blog_main_container .col-md-7 {
    width: 100% !important;
  }
  .a-device.a-device--mobile.a-device--mini .a-device-object {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .a-device.a-device--mobile.a-device--mini .a-device-object {
    display: block !important;
  }
}
#language-bar .custom_language_active.active {
  background-color: #FFCAA9;
  border: 1px solid #FF924E;
  border-radius: 12px;
  padding: 8px 16px;
}
#language-bar .custom_language_active {
  padding: 8px 16px;
}
#contact-bar {
  padding: 100px 20px 20px 70px !important;
}
@media (max-width: 576px) {
  #contact-bar {
    padding: 100px 20px 20px 35px !important;
    justify-content: center !important;
  }
  .is-open {
    /* border-radius: 0px !important; */
  }
}
@media (max-width: 365px) {
  .is-open {
    /* border-radius: 0px !important; */
  }
  #contact-bar {
    padding: 100px 20px 20px 35px !important;
    justify-content: center !important;
  }
  #instablog .feature-content h1 a {
    font-size: 28px;
    line-height: 32px;
  }
  .inner_feature_blog {
    margin: 40px 0px;
  }
}
#contact-bar .customsidebar,
#language-bar ul {
  height: 100%;
  overflow-y: auto;
}
#contact-bar .customsidebar::-webkit-scrollbar,
#language-bar ul::-webkit-scrollbar {
  width: 4px;
  background: #FFFFFF;
}
/* Track */
#contact-bar .customsidebar::-webkit-scrollbar-track,
#language-bar ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #080808 !important;
  border-radius: 10px;
}
/* Handle */
#contact-bar .customsidebar::-webkit-scrollbar-thumb,
#language-bar ul::-webkit-scrollbar-thumb {
  background: #FF924E;
  border-radius: 10px !important;
}
#language-bar {
  max-width: 406px !important;
  padding: 80px 32px 0px 32px !important;
}
#contact-close {
  left: 55px !important;
}
@media (max-width: 769px) {
  #contact-close,
  #language-close {
    right: 25px !important;
    left: auto !important;
  }
  #language-bar {
    width: 100% !important;
    max-width: 406px !important;
  }
}
.a-close-button svg {
  height: 40px;
  width: 40px;
}
#country option {
  text-transform: capitalize !important;
}
.h1.our_partners_title {
  text-align: center !important;
}
.location-multiple .accordion {
  background-color: transparent !important;
  border-bottom: 0.5px solid #FFBB91;
}
@media (max-width: 1199px) {
  .a-hand {
    display: none !important;
  }
}
.a-device-object--top {
  margin: 0px !important;
}
@media (max-width: 1199px) {
  #InnerarrowDon {
    display: none;
  }
}
#pickup_date,
#return_date {
  white-space: nowrap !important;
  width: 100% !important;
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  -ms-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  padding-right: 50px;
}
@media (max-width: 576px) {
  header.h1.faq_heading {
    padding-bottom: 30px !important;
  }
  .h1.faq_heading {
    font-size: 29px !important;
    line-height: 32px !important;
  }
  .o-panel--questions {
    padding: 20px 0;
  }
  .a-faq-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
  }
  .a-accordion-arrow-faq svg {
    height: 18px !important;
    width: 18px !important;
  }
  #arrowDowns {
    display: none !important;
  }
  .a-device.a-device--mobile.flex-grow {
    display: none !important;
  }
  .countriessection {
    margin-top: 30px !important;
  }
  .inner_country .container_heading_section {
    margin-bottom: 0px !important;
  }
  .col-md-7.col-12.mainreturnsection.get_heading_title_main_section.d-flex.align-items-center,
  .col-md-7.col-12.mainwheredoigetitsection.get_heading_title_main_section.d-flex.align-items-center {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .inner_return {
    margin-top: 20px !important;
  }
  .o-panel--countries {
    padding: 20px 0px !important;
  }
  .o-panel--return {
    padding-top: 0px !important;
  }
  .container_heading_section {
    margin-bottom: 30px !important;
  }
  .o-panel.o-panel--delivery .my_container {
    padding-top: 0px !important;
  }
  .social_box img {
    margin-bottom: 20px;
    height:50% !important;
    width:50% !important;
  }
  .o-panel--partners {
    padding-top: 40px !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
}
.page-template-template-privacy-terms {
  background-color: #FFF5EF !important;
}
.custom_europe_global_currency,
#custom_currency {
  padding-left: 0px !important;
  border-bottom: 0px !important;
}
.customcurrency_span {
  padding-left: 0px !important;
  border-bottom: 0px !important;
}
@media (max-width: 576px) {
  .countriessection .row .inner_sec.d-flex {
    padding-left: 20px !important;
  }
  .customcurrency_span {
    padding-left: 0px !important;
    word-wrap: break-word;
    width: 100% !important;
    display: block;
  }
  .custom_europe_global_currency,
  #custom_currency {
    padding-left: 0px !important;
  }
  .country_banner {
    /* background: linear-gradient(91.41deg, #8A68D6 2%, #5C6AFF 99.62%) !important; */
    /* Client Feedback Update Background 08-10-2024 */
    /* background: linear-gradient(360deg, #FB4E4D 0%, #A05EC2 34.27%, #7066FF 67.07%) !important; */
    /* Client Feedback Update Background 09-10-2024 */
    /* background: linear-gradient(0deg, #E94A47 0%, #8F5CA3 50%, #6559A3 100%) !important; */
    background: linear-gradient(0deg, #FF7451 0%, #8F5CA3 33%, #6559A3 100%) !important;
  }
  .a-datepicker {
    top: 90% !important;
  }
  .country_header svg {
    margin-top: 15px !important;
  }
  .s-top-small {
    margin-top: 32px !important;
  }
  .inner_country {
    padding-top: 0px !important;
  }
  .footer_languagemenu {
    margin-top: 20px !important;
  }
  .m-specs-list li:last-child span {
    border-bottom: 0px solid #FFFFFF !important;
  }
}
@media (max-width: 345px) {
  .a-delivery-option-alllocations {
    padding: 0px !important;
  }
  .a-delivery-option .Upper_section div {
    width: 95% !important;
  }
}
@media (min-width: 677px) {
  .banner_middle {
    display: flex !important;
  }
  .static_hand_mobile_countries {
    display: none !important;
  }
}
/* 11-11-2024 */
@media (max-width: 1025px) {
  /* 11-11-2024 */
  #bookit-link {
    display: flex !important;
  }
  .m-specs-list li:last-child span {
    border-bottom: 1px solid #FFFFFF !important;
  }
  .banner_left {
    width: 100% !important;
  }
  .a-book-it-button--sticky {
    padding-top: 0px !important;
  }
  .banner_list span {
    padding-left: 0px !important;
  }
  /* 11-12-2024 */
  /* .mobile_countries {
    height: 350px !important;
    width: 346px !important;
    object-fit: contain !important;
    margin-top: 20px !important;
    margin-bottom: 50px !important;
  } */
  .a-book-it-button--sticky {
    z-index: 9999999 !important;
  }
  #arrowDowns {
    display: none !important;
  }
  .a-datepicker--home {
    top: 83%;
    bottom: auto;
  }
  #book-it-button {
    margin-bottom: 5px;
  }
  #return_date~.a-datepicker--home {
    left: 100% !important;
    top: auto !important;
  }
  .ani-ripple-wrap {
    height: 900px !important;
    width: 900px !important;
  }
}
@media (max-width: 769px) {
  #book-it-button {
    margin-bottom: 85px;
  }
}
@media (max-width: 676px) {
  .m-specs-list li:last-child span {
    border-bottom: 0px solid #FFFFFF !important;
  }
  #return_date~.a-datepicker--home {
    left: auto !important;
  }
  #book-it-button {
    margin-bottom: 40px !important;
  }
  /* Book It Button Sticky in Mobile 25-09-2024 */
  #bookit-link {
    display: flex !important;
  }
  html[dir="ltr"] .a-book-it-button--sticky {
    right: 16px !important;
  }
  .a-book-it-button--sticky {
    width: 100px !important;
    height: 40px !important;
    padding-top: 0px !important;
    bottom: 20px !important;
    border: 1px solid #FFFFFF !important;
  }
  .o-panel--questions,
  .o-panel--partners,
  .o-footer {
    z-index: 9 !important;
  }
  /*  */
  .banner_right {
    width: 100% !important;
/* 	  12-12-2024 */
/*     align-items: flex-end; */
    align-items: center;
    padding-bottom: 0px !important;
  }
  .banner_content {
    padding-bottom: 0px !important;
  }
  .banner_right ul {
    grid-template-columns: auto !important;
    padding-bottom: 30px !important;
    width: 100% !important;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .banner_right ul li.banner_list {
    padding-left: 0px !important;
  }
  .banner_right ul li.banner_list img {
    height: 35px;
    width: 35px;
  }
  .banner_middle {
    display: none !important;
  }
  .static_hand_mobile_countries{
    /* display: block !important;
    height: 217px;
    width: 209px; */
    /* height: 260px;
    width: 250px; */
    /* object-fit: contain; */
    display: block !important;
    height: 315px;
    width: 233px;
    object-fit: contain;
    object-position: right;
    right: -7%;
/* 12-12-2024 */
/*     position: absolute; */
	  margin-right:-16px;
  }
  #locations-list li .location_options_title {
    padding-top: 10px !important;
  }
  .m-header-nav a svg {
    /* 12-12-2024 */
    /* margin-right: 10px; */
  }
}
@media (max-width: 400px) {
  .static_hand_mobile_countries {
    height: 315px;
    width: 211px;
    right: -7%;
  }
  .banner_right ul {
    width: 90% !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 320px) {
  .static_hand_mobile_countries {
    height: 205px;
    width: 260px;
    right: -6%;
  }
  .banner_right ul {
    width: 80% !important;
  }
}
#column-partners .slick-list.draggable {
  display: flex !important;
  justify-content: center !important;
}
#column-partners .slick-slide.slick-active {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#column-partners .slick-track {
  justify-content: center !important;
}
.a-hand {
  z-index: 9;
}
.animate {
  animation: slideIn 1s ease forwards;
  /* Adjust duration and timing as needed */
}
@keyframes slideIn {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 105px;
  }
}
/* .delivery_inner_section{
  z-index: -1;
} */
.o-panel--connect {
  z-index: 9;
}
.o-return-options {
  z-index: 0;
}
/* Hand Animation 26-09-2024 */
@media (min-width: 1199px) {
  /* Animation Changes 10-12-2024 */
  /* #locations-list li .Upper_section{
    padding: 20px !important;
  }
  #locations-list li .location-entry{
    padding:20px !important;
  }
  #locations-list li .Upper_section::after{
    right: 20px !important;
  } */
}
@media (min-width: 1300px) {
  /* Animation Changes 10-12-2024 */
  /* #locations-list li .Upper_section{
    padding: 20px !important;
  }
  #locations-list li .location-entry{
    padding:20px !important;
  }
  #locations-list li .Upper_section::after{
    right: 20px !important; 
  } */
}
@media (min-width: 1400px) {
  /* Animation Changes 10-12-2024 */
  /* #locations-list li .Upper_section{
    padding: 20px !important;
  }
  #locations-list li .location-entry{
    padding:20px !important;
  }
  #locations-list li .Upper_section::after{
    right: 20px !important;
  } */
}
@media (min-width: 1500px) {
  /* Animation Changes 10-12-2024 */
  /* #locations-list li .Upper_section{
    padding: 20px !important;
  }
  #locations-list li .location-entry{
    padding:20px !important;
  }
  #locations-list li .Upper_section::after{
    right: 20px !important;
  } */
}
@media (min-width: 1601px) {
  /* Animation Changes 10-12-2024 */
  /* #locations-list li .Upper_section{
    padding: 20px !important;
  }
  #locations-list li .location-entry{
    padding:20px !important;
  }
  #locations-list li .Upper_section::after{
    right: 20px !important;
  } */
}
@media (min-width: 1700px) {
  /* Animation Changes 10-12-2024 */
  /* #locations-list li .Upper_section{
    padding: 20px !important;
  }
  #locations-list li .location-entry{
    padding:20px !important;
  }
  #locations-list li .Upper_section::after{
    right: 20px !important;
  } */
}
@media (min-width: 1800px) {
  /* Animation Changes 10-12-2024 */
  /* #locations-list li .Upper_section{
    padding: 20px !important;
  }
  #locations-list li .location-entry{
    padding:20px !important;
  }
  #locations-list li .Upper_section::after{
    right: 20px !important;
  } */
}
/* Remove Hand Animation 10-12-2024 */
.a-device-object--top,.a-hand{
  display: none !important;
}
/* .a-device.a-device--mobile.a-device--mini .ani-ripple-wrap{
  display: none;
} */
/* 26-09-2024 */
.slick-list.draggable {
  margin-bottom: 1% !important;
}
@media (max-width: 767px) {
  .banner_left {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .o-panel--connect {
    background: linear-gradient(0deg, #FF7451 0%, #8F5CA3 33%, #6559A3 100%) !important;
  }
  .h1.a-panel-heading.a-panel-heading--connect.s-bottom-large {
    padding: 0px 15px;
  }
}
.o-panel--review .wp-google-stars {
  display: block !important;
  position: absolute;
  top: 2%;
  left: 20%;
}
.o-panel--review .wp-google-feedback {
  width: 100%;
}
@media (max-width: 767px) {
  .o-panel--review .wp-google-stars {
    left: 30%;
  }
}
@media (max-width:1024px) {
  .cc-window.cc-floating.cc-theme-classic {
    left: 0;
  }
}
@media (max-width: 576px) {
  .a-book-it-button--sticky {
    z-index: 9999999 !important;
  }
  .cc-window.cc-floating.cc-theme-classic {
    width: 50%;
    font-size: 12px !important;
    line-height: 1.2em !important;
    text-align: center;
    z-index: 999 !important;
  }
  #delivery-panel .where_do_image_section {
    display: none;
  }
  #country-panel .image_section {
    display: none;
  }
  #return-panel .image_section {
    display: none;
  }
  .h1.our_partners_title {
    padding-bottom: 0;
    font-size: 29px;
  }
  #partners-panel .my_container {
    padding: 5px;
  }
  #book-panel .o-panel__inner {
    margin: 30px 18px !important;
  }
  .o-panel--partners {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #partners-panel #column-partners>div {
    padding: 0;
    height: 50px;
  }
  #partners-panel #column-partners img {
    max-height: 35px;
  }
  .country_title_mobile {
    margin: 0 20px;
    padding: 0 !important;
  }
  .country_title_mobile .countries_heading {
    font-family: "Space Grotesk";
    font-size: 29px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .country_title_mobile .countries_desc {
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 100%;
    padding-top: 0px;
    margin: 20px 0;
  }
}
.cc-window.cc-floating.cc-theme-classic {
  font-family: "Space Grotesk" !important;
  z-index: 9999999 !important;
  background-color: #FFF2E9 !important;
  color: #181818 !important;
}
.cc-window.cc-floating.cc-theme-classic .cc-compliance .cc-btn {
  background-color: #181818;
}
/* Remove Animation */
/* @media (max-width: 1024px) { */
/* .main_banner_row .banner_left,.device-specs {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  } */
/* } */
/* @media (min-width: 1200px) {
  .mobile_countries {
    position: absolute;
    top: -100%; 
    left: 25%;
    animation: slideDown 2s ease forwards; 
  }
  @keyframes slideDown {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
  }
} */

/* 11-12-2024 */
/* @media (min-width:1701px) {
  .mobile_countries{
    position: absolute;
    bottom: -83%;
    height: 918px !important;
    width: 387px !important;
    margin-left: 0px !important
  }
  .banner_content{
    height: 90vh;
  }
}
@media (max-width:992px) {
  .banner_left{
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile_countries {
    position: unset !important;
  }
}
@media (min-width: 1200px) {
  .mobile_countries {
    position: absolute;
    bottom: -67%;
    height: 482px !important;
    width: 326px !important;
    margin-left: -35px !important;
  }
}
@media screen and (width: 1280px) and (height: 559px) {
  .mobile_countries {
    position: absolute;
    bottom: -35% !important;
    height: 434px !important;
    width: 307px !important;
    margin-left: -28px !important;
  }
}
@media (min-width: 1300px) {
  .mobile_countries {
    position: absolute;
    bottom: -67%;
    height: 513px !important;
    width: 329px !important;
    margin-left: -28px !important;
  }
}
@media screen and (width: 1280px) and (height: 800px) {
  .mobile_countries {
    position: absolute;
    bottom: -56% !important;
    height: 541px !important;
    width: 307px !important;
    margin-left: -12px !important;
  }
}
@media (min-width: 1401px) {
  .mobile_countries {
    position: absolute;
    bottom: -86%;
    height: 580px !important;
    width: 360px !important;
    margin-left: 0px !important;
  }
}
@media screen and (width: 1366px) and (height: 768px) {
  .mobile_countries {
    position: absolute;
    bottom: -66%;
    height: 547px !important;
    width: 323px !important;
    margin-left: -10px !important;
  }
}
@media (min-width: 1599px) {
  .mobile_countries {
    position: absolute;
    bottom: -68%;
    height: 600px !important;
    width: 362px !important;
    margin-left: 7px !important;
  }
}
@media screen and (width: 1600px) and (height: 900px) {
  .mobile_countries {
    position: absolute;
    bottom: -79% !important;
    height: 631px !important;
    width: 362px !important;
    margin-left: 2px !important;
  }
}
@media (min-width: 1700px) {
  .mobile_countries {
    position: absolute;
    bottom: -68%;
    height: 600px !important;
    width: 362px !important;
    margin-left: 7px !important;
  }
}
@media (min-width: 1800px) {
  .mobile_countries {
    position: absolute;
    bottom: -50%;
    height: 589px !important;
    width: 366px !important;
    margin-left: 0px !important;
  }
}
@media (min-width:1900px){
  .mobile_countries {
    position: absolute;
    bottom: -83%;
    height: 700px !important;
    width: 376px !important;
    margin-left: 0px !important;
  }
} */

/* Countries section Title Hide on Above 576px*/
@media (min-width: 576px) {
  .country_title_mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .banner_list h5 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .m-specs-list {
    gap: 14px !important;
  }
  .o-book-it-form .a-book-it-button {
    margin-bottom: 80px !important;
  }
}
.a-book-it-input .a-input.a-input--date #pick-pickup-date-container,
.a-book-it-input .a-input.a-input--date #pick-return-date-container {
  z-index: 99999 !important;
}
/* 21-11-2024 */
@media only screen and (max-width: 1024px) {
  .country_header {
    min-height: 250px !important;
    height: 300px !important;
  }
  .a-delivery-option p {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .a-delivery-option {
    min-height: 100px !important;
  }
  .wp-google-feedback svg {
    padding-bottom: 10px !important;
    height: 25px !important;
    width: 25px !important;
  }
  .a-book-it-button {
    width: 140px !important;
  }
}
/* 21-11-2024 */
@media (max-width: 768px) {
  .m-panel--countries-scrollable.location-global .location-global .a-countries-subheader:first-child,
  .m-panel--countries-scrollable.location-europe .location-europe .a-countries-subheader:first-child {
    margin-top: 0px !important;
  }
  .a-book-it-button.a-book-it-button--sticky.is-visible {
    width: 100px !important;
    height: 30px !important;
    font-size: 14px !important;
  }
  #book-it-button.a-book-it-button {
    height: 40px !important;
    line-height: 44px !important;
    justify-self: center !important;
    text-align: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .mobile_countries {
    /* 11-12-2024 */
    /* height: 355px !important;
    width: 215px !important; */
    width: 150% !important;
    margin-left: 0px;
  }
  .banner_middle {
    width: 20% !important;
    justify-content: flex-start !important;
  }
  .a-delivery-option {
    min-height: 100px !important;
  }
  .a-delivery-option .Upper_section {
    padding: 0px 20px !important;
  }
  .Upper_section::after {
    right: 15px !important;
  }
  .country_header {
    min-height: 350px !important;
    height: 300px !important;
  }
  .o-panel--countries {
    padding: 20px 0 !important;
  }
  .o-panel--return {
    padding: 20px 0px 60px 0px !important;
  }
  .o-panel.o-panel--connect .a-device--mobile {
    display: block !important;
  }
  .o-panel.o-panel--connect .a-device--mobile .a-device-object {
    height: 600px !important;
    width: 550px !important;
  }
  .ani-ripple-wrap {
    left: 48% !important;
    top: 49% !important;
  }
  .paragraph p {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .a-return-option-title {
    font-size: 1.75vw !important;
    line-height: 30px !important;
  }
  .m-faq-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .a-countries-subheader {
    padding: 12px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    border-radius: 15px !important;
  }
  .footer_support .footer_support_desc{
    margin-bottom: 2px !important;
  }
  .footer-info p{
    width:100% !important;
  }
}
/* Error Page Promo Button */
.error404 .promo_button{
  top: 25% !important;
}

/* discounted price 04-12-2024 */
p.a-input-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}
p.a-input-field .rental_cost_text {
  display: flex;
  align-items: center;
}
p.a-input-field .rental_cost_text .rental_cost {
  font-size: 1.05rem;
  /* font-weight: bold; */
}
p.a-input-field .rental_cost_text .actual_rental_cost {
  text-decoration: line-through;
  font-size: 0.90rem;
}
p.a-input-field .discount_off {
  font-size: 0.95rem;
  margin-left: 30px;
}
.rental_cost_main .a-input--date { min-width: 340px; }
@media (max-width: 1290px) {
  p.a-input-field .rental_cost_text .rental_cost {
    font-size: 0.95rem;
  }
  p.a-input-field .rental_cost_text .actual_rental_cost {
    font-size: 0.80rem;
  }
  p.a-input-field .discount_off {
    font-size: 0.85rem;
  }
  #rental_cost.a-input-field{
    padding-right: 55px !important;
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  p.a-input-field .rental_cost_text .rental_cost {
    font-size: 0.95rem;
  }
  p.a-input-field .rental_cost_text .actual_rental_cost {
    font-size: 0.80rem;
  }
  p.a-input-field .discount_off {
    font-size: 0.85rem;
  }
}
@media (max-width: 1599px) {
  .a-input--date { min-width: 240px; }
}
@media (max-width: 1399px) {
  .a-input--date { min-width: 200px; }
  .a-select-currency {
    min-width: 200px;
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .a-input--date { min-width: 200px; }
  .a-select-currency {
    min-width: 200px;
    width: 200px;
  }
}
@media (max-width: 1025px) {
  .a-input--date { min-width: 200px; }
  .a-select-currency {
    width: 100%;
  }
}


/* newCss-12-12-2024 */
@media screen and (max-height: 768px){
	.mobile_countries{
		width:46vh;
	}
}
/* 13-12-2024 */
.inner_country_tabs,.header-nav-links,.inner_country_tab_bg{
	display:flex;
	align-items:center;
	width:fit-content;
}
.inner_country_tabs{
	/* border:1px solid #181818; */
	border-radius:28px;
}
.top_nav_container{
	display:flex;
	justify-content:space-between;
}
.header-book-it{
	display:flex;
	justify-content:end;
}
.header-nav-links{
	display:flex;
	justify-content:center;
}
.country_tabs{
	width: 36%;
}
.header-desc{
	display:flex;
	gap:2rem;
}
.nav_tabs.active-tab-right a{
  /* 13-12-2024 */
  /* background:#181818; */
  background: linear-gradient(273.4deg, #FB4E4D -32.69%, #7066FF 96.33%);
	border-radius:28px;
	color:#ffffff;
}
.nav_tabs .nav-link{
	color:#181818;
}
.nav_tabs:hover,.nav-link:hover{
	border-radius:28px;
	background:transparent;
}
.nav-link svg{
/* 	fill:#181818; */
}
.nav_tabs.active-tab-right svg path{
	stroke:#ffffff;
}
.nav_tabs{
	margin:2px 2px;
}
.inner_country_tabs{
  background-image: linear-gradient(360deg, #FB4E4D 0%, #7066FF 97.91%);
  padding:1px;	
}
.inner_country_tab_bg{
  background-color: white;
  border-radius: 28px;	
}

@media (min-width: 1600px) {
  .nav_tabs {
    margin: 4px 4px;
  }
}
@media screen and (max-width: 1024px){
	.header-nav-links,.header-book-it{
		display:none;
	}
  .country_tabs{
    width: 65%;
  }
}
@media screen and (max-width: 576px){
	.m-header-nav{
		height: 60px;
	}
  .country_tabs{
    width: 90%;
  }
	.country_banner.homepage{
		margin-top: 55px;
	}
	.banner_left_subtitle{
		font-size:14px;
	}
  .m-header-nav a {
    text-align: start;
  }
}
@media screen and (max-width: 400px){
	.m-header-nav a {
    font-size: 13px;
    padding: 8px;
  }
}
@media screen and (max-width: 375px){
	.m-header-nav a {
    font-size: 12px;
    padding: 8px 6px;
  }
}

/* 3/05/2025 */
.blog-added-date{
	text-align: center;
    width: 100%;
    display: block;
	color:#FF924E;
}
#instablog.single .content-wrapper .content img.alignleft{
    width: fit-content;
	max-width: 40% !important;
	object-fit: contain;
	height: revert-layer !important;
	margin:0em 2em 0em 0 !important
}

img.alignnone,img.aligncenter {
    width: 100%;
}
.content p:not(:has(img)),.content h1:not(:has(img)),.content h2:not(:has(img)),.content h3:not(:has(img)),.content ul:not(:has(img)),.content ol:not(:has(img)),.blog-categories, .content p:has(img.alignleft){
    padding: 0px 8rem;
}
.blog-image-containers,#instablog.single .content-wrapper .content img.aligncenter{
	height: 25vw !important;
	position:relative;
}
/* 3/04/2025 */
.blog-image-container img{
/* 	border-radius:50px; */
	width:100%;
}
.content img{
	border-radius: 30px;
}
article p,
article h2,
article h3,
article h1,
article h4,
article h5 {
    margin: 0.5em 0 !important;
}
.blog-categories{
/* 	width: 88%; */
/*     position: absolute; */
    bottom: 0px;
    right: 1rem;
	    display: flex;
    justify-content: center;
}
.top-blog-categories{
	/* display: flex;
    justify-content: end;
	overflow-x:auto;
	z-index: 4; */
	text-align: center;
}
#instablog .tag{
	text-wrap:nowrap;
}
.blog-content-container .content{
	padding:0px;
}
.blog-detail-title{
	padding:0px !important;
}
.content .wp-video{
	width: 100% !important;
    display: flex;
    justify-content: center;
}
.follow-share{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 2rem;
}
.inner-social{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF2E9;
	gap: 1rem;
    padding: 10px 24px;
    border-radius: 13px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    border-left: 1px solid #FF924E;
	padding-left:1rem;
}
.heateor_sss_svg svg path{
	fill:black;
}
.heateor_sss_svg{
    /* filter: grayscale(100%); */
    padding: 8px !important;
    border-radius: 999px;
    background: #FF924E33 !important;
}
#instablog.single .content-wrapper .content .aligncenter{
	margin: 2rem auto;
}
.blog-detail-title{
	text-align:center !important;
	margin-bottom: 0px !important;
}
.blog-image-container{
	position:relative;
	width: fit-content;
}
/* .blog-image-container::after {
    content: url('data:image/svg+xml,<svg width="1440" height="670" viewBox="0 0 1440 670" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1440" height="670" rx="62" fill="url(%23paint0_linear_1584_2105)"/><defs><linearGradient id="paint0_linear_1584_2105" x1="720" y1="0" x2="720" y2="670" gradientUnits="userSpaceOnUse"><stop stop-opacity="0"/><stop offset="0.735577" stop-opacity="0.427885"/><stop offset="1"/></linearGradient></defs></svg>');
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
} */
@media screen and (max-width: 768px){
	#instablog.single .content-wrapper .content img.alignleft,#instablog.single .content-wrapper .content img.alignright{
		float: unset !important;
		margin:0px auto !important;
	}
	.content p:not(:has(img)),.content h1:not(:has(img)),.content h2:not(:has(img)),.content h3:not(:has(img)),.content h4:not(:has(img)),.content ul:not(:has(img)),.content ol:not(:has(img)),.blog-categories, .content p:has(img.alignleft) {
   	 padding: 0px 1rem !important;
	}
	article p, article h2, article h3, article h1, article h4, article h5{
		font-size:16px;
	}
	.blog-detail-title{
		font-size:38px !important;
	}
	.content img,.blog-image-container {
    	border-radius: 25px;
	}
	.blog-image-container, #instablog.single .content-wrapper .content img.aligncenter {
		height: 50vw !important;
		position: relative;
	}
	li p {
		padding: 0px !important;
	}
}
/* Custom scrollbar */
/* width */
.top-blog-categories::-webkit-scrollbar {
 	width: 3px;
	height: 3px;
}
.top-blog-categories::-webkit-scrollbar-track{
	background: #dddddd;
	border-radius: 10px;
}

/* Handle */
.top-blog-categories::-webkit-scrollbar-thumb {
	background: #8f8f8f; 
	border-radius: 10px;
	
}