.billing-options {
    background-color: #e2e2e2;
    padding: 40px;
}
.payment-selection {
    background-color: #000;
    color: #fff;
    padding: 0 30px;
    line-height: 60px;
    margin-left: -5px;
    margin-right: -5px;
}
@media screen and (max-width: 922px) {
    .payment-selection {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.payment-selection .payment {
    font-size: 22px;
    margin-left: 20px;
}
.discount-box {
    padding: 20px 40px;
    background: #f5f5f5;
}
.discount-message {
    margin-top: 10px;
}
.payment-card {
    padding: 40px 60px;
}
@media screen and (max-width: 922px) {
    .payment-card {
        padding: 40px 0;
    }
}

.terms label {
    display: inline;
    padding-left: 10px;
}
.terms input {
	line-height: auto;
	height: auto;
	margin-right: 10px;
}
.terms a {
	font-weight: bold;
}

.billing-option {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    border: solid 2px #fafafa;
    background-color: #ffffff;
    text-align: center;
    padding: 15px 0;
}

@media screen and (max-width: 922px) {
    .deposit-option {
        margin-bottom: 15px;
    }
}

.billing-option .price {
    font-size: 22px;
    font-weight: bold;
}

.billing-option.selected {
    border-color: #ea5d0a;
}

.billing-options {
    background-color: #e2e2e2;
    padding: 40px;
}

@media screen and (max-width: 922px) {
    .billing-options {
        padding: 15px;
    }
}

.payment-plan-wrapper {
    position: relative;
    padding-top: 5px;
}

.payment-plan-details {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border-radius:4px;
    margin-top: 20px;
    padding:15px;
    border: solid 2px #fafafa;
    background-color: #ffffff;
}

/*.payment-plan-details:before {
    content: '';
    position: absolute;
    left: 21%;
    top: 8px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: 18px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}*/
@media screen and (max-width: 922px) {
    .payment-plan-details:before {
        display: none;
    }
}

.payment-plan-details .remaining{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
}

.error-messages {
    margin-top: 15px;
}

.special-notes {
    background: #f5f5f5;
    padding: 20px 40px;
    border-top: 1px solid #eee
}

.btn.btn-apply-coupon {
    background-color: #ff6900;
    margin-left: 10px;
    color: #fff;
}

.pht-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}

.pht-popup {
    position: fixed;
    width: 60%;
    height: 60%;
    min-height: 400px;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}
.pht-popup .pht-wrapper, .pht-popup iframe {
    background: #fff;
    width: 100%;
    height: 100%;
}

.pht-popup a {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.pht-popup-close {
    position: fixed;
    width: 60%;
    height: 60%;
    min-height: 400px;
    background-color: #f7f7f7;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    margin-top: -40px;
    text-align: right;
}

.pht-popup-close a {
  margin-top: -10px;
  font-size: 33px;
  padding-right: 13px;
  color: #ccc;
}

@media screen and (max-width: 767px) {
    .pht-popup {
        width: 100%;
    }
    body .pht-popup-close {
        width: 100%;
    }
}