@import url('https://fonts.googleapis.com/css?family=Inder|Mukta+Vaani|Didact+Gothic|Montserrat');

html {
  height: 100%;
  overflow-y: visible; 
}
body {
    font-size:13px;
    line-height:1.7em;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: fixed;
  font-family: 'Montserrat','Helvetica Neue','Lato', Helvetica, Arial, sans-serif;
}
body:before, body:after {
  width: 100%;
  position: static;
  content: normal;
}
h3 {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: bolder;
    color:#150d96;
    text-align: center;
}
.page-back {
  padding: 50px 0;
  min-height: 100%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.login-page .login-form-div {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.login-page .login-content,
.login-page .reg-content {
  background-color: white;
}
.login-page .div-title {
  padding: 10px 20px;
  /*background-color: white;*/
  background-color: #e9ebec;
}
.login-page .textbox-wrap {
  padding: 20px 20px 0 20px;
}
.login-page .textbox-wrap .input-group .input-group-addon {
  border-radius: 0;
}
.login-page .custom-checkbox {
    float: left;
}
.login-page .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 1px;
}
.login-page .checkbox-text {
    line-height: 22px;
}
.login-page .checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0px;
    margin-top: 0;
}
.login-page .textbox-wrap .input-group .input-group-addon i, .login-page input[type="checkbox"] {
  width: 30px;
}
.login-page .form-action {
  padding: 20px;
}
.login-page .registration-form-action {
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.login-page .registration-form-div {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}
.login-page .reg-header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.login-page .registration-left-div {
  padding-left: 0;
  padding-right: 0px;
}
.login-page .registration-right-div {
  padding-left: 0;
  padding-right: 0;
}
.login-page .reg-content {
  padding-bottom: 20px;
}
.login-page .btn, .login-page .form-control {
    border-radius: 0 !important;
}
.login-page .login-form-links {
  padding: 20px;
  margin-top: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-color: white;
}
.div-captcha-left {
    padding-right: 0;
}
.div-captcha-right {
      padding-left: 0;
}
@media (max-width: 767px) {
  .login-page .registration-left-div {
    padding-right: 0px;
  }
  .login-page .registration-right-div {
    padding-left: 0px;
  }
  .div-captcha-left {
      width: 50%;
      float: left;
  }
  .div-captcha-left img {
      width: 100%;
      height: 34px;
  }
  .div-captcha-right {
      width: 50%;
      float: left;
  }
}

.header-bg-color
{
    background:#068ED6;
}

.container
{
    width: 1170px !important;
}
.center-logo
{
    padding: 3%;
}
.main_navigation{
    /*background:#cc3455*/;
   /* background:#ba0836 !important;*/
   background:#bd135b !important;
    border-top: 3px solid #c7c7c7;

    border-bottom: 3px solid #c7c7c7;
}
.topdiv {

    height: 4px;
    background: #bd135b;
    clear: both;

}
.brand_{
    /*margin-top:40px !important;*/
    margin:10px 0;

}

.logo-img
{
    width:100%;
    height:65px;
}

.nav > li > a:active,
.nav > li > a:hover,
.nav > li > a:focus {
   /* background-color: #00147B !important;*/
     background-color: #12619B !important;
}

.nav li.cool-link a{ color:#fff;font-size: 16px; }

.text-center
{
    text-align: center;
}
.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

.head-mid-log-text
{
    padding: 5%;
}
.pad-top
{
    padding-top:25px;
}
.bold
{
    font-weight:bold;
}

.mid-logo-text
{
    font-size: 21px;
    font-weight: 700;
    color: #12619B;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
    clear: both;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    display: table;
    content: " ";
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
element {
}
.container {
    width: 1170px;
}
.container {
    width: 970px;
}
.container {
    width: 750px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.white_bg {
    background: #fff;
    padding: 0 !important;
}
.link_box {

    width: 100%;
    padding: 0 0px 5px 0px;
    border: 1px solid #e7e7e7;
        border-bottom-color: rgb(231, 231, 231);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    background: #f2f2f2;
    border-bottom: solid 5px #d6d6d6;
    border-radius: 1px;
    }
.link_box ul, .important_link ul {

    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tab {

    width: 95%;
    height: 95px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    background: url("../../images/cur_event_g.png") 50% 10px no-repeat;
    margin: 0 auto;
    border-bottom: solid 3px #01ac6d;

}
.page_heading {

    border-bottom: solid 1px #dedede;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 10px 0 10px 0;
    color: #54bf83;
}
.history {

    font-size: 11px;
    color: #ccc;
    display: block;
    text-align: right;

}
.link_box li a {

    display: block;
    padding: 7px 0 7px 0px;
    margin-left: 7px;
    text-decoration: none;
    color: #606060;
    border-bottom: 1px dashed #c2c2c2;
    font-size: 12px;

}
.arrow_link li a {

    background: #01ac6d url(../../images/arrow01.png) no-repeat 97% 49%;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px 10px 10px !important;

}
.nav-pills > li > a {

    border-right: none;

}
.nav-pills > li > a {

    border-radius: 4px;

}
.nav > li > a {

    position: relative;
    display: block;
    padding: 10px 15px;
    border-right: 1px solid #ffffff;

}
.link_box li {

    display: block;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
    background: url(../../images/arrow_g.png) 0px 10px no-repeat;
    font-family: Arial;
    font-weight: bold;

}
.nav-stacked > li {

    float: none;
    margin-top: 10px;

}
.cnt_links {

    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;

}
.nav {

    padding-left: 0;
    margin-bottom: 0;
    list-style: none;

}
.nav-pills > li.active > a:hover {

    color: #363636;
    color: #fff;

}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {

    color: #fff;
    background-color: #bd135b;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 20px;
    font-family: calibri;
    font-weight: 500;

}
.contact {

    width: 100%;
    padding: 0px 0 10px 0;
    margin-bottom: 10px;
    background: #00acbe;
    border: 1px solid #028e9d;
        border-bottom-color: rgb(2, 142, 157);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: solid 5px #028e9d;

}
.contact_tab {

    width: 95%;
    height: 95px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    background: url("../../images/news_event_g.png") 50% 10px no-repeat;
    margin: 0 auto;
    border-bottom: solid 3px #fff;

}
.newsEvent {

    margin-bottom: 0px;
}
.newsEvent div.innerNews {
    padding: 10px;
}
.newsEvent ul li p a
{
    color: #fff;
    text-decoration: none;
}
.contact_tab h2 {

    margin: 0;
    padding: 70px 0 0 0;
    text-align: center;
    font-size: 10pt;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    width: auto !important;

}
.newsEvent ul {

    height: 130px;
    padding: 7px;

}
.contact ul {

    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 95%;

}
.ticker {

    overflow: auto;
    position: relative;

}
.link_box ul, .important_link ul {

    list-style-type: none;

}
.important_link {

    width: 100%;
    padding: 0 0px 5px 0px;
    margin-bottom: 10px;
    background: #f2f2f2;
    border-bottom: solid 5px #ff7474;
    border-radius: 1px;

}
.important_linktab {

    width: 93%;
    height: 48px;
    text-align: center;
    background: url("../../images/imp_links_g.png") 98% 7px no-repeat;
    margin: 0 auto;
    border-bottom: 3px solid #ff7474;

}
.important_linktab h2 {

    margin: 0;
    padding: 18px 0 0 5px;
    font-size: 10pt;
    text-align: left;
    color: #ff5555;
    font-weight: bold;
    font-family: Arial;

}
.important_link li {

    display: block;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
    background: url(../../images/arrow.png) 0px 10px no-repeat;
    font-family: Arial;
    font-weight: bold;

}
.important_link li a:hover {

    color: #14af52;

}
.important_link li a {

    display: block;
    padding: 7px 0 7px 0px;
    margin-left: 7px;
    text-decoration: none;
    color: #606060;
    border-bottom: 1px dashed #ccc;
    font-size: 12px;

}
.contact li p {
        display: block;
        border-bottom: dashed 1px #fff;
        font-size: 12px;
        padding: 5px 0;
        margin: 5px 0;
        color: #fff;
    }
.login-head-div
{
    text-align: center;
    margin-top: 20px;
    height: 50px;
    background: #12619B;
    padding: 15px;
}

.heading
{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
}

input.form-control {
    border-color: #e4e1e1;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(198, 198, 198, 0.5);
}
.login-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}
.tab h2 {

    margin: 0;
    padding: 70px 0 0 0;
    font-size: 10pt;
    text-align: center;
    color: #01ac6d;
    font-weight: bold;
    font-family: Arial;

}


.login-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}

.login-header:after {
    left: 100%;
}

.personaldetails-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.personaldetails-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 533%;
}

.personaldetails-header:after {
    left: 100%;
}


.communicationaddress-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.communicationaddress-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 339%;
}

.communicationaddress-header:after {
    left: 100%;
}

.permanentaddress-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.permanentaddress-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 428%;
}

