    @import url('https://fonts.googleapis.com/css?family=Hind:400,500,700&display=swap');
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .page_wrapper {
     /*font-family: 'Hind', sans-serif;*/
        margin: 0;
        font-size: 16px;
        color: #656565;
        background-repeat: repeat-x;
        background: url("../images/form-wizard-bg.jpg") repeat-x;
        align-items: center;
        min-height: 100vh;
    }
    
     :focus {
        outline: none;
    }
    
    textarea {
        resize: none;
    }
    
    input,
    textarea,
    select,
    button {
        font-size: 14px;
        color: #333;
    }
    
    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }
    
    select option[value=""][disabled] {
        display: none;
    }
    
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul {
        margin: 0;
    }
    
    label {
        font-weight: 500;
    }
    
    ul {
        /*padding: 0;
        margin: 0;
        list-style: none;*/
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
	.min_height{min-height:450px;}
     .pd_20 {
        padding: 20px;
    }
    .pd_50 {
        padding: 50px;
    }
    .p_r_0{padding-right:0px;}
    .mr_lr_40 {
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .mr_tb_40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .mr_t_40 {
        margin-top: 40px;
    }
    
    .mr_b_40 {
        margin-bottom: 40px;
    }
      .mr_b_10 {
        margin-bottom: 10px;
    }
    textarea {
        resize: none;
    }
    
    img {
        max-width: 100%;
        vertical-align: middle;
    }
    
    .white_bg {
        background: #fff;
    }
    
    .box_shadow {
        box-shadow: 0 0px 6px #CACACA;
    }
    
    .wrapper {
        width: 40%;
        margin: auto;
        padding: 7px;
    }
    
    .wizard {
        position: relative;
        min-height: 400px;
        box-shadow: 0 0px 6px #CACACA;
    }
    
    .heading_h3 {
        font-size: 20px;
        color: #3cad3c;
        font-weight: 600;
        margin-bottom: 30px;
        border-bottom: 4px double #e1e8d8;
        padding-bottom: 15px;
    }
    
    .heading_h5 {
        font-size: 18px;
        color: #3cad3c;
        font-weight: 600;
        margin-bottom: 30px;
        border-bottom: 4px double #e1e8d8;
        padding-bottom: 15px;
    }
    
    .form-row {
        display: flex;
        margin-bottom: 25px;
    }
    
    .form-row .form-col {
        width: 50%;
        margin-right: 40px;
    }
    
    .form-row .form-col2 {
        width: 100%;
        position: relative;
    }
    
    .display_timer {
        position: absolute;
        right: 0;
        color: #ff5200;
        font-weight: 500;
    }
    
    #Go_to_back {
        color: #ff5200;
        text-decoration: underline;
    }
    
    .form-row .form-col:last-child {
        margin-right: 0;
    }
    
    .form-col label {
        color: #333;
        margin-bottom: 7px;
        display: block;
    }
    
  .form-holder {
    position: relative;
    z-index: 9;
}
    
    .form-holder i:not(.ti-angle-down) {
        position: absolute;
      bottom: 5px;
        transform: translateY(-50%);
        left: 15px;
        font-size: 17px;
    }
    
    .form-holder i.ti-angle-down {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 17px;
        z-index:-1;
    }
    
    .form-holder.password i {
        cursor: pointer;
    }
    
    .form-control {
        height: 42px;
        border: 1px solid #ccc;
        width: 100%;
        background: none;
        font-size: 15px;
        padding-left: 46px;
        /* color: #999; */
        font-family: "Poppins-Medium";
    }
    
    .form-control:focus {
        border-color: #3377c0;
    }
    
    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }
    
    select option[value=""][disabled] {
        display: none;
    }

