@font-face {
  font-family: 'adobe_devanagariregular';
  src: url('../fonts/adobe_devanagari-webfont.woff2') format('woff2'), url('../fonts/adobe_devanagari-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder {
  color: #666;
}
::-webkit-selection {
  background: #ed1b24;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
::-moz-selection {
  background: #ed1b24;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
::-ms-selection {
  background: #ed1b24;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}
::selection {
  background: #ed1b24;
  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: #ed1b24;
  font-family: 'Poppins', sans-serif;
  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;
  color: #ed1b24;
}
a[data-toggle='modal'] {
  outline: none;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
}
body {
  background: #fafafa;
  font-family: 'Rubik', sans-serif;
  padding-bottom: 55px;
  position: relative;
}

header.row .bg-danger div > div + div:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  border-top: 85px solid #fff;
  border-left: 30px solid transparent;
  border-right: 15px solid #fff;
}
header.row .bg-danger div > div + div:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 500%;
  bottom: 0;
  background-color: #fff;
}

#carouselHome a.carousel-control-prev {
  background: #000;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
#carouselHome a.carousel-control-next {
  background: #000;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

.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: #000;
  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: #ed1b24;
}
.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: #ed1b24;
}
.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-left: 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,
.off-canvas-nav .list-unstyled span {
  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-100 {
  font-weight: 100;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.fs-0 {
  font-size: 0;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.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-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-37 {
  font-size: 37px;
}
.fs-50 {
  font-size: 50px;
}

.bg-light {
  background: #f0f0f0 !important;
}
.modal-header .close {
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  font-weight: 400;
  padding: 0px 5px;
  width: 24px;
  margin: 0;
  color: #ed1b24;
}
.bg-danger {
  background: #ed1b24 !important;
}
.btn-danger {
  background-color: #ed1b24 !important;
  border-color: #ed1b24 !important;
}
.text-danger {
  color: #ed1b24 !important;
}
.btn-warning {
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}

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;
}
.dropdown-toggle::after {
  border: 0;
  width: 15px;
  height: 7px;
  background: url(../images/dropdown.png) no-repeat center bottom;
  margin: -2px 0px 0 4px;
  vertical-align: middle;
}

.TransactionsAdress {
  position: relative;
  background: #f2ffed;
}
.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: 12px;
  font-weight: 400;
}
.TransactionsdetailsBox .col {
  font-size: 12px;
}
.TransactionsdetailsBox .row {
  border-top: 1px dashed #222;
}

.define-quantity {
  width: 90px;
  overflow: hidden;
  background-color: #fff;
  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: 16px;
  height: 30px;
  outline: none;
  color: #f8c246;
}
.define-quantity span {
  float: right;
  padding: 4px;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  width: 30px !important;
  font-size: 0;
  position: relative;
  height: 30px;
  margin-top: -30px;
  background: #fcfcff;
  border: 1px solid #f8c246;
}
.define-quantity span.dec {
  float: left;
  border: 1px solid #f8c246;
}
.define-quantity span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #f8c246;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.define-quantity span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #f8c246;
  left: 50%;
  margin: -1px 0 0 -5px;
}

.ImportantInstructionsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ImportantInstructionsList li {
  padding: 2px 0 2px 30px;
  position: relative;
  font-size: 14px;
}
.ImportantInstructionsList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #007db8;
  content: '\f00c';
  color: #fff;
  top: 5px;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.ImportantInstructionsList li.not:after {
  background-color: #ed1b24;
  content: '\f00d';
}
.ImportantInstructionsList li strong {
  color: rgb(4, 122, 4);
  font-weight: 500;
}
.ImportantInstructionsList li.not strong {
  color: #ed1b24;
}

.stepsBox .item {
  padding-top: 70px;
  min-height: 99%;
  display: flex;
}
.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: #ed1b24;
  border: 1px solid #ed1b24;
  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 #ed1b24;
}
.stepsBox .item figure figcaption {
  padding: 5px;
  min-height: 82px;
}
.stepsBox .item figure figcaption p {
  margin: 0;
}
.stepsBox .item figure figcaption p span {
  color: #ed1b24;
}

