

/** view-plans **/

.view-plans{
  position: relative;
}

.view-plans .inner-container{
  position: relative;
  display: block;
  padding: 63px 80px 66px 80px;
}

.view-plans .inner-container .text h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 55px;
  margin-bottom: 19px;
}

.view-plans .inner-container .text h5:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 45px;
  height: 2px;
  top: 12px;
  left: 0px;
}

.view-plans .inner-container .text h2{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.view-plans .inner-container .text h3{
  color: #fff;
  font-weight: 400;
  margin: 0px;
}

.view-plans .inner-container .btn-box{
  position: relative;
  margin-top: 26px;
}

.view-plans .inner-container .btn-box .theme-btn{
  font-size: 20px;
  padding: 20px 47px;
}

.view-plans .inner-container .pattern-layer{
  position: absolute;
  top: 0px;
  right: 90px;
  height: 100%;
  width: 248px;
  background-repeat: no-repeat;
}

.view-plans .pattern-layer{
  position: absolute;
  left: 0px;
  top: -75px;
  width: 521px;
  height: 684px;
  background-repeat: no-repeat;
}
