﻿@font-face {

  font-family: 'byekan';

  src: url('../fonts/BYekan.eot?#') format('eot'), url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype');

}

@font-face {

  font-family: 'IRANYekan';

  src: url('../fonts/IRANYekan.eot?#') format('eot'), url('../fonts/IRANYekan.woff2') format('woff2'), url('../fonts/IRANYekan.ttf') format('truetype');

}

@font-face {

  font-family: 'IRANSans_bold';

  src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), 

  url('../fonts/woff2/IRANSansWeb_Bold.woff2')           format('woff2'), 

  url('../fonts/woff/IRANSansWeb_Bold.woff')            format('woff'), 

  url('../fonts/ttf/IRANSansWeb_Bold.ttf')             format('truetype');

}

@font-face {

  font-family: 'IRANSans_light';

  src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), 

  url('../fonts/woff2/IRANSansWeb_Light.woff2')           format('woff2'), 

  url('../fonts/woff/IRANSansWeb_Light.woff')            format('woff'), 

  url('../fonts/ttf/IRANSansWeb_Light.ttf')             format('truetype');

}

@font-face {

  font-family: 'IRANSans_ultralight';

  src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), 

  url('../fonts/woff2/IRANSansWeb_UltraLight.woff2')           format('woff2'), 

  url('../fonts/woff/IRANSansWeb_UltraLight.woff')            format('woff'), 

  url('../fonts/ttf/IRANSansWeb_UltraLight.ttf')             format('truetype');

}

@font-face {

  font-family: 'IRANSans';

  src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), 

  url('../fonts/woff2/IRANSansWeb.woff2')           format('woff2'), 

  url('../fonts/woff/IRANSansWeb.woff')            format('woff'), 

  url('../fonts/ttf/IRANSansWeb.ttf')             format('truetype');

}

@font-face {

  font-family: 'roboto';

  src:  url('../fonts/Roboto-Thin.ttf') format('truetype');

}

/* header begin */

header{

  box-shadow: 0 0 7px #d7d7d7;

  -webkit-box-shadow: 0 0 7px #d7d7d7;

  -moz-box-shadow: 0 0 7px #d7d7d7;

  -o-box-shadow: 0 0 7px #d7d7d7;

}

.top-bar-menu{

  width: 100%;

  height: auto;

  background-color: #fff;

  border-top: 4px solid #009E4E;

  border-bottom: 1px solid #d7d7d7;

  padding: 8px 0 10px 0;

}

.top-bar-nav{

  width: 100%;

  height: 77px;

  background-color: #fff;

  border-bottom: 1px solid #d7d7d7;

  padding: 2px 0 2px 0;

}

.top-bar-menu-right ul{

  margin: 0 !important;

  list-style: none;

  padding-top: 5px;

}

.top-bar-menu-right ul li{

  font-family: IRANSans;

  float: right;

  padding: 0px 13px 0px 13px;

}

.top-bar-menu-right ul li a{

  color: #616161;

  font-size: 15px;

}

.top-bar-menu-right ul li:first-child a{

  padding-left: 15px;

  border-left: 1px solid #d7d7d7;

  margin-bottom: 0 !important;

}

.top-bar-menu-left{

  text-align: left;

}