.permanentaddress-header:after {
    left: 100%;
}

.sslc-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.sslc-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 452%;
}

.sslc-header:after {
    left: 100%;
}

.hsc-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.hsc-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 482%;
}

.hsc-header:after {
    left: 100%;
}

.deg1-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.deg1-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 825%;
}

.deg1-header:after {
    left: 100%;
}

.deg-op-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.deg-op-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 404%;
}

.deg-op-header:after {
    left: 100%;
}

.experience-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.experience-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 360%;
}

.experience-header:after {
    left: 100%;
}


.cat-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.cat-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 434%;
}

.cat-header:after {
    left: 100%;
}

.uploaddoc-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.uploaddoc-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 434%;
}

.uploaddoc-header:after {
    left: 100%;
}


.applycourse-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.applycourse-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 581%;
}

.applycourse-header:after {
    left: 100%;
}

.appliedcourse-header {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.appliedcourse-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 513%;
}

.appliedcourse-header:after {
    left: 100%;
}

.ip-address
{
    color: red;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
}
.link
{
    font-size: 14px;
    font-weight: 600;
}
.txt-color-dark-black 
{
  font-size: 16px;
  font-weight: 600;
  color:#000;
}
.txt-color-blue 
{

  font-size: 16px;
  font-weight: 600;
  color:#031856;
}
.letterspace
{
  letter-spacing: 3px;
}
.txt-color-dark-red
{
  padding: 0.5% 5% 0.5% 5%;
  background-color:   #E30910;
    font-size: 16px;
  font-weight: 600;
  color: #fff;

}

