.profile-ttl {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

    .profile-ttl h1 {
        font-size: 16px;
        color: #000;
        font-weight: bold;
        margin: 0;
        padding: 10px;
    }

    .profile-ttl h2 {
        font-size: 13px;
        color: #333;
        margin: 0;
    }

.padd-none {
    padding: 0;
}

.profile-detail {
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    .profile-detail {
        padding: 10px;
    }
}

.profile-detail h1 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.profile-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

    .profile-detail ul li .left-block {
        display: inline-block;
        width: 35%;
        clear: both;
    }

    .profile-detail ul li .right-block {
        color: #000;
    }

/*.blue-color {
    color: #004488;
    font-weight: bold;
}*/

.reg-box {
    height: 185px;
    width: 100%;
    text-align: center;
    display: table;
    background: #fff none repeat scroll 0 0;
}

.v-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.5);
    box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.5);
}

@media (max-width: 767px) {
    .box-shadow {
        margin-top: 20px;
    }
}

.yellow-box {
    background: #f4f4f4;
}

.pink-heading {
    font-size: 22px;
    color: #c32143;
}

.black-heading {
    font-size: 22px;
    color: #333;
}

.txt-para {
    font-size: 14px;
    margin: 10px;
}

.register-btn {
    font-size: 18px;
    background: #c32143 !important;
    color: #fff !important;
    padding: 5px 20px;
    margin: 3px 0px;
}




.short-btn.btn.btn-raised.btn-default {
   background-color: #deb167;
    color: #ffffff;
    display: table;
    font-weight: bold;
    margin: auto;
}
.short-btn.btn.btn-raised.btn-default:hover {
    background-color: #D59B3C!important;
    color: #fff;
}
.section-header h1 {
    color: #bc4753;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
}
.section-header h1 a{
    font-weight: normal;

}

.box-border {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.sub-header {
    /*background: #FFF5EC;
    color: #E11665;
    font-weight: bold;
    height: 35px;
    display: inline-block;
    width: 100%;*/
    border-bottom: 1px solid #ddd;
    color: #333;
    display: inline-block;
    height: 35px;
    width: 100%;
}


    .sub-header h1 {
    color: #c32143;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
}

    .sub-header a.edit-btn {
        line-height: 34px;
        float: right;
    }

    .sub-header li span {
        font-weight: normal;
        font-size: 13px;
        color: #333 !important;
    }

        .sub-header li span.left-block {
            font-weight: bold;
        }

.detail-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.profile-btn {
    background: #C32143 none repeat scroll 0 0;
    font-weight:bold;
}

    .profile-btn a {
        color: #fff;
        text-decoration: none;
    }

    .profile-btn.btn.font-weight-bold {
        font-size: 13px;
        letter-spacing: 1px;
    }

@media (max-width: 767px) {
    .profile-btn.btn.font-weight-bold {
        width: 100%;
    }
}

/*.btn-reg {
    margin: 10px 0 0;
}*/

.after-border:after {
      background: #ddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 94%;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 1px;
}

.sub-header li span.text-add {
    font-size: 13px;
    margin-left: 10px;
    color: #0066CC !important;
}

@media (max-width: 768px) {
    .section-header h1 {
        font-size: 13px;
        line-height: 35px;
        margin: 0;
    }

    .c-w-xs {
    width: 24%;
    }
}

@media (max-width: 543px) {
    .after-border::after {
        background: #fff;
    }

    .section-header h1 {
        font-size: 13px;
        line-height: 35px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 98%;
    }
}

.login-ttl {
    display: inline-block;
    width: 100%;
}

    .login-ttl h1 {
        font-size: 18px;
        margin: 10px 0 0;
    }

    .login-ttl p {
        font-size: 14px;
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .login-ttl p {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .frmlogin{padding:15px !important;}
}

.login-form {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .login-form li {
        margin-bottom: 20px;
        font-size: 14px;
    }

label {
    font-size: 15px;
    text-align: right;
}

input {
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
}

.check-box {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
    height: 12px;
}

.login-btn {
    padding: 10px 35px !important;
    margin: 0px 0 10px;
}

@media (max-width: 650px) {
    label {
        text-align: left;
    }

    input {
        width: 100%;
    }

    .forgot-link {
        margin-left: 0 !important;
    }

    .mob-none {
        displa: none;
    }
}

.v-a-middle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.center-lbl {
    line-height: 40px;
    margin: 0;
}

@media (max-width: 767px) {
    .center-lbl {
        width: 100%;
        text-align: left;
        line-height: 32px;
        margin: 0;
        font-size: 12px;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.profile_pic {
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
}

.profile_bg01 {
    background-color: #f4f4f4;
    min-height: 285px;
    display: flex;
}

.p_button_w {
    display: table;
    margin: auto;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .profile_pic {
        height: auto;
        margin-bottom: 20px;
        width: 100%;
        margin:15px auto;
    }
    .profile_pic {
    width:200px;
    }
}
.profile-btn.btn.font-weight-bold {
    color: #fff;
}
.wl-20 {
    width: 20%;
}
.wl-25 {
    width: 25%;
}
.wl-30 {
    width: 30%;
}
.wl-35 {
    width: 35%;
}
.wl-40 {
    width: 40%;
}
.wl-45 {
    width: 45%;
}
.wl-50 {
    width: 50%;
}

.wr-80 {
    width: 80%;
}
.wr-75 {
    width: 75%;
}
.wr-70 {
    width: 70%;
}
.wr-65 {
    width: 65%;
}
.wr-60 {
    width: 60%;
}
.wr-55 {
    width: 55%;
}
.wr-60 {
    width: 60%;
}