@media (max-width: 767px) {
    .pd_50 {
        padding: 15px;
    }

    .captcha_code img {
        width: 100%;
    }

    .t_icon {
        display: block;
        width: 70%;
    }

    .ftr-div2 {
        text-align: left;
    }

    .ftrbtm {
        position: relative;
        bottom: 0px;
    }

    .box_shadow {
        box-shadow: none;
    }

    .theme_navigation #myNavbar {
        float: left !important;
        width: 98%;
    }

    .theme_navigation .navbar-nav {
        margin: 0px -15px;
    }

        .theme_navigation .navbar-nav > li > a {
            background: #cee5c9;
            margin-bottom: 1px;
        }

    .form-row {
        display: inline-block;
        margin-bottom: 25px;
    }

        .form-row > .form-col {
            width: 100%;
        }

            .form-row > .form-col:first-child {
                margin-bottom: 20px;
            }

    .user_detail_row2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .review_wrapper {
        margin: auto auto;
        max-width: 100%;
    }

    .flex1_1, .flex2_1 {
        width: 100%;
    }

    .table_wrapper {
        width: 100%;
        overflow-x: auto;
    }
}
    /* header design  */
    
    .header_section {
        padding: 7px 0px;
        background: #339933;
    }
    
    .logo_wrapper {
        display: flex;
    }
    
    .logo img {
        width: 74px;
        margin-right: 15px;
    }
    
    .logo_name {
        margin-top: 8px;
    }
    
    .logo_name h2 {
        font-size: 30px;
        color: #fff;
        margin: 2px 0px;
        text-shadow: 1px 2px 0px #055405;
    }
    
    .logo_name h1 {
        margin: 0px;
        font-size: 16px;
        font-weight: 500;
        color: #ffe10b;
    }
    
    .must_fill {
        color: #999;
        position: absolute;
        left: 0;
        width: 60%;
        text-align: left;
    }
    
    .btn_box {
        text-align: right;
        position: relative;
    }
    
    .btn_design {
        border: none;
        width: auto;
        padding: 7px 15px;
        align-items: center;
        color: #fff;
        cursor: pointer;
        background: #3cad3c;
        justify-content: center;
    }
    
    .btn_design:hover {
        background: #ffbb14;
    }
    
    .right_align {
        display: block;
        text-align: right;
    }
    
    .form_data {
        display: none;
        position: relative;
    }
    
    .form_data.active {
        display: block;
    }
    /* navigation css*/
    
    .theme_navigation {
        background: #ffffff;
        box-shadow: 0px 4px 6px #6d6d6d3d;
    }
    
    .theme_navigation .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    
    .nav_theme li {
        position: relative;
    }
    
    .nav_theme li:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 50%;
        right: 0;
        top: 13px;
        font-size: 10px;
        color: #393;
        background: #33993359;
    }
    
    .theme_navigation .navbar-nav>li>a {
        color: #000000;
        padding-top: 15px;
        padding-bottom: 10px;
        position: relative;
        z-index: 1;
    }
    
    .theme_navigation .navbar-nav>li>a:before {
        content: '';
        position: absolute;
        top: 50%;
        bottom: 50%;
        background-color: #ffbb14;
        width: 100%;
        transition: all 0.2s ease;
        left: 0;
        right: 0;
        z-index: -1;
    }
    
    .theme_navigation .navbar-nav>li>a:hover:before {
        top: 0%;
        bottom: 0%;
    }
    /* footer design */
    
    html {
        height: 100%;
    }
    
    body {
        min-height: 100%;
        position: relative;
    }
    
    .ftr-area {
        background: #dcebdb;
        width: 100%;
        margin: 0px;
        padding: 6px 0px;
        border-top: 1px solid #416f392e;
    }
    
    .t_icon {
        position: relative;
        margin-right: 6px;
        background: #ffbb14;
        color: #000;
        padding: 5px 6px;
    }
    
    .t_icon:before {
        content: '';
        width: 0px;
        right: -13px;
        height: 0px;
        top: 0px;
        position: absolute;
        vertical-align: middle;
        border-bottom: 13px solid #50ff0000;
        /* border-right: 10px solid #ff000000; */
        border-left: 15px solid #e2a309;
        border-top: 13px solid #fff0;
    }
    
    .ftr-div2 {
        text-align: right;
    }
    
    .ftr-div2 img {
        width: 17px;
        margin-left: 10px;
    }
    
    .ftrbtm {
        /*position: absolute;*/
        bottom: -30px;
        left: 0;
        right: 0;
    }
    /*end footer design*/
    
    .register_prakriya_content {
        background: #33993336;
        padding: 3px 10px;
        margin-bottom: 10px;
        color: #000;
        font-size: 20px;
        font-weight: 500;

    }
    

    .app_no {
        position: absolute;
        right: 0;
        top: 3px;
    }
    
    .filled_value p {
        font-size: 18px;
        font-weight: 500;
        color: #393;
        position: relative;
        z-index: 1;
    }
    
    .filled_value {
        position: relative;
    }
    
    .filled_value p:before {
        content: '';
        width: 30%;
        height: 15px;
        left: 0px;
        bottom: 0px;
        position: absolute;
        z-index: -1;
        background: linear-gradient(45deg, #339933, #ffbb14);
        opacity: 0.2;
    }
    /*radio button design*/

.checkbox-inline, .radio-inline tr {
    display: inline-block;
    margin-right: 50px;
}

    /*end custom radio button*/
    /* start file upload*/
    
    .select_file>input {
        background: #fff!important;
        padding-left: 20px;
    }
    
    .custom-file-uploader {
        top: 0;
        bottom: 0;
        line-height: 28px;
        font-size: 14px;
        font-weight: 500;
        background: #dcebdb;
    }
    
    .custom-file-uploader input[type='file'] {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    /** end file upload */
    /* captcha */
    
    .captcha_code img {
        width: 60%;
        height: 40px;
        background: #ffefc8;
        margin: auto auto;
    }
    
    .captch_wrapper {
        position: relative;
    }
    
    .captcha_ref a {
        color: #3cad3c;
        font-weight: 900;
        font-size: 20px;
    }
    
    .captcha_ref {
        position: absolute;
        right: -28px;
        top: 9px;
    }
	/* Review Page css*/
	



	.green_box_shadow{ box-shadow: 0px 0px 20px #33993345;}
	.review_wrapper {
    margin: auto auto;
    max-width: 80%;
}
	
	.user_detail_row1 {
    display: flex;
    flex-direction: row;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px #33993345;
	margin-bottom:20px;
}
	.user_detail_row2 {
    display: flex;
    flex-direction: row;
   
}
.flex_data {
    flex: auto;
}
.flex2_1 {
    width: 25%;
}
.flex1_1 {
    width: 75%;
}
.user_img span {
	    width: 120px;
    background: #ffbb14;
    padding: 2px;
    display: block;
	float: right;
}

	.personal_info1 .filled_value p {
    color: #393;
}

.personal_info2 span {
    width: 100%;
    display: block;
}

.flex_data p {
    margin-bottom: 7px;
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

.personal_info2 span:nth-child(1) {
    font-weight: 100;
    color: #828282;
    font-size: 16px;
    position: relative;
}
.personal_info2 span:nth-child(2){
	    position: relative;
    margin-bottom: 15px;
}
.personal_info2 span:nth-child(2):before
{  
content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0px;
    bottom: 6px;
    border: 0.2px dotted #c7c7c7;
}
.flex2_1 .personal_info2  span:nth-child(1):before
{ 
display:none;
}
/* print css */
@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    .personal_info2 span:nth-child(2):before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        right: 0px;
        bottom: 2px;
        border: 0.2px dotted #c7c7c7;
    }

    .personal_info2 span:nth-child(2) {
        position: relative;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .personal_info2 span:nth-child(1) {
        font-weight: 100 !important;
        color: #828282 !important;
        font-size: 11px !important;
    }

    .flex_data p {
        margin-bottom: 0px;
        font-weight: 500;
        color: #000;
        font-size: 18px;
    }

    .heading_h5 {
        color: #3cad3c !important;
    }

    .heading_h3 {
        color: #3cad3c !important;
    }

    .user_img span {
        width: 120px;
        background: #ffbb14 !important;
        padding: 2px;
        display: block;
        float: right;
    }

    .green_box_shadow {
        box-shadow: 0px 0px 20px #33993345 !important;
    }

    .review_wrapper {
        max-width: 100% !important;
    }
}



/*timeline css*/


.box {
    margin: 0 0%;
    height: 742px;
    overflow-y: hidden;
    padding: 10px 0 0px 0px;
}
.box:hover{
    overflow-y: auto;
}
.box ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top:0
}

.box::-webkit-scrollbar {
    width: 7px;
}
 
.box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.box::-webkit-scrollbar-thumb {
  background-color: #393;
  outline: 1px solid slategrey;
}

.box ul:before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px dashed #000;
    position: absolute;
       top: 23px;
    left:30px
}


.box ul li{
margin: 10px 30px 30px;
    position: relative;
    padding: 0px 20px;
    color: #000;
    line-height: 20px;
}


.box ul li > span{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 1px solid #000;
    position: absolute;
    top: 15px;
    left: 0px;
}

.box ul li > span:before,.box ul li > span:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #393;
    position: absolute;
    left: -5px;
}

