

.font-small
{
font-size:11px; 
color:red; 
font-weight:600;
}


.control-group {
/*  display: inline-block;*/
  vertical-align: top;
  background: #fff;
  text-align: left;
 /* box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
  padding: 10px 0px;
/*  width: 200px;
  height: 210px;
  margin: 10px;*/
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom:0px;
  cursor: pointer;
  font-size: 18px;
      font-weight: 600;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
     /*background: #a7d2ef;*/
    border:1px solid #006cb5;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}
.control input:checked ~ .control__indicator {
  background: #006cb5;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #006cb5;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

/*--------*/




.control-group2 {
/*  display: inline-block;*/
  vertical-align: top;
  background: #fff;
  text-align: left;
 /* box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
  padding: 10px;
/*  width: 200px;
  height: 210px;
  margin: 10px;*/
}
.control2 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom:0px;
  cursor: pointer;
font-size: 15px;
    font-weight: 500;
	line-height: 20px;
}
.control2 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator2 {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
      background: #b5d5c5;
    border: 1px solid #006cb5;
}
.control--radio .control__indicator2 {
  border-radius: 50%;
}
.control2:hover input ~ .control__indicator2,
.control2 input:focus ~ .control__indicator2 {
  background: #ccc;
}
.control2 input:checked ~ .control__indicator2 {
  background: #006cb5;
}
.control2:hover input:not([disabled]):checked ~ .control__indicator2,
.control2 input:checked:focus ~ .control__indicator2 {
  background: #006cb5;
}
.control2 input:disabled ~ .control__indicator2 {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator2:after {
  content: '';
  position: absolute;
  display: none;
}
.control2 input:checked ~ .control__indicator2:after {
  display: block;
}
.control--checkbox2 .control__indicator2:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox2 input:disabled ~ .control__indicator2:after {
  border-color: #7b7b7b;
}
.control--radio2 .control__indicator2:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio2 input:disabled ~ .control__indicator2:after {
  background: #7b7b7b;
}

.boder-b
{
border-bottom: 1px dashed #dedede;
margin-bottom: 15px;
padding-bottom: 10px;
}

.red
{
font-size:18px; 
color:red;
font-weight:600;
}
.td-head
{
font-weight:600;
}

.desc{
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;}



.div-membership-form-div {
    border: 0 solid #ccc;
    padding: 0;
}

    .div-membership-form-div select, .div-membership-form-div textarea {
        border: 1px solid #e5e5e5;
        height: 40px;
        padding: 5px 10px;
        border-radius: 4px;
        margin-bottom: 10px;
    }
	
	    .div-membership-form-div input{
        border: 1px solid #e5e5e5;
        padding: 5px 10px;
        border-radius: 4px;
		text-align: left;
    }

    .div-membership-form-div textarea {
        height: 90px;
    }

.steps-div {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.div-membership-form-div .card-header {
    padding: 0;
    cursor: pointer;
}

.div-membership-form-div .card-body {
    padding: 15px 0;
}

.div-membership-form-div .card {
    border: 0;
    margin-bottom: 5px;
    background: rgba(255,255,255,0);
    border-radius: 5px !important;
}

.steps-div.collapsed i {
    transform: rotate(0);
}

.div-membership-form-div .collapse {
    border: 0 solid #e5e5e5;
    padding: 0;
}

.member-form-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.mmbr-bg-img {
    background-image: url(../images/bg.jpg);
    background: url(../images/parallax1.png);
}

.title-subittl-style {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.all-title-style-left {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight:600;
    text-align: left;
    color: #222;
    letter-spacing: 1.5px;
    line-height: 30px;
}

    .all-title-style-left:before {
        position: absolute;
        left: 0;
        bottom: -3px;
        content: '';
        display: block;
        height: 1px;
        background: #a5a5a5;
        width: 90px;
    }

    .all-title-style-left:after {
        content: '';
        display: block;
        width: 20px;
        background-color: #056839;
        position: absolute;
        left: 35px;
        bottom: -4px;
        height: 4px;
        background-repeat: no-repeat;
    }

.form-control:focus {
    border-color: #056839;
}

.div-membership-form-div .accordion .card .card-header {
    margin-bottom: 0;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    color: #737473;
    margin: auto;
    border: 3px solid #cecece;
    padding: 17px 20px;
    line-height: 24px;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 50%;
}

.card-header.visited::after {
    background: #056839;
}

.card-header::after {
    background: #cecece none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    transform: translateY(-50%);
}

.last-card-header::after {
    position: unset;
    height: unset;
}

.membership-navigation {
    width: 100%;
    margin: auto;
    padding: 15px;
}

.div-membership-form-div .accordion .card .card-header.visited {
    background: #e6fff0;
    color: #056839;
    border: 2px solid #056839;
    font-weight: 600;
}

.step-image {
    background-image: url(../images/bmr-logo-blank.png);
    width: 115px;
    height: 115px;
    position: absolute;
    top: -9px;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    filter: grayscale(1);
    display: none;
}

.card-header.visited .step-image {
    filter: grayscale(0);
}

.proceed-btn button.learn-more {
    width: 235px;
}

.submit-mmber-form button.learn-more {
    width: 175px;
}

.proceed-btn {
    margin: 15px 0;
    display: inline-block;
    margin-right: 10px;
}

.for-query:hover {
    color: #056839;
}
.individual-radio label{
float:left;

}
.individual-radio span
{
    float: left;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 5px;
}

@media (max-width:767px) {
    .membership-navigation .col-sm-3 {
        width: 25%;
        padding: 0;
    }

    .membership-navigation .col-xs-4 {
        width: 33.33%;
        padding: 0;
    }

    .div-membership-form-div .accordion .card .card-header {
        width: 65px;
        padding: 5px;
        height: 65px;
    }
}