.login-header-border
{
    padding-top:5%;
    padding-bottom:5%;
    border: 1px solid #eee;
}
.margin-5
{
    margin:5%;
}

.margin-1
{
    margin:1%;
}

.bld-600
{
    font-weight: 600;
}
a
{
    color:#00147B;
}
.txt-color-dark-blue
{
    color:#005995;
}

.txt-color-a
{
    color:#00147B;
}

.login-header1 {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}

.login-header1:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 320%;
}

.login-header1:after {
    left: 100%;
}
ol
{
    line-height: 1.6em;
    color: #005995;
    font-weight: 600;
    margin:5%;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Montserrat', sans-serif;
    color: #111111;
    font-weight: normal;
    line-height: 1.3em;
}


.register-header {
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.register-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 30%;
}

.register-header:after {
    left: 100%;
}



.verify-header {
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #005995;
    border: 1px solid #005995;
    padding: 5px 20px 5px 20px;
}


.verify-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 325%;
}

.verify-header:after {
    left: 100%;
}






*,input, button, select, textarea {
    font-family: 'Montserrat', sans-serif;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
    background: #068ED6;
    color: #fff;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 2px white;
}
.bs-example{
    margin: 200px 150px 0;
}
.popover-title .close{
    position: relative;
    bottom: 3px;
}

.txt-color-red
{
    color:#E30910;
}

.btn-mob-ver
{
    color :#fff;
    background-color: #068ED6 !important;
    border-color :#000508 !important;
}

.color-label
{
    color: #005995;
    text-transform: uppercase;
}
/*                  student information page                       */
.hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block !important;
}

.underline {
    text-decoration: underline;
}

.step {
    margin-top: 27px;
}

