
form {
    /*max-width: 800px;*/
    margin: 0 auto;
}
/* label {
    font-weight: bold;
} */
.form-group {
    margin-bottom: 15px;
}
.form-group input,
.form-group select {
    width: 97%;
    padding: 8px;
    margin-top: 5px;
}
.form-group textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}
.form-group button {
    padding: 10px 15px;
    background-color:#bfb62c;
    color: white;
    border: none;
    cursor: pointer;
    
}
.form-group button:hover {
    background-color:rgb(36, 165, 165);
}
.form-section {
    /*border: 1px solid #bfb62c;*/
    /*color:rgb(36, 165, 165);*/
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.form-section h3 {
    margin-top: 0;
}
.registration-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-header {
    font-weight: bold;
    margin-bottom: 20px;
}
.form-section1{
/* border: 1px solid #bfb62c; */
color:rgb(36, 165, 165);
padding: 15px;
margin-bottom: 20px;
border-radius: 5px;
}
.form-label{
    font-weight: bold;
}
.styled-heading {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    color: rgb(36, 165, 165);
    position: relative;
    font-size: 24px;
}

.styled-heading::before,
.styled-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 2px;
    background-color: rgb(36, 165, 165);
}

.styled-heading::before {
    left: 0;
}

.styled-heading::after {
    right: 0;
}
li a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}
.book
{
    text-decoration: underline;
    color: rgb(36, 165, 165);
}
.form-header{
    
/* border: 1px solid #bfb62c; */
color: rgb(36, 165, 165);
padding: 15px;
margin-bottom: 20px;
border-radius: 5px;
}
.main_content {
    width: 90%;
    min-height: 550px;
    margin: auto;
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px #CCCCCC;
    -webkit-box-shadow: 0px 0px 5px 0px #CCCCCC;
    -moz-box-shadow: 0px 0px 5px 0px #CCCCCC;
}
.step {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.stepdiv {
    margin: 7px 0;
}
.stepnum {
    position: relative;
    float: left;
    width: 21px;
    border-right: solid 1px #AAAAAA;
    background: #09F;
    padding: 3px 5px;
    font-weight: bold;
    color: #FFFFFF;
}
a.step_active {
    background: #FFFFFF;
    color: #000000;
}
a.step_red {
    background: #CC0033;
    color: #FFFFFF;
}
a.step_link {
    position: relative;
    float: left;
    cursor: pointer;
    padding: 9px 15px 3px 6px;
    /*background-color: #EEEEEE;*/
    text-align: left;
    text-decoration: none;
    /*color: #444444;*/
    font-size: 12px;
    font-weight: bold;
}
.panel-info {
    border-color: #bce8f1;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-info .panel-heading {
    color: #FFFFFF!important;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #6699cc;
    border-color: #bce8f1;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.personalheading{
    
    margin: 5px 0;
    padding: 2px;
    color: #660000;
    font-size: 20px;
    font-weight: 500;

}
.heading {
    background: url(../images/head_bg.png) bottom repeat-x;
    padding-bottom: 6px;
    margin-bottom: 5px;
}
.form-section table {
        width: 100%;
        border-collapse: collapse;
    }
    .form-section th {
        background-color: #f8f9fa;
        font-weight: 600;
    }
    .form-section td, .form-section th {
        padding: 12px;
        border: 1px solid #dee2e6;
        vertical-align: middle;
    }
    .form-section tr:nth-child(even) {
        background-color: #f8f9fa;
    }
    .form-section tr:hover {
        background-color: #f1f1f1;
    }
    .form-section label {
        margin-bottom: 0;
        font-weight: 500;
    }
    .form-control {
        width: 50%;
    }
    
    .table td, .table th {
        border: none !important;
    }
    .table th, .table td {
    padding: 3px;
    vertical-align: top;
    border-top: 1px solid #EEEEEE;
}
.sn {
    color: #336666!important;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
        /* Make all form controls full width */
        .form-control {
            width: 100% !important;
        }
}

