@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:200,300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Nunito");
a,
abbr,
acronym,
address,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike tt,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

/*Reset css end*/
:root {
  font-size: 14px;
}
@media (max-width: 786px) {
  :root {
    font-size: 16px;
  }
}

/*Global Css starts*/
a {
  color: #189ae6;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.875em;
  text-decoration: none;
}
a:hover, a:focus {
  color: #45aeec;
}

body {
  line-height: 1;
  position: relative;
  font-family: "Lato", sans-serif;
  background-color: #ffff;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-word-break: keep-all;
  -o-word-break: keep-all;
  -moz-word-break: keep-all;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
img {
  max-width: 100%;
  vertical-align: middle;
}

.order-review .container {
  height: 96%;
}

.container {
  margin: 0 auto;
  width: 98%;
  padding: 0.625em 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

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

.hide {
  display: none;
}

.stroke-out {
  text-decoration: line-through;
}

.bold {
  font-weight: 800;
}

.display-block {
  display: block;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.display-table-row {
  display: table-row;
}

.display-flex {
  display: flex;
}

.display-flow-root {
  display: flow-root;
}

.display-contents {
  display: contents;
}

.display-grid {
  display: grid;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-inline-flex {
  display: inline-flex;
}

.display-inline-table {
  display: inline-table;
}

.display-inline-grid {
  display: inline-grid;
}

.display-none {
  display: none;
}

.display-table-caption {
  display: table-caption;
}

p {
  font: 300 0.6666666667 "Nunito", sans-serif;
  padding-bottom: 12px;
}

.clear60, .clear40, .clear20,
.clear {
  clear: both;
}

.clear20 {
  height: 1.25em;
}

.clear40 {
  height: 2.5em;
}

.clear60 {
  height: 3.75em;
}

.desktop-only {
  display: block;
}

.mobile-only,
.tab-mobile-only,
.tab-only {
  display: none;
}

/*Global Css End*/
.field-list li {
  padding-bottom: 10px;
}

.w-100 {
  width: 100% !important;
}

/* Basic for project */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  padding-bottom: 0.3125em;
  font-family: "Lato", sans-serif;
  color: #344750;
  font-weight: 400;
}

h1 .tag, h2 .tag, h3 .tag, h4 .tag, h5 .tag, h6 .tag, .h1 .tag, .h2 .tag, .h3 .tag, .h4 .tag, .h5 .tag, .h6 .tag {
  display: inline-block;
  padding: 0.125em 0.3125em;
  background-color: #e9ecf0;
  color: #989a9e;
  border-radius: 0.125em;
}

h1 {
  font-size: 1.625em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

p {
  font: 300 14px "Lato", sans-serif;
  padding-bottom: 12px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: 1px solid #ddd;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.grid-layout {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-left: -1%;
  margin-right: -1%;
  flex-wrap: wrap;
}
.grid-layout [class^=grid] {
  padding-left: 1%;
  padding-right: 1%;
  flex-basis: 0;
  flex-grow: 1;
}
.grid-layout.debug [class^=grid] {
  border: 1px dashed #666;
  background-color: #e6e6e6;
  color: #666;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
}

@media (min-width: 768px) {
  .layout-1 .grid:nth-child(odd) {
    flex-basis: 59%;
  }
  .layout-1 .grid:nth-child(even) {
    flex-basis: 39%;
  }
}
@media (min-width: 1200px) {
  .layout-1 .grid:nth-child(1) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(2) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(3) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(4) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(5) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(6) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(7) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(8) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(9) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(10) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(11) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(12) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(13) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(14) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(15) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(16) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(17) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(18) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(19) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(20) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(21) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(22) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(23) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(24) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(25) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(26) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(27) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(28) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(29) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(30) {
    flex-basis: 19%;
  }
}
@media (min-width: 1600px) {
  .layout-1 .grid:nth-child(n+0) {
    flex-basis: 24%;
  }
}

@media (max-width: 767px) {
  .grid-layout .grid-xs-1 {
    flex: 0 0 8.3333333333%;
  }

  .grid-layout .grid-xs-2 {
    flex: 0 0 16.6666666667%;
  }

  .grid-layout .grid-xs-3 {
    flex: 0 0 25%;
  }

  .grid-layout .grid-xs-4 {
    flex: 0 0 33.3333333333%;
  }

  .grid-layout .grid-xs-5 {
    flex: 0 0 41.6666666667%;
  }

  .grid-layout .grid-xs-6 {
    flex: 0 0 50%;
  }

  .grid-layout .grid-xs-7 {
    flex: 0 0 58.3333333333%;
  }

  .grid-layout .grid-xs-8 {
    flex: 0 0 66.6666666667%;
  }

  .grid-layout .grid-xs-9 {
    flex: 0 0 75%;
  }

  .grid-layout .grid-xs-10 {
    flex: 0 0 83.3333333333%;
  }

  .grid-layout .grid-xs-11 {
    flex: 0 0 91.6666666667%;
  }

  .grid-layout .grid-xs-12 {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid-layout .grid-md-1 {
    flex: 0 0 8.3333333333%;
  }

  .grid-layout .grid-md-2 {
    flex: 0 0 16.6666666667%;
  }

  .grid-layout .grid-md-3 {
    flex: 0 0 25%;
  }

  .grid-layout .grid-md-4 {
    flex: 0 0 33.3333333333%;
  }

  .grid-layout .grid-md-5 {
    flex: 0 0 41.6666666667%;
  }

  .grid-layout .grid-md-6 {
    flex: 0 0 50%;
  }

  .grid-layout .grid-md-7 {
    flex: 0 0 58.3333333333%;
  }

  .grid-layout .grid-md-8 {
    flex: 0 0 66.6666666667%;
  }

  .grid-layout .grid-md-9 {
    flex: 0 0 75%;
  }

  .grid-layout .grid-md-10 {
    flex: 0 0 83.3333333333%;
  }

  .grid-layout .grid-md-11 {
    flex: 0 0 91.6666666667%;
  }

  .grid-layout .grid-md-12 {
    flex: 0 0 100%;
  }
}
@media (min-width: 1025px) {
  .grid-layout .grid-lg-1 {
    flex: 0 0 8.3333333333%;
  }

  .grid-layout .grid-lg-2 {
    flex: 0 0 16.6666666667%;
  }

  .grid-layout .grid-lg-3 {
    flex: 0 0 25%;
  }

  .grid-layout .grid-lg-4 {
    flex: 0 0 33.3333333333%;
  }

  .grid-layout .grid-lg-5 {
    flex: 0 0 41.6666666667%;
  }

  .grid-layout .grid-lg-6 {
    flex: 0 0 50%;
  }

  .grid-layout .grid-lg-7 {
    flex: 0 0 58.3333333333%;
  }

  .grid-layout .grid-lg-8 {
    flex: 0 0 66.6666666667%;
  }

  .grid-layout .grid-lg-9 {
    flex: 0 0 75%;
  }

  .grid-layout .grid-lg-10 {
    flex: 0 0 83.3333333333%;
  }

  .grid-layout .grid-lg-11 {
    flex: 0 0 91.6666666667%;
  }

  .grid-layout .grid-lg-12 {
    flex: 0 0 100%;
  }
}
@media (min-width: 1367px) {
  .grid-layout .grid-xl-1 {
    flex: 0 0 8.3333333333%;
  }

  .grid-layout .grid-xl-2 {
    flex: 0 0 16.6666666667%;
  }

  .grid-layout .grid-xl-3 {
    flex: 0 0 25%;
  }

  .grid-layout .grid-xl-4 {
    flex: 0 0 33.3333333333%;
  }

  .grid-layout .grid-xl-5 {
    flex: 0 0 41.6666666667%;
  }

  .grid-layout .grid-xl-6 {
    flex: 0 0 50%;
  }

  .grid-layout .grid-xl-7 {
    flex: 0 0 58.3333333333%;
  }

  .grid-layout .grid-xl-8 {
    flex: 0 0 66.6666666667%;
  }

  .grid-layout .grid-xl-9 {
    flex: 0 0 75%;
  }

  .grid-layout .grid-xl-10 {
    flex: 0 0 83.3333333333%;
  }

  .grid-layout .grid-xl-11 {
    flex: 0 0 91.6666666667%;
  }

  .grid-layout .grid-xl-12 {
    flex: 0 0 100%;
  }
}
.jc-space-between {
  justify-content: space-between;
}

.jc-space-around {
  justify-content: space-around;
}

.jc-space-center {
  justify-content: center;
}

/* modules that you can use in project */
.custom-select {
  background-color: #ff782d;
  border-radius: 50px;
}
.custom-select.input-type-select:after {
  border-top-color: #fff;
}
.custom-select select {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  border-radius: 50px;
  color: #fff;
  border: none;
  line-height: 15px;
  padding: 0.75em 2.5em 0.75em 1em;
}
.custom-select select option {
  color: #444;
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown .custom-dropdown-trigger {
  padding: 0.3125em 1.25em 0.3125em 0.3125em;
  cursor: pointer;
  position: relative;
}
.custom-dropdown .custom-dropdown-trigger::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "";
  font-size: 0.625em;
  color: #444;
}
.custom-dropdown.show .custom-dropdown-content {
  display: block;
}
.custom-dropdown .custom-dropdown-content {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #e0e7ea;
  -o-box-shadow: 0 0 10px #e0e7ea;
  -moz-box-shadow: 0 0 10px #e0e7ea;
  -ms-box-shadow: 0 0 10px #e0e7ea;
  box-shadow: 0 0 10px #e0e7ea;
  position: absolute;
}
.custom-dropdown .custom-dropdown-content li {
  padding: 0.9375em 1.25em;
}

ol.list, ul.list {
  margin-left: 27px;
  padding-bottom: 14px;
  font: 1.25rem "Nunito", sans-serif;
}
ol.list li, ul.list li {
  padding: 5px 0 5px 7px;
}
ol.list.bullet, ul.list.bullet {
  margin-left: 10px;
}
ol.list.bullet li, ul.list.bullet li {
  background: url("../images/bullet.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  padding: 5px 0 5px 18px;
}
ol.list.disc li, ol.list.disc li, ul.list.disc li, ul.list.disc li {
  list-style-type: disc;
}
ol.list.decimal li, ol.list.decimal li, ul.list.decimal li, ul.list.decimal li {
  list-style-type: decimal;
}

@media (min-width: 641px) {
  .info-cards {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
  }
}
.info-cards .info-card {
  margin: 0 1% 1.25em;
}
@media (min-width: 641px) {
  .info-cards .info-card {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .info-cards .info-card {
    width: 31.33%;
  }
}
@media (min-width: 1400px) {
  .info-cards .info-card {
    width: 23%;
  }
}
.info-cards .info-card a {
  border-radius: 0.125em;
  align-items: center;
  -webkit-box-shadow: 0 0 10px #e0e7ea;
  -o-box-shadow: 0 0 10px #e0e7ea;
  -moz-box-shadow: 0 0 10px #e0e7ea;
  -ms-box-shadow: 0 0 10px #e0e7ea;
  box-shadow: 0 0 10px #e0e7ea;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0.9375em;
  background-color: #fff;
}
.info-cards .info-card .info-card-icon {
  display: block;
  width: 70px;
}
.info-cards .info-card .info-card-content {
  padding-left: 0.9375em;
  display: block;
}
.info-cards .info-card .info-card-content .info-card-heading {
  color: #344750;
  font-size: 1.375em;
  font-family: "Nunito", sans-serif;
  display: block;
}
.info-cards .info-card .info-card-content .info-card-heading a {
  color: #344750;
}
.info-cards .info-card .info-card-content .info-card-count {
  color: #adbec5;
  display: block;
}
.info-cards .info-card .info-card-content .info-card-count a {
  color: #adbec5;
}

.box {
  -webkit-box-shadow: 0 0 1.25em #eaeef0;
  -o-box-shadow: 0 0 1.25em #eaeef0;
  -moz-box-shadow: 0 0 1.25em #eaeef0;
  -ms-box-shadow: 0 0 1.25em #eaeef0;
  box-shadow: 0 0 1.25em #eaeef0;
  border-radius: 0.3125em;
  margin-bottom: 1.25em;
}
.box .box-header {
  padding: 1em 1.25em;
  background-color: #dedede;
  color: #6d7071;
  font-size: 1em;
  border-radius: 0.3125em 0.3125em 0 0;
}
.box .box-content {
  padding: 1.25em 2.5em;
  background-color: #fff;
}
.box .box-footer {
  padding: 0.625em 0.9375em;
  background-color: #efefef;
}

.search-filter {
  padding: 1.25em 0;
  font-size: 1.0625em;
}

.bg-primary {
  background-color: #212F57;
  color: #fff;
}

.bg-secondary {
  background-color: #e9ecf0;
  color: #989a9e;
}

.bg-success {
  background-color: #22cf53;
  color: #fff;
}

.bg-danger {
  background-color: #ff6666;
  color: #fff;
}

.bg-alert {
  background-color: #fff;
  color: #444;
}

.bg-warning {
  background-color: #189ae6;
  color: #fff;
}

.text-primary {
  color: #212F57;
}

.text-secondary {
  color: #e9ecf0;
}

.text-success {
  color: #22cf53;
}

.text-danger {
  color: #ff6666;
}

.text-alert {
  color: #fff;
}

.text-warning {
  color: #189ae6;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #F3F5F7;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #344750;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.ajax-loader {
  display: none;
}
.ajax-loader.light {
  background-color: rgba(0, 0, 0, 0.5);
}
.ajax-loader .cssload-square {
  margin: 68px auto;
  width: 19px;
  height: 19px;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 40%;
}
.ajax-loader .cssload-square-part {
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: 1;
  animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
.ajax-loader .cssload-square-green {
  background: #54fad4;
  right: 0;
  bottom: 0;
  animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
}
.ajax-loader .cssload-square-pink {
  background: #e96f92;
  left: 0;
  top: 0;
}
.ajax-loader .cssload-square-blend {
  background: #75517d;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  animation: blend-anim 0.92s ease-in infinite;
  -o-animation: blend-anim 0.92s ease-in infinite;
  -ms-animation: blend-anim 0.92s ease-in infinite;
  -webkit-animation: blend-anim 0.92s ease-in infinite;
  -moz-animation: blend-anim 0.92s ease-in infinite;
}
@keyframes blend-anim {
  0% {
    transform: scale(0.01, 0.01) rotateY(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    transform: scale(1, 1) rotateY(0);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-o-keyframes blend-anim {
  0% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -o-transform: scale(1, 1) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-ms-keyframes blend-anim {
  0% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -ms-transform: scale(1, 1) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-webkit-keyframes blend-anim {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-moz-keyframes blend-anim {
  0% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -moz-transform: scale(1, 1) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@keyframes cssload-part-anim {
  0% {
    transform: translate3d(-10px, -10px, 0);
  }
  100% {
    transform: translate3d(10px, 10px, 0);
  }
}
@-o-keyframes cssload-part-anim {
  0% {
    -o-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -o-transform: translate3d(10px, 10px, 0);
  }
}
@-ms-keyframes cssload-part-anim {
  0% {
    -ms-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -ms-transform: translate3d(10px, 10px, 0);
  }
}
@-webkit-keyframes cssload-part-anim {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(10px, 10px, 0);
  }
}
@-moz-keyframes cssload-part-anim {
  0% {
    -moz-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -moz-transform: translate3d(10px, 10px, 0);
  }
}

.nav-bg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.nav {
  height: 100vh;
}
@media (max-width: 1023px) {
  .nav {
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    max-width: 250px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px #e0e7ea;
    -o-box-shadow: 0 0 10px #e0e7ea;
    -moz-box-shadow: 0 0 10px #e0e7ea;
    -ms-box-shadow: 0 0 10px #e0e7ea;
    box-shadow: 0 0 10px #e0e7ea;
    z-index: 3;
    background-color: #fff;
  }
}
.nav .user-img {
  text-align: center;
  padding: 1.25em 0;
  background-color: #222;
}
.nav .user-img h1 {
  padding: 0.3125em 0 0;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
}
.nav .user-img .avatar {
  height: 100px;
  width: 100px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px #e0e7ea;
}
.nav > ul {
  border-top: 2px solid #f2f4f6;
  height: 100%;
  overflow: auto;
}
.nav li {
  border-bottom: 1px solid #e9edef;
  position: relative;
}
.nav li.has-sub-menu .trigger {
  position: absolute;
  right: 10px;
  top: 2px;
  border: 1px solid #f2f4f6;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 5;
}
.nav li.has-sub-menu .sub-menu {
  display: none;
}
.nav li:hover > a, .nav li.active > a {
  color: #263238;
}
.nav li:hover > a .icon svg *, .nav li:hover > a .icon svg *:after, .nav li:hover > a .icon svg *:before, .nav li.active > a .icon svg *, .nav li.active > a .icon svg *:after, .nav li.active > a .icon svg *:before {
  fill: #03a9f4;
}
.nav li:hover .sub-nav, .nav li.active .sub-nav {
  opacity: 1;
  left: 100%;
  visibility: visible;
}
.nav li .sub-menu {
  background-color: #90a5af;
  z-index: 6;
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.nav li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav li .sub-menu li:last-child {
  border-bottom: 0;
}
.nav li .sub-menu li a {
  display: block;
  padding: 0.625em 1.5625em;
  color: #fff;
  font-weight: 300;
}
.nav li .sub-menu li a .text {
  margin: 0;
}
.nav li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #78909c;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding: 0.9375em 1.5625em;
  text-decoration: none;
}
.nav li a .icon {
  width: 24px;
  font-size: 24px;
  text-align: center;
}
.nav li a .icon svg *, .nav li a .icon svg *:after, .nav li a .icon svg *:before {
  fill: #78909c;
}
.nav li a .text {
  flex: 1;
}

/* copment created by us */
.accordion {
  margin-bottom: 1.875em;
}
.accordion dl.active dt:after {
  -webkit-transform: translateY(-50%) rotate(137deg);
  -o-transform: translateY(-50%) rotate(137deg);
  -moz-transform: translateY(-50%) rotate(137deg);
  -ms-transform: translateY(-50%) rotate(137deg);
  transform: translateY(-50%) rotate(137deg);
}
.accordion dl dt {
  padding: 0.625em 0.9375em;
  color: #000;
  font-size: 1.125em;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.accordion dl dt:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: center center;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin-top: -4px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.accordion dl dd {
  padding: 0.625em 0.9375em;
  background-color: #fff;
  display: none;
}

.accordion,
.inner-accordion {
  margin-bottom: 1.875em;
}
.accordion dl,
.inner-accordion dl {
  margin-bottom: 0.625em;
  text-align: left;
}
.accordion dl.active dt.type-1:before,
.inner-accordion dl.active dt.type-1:before {
  -webkit-transform: translateY(-50%) rotate(137deg);
  -o-transform: translateY(-50%) rotate(137deg);
  -moz-transform: translateY(-50%) rotate(137deg);
  -ms-transform: translateY(-50%) rotate(137deg);
  transform: translateY(-50%) rotate(137deg);
}
.accordion dl.active dt.type-2:after,
.inner-accordion dl.active dt.type-2:after {
  -webkit-transform: translateY(-50%) rotate(137deg);
  -o-transform: translateY(-50%) rotate(137deg);
  -moz-transform: translateY(-50%) rotate(137deg);
  -ms-transform: translateY(-50%) rotate(137deg);
  transform: translateY(-50%) rotate(137deg);
}
.accordion dl dt,
.inner-accordion dl dt {
  padding: 0.75em;
  color: #000;
  font-size: 0.9375em;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-right: 1.75em;
  line-height: 20px;
  background-color: #F2F2F2;
  display: flex;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.accordion dl dd,
.inner-accordion dl dd {
  padding: 0.625em 0.3125em 1.6875em;
  background-color: #fff;
  display: none;
  font-size: 0.875em;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}
.accordion dl dd p,
.inner-accordion dl dd p {
  font-weight: normal;
  line-height: 22px;
}
.accordion.type-1 dt,
.inner-accordion.type-1 dt {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.accordion.type-1 dt:before,
.inner-accordion.type-1 dt:before {
  font-family: "FontAwesome";
  content: "";
  margin-right: 0.625em;
  font-size: 0.875em;
}
.accordion.type-2 dt,
.inner-accordion.type-2 dt {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.accordion.type-2 dt:after,
.inner-accordion.type-2 dt:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform-origin: center center;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin-top: -4px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.accordion.type-2 dd,
.inner-accordion.type-2 dd {
  padding: 0.625em 1em 1em;
}
.accordion.type-2 .active dt:after,
.inner-accordion.type-2 .active dt:after {
  -webkit-transform: translateY(-50%) rotate(-225deg);
  -o-transform: translateY(-50%) rotate(-225deg);
  -moz-transform: translateY(-50%) rotate(-225deg);
  -ms-transform: translateY(-50%) rotate(-225deg);
  transform: translateY(-50%) rotate(-225deg);
}
.accordion.type-2 ul,
.inner-accordion.type-2 ul {
  list-style-type: disc;
  padding-left: 20px;
}
.accordion.type-2 ol,
.inner-accordion.type-2 ol {
  letter-spacing: normal;
  padding-left: 20px;
}

/* Third party plugins */
.tab-nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.tab-nav ul li {
  padding: 0.625em 1.25em;
  cursor: pointer;
  background-color: white;
}
.tab-nav ul li.active {
  background-color: #212F57;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .tab-nav ul li.active {
    background: #3f9f97;
  }
}

.tab header {
  padding: 0.75em;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  line-height: 20px;
  background-color: #F6F6F6;
  display: flex;
  margin-bottom: 0.625em;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.tab header:after {
  content: "+";
  position: absolute;
  right: 0;
  margin-right: 0.625em;
  font-size: 1.125em;
  font-weight: 400;
}
.tab header.opened:after {
  content: "-";
  font-size: 1.375em;
  font-weight: 400;
}

.tab-result {
  padding: 1.25em 0.625em;
}

body {
  background-color: #f4f4f4;
}

.wrapper {
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
}

.guide-list.type-2 {
  padding: 0.625em 0;
}
.guide-list.type-2 .item .icon {
  background-color: #3F4F7C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125em;
}
.guide-list .item {
  display: flex;
  align-items: center;
  padding: 1.25em 1.25em;
  border-bottom: 1px solid #E8EDF1;
  align-items: end;
}
.guide-list .item .icon {
  width: 50px;
}
.guide-list .item .info {
  flex: 1;
  padding-left: 1.25em;
}
.guide-list .item .info h4 {
  font-size: 1.125em;
  padding-bottom: 0.5em;
  color: #21313F;
}
.guide-list .item .info p {
  color: #767C83;
}
.guide-list .item .info p.terms {
  padding-bottom: 0;
  text-align: right;
  font-size: 0.875em;
}

.prime-tag {
  background: #1b278b;
  background: -moz-linear-gradient(top, #1b278b 0%, #48aadf 100%);
  background: -webkit-linear-gradient(top, #1b278b 0%, #48aadf 100%);
  background: linear-gradient(to bottom, #1b278b 0%, #48aadf 100%);
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 300;
}

.container {
  width: 90%;
}

h2 {
  font-size: 15px;
  margin: 10px 0;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 18px;
  color: #767C83;
}

.webview {
  color: #223254;
}
.webview .container {
  width: 90%;
}
.webview p {
  color: #000035;
  font-weight: 400;
  word-spacing: 2px;
}
.webview a {
  color: #223254;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
.webview .title {
  margin: 12px 0;
  font-weight: 600;
}
.webview .address {
  margin-bottom: 20px;
}
.webview .address h2 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
.webview .address p {
  font-size: 0.875em;
  line-height: 25px;
  color: #000035;
}
.webview ol {
  list-style: decimal;
  padding-left: 15px;
}

.refer-earn ul {
  padding-top: 1.25em;
}
.refer-earn ul li {
  display: flex;
  position: relative;
  padding-bottom: 1.25em;
}
.refer-earn ul li:last-child .icons:after {
  content: "";
  display: none;
}
.refer-earn ul .icons {
  max-width: 50px;
  flex-basis: 20%;
  margin-right: 10px;
}
.refer-earn ul .icons img {
  border-radius: 50%;
  background: #ddd;
}
.refer-earn ul .icons:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  left: 23px;
  background-position: center;
  background-color: #000;
}
.refer-earn ul .content {
  flex: 1;
}
.refer-earn ul .content h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.125em;
}

.toc .container {
  padding: 1.875em 0;
}

@media (min-width: 768px) {
  .tab-container .tab-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-container .tab-nav {
    display: none;
  }
}
.tab-container .tab-result {
  padding: 1.1875em 0;
}
@media (min-width: 768px) {
  .tab-container .tab-result .tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .tab-container .tab-result .tab.active {
    display: block;
  }
}
.tab-container .tab-result .tab > header {
  background-color: #59a5a9;
  color: #fff;
  padding: 0.9375em;
  margin-bottom: 0.625em;
}
@media (min-width: 768px) {
  .tab-container .tab-result .tab > header {
    display: none;
  }
}
@media (max-width: 767px) {
  .tab-container .tab-result .tab > main {
    display: none;
  }
}
@media (max-width: 767px) {
  .tab-container .tab-result .tab > main.active {
    display: block;
  }
}

.mb-1 {
  margin-bottom: 0.625em !important;
}

.mb-2 {
  margin-bottom: 1.25em !important;
}

.ptb-2 {
  padding: 1.25em 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.text-danger {
  color: #ff6666 !important;
}

.numeric {
  list-style: numeric !important;
}

.alphabetic {
  list-style: lower-alpha !important;
}

.roman {
  list-style: lower-roman !important;
}

@media (min-width: 768px) {
  .terms-of-condition,
.privacy-policy {
    max-width: 50%;
    padding-top: 1.875em;
  }
  .terms-of-condition p,
.privacy-policy p {
    line-height: 24px;
  }
}
.terms-of-condition a,
.privacy-policy a {
  font-size: 14px;
  text-decoration: none;
}

a.yellow-btn {
  background: #fec435;
  padding: 9px 30px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
}

.faq .container {
  padding: 1.875em 0;
}
.faq dl {
  padding: 0.625em 0;
}
.faq dt {
  padding: 0.625em;
  border-bottom: 1px solid #ddd;
  font-size: 1.25em;
  font-weight: 600;
  position: relative;
}
.faq dd {
  padding: 0.625em 0.625em 1.25em;
  font-size: 1em;
  font-weight: 400;
  word-spacing: 5px;
  text-align: justify;
}

.life-saving-drugs h2 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5em;
}
.life-saving-drugs h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

.smart-health h2 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5em;
}
.smart-health h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .help-us {
    max-width: 50%;
  }
}
.help-us h5 {
  font-size: 0.9375em;
}
@media (min-width: 768px) {
  .help-us .container {
    width: 95%;
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
  }
}
.help-us .accordion.type-2 dt h5 {
  font-weight: 500;
  color: #000;
}
.help-us .accordion.type-2 dt span {
  margin-left: 2px;
  color: #404040;
  font-weight: 200;
}
@media (min-width: 768px) {
  .help-us .accordion.type-2 dt {
    font-weight: 400;
  }
}
.help-us .accordion.type-2 dd span {
  color: #565656;
}
@media (min-width: 768px) {
  .help-us .tab-container {
    width: 95%;
    display: flex;
  }
}
@media (min-width: 768px) {
  .help-us .tab-nav {
    flex-basis: 25%;
    margin-right: 10px;
  }
  .help-us .tab-nav li {
    flex: 1;
    line-height: 20px;
  }
}
.help-us .tab-nav ul {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .help-us .tab-nav ul {
    flex-direction: column;
  }
}
.help-us .tab-result {
  flex: 1;
}

.need-medical-help p {
  padding-bottom: 0.3125em;
  color: #6b6b6b;
}
.need-medical-help h6 {
  font-size: 1em;
  line-height: 18px;
}
.need-medical-help ul {
  margin: 0.9375em 0;
}
.need-medical-help li {
  line-height: 22px;
}
.need-medical-help .banner {
  padding: 0.9375em;
}

.prescription .box-header {
  background-color: #f8d583;
  padding: 1.125em;
  color: #000;
}
.prescription .box-header h3 {
  padding: 0;
}
.prescription .container {
  width: 95%;
}
.prescription .box-content .features {
  display: flex;
  padding-top: 1.875em;
}
.prescription .box-content .block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.625em;
}
.prescription .box-content span {
  display: flex;
  text-align: center;
  margin: 0.5em 0;
}
.prescription .box-content .icons {
  width: 50px;
}
.prescription .box-content .dos-donts h2 {
  font-size: 1.125em;
  position: relative;
  text-align: center;
  margin-bottom: 1.5625em;
}
.prescription .box-content .dos-donts h2:before {
  content: "";
  height: 1px;
  width: 70px;
  position: absolute;
  left: 15px;
  top: 12px;
  background: #A8A8A8;
}
.prescription .box-content .dos-donts h2:after {
  content: "";
  height: 1px;
  width: 70px;
  position: absolute;
  right: 15px;
  top: 12px;
  background: #A8A8A8;
}
.prescription .box-content .dos-donts li {
  padding-left: 2em;
  position: relative;
  width: 93%;
}
.prescription .box-content .dos-donts li:before {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  height: 20px;
  width: 15px;
  background-repeat: no-repeat;
}
.prescription .box-content .dos-donts li.right:before {
  background-image: url("../images/icons/icon-tick.svg");
}
.prescription .box-content .dos-donts li.right p {
  padding-bottom: 0.9375em;
}
.prescription .box-content .dos-donts li.wrong .main-title {
  padding: 0.9375em 0;
  border-bottom: 1px solid #A8A8A8;
}
.prescription .box-content .dos-donts li.wrong:before {
  top: 35%;
  background-image: url("../images/icons/icon-close.svg");
}
.prescription .box-content .dos-donts li:nth-child(3) .main-title {
  border-bottom: none;
}
.prescription .box-content .dos-donts .main-title {
  color: #000;
  font-weight: 400;
  font-size: 1.0625em;
}
.prescription .box-content .dos-donts p {
  color: #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
}

.legal h5 {
  line-height: 20px;
  margin-bottom: 0.9375em;
}
.legal .list {
  margin: 0 5px;
  text-align: left;
}
.legal .list p {
  font-size: 0.875em;
  font-weight: 600;
  padding-bottom: 0.3125em;
}
.legal .list a {
  font-size: 1em;
  color: #009ec5;
}
.legal .list li {
  font-size: 0.875em;
  padding: 0;
  line-height: 20px;
  margin-bottom: 0.3125em;
}
.legal .list .sub-list {
  list-style: lower-roman;
}
.legal .list .sub-list span {
  display: inline;
  margin-bottom: 0.3125em;
}
.legal .list .unordered-list {
  list-style: disc;
  padding-left: 1.25em;
  margin-top: 0.5em;
}
.legal .list .unordered-list li {
  font-size: 1em;
}

.no-internet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-internet .icons {
  width: 130px;
  margin-bottom: 1.25em;
}
.no-internet .content-area p {
  font-size: 1em;
  color: #868383;
  padding-bottom: 1.25em;
  width: 90%;
  margin: 0 auto;
  line-height: 22px;
}
.no-internet .content-area h3 {
  color: #000;
  margin-bottom: 0.3125em;
}
.no-internet .content-area .box-btn {
  padding: 0.75em 1.875em;
  border: 1px solid #868383;
  border-radius: 5px;
  background-color: transparent;
  font-size: 1em;
  outline: none;
}

.first-order-offer .content-area {
  padding-top: 0.9375em;
}
.first-order-offer ul {
  list-style: disc;
  padding-left: 1.25em;
  padding-top: 0.5em;
}
.first-order-offer ul li {
  line-height: 1.375em;
}
.first-order-offer h5 {
  font-weight: 600;
}
.first-order-offer .list {
  display: flex;
  justify-content: space-between;
}

.youthberry-discount .discount-list {
  list-style: decimal;
}
.youthberry-discount .discount-list li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.youthberry-discount .discount-img {
  width: 80px;
}

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