@font-face {
    font-family: reg;
    src: url(../font/Bakh.ttf) format("truetype");
}
@font-face {
    font-family: bold;
    src: url(../font/Bakhbold.ttf) format("truetype");
}
@font-face {
    font-family: heavy;
    src: url(../font/Bakhheavy.ttf) format("truetype");
}
body {
    background: #fcfcfc;
    background-image: url(../image/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: reg;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
span.green {
    color: #00bea5;
}
span.red {
    color: red;
}
.border-green{
    border: solid 1px #00bea5;
}

.field-input {
    position: relative;
    margin-bottom: 22px;
}
.field-input.with-suffix input{
    padding-left: 30px;
    position: relative;
    z-index: 2;
}
.field-input .suffix{
    z-index: 9;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    height: 100%;
    line-height: 43px;
    display: block;
    top: 0;
    right: auto;
    left: 40px;
    color: #00bea5;
}
.show{display:block!important}
.error_box {
    width: 65%;
    margin: 60px auto 35px;
    /*margin-bottom: -40px;*/
    border-radius: 3px;
    padding: 3px 20px 3px;
    position: relative;
    border: 1px solid transparent;
}
.warning_box.show{visibility:visible;-webkit-animation:fadein 0.5s,fadeout .5s 2.5s;animation:fadein 0.5s,fadeout .5s 2.5s}
.warning_box{visibility:hidden;min-width:250px;margin-bottom:20px;background-color:#88107c;color:#fff;border-radius:2px;padding:10px 16px;font-size:18px}
.warning_box li{color:#fff;font-size:12px;font-weight:400;line-height:25px;text-align: right}

.payment-wrapper {
    display: block;
    margin: 0 auto;
}
.payment-container {
    max-width: 960px;
    display: block;
    margin: 0 auto;
}
.card .col-md-8 {
    padding: 20px 50px;
}
.card {
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.card .info {
    background: #00c1a4;
}
.card .content input {
    border-radius: 2rem;
}
.card .price-input {
    position: relative;
    width: 300px;
    display: block;
    margin: 0 auto;
}
.card span.price-badge {
    position: absolute;
    font-size: 20px;
    top: 4px;
    left: 14px;
}
.wage {
    text-align: left;
    padding: 20px;
    font-weight: 700;
}
.tp {
    text-align: right;
    padding: 20px;
    font-weight: 700;
    color: #00c1a4;
}
.payer p {
    text-align: right;
}
.payer input {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.payer input#email {
    text-align: right;
}
.payInfo button,
.payer button {
    border-radius: 2rem !important;
    color: #fff;
    background: #00c1a4;
    font-size: 18px;
}
button.gray {
    color: grey;
    border-color: grey;
    background: 0 0;
}
.logo {
    margin-bottom: 80px;
}
.card-two {
    padding: 20px 50px;
}
.price ul {
    padding: 0 !important;
}
.price ul li {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
}
.price ul li span.green {
    font-size: 25px;
    font-weight: 700;
    padding-left: 10px;
}
.payInfo table tr:last-child {
    border-bottom: transparent;
}
@media screen and (max-width: 425px) {
    html {
        overflow-x: hidden;
    }
    .card .col-md-8 {
        padding: 20px 30px;
    }
    .logo {
        margin-bottom: 30px;
    }
    .card {
        border: none;
        box-shadow: none;
    }
    body {
        background: #fff;
    }
    .phone .col-md-6 {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .info br{
        display: none;
    }
    .user-info img.mt-5{
        margin-top: 1rem!important;
    }
    .user-info h4.name{
        margin-bottom: 1rem!important;
    }
    .logo img{
        width: 150px;
    }
    .payer p{
        text-align: center;
    }
}
@media screen and (max-width: 375px) {
    .card-two {
        padding: 20px 20px;
    }
}
@media screen and (max-width: 320px) {
    .card .col-md-8 {
        padding: 20px 15px;
    }
    .card-two {
        padding: 20px 15px;
    }
}
span.red {
    color: #f42222;
}
.card{
    border-radius: 15px!important;
    border: 1px solid transparent;
    -o-border-image: linear-gradient(135deg,rgba(0,190,165,1) 0%,rgba(255,255,255,1) 24%,rgba(0,190,165,1) 40%,rgba(255,255,255,1) 60%,rgba(0,190,165,1) 79%,rgba(255,255,255,1) 92%);
    border-image: linear-gradient(
135deg
,rgba(0,190,165,1) 0%,rgba(255,255,255,1) 24%,rgba(0,190,165,1) 40%,rgba(255,255,255,1) 60%,rgba(0,190,165,1) 79%,rgba(255,255,255,1) 92%);
    border-image-slice: 2;
}
.info{
    border-radius: 0 15px 15px 0;
}
.user-info img{
    border: 2px solid #fff;
}
.price-input input{
    text-align: center;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #00c1a4a1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 193 164 / 27%);
}