.stepsBox.owl-carousel .owl-stage {
  display: flex;
}
.stepsBox.owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 24px;
  height: 41px;
  left: -20px;
  top: 50%;
  background: url(../images/back.png) no-repeat center;
  margin-top: -20px;
}
.stepsBox.owl-carousel .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 24px;
  height: 41px;
  right: -20px;
  top: 50%;
  background: url(../images/next.png) no-repeat center;
  margin-top: -20px;
}

.qtyBox {
  width: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qtyBox input {
  width: 100%;
  height: 24px;
  border: 0;
  pointer-events: none;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
}
.qtyBox button {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
  border: 0;
  display: inline-block;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
}
.qtyBox button.MinusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #545454;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
}
.qtyBox button.PlusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #545454;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
  top: 50%;
  margin-top: -1px;
}
.qtyBox button.PlusQty:after {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 2px;
  height: 12px;
  background-color: #545454;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -1px;
}
.qtyBox .qtyControl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer.bg-light {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shadow {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08) !important;
}

.br-Logo {
  background-color: #f7f7f7;
}
.imp-btn li a {
  display: block;
  font-weight: 500;
  position: relative;
  color: #545454;
  font-size: 13px;
  text-align: center;
  padding: 20px 30px 20px 40px;
  margin: 0 0 10px;
  cursor: pointer;
}
.imp-btn li a:after {
  position: absolute;
  background: url(../images/right-32.png) no-repeat center/cover;
  width: 8px;
  height: 12px;
  content: '';
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.imp-btn li a {
  background: #f7f7f7 url(../images/instruction.png) no-repeat 8px center;
}
.imp-btn li a.watchBtn {
  background: #f7f7f7 url(../images/watch-img.png) no-repeat 8px center;
}
.imp-btn li a.iiBtn {
  background: #f7f7f7 url(../images/instruction.png) no-repeat 8px center;
}
.imp-btn li a.stepsBtn {
  background: #f7f7f7 url(../images/steps.png) no-repeat 8px center;
}
.imp-btn li a.locationBtn {
  background: #f7f7f7 url(../images/location.png) no-repeat 8px center;
  margin: 0;
}

.qty-td .qtyBox {
  display: none;
}
.qty-td.addGQty .qtyBox {
  display: inline-block;
}

.pList {
  border-bottom: 10px solid #edebeb;
}
.vg-value {
  background: rgba(205, 205, 205, 0.32);
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  min-width: 80px;
  border: 1px dashed #e5e5e5;
  border-radius: 5px;
}

.cartGrid .qtyBox button {
  background-color: #ed1a23;
  border-radius: 50%;
}
.cartGrid .qtyBox button.MinusQty:before {
  background-color: #fff;
}
.cartGrid .qtyBox button.PlusQty:before {
  background-color: #fff;
}
.cartGrid .qtyBox button.PlusQty:after {
  background-color: #fff;
}

.SummryModel .close {
  position: absolute;
  z-index: 9;
  top: 13px;
}

@media (max-width: 991px) {
  .bottomCart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: -1px -18px 40px 0 rgba(0, 0, 0, 0.12);
    z-index: 999;
  }
  .cartBTN {
    width: 30px;
    background: url(../images/CartSumary.png) no-repeat bottom center/100%;
    display: inline-block;
    padding: 0 0px 15px;
    text-align: right;
  }
  .cartBTN span {
    display: inline-block;
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-right: -5px;
    font-weight: 500;
  }
  .modal-open1 .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  .bottomCart {
    display: none;
  }
}

