
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb.ttf') format('truetype');
}


@font-face {
  font-family: Vazir;
  font-weight: 300;
  src: url('../fonts/Vazir-Light.ttf');
}
@font-face {
  font-family: Vazir;
  font-weight: 400;
  src: url('../fonts/Vazir-Thin.ttf');
}
@font-face {
  font-family: Vazir;
  font-weight: 500;
  src: url('../fonts/Vazir-Regular.ttf');
}
@font-face {
  font-family: Vazir;
  font-weight: 600;
  src: url('../fonts/Vazir-Medium.ttf');
}
@font-face {
  font-family: Vazir;
  font-weight: 700;
  src: url('../fonts/Vazir-Bold.ttf');
}
@font-face {
  font-family: Vazir;
  font-weight: 800;
  src: url('../fonts/Vazir-Black.ttf');
}

.bigblueHeader{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.service{
  color:#fff;
  border: none;
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  margin-bottom: 20px;
}

tbody th{
  color: #adadad;
}


@media (min-width:1000px) {
  
.item-card{
  display: flex;
}
}

.shop-cart{
  align-self: center;
  margin-right: 25px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin-left: -40px;
  opacity: 0;
}

.table{
  font-family: Vazir !important;
  background-color: rgb(248, 248, 248);
  border-radius: 5px;
  border-style: hidden;
  padding: 5px;
}

.price-table{
  font-size: 0.9rem;
  color: #656565;
}

.month-table{
  font-size: 0.7rem;
  color: #b5b5b5;
}

td, th{
  border-left: hidden;
  padding: 15px !important;
  vertical-align: middle !important;
}

th{
  width: 15%;
  text-align: center;
}

#t1, #t2, #t3{
  background: rgb(13,8,93);
  text-align: center;
  color: white;
  border: none;
  border-radius: 5px;
}

.tooltip-inner{
  background-color: #fff;
  padding: 20px;
  padding-top:25px;
  width: 6rem;
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
}

.tooltip.show{
  opacity: 1 !important;
}

.accordion .card{
  border-radius: 0.5rem;
  border: none;
  margin-bottom: 10px;
}

.accordion .card-body{
  color: #e8e8e8;
}
.btn-link{
  text-decoration: none;
  color: #fff;
  width: 100%;
}

.btn-link:focus{
  box-shadow: none;
}

.btn-link:hover{
  color: rgb(224, 224, 224);
}

#eghtesadi{
  border-color: rgb(41,182,112);
  border-style: solid;
}

.hr-seperator {
  width:98% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
  border-top: 1px solid #adadad !important;
  border-bottom: 1px solid #fff;
  opacity: 1 !important;
}