.header-tabs {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px;
}

ul.PatientManager {
	padding: 0;
	list-style: none;
	margin: 1em auto 0 auto;
	text-align: center;
	width: 100%;
	background-color: #fff;
	margin-top: 0px;
}

ul.PatientManager li {
	display: inline-block;
	padding: 0.5em 0.5em 0 0.5em;
	width: 9em;
	text-align: center;
	margin: 0 auto 0 auto;
	vertical-align: top;
}

ul.PatientManager li  a i {
	display: block;
	width: 59px;
	height: 50px;
	text-align: center;
	margin: 0 auto 0 auto;
	background-image: url(../images/tabs-img.png);
	background-repeat: no-repeat;
}

.PatientManager li.M_booked  a i {
	background-position: 5px 0;
}

.PatientManager li.M_Consulation  a i {
	background-position: -78px 2px;
}

ul.PatientManager  li.M_Personal a  i {
	background-position: -298px 0;
}

ul.PatientManager li.M_PersonalTransaction  a i {
	background-position: -158px 0;
}

ul.PatientManager li.M_PersonalTransactionCharg  a  i {
	background-position: -230px 0;
}

ul.PatientManager>li.activePersonalTab {
	border-bottom: 3px solid #e97195;
}

ul.PatientManager  li  a  h3 {
	font-size: 1.1em;
	color: #425d80;
	line-height: 1.6em;
	margin-bottom: 0;
	margin-top: 0.8em;
	padding-bottom: 0.7em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}
/*
a:hover {
	color: #1b1e21 !important;
} */

a {
	/*	font-size: 14px;*/
        transition: all ease .4s;
    }

    .main-content {
        width: 100%;
        /* background: #eeeff1;*/
	padding-bottom: 40px;
}

.btn-all-doctors:hover {
	background: #c05d7a;
	color: #fff !important;
}

.btn-all-doctors {
	text-align: center;
	padding: 0.5em;
	background-color: #e97195;
	border-radius: 4px;
	margin: 0.5em auto 0 auto;
	color: #fff !important;
	display: inline-block;
	width: auto;
}

.main-section {
	background: #fff;
	height: auto;
	padding: 12px;
	font-size: 14px;
	border-radius: 5px;
}

.v_mydoc_row_Time {
	border-bottom: 1px solid #dddddd;
	float: right;
	background-color: #f9f9f9;
	width: 100%;
	padding: 0.5em 1em;
	background-clip: border-box;
}

.profile-question-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	border: 1px solid #dddddd;
	float: right;
	margin-bottom: 1em;
}

a.profile-question-content-img {
	display: inline-block;
	width: 80px;
	float: right;
	padding: 0;
}

a.profile-question-content-img img {
	width: 100% !important;
	height: auto !important;
	border-radius: 100%;
	border: 1px solid #ddd;
}

.profile-question-content {
	width: calc(100% - 80px);
	float: right;
	padding-right: 1em;
}

a.profile-question-btn-red {
	padding: 0.5em 1em;
	background-color: #e97195;
	display: block;
	float: left;
	color: #fff;
	border-radius: 3px;
}

.profile-question-row>.v_mydoc_row_data {
	padding: 0.5em 1em;
}

