    a {
      text-decoration: none;
    }
.bg-dark {
  background-color: #343a40 !important;
  position: fixed;
    width: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
}
.mt-4, .my-4 {
  margin-top: 162px !important;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  background-color: white;
}
a:hover {
  color: #007bff;
  text-decoration: none;
}
.price-maincard {
  color: #000;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto !important;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  height: auto !important;
}

.btn-buynow {
  font-weight: 700;
  cursor: pointer;
  background-color: #ff3e6c;
  border: 1px solid #ff3e6c;
  color: #fff;
}
.btn-buynow:hover {
  background-color: #ff3e6c;
  border: 1px solid #ff3e6c;
  color: #fff;
}

.btn-buynow:not(:disabled):not(.disabled).active, .btn-buynow:not(:disabled):not(.disabled):active, .show > .btn-buynow.dropdown-toggle {
  background-color: #ff3e6c;
  border: 1px solid #ff3e6c;
  color: #fff;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  background-color: #3042a6;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.card-title {
  color: white;
  font-weight: bold;
  font-size: 1.05rem;
}
.mrp-break {
  color: #13e613;
}
.text-success {
  color: yellow !important;
}
.bg-darks {
  background-color: #343a40 !important;
  position: initial !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
}

.Ads {
  margin-top: 106px;
  width: 100%;
}
.ads-image {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}




@media (max-width: 768px) {
.mt-4, .my-4 {
  margin-top: 197px !important;
}

.Ads {
  margin-top: 174px;
  width: 100%;
}

}