#eda-myaccount-wrapper ul {
	list-style:none !important;
	margin-bottom: 0;
}
input[type='radio'] {
	-webkit-appearance: radio;
} 
.edd_form > fieldset .edd-input, .form-text-area {
	border: 1px solid #e4e6e9;
	width: 100% !important;
	height: 45px;
	font-size: 16px;
	color: #82848e !important;
	padding-left: 10px;
	font-family: 'PT Serif', serif;
	text-transform: capitalize;
}
#edd_login_form.edd_form > fieldset .edd-input {
	max-width:300px;
}
.edd_form > fieldset input[type='radio'].edd-input {
	width: 15px !important;
	height: 15px;
	border-radius:50%;
	border-color: #ccc;
}
.edd_form > fieldset input[type='radio'].edd-input:checked {
	background:#ccc;
}
.edd_form > fieldset input[type='checkbox'] {
	width: 15px !important;
	height: 15px;
	border: 1px solid #ccc;
	vertical-align: text-bottom;
}
.edd_form > fieldset input[type='checkbox']:checked {
	border-color:#7bc144;
	background:#7bc144;
}
.edd-submit,#edd-purchase-button {
	font: 13px;
    color: #353536;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 18px;
    display: inline-block;
    border: 2px solid;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
        background: transparent;
}
.edd-submit:hover,#edd-purchase-button:hover {
	color:#fff;
}
.edd_form > fieldset .btn,.edd_submit,
.edd-submit,#edd-purchase-button {
	font-weight: 700;
	padding: 0 28px;
	margin-top: 10px;
}
.edd_form > fieldset label {
	font-size: 15px;
	color: #353536;
	font-weight: 700;
	display: block !important;
	text-transform: capitalize;
	line-height: 24px;
	letter-spacing: -1px;
	margin-bottom: 7px;
	width: 100% !important;
	margin-right:20px;
}
.edd_form > fieldset label.radio-check {
	width:auto !important;
	display: inline-block !important;
	vertical-align: top;
	font-weight: 400;
}
.edd_form > fieldset > legend,
.eda-doctor-dep legend,
.eda-book-slot legend {
    font-size: 21px;
    line-height: 1;
    color: #353536;
    font-weight: 700;
    letter-spacing: -1px;
    padding-left: 44px;
	position: relative;
}
.edd_form > fieldset > legend:before,
.eda-doctor-dep legend:before,
.eda-book-slot legend:before {
	content: "\e002";
	font-family: 'simple-line-icons';
	font-weight: 400;
	color: #7bc144;
	font-size: 23px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
}
#edd_login_form.edd_form legend {
	margin-bottom:15px;
}
#edd_login_form.edd_form .edd-lost-password {
	margin-bottom:0;
}
.not-registered {
	top: -52px;
    left: 130px;
    position: relative;
    display: block;
    text-transform: capitalize;
}
#edd_user_history {
	border: 1px solid #7bc144;
}
#edd_user_history td,#edd_user_history th {
	text-align:center;
}
.eda-doctor-dep ul,.eda-book-slot ul {
	list-style: none;
	padding-left:55px;
}
.eda-doctor-dep ul a{
	font-size: 17px;
    color: #353536;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: -1px;
}
.eda-doctor-dep ul a:hover {
	color: #7bc144;
}
.edd_form > .eda-book-slot legend:before {
	content: "\e075";
	font-size: 28px;
}
.eda-doctor-dep legend:before {
	content: "\e089";
	font-size: 28px;
	top: -5px;
}
.edas-working-hrs span input {
	margin-right:10px;
}
.edas-working-hrs li {
	margin-bottom: 12px;
    border-bottom: 1px solid;
    padding-bottom: 12px;
}
.edas-working-hrs li.head {
	font-size: 18px;
    font-weight: 700;
}
.eda-customer-d {
	margin:20px 0 0;
}
.eda-customer-d > div {
   margin-bottom:15px;
}
.eda-customer-d > div strong {
	font-size: 18px;
}
.eda-customer-d > div p {
	padding: 0;
}
.ead-myaccount_bookingview .grid-details {
	border: none;
}
.graph-info {
	margin:20px 0 0;
}
.graph-info strong {
	display: block;
	font-size: 16px;
	line-height: 22px;
}
.earning-graph .legend > div,
.earning-graph .legend > table {
	max-width:100px !important;
}
#eda-form-wrapper .info,
#eda-form-wrapper .info-form {
	padding-top: 0;
}
#eda-form-wrapper .info {
	margin-bottom:10px;
}
.eda-view-schedule.input-group-icon span {
    margin-left:15px;   
}
#eda-app-schedule ul {
	list-style: none;
}
#eda-app-schedule ul li {
	margin:5px 0px;
	font-weight: 700;
	width: 50%;
    float: left;
    padding:0 15px;
    text-align: left;
    max-width: 140px;
}
#eda-app-schedule ul li input {
	margin-right:10px;
	border-color: #ccc;
    border-radius: 50%;
    height: 15px;
    width: 15px !important;
    
}
#eda-form-wrapper h4 {
	margin-bottom: 20px;
}
#edd_checkout_cart_wrap .grid-details {
	border: none;
}
#eda-app-schedule ul li input:checked {
	background: #7bc144;
	border-color: #7bc144;
}

