.bg_cat {
    position: relative;
    background-image: url(../image/products.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff; /* make text visible */
    z-index: 1;
}

/* Overlay */
.bg_cat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(36 36 36 / 36%); 
    z-index: -1;
}

.order_text {
  margin-top: 2% !important;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 15px;
}

.order_text:hover {
  color: #fff !important;
}

/* ----------slider--------------------- */

#slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}

.sliderhome {
  width: 100%;

  display: none;
  animation-name: fade;
  animation-duration: 1s;
}

.sliderhome.active {
  display: block;
}
.sliderhome img {
  width: 100%;
}
@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  padding: 15px 10px;
  border-radius: 5px;
}

.controls:hover {
  background: white;
  transition: 0.3s;
}

.controls:active {
  color: grey;
}

#left-arrow {
  left: 10px;
}

#right-arrow {
  right: 10px;
}

#dots-con {
  text-align: center;
}
.dot {
  display: inline-block;
  background: grey;
  padding: 8px;
  border-radius: 50%;
  margin: 10px 5px;
}

.active {
  background: crimson;
}

@media (max-width: 576px) {
  #slider {
    width: 100%;
  }

  .controls {
    font-size: 1em;
  }

  #dots-con {
    display: none;
  }
}

.btn_product {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  background: #f9f42e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #f9f42e;
  border: 1px solid transparent;
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  /* border-radius: 28px 5px 31px 0px; */
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

/* ------------payment-------------- */

.PhoneIcon {
  width: 39px;
  height: 35px;
  float: left;
  background: url(phone.png) no-repeat scroll 0 3px transparent;
  margin: 0 10px 0 0;
  border-right: 1px solid #fff;
}
.book {
  position: relative;
  border-radius: 10px;
  padding: 15px;
  width: 255px;
  height: 300px;
  background: repeating-linear-gradient(45deg, #0000000d, transparent 100px);
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 1px #000;
  -webkit-transform: preserve-3d;
  -ms-transform: preserve-3d;
  transform: preserve-3d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.cover {
  top: 0;
  position: absolute;
  background-color: lightgray;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: white;
  font-size: 20px;
  justify-content: center;
  background-image: url(images/bank.jpg);
  background-size: cover;
}

.cover b {
  font-weight: 600;
  color: var(--theme-color);
}
.book:hover .cover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotatey(-80deg);
  -ms-transform: rotatey(-80deg);
  transform: rotatey(-116deg);
}

@media (min-width: 481px) and (max-width: 767px) {
  #bb {
    margin-bottom: 20px;
  }
  .pad {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #bb {
    margin-bottom: 20px;
  }

  .pad {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.border-padding {
  background: repeating-linear-gradient(222deg, #00000017, #970088 100px);
  padding: 20px;
  box-shadow: 0 11px 24px rgb(0 0 0 / 25%);
}
.inside-box {
  background-color: white;
  line-height: 30px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.showOnMob {
  display: none !important;
}
@media (max-width: 991px) {
  .showOnMob {
    display: block !important;
  }
}
.bookmarkBtn {
  width: 190px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background: linear-gradient(
      15deg,
      #1d6d24,
      #1da028,
      #2bbb37,
      #33a229,
      #338627,
      #00f832,
      #01c800,
      #128900,
      #006000
    )
    no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
}

.IconContainer {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}

.icon {
  border-radius: 1px;
}

.text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  transition-duration: 0.3s;
  font-size: 1.04em;
  margin: 0px;
  font-weight: 700;
}

.bookmarkBtn:hover .IconContainer {
  width: 100%;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.bookmarkBtn:hover .text {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.bookmarkBtn:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

.bookmarkBtn1 {
  width: 190px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background: linear-gradient(
      15deg,
      #880088,
      #aa2068,
      #cc3f47,
      #de6f3d,
      #f09f33,
      #de6f3d,
      #cc3f47,
      #aa2068,
      #880088
    )
    no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
}

.IconContainer1 {
  width: 30px;
  height: 30px;
  /*background: linear-gradient(to bottom, rgb(255, 136, 255),rgb(172, 70, 255));*/
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}

.icon1 {
  border-radius: 1px;
}

.text1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  transition-duration: 0.3s;
  font-size: 1.04em;
  margin: 0px;
  font-weight: 700;
}

.bookmarkBtn1:hover .IconContainer1 {
  width: 100%;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.bookmarkBtn1:hover .text1 {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.bookmarkBtn1:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .hideandshow {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hideandshow {
    display: block;
  }
}

.margin-0 {
  margin: 0 auto !important;
}


/*-------------------------------------------------------------why choose us------------------*/
.hoverCardSection {
    transition: 0.3s ease;
    background: #f9f9f9;
    padding: 14px;
    border-radius: 6px;
      background: linear-gradient(108.4deg, rgb(253, 44, 56) 3.3%, rgb(176, 2, 12) 98.4%);
      min-height: 215px;
}

.hoverCardSection:hover {
    background: linear-gradient(108.4deg, rgb(253, 44, 56) 3.3%, rgb(176, 2, 12) 98.4%);
    border-radius: 5px;
    padding: 14px;
    transition: 0.3s ease;
    color: white;
}

.hoverCardSection:hover .whitClr {
    color: white !important;
}

.text-primary {
    color: var(--theme-color) !important;
}

.whitClr{
    color: #fff !important;
}

.hoverCardSection .fa{
    color: #fff !important;
}

.hoverCardSection p{
    color: #fff !important;
}

.hoverCardSection .fas{
    color: #fff !important;
}

/*.whitClr{*/
/*    color: var(--theme-color) !important;*/
/*}*/

/*.hoverCardSection .fa{*/
/*    color: var(--theme-color) !important;*/
/*}*/

/*.hoverCardSection .fas{*/
/*    color: var(--theme-color) !important;*/
/*}*/