.ultrn-tag-bsln81 {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    z-index:999;
}
.ultrn-tag-bsln81 span {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #0948b3;
    padding: 10px 25px;
    border-radius: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.ultrn-tag-bsln81 span i.fa-star:first-child {
    margin-right: 10px;
}
.ultrn-tag-bsln81 span i.fa-star {
    margin: 0;
    margin-top: -3px;
}
/*for selectbox */

/*.toggle-btn {
    margin-left: 10px;
  position: relative;
  display: block;
  background: white;
  color: white;
  width: 240px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 5px;
}

.arrow {
  position: absolute;
  top: 43px;
  right: 13px;
}

.arrow::before,
.arrow::after {
  position: relative;
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: black;
  transition: 0.3s ease-in-out;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  left: 6px;
  top: -1px;
  transform: rotate(-45deg);
}


.toggle-btn {
 background: #ffffff;
    border: 1px solid #b3b2b2;
display:block;
}

.toggle-btn.active .arrow::before {
  transform: rotate(-45deg);
}

.toggle-btn.active .arrow::after {
  transform: rotate(45deg);
}
.amount{ 
  position: relative;
}
.amount::after{
  content: "";
  width: 120%;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 9px;
  left: 0;
} 
.save {
width:215px;
text-align:center;
}*/
/* select box end */

@media (min-width: 320px) and (max-width: 992px){
.ptb-100 {
    padding: 80px 0;
}

}

@media (min-width: 320px) and (max-width: 992px) {
.ptb-120 {
    padding: 125px 0 35px;
}

}

.price-block .offer-price {
    font-weight: 700;
    font-size: 10rem;
    line-height: 15rem;
    font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}