/* anuj registration form css */

.nu-re-logo img{
    width: 130px;
    margin-bottom: 15px;
}

.nu-auth-box{
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
    max-width: 900px;
    width: 90%;
    margin: 3% 0;
}

.nu-re-bt{
    width: 100%;
    margin-bottom: 10px;
}

/* End */

/* anuj registration wizard form css */

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.nu-btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-primary {
    background-color: #B00403 !important;
}


/* End */

.reg-auth-box{
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
    max-width: 700px;
    width: 90%;
    margin: 10% 0;
}

.reg-fir-auth-box{
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
    max-width: 975px;
    width: 90%;
    margin: 3% 0;
}

.nu-font-20{
    font-size: 20px !important;
}

.nu-re-fi-img{
    height: 170px;
    object-fit: cover;
}    

@media only screen and (max-width: 700px) {

 .stepwizard-step p {
    margin-top: 10px;
    font-size: 10px;
}

}

.br-0{
 border-radius: 0px !important;   
}

.nu-tes-tab{
    background-color: #ebebeb;
    color: #000;
    border: 2px solid #d6d6d6;
    width: 100%;
    position: relative;
    padding: 10px 30px;
    margin-bottom: 50px;
}    

.nu-tes-tab h3{
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.nu-tes-tab .nu-icon-left{
    position: absolute;
    left: 8%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    top: 17px;
}

.nu-tes-tab .nu-icon-right{
   position: absolute;
    right: 8%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    top: 17px;
}

@media only screen and (max-width: 600px) {

 .nu-tes-tab .nu-icon-left {
    left: 7%;
    width: 45px;
    height: 45px;
}

.nu-tes-tab .nu-icon-right {
    right: 7%;
    width: 45px;
    height: 45px;
}

.nu-tes-tab h3 {
    font-size: 16px;
}

.social-widget .social-user{
    width: 300px !important;
}    

}

.nu-te-blog {
    margin-top: 55px;
    margin-bottom: 30px !important;
}

.ho-te-des{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    max-height: 65px;     
    -webkit-line-clamp: 3; /* Write the number of 
                              lines you want to be 
                              displayed */
    -webkit-box-orient: vertical;
}

.social-widget .social-user{
    width: 500px;
    display: inline-table;
}

.social-widget .social-user {
    padding: 0 41px 25px 0;
}

#smartwizard .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus{
    box-shadow: none !important;
}

.sw-theme-dots > ul.step-anchor > li{
    width: 25%;
}

.sw-theme-dots .sw-toolbar{
    padding-right: 0;
}

@media only screen and (min-width: 800px) {

.sw-theme-dots > ul.step-anchor > li > a:before{
    left: 45%;
}

.sw-theme-dots > ul.step-anchor > li > a:after{
    left: 47%;
}

}

@media only screen and (max-width: 800px) {

.sw-theme-dots > ul.step-anchor > li{
    width: auto;
}

}

.slider img::after{
    background-color: rgba(0,0,0,0.7);
    content: '';
}

/*--------------------------*/

.profile-edit-icon2{
	position: absolute;
    bottom: -45px;
    right: 95px;
}
.minus-margin{margin-top:-80px !important;}

.profile_tab .tab-content{background-color: #e1e1e1 !important;}

.profile_tab .nav-tabs .nav-item.show .nav-link,
.profile_tab .nav-tabs .nav-link.active {
    color: #bb0000 !important;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 #e1e1e1 #e1e1e1 !important;
}

.profile_tab .nav-tabs {
    border-bottom: 1px solid transparent;
    background-color: #f3f3f3;
}

.profile_tab .nav-link {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.profile_tab hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 2px solid #888888;
}

.profile-form-group-dob .glyphicon-calendar i {
    margin: unset !important;
    margin-top: unset !important;
    top: 35px !important;
    position: absolute !important;
    right: 25px !important;
	color:#444 !important;
}

.align-form-group-dob .glyphicon-calendar i{
	margin: unset !important;
    margin-top: unset !important;
    top: 35px !important;
    position: absolute !important;
    right: 25px !important;
	color:#444 !important;
}

.align-form-group-dob .datepicker{
	border-radius:0;
}

.profile_tab .form-group {
    margin-bottom: 0.5rem;
}

.recertification-wizard .form-group {
    margin-bottom:0.5rem;
}


.recertification-wizard .page-title{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
	font-size:22px;
}

.recertification-wizard label{text-transform:lowercase;}
.recertification-wizard label::first-letter{text-transform:uppercase;}

.registration-wizard .form-group {
    margin-bottom:0.5rem;
}

.registration-wizard hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 2px solid #888888;
}

.registration-wizard label{text-transform:lowercase;}
.registration-wizard label::first-letter{text-transform:uppercase;}

.profile_tab .page-title{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
	font-size:22px;
}

.registration-wizard .page-title{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
	font-size:22px;
}

.profile_tab .border-right {
    border-right: 2px solid #888888 !important;
}

.activity-label{
	font-size:16px;
	font-weight:bold;
}

.modal-title { 
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.modal-header{background-color: #444;}

.modal-content{background-color: #f3f3f3;}
.modal-footer{border-top: 2px solid #888888;}
.renew_membershipform .form-group {
    margin-bottom:0.5rem;
}

.renew_membershipform label{text-transform:lowercase;}
.renew_membershipform label::first-letter{text-transform:uppercase;}

.renew_membershipform hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 2px solid #888888;
}









/*media query for mobile view*/
@media(max-width:640px){
	
	.mob-left{text-align:left !important;}
	.responsive-table-mobile{
		overflow: scroll;
        display: block;
	}
  
}

/*media query for ipd potrait and landscape*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
.profile-edit-icon2 {
    position: absolute;
    bottom: -45px;
    right: 70px;
}

}
