.example.example3 {
    background-color: #f2f2f2;
}

.example.example3 * {
    font-family: Quicksand, Open Sans, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.example.example3 .fieldset {
    margin: 0 15px 30px;
    padding: 0;
    border-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.example.example3 .field {
    padding: 10px 20px 11px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #bebebe;
    width: 100%;
}

.example.example3 .field.half-width {
    width: calc(50% - (5px / 2));
}

.example.example3 .field.third-width {
    width: calc(33% - (5px / 3));
}

.example.example3 .field + .field {
    margin-top: 15px;
}

.example.example3 .field.focus,
.example.example3 .field:focus {
    color: #424770;
    background-color: #f6f9fc;
}

.example.example3 .field.invalid {
    /*background-color: #bebebe;*/
    border: 2px solid #bebebe;
}

.example.example3 .field.invalid.focus {
    background-color: #f6f9fc;
}

.example.example3 .field.focus::-webkit-input-placeholder,
.example.example3 .field:focus::-webkit-input-placeholder {
    color: #cfd7df;
}

.example.example3 .field.focus::-moz-placeholder,
.example.example3 .field:focus::-moz-placeholder {
    color: #cfd7df;
}

.example.example3 .field.focus:-ms-input-placeholder,
.example.example3 .field:focus:-ms-input-placeholder {
    color: #cfd7df;
}

.example.example3 input, .example.example3 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.example.example3 input {
    color: #3c3c3c;
}

.example.example3 input::-webkit-input-placeholder {
    color: #9bacc8;
}

.example.example3 input::-moz-placeholder {
    color: #9bacc8;
}

.example.example3 input:-ms-input-placeholder {
    color: #9bacc8;
}

.example.example3 button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 0 15px;
    background-color: #fcd669;
    border-radius: 20px;
    color: #525f7f;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.example.example3 button:active {
    background-color: #f5be58;
}

.example.example3 .error svg .base {
    fill: #00b1f0;
}

.example.example3 .error svg .glyph {
    fill: #fff;
}

.example.example3 .error .message {
    color: #3c3c3c;
}

.example.example3 .success .icon .border {
    stroke: #00b1f0;
}

.example.example3 .success .icon .checkmark {
    stroke: #00b1f0;
}

.example.example4 .success .title {
    color: #3c3c3c;
}

.example.example3 .success .message {
    color: #9cabc8;
}

.example.example3 .success .reset path {
    fill: #00b1f0;
}
.paymentConfirmTitle>span:nth-child(1){
    font-size: 18px;
    font-weight: 900;
}
.paymentConfirmTitle {
    width: 93%;
    box-sizing: border-box;
    padding: 20px 0px!important;
    margin-bottom: 20px!important;
    border-bottom: 1px solid #bebebe;
}
.icon1 {
    /*display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../images/paymentconfirm/icon.jpg');
    background-size: 100px;*/
}
.bthBox .row {
    margin-left: 0;
    margin-right: 0;
    width: 89%;
    margin: 0 auto;
}
.backToSerach {
    height: 46px;
    background-color: #1baaeb;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 2px;
    width: 150px;
    float: right;
    text-align: center;
    line-height: 46px;
}
