button.btn-custom{
	cursor: pointer;
}
form .form-group .name_error {
  font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    color: red;
}

.navigation > ul > li > a.active::after {
	width: 100%;
	opacity: 1;	
}
.navigation > ul > li > a.active {
	color: #7f518f;
}

.feedback-form-sec ul{padding-left:0}
.feedback-form-sec ul li{margin-bottom:15px; padding-bottom:15px; border-bottom:solid 1px #e1e1e1; position:relative; list-style:none; margin-left:40px}
.feedback-form-sec ul li::before{content:""; position:absolute; background:url(../images/tick.png) no-repeat; left:-40px; top:0; width:25px; height:23px}
.white_bg_shadow {background: #ffffff; border-radius: 100px; box-shadow: 0 3px 3px #d1d1d1; padding: 30px 30px 50px 30px;}
.feedback-form-sec h4 {
	font-size: 16px;
}
.complaint-left-sec ul {
    margin-bottom: 25px;
    margin-top: 25px;
}