@font-face {
  font-family: pfont;
  src: url('fonts/Shabnam-FD-WOL.ttf'),
   url('fonts/Shabnam-FD-WOL.eot?#') format('eot'),
	url('fonts/Shabnam-FD-WOL.woff') format('woff');
	
}


p,table,select,input,span,h1,h2,h3,textarea,body ,button{
  font-family: pfont;
 
}

input::placeholder {
    font-size: 11px;
	color:#ccc !important;
	font-family:pfont !important;
	padding:5px !important;
}


.shbut{

color:#fff;background-color:#f5593d;
width:fit-content;
border-radius:5px;
margin:auto;
padding:8px 22px;
border:none;

}


.detail{

	transition: opacity .45s linear;	
	-webkit-transition: opacity .45s linear;
	padding:7px;
	margin:3px;
	margin-top:22px !important;
	text-align:right;
	display:none;
	font-size:14px;
	font-weight:normal
}


.sectionbutton,.oursrevice{
	
	font-size:13px;
	width:fit-content;
	/*color:#ef7f6b;
	color:#000;*/
	background-color:#fff;
	padding:4px 1px;
	margin:4px 6px;
	border:none;
	font-weight:normal;
	opacity: .3;
	cursor:pointer	

}

.activebutton{
	font-weight:bold;
	/*color:#f5593d;
	color:#000;*/
	opacity: 1;	
	border-bottom:solid 3px #fff;
}


a:hover{
	
	
	color:unset;
	text-decoration:none;
	
}


a{
	color:unset;	
}



.checklabel:hover{
	font-weight:bold;
	
}
.checklabel{
	
	right:0px;
	position:absolute;
	cursor:pointer;
	padding-right:30px;
	font-size:14px;
	color:#777;
	width: 100%;
    text-align: right;
}


.checklist{
	list-style: none;
	position:relative;
	margin:11px;
}


.checkul{
	
	padding-right:5px;
	display: inherit;
}
	
.d2 {
	color:#999;
	font-size:12px
}

.d1 {
	font-size:28px;
	font-weight:bold
}

.checkinput{
visibility:hidden;
}

.check{
  display: block;
  position: absolute;
  border: 1px solid #999;
  border-radius: 5px;
  height: 20px;
  width: 20px;
  top: 1px;
  right: 0px;
 
	
	transition: border .25s linear;
	transition: background .25s linear;
	
	-webkit-transition: border .25s linear;
	-webkit-transition: background .25s linear;
	
}


input[type=radio]:checked ~ .check {
  
  background:#f5593d;
  border:none
}

@media only screen and (min-width: 850px) {
.small-menu{display:none}
}
@media only screen and (max-width: 850px) {
.big-menu{display:none}
}


.userinfo div:hover {		
background-color:#eee
	
}


.shmenuitem {
  overflow: hidden;
  background-color: #f8f9fa;
  
}

.shmenuitem a {
  float: right;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
}

.shactive {
  padding-right: 12px !important;
  background-color: #f8f9fa;
  color: #000;
  font-size:19px;
  font-weight:bold
}

.shmenuitem .icon {
  display: none;
  font-size:19px !important;
}

.shdrop {
  float: right;
  overflow: hidden;
}


.shdrop .dropbtn {
    
  border: none;
  outline: none;
  color: #000;
  padding: 16px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.shdrop-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.shdrop-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
  font-weight: normal;
    font-size: 12px;
	border-bottom: solid 1px #eee;
}



.shdrop-content a:hover {
  background-color: #ddd;
  color: black;
}

.shdrop:hover .shdrop-content {
  display: block !important;
}

@media screen and (max-width: 800px) {
  .shmenuitem a:not(:first-child), .shdrop .dropbtn {
    display: none;
  }
  .shmenuitem a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .shmenuitem.responsive {height:100%;}
  .shmenuitem.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .shmenuitem.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
  .shmenuitem.responsive .shdrop {float: none;}
  .shmenuitem.responsive .shdrop-content {position: relative;}
  .shmenuitem.responsive .shdrop .dropbtn {
    display: block;
    width: 100%;
    text-align: right;
  }
  .shdrop-content a {
	  padding: 3px 36px;
	 background-color:#f8f9fa;
		
		border-bottom:none ;
	  
  }	
  .shdrop .dropbtn {
	  padding: 6px 16px;
	   }
  .shdrop-content{
	  box-shadow:none;
	  }  
   .shdrop{
   border-bottom:solid 1px #ddd;
   padding-bottom:11px;
   }
   
  
}

@media screen and (min-width: 800px) {
  .shdrop-content  {
	  display:none !important;	  
  }
  .shmenuitem a:hover, .shdrop:hover .dropbtn {
  font-weight:bold;
}
  .menuham{
  display:none;
  }
}




input{
	border:solid 1px #ccc !important;
}


input:hover{
	border:solid 1px #000 !important ;
}

input:focus{
	border:solid 1px #000 !important ;
}

.noscroll::-webkit-scrollbar {
    display: none;
}
.noscroll{
-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}  


