@charset "utf-8";
/* CSS Document */
.form-steps {
	font-size: 15px;
	padding: 0;
	height: 15px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 16px;
	text-align:center;
	color:#CCC;
}
.form-steps ul{
list-style-type:none;margin:0px auto;padding:0px;text-align:center;
}
.form-steps li {
    display: inline;
    text-align: center;
    background: none repeat scroll 0 0 #f3f3f3;
    margin: 0px 30px;
    padding: 0px 10px;
}
.cartbox {
    box-shadow: 0px 0px 12px #dbdde0;
    border: 1px solid #dbdde0;
    padding: 0;
    margin-top: 15px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 17px;
}
.hideme {
    display: none !important;
}
.form-steps li.active a{color:#666;color:#5bacd2;font-weight:bold}
.form-steps i{font-size:20px;}
.form-steps li.active a {
    color: #666;
    color: #ffffff;
    font-weight: bold;
}
.form-steps li {
    background: #fff;
    padding: 5px 24px;
    border-radius: 16px;
}
li.li_order_summary.active {
    background: #1e8acc;
    padding: 5px 24px;
    border-radius: 16px;
}
.cart-title {
    border-bottom: 1px solid #ccc;
    margin: 0px;
    padding: 13px 20px 3px 20px;
    font-weight: bold;
    font-size: 17px;
    background: #1e8acc;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.cart-title .col-md-3{padding:0px 0px 7px 0px;}
.cart-items {
    margin: 0px;
    padding: 20px 20px 11px 20px;
    border-bottom: 1px solid #e0dddd;
}
.row.cart-items:nth-child(even) {
    background: #f3f3f370;
}
.cart-items .col-md-3{padding:0px 0px 7px 0px;}
.cart-items .order-summary{font-size:18px; color:#3399CC;font-weight:bold;}
.cart-items .order-summary span{font-size:12px;display:block;color:#999;}
.cart-items .no-of-resource select{padding:5px;width:70px;border:1px solid #CCCCCC;}
.cart-items .unit{font-size:18px;}
.cart-items .term select{padding:5px;width:100px;border:1px solid #CCCCCC;}
.cart-items .term span{color:#CCCCCC;cursor:pointer;}
.cart-items .start-date{padding:0px 0px 5px 0px;display:inline-block}
.cart-items .start-date input[type='text']{padding:2px;font-size:12px;}
.cart-items .remove-cart a, .cart-items .remove-cart a:hover,.cart-items .remove-cart a:active,.cart-items .remove-cart a:visited{font-size:11px;color:#990000;padding:0px;margin:0px;}
.cart-items .start-date span{font-size:11px;display:block;font-weight:700}
.calc{font-size:18px;padding-top:15px;margin:0px;padding:10px 20px 0px 20px;}
.btnnext {
    margin-top: 10px;
    background: #3399CC;
    color: #fff;
    border-radius: 0px;
    padding: 8px;
    width: 80px;
    margin-right: 30px;
    border-radius: 110px;
    font-size: 17px;
    min-width: 127px;
}
.btnnext:hover,.btnnext:active, .btnnext:focus{color:#fff;outline:none;}
.forget-lnk-area .btnnext{width:130px;}
.tdright-align{text-align:right;padding-right:20px;}
.calc table{border-collapse:separate;border-spacing:2px;}
.calc .payable{font-weight:bold;color:#2196F3;}
.item-amount{font-weight:bold;font-size:18px;color: #3399CC;}
.chkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display:inline;
}

/* Hide the browser's default checkbox */
.chkbox input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-control {
    display: block;
    width: 97%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #023454 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #033a56;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* Show the checkmark when checked */
.chkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;     /* not currently supported */
    -o-appearance: checkbox;      /* not currently supported */
}
.installment{font-size:14px;}
.installment h3{padding:20px 0px 5px 0px;margin:0px;}
.installment table{border-collapse:separate; border-spacing:2px;border-top:1px solid #ccc;}
.installment td{padding:2px 10px 1px 0px;}
.signup-terms p{padding:20px 10px 0px 10px ;font-size:12px;color:#999999}
#step2,#step3,.quicksignup,.forgetpwd{display:block;}
.floating-label > .float-label {
	position:absolute;
	top:2em;
	left:10px;
 -webkit-transition: top .2s ease-in-out, opacity .2s ease-in-out; /* For Safari 3.1 to 6.0 */
	transition: top .2s ease-in-out, opacity .2s ease-in-out;
	opacity:0;
}
.floating-label > .float-label.show {
	color:#999;
	top:10px;
	opacity:1;
	font-size:12px;

}
.floating-label > .float-label.on {
	color:#999;
	
}
.floating-label input:focus{
    outline: none;
}
.fullform {
    width: 98% !important;
}
#step2,#step3{min-height:400px;}
.cust-details{padding:15px 10px 10px 10px;}
.cust-details h3{margin:5px 10px;}
.signup p{margin:20px 10px 0px 10px;}
.signup h4{margin:20px 10px 10px 10px;font-size:16px}
.signup button{width:150px;margin:20px 10px;}
.signin {border-left:1px solid #eee; min-height:200px}
.signin button{margin:5px 0px 0px 10px;}
.signin a{font-size:12px}
.signin input[type="text"], .signin input[type="email"],.signin input[type="number"], .signin input[type="password"], .signin select, .signin textarea {
    padding: 0px 0px 0px 0px;
    box-shadow: inset 0px 0px 0px 0px transparent;
    margin: 20px 0px 0px 10px;
    background: transparent;
    border-top: 1px solid #dedede !important;
    border-left: 1px solid #dedede !important;
    border-right: 1px solid #dedede !important;
    border-bottom: 1px solid #dedede !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    resize: none;
    padding: 22px 10px !important;
}
.signin textarea{padding-top:8px;}
.span_error{position:absolute;padding:0px;margin-left:10px;font-size:10px;color:#D76F28}
.forget-lnk-area{margin-top:10px;}
.forgetpwd p,.forgetpwd h4{margin:10px;}
.forgetpwd input[type="text"]{margin:0px 0px 0px 10px;}
.forgetpwd a{margin:15px 0px 0px 10px; position:absolute;font-weight:bold;}
.login-error{margin-left:10px;position:relative;color:#D76F28}
.payment-screen h4{font-weight:bold;margin-bottom:20px;}
.payment-screen p{font-size:14px;color:#6c7378}
.payment-screen button{width:150px;}
.bank-transfer, .payonline{margin-top:15px; min-height:100px; padding-top:10px;text-align:center;padding-bottom:15px;}
.payonline{border-left:1px solid #eee;padding-left:10px;}
.bank-transfer p, .payonline p{font-size:12px;margin-top:10px;}
.bankdetail{display:none;min-height:150px;text-align:center;padding-top:40px;}
.bankdetail h4{line-height:30px;}
.livesearch{width:100%;margin-left:10px;box-shadow:0px 0px 10px #ccc}
.quicksignup ul{list-style-type:none; margin:0px; padding:0px;text-align:left;}
.quicksignup li{cursor:pointer;background: rgba(249, 249, 249,1);
padding: 5px 7px;
border-bottom: 1px solid #eee; width:100%;}
.quicksignup li:hover{background:#e3ebf7}
.lihead{text-align:center !important;height:25px;padding-top:0px;font-size:12px;padding-left:10px; display:none;font-weight:bold}
.lihead:hover{ cursor:auto;background: rgba(249, 249, 249,1) !important;}
.checkout-note {
    display: inline-block;
    position: absolute;
    bottom: 13px;
    color: #e06250;
    font-size: 15px;
    border: 1px solid #e06250;
    padding: 0 6px;
    border-radius: 18px;
}
.signup .checkout-note {
    position: relative;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 23px;
}
.backcheckout{padding-left:10px;font-size:13px;margin-top:10px;color:#337ab7;cursor:pointer;}

.why-choose-us.clearfix.checkout {
    background: #f3f3f3;
    padding: 50px 0;
}

body.checkout h2 {
    font-size: 16px;
    font-weight: 600;
    background: #3399cc;
    line-height: 30px;
    color: #fff;
    padding: 1px 10px;
    border-radius: 5px;
}
.options {
    width: 100%;
    display: inline-block;
    color: #707070;
    font-size: 15px;
    margin-bottom: 0px;
}
.options span {
    display: inline-block;
    float: left;
    min-width: 114px;
    font-size: 15px !important;
    font-weight: 600;
    color: #3399cc !important;
}
.options.date {
    margin-top: 9px;
    padding-top: 8px;
    background: #f3f3f3;
    display: inline-block;
    padding: 10px;
    width: 185px;
}

.options input[type="date"] {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 4px 4px;
}
a.remove {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
body.checkout .cartbox select {
    width: fit-content;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 4px 4px;
    font-size: 14px;
}
.col-md-3.term {
    text-align: center;
}
.col-md-3.unit {
    text-align: center;
}








@media all and (max-width: 768px) and (min-width: 320px) {
.checkout-note{display:inline-block;position:relative;bottom:0px;color:#961e0c;}
.form-steps {height:auto; border-bottom:none;font-size:16px}
.form-steps li{margin:0px 0px 0px 0px;padding:0px;display:none}
.form-steps i{font-size:16px;padding:0px;margin:0px;}
.form-steps li.active{display:block;}
.cart-title{display:none;}
.floating-label > .float-label {top:0em;}
.floating-label > .float-label.show {top:-7px;}
.payonline{border-left:none;}




}