/*Body Css*/
body{
    font-family: 'Montserrat', sans-serif;
    overflow-y: scroll;
}
/*Navigation*/
.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent !important;
}
.navbar-danger{
    background-color:#561919;
    border-color: #561919;
}

.navbar-nav>li>a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.text-danger{
    color: #AB0000;
}
.navbar-container{
    margin-left: 7%;
    margin-top: 2%;
}
/*Card Css*/
.card{
	background: #fff;
	width: auto;
	padding: 20px;
	margin-top: 3%;
    margin-bottom: 10%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.card1 {
    background: #fff;
    width: 100%;
    padding: 10px;
    height: auto;
    border-radius: 12px;
    margin-top: 1% !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    }
/* For Stepwizard*/
.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step1 p {
    margin-top: 10px;
}

.stepwizard-step1 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-step1 {
    display: table-cell;
    text-align: center;
    position: relative;
}
/*forr step 2*/
.stepwizard-step2 p {
    margin-top: 10px;
}

.stepwizard-step2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-step2 {
    display: table-cell;
    text-align: center;
    position: relative;
}
/*for step 3*/
.stepwizard-step3 p {
    margin-top: 10px;
}

.stepwizard-step3 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-step3 {
    display: table-cell;
    text-align: center;
    position: relative;
}
/*For line after step1*/
.stepwizard-step1:before {
    top: 27px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 86%;
    left: 59%;
    height: 1px;
    background-color: #213B55;
}
/*For line after step 2*/
.stepwizard-step2:before {
    top: 27px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 97%;
    left: 59%;
    height: 1px;
    background-color: #213B55;
}
/*Button Default*/
.btn-default{
    border-color:#DFA022 !important;
    color: #DFA022 !important;
}
.btn-default:hover{
    background-color: #DFA022 !important;
    color: #fff !important;
}
.btn-warning {
    color: #fff !important;
    background-color: #c3b698 !important; /* ec971f */
    border-color: #c3b698 !important; /* d58512 */
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #c3b698 !important;
    border-color: #c3b698 !important;
}
.btn-danger{
   /*background: rgb(171,0,0);*/
   /*background: linear-gradient(119deg, rgba(171,0,0,1) 0%, rgba(86,25,25,1) 100%);*/
   background:#0D4B8A ;
   background: linear-gradient(119deg, #213B55, #0D4B8A 100%);
   border:0;
}

.btn-circle1 {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px 0;
    font-size: 20px;
    line-height: 1.428571;
    border-radius: 31px;
}
.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    line-height: 1.428571;
    border-radius: 31px;
}
.btn-circle2 {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 11px 0;
    font-size: 15px;
    line-height: 0.428571;
    border-radius: 31px;
}
/*Step wizard Ends*/
/*for index page form select box*/
.form-control {
    font-size: 12.85px;
}
/*Step2 page*/
.input-inline-flex{
    display: flex;
}
.percentage{
    margin-right: 10px;
    text-align: center;
    width: 79px;
}
@media only screen and  (max-width: 600px) {
   .percentage{
    margin-right: 8px;
    text-align: center;
    width: 50px;

}
} 

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; 
}
/*Step 2 ENds*/

.footer {
    padding: 20px 0 20px 0;
    background-color: #561919;
    color: #fff;
}
.table-w
{
width: 520px;
}
@media only screen and  (max-width: 600px) {
   .table-w{
   width: 0px;
   }
} 
/*For Print*/
@media print {
body {-webkit-print-color-adjust: exact;}
}
@media only screen and (max-width: 600px) {
    .stepwizard-step:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 54%;
    left: 71%;
    height: 1px;
    background-color: #AB0000;
    }
    .card1 {
    background: #fff;
    width: 100%;
    padding: 20px;
    height: auto;
    border-radius: 12px;
    margin-top: 5%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.navbar-container{
    margin-left: 0%;
}
}