.max-750 {
  max-width: 750px;
  width: 100%;
}

.newprice{
align-items: flex-start;
align-content: flex-start;
align-items: end;
position: relative;
justify-content: space-between;
display: flex;
flex-wrap: wrap;
}

.newprice .btnColl{
 width: calc(33.33%);
 background: linear-gradient(90deg, rgba(0, 132, 192, 1) 0%, rgba(0, 62, 90, 1) 100%) !important;
 color: #fff !important;
 text-align: center;
 height: 50px;
 font: 700 18px/24px Inter-Bold;
 text-transform: uppercase;
 border: none;
 display: flex;
 justify-content: center;
 align-items: center;
 font: 700 18px/22px Inter-Bold;
}

.newprice .btnColl.active{
  background: #f99500 !important;
  font: 700 20px/24px Inter-Bold;
}

.newprice .btnColl.goldBtn{
  position: absolute;
  left: 31.3%;
  width: calc(37.33%);
  height: 63px !important;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  font: 700 20px/24px Inter-Bold;
}

.newprice .btnColl.goldBtn svg {
  width: 32px;
  margin-right: 5px;
}

.newprice .btnColl.goldBtn.active{
  font: 700 22px/25px Inter-Bold;
}

.newprice .btnColl:hover {
  background: rgb(255, 162, 41) !important;
  background: linear-gradient(90deg, rgba(255, 162, 41, 1) 0%, rgba(160, 101, 25, 1) 100%) !important;
}

.silderBtnRight {
  clip-path: polygon(0 3%, 90% 3%, 100% 100%, 0% 100%);
}

.silderBtnLeft {
  clip-path: polygon(10% 2%, 100% 0, 100% 100%, 0% 100%);
}

.tabContentPrice {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* height: 750px; */
}

.tabContentPrice .pricePlanTitle {
  color: #8A5800;
  font: 700 27px/35px Inter-Bold;
}

.tabContentPrice .pricePlanTitle span{
  color: #ffa229;
}

.tabContentPrice ul {
  padding-left: 0;
}

.subscribeSec {
  text-align: end;
}

.tabpriceTitle {
  font: 600 16px/22px Inter-SemiBold;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.tabContentPrice ul li {
  display: flex;
  font: 400 12px/15px Inter-Regular;
  margin-bottom: 1px;
}

.tabContentPrice ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.tabContentPrice .btnSubscribe {
  font: 600 18px/22px Inter-SemiBold;
  color: #fff;
  /* background: rgb(255, 162, 41); */
  /* background: linear-gradient(90deg, rgba(255, 162, 41, 1) 0%, rgba(160, 101, 25, 1) 100%); */
  background: #f99500;
  padding: 12px 26px;
  border: 0;
}

@media(max-width:575px){
  .newprice .btnColl.goldBtn{
    font: 700 16px / 20px Inter-Bold;
  }
  .newprice .btnColl{
    font: 700 14px/18px Inter-Bold;
  }
  .newprice .btnColl.active{
    font: 700 16px / 20px Inter-Bold;
  }
  .newprice .btnColl.goldBtn svg{
    width: 25px;
    margin-right: 3px;
  }
}