@media (min-width: 768px) {
  .TransactionsdetailsBox .row + .row span {
    display: none;
  }
  .TransactionsdetailsBox .row + .row span.priceBox {
    display: inline-block;
    width: 38px;
    text-align: right;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .TransactionsdetailsBox .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .TransactionsGridHead {
    display: none;
  }
}

@media (min-width: 374px) {
  .cartGrid .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.Boxdescription p {
  margin: 0;
}

.loginModel .modal-dialog {
  max-width: 425px;
}
.loginModel .modal-dialog .PopClose {
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  background: url(../images/remove-round-icon.png) no-repeat center/83% 85%;
  z-index: 1;
}
.orderModel .modal-dialog .PopClose {
  border: 0;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 22px;
  height: 22px;
  background: url(../images/remove-round-icon.png) no-repeat center/83% 85%;
  z-index: 1;
}

.read-more {
  float: right;
  margin-top: -18px;
}

/* ************************FAQ Page start ************************ */
.faqHead {
  padding: 12px 18px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
}
.faqHead h5 {
  background: #fff;
  margin-bottom: 0px !important;
  position: relative;
  padding: 4px 0 4px 22px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.faqHead h5:before {
  content: '';
  left: -5px;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #e03430;
  top: 50%;
  transform: translateY(-50%);
}
.faqHead h5:after {
  content: '';
  left: 0px;
  position: absolute;
  width: 2px;
  height: 12px;
  background: #e03430;
  top: 50%;
  transform: translateY(-50%);
}
.faqHead p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 26px;
}
.faqDetails {
  display: none;
  border-left: 2px solid #e03430;
  padding-left: 15px;
  margin-left: 20px;
}
.faqOpen .faqDetails {
  display: block;
}
.faqOpen h5:after {
  display: none;
}
.faqDetails ul {
  padding: 0px 0px 0px 15px;
}
.faqDetails ul li {
  font-size: 15px;
  margin-bottom: 7px;
}
.faqDetails ul li strong {
  font-weight: normal;
  color: #e03430;
}
/* ************************FAQ Page start ************************ */

/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  max-height: 323px;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
  z-index: 6;
  overflow: auto;
}
.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__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__input:focus {
  outline: none;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.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 #ddd;
}
.react-autosuggest__suggestion:hover {
  background-color: #e01f26;
  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-content:hover .suggestion-highlight {
  color: #ffffff;
}
.suggestion-name {
  margin-left: 10px;
  line-height: 39px;
}
.react-autosuggest__suggestion--highlighted a {
  background: #f00 !important;
  color: #fff !important;
}
.react-autosuggest__suggestion:hover a {
  color: #fff !important;
}
.react-autosuggest__suggestion--highlighted a span {
  background: #f00 !important;
}
/* ************************ Autocomplete End ************************ */

.cur-pointer {
  cursor: pointer;
}
.bg-light2 {
  background-color: #fafafa !important;
}

/* ************************ how to buy btn start ************************ */
.howToBuy {
  position: fixed;
  top: 44%;
  z-index: 9;
  transform: rotate(90deg);
  right: -82px;
}
@media (max-width: 575px) {
  .howToBuy {
    right: -62px;
  }
  .howToBuy .btn {
    font-size: 14px;
  }
}
/* ************************ how to buy btn end ************************ */

/* ************************ spin Game start ************************ */
.fs-21 {
  font-size: 21px;
}
.fs-25 {
  font-size: 25px;
}
.fs-32 {
  font-size: 32px;
}
.fs-42 {
  font-size: 42px;
}
.fs-44 {
  font-size: 44px;
}
.text-warning-2 {
  color: #ffca00;
}
.text-primary-3 {
  color: #006fc4;
}
.text-primary-4 {
  color: #05a3ba;
}
.border-dashed-left {
  border-left-style: dashed !important;
}
.btn-success-2 {
  background-color: #51b800 !important;
  border-color: #51b800 !important;
}
.text-success-4 {
  color: #008b1b;
}
.spin_btn_1 {
  border-radius: 14px;
}
.spinWheel_modal .modal-dialog {
  max-width: 480px;
}
.spin_game_modal {
  background: #fff4d7 url(../images/spin-wheel/bg_1.png) no-repeat center top / 100% 100%;
  border-radius: 24px;
}
.spin_game_modal_2 {
  background: #fff4d7 url('../images/spin-wheel/bg_2.png') no-repeat center top/100% auto;
}
.win {
  background: url('../images/spin-wheel/win_bg.png') no-repeat center top/100% auto;
}
.spinWheel_modal .closeBTN img {
  width: 30px;
  height: 30px;
}
.spinWheel .bhdLno {
  background: url('../images/spin-wheel/spin-bg.png') no-repeat center center/100% 100%;
  width: 400px;
  height: 400px;
  visibility: inherit !important;
}
.spinWheel .canvaOuter .App {
  position: relative;
  filter: drop-shadow(0px 14px 16px rgba(0, 0, 0, 0.52)) drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.55));
  overflow: hidden;
}
.spinWheel .pinIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94px;
  height: 94px;
  font-size: 14px;
  margin: -47px 0 0 -47px;
  z-index: 9;
  background: url(../images/spin-wheel/spinBtn.svg) no-repeat center center/cover !important;
}
.spinWheel img[alt~='roulette-static'] {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 80px;
  left: 50%;
  top: -20px;
  margin-left: -34px;
  content: url(../images/spin-wheel/pointer.svg);
}
.spinWheel .sc-dlfnbm {
  width: auto !important;
  left: 21px !important;
  top: 21px !important;
  right: 21px !important;
  bottom: 21px !important;
  border-radius: 50%;
}
.spinWheel .hmocIu {
  transform: rotate(-39deg);
}
.logo_cong {
  background: #fff url('../images/spin-wheel/gd_bg.png') no-repeat center top/100% 100%;
  border-radius: 10px;
}
.fs-29 {
  font-size: 29px;
}
/* .spinWheel .pinIcon:after {position: absolute; content: ""; bottom:5px; top:5px; right:5px; left:5px; z-index: -1; box-shadow: -7px -7px 20px 0px #0005, -4px -4px 5px 0px #0004, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001; border-radius: 50%; -webkit-animation: rotating 2s linear infinite; -moz-animation: rotating 2s linear infinite; -ms-animation: rotating 2s linear infinite; -o-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite;} */
.spinWheel_modal .bowWin {
  border: 2px dashed #8f0100;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .spin_game_modal .fs-21 {
    font-size: 16px;
  }
  .spin_game_modal .fs-42 {
    font-size: 32px;
  }
  .spin_game_modal .fs-24 {
    font-size: 20px;
  }
  .logo_cong .fs-24 {
    font-size: 18px;
  }
  .logo_cong .fs-14 {
    font-size: 10px;
  }
  .spin_game_modal .fs-18 {
    font-size: 13px;
  }
  .spin_game_modal_2 .fs-40 {
    font-size: 28px;
  }
  .spin_game_modal_2 .fs-24 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .spinWheel .pinIcon {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
  }
  .spinWheel .bhdLno {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 374px) {
  .spinWheel .bhdLno {
    width: 270px;
    height: 270px;
  }
}

