@font-face {
  font-family: 'helveticaneuebold';
  src: url('../font/helvetica_neu_bold-webfont.woff2') format('woff2'),
       url('../font/helvetica_neu_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneueblackcond';
  src: url('../font/helveticaneue_blackcond-webfont.woff2') format('woff2'),
       url('../font/helveticaneue_blackcond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneuelight';
  src: url('../font/helveticaneue_light-webfont.woff2') format('woff2'),
       url('../font/helveticaneue_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneuemedium';
  src: url('../font/helveticaneue_medium-webfont.woff2') format('woff2'),
       url('../font/helveticaneue_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneuethin';
  src: url('../font/helveticaneue_thin-webfont.woff2') format('woff2'),
       url('../font/helveticaneue_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneueregular';
  src: url('../font/helveticaneue-webfont.woff2') format('woff2'),
       url('../font/helveticaneue-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneuebold';
  src: url('../font/helveticaneuebd-webfont.woff2') format('woff2'),
       url('../font/helveticaneuebd-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneueheavy';
  src: url('../font/helveticaneuehv-webfont.woff2') format('woff2'),
       url('../font/helveticaneuehv-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneueitalic';
  src: url('../font/helveticaneueit-webfont.woff2') format('woff2'),
       url('../font/helveticaneueit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneuelight';
  src: url('../font/helveticaneuelt-webfont.woff2') format('woff2'),
       url('../font/helveticaneuelt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneuemedium';
  src: url('../font/helveticaneuemed-webfont.woff2') format('woff2'),
       url('../font/helveticaneuemed-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helveticaneuebold';
  src: url('../font/helvetica_neu_bold-webfont.woff2') format('woff2'),
       url('../font/helvetica_neu_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
::-webkit-input-placeholder {
  color: #666;
}
::-webkit-selection {
  background: #07004E;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
::-moz-selection {
  background: #07004E;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
::-ms-selection {
  background: #07004E;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}
::selection {
  background: #07004E;
  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%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a {
  color: #07004E;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a[data-toggle='modal'] {
  outline: none;
}
body {
  background: #ffffff;
  font-family: 'helveticaneuemedium', sans-serif;
}
.topLogo {
  display: flex;
  align-items: flex-end;
}
.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: #333;
  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 {
  border-radius: 50%;
  background: #d62625;
}
.open-nav .hamburger-icon div.top {
  transform: rotate(-135deg);
  top: 50%;
  background-color: #fff;
  left: 7px;
  right: 7px;
}
.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: #fff;
  left: 7px;
  right: 7px;
}
.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;
}
.lh-1 {
  line-height: 1;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-family: 'helveticaneuelight';
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-family: 'helveticaneuemedium';
}
.fw-700 {
  font-family: 'helveticaneuebold';
}
.fw-900 {
  font-weight: 900;
}
.fs-10 {
  font-size: 10px;
}
.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-26 {
  font-size: 26px;
}
.fs-24 {
  font-size: 24px;
}
.fs-30 {
  font-size: 30px;
}
.fs-36 {
  font-size: 36px;
}
.fs-50 {
  font-size: 50px;
}
.bg-footer {
  background-color: #07004E;
  color: #fff;
}
.bg-footer ul li {
  padding: 2px 0;
}
.bg-footer ul li a {
  color: #fff;
}
.bg-footer ul li a:hover {
  color: #efefef;
}
.btn-danger {
  color: #fff;
  background-color: #4DC7DB;
  border-color: #4DC7DB;
}
.btn-danger:visited,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:hover {
  color: #fff;
  background-color: #07004E;
  border-color: #07004E;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:visited,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:not(:disabled):not(.disabled):active {box-shadow: 0 0 0 0.2rem rgb(76 110 172);}
select.form-control {
  background-image: url(../images/downAw.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #ccc;
  background-color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #07004E;
  background-color: #07004E;
}
.profile-pic img {
  max-width: 150px;
  padding: 5px;
  border: 1px solid #ccc;
}
.profile-pic-change {
  position: relative;
  width: 150px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.profile-pic-change figcaption {
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  z-index: 9;
  background: rgba(0, 98, 168, 0.5) url(../images/pic-change.png) no-repeat center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -25px;
}
.profile-pic-change figcaption input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.text-primary {
  color: #07004E !important;
}
.voucherBox > div:nth-child(even) {
  background-color: #f5f8ff;
}
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
::after,
::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.star-rating.star-5 {
  width: 175px;
}
.star-rating.star-5 input,
.star-rating.star-5 i {
  width: 20%;
}
.star-rating.star-5 i ~ i {
  width: 40%;
}
.star-rating.star-5 i ~ i ~ i {
  width: 60%;
}
.star-rating.star-5 i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating.star-5 i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.star-rating.star-3 {
  width: 150px;
}
.star-rating.star-3 input,
.star-rating.star-3 i {
  width: 33.33%;
}
.star-rating.star-3 i ~ i {
  width: 66.66%;
}
.star-rating.star-3 i ~ i ~ i {
  width: 100%;
}
.parOrderLise {
  margin-bottom: 10px;
}
.parOrderLise .bg-light-new {
  display: none;
  background-color: #fbfcff;
}
.parOrderLise.openDetails .bg-light-new {
  display: block;
}
.TransactionsList .row {
  padding: 0 5%;
}
.TransactionsList .row.orderLise {
  background: #f5f8ff url(../images/downAw.png) no-repeat right center;
}
.TransactionsList .row.orderfailed,
.TransactionsList .row.orderSuccess,
.TransactionsList .row.orderpending {
  position: relative;
}
.TransactionsList .row.orderSuccess::before {
  background: url(../images/check-order.png) no-repeat center left/cover;
  width: 26px;
  height: 26px;
  left: 10px;
  top: 5px;
  content: '';
  position: absolute;
}
.TransactionsList .row.orderfailed::before {
  background: url(../images/cross-order.png) no-repeat center left/cover;
  width: 26px;
  height: 26px;
  left: 10px;
  top: 5px;
  content: '';
  position: absolute;
}
.TransactionsList .row.orderpending::before {
  background: url(../images/process.svg) no-repeat center left/cover;
  width: 26px;
  height: 26px;
  left: 10px;
  top: 5px;
  content: '';
  position: absolute;
}
.pageMinHeight {
  min-height: 400px;
}
.category-box,
.discounts-box,
.offers-box,
.promocode-box {
  position: relative;
  min-height: 100%;
}
.promocode-box .row > div:nth-child(1) {
  border-right: 2px dashed #f7f7f7;
}
.promocode-box:after {
  content: '';
  position: absolute;
  background-color: #f7f7f7;
  width: 20px;
  height: 20px;
  left: 41.666667%;
  bottom: -10px;
  margin-left: -10px;
  border-radius: 50%;
}
.promocode-box:before {
  content: '';
  position: absolute;
  background-color: #f7f7f7;
  width: 20px;
  height: 20px;
  left: 41.666667%;
  top: -10px;
  margin-left: -10px;
  border-radius: 50%;
}
.offers-box:before {
  content: '';
  position: absolute;
  background-color: #ccc;
  width: 1px;
  left: 41.666667%;
  top: 0px;
  bottom: 0;
  border-radius: 50%;
}
.text-orange {
  color: #4DC7DB;
}
.bg-light {
  background-color: #f7f7f7 !important;
}
.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: bottom;
}
.desktopNav ul li > a {
  display: block;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 8px 21px 8px 21px;
}
.desktopNav ul > li:hover > a {
  background-color: #fff;
}
.desktopNav ul > li:hover > a figcaption {
  color: #07004E;
}
.desktopNav ul li a figure img {
  padding: 3px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.desktopNav ul li:hover a figure img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.desktopNav ul li a figure {
  padding: 0;
  margin: 0;
}
.desktopNav ul li a figure figcaption {
  padding: 5px 0 0;
  margin: 0;
}
.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: 14;
}
.desktopNav ul li a[aria-haspopup='true']:before,
.desktopNav ul li a.dropdown-toggle:before {
  left: 0;
  right: 0;
  height: 15px;
  background: #fff;
  bottom: -8px;
  content: '';
  position: absolute;
  display: none;
}
.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;
  z-index: 13;
}
.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 5px 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;
}
.desktopNav ul .dropdown-item.active,
.desktopNav ul .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
header.row .bg-white .dropdown-toggle::after {
  display: none;
}
.top-right li.cartLI .cartTop {
  position: relative;
}
.top-right li.cartLI .cartTop span {
  position: absolute;
  color: #fff;
  background: #4DC7DB;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  top: -8px;
  right: -4px;
  z-index: 2;
}
.top-right li a {
  color: #666;
}
.top-right li.dropdown.pl .dropdown-menu {
  top: 45px !important;
  left: 50% !important;
  margin-left: -125px !important;
  transform: initial !important;
  width: 250px;
}
.top-right li.dropdown.searchb .dropdown-menu {
  top: 48px !important;
  transform: initial !important;
  width: 400px;
  right: -40px;
  left: initial !important;
  border-radius: 0 0 5px 5px !important;
}
.top-right li.dropdown > a.dropdown-toggle {
  position: relative;
}
.top-right li.dropdown.show a.dropdown-toggle:before {
  position: absolute;
  content: '';
  left: -5px;
  right: -5px;
  bottom: -25px;
  height: 3px;
  background-color: #07004E;
}
.top-right .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.desktopNav.LeftNav {
  display: block !important;
  overflow: auto;
  overflow-y: hidden;
  background-color: #fff;
}
.desktopNav.LeftNav li a.active img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.desktopNav.LeftNav li:hover a {
  color: #f07839;
  background-color: #f7f7f7 !important;
}
.top-right li.dropdown.searchb .dropdown-menu .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 55px;
  /* background: #fff url(../images/search-btn.png) no-repeat right center; */
}
.bg-primary {
  background: #07004E !important;
}
.btn-outline-danger {
  color: #4DC7DB;
  border-color: #4DC7DB;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #4DC7DB;
  border-color: #4DC7DB;
}
.summryAllPage .col:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 34px;
  background: #ffffff7a;
  transform: translateY(-50%);
}
.brand-BTNs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.brand-BTNs li {
  padding: 0 0 10px 0;
}
.OutletLocator {
  position: relative;
}
.OutletLocator .form-control {
  padding-left: 5px;
  padding-right: 30px;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.OutletLocator .btn {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0;
  opacity: 0.7;
}
.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: #07004E;
  content: '\f00c';
  color: #fff;
  top: 6px;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.ImportantInstructionsList ul li.dont:after {
  background-color: #ff0000;
  content: '\f00d';
}
.ImportantInstructionsList ul li.not:after {
  background-color: #ff0000;
  content: '\f00d';
}
.ImportantInstructionsList ul li span {
  color: #07004E;
}
.ImportantInstructionsList ul li.dont span {
  color: #ff0000;
  line-height: 12px;
}
.ImportantInstructionsList ul li.not span {
  color: #ff0000;
  line-height: 12px;
}
.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: #07004E;
  border: 1px solid #07004E;
  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 #07004E;
}
.stepsBox .item figure figcaption {
  padding: 5px;
  min-height: 82px;
}
.stepsBox .item figure figcaption p {
  margin: 0;
}
.stepsBox .item figure figcaption p span {
  color: #a0a5aa;
}

.stepsBox .owl-stage {
  display: flex;
}
.stepsBox .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 12px;
  height: 27px;
  left: -12px;
  top: 50%;
  background: url(../images/prev.png) no-repeat center/cover !important;
  margin-top: -15px;
}
.owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 12px;
  height: 27px;
  right: -12px;
  top: 50%;
  background: url(../images/next.png) no-repeat center/cover !important;
  margin-top: -15px;
}
.owl-nav button span { display: none;}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.modal-open {
  overflow: hidden !important;
}
.facevalueTable tr td {
  vertical-align: middle;
  padding: 0.5rem;
  font-size: 12px;
}
.facevalueTable tr td .form-control {
  height: auto;
  width: auto;
  display: inline-block;
  font-size: 14px;
}
.facevalueTable tr td:last-child {
  text-align: right;
}
.facevalueTable tr td:first-child {
  white-space: nowrap;
  font-size: 14px;
}
.promoFild .form-control {
  border: 0;
  border-bottom: 1px dashed #58595b;
  padding-left: 0;
  border-radius: 0;
  background: transparent;
}
.productPageCoupon {
  background-color: #dbffe2;
  border: 1px dashed #00af0a;
  font-size: 12px;
}
@media (min-width: 1201px) {
  .top-right li > a {
    font-size: 16px;
  }
  .desktopNav ul li > a {
    font-size: 14px;
  }
  .top-right .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .desktopNav ul li > a {
    padding: 8px 16px;
  }
}
@media (max-width: 992px) {
  .desktopNav ul li img {
    max-width: 36px;
  }
  .desktopNav ul li > a {
    padding: 8px 7px;
  }
  .desktopNav ul li.dropdown.spriteMenu .dropdown-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .h-60 {
    height: 60px;
  }
  .desktopNav.LeftNav li {
    display: block;
  }
  .desktopNav.LeftNav li a {
    padding: 9px 10px;
  }
  .desktopNav.LeftNav li a figure {
    display: flex;
    align-items: center;
  }
  .desktopNav.LeftNav li a figure * {
    padding: 0 5px;
  }
  .productPageCoupon .col-auto {
    width: 130px;
  }
  .productPageCoupon .lab150 {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .brand-BTNs {
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .brand-BTNs li {
    display: inline-block;
    min-width: 140px;
    padding-right: 10px;
  }
  .fixedBottom {
    margin-bottom: 86px;
  }
  body.showSummry {
    padding-bottom: 80px;
  }  .desktopNav.LeftNav {
    margin-bottom: 0.5rem !important;
  }
  .desktopNav.LeftNav ul li > a {
    min-width: 90px;
  }
  .desktopNav {
    display: none !important;
  }
  .thanks-failed {
    max-width: 160px;
  }
  html {
    font-size: 87%;
  }
  .TransactionsList .row {
    padding: 0 20px 0 0;
  }
  .TransactionsList .row.orderSuccess::before,
  .TransactionsList .row.orderfailed::before {
    display: none;
  }
  .parOrderLise.openDetails .bg-light-new {
    margin-left: -15px;
    margin-right: -15px;
  }
  header.row .bg-white {
    background-color: #07004E !important;
  }
  .hamburger-icon div {
    background-color: #fff;
  }
  .top-right li.cartLI {
    margin: 0 !important;
  }
  .top-right li a > img {
    filter: brightness(0) invert(1);
  }
  .top-right li.dropdown.pl .dropdown-menu {
    top: 38px !important;
    margin-left: -100px !important;
    width: 200px;
  }
  .top-right li.dropdown.searchb .dropdown-menu {
    top: 38px !important;
    width: 300px;
    right: -40px;
  }
  .summryAllPage {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #212529;
    z-index: 9;
    box-shadow: 0 -7px 11px 0 rgba(0, 0, 0, 0.08);
  }
  .summryAllPage .col {
    padding: 7px 5px;
  }
  .summryAllPage .col div {
    font-size: 10px;
  }
  .summryAllPage .col div + div {
    font-size: 16px;
  }
  .summryAllPage .btn-outline-danger {
    color: #4DC7DB !important;
  }
  .summryAllPage .col:not(:last-child):after {
    height: 24px;
    background: #6767677a;
  }
  .summryAllPage .col:nth-child(5):after,
  .summryAllPage .col:nth-child(6):after {
    display: none;
  }
  .summryAllPage .cartTop {
    position: relative;
    display: inline-block;
  }
  .summryAllPage .cartTop span {
    position: absolute;
    color: #fff;
    background: #4DC7DB;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    top: -5px;
    right: -4px;
    z-index: 2;
  }
  .mobileScroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .mobileScroll > .productPageCoupon {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-right: 15px;
    white-space: initial;
  }
}
.qtyBox {
  width: 60px;
  height: 28px;
  border: 1px solid #bbb;
  display: flex;
  align-items: center;
}
.qtyBox input {
  width: 35px;
  height: 24px;
  border: 0;
  border-right: 1px solid #bbb;
  pointer-events: none;
  background: transparent;
}
.qtyBox button {
  width: 24px;
  height: 14px;
  position: relative;
  background-color: transparent;
  border: 0;
  display: block;
}
.qtyBox button.MinusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  transform: rotate(-135deg);
  top: 50%;
  margin: -4px 0 0 -3px;
}
.qtyBox button.PlusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  transform: rotate(45deg);
  top: 50%;
  margin: -2px 0 0 -3px;
}
.qtyBox button.PlusQty:after {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 10px;
  height: 1px;
  border-top: 1px solid #e0dfdf;
  bottom: 0;
  margin-left: -5px;
}
.PopClose {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  top: -32px;
  background: #ff0000 url(../images/close-white.png) no-repeat center;
}
.custome-check {
  font-size: 0;
  padding: 5px;
}
.custome-check li {
  width: 25%;
  margin: 0 !important;
  position: relative;
}
.custome-check label {
  cursor: pointer;
  padding: 4px 2px;
  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: #4DC7DB;
  border-color: #4DC7DB;
  color: #fff;
}
.filterSearch {
  background: #f7f7f7 url(../images/home-search.png) right center no-repeat;
  border: 0;
  border-radius: 0;
  padding-right: 60px;
  width: 400px;
}
#MoreFilter {
  display: none;
}
#MoreFilter.show {
  display: block;
}
.TransactionsList .openDetails .row.orderLise{background: #f5f8ff url(../images/up-icon.png) no-repeat right center;}
@media (max-width: 991px) {
  .custome-check li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .filerBod {
    border: 0 !important;
  }
  .filterSearch {
    width: 210px;
  }
  .filerBod {
    display: none;
  }
  .filerBod.openSubFilter {
    display: block;
  }
  .show .fw-600.fs-14.pb-1 {
    text-align: center;
    padding: 5px !important;
    cursor: pointer;
  }
  .show .fw-600.fs-14.pb-1.openSubFilter {
    background: #f7f7f7;
  }
  .custome-check li {
    width: 25%;
  }
}
@media (max-width: 410px) {
  .custome-check li {
    width: 50%;
  }
  .d-none-custom {
    display: none;
  }
}
.summery-sticky-desktop {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 12;
}
.position-relative .searchBR {
  position: absolute;
  font-size: 0;
  z-index: 99;
  overflow: hidden;
  right: 0;
  text-indent: -999px;
  border: 0;
  top: 0;
  height: 35px;
  width: 50px;
  background: transparent;
  cursor: pointer;
}
.fullWidth {
  width: 100%;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.fullWidth .loderBox {
  background: #fff;
  width: 400px;
  max-width: 100%;
  padding: 30px 20px;
  border-radius: 5px;
  text-align: center;
}
.fullWidth .loderBox figure {
  margin: 0;
  font-family: arial;
  font-size: 14px;
}
.btfText {
  font-size: 12px !important;
}
.btfText p {
  font-size: 12px;
}
.btfText h5 {
  font-size: 12px;
  font-weight: 600;
}
.btfText h1 {
  font-size: 20px;
  font-weight: 700;
}
.btfText h2 {
  font-size: 18px;
  font-weight: 700;
}
.btfText h3 {
  font-size: 16px;
  font-weight: 700;
}
.btfText ul {
  font-size: 12px;
  padding-left: 20px;
}
.btfText ol {
  font-size: 12px;
  padding-left: 20px;
}
.btfText .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.btfText .card .card-header {
  padding: 0;
  background-color: transparent;
}
.btfText .card .card-body {
  padding: 10px 0 30px 0;
  font-size: 14px;
  line-height: 1.8;
}
.btfText .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;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 0;
}
.btfText .card .card-header .btn-link:after {
  width: 2px;
  height: 14px;
  background: #c1c1c1;
  right: 6px;
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.btfText .card .card-header .btn-link:before {
  width: 14px;
  height: 2px;
  background: #c1c1c1;
  right: 0;
  content: '';
  top: 50%;
  position: absolute;
}
.btfText .card .card-header .btn-link[aria-expanded='true'] {
  color: #160e45;
}
.btfText .card .card-header .btn-link[aria-expanded='true']:after {
  display: none;
}
.btfText .card .card-header .btn-link[aria-expanded='true']:before {
  background: #160e45;
}
.btfText .card .card-header .btn-link:focus,
.btfText .card .card-header .btn-link:hover {
  text-decoration: none;
  color: #160e45;
}
.cs-head {
  position: relative;
}
.cs-head::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  left: 50%;
  margin-left: -40px;
  bottom: 10px;
  background-color: #160e45;
}
.loginModelNewDesign .modal-dialog-centered .modal-content {
  background-color: transparent;
  border-radius: 5px !important;
  overflow: hidden;
}
.loginModelNewDesign .modal-dialog-centered .modal-content .PopClose {
  top: 3px;
  right: 3px;
  z-index: 2;
}
@media (min-width: 768px) {
  .loginModelNewDesign .modal-dialog-centered {
    max-width: 699px;
  }
}
.shadow-custom { box-shadow: 0px 0px 8px 0px rgb(50 120 143 / 16%); }
.shadowActive { border-left: 1px solid #fc792b; border-right: 1px solid #fc792b; }
.shadowActive:nth-child(odd) td { border-top: 1px solid #fc792b; }
.shadowActive:nth-child(even) td { border-bottom: 1px solid #fc792b !important; }
.facevalueTable tr td.fs-10 { font-size: 10px }
.howToBuy { position: fixed; top: 45%; z-index: 9; transform: rotate(90deg); right: -60px; }
@media (max-width: 575px) {
  .howToBuy { right: -54px; }
  .frame-contact {
    height: 1200px !important;
  }
}

/* ************************ New Style Start ************************ */
.cursor-pointer { cursor: pointer; }
.brandDesc h1, h2 { line-height: 20px; font-size: 18px; }
.shadow-none { box-shadow: none; }
.custom-control-input.promocode-input { z-index: 2; right: 0; width: 100%; left: 0; }
/* ************************ New Style End ************************ */

/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.react-autosuggest__input:focus {
  outline: none;
}
.react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  max-height: 232px;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
  overflow: auto;
}
.react-autosuggest__suggestions-list::before {
  content: '';
}
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
}
.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.react-autosuggest__suggestion:hover {
  background-color: #07004E;
  color: #fff;
}
.react-autosuggest__suggestion--focused .highlight {
  color: #120000;
}
.suggestion-content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.suggestion-content:hover {
  color: #ffffff;
}

.suggestion-name {
  margin-left: 10px;
  line-height: 45px;
}
.suggestion-highlight {
  color: #ee0000;
  font-weight: bold;
}
.react-autosuggest__suggestion--highlighted {background-color: #07004E; }
.react-autosuggest__suggestion--highlighted .suggestion-name span {color: #fff; }
/* ************************ Autocomplete End ************************ */

/* ************************ Flash Sale Start ************************ */
.animate-charcter {
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/* ************************ Flash Sale End ************************ */

/* ************************ Weekend Sale Start ************************ */
.wowWedSale { background: #044b96 url(../images/wow-bg.png) no-repeat left center/cover; color: #fff; }
/* .wowWedSale h3 { background: url(../images/wow.png) no-repeat 5px center; padding: 15px 0 15px 90px; display: inline-block; } */
.wowWedSale .list-inline { border: 1px solid #fff; border-radius: 5px; }
.wowWedSale .list-inline-item { position: relative; }
.wowWedSale .list-inline-item:not(:last-child) { margin-right: 1.6rem!important; }
.wowWedSale .list-inline-item:not(:last-child)::after { background: url(../images/com.png) no-repeat center; position: absolute; right:-.8rem; top: 0; bottom: 0; content:''; width: 2px; }
/* ************************ Weekend Sale End ************************ */

/* ************************ WhatsApp Start ************************ */
.paymentMain .card-body { background: #fbfbfb; }
.paymentMain .card-header { background: #2a3c8d; color: #fff; }
.innerListing:last-child { border-width: 0px !important; }
.payable_text { display: inline-block; width: 90px; text-align: center; }

@media (max-width: 991px) {
  .payableHrd { font-size: 13px; }
  .innerListing { font-size: 14px; }
  .innerListing .border-bottom { font-size: 15px; }
  .payable_text { width: 66px; }
}

@media (max-width: 767px) {
  .checkList label { font-size: 16px; }
  .checkList label:before { height: 18px; width: 18px; }
  .checkList input:checked + label:after { top: 7px; left: 7px; }
  .payable_text { width: auto; }
}

@media (max-width: 567px) {
  .innerListing img { width: 30px; }
}
/* ************************ WhatsApp End ************************ */

/* ************************ Teen Patti Start ************************ */

.gamecolor{
  color: #c60f18;
}
@font-face {
  font-family: 'maxwell_smcapsbold_italic';
  src: url('../font/maxwell_smcps_cnd_heavy_it-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

} 

.bannerSec{
  background: #c60f18 url(../images/banner.jpg) no-repeat top center/cover; 
  padding: 50px 0 30px;
}

.bannerSec .playNow a {
  color: #07236b;
  font-size: 40px;
  font-family: 'maxwell_smcapsbold_italic';
  padding: 4px 60px; 
}

.bannerSec .playNow a .btn-warning{
  background: #f5d300 !important;
  border-color: #f5d300 !important;
}

.bannerSec .cardList ul{
  display: flex;
  justify-content: space-between;
}

.bannerSec .cardList {
  background: url(../images/btm_circle.png) no-repeat center bottom/88%;
  padding-bottom: 60px;
}

.bannerSec .cardList ul li {
  width: 31%;
  margin-right: 14px !important;
  cursor: pointer;
}

.bannerSec .cardList ul li:last-child{
  margin-right: 0px !important;
}


.bannerSec .faceOuter{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d; 
  border-radius: 14px;
  box-shadow: 0 0 4px 4px rgba(0,0,0,.28);
}

.bannerSec .backFace{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); 
  top: 0;
  left: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; 
  background-color: #fff;
  background-position: center center ;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bannerSec .starRed{
  background-image: url(../images/star_bg.png); 
  color: #ff7300;
}

.bannerSec .starblack{
  background-image: url(../images/Pikes.png); 
  color: #ff7300;
}

.bannerSec .frontFace img{
  border-radius: 10px; 
}

.bannerSec .showBackFace .faceOuter {
  transform: rotateY(180deg); 
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); 
}

.bannerSec .showBackFace .frontFace {
  visibility: hidden;
}

.bannerSec .backFace h4{
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
}


.bannerSec .qtLeft {
  left: 8px;
  top: 8px;
  font-size: 35px;
  line-height: 1;
}

.bannerSec .qtRight {
  right: 8px;
  bottom: 8px;
  font-size: 35px;
  line-height: 1;  
  transform: scale(-1, -1);
}

.bannerSec .homeRightCard {
  margin-right: -7%;
}


@media (max-width: 1200px){
  .bannerSec .homeRightCard {
      margin-right: -4%;
  }
}


@media (max-width: 992px){
  .bannerSec .backFace {
      background-size: 77%;
  }
  .bannerSec .backFace h4 {
      font-size: 70px; 
  }
  .bannerSec .cardList { 
      padding-bottom: 40px;
  }
  .bannerSec .playNow a { 
      font-size: 24px; 
  }
  .bannerSec .homeRightCard {
      margin-right: 0;
  }
}

@media (max-width: 768px){
  .bannerSec{
      background: #c60f18 url(../images/bannerMob.jpg) no-repeat top center/cover; 
      padding: 14px 0 20px;
  }  
}
@media (max-width: 567px){
  .bannerSec .backFace h4 {
      font-size: 44px;
  }
  .bannerSec .cardList {
      padding-bottom: 40px;
  }
}

@media (max-width: 370px){
  .bannerSec .backFace h4 {
      font-size: 36px; 
  }
  .bannerSec .qtLeft {
      left: 4px;
      top: 4px;
      font-size: 20px;
      line-height: 1;
  }
  .bannerSec .qtRight {
      right: 4px;
      bottom: 4px;
      font-size: 20px; 
  }
  .bannerSec .cardList {
      padding-bottom: 26px;
  }
}
/* ************************ Teen Patti end ************************ */

/* subscriberPopup start */
.ClosurePopup .form-control:focus,
.ClosurePopup .form-control {
  background-color: transparent;
  color: #fff;
  border: 1px solid #656e91;
}
/* subscriberPopup start */

/********************* ott brand Page start ************************ */
.sterpClaim span{
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.sterpClaim span:after, .sterpClaim span:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #000;
}
.sterpClaim span:after{
  right: -40px;
}
.sterpClaim span::before{
  left: -40px;
}
.innerEnt{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.offTxt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 4px 10px; 
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 80%); 
}
.ott_logo {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 60px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.stepList li {
  width: 24%;
}

.stepList li {
  vertical-align: top;
} 
.stepList li{
  width: 204px;
}
.stepList {
  background: url(../images/ott_step_bg_1.png) no-repeat center center; 
  background-size: 100%;
  padding: 0px 100px;
  margin: 0;
  width: 1080px;
}
.stepList li:first-child {
  margin-bottom: 66px;
  position: relative;
  top: 18px;
}
.stepList li:nth-child(2){
  margin-top: 90px;
}
.stepList li:nth-child(3){
  position: relative;
  top: 40px;
}
.stepList li:last-child{
  margin-top: 90px;
}
@media (max-width: 1199px){
  .stepOuter{
      overflow: hidden;
      overflow-x: scroll;
  } 
  .stepList li .fs-14 {
      white-space: break-spaces;
  }
}
@media (max-width: 767px){
  .sterpClaim span { 
      font-size: 14px; 
  }
  .ott_logo { 
      right: 4px;
      top: 4px;
      width: 40px; 
  }
  .offTxt { 
      padding: 20px 0 4px; 
      font-size: 12px;
  } 
  .stepList li {
      width: 176px;
  }
  .stepList li:first-child {
      left: -42px;
      top: 36px;
  }
  .stepList li:nth-child(2) {
      position: relative;
      left: -18px;
      top: 18px;
  }
  .stepList li:nth-child(3) { 
      top: 70px;
      left: 14px;
  }
  .stepList li:last-child {
      position: relative;
      left: 40px;
      top: 18px;
      padding-bottom: 18px;
  }
} 

@media (max-width: 991px){
  .stepMain{
      overflow: hidden;
      overflow-x: scroll;
  }
  .stepMain img{
      max-width: 1000px;
  }
}
@media (max-width: 767px){
  .sterpClaim span { 
      font-size: 14px; 
  }
  .ott_logo { 
      right: 4px;
      top: 4px;
      width: 40px; 
  }
  .offTxt { 
      padding: 20px 4px 4px; 
      font-size: 12px;
  }
  .stepMain img{
      max-width: 900px;
  }
}
@media (max-width: 567px){
  .stepMain img{
      max-width: 700px;
  }
}
/********************* ott brand Page End ************************ */

header.row .bg-white {
  background-color: #07004E !important;
}
.hamburger-icon div {
  background-color: #fff;
}
.top-right li.cartLI {
  margin: 0 !important;
}
.top-right li a > img {
  filter: brightness(0) invert(1);
}
.top-right>ul>li>a {color: #fff;}