.header-transparent .navbar-brand .logo{
	height: 34px;
}
section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.navbar-nav li a{
	line-height: 21px;
	width: 100%;
    float: left;
}
.module-search{
	display: none;
}
.module-consultation .btn{
	margin-top: 0px;
}
.footer-widget{
	padding-top: 40px;
	padding-bottom: 30px;
}

.footer--copyright{
	padding: 10px 0;
    font-size: 12px;
}
.featured-1 .feature-card .feature-card-icon:before{
	background: none;
}

.footer-widget .widget-about img{
	height: 30px;
}
.widget_footer_title{
	font-size: 18px;
    color: #FFF;
    margin-bottom: 10px;
}
.subscribe-text{
	width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.page-title .title{
	padding: 135px 0 25px 0;
}

.page-title .title--heading h1{
	font-size: 48px;
	line-height: 1.0;
}

.referral-form-header{
	width: 100%;
	height: 100px;
	float: left;
}
.referral-form-header img{
	width: 100%;
	height: auto;
	float: left;
}
.referral-form-header h2{
	margin: 0;
	padding: 0;
}
.referral-form-content{
	clear: both;
	margin-top: 20px;
    margin-bottom: 20px;
    color: #3d4631;
    font-size: 15px;
}
.referral-form-content label{
	text-align: left;
}
.referral-form-content .form-group{
	margin-bottom: 0px;
}
.referral-form-content .form-control{
	height: 42px;
	line-height: 42px;
	margin-bottom: 15px;
	color: #363c2f;
    font-size: 14px;
    border-left: 3px #b1bf9e solid !important;
}
.referral-form-content h5{
	font-size: 16px;
    text-align: left;
    margin-left: 20px;
    color: #49671f;
    text-decoration: underline;
}
.required_label{
	font-size: 15px;
	color: #609911;
	padding: 5px;
}
.add_new_referee{

}
.add_new_referee>button{
    width: auto !important;
    padding: 0px 30px;
    height: 50px !important;
    font-size: 16px;
    line-height: 20px !important;
    color: #504213;
    font-family: sans-serif;
    border: 1px #daac0c solid;
    border-radius: 50px !important;
}

.video-2{
	padding-top: 40px;
}
.video-2 .heading{
	margin-bottom: 20px;
}

.contact-content{
    float: left;
    text-align: left;
}
.contact-content h2{
	font-size: 21px;
    font-weight: bold;
    color: #669c03;
}
.contact-content p{
	font-size: 15px;
	color: #312f2f;
	text-align: left;
	line-height: 28px;
}
.contact-content a{
	font-size: inherit;
	color: inherit;
}

.contact_form{

}
.contact_form .form-control{
	color: #efe7e7;
	font-size: 15px;
	background: #4e4c4c;
	margin-bottom: 20px;
}

.less-section-padding{
	padding: 20px 0 !important;
}
.card-header{
	font-size: 16px;
    font-weight: bold;
}
.no_account_login{
	width: 100%;
	float: left;
	margin-top: 15px;
}
.no_account_login a{
	color: #659e1d;
	font-size: 14px;
	font-weight: bold;
}
.remove_link{
	font-size: 14px;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: 500;
    float: right;
}



/** ******************** NOTIFICATION STYLES ********************* **/

.verify_now{
    text-align: center;
    font-family: sans-serif;
}
.verify_now h2{
    font-size: 32px;
    color: #6d941d;
    text-decoration: underline;
}
.verify_now h3{
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    color: #8fb939;
}
.verify_now h4{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color: #8fb939;
}
.verify_now p{
    font-size: 15px;
    color: #222222;
    line-height: 21px;
}
.verify_now ul{
    
}
.verify_now ul li{
    
}
.verify_now a{
    padding: 10px;
    border: 1px #9fd334 solid;
    border-radius: 20px;
    transition-duration: 0.3s;
}
.verify_now a:hover{
    background: #9fd334;
    color: #ffff;
    transition-duration: 0.3s;
}

.card-notification{
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    font-size: 15px !important;
    font-weight: bold;
}

.notification-alert-inner{
    
}
.notification-alert-success{
    color: #84b323;
    padding-bottom: 10px;
    text-decoration: underline;
}

.notification-alert-error{
    color: #dc3545;
    padding-bottom: 10px;
    text-decoration: underline;
}



/** ******************** USER PROFILE STYLES ********************* **/
.widget .widget--title h5{
	text-align: center;
}
.dashboard_sidebar{
    background: #e2e2e2;
    border: 1px #c3c3c3 solid;
    padding: 5%;
}
.user_profile{

}
.user_profile img{
	max-width: 100%;
}
.side_menu_list{
	margin-top: 30px;
}
.side_menu_list ul{
	list-style: none;
}
.side_menu_list ul li{
    background: #e2e2e2;
    padding: 5px;
    width: 100%;
    border-bottom: 1px #bdbaba solid;
}
.side_menu_list ul li a{
	width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #4c4545;
    transition-duration: 0.3s;
}
.side_menu_list ul li a:hover{
    padding-left: 10px;
    color: #292626;
    font-weight: 500;
    transition-duration: 0.3s;
}
.user_detail{
	margin: 15px 0 5px 0;
}
.user_detail h2{
    font-size: 18px;
    color: #2b460f;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
}

#profile_box,
#edit_profile_box{
	width: 100%;
	min-height: 500px;
	padding: 10px;
}
#profile_box h2,
#edit_profile_box h2{
	font-size: 18px;
    color: #456b1c;
}
#profile_box .row{
	border-bottom: 1px #f1f1f1 solid;
    margin: 10px 0;
    padding: 5px 0;
}
#edit_profile_box .row{
	margin: 5px 0;
}
.p_text_title{
	font-size: 14px;
	font-weight: 500;
	color: #635a5a;
	float: right;
}
.p_text_detail{
	font-size: 14px;
	color: #635a5a;
}

.bg-danger{
	color: #FFF;
    padding: 10px;
    background-color: #da3e3e !important;
}
.bg-success{
	color: #FFF;
    padding: 10px;
}
.parsley-required{
	float: left;
    color: #ec5b5b;
    margin-bottom: 10px;
}

.question_answer_form{

}
.question_answer_form .item{

}
.question_answer_form .question_area{

}
.question_answer_form .question_area p{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #1f1d1d;
}
.question_answer_form .option_area{

}
.question_answer_form .option_area li{
	text-align: left;
	font-size: 14px;
	color: #191717;
}
.question_answer_form .option_area label{

}
.question_answer_form .option_area input{
	width: 30px;
	float: left;
}

footer .widget-newsletter .form-control{
	background-color: black;
}
footer .widget-newsletter button{
	background-color: #3f5414
}

.btn-referral{
    color: #fff;
    background-color: #71b712;
    border-color: #609e0c;
}
.question_paragraph{
    width: 100%;
    padding: 1%;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 4px #a5a5a5;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}
.question_paragraph p{
    font-size: 15px;
    line-height: 18px;
    color: #282828;
    text-align: justify;
}
.question_paragraph img{
    max-width: 100%;
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
	.footer-widget {
	    padding: 25px 0;
	}
}

@media only screen and (max-width: 991px){
	#why_choose_banner{
		display: none;
	}
}