/* ************************ spin Game end ************************ */

/* ************************ Jackpot Game start ************************ */
.closeBTNJackpot {
  position: absolute;
  right: 5px;
  top: 0;
}
.jackpot_success .modal-body {
  background: #c32707 url('../images/jackpot/th-bg.png') no-repeat center top/cover;
  border-radius: 14px;
  border: 1px solid #f5b104;
}
.inner_success {
  border: 1px solid rgb(255 255 255 / 30%) !important;
  border-radius: 14px;
  margin-top: -80px;
}
.z2 {
  z-index: 2;
}

.jackport24 {
  position: relative;
  display: inline-block;
}
.jackport24 .spin_btn {
  font-size: 0;
  position: absolute;
  left: 23px;
  right: 25px;
  height: 53px;
  background: transparent;
  border: 0;
  bottom: 50px;
  padding: 0;
  margin: 0;
}
.jackport24 .index-module_slot_wrap__ZT-DX {
  background: url('../images/jackpot/jackFrem.png') no-repeat center center/100% 100%;
  width: 276px;
  height: 363px;
  padding-top: 120px;
  padding-bottom: 110px;
  padding-left: 40px;
  padding-right: 40px;
}

.jackport24 .jack_outer .index-module_slot_wrap__ZT-DX img.item {
  width: 60px;
  max-width: inherit;
}
.jackport24 .index-module_slot__DpPgW {
  height: 70px !important;
}
.jackport24 .index-module_num__j6XH3 {
  height: 70px !important;
}

