.billing-Info-Wrapper .main-heading {
    color: #002C77;
    text-decoration: underline;
}

.billing-Info-Wrapper .sub-heading {
    color: #006D9E;
    font-weight: bold;
    font-size: 18px;
   
}

.billing-Info-Wrapper ul {
    margin-left: 0;
}

.billing-Info-Wrapper ul li {
    list-style: none;
    margin-bottom: 15px;
}

.billing-Info-Wrapper ul li b {
    font-family: "proxima_nova_rgregular", arial, Tahoma, Geneva, sans-serif;
    font-weight: bold !important;
}

.billing-Info-Wrapper ul li input {
    display: inline-block;
    width: 100%;
    border-radius: none;
    margin-top:10px;
}
.intentTab{
    text-indent: 50px;
}


.billing-Info-Wrapper .billing-br-wrapper img{
	margin-left: 10%; 
	height:80%; 
	width: 70%; 
	float: left; 
	padding-bottom: 15px 10px;
}

.billing-Info-Wrapper .billing-brdr-wrapper .eft-details{
	margin-bottom: 25px;
}

.billing-Info-Wrapper .billing-brdr-wrapper .eft-details .eft-details-wrapper{
	float: left;
	padding:15px 10px 15px 10px;
	height: 25px; 
	font-size: inherit;
	font-weight: bold !important;

}


.billing-Info-Wrapper .billing-brdr-wrapper .eft-details .eft-details-wrapper b{
    font-family: "proxima_nova_rgregular", arial, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold !important;
}

.billing-Info-Wrapper .btnPayNow {
    width: 90%;
    display: inline-block;
    background: #002C77;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid #002C77;
    transition: 0.2s;
    margin-bottom: 5px;
    text-align: center;
}

.gulpolicy-disclaimer {
    font-size: 12px;
}

.querymodal {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.btn-help-note {
	background: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    border-radius: 5px;
    text-align: left;
}

.btn-help-note p {
    margin-top: 20px;
}


span.popupicon-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    bottom: 20px;
    cursor: pointer;
}

.credit-card-wrapper .claim-heading p,
.credit-card-wrapper .claim-off-add p {
    padding: 10px 0;
}

.credit-card-wrapper .btnContainer,
.billing-Info-Wrapper .btnContainer {
    width: 100%;
    height: 80px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px;
}

.credit-card-wrapper .btnContainer .btnOk {
    background: #002C77;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid #002C77;
    transition: 0.2s;
    margin-bottom: 5px;
}

.credit-card-wrapper .btnContainer .btnCancel {
    background: #FEFEFE;
    color: #404040;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    transition: 0.2s;
    margin-bottom: 5px;
    display: inline-block;
    line-height: normal;
    margin-right: 10px;
}

.credit-card-wrapper .evo-icon-notification2 {
    color: #006D9E;
}

.payment-confirmation {
    background-color: #61B329;
    padding: 20px;
    margin-bottom: 20px;
}

.payment-confirmation p {
    margin-bottom: 0;
}

.payment-confirm-msg {
    margin-bottom: 0;
}

.payment-confirmation .payment-confirm-msg p:first-child {
    color: #fff;
    margin-bottom: 10px;
}
.payment-confirmation .payment-confirm-msg p:last-child {
    color: #333;
}

.credit-card-wrapper .payment-confirm-msg .evo-icon-checkmark-circle {
    color: #324F17;
}

.credit-card-wrapper .threeBtnContainer {
    text-align: center;
    width: 100%;
    height: 50px;
}

.credit-card-wrapper .threeBtnContainer .btnStyle {
    background: #002C77;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #002C77;
    transition: 0.2s;
}

.credit-card-wrapper .threeBtnContainer .btnStyle:hover {
    background: transparent;
    border: 1px solid #002C77;
    color: #002C77;
}

@media only screen and (min-width: 768px) {
    .credit-card-wrapper .threeBtnContainer {
        text-align: right;     
    }

    .billing-Info-Wrapper .btnPayNow {
        display: inline;
    }

    
    .billing-Info-Wrapper ul li input {
        width: 20%;
        margin-top: 0;
        
    }  
}

@media only screen and (min-width: 992px) {
    .btn-help-note {
       width: 40%;
    }   
}