/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2025 | 10:39:51 */
.BannerCall {
  float: right;
  width: 100%;
  height: 200px;
  background-image: url("https://manasazan.ir/wp-content/uploads/2024/03/3d2098412dbf46189d3998ae4392e5bc.jpg");
  background-size: cover;
  background-position: center;
	background-repeat:no-repeat;
  position: relative;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
	margin-bottom: 30px;
}
.BannerCall:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  right: 0;
  top: 0;
  border-radius: 6px;
}
.BannerCall span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
	padding-bottom: 20px;
	text-align:center;
}
.BannerCall a {
  position: relative;
  z-index: 1;
  background: #058240;
  color: #fff;
  direction: ltr;
     padding: 10px 20px 10px;
  border-radius: 10px;
  font-size: 17px;
}
.BannerCall a:before{
	content:url("https://manasazan.ir/wp-content/uploads/2024/03/phone-call-1.png");
	margin:7px 7px 0 0;
	    position: relative;
    top: 3px;
    right: 5px;
	text-align:center;
}
.wd-sub-menu li>a{
	padding-top:2px!important;
	padding-bottom:1px!important;
}
.wd-nav-vertical.wd-design-with-bg>li>a{
	padding:10px 20px!important;
}

.term-description a {
    color: #fe7e04;
}