.box ul li > span:before{top:-10px}
/*.box ul li > span:after{top:95%}*/

.box .title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}

.box .info:first-letter{text-transform: capitalize;line-height: 1.7}

.box .name{
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin-right: 20px
}


.box .time span{
    position: absolute;
    left: -100px;
    color:#000;
    font-size:80%;
    font-weight: bold;
}
.box .time span:first-child{top:-16px}
.box .time span:last-child{top:94%}

.info_box_wrapper {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 2px solid #ffbb14;
    margin-top: -15px;
    margin-bottom: 25px;
}
.info_box_icon{
	    font-size: 30px;
	    width: 10%;
    background: #ffbb14;
    display: flex;
    flex-direction: inherit;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.info_box_text {
	 width: 90%;
text-align: left;
    padding: 10px;
}

.term_ul li {
	    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 10px;
}
/*   instruction highlight */

.ins_highlight {
    background: #c9e1c1b3;
}

/* Required Field*/
.Required {
    color: red;
}

/* Form step3 */


.form-col2.appdet {
    border: 2px solid #ccc;
    padding: 10px;
}

/* guidelines */

.white_bg.box_shadow.guide img {
    border: 2px solid #cae3c2;
    margin-bottom: 30px;
    padding: 10px;
}
.chkbox tr td{
    display: flex;
}
.chkbox tr td input{
margin-right:3px;
}

.form-holder .open > .dropdown-menu {
    width: 100%;
}
}

.ui-datepicker .ui-widget-header {
    border: 1px solid rgb(255, 187, 20);
    background: rgb(51, 153, 51);
    color: #222222;
    font-weight: bold;
}
.mydatagrid
{
	width: 80%;
	border: solid 2px black;
	min-width: 80%;
}


.mydatagrid a /** FOR THE PAGING ICONS  **/
{
	background-color: Transparent;
	padding: 5px 5px 5px 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/
{
	background-color: #fff;
	color: #000;
}
.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
	
	padding: 5px 5px 5px 5px;
	background-color: #000;
	color: #fff;
}
.pager
{
	text-align: center;
     padding: 10px;
}
.header
{ 
	background-color: #e6e1e1;
    padding: 10px;
    text-align:center;
    font-size:14px;
     font-weight:bold
}

.rows
{
	text-align: center;
    font-size:14px;
}
.rows:hover
{
	background-color: #22c81a;
}
.mydatagrid td
{
	padding: 5px;
}
.mydatagrid th
{
	padding: 5px;
}