span.v_date {
	width: 43%;
	margin: 0;
	float: right;
	background-image: url(imgbooked/date.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 24px;
	min-height: 24px;
}

span.v_time {
	width: 26%;
	margin: 0;
	float: right;
	background-image: url(imgbooked/clock.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 24px;
	min-height: 24px;
}

span.profile-question-questionStatus {
	width: 16%;
	float: right;
	text-align: right;
	padding-top: 0.2em;
	font-size: 13px;
	font-family: IRANSans_FaNum;
	font-weight: 700;
}

span.profile-question-AmountPaymented {
	width: 15%;
	display: block;
	text-align: left;
	padding-top: 0.2em;
	font-size: 13px;
	float: right;
	font-family: IRANSans_FaNum;
	font-weight: 700;
}

ul.mydoc-ul {
	padding: 1.2em 1em;
	border-radius: 5px;
	width: 100%;
	float: right;
}

ul.mydoc-ul  li {
	padding: 1em;
	border: 1px solid #dddddd;
	display: inline-block;
	width: 46%;
	float: right;
	margin: 0 2% 1.5em 2%;
	background-color: #f9f9f9;
	height: 255px;
}

ul.mydoc-ul  li  a.images-a {
	display: block;
	width: 80px;
	height: 80px;
	float: none;
	text-align: center;
	margin: 0 auto 0 auto;
}

ul.mydoc-ul  li  a  img {
	width: 100% !important;
	height: auto !important;
	border-radius: 100%;
	border: 1px solid #ddd;
}

ul.mydoc-ul  li .doc-info {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	float: right;
}

.doc-info a  h1 {
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
}

.doc-info>p {
	font-size: 12px;
	color: #333;
	width: 100%;
	float: right;
	margin-bottom: 1em;
	white-space: nowrap;
	overflow: hidden;
}

a.mydoc-ul-getConsulation {
	display: inline-block;
	text-align: center;
	font-size: 1.1em;
	padding: 0.5em;
	background-color: #e97195;
	border-radius: 4px;
	width: auto;
	margin: 0 auto 0 auto;
	color: white;
}

@media ( max-width : 768px) {
	.row-mosh-img {
		width: 100% !important;
		float: left;
	}
	.row-mosh-takhasos {
		float: right;
		width: 100% !important;
	}
	.chat-section {
		width: 95%;
	}
	.registerWelcomeContainerComment {
		padding: 0;
		width: 33.33333333%;
		padding-right: 5px;
	}
	.commentcstForm {
		padding: 1em;
		margin-top: 0;
	}
	.registerWelcomeContainer {
		margin-bottom: 1em;
		width: 66.66666667%;
	}
	/*    .container { padding: 0;max-width: 650px; } */
	.container-fluid {
		padding: 0
	}
	.welcomecstForm {
		margin-top: 0
	}
	.welcomecstForm>.box.boxWelcomeMessage {
		padding-top: 0;
		width: 100%;
		margin-right: 0;
	}
	.welcomecstForm>.box.boxWelcomeMessage>.ContentCenter01.ContentCenterWelcomeMessage>.welcomeMessageList
		{
		display: block;
		padding: 0;
		width: 280px;
		float: none;
		margin: 0 auto;
	}
	.welcomecstForm>.box.boxWelcomeMessage>.ContentCenter01.ContentCenterWelcomeMessage>.welcomeMessageList>.welcomeMessageListItems
		{
		padding: 0 1em;
	}
}

.col {
	flex-basis: auto;
}

.chat-section {
	background: #fff;
	width: 70%;
	margin: 0 auto;
}

.chat-section .header-profile {
	z-index: 2;
	background: #e97195;
	height: 65px;
	padding: 5px;
	position: relative;
	-ms-box-shadow: 0 5px 9px 0 rgba(219, 219, 219, 0.67);
	-moz-box-shadow: 0 5px 9px 0 rgba(219, 219, 219, 0.67);
	-webkit-box-shadow: 0 5px 9px 0 rgba(219, 219, 219, 0.67);
	box-shadow: 0 5px 9px 0 rgba(219, 219, 219, 0.67);
}

.chat-section .header-profile a.img-doctor {
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	border: 2px solid #fff;
	border-radius: 50%;
}

.chat-section .header-profile a.img-doctor img {
	border-radius: 50%;
	width: 100%;
}

.doctor-chat-Titr {
	padding: 0 1rem 0 0;
	margin: .8rem 0 0;
	list-style: none;
	width: calc(100% - 50px);
	float: left;
	text-align: right;
}

.Close-DeletConsulation {
	width: 170px;
	height: 34px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	float: left;
	background-color: #065482;
}

.Close-DeletConsulation a.CloseConsulation {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	display: block;
	white-space: nowrap;
	background-image: url(images/padlock-1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	width: 100%;
	color: #fff;
	line-height: 2.8;
	background-size: 12px;
}

.body-chat {
	background-color: #fff;
	background-image: url(../images/pattern.png);
	position: relative;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.postThread.postThreadPatient img {
	float: right;
	margin-left: .7rem;
}

.contentOfConversation {
	padding: 1rem;
	margin-left: .7rem;
	float: right;
	width: calc(90% - 65px);
	background-color: #e97195;
	color: #fff;
	-ms-border-radius: 25px 0 25px 25px;
	-moz-border-radius: 25px 0 25px 25px;
	-webkit-border-radius: 25px 0 25px 25px;
	border-radius: 25px 0 25px 25px;
	border-top-right-radius: 25px 0 25px 25px;
	-mz-box-shadow: 0px 2px 9px 0 rgba(51, 51, 51, 0.12);
	-moz-box-shadow: 0px 2px 9px 0 rgba(51, 51, 51, 0.12);
	-webkit-box-shadow: 0px 2px 9px 0 rgba(51, 51, 51, 0.12);
	box-shadow: 0px 2px 9px 0 rgba(51, 51, 51, 0.12);
}

.postThreadDrSaina {
	direction: ltr;
}

.postThread.postThreadDrSaina img {
	float: left;
	margin-right: .7rem;
}

.postThread {
	padding: 15px;
}

.postThread img {
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	-ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	width: 44px;
	height: 44px;
	float: right;
	display: block;
}

.postThread.postThreadDrSaina .contentOfConversation {
	color: #000;
	float: left;
	border-top-left-radius: 0;
	background-color: #fff;
}

.contentOfConversation span.textChat {
	font-size: 13px;
	font-weight: normal;
	display: block;
	overflow-wrap: break-word;
}

span.timeChat {
	display: inline-block;
	float: left;
	width: calc(100% - 16px);
	font-size: 11px;
	font-weight: 300;
	color: #cdcdcd;
	padding-right: 0.2rem;
	margin: 0;
}

audio {
	width: 100%;
	background: #000;
}

/*.chat-input {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.chat-input textarea {
	width: 80%;
	min-height: 117px;
	border: none;
	padding: 1.3rem
}

.img-attach {
	position: absolute;
	left: 120px;
	bottom: 25px;
	width: 39px;
}

.img-attach i {
	margin-right: 7px;
}

.record {
	left: 70px;
}

.send {
	left: 20px;
}

@media ( max-width : 768px) {
	.FurtherInformation-LC {
		float: none !important;
	}
	.doctor-info {
		width: 100%;
	}
	.chat-section {
		width: 95%;
	}
	.Close-DeletConsulation {
		display: none;
	}
	.header-profile, .body-chat {
		margin: 0 auto;
		width: 95%;
	}
}

.main-nobat, .main-doctors {
	background: #fff;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	border-top: 3px solid #e97195;
}

.booking-list {
	width: 100%;
	float: right;
	margin-bottom: 1em;
	border: 1px solid #eee;
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	padding: .5em 0 0em 0;
}

.booking-list .toggle {
	display: none;
}

.booking-list .row {
	margin: 6px 0 6px 0;
}

.booking-list .t-1 {
	padding: 0;
}

.booking-list .t-1 a {
	display: block;
	width: 100%;
	float: right;
}

.booking-list .t-1 a img {
	width: 60px;
	margin-left: 5px;
	border-radius: 50%;
	float: right
}

.booking-list .t-1 a h4 {
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
	line-height: 1.8em;
	margin: 0;
	color: #e97195;
}

.booking-list .titles {
	float: right;
	padding: 0;
	line-height: 2;
	font-size: 14px;
}

.booking-list .date {
	display: block;
}

.booking-list .t-2 i {
	color: #e97195;
}

.status span {
	display: block;
	text-align: center;
	color: #5591ff;
	font-size: 13px;
	clear: both;
	border: 1px solid;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: .3em .5em;
}

.cancle span {
	width: 100%;
	text-align: center;
	display: block;
	color: #f3094b;
	cursor: pointer;
}

.cancle a.show-more {
	text-align: center;
	display: block;
	width: 10em;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 0 0;
	padding-top: 3px;
	font-size: 13px;
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	color: #bbbbbb; . status span cursor : pointer;
	clear: both;
	margin: 0 auto;
}

.details-row {
	width: 100%;
	background-color: #fff;
	padding: 1em;
	clear: both;
}

.details-row table {
	font-size: 14px;
	text-align: center;
	width: 100%;
	border: 1px solid #dfe0e1;
}

.details-row table thead {
	background-color: #eef5ff;
	border: 1px solid #dfe0e1;
}

.details-row table th {
	padding: .5em;
	color: #949596;
	font-weight: 400;
}

.details-row table tr {
	border-bottom: 1px solid #dfe0e1;
}

.details-row table td {
	padding: 10px;
	width: auto;
	display: table-cell;
	text-align: center;
}

.details-row>span {
	display: block;
	margin-top: 1em;
	font-size: 14px;
	color: #999;
}

.doctor-item {
	width: 100%;
	float: right;
	margin-bottom: 1em;
	border: 1px solid #eee;
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	padding: 1em 0 1em 0;
}

a.dctor-img {
	display: block;
	width: 130px;
	height: 130px;
	float: none;
	margin: 0 auto;
}

a.dctor-img img {
	width: 100%;
	height: 100%;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.dctor-info  a.doctor-name {
	text-align: center;
	display: block;
	float: right;
	width: 100%;
	clear: both;
	margin: 0 0 1em 0;
}

a.doctor-name  h1 {
	color: #00234d;
	font-size: 16px;
	font-weight: 700;
	margin: .4em 0 0;
	line-height: 1.5em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	padding-left: .6em;
}

a.doctor-name h2 {
	width: 100%;
	float: right;
	font-size: 13px;
	margin: 0.5em 0 0 0;
	color: #00234b;
	font-weight: 400;
	line-height: 1.5em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dctor-info  a.booking {
	width: 150px;
	height: 35px;
	padding: 6px 0 0 0;
	text-align: center;
	display: block;
	background-color: #2ccaa7;
	color: #fff;
	font-size: 14px;
	float: none;
	margin: 0 auto;
	clear: both;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.main-content .container-fluid {
	max-width: 95%;
}

.ContentHeader01 {
	margin-bottom: 1em;
	display: block;
	visibility: visible;
}

.ContentHeader01 span {
	font-size: 16px;
	color: #777;
	font-weight: 700;
}

.main-tara {
	background: #fff;
	width: 85%;
	margin: 0 auto;
	padding: 15px;
}

.form-group label {
	font-size: 13px;
}

.mojoodi {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.mojoodi span {
	color: #e97195;
}

li.PatientTransactionRow {
	width: 100%;
	float: right;
	display: block;
	margin: 0.5em 0;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

li.PatientTransactionRow * {
	box-sizing: border-box;
}

.trnasaction_row .trnasaction_information {
	width: 70%;
	float: right;
	display: block;
	border-left: 1px solid #dddddd;
}

.trnasaction_row .trnasaction_amount {
	width: 30%;
	float: right;
	display: block;
	height: 70px;
}

.trnasaction_information .trnasaction_date_row {
	border-bottom: 1px solid #dddddd;
	float: right;
	background-color: #f9f9f9;
	width: 100%;
	padding: 0.5em 1em;
	background-clip: border-box;
	box-sizing: border-box;
}

.trnasaction_information .trnasaction_infotype {
	width: 100%;
	display: block;
	float: right;
	margin-top: 0.5em;
	padding: 0 0.5em;
	font-size: 13px;
	line-height: 2;
}

span.idSpan.spnTransaction.faNumber.AmountNegative {
	color: #ff5252;
}

.trnasaction_date_row span.trnasaction_date {
	width: 50%;
	margin: 0;
	float: right;
	background-size: 24px;
	min-height: 24px;
}

.trnasaction_date_row span.trnasaction_time {
	width: 50%;
	margin: 0;
	float: right;
	line-height: 2;
	font-size: 13px;
	background-size: 24px;
	min-height: 24px;
}

.trnasaction_infotype span.trnasaction_id {
	width: 50%;
	float: right;
}

.trnasaction_amount span.idSpan.spnTransaction.faNumber {
	font-size: 25px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0.8em 0;
	direction: lrt;
}

.tara-tbls ul {
	padding-right: 0;
}

.grdpagination {
	width: 100%;
	clear: both;
	display: block;
	background-color: #EAF4F9;
	padding: 4px 0;
	border: 1px solid #94c0d2;
}

.grdpagination .paginationList {
	float: right;
	width: 68%;
	text-align: center;
	margin: 0 auto;
}

.grdpagination .paginationListPageSize {
	float: right;
	width: 12%;
}

.grdpagination .paginationSummary {
	text-align: left;
	margin: 0 auto;
	width: 19%;
	display: inline-block;
}

.paginationListPageSize select {
	padding: 0;
	margin-top: -7px;
}

.main-sharj {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}

.main-sharj ul {
	text-align: center;
}

.main-sharj ul li {
	display: inline-block;
	padding: 12px;
}

.main-sharj ul li a {
	font-size: 18px;
	display: inline-block;
	text-align: center;
	padding: 0.5em;
	background-color: #e97195;
	border-radius: 4px;
	width: auto;
	margin: 0.5em auto 0 auto;
	color: white;
}

.main-sharj .form-inline {
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}

.title-moshavereh {
	color: #065482;
	font-weight: 700;
}

.title-moshavereh i {
	font-size: 22px;
	color: #065482
}

.title-moshavereh p {
	line-height: 3;
}

.title-moshavereh p span {
	color: #E97195;
}

.moshavereh-section, .moshavereh-section1 {
	background: #fff;
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	border-top: 3px solid #E97195
}

.moshavereh-section, .moshavereh-section1 {
	padding: 10px;
}

.row-mosh a {
	display: block;
	width: 100%;
	color: #000;
}

.row-mosh-takhasos {
	padding-top: 12px;
	float: right;
	width: 35%;
}

.row-mosh {
	padding: 12px;
	border-bottom: solid 1px #e8e8e8;
	margin: 0 auto;
}

.row-mosh:last-child {
	border: none !important;
}

.row-mosh-takhasos span {
	display: inline-block;
	font-weight: bold;
}

.row-mosh-img {
	width: 65%;
	float: left;
}

.row-mosh-img li {
	float: left;
	list-style: none;
	width: 50px;
	margin: .5em;
	height: 50px;
}

.row-mosh-img li img {
	width: 100%;
	border-radius: 50%;
	border: 1px solid #ff0dd3;
	height: 100%;
}

.fa-angle-left {
	font-size: 25px;
	position: absolute;
	left: 0
}

.comments {
	margin: 0 auto;
	width: 80%;
}

.main-content .comments .item {
	border-top: 3px solid #e97195;
	border-radius: 5px;
}

.main-content .owl-nav {
	display: none;
}

.main-content  .owl-dots {
	margin: 15px;
}

.contentbox {
	background: #fff;
	padding: 15px;
}

.item .fa-quote-right {
	float: left;
	width: 100%;
	text-align: left;
	color: #e97195;
}

.item .fa-quote-left {
	color: #e97195;
}

ul.comment-rate {
	float: left;
}

.comment-rate li {
	float: right;
	list-style: none;
}

.comment-rate i {
	color: #e97195;
}

.title-moshavereh {
	width: 80%;
	margin: 0 auto;
}

.online {
	background-color: #2cc16c;
	border: solid 1px #ffffff;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #2cc16c;
	border: solid 1px #ffffff;
	position: relative;
	top: 11px;
	right: 0px;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.moshavereh-section1 .doctor-info {
	width: calc(100% - 160px);
	float: right;
}

.moshavereh-section1 .doctor-info img {
	border-radius: 50%;
	padding: 5px;
	width: 100px;
}

.moshavereh-section1 .GetAdvice-LC {
	width: 155px;
	float: left;
	padding: 0;
	margin-top: 2.5rem;
	text-align: center;
}

.moshavereh-section1 ul li {
	list-style: none;
}

.Specifications-Consultant-LC {
	width: calc(100% - 100px);
	padding: 0.2em 1.5em 1em 0;
	float: right;
	text-align: right;
	margin: 0;
}

li .ConsultantImage_lC {
	width: 100px;
	height: 100px;
	float: right;
	top: 0;
}

.FurtherInformation-LC {
	width: 100%;
	min-width: 180px;
	float: left;
	background-color: #eaf0f4;
	padding: .4rem .7rem;
	-ms-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

a.ConsultantName-LC {
	display: block;
}

.ConsultantName-LC span {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 .5rem 0;
	white-space: nowrap;
	overflow: hidden;
}

.bottonGetAdvice-LC {
	width: 100%;
	display: inline-block;
	float: right;
}

a.comments-LC {
	background-image: url(images/chat.svg);
	background-position: center right;
	padding: .5rem 20px .5rem .1rem;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	color: #8d8d8d;
	background-size: 16px;
	float: right;
}

a.btn {
	background-color: #2ccaa7;
	color: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-ms-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	padding: .4rem .5rem .4rem 0.5rem;
	min-width: 130px;
	font-size: 14px;
	float: left;
}

.Stars-LC i {
	color: #E97195;
}

.confidence-LC i {
	padding: 5px;
	color: #E97195
}

.moshavereh-section1 .row-row {
	border-bottom: 2px solid #dbdbdb;
	margin: 12px 0;
}

.moshavereh-section1 .row-row:last-child {
	border: none;
	!
	important;
}

.a-chat {
	color: #393939 !important;
}

/*start rating consulation step*/
.Rating-Consulation>i.RatingImg {
	display: block;
	background-image: url(images/smile.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 100px;
	margin: 0 auto 1rem auto;
}

.Rating-Consulation>span.RatingText {
	line-height: 1.7em;
	margin-top: 0;
	color: #ec1b48;
	direction: rtl;
	font-size: 17px;
	display: block;
	text-align: center;
	margin-bottom: 2rem;
}

.Rating-Consulation .RatingBox>span {
	line-height: 1.7em;
	margin: 0;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #333
}

.Rating-Consulation .RatingBox>ul.RateRange {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 4px !important;
	width: 293px;
	margin: 1rem auto 1.5rem !important;
	cursor: default;
	direction: ltr;
	text-align: center;
	box-shadow: 0 3px 7px 0 rgba(177, 177, 177, 0.18);
	background-color: #fcfcfc;
	border: solid 1px #d9d9d9;
	width: 100%;
	float: right;
	list-style: none
}

.Rating-Consulation .RatingBox>ul.RateRange>li {
	margin: 0 1px;
	top: 1px;
	position: relative;
	display: inline-block;
	text-align: center
}

.Rating-Consulation .RatingBox .UserRateComment>ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.Rating-Consulation .RatingBox .UserRateComment>ul>li>input[type="radio"]
	{
	background-image: url(images/Radio-Button.png);
	cursor: pointer;
	display: inline-block;
	height: 1.75em;
	margin-right: 0;
	position: relative;
	width: 1em;
	-webkit-appearance: none;
	margin-left: .4em;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	line-height: 1.75;
}

.Rating-Consulation .RatingBox .UserRateComment>ul>li>input[type="radio"]:checked
	{
	background-image: url(images/Radio-Button_Selected.png)
}

.Rating-Consulation .RatingBox .UserRateComment>ul>li>input[type="radio"]:checked+label
	{
	color: #065482;
}

.Rating-Consulation .RatingBox .UserRateComment>ul>li.Comment>textarea {
	width: 100%;
	height: 32px;
	background-color: #fbfbfb;
	border: solid 1px #d9d9d9;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: .5rem;
	min-height: 55px;
	resize: none;
	font-weight: 400
}

.Rating-Consulation .RatingBox>ul.RateRange>li>a {
	background: #ccc;
	border-radius: 100%;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 1px;
	font-family: IRANSans_FaNum !important;
	cursor: pointer
}

.Rating-Consulation .RatingBox .UserRateComment>ul>li.Btn>input[type="button"]
	{
	height: 32px;
	border-radius: 3px;
	background-color: #e97195;
	float: none;
	border: 1px solid #e97195;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.UserRateComment>span {
	margin: 0;
	font-size: 16px;
	text-align: right;
	display: block;
	color: #e97195;
	float: right;
	margin-bottom: 1rem
}

.UserRateComment {
	box-shadow: 0 3px 7px 0 rgba(177, 177, 177, 0.18);
	background-color: #fcfcfc;
	border: solid 1px #d9d9d9;
	width: 100%;
	float: right;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 1rem
}

.UserRateComment>table {
	width: 100%;
	float: right;
}

.Rating-Consulation .RatingBox .UserRateComment>ul input[type="radio"] {
	background-image: url(../images/Radio-Button.png);
	cursor: pointer;
	display: inline-block;
	height: 1.75em;
	margin-right: 0;
	position: relative;
	width: 1em;
	-webkit-appearance: none;
	margin-left: .4em;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	line-height: 1.75;
}

.Rating-Consulation .RatingBox .UserRateComment>ul input[type="radio"]:checked
	{
	background-image: url(../images/Radio-Button_Selected.png)
}

.Rating-Consulation .RatingBox .UserRateComment>ul input[type="radio"]:checked+label
	{
	color: #065482;
}

.Rating-Consulation .RatingBox .UserRateComment>ul>li {
	width: 100%;
	overflow: hidden;
	margin-bottom: .8rem;
}

.Rating-Consulation .RatingBox .UserRateComment>ul>li>label {
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
	color: #9a9a9a;
	margin: 0;
	text-align: right;
	width: calc(100% - 1.7rem);
}

.Rating-Consulation {
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
	border-top: 4px solid #e97195;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: .7rem;
	overflow: hidden
}

.Rating-Consulation>span {
	font-size: 15px;
	color: #065482;
}

.Rating-Consulation>span>strong {
	margin-right: 1rem;
	font-size: 16px;
	font-weight: 400;
	color: #065482;
}

ul.rating {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 4px !important;
	width: 293px;
	margin: 1rem auto 1.5rem !important;
	cursor: default;
	direction: ltr;
	text-align: center;
	box-shadow: 0 3px 7px 0 rgba(177, 177, 177, 0.18);
	background-color: #fcfcfc;
	border: solid 1px #d9d9d9;
	width: 100%;
	float: right;
	list-style: none
}

ul.rating>li {
	margin: 0 1px;
	top: 1px;
	position: relative;
	display: inline-block;
	text-align: center
}

ul.rating>li>a {
	background: #ccc;
	border-radius: 100%;
	display: block;
	width: 21px;
	height: 21px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 1px;
	cursor: pointer;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

ul.rating>li>a:hover {
	background: #2ccaa7
}

@media ( min-width : 410px) {
	.Rating-Consulation .RatingBox>ul.RateRange>li>a {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
}

.GetComment.UserConsulationComment>span {
	margin: 0;
	font-size: 16px;
	text-align: right;
	display: block;
	color: #2ccaa7;
	float: right;
	margin-bottom: 1rem
}

.GetComment.UserConsulationComment>ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.GetComment.UserConsulationComment>ul>li {
	width: 100%;
	overflow: hidden;
	margin-bottom: .8rem
}

.GetComment.UserConsulationComment>ul>li.Comment>textarea {
	width: 100%;
	height: 32px;
	background-color: #fbfbfb;
	border: solid 1px #d9d9d9;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: .5rem;
	min-height: 55px;
	resize: none;
	font-weight: 400
}

.GetComment.UserConsulationComment>ul>li.Btn>input {
	height: 32px;
	border-radius: 3px;
	background-color: #2ccaa7;
	float: none;
	border: 1px solid #2ccaa7;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.statusReateSave span#SpanlodingSavequstionSucss {
	color: #2ccaa7;
	font-size: 14px;
	font-weight: 500;
}

.statusReateSave {
	text-align: center;
	display: block;
	margin: 1rem 0 0 0;
}

.statusReateSave span#SpanlodingSavequstionError {
	color: #ec1b48 !important;
	font-size: 14px;
	font-weight: 500;
}

div#errMessageRating {
	clear: both;
	width: 100%;
	float: right;
	padding: 1rem;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 1rem 0;
	-ms-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.17);
	background-color: #fbd4dd;
	border: 1px dashed #ec1b48;
}

div#errMessageRating>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#errMessageRating>ul>li {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #ec1b48;
	width: 100%;
	display: block;
}
/*end rating style*/

/*msg box*/
.msg-box {
	clear: both;
	width: 100%;
	float: right;
	border: 1px dashed #0072bc;
	padding: 1rem;
	background-color: #edf4f8;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 1rem 0;
	-ms-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.17);
}

.msg-box>span {
	width: 28px;
	height: 28px;
	display: inline-block;
	float: right;
	background-color: #0072bc;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; /* border-radius: 50%; */
	position: relative;
}

.msg-box>p {
	display: inline-block;
	margin-bottom: 0;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #0072bc;
	width: calc(100% - 35px);
	float: left;
}

.msg-box.box-success {
	border: 1px dashed #3bbea2;
	background-color: #f0faf8;
}

.msg-box.box-success>span {
	background-color: #3bbea2;
}

.msg-box.box-success>span>i {
	width: 15px;
	height: 9px;
	border: 1px solid #fff;
	position: absolute;
	top: 7px;
	right: 6.7px;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.msg-box.box-success>p {
	color: #3bbea2;
}

.msg-box.box-info>span>i {
	display: block;
	width: 1.5px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	top: 6px;
	right: 13.5px;
	left: 13.5px;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.msg-box.box-info>span>i:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	bottom: -7px;
	right: 0px;
	left: 0px;
	display: block;
	background-color: #fff;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.msg-box.box-warning {
	border: 1px dashed #ecaa1b;
	background-color: #fcf1d9;
}

.msg-box.box-warning>span {
	background-color: transparent;
	width: 0;
	height: 0;
	border-radius: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 33px solid #ecaa1b;
}

.msg-box.box-warning>span>i {
	display: block;
	width: 2px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	top: 8px;
	right: -1px;
	left: 0;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.msg-box.box-warning>p {
	color: #ecaa1b;
	width: calc(100% - 51px)
}

.msg-box.box-warning>span>i:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	bottom: -7px;
	right: 0;
	left: 0;
	display: block;
	background-color: #fff;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.msg-box.box-error {
	background-color: #fbd4dd;
	border: 1px dashed #ec1b48;
}

.msg-box.box-error>span {
	background-color: #ec1b48;
}

.msg-box.box-error>p {
	color: #ec1b48;
}

.msg-box.box-error>span>i {
	width: 2px;
	height: 18px;
	display: block;
	background-color: #fff;
	position: absolute;
	right: 13px;
	left: 10px;
	transform: rotate(50deg);
	top: 5px;
}

.msg-box.box-error>span>i:after {
	content: "";
	height: 18px;
	display: block;
	background-color: #fff;
	right: 28px;
	left: 28px;
	transform: rotate(80deg);
	top: 5px;
}
/**/
/*end login/registration consulation*/
span.stars, span.stars span {
	display: block;
	background: url(../images/stars.png) 0px -26px repeat-x;
	width: 100px;
	height: 20px;
	direction: ltr;
}

span.stars {
	float: right;
}

span.stars span {
	background-position: 0px 0;
	float: right;
	background-position: right top;
}

.alertz {
	height: 35px;
	border-radius: 5px;
	width: 90%;
	background-color: #e97195;
	color: #fff;
	position: absolute;
	bottom: 145px;
	padding: 5px;
	left: 10px;
	right: 35px;
}

div.Payment-action {
	margin-bottom: 15px;
}

ul.paymentGateList {
	margin: 0 auto;
	padding: 0;
	display: block;
}

ul.paymentGateList>li {
	display: inline-block;
}

ul.paymentGateList>li>input {
	display: inline-block;
	width: 90px !important;
	background-color: #eee;
	height: 90px !important;
	margin: .5em .5em 1em;
	padding: .5em;
}

ul.paymentGateList>li>a {
	display: block;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.29;
	text-align: center;
	border: solid 1px #d9d9d9;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	padding: .9rem;
	clear: both;
	-ms-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	cursor: pointer;
	width: 100%;
	background-color: #e97195;
	color: #fff;
}

ul.paymentGateList>li>a:hover {
	background-color: #fff;
	border: 1px solid #e97195;
	color: #e97195;
}

.ContentCenter01.ContentCenterReservePayment_info .ReserveVisitSucceeddoctersp.prepayement *
	{
	font-size: 15px;
	text-align: justify;
	line-height: 2.7em;
}

element {
	
}

.ContentCenter01.ContentCenterReservePayment_info .ReserveVisitSucceeddoctersp.prepayement b.price
	{
	color: #e97195;
	font-family: yekannumbers;
}

.ContentCenter01.ContentCenterReservePayment_info .ReserveVisitSucceeddoctersp.prepayement p>b
	{
	line-height: 30px;
	font-weight: 500;
}

.box.boxReservePayment_info .ContentHeader01.ContentHeaderReservePayment_info h2
	{
	margin: 0 0 .5em 0;
	font-size: 16px;
	line-height: 1.47;
	color: #ec1b48;
	font-weight: 500;
	text-align: right;
}

.bimarestan-panel * {
	font-family: 'IRANSansnum' !important;
}

.progress1{
	width: 35%;
	float: left;
	margin: 0 0 10px 10px;
	direction: ltr;
	display: none;
}

.progress2{
	width: 35%;
	float: left;
	margin: 0 0 10px 10px;
	direction: ltr;
	display: none;
}