*{
  margin: 0;
}

.sub-hed-color {
  color: #0096d9;
  text-decoration: none;
}
.pergola-head {
font-size: 24px;
color: #333;
padding: 10px 102px;
text-align: center;
}
.arrows-direction{
  position: relative;
}
.leftarrow1 {
position: absolute;
top: 6%;
left: 23%;
}
.rightarrow1 {
position: absolute;
top: 6%;
left: 68%;
}
.buy-btn{
  width: 65%;
  margin-bottom: 15px;
}
.buy1-btn{
  width: 45%;
  margin-bottom: 15px;
}
.text-str{
  color: #808080;
}
.prise-bg{  
  background-color: #FF0;
  color: #f00;
}
.prise2-bg{
  background-color: #BBEBFB;
  color: #f00;
}
@media ((max-width: 768px)) {
  .pergola-head {
      font-size: 20px;
  }
  .leftarrow1{
      left: 17%;
  }
}
@media ((max-width: 480px)) {
  .pergola-head {
      font-size: 16px;
  }
  .leftarrow1{
      left: 0%;
  }
  .rightarrow1 {
      left: 75%;
  }
}