html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    height: 100%;
}
 
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    color: #333;
    background: #ffffff;
    min-width: 320px;
    height: 100%;
}
 
section {
    border-radius: 10px;
    position: relative;
    margin: 8px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
}
 
.w1 {
    max-width: 710px;
    margin: 0 auto;
}
 
header {
    height: 76px;
    text-align: center;
    line-height: 76px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
}
 
.logo {
    max-height: 60px;
    width: 250px;
    vertical-align: middle;
}
 
.price {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}
 
.price-amount {
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #f0f0f0;
    padding: 15px;
    background: #0099CC;
    vertical-align: middle;
}
 
h2 {
    font: 18px/22px "Open Sans", sans-serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 8px 0;
}
 
.total-amount {
    color: #ffffff;
    font-weight: 700;
    font: 19px/22px "Open Sans", sans-serif;
    display: table-cell;
    vertical-align: middle;
    min-width: 150px !important;
}
 
.method {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
 
.method-name {
    font-size: 16px;
    font-weight: 600;
}
 
.bold-font {
    font-weight: 600;
}
 
.amount {
    display: table-cell;
    word-wrap: break-word;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    font: 24px/28px "Open Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
}
 
h1 {
    font: 22px/28px "Open Sans", sans-serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 8px 0;
}
 
.list {
    padding: 10px 15px;
    list-style: none;
    margin: 0;
}
 
.heading {
    color: #9b9b9b;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 14px;
}
 
.txt {
    color: #4a4a4a !important;
    font: 600 20px/26px "Open Sans", sans-serif;
    pointer-events: none;
    text-decoration: none;
}
 
.list li {
    padding-bottom: 4px;
}
 
.nav-area {
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}
 
    .nav-area h2 {
        margin: 0 0 15px 0;
        color: #4a4a4a;
        font: 16px/22px "Open Sans", sans-serif;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }
 
a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}
 
a {
    text-decoration: none;
    color: #4a4a4a;
}
 
.phone {
    color: #4a4a4a !important;
    text-decoration: underline !important;
}
 
.button-box {
    width: 80%;
    border-radius: 100px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 58%, #cdcdcd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 58%, #cdcdcd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 58%, #cdcdcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0); /* IE6-9 */
    text-decoration: none;
    font: 14px/26px "Open Sans", sans-serif;
    text-align: center;
    margin: 0 auto 20px auto;
    vertical-align: middle;
    line-height: 70px;
    height: 70px;
    max-height: 70px;
    cursor: pointer;
}
 
.ico {
    max-width: 170px;
    max-height: 40px;
    padding: 10px;
    vertical-align: middle;
    height: 60px;
}
 
footer {
    text-align: center;
    padding-bottom: 20px;
}
 
.checkbox {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}
 
address {
    font-size: 14px;
    font-style: normal;
}
 
.terms {
    display: block;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 25px 15px;
}
 
.conditions {
    display: table-cell;
    word-wrap: break-word;
    width: 100%;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.3;
    vertical-align: middle;
    padding: 10px 10px 0 5px;
}
 
.terms-conditions {
    text-decoration: underline;
    font-size: 15px;
    color: #9b9b9b;
}
 
.underlined {
    text-decoration: underline;
}
 
.try-again {
    text-decoration: underline;
    font-size: 16px;
}
 
.result {
    text-align: center;
    padding: 20px;
}
 
.result-icon {
    width: 80px;
}
 
.align-center {
    text-align: center;
}
 
.top-10 {
    padding-top: 10px;
}
 
.bottom-10 {
    padding-bottom: 10px;
}
 
.bottom-30 {
    padding-bottom: 30px;
}
 
.error {
    color: #DF3D21 !important;
}
 
input[type="checkbox"] {
    display: none;
}
 
    input[type="checkbox"] + label {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1px;
        color: #333;
        cursor: pointer;
    }
 
        input[type="checkbox"] + label:before {
            content: '\00a0';
            display: inline-block;
            width: 23px;
            height: 23px;
            margin-right: 10px;
            font-size: 33px;
            background-color: #eee;
            text-align: center;
            color: #9b9b9b;
            position: relative;
            top: 8px;
            border: 1px solid #9b9b9b;
            padding: 3px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }
 
    input[type="checkbox"]:checked + label:before {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpiYBj24P///wZA3E9Nw97/h4D51DQMBM4DscCoYVQ0DCiZANJETcP+QzUZUOxNqKL/6IaSHWYgRVgMTaAoArAY+p/i2MRhKPlJA4uhlBmGZuh8qhg2/AFAgAEA3x1sImNA6G4AAAAASUVORK5CYII=') !important;
        background: #9b9b9b;
        color: white;
        padding-bottom: 4px;
    }
 
button {
    border: none;
}
 
@media (min-width: 480px) {
 
    .logo {
        max-height: 70px;
        width: 300px;
    }
 
    h1, .amount {
        font-size: 16px;
    }
 
    .button-box {
        min-height: 70px;
        line-height: 70px;
    }
 
    .method-name {
        font-size: 16px;
    }
}
 
@media (min-width: 481px) {
 
    h2, .total-amount {
        font-size: 21px;
    }
 
    .nav-area h2 {
        font-size: 18px;
    }
 
    h1 {
        font-size: 24px;
    }
 
    .button-box {
        min-height: 70px;
        line-height: 70px;
    }
 
    .method-name {
        font-size: 22px;
    }
 
    .amount {
        font-size: 32px;
    }
 
    .price-amount {
        padding: 25px 20px;
    }
 
    .heading {
        font-size: 16px;
    }
 
    .txt {
        font-size: 25px;
        line-height: 33px;
    }
 
    address {
        font-size: 16px;
    }
 
    .try-again {
        font-size: 20px;
    }
 
    .terms {
        padding: 10px 0 25px 20px;
    }
 
    .list, .price {
        padding: 10px 20px;
    }
}
 
@media (min-width: 550px) {
 
    .button-box {
        min-height: 90px;
        line-height: 90px;
    }
 
    footer {
        padding-top: 15px;
    }
 
    address {
        font-size: 18px;
    }
 
    .heading {
        font-size: 16px;
    }
 
    .nav-area h2 {
        font-size: 20px;
    }
 
    .try-again {
        font-size: 24px;
    }
 
    .terms {
        padding: 10px 0 25px 25px;
    }
 
    .price-amount {
        padding: 25px 25px;
    }
 
    .list, .price {
        padding: 10px 25px;
    }
}
 
@media (min-width: 730px) {
 
    section {
        margin: 8px 0;
    }
}