html {
	scroll-behavior: smooth;
}
.divdiassclass0{
    background-color: #FFFFFF;
    padding:20px 20px;
    margin:10px 5%;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
    display:flex;
    flex-wrap:nowarp;
    text-align: justify;
}
.divdiassclass1{
    width: 50%;
    justify-content: center
}
.divdiassclass2{
    width: 50%;
    padding:20px 20px 0px 20px;
}
.divdiassclass3{
    margin:auto;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
}
.divdiassclass4{
    display:flex;justify-content: center;padding:20px 30px
}
.atodrequetdivclass{
    font-family:'IRANSans' !important;
    font-size: 50px;
    text-align: center;
    padding-top:100px;color:red;
}
.cancelatodbuttonclass{
	background-color: #EC3B3B;
  border: none;
  color: white;
  width:100px;
	font-family: 'IRANSans'!important;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
	border-radius: 8px;
}
.cancelatodbuttonclass:hover{
	background-color: #E33434;
}
.loadingformclass0 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1050;
	direction: rtl;
	overflow-y: scroll;
	display: block;
	padding-top: 250px;
	background-color: #FBFBFB;
}
.mloadingformclass {
	display: flex;
	justify-content: center;
	background-color: white;
	border-radius: 50%;
	transform: scale(0);
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	-webkit-animation: zoomfun 0.6s;  /* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation: zoomfun 0.6s;
	animation-fill-mode: forwards;
}
 @keyframes zoomfun {
 from {
transform: scale(0)
}
 to {
transform: scale(1)
}
}
.mainloaderwaitingclass {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 30px;
  height: 30px;
  margin-top:5px;
  -webkit-animation: spin 0.5s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.atodformmaindiv {
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	transform: scale(0);
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	-webkit-animation: zoomfun 0.6s;  /* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation: zoomfun 0.6s;
	animation-fill-mode: forwards;
	width: 400px;
	max-height: 94%;
	overflow-y: auto;
	text-align: justify;
	line-height: 30px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	z-index: 200;
}
.atodformmaindiv::-webkit-scrollbar {
 width: 1px;
}
.catodbuttonclass{
	background-color: #5352E1;
  border: none;
  color: white;
  width:100px;
	font-family: 'IRANSans'!important;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
	border-radius: 8px;
}
.catodbuttonclass:hover{
	background-color: #4342D1;
}
.logininput{
	font-family:'IRANSans' !important;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	height:30px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,255,0.2);
}
.nextatodbuttonclass{
	background-color: #54BF19;
  border: none;
  color: white;
  width:100px;
	font-family: 'IRANSans'!important;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
	border-radius: 8px;
}
.nextatodbuttonclass:hover{
	background-color: #459E14;
}
.backatodbuttonclass{
	background-color: #1E1E1E;
  border: none;
  color: white;
  width:100px;
	font-family: 'IRANSans'!important;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
	border-radius: 8px;
}
.backatodbuttonclass:hover{
	background-color: #000000;
}

@keyframes moveHorizontal {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }

}
.onedivatodclass{
	direction: ltr;display:flex;flex-wrap:nowrap;
	margin: 50px 0px;
}
.twodivatodclass{
	padding:30px 0px 30px 0px;width:50%;display:flex;flex-wrap:nowrap;justify-content: center;
}
.threedivatodclass{
	width:70%;direction: rtl;
	animation-name: moveHorizontal;
  animation-duration:4s;
  animation-iteration-count: infinite;
}
.fourdivatodclass{
	box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.4);
	width:450px;height: 250px;
	border-radius: 5px;
}
.fivedivatodclass{
	padding:70px 60px 0px 0px;width:50%;direction: rtl;
}
.sexdivatodclass{
	display: flex;flex-wrap: nowrap;justify-content: center
}
.sevendivatodclass{
	background-color: #FFFFFF;box-shadow: 1px 2px 2px 1px rgba(0,0,255,0.1);border-radius: 5px;padding: 20px 20px 10px 20px;width: 250px;margin: 0px 5px
}
.sevendivatodclass:hover{
    transform: scale(1.03);
}
.eigthdivatodclass{
    
}
.mainmenuatagclass {
	padding-right: 10px;
	color: #2F6192;
	text-decoration: none
}
.mainmenuatagclass:hover {
	color: #1B4771;
}
.aboutexpertdivclass0{
	padding-bottom: 5px;background-color: #FFFFFF;border-radius: 5px;box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);margin-bottom: 10px;
}
.aboutexpertdivclass1{
	display: flex;background-color: #FFFFFF;border-radius: 5px;box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);padding: 20px 20px 5px 20px;width: 360px;font-size: 11px
}
.aboutexpertdivclass2{
	background-color: #FFFFFF;border-radius: 5px;box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);padding: 10px 20px;margin-bottom: 10px
}
.aboutexpertdivclass3{
	padding: 0px 40px 0px 40px;
	text-align: justify;
}
.aboutexpertdivclass4{
	display: flex;flex-wrap: wrap;justify-content:center;
}
.mainmenudivtagclass {
	padding: 20px 0px 21px 10px;
}
.mainmenudivtagclass:hover {
	background-color: #DFD9F8;
}
.mainmenudivtagclass0 {
	background-color: #E5E3F0;
}
.mainmenudivtagclassonce {
	display: none;
	background-color: rgba(0,0,0,0);
	position: absolute;
	min-width: 100px;
}
.mainmenudivtagclass:hover .mainmenudivtagclassonce {
	display: block;
}
.mainbuttonreserveclass {
	width: 110px;
	background-color: #7F64EC;
	color: white;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	border-radius: 5px;
	font-family: 'IRANSans'!important;
}
.mainbuttonreserveclass:hover {
	background-color: #9783EB;
}
.mainbuttonaboutmeclass {
	width: 115px;
	font-family: 'IRANSans'!important;
	background-color: #4CAF50;
	color: white;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	border-radius: 5px;
}
.mainbuttonaboutmeclass:hover {
	background-color: #60BF64;
}
.imagestyleclass {
	border-radius: 5px;
	width: 140px;
	height: 140px;
	margin-top: 55px;
}
.mainpaperdivclass {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	padding: 10px;
	line-height: 25px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
 width: 100%";
}
.mainpaperdivclass::-webkit-scrollbar {
 height: 0px;
}
.menuhederdivclass {
	position: absolute;
	right: 25px;
}
.docterinformationdivclass {
	display: flex;
	justify-content: center;
	background-color: #FDF4F4;
	font-size: 15px;
	padding: 10px 5% 0px 5%;
	font-weight: bold;
}
.maintwodocterinformationdivclass {
	display: flex;
	flex-wrap: nowrap;
	width: 450px;
	margin-bottom: 10px
}
.onedocterinformationdivclass {
	width: 400px;
	background-color: white;
	padding: 15px 25px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	text-align: justify;
	margin-bottom: 10px;
	margin-left: 20px;
}
.twodocterinformationdivclass {
	width: 50%;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	padding: 15px 25px;
	margin-left: 20px;
}
.threedocterinformationdivclass {
	width: 50%;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	padding: 15px 25px;
}
.fourdocterinformationdivclass {
	width: 200px;
	margin-right: 20px;
	background-color: white;
	padding: 15px 25px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
}
.timedocterinformationdivclass {
	color: darkblue;
	padding-bottom: 10px;
	font-size: 15px;
}
.tellcontactbuttoncass0{
	padding-top: 8px
}
.tellcontactbuttoncass{
	background-color: #FFDD9B;
  color: #000000;
	font-weight: bold;
	font-family: 'IRANSans'!important;
  padding: 5px 20px 0px 20px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
}
.tellcontactbuttoncass:hover{
	background-color: #F8CC75;
}
.expertsearchbuttoncass{
	background-color: #BA4BEB;
  border: none;
  color: white;
  width:150px;
	font-family: 'IRANSans'!important;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
	border-radius: 8px;
}
.expertsearchbuttoncass:hover{
	background-color: #AB2AE4;
}
.expertconsultationbuttoncass{
	background-color: #FFFFFF;
  border: none;
  color: #4B0AB3;
	font-family: 'IRANSans'!important;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
	border-radius: 8px;
	width:100px;
}
.expertconsultationbuttoncass:hover{
	background-color: #EEC9FF
}
.adasheaderclass0{
	z-index:0;width:100%;position: absolute;top: 130px;right:0px;display:flex;
}
.adasheaderclass1{
	width:40%;
}

.adasheaderclass2{
	width:60%;padding: 50px 0px 0px 50px;
}
.adasheaderclass3{
	padding:70px 80px 0px 80px;
}
.adasheaderdivclass1{
	font-family: 'DigiRastin'!important;font-size: 40px;color:#FFFFFF
}
.adasheaderdivclass2{
	font-size: 20px;font-family: 'DigiRastin'!important;color:#FFFFFF
}
.adasheaderdivclass3{
	font-family: 'IRANSans'!important;font-size: 12px;color:#FFFFFF;text-align: justify;line-height: 25px;white-space: nowrap;
}
.adasheaderdivclass4{
	padding-top: 5px;
	font-family: 'IRANSans'!important;
	font-size: 12px;
	text-align: justify;line-height: 25px;white-space: wrap;color: #CCA3F8
}
.mainservicedivclass {
	width: 200px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	padding: 15px 30px 10px 30px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 10px;
	background-color: #FFFFFF;
}
.mainservicedivclass:hover {
	background-color: #E9EBFF;
}
.xmainservicedivclass {
	width: 223px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	padding: 15px 30px 10px 30px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 10px;
	background-color: #FFFFFF;
}
.xmainservicedivclass:hover {
	background-color: #E9EBFF;
}
.docterserviceclass {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: justify;
	font-size: 12px;
	line-height: 30px;
}
.xdocterpaperclass {
	width: 280px;
}
.docterpaperclass {
	width: 280px;
}
.docterproblemclass {
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-size: 25px;
}
.datedocterproblemclass {
	font-size: 12px;
	color: #979797;
	padding-top: 20px
}
.doctortitlefontclass {
	display: flex;
	justify-content: center;
	font-size: 30px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	color: brown;
}
.xdoctortitlefontclass {
	display: flex;
	justify-content: center;
	font-size: 30px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	color: white;
}
.imageonefooderclass {
	width: 160px;
	border-radius: 50%;
	background-color: black;
	border: 5px solid #FFFFFF
}
.namedocterfooderclass {
	font-size:20px;
	color: #8FB6F9;
	font-family: 'DigiRastin'!important;
	margin-top: 10px
}
.divbodyheadernameclass {
	position: absolute;
	right: 10%;
	top: 100px;
}
.divtwobodyheadernameclass {
	position: absolute;
	right: 10%;
	bottom: 20px;
}
.docternobatexprtdivclass {
	display: flex;
	flex-wrap: nowrap;
	padding-top: 15px;
}
.bodyheadernameclass {
	font-size: 120px;
	color: #0D2A46;
	font-family: 'IranNastaliq'!important;
	line-height: 0px;
	padding: 50px 0px 30px 0px;
}
.ibodyheadernameclass {
	width: 500px;
}
.docterexprtdivclass {
	font-size: 17px;
	font-family: 'Mikhak'!important;
	font-weight: normal;
	color: #346492;
	padding-right: 100px;
	padding-top: 0px
}
.divdoctersicknessclass {
	width: 90px;
	border-radius: 5px
}
.divdoctersicknessclass:hover {
	transform: scale(1.1);
}
.doctergooglemapclass {
	width: 400px;
	height: 460px;
	padding: 5px 5px 5px 5px;
	background-color: white;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
}
.doctercontactusclass {
	display: flex;
	flex-wrap: nowrap;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	margin-left: 20px;
	padding: 20px 20px 0px 20px;
}
.xdoctercontactusclass {
	padding: 0px 20px 0px 0px;
	text-align: justify;
	white-space: normal;
	width: 500px
}
.menudocteronedivclass {
	background-color: #FDF4F4;
}
.divmainnemuclass {
	display: none;
	position: absolute;
	right: 0px;
	top: 131px;
	background-color: #FDF4F4;
	z-index: 50;
	border-radius: 0px 0px 0px 5px;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
	font-size: 14px;
	min-width: 70%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mobilemenuhederdivclass {
	display: none;
}
.doctormainataglistclass {
	text-decoration: none;
	color: black;
}
.doctormainataglistclass:hover {
	font-weight: bold;
}
.doctorpageclass {
	direction: ltr;
	display: flex;
	flex-wrap: nowrap
}
.onedoctorpageclass {
	direction: rtl;
	width: 30%
}
.twodoctorpageclass {
	direction: rtl;
	width: 70%;
	position: relative;
}
.threedoctorpageclass {
	background-color: #FDF4F4;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	margin-right: 20px;
	height: auto;
	padding-bottom: 10px;
	line-height: 25px
}
.onedoctormenuiconclass, .twodoctormenuiconclass, .threedoctormenuiconclass {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}
.change .onedoctormenuiconclass {
	transform: translate(0, 11px) rotate(-45deg);
}
.change .twodoctormenuiconclass {
	opacity: 0;
}
.change .threedoctormenuiconclass {
	transform: translate(0, -11px) rotate(45deg);
}
.change0 .onedoctormenuiconclass {
	transform: translate(0, -11px) rotate(-45deg);
}
.change0 .twodoctormenuiconclass {
	opacity: 0;
}
.change0 .threedoctormenuiconclass {
	transform: translate(0, 11px) rotate(45deg);
}
.ahaperlinkpaperdocterclass {
	text-decoration: none;
	font-size: 13px;
	color: blue;
}
.ahaperlinkpaperdocterclass:hover {
	font-weight: bold;
}
.kahaperlinkpaperdocterclass {
	text-decoration: none;
	font-size: 12px;
	color: blue;
}
.kahaperlinkpaperdocterclass:hover {
	font-weight: bold;
}
.ahaperlinkpaperdocterclass0 {
	text-decoration: none;
	font-size: 12px;
	color: white;
}
.ahaperlinkpaperdocterclass0:hover {
	font-weight: bold;
}
.ahaperlinkpaperdocterclass5 {
	text-decoration: none;
	font-size: 30px;
	color: white;
}
.ahaperlinkpaperdocterclass5:hover {
	font-weight: bold;
}
.mainpagenewsdivclass {
	padding: 0px 5px 15px 5px
}
.mainadasheaderdiv{
	position: relative;background: radial-gradient(farthest-corner at 60% 0px, #0080ff 0%, #281771 100%);height:608px
}

.mainpagenewsdivtitleclass {
	text-align: justify;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 0px;
	color: white;
	background-color: rgba(0,0,0,0.7);
	padding: 10px 0px;
	width: 100%;
}
.serveseformmaindiv {
	z-index: 3;
	display: none;
	padding-top: 20px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.0);
	direction: rtl;
}
.msformmaindiv {
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	transform: scale(0);
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	-webkit-animation: zoomfun 0.6s;  /* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation: zoomfun 0.6s;
	animation-fill-mode: forwards;
	width: 80%;
	max-height: 94%;
	
	text-align: justify;
	line-height: 30px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	z-index: 200;
}
.msformmaindiv::-webkit-scrollbar {
 width: 1px;
}
.gmsformmaindiv {
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	transform: scale(0);
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	-webkit-animation: zoomfun 0.6s;  /* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation: zoomfun 0.6s;
	animation-fill-mode: forwards;
	width: 410px;
	max-height: 94%;
	overflow-y: auto;
	text-align: justify;
	line-height: 30px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	z-index: 200;
}
.gmsformmaindiv::-webkit-scrollbar {
 width: 1px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes zoomfun {
 from {
transform: scale(0)
}
 to {
transform: scale(1)
}
}
 @keyframes zoomfun {
 from {
transform: scale(0)
}
 to {
transform: scale(1)
}
}
.sclosebutton {
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	color: #888;
	padding-top: 10px;
	line-height: 0px;
	width: 20px;
	font-family: 'IRANSans' !important;
}
.sclosebutton:hover {
	color: #000;
}
.papergroupdocterclass {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: white;
	margin: 5px 5% 10px 5%;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	padding: 10px 10px;
}
.paperatagdoctorclass {
	padding-right: 25px;
	color: rgba(255,255,255,0.6);
	font-size: 60px;
}
.paperatagdoctorclass:hover {
	color: white;
}
.doctormainpagesectionclass {
	margin: 5px 5%;
	display: block;
}
.mdoctormainpagesectionclass {
	display: none;
}
.newsdivdocterclass0 {
	margin: 0px 5%;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	background-color: white
}
.newsdivdocterclass4{
	border-radius: 5px;padding: 10px 10px 0px 10px;background-color: white;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
}
.newsdivdocterclass2 {
	position: relative;
}
.newsdivdocterclass3{
	width: 100%;
	height: 350px;
	border-radius: 5px
}

.newsdivdocterclass5{
	height: 5px;
	background-color: transparent;
}
.sdivbodyheadernameclass{
	position: relative;background-color: #FDF4F4;height: auto
}