/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.cursor-pointer {
  cursor: pointer;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #666;
}
::-webkit-selection {
  background: #2d9d61;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
::-moz-selection {
  background: #2d9d61;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
::-ms-selection {
  background: #2d9d61;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}
::selection {
  background: #2d9d61;
  color: #fff;
  text-shadow: 0 0 transparent;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 100%;
}
a[data-toggle='modal'] {
  outline: none;
}
a {
  color: #090909;
}
body {
  font-family: 'Roboto', sans-serif;
  background: url(../images/bg.png) repeat;
}
.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}
.fw-100 {
  font-weight: 100;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.lh-1 {
  line-height: 1.25;
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}

.bg-primary {
  background: #007db8 !important;
}
.btn-outline-primary {
  color: #007db8;
  border-color: #007db8;
}
.btn-outline-primary:hover,
.btn-primary {
  color: #fff;
  background-color: #007db8;
  border-color: #007db8;
}
.transparentModal .modal-content {
  background: #36383d url(../images/bg-popup.jpg) no-repeat top center/cover;
  box-shadow: none;
  border: 0;
  color: #fff;
}
.modal-dialog {
  max-width: 700px;
}
a.close-btn {
  right: 10px;
  top: 10px;
  position: absolute;
  content: '';
  background: url(../images/close_icon.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
.border-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-success {
  color: #fff;
  background-color: #408001;
  border-color: #408001;
}
.form-control {
  border-color: #d7f2fe;
}
.three-box {
  margin-top: -60px;
  margin-bottom: 30px;
}
.text-primary {
  color: #007db8 !important;
}
.three-box .bg-white {
  min-height: 100%;
}

.faqSection .card {
  background-color: transparent;
  border: 0; /*  border-bottom: 1px solid rgba(103, 103, 103,.7); */
  border-radius: 0;
}
.faqSection .card .card-header {
  padding: 0;
  background-color: transparent;
}
.faqSection .card .card-body {
  padding: 10px 0 30px 0;
  font-size: 14px;
  line-height: 1.8;
}
.faqSection .card .card-header .btn-link {
  width: 100%;
  text-align: left;
  color: #333;
  padding-left: 0;
  white-space: inherit;
  position: relative;
  border: 0;
  font-size: 14px; /* text-transform: uppercase; */
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 0;
}
.faqSection .card .card-header .btn-link:after {
  width: 2px;
  height: 14px;
  background: #c1c1c1;
  right: 6px;
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.faqSection .card .card-header .btn-link:before {
  width: 14px;
  height: 2px;
  background: #c1c1c1;
  right: 0;
  content: '';
  top: 50%;
  position: absolute;
}
.faqSection .card .card-header .btn-link[aria-expanded='true'] {
  color: #408001;
}
.faqSection .card .card-header .btn-link[aria-expanded='true']:after {
  display: none;
}
.faqSection .card .card-header .btn-link[aria-expanded='true']:before {
  background: #408001;
}
.faqSection .card .card-header .btn-link:focus,
.faqSection .card .card-header .btn-link:hover {
  text-decoration: none;
  color: #408001;
}

.list-inline-item {
  vertical-align: middle;
}

.ico-success {
  height: 8px;
  min-width: 80px;
  border: 1px solid #408001;
  position: relative;
  margin: 10px 5px 7px;
}
.ico-success:after {
  height: 20px;
  background: #408001;
  border-radius: 50%;
  position: absolute;
  content: '';
  left: 50%;
  width: 20px;
  margin: -7px 0 0 -10px;
}
.ico-failed {
  height: 8px;
  min-width: 80px;
  border: 1px solid #dc3545;
  position: relative;
  margin: 10px 5px 7px;
}
.ico-failed:after {
  height: 20px;
  background: #dc3545;
  border-radius: 50%;
  position: absolute;
  content: '';
  left: 50%;
  width: 20px;
  margin: -7px 0 0 -10px;
}
.ico-process {
  height: 8px;
  min-width: 80px;
  border: 1px solid #ffc107;
  position: relative;
  margin: 10px 5px 7px;
}
.ico-process:after {
  height: 20px;
  background: #ffc107;
  border-radius: 50%;
  position: absolute;
  content: '';
  left: 50%;
  width: 20px;
  margin: -7px 0 0 -10px;
}

.lineGread {
  border-bottom: 1px solid #ccc;
}

.nav {
  background: #007db8;
  margin: 0 -15px;
  color: #fff;
  text-align: center;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
}
.nav ul li {
  display: inline-block;
  width: 20%;
  font-size: 0;
  vertical-align: middle;
}
.nav a {
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.nav li.active a,
.nav a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.desktopNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
.desktopNav ul li {
  display: inline-block;
  vertical-align: top;
}
.desktopNav ul li > a {
  display: block;
  color: #007db8;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  padding: 12px 9px 12px 9px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.desktopNav ul li:nth-child(1) > a {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.desktopNav ul li.dropdown:hover > a,
.desktopNav ul > li > a:hover {
  text-decoration: none;
  color: #150145;
  box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.05);
  border-color: #f0f6fd;
}
.desktopNav ul li a[aria-haspopup='true'],
.desktopNav ul li a.dropdown-toggle {
  white-space: initial;
  position: relative;
  z-index: 3;
}
.desktopNav ul li a[aria-haspopup='true']:before,
.desktopNav ul li a.dropdown-toggle:before {
  left: 0;
  right: 0;
  height: 15px;
  background: #fff;
  bottom: -10px;
  content: '';
  position: absolute;
  display: none;
}
.desktopNav ul li.dropdown:hover a[aria-haspopup='true']:before,
.desktopNav ul li.dropdown:hover a.dropdown-toggle:before {
  display: block;
}
.desktopNav ul li a.dropdown-toggle:after {
  display: none;
}
.desktopNav ul li.dropdown.spriteMenu {
  position: initial;
}
.desktopNav ul li.dropdown:hover > .dropdown-menu {
  display: block;
}
.desktopNav ul li.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.desktopNav ul li.dropdown > .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  z-index: 2;
  margin: 0;
}
.desktopNav ul li.dropdown > .dropdown-menu a {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.desktopNav ul li.dropdown > .dropdown-menu a:hover {
  box-shadow: none;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.border-bottom-gray {
  border-bottom: 1px solid #dee2e6 !important;
}
.btn.dropdown-toggle::after,
.btn.btn-light.dropdown-toggle::after {
  border: 0;
  height: 7px;
  width: 14px;
  background: url(../images/down.png) no-repeat;
  vertical-align: 0.1em;
}

.productList .pr-det {
  padding: 15px 10px;
}
.productList .pr-det .logoBox {
  border: 1px rgb(233, 238, 244) solid;
  background-color: rgb(255, 255, 255);
  max-width: 170px;
  margin: -40px auto 0;
  position: relative;
}
.productList .pr-det .logoBox img {
  max-width: 100%;
}

.topNewLink {
  font-size: 0;
  text-transform: uppercase;
  color: #fff;
}
.topNewLink li {
  margin: 0 !important;
}
.topNewLink li a {
  background: #00608d;
  color: #fff;
  display: inline-block;
  padding: 20px 15px;
  font-size: 14px;
}
.topNewLink li a.cartBtn,
.topNewLink li a.searchBtn {
  padding-top: 16px;
  padding-bottom: 15px;
}
.topNewLink li a:hover {
  text-decoration: none;
  background: #025379;
}
.topNewLink li a.cartBtn {
  position: relative;
}
.topNewLink li a.cartBtn span {
  position: absolute;
  top: 5px;
  font-size: 12px;
  width: 22px;
  text-align: center;
}

.search-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2147483;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
  right: 0;
  display: none;
}
.search-box .search-inner {
  position: relative;
  width: 100%;
  padding-top: 50px;
  max-width: 1140px;
  margin: 0 auto;
}
.search-box .btn-close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/close_icon.png) no-repeat center;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.search-box .search-form {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
.search-box .search-form .text-fild {
  margin: 0;
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 7px;
}
.search-box .hints {
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-top: 5px;
}
.search-box .search-form::-webkit-input-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form::-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form:-ms-input-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form:-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
}

#DeliverModal .modal-dialog,
.customModal .modal-dialog {
  max-width: 500px;
}
.customModal .modal-content {
  border-radius: 0;
  border: 0;
}
.customModal .modal-body {
  padding: 25px 44px;
  padding-bottom: 35px;
}
.customModal .modal-body:before {
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 25px;
  content: '';
  position: absolute;
  z-index: 0;
  border: 2px solid #666;
}
.customModal .modal-body > div {
  position: relative;
  z-index: 2;
}
.customModal h3 {
  margin: -13px 0 15px 0;
  font-size: 20px;
  color: #2b3474;
}
.customModal h3 span {
  background: #fff;
}
.customModal a.close-btn {
  right: 8px;
  top: 10px;
  position: absolute;
  content: '';
  background: #fff url(../images/close_icon.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}

.breadcrumb {
  color: #007db8;
  font-weight: 400;
}
.breadcrumb a {
  color: #6d7278;
  font-weight: 400;
}
.breadcrumb .active {
  color: #007db8;
  font-weight: 400;
}

.filterArya {
  border: 1px rgb(238, 238, 238) solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20.4px 3.6px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  color: #4f5050;
}
.custome-check {
  font-size: 0;
}
.custome-check li {
  width: 50%;
  margin: 0 !important;
  position: relative;
}
.custome-check label {
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 20px;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px;
}
.custome-check input {
  opacity: 0;
  position: absolute;
}
.custome-check input:checked + label,
.custome-check input:checked ~ label {
  background-color: #2471b4;
  border-color: #2471b4;
  color: #fff;
}

.rightPn {
  margin-top: -15px;
}
.product-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 100%;
}
.product-box figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.product-box figure figcaption {
  margin: 0;
  padding: 10px 0 10px;
  font-weight: 700;
  font-size: 24px;
}

.owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 15px;
  height: 30px;
  left: -20px;
  top: 50%;
  background: rgba(255, 255, 255, 0.85) url(../images/spritesheet.png);
  background-position: -354px 3px;
  border-radius: 50%;
  margin-top: -15px;
}
.owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 14px;
  height: 30px;
  right: -20px;
  top: 50%;
  background: rgba(255, 255, 255, 0.85) url(../images/spritesheet.png);
  background-position: -354px -111px;
  border-radius: 50%;
  margin-top: -15px;
}

.tableQty,
.tableQty .table {
  color: #6d7278;
}
.cartAdress {
  position: relative;
  background-color: rgba(211, 227, 240, 0.7) !important;
}
.cartAdress h3 {
  cursor: pointer;
  color: #6c757d !important;
}
.cartAdress:after {
  background: url(../images/down-arrow.png) no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.tableQty.open .cartAdress:after {
  transform: rotate(180deg);
}
.cartAdress .detailsBox {
  display: none;
}
.tableQty.open .cartAdress .detailsBox {
  display: block;
}
.SummaryRight {
  box-shadow: 0px 4px 20.4px 3.6px rgba(0, 0, 0, 0.04);
}

.bg-light3 {
  background: rgba(211, 227, 240, 0.1) !important;
}

.define-quantity {
  width: 65px;
  border: 1px solid #2471b4;
  overflow: hidden;
  background-color: #2471b4;
  display: none;
  vertical-align: middle;
}
.addGQty .define-quantity {
  display: inline-block;
}
.define-quantity input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
  height: 20px;
  outline: none;
  background-color: transparent;
  color: #fff;
}
.define-quantity span {
  float: right;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
  width: 20px !important;
  font-size: 0;
  position: relative;
  height: 20px;
  margin-top: -20px;
  background: #fcfcff;
  border-left: 1px solid #2471b4;
}
.define-quantity span.dec {
  float: left;
  border-right: 1px solid #2471b4;
  border-left: 0;
}
.define-quantity span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.define-quantity span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}

.stepsBox .item {
  padding-top: 70px;
}
.stepsBox .item:after {
  height: 1px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: 35px;
  background: #979797;
  content: '';
  z-index: 1;
}
.stepsBox .item:before {
  height: 10px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: 30px;
  content: '';
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  z-index: 2;
}
.stepsBox .item figure:after {
  position: absolute;
  top: -65px;
  content: 'STEP';
  text-align: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 0 0 0;
  font-size: 10px;
  line-height: 1;
}
.stepsBox .item figure:before {
  position: absolute;
  top: -61px;
  content: '1';
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  left: 50%;
  margin-left: -21px;
  z-index: 4;
  font-size: 18px;
  color: #2471b4;
  border: 1px solid #2471b4;
  line-height: 1.5;
}
.stepsBox .item figure:before {
  content: '1';
}
.stepsBox .owl-item:nth-child(2) .item figure:before {
  content: '2';
}
.stepsBox .owl-item:nth-child(3) .item figure:before {
  content: '3';
}
.stepsBox .owl-item:nth-child(4) .item figure:before {
  content: '4';
}
.stepsBox .owl-item:nth-child(5) .item figure:before {
  content: '5';
}
.stepsBox .item figure {
  background: #fff;
  border: 1px solid #dadada;
  padding: 4px;
  margin: 0;
  min-height: 100%;
  position: relative;
}
.stepsBox .item figure img {
  width: 100%;
  border-bottom: 2px solid #2471b4;
}
.stepsBox .item figure figcaption {
  padding: 5px;
  min-height: 82px;
}
.stepsBox .item figure figcaption p {
  margin: 0;
}
.stepsBox .item figure figcaption p span {
  color: #2471b4;
}

.ImportantInstructions {
  border-width: 1px;
  border-color: rgb(240, 246, 253);
  border-style: solid;
  border-radius: 4px;
}
.ImportantInstructions .bg-light {
  background-color: #fafbff !important;
}
.ImportantInstructionsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ImportantInstructionsList li {
  padding: 2px 0 2px 30px;
  position: relative;
}
.ImportantInstructionsList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #007db8;
  content: '\f00c';
  color: #fff;
  top: 4px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.ImportantInstructionsList li.dont:after {
  background-color: #df3c3d;
  content: '\f00d';
}
.ImportantInstructionsList li span {
  color: #007db8;
  font-weight: 500;
}
.ImportantInstructionsList li.dont span {
  color: #df3c3d;
}

.SummaryRight .productPageBox {
  background: #ffffff;
  border: 1px solid #ecf2f6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
#MobileSummaryPopup .close {
  right: 10px;
  top: 10px;
}
.MobileSummaryBtn {
  display: block;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  background-color: #2471b4;
  color: #fff;
  padding: 15px 13px 10px;
  z-index: 99;
  text-transform: uppercase;
  font-family: 'Gotham Medium', sans-serif;
  overflow: hidden;
  box-shadow: 0px -0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.MobileSummaryBtn:hover {
  color: #fff;
}
.MobileSummaryBtn span {
  float: left;
}
.MobileSummaryBtn span:nth-child(2) {
  float: right;
  background: url(../images/downAw1.png) no-repeat right center;
  padding-right: 30px;
}

.productPageCoupon {
  border: 1px dashed #ced4da;
}
.productPageCoupon.OrangeBox {
  border: 1px dashed #2471b4;
}
.productPageCoupon.RedBox {
  border: 1px dashed #ff0000;
}
.border-dashed-green {
  border: 1px dashed #28a745;
}
.productPageCoupon.GreenBox {
  border: 1px dashed #4ca746 !important;
  background: #ebffe9;
}
.productPageCoupon.GreenBox label {
  color: #28a745;
}
.productPageCoupon.GreenBox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  text-align: center;
  color: #fff;
  border-color: #28a745;
  background-color: #28a745;
  font-weight: bold;
}
.productPageCoupon.GreenBox .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.productPageCoupon.GreenBox
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  display: none;
}

.promoFild .form-control,
.storeFinder .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0;
  height: calc(1em + 0.75rem + 2px);
  background-color: transparent;
  border-color: #dee2e6 !important;
}
.editPromo {
  position: absolute;
  right: 9px;
  top: 2px;
}

.cart-table tbody td p {
  color: #408001;
  font-size: 12px;
}
.cart-table tbody td.description span {
  width: 42px;
  display: inline-block;
  text-align: center;
}
.product-page .table td,
.product-page .table th {
  border-bottom-width: 1px;
  vertical-align: middle;
  text-align: center;
}
.cart-table p,
.product-page .table td p {
  margin: 0;
}
.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}

