@font-face{
	font-style:normal;
	font-weight:bold;
	font-display: swap;
	
}
@font-face{
	font-style:normal;
	font-weight:normal;
	font-display: swap;

}
.dir_item {
    background: #fff;
    border: 0.5px solid #9e9e9e;
    margin: 8px 0;
    padding: 35px;
    box-shadow: 0px 3px 4px  rgba(0,0,0,0.3);
    border-radius: 8px;
}
.dir_item h3 {
  font-weight: bold;
  margin:0px;
  padding:0px;
  margin-bottom:10px;
}
.dir_item .data {
    display: flex;
  justify-content: space-between;
}
.dir_item .data .infos {
    width: 75%;
}
.dir_item .adr , .dir_item .phone {
  position:relative;
  padding-right: 25px;
}
.dir_item .adr:before , .dir_item .phone:before {
  content:"";
  width:20px;
  height: 20px;
  background:url("icons/gps.png") no-repeat center center;
  position: absolute;
  background-size: 60%;
  right:0px;
  top:1px;
}
.dir_item .phone:before {
  background:url("icons/callb.png") no-repeat center center;
  background-size:60%;
}
.dir_item .text {
  background:#F5F2F2;
  padding:15px;
  margin:5px 0;
  font:12px tahoma;
  text-align: center;
}
.dir_item .text p {
    margin: 0px;
    padding: 0px;
}
.dir_item .btns a , .dir_item .btns .share {
  background:#3CB878;
  padding:8px 20px;
  font:14px iransans;
  color:#fff;
  border-radius: 8px;
  display: block;
  padding-right: 50px;
  position: relative;
}
.dir_item .btns a {
	text-align:center;
}
.dir_item .btns .share {
  margin-top: 5px;
  background:#A62626;
  cursor: pointer;
}
.dir_item .btns a:before , .dir_item .btns .share:before {
  content: "";
  width:30px;
  height:30px;
  background: url("icons/call.png") no-repeat center center;
  background-size: 60%;
  position: absolute;
  right:5px;
  top:5px;
}
.dir_item .btns .share:before {
  background:url("icons/share.png") no-repeat center center;
  background-size:60%;
}
.shareit {
  position: fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.5);
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
.shareit .keeper {
  background:#fff;
  padding:8px;
  border-radius: 8px;
  width:40%;
  position: relative;
  text-align: center;
}
.shareit .keeper a {
  margin:10px;
  width:20%;
  display: inline-block;
}
.shareit .keeper a img {
  width:30px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.shareit .keeper a span {
  display: block;
  text-align: center;
  font:13px tahoma;
  color:#333;
  margin-top:10px;
}
.shareit .keeper .close {
  width:30px;
  height: 30px;
  background:#fff url("icons/close.png") no-repeat center center;
  background-size:100%;
  position: absolute;
  top:-30px;
  right:10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  cursor: pointer;
}
.widget ul li ul {
  padding:10px;
}

.directory_alert {
    width:100%;
    height:
    max-content;
    background:#dff2fe;
    padding:8px;
    box-shadow: 0px 2px 0px #71a1c0;
    border-radius:5px;
    margin: 20px 0;
	text-align:center;
}
.directory_alert b {
    text-align:center;
    margin:15px 0px;
    padding:0px;
    color: #039bcd;
	font-size:20px;
	font-weight:bold;
	display:block;
}
.directory_alert b:before {
    content:"📣";
}
.directory_alert p {
    font-size:15px;
    font-weight:
    bold;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 6px;
}

.directory_alert p span {
    color:red;
    direction:ltr;
}
.directory_alert a {
    display:
    inline-block;
    padding:8px 15px;
    background: linear-gradient(to right, #611d7f, #b935ad);
    border-radius: 80px;
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    border: 4px solid #fff;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 30%),inset 0px 0px 3px rgba(0,0,0,0.2);
    position: relative;
	padding-right:40px;
}
.directory_alert a:before {
    content: "\f095";
    position:
    absolute;
    font-family:
    'rhicons';
    font-size:17px;
	right:15px;
	top:9px;
}
.directory_alert a.wa:before {
	content:"\f232";
}

/* Resize */
@media screen and (max-width: 600px) {
  .dir_item {
    position: relative;
    padding-bottom:60px;
  }
  .dir_item .btns {
    position: absolute;
    bottom:10px;
    width:50%;
    display: flex;
    justify-content: space-around;
    left:0;
    right:0;
    margin:0 auto;
  }    
  .dir_item .btns .share {
    margin-top:0px;
  }
  .shareit .keeper {
    width:80%;
  }
	.dir_item .data .infos {
    width: 100%;
}
}
@media screen and (max-width: 480px) {
  .dir_item .btns {
    width:80%;
  }    
   .shareit .keeper {
    width:100%;
  }
}
@media screen and (max-width: 320px){
  .dir_item .btns {
    width:100%;
  }    
  .shareit .keeper a {
    width:15%;
  }
}