.progress {
    position: relative;
    height: 25px;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.step {
    text-align: center;
}

.step .col-md-2 {
    padding-right: 3px !important;
padding-left: 3px !important;
}

.step .col-md-2:last-child {
   /* border: 1px solid #C0C0C0;*/
}

.step .col-md-2:first-child {
   /* border-radius: 5px 0 0 5px;*/
}

.step .col-md-2:last-child {
 /*   border-radius: 0 5px 5px 0;*/
}

.step .col-md-2:hover {
    color: #F58723;
    cursor: pointer;
}
.step .completestep {
color: #fff;
height: 65px;
margin-top: -7px;
padding-top: 7px;
vertical-align: central;
background: #12619B;
/*border: 2px solid #ba0836 !important;*/
}

.step .activestep {
color: #fff;
height: 65px;
margin-top: -7px;
padding-top: 7px;
/*border: 2px solid #ba0836 !important;*/
vertical-align: central;
background: #428BCA;
}
.step .comingstep {
color: #6f6e6e;
height: 65px;
margin-top: -7px;
padding-top: 7px;
vertical-align: central;
background: #F5F5F5;
/*border: 2px solid #ba0836 !important;*/
}

.step .fa {
    padding-top: 0px;
    font-size: 30px;
}

.personal-header:after {
    background: #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}

.personal-header:after {
    left: 100%;
}

.login-header-border
{
    padding-top:5%;
    padding-bottom:5%;
    border: 1px solid #eee;
}



.divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
}


/*.navbar-nav>li>a {
    
    line-height: 10px !important;
}*/
.shadow {
  -webkit-box-shadow: 2px 5px 5px 2px #929292;   /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:   2px 5px 5px 2px #929292;  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 5px 5px 2px #929292; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadowcomplete {
  -webkit-box-shadow: 2px 0px 1px 2px #929292;   /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:   2px 0px 1px 2px #929292;   /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 0px 1px 2px #929292;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


/* -------------------------------------- */
/* rounded  list style                    */

/* list */
.rounded-list ol
{
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}

/* item  */
.rounded-list ol > li
{
    position:relative; /* Create a positioning context */
    list-style:none; /* Disable the normal item numbering */
    background:#f6f6f6; /* Item background color */
    margin:0; /* Give each list item a left margin to make room for the numbers */
    padding-left: 15px; /* Add some spacing around the content */
    padding-bottom:0px;
    padding-top:0px;
}

/* number  */
.rounded-list ol > li p:before
{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;

    /* number background */
    background: #87ceeb;
    height: 2em;
    width: 2em;
    margin-top: -1em;
    line-height: 1.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}

/* -------------------------------------- */
/* rectangle  list style                  */

/* list */
.rectangle-list ol
{
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */

}

/* item  */
.rectangle-list ol > li
{
    position: relative;
    list-style:none; /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list p
{
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* item hover */
.rectangle-list p:hover
{
    background: #12619B;
    color:#fff;
}

/* number  */
.rectangle-list p:before
{
    content: counter(li);
    counter-increment: li;

    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;

    background: #12619B;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

/* number hover */
.rectangle-list p:after
{
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -.5em;

    content: '';
    border: .5em solid transparent;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list p:hover:after
{
    left: -.5em;
    border-left-color: #12619B;
}

/* -------------------------------------- */

/* -------------------------------------- */
/* rounded  list style                    */

/* list */
.rounded-list ol
{
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}

/* item  */
.rounded-list ol > li
{
    position:relative; /* Create a positioning context */
    list-style:none; /* Disable the normal item numbering */
    background:#f6f6f6; /* Item background color */
    margin:0; /* Give each list item a left margin to make room for the numbers */
    padding-left: 15px; /* Add some spacing around the content */
    padding-bottom:0px;
    padding-top:0px;
}

/* number  */
.rounded-list ol > li p:before
{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;

    /* number background */
    background: #87ceeb;
    height: 2em;
    width: 2em;
    margin-top: -1em;
    line-height: 1.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}


/* -------------------------------------- */
/* underlined list stle                   */

.underlined ol
{
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}

.underlined	ol > li
{
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-top:2px solid #666;
    background:#f6f6f6;
}

.underlined ol > li:before
{
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
    generated content but not positioning it */
    margin-right:8px;
    padding:4px;
    border-top:2px solid #666;
    color:#fff;
    background:#666;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}

.underlined li ol,
.underlined li ul
{
    margin-top:6px;
}

.underlined ol ol li:last-child
{
    margin-bottom:0;
}
/*-------------------------------------------------*/

.required:after{
    content:"*";
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    color: red;
    vertical-align:top;

}
textarea {
    resize: none;
}
    .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'FontAwesome';
        content: "\f053"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }



