﻿.div-membership-form-div {
    border: 0 solid #ccc;
    padding: 0;
}

    .div-membership-form-div input, .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 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: 500;
    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;
    }
}
