.wizard {
    margin: 15px auto;
	border-radius: 10px;
	background-color: #fff;
	min-height:25em;
	padding:15px; 
}
    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}



.wizard .active span.round-tab {
	color :#fff;
    border: 2px solid rgb(39, 116, 197) !important;
	width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: rgb(39, 116, 197);
    border: 2px solid #e0e0e0;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
    
}
.wizard .disabled span.round-tab {
	color :grey;
    border: 2px solid rgb(39, 116, 197);
	width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
    
}


span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}


.pane{
	text-align:center;
	 padding-top: 5px;
    padding-bottom: 0.5em;
}
.active {
	/* background-color: #00bcd4 !important; */
	font-weight:bold;
	
}
.wizard h3 {
	
    margin: 15px;
}
.disabled h3 {
	
	
}

.wizard p {
	color: white;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    
}
@media( min-width : 420px ) {


.pane h3 {
    font-size:14px;
}

	
}
/*shikha*/
.shadow{-moz-box-shadow:0px 3px 0px 0px #ccc;
        -webkit-box-shadow:0px 3px 0px 0px #ccc;
        box-shadow:0px 3px 0px 0px #ccc;
       }
	   
.form_body{
     margin:15px;
	 background:#f2f7fa;
	 border-radius:5px;
	border:1px solid #eee;
           
}
.btn_shadow{box-shadow:0px 3px 0px 0px #22496b!important;padding:6px;}	 
.cross{ position:absolute !important;
             right:-9px !important;
       top:-15px !important;
 }
@media( max-width : 420px ) {
	h3{
 font-size: 12px;
	}
}