.main-bgg{
	background: #f80200;
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 70px;
	}
	.bg{
	background:#fff;
	width:100%;
	height:auto;
	position:relative;border-radius: 4px;
	box-shadow: 0 24px 34px -21px #777;
	}
	.list2{
	padding-left:70px !important;
	}
	.top-bg{
	background:#fff;
	width:100%;
	height:auto;
	padding:20px;
	transition: ease-in-out 500ms;border-radius: 4px;
	}
	.top-bg:hover{
		background:#f80200;
		}
	.top-bg:hover p{
		color:#fff;
		}
	.top-bg h5{
		color: #24272e;
		font-size: 50px;
		margin: 0px;
	}
	.top-bg p{
		
	color: #f80200;
	font-size: 30px;
	margin-top: 10px;
	font-weight: 600;
	}
	.bdr{border-bottom:1px solid #f80200;}
	
	
/*******************************/	
.vr-line {
    position: relative;
	color:#fff;
}
.vr-line .h4, h4 {
    font-size: 1.5rem;
	color:#fff;
}
.vr-line .h5, h5 {
    font-size: 1.25rem;
	color:#fff;
}
.m-0 {
    margin: 0!important;
}
.main-text h4 {
    margin: 0;
}
.d-sm-block {
    display: block!important;
}
.vr-line:after {
    content: '';
    display: block;
    width: 4px;
    height: 180px;
    background: #ffffff;
    position: absolute;
    top: calc(50% - 35px);
    right: 30px;
}
	
ul.f-list li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
	border-bottom: 1px solid #fff;
}	
	
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-top: 14px;
}

.group-text-flat {
    border-radius: 0;
    font-size: 21px;
    color: #fff;
    background: #f80c00;
    border: 1px solid #fff;
    padding: 14px;
    line-height: 33px;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.form-control-flat {
    line-height: 50px;
    height: 50px;
    font-size: 21px;
    border-radius: 0;
    border: 1px solid #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-white {
    color: #fff!important;
}	
.title-rech span{
	font-weight: 300;
}	
.title-rech{
	font-size: 1.5rem;
}	
ul.f-list {
    margin: 0;
}	
/******************PROCESS************************/	
.title-process {
    font-size: 30px !important;
	    text-transform: capitalize;
}
.sub-title-process {
    font-size: 18px;
}
/* .ds table th:hover{ */
	/* background-color: #f5f5f5; */
	/* color:#222!important; */
/* } */
	.table-hover>tbody>tr>th:hover {
    background-color: #f5f5f5;
    color: #222 ;
}
.ds .table-striped > tbody > tr:nth-child(odd), .ds .table-striped > tbody > tr:nth-child(odd) > td, .ds .table-striped > tbody > tr:nth-child(odd) > th {
    border-color: #414143;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

h4.small-title {
    font-weight: 500;
    font-size: 30px;
	text-transform: capitalize;
}

h4.small-title span {
    font-weight: 100;
}


.input-radio label {
    border: 2px solid #f80c00;
    border-radius: 50%;
    text-align: center;
    padding: 18px;
    width: 100px;
    height: 100px;
	font-size: 18px;
	font-weight: 700;
}
.input-radio {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
	position:relative;
}
.input-radio:last-child {
    margin-right: 0;
}
input:checked ~ label {
    color: #fff;
    background: #f80c00;
}
.input-radio > input {
	display: none;
}
.input-radio .offers {
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    background: #ffffff;
    color: #f80c00;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    bottom: -10px;
    width: 100%;
    left: 0;
    text-align: center;
    border: 1px solid #f80c00;
}
.amount {
    border-bottom: 1px solid #f80c00;
    margin-top: 14px;
}
.list-inline li {
    float: left;
    margin-right: 8px;
}