.jackport24 .index-module_slot__DpPgW {
  margin-top: 30px;
}
.jackport24 .index-module_slot_wrap__ZT-DX .index-module_slot__DpPgW:first-child {
  position: relative;
  left: -5px;
}

.jackport24 .index-module_slot_wrap__ZT-DX .index-module_slot__DpPgW:nth-child(2) {
  position: relative;
  /* left: -10px; */
}

.jackport24 .index-module_slot_wrap__ZT-DX .index-module_slot__DpPgW:last-child {
  position: relative;
  left: 5px;
}

.CSModal {
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  z-index: 999;
}
.CSModal.hideClass {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.CSModal .inn {
  background: #c32707 url(../images/jackpot/bg.png) center top/cover;
  padding: 10px;
  width: 500px;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #f5b104;
  margin: 30px auto 10px auto;
  position: relative;
}
.CSModal .inn .closeBTNJackpot {
  right: 0;
  top: -30px;
  width: 26px;
  height: 26px;
}
.bgTra {
  background: transparent;
  border: 0;
}

@media (max-width: 575px) {
  .inner_success {
    margin-top: -50px;
  }
}
.modal-backdrop.cracker {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(5px);
}
.modal-backdrop.cracker:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 68%;
  height: 80%;
  background: url(../images/jackpot/left_gif.gif) 37% 0% no-repeat;
  transform: rotate(316deg);
}

.modal-backdrop.cracker:after {
  content: '';
  position: absolute;
  right: 10%;
  top: 18%;
  width: 46%;
  height: 80%;
  background: url(../images/jackpot/left_gif.gif) 37% 0% no-repeat;
  transform: rotate(252deg) scale(-1);
}

@media (max-width: 767px) {
  .modal-backdrop.cracker:before {
    content: '';
    width: 100%;
    height: 100%;
    transform: rotate(0);
  }
  .modal-backdrop.cracker:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/jackpot/left_gif.gif) 37% 0% no-repeat;
    transform: rotate(0) scaleY(-1);
  }
}

/* ************************ Jackpot Game end ************************ */

.spin_success .modal-body {
  background: url(../images/sketch-win/popup-bg-1.png) no-repeat top center/cover;
  border-radius: 15px;
  border: 3px solid #ffcd2a;
}
.spin_success .modal-body .innerBox {
  background: var(--Radial, radial-gradient(152.24% 101.57% at 49.9% 35%, #d12828 23%, #720f0f 61%, #162827 92%));
  border-radius: 10px;
}
.spin_success .modal-body .innerBox .border {
  border-color: #ffcd2a !important;
  border-radius: 10px;
}
.spin_success .text-success {
  color: #6f0 !important;
}
.spin_success .modal-body .mt-mi-20 {
  margin-top: -20px;
}
.spin_success .modal-body .z2 img {
  width: 280px;
  margin: -50px 0 10px;
}
#ScratchCardGame.spin_success .modal-body {
  background-image: url(../images/sketch-win/popup-bg.png);
}
#ScratchCardGame.spin_success .modal-body .innerBox {
  border: 3px solid #ff571c;
  background: rgba(0, 0, 0, 0.1) !important;
}
.spin_success .modal-body .ScratchCardHolder {
  width: 100%;
  position: relative;
}
.spin_success .modal-body .ScratchCardHolder .ScratchCard__Canvas {
  width: 100% !important;
  left: 0;
}
.spin_success .modal-body .ScratchCardHolder .ScratchCard__Container {
  width: 100% !important;
}
.giftBG {
  background: url('../images/sketch-win/bg-gift.png') no-repeat top center/cover;
  border: 3px solid #800104;
  min-height: 30px;
  color: #800104;
  font-size: 20px;
}
.win_img {
  max-height: 100px;
}
.txt_mansoon {
  margin-top: -26px;
}
.shop_bg2 {
  background: #fff2cd url(../images/sketch-win/bg_1.png) no-repeat center top / 100% auto;
  border-radius: 24px;
  margin-top: -4px;
  color: #670727;
}
.shop_bg2_none {
  background: #fff2cd;
}
.shop_bg1 {
  background: #fff2cd;
  border-radius: 24px;
  padding-top: 48px;
  margin-top: -34px;
  color: #670727;
}
.win_logo {
  border-radius: 14px;
}
.win_logo img {
  max-height: 90px;
}
.sketch_otr {
  z-index: 9;
}

