
/*@font-face{
	font-family:'Air Strip Arabic Regular';
	src:url('../font/Air-Strip-Arabic.ttf');
	font-weight:normal;
	font-style:normal;
}
body {
  font-size: 17px;
  color: #333333;
  letter-spacing: 1px;
  font-family: "Air Strip Arabic Regular";
  text-align: right;
}*/
@font-face{
	font-family:'Noto Sans Arabic';
	src:url('../NotoSansArabicFont/NotoSansArabic-Regular.ttf');
	font-weight:normal;
	font-style:normal;
}
body {
  font-size: 17px;
  color: #333333;
  letter-spacing: 1px;
  font-family: "Noto Sans Arabic";
  text-align: right;
}
h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: "Noto Sans Arabic";
}

a,
button,
li,
p {
  font-size: inherit;
  font-family: "Noto Sans Arabic";
}

.text-right {
  text-align: left !important;
}


/*.top-social ul li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background: #fff;
	top: 1px;
	left: -16px;
}
.top-social ul li:first-child::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background: #fff;
	top: 1px;
	left: -16px;
}
.top-social ul li:first-child::after {
  	position: absolute;
	content: '';
	width: 0px;
	height: 20px;
	background: #fff;
	top: 0px;
	right: 0px;
}
.top-social ul li:last-child::after {
  	position: absolute;
	content: '';
	width: 0px;
	height: 20px;
	background: #fff;
	top: 0px;
	right: 0px;
}*/
.top-bar .top-social ul li:last-child {
  margin-left: 0px;
  margin-right: 28px;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 58px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 40px solid rgba(255, 255, 255, 0.85);
    position: absolute;
    left: -40px;
    top: 0px;
}
.myaccount-usermenu .navbar li .navbar li a {
  padding: 10px 30px 10px 15px;
}

.top-bar .top-social ul li a i, .top-bar .bar-content ul li a i {
  margin-right: 0px;
  margin-left: 5px;
}
.mean-container .mean-bar .meanmenu-reveal {
  margin-right: 15px;
}

.hero-area3 .hero-table .search-sec .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.hero-area3 .hero-table .search-sec .input-group .input-group-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.comment-info {
  margin-left: 0px;
  margin-right: 10px;
}
.comment-border-link {
  right: 0px !important;
}
details.comment[open] .comment-heading::after {
  content: "";
}
details.comment[open] .comment-heading::before {
  content: "Click to hide";
}
.comment-heading::before {
  display: inline-block;
  position: absolute;
  left: 5px;
  align-self: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.replies {
  margin-left: 0px;
  margin-right: 28px;
}
details.comment:not([open]) .comment-heading::after {
  content: "";
}
details.comment:not([open]) .comment-heading::before {
  content: "Click to show";
}
.post_author .author_img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  float: right;
  margin-right: 0px;
  margin-left: 8px;
}

.logo-area .main-menu ul li a {
  font-size: 17px;
}
.doc-details .doc-pbox ul li:nth-child(1)::before {
  right: 0;
}
@media only screen and (max-width: 767px) {
	.arrow-left {
	    width: 0;
	    height: 0;
	    border-top: 40px solid transparent;
	    border-bottom: 40px solid transparent;
	    border-right: 30px solid rgba(255, 255, 255, 0.85);
	    position: absolute;
	    left: -30px;
	    top: 0px;
	}
}
