body {
    background-color: rgba(241, 242, 244, 1);
    overflow-x: hidden;
}

.appform-wrapper {
    width: 85%;
    margin: 40px auto;
}
.bg-col {
    margin: 10px 30px;
}
.card-wrapper .card {
    position: relative;
    background-color: #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 36px 0 rgb(208, 208, 208);
    z-index: 9;
}

.card .card-header {
    padding: 15px 30px;
    background: #347ab7;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

.card .card-details {
    display: block;
    padding: 0 15px;
}

.card .card-button {
    padding: 0px 30px 15px;
}

.card-button .next-butn {
    display: inline-block;
    float: right;
}

.card-section.border_bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.card span.errorMsg{
    color: #ff6258;
    font-size: 12px;
    padding: 4px 0 0;
    display: block;
}

input[type='text'].errorColor,input[type='email'].errorColor,input[type='number'].errorColor{
    border-color: #E1464E !important;
}
.card-section h5 {
    margin: 30px;
}

.declaration-section {
    margin-bottom: 40px;
}

.declaration-section p {
    padding: 0 15px;
    font-size: 12px;
    line-height: 24px;
}

.declaration-section h5 {
    font-size: 14px;
    padding: 0 15px;
}

.card-details table {
    margin-bottom: 0px;
}

.card-details table td,
.card-details table th {
    border: 0px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.card-details table td:last-child,
.card-details table th:last-child {
    border-right: 1px solid transparent !important;
}

.card-details table th label {
    padding: 0 !important;
}

.card-details table thead tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ProgressBar {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ProgressBar-step {
	text-align: center;
	position: relative;
	width: 100%;
}

.ProgressBar-step:before {
	content: "";
	height: 2px;
	background-color: #D8D8D8;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: -50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.ProgressBar-step.active:before {
	background-color: #375892;
}

.ProgressBar-step.active .ProgressBar-icon {
	background-color: #375892;
}

.ProgressBar-step:first-child:before,
.ProgressBar-step:first-child:after {
	display: none;
}

.ProgressBar-icon {
	width: 10px;
	height: 10px;
	background-color: #D8D8D8;
	fill: #D8D8D8;
	border-radius: 50%;
	padding: 5px;
	max-width: 100%;
	z-index: 10;
	position: relative;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.verify-progressbar{
    padding-top: 50px;
}
.verify-progressbar ul {
    margin-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verify-progressbar ul li {
	width: 19%;
	display: inline-block;
	text-align: center;
}

.verify-progressbar ul li.active label {
	color: #375892;
}

.verify-progressbar ul li label {
	color: #A19F9F;
	font-size: 15px;
}

@media screen and (max-width: 991px) {
    .bg-col {
        margin: 10px 10px;
    }
    .card-wrapper {
        width: 85%;
        margin: 0px auto;
    }
    .l-sect img{
        width: 200px;
        margin-top: 15px;
    }
    .h-font{
        font-size: 20px;
        margin: 15px 0px 20px;
        text-transform: uppercase;
    }
    .card-button .next-butn {
        display: block;
        margin: 15px 0;
        float: none !important;
    }
    .btn{
        width: 160px !important;
    }
    .verify-progressbar ul li label {
       
        font-size: 9px;
    }
    .verify-progressbar{
        padding-top: 20px;
    }
    .appform-wrapper {
        width: 100%;
        margin: 40px auto;
    }
    .l-sect{
        text-align: center;
    }
}
@media screen and (max-width: 320px) {
.card-wrapper {
    width: 92%;
    margin: 0px auto;
}
}