<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap');
* {
  margin: 0;
  padding: 0; }

body,
html {
  font-family: "Montserrat", sans-serif;
  color: #000;
  overflow-x: hidden;
  background-color: #f7f7f7;
  scrollbar-width: thin;
  padding-right: 0 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020310; }

p {
  color: #000;
  font-size: 14px; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2ca0d4; }

ul {
  margin: 0; }
  ul li {
    list-style: none;
    text-decoration: none; }
    ul li:hover, ul li:focus {
      list-style: none;
      text-decoration: none; }

ol {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

  ::placeholder {
  color: #747794!important;
  opacity: 1;
}

/* Section Padding */
.section-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-padding-0-30 {
  padding-top: 0;
  padding-bottom: 30px; }

.section-padding-30-0 {
  padding-top: 30px;
  padding-bottom: 0; }

.section-padding-30-14 {
  padding-top: 30px;
  padding-bottom: 14px; }

/* Scrollup */
#scrollUp {
  bottom: 30px;
  font-size: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  border-radius: 6px;
  background-color: #020310; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #100DD1; }

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.no-boxshadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747794;
  opacity: 1; /* Firefox */
}

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

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

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 940px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 800px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 640px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 400px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 450px; } }

/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #fef8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }

/* Shortcodes CSS */
.fz-14 {
  font-size: 14px; }

.h-100vh {
  height: 100vh !important; }

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    background: #100DD1;
    background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#083afb));
    background: linear-gradient(to left, #100DD1, #083afb);
    opacity: 0.85;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }

.bg-gray {
  background-color: #fef8ff; }

.btn,
.btn:hover,
.btn:focus {
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn {
  font-size: 14px; }

.btn-group-lg &gt; .btn,
.btn-lg {
  font-size: 1rem; }

.btn-group-sm &gt; .btn,
.btn-sm {
  font-size: 12px; }

.btn-warning {
 color: #fff!important;
  background: #13a318;
    border-color: #13a318;
    border-radius: 20px; 
  }
  .btn.gray-btn {
    background: #ddd;
     border-radius: 20px;
    padding: 8px 40px;

}
  .btn-warnings {
    color: #fff!important;
    background-color: #000;
    border-color: #000;
    border-radius: 20px;
    padding: 8px 40px;
}
  .btn-warning:hover, .btn-warning:focus {
    color: #ffffff;
       background-color: #1d8eca;
    border-color: #1d8eca;
  }

.btn-danger {
  background-color: #ea4c62;
  border-color: #ea4c62; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #020310;
    border-color: #020310; }

.btn-primary {
  background-color: #100DD1;
  border-color: #100DD1; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #020310;
    border-color: #020310; }

.btn-success {
  background-color: #00b894;
  border-color: #00b894; }
  .btn-success:hover, .btn-success:focus {
    background-color: #020310;
    border-color: #020310; }

.btn-info {
  background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
  .btn-info:hover, .btn-info:focus {
    background-color: #020310;
    border-color: #020310;
    color: #ffffff; }

.bg-primary,
.badge-primary {
  background-color: #100DD1 !important; }

.bg-danger,
.badge-danger {
  background-color: #ea4c62 !important; 
  padding: 2px 5px;
    position: relative;
        top: -10px;
    border-radius: 50px;
}


.bg-warning,
.badge-warning {
  background-color: #ffaf00 !important;
  color: #020310; }

.bg-info,
.badge-info {
  background-color: #21d6f1 !important; }

.bg-success,
.badge-success {
  background-color: #00b894 !important; }

.text-dark {
  color: #020310 !important; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  line-height: 1; }
  .section-heading h6 {
    margin-bottom: 0 !important;
    color: #020310;
    line-height: 1; }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading a {
    color: #747794;
    padding: 0 !important;
    line-height: 1; }
    .section-heading a:hover, .section-heading a:focus {
      color: #020310; }

.card {
  border: 0 !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 6px; }
  .card .card-body {
    padding: 1rem; }

.card-img-top {
  border-top-left-radius: calc(.75rem - 1px);
  border-top-right-radius: calc(.75rem - 1px); }

.border,
.border-start,
.border-right,
.border-bottom,
.border-top,
.list-group-item {
  border-color: #ebebeb !important; }

.mfp-iframe-holder .mfp-content {
  max-width: 1100px; }

.internet-connection-status {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 26px;
  z-index: 99999;
  text-align: center;
  color: #ffffff;
  bottom: 58px !important;
  left: 0;
  right: 0;
  line-height: 26px;
  font-weight: 700;
  font-size: 12px; }

/* Animation CSS */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes flashing {
  0%,
  90% {
    opacity: 1; }
  45% {
    opacity: 0; } }

@keyframes flashing {
  0%,
  90% {
    opacity: 1; }
  45% {
    opacity: 0; } }

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; } }

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; } }

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0; } }

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0; } }

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; } }

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; } }

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; } }

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; } }

@-webkit-keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); } }

@keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); }
  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); } }

.lni-spin-effect,
.lni-spin-effect-hover:hover {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }

.lni-tada-effect,
.lni-tada-effect-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
          animation: tada 1.5s ease infinite; }

.lni-flashing-effect,
.lni-flashing-effect-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
          animation: flashing 1.5s infinite linear; }

.lni-burst-effect,
.lni-burst-effect-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
          animation: burst 1.5s infinite linear; }

.lni-fade-up-effect,
.lni-fade-up-effect-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
          animation: fade-up 1.5s infinite linear; }

.lni-fade-down-effect,
.lni-fade-down-effect-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
          animation: fade-down 1.5s infinite linear; }

.lni-fade-left-effect,
.lni-fade-left-effect-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
          animation: fade-left 1.5s infinite linear; }

.lni-fade-right-effect,
.lni-fade-right-effect-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
          animation: fade-right 1.5s infinite linear; }

