.invoice-box {
    width: 100%;
    max-width: 600px;
    margin: 86px auto;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    margin-bottom: 100px;
}

    .invoice-box h4, .invoice-home-detailsinner h4 {
        margin: 0;
        border-bottom: 1px solid #f6f6f6;
        padding: 15px;
        font-size: 17px;
        font-weight: 700;
        color: #010101;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.invoice-home {
    padding: 10px 15px 40px;
}

    .invoice-home .form-group {
        margin-bottom: 30px;
    }

.invoice-home-details {
    width: 100%;
    max-width: 420px;
    margin: 50px auto;
    margin-bottom: 50px;
}

.invoice-home-detailsinner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    margin-bottom: 25px;
}

.invoice-header {
    background: rgba(255,255,255, .9);
    border-bottom: solid 1px #ddd;
}

    .invoice-header h2 {
        color: #000;
    }

.invoice-banner {
    background: url(../images/bg-subheader.jpg) top fixed;
    height: auto;
    min-height: 200px;
    padding: 90px 0 90px 0;
}

    .invoice-banner h1 {
        text-transform: uppercase;
        text-shadow: 5px 5px 10px #000000;
        letter-spacing: normal;
        width: 100%;
        text-align: left;
        color: #eceff3;
        margin-top: 0;
        font-size: 32px;
    }

    .invoice-banner .crumb {
        text-transform: uppercase;
        text-shadow: 5px 5px 10px #000000;
        margin-top: 20px;
        color: #fff;
        float: right;
        font-size: 12px;
    }

.crumb li {
    display: inline;
    text-decoration: none;
    padding: 0 2px 0 2px;
}

    .crumb li img {
        position: relative;
        top: -3px;
    }

    .crumb li a {
        padding: 0 4px 0 4px;
        color: #FFA300;
    }

.invoice-body {
    background: #eee9e9;
    padding: 30px 0;
}

.invoice-boxwrap {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    margin-bottom: 20px;
}

    .invoice-boxwrap h4 {
        margin: 0;
        border-bottom: 1px solid #f6f6f6;
        padding: 15px;
        font-size: 17px;
        font-weight: 700;
        color: #010101;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.invoice-boxwrap-inner {
    padding: 15px 15px;
}

.form-group label {
    font-weight: 600;
}

.invoice-list-wrap ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .invoice-list-wrap ul li {
        border-bottom: 1px solid rgba(0,0,0,.125);
        padding: 10px 15px 5px;
        display: flex;
        justify-content: space-between;
    }

        .invoice-list-wrap ul li h3 {
            font-size: 15px;
            line-height: 1.2;
            margin-bottom: 0px;
        }

.invoice-right {
    font-weight: 600;
}

.payment-box {
    width: 100%;
    max-width: 410px;
    margin: 25px auto 0;
    border-radius: 5px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border: 1px solid #cbcbcb;
    box-shadow: 0 5px 2px -2px rgba(0,0,0,.35);
    margin-bottom: 2em;
}

.payment-heading {
    padding: 10px 15px;
}

.payment-box h3 {
    float: left;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555555;
    margin: 0;
    position: relative;
    top: 8px;
}

.credit-icon {
    float: right;
}

.card-wrap {
    border-top: 1px solid #fdfdfd;
    position: relative;
    padding: 5px 15px 15px;
}

    .card-wrap:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: -2px;
        border-top: 1px solid #d4d4d4;
    }

    .card-wrap label {
        display: block;
        color: #303030;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .card-wrap input[type='text'], .card-wrap select {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #cbcbcb;
        height: 34px;
        padding: 5px 10px;
        outline: none;
    }

    .card-wrap select {
        padding-left: 0;
        padding-right: 0;
    }

.card-name {
    width: 100%;
}

.card-number {
    width: 75%;
    float: left;
    padding-right: 15px;
}

.cvv-code {
    width: 25%;
    float: left;
}

.expiration-date {
    width: 60%;
    float: left;
}

.card-month {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.secure-img {
    float: right;
    margin-top: 12px;
}

.payment-wrap {
    padding-bottom: 10px;
}

.btn-checkout {
    background: #4bc1b3;
    color: #fff;
    font-size: 18px;
    padding: 8px 25px;
}

.footer {
    background: #6c6c6c;
    padding: 12px 0;
}

.footer p {
    float: left;
    color: #fff;
}

.footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}

    .footer ul li {
        float: left;
        margin-left: 10px;
    }

        .footer ul li a {
            color: #fff;
        }

.required {
    color: red;
}

.validation-message {
    color: red;
    font-size: 10px;
    display: block;
}

.border-red {
    border: 1px solid red!important;
}



/*Loader*/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal-loader {
        display: block;
    }
/*--thank you--*/	
.thankyou-message-box{
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	width: 620px;
	margin: 20px auto;
	padding: 40px 0;
}
.thankyou-info{
	padding: 0 5%;
}
.thankyou-info h4{
	font-size: 26px;
	line-height: 1.35;
	color: #42ad5b;
	text-align: center;
	margin-bottom: 25px;
}	
.thankyou-info p{
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.notify-box{
	border-top: 1px solid #e7e7e7;	
	padding: 40px 12% 0;
}
.message-noti-box{
	display: flex;
	flex-direction: row;	
	margin-bottom: 10px;
}
.noti-input{
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	height: 46px;
	border-radius: 5px 0 0 5px;
	padding: 0 15px;
	outline: none;
}
.subscribe-btn{
	background: #f5a11a;
	border: none;
	border-radius: 0 5px 5px 0;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .65px;
	cursor: pointer;
	outline: none;
}
.subscribe-btn:hover{
	background: #4bc1b3;
	color: #fff;
}
.notify-box p{
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}