
.tv-button{
    position: relative;
}
.tv-button::before{
    content: "+";
    font-size: 26px;
    line-height: 0.7;
    font-weight: 100;
    transition: none !important;
    color: var(--gray1);
    position: absolute;
    left: 20px;
    top: 5px;
}

.total-volume-button{
    color:var(--gray1);
    /* padding: 16px 44px 16px 70px; */
    border: 1px solid var(--gray1);
    padding: 20px 50px 16px;
}
.padding-zero{
    padding: 0 !important;
}
.total-volume {
    position: relative;
    padding-left: 54px;
    padding-top: 74px;
}
.total-volume-size {
    height: 298px;
}
.tv-bg-green {
    background-color: #007355;
}
.total-volume h3 {
    color:var(--white);
}
.total-volume::after-x {
    content: "";
    background: url(../images/pattern4.svg);
    background-repeat: repeat-y;
    background-size: contain;
    width: 52px;
    height: calc(100% - 116px);
    position: absolute;
    right: 28px;
    top: 88px;
    opacity:0.5;
}

.total-volume::after{
  content: "";
  background: url(../images/group12451.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 90px;
  height: calc(100% - 115px);
  right: 28px;
  bottom: 30px;   
  opacity:0.5;
}
.tv-text {
    font-size: 64px;
    color:var(--white);
    position: relative;
    margin-top: 54px;
}
.tv-text::before {
    content: "";
    position: absolute;
    width: 18%;
    height: 2px;
    background-color: var(--warning-dark);
    bottom:100px;
    left:0;
}

.total-volume .btn{
    background-color: var(--white)!important;
    color: var(--black) !important;
    padding: 16px 54px!important;
    border: solid 1px var(--black);
}

@media (min-width: 678px) and (max-width: 991px) {
  .tv-text {
    font-size: 40px;
    margin-top: 92px;
  }
}
@media (max-width: 767px) {
    .tv-text {
    font-size: 40px;
    margin-top: 92px;
    }

}
@media (max-width: 991px) {
    .section-padding {
        padding: 0px 0 60px 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .total-volume-size {
    width: 100%;
    max-width: 417px;

  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .total-volume-size {
    width: 100%;
    max-width: 412px;
  }
}

@media (min-width: 1400px) {
  .total-volume-size {
    width: 100%;
    max-width: 546px;
  }
} 