/* Demo CSS */
.preview-iframe-wrapper {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1200px) {
    .preview-iframe-wrapper .container.demo-container {
      max-width: 1140px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preview-iframe-wrapper .container.demo-container {
      max-width: 960px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-iframe-wrapper .container.demo-container {
      max-width: 720px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .preview-iframe-wrapper .container.demo-container {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .preview-iframe-wrapper .container.demo-container {
      max-width: 540px; } }
  .preview-iframe-wrapper .preview-hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100px;
    margin-bottom: -50px; }
    .preview-iframe-wrapper .preview-hero-area::after {
      position: absolute;
      content: "";
      background-image: url(img/core-img/curve.png);
      bottom: 50px;
      width: 142px;
      height: 121px;
      background-repeat: no-repeat;
      right: 0;
      z-index: auto; }
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper {
      position: relative;
      z-index: 1;
      margin-bottom: 150px; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 2.25rem;
        margin-bottom: 1rem;
        letter-spacing: -1px;
        font-weight: 700;
        line-height: 1.3; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
            font-size: 1.75rem; } }
        @media only screen and (max-width: 767px) {
          .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
            font-size: 1.625rem; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
            font-size: 2rem; } }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title span {
          color: #100DD1; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-desc {
        font-size: 1rem; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper {
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        text-align: center;
        max-width: 18rem;
        padding: 2rem;
        border-radius: 6px;
        display: block; }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper::after {
          position: absolute;
          width: 200px;
          height: 200px;
          background-image: url(img/core-img/dot-blue.png);
          background-repeat: repeat;
          bottom: -70px;
          left: -70px;
          z-index: -10;
          content: "";
          border-radius: 50%;
          opacity: 0.15; }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper h6 {
          font-size: 14px; }
    .preview-iframe-wrapper .preview-hero-area iframe {
      position: relative;
      z-index: 1;
      width: 375px;
      height: 748px;
      border: 5px solid #747794;
      border-radius: 1.25rem;
      -webkit-box-shadow: 0 8px 15px rgba(14, 14, 14, 0.175);
              box-shadow: 0 8px 15px rgba(14, 14, 14, 0.175);
      margin-bottom: 150px; }
      @media only screen and (max-width: 767px) {
        .preview-iframe-wrapper .preview-hero-area iframe {
          display: none; } }
  .preview-iframe-wrapper .tech-img ul li {
    margin-right: 1rem; }
    .preview-iframe-wrapper .tech-img ul li img {
      max-height: 24px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .preview-iframe-wrapper .tech-img ul li img {
          max-height: 20px; } }
      @media only screen and (max-width: 767px) {
        .preview-iframe-wrapper .tech-img ul li img {
          max-height: 20px; } }
    .preview-iframe-wrapper .tech-img ul li:last-child {
      margin-right: 0; }
    .preview-iframe-wrapper .tech-img ul li:first-child img {
      max-height: 20px; }
  .preview-iframe-wrapper .features-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    border-radius: 3rem 0 0 0; }
    .preview-iframe-wrapper .features-area ul li {
      position: relative;
      z-index: 1;
      padding-left: 1.5rem;
      margin-top: 1rem; }
      .preview-iframe-wrapper .features-area ul li::before {
        position: absolute;
        content: "\f00c";
        top: 0;
        left: 0;
        font-family: "FontAwesome";
        font-size: 16px;
        color: #747794;
        z-index: 1; }
      .preview-iframe-wrapper .features-area ul li.active {
        color: #020310;
        font-weight: 500; }
        .preview-iframe-wrapper .features-area ul li.active::before {
          color: #020310; }

.border-top.margin-100 {
  margin-top: 100px; }

.tablet-wrap {
  position: relative;
  z-index: 1;
  margin-top: 95px; }

.ipad-frame-wrap {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .ipad-frame-wrap iframe {
    width: 768px;
    height: 1024px;
    border: 10px solid #d7def4;
    border-radius: 1.5rem; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .ipad-frame-wrap iframe {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .ipad-frame-wrap iframe {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .ipad-frame-wrap iframe {
        width: 100%;
        height: 800px; } }

.preview-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px; }
  .preview-footer-area .footer-nav a {
    margin-left: 1rem;
    font-size: 14px;
    color: #747794;
    font-weight: 700; }
    .preview-footer-area .footer-nav a:hover, .preview-footer-area .footer-nav a:focus {
      color: #100DD1; }
  .preview-footer-area .footer-logo img {
    max-height: 50px; }

.page-content-wrapper {
  margin-top: 20px;
  margin-bottom: 42px;     min-height: 500px;}

.pwa-install-alert {
  position: fixed;
  z-index: 999;
  border-radius: 6px;
  max-width: 18rem;
  top: 62px;
  right: 12px;
  border: 0; }
  .pwa-install-alert .toast-body {
    padding: 1.25rem; }
    .pwa-install-alert .toast-body .content img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      width: 30px;
      max-width: 30px;
      margin-right: 0.5rem; }
    .pwa-install-alert .toast-body span {
      font-size: 13px; }
  .pwa-install-alert .close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    z-index: 10; }
    .pwa-install-alert .close span {
      font-size: 18px;
      color: #ffffff; }

.page-nav {
  position: relative;
  z-index: 1; }
  .page-nav li a {
    color: #020310;
    display: block;
    padding: .75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .5rem;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500; }
    .page-nav li a i {
      margin-left: auto; }
    .page-nav li a:hover, .page-nav li a:focus {
      color: #100DD1;
      background-color: #fef8ff; }
  .page-nav li:last-child a {
    margin-bottom: 0; }
  .page-nav li.nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    margin: 1rem 0;
    font-size: 12px;
    font-weight: 500;
    padding-left: 4px;
    line-height: 1; }
    .page-nav li.nav-title span {
      display: inline-block;
      margin-left: .25rem;
      width: 1rem;
      height: 1rem;
      text-align: center;
      background-color: #020310;
      color: #ffffff;
      font-size: 10px;
      border-radius: .25rem;
      line-height: 1rem;
      font-weight: 700; }

.widget .widget-title {
  display: block; }

.widget .form-check-label {
  font-size: 14px; }

.select-product-catagory select {
  padding: 0;
  border: 0 !important;
  padding-right: .875rem !important;
  font-size: 14px;
  background-color: transparent;
  color: #747794;
  background-position: right 0rem center; }
  .select-product-catagory select:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.layout-options {
  position: relative;
  z-index: 1; }
  .layout-options a {
    display: inline-block;
    width: 30px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 0.25rem;
    margin-left: .5rem;
    text-align: center;
    font-size: 12px;
    color: #747794; }
    .layout-options a i {
      line-height: 24px; }
    .layout-options a.active, .layout-options a:hover, .layout-options a:focus {
      color: #ffffff;
      background-color: #ea4c62; }

.notification-clear-all {
  font-size: 12px; }

.collection-card {
  position: relative;
  z-index: 1; }
  .collection-card img {
    border-radius: 6px; }
  .collection-card .collection-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #ffffff;
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .collection-card .collection-title span:last-child {
      font-size: 10px;
      padding-left: 1rem; }

/* Header CSS */
.header-area {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #004070;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
          box-shadow: 0 0 8px rgba(15, 15, 15, 0.15); }

.top-search-form {
  position: relative;
  z-index: 1; }
  .top-search-form form {
    position: relative;
    z-index: 1; }
    .top-search-form form .form-control {
      max-width: 190px;
      background-color: #ffffff;
      height: 32px;
      font-size: 12px;
      padding: 10px 15px;
      padding-left: 35px;
      border: 1px solid #ebebeb;
      color: #747794; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .top-search-form form .form-control {
          max-width: 240px;
          width: 240px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-search-form form .form-control {
          max-width: 280px;
          width: 280px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .top-search-form form .form-control {
          max-width: 280px;
          width: 280px; } }
      @media only screen and (min-width: 1200px) {
        .top-search-form form .form-control {
          max-width: 350px;
          width: 350px; } }
    .top-search-form form button {
      background-color: transparent;
      position: absolute;
      top: 1px;
      left: 10px;
      width: 18px;
      height: 30px;
      border: 0;
      z-index: 10;
      color: #747794; }
      .top-search-form form button:focus {
        outline: none; }

.suha-navbar-toggler {
  position: relative;
  z-index: 1;
  width: 42px;
  cursor: pointer;
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
    }
  .suha-navbar-toggler span {
        -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    min-width: 42px;
    width: 42px;
    height: 6px;
    background-color: #fff;
    margin-bottom: 8px;}
    .suha-navbar-toggler span:nth-child(2) {
      -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    min-width: 42px;
    width: 42px; }
    .suha-navbar-toggler span:last-child {
      margin-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 42px;
              flex: 0 0 42px;
      min-width: 42px;
      width: 42px;
      margin-bottom: 0px;

       }
  .suha-navbar-toggler:hover span, .suha-navbar-toggler:focus span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    min-width: 42px;
    width: 42px; }

.notification_icon {
    width: 48px;
}


.filter-option {
  cursor: pointer;
  text-align: right; }

.back-button a {
  color: #0060cd;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
        position: absolute;
    top: 17px;}
  .back-button a:hover, .back-button a:focus {
    color: #747794; }
.left-txt {
    margin-left: 35px;
}
.page-heading h6 {
  font-size: 16px; }

.logo-wrapper a {
  display: block; }

.bg-1 {
    background: #6236FF!important;
    color: #fff;
}
.bg-secondary{
  background: #8494A8 !important;
  color: #fff;
}
.bg-success {
    background: #1DCC70 !important;
    color: #FFF;
}
/* Footer CSS */
.footer-nav-area .ft-top {
webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
        }
.look_ahead_sec.package-img.imgLoaded {
    padding: 10px;
    display: block;
    text-align: center;
}
.suha-footer-nav ul {
  width: 100%; }
  .suha-footer-nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: relative;
    z-index: 1; }
    .suha-footer-nav ul li a {
      position: relative;
      display: block;
      font-size: 14px;
      text-align: center;
      text-transform: capitalize;
      line-height: 1;
      color: #747794;
      z-index: 1;
      font-weight: 500; }
      .suha-footer-nav ul li a i {
        display: block;
        font-size: 22px;
        margin-bottom: 4px; }
      .suha-footer-nav ul li a:hover, .suha-footer-nav ul li a:focus {
        color: #100DD1; }
      .suha-footer-nav ul li a img {
        max-height: 1.5rem;
        margin: 0 auto .25rem;
        display: block; }
    .suha-footer-nav ul li.active a {
      color: #0060cd; }
      .suha-footer-nav ul li a:hover{
        color: #0060cd;




      }

/* Register CSS */
.login-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: transparent;
  
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden; }
  .login-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #0060cd;
    opacity: 0.15;
    z-index: -1;
    top: -130px;
    right: -85px; }
  .login-wrapper .success-check {
    color: #ffffff;
    margin: 0 auto; }
    .login-wrapper .success-check i {
      font-size: 3rem; }

.register-form {
  position: relative;
  z-index: 1; }
  .register-form .form-group {
    position: relative;
    z-index: 1; }
  .register-form span {
    color: #ffffff;
    font-size: 12px;
     }
	
	.register-form small{font-size:12px; font-weight:500}
	
  .register-form form &gt; .form-group &gt; label {
    text-align: left;
    border-radius: 50%;
        font-size: 14px;
    margin-bottom: 8px;
    color: #000;
    font-weight: 700;}
  .register-form .form-control {

    border: 1px solid #818181b5;
    color: #000;
    font-size: 16px; font-weight:500;
    background-color: #fff;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
  }

    .register-form textarea.form-control {
    border: 1px solid #818181b5;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
    height: auto;
}
  .register-form .progress {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    border-radius: 6px;
    margin-bottom: 0.25rem; }
  .register-form .password-score {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .register-form .password-score span {
      font-size: 18px;
      margin-left: 1rem; }
  .register-form .password-recommendation {
    display: none !important; }
  .register-form #password-recommendation-heading {
    font-weight: 700;
    color: #00b894;
    font-size: 16px; }

.view-as-guest .btn {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  color: #ffffff;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 12px; }
  .view-as-guest .btn:hover, .view-as-guest .btn:focus {
    opacity: 1; }

.login-meta-data a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500; }
  .login-meta-data a:hover, .login-meta-data a:focus {
    color: #ffaf00; }

.login-meta-data p {
  color: #747794; }
  .login-meta-data p a {
    color: #0060cd;
    font-weight: 500; }
    .login-meta-data p a:hover, .login-meta-data p a:focus {
      color: #1da323; }

.go-back-btn {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #ea4c62;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 42px;
  z-index: 10;
  cursor: pointer; }
  .go-back-btn:hover, .go-back-btn:focus {
    background-color: #100DD1;
    color: #ffffff; }

.otp-form {
  position: relative;
  z-index: 1; }
  .otp-form .form-control {
    padding: 0.5rem 0.75rem!important;
    border: 1px solid #818181b5;
    font-size: 18px;
    background-color: #fff;
    font-weight: 500;
    color: #000;
    border-radius: 25px;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
     }
	 .contact_varification:disabled{    background: #b3b3b3 !important;
    border-color: #b3b3b3 !important;}
    .otp-form .form-control::-webkit-input-placeholder {
      color: #000; }
    .otp-form .form-control::-moz-placeholder {
      color: #000; }
    .otp-form .form-control:-ms-input-placeholder {
      color: #000; }
    .otp-form .form-control::-ms-input-placeholder {
      color: #000; }
    .otp-form .form-control::placeholder {
      color: #000; }
  .otp-form select.form-select {
    padding: 0.5rem 0.75rem;
    box-shadow: 0 0px 16px rgb(0 0 0 / 10%);
    height: 50px;
    border-top: 1px solid #e6e6e6!important;
    border-left: 1px solid #e6e6e6!important;
    border-bottom: 1px solid #e6e6e6!important;
    border-right: none!important;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    color: #747794;
    border-radius: 25px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    background-image: url("img/core-img/DOWN.png"); }
    .otp-form select.form-select:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .otp-form select option {
    background-color: #100DD1; }
  

.otp-verify-form {
  position: relative;
  z-index: 1; }
  .otp-verify-form .form-control {
  -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    padding: 12px;
    border-bottom: 2px solid #666;
    text-align: center;
    font-size: 1.25rem;
    background-color: transparent;
    font-weight: 700;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
	 color: #000;
}
    .otp-verify-form .form-control::-webkit-input-placeholder {
      color: #666 !important;}
    .otp-verify-form .form-control::-moz-placeholder {
      color: #666 !important;}
    .otp-verify-form .form-control:-ms-input-placeholder {
      color: #666 !important; }
    .otp-verify-form .form-control::-ms-input-placeholder {
      color: #666 !important;}
    .otp-verify-form .form-control::placeholder {
      color: #666 !important; }
    .otp-verify-form .form-control:focus {
    
    color: #000;
 }
 .otp-timer{font-size:14px;}
 .otp-timer a{font-size:14px;}
.btn-warning a {
    color: #fff;
}
.otp-sec {
  font-weight: 500;
  color: #0060cd!important; }

.suha-offcanvas-wrap {
  width: 300px;
  border-right: 0;
  background: #004070;    overflow-y: auto;
   }
  .suha-offcanvas-wrap .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100; }
    opacity: 10!important;
  }

  .suha-offcanvas-wrap .offcanvas-body {
    scrollbar-width: thin; }

.sidenav-profile {
  position: relative;
  z-index: 1; }
  .sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 3rem auto 1.5rem; }
    .sidenav-profile .user-profile::before {
      position: absolute;
      width: 110px;
      height: 110px;
      top: -15px;
      left: -15px;
      background-image: url(img/core-img/dot.png);
      content: "";
      z-index: -10;
      opacity: 0.2;
      border-radius: 50%; }
    .sidenav-profile .user-profile img {
      border-radius: 50%; }
    .sidenav-profile .user-profile .user-designation {
      position: absolute;
      z-index: 1;
      height: 46px;
      width: 46px;
      font-size: 12px;
      border: 3px solid #ffffff;
      background-color: #100DD1;
      display: inline-block;
      border-radius: 50%;
      color: #ffffff;
      line-height: 40px;
      text-align: center;
      font-weight: 700;
      top: 0;
      right: 0; }
  .sidenav-profile .user-info {
    position: relative;
    z-index: 1;
    text-align: center; }
    .sidenav-profile .user-info h6,
    .sidenav-profile .user-info p {
      color: #ffffff; }
    .sidenav-profile .user-info .available-balance {
      margin-bottom: 0;
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #ffffff; }

.sidenav-nav {
  margin: 1rem 0;
  position: relative;
  z-index: 1; }
  .sidenav-nav li a {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.375rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px; border-bottom:1px solid #ffffff1c;margin-bottom: 0; }

    .sidenav-nav li a i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      display: inline-block;
      margin-right: 0.5rem;
      font-size: 1rem;
      color: #ffffff; }
    .sidenav-nav li a:hover, .sidenav-nav li a:focus {
      background-color: rgba(255, 255, 255, 0.15); }
  .sidenav-nav li:last-child a {
    margin-bottom: 0; }

li.suha-dropdown-menu {
  position: relative;
  z-index: 1; }
  li.suha-dropdown-menu ul {
    display: none;
    padding-left: 1rem; }
    li.suha-dropdown-menu ul li a {
      font-size: 13px;
      padding-top: .5rem;
      padding-bottom: .5rem; }
  li.suha-dropdown-menu .dropdown-trigger-btn {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    height: 41px;
    line-height: 41px;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-align: right;
    padding-right: 1rem;
    border-radius: .375rem;
    cursor: pointer; }
    li.suha-dropdown-menu .dropdown-trigger-btn i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms; }
    li.suha-dropdown-menu .dropdown-trigger-btn:hover, li.suha-dropdown-menu .dropdown-trigger-btn:focus {
      background-color: rgba(255, 255, 255, 0.15); }
    li.suha-dropdown-menu .dropdown-trigger-btn.active {
      background-color: rgba(255, 255, 255, 0.15); }
      li.suha-dropdown-menu .dropdown-trigger-btn.active i {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }

.suha-filter-offcanvas-wrap {
  width: 240px;
  border-right: 0;
  background-color: #ffffff; }
  .suha-filter-offcanvas-wrap .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100; }
  .suha-filter-offcanvas-wrap .offcanvas-body {
    scrollbar-width: thin; }

/* Welcome Page CSS */
.intro-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 1; }
  .intro-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #0060cd;
    opacity: 0.125;
    z-index: -70;
    top: -130px;
    right: -85px; }


     .get-started-btn {
  position: fixed;
  z-index: 100;
  bottom: 40px;
  width: 100%;
  
  padding: 0px 10px;
  
  }


/* Hero Slide CSS */
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.11);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 0;
    margin-top: -15px;
    color: #ffffff;
    display: none; }
  .hero-slides .owl-next {
    left: auto;
    right: 0; }
  .hero-slides .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .hero-slides .owl-dots .owl-dot {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      position: relative;
      z-index: 1;
      margin: 0 5px;
      width: 8px;
      height: 8px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8px;
              flex: 0 0 8px;
      max-width: 8px;
      background-color: #ebebeb;
      border-radius: 50%; }
      .hero-slides .owl-dots .owl-dot.active {
        background-color: #ffaf00; }
        .hero-slides .owl-dots .owl-dot.active::after {
          position: absolute;
          width: calc(100% + 8px);
          height: calc(100% + 8px);
          z-index: 1;
          content: "";
          border: 2px solid #ffaf00;
          left: -4px;
          top: -4px;
          border-radius: 50%; }

.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-slide {
      height: 200px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-hero-slide {
      height: 220px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 280px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
      height: 300px; } }
  @media only screen and (min-width: 1200px) {
    .single-hero-slide {
      height: 420px; } }
  .single-hero-slide .slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
    .single-hero-slide .slide-content .slide-text {
      padding-left: 2rem;
      padding-right: 1rem; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-slide .slide-content h4 {
        font-size: 2rem; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-slide .slide-content h4 {
        font-size: 2rem; } }
    @media only screen and (min-width: 1200px) {
      .single-hero-slide .slide-content h4 {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-slide .slide-content p {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-slide .slide-content p {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 1200px) {
      .single-hero-slide .slide-content p {
        font-size: 1.25rem; } }

/* Live Chat CSS */
.live-chat-intro {
  position: relative;
  z-index: 1;
  background-color: #100DD1;
  padding: 2rem 0;
  text-align: center;
  border-radius: 0 0 3rem 3rem; }
  .live-chat-intro p {
    color: #ffffff;
    margin-bottom: 0.5rem; }
  .live-chat-intro img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto .5rem;
    display: block; }
  .live-chat-intro .status {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
    display: inline-block; }
    .live-chat-intro .status.online {
      padding-left: 15px; }
      .live-chat-intro .status.online::after {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #00b894;
        border-radius: 50%;
        content: "";
        margin-top: -5px;
        top: 50%;
        left: 0;
        z-index: 10;
        -webkit-animation: flashing 1.5s infinite linear;
                animation: flashing 1.5s infinite linear; }

.agent-message-content {
  position: relative;
  z-index: 1;
  margin-bottom: .5rem; }
  .agent-message-content .agent-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    max-width: 30px;
    width: 30px; }
    .agent-message-content .agent-thumbnail img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 3px 0 rgba(15, 15, 15, 0.175);
              box-shadow: 0 1px 3px 0 rgba(15, 15, 15, 0.175);
      background-color: #ffffff;
      padding: 2px; }
  .agent-message-content .agent-message-text {
    position: relative;
    z-index: 1; }
    .agent-message-content .agent-message-text p {
      display: inline-block;
      background-color: #ffffff;
      padding: .625rem 1rem;
      border-radius: .75rem;
      margin-bottom: .375rem; }
    .agent-message-content .agent-message-text .writing-mode {
      display: inline-block;
      background-color: #ffffff;
      padding: .625rem 1rem;
      border-radius: .75rem;
      margin-bottom: .375rem; }
      .agent-message-content .agent-message-text .writing-mode .dot {
        position: relative;
        display: inline-block;
        width: 0.375rem;
        height: 0.375rem;
        border-radius: 50%;
        background-color: #ebebeb;
        -webkit-animation: writingdot 1000ms linear 0s infinite;
                animation: writingdot 1000ms linear 0s infinite; }
        .agent-message-content .agent-message-text .writing-mode .dot:first-child {
          margin-left: 0; }
        .agent-message-content .agent-message-text .writing-mode .dot:nth-child(2) {
          -webkit-animation-delay: 250ms;
                  animation-delay: 250ms; }
        .agent-message-content .agent-message-text .writing-mode .dot:nth-child(3) {
          -webkit-animation-delay: 500ms;
                  animation-delay: 500ms; }
    .agent-message-content .agent-message-text span {
      display: block;
      font-size: 12px;
      color: #747794;
      margin-left: 0.5rem;
      font-weight: 700;
      line-height: 1; }

@-webkit-keyframes writingdot {
  0% {
    top: 0; }
  50% {
    top: -6px; }
  100% {
    top: 0; } }

@keyframes writingdot {
  0% {
    top: 0; }
  50% {
    top: -6px; }
  100% {
    top: 0; } }

.user-message-content {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: .5rem; }
  .user-message-content .user-message-text {
    padding-left: 3rem; }
    .user-message-content .user-message-text p {
      display: inline-block;
      margin-bottom: .375rem;
      background-color: #100DD1;
      color: #ffffff;
      padding: .625rem 1rem;
      border-radius: .75rem; }
    .user-message-content .user-message-text span {
      font-size: 12px;
      display: block;
      color: #747794;
      margin-right: 0.5rem;
      font-weight: 700;
      line-height: 1; }

.type-text-form {
  position: fixed;
  width: 100%;
  height: 55px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 99999; }
  .type-text-form .file-upload {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    left: .5rem;
    z-index: 20;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
    .type-text-form .file-upload input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 200;
      opacity: 0;
      cursor: pointer;
      border-radius: 50%; }
    .type-text-form .file-upload i {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ffffff;
      height: 100%;
      width: 100%;
      z-index: 50;
      text-align: center;
      border-radius: 50%;
      font-size: 12px;
      line-height: 21px; }
  .type-text-form .form-control {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    width: 100%;
    height: 55px;
    border-color: transparent;
    color: #747794;
    font-size: 13px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 2.5rem; }
    .type-text-form .form-control:focus {
      border-color: transparent; }
  .type-text-form button[type="submit"] {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    right: .5rem;
    z-index: 30;
    border: 0;
    background-color: #ffffff;
    color: #020310;
    outline: none !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/* Setting Card CSS */
.settings-card {
  margin-bottom: .5rem;
  border-radius: .25rem; }
  .settings-card .card-body {
    padding: .75rem 1rem; }
  .settings-card:last-child {
    margin-bottom: 0; }

.single-settings {
  position: relative;
  z-index: 1; }
  .single-settings .title {
    font-size: 14px; }
    .single-settings .title i {
      width: 22px;
      height: 22px;
      display: inline-block;
      background-color: #8A4821;
      text-align: center;
      color: #ffffff;
      line-height: 22px;
      border-radius: .25rem;
      margin-right: .5rem;
      font-size: 14px; }
    .single-settings .title span span {
      font-size: 10px;
      margin-left: 0.5rem; }
  .single-settings .data-content {
    font-size: 13px;
    font-weight: 700; }
    .single-settings .data-content a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .single-settings .data-content i {
      margin-left: 0.25rem; }
  .single-settings .toggle-button-cover {
    position: relative;
    z-index: 1; }
  .single-settings .knobs,
  .single-settings .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .single-settings .button.r {
    position: relative;
    width: 45px;
    height: 21px;
    overflow: hidden;
    border: 1px solid #ebebeb; }
  .single-settings .button.r,
  .single-settings .button.r .layer {
    border-radius: 100px; }
  .single-settings .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3; }
  .single-settings .knobs {
    z-index: 2; }
  .single-settings .layer {
    width: 100%;
    background-color: transparent;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1; }
  .single-settings .knobs:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background-color: #ea4c62;
    border-radius: 50%;
    -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15); }
  .single-settings .checkbox:active + .knobs:before {
    width: 45px;
    border-radius: 100px; }
  .single-settings .checkbox:checked:active + .knobs:before {
    margin-left: -26px; }
  .single-settings .checkbox:checked + .knobs:before {
    content: '';
    left: 24px;
    background-color: #100DD1; }
  .single-settings .checkbox:checked ~ .layer {
    background-color: #fef8ff; }

/* Catagory Card CSS */
.catagory-card {
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }
  .catagory-card a {
    display: block; }
  .catagory-card i {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    display: block;
    color: #100DD1; }
  .catagory-card span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #747794; }
  .catagory-card:hover, .catagory-card:focus {
    background-color: #fef8ff; }
    .catagory-card:hover span, .catagory-card:focus span {
      color: #100DD1; }

.catagory-single-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .catagory-single-img {
      height: 190px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .catagory-single-img {
      height: 220px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .catagory-single-img {
      height: 250px; } }
  @media only screen and (min-width: 1200px) {
    .catagory-single-img {
      height: 290px; } }

/* Flash Sale CSS */
.flash-sale-wrapper {
  position: relative;
  z-index: 1; }

.flash-sale-slide.owl-carousel {
  width: 130% !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }
  @media only screen and (min-width: 1200px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }

.flash-sale-card {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .flash-sale-card img {
    margin-bottom: 1rem; }
  .flash-sale-card .product-title {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    color: #020310;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .flash-sale-card .sale-price {
    font-size: 1rem;
    font-weight: 500;
    color: #100DD1;
    margin-bottom: 0; }
  .flash-sale-card .real-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
    color: #747794; }
  .flash-sale-card .progress {
    height: 0.25rem; }
  .flash-sale-card .progress-title {
    color: #747794;
    font-size: 12px;
    display: block; }
  .flash-sale-card:hover .product-title, .flash-sale-card:focus .product-title {
    color: #100DD1; }

/* Product Card CSS */
.product-card {
  position: relative;
  z-index: 1; }
  .product-card .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10; }
  .product-card .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #ea4c62;
    font-size: 1.25rem;
    line-height: 1; }
    .product-card .wishlist-btn:hover, .product-card .wishlist-btn:focus {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
  .product-card .product-thumbnail {
    position: relative;
    z-index: 1;
    text-align: center; }
    .product-card .product-thumbnail img {
      width: 100%; }
    .product-card .product-thumbnail .offer-countdown-timer {
      background-color: #ffaf00;
      position: absolute;
      bottom: .75rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 10;
      border-radius: 5rem;
      padding: 4px 8px 3px !important; }
      .product-card .product-thumbnail .offer-countdown-timer li {
        font-size: 11px;
        line-height: 1;
        margin-right: .25rem;
        color: #020310;
        font-weight: 500; }
        .product-card .product-thumbnail .offer-countdown-timer li:last-child {
          margin-right: 0; }
        .product-card .product-thumbnail .offer-countdown-timer li span {
          font-weight: 700; }
  .product-card .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #747794;
    font-size: 1.25rem;
    line-height: 1; }
  .product-card .product-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .25rem;
    color: #020310; }
  .product-card .sale-price {
    margin-bottom: .375rem;
    color: #100DD1;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2; }
    .product-card .sale-price span {
      color: #747794;
      margin-left: 5px;
      text-decoration: line-through;
      font-size: 14px; }
  .product-card .product-rating {
    font-size: 12px;
    color: #ffaf00;
    line-height: 1; }
    .product-card .product-rating i {
      margin-right: 3px; }
  .product-card .btn {
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 9; }
    .product-card .btn i {
      line-height: 28px; }
  .product-card:hover .product-title, .product-card:focus .product-title {
    color: #100DD1; }

/* Weekly Product Card CSS */
.horizontal-product-card {
  position: relative;
  z-index: 1; }
  .horizontal-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 1rem; }
    .horizontal-product-card .product-thumbnail-side .product-thumbnail {
      position: relative;
      z-index: 1; }
      .horizontal-product-card .product-thumbnail-side .product-thumbnail img {
        max-height: 150px; }
      .horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer {
        background-color: #ffaf00;
        position: absolute;
        bottom: 1.75rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 10;
        border-radius: 5rem;
        padding: 4px 8px 3px !important; }
        .horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li {
          font-size: 11px;
          line-height: 1;
          margin-right: .25rem;
          color: #020310;
          font-weight: 500; }
          .horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li:last-child {
            margin-right: 0; }
          .horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li span {
            font-weight: 700; }
    .horizontal-product-card .product-thumbnail-side .badge {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0; }
    .horizontal-product-card .product-thumbnail-side .wishlist-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #ea4c62;
      line-height: 1;
      z-index: 11;
      font-size: 1.25rem; }
    .horizontal-product-card .product-thumbnail-side .delete-btn {
      position: absolute;
      bottom: 0.5rem;
      left: 0.5rem;
      color: #747794;
      line-height: 1;
      z-index: 11; }
  .horizontal-product-card .product-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .horizontal-product-card .product-description .product-title {
      margin-bottom: 0.5rem;
      font-weight: 500;
      font-size: 1rem;
      color: #020310;
      line-height: 1; }
    .horizontal-product-card .product-description .sale-price {
      margin-bottom: 0.5rem;
      font-size: 14px;
      font-weight: 500;
      color: #020310;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .horizontal-product-card .product-description .sale-price i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #100DD1;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem; }
      .horizontal-product-card .product-description .sale-price span {
        text-decoration: line-through;
        color: #ea4c62;
        margin-left: 0.25rem; }
    .horizontal-product-card .product-description .product-rating {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .horizontal-product-card .product-description .product-rating i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #ffaf00;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem;
        padding-left: 1px; }
    .horizontal-product-card .product-description .btn i {
      font-size: 14px; }
  .horizontal-product-card:hover .product-title, .horizontal-product-card:focus .product-title {
    color: #100DD1; }

/* Featured Product Card CSS */
.featured-product-card {
  position: relative;
  z-index: 1; }
  .featured-product-card .custom-badge {
    position: absolute;
    left: 1rem;
    top: -1px;
    z-index: 100;
    height: 22px;
    border-radius: 0;
    padding: 0 0 0 .5rem;
    line-height: 22px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    .featured-product-card .custom-badge::before {
      border-color: #ffaf00 transparent #ffaf00 #ffaf00;
      border-style: solid;
      border-width: 11px 6px;
      content: "";
      height: 22px;
      position: absolute;
      right: -13px;
      top: 0;
      width: 17px;
      z-index: -2; }
  .featured-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem; }
    .featured-product-card .product-thumbnail-side .product-thumbnail {
      position: relative;
      z-index: 1;
      text-align: center; }
      .featured-product-card .product-thumbnail-side .product-thumbnail img {
        max-height: 150px; }
    .featured-product-card .product-thumbnail-side .wishlist-btn {
      position: absolute;
      top: 0rem;
      right: 0rem;
      z-index: 11;
      width: 2rem;
      height: 2rem;
      background-color: #ffffff;
      border-radius: 50%;
      color: #ea4c62;
      line-height: 1;
      font-size: 1.125rem;
      text-align: center; }
      .featured-product-card .product-thumbnail-side .wishlist-btn i {
        line-height: 32px; }
      .featured-product-card .product-thumbnail-side .wishlist-btn:hover, .featured-product-card .product-thumbnail-side .wishlist-btn:focus {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
  .featured-product-card .product-description {
    position: relative;
    z-index: 1; }
    .featured-product-card .product-description .product-title {
      margin-bottom: .25rem;
      font-weight: 500;
      font-size: 14px;
      color: #020310; }
      .featured-product-card .product-description .product-title:hover, .featured-product-card .product-description .product-title:focus {
        color: #100DD1; }
    .featured-product-card .product-description .sale-price {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      color: #020310;
      line-height: 1; }

/* Product Details CSS */
.product-slide-wrapper {
  position: relative;
  z-index: 1; }
  .product-slide-wrapper .video-btn {
    position: absolute;
    z-index: 100;
    top: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    background-color: rgba(255, 255, 255, 0.75);
    color: #100DD1;
    border-radius: 50%;
    text-align: center;
    line-height: 1.875rem; }
    .product-slide-wrapper .video-btn svg {
      padding-left: 2px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: -30px !important;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ea4c62;
  line-height: 24px;
  border-radius: .25rem;
  font-size: 24px; }

.mfp-image-holder .mfp-close {
  top: 0 !important;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125); }

.mfp-bg {
  background: #020310;
  opacity: 0.5; }

.mfp-figure::after {
  background: #ffffff;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  background: #020310; }

.product-slides {
  position: relative;
  z-index: 1;
  margin-bottom: -40px; }

  .product-slides .owl-prev,
  .product-slides .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    font-size: 20px;
    color: #100DD1; }

.product-slides .owl-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: black!important;
    text-align: center;
    line-height: 30px;
    z-index: 76;
    top: 62%;
    margin-top: -15px;
    left: 15px;
    font-size: 20px;
    color: #100DD1!important;
    display: block;
    border-radius: 20px;
}
.product-slides .owl-dot.active{
  position: absolute;
    width: 10px;
    height: 10px;
    background-color: black!important;
    text-align: center;
    line-height: 30px;
    z-index: 76;
    top: 62%;
    margin-top: -15px;
    left: 15px;
    font-size: 20px;
    color: #100DD1!important;
    display: block;
    border-radius: 20px;
}

    .product-slides .owl-prev.disabled,
    .product-slides .owl-next.disabled {
      opacity: 0;
      visibility: hidden; }
  .product-slides .owl-next {
    left: auto;
    right: 15px; }

.product-title-meta-data {
  border-top-left-radius: 2rem;
  padding-top: 1.5rem !important; }
  .product-title-meta-data::after {
    position: absolute;
    content: "";
    background-image: url(img/core-img/curve.png);
    top: -121px;
    width: 142px;
    height: 121px;
    background-repeat: no-repeat;
    right: 0;
    z-index: auto; }
  .product-title-meta-data .p-wishlist-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    text-align: right; }

.product-description {
  position: relative;
  z-index: 1; }
  .product-description .sale-price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #ea4c62; }
    .product-description .sale-price span {
      margin-left: 0.5rem;
      color: #747794;
      text-decoration: line-through;
      font-size: 14px; }
  .product-description .ratings i {
    color: #ffaf00;
    font-size: 13px;
    margin-right: 3px; }
  .product-description .ratings span {
    font-size: 12px;
    color: #747794; }
  .product-description .total-result-of-ratings span:first-child {
    line-height: 1;
    background-color: #ea4c62;
    padding: 3px 6px;
    color: #ffffff;
    display: inline-block;
    border-radius: .25rem;
    font-size: 12px;
    margin-right: 0.25rem;
    font-weight: 700; }
  .product-description .total-result-of-ratings span:last-child {
    color: #00b894;
    font-size: 12px;
    font-weight: 700; }

.cart-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cart-form .form-control {
    max-width: 50px;
    height: 35px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    text-align: center;
    font-weight: 700;
    padding: 0.375rem 0.5rem; }
  .cart-form .quantity-button-handler {
    width: 35px;
    height: 35px;
    background-color: #fef8ff;
    border: 1px solid #ebebeb;
    color: #020310;
    line-height: 33px;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms; }
    .cart-form .quantity-button-handler:hover {
      color: #100DD1; }

.p-wishlist-share a {
  display: inline-block;
  color: #ea4c62;
  font-size: 1.5rem; }

.choose-color-radio .form-check-input {
  border: 0;
  background-color: #fef8ff; }
  .choose-color-radio .form-check-input.blue {
    background-color: #100DD1; }
  .choose-color-radio .form-check-input.yellow {
    background-color: #ffaf00; }
  .choose-color-radio .form-check-input.green {
    background-color: #00b894; }
  .choose-color-radio .form-check-input.purple {
    background-color: #ea4c62; }
  .choose-color-radio .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }

.choose-size-radio {
  position: relative;
  z-index: 1;
  text-align: right; }
  .choose-size-radio .form-check-input {
    background-color: #fef8ff;
    border-radius: 0.25rem; }
    .choose-size-radio .form-check-input:checked {
      background-color: #ea4c62;
      border-color: #ea4c62;
      background-image: none; }
  .choose-size-radio .form-check-label {
    font-size: 12px;
    font-weight: 700; }

.p-specification {
  position: relative;
  z-index: 1; }
  .p-specification li {
    font-size: 14px; }

.single-user-review {
  position: relative;
  z-index: 1;
  border-bottom: 2px dashed #ebebeb;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .single-user-review:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .single-user-review .user-thumbnail {
    margin-top: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    margin-right: .5rem; }
    .single-user-review .user-thumbnail img {
      border-radius: 50%; }
  .single-user-review .rating-comment .rating {
    font-size: 12px;
    color: #ffaf00; }
    .single-user-review .rating-comment .rating i {
      margin-right: 1px; }
  .single-user-review .rating-comment .name-date {
    display: block;
    font-size: 12px; }
  .single-user-review .rating-comment .review-image {
    display: inline-block;
    margin-right: 0.5rem; }
    .single-user-review .rating-comment .review-image img {
      max-width: 50px; }

.ratings-submit-form {
  position: relative;
  z-index: 1; }
  .ratings-submit-form textarea.form-control {
    height: 80px;
    font-size: 14px; }
  .ratings-submit-form .stars {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
    width: 150px; }
    .ratings-submit-form .stars:before, .ratings-submit-form .stars:after {
      display: table;
      content: ""; }
    .ratings-submit-form .stars:after {
      clear: both; }
    .ratings-submit-form .stars input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .ratings-submit-form .stars input[type="radio"].star-5:checked ~ span {
        width: 100%; }
      .ratings-submit-form .stars input[type="radio"].star-4:checked ~ span {
        width: 80%; }
      .ratings-submit-form .stars input[type="radio"].star-3:checked ~ span {
        width: 60%; }
      .ratings-submit-form .stars input[type="radio"].star-2:checked ~ span {
        width: 40%; }
      .ratings-submit-form .stars input[type="radio"].star-1:checked ~ span {
        width: 20%; }
    .ratings-submit-form .stars label {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 !important;
      padding: 0 !important;
      text-indent: -99999rem;
      float: left;
      position: relative;
      z-index: 10;
      background: transparent !important;
      cursor: pointer; }
      .ratings-submit-form .stars label:hover ~ span {
        background-position: 0 -30px; }
      .ratings-submit-form .stars label.star-5:hover ~ span {
        width: 100% !important; }
      .ratings-submit-form .stars label.star-4:hover ~ span {
        width: 80% !important; }
      .ratings-submit-form .stars label.star-3:hover ~ span {
        width: 60% !important; }
      .ratings-submit-form .stars label.star-2:hover ~ span {
        width: 40% !important; }
      .ratings-submit-form .stars label.star-2:hover ~ span {
        width: 20% !important; }
    .ratings-submit-form .stars span {
      display: block;
      width: 0;
      position: relative;
      top: 0;
      left: 0;
      height: 30px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
      -webkit-transition: width 0.5s;
      transition: width 0.5s; }

.offline-area-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 108px); }
  .offline-area-wrapper i {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem; }

.sales-offer-content {
  position: relative;
  z-index: 1; }
  .sales-offer-content .sales-end {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    width: 60%; }
  .sales-offer-content .sales-volume {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    width: 40%; }
  .sales-offer-content .sales-volume .progress {
    border-radius: 100px; }

.sales-end-timer li {
  line-height: 1;
  margin-left: 0.5rem;
  color: #ea4c62;
  font-weight: 700;
  font-size: 14px; }
  .sales-end-timer li:first-child {
    margin-left: 0; }

.product-catagories {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }
  .product-catagories a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .375rem .75rem;
    background-color: #ffffff;
    border-radius: 6px;
    color: #020310;
    font-size: 12px;
    font-weight: 700; }
    .product-catagories a img {
      max-width: 1.5rem;
      margin-right: 0.375rem; }
    .product-catagories a:hover, .product-catagories a:focus {
      color: #ea4c62; }

.single-product-slide,
.blog-details-post-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 380px;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 500px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 520px; } }
  @media only screen and (min-width: 1200px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 600px; } }

.choose-color-wrapper .form-check-input {
  width: 1.125rem;
  height: 1.125rem; }

.related-product-wrapper {
  background-color: #ffffff; }

.single-related-product-slide {
  border-radius: 6px;
  border: 1px solid #ebebeb; }

/* Cart CSS */
.cart-table {
  position: relative;
  z-index: 1; }
  .cart-table table {
    max-width: 100%; }
    .cart-table table tbody tr {
      background-color: #ffffff;
      border-bottom: 2px dashed #ebebeb; }
      .cart-table table tbody tr:last-child {
        border-bottom: 0; }
    .cart-table table a {
      color: #020310;
      font-weight: 700; }
      .cart-table table a.remove-product {
        color: #ffffff;
        width: 24px;
        height: 24px;
        background-color: #ea4c62;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        font-size: 10px; }
        .cart-table table a.remove-product:hover, .cart-table table a.remove-product:focus {
          color: #ffffff;
          background-color: #020310; }
      .cart-table table a span {
        display: block;
        color: #747794; }
      .cart-table table a:hover, .cart-table table a:focus {
        color: #100DD1; }
  .cart-table .table td,
  .cart-table .table th {
    vertical-align: middle;
    color: #747794;
    font-size: 12px;
    padding: 1rem .5rem;
    border: 0; }
  .cart-table img {
    max-width: 2.5rem;
    border: 1px solid #ebebeb; }
  .cart-table .qty-text {
    border: 2px solid #ebebeb;
    width: 2.5rem;
    text-align: center;
    height: 2rem;
    border-radius: .25rem;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    font-weight: 700; }
    .cart-table .qty-text:focus {
      border-color: #100DD1; }

.coupon-card .card-body {
  padding: 1.25rem; }

.cart-amount-area .card-body {
  padding: .75rem 1.25rem; }

.apply-coupon {
  position: relative;
  z-index: 1; }
  .apply-coupon p {
    font-size: 12px; }

.coupon-form {
  position: relative;
  z-index: 1; }
  .coupon-form .form-control {
    height: 34.4px;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: .4rem; }
  .coupon-form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/* Order CSS */
.my-order-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 108px);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .my-order-wrapper .card {
    border-radius: 2rem 2rem 0 0; }
    .my-order-wrapper .card::after {
      width: 2px;
      height: calc(100% - 3rem);
      border-right: 2px dashed #ebebeb;
      content: '';
      position: absolute;
      top: 1.5rem;
      right: 35px; }

.single-order-status {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
  .single-order-status:last-child {
    margin-bottom: 0; }
  .single-order-status .order-icon {
    margin-right: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    color: #747794;
    border: 1px solid #ebebeb; }
  .single-order-status .order-text h6 {
    font-size: 12px;
    margin-bottom: 0.375rem;
    line-height: 1;
    color: #747794; }
  .single-order-status .order-text span {
    font-size: 12px;
    display: block; }
  .single-order-status .order-status {
    margin-left: auto !important; }
    .single-order-status .order-status svg {
      color: #747794; }
  .single-order-status.active .order-icon {
    color: #020310; }
  .single-order-status.active .order-text h6 {
    font-size: 13px;
    color: #020310; }
  .single-order-status.active .order-status svg {
    color: #00b894; }

.order-success-wrapper {
  position: relative;
  width: 100%;
  background: #0060cd;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem 3rem; }
  .order-success-wrapper i {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ffffff; }
  .order-success-wrapper h5 {
    color: #ffffff; }
  .order-success-wrapper p {
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff; }

.billing-information-card {
  position: relative;
  z-index: 1; }

.billing-information-title-card {
  border-radius: .5rem .5rem 0 0;
  border-color: #ea4c62; }

.shipping-method-choose-title-card {
  border-radius: .5rem .5rem 0 0;
  border-color: #00b894; }

.shipping-method-choose-card {
  border-radius: 0 0 .5rem .5rem; }

.single-payment-method a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 6px; }
  .single-payment-method a::after {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    content: '\f00c';
    font-family: 'FontAwesome';
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #00b894;
    color: #ffffff;
    line-height: 1.75rem;
    opacity: 0; }
  .single-payment-method a i {
    font-size: 3rem;
    margin-bottom: .5rem;
    display: block; }
  .single-payment-method a h6 {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    margin-bottom: 0; }
  .single-payment-method a.active::after, .single-payment-method a:hover::after, .single-payment-method a:focus::after {
    opacity: 1; }
  .single-payment-method a.active h6, .single-payment-method a:hover h6, .single-payment-method a:focus h6 {
    color: #100DD1; }

.credit-card-info-wrapper img {
  margin: 0 auto;
  max-width: 300px; }

.pay-credit-card-form {
  position: relative;
  z-index: 1; }
  .pay-credit-card-form label {
    font-size: 12px;
    font-weight: 700;
    margin-left: 0.25rem;
    text-transform: uppercase; }
  .pay-credit-card-form small {
    font-size: 11px; }
  .pay-credit-card-form .form-control {
    height: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 1px 1px 0px #d7def4;
            box-shadow: 0 1px 1px 0px #d7def4; }

.bank-ac-info .list-group-item {
  font-size: 14px; }

.language-area-wrapper,
.shipping-method-choose {
  position: relative; }
  .language-area-wrapper ul,
  .shipping-method-choose ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .language-area-wrapper ul li,
    .shipping-method-choose ul li {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%; }
      .language-area-wrapper ul li input[type=radio],
      .shipping-method-choose ul li input[type=radio] {
        position: absolute;
        visibility: hidden; }
      .language-area-wrapper ul li label,
      .shipping-method-choose ul li label {
        display: block;
        position: relative;
        padding: 10px 10px 10px 45px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        margin-bottom: 0;
        border-radius: 0.4rem;
        font-size: 14px;
        font-weight: 700; }
        .language-area-wrapper ul li label span,
        .shipping-method-choose ul li label span {
          font-size: 11px;
          margin-left: 0.5rem; }
      .language-area-wrapper ul li .check,
      .shipping-method-choose ul li .check {
        display: block;
        position: absolute;
        border: 4px solid #00b894;
        border-radius: 100%;
        height: 20px;
        width: 20px;
        top: 50%;
        margin-top: -10px;
        left: 15px;
        z-index: 5;
        -webkit-transition: all .25s linear;
        transition: all .25s linear; }
        .language-area-wrapper ul li .check::before,
        .shipping-method-choose ul li .check::before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 8px;
          width: 8px;
          top: 50%;
          left: 50%;
          margin: -4px;
          -webkit-transition: background 0.25s linear;
          transition: background 0.25s linear; }
  .language-area-wrapper input[type=radio]:checked ~ .check,
  .shipping-method-choose input[type=radio]:checked ~ .check {
    border-color: #100DD1; }
  .language-area-wrapper input[type=radio]:checked ~ .check::before,
  .shipping-method-choose input[type=radio]:checked ~ .check::before {
    background: #100DD1; }
  .language-area-wrapper input[type=radio]:checked ~ label,
  .shipping-method-choose input[type=radio]:checked ~ label {
    color: #100DD1;
    background-color: rgba(16, 13, 209, 0.103); }

/* Accordion CSS */
.accordian-card {
  position: relative;
  z-index: 1; }
  .accordian-card .card-body {
    padding: 1.25rem; }
  .accordian-card p {
    padding-left: 35px; }
    .accordian-card p:last-child {
      margin-bottom: 0; }
  .accordian-card .accordian-header.collapse {
    display: block; }
  .accordian-card .accordian-header button {
    color: #100DD1;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    .accordian-card .accordian-header button span i {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #100DD1;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      color: #ffffff;
      margin-right: 0.5rem;
      font-size: 16px; }
    .accordian-card .accordian-header button &gt; i {
      color: #747794;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .accordian-card .accordian-header button:hover, .accordian-card .accordian-header button:focus {
      color: #100DD1; }
    .accordian-card .accordian-header button.collapsed &gt; span {
      color: #020310; }
    .accordian-card .accordian-header button.collapsed &gt; i {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  .accordian-card.seller-card .accordian-header button span i {
    background-color: #ea4c62; }
  .accordian-card.others-card .accordian-header button span i {
    background-color: #00b894; }

/* FAQ Search CSS */
.faq-search-form {
  position: relative;
  z-index: 1;
  margin-left: 1rem;
  margin-right: 1rem; }
  .faq-search-form input {
    border-radius: 60px;
    padding-left: 40px;
    font-weight: 700;
    border-width: 2px;
    height: auto !important; }
    .faq-search-form input:focus {
      border-color: #100DD1; }
  .faq-search-form button {
    position: absolute;
    width: 50px;
    height: 37px;
    border: 0;
    background-color: transparent;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 10;
    outline: none !important; }

.support-wrapper .faq-heading {
  background: #100DD1;
  background: -webkit-gradient(linear, left top, right top, from(#100DD1), to(#00b894));
  background: linear-gradient(to right, #100DD1, #00b894);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800; }

/* Blog CSS */
.post-bookmark-wrap {
  position: relative;
  z-index: 1; }

.blog-card {
  position: relative;
  z-index: 1;
  border: 0; }
  .blog-card .post-img {
    position: relative;
    z-index: 1;
    border-radius: 6px; }
    .blog-card .post-img img {
      border-radius: 6px; }
    .blog-card .post-img::after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: "";
      background-color: #020310;
      opacity: 0.3;
      z-index: 1;
      border-radius: 6px; }
  .blog-card .post-bookmark {
    position: absolute;
    z-index: 100;
    color: #ffffff;
    top: .5rem;
    right: .5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center; }
    .blog-card .post-bookmark i {
      line-height: 30px; }
    .blog-card .post-bookmark:hover, .blog-card .post-bookmark:focus {
      background-color: rgba(255, 255, 255, 0.2); }
  .blog-card .post-content {
    position: absolute !important;
    width: calc(100% - 1rem);
    bottom: .5rem;
    left: .5rem;
    z-index: 100;
    border-radius: 6px;
    background-color: #ffffff;
    padding: .75rem;
    overflow: hidden; }
    .blog-card .post-content .bg-shapes .circle1 {
      width: 30px;
      height: 30px;
      position: absolute;
      border-radius: 50%;
      top: -15px;
      right: -15px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle2 {
      width: 50px;
      height: 50px;
      position: absolute;
      border-radius: 50%;
      top: -25px;
      right: -25px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle3 {
      width: 70px;
      height: 70px;
      position: absolute;
      border-radius: 50%;
      top: -35px;
      right: -35px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle4 {
      width: 90px;
      height: 90px;
      position: absolute;
      border-radius: 50%;
      top: -45px;
      right: -45px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .post-catagory {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: #ea4c62;
      margin-bottom: 0.125rem;
      letter-spacing: .5px; }
    .blog-card .post-content .post-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
      color: #020310;
      margin-bottom: .5rem;
      overflow: hidden;
      height: 38px; }
      .blog-card .post-content .post-title:hover, .blog-card .post-content .post-title:focus {
        color: #100DD1; }
    .blog-card .post-content .post-meta {
      position: relative;
      z-index: 1; }
      .blog-card .post-content .post-meta a {
        font-size: 10px;
        line-height: 1;
        color: #747794; }
        .blog-card .post-content .post-meta a:hover, .blog-card .post-content .post-meta a:focus {
          color: #100DD1; }
        .blog-card .post-content .post-meta a i {
          margin-right: 0.25rem; }
      .blog-card .post-content .post-meta span {
        font-size: 10px;
        line-height: 1;
        color: #747794; }
        .blog-card .post-content .post-meta span i {
          margin-right: 0.25rem; }
  .blog-card.list-card .post-content {
    width: calc(50% - 1rem);
    bottom: .75rem;
    left: .75rem; }
  .blog-card.list-card .post-bookmark {
    top: .75rem;
    right: .75rem; }
  .blog-card.list-card .read-more-btn {
    position: absolute;
    min-width: 100px;
    right: .75rem;
    bottom: .75rem;
    z-index: 99; }

.blog-catagory-card {
  position: relative;
  z-index: 1; }
  .blog-catagory-card a {
    display: block; }
    .blog-catagory-card a i {
      color: #ea4c62;
      font-size: 2rem;
      margin-bottom: 1rem;
      display: block; }
    .blog-catagory-card a span {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      color: #747794;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .5px; }
    .blog-catagory-card a:hover span, .blog-catagory-card a:focus span {
      color: #100DD1; }

.blog-details-post-thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: -40px; }
  .blog-details-post-thumbnail .post-bookmark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ea4c62;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 100;
    color: #ffffff; }
    .blog-details-post-thumbnail .post-bookmark i {
      line-height: 35px; }
    .blog-details-post-thumbnail .post-bookmark:hover, .blog-details-post-thumbnail .post-bookmark:focus {
      background-color: #100DD1;
      color: #ffffff; }

.product-title-meta-data {
  position: relative;
  z-index: 1; }
  .product-title-meta-data .post-catagory {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    color: #ea4c62;
    font-weight: 500; }

.post-meta-data a {
  color: #747794;
  font-size: 12px; }
  .post-meta-data a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 0.25rem; }
  .post-meta-data a span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 3px 8px;
    border: 1px solid #100DD1;
    border-radius: .25rem;
    margin-left: 0.5rem;
    color: #100DD1; }
  .post-meta-data a:hover span, .post-meta-data a:focus span {
    border-color: #100DD1;
    color: #ffffff;
    background-color: #100DD1; }

.post-meta-data span {
  color: #747794;
  font-size: 12px; }
  .post-meta-data span i {
    margin-right: 0.25rem; }

.post-content p:last-child {
  margin-bottom: 0; }

/* Contact CSS */
.form-control {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  border-color: #ebebeb;
  height: 50px;
  padding: 0.375rem 1rem;
  font-size: 14px; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.contact-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  background-color: #e7eaf5; }

.contact-form {
  position: relative;
  z-index: 1; }
  .contact-form .form-group {
    position: relative;
    z-index: 1; }
  .contact-form form &gt; .form-group &gt; label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #747794;
    top: 11px; }
  .contact-form .form-control {
    border-radius: 6px;
    border: 0;
    color: #747794;
    font-size: 13px;
    background-color: #ffffff;
    height: 46px;
    padding: 0.75rem 1.25rem; }
    .contact-form .form-control::-webkit-input-

     {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::-moz-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control:-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::placeholder {
      color: #747794;
      opacity: 1; }
  .contact-form textarea.form-control {
    height: 120px; }

.google-maps-wrap {
  position: relative;
  z-index: 1; }
  .google-maps-wrap iframe {
    width: 100%;
    height: 300px;
    border: 0; }

/* Cta Area */
.cta-area {
  position: relative;
  z-index: 2; }
  .cta-area .cta-text {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background-size: cover;
    background-position: center center; }
    .cta-area .cta-text::after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      content: "";
      background: #100DD1;
      background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
      background: linear-gradient(to left, #100DD1, #0d3bd1);
      z-index: -10;
      border-radius: 6px;
      opacity: .8; }

.video-cta-content {
  position: relative;
  z-index: 1;
  height: 170px; }
  .video-cta-content a {
    padding: 0 !important;
    width: 3rem;
    height: 3rem; }
    .video-cta-content a i {
      font-size: 1.125rem;
      line-height: 46px;
      padding-left: 0.25rem; }

.discount-coupon-card {
  position: relative;
  z-index: 1;
  background-color: #00b894 !important; }
  .discount-coupon-card .coupon-text-wrap h3,
  .discount-coupon-card .coupon-text-wrap h4,
  .discount-coupon-card .coupon-text-wrap h5,
  .discount-coupon-card .coupon-text-wrap h6 {
    border-right: 1px solid rgba(255, 255, 255, 0.75); }

/* Profile Data CSS */
.single-profile-data {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;}
	
	
  .single-profile-data:last-child {
    margin-bottom: 0;  border-bottom:0; padding-bottom:0}
  .single-profile-data .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 12px;
    color: #020310; }
    .single-profile-data .title i {
      width: 22px;
      height: 22px;
      display: inline-block;
      background-color: #8A4821;
      text-align: center;
      color: #ffffff;
      line-height: 23px;
      border-radius: .25rem;
      margin-right: .4rem;
      font-size: 12px; }
    .single-profile-data .title span {
      line-height: 1; }
  .single-profile-data .data-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    text-align: right;
    color: #000; }

.user-data-card {
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0; 
  top: 0px;    border-radius: 15px;
}
  .user-data-card .card-body {
    padding: 1rem; }
  .user-data-card .title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0; }
    .user-data-card .title i {
      width: 24px;
      height: 24px;
      display: inline-block;
      background-color: #00b894;
      text-align: center;
      color: #ffffff;
      line-height: 24px;
      border-radius: .25rem;
      margin-right: .4rem;
      font-size: 14px; }
  .user-data-card .form-control {
    height: 36px;
    padding: 0 15px;
    color: #747794;
    font-size: 13px; }
  .user-data-card textarea.form-control {
    height: auto;
    padding: 15px; }

.change-user-thumb {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0; }
  .change-user-thumb input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0; }
  .change-user-thumb button {
    width: 100%;
    height: 100%;
    background-color: #fef8ff;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    z-index: 1;
    border: 1px solid #ebebeb; }

.user-info-card {
  position: relative;
  z-index: 1;
  background-color: #0060cd;
  border-color: #0060cd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .user-info-card .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%; }
    .user-info-card .user-profile img {
      border-radius: 50%; }

/* Notification CSS */
.notification-area {
  position: relative;
  z-index: 1; }
  .notification-area .list-group-item {
    border-color: #ebebeb;
        margin-bottom: 15px;
    border-radius: 6px; }
    .notification-area .list-group-item .noti-icon {
      position: relative;
      z-index: 1;
      display: inline-block;
      width: 30px;
      height: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      max-width: 30px;
      background: #100DD1;
      background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
      background: linear-gradient(to left, #100DD1, #0d3bd1);
      color: #ffffff;
      text-align: center;
      font-size: 1rem;
      margin-right: .75rem;
      border-radius: 50%; }
      .notification-area .list-group-item .noti-icon i {
        line-height: 30px; }
      .notification-area .list-group-item .noti-icon::before {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #ffaf00;
        content: "";
        top: -2px;
        right: -2px;
        border-radius: 50%;
        z-index: 1; }
    .notification-area .list-group-item h6 {
         font-size: 16px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #020310;
    font-weight: 600;
    margin-bottom: 5px !important; }
	
	.notification-area .list-group-item strong{font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #000;}
	
    .notification-area .list-group-item p {
      margin-bottom: 0.5rem; }
    .notification-area .list-group-item a {
      font-size: 14px; }
    .notification-area .list-group-item span {
      font-size: 12px;
    display: block;
    color: #888;
    font-weight: 500;}
    .notification-area .list-group-item:first-child {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem; }
    .notification-area .list-group-item:last-child {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem; }
    .notification-area .list-group-item.readed {
      background-color: #f1ffed; }
      .notification-area .list-group-item.readed .noti-icon {
        background: #00b894; }
        .notification-area .list-group-item.readed .noti-icon::before {
          display: none; }
      .notification-area .list-group-item.readed h6 {
        color: #747794; }
    .notification-area .list-group-item:hover h6, .notification-area .list-group-item:focus h6 {
      color: #0060cd; }
  .notification-area .unread-notifications {
    position: relative;
    z-index: 1; }

.single-vendor-wrap {
  position: relative;
  z-index: 1;
  border-radius: .5rem; }
  .single-vendor-wrap.bg-overlay::after {
    border-radius: .5rem;
    background: #020310;
    opacity: .5; }
  .single-vendor-wrap .vendor-info p {
    font-size: 12px; }
  .single-vendor-wrap .vendor-info .ratings i {
    color: #ffaf00;
    margin-right: 4px;
    font-size: 12px; }
  .single-vendor-wrap .vendor-info span {
    font-size: 12px; }
  .single-vendor-wrap .vendor-profile {
    padding: 0.5rem;
    position: absolute;
    width: 4rem;
    height: 4rem;
    bottom: 1.5rem;
    right: 1.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100; }
    .single-vendor-wrap .vendor-profile img {
      max-width: 2.5rem; }

.vendor-details-wrap {
  position: relative;
  z-index: 1; }
  .vendor-details-wrap.bg-overlay::after {
    background: #020310;
    opacity: .5; }
  .vendor-details-wrap .vendor-profile {
    padding: 0.5rem;
    width: 4rem;
    height: 4rem;
    background-color: #ffffff;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100; }
    .vendor-details-wrap .vendor-profile img {
      max-width: 2.5rem; }
  .vendor-details-wrap .vendor-info p {
    font-size: 12px; }
  .vendor-details-wrap .vendor-info .ratings i {
    color: #ffaf00;
    margin-right: 4px;
    font-size: 12px; }
  .vendor-details-wrap .vendor-info span {
    font-size: 12px; }
  .vendor-details-wrap .single-basic-info {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem; }
    .vendor-details-wrap .single-basic-info:last-child {
      margin-right: 0; }
    .vendor-details-wrap .single-basic-info .icon {
      line-height: 1;
      margin-right: .25rem; }
    .vendor-details-wrap .single-basic-info span {
      font-size: 12px; }

.vendor-tabs {
  background-color: #ffffff; }
  .vendor-tabs .nav-tabs {
    border-bottom: 0; }
  .vendor-tabs .nav-link {
    margin-bottom: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #747794;
    font-size: 12px;
    font-weight: 700; }
  .vendor-tabs .nav-item.show .nav-link,
  .vendor-tabs .nav-link.active {
    color: #020310; }

/* Night Mode */
#previewPage[data-theme="dark"] {
  background-color: #e7eaf5; }
  #previewPage[data-theme="dark"] body {
    background-color: #e7eaf5; }
  #previewPage[data-theme="dark"] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    color: #020310; }
  #previewPage[data-theme="dark"] h1,
  #previewPage[data-theme="dark"] h2,
  #previewPage[data-theme="dark"] h3,
  #previewPage[data-theme="dark"] h4,
  #previewPage[data-theme="dark"] h5,
  #previewPage[data-theme="dark"] h6 {
    color: #020310; }

[data-theme="dark"] {
  background-color: #0C153B; }
  [data-theme="dark"] #preloader {
    background-color: #0C153B; }
  [data-theme="dark"] body {
    background-color: #0C153B; }
  [data-theme="dark"] a,
  [data-theme="dark"] a:hover,
  [data-theme="dark"] a:focus {
    color: #ffffff; }
  [data-theme="dark"] h1,
  [data-theme="dark"] h2,
  [data-theme="dark"] h3,
  [data-theme="dark"] h4,
  [data-theme="dark"] h5,
  [data-theme="dark"] h6 {
    color: rgba(255, 255, 255, 0.9); }
  [data-theme="dark"] .header-area {
    background-color: #0C153B;
    -webkit-box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .footer-nav-area {
    background-color: #0C153B;
    -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .card {
    border-color: #242644;
    background-color: #242644;
    -webkit-box-shadow: none;
            box-shadow: none; }
  [data-theme="dark"] .suha-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.8); }
  [data-theme="dark"] .suha-footer-nav ul li.active a {
    color: #ffaf00; }
  [data-theme="dark"] .suha-footer-nav ul li a:hover,
  [data-theme="dark"] .suha-footer-nav ul li a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .top-search-form form .form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.125); }
  [data-theme="dark"] .btn-warning:hover, [data-theme="dark"] .btn-warning:focus {
    color: #ffffff;
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-danger:hover, [data-theme="dark"] .btn-danger:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-primary:hover, [data-theme="dark"] .btn-primary:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-success:hover, [data-theme="dark"] .btn-success:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-info:hover, [data-theme="dark"] .btn-info:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .catagory-card span {
    color: #ffffff; }
  [data-theme="dark"] .catagory-card:hover span,
  [data-theme="dark"] .catagory-card:focus span {
    color: #ffaf00; }
  [data-theme="dark"] .flash-sale-card .product-title {
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-card:hover .product-title,
  [data-theme="dark"] .flash-sale-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .flash-sale-card .sale-price {
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-card .progress-title {
    color: rgba(255, 255, 255, 0.7); }
  [data-theme="dark"] .product-card .product-title {
    color: #ffffff; }
  [data-theme="dark"] .product-card:hover .product-title,
  [data-theme="dark"] .product-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .product-card .btn:hover, [data-theme="dark"] .product-card .btn:focus {
    background-color: #ea4c62;
    border-color: #ea4c62; }
  [data-theme="dark"] .horizontal-product-card .product-description .product-title {
    color: #ffffff; }
  [data-theme="dark"] .horizontal-product-card:hover .product-title,
  [data-theme="dark"] .horizontal-product-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .horizontal-product-card .product-description .sale-price {
    color: #ffaf00; }
  [data-theme="dark"] .page-nav li a {
    background-color: #332858;
    color: #ffffff; }
  [data-theme="dark"] .page-nav li a:hover,
  [data-theme="dark"] .page-nav li a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .cart-table table tbody tr {
    background-color: transparent; }
  [data-theme="dark"] .cart-table table a {
    color: #ffffff; }
  [data-theme="dark"] .cart-table table a:hover,
  [data-theme="dark"] .cart-table table a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .cart-table img {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .back-button a {
    color: #ffffff; }
  [data-theme="dark"] .back-button a:hover,
  [data-theme="dark"] .back-button a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .filter-option {
    color: #ffaf00; }
  [data-theme="dark"] .type-text-form {
    background-color: #0C153B; }
  [data-theme="dark"] .type-text-form {
    -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .type-text-form .form-control,
  [data-theme="dark"] .type-text-form .file-upload span,
  [data-theme="dark"] .type-text-form button[type="submit"] {
    background-color: #0C153B; }
  [data-theme="dark"] .type-text-form button[type="submit"] {
    color: #ffffff;
    outline: none; }
  [data-theme="dark"] .user-info-card {
    background-color: #ffaf00;
    border-color: #ffaf00; }
    [data-theme="dark"] .user-info-card h5 {
      color: #ffffff; }
  [data-theme="dark"] .user-data-card .title {
    color: #ffffff; }
  [data-theme="dark"] .cart-table table tbody tr {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .pay-credit-card-form small a {
    color: #ffffff; }
    [data-theme="dark"] .pay-credit-card-form small a:hover, [data-theme="dark"] .pay-credit-card-form small a:focus {
      color: #ffaf00; }
  [data-theme="dark"] .single-payment-method a {
    background-color: #ea4c62; }
    [data-theme="dark"] .single-payment-method a h6 {
      color: #ffffff; }
    [data-theme="dark"] .single-payment-method a:hover h6, [data-theme="dark"] .single-payment-method a:focus h6 {
      color: #100DD1; }
  [data-theme="dark"] .billing-information-title-card {
    border-color: transparent; }
  [data-theme="dark"] .shipping-method-choose-title-card {
    border-color: transparent; }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ label,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ label {
    color: #ffffff;
    background-color: rgba(16, 13, 209, 0.7); }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check::before,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check::before {
    background: #ffffff; }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check {
    border-color: #ffffff; }
  [data-theme="dark"] .list-group-item {
    background-color: #242644;
    border-color: #242644 !important;
    color: #ffffff !important; }
  [data-theme="dark"] .notification-area .list-group-item h6 {
    color: #ffffff; }
  [data-theme="dark"] .notification-area .list-group-item:hover h6,
  [data-theme="dark"] .notification-area .list-group-item:focus h6 {
    color: #ffaf00; }
  [data-theme="dark"] .notification-area .list-group-item.readed {
    background-color: #0C153B; }
  [data-theme="dark"] .single-settings .button.r {
    border-color: rgba(255, 255, 255, 0.15); }
  [data-theme="dark"] .single-settings .data-content a:hover, [data-theme="dark"] .single-settings .data-content a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .layout-options a {
    background-color: #242644; }
  [data-theme="dark"] .layout-options a:hover,
  [data-theme="dark"] .layout-options a:focus,
  [data-theme="dark"] .layout-options a.active {
    background-color: #ea4c62; }
  [data-theme="dark"] .post-content,
  [data-theme="dark"] .selection-panel.bg-white,
  [data-theme="dark"] .product-title-meta-data.bg-white,
  [data-theme="dark"] .cart-form-wrapper.bg-white,
  [data-theme="dark"] .p-specification.bg-white,
  [data-theme="dark"] .rating-and-review-wrapper.bg-white,
  [data-theme="dark"] .ratings-submit-form.bg-white {
    background-color: #242644 !important; }
  [data-theme="dark"] .p-wishlist-share a {
    color: #ea4c62; }
  [data-theme="dark"] .p-wishlist-share a:last-child {
    color: #ffaf00; }
  [data-theme="dark"] .single-user-review {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .accordian-card .accordian-header button {
    color: #ffaf00; }
  [data-theme="dark"] .accordian-card .accordian-header button.collapsed &gt; span {
    color: #ffffff; }
  [data-theme="dark"] .faq-search-form input {
    border-color: transparent; }
  [data-theme="dark"] .product-card .delete-btn,
  [data-theme="dark"] .horizontal-product-card .product-thumbnail-side .delete-btn {
    color: #020310; }
  [data-theme="dark"] .product-title-meta-data::after {
    background-image: url(img/core-img/curve2.png); }
  [data-theme="dark"] .product-card .wishlist-btn {
    color: #ea4c62; }
  [data-theme="dark"] .catagory-card i {
    color: #ffaf00; }
  [data-theme="dark"] .blog-catagory-card a i {
    color: #ffaf00; }
  [data-theme="dark"] .blog-catagory-card a span {
    color: #ffffff; }
    [data-theme="dark"] .blog-catagory-card a span:hover, [data-theme="dark"] .blog-catagory-card a span:focus {
      color: #ffaf00; }
  [data-theme="dark"] .post-meta-data a span {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7); }
    [data-theme="dark"] .post-meta-data a span:hover, [data-theme="dark"] .post-meta-data a span:focus {
      border-color: #ffaf00;
      color: #ffaf00; }
  [data-theme="dark"] .ratings-submit-form textarea.form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important; }
  [data-theme="dark"] .blog-card .post-content .post-title {
    color: #ffffff; }
    [data-theme="dark"] .blog-card .post-content .post-title:hover, [data-theme="dark"] .blog-card .post-content .post-title:focus {
      color: #ffaf00; }
  [data-theme="dark"] .blog-card .post-content .post-meta a,
  [data-theme="dark"] .blog-card .post-content .post-meta span {
    color: rgba(255, 255, 255, 0.7); }
    [data-theme="dark"] .blog-card .post-content .post-meta a:hover, [data-theme="dark"] .blog-card .post-content .post-meta a:focus,
    [data-theme="dark"] .blog-card .post-content .post-meta span:hover,
    [data-theme="dark"] .blog-card .post-content .post-meta span:focus {
      color: #ffffff; }
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle1,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle2,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle3,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle4 {
    border-color: rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .featured-product-card .product-description .product-title {
    color: #ffffff; }
    [data-theme="dark"] .featured-product-card .product-description .product-title:hover, [data-theme="dark"] .featured-product-card .product-description .product-title:focus {
      color: #ffaf00; }
  [data-theme="dark"] .cart-table .qty-text,
  [data-theme="dark"] .form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    [data-theme="dark"] .cart-table .qty-text::-webkit-input-placeholder, [data-theme="dark"] .form-control::-webkit-input-placeholder {
      color: #747794;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::-moz-placeholder, [data-theme="dark"] .form-control::-moz-placeholder {
      color: #747794;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text:-ms-input-placeholder, [data-theme="dark"] .form-control:-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::-ms-input-placeholder, [data-theme="dark"] .form-control::-ms-input-placeholder {
      color: #747794;

      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::placeholder,
    [data-theme="dark"] .form-control::placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text option,
    [data-theme="dark"] .form-control option {
      border-color: transparent !important;
      background-color: #0C153B;
      color: #ffffff !important; }
  [data-theme="dark"] .register-form .form-control {
    background-color: transparent !important; }
    [data-theme="dark"] .register-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.7; }
  [data-theme="dark"] .agent-message-content .agent-message-text p {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff; }
  [data-theme="dark"] .faq-search-form button {
    color: #ffffff; }
  [data-theme="dark"] .form-check-input {
    background-color: #332858; }
  [data-theme="dark"] .cart-form .quantity-button-handler {
    border: transparent;
    background-color: #332858;
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-panel {
    background-color: #242644 !important; }
  [data-theme="dark"] .btn-warning {
    color: #020310; }
  [data-theme="dark"] .pwa-install-alert {
    background-color: #242644 !important; }
    [data-theme="dark"] .pwa-install-alert .btn-close {
      -webkit-filter: invert(1) grayscale(100%) brightness(200%);
              filter: invert(1) grayscale(100%) brightness(200%); }
  [data-theme="dark"] .featured-product-card .product-description .sale-price,
  [data-theme="dark"] .product-card .sale-price {
    color: #ffaf00; }
  [data-theme="dark"] .product-catagories a {
    background-color: #242644; }
  [data-theme="dark"] .single-order-status.active .order-text h6 {
    color: #ffaf00; }
  [data-theme="dark"] .single-order-status .order-icon {
    background-color: transparent;
    color: #747794;
    border: 0; }
  [data-theme="dark"] .single-order-status.active .order-icon {
    background-color: #332858;
    border: 0;
    color: #ffffff; }
  [data-theme="dark"] .single-order-status.active .order-status svg {
    color: #ffaf00; }
  [data-theme="dark"] .my-order-wrapper .card::after {
    border-right: 2px dashed rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .featured-product-card .product-thumbnail-side .wishlist-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ea4c62;
    border-color: rgba(255, 255, 255, 0.2) !important; }
  [data-theme="dark"] .related-product-wrapper {
    background-color: #242644; }
  [data-theme="dark"] .single-related-product-slide {
    border-color: rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .vendor-tabs {
    background-color: #332858; }
  [data-theme="dark"] .nav-tabs .nav-item.show .nav-link, [data-theme="dark"] .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: transparent; }
  [data-theme="dark"] .otp-form select.form-select {
    background-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .agent-message-content .agent-message-text .writing-mode {
    background-color: rgba(255, 255, 255, 0.2); }

.appHeader .left {
    height: 56px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 10px;
    color: #fff;
    font-size: 25px;
}
.appHeader .left a {
    color: #000;
}
.card-block{
  border-radius: 15px;
    margin: 20px;
    padding: 40px;
    border: 1px solid #e6e6e694;
    background-color: #fff;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
}

  .in-pt {
    margin-top: -20px;
}
  .bank-add {
    text-align: center;
}
.right-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
}
.right-image img {
    width: 50px;
}
h1.title-price {
    color: #0060cd;
    font-size: 30px;
    font-weight: 700;
}


.btn-card {
    border: 1px solid #e6e6e694;
    color: #0060cd;
    font-size: 13px;
    background-color: #fdfdfd00;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-card a{
  color: #0060cd;
}
.swiper-pagination {
    position: relative;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #bbb;
    width: 20px;
    height: 3px;
    border-radius: 0px;
    background: #bbb;
}
.swiper-pagination span.swiper-pagination-bullet{
  color: #bbb;
    width: 20px;
    height: 3px;
    border-radius: 0px;
    background: #bbb;
}

.hd-in h5 {
    font-size: 28px;
}
.hd-in p {
    font-size: 16px;
    font-weight: 800;
    color: #020310;
}
.card-block span.label {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.5;
    line-height: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}
.card-block .bottom {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.card-block .in .card-expiry {
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}
.card-block .in .card-cvv {
    font-weight: 500;
    font-size: 14px;
}
.br-dotted{
  border: 1px dashed #000;
  box-shadow: none;
  text-align: center;
  max-height: 175px;
}
.card-block h3 {
    font-size: 44px;

}
.left-tg {
    left: 50px;
}

.dialogbox .modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 12000;
    display: flex;
    overflow: auto;
    align-items: center;
    justify-content: center;
    transform: translate(0, 0) !important;
    transform: scale(0.8) !important;
}
#appCapsule {
    padding: 56px 0;
    margin-bottom: env(safe-area-inset-bottom);
    margin-top: env(safe-area-inset-top);
}
.splash-page {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    top: 0;
    border-radius: 49px;
}
#videoElement {
    width: 100%;
    height: 100%;
    background-color: #666;
    border-radius: 10px;
    
}
.splash-page h1, .splash-page h2 {
    color: #0060cd;
}
.fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px;
    min-height: 84px;
    display: block;
    align-items: center;
    justify-content: space-between;
    padding-bottom: env(safe-area-inset-bottom);
}
.btn-warning-otp {
    background: transparent;
    color: #8494A8;
    transition: 0.2s all;
    border: 2px solid #8494A8;
    border-radius: 20px;
}
.splash-page p {
    padding: 0px 30px;
}
.dialogbox .modal-dialog .modal-content {
   max-width: 400px;
    margin: auto;
    max-height: 860px;
    overflow: auto;
    border: 0;
    border-radius: 16px;
    height: 250px;
}
.dialogbox .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 20px 20px 10px 20px;
}
.dialogbox .modal-dialog .modal-content .modal-header .modal-title {
   color: #0060cd;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
}
.dialogbox .modal-dialog .modal-content .modal-body {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}
.dialogbox .modal-dialog .modal-content .modal-footer {
    border: 0;
    border-top: 1px solid #DCDCE9;
    padding: 0;
    display: block;
    text-align: center;
}
.btn-inline .btn {
    font-size: 20px;
}
.scan a {
    font-size: 16px!important;
}

.scan img {
    
    object-fit: cover;
    max-height: 30px!important;
  }


.form-controls {
      
      background-color: #ffffff;
      height: 40px;
      font-size: 12px;
      padding: 10px 15px;
      padding-left: 35px;
      border: 1px solid #ebebeb;
      color: #747794; 
     width: 100%;
     padding: 0px 10px;
     border-radius: 25px; 
    }
.logo-wrapper img {
    max-width: 120px;
    object-fit: cover;
}




.scan{
  background-color: #0060cd;
    border-radius: 50%;
    padding: 35px;
    text-align: center;
    text-decoration: none;
    display: flex;
    width: 50px;
    max-width: 50px;
    transition: background-color 1s;
    color: #fff;
    height: 50px;
    max-height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -13px;
}
.scan a{
  color: #fff!important;
}
.scan:focus{
  background-color: white;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.5) 0rem .5rem 1rem;
  transform:scale(1.1,1.1);
  transition: transform .5s;
}
.scan:hover{
  background-color: #000;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.5) 0rem .5rem 1rem;
  transform:scale(1.1,1.1);
  transition: transform .5s;
}
.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.section-heading .title {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 1em;
    padding-right: 16px;
}
.section-heading .link {
    color: #0060cd;
    font-size: 13px;
    font-weight: 500;
}
.splide .splide__list {
    padding-bottom: 20px !important;
}
.user-card {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.imaged {
    height: auto;
    border-radius: 10px;
}
.user-card img {
    width: 54px;
    height: 54px;
    object-fit: cover;
}
.user-card strong {
    display: block;
    font-size: 11px;
    color: #27173E;
    line-height: 1.3em;
    margin-top: 8px;
}
.splide__slide {
    width: 73.75px;
}


	
.subscribed_text i.lni{   
    display: inline-block;
    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    position: absolute;
    top: -10px;
    right: 0px;
    background: green;
    padding: 6px 6px;
    border-radius: 50%; color:#fff}
	
.search_item{margin-bottom:20px;margin-top:20px;  padding-bottom:10px;}
.subscribed .subscribed_text{display:block !important}

.transactions .item_org{ border-radius: 10px;background: #ffffff; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);margin-bottom: 20px;display: block;position:relative}

.transactions .item_org.subscribed{background:#f7fff7}

.transactions .item {
    
   
   
    padding: 15px 24px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transactions .item_box {
    
   border-radius: 10px;background: #ffffff; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);margin-bottom: 20px;
   
    padding: 15px 15px;
    
    display: flex;
    align-items: center;
    justify-content: space-between; overflow:hidden; position:relative
}

.transactions .item_box.open_req{background:#fafff9}
.transactions .item_box.close_req{background:#fff3f3}

.transactions .item_box .detail strong{font-size:16px;}

.transactions .item .detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.2em;align-items: center !important;
}
.transactions .item .detail .image-block {
    margin-right: 16px;
}
.transactions .item .detail strong {
   display: block;
    font-weight: 600;
    color: #27173E;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;    padding: 5px 0;
}
.name_merchant{font-size:14px;}

.comment_field{ padding:0px 0;}
.comment_field textarea.form-control{border-radius: 3px;
    border-color: #ddd;
    min-height: 50px;}
.comment_field label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}


.transactions .item p {
      font-size: 13px;
    margin: 0;
    color: #000;
    font-weight: 500; 
}
.transactions .item .right {
    padding-left: 10px;
}
.transactions .item .right .price {
    font-weight: 700;
    color: #27173E;
    letter-spacing: -0.03em;
}

.transactions .merchants_item {
   
   
   padding:10px 0;
 border-bottom:1px solid #ddd;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.transactions .merchants_item .detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.2em;
}
.transactions .merchants_item .detail .image-block {
    margin-right: 16px;
}
.transactions .merchants_item .detail strong {
    display: block;
    font-weight: 500;
    color: #27173E;
    margin-bottom: 3px;
}
.transactions .merchants_item p {
    font-size: 11px;
    margin: 0;
    color: #958d9e;
    font-weight: 500;
}
.transactions .merchants_item .right {
    padding-left: 10px;
}
.transactions .merchants_item .right .price {
    font-weight: 700;
    color: #27173E;
    letter-spacing: -0.03em;
}


.text-danger, a.text-danger {
    color: #FF396F !important;
}
.detail img {
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.icon_img {
        width: 100%;
    max-width: 80px;
    margin-right: 10px;
}
.icon_img img {
    width:auto; height:auto; margin:0; border-radius:0
}
.merchants_search .detail{align-items: flex-start !important;}

.action-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 16px 10px 16px;
    background: #ffffff;
    margin-top: 70px;
}
.action-group .action-button {
    padding: 10px 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 1em;
    color: #000;
}
.action-group .action-button .iconbox {
    background: rgb(3 169 244 / 15%);
    width: 38px;
    height: 38px;
    margin: 0 auto 8px auto;
    border-radius: 100%;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.btn.btn-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    color: #0060cd;
    background: #0060cd26;
    width: 41px;
    height: 40px;
    font-size: 26px;
  }
button.btn.btn-popup:hover{
  background:#0060cd;
    color: #fff !important;
}

.modal.action-sheet {
    z-index: 200000;
}
.modal.action-sheet.show .modal-dialog {
    transform: translate(0, 0);
}
.modal.action-sheet .modal-dialog {
    padding: 0;
    margin: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    min-width: 100%;
    z-index: 12000;
    transform: translate(0, 100%);
}
.modal.action-sheet .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding-bottom: env(safe-area-inset-bottom);
}
.modal.action-sheet .modal-content .modal-header {
    display: block;
    padding: 2px 20px;
}
.modal.action-sheet .modal-content .modal-header .modal-title {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    color: #27173E;
    font-weight: 600;
}
.modal.action-sheet .modal-content .modal-body {
    padding: 0;
}
.modal.action-sheet .modal-content .action-sheet-content {
    padding: 20px 16px;
    max-height: 460px;
    overflow: auto;
    text-align: left;
}
.right {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.close.btn-closes {
    outline: none;
    border: #0060cd;
    background: #0060cd;
    color: #fff;
    border-radius: 20px;
    font-size: 1rem;
    width: 100%;
    height: 40px;
    margin-top: 20px;
}
.card-number .label {
    display: block;
}
.bottom-card {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.card-blocks span.label {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.5;
    line-height: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}
.card-number .label {
    display: block;
}
.card-blocks .bottom {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.card-blocks .in .card-expiry {
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}
.card-blocks span.label {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.5;
    line-height: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}
.card-blocks .in .card-CVV {
    font-weight: 500;
    font-size: 14px;
}
.pd {
    padding-top: 15px;
    padding-bottom: 10px;
}
.pd-inner {
    padding: 20px 0px 40px 0px;
}

/* scan &amp; payment */

.scan-payemnt h4 {
    background: #0060cd;
    max-width: 80px;
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
.scan-payemnt h3 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.scan-payemnt p{
  margin-bottom: 5px!important;
}
h5.price {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 20px;
}
.text-left {
    text-align: left;
}
.section-title-pay {
    font-size: 20px;
    color: #020310;
    font-weight: 700;
}
.card-section {
    padding-top: 20px;
}
label.form-check-label {
    font-size: 14px;
    font-weight: 700;
    color: #020310;
}
.card-body-section span {
    display: block;
    font-size: 14px;
}
.card-section {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}

    .form-check.flx-cn i {
    color: #0060cd;
    font-size: 16px;
}
.clear-filter{text-align:center}
label.label {
        padding-bottom: 5px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.action-sheet-content select.form-control{    -webkit-appearance: auto;-moz-appearance: auto;appearance: auto;}
.action-sheet-content input.form-control, .action-sheet-content select.form-control {
    border: 1px solid #e6e6e694;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
}
.input-group .input-group-text {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #DCDCE9;
    border-radius: 0;
    font-weight: 400;
    color: #27173E;
    height: 40px;
    width: auto;
    padding: 0 10px 0 0;
}
.form-group.basics .form-control, .form-group.basics .custom-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #DCDCE9;
    padding: 0 30px 0 0;
    border-radius: 0;
    height: 40px;
    color: #27173E;
    font-size: 15px;
}
.form-group.basics .form-control:focus, .form-group.basics .custom-select:focus {
    border-bottom-color: #0060cd;
    box-shadow: inset 0 -1px 0 0 #0060cd;
}
.form-in .input-group {
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
}
.card-block-pay .bottom {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 10px;
}
.card-block-pay {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e6e6e694;
    background-color: #fff;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
    width: 100%;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.card-block-pay .card-number {
    font-size: 12px;
}
.card-block-pay .in .card-expiry {
    font-size: 8px;
    margin-right: 20px;
}
.card-block-pay span.label {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}
.heading_login{font-weight: 600;
    color: #a9a9a9;}
    .heading_login1{font-weight: 700;
    font-size: 25px;
}
small.error {
    color: #ddd;
    background: #a94442;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    padding: 0px 5px;
    width: 100%;
    margin: 6px auto;
    position: relative;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    display: block;
    color: #fff;
}
.modal-header .close {
    text-align: right;
    font-size: 40px;
    line-height: 18px;
    display: inline-block;
}
.modal-header .close {
    margin-top: -2px;
    border: none;
    background: transparent;
    color: #a3a3a3;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 30px;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
    width: 20px;
    height: 20px;left: 0px;
    top: 6px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../img/check.svg);
    background-color: #0060cd;
    border-radius: 0.25rem;left: 0px;
    top: 6px;
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
}
.contact_varification {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    margin-top: 20px;
      background: #13a318 !important;
    border-color: #13a318 !important;

}
.text-secondary {
    color: #aba8a8!important;
}
a.edit_number {
    background: #646464;
    border-radius: 50px;
    padding: 5px 6px;
    color: #fff;
}
.bg-1 {
    background: #b1b1b1!important;
    color: #fff;
}
input#flexRadioDefault1 {
    position: absolute;
    right: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
}
input#flexRadioDefault2 {
    position: absolute;
    right: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
}
input#flexRadioDefault3 {
    position: absolute;
    right: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
}
input#flexRadioDefault4 {
    position: absolute;
    right: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
}
 .card-body-section input:checked ~label {
    background: #0060cd;
    color: #fff;
}
.payment-done{
  background: transparent;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 20px;
    font-weight: 600;
    border: 2px solid #000;

}
/*input.custom-control-input:checked ~ .custom-control-label::before {
    display: block;
}*/

.col-categories-row{padding:0 15px;}


.transactions.for_merchants .item {
    padding-left: 10px;
    padding-right: 10px;
}

#merchant_name{padding-left:30px;}
span.search_icon {
    position: absolute;
    top: 13px;
    font-size: 18px;
    left: 7px;
}
.icon-stores {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0px;
}
.icon-img {
    background: #d3f0ff;
    border-radius: 50%;
    padding: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-in h5 {
    font-size: 14px; display:inline-block
}
.icon-in{text-align:center}
.icon-in &gt; a{display:inline-block}

.icon-in .icon-img {
    margin: 0 auto;
}
.icon-in h5 {
    font-size: 10px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}
.categories_list .row{margin:0; width:100%;}

.categories_list .col-3 {
    padding: 0 5px;
}
.label_text{
  text-align: left;
    font-weight: 600;
    margin-left: 10px; color:#000
}
  .payment-option {background: #0060cdba;
    padding: 10px 5px;
    border-radius: 6px;
    max-width:100%;
    
  }


.payment-option h6{
  color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.col-md-4.payment-option {
   
    position: relative;
    width: 100%;
   
        padding-right: 12px;
    padding-left: 12px;    padding-top: 15px;
}
/*.transection-option i {
    font-size: 20px;
    color: #0060cd;
    border: 1px solid #0060cd;
    padding: 8px 10px;
    border-radius: 6px;
}*/

.transection-option{
  display: flex;
}

.transection-option span{
  display: inline-block;

}


.transection-option a {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    margin: 0 3px;
    border-radius: 20px;
    font-weight: 600;
    border: 2px solid #0060cd;
    color: #0060cd;
    font-size: 14px;
}

.home_page_button a{width:100%;    margin: 5px 15px;}

.pay_merchant {background: #0a6ba3;}
.pay_scancode {background: #0060cd;}

.flex_row_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datepicker td, .datepicker th{    font-size: 14px;
    padding: 5px;}
	
	.login_wrapper_section{position:relative}

/*.login_wrapper_section{    background: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;}
	

.login_wrapper_section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}*/

.login_wrapper_section &gt; .container {position:relative; z-index:1}

.login_wrapper_section .bg_box{    background: #ffffff;
    padding: 35px 15px;
    border-radius: 40px;}
	
.big-logo{max-width:260px;}

.subscriber_tab path{fill:#747794 !important}
.subscriber_tab a:hover path{fill:#0060cd !important}

.page_title_bar{    padding-top: 80px;
    background: #189de3;
    color: #fff;}
.page_title_bar h1{color: #fff;margin: 0;font-size: 20px;padding: 12px 0; display:inline-block; max-width: 60%; font-weight:600}

.back_previous{float:right;    padding-top: 12px;}
.back_previous a{color:#fff; font-size:14px;}

.button_org_all{padding-top:15px}
.button_org_all a {
    display: inline-block;
    padding: 8px 15px;
    background: #0060cd;
    color: #fff;
    border-radius: 5px;
}
.button_org_all a:hover{background:#0060cd}





.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button.toggle_button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: 0px auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #e7e7e7;
  transition: 0.3s ease all;
  z-index: 1;
}
.toggle_button .knobs:before {
 content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #999;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);

}

.toggle_button .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

.toggle_button .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

.toggle_button .checkbox:checked + .knobs:before {
  content: "Yes";
  left: 42px;
  background-color: #009503;
}

.toggle_button .checkbox:checked ~ .layer {
  background-color: #ddf5de;
}


.group_setting_notification .item{    display: flex;
    justify-content: space-between;
    align-items: center;padding: 8px 15px;border-top: 1px solid #ddd;}
	
.group_setting_notification .item:first-child{border:0}
	
.group_setting_notification {
    padding: 0;
    background: #f9f9f9;
    margin: 0 15px;
    box-shadow: 0px 0px 10px 0px #d3d3d3;
    border-radius: 10px;
}

.item_sec_ntf {
        font-weight: 600;
    font-size: 14px;
    color: #666;
}


.subscribed_section h4 {
    font-size: 18px;
    padding: 8px 15px;
    font-weight: 600;
    margin-bottom: 0;    margin-bottom: 4px;
 
}

.subscribed_section h6 {
    font-size: 16px;
    padding: 8px 15px;
    font-weight: 600;
    margin-bottom: 0;    margin-bottom: 4px;
 
}

.subscribed_section{margin:15px 0}
.save_setting_btn{display:flex}
.save_setting_btn a {
    display: block;
    padding: 10px 15px;
    background: #0060cd;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;    width: 100%;    margin: 0 5px;
}
.save_setting_btn a:hover{background:#0060cd}

.open_status{    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #13a318;
    font-weight: 600;
    background: #ddd;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;}
	.close_status{    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #b50606;
    font-weight: 600;
    background: #ddd;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;}
	

.unsub_btn{display:flex;    text-align: center;}
.unsub_btn a {
    display: block;
    padding: 10px 15px;
    background: #0060cd;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;    width: 100%;    margin: 0 5px;    font-size: 14px;
}
.unsub_btn a:hover{background:#0060cd}

.unsub_btn a.unsubscribe_btn {
    background: #999;
}
.unsub_btn a.unsubscribe_btn:hover {
    background: #666;
}


.save_setting_btn {
       padding: 15px;
    text-align: center;
    margin-bottom: 0;
    border-top: 1px solid #ddd;-webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);

}

.subscribed_section {
     max-height: 300px;
    overflow-x: auto;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
}

.action-sheet .modal-header .close{position: absolute;
    right: 2px;
    top: -15px;
    padding: 5px 2px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #b7b7b7;
    background: #fff;}
	
.active_sett .item_sec_ntf{color:#009503}

.already_subscribed_text {
        padding: 15px;
    color: green;
    font-weight: 600;
    padding-top: 0;
}

.save_setting_btn a.unsubscribe_btn{background:#999}
.save_setting_btn a.unsubscribe_btn:hover{background:#666}

.verify_code_box {
    padding: 15px;
    margin: 15px 0;
}
.verify_code_box label{font-size:14px; font-weight:600; color:#000}
.verify_code_box input{    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px !important;     outline: none !important;}
.verify_code_box input:focus{border-color:#999}
.verify_btn input{padding: 10px 15px;
    background: #0060cd;
    border: 0;
    border-radius: 5px !important;
    color: #fff;
    font-weight: 600;}

.verify_btn input:hover{background:#0060cd}


.action_btns{    padding: 15px 0; padding-bottom:0}
.action_btns a {
    padding-right: 20px;
    font-size: 14px;
}

.action_btns a:last-child{padding-right:0}

.action_btns a.view_link{  color: green;}
.action_btns a.edit_link{     color: #333;}
.action_btns a.unsub_link{ color: #af0000;}


.transction_details.view_notifi .item_details{    display: flex;
    justify-content: space-between;
    align-items: center;    padding-top: 5px;
    margin-top: 5px;}
	
.transction_details.view_notifi .item_details strong{color:green}



.notif_view .single-profile-data .title {
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    width: 100%;
    display: block !important;
    margin-bottom: 5px;
}

.notif_view .single-profile-data .data-content {
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    text-align: left;
}



.main-services {
    position: relative;
}
.main-services {
    padding: 1em 0 0em;
}
.main-services .container {
    position: relative;
    z-index: 9;
}
.cus-flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.padding-btw-section {
   /* padding-left: 5px;
    padding-right: 5px;*/
}

.main-services .item_box {
    margin-bottom: 20px;
}
.main-services .item_box {
    background: #fff !important;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 20px;
    padding: 20px 5px;
    text-align: center;
    box-shadow: 6px 6px 10px 0px rgb(0 0 0 / 10%);
    min-height: 152px;
}
.icon_item img {
    max-height: 52px;
}
.service_name {
    color: #000 !important;
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
}

.right_side_menu {
    display: flex;
    align-items: center;
    width: 48px;
    justify-content: end;
}
	.notification_icon a {
    font-size: 22px;
    margin-right: 25px; position:relative; color:#fff
}

span.number_noti {
	font-size: 12px;
    
    color: #fff;
    padding: 1px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
   
    top: -10px;
}
.collap_item{    padding: 1rem;}
.collap_item.collapsed i.fa:before{    content: "\f107";}
h6.collap_item i.fa {
    float: right;
}

div.mayor_message {
    border-top: 1px solid #ddd;
}

.mayor_message_slider .swiper-pagination{    bottom: 0;}

.quick_alerts_row{margin-top:35px; position:relative}
.quick_alerts_row .new_alert_ms{position: absolute;top: -20px;}


/*Weather Start*/

.box {
  width: 100%;
 padding:15px; 
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(black, 0.2);
  background: darken(#eff3f9,20%);
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  min-width: 200px;
}

.wave {
  opacity: 0.3;
  position: absolute;
  top: 120%;
  left: 50%;
  background: white;
  width: 500px;
  height: 500px;
  margin-left: -250px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 3000ms infinite linear;
  z-index: 1;
}

.wave.-three {
  animation: drift 5000ms infinite linear;
  z-index: 2 !important;
  opacity: 0.2;
}

.wave.-two {
  animation: drift 7000ms infinite linear;
  opacity: 0.1;
  z-index: 3 !important;
}

.box:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

.info {
 
  bottom: 0;
  width: 100%;
  height: 45%;
  z-index: 4;
}

.location {
  text-align: center;
  font-weight: 800;
}

.date {
  text-align: center;
  font-size:13px; margin-bottom:0
}

.temp {
  margin-top: 10px;
  text-align: center;
}

.weathercon {
  height: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
}

@media (max-width: 600px) {
  .box {
    width:100%;}

  .wave {
    top: 85%;
  }

  .weathercon {
    font-size: 5em;
  }

  .info {
    font-size: 1.5rem;
  }
}

@media (max-height: 500px) {
 

  .wave {
    top: 115%;
  }
}

/*Weather End*/


.ticker-section .container-fluid{width:100%}

.ticker-section {
    display:flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;overflow:hidden
}
.ticker-slide-items {
      overflow: hidden;
    padding: 0;
    text-align: center;
}
.ticker-slide-items li {
 
  padding: 0 ;
  flex-shrink:0;
  list-style-type: none;
}

.ticker-slide-items a:link {
  text-decoration:none;
}
.ticker_message i.fa-regular{margin-right:8px;}

.ticker-section:hover .ticker-slide-items {
  animation-play-state: paused;
}

  @keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }}
  
  .ticker-slide-items .ticker_imnner {
    font-weight: normal;

    padding: 6px 20px !important;
    display: inline-block;    font-size: 14px;
}
.ticker_message a {
    color: #000;
    font-weight: 500;
}
.ticker-slide-items li {
    padding: 0;
    flex-shrink: 0;
    list-style-type: none;
}
.ticker_imnner {
    line-height: normal !important;
    white-space: normal !important;
}

.progress-nav {
    display: flex;
    align-items: center;
    list-style: none;
    max-width: 850px;
    margin: 50px auto 30px; padding-left:0
}
.progress-nav li {
    display: block;
    width: 50%;
    height: 4px;
    background-color: #4cb743;
    line-height: 1.2;
    color: #4cb743;
    position: relative;
}
.progress-nav li.active {
    background-color: #0060cd;
    color: #0060cd;
}
.progress-nav li:before {
        display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    width: 24px;
    height: 24px;
    margin: auto;
    background-color: #4cb743;
    color: #fff;
    background-image: url(https://brand.workingsolutions.com/components/images/check-solid-white.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 8px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
}
.progress-nav li.active:before {
        content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 4px solid #0060cd;
    top: -7px;
}

.progress-nav li a {
    color: currentColor;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    bottom: calc(100% + 18px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.progress-nav li.active~li {
    background-color: #b4b3b3;
    color: #b4b3b3;
}

.progress-nav li.active~li:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #b4b4b4;
    top: -4px;
    background-image: none;
}


.new_radio_btn[type="radio"]:checked,
.new_radio_btn[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.new_radio_btn[type="radio"]:checked + label,
.new_radio_btn[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;    font-weight: 600;
}
.new_radio_btn[type="radio"]:checked + label:before,
.new_radio_btn[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #1e1e1e;
    border-radius: 100%;
    background: #fff;
}
.new_radio_btn[type="radio"]:checked + label:after,
.new_radio_btn[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.new_radio_btn[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.new_radio_btn[type="radio"]:checked + label:after {
   opacity: 1;
    -webkit-transform: scale(.6);
    transform: scale(.6);
}


.new_checkbox[type="checkbox"]:checked,
.new_checkbox[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.new_checkbox[type="checkbox"]:checked + label,
.new_checkbox[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight: 600;
}

.new_checkbox[type="checkbox"]:checked + label:before,
.new_checkbox[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #1e1e1e;
    border-radius: 4px; /* Adjust the border radius as needed */
    background: #fff;
}

.new_checkbox[type="checkbox"]:checked + label:after,
.new_checkbox[type="checkbox"]:not(:checked) + label:after {
    content: '\2713'; /* Unicode checkmark character */
    width: 20px;
    height: 20px;
    font-size: 16px; /* Adjust the font size as needed */
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.new_checkbox[type="checkbox"]:not(:checked) + label:after {
    transform: scale(0);
}

.new_checkbox[type="checkbox"]:checked + label:after {
    transform: scale(1);
    opacity: 1;
}

.mayor_list_check ul{padding-left:0 !important}
.mayor_list_check li{margin-bottom:10px; margin-top:10px;}


.radio_section p {
    display: inline-block;
    margin-right: 30px;
}

.item.active_sett .comment_field{display:block !important}

.for_view_details_popup{    max-height: 70vh;
    overflow-y: auto;
    padding: 15px;}
	
	
	/*Tracking status start*/
	
	#tracking{
   background: #fff
}
.tracking-detail {
  padding: 3rem 0;
}
#tracking {
  margin-bottom: 1rem;
}
[class*="tracking-status-"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
[class*="tracking-status-"] {
  padding: 1.6rem 0;
}
.tracking-list {
 
}
.tracking-item {
    border-left: 4px solid #00ba0d;
    position: relative;
    padding: 0rem 0.5rem 0.5rem 1rem;
    font-size: 0.9rem;
    margin-left: 10px;
    min-height: 5rem;
}
.tracking-item:last-child {
  padding-bottom: 4rem;
}
.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item .tracking-content {
 
}
.tracking-item .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}
.tracking-item .tracking-icon {
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-item-pending {
  border-left: 4px solid #d6d6d6;
 
    position: relative;
    padding: 0rem 0.5rem 0.5rem 1rem;
    font-size: 0.9rem;
    margin-left: 10px;
    min-height: 5rem;
}
.tracking-item-pending:last-child {
  padding-bottom: 4rem;
}
.tracking-item-pending .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}


.tracking-item-pending .tracking-icon {
  line-height: 0rem;
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6;
}

.tracking-item-pending:last-child{    padding-bottom: 20px;
    min-height: auto;}

.tracking-item-pending .tracking-content {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.tracking-item-pending .tracking-content span {
    font-weight: 500;
    font-size: 12px;
    color: #999;
}

.tracking-item .tracking-icon.status-current {
  width: 1.9rem;
  height: 1.9rem;
  left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
  color: #00ba0d;
  font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
  color: #00ba0d;
  font-size: 0.6rem;
}
@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem;
  }
  .tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .tracking-item .tracking-date span {
    display: block;
  }
  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }

  .tracking-item-pending {
    margin-left: 10rem;
  }
  .tracking-item-pending .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .tracking-item-pending .tracking-date span {
    display: block;
  }
  .tracking-item-pending .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}

.tracking-item .tracking-content {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.tracking-item .tracking-content span {
    font-weight: 500;
    font-size: 12px;
    color: #999;
}

.blinker {
  border: 2px solid #006e07;
  animation: blink 1s;
  animation-iteration-count: infinite; background:#006e07
  
}
@keyframes blink { 50% { border-color:#fff ; }  }

.tracking-item.last-tracking{    padding-bottom: 20px;
    min-height: auto;}
	
	/*Tracking status end*/
	
.list_of_comm ul{padding-left:0 !important}
.list_of_comm li {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: start;
    margin-bottom: 15px;
    font-weight: 500;
}
.list_of_comm li i{margin-right:10px; margin-top:3px;}

.sticky-ft{    position: fixed;
    bottom: 50px;
    z-index: 9;
    background: #003c89;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-bottom: 20px;}

.sticky-ft p{color:#fff}
.sticky-ft p a{color:#fff}

.subscriber_tab{    min-width: 180px;}

.open&gt;.dropdown-menu {
    display: block;     max-height: 220px !important;
}
.bootstrap-select.btn-group .dropdown-menu li a span{color:#000;    font-size: 14px;}
.bootstrap-select .dropdown-menu &gt; li &gt; a{display:block}
.form-group .bootstrap-select.btn-group .dropdown-menu li a span.check-mark{margin-top: 3px !important;}
.filter-option {
    font-size: 16px !important;
    font-weight: 500;
    color: #000 !important;
}
.dropdown-toggle::after{    top: -4px;
    position: relative;}
	
.form-group .bootstrap-select .btn.dropdown-toggle{outline: none !important;}

.form-group .bootstrap-select.btn-group .dropdown-menu li.selected a span.check-mark:before{    content: "\f00c";    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);    top: -2px;
    position: relative;
    left: 1px;}
	
	.btn-group.bootstrap-select.form-control {
    border: 1px solid #818181b5;
}

.form-control{    appearance: auto;}

div#exTab1 .nav li a {
   display: inline-block;
    padding: 10px 10px;
    background: #8b8b8b;
    color: #fff;
    margin-right: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    font-size: 12px;
}
div#exTab1 .nav li a:hover{background:#999}

div#exTab1 .nav li a.active{background:#0f61cb}


div#exTab1 .nav li a.active:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1862c9;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}


	
	.btn_report_blue a {
    margin-top: 10px;
    padding: 3px 8px;
    border: 2px solid #05416f;
    background: #05416f;
    color: #fff !important;
    display: inline-block;
    border-radius: 35px;
    font-size: 12px;
    text-decoration: none;
}
.btn_report_blue a:hover{background:#C5003E; border: 2px solid #C5003E;}
	

		#desktop_slider img {min-height: 230px;object-fit: cover;}
		#desktop_slider .slide-item {border-radius: 15px;overflow: hidden;position:relative}
	
		.slider_homepage .swiper-wrapper{}
		
		   #desktop_slider .slide-item:before{ position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    z-index: 1;
    background: rgba(0,88,166,.5);}
		
		.slider_homepage .swiper-pagination{bottom:0}
		.slider_homepage .swiper-pagination .swiper-pagination-bullet-active{background: #05416f !important;    color: #05416f !important;}
		.slider_homepage .swiper-pagination .swiper-pagination-bullet{background: #000 !important;    color: #000 !important;}
		
		
		.gm_msg .content{
    display: flex;
}
.gm_msg img{
        min-width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
	}


.read_more_btn a {
    margin-top: 10px;
    padding: 3px 8px;
    border: 2px solid #05416f;
    background: #05416f;
    color: #fff;
    display: inline-block;
    border-radius: 35px;
    font-size: 12px;
    text-decoration: none;
}
.read_more_btn a:hover{background:#C5003E; border: 2px solid #C5003E;}


.footer-nav-area h5 {
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.sidenav-nav ul {
        list-style: none;
        padding-left: 0; display:none
    }
    .sidenav-nav ul ul {
        display: none;
    }
    .sidenav-nav .has-children &gt; a {
        cursor: pointer;
    }
	.has-children &gt; a:before{content:""}

.sidenav-nav .has-children{position:relative}
.sidenav-nav .submenu-button{    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 42px;
    width: 60px;
    cursor: pointer;}
	
.sidenav-nav .submenu-button:before { content: '';
    position: absolute;
    left: 21px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
	}
	
.sidenav-nav .submenu-button:after{ content: '';
    position: absolute;
    top: 16px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
	}
	
.has-children.submenu_opened &gt; .submenu-button:after{content:none}

.sidenav-nav ul li a{padding-left:1.8rem}
.sidenav-nav ul ul li a{padding-left:2.4rem}

.rtecenter{text-align:center}

    .page-content-wrapper h1{color: #124e89;
    font-size: 28px;    font-weight: 600;}
	
	.page-content-wrapper h3{color:#009ce5;    font-size: 16px;    font-weight: 600;}
	.page-content-wrapper h4 {
    margin-bottom: 8px;
    font-weight: bold;
    color: #124E89;
}
	
	
	@media(max-width:767px){
	iframe{width:100%;}
	}
 
  .footer-nav-area ul {
   text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 12px;
}
.footer-nav-area ul li{
  padding: 4px 0px;
}
.footer-nav-area ul li, .footer-nav-area ul li a{
  font-size: 12px;
  color: #fff;
}
.ft-bt{
  border-radius:0;    background: #004070;    height: auto;margin-bottom: 65px;
}
.notification-content {
  padding: 60px 15px 0px 15px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.notification-content .collapse-panel-section .panel-default {
    border: 0;
    border-left: 4px solid #ccc;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.notification-content .collapse-panel-section .panel-default &gt; .panel-heading {
    background: transparent;
    border-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.notification-content .collapse-panel-section .panel-default &gt; .panel-heading a {
    display: block;
    color: #ed822b;
    font-size: 14px;
    background: transparent !important;
    border-color: transparent !important;
}
.notification-content .collapse-panel-section .panel-default &gt; .panel-heading i {
    float: right;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 30px;
}
.fa-angle-down:before {
    content: "\f107";
}
.notification-content .collapse-panel-section {
    margin: 20px 0;
}
.banner-text-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
}
.collapse.in {
    display: block;
}
.notification-content .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}
.notification-content .collapse-panel-section .panel-default &gt; .panel-heading a[aria-expanded="true"] i:before {
    content: "\f106";
}
.slider-text h1{
  color: #fff;
  font-size: 26px;
    font-weight: 800;
}

#desktop_slider .slick-dots {
    bottom: -42px;
    text-align: center;
    padding: 10px;
    z-index: 100; margin-bottom:0
}
#desktop_slider.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
#desktop_slider .slick-dots li button, #mobile_slider .slick-dots li button {
    border-color: #000;
}
#desktop_slider .slick-dots li.slick-active button, #mobile_slider .slick-dots li.slick-active button {
    background: #000;
}

#desktop_slider .slick-dots li button, #mobile_slider .slick-dots li button {
    border-color: #000;
}
#desktop_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 0 auto;
}
a.banner-btn {
    background: #ed822b;
    padding: 5px 15px 3px 15px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    line-height: 30px;
    transition: 0.3s all ease;
}
a.banner-btn:hover{
  background-color: #189de3;
  color: #fff;
}
.app-all{    padding: 12px 0;
    padding-left: 10px;}
.app-all a{color:#fff; display:inline-block; text-decoration:underline; padding:5px;}

.recent-notification {
    background: #b9e3f9;
    margin: 0 -15px;
    padding: 20px 15px;
}
.left-notification {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-notification a.btn-green {
    background: green;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}
a.text-only {
    color: #004070;
    font-size: 14px;
}
.left-notification a.btn-green:hover{
  
}
a.text-only:hover{
  color: #000;
}
.social-icons .content {
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
}
.social-icons a {
    font-size: 30px;
    margin: 0px 10px;
    color: #004070;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    background: transparent;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #004070;
}
.social-icons a i{font-size:24px;margin-right: -7px;}
.social-icons a img {
    max-width: 22px;
}

.social-icons a:hover{background:#000}

@media (max-width: 600px) {
  .main-content ul,  .main-content li, .main-content ul li a{
    color: #000!important;
  }
}

#block-menu-block-1 {
  
    background: rgba(52, 118, 188, 0.2);
    padding: 15px;
}

.modernization_pages #block-system-main {
   
}


@media(max-width:767px){
#block-menu-block-1, .modernization_pages #block-system-main{    width: 100%;
    margin-bottom: 15px;}
	
	#block-menu-block-1, .modernization_pages #block-system-main {
    width: 100%;
    margin-bottom: 15px;
}
	
}



.page-content-wrapper .sidenav-nav a {
    color: #2ca0d4;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.page-content-wrapper .sidenav-nav li{list-style:disc}
.page-content-wrapper .sidenav-nav {    margin-left: 25px;}
.search-li {
    display: none !important;
}
.page-content-wrapper ul li{list-style:disc;    margin-bottom: 10px;    font-size: 14px;}

.page-content-wrapper ul{margin-bottom:20px;}
.page-content-wrapper{font-size:14px;}
input[type=button], input[type=submit], button {
    border: solid 2px #004070;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #004070;
    font-weight: bold;
    padding: .5em 1.4em .5em 1.4em;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: none; font-size:14px;
}

input[type=button]:hover, input[type=submit]:hover, button:hover {
    border-color: #C5003E;
    color: #fff;
    background: #C5003E;
}

.rteright {
    text-align: right;
}

.page-content-wrapper .table-style .views-table thead tr th {
    padding: 10px 9px;
    border: 1px solid #AEAEAE;
}

.page-content-wrapper table tr th {
    background-color: #6e7174 !important;
}
.page-content-wrapper table tr th {
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none;
    color: #fff;
}
.table-style .views-table {
    width: 100%;
}
.page-content-wrapper table {
    border: 0;
    border-spacing: 0;
    margin: 10px 0;
    max-width: 100%;
}
tbody {
    border-top: 1px solid #ccc;
}
.page-content-wrapper tr.odd {
    background-color: #d6dbe1 !important;
}
.page-content-wrapper tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}

.page-content-wrapper .table-style .views-table tr td {
    border: 1px solid rgb(174, 174, 174);
    vertical-align: middle;
    padding: 8px 9px 4px 9px;
}

.page-content-wrapper .view-procurements {
    overflow-x: auto;
}

.view-procurements .views-field-field-status.Open span, .view-procurements .views-field-field-status.Closed div, .view-procurements .views-field-field-status.Awarded div {
    display: none;
}
.page-content-wrapper .view-procurements .views-field-field-status.Open, .page-content-wrapper .view-bids-rfps-detail-page .views-field-field-status .Open, .page-content-wrapper .view-procurements .views-field-field-status.Open a, .page-content-wrapper .view-bids-rfps-detail-page .views-field-field-status .Open a {
    color: #008000;
    font-weight: 700;
}
.view-procurements td.views-field-field-status {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.page-content-wrapper .doc_more a {
    padding: 5px 10px;
    border: 1px solid;
    background: #3476bc;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

.page-content-wrapper .doc_more.Closed .closed, .page-content-wrapper .doc_more.Open .opened, .page-content-wrapper .doc_more.Awarded .closed {
    display: none;
}

.table-style .views-field-field-short-title a {
    font-weight: bold;
}


.item-list .pager li {
    background-image: none;
    display: inline-block;
    list-style-type: none;
    padding: 0.5em;
}
.item-list .pager li {
    margin: 0 -2px 0 0;
}
.pager li {
    background: #0087cb;
    border: 1px solid transparent;
    color: #fff;
    list-style: outside none none;
    margin-left: 4px;
    padding: 4px 6px 5px !important;
}
.pager-current {
    font-weight: bold;
}
.item-list .pager li.pager-current {
    background: #124e89;
}

.item-list .pager li &gt; a, .item-list .pager li &gt; span {
    display: inline-block;
    padding: 0;
    background-color: transparent !important;
    border: none;
    border-radius: 15px;
    color: #fff;
}

.page-content-wrapper ul.pager{padding-left:0 !important}

.page-content-wrapper tr, .page-content-wrapper tr.even {
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}

.page-content-wrapper #block-system-main .field-item table.table-responsive td {
    padding: 10px 10px;
}

.slick-disabled {
    display: none !important;
}

.event_inner_slider .slick-arrow i {
    font-size: 42px !important;
    color: #000;
}

.page-node-2805 .page-content-wrapper tr {
    background: transparent!important;
}

.btn-group.bootstrap-select.form-select{display:none !important}


#edit-albums {
    width: 200px;
    display: inline-block !important;
    margin-bottom: 15px;
    border: solid 2px #004070;
    border-radius: 45px;
}

.form-item .form-text {
    max-width: 100%;
    padding: 10px;
}
.webform-client-form label {
    display: block; font-weight:600
} 
.webform-client-form textarea{width:100%;}
.marker, .form-required {
    color: #f00;
}
.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

#views-exposed-form-gallery-page #edit-albums-wrapper, #views-exposed-form-gallery-page .views-submit-button{display:inline-block !important}

.view .date-nav-wrapper .date-prev {

    border-radius: 5px !important;
    background: none repeat scroll 0 0 #249ee1 !important;
   
}
.view .date-nav-wrapper .date-next {

    border-radius:5px !important;
    background: none repeat scroll 0 0 #249ee1 !important;
  
}

.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a{margin:0 !important}

.view .date-nav-wrapper .date-prev {
    left: 0 !important;
    top: -5px;
    text-align: left !important;
    right: inherit !important;
}
.view .date-nav-wrapper .date-next {
    right: 0% !important;
    top: -5px;
}

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
    background-color: #009ce5 !important; 
}
.calendar-calendar .month-view .full td.single-day div.monthview a, .calendar-calendar .week-view .full td.single-day div.weekview a, .calendar-calendar .day-view .full td.single-day div.dayview a{color:#fff !important}

#edit-category {
    width: 220px;
    display: inline-block !important;
    margin-bottom: 15px;
    border: solid 2px #004070;
    border-radius: 45px;    padding-right: 28px;
}

#views-exposed-form-calendar-page-1 #clear_form{display:inline-block; margin-left:15px;}
#views-exposed-form-calendar-page-1 .views-exposed-widgets{margin-bottom:15px;}

.view-id-news .type-post{margin-bottom:30px;padding:15px;background:#f1f1f1; border:1px solid #ddd; margin-top:30px;}
.view-id-news .type-post .read-more1 a{padding:10px 15px;display:inline-block;background:#004070;border-radius:25px; color:#fff; text-decoration:none !important}
.view-id-news .type-post .read-more1 a:hover{background:#009ce5; text-decoration:none !important}
.pull-right {
    float: right !important;
}

.region.region-weekly-report .text-center {
    border: 0 !important;
    padding-bottom: 0 !important;
}
</pre></body></html>