.payment-background {
    background-color: lightgray;
    /* background: url('../images/creditcardbillpayment.png') no-repeat; */
    background-size: contain;
    background-position: center;
    height: 300px;
}


/* payment */

@media only screen and (min-width: 700px) {
    .payment {
        margin-bottom: 20px;
        width: 70%;
    }
    .payment .jumbotron {
        width: 80%;
        margin: 0px auto;
    }
    .payment .otherDetails {
        width: 80%;
    }
}

.payment .payment-card {
    margin-top: -100px;
}

.card-link {
    text-decoration: none;
    color: black;
}

.card-link:hover {
    color: black;
}

.payment .jumbotron img {
    max-height: 150px;
    border-radius: 15px;
}

.payment .color {
    color: #ff6f62;
}

.payment .fa {
    color: #ff6f62;
    padding-right: 5px;
}

.payment .card .card-title .tickimage i {
    color: white;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 10px 12px;
    font-size: 30px;
}

.payment .otherDetails {
    margin: 0px auto;
}

.payment button,
.checkOut button,
.buttons {
    background-color: #ff6f62;
    color: white;
    border-radius: 10px;
    padding: 5px 50px;
}

.buttons:hover,
.payment button:hover,
.checkOut button:hover {
    color: white;
    background-color: tomato;
}

#CouponDisplayArea .appliedCoupon .alert {
    width: 85%;
    margin: 5% auto;
}

#CouponDisplayArea .appliedCoupon .alert button {
    background: none;
    padding: 0;
    top: 5px;
    right: 10px;
}

#CouponDisplayArea .appliedCoupon .alert button:hover,
#CouponDisplayArea .appliedCoupon .alert button:focus {
    color: green;
}


/* Check Out Designes */

hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: lightgray;
    height: 1px;
}

.checkOut {
    margin-top: -200px;
}

.checkOut .card {
    border-radius: 30px;
}

.checkOut .card-header {
    border-radius: 30px 30px 0 0;
}

.checkOut .card i {
    color: #ff6f62;
    padding-right: 5px;
}

.checkOut .card .card-body img {
    width: 100%;
    max-width: 200px;
    max-height: 150px;
    border-radius: 20px;
}

.checkOut .shortDetails {
    font-size: 12px;
    background-color: rgba(255, 111, 98, .2);
}

.anotherpart>.card {
    position: sticky;
    top: 85px;
}

@media only screen and (max-width: 700px) {
    .checkOut .anotherpart {
        margin-top: 20px;
        position: relative;
    }
    .anotherpart>.card {
        position: relative;
    }
}


/* googlePaySteps */

.googlePaySteps ul.timeline {
    list-style-type: none;
    position: relative;
}

.googlePaySteps ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

.googlePaySteps ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

.googlePaySteps ul.timeline>li:before {
    content: ' ';
    background: #ff6f62;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ff6f62;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.checkout1 .table td,
.checkout1 .table th {
    font-size: 16px;
    border: none;
    padding: 5px;
}

.checkout1 .table th {
    text-align: right;
}

.checkout1 .payment-gateways .btn {
    height: 50px;
}

.teleCode{
    width: 100% !important;
}