@keyframes ChangeOpacity {
  0% {
    opacity: 0%;
  }
  20% {
    opacity: 50%;
  }
  80% {
    opacity: 50%;
  }
  100% {
    opacity: 0%;
  }
}

/* ************************ Holi Game start ************************ */
.Holi_modal .modal-dialog {
  max-width: 450px;
}
.Holi_modal .modal-body {
  background: #670727 url('../images/sketch-win/game-modal.jpg') no-repeat center top/100% 100%;
  border-radius: 24px;
  border: 0;
  overflow: hidden;
}
.thnaks_sketch .modal-body {
  background: #670727 url('../images/sketch-win/game-modal3.jpg') no-repeat center top/100% auto;
}

.Holi_modal .closeBTN img {
  width: 30px;
  height: 30px;
}
.Holi_modal .bowWin {
  border: 2px dashed #8f0100;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
}
.Holi_modal .bowWin .row::after {
  position: absolute;
  content: '';
  top: 10px;
  bottom: 10px;
  left: 50%;
  margin-left: -1px;
  border: 1px dashed #8f0100;
}

.holiTimer {
  background-color: rgba(37, 1, 1, 0.5);
  margin: 2px;
}
.holiTimerinner {
  background: linear-gradient(94deg, #0fe1fd -30.39%, #09c7de -17.95%, #157fe2 99.99%);
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
}
.pop {
  position: relative;
}
.pop img + img {
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.pop span {
  position: absolute;
  left: 5%;
  top: 20%;
  display: block;
  right: 10%;
  font-size: 18px;
  font-weight: 700;
  display: none;
}
.pop.show img {
  opacity: 0;
  visibility: hidden;
}
.pop.show img + img {
  opacity: 1;
  visibility: visible;
}
.pop.show span {
  display: block;
}

.inner_ipl_game {
  border-radius: 19.144px;
  border: 2px solid #f5b104;
  opacity: 0.8;
  background: #020f2e;
}

.scratch_game_outr .ScratchCard__Container {
  width: 200px !important;
  height: 240px !important;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #fbf880;
}

.scratch_game_outr .ScratchCard__Container canvas.ScratchCard__Canvas {
  position: relative !important;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.ball_left_list li {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
.text-primary-2 {
  color: #001c5c;
}
.fs-15 {
  font-size: 15px;
}
.win_number {
  border-radius: 50%;
  background: #001d5e;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}
.thanks_modal_2_inr {
  border: 2px solid #ffba00;
  border-radius: 10px;
}
.thnaks_unit_2 {
  margin-top: -26px;
}
.thnaks_unit_2 img {
  width: 140px;
}
.cong_logo img {
  height: 60px;
}
.cong_logo {
  border-radius: 7px;
}
.scorr_list {
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 6px 10px;
  border-radius: 10px;
}
.scorr_list li {
  vertical-align: middle;
}
.win_box {
  width: 34px;
  height: 34px;
  border: 2px solid #1d1755;
  background: #f3b20e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.win_val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.win_val img {
  max-height: 140px;
}
.border-bottom-dashed {
  border-bottom-style: dashed !important;
}
.played_dv .btn-primary {
  background: #9b7908;
  border: 0px;
}
.text-success-3 {
  color: #66ff00;
}
.fs-28 {
  font-size: 28px;
}
.fs-40 {
  font-size: 40px;
}
.border-top-dashed {
  border-top-style: dashed !important;
}
.skretch_win_box {
  border-radius: 14px;
}
.skretch_win_box img {
  max-height: 100px;
}
.text-danger-3 {
  color: #830b00 !important;
}
@media (max-width: 991px) {
  .win_val img {
    max-height: 120px;
  }
}
@media (max-width: 500px) {
  .scratch_game_outr .ScratchCard__Container {
    width: 280px !important;
    height: 246px !important;
  }
  .inner_ipl_game .fs-12 {
    font-size: 10px !important;
  }
}
@media (max-width: 400px) {
  .scratch_game_outr .ScratchCard__Container {
    width: 234px !important;
    height: 220px !important;
  }
}

/* ************************ Holi Game end ************************ */
.fs-43 {
  font-size: 43px;
}
.btn-danger-2 {
  background: #e24747 !important;
  border-color: #e24747 !important;
}
.quiz_modal {
  background: #fcc2c1 url('../images/quiz-game/quiz_bg.svg') no-repeat center center/cover;
  border-radius: 14px;
  border: 2px solid #282727;
  position: relative;
}
.quiz_modal::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 16px;
  right: 16px;
  bottom: 16px;
  border: 2px solid #fff;
  border-radius: 14px;
}
.quiz_modal::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url('../images/quiz-game/quiz_btm.png') no-repeat center bottom/100% auto;
}
.quiz_modal_txt {
  position: relative;
  z-index: 1;
  /* padding-left: 40px; */
}
.quiz_modal .row {
  position: relative;
  z-index: 1;
  margin-top: -26px;
}
.quiz_question_outr {
  background: #e24747;
  border: 2px solid #282727;
  border-radius: 14px;
}
.quiz_inr {
  background: #ed3939 url('../images/quiz-game/quiz_bg2.svg') no-repeat center bottom/cover;
  border-radius: 14px;
  border: 2px solid #fff;
}
.text-danger-2 {
  color: #e24747;
}

.custome-check {
  font-size: 0;
  margin: 0 -5px;
}
.custome-check li {
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.custome-check label {
  cursor: pointer;
  padding: 6px 5px 3px 26px;
  border-radius: 5px;
  border: 1px solid #fff;
  position: relative;
  display: block;
  text-align: left;
  margin: 5px;
  font-size: 14px;
  background: #db3030;
  color: #fff;
}
.custome-check input {
  position: absolute;
  opacity: 0;
}
.custome-check input:checked + label,
.custome-check input:checked ~ label {
  background-color: #fff;
  border-color: #fff;
  color: #d43045;
}
.custome-check input + label:after {
  content: '';
  height: 14px;
  width: 14px;
  top: 50%;
  left: 7px;
  margin-top: -7px;
  z-index: 1;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 3px;
}
.custome-check input:checked + label:after,
.custome-check input:checked ~ label:after {
  background-color: #d43045;
  border-color: #d43045;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

@media (max-width: 575px) {
  .custome-check li {
    width: 100%;
  }
}

/* **********Diwali flipflop game start*********** */

.flip_game_body {
  border: 1px solid #fcf23e;
  border-radius: 10px;
  background: #a82718 url('../images/flip-game/flip_modal_bg.png') no-repeat top center/100% 100%;
  padding-bottom: 60px;
}
.flip_game_body_thank {
  border-radius: 12px;
  background: #a82718 url('../images/flip-game/flip_modal_bg_thank.png') no-repeat top center/100% 100%;
  padding-bottom: 30px;
}
.flip_game_body_betterluck {
  border-radius: 10px;
  background: #a82718 url('../images/flip-game/better_luch.png') no-repeat top center/100% 100%;
  padding-bottom: 60px;
}

@media (min-width: 410px) {
  .flipThankModal .modal-dialog {
    max-width: 388px;
    margin: auto;
  }
}

.flip_text {
  padding-top: 28%;
}
.text-color-1 {
  color: #66ff00;
  padding-top: 50%;
}
.text-success-5 {
  color: #66ff00;
}
.pb_cstm {
  padding-bottom: 20%;
}
.flip_list li {
  margin-right: 0px !important;
  padding: 5px !important;
}

.box {
  width: 105px;
  height: 142px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.fliped_box .box {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
}

.front {
  background: url('../images/flip-game/front_bg.png') no-repeat center center/100% 100%;
}

.back {
  background: url('../images/flip-game/back_bg.png') no-repeat center center/100% 100%;
  transform: rotateY(180deg);
  padding: 10px;
}
.back_inr img {
  width: 50px !important;
}
.flip_btn {
  padding-bottom: 118px;
}
.close_fipbox {
  position: absolute;
  right: -40px;
  top: 0;
  cursor: pointer;
}
.win_logo_dv {
  border-radius: 10px;
}
.win_logo_dv img {
  max-width: 100px;
}
.flip_list.flip_anim_list li:nth-child(1) {
  animation: firstFlip 0.4s ease-in-out forwards;
}
.flip_list.flip_anim_list li:nth-child(2) {
  animation: secondFlip 0.4s ease-in-out forwards;
}
.flip_list.flip_anim_list li:nth-child(3) {
  animation: thirdFlip 0.4s ease-in-out forwards;
}

@keyframes firstFlip {
  0% {
    transform: translateX(0px);
  }
  35%,
  66% {
    transform: translateX(236px);
  }
  100% {
    transform: translateX(118px);
  }
}
@keyframes secondFlip {
  0% {
    transform: translateX(0px);
  }
  35%,
  66% {
    transform: translateX(-107px);
  }
  100% {
    transform: translateX(114px);
  }
}
@keyframes thirdFlip {
  0% {
    transform: translateX(0px);
  }
  40%,
  60% {
    transform: translateX(-108px);
  }
  100% {
    transform: translateX(-222px);
  }
}
.cstm_pd_flip {
  padding-top: 300px;
}
@media (max-width: 991px) {
  .flipThankModal .fs-35 {
    font-size: 30px;
  }
  .flipThankModal .fs-20 {
    font-size: 17px;
  }
  .flipThankModal .fs-24 {
    font-size: 17px;
  }
  .flipThankModal .fs-18 {
    font-size: 15px;
  }
  .flipThankModal .fs-14 {
    font-size: 13px;
  }
  .cstm_pd_flip {
    padding-top: 270px;
  }
}

@media (min-width: 540px) {
  .flip_game_modal_otr .modal-dialog {
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .close_fipbox {
    right: 0px;
    top: -40px;
  }
}
@media (max-width: 420px) {
  .box {
    width: 78px;
    height: 94px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
  }
  @keyframes firstFlip {
    0% {
      transform: translateX(0px);
    }
    35%,
    66% {
      transform: translateX(171px);
    }
    100% {
      transform: translateX(88px);
    }
  }
  @keyframes secondFlip {
    0% {
      transform: translateX(0px);
    }
    35%,
    66% {
      transform: translateX(-84px);
    }
    100% {
      transform: translateX(84px);
    }
  }
  @keyframes thirdFlip {
    0% {
      transform: translateX(0px);
    }
    40%,
    60% {
      transform: translateX(-88px);
    }
    100% {
      transform: translateX(-172px);
    }
  }
}

/* **********Diwali flipflop game end*********** */
