@charset "utf-8";
/*
Theme Name:menurol
Theme URI: http://dibapc.com
Version: 2.4
Description: dibapc.com
Author:amir.sheikhzadeh@gmail.com
Author URI: http://dibapc.com
*/
/* css rest   */
:root {
    --text-color: rgba(4, 10, 31, 0.87);
    --theam-color: #dcc921;
    --theam-secend-color: #009344;
} 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {direction: rtl;font-size: 14px;}
*{
    box-sizing:border-box;
    font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    width: 100%;
}
nav ul {
    list-style: none;
    margin: 0px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 8px 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
/****font***/
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/Borna-Regular.woff') format('woff-variations'),
        /* will be the standard and works in Safari now */
        url('../fonts/Borna-Regular.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 900;
    font-display: swap;

}

* {
	font-family: BYekan;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
}


body{
    font-family:BYekan;
    direction: rtl;
    background: #EE4136;
    color: #fff;
    }

header{
	width:100%;
	float: right;
	position: relative;
	z-index: 9999;
	background: #fff;
}
section{
		width:100%;
	float: right;
}
.single_page_color{
    position: relative;
    background: url(../images/bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 215px;
    max-width: 100%;
    overflow: hidden;
    background-position: top center;
    height: auto;
}
.container{
    max-width: 80%;
}
.single_page_color:after{content: "";width: 20%;position: absolute;display: block;height: 98%;background: #000;border-radius: 200px 200px 0px 0px;left: -10%;top: 580px;}
.single_page_color:before{content:"";width: 20%;position: absolute;display: block;height: 98%;background: #000;border-radius: 200px 200px 0px 0px;top: 565px;right: -10%;}
header .header{width:100%;float:right;padding: 10px 20px;}
.header.sticky {
    position: fixed;
    top: 0;
    right: 0px;
}
header .header .row .logobox{padding:0px;/* position: relative; */width: 20%;float: left;}
header .header .navbox{
    width: 80%;
    float: right;
    margin-top: 15px;
    height: auto;
}
header .header .row  .col-9{
    padding-top: 18px;
}
header .header .dropdown-toggle{
    padding: 6px 10px;
    background: #de2400;
    border: 2px solid #ec1b25;
    color: #fff;
    font-size: 14px;
}
header .header .selectloc{
    position: relative;
    left: 0px;
    float: right;
}
header .header .btn-group{
    float: right;
}
.main{
    width: 100%;
    background: #fff;
    /* display: flex; */
    flex-wrap: wrap;
    /* height: auto; */
    /* float: right; */
    padding: 25px;
    position: relative;
}
.uni-swiper{
    /* float: right; */
    /* width: 100%; */
    /* position: relative; */
    /* overflow: hidden; */
}
.uni-swiper .swiper-wrapper{
}
.uni-swiper .nav-link.active{color:#ee4237;}
.uni-swiper .nav-link{color:#000;text-align: center;display: block;width: 100%;}
.search-container{
	margin: 0 auto;
	position: relative;
	width: 70.6%;
	padding: 400px 20px 30px 20px;
	text-align: center;
}
.search-container img{
    position: relative;
    top: -200px;
}
.search-container:before{
	content:"";
	width: 100%;
	position: absolute;
	background: #fff;
	top: 5px;
	height: 970px;
	right: 0px;
	border-radius: 50% 50% 0 0;
	z-index: 0;
}
.search-container form{
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 0px 20px;
}
.search-container input{
    border-bottom: 2px solid #ee4237;
    padding: 6px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    font-family: 'BYekan';
    float: right;
    height: 37px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.search-container button{
    border: 0px;
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
    float: right;
    position: absolute;
    left: 20px;
    background: url();
}
.search-container button svg{
    fill: #151716 !important;
}
header .header .selectloc select{
    width: 172px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
    padding: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'BYekan';
}
header .logobox{width: 20%;float: left;}
header .logo{float: left;width: auto;}
header .shoar{float: left;width: auto;margin-top: 12px;}

header .logo img{/* padding: 10px 0px; */width: 100%;float: left;max-width: 200px;}
header .sidebarmeno{float:left;border:0px;background:none;padding: 7px 0px;margin-top: 20px;}
header .sidebarmeno img{width:30px;}
header .header .dropdown .dropdown-menu{
    top: 20px !important;
}

.slider{width:100%;position: relative;top: -1px;/* height: 560px; */float: right;overflow: hidden;}
.slider-info{position:absolute;width: 50%;padding: 30px;color: #fff;line-height: 3;bottom: 20%;}
.slider-swiper{width:100%;/* max-height: 450px; */overflow: hidden;}
.slider img{width:100%;}
.slider .swiper-container{padding: 0px;}
.slider .swiper-pagination{
    z-index: 444;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.slider .swiper-pagination-bullet{
    background: #000;
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    transform: rotate(45deg);
    opacity: unset !important;
    border: 1px solid #fff;
    position: relative;
    top: 0px;
    border-radius: 3px;
}
.slider .swiper-pagination-bullet-active{background:#fff;}
.slider .swiper-pagination:before {
    content: "";
    position: absolute;
    background: url(../images/Vdown.svg) no-repeat;
    width: 250px;
    height: 50px;
    left: calc(50% - 125px);
    bottom: 8%;
    z-index: 0;
}
.menu-img{width:100%;position: relative;float: right;}
.menu-img img{width:100%;float: right;}
.menu-img:before{
	content:"";
	position:absolute;
	background:url(../images/Vdown.svg) no-repeat;
	width: 200px;
	height: 40px;
	left: calc(50% - 100px);
	bottom: 0%;
}
@media (max-width: 480px) {
.menu-img:before{
    width: 100px;
    height: 20px;
    left: calc(50% - 50px);
}
	.slider .swiper-pagination{
    z-index: 444;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.slider .swiper-pagination-bullet{width: 10px;height: 10px;}
	.slider .swiper-pagination:before{
    width: 140px;
    height: 28px;
    left: calc(50% - 70px);
}
}
/*******************
*
*about
*
*******************/
.about{
    background: url(../images/bg.svg);
    background-position: 0px;
    background-repeat: no-repeat;
    padding: 40px 0px;
    background-attachment: fixed;
}
.about .about-logo{}
.about .about-logo img{
    width: 100%;
}
.about .about-titr{
    width: 100%;
    float: right;
    margin-bottom: 30px;
    border-bottom: 2px solid #dcc921;
}
.about .about-text{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}
.about .about-text a{
	color:#fff;
}
.about .about-titr h1{
    font-size: 24px;
    line-height: 3;
    color: #fff;
}
.about .about-text p{
    text-align: justify;
    line-height: 2;
    font-size: 16px;
    color: #fff;
}
.about-more{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}
.about-more a{
    padding: 10px 20px;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 15px;
    float: left;
    font-size: 21px;
}
@media (max-width: 480px) {
	.about .about-logo{
    padding: 0px 0%;
    margin-top: 20px;
}
	.about {padding: 0px 0px;}
}


.last_business{width:100%;}
.last_ads{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.last_ads .swiper-container{padding: 0px;}
.last_ads .last_ads_box{    width: 24%;}
.last_ads_box{

    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    position: relative;
overflow: hidden;}
.last_ads_box a{color: #333333;width: 100%;float: right;}
.last_ads_box .img_box{
    width: 100%;
    position:relative;
    height: 300px;
    overflow: hidden;
    }
.last_ads_box .img_box img{
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 350px;
    max-height: 350px;
}
.last_ads_box .title {
    width: 100%;
    padding: 0 10px;
    position: relative;
    /* bottom: 35px; */
}
.last_ads_box .title h3{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
font-size: 12px;}
.last_ads_box .address{
    line-height: 2;
    padding: 0px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    text-align: right;
    width: 100%;
    float: right;
    }
.last_ads_box .address img{float:right;}
.last_ads_box .address img.premium{
    float: left;
    width: 28px;
}
.last_ads_box .address .more{
    float: left;
}
.last_ads_box .address .more img{
    float: LEFT;
    width: 30px;
}
.last_ads_box .discount{
    position:absolute;
    left: 10px;
    top: 10px;
    background: #0073ab;
    color:#fff;
    padding: 10px;
    border-radius: 5px;
}


.navbar {
    padding: 15px 10px;
    background: #0073ac;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.navbar  a.nav-link.active{color:#a4ffec;}
.navbar  a.nav-link{color:#fff;}
.navbar  a.menu-item{color:#fff;}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* background: #7386D5; */
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #FF4040;
text-align: center;}
#sidebar  h3{font-size: 13px;line-height: 3;margin: 0px;}
#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
font-size: 13px;text-align: center;color: #6b6666;}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fe403f;
    background: #ffffff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    /* display: block; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.dropdown-toggle ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.categoryslider .title_box{
    text-align: center;
    background: #022857;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
}
.categoryslider .title_box h1 {
    line-height: 3;
    font-size: 23px;
    color: #fff;
}
.last_blog{
    width: 100%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.last_blog .last_blog_box{
    position: relative;
    width: 23%;
    margin: 1%;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
}
.last_blog .last_blog_box .img_box{
    height: 250px;
    overflow: hidden;
}
.last_blog .last_blog_box .img_box img{
    width: 100%;
}
.last_blog .last_blog_box h2{
    text-align: center;
    font-size: 15px;
    margin: 0px;
    line-height: 3;
}
.last_blog .last_blog_box a{
    color: #333;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 14px;
}
.last_blog .last_blog_box .title{
    width: 100%;
    float: right;
}

.single_page{
    width: 100%;
    float: right;
}
.single_page_color .title{
    text-align: center;
    color: #022857;
    padding: 0px 0px;
    border-bottom: 1px solid #ee4237;
    margin-bottom: 25px;
}
.single_page_color .title h1{
    line-height: 3;
    font-size: 24px;
    color: #ee4237;
}
.single_page .text{
    direction: rtl;
    text-align: justify;
    line-height: 2;
}
.single_page .text h2 {
    color: navy;
    font-size: 23px;
    margin: 15px 0;
    text-align: right
}

.single_page .text h3 {
    margin: 15px 0;
    color: #8B0000;
    font-size: 20px;
    text-align: right
}

.single_page .text h4 {
    font-size: 18px;
    color: #006400;
    margin: 15px 0;
    text-align: right
}

.single_page .text h5 {
    font-size: 17px;
    color: #ca2fe4;
    margin: 15px 0;
    text-align: right
}

.single_page .text h6 {
    font-size: 17px;
    color: #666;
    margin: 15px 0;
    text-align: right
}

.single_page  .img_box{
    float: right;
    width: 100%;
}
.single_page .img_box img{width: auto;padding: 20px;/* border: 1px solid #ccc; *//* border-radius: 15px; */max-height: 380px;display: block;margin: 0 auto;max-width: 100%;}
.single_page .text p{
    line-height: 2;
    float: right;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.single_page .text p a{color:#000;}
.blog-comment{
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    width: 100%;
    float: right;
}
.blog-comment hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}
.blog-comment a {
    background: none;
    color: #82b440;
    text-decoration: none;
}
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
	display: table;
	clear: both;
}



.blog-comment ul{
	list-style-type: none;
	padding: 0;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: right;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}

.blog-comment .post-comments{
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-right: 85px;
	margin-left: 0px;
	padding: 10px 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-right: 85px;
}

.blog-comment-form{
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
	text-align: center;
	margin-top: 30px;
	background: #e9e9e9;
	border-radius: 15px;
	padding: 20px 0px;
	color: #022857 !important;
}

.auth-input-wrapper{
    direction: ltr;
}

.prodacts{
    background-color: #eee;
}
.prodacts .bg-image{}
.prodacts .bg-image img{
    width: 100%;
}

.prodacts h3{font-size:16px;}


.single_business{
	
}
.single_business .title{
	background: #dc1301;
	color: #fff;
	border-radius: 15px;
	margin-bottom: 20px;
}
.single_business .text{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.single_business .text ul{}
.single_business .text ul li{
    width: 100%;
}
.single_business .text ul li a{
    color: var(--theam-color);
    float: right;
    width: 100%;
}
.single_business .text ul li img{
    float: right;
    margin-left: 10px;
}
.single_business .img_box{
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.single_business ul{
	width: 49%;
	float: right;
	list-style: inside;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	height: fit-content;
	gap: 10px;
}
.content{
	width: 100%;
	float: right;
	list-style: inside;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	}
        /* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menuuser{
    float: right;
    /* margin-top: 8px; */
    padding-right: 10px;
    /* width: 100%; */
    float: right;
}
.menuuser a.submitbussenes{
        background: var(--theam-secend-color);
        padding: 6px 20px;
        color: #fff;
        border-radius: 25px;
        float: right;
        position: relative;
        z-index: 999;
        margin-left: 10px;
}
.menuuser a.login{
    background: var(--theam-color);
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    float: right;
    position: relative;
    z-index: 999;
}
.menuuser .dropdown-toggle{
    background: #ffffff;
    color: #ffffff;
    font-size: 14px;
    border: 0px solid #ccc;
    z-index: 99;
    position: relative;
    color: #000;
}
.menuuser .dropdown-toggle svg{
    display:none
}
.menuuser .dropdown ul.dropdown-menu{
    top: 20px !important;
}
.menuuser .dropdown ul li{}
.menuuser .dropdown ul li svg{
    float: right;
    margin-left: 5px;
    width: 21px;
}
.menuuser .dropdown ul li a{
    font-size: 14px;
    color: #6c757d;
    line-height: 2;
}
.menuuser .dropdown ul li a:hover{
    color:var(--theam-color);
    background: unset;
}
.menuuser .dropdown ul li a:hover svg{
    fill: var(--theam-color) !important;
}
.menuuser .dropdown ul li span{
    text-align: center;
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.menuuser .dropdown-toggle::after{
    position: relative;
    top: 4px;
}


/**************foooter******/
footer{
    float: right;
    width: 100%;
    background: #ee4237;
    position: relative;
}
.footerbg{background:url(../images/footer.svg);background-repeat: no-repeat;background-size: 100%;}
footer:after{content: "";width: 10%;left: 0px;background: #000;height: -webkit-fill-available;position: absolute;top: 0px;}
footer:before{content:"";width: 10%;right: 0px;background: #000;height: -webkit-fill-available;position: absolute;}
footer .footer{
    float: right;
    width: 100%;
    position: absolute;
    top: 10px;
    padding: 0px 23%;
    right: 0px;
}
footer .footer:before{
	content:"";
	width: 100%;
	position: absolute;
	top: 0px;
	/* border-top: 1px solid #fff; */
	z-index: -5;
}

footer .logobox{
    width: auto;
    height: 124px;
    display: block;
    margin: 0 auto;
    float: right;
}
footer .logobox .logo img{
    max-width: 100%;
    width: 100%;
    position: relative;
    top: -50%;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
}
footer .logobox .shoar{
    float: left;
    height: 100%;
}
footer .logobox .shoar img{transform: translate(10px, 0px);position: relative;top: 50%;left: 0%;max-width: 100%;}

footer .logobox .logo{float:left;width: 200px;height: 160px;position: relative;padding: 0px 5px;}

footer .copyrights{
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    float: right;
    font-size: 13px;
}
.footer-wighet{
    width: 100%;
    float: right;
    text-align: right;
    height: auto;
}
.footer-wighet .logofooter{margin-bottom: 30px;width: auto;}
.footer-wighet .wighet-title{
    text-align: right;
    color: #fff;
    font-size: 17px;
    line-height: 3;
}
.footer-wighet .soial-list{
    width: 100%;
    float: right;
    margin-top: 50px;
}
.footer-wighet .soial-list ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.footer-wighet .soial-list ul li{width: auto;float: right;}
.footer-wighet  .soial-list ul li svg{
    width: 60px;
    height: auto;
    fill: #fff !important;
}
.footer-wighet  .soial-list ul li a{
    float: right;
    width: 100%;
}
.footer-wighet .contact{
    float: right;
    width: 100%;
    list-style: none;
    margin-top: 20px;
}

.footer-wighet ul.contact  li{
    float: right;
    width: 100%;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}
.footer-wighet ul.contact li a{
    font-size: 14px;
}
.footer-wighet ul.contact li svg{
    width: 30px;
    float: right;
    margin-left: 5px;
}

.footer-wighet ul {list-style: circle;color: var(--theam-color);list-style-position: inside;list-style: none;}
.footer-wighet ul li{
    width: 100%;
    text-align: right;
    line-height: 2;
}
.footer-wighet ul li a{
        color: #fff;
        font-size: 14px;
}
.footer-wighet ul li a:hover{color: var(--theam-color);}


.footer-wighet p{width:100%;font-size: 14px;text-align: right;text-align: justify;padding-left: 20px;color: #fff;}
@media (max-width: 480px) {
	.single_page_color{
    padding-top: 45px;
}
	.single_page_color:after{
		top: 130px;
	}
	.single_page_color:before{
    top: 130px;
}
footer .logobox .shoar{
    width: 55%;
}
	footer .logobox .shoar img{
    top: 70%;
}
	footer{
    padding-top: 50px;
}
	footer .footer{
    position: relative;
    padding: 0 20px;
    top: -10px;
    display: block;
}
	footer .logobox .logo{
}
	footer .logobox .logo img{
}
	footer .copyrights{
    margin-top: 0px;
}
	.footer-wighet{
    height: auto;
}
	.footer-wighet .soial-list{margin-top: 20px;margin-bottom: 20px;}
}
#loginModal{
    line-height: 1.5;
    z-index: 99999;
    color: #000;
}
#loginModal p{
    color:#838383;
    float: right;
    font-size: 13px;
    }

#loginModal .editPhone{float:left;background:#fff;border:unset;color:#007bff;font-size: 14px;width: auto;padding: 0px;}
#loginModal .form-check{
    float: right;
    width: 100%;
    padding-right: 1.25em;
}
#loginModal .form-check input{margin-right: -1.25em;}


@media (max-width: 480px) {
	
.last_ads .last_ads_box{
    width: 100%;
}
header{
    /* margin-bottom: 20px; */
    /* padding: 0px 5px; */
    height: 49px;
}
	header .shoar{width: 100%;text-align: center;display: none;}
	.search-container{
    width: 77%;
    /* padding: 0 0px !important; */
    /* margin-left: 2%; */
    padding: 35px 20px 30px 20px;
}
	.search-container:before{
    height: 300px;
}
		.search-container img{
    top: 0px;
    max-width: 35%;
}

	header .header{
    padding: 5px 0px 0 0;
    padding: 5px 5px;
}
	header .logobox{
    padding: 0px 0px !important;
    width: 30%;
}
	header .header .navbox{
    padding: 0px 0px !important;
    width: 70%;
    margin-top: 0px;
}
	header .header .selectloc{
    width: 70%;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    /* padding: 0px 10px !important; */
    margin-right: 2%;
}
	.menuuser{
    width: 82%;
    /* padding: 0px 10px !important; */
    padding: 0px;
}
	.menuuser .btn-group{
    width: 100%;
    float: right;
    justify-content: center;
}
	.menuuser .dropdown-toggle svg{
		display:block;
		float: right;
	}
	.menuuser a.submitbussenes{
    padding: 6px 10px;
    border-radius: 3px;
}
	header .header .dropdown-toggle{
    padding: 4px 5px;
}
	.menuuser .dropdown-toggle span{
		/* display:none; */
	}
	header .header .selectloc select{
    margin: 0px;
    width: 49%;
    box-sizing: border-box;
    float: right;
}
	header .header .selectloc select:first-child{
    margin-left: 2%;
}
.single_business .img_box{
	width:100%;
	margin-bottom:20px;
}
	.single_business ul{
			width:100%;

	}
	.slider{height:auto;}
}


.btn-primary{
	background: #dcc921;
	border-color: #dcc921;
}
.navbar-toggler{background:#FFF;}


.contact-us{}
.contact-us label{
    width: 100%;
    float: right;
    margin: 20px 0px;
}
.contact-us input{}
.contact-us .list-unstyled{}
.contact-us .list-unstyled li{
    padding: 10px;
    text-align: center;
    border: 1px solid #0073ad;
    margin-bottom: 30px;
    border-radius: 20px;
}
.contact-us textarea{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.contact-us .btn-primary{
    float: left;
}
.contact-us .list-unstyled a{
    color: #fc1b20;
}


/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.inner_main_menu {
    margin: 0 auto;
    width: 70%;
}
.inner_main_menu ul{
    margin: 0;
    padding: 44px 0 0;
    list-style: none;
    text-align: right;
    margin-top: 20px;
}
.inner_main_menu ul li{
    float: right;
    display: inline-block;
    position: relative
}
.inner_main_menu ul li:nth-child(4){
    float: left;
}
.inner_main_menu ul li:nth-child(5){
    float: left;
}
.inner_main_menu ul li:nth-child(6){
    float: left;
}
.inner_main_menu ul li a{
    color: #ee4237;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}
.inner_main_menu ul li a:hover{
    color: #dcc921;
}
.inner_main_menu ul li ul{
    position: absolute;
    top: 5px;
    width: 200px;
    background: #ffffff;
    padding: 0;
    display: none;
    z-index: 999;
}
.inner_main_menu ul li:hover > ul{
    right: 0px;
    display: block;
}
.inner_main_menu ul li ul li{
    float: right;
    width: 100%;
    text-align: right;
}
.inner_main_menu ul li ul li a{
    color: #000 !important;
    text-transform: capitalize;
    font-size: 15px;
}
.inner_main_menu ul li ul li a:hover{
    background: #ddd;
    color: #262626;
}
.inner_main_menu ul li ul li ul{
    top: 0;
    display: none;
}
.inner_main_menu ul li:hover ul li ul{
    top: 0;
    right: 200px;
}
.inner_main_menu ul li ul li:hover ul{
    top: 0;
    display: block;
}
.inner_main_menu ul li:hover a{
    color: #dcc921;
}
.inner_main_menu ul li:hover ul li a{
    color: #ffffff
}
.inner_main_menu ul li ul li a:hover{
    color: #262626
}
.inner_main_menu ul li ul li:hover a{
    background: #ededed;
    color: #ffffff;
}
.inner_main_menu ul li ul li:hover ul li a{
    background: #262626;
    color: #fff;
}
.inner_main_menu ul li ul li ul li a:hover{
    background: #ddd;
    color: #262626;
}
.slicknav_menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 16px;
    padding: 5px;
    display: none;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 99999;
}
ul.slicknav_nav {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 60px;
    width: 96%;
    left: 2%;
    border-radius: 10px;
}
.slicknav_btn {
    top: 3px;
}
#main_menu{
    width: 100%;
    position: relative;
    float: right;
    height: 130px;
}
.logo_area{
    width: 290px;
    height: 290px;
    position: absolute;
    left: calc(50% - 145px);
    top: -20px;
    content: "";
    text-align: center;
    /* padding: 15px 15px 0 15px; */
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.logo_area img{width:100%;position: relative;top: -15px;border-radius: 10%;}
@media only screen and (min-width: 200px) and (max-width: 820px) {
    .slicknav_menu{
        display: block;
    }
    .inner_main_menu{
        display: none;
    }
    .logo_area {
        height: auto;
        /* left: 0; */
        /* margin-left: 0; */
        position: relative;
        top: 0;
        width: 120px;
        padding: 5px;
    }
    .logo_area img{
        height: auto;
        width: 100%;
    }


@media (max-width: 480px) {
.logo_area img{
    padding: 5px;
    top: 6px;
}
.logo_area{
    height: 75px;
    width: 75px;
    top: 1px;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
}
	.logo_area:before{
		bottom: -39px;
	}
	#main_menu{
    height: auto;
}
}






}
.slicknav_btn,.slicknav_nav .slicknav_item{
    cursor:pointer
}
.slicknav_menu,.slicknav_menu *{
    box-sizing:border-box
}
.slicknav_btn{
    position:relative;
    display:block;
    vertical-align:middle;
    float: left;
    padding:.438em .625em;
    line-height:1.125em
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{
    margin-top:.188em
}
.slicknav_menu .slicknav_menutxt{
    display:block;
    line-height:1.188em;
    float:left;
    color:#fff;
    font-weight:700;
    text-shadow:0 1px 3px #000
}
.slicknav_menu .slicknav_icon{
    float:left;
    width:1.125em;
    height:.875em;
    margin:.188em 0 0 .438em
}
.slicknav_menu .slicknav_icon:before{
    background:0 0;
    width:1.125em;
    height:.875em;
    display:block;
    content:"";
    position:absolute
}
.slicknav_menu .slicknav_no-text{
    margin:0
}
.slicknav_menu .slicknav_icon-bar{
    display:block;
    width:1.125em;
    height:.125em;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow:0 1px 0 rgba(0,0,0,.25);
    box-shadow:0 1px 0 rgba(0,0,0,.25)
}
.slicknav_menu:after,.slicknav_menu:before{
    content:" ";
    display:table
}
.slicknav_menu:after{
    clear:both
}
.slicknav_nav li,.slicknav_nav ul{
    display:block
}
.slicknav_nav .slicknav_arrow{
    font-size:.8em;
    margin:0 0 0 .4em
}
.slicknav_nav .slicknav_item a{
    display:inline
}
.slicknav_nav .slicknav_row,.slicknav_nav a{
    display:block
}
.slicknav_nav .slicknav_parent-link a{
    display:inline
}
.slicknav_menu{
    /* zoom: 1; */
    font-size:16px;
    /* background:#4c4c4c; */
    padding:5px;
    position: absolute;
}
.slicknav_nav,.slicknav_nav ul{
    list-style:none;
    overflow:hidden;
    padding:0
}
.slicknav_menu .slicknav_icon-bar{
    background-color:#fff
}
.slicknav_btn{
    margin: 20px 5px 5px 10px;
    text-decoration:none;
    text-shadow:0 1px 1px rgba(255,255,255,.75);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color: #3ca7dd;
}
.slicknav_nav{
    clear:both;
    color:#fff;
    margin:0;
    font-size:.875em
}
.slicknav_nav ul{
    margin:0 0 0 20px
}
.slicknav_nav .slicknav_row,.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px
}
.slicknav_nav .slicknav_row:hover{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background:#ccc;
    color:#fff
}
.slicknav_nav a{
    text-decoration:none;
    color:#fff
}
.slicknav_nav a:hover{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background:#ccc;
    color:#222
}
.slicknav_nav .slicknav_txtnode{
    margin-left:15px
}
.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{
    padding:0;
    margin:0
}
.slicknav_brand{
    float:left;
    color:#fff;
    font-size:18px;
    line-height:30px;
    padding:7px 12px;
    height:44px
}


.manu-nav:before{
    border-left: 1px solid #fff;
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -4;
}
.nav-pills .nav-link{
    color: #000000;
    border-left: 1px solid #fff;
    border-radius: 0px;
    position: relative;
    line-height: 3;
    margin-bottom: 15px;
    margin-top: 15px;
    width: auto;
}
.nav-pills .nav-link img{
    float: right;
    margin-left: 15px;
    width: 40px;
}
.nav-link.active::before {
    content: '';
    display: block;

}
.manu-nav{
    position: relative;
    height: auto;
    flex-direction: row !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: unset;
	color: #ee4237;
}

.tab-content{
    width: 100%;
    float: right;
}
.tab-content .tab-pane{
    padding: 0 30px 0 0;
    width: 100%;
    float: right;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}
.tab-content .tab-pane .products-list{
    width: 100%;
    float: right;
}
.tab-content .tab-pane .products-list .col-xl-12 .products-box .img-box {
    height: auto;
}
.tab-content .tab-pane .products-list .products-box{border-radius: 15px;float: right;margin-bottom: 30px;width: 100%;padding: 0px 10px;}
.tab-content .tab-pane .products-list .products-box.no_number{
    position: relative;
}
.tab-content .tab-pane .products-list .products-box.no_number span.no_span{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 19px;
    padding: 5px;
    border: 2px solid #dcc921;
    color: #dcc921;
    background: #544c4cdb;
}
.tab-content .tab-pane .products-list .products-box.no_number img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.tab-content .tab-pane .products-list .price{
    float: left;
    color: #ee4237;
    font-size: 15px;
    text-align: left;
}
.product_description{
    width: 100%;
    float: right;
    color: #000;
    margin-top: 10px;
}
.tab-content .tab-pane .products-list .price i{
    float: right;
    width: 100%;
    color: #dcc921;
    text-decoration: line-through;
}
.tab-content .tab-pane .products-list .price i span{
	    text-decoration: line-through;

}
.tab-content .tab-pane .products-list  .Price-currencySymbol{
    float: left;
    margin-right: 10px;
}
.tab-content .tab-pane .products-list .img-box{
    width: 100%;
    float: right;
    margin-bottom: 25px;
    height: auto;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tab-content .tab-pane .products-list .img-box img{
    border-radius: 25px;
    width: 100%;

}
.tab-content .tab-pane .products-list .products-box a{
    color: #000000;
    font-size: 21px;
    float: right;
}
.tab-content .tab-pane .products-list .products-box a h2{}
.tab-content .tab-pane .products-list .product_title{
    font-size: 15px;
    line-height: 2;
}
.modal{color: #000;z-index: 99999;}
.modal #productName{}
.modal #productDescription{
    padding: 10px 5px;
    border: solid 1px #ccc;
    border-radius: 15px;
    text-align: justify;
}
.modal #productImage{width: auto;border-radius: 15px;max-height: calc(100vh - 200px);display: block;margin: 0 auto;margin-bottom: 20px;}
.modal .close{
    border: 0px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1.2;
    color: #fff;
    background: #000;
    border-radius: 5px;
}
@media (max-width: 480px) {
.nav-link.active::before{
    left: -16px;
}
	.nav-pills .nav-link{
    padding: 5px;
    line-height: 2;
    font-size: 12px;
    width: 70px;
}
	.nav-pills .nav-link img{
    display: block;
    float: unset;
    margin: 0 auto;
    margin-bottom: 10px;
}
	.tab-content .tab-pane .products-list .products-box.no_number span.no_span{
    font-size: 16px;
}
	.tab-content .tab-pane{
    padding: 0px 0px 0px 0px;
}
	.manu-nav:before{
    left: 1px;
}
	.tab-content .tab-pane .products-list .img-box{
    height: auto;
}
}
