body {
      background: #756c6c;
}

.hv-page-width {
    padding: 0 50px;
    background: #fffdf7;
    box-shadow: 0 5.8px 4.6px rgb(154 75 16 / 0%), 0 5.8px 3px rgba(154,75,16, 0.001), 0 -2.9px 26.3px;
}

.logo-float-right {
    float: none;
    max-height: 160px;
    margin: 26px auto 14px auto;
    display: block;
}

.logo-float-right {
    max-height: 110px;
}

.hv-radio-label {
    margin-bottom: 5px !important;
    padding-right: 30px !important;
    margin-top: 12px;
}

.row .section-inner{
    border: 1px solid #c7c7c7;
    background: #e4e4e430;
    padding: 27px 50px;
    width: 100%;
      margin-top: 8px;
}

.hv-element-header{
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: medium;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #9c9a9a;
    display: inline-block;
}

.hv-radio {
     margin: 0;
}

.hv-radio-label {
     margin-top: -5px;
}

.hv-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hv-radio-label {
    margin-top: 0;
}

.form-control {
   line-height: 0.9;
    background-color: #e2dfdf6b;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#hv-credit {
    background-color: unset;
    margin-top: 0;
    box-shadow: unset;
}

.hv-summary-text{
   background: #ffeb8c;
    padding: 15px;
    border-top: 10px solid #d6cc9e;
    margin: 0;
}

.hv-summary-text p{
   text-align: center;
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.hv-summary-text p:last-child{
     margin-bottom: 0px;
font-size: 20px;
}

.hv-sum-payment{
   font-weight: 800;
}

.hv-payment-btn {
    margin-bottom: 0;
padding: 13px 16px;
    font-size: 18px;
    line-height: 0.9;
    font-weight: 500;
    border-radius: 50px;
}

#hv-footer {
    text-align: center;
    padding: 2px 0 10px;
}


@media screen and (min-width:600px)  and (max-width: 991px) {
.col-xs-12 {
    width: 50%;
}
}

@media screen and (max-width:600px)  {
.hv-payment-btn {
    margin-bottom: 12px;
}
.row .section-inner {
       padding: 27px 26px;
}
}

@media screen and (max-width:480px)  {
.row .section-inner {
       padding: 27px 20px;
}
.hv-page-width {
    padding: 0 15px;
}
}