.top-send-ad-btn{

  color: white;

  background-color: #009e4e;

  padding: 5px 10px 4px 10px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  font-size: 14px;

  font-family: IRANSans;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-send-ad-btn:hover , .top-send-ad-btn:focus{

  color: white;

  background-color: #027d3e;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-send-ad{

  height: 33px;

  color: #616161;

  padding: 8px 10px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  font-size: 15px;

  font-family: IRANSans;

  margin-top: 5px !important;

  margin-bottom: 0 !important;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-send-ad:hover{

  color: #23527c;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-send-ad:first-child{

  border-radius: 0px;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -o-border-radius: 0px;

  padding-top: 0;

  padding-bottom: 0;

}

.top-send-ad i{

  color: #f44336;

  padding-left: 3px;

}

.top-bar-nav-sections{

  width: 100%;

  height: 52px;

}

.top-bar-nav-sections-padding{

  padding: 10px;

}

/* .top-bar-nav-sections-padding:last-child{

  padding-left: 0;

} */

.top-bar-nav-sections.logo{

  background-image: url('../images/bag_header.png');

  background-repeat: no-repeat;

  background-position: right;

}
/* 
.logo-padding-right{

  padding-right: 25px;

} */

.top-bar-nav-get-ad-btn{

  width: 100%;

  height: 38px;

  background-color: #8D8B88;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

  font-family: IRANSans;

  text-align: center;

  font-size: 14px;

  color: white;

  position: relative;

  padding-top: 10px;

  padding-right: 25px;

}

.top-bar-nav-get-ad-btn i{

  color: white;

  background-color: #696866;

  padding: 12px;

  border-radius: 0 4px 4px 0;

  -webkit-border-radius: 0 4px 4px 0;

  -moz-border-radius: 0 4px 4px 0;

  -o-border-radius: 0 4px 4px 0;

  position: absolute;

  top: 0;

  right: 0;

}

.top-menu-alert{

  position: absolute;

  width: 18px;

  height: 18px;

  background-color: rgb(235, 42, 42);

  color: white;

  border-radius: 15px;

  top: 8px;

  right: -8px;

  font-family: IRANSans;

  font-size: 12px;

  padding-top: 1px;

  text-align: center;

}

.top-bar-nav-sections.center{

  position: relative;

}

.top-bar-nav-sections.center > input{

  width: 60%;

  height: 40px;

  border:1px solid #ccc;

  border-left-width: 0px;

  border-radius: 0 3px 3px 0;

  -webkit-border-radius: 0 3px 3px 0;

  -moz-border-radius: 0 3px 3px 0;

  -o-border-radius: 0 3px 3px 0;

  padding: 5px;

  padding-right: 25px;

  font-family: IRANSans;

  font-size: 12px;

  float: right;

}

.top-bar-nav-sections.center > input[type="text"]:focus{

  outline: none;

}

.top-bar-nav-sections.center > i{

  position: absolute;

  top: 10px;

  right: 8px;

}

.top-bar-nav-sections.center > div{

  width: 40%;

  height: 40px;

  border:1px solid #ccc;

  border-right-width: 0px;

  border-radius: 3px 0 0 3px;

  -webkit-border-radius: 3px 0 0 3px;

  -moz-border-radius: 3px 0 0 3px;

  -o-border-radius: 3px 0 0 3px;

  float: right;

}

.top-bar-nav-input-btns-box{

  text-align: center;

  padding-top: 3px;

}

.header-search{

  font-family: IRANSans;

  font-size: 12px;

  color: white;

  background-color: #009e4e;

  border: 0;

  padding: .8em 15px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  cursor: pointer;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.header-search:hover , .header-search:focus{

  background-color: #027d3e;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-bar-nav-input-btns-box a{

  padding: 5px 9px;

  background-color: #E7E7E7;

  color: #616161;

  font-family: IRANSans;

  font-size: 12px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

}

.header-tel-us{

  width: 250px;

  height: 38px;

  margin-top: 7px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

  font-family: IRANSans;

  color: white;

  padding: 1px;

  float: left;

  border: 1px solid #eb5d5d;

  color: #eb5d5d;

}

.my-grid-container{

  padding-left: .8rem;

  max-width: 40rem;

  margin: 0 auto;

}

.tel-us-right{

  font-size: 18px;

}

.tel-us-right > span:before{

  content:'\f2a0';

  font-family: fontawesome;

  font-size: 20px;

  padding-left: 10px;

  padding-right: 4px;

  transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  display: inline-block

}

.tel-us-right i{

  font-size: 22px;

}

.tel-us-left{

  font-size: 18px;

  text-align: left;

  padding-left: 8px;

  padding-top: 6px;

  font-family: IRANSans_light;

}



/* header end */

/* footer begin */

.footer-section{

  width: 100%;

  background-color: white;

  font-family: IRANSans_light;

  border-bottom: 4px solid #ebeaea;

}

.footer-top-sections{

  width: 100%;

  padding-top: 10px;

  padding-bottom: 0;

}

.footer-top-sections:first-child{

  padding-left: 4px;

}

.footer-top-sections:last-child{

  padding-right: 4px;

}

.footer-top-sections-padding{

  padding-top: 5px;

}

.footer-top-sections-padding:first-child{

  padding-left: 50px;

}

.footer-top-sections-padding:last-child{

  padding-right: 50px;

}

.footer-head-box{

  width: 100%;

  height: 40px;

  border-bottom:2px solid #d7d7d7;

  margin-bottom: 15px;

}

.footer-head-box strong{

  font-size: 16px;

  font-weight: 400;

  border-bottom: 2px solid #00a052;

  padding-bottom: 13px;

  font-family: IRANSans;

  color: #333;

}

.footer-top-sections p{

  text-align: justify;

  line-height: 1.7;

  font-size: 14px;

  font-weight: 300;

  color: #333;

}

.footer-info{

  margin: 0 !important;

  list-style: none;

}

.footer-info li{

  margin-top: 8px;

  font-size: 13px;

  font-weight: 300;

  color: #333;

  font-family: IRANSans;

}

.footer-info li > i{

  color: #bfbfbf;

  padding-left: 5px;

}

.footer-socials{

  margin: 10px auto !important;

  list-style: none;

  width: 175px;

  height: 50px;

}

.footer-socials li{

  float: left;

  padding: 20px 5px;

}

.footer-socials li a{

  color: #424242;

}

.footer-socials li a > i{

  font-size: 38px;

}

.footer-bottom{

  width: 100%;

  background-color: white;

  border-top: 3px solid #009e4e;

  padding: 13px 0;

}

.footer-bottom ul{

  margin: 0 !important;

  list-style: none;

}

.footer-bottom ul li{

  font-family: IRANSans;

  font-size: 14px;

  float: right;

}

.footer-bottom ul li a{

  color: #616161;

}

.footer-bottom ul li:not(:first-child) a{

  padding-right: 10px;

  padding-left: 10px;

}

.footer-bottom ul li:first-child a{

  padding-left: 10px;

}

.footer-bottom ul li:not(:last-child):after{

  content: "|";

  color: #8c8c8c;

}

.footer-bottom p{

  font-family: IRANSans_light;

  font-size: 14px;

  margin-bottom: 0 !important;

  color: #333;

  margin-top: 5px;

}

.enamad-box{

  width: 85px;

  height: 150px;

  background-image: url('../images/enamad.png');

  background-repeat: no-repeat;

  background-size: contain;

  margin: 35px auto;

}

/* footer end */


.bg-div{

  width: 100%;

  min-height: 550px;

  background-color: rgba(238, 239, 241, 0.9);

}
.bg-div.login{
  position: absolute;
  min-height: 1000px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.main-section{

  width: 100%;

  padding: 20px 28px;

}
.main-select-way h6.alert{

  width: 100%;

  margin: 15px auto;

  padding: 5px;

  font-family: IRANSans;

  font-size: 13px;

  text-align: center;

  margin-bottom: 10px;

  color: #a94442 !important;

  display: none;
}
.main-select-way{

  width: 100%;

  padding-bottom: 10px;

  background-color: white;

  margin: 20px 0 20px 0;

  border: 1px solid #ccc;

  box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -webkit-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -moz-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -o-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

}
.main-head-box{

  width: 100%;

  border-bottom:2px solid #d7d7d7;

  margin-bottom: 25px;

  padding: 10px;

}

.main-head-box strong{

  font-size: 16px;

  font-weight: 400;

  padding-bottom: 9px;

  font-family: IRANSans;

  color: #333;

}
.main_form{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 15px;
  background-color: white;
}
.main_form.login{
  margin-top: 100px;
}
.main_form > h5{
  background-color: #f8f8f8;
  color: #555;
  padding: 10px;
  font-family: IRANSans;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.main_form > h4.true{
  background-color: #21bb6d;
  color: #fff;
  padding: 10px;
  font-family: IRANSans;
  font-size: 1.25rem;
  text-align: center;
  border-bottom: 2px solid #2ba768;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.main_form > h4.false{
  background-color: #f26464;
  color: #fff;
  padding: 10px;
  font-family: IRANSans;
  font-size: 1.25rem;
  text-align: center;
  border-bottom: 2px solid #d31313;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.main_form > h6{
  background-color: #f8f8f8;
  color: #555;
  padding: 8px 5px 6px 5px;
  font-family: IRANSans;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.main_form_in{
  padding: 0 7px;
  background-color: white;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
.main_form_in > h6.callout.primary{
  color: #5198d4 !important;
  background-color: #f0fbff !important;
  font-family: IRANSans;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
  border-color: #8abce6;
}
.main_form_in > h5{
  font-family: IRANSans;
  font-size: 15px;
  text-align: center;
  line-height: 1.6;
}
.main_form_titles{
  font-family: IRANSans;
  font-size: 15px;
}
.main_form_titles:not(:first-child){
  margin-top: 12px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(#select-state-selectized):not(#select-job-selectized):not(#select-field-selectized){
  width: 100%;
  height: 35px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border:1px solid #ccc;
  padding: 3px;
  padding-right: 5px;
  font-family: IRANSans;
  font-size: 14px;
}
input:focus{
  outline: none;
}
input[type="text"]::placeholder{
  color: #ccc;
}
p.price{
  font-family: IRANSans;
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 17px;
  color: #22b518;
  border-bottom: 1px dashed #22b518;
  display: inline-block;
}
.bordered_box{
  width: 100%;
  text-align: center;
  /* border: 1px solid #10c046; */
  background-color: #e9ffe9;
  margin-bottom: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 7px;
}
.bordered_box_bottom{
  width: 100%;
  border:1px solid #ccc;
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.outer_one{
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  border-right: 3px solid #009e4e;
  border-left: 3px solid #009e4e;
  padding: 2px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 3px 4px rgba(17, 17, 17, 0.1);
}
.outer_one_in{
  width: 96%;
  margin: 0 auto;
  border-radius: 30px;
  border-right: 2px solid #009e4e;
  border-left: 2px solid #009e4e;
  padding: 5px;
  padding-right: 30px;
  position: relative;
  /* background-color: white; */
}
.outer_one_in i{
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  position: absolute;
  top: 18px;
  right: 30px;
  color: #009E4E;
  font-size: 25px;
}
.outer_one_in p{
  font-family: IRANSans;
  font-size: 14px;
  color: #009E4E;
  text-align: center;
  margin-bottom: 0;
}
.outer_two{
  width: 80%;
  margin: 10px auto;
  border-radius: 30px;
  border-right: 3px solid #00949e;
  border-left: 3px solid #00949e;
  padding: 2px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 3px 4px rgba(17, 17, 17, 0.1);
  margin-bottom: 0;
}
.outer_two_in{
  width: 96%;
  margin: 0 auto;
  border-radius: 30px;
  border-right: 2px solid #00949e;
  border-left: 2px solid #00949e;
  padding: 5px;
  /* background-color: white; */
}
.outer_two_in p{
  font-family: IRANSans;
  font-size: 14px;
  color: #119099;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}
.bordered_box_bottom strong{
  font-family: IRANSans;
  font-size: 14px;
  color: maroon;
}
.bordered_box_bottom ul{
  margin: 0;
  list-style: none;
  font-family: IRANSans;
  font-size: 14px;
}
.bordered_box_bottom ul li{
  margin-top: 5px;
  text-align: justify;
  display: flex;
}
.bordered_box_bottom ul li:before{
  content: '\f058';
  font-family: fontawesome;
  font-size: 11px;
  margin-left: 3px;
}
.bordered_box_bottom ul li:nth-child(even){
  color: #555;
}
.bordered_box_bottom ul li:nth-child(odd){
  color: #111;
}
p.all_cards{
  font-family: IRANSans;
  text-align: center;
  color: #1896b5;
  font-size: 15px;
  margin-bottom: 0;
}
.main_pay_form_bordered_box_top{
  width: 100%;
  background-color: rgb(243, 243, 243);
  text-align: center;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 8px;
  border-bottom-width: 2px;
  box-shadow: 0 1px 9px -5px #111;
  -webkit-box-shadow: 0 1px 9px -5px #111;
  -moz-box-shadow: 0 1px 9px -5px #111;
  -o-box-shadow: 0 1px 9px -5px #111;
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
  color: #989898;
  font-family: IRANSans_light;
  font-size: 13px;
  display: block;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
.main_pay_form_bordered_box_top:hover{
  background-color: rgb(240, 240, 240);
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
.button.alert.buy{
  background-color: #eb5d5d;
  font-family: IRANSans;
}
.button.alert.buy:hover{
  background-color: #cc5050;
}
.button.primary.login{
  width: 150px;
  color: white;
  margin-top: 20px;
  font-family: IRANSans;
}
.main_form_titles_login{
  font-size: 15px;
  font-family: IRANSans;
}
ul li a:focus, ul li a:active{
  outline: none !important;
}
.tabs-title{
  font-family: IRANSans;
}
.dashboard_innerbox{
  border:1px solid #ccc;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
.dashboard_title{
  font-family: IRANSans;
  font-size: 14px;
}
.dashboard_title.margin-top{
  margin-top: 20px;
}
.button.success{
  color: white;
  font-family: IRANSans;
}
.button.success:hover{
  color: white;
}
.callout.success{
  color: green;
  font-family: IRANSans;
  font-size: 14px;
  border-color: green;
  padding: 10px;
}
.callout.primary.in{
  background-color: #def2f8;
  color: #0a0a0a;
  font-family: IRANYekan;
  font-size: 13px;
  color: #2f64c5;
  padding: 10px;
  text-align: justify;
}
.p_archive_table{
  font-family: IRANSans;
  font-size: 14px;
}
.p_archive_table tr th, .p_archive_table tr td{
  border:1px solid #ccc;
  text-align: center;
}
.payments_table{
  font-family: IRANSans;
  font-size: 14px;
}
.payments_table tr th, .payments_table tr td{
  border:1px solid #ccc;
  text-align: center;
}
.remove_btn{
  background-color: orangered;
  border:none;
  display: block;
  width: 100%;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  color: white;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
  padding: 6px 0 3px 0;
}
.remove_btn:hover{
  box-shadow: 2px 0 6px -1px rgba(34, 34, 34, 0.4);
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
  z-index: 1;
  position: relative;
}
.edit_btn{
  background-color: cornflowerblue;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  color: white;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
  padding: 2px 0;
}
.edit_btn:hover{
  box-shadow: -2px 0 6px -1px rgba(34, 34, 34, 0.4);
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
  z-index: 1;
  position: relative;
}
.out_li{
  float: left;
  font-family: IRANSans;
  font-size: 14px;
  margin-top: 15px;
  margin-left: 20px;
}
.login_bar_btn{
  width: 100%;
  padding: 8px;
  background-color: #f9f9f9;
  color: #333;
  margin-top: 5px;
  border:1px solid #ccc;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  text-align: center;
  font-family: IRANSans;
  font-size: 14px;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.login_bar_btn::selection{
  background-color: transparent;
}
.login_bar_btn:hover{
  background-color: #f1f1f1;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.login_bar_box{
  width: 100%;
  padding: 15px;
  background-color: #eaeaea;
  border:1px solid #ccc;
  border-top-width: 0;
  /* display: none; */
}
.user_p_box{
  width: 100%;
  border:1px solid #ccc;
  border-bottom-width: 0;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.user_p_box_top{
  background-color: #f3f3f3;
  padding: 7px;
  width: 100%;
  font-family: IRANSans;
  font-size: 14px;
  color: green;
  border-bottom: 1px solid #ccc;
}
.user_p_box_edge{
  border-bottom: 1px solid #ccc;
  padding:8px 7px 6px 7px;
  font-family:IRANSans;
  font-size: 14px;
  width: 100%;
  text-align: center;
  background-color: #35af35;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
  color:white;
}
/* .user_p_box_edge > span{
  color: #555;
} */
.user_p_box_edge.red{
  color: white;
  background-color: #e44242;
}
.user_p_box_edge.orange{
  color: white;
  background-color: orange;
}
.user_p_box_edge.skyblue{
  color: white;
  background-color: skyblue;
}
.user_p_box_edge.silver{
  color: #989898;
  background-color: #dedede;
}
.user_p_box_edge.yellow{
  color: #a0a0a0;
  background-color: #fff798;
}
.user_p_box_edge.default{
  color: #888888;
  background-color: #f3f3f3;
}
.user_p_box_twolast{
  border-bottom: 1px solid #ccc;
  padding:7px;
  font-family:IRANSans;
  font-size: 14px;
  width: 100%;
  border-right: 1px solid #ccc;
  color:#555;
  text-align: center;
}
.user_p_box_twolast:focus{
  outline: none;
}
.user_p_box_twolast span:focus{
  outline: none;
}
.user_p_box_pay{
  border-bottom: 1px solid #ccc;
  padding: 7px;
  width: 100%;
  font-family: IRANSans;
  font-size: 14px;
  color: #555;
  text-align: center;
}
.cutter{
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 14%, rgba(255,255,255,1) 14%, rgba(99,206,122,1) 50%, rgba(255,255,255,1) 85%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 14%,rgba(255,255,255,1) 14%,rgba(99,206,122,1) 50%,rgba(255,255,255,1) 85%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 14%,rgba(255,255,255,1) 14%,rgba(99,206,122,1) 50%,rgba(255,255,255,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  padding: 1px;
  margin-bottom: 15px;
}
.user_p_box_bottom{
  padding: 3px 7px 7px 7px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.user_p_box_bottom a{
  font-size: 12px;
  font-family: IRANSans;
}
.search_form{
  width: 100%;
  border:1px solid cadetblue;
  padding: 10px;
  margin-bottom: 10px;
  background-color: azure;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  font-family: IRANSans;
  font-size: 14px;
}
select{
  margin-bottom: 8px;
  height: 35px;
  border-color: #ccc;
  font-family: IRANSans;
  font-size: 14px;
}
select:focus{
  outline: none;
}
.top_of_main{
  width: 100%;
  height: 262px;
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: 100%;
  position: relative;
}
.exit_link{
  float: left;
  color: red;
  font-family: IRANSans;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 6px;
}
.exit_link:hover{
  color: red;
}
.top_of_main_in{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: rgba(0, 158, 79, 0.3); */
  padding-top: 25px;
}
.top_of_main_in h1{
  font-family: byekan;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px #333;
  font-size: 40px;
}
.top_of_main_in h2{
  font-family: roboto;
  color: white;
  text-align: center;
  text-shadow: 0 2px 4px #333;
  font-size: 20px;
  letter-spacing: 5px;
}
.header_login_box{
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .9);
  margin-top: 13px;
  padding: 20px 20px 10px 20px;
  position: relative;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.55);
}
.header_login_box > span{
  font-family: IRANSans;
  font-size: 14px;
  position: absolute;
  top: -12px;
  right: -1px;
  color: white;
  background-color: white;
  color: #338280;
  padding: 0 6px 0 7px;
  border-radius: 3px 14px 3px 14px;
}
.header_login_box input{
  border-color: #bfbfbf !important;
  background-color: rgba(255, 255, 255, 0.4);
  color: #3b607d;
}
.header_login_box input::placeholder{
  color: #bfbfbf;
}
.header_login_box button{
  position: absolute;
  top: 0;
  left: 11px;
  background-color: #bfbfbf;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.header_login_box button i{
  color: #fff;
}
.header_login_box button:focus, .header_login_box button i:focus{
  outline: none;
}
#more_price_btn{
  font-family: IRANSans;
  margin-top: 20px;
  font-size: 14px;
  color: cornflowerblue;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 2px 6px;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
#more_price_btn:hover{
  background-color: #eaeaea;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
.product_box{
  width: 100%;
  padding: 0 0 15px 0;
  background-color: white;
  box-shadow: 0 2px 3px silver;
  -webkit-box-shadow: 0 2px 3px silver;
  -moz-box-shadow: 0 2px 3px silver;
  -o-box-shadow: 0 2px 3px silver;
  margin-top: 30px;
  text-align: center;
}
del.off{
  color: red;
  font-family: IRANSans;
  font-size: 15px;
}
.product_box_title{
  text-align: center;
  padding: 8px;
  background-color: #39656f;
  font-family: IRANSans_light;
  font-size: 15px;
  color: white;
  margin-bottom: 30px;
}
.product_box_title > a{
  color: white;
}
.product_box > h3{
  font-family: IRANSans;
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
}
.product_box > h3 > a{
  color: #49708a;
}
.product_box > h3 + p{
  font-family: IRANSans;
  font-size: 13px;
  text-align: center;
  color: rgb(118, 178, 226);
  margin-bottom: .5em;
  height: 20px;
}
.product_box > a.desc{
  font-family: IRANSans;
  font-size: 14px;
  background-color: #f0f0f0;
  color: #555;
  padding: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  width: 150px;
  display: inline-block;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
  margin-top: 8px;
}
.product_box > a.desc.no_inventory{
  width: 300px;
}
.product_box > a.desc:hover{
  background-color: #e9e9e9;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
.product_box > a.buy{
  font-family: IRANSans;
  font-size: 14px;
  padding: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  width: 150px;
  display: inline-block;
  background-color: #00c853;
  color: white;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
a.buy:hover{
  background-color: #04bd51;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
span.no_inventory{
  display: block;
  text-align: center;
  color: rgb(200, 0, 0);
  font-family: IRANSans_light;
  font-size: 18px;
  margin-bottom: 5px;
}
span.price_desc.no_inventory{
  margin-bottom: 11px;
}
span.price{
  display: block;
  color: #009e4e;
  font-family: IRANYekan;
  font-size: 18px;
}
span.price.no-margin{
  margin-bottom: 0;
  display: inline;
}
span.price_desc{
  display: block;
  color: #009e4e;
  font-family: IRANYekan;
  font-size: 15px;
  margin-bottom: 14px;
}
span.price_desc.no-margin{
  margin-bottom: 0;
}
.main-box {
  width: 200px;
  height: 253px;
  position: relative;
  margin: 0 auto;
  perspective: 800px;
}
.main-box.in {
  /* perspective: unset; */
  margin-top: 15px;
  margin-bottom: 20px;
}
.main-box.in > img{
  /* box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
  -o-box-shadow: 0 0 15px 1px rgba(0,0,0,0.20); */
  box-shadow: 3px 0 15px 1px rgba(0,0,0,0.20);
  -webkit-box-shadow: 3px 0 15px 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 3px 0 15px 1px rgba(0,0,0,0.20);
  -o-box-shadow: 3px 0 15px 1px rgba(0,0,0,0.20);
  transform: rotate3d(0, 1, 0, -24deg);
  -webkit-transform: rotate3d(0, 1, 0, -24deg);
  -moz-transform: rotate3d(0, 1, 0, -24deg);
  -o-transform: rotate3d(0, 1, 0, -24deg);
}
.ribbon {
  position: absolute;
  right: -2px;
  top: -10px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
  transform: rotate3d(0, 1, 0, -24deg);
  -webkit-transform: rotate3d(0, 1, 0, -24deg);
  -moz-transform: rotate3d(0, 1, 0, -24deg);
  -o-transform: rotate3d(0, 1, 0, -24deg);
  transition: ease-in-out .35s all;
}
/* .ribbon.in {
  top: -5px;
  right: -5px;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  transition: unset;
} */
.ribbon span {
  font-size: 13px;
  font-family: IRANSans_light;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#05d5f7 0%, #0f95a7 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #087F8F;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087F8F;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #087F8F;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087F8F;
}
.product_box img{
  box-shadow: 3px 0 15px 1px rgba(0,0,0,0.20);
  -webkit-box-shadow: 3px 0 15px 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 3px 0 15px 1px rgba(0,0,0,0.20);
  -o-box-shadow: 3px 0 15px 1px rgba(0,0,0,0.20);
  transform: rotate3d(0, 1, 0, -24deg);
  -webkit-transform: rotate3d(0, 1, 0, -24deg);
  -moz-transform: rotate3d(0, 1, 0, -24deg);
  -o-transform: rotate3d(0, 1, 0, -24deg);
  width: 200px;
  height: 253px;
  object-fit: cover;
  object-position: top;
  transition: ease-in-out .35s all;
  -webkit-transition: ease-in-out .35s all;
  -moz-transition: ease-in-out .35s all;
  -o-transition: ease-in-out .35s all;
}
/* .image_a:hover > img{
  transform: rotate3d(0, 1, 0, 0deg) scale(1.05);
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
  -o-box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
  transition: ease-in-out .35s all;
  -webkit-transition: ease-in-out .35s all;
  -moz-transition: ease-in-out .35s all;
  -o-transition: ease-in-out .35s all;
}
.image_a:hover > img + div{
  transform: translate(8px , 2px) rotate3d(0, 1, 0, 0deg) scale(1.05);
  -webkit-transform: translate(8px , 2px) rotate3d(0, 1, 0, 0deg) scale(1.05);
  -moz-transform: translate(8px , 2px) rotate3d(0, 1, 0, 0deg) scale(1.05);
  -o-transform: translate(8px , 2px) rotate3d(0, 1, 0, 0deg) scale(1.05);
  transition: ease .42s all;
  -webkit-transition: ease .42s all;
  -moz-transition: ease .42s all;
  -o-transition: ease .42s all;
} */
.for-h6:nth-child(even) h6{
  color: #bf0000;
}
.for-h6:nth-child(odd) h6{
  color: #009e4e;
}
.main-right-box{
  padding-left: 10px;
  border-left: 1px solid white;
  position: relative;
  margin-bottom: 10px;
}
.main-left-box{
  padding-right: 10px;
  position: relative;
  margin-bottom: 10px;
}
.not_find_message{
  color: red;
  font-family: IRANSans;
  font-size: 12px;
  margin-bottom: 0;
  background-color: white;
  display: inline-block;
  padding: 0 3px;
}
.add_btn{
  width: 110px;
  padding: 2px;
  background-color: #009e4e;
  font-family: IRANSans;
  font-size: 13px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.add_btn:hover{
  color: white;
}
.added_box{
  width: 100%;
  padding: 15px;
  border: 1px solid #e6e6e6;
  background-color: #fefefe;
  margin-top: 5px;
  margin-bottom: 10px;
}
.callout.alert.admin{
  color: #bd0f0f;
  font-family: IRANSans;
  font-size: 13px;
  padding: 7px 10px 6px 10px;
  text-align: center;
  display: none;
}
.callout.alert.user{
  color: #bd0f0f;
  font-family: IRANSans;
  font-size: 13px;
  padding: 12px 10px 12px 10px;
  text-align: center;
  display: none;
  margin-top: 0;
}
.my_tabs{
  border: 1px solid #e6e6e6;
  background: #fefefe;
  color: #0a0a0a;
  margin-right: 0;
}
.my_tabs li{
  display: inline-block;
}
.my_tabs li a{
  font-family: IRANSans;
  font-size: 14px;
  padding: 15px;
  width: 145px;
  display: block;
  text-align: center;
}
.my_tabs.queue li a{
  width: 180px;
}
.my_tabs li.is-active{
  background-color: #f1f1f1;
}
.username_in_top{
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: IRANSans;
  font-size: 14px;
}
.pagination{
  text-align: center !important;
  margin-bottom: 0 !important;
  margin: 30px auto;
  font-family: byekan;
}
.page-item.active{
  color: #fff !important;
  background-color: #16a82b !important;
  padding: 2px 9px !important;
}
.pagination li {
  display: inline-block; 
}
.filter_box{
  width: 100%;
  padding: 15px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.3);
  -o-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.3);
  margin-top: 20px;
}
.filter_box span.title{
  font-family: IRANSans_light;
  font-size: 15px;
  color: #999;
}
.filter_btn{
  border: none;
  background-color: #009E4E;
  color: white;
  font-family: IRANSans;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
  cursor: pointer;
}
.filter_btn:hover{
  background-color: rgb(8, 143, 76);
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
/* #filter_alert{
  font-family: IRANSans_light;
  font-size: 13px;
  color:red;
} */



/* checkboxes begin */

.md-checkbox {
  position: relative;
  text-align: right;
  margin-top: 5px;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-right: 1px;
  font-family: IRANSans_light;
}
.md-checkbox label:not(:empty) {
  padding-right: 0.35em;
  font-size: 14px;
  line-height: 1.7;
  color: #565656;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.3em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: right;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #337ab7;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
  margin-right: 7px;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

/* checkboxes end */




.top-bar-nav-sections.logo + span{
  font-size: 12px;
  color: #999;
  font-family: IRANYekan;
  display: block;
  text-align: center;
}
.special_link > a{
  color:#eb5d5d !important;
  background-color: #f0f0f0;
}



.button.no-margin-bottom{
  margin-bottom: 0;
  margin-top: 4px;
  padding: 8px 4px;
  font-size: 18px;
  color: #838383;
  background-color: transparent;
}
.button.no-margin-bottom:focus{
  color: #838383 !important;
  background-color: transparent !important;
  outline: none !important;
}

.button.no-margin-bottom > span{
  font-size: 16px;
  font-family: IRANYekan;
}


.header-tel-us.in_menu {

  margin-bottom: 5px;
  height: 34px;

}

.header-tel-us.in_menu span{

  font-size: 15px;

}

.header-tel-us.in_menu span:before{

  font-size: 17px;

}

.close-menu-btn{

  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.close-menu-btn > span{

  font-family: IRANSans;

  font-size: 13px;

  color: #d82626;

  padding: 10px;

  width: 100%;

  margin: 8px 0;
}

.top-bar-nav-sections.logo {

  background-position: center;
}

.header-tel-us {

  margin-top: 0;

  margin-bottom: 10px;

}

.header-tel-us.in_menu {

  width: 100%;

  float: unset;
}

.in_menu_items > li:first-child{
  border-top: 1px solid #e0e0e0;
}
.in_menu_items > li:first-child > a{
  margin-top: 12px;
}


/* menu section begin */

.right-menu{

  width: 100%;
  /* height: 100%; */
  padding-bottom: 30px;

  background: linear-gradient(135deg, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
  /* background-color: #fff; */

  box-shadow: -3px 0 5px -2px #ccc;

  -webkit-box-shadow: -3px 0 5px -2px #ccc;

  -moz-box-shadow: -3px 0 5px -2px #ccc;

  -o-box-shadow: -3px 0 5px -2px #ccc;

  border-top: 2px solid #509af5;

  border-bottom: 2px solid #509af5;

}

.menu-avatar{

  width: 90px;

  height: 90px;

  margin-right: calc(50% - 45px);
  margin-right: -webkit-calc(50% - 45px);

  margin-top: 15px;

  position: relative;

}

.menu-avatar img.avatar-img{

  width: 90px;

  height: 90px;

  object-fit: cover;

  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  -o-border-radius: 50px;

  border:2px solid rgb(196, 196, 196);

}

.menu-avatar img.verify-img{

  width: 25px;

  height: 25px;

  object-fit: cover;

  border-radius: 20px;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  -o-border-radius: 20px;

  position: absolute;

  top: 65px;

  left: 5px;

}

p.menu-user-name{

  font-family: IRANSans;

  font-size: 14px;

  text-align: center;

  margin-top: 8px;

  color: #62778E;

  margin-bottom: 0;

}

span.no-avatar{

  font-family: IRANSans;

  font-size: 12px;

  text-align: center;

  margin: 8px auto;

  color: rgb(255, 255, 255);

  background-color: #98c7e2;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  padding: 1px 3px;

  transition: ease-in-out .25s all;

  -webkit-transition: ease-in-out .25s all;

  -moz-transition: ease-in-out .25s all;

  -o-transition: ease-in-out .25s all;

}

span.no-avatar:hover , span.no-avatar:focus{

  background-color: #89b7d3;

  transition: ease-in-out .15s all;

  -webkit-transition: ease-in-out .15s all;

  -moz-transition: ease-in-out .15s all;

  -o-transition: ease-in-out .15s all;

}

.menu-main-hr{

  margin-bottom: 20px !important;

}

.right-menu ul{

  margin:0 !important;

  list-style: none;

  padding-left: 15px;

}

.right-menu ul li{

  font-family: IRANYekan;

  font-size: 15px;

  margin-right: 14px;

  margin-top: 10px;

}

.right-menu ul li a{

  /* color: rgb(126, 131, 136); */
  color: #757575;

  transition: ease-in-out .25s all;

  -webkit-transition: ease-in-out .25s all;

  -moz-transition: ease-in-out .25s all;

  -o-transition: ease-in-out .25s all;

  padding: 5px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  width: 100%;

  display: inline-block;

}

.right-menu ul li a > i{
  padding-left: 5px;
}

.right-menu ul li a:hover{

  color: rgb(69, 72, 75);

  background-color: #EEE8AA;

  transition: ease-in-out .15s all;

  -webkit-transition: ease-in-out .15s all;

  -moz-transition: ease-in-out .15s all;

  -o-transition: ease-in-out .15s all;

}
.warning_star{
  color:red;
}
.mainimage{
  width: 100%;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  background-color: #c3c3c3;
  color: #ffffff;
  padding: 8px 10px;
  cursor: pointer;
  margin-top: 5px;
}
#mainimage{
  width: 250px;
  height: 317px;
  object-fit: contain;
}
.mainimage:hover{
  background-color: #c7c7c7;
}
.upload_btn{
  margin-top: 5px;
  cursor: pointer;
  background-color: cornsilk;
}
.upload_btn:hover{
  background-color: rgb(247, 240, 213);
}
.mainimages_box{
  width: 100%;
  padding: 7px 15px 15px 15px;
  border: 1px dashed #ccc;
  margin-bottom: 10px;
}
.mainimages_box > span{
  position: relative;
  cursor: pointer;
}
.mainimages_box > span:hover{
  display: inline;
  opacity: .9;
}
.mainimages_box > span:hover::after{
  display: inline;
}
.mainimages_box > span:after{
  content: '\f014';
  font-family: fontawesome;
  position: absolute;
  top: -13px;
  right: 35px;
  font-size: 40px;
  color: #b91818;
  display: none;
}
.mainimages_box img{
  width: 100px;
  height: 100px;
  margin-top: 8px;
  object-fit: cover;
}
.extraimages_box{
  width: 100%;
  padding: 7px 15px 15px 15px;
  border: 1px dashed #ccc;
  margin-bottom: 10px;
}
.extraimages_box > span{
  position: relative;
  cursor: pointer;
}
.extraimages_box > span:hover{
  display: inline;
  opacity: .9;
}
.extraimages_box > span:hover::after{
  display: inline;
}
.extraimages_box > span:after{
  content: '\f014';
  font-family: fontawesome;
  position: absolute;
  top: -13px;
  right: 35px;
  font-size: 40px;
  color: #b91818;
  display: none;
}
.extraimages_box img{
  width: 100px;
  height: 100px;
  margin-top: 8px;
  object-fit: cover;
}
.callout.alert{
  font-family: IRANSans;
  font-size: 15px;
  color: maroon;
  text-align: center;
}
.post_box{
  background-color: white;
  padding: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0 2px 3px silver;
  -webkit-box-shadow: 0 2px 3px silver;
  -moz-box-shadow: 0 2px 3px silver;
  -o-box-shadow: 0 2px 3px silver;
}
.post_head{
  margin-top: 30px;
  text-align: right;
  font-family: IRANSans;
  font-size: 15px;
  background-color: #39656f;
  color: white;
  margin-bottom: 0;
  padding: 8px;
}
.post_box > h1{
  text-align: center;
  font-family: IRANSans;
  font-size: 20px;
  color: #006d75;
}
.post_box > h2{
  text-align: center;
  font-family: IRANSans;
  font-size: 16px;
  color: rgb(118, 178, 226);
}
.post_box > h1.into{
  padding: 10px;
  background-color: #dff5e2;
  color: #008000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.post_box > h2.into{
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #e7e6e6;
  color: #33cccc;
}
.post_summary{
  border: 1px solid #e7e6e6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #f7f7f7;
  padding: 10px;
  margin: 8px 0 30px 0;
}
.buy_link{
  background-color: #009e4e;
  color: white;
  font-size: 15px;
  font-family: IRANSans;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
}
.buy_link:hover{
  opacity: .9;
  color: white;
}
.more_link{
  background-color: #0f95a7;
  color: white;
  font-size: 15px;
  font-family: IRANSans;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
}
.more_link:hover{
  opacity: .9;
  color: white;
}
.post_desc{
  border: 1px solid #0f95a7;
  background-color: #ebfdff;
  padding: 10px;
  font-family: IRANSans_light;
  font-size: 15px;
  color: #006d75;
  text-align: center;
  margin-top: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.post_desc > p:nth-child(2){
  color: rgb(53, 123, 204);
  font-family: IRANSans;
  text-shadow: 0 0 1px rgba(17, 17, 17, 0.18);
  font-size: 18px;
}
.post_desc > p:last-child{
  margin-bottom: 0;
  color:red;
}
.post_mainimages{
  box-shadow: 0 1px 15px rgba(17, 17, 17, 0.15);
  -webkit-box-shadow: 0 1px 15px rgba(17, 17, 17, 0.15);
  -moz-box-shadow: 0 1px 15px rgba(17, 17, 17, 0.15);
  -o-box-shadow: 0 1px 15px rgba(17, 17, 17, 0.15);
  margin-top: 20px;
}
.images_head{
  font-family: IRANSans;
  border-bottom: 1px dashed #009e4e;
  color: #009e4e;
  padding-bottom: 2px;
}
.images_back{
  background-color: #f7f7f7;
  padding: 15px;
  margin: 30px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #ccc;
}
.floated_link{
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #005a2d;
  color: white;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: IRANSans;
  font-size: 15px;
  z-index: 1;
  box-shadow: 1px 1px 4px rgba(17, 17, 17, 0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 1px 1px 4px rgba(17, 17, 17, 0.2);
  -o-box-shadow: 1px 1px 4px rgba(17, 17, 17, 0.2);
}
.floated_link:hover{
  color: white;
  opacity: .95;
}
.level_bg{
  background-color: #f7fbfc;
  padding: 20px 5px;
  border-bottom: 1px solid #ccc;
}
.level_bg span{
  font-family: IRANYekan;
  display: block;
  color: #717171;
  padding-top: 7px;
}
.level_bg span.now{
  font-size: 14px;
  color: #00c853;
}
.level_bg span.end{
  font-size: 14px;
  color: #b91818;
}
.level_bg span.silver{
  font-size: 14px;
  color: #c7c7c7;
}
.level_disable{
  opacity: .5;
  filter: grayscale(1);
}
.order_queue_btn{
  display: inline-block;
  background-color: silver;
  color: white;
  padding: 5px 8px;
  font-family: IRANYekan;
  margin-bottom: 10px;
  border-radius: 3px;
}
.order_queue_btn:hover{
  color: white;
  opacity: .95;
}
.order_queue_btn.orange{
  background-color: orange;
}
.order_queue_btn.orange:hover{
  color: white;
  opacity: .9;
}
.provinces_btn{
  float: left;
  background-color: silver;
  color: white;
  padding: 5px 8px;
  font-family: IRANYekan;
  margin-bottom: 10px;
  border-radius: 3px;
}
.provinces_btn:hover{
  color: white;
  opacity: .9;
}
.status_selection{
  width: 50px;
}
.status_selection > input{
  display: none;
}
.status_selection > label{
  background-color: #c3e9f0;
  color: #608c94;
  padding: 2px 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 3px;
}
.status_selection > input:checked + label{
  background-color: #14bbd9;
  color: white;
}
.insert_btn{
  background-color: rgb(90, 170, 208);
  color: white;
  height: 35px;
  border: none;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
  font-family: IRANYekan;
}
.insert_btn:hover{
  background-color: rgb(81, 159, 196);
}
#all_check{
  display: none;
}
#all_check + label{
  background-color: #c4f0c3;
  color: #699460;
  padding: 2px 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 3px;
  font-weight: normal;
}
#all_check:checked + label{
  background-color: #35d914;
  color: white;
}
.apply_btn{
  width: 100%;
  background-color: gold;
  border: none;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
  cursor: pointer;
}
.ok_btn{
  background-color: cornflowerblue;
  color: white;
  padding: 10px 12px;
  font-family: IRANYekan;
  font-size: 15px;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
}
.ok_btn:hover{
  color: white;
  opacity: .9;
}



/* checkboxes begin */

.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: right;
  margin-right: 5px;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-right: 1px;
}
.md-checkbox label:not(:empty) {
  padding-right: 0.35em;
  font-size: 14px;
  line-height: 1.7;
  color: #565656;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.3em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: right;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #337ab7;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
  margin-right: 7px;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"].green:checked + label:before {
  background: #3eb733;
  border: none;
}
.md-checkbox label.green:before {
  border-color: #3eb733;
}


/* checkboxes end */

.op{
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
.op:hover{
  opacity: .8;
}
.op.zero{
  color: #8a8a8a;
}
.op.one{
  color: cadetblue;
}
.op.two{
  color: cornflowerblue;
}
.op.three{
  color: orange;
}
.op.four{
  color: crimson;
}

.red_btn{
  background-color: red;
  color: white;
  padding: 5px 6px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.orange_btn{
  background-color: orange;
  color: white;
  padding: 5px 6px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.green_btn{
  background-color: rgb(50, 210, 40);
  color: white;
  padding: 5px 6px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.silver_btn{
  background-color: rgb(202, 202, 202);
  color: white;
  padding: 5px 6px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.note_btn{
  background-color: darkturquoise;
  color: white;
  padding: 1px 6px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.print_btn{
  background-color: rgb(125, 100, 237);
  color: white;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px 12px;
  font-family: IRANYekan;
  font-size: 15px;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
}
.print_btn:hover{
  color: white;
  opacity: .9;
}
.red_btn.disable , .orange_btn.disable{
  background-color: #c7c7c7;
}
.red_btn:hover , .orange_btn:hover , .green_btn:hover , .silver_btn:hover , .note_btn:hover{
  opacity: .8;
}

.modal_desc{
  width: 400px;
  height: 366px;
  position: fixed;
  top: 20%;
  right: calc(50% - 200px);
  background-color: #f5f5f5;
  padding: 15px;
  box-shadow: 0 0 21px rgba(10, 10, 10, 0.2);
  -webkit-box-shadow: 0 0 21px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0 0 21px rgba(10, 10, 10, 0.2);
  -o-box-shadow: 0 0 21px rgba(10, 10, 10, 0.2);
  display: none;
}
.modal_desc input[type="text"]{
  display: none;
}
.modal_desc input[type="submit"]{
  width: 100%;
  font-family: IRANYekan;
  background-color: blanchedalmond;
  padding: 5px;
  border: 1px solid #d8c9b4;
  color: #736b60;
  cursor: pointer;
}
.modal_desc input[type="submit"]:hover{
  opacity: .8;
}
.modal_desc textarea{
  width: 100%;
  height: 300px;
  resize: none;
  font-family: IRANSans;
  font-size: 14px;
  line-height: 1.7;
  padding: 3px 6px;
}
.factors_box{
  border: 1px solid #333;
  padding: 12px 12px 6px 12px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.factors_box.pishtaz{
  border: 5px double #333;
}
.factors_box.pishtaz > img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0.05;
  z-index: -1;
}
@media print{
  .factors_box.pishtaz > img{
    opacity: 0.3;
  }
}
.factors_box:not(:first-child){
  margin-top: 15px;
}
.factors_box > span{
  position: absolute;
  left: 28px;
  bottom: 10px;
  font-family: IRANYekan;
  font-size: 12px;
}
.factors_box p{
  margin-bottom: .4em;
  font-size: 14px;
  font-family: IRANYekan;
}
.factors_box p > span:first-child{
  font-weight: bold;
}
.inventory_warning{
  color: red;
  border-bottom: 1px dashed;
}
.main_warning{
  background-color: orangered;
  color: white;
  padding: 5px 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: IRANYekan;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
.back_btn{
  background-color: #0ca6b1;
  color: white;
  font-family: IRANYekan;
  font-size: 16px;
  padding: 6px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
.back_btn:hover{
  background-color: #00949e;
  color: white
}
.desc_top{
  background-color: #e8d6bd;
  margin-top: 30px;
  padding: 7px;
  text-align: center;
  font-family: IRANYekan;
}
.desc_top.two{
  background-color: #cecece;
}
.desc_top.three{
  background-color: #d9e7c9;
}
.s_title{
  font-size: 14px;
  font-family: IRANYekan;
}
.desc_btm{
  background-color: #eaeaea;
  padding: 15px;
}
.desc_btm_btm{
  background-color: #f4ffe6;
  padding: 15px;
}
.desc_btm_btm > table tbody tr:nth-child(odd){
  background-color: #e4f1d5;
}
.desc_btm_btm > table tbody tr:nth-child(even){
  background-color: #d5e8bd;
}
.desc_btm input{
  color: #3296fd;
}
.order_desc{
  text-align: center;
  font-size: 13px;
  padding: 8px;
  font-family: IRANYekan;
  line-height: 1.8;
}
.order_desc.zero{
  background-color: #e9f2f5;
  color: #758694;
}
.order_desc.one{
  background-color: aliceblue;
  color: #6e8294;
}
.order_desc.two{
  background-color: #d1ffd1;
  color: #228e22;
}
.order_desc.three{
  background-color: lightgoldenrodyellow;
  color: #bb9144;
}
.order_desc.end{
  background-color: #ffe6e6;
  color: maroon;
}
.buy_table{
  margin-bottom: 0;
}
.buy_table tr td{
  border: 1px solid #ccc;
  font-family: IRANYekan;
  text-align: right;
  width: 50%;
  font-size: 15px;
}
.rah_post_outer{
  position: relative;
}
.rah_post_outer button{
  position: absolute;
  top: 11px;
  right: 8px;
  color: silver;
  cursor: pointer;
}
.rah_post_outer button:hover{
  color: rgb(185, 185, 185);
}
.post_rah{
  font-size: 12px !important;
  text-align: left;
  direction: ltr;
}

.pagebreak { page-break-after: always; }

.post-type-box{
  background-color: #f7f7f7;
  border: 1px dashed #e0e0e0;
  border-radius: 5px;
  padding: 15px;
}

/* radio begin */
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0);
  }
}
.md-radio {
  margin: .4em 0 0 0;
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: rgba(0, 0, 0, 0.54);
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding-right: 24px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
  font-family: IRANSans;
  font-size: 15px;
  color: #0a0a0a;
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: transform, border-color;
  -webkit-transition-property: transform, border-color;
  -moz-transition-property: transform, border-color;
  -o-transition-property: transform, border-color;
}
.md-radio label:before {
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  background: #009f6a;
}
/* radio end */













/* small */
@media screen and (max-width: 39.9375em) {
  .level_bg span {
    font-size: 12px;
}
  .level_bg span.now{
    font-size: 11px;
  }
  .level_bg span.end{
    font-size: 11px;
  }
  .level_img{
    height: 85px;
  }
  .chain_sm{
    align-self: center;
    padding: 0 7px;
  }
  .floated_link{
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0 -2px 5px rgba(17, 17, 17, 0.2);
  }
  .right-menu{

    margin-top: 57px;
  
  }
  .top-bar-nav-sections {

    text-align: center;
  }
  
  .filter_btn{
    margin-top: 10px;
  }
  .filter_box span.title{
    display: inline-block;
    padding-bottom: 8px;
  }
  .top_of_main{
    height: 232px;
  }
  .outer_one_in i{
    top: 27px;
    right: 18px;
  }
  .main-select-way{
    margin-top: 5px;
  }
  .files-box{
    border-radius: 0;
    text-align: center;
    padding: 10px;
  }
  .files-box img{
    border-radius: 0;
    margin-bottom: 8px;
  }
  .files-box h6{
    margin-bottom: 0;
  }
  .header_login_box button{
    left: 0;
  }
  .main-left-box{
    padding-right: 0;
    margin-top: 10px;
  }
  .main-right-box{
    padding-left: 0;
    border-left: none;
  }
  .top_of_main_in h2{
    font-size: 14px;
  }
  .top_of_main_in h1{
    font-size: 25px;
  }
  .top_of_main{
    background-size: cover;
  }
  .top-bar-menu-left-centering{

    justify-content: center;
  
  }
.top-bar-menu{

  padding: 0 0 1px 0;

  position: fixed;

  top: 0;

  z-index: 100;

}

.top-bar-menu-left {

  padding: 13px 13px;
  text-align: left;

}

.top-bar-menu-right ul li{

  padding: 0px 5px 0px 5px !important;

}

.top-bar-menu-right ul li:not(:nth-child(2)){

  padding-top: 8px !important;

}
  /* .button.no-margin-bottom{

    margin-bottom: 0;
  
    margin-top: 4px;
  
    padding: 8px 16px;
  
  } */
  .logo-padding-right{

    padding-right: 5px;
  
  }
  .top-bar-nav {

    padding: 5px 0 0 0;

    margin-top: 52px;
  
    height: 125px;
  
  }
  .top-bar-nav-sections.logo {
  
    background-position: center;
  
  }
  .top-bar-nav-sections-padding{

    padding: 5px;
  
  }
  .header-tel-us {

    width: 100%;
  
    float: unset;
  
    margin-top: 0;
  
    margin-bottom: 10px;
  
  }
  .bg-div{

    min-height: 442px;
  
  }
  .main-section{

    padding: 28px 0;
  
  }
  .footer-top-sections-padding:first-child {

    padding-left: 0 !important;
  
  }
  
  .footer-top-sections-padding:last-child {
  
    padding-right: 0 !important;
  
  }
  .samanehbox img{
    width: 125px;
  }
  .enamadbox img{
    width: 119px;
  }
  .footer-bottom ul li:first-child a {

    padding-left: 6px;
  
  }
  
  .footer-bottom ul li:not(:first-child) a {
  
    padding-right: 6px;
  
    padding-left: 6px;
  
  }
  
  .footer-bottom p {
  
    text-align: center;
  
  }
  
  .footer-bottom ul li {
  
    float: unset;
  
    display: inline;
  
  }
  
  .footer-bottom ul{
  
    text-align: center;
  
  }
  .user_p_box_twolast{
    border-right: none;
  }
}







/* medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em){
  .top_of_main{
    background-size: cover;
  }
  .button.no-margin-bottom{
    margin: 0;
    padding: 0;
  }
  .filter_btn{
    margin-top: 10px;
  }
  .top-bar-menu-left{
    margin-top: 2px;
  }
  .top-bar-menu-right ul li{
  
    padding: 0px 8px 0px 8px;
  
  }
  .my-grid-container{

    padding-left: 0;
  
  }
  .footer-top-sections-padding:first-child{

    padding-left: 12px;
  
  }
  
  .footer-top-sections-padding:last-child {
  
    padding-right: 12px;
  
  }
  .samanehbox img{
    width: 110px;
  }
  .enamadbox img{
    width: 102px;
  }
}


/* Large and up */
@media screen and (min-width: 64em) {
  .header-tel-us{
  
    margin-left: 4px;
  
  }
}















/* NEW HEADER AND FOOTER */

body{
  font-family: unset !important;
}
.top-menu{
  width: 100%;
  /* height: 44px; */
  background-color: #444;
  padding: 0;
  border-top: 5px solid #009f6a;
}
.navbar{
  padding: 0;
}
.navbar-dark .navbar-toggler-icon {
  width: 100%;
  background-position: 38px;
  /* padding-left: 10px; */
  padding-right: 23px;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} 
.navbar-dark .navbar-toggler:focus{
  outline: none;
}
.navbar-toggler{
  /* width: 130px; */
  width: 110px;
  font-family: IRANYekan;
  font-size: 16px;
  padding: 0.4rem 0;
  line-height: 1.4;
  color: #fff !important;
  border-top-width: 0;
  border-right-width: 0;
  border-radius: 0 0 0 2px;
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -o-border-radius: 0 0 0 2px;
}
.bg-dark{
    background-color: #444 !important;
}
.top-menu a.logo-brand{
  position: absolute;
  top: 7px;
  left: 0px;
}
.top-menu img{
  /* width: 140px;
  padding-top: 0; */
  width: 117px;
  padding-top: 0;
  float: left;
  padding-left: 10px;
}
.top-menu ul.news{
  float: right;
  padding: 0;
  margin: 2px 0;
  padding-bottom: 12px;
  line-height: 1.5;
}
.top-menu ul.news.two{
  margin-right: 35px;
}
.top-menu ul.news li{
  display: inline;
  margin-top: 7px;
}
.top-menu ul.news li{
  margin-right: 14px;
}
.top-menu ul.news li:before{
  content: ".";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.top-menu ul.news li > a{
  color: #f1f1f1;
  font-family: IRANYekan;
  font-size: 14px;
  text-shadow: 0 0 3px #3e3e3e;
  -webkit-text-shadow: 0 0 3px #3e3e3e;
  -moz-text-shadow: 0 0 3px #3e3e3e;
  -o-text-shadow: 0 0 3px #3e3e3e;
  line-height: 1.5;
}
.top-menu ul.news li > a:hover{
  opacity: .85;
}
.top-header{
  background: no-repeat url(../images/bg2.jpg);
  /* background-size: cover; */
  background-position: top;
  /* border-bottom: 1px solid rgb(223, 223, 223); */
  padding: 22px;
  box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
  -webkit-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
  -moz-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
  -o-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
  position: relative;
}
.top-header .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(0,158,78);
  background: -moz-linear-gradient(left, rgba(0,158,78,1) 0%, rgba(0,160,131,1) 52%, rgba(0,158,78,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,158,78,1) 0%,rgba(0,160,131,1) 52%,rgba(0,158,78,1) 100%);
  background: linear-gradient(to right, rgba(0,158,78,1) 0%,rgba(0,160,131,1) 52%,rgba(0,158,78,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e4e', endColorstr='#009e4e',GradientType=1 );
  opacity: .2;
}
.top-header h1{
  font-family: IRANYekan;
  font-size: 22px;
  text-align: center;
  color: #444;
  line-height: 1.2;
}
.small-top-btn{
  width: 180px;
  text-align: center;
  background-color: #ffb95c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #111;
  font-family: IRANYekan;
  padding: 3px;
  border-bottom: 2px solid orange;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}
.small-top-btn.closed{
  background-color: #ececec;
  border-bottom: 2px solid #909090;
  color: #444;
}
.top-header .box{
  background-color: rgba(255, 255, 255, 0.55);
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  width: 280px;
  margin: 0 auto;
  margin-top: 15px;
  display: none;
}
.top-header .box input{
  width: 100%;
  border: none;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.top-header .search-btn{
  width: 100%;
  background-color: #ffb95c;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #111;
  height: 38px;
  font-family: IRANYekan;
  padding: 0 !important;
  border-bottom: 2px solid orange;
  transition: ease-in-out .1s all;
  cursor: pointer;
  line-height: 1.2;
}
.top-header .search-btn:hover{
  color: #111;
  border-bottom-color: rgb(255, 153, 0);
  background-color: #ffb35c;
  transition: ease-in-out .1s all;
}
.top-header .search-btn:focus{
  color: #111 !important;
}
.top-section .box{
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 15px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border: 1px solid #e4e4e4;
}
.top-bar{
  width: 100%;
  height: 34px;
  padding: 0 !important;
  /* background: rgb(220, 220, 220);
  background: -moz-linear-gradient(to right, rgb(220, 220, 220) 0%,rgb(236, 236, 236) 50%,rgb(220, 220, 220) 100%);
  background: -webkit-linear-gradient(to right, rgb(220, 220, 220) 0%,rgb(236, 236, 236) 50%,rgb(220, 220, 220) 100%);
  background: linear-gradient(to right, rgb(220, 220, 220) 0%,rgb(236, 236, 236) 50%,rgb(220, 220, 220) 100%); */

  /* border-bottom: 2px solid #009f6a; */

  border-bottom: 2px solid #009f6a;

  /* background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); */

  background: rgb(234,234,234);
  background: -moz-linear-gradient(left, rgba(234,234,234,1) 1%, rgba(248,248,248,1) 51%, rgba(234,234,234,1) 100%);
  background: -webkit-linear-gradient(left, rgba(234,234,234,1) 1%,rgba(248,248,248,1) 51%,rgba(234,234,234,1) 100%);
  background: linear-gradient(to right, rgba(234,234,234,1) 1%,rgba(248,248,248,1) 51%,rgba(234,234,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 );

  background: no-repeat url(../images/bg2.jpg);
  background-size: cover;
  background-position: left;
  transition: all .2s ease;
}
.top-link{
  color: #009f6a;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: IRANYekan;
  font-size: 14px;
  margin-top: 0px;
  padding: 6px 2px 5px 2px;
  transition: all .3s ease;
}
.top-link > i{
  color: #2b7f80;
}
/* .top-link.red{
  color: #ff6868;
} */
.top-link:hover{
  color: #009f6a;
  background-color: rgb(230, 230, 230);
  transition: ease-in-out .1s all;
}
.top-link.fixed{
  padding: 6px 5px 6px 3px;
  color: #fff;
  font-size: 14px;
}
.top-link.fixed:hover{
  background-color: rgb(53, 53, 53);
  transition: ease-in-out .1s all;
}
.top-link.fixed > i{
  color: #f9f9f9;
}

.select2-container{
  font-family: IRANSans;
}
.select2-container--open .select2-dropdown--below{
  padding: 4px !important;
  box-shadow: 0 4px 20px -4px rgba(17, 17, 17, 0.4);
  -webkit-box-shadow: 0 4px 20px -4px rgba(17, 17, 17, 0.4);
  -moz-box-shadow: 0 4px 20px -4px rgba(17, 17, 17, 0.4);
  -o-box-shadow: 0 4px 20px -4px rgba(17, 17, 17, 0.4);
}
.select2-container .select2-selection--single{
  height: 38px !important;
}
.select2-results__option[aria-selected]{
  background-color: #f7f7f7;
  margin-top: 3px;
  color: #333;
  border-right: 2px solid #dedede;
}
.js-state-basic-single + span:before{
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 700;
  color: #999;
  content: '\f3c5';
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 15px;
}
.js-job-basic-single + span:before{
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 700;
  color: #999;
  content: '\f508';
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 15px;
}
.js-grade-basic-single + span:before{
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 700;
  color: #999;
  content: '\f19d';
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  font-size: 14px !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
  padding-right: 31px !important;
  font-size: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 37px !important;
  color: #888 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  top: 70% !important;
}
.select2-search--dropdown{
  padding: 4px 0 6px 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
.select2-search--dropdown .select2-search__field{
  font-size: 14px !important;
  padding: 6px !important;
}
.select2-results__option{
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #f0f0f0 !important;
  color: #444 !important;
}
.select2-container--default .select2-results>.select2-results__options{
  max-height: 198px !important;
  padding-left: 3px !important;
}
/* width */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

/* Handle */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: rgb(170, 170, 170); 
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

/* Handle on hover */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgb(160, 160, 160); 
}

footer{
  width: 100%;
  padding: 25px 15px;
  background-color: white;
  border-top: 5px solid #e2e2e2;
  box-shadow: 0 -3px 1px -2px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 -3px 1px -2px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 -3px 1px -2px rgba(17, 17, 17, 0.3);
  -o-box-shadow: 0 -3px 1px -2px rgba(17, 17, 17, 0.3);
  position: relative;
}
footer .goto-top{
  position: absolute;
  width: 168px;
  height: 22px;
  background-image: url(../images/btm.png);
  color: #666;
  font-size: 12px;
  top: -1px;
  right: calc(50% - 84px);
  text-align: center;
  padding: 0;
  cursor: pointer;
}
footer .goto-top:hover{
  color: #888;
}
footer span,footer p,footer ul li{
  font-family: IRANYekan;
}
footer span.title{
  border-bottom: 2px solid #009e4e;
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  display: block;
}
footer p{
  font-size: 13px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 0;
}
footer ul.apps{
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
footer ul.apps li{
  font-size: 12px;
  line-height: 1.7;
}
footer ul.apps li:not(:first-child){
  border-top: 1px solid #e5e5e5;
  margin-top: 8px;
  padding-top: 10px;
}
footer ul.apps li a{
  color: #444;
  transition: ease-in-out .15s all;
}
footer ul.apps li a:hover{
  color: #00793c;
  transition: ease-in-out .15s all;
}
footer ul.info{
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
footer ul.info li{
  font-size: 15px;
  line-height: 2.2;
  color: #444;
}
footer ul.socials{
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  text-align: left;
  direction: ltr;
}
footer ul.socials li{
  display: inline;
}
footer ul.socials li:not(:first-child){
  margin-left: 8px;
}
footer ul.socials li a{
  color: #a0a0a0;
  transition: ease-in-out .3s all;
}
footer ul.socials li:nth-child(1) a:hover{
  color: #395692;
  transition: ease-in-out .15s all;
}
footer ul.socials li:nth-child(2) a:hover{
  color: #1c9ceb;
  transition: ease-in-out .15s all;
}
footer ul.socials li:nth-child(3) a:hover{
  color: #d64a39;
  transition: ease-in-out .15s all;
}
footer ul.socials li:nth-child(4) a:hover{
  color: #e67126;
  transition: ease-in-out .15s all;
}
.left-det{
  float: left;
}
.left-det.tahoma{
  font-family: tahoma;
}
.namad-box{
  text-align: center;
  padding-top: 20px;
}
.namad-box > img{
  width: 110px;
}
.copyright{
  width: 100%;
  background-color: #444;
  border-bottom: 5px solid #009f6a;
  padding: 10px;
}
.copyright img{
  width: 150px;
  margin: 10px auto;
  /* float: left; */
  display: block;
  margin-bottom: 18px;
}
.copyright ul.news{
  float: right;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.copyright ul.news li{
  display: inline;
}
.copyright ul.news li:not(:first-child){
  margin-right: 7px;
}
.copyright ul.news li:not(:first-child):before{
  content: ".";
  margin-left: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.copyright ul.news li > a{
  color: #f1f1f1;
  font-family: IRANYekan;
  font-size: 14px;
  text-shadow: 0 0 3px #111;
  -webkit-text-shadow: 0 0 3px #111;
  -moz-text-shadow: 0 0 3px #111;
  -o-text-shadow: 0 0 3px #111;
}
.copyright ul.news li > a:hover{
  opacity: .85;
}
.copyright p{
  color: #848484;
  font-family: IRANYekan;
  font-size: 13px;
  margin-bottom: 8px;
  float: right;
  padding-right: 70px;
  text-align: justify;
  margin-top: 10px;
  line-height: 1.5;
}
.footer-sm-link{
  font-family: IRANSans;
  padding: 3px;
  background-color: rgba(17, 17, 17, 0.2);
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
  margin-top: 2px;
}
.footer-sm-link:hover{
  color: #fff;
}
#goto-top-btn{
  position: fixed;
  right: 28px;
  bottom: 27px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0 1px 3px rgba(17, 17, 17, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(17, 17, 17, 0.2);
  -o-box-shadow: 0 1px 3px rgba(17, 17, 17, 0.2);
  text-align: center;
  padding-top: 13px;
  color: #888;
  cursor: pointer;
  display: none;
  z-index: 1030;
}
#goto-top-btn:hover{
  box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
  -o-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
}
.top-gap{
  margin: 0 0 8px 0!important;
  border: 0;
  border-top: 1px solid #535353;
}
.top-dif-link{
  /* background-color: rgba(241, 241, 241, 0.6); */
  color: #f1f1f1;
  font-family: IRANYekan;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 4px 4px 10px 4px;
}
.ad-ads-link{
  background-color: #009f6a;
  padding: 5px;
  border-radius: 5px;
}
.ad-ads-link:hover{
  opacity: 1 !important;
  background-color: #00a56e;
}
.top-ad-ads-link{
  background-color: #009f6a;
  padding: 4px 5px;
  border-radius: 5px;
  color: #fff;
  font-family: IRANYekan;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 115px;
}
.sticky-top-normal {
  position: fixed;
  top: 0;
  z-index: 1020;
}
.header-margin{
  margin-top: 42px;
}

@media (min-width: 992px) {
  .sticky-top-normal {
    position: relative;
    top: unset;
}
  .top-menu {
    height: 52px;
}
.top-menu img {
  width: 140px;
  padding-top: 4px;
}
  .top-menu ul.news{
    padding-bottom: 0;
}
.top-gap{
  display: none;
}
.header-margin{
  margin-top: 0;
}
.top-bar.fixed{
  height: 35px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  background: #444;
}
.top-link.fixed{
  padding: 6px 5px 6px 3px;
  color: #fff;
  font-size: 14px;
}
.top-link.fixed:hover{
  background-color: rgb(53, 53, 53);
  transition: ease-in-out .1s all;
}
.top-link.fixed > i{
  color: #f9f9f9;
}
.top-menu ul.news li:first-child:before{
  content: " ";
  margin-left: 0;
}
  .top-menu ul.news li:first-child{
    margin-right: 0;
  }
  .top-header .box{
    background-color: rgba(255, 255, 255, 0.55);
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 15px;
    width: 100%;
    display: block;
}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
  .top-header{
    background: no-repeat url(../images/bg2.jpg);
    background-size: cover;
    background-position: top;
    /* height: 180px; */
    /* border-bottom: 1px solid rgb(223, 223, 223); */
    padding: 30px;
    box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
    -webkit-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
    -moz-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
    -o-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
    position: relative;
}
.top-menu{
  height: 52px;
  padding: 7px 0;
}
.top-menu img{
  width: 150px;
  padding-top: 2px;
  float: left;
  padding-left: 0;
}
  .top-menu ul.news li{
    margin-top: 0;
  }
  .top-menu a.logo-brand{
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .top-bar{
    height: 50px;
  }
  .top-link{
    width: 200px;
    font-size: 15px;
    padding: 14px 5px 12px 3px;
}
  .namad-box{
    padding-top: 30px;
  }
  .namad-box > img{
    width: unset;
  }
  footer ul.socials{
    margin-top: 30px;
  }
  .copyright img{
    width: 150px;
    margin-top: 20px;
    float: left;
  }
  .copyright p{
    color: #848484;
    font-family: IRANYekan;
    font-size: 13px;
    margin-bottom: 8px;
    margin-top: 0;
    float: right;
    padding: 0;
  }
}

@media (min-width: 405px) {
  #goto-top-btn{
      bottom: 15px;
  }
}

@media (min-width: 768px) {
  #goto-top-btn{
    bottom: 27px;
  }
  footer ul.apps li {
    font-size: 14px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .navbar-toggler{
    width: 120px;
    /* padding-right: 10px; */
  }
  .top-ad-ads-link {
    left: 142px;
    right: unset;
  }
   .navbar-dark .navbar-toggler{
        border-right: 1px solid rgba(255,255,255,.1);
    }
    footer ul.apps li {
      font-size: 11px;
  }
}

@media (min-width: 376px) {
  .top-menu ul.news li:before{
      margin-left: 14px;
  }
  .top-menu ul.news.two{
      margin-right: 87px;
  }
  /* .top-dif-margin{
      margin-right: 90px;
  } */
}

@media (max-width: 359px) {
  .vxs-none{
      display: none;
  }
}
@media (min-width: 359px) {
  footer ul.apps li{
      font-size: 14px;
  }
}