@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/


body{
    font-family: 'Roboto' !important;
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

input[type=checkbox], input[type=radio] {
    margin: 7px -8px 0px;
    margin-top: 1px\9;
    line-height: normal;
}

/*******common css*************/
/******************************/




/*****************************/
/*********header**************/

.header_bar{
    background-color: #0055ab;
    height: 25px;
}

/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav>li {
    float: none;
    border-top: 1px solid #3ac22a;
}

.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
    margin-top: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #3ac22a;
    font-weight: 600;
    background-color: transparent;
}


/*****************************/
/*********menu**************/





/*****************************/
/*********body**************/


.left_col{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3%;
}

.right_col{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    background-color: #6D4589;
    position: relative;
    height: 100vh;
    /*height: auto;*/
    background-image:url('../images/bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.right_col h3{
    padding-top: 5%;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.custom_btn {
    padding: 15px 30px;
    background-color: #6D4589;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_btn:hover {
    padding: 15px 30px;
    background-color: #934444;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}




input[type=radio] {
    position: absolute;
    visibility: hidden;
}
label {
    display: block;
    position: relative;
    /*font-weight: 400;*/
    /*font-size: 14px;*/
    /*padding-top: 22px;*/
    /*padding-right: 25px;*/
    /*padding-left: 40px;*/
    /*padding-bottom: 25px;*/
    /*margin: 10px auto;*/
    height: 15px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    /*text-transform: uppercase;*/
}
.check {
    display: block;
    position: absolute;
    border: 5px solid #3ac22a;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
    border: 5px solid #3ac22a;
}
input[type=radio]:checked ~ .check::before {
    background: #17a0da;
}



.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -7px;
}


.ra_btn{
    margin-top: 2%;
    margin-bottom: 3%;
}


.common_lable{
    padding-left: 16px;
    padding-bottom: 25px;
}

.ceperate_div{
    margin-top: 25px;
    margin-bottom: 35px;
    height: 1px;
    background-color: #999;
}

.save_btn{
    background-color: #0055ab;
    color: #fff;
    padding: 12px;
}

.step_btn{
    background-color: #08a101;
    color: #fff;
    padding: 12px;
    margin-left: 7px;
}

.save_btn:hover {
    color: #fff;
    background-color: #0055ab;
    border-color: #000;
}


.step_btn:hover {
    color: #fff;
    background-color: #08a101;
    border-color: #000;
}


.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: 10px;
    margin-left: 40px;
}

.step_02lable{
    margin-top: 35px;
}


.open_section{
    display:none;
}

.ra_btn02 {
    margin-top: 2%;
    margin-bottom: 3%;
}


/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/

.footer_bar{
    background-color: #0055ab;
    height: 25px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9999 !important;
}

/*****************************/
/*********footer**************/








/*****************************/
/*********check box style**************/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #08a101;
    border-radius: .25em;
    width: 1.5em;
    height: 1.4em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*****************************/
/*********check box style**************/