.cart-table.brand-2 thead th,
.cart-table.brand-2 tbody td {
  width: 20%;
  text-align: center !important;
  vertical-align: middle;
}
.btn.sls {
  height: 30px;
}

.brLogo {
  position: absolute;
  z-index: 11;
  left: 15px;
  bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  max-width: 170px;
}

@media (min-width: 1201px) {
  .productList .pr-det {
    font-size: 18px;
  }
  .define-quantity {
    width: 80px;
  }
}

@media (max-width: 1200px) {
  .desktopNav ul li > a {
    font-size: 11px;
    padding-left: 7px;
    padding-right: 6px;
  }
}

@media (min-width: 992px) {
  body.innerPage {
    padding-left: 100px;
  }
  body.innerPage header.row .dell-logo {
    position: fixed;
    left: 20px;
  }
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100px;
    margin: 0;
    height: 100%;
    padding-top: 80px;
    z-index: 9;
  }
  .nav ul li {
    display: block;
    width: 100%;
  }
  .nav ul li a {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  .nav ul li img {
    width: 40px;
  }
  .dropdownMobileCat {
    display: none;
  }
  .MobileFilterBtn {
    display: none;
  }
  .MobileSummaryBtn {
    display: none;
  }
}

@media (max-width: 991px) {
  .three-box br {
    display: none;
  }
  .DesktopFilter {
    margin: 0 !important;
  }
  .desktopNav {
    display: none;
  }
  .dropdownMobileCat .btn.btn-light {
    background-color: #fff;
    border: 0;
  }
  .dropdownMobileCat .btn.btn-light.dropdown-toggle::after {
    float: right;
    margin-top: 7px;
  }

  .MobileFilterBtn:focus,
  .MobileFilterBtn {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background: #2b7db8 url(../images/filter-icon.png) no-repeat center right;
    color: #fff;
    padding: 15px 13px;
    z-index: 99;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 0px -0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

  .modal-open1 .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .header-fix {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 24px;
    font-weight: 400;
  }
  .header-fix > div > div {
    padding: 9px 0;
    font-size: 24px;
    font-weight: 400;
  }
  .carousel-indicators {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .br-logo {
    text-align: right;
    padding: 10px 20px;
  }
  .py-5 p br {
    display: none;
  }
  .header-fix > div > div {
    padding: 13px 0;
    font-size: 18px;
    font-weight: 400;
  }
  .three-box {
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .nav ul li:nth-child(1) {
    display: none;
  }
  .nav ul li {
    width: 25%;
  }
  .nav ul li img {
    width: 36px;
  }
  .nav ul li a {
    font-size: 12px;
    padding: 5px;
  }
  header .container {
    padding: 0 0 0 5px;
  }
  .topNewLink li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hideOnMobile {
    display: none !important;
  }
  .cart-list.tableQty table.table {
    font-size: 0;
  }
  .cart-list.tableQty table.table thead {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .cart-list.tableQty table.table tbody {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .cart-list.tableQty table.table thead tr,
  .cart-list.tableQty table.table tbody tr,
  .cart-list.tableQty table.table thead tr th,
  .cart-list.tableQty table.table tbody tr td {
    display: block;
  }
  .cart-list.tableQty table.table thead tr th,
  .cart-list.tableQty table.table tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0;
  }
  .cart-list.tableQty table.table tbody tr td {
    text-align: right !important;
    padding-right: 15px;
  }
  .cart-list.tableQty.bg-light {
    background-color: #fff !important;
    border: 1px solid #ecf2f6;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    overflow: hidden;
  }
  .cart-list.tableQty table.table td {
    font-size: 12px;
  }
  .cart-list.tableQty table.table th {
    font-size: 12px;
  }
  .cart-table tbody td p {
    text-align: left;
  }
  .cart-table.brand-2 thead th,
  .cart-table.brand-2 tbody td {
    width: 25%;
    font-size: 12px;
    padding: 10px 5px;
    vertical-align: middle;
  }
  .pa {
    padding-top: 0 !important;
  }
}

@media (max-width: 419px) {
  .header-fix > div > div {
    padding: 8px 0;
    line-height: 1;
  }
  .topNewLink li a.cartBtn,
  .topNewLink li a.searchBtn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.bg-light2 {
  background-color: #fefefe !important;
}
.bg-light2 .bg-light {
  background-color: #fbfbfb !important;
}
.fs-12 {
  font-size: 12px;
}
.fw-600 {
  font-weight: 600;
}

.hamburger-icon:before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hamburger-icon {
  vertical-align: middle;
  position: relative;
  height: 32px;
  width: 32px;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
}
.hamburger-icon div {
  position: absolute;
  height: 2px;
  right: 2px;
  left: 2px;
  background-color: #ffffff;
  border: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s,
    top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.2s,
    top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s,
    background-color 0.3s;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s,
    background-color 0.3s;
  vertical-align: top;
}
.hamburger-icon div.top {
  top: 25%;
  margin-top: -1px;
}
.open-nav .hamburger-icon div.top {
  transform: rotate(-135deg);
  top: 50%;
  background-color: #d62625;
}
.hamburger-icon div.middle {
  top: 50%;
  margin-top: -1px;
}
.open-nav .hamburger-icon div.middle {
  opacity: 0;
}
.hamburger-icon div.bottom {
  top: 75%;
  margin-top: -1px;
}
.open-nav .hamburger-icon div.bottom {
  transform: rotate(135deg);
  top: 50%;
  background-color: #d62625;
}
.open-nav .off-canvas-main {
  transform: translateX(260px);
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.open-nav .off-canvas-nav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.open-nav .hamburger-icon:before {
  opacity: 1;
  width: 100%;
}

.off-canvas-nav {
  position: fixed;
  width: 260px;
  left: -260px;
  background-color: #ffffff;
  border-right: 1px solid #c5c5c5;
  overflow-y: auto;
  z-index: 9;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.off-canvas-nav .list-unstyled li {
  position: relative;
}
.off-canvas-nav .list-unstyled li + li:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #c5c5c5;
}
.off-canvas-nav .list-unstyled a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  line-height: 40px;
  padding: 0 20px;
  color: #58595b;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.off-canvas-nav li.parent > a:after {
  content: '';
  float: right;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -232px;
  width: 7px;
  height: 12px;
  margin: 14px 0;
}
.left-nav-toplink {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.off-canvas-nav .subMenu > div > span {
  text-align: right;
  position: relative;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  cursor: pointer;
}
.off-canvas-nav .subMenu > div > span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -220px;
  width: 7px;
  height: 12px;
  margin: -2px 8px;
}
.subMenu {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: -100%;
  text-transform: uppercase;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform-origin: 50% 0;
}
.subMenu.openSub {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  right: 0;
}
.searchFildHeader.form-control {
  border-color: #20608d;
  font-size: 14px;
  background: #20608d url(../images/search.png) no-repeat 235px center/18px;
  color: #fff;
  border-radius: 20px;
  padding-right: 25px;
  width: 260px;
}
.searchFildHeader.form-control:focus {
  border-color: #20608d;
  font-size: 14px;
  background: #20608d url(../images/search.png) no-repeat 235px center/18px;
  color: #fff;
  border-radius: 20px;
  padding-right: 25px;
  width: 260px;
}
.searchFildHeader.form-control::-webkit-input-placeholder {
  color: #efefef;
  font-size: 12px;
}
/* Firefox 19+ */
.searchFildHeader.form-control::-moz-placeholder {
  color: #efefef;
  font-size: 12px;
}
/* IE 10+ */
.searchFildHeader.form-control:-ms-input-placeholder {
  color: #efefef;
  font-size: 12px;
}
/* Firefox 18- */
.searchFildHeader.form-control:-moz-placeholder {
  color: #efefef;
  font-size: 12px;
}

/*React Toastify*/
.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: 0;
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f89c2e;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  animation: Toastify__trackProgress linear 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
}
.Toastify__progress-bar--default {
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
}
@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 110%, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -110%, 0);
  }
}
.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
/*Date Picker*/
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='top']
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='top']
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow::before {
  content: '';
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='top']
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^='top']
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
  display: inline-block;
  width: 100%;
}
.react-datepicker {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^='bottom'] {
  margin-top: 10px;
}
.react-datepicker-popper[data-placement^='top'] {
  margin-bottom: 10px;
}
.react-datepicker-popper[data-placement^='right'] {
  margin-left: 8px;
}
.react-datepicker-popper[data-placement^='right'] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^='left'] {
  margin-right: 8px;
}
.react-datepicker-popper[data-placement^='left'] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f1592a;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
  display: inline-block;
  margin: 0 2px;
}
.react-datepicker-time__header,
.react-datepicker__current-month {
  margin-top: 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.944rem;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  overflow: hidden;
  background: 0 0;
  line-height: 0.1rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #fff;
}
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #fff;
}
.react-datepicker__navigation--next--with-time:not(
    .react-datepicker__navigation--next--with-today-button
  ) {
  right: 80px;
}
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: #fff;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  width: 100%;
  box-sizing: content-box;
  padding: 0;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  padding: 5px 10px;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: #fff;
  font-weight: 700;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__day,
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  background-color: #f0f0f0;
  border-radius: 0.3rem;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day--today {
  font-weight: 700;
}
.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1 {
  color: #ff00ff;
}
.react-datepicker__day--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(
    .react-datepicker__day--in-range
  ) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range
  .react-datepicker__day--in-range:not(
    .react-datepicker__day--in-selecting-range
  ) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover {
  background-color: transparent;
}
.react-datepicker__input-container {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.react-datepicker__input-container input {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  box-shadow: none;
  padding: 3px 0;
}
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view,
.react-datepicker__year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover,
.react-datepicker__year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__month-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown,
.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover,
.react-datepicker__year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__month-option,
.react-datepicker__month-year-option,
.react-datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type,
.react-datepicker__year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover,
.react-datepicker__year-option:hover {
  background-color: #ccc;
}
.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected,
.react-datepicker__year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: '\00d7';
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
  font-size: 1.44rem;
}
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--previous--disabled,
.react-datepicker__portal
  .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--next--disabled,
.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__day-name {
  color: #fff;
}
.react-datepicker-ignore-onclickoutside:focus {
  outline: 0;
}

/*.react-autosuggest__container{display: block; width: 100%; height: calc(2.25rem + 2px); padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s;}*/
.react-autosuggest__input {
  border: none;
}
.react-autosuggest__suggestion--highlighted {
  color: #fff !important;
  background: #2a87d0;
}
.react-autosuggest__suggestions-container ul {
  list-style: none !important;
  width: 88%;
  padding: 10px;
}
.react-autosuggest__suggestions-container ul li {
  width: 100%;
  text-align: left;
}
.react-autosuggest__input:focus {
  outline: 0;
}
.suggestions {
  border: 1px solid #999;
  border-top-width: 0;
  list-style: none;
  margin-top: 0;
  max-height: 143px;
  overflow-y: auto;
  padding-left: 0;
}
.react-autosuggest__suggestions-list {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px #80808078 solid;
  padding: 10px;
}

/*.search-form .react-autosuggest__container{padding: 5px 40px 5px 15px; border-right: 0; outline: none; width: 100%; border-radius: 20px 0 0 20px;height: 31px;}*/
.search-form .react-autosuggest__input {
  height: 24px;
  width: 100%;
}
.search-form .react-autosuggest__suggestion--highlighted {
  background: lightgrey;
  color: white;
}
.search-form .react-autosuggest__suggestions-list {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px #80808078 solid;
  padding: 10px;
  width: 94% !important;
  margin-top: 0;
}
/*.btn-secondary{border-radius: 20px;}*/
[role='button'] {
  cursor: pointer;
}

#ImportantInstructionsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ImportantInstructionsList ul li {
  padding: 2px 0 2px 30px;
  position: relative;
}
#ImportantInstructionsList ul li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #007db8;
  content: '\f00c';
  color: #fff;
  top: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
#ImportantInstructionsList ul li.dont:after {
  background-color: #df3c3d;
  content: '\f00d';
}
#ImportantInstructionsList ul li span {
  color: #007db8;
  font-weight: 500;
}
#ImportantInstructionsList ul li.dont span {
  color: #df3c3d;
}

.TransactionsAdress {
  position: relative;
}
.TransactionsAdress h3 {
  cursor: pointer;
}
.TransactionsAdress:after {
  background: url(images/down-arrow.png) no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.transactions-list.open .TransactionsAdress:after {
  transform: rotate(180deg);
}
.TransactionsAdress .TransactionsdetailsBox {
  display: none;
}
.transactions-list.open .TransactionsAdress .TransactionsdetailsBox {
  display: block;
}
.transactions-list.open .TransactionsAdress h3 {
  padding-bottom: 0 !important;
}

.TransactionsdetailsBox .col span {
  display: block;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
}
.TransactionsdetailsBox .col {
  font-size: 12px;
}
.TransactionsdetailsBox .row {
  border-top: 1px dashed #efefef;
}

#point-box {
  background: #2371b4;
  left: 5%;
  bottom: 10%;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding: 17px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 99;
}
#point-box span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#point-box span + span {
  font-size: 10px;
}

.mnemonics {
  margin: 15px 0 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.mnemonics li {
  display: inline-block;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  padding: 5px 10px 5px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
}
.mnemonics li img {
  display: inline-block;
  vertical-align: middle;
}
.mnemonics li span {
  display: inline-block;
  padding: 0 20px 0 5px;
  vertical-align: middle;
  background: url(../images/check-icon.png) no-repeat right center;
  color: #019913;
}
.mnemonics li.donotUse img {
  opacity: 50%;
  filter: grayscale(100%);
}
.mnemonics li.donotUse span {
  color: #fe355c;
  background-image: url(../images/cross-icon.png);
}

@media (max-width: 767px) {
  .mnemonics li {
    margin: 0;
    font-size: 12px;
    padding: 3px 8px 3px 10px;
  }
  .mnemonics li span {
    padding: 0 18px 0 5px;
  }
  .mnemonics {
    overflow: hidden;
    overflow-x: auto;
  }
}
.mnemonics li.watch-video-link span {
  background-image: none;
  padding: 2px 3px 0;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.WalletTable tr th,
.WalletTable tr td {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.WalletHead img {
  min-width: 45px;
}

/* *************************** Client Brand Modal Start *************************** */
.modal_brands .modal-body {
  background: #367bb3;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.modal_brands .valid_txt {
  font-size: 34px;
  line-height: 1;
}
.modal_brands .modal-dialog {
  max-width: 840px !important;
}
.modal_brands li {
  padding: 10px;
  margin: 0px -4px 0px 0px !important;
  width: 20%;
}
.modal_brands button.close {
  background: #f00;
  opacity: 1;
  width: 26px;
  border-radius: 50%;
  height: 25px;
}
.modal_brands button.close span {
  color: #fff;
}
.modal_brands .inner_brand_p {
  border-radius: 18px;
  padding: 20px 10px;
}



.custom_denomation {
  border: 1px dashed #B7BABC;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom_denomation .form-control {
  padding: 0;
  border: 0px;
  border-bottom: 1px solid #DEE2E6;
  border-radius: 0px;
  height: auto;
  text-align: center;
}



@media (max-width: 767px) {
  .modal_brands .valid_txt {
    font-size: 17px;
    line-height: 1.4;
  }
  .modal_brands li {
    width: 50%;
  }
  .topSticky.desktopNav2 .sidesummary {
    display: none;
  }
  .custom_denomation {
    padding: 2px;
  }
  .custom_denomation .form-control {
    font-size: 12px;
  }
}
/* *************************** Client Brand Modal End *************************** */

/* **************new logi  and multiple wallet and addepaycode start ************ */
.ModalNew .modal-dialog { max-width:350px; }
.ModalNew450 .modal-dialog { max-width:450px; }
.ModalNew450 .modal-dialog .modal-content,
.ModalNew .modal-dialog .modal-content {border-radius:12px; border: 0;}
.ModalNew450 .modal-dialog { min-height: calc(100% - 3.5rem); display: -ms-flexbox; display: flex ; -ms-flex-align: center; align-items: center;}
.Mobile {position: relative;}
.Mobile .form-control {  padding-left:50px;}
.Mobile:after {content: '+91'; font-size: 16px; color: #9C9C9C; border-right: 1px solid #9C9C9C; padding: 1px 8px; line-height: 24px; left: 1px; bottom: 10px; top: 10px; position: absolute;}

.bg-primary-light {background-color: #BCE3FF;}
.pointBal {text-align: center; white-space: nowrap;}
.nowrapWallet { white-space: nowrap; overflow-x: auto; }
/* **************new logi  and multiple wallet and addepaycode end ************ */