@charset "utf-8";
/* CSS Document */
body{
	font-family:"Open Sans";
	margin:0;
	padding:0;
}
@font-face {
    font-family: "Open Sans";
    src:url(../fonts/OpenSans-Regular.ttf);
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin-bottom:0;
}
/*header*/
.social_bg{
	    background-color: #2a2928;
}
ul.social_icon {
    font-size: 14px;
    color: #fff;
    padding: 12px 0px;
    margin: 0;
}
ul.social_icon li {
    display: inline-block;
    list-style: none;
    padding-right: 15px;
}
ul.social_icon li i {
    color: #ed8115;
    padding-right: 5px;
}
ul.social_icon_share {
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 5px;
    float: right;
}
ul.social_icon_share li {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-left: 13px;
}
ul.social_icon_share li i {
    padding: 8px 0;
    color: #fff;
}
ul.social_icon_share li i:hover{
    padding: 8px 0;
    color: #ed8115;
}
/*header-end*/
/*section*/
.top_banner{
	background:url(../images/banner.jpg) no-repeat top center;
	background-size:cover;
	width:100%;
	height:350px;
}
.online_h{
	    color: #fff;
    font-size: 36px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    margin-bottom: 0;
    padding: 15px;
    margin: 30px 25px;
}
.section_bckg{
	background-color:#f5f5f5;
}
.border_div{
	border:1px solid #e5e5e5;
	background-color:#fff;
}
.p_10{
	padding:10px;
}
.p_15{
	padding:15px;
}
.p_20{
	padding:20px;
}
.pt_20{
	padding-top:20px;
}
.mb_20{
	margin-bottom:20px;
}
.pb_20{
	padding-bottom:20px;
}
.bread_clu span{
	font-size:14px;
	color:#333;
}
.bread_clu span a{
	color:#666;
}
.bread_clu span.sp{
	color:#ed8115;
}
.bread_clu{
    padding: 8px 15px;
}
.payment_process label {
    font-size: 14px;
    color: #423e3f;
    display: block;
}
.payment_process .form-control {
    font-size: 14px;
    color: #777;
    height: 36px;
	border-radius:0;
	margin-bottom:15px;
}
.term_cond{
	font-size:14px;
	color:#333;
}
.term_cond input{
	margin-right:5px;
	position:relative;
	top:2px;
}
.payment_process button {
    margin: 20px 0 10px;;
    width: 100%;
    background-color: #ed8115;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 9px 0;
    font-size: 16px;
}
/*status*/
.payment_process_status{
	width:80%;
	margin:0 auto;
}
.icon-circle {
    border: 3px solid #888;
    border-radius: 50%;
    font-size: 46px!important;
    padding: 12px;
}
.icon-circle_cencel{
	border: 3px solid #888;
    border-radius: 50%;
    font-size: 46px!important;
    padding: 8px 12px;
}
.payment_process_status label{
	padding-top:5px;
}
.payment_process_status label span{
	color:#777;
}
.payment_process_status .green_text{
	color:green;
}
.payment_process_status .red_text{
	color:red;
}
/*status-end*/
/*section-end*/
/*footer*/
.copright_bg {
    background-color: #2d2d2d;
}
.copright_bg h6 {
    color: #999999;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
/*footer-end*/
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 992px){

}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 669px){

}
@media screen and (max-width: 568px){

}
@media screen and (max-width: 472px){
	
}


