@font-face {
  font-family: 'IRANSans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/gh/sazdahani/font@main/IRANSans-web.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
*{ 
    font-family: -apple-system,'IRANSans';
}
  a{
      text-decoration:none;
  }
  .form-control{
    height: 33px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
  }
  .btn-light{
    height: 33px;
    margin-top: auto;
    margin-bottom: auto;
  }
   .keyw {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    justify-content:  space-around;
  }
  .keyw li {
    list-style: none;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
  }
  .breadcrumb {
    overflow: hidden;
  }
  .breadcrumb .nd{
    min-width: 63px;
  }
  iframe{
    width: 100%;
  }
  
.rating {
    border:none;
}
.rating:not(:checked) > input {
    position: absolute;
   // top:2000px;
    clip:rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
  //  float:right;
    width:1em;
   // padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
}
.rating:not(:checked) > label:before {
    content:'★ ';
}
.rating > input:checked ~ label {
    color: #f70;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}
dt,dd {
  display:inline;
}
dd {
  margin-right:20px
}
dd::after {
 content: "";
 display: block;
}

.mobi{
  bottom: 50px;
  position: fixed;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
} 
.mobi img{
  max-width: 70px;
  text-align: center;  
} 
.mobi2 img{
  max-width: 70px;
  text-align: center;  
} 
.mobi3 img{
  max-width: 70px;
  text-align: center;  
} 
.mobi4 img{
  max-width: 70px;
  text-align: center;  
} 
.mobi2{
  bottom: 130px;
  position: fixed;
  display: flex;
  justify-content:left;
  width: 100%;
} 

.mobi3{
  bottom: 210px;
  position: fixed;
  display: flex;
  justify-content:left;
  width: 100%;
} 

.mobi4{
  bottom: 290px;
  position: fixed;
  display: flex;
  justify-content:left;
  width: 100%;
} 

#mailbtn {
  position: relative;
  animation: mail 3s;
  animation-direction: alternate;
}
@keyframes mail {
  0%   {left: -70px; top: 0px;}
  100%  {left: 0px; top: 0px;}
}

#instabtn {
  position: relative;
  animation: insta 3s;
  animation-direction: alternate;
}
@keyframes insta {
  0%   {left: -70px; top: 0px;}
  100%  {left: 0px; top: 0px;}
}

#tlgbtn {
  position: relative;
  animation: tlg 3s;
  animation-direction: alternate;
}
@keyframes tlg {
  0%   {left: -70px; top: 0px;}
  100%  {left: 0px; top: 0px;}
}

#watbtn {
  position: relative;
  animation: wats 3s;
  animation-direction: alternate;
}
#mobfoot {
  width:100%;
  z-index:100;
  background-color:#fff;
  position:fixed;
  bottom:0px;
  right: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
  left: 0
}
#mobfoot span {
  font-size:calc((28vw - 0.4rem)/7);
  white-space:nowrap;
  font-weight:700
}
@keyframes wats {
  0%   {left: -70px; top: 0px;}
  100%  {left: 0px; top: 0px;}
}

#calbtn {
  position: relative;
  animation: call 3s;
  animation-direction: alternate;
}
@keyframes call {
  0%   {right: -70px; top: 0px;}
  100%  {right: 0px; top: 0px;}
}

.buttongroup{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.buttongroup a{
  border: 1px solid black;
  padding: 10px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  margin: 10px;
  font-weight: bold;
  font-size: 24px
}
.buttongroup a:hover{
  background-color: #00008b;
  color: #fff;
}
.lawyername{
    color: #ff0;
    text-shadow: -1px 0 #000, 0 2px #000, 2px 0 #000, 0 -1px #000;
}
table.comp td{
  padding: 5px;
  font-family: arial;
  font-weight: bold; 
}
#brd3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pixbox{  
  width: 120px;
}
#popup
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 5%;
    background-color: #3b5598;
    display: block;
    -webkit-animation: bar 7s ease;
}

@keyframes bar
{
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}