#eda-myaccount-wrapper nav {
    margin-bottom: 25px;
}
#eda-myaccount-wrapper nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
#eda-myaccount-wrapper nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#eda-myaccount-wrapper nav a {
    padding: 0.25em 0 0.5em;
    border-left: 1px solid #e7ecea;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    position: relative;
    display: block;
    font-weight:600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#eda-myaccount-wrapper nav li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
#eda-myaccount-wrapper nav li a:hover:after,
#eda-myaccount-wrapper nav li a.active:after {
	webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.eda-comment-list h5 {
	margin-bottom:25px;
}
.article-text .eda-comment-list p {
	margin-bottom:0px;
}
#eda-comments-wrapper {
	padding: 94px 15px 88px;
}
.eda-comment-list + .eda-comment-list {
	    padding-top: 43px;
}
.eda-comment-list .labe {
	margin-bottom:15px;
} 
.ead-myaccount_rating > h4 {
	margin-bottom:35px;
}
#eda_rating_form h3 {
	font-weight: 600;
	margin-bottom: 25px;
}
.eda-doctor-dep ul li {
	margin-bottom:5px;
}
.eda-doctor-dep ul {
	margin-bottom:0;
}
.eda-comment-list .left-review {
	position:static;
}
.eda-comment-list .left-review span {
	vertical-align: middle;
}
.eda-comment-list .left-review strong {
	margin-right:5px;
}
.edas-working-hrs li:last-child {
	border: none;
}
.comments-outer-wrap {
	padding-bottom: 45px;
}
.ead-myaccount_earning {
	padding-top: 36px;
}
.eda-problem ul {
	list-style: none;
}
#eda-booknow-button.disable {
   pointer-events: none;
   cursor: default;
   opacity:.5;
}
.info-heading-icon.five:before {
    content: "\e075"; 
    font-size: 28px;
    top: -5px;
}
.info-heading-icon.four:before {
    content: "\e007";
    font-size: 28px;
    top: -5px;
}
#eda-next-month {
    font-size: 0;
    top: -3px;
    position: relative;
}
#eda-next-month:after {
	content: "\e606"; 
    font-family: 'simple-line-icons';
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
}
fieldset#edd_checkout_user_info > legend:before {
	content:"";
	display:none;
}
.eda-doctor-dep {
	margin-bottom:20px; 
}
.eda-doctor-dep a {
	font-size: 16px;
    color: #82848e;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: -1px;
}
.eda-doctor-dep a:after {
	content:',';
	display: inline-block;
	margin:0 5px 0 1px;
}
.eda-doctor-dep a:last-child:after {
	content:"";
	display: none;
}
#eda-myaccount-wrapper h2.doctor-title-s {
	margin-bottom:0;
}
.info-heading-icon.two.home:before {
	    content: "\e069";
}
.date-month {
	float:right;
	color:rgba(124, 65, 153,.9);
	font-weight: 700;
	margin-bottom: 26px;
    line-height: 30px;
}
.date-month a {
	color:#ccc;
	margin-left:10px;
}
#eda-app-calender .info-heading-icon.five {
	float:left;
}
#eda-app-calender table {
    border-collapse: collapse;
}
#eda-app-calender table,
#eda-app-calender td,
#eda-app-calender th {
	border: 1px solid #e4e6e9;
	color:#353536;
	font-weight:700;
}
#eda-app-calender #wp-calendar th,
#eda-app-calender #wp-calendar td span,
#eda-app-calender #wp-calendar td a {
	padding:25px;
    text-align:center; 
}
#eda-app-calender #wp-calendar td {
	padding: 0;
}
#eda-app-calender #wp-calendar td span,
#eda-app-calender #wp-calendar td a {
	display: block;
}
#eda-app-calender #wp-calendar td a {
	background:#7bc144;
	color:#fff;
}
#eda-app-schedule {
	border:1px solid #e4e6e9;
	min-height:388px;
	text-align:center;
	line-height:385px;
	padding: 20px;
}
#eda-comment {
	border: 1px solid #e3e3e3;
	padding:15px;
}

