/* Edit On Template*/
body{
	background-color: rgba(var(--color-secondary-rgb), 0.05);
}
header{
	background: var(--color-white);
    border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.05);
}
.header .logo img {
    max-height: 50px;
}
.breadcrumbs{
	background: var(--color-white);
}
section {
    padding: 30px 0;
}
.footer .footer-content h4{
	color:#ede137;
}
.footer .footer-content h4::after{
	width:40px;
}
.footer .footer-content .footer-links ul a{
	color:#fff;
	font-size:16px !important;
}
@media (max-width: 1279px){
	.mobile-nav-toggle {
		font-size: 40px;
	}
	.mobile-nav-toggle.bi-list{
		position:unset;
	}
}
ul{
    list-style: circle;
    color: #ede137;
}
/*------*/
.header .btn-search, .header .btn-search:focus{
	font-size: 1.3rem;
	color: var(--color-white);
	background: var(--color-primary-light);
	transition: 0.3s;
	font-family: var(--font-secondary);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 8px;
}
.header .bg-warning{
	background-color: #a8c1c6 !important;
}
.header .btn-search:hover,
.header .btn-search:focus:hover {
	color: var(--color-white);
	background: rgba(var(--color-primary-rgb), 0.85);
}

@media (max-width: 1279px) {
	.header .btn-search,
	.header .btn-search:focus {
		margin-right: 5px;
	  }
	.breadcrumbs{
		margin-top: 75px;
	}
}


/*-------------------------------------------*/
@media screen and (max-width: 768px){
	:root {
		font-size:14px;
	}
}
html:lang(ar) .bi-telephone{
    transform: rotateY(180deg);
}
html:lang(ar) ._acBtn .bi-telephone.active:after{
    bottom: -42px;
}
@media screen and (max-width: 768px){
	html:lang(ar) ._acBtn .bi-telephone.active:after{
		/*bottom: -22px;*/
	}
}
._LTR{
	direction: ltr;
}
/* Home Page */
.home-page h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: 700;
    padding-top: 50px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
	font-family: Marhey, cursive;
    font-weight: 300;
}
._xsc{
	
}

._itemBox{
	box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 5px !important;
}
._itemBox p{
	margin:0;
}
._itemBox h2 a, ._itemBox h3 a{
	color:#000 !important;
	line-height: 1.5;
}
._itemBox h3 a:first-letter {
    text-transform: uppercase;
}
._itemBox ._rating{
	min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    gap: 5px;
    color: #555;
    border: 1px solid #eee;
    border-radius: 50%;
}

._itemBox ._address p{
	font-size:.9rem;
}
._itemBox ._address ._label{
	background: #f8f8f8;
    padding: 1px 15px;
    border-radius: 14px;
    min-width: 90px;
	}
._actionBtns{

}
._actionBtns ._acBtn{
    cursor: pointer;
	position: relative;
}
._acBtn{
	display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
	gap: 3px;
}
._acBtn .bi{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    font-size: 25px !important;
    color: #4caf50 !important;
}
._acBtn .active{
	background: #4caf50;
    color: #fff !important;
	border-radius: 5px;
}
._acBtn .active:after{
	content: "";
    position: absolute;
    bottom: -22px;
    border: 10px;
    transform: rotateX(180deg);
    border-style: solid;
    border-color: transparent transparent #4caf50 transparent;
}
._acBtn ._label{
	color: #888;
	font-size: 11px;	
}
.tab-content{
	width: 100%;
	border-radius: 5px;
    /*background: rgb(248,248,248, 0.4 )*/;
	border: 0px solid rgb(76, 175, 80, 0.3);
}
.tab-pane{ 
    padding: 10px 0px;   
}
.tab-pane .bi{
	background: #f5f5f5;
    padding: 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
._itemBox ._gscv{
		max-width: 100%;
	}
.tab-pane iframe{
	opacity: .7;
	border-radius: 10px;
}
.footer .footer-img{
	background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 768px){
	._acBtn ._label{
		display:none
	}
	._itemBox ._gscv{
		max-width: 80%;
	}
}