/*check-out-page*/
.padd-70{
	padding:70px 0;
}
.checkout{
		margin-top:30px;
}
.checkout-page .checkout-bg{
    background-image: url(../img/inner-page/checkout_head.jpg);
    background-size: cover;
    padding: 100px 0 80px;
}
.alert-faq .checkout{
		margin-top:20px;
}
.alert-faq .accordion{
		border: 1px solid rgb(238, 238, 238);
		padding:20px 12px;
		margin-bottom:20px;
		font-weight:400; 
		font-size:16px;
}
.alert-faq #section1 a{
		font-weight:bold;
		font-size:16px;
		color:#ff2c30;
}
.checkout-page .alert-faq #section1 + .accordian-body .faq label{
	margin-left: 5px;
    font-weight: normal;
}
.checkout-page .alert-faq #section2 + .accordian-body .btn-bg{
	margin-top:20px;
	margin-left:10px;
}
.alert-faq .accordian-body .faq{
		border: 1px solid rgb(238, 238, 238);
		margin-bottom:20px;
}
.alert-faq .accordian-body .faq{
		background-color:transparent;
		padding:12px 20px;
}
.alert-faq .accordian-body .faq p{
		color:#333;
		margin-bottom:15px;
		line-height:26px;
		font-weight:400
}
.article-read {
    padding: 15px 30px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    background-color: #ff5722; 
    display: inline-block;
    margin-top: 15px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
}
.alert-faq a{
		margin-top:0;
		margin-right:10px;
		margin-bottom:5px;
		font-weight:400;
}
.login-btn{
	display:inline-block;
}
.alert-coupon{
		border-radius:6px;
		line-height:40px;
}
.alert-faq span{
		float:left;
		padding:0;
		margin-right:25px;
		background:none;
}
.lost-pwd{
		color:#333;
}
.checkout.col-md-12{
	padding:0;
}
.checkout h2{
		text-transform:uppercase;
		font-size:20px;
		color:#313131;
		font-weight:bold;
		margin-bottom:30px;
		letter-spacing:2px;
		padding-bottom:15px;
		border-bottom:2px solid var(--primary-color);
}
.checkout h3{
		font-size:16px;
		color:#313131;
		margin-top:0;
}
.checkout input, .checkout textarea{
		width:100%;
		line-height:50px;
		border:1px solid #eeeeee;
		margin-bottom:15px;
		text-indent:20px;
		font-weight:400;
		font-size:16px;
}
.checkout .order-notes{
		height:100px;
}
.checkout .form-control{
		line-height:40px;
		height:50px;
		margin-bottom:15px;
}
.checkout .form-control option{
		height:30px;
}
.checkout label{
		margin-left:10px;
		font-size:16px;
		color:#313131;
		font-weight:400;
		cursor:pointer;
}
.check-faq .accordian-body .faq{
		background-color:transparent;
}
.check-faq .accordian-body .faq p{
		color:#313131;
		font-weight:400;
		font-size:16px;
		margin-bottom:15px;
		margin-top:20px;
}
.check-faq #section1{
		cursor:pointer;
		padding-bottom:0;
}
.checkbox-span .accordion-close span{
		float:left;
		margin-right:15px;
		background: url(../img/check-box/off.jpg) no-repeat scroll center center;
		padding:10px;
		display:block;
}
.checkbox-span .accordion-open span{
		float:left;
		margin-right:15px;
		background: url(../img/check-box/on.jpg) no-repeat scroll center center;
		padding:10px;
		display:block;
}
.pay-faq .accordion-close span{
		float:left;
		padding:8px;
		margin-right:25px;
		background: url(../img/Redio%20button/Off.png) no-repeat scroll center center;
		border-radius:50%;
		display:block;
		margin-top:5px;
		cursor:pointer;
}
.checkout-page #section6 span{
	margin-top:11px;
}
.pay-faq .accordion-open span{
		float:left;
		padding:8px;
		margin-right:25px;

		background: url(../img/Redio%20button/On.png) no-repeat scroll center center;
		display:block;
		margin-top:5px;
		cursor:pointer;
}
.pay-faq{
		margin-top:30px;
		padding-bottom:80px;
}
.pay-faq h2{
	margin-top:0;
	padding-bottom:10px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
	border-bottom:2px solid #ff3c20;
}
.pay-faq h4{
		display:inline;
}
.pay-faq a.coupon{
		float:right;
		margin:10px 0;
}
.pay-faq .accordion{
		margin-top:0;
		background-color:transparent;
		margin-bottom:15px;
}
.mt-20{
	margin-top:20px !important;
}
.pay-faq .accordion label{
	font-weight:400;
	font-size:16px;
	color:#313131;
	cursor:pointer;
}	
.pay-faq .accordian-body .faq{
		background-color:#fff;
		color:#313131;
		position:relative;
		border:1px solid #eeeeee;
		font-weight:400;
		padding:15px;
		padding-bottom:0;
		margin-bottom:15px;
}