@font-face {
	font-family: dinnextltarabic;
	src: url(../fonts/dinnextltarabic-light-1.eot);
	src: url(../fonts/dinnextltarabic-light-1.svg);
	src: url(../fonts/dinnextltarabic-light-1.ttf);
	src: url(../fonts/dinnextltarabic-light-1.woff);
	font-display: block;
}
/*-------------Icons------------*/
@font-face {
	font-family: 'googleBike';
	src:  url('../fonts/googleBike.eot?9aenii');
	src:  url('../fonts/googleBike.eot?9aenii#iefix') format('embedded-opentype'),
	url('../fonts/googleBike.ttf?9aenii') format('truetype'),
	url('../fonts/googleBike.woff?9aenii') format('woff'),
	url('../fonts/googleBike.svg?9aenii#googleBike') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'googleBike' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon_snapchat:before {
	content: "\e900";
}
.icon_instagram:before {
	content: "\e901";
}
.icon_youtube:before {
	content: "\e902";
}
.icon_facebook:before {
	content: "\e903";
}
.icon_twitter:before {
	content: "\e904";
}


/*********general*********/
::-webkit-scrollbar {
	width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
	background-color: #000;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #F05552;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #FFF; 
}
body{
	background-color: #f5f6f8;
	font-size: 14px;
	font-family: dinnextltarabic;
	direction: rtl;
	text-align: right;
}
*{
	scroll-behavior: smooth !important;
}
/*-------height----------*/
.height-55{
	height:55px;
}
.height-100{
	height:100px;
}
.height-80{
	height:80px;
}

.is-inline-block{
	display: inline-block;
}
select.form-control{
	text-align-last:center;
}
.register-pg select.form-control{
	text-align-last:start;
	color: #7C7C7C;
}
.form-group{
	margin-bottom: 0.4rem;
}
/*---------width-----------*/
.w-90{
	width:90%;
}
.w-10{
	width:10%;
}
.v-align-b{
	vertical-align: bottom;
}
/*--------Buttons--------*/
.btn-warning{
	background-color: #ef4744!important;
	border-radius: 6px;
	padding: 15px 20px;
	color: #FFF;
	border:0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
/*------line-height----*/
.lh-1{
	line-height: 25px;
}
/*--------images--------*/
.image-contain{
	object-fit: contain;
}
/*---------texts---------*/
.text-grey{
	color:#7C7C7C;
}
.text-dark{
	color:#000000!important;
}
.text-orange{
	color:#EF4744;
}
.text-blue{
	color:#0A77BC;
}
/*-----backgrounds------*/
.bg-orange{   
	background-color: #F05552!important;
}
.more-butn{
	width: 200px !important;
	text-align: center;
}
.bg-grey-dark{
	background-color: #e8e8e8!important;
}
a, a:hover{
	text-decoration: none;
}
ul, li{
	list-style:none;
}
ul{
	padding-right: 0px;
}
.is-size-2{
	font-size: 25px;
}
h1{
	font-size: 1.8rem;
}
h2{
	font-size: 1.5rem;
}
.z-index{
	z-index: 1;
}
.section{
	padding: 70px 0px;
}
.basic_title{
	position: relative;
	display: inline-block;
    margin-bottom: 65px;
}
.basic_title::before, .basic_title::after{
	position: absolute;
	content: '';
	background-image: url('../images/title.svg');
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
}
.basic_title::before{
	top: -30px;
	right: 0;
}

.basic_title::after{
	bottom: -45px;
	left: 0;
}
.border-bottom{
	border-bottom:2px solid #f94642!important;
}
/*------------Header--------------*/
header{
	background-color:#FFF;
}
header .menu, header .menu.active{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
}
header .menu{
	background-image: url('../images/menu.svg');
}
header .menu.active{
	background-image: url('../images/close.svg');
}
/* -------- navbar ltr ---------- */
.nav-list {
	text-align: right;
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	opacity: 0;
	right:-100px;
	left: unset;
	top: 115px;
	background-color: #FFF;
	border-radius: 0 0 6px 6px;
	width: 300px;
	transition: 0.3s ease-out;
	padding: 25px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
}

.nav-list h5{
	position: relative;
}
.nav-list h5:after{
	position: absolute;
	content: '';
	height: 1px;
	background-color: #cfcfcf;
	top: 18px;
	right: 0;
	left: 0;
	width: 100%;
}
.nav-list h5 span{
	background-color: #FFF;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.nav-list.show {
	right: 0;
	left: unset;
	opacity: 1;
	z-index: 1000;
}
header .logo .navbar-brand{
	padding-bottom: 0px;
}

/* -------- marquee -------- */
.marquee-wrapper{
	padding: 10px 0px;
	background-color: #f94642;
	color: #fff;
	text-align: center;
}
.marquee-wrapper p{
	color: #fff;
	margin-bottom: 0;
}

/* -------- search -------- */
#search-nav{
	padding-right: 20px;
	border-right: 1px solid #aaada8;
	padding-left: 30px;
	
}
#search-nav img{
	width: 22px;
}
.search {
	position: absolute;
	top: -100%;
	width: 100%;
	background-color: #fff;
	z-index: 50;
	padding: 30px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease-out;
	transform: scale(0);
	border-radius: 0 0 6px 6px;
	z-index: 1000;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}

.search.show {
	visibility: visible;
	top: 100%;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.search form {
	position: relative;
}

.search form input {
	padding: 16px 30px;
	border: 0;
	border: 1px solid #9994;
	color: #777;
	width: 100%;
	border-radius: 5px;
	font-size: 12px;
}
.btn-dark{
	background: #343a40!important;
	border:0px;
}
.search form .btn.btn-dark {
	position: absolute;
	top: 0px;
	text-align: center;
	left: 0px;
	width: 100px;
	height: 100%;
}

.search .cls {
	position: absolute;
	top:-10px;
	color: #fff;
	font-size: 12px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	background-color: #f05552;
	cursor: pointer;
	z-index: 20;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.header-icon {
	position: relative;
	top: 10px;
    margin: 0 10px;
}
.register-butns{
	display: inline-block;
	margin: 0 10px;
}
.register-butns a{
	color: #7C7C7C;
	margin: 0 7px;
	font-weight: bold;
	font-size: 15px;
}
.register-butns a:hover{
	color: #f05552;
}
/*----------slideshow--------------*/
.hero{
	height: 110vh;
}
.header-carousel{
	position: relative;
	direction: ltr;
}
.header-carousel .item{
	height: 70vh;

}
.header-carousel .item img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.header-carousel .item .carousel-caption{
	position: absolute;
	top: -30px;
	right: 0;
	text-align: right;
}


.slideshow{
	position: relative;
}
.slideshow #carouselslider, .slideshow .carousel-item{
	height: 70vh;
}
.slideshow #carouselslider img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.slideshow .carousel-caption{
	position: absolute;
	top: -30px;
	right: 0;
	text-align: right;
	width: 50%;
}
.carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	opacity: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.carousel-indicators .active {
	background-color: #f94642;
}
.search-block{
	background-color: #FFF;
	border-radius: 6px;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.search-block select{
	height: 3rem;
    color: #F05552;
    font-weight: bold;
	border: none;
}
.search-block .select2-container--default .select2-selection--single {
	height: 3rem;
    color: #F05552;
    font-weight: bold;
	border: none;
}
.search-block .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #F05552;
	text-align: right;
	line-height: 3rem;
	font-size: 17px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #F05552;
}
.search-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    left: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left;
    padding: 3px 15px;
}
.search-block span:focus{
	color: #f05552;
	outline: #f05552 auto 1px;
}
.red, .blue{
	width:10px;
	height: 10px;
	border-radius: 100%;
	margin:0 10px;
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.red{
	background-color: #f94642;
}
.blue{
	background-color: #0277bd;
}
/*-------------Category----------*/
.category-card a .image{
	background-color: #E8E8E8;
	border-radius: 100%;
	width: 155px;
	height: 155px;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.category-card a .image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/*---------Services--------------*/
.card{
	padding: 25px;
	border: 0px;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
.services .card .image{
	background-image: url('../images/service-bg.svg');
	background-repeat: no-repeat;
	width: 95px;
	height: 95px;
	line-height: 85px;
	text-align: center;
	margin: auto;
}
.services .category-img {
	position: absolute;
	bottom: -30px;
	right: -160px;
	object-fit: contain;
}
.services .card.hvr-sweep-to-bottom:before{
	background-color: #EF4744;
	background-image: url('../images/servics3-bg.svg');
	background-repeat: no-repeat;
	background-position: right 35px;
}
.services .container .row .col-md-3:nth-child(1n) > .card.hvr-sweep-to-bottom:before{
	background-image: url('../images/service1-bg.svg');
}
.services .container .row .col-md-3:nth-child(2n) > .card.hvr-sweep-to-bottom:before{
	background-image: url('../images/service2-bg.svg');
}
.services .container .row .col-md-3:nth-child(3n) > .card.hvr-sweep-to-bottom:before{
	background-image: url('../images/servics3-bg.svg');
}
.services .container .row .col-md-3:nth-child(4n) > .card.hvr-sweep-to-bottom:before{
	background-image: url('../images/service4-bg.svg');
}
.services .card:hover > a h5, .services .card:hover > a p{
	color:#FFF!important;
}
.services .card .image img{
	object-fit: contain;
    height: 50%;
	width: 100%;
	margin-top: 7px;
	margin: auto;
}
/*---------footer---------------*/
.footer{
	padding: 1rem 0;
}
.socials li{
	display: inline-block;
	font-size: 20px;
}
.socials li:not(:last-child){
	margin-left: 10px;
}
.hero .socials a {
	font-size: 27px;
}
.nav-list .socials a {
	font-size: 23px;
}
.footer ul li a:hover, .hero .socials a:hover, .nav-list .socials a:hover, .nav-list li a:hover{
	color: #EF4744!important;
}
.download img{
	height: 60px;
	object-fit: contain;
}
footer .form-control, .search-block .form-control{
	border: 0px;
}
/*------------adds-section---------------*/
.adds-section{
	background-color:#2c2928;
}
.adds-section .adds-img{
	position: absolute;
	bottom: 44%;
	right: -325px;
	object-fit: contain;
	z-index: 1;
}
.adds-section .nav-tabs, .adds-section .tab-content{
	position: relative;
	z-index: 10;
}
.adds-section .nav-tabs .nav-item.show .nav-link, .adds-section .nav-tabs .nav-link.active{
	background-color:transparent;
	border:0px;
	color: #FFF;
	font-weight: bold;
}
.adds-section .nav-tabs .nav-item.show .nav-link::after, .adds-section .nav-tabs .nav-link.active::after{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: #0A77BC;
	width: 50%;
	margin:auto;
}
.adds-section .nav-tabs{
	border-bottom: 0px;
	margin-bottom: 30px;
}
.adds-section .nav-tabs .nav-link{
	color: #AFAFAF;
	font-size: 18px;
	position: relative;
}
.adds-section .nav-tabs .nav-link:focus, .adds-section .nav-tabs .nav-link:hover{
	border-color: transparent;
}
.adds-section .tab-content .adds-card{
	background-color: #f3f3f3;
	padding: 30px 30px 20px;
}
.adds-section .tab-content .adds-card .image{
	height:160px;
	width: 100%;
}
.adds-section .tab-content .adds-card .image img{
	height:100%;
	width: 100%;
	object-fit: cover;
}
.adds-card .card-logo {
    width: 60px;
    height: 60px;
    position: relative;
    top: 0px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
    margin: auto;
} 
.adds-card .text-grey i{
	color: #f05552;
	margin: 0px 2px;
}
.adds-card hr{
	border-top: 1px solid #C9C9C9;
	margin-top:0px;
}

.more{
	border-radius: 18px;
	padding: 10px 30px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
}
.owner{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
/*---------------hvr buttons----------*/
.bg-orange.hvr-radial-out:before, .btn-warning.hvr-radial-out:before{
	background: #0277bd;
}
.btn-dark.hvr-radial-out:before{
	background: #F05552;
	border: 0px;
}
.more.mobile{
	display: none;
}
/*-------------inner-page---------------*/
.inner-page{
	background-image: url('../images/pages-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 400px;
	position: relative;
	padding: 0 0 90px 0;
	background-attachment: fixed;
}
.inner-page::after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(31 41 60 / 68%);
}
.inner-page .card{
	border-radius: 0 0 1.8rem 1.8rem;
	padding: 40px;
	-webkit-border-radius: 0 0 1.8rem 1.8rem;
	-moz-border-radius: 0 0 1.8rem 1.8rem;
	-ms-border-radius: 0 0 1.8rem 1.8rem;
	-o-border-radius: 0 0 1.8rem 1.8rem;
}
.inner-page h1{
	margin-top:12rem;
}
.form-control, .input-group{
	height: 3rem;
	color: #F05552;
	font-weight: bold;
}
.form-control.inner-input, .input-group{
	border:2px solid #ced4dacf;
}
.form-control:focus{
	box-shadow:0 0 0 0.1rem rgba(0,123,255,.25);
}
.input-group .form-control{
	height: 100%;
	border:0px;
}
.input-group .fa-eye-slash, .input-group .fa-eye{
	margin:15px;
	color: #848091c2;
}
.input-group .fa-eye{
	color: #F05552;
}
.form-check span{
	padding-right: 25px;
}
.form-check .form-check-input{
	border:2px solid #ced4dacf;
}
/*---------uploader------------*/
.avatar-upload {
	position: relative;
	margin: 10px auto;
	width: 130px;
	height: 160px;
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: -3px;
	z-index: 1;
	top: 10px;
}
.avatar-upload .avatar-edit input {
	display: none;
}
.avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover{
	background: #f1f1f1;
	border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label i {
	color: #f94642;
	margin-top: 10px;
}
.avatar-preview {
	width: 130px;
	height: 130px;
	position: relative;
	border-radius: 100%;
	background-color: #eae9e9;
}
.avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
/*Uploader */
.profile-pic {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px solid #ef4744;
	margin: auto;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.profile-pic img {
	width: inherit;
	height: inherit;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	border: 7px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.profile-pic input {
	position: absolute;
	bottom: 0;
	left: 64%;
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	color: #222;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border: none;
	opacity: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.profile-pic label {
	width: 35px;
	height: 35px;
	line-height: 35px;
	-webkit-box-shadow: 0px 0px 10px #555;
			box-shadow: 0px 0px 10px #555;
	background-color: #ef4744;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	cursor: pointer !important;
	border: 1px solid #ddd;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.profile-pic label i {
	position: relative;
	top: 1px;
	cursor: pointer !important;
}
.image-uploader .uploaded .uploaded-image img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    position: absolute;
    display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.image-uploader .uploaded .uploaded-image {
    border: 1px solid #ddd;
	overflow: hidden;
}
.image-uploader .upload-text span {
    display: block;
	font-weight: bold;
	color: #7C7C7C;
	font-size: 18px;
}
/*********************** Start Page of Seller ***********************/
.form-control:focus{
	border-color: #ef4744;
	box-shadow: none;
	outline: none;
}
.inner{
    background-color: #fff;
    padding: 50px;
    margin-top: 55px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.info-card{
	padding: 25px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.info-card .seller-img{
	width: 150px;
	height: 150px;
	position: relative;
	display: block;
	margin: auto;
}
.info-card .seller-img .chat-icon img{
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.info-card .seller-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.info-card h5{
	margin: 1.5rem 0rem 1rem 0rem;
} 
.info-card a{
	color: #666;
	display: block;
}
.info-card a:hover{
	color: #ef4744;
}
.info-card  .active{
	color: #888;
	font-weight: bold;
	display: inline-block;
	margin: 0px 5px;
}
.info-card  .active.on{
	color: green;
}
.info-card .chat-link{
	display: inline-block;
	margin: 0px 5px;
	font-weight: bold;
}
.info-card  .chat-icon{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #0277BD;
    padding: 2px;
    margin: 0px 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.seller-pg .reviews-wrapper,
.seller-pg .ads-wrapper{
	padding: 35px;
}
.seller-pg .reviews-wrapper h4 span,
.seller-pg .ads-wrapper h4 span ,
.profile-pg .tab-wrapper h4 span{
	font-size: 15px;
}
.seller-pg .reviews-wrapper .item{
	border-radius: 35px;
	padding: 15px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	box-shadow: 0px 3px 4px 0px #ddd;
	margin: 3px;
	cursor: pointer;
}
.seller-pg .reviews-wrapper .item .comment-img{
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.seller-pg .reviews-wrapper .item  .heading,
.ads-wrapper .ad-card .heading{
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}
.seller-pg .reviews-wrapper .item  .heading .date{
	color: #BDBDBD;
}
.seller-pg .reviews-wrapper .item p{
	color: #818080;
	margin-bottom: .5rem;
}
.seller-pg .reviews-wrapper .item .rate i{
	color: #DFDFDF;
}
.seller-pg .reviews-wrapper .item .rate i.active{
	color: #FECE46;
}
.ads-wrapper .ad-card{
	border-radius: 35px;
	padding: 25px;
	background-color: #f9f9f9;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	box-shadow: 0px 3px 4px 0px #ddd;
	margin-bottom: 40px;
}
.ads-wrapper .ad-card .bike-img{
	width: 100%;
    object-fit: contain;
    height: 180px;
}
.ads-wrapper .ad-card .bike-logo{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.ads-wrapper .ad-card p{
	color: #969696;
	display: block;
	margin-bottom: .7rem;
}
.ads-wrapper .ad-card p i{
	color: #EF4744;
	margin-left: 10px;
}
.ads-wrapper .card-footer{
	background-color: transparent;
}
/*********************** Start Page of User profile ***********************/
.profile-pg .tabs{
	margin: 1rem 0rem;
}
.profile-pg .nav {
	width: fit-content;
	margin: auto;
}
.profile-pg .nav .nav-link{
	color: #ADADAD;
	font-size: 18px;
	padding: .9rem 1.2rem;
	font-weight: 500;
	border-bottom: 1px solid #E4E4E4;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.profile-pg .nav .nav-link img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-left: 10px;
}
.profile-pg .nav .nav-link img.new{
	filter: invert(100%) sepia(75%) saturate(83%) hue-rotate(41deg) brightness(60%) contrast(85%);
	-webkit-filter: invert(100%) sepia(75%) saturate(83%) hue-rotate(41deg) brightness(60%) contrast(85%);
}
.profile-pg .nav .nav-link.active{
	color: #ef4744;
	border-bottom: 1px solid #ef4744;
	background-color: transparent;
}
.profile-pg .nav .nav-link.active img{
	filter: invert(55%) sepia(70%) saturate(4285%) hue-rotate(330deg) brightness(90%) contrast(109%);
}
.profile-pg .tab-wrapper{
	margin-top: 35px;
}
.profile-pg .tab-wrapper .text-content{
	margin-bottom: 45px;
}
.profile-pg .tab-wrapper .text-content h6{
	color: #E1714C;
	font-weight: 600;
	margin-bottom: .8rem;
}
.profile-pg .tab-wrapper .text-content p{
	font-size: 16px;
}
.profile-pg .tab-wrapper .main-butn{
	width: 190px;
	height: 55px;
	background-color: #ef4744;
	color: #fff;
	border: 1px solid #ef4744;
	font-size: 16px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin: auto;
	font-weight: 600;
	display: block;
}
.profile-pg .tab-wrapper .main-butn:focus{
	border: none;
	outline: none;
}
.profile-pg .tab-wrapper .main-butn i{
	margin-left: 5px;
}
/********************* Modal *********************/
.modal-content {
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.modal-header{
	background-color: #F94642;
	color: #fff;
	border-radius: 45px 45px 0px 0px;
	-webkit-border-radius: 45px 45px 0px 0px;
	-moz-border-radius: 45px 45px 0px 0px;
	-ms-border-radius: 45px 45px 0px 0px;
	-o-border-radius: 45px 45px 0px 0px;
	padding: 2rem 1rem;
}
.modal-header .modal-title{
	text-align: center;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 600;
}
.modal-header .modal-title img{
	width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 5px;
}
.modal .btn-primary {
	background-color: #ef4744;
	border: 1px solid #ef4744;
	margin: 0px 5px;
}
.modal .text{
	margin-bottom: 1.5rem;
}
.modal .text .form-control{
	margin-top: .5rem;
	font-size: 12px;
}
.modal .text textarea{
	height: 250px !important;
}
.modal-footer {
	justify-content: center;
}
.modal-footer .btn {
	padding: .75rem 3.75rem;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.modal .image-container {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px solid #ef4744;
	margin: auto;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.modal .image-container img {
	width: inherit;
	height: inherit;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	border: 7px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.modal .image-container input {
	position: absolute;
	bottom: 0;
	left: 64%;
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	color: #222;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border: none;
	opacity: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.modal .image-container button {
	width: 35px;
	height: 35px;
	-webkit-box-shadow: 0px 0px 10px #555;
			box-shadow: 0px 0px 10px #555;
	background-color: #ef4744;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	cursor: pointer !important;
	border: 1px solid #ddd;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.modal .image-container button i {
	position: relative;
	top: 1px;
	cursor: pointer !important;
}
.modal .text .stars-content .star-rating{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
	font-size: 1.5rem;
	-ms-flex-pack: distribute;
		justify-content: space-around;
	padding: 0 .2em;
	text-align: center;
	width: 5.2em;
}
.modal .text .stars-content .star-rating input {
	display: none;
}
.modal .text .stars-content .star-rating label {
	color: #ccc;
	cursor: pointer;
	font-size: 30px;
}
.modal .text .stars-content .star-rating :checked ~ label {
	color: rgb(255, 225, 0);
}
.modal .text .stars-content .star-rating label:hover,
.modal .text .stars-content .star-rating label:hover ~ label {
	color: rgb(255, 196, 0);
}

.undertaking-modal .text-undertaking{
	text-align: start;
}
.undertaking-modal .text-undertaking p{
	font-size: 18px;
	font-weight: bold;
	color: #888;
	line-height: 2rem;
}
.undertaking-modal .text-undertaking span{
	color: #F94642;
}
.undertaking-modal .text-undertaking .custom-control a{
	color: #F94642;
}
.undertaking-modal .text-undertaking .custom-control {
    padding-left: unset;
    padding-right: 1.5rem;
}
.undertaking-modal .text-undertaking .custom-control-label::before {
    left: unset;
	right: -1.5rem;
	width: 1.2rem;
    height: 1.2rem;
}
.undertaking-modal .text-undertaking .custom-control-label::after {
    left: unset;
	right: -1.4rem;
    top: .4rem;
}
.undertaking-modal .text-undertaking .custom-control label{
	font-weight: bold;
	font-size: 18px;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #F94642;
	background-color: #F94642;
	box-shadow: none;
}
.profile-pg .tab-wrapper .add-fav{
    background-color: transparent;
    border: 1px solid transparent;
    color: #999;
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 25px;
}
.profile-pg .tab-wrapper .add-fav.active{
	color: #ef4744;
}
.profile-pg .chat-sec .conversations {
    height: 730px;
	padding: 20px 0;
	overflow-y: auto;
	scrollbar-width: thin;
}
.profile-pg .chat-sec .conversations::-webkit-scrollbar {
	width: 8px;
}
  
.profile-pg  .chat-sec .conversations::-webkit-scrollbar-track {
	background-color: #ddd;
}
  
.profile-pg  .chat-sec .conversations::-webkit-scrollbar-thumb {
	background-color: #ef4744;
}

.profile-pg  .chat-sec .conversations .item{
	display: inline-flex;
	width: 100%;
	padding: 5px 10px 15px 10px;
	margin-bottom: 15px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	position: relative;
}

.profile-pg  .chat-sec .conversations .item:hover{
	background-color: #f1f1f1;
}

.profile-pg  .chat-sec .conversations .item .client-img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.profile-pg  .chat-sec .conversations .item .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ef4744;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 12px;
}
.profile-pg  .chat-sec .conversations .item .text{
	margin: 0 10px;
}

.profile-pg  .chat-sec .conversations .item .text h6{
	font-weight: 600;
}

.profile-pg  .chat-sec .conversations .item .text p{
	margin-bottom: .3rem;
}
.profile-pg  .chat-sec .conversations .item .text .date{
	font-weight: 600;
	color: #888;
	font-size: 10px;
}
.profile-pg .chat-sec .chat-box {
    background-color: #f9f9f9;
	padding: 20px 40px;
	position: relative;
}
  
  
.profile-pg  .chat-sec .chat-box .person-name h2 {
	font-size: 30px;
	color: #2e2e2e;
	margin-bottom: 40px;
}
  
.profile-pg  .chat-sec .chat-box .messages {
	height: 600px;
	padding: 0 20px;
	overflow-y: auto;
	scrollbar-width: thin;
}
  
.profile-pg  .chat-sec .chat-box .messages::-webkit-scrollbar {
	width: 8px;
}
  
.profile-pg  .chat-sec .chat-box .messages::-webkit-scrollbar-track {
	background-color: #ddd;
}
  
.profile-pg  .chat-sec .chat-box .messages::-webkit-scrollbar-thumb {
	background-color: #ef4744;
}
  
.profile-pg  .chat-sec .chat-box .messages .another-person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	margin-bottom: 40px;
}
  
.profile-pg  .chat-sec .chat-box .messages .another-person .pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-top: -30px;
	margin-left: 20px;
	-ms-flex-negative: 0;
		flex-shrink: 0;
}
  
.profile-pg  .chat-sec .chat-box .messages .another-person .pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
}
  
.profile-pg  .chat-sec .chat-box .messages .another-person p {
	padding: 30px 40px;
	line-height: 30px;
	border-radius: 10px;
	background-color: #eaeaea;
	font-size: 16px;
	color: #545454;
	margin-bottom: 5px;
}
  
.profile-pg  .chat-sec .chat-box .messages .another-person span {
	font-size: 15px;
	color: #545454;
}
  
.profile-pg  .chat-sec .chat-box .messages .your-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin-bottom: 40px;
}
  
.profile-pg  .chat-sec .chat-box .messages .your-message .pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-top: -30px;
	margin-left: 20px;
	display: none;
	-ms-flex-negative: 0;
		flex-shrink: 0;
}
  
.profile-pg  .chat-sec .chat-box .messages .your-message .pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
}
.profile-pg .chat-sec .chat-box .messages .your-message p {
	padding: 30px 40px;
	line-height: 30px;
	border-radius: 10px;
	background-color: #ef4744;
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

.profile-pg .chat-sec .chat-box .messages .your-message span {
	font-size: 15px;
	color: #545454;
}
  
.profile-pg .chat-sec .chat-box .add-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f3f3f3;
	width: 100%;
}

.profile-pg .chat-sec .chat-box .add-comment .form-group {
	position: relative;
}
  
.profile-pg  .chat-sec .chat-box .add-comment .form-group textarea {
	width: 100%;
	height: 150px;
	resize: none;
	background-color: transparent;
	border-radius: 15px;
	margin-top: 25px;
	padding: 10px 10px 10px 100px;
	font-size: 15px;
}
  
.profile-pg  .chat-sec .chat-box .add-comment .form-group .send {
	position: absolute;
	top: 10px;
	left: 55px;
	border: 1px solid transparent;
	color: #888;
	background-color: transparent;
	border-radius: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #f5f5f5;
}
  
.profile-pg .chat-sec .chat-box .add-comment .form-group .send:hover {
	background-color: #ef4744;
	color: #fff;
}
  
.profile-pg  .chat-sec .chat-box .add-comment .form-group label {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid transparent;
	color: #888;
	background-color: transparent;
	border-radius: 5px;
	width: 35px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #f5f5f5;
}
  
.profile-pg  .chat-sec .chat-box .add-comment .form-group label input {
	position: absolute;
	opacity: 0;
	display: none;
}
  
.profile-pg  .chat-sec .chat-box .add-comment .form-group label:hover {
	background-color: #ef4744;
	color: #fff;
}

.profile-pg .notifications .responsive-table{
	width: 100%;
	overflow-x: auto;
}
.profile-pg .notifications .content-table thead tr {
	background-color: #ef4744;
	color: white;
	font-weight: bold;
}
  
.profile-pg .notifications .content-table th,
.profile-pg .notifications .content-table td {
	padding: 12px 15px;
	font-weight: bold;
}
  
.profile-pg .notifications .content-table td {
	color: #666;
}
  
.profile-pg .notifications   .content-table td i {
	margin-left: 5px;
}
  
.profile-pg .notifications   .content-table tbody tr {
	border-bottom: 1px solid #dddddd;
}
  
.profile-pg .notifications  .content-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}
  
.profile-pg .notifications  .content-table tbody tr:last-of-type {
	border-bottom: 2px solid #ef4744;
}
/*********************** Start Page of Contact ***********************/

.contact-pg .contact-info .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin-bottom: 25px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact-pg .contact-info .items .icons {
	color: #EF4744;
	min-width: 20%;
	text-align: center;
	font-size: 21px;
	border-left: 1px solid #EF4744;
}
  
.contact-pg .contact-info .items .info p {
	font-size: 15px;
	color: #888;
	padding-right: 20px;
	margin-bottom: 0;
	line-height: 31px;
}
  
.contact-pg .contact-form {
	border-radius: 15px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin: 30px 0;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.contact-pg .contact-form h6{
	font-size: 1.5rem;
}
.contact-pg .contact-form label {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	margin-bottom: .9rem;
}
  
.contact-pg .contact-form input {
	height: 55px;
	margin-bottom: 15px;
}
.contact-pg .contact-form input:focus, .contact-pg .contact-form textarea:focus {
	border: 1px solid #EF4744;
}
.contact-pg .contact-form input, .contact-pg .contact-form textarea {
	font-size: 12px;
	border: 1px solid #ddd;
}
  
.contact-pg .contact-form .submit-btn {
    border: 1px solid #f94642; 
    width: 150px;
    height: 55px;
    margin-top: 25px;
} 
.contact-pg .map {
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	padding: 15px;
	height: calc(100% - 60px);
	margin: 30px 0;
	min-height: 400px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
  
.contact-pg .map iframe {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
/*********************** Start Page of Contact ***********************/
.about-pg{
	position: relative;
}
.about-pg::after {
	content: '';
    background-color: #f1f1f1;
	height: 100%;
	width: 320px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.about-pg .text {
	padding: 0px 15px;
	position: relative;
	z-index: 9;
}
  
.about-pg .text span {
	font-size: 13px;
}
  
.about-pg .text h4 {
	margin: 1rem 0rem 1.5rem;
	position: relative;
}
  
.about-pg .text p {
	line-height: 2rem;
	font-size: 15px;
	margin: 10px 0px;
}
  
.about-pg .image-content {
			width: 100%;
			height: 300px;
			position: relative;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			z-index: 9;
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
}
  
  .about-pg .image-content .about-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
.about-pg .image-content .video-container {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #202020;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: .9;
	color: #EF4744;
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	text-align: center;
	font-size: 23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
}
  
.about-pg .image-content:hover i {
	-webkit-animation: rotate-center 0.6s ease-in-out both;
			animation: rotate-center 0.6s ease-in-out both;
}  

.about-goals .card {
	padding: 1rem 1.5rem;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	margin-bottom: 25px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
  
.about-goals .card img {
	width: 50px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: auto;
	filter: invert(38%) sepia(62%) saturate(4021%) hue-rotate(339deg) brightness(102%) contrast(87%);
	-webkit-filter: invert(38%) sepia(62%) saturate(4021%) hue-rotate(339deg) brightness(102%) contrast(87%);
}
.about-goals .card h4 {
	margin: 1.3rem 0rem 1rem;
	color: #555;
}
  
.about-goals .card p {
	font-size: 13px;
	line-height: 1.5rem;
}
@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
/*********************** Start Page of commission ***********************/
.commission-pg .image-content{
	width: 100%;
	height: 350px;
}
.commission-pg .image-content img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 10px solid #fff;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.commission-pg .text{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.commission-pg .text h1{
    line-height: 3.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
}
.commission-pg .text p{
	line-height: 2rem;
	font-size: 16px;
}
.commission-pg .text .more {
	padding: 15px 40px;
	margin-top: 15px;
}
.calc-commission .inner{
    padding: 80px 40px;
	background-color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.calc-commission .inner .basic_title {
    width: fit-content;
    margin: auto;
    display: block;
}
.calc-commission .inner .com_input_wrapper{
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px;
	margin: 20px 0px 15px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.calc-commission .inner .com_input_wrapper.disabled-input-wrapper{
	background-color: #F5F6F8;
}
.calc-commission .inner .com_input_wrapper.disabled-input-wrapper span{
	color: #999;
}
.calc-commission .inner .com_input_wrapper.disabled-input-wrapper .form-control{
	color: #999;
}
.calc-commission .inner .com_input_wrapper span{
	font-weight: bold;
	font-size: 16px;
    line-height: 40px;
}
.calc-commission .inner .com_input_wrapper .form-control{
	border: 1px solid transparent;
	border-right: 1px solid #ddd;
	text-align: center;
}
.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}
.calc-commission .inner .text-content{
	text-align: center;
	margin: 40px 0px 0px 0px;
}
.calc-commission .inner .text-content h5{
	font-weight: 600;
	margin-bottom: 15px;
}
.calc-commission .inner .text-content h5 span{
	color: #EF4744;
	margin-right: 5px;
}
.calc-commission .inner .text-content .mada{
	color: #14901c;
	font-size: 15px;
    margin: 1.5rem 0rem;
    font-weight: 600;
}
.calc-commission .inner .text-content p i{
	margin: 0 3px;
}
.calc-commission .inner .text-content .more {
	padding: 15px 70px;
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 40px;
	border: 1px solid #E1714C;
}
.calc-commission .inner .text-content .payment-methods{
	margin: 15px 0px 15px 0px;
}
.calc-commission .inner .text-content .payment-methods img{
	width: 30px;
	margin: 0px 5px;
	object-fit: contain;
}
.calc-commission .inner .text-content .bank{
	color: #fda500;
	font-size: 15px;
    margin: 1.5rem 0rem;
    font-weight: 600;
}
.calc-commission .inner .item{
	width: 100%;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 30px 15px 15px 15px;
	margin-bottom: 25px;
	background-color: #F5F6F8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.calc-commission .inner .item .bank-logo{
	width: 40px;
	object-fit: contain;
	position: absolute;
    top: 15px;
    left: 25px;
}
.calc-commission .inner .item .name{
	font-size: 16px;
	color: #202020;
	font-weight: bold;
}
.calc-commission .inner .item span{
	font-weight: bold;
	color: #888;
}
.calc-commission .inner .item h6{
	color: #E1714C;
	font-weight: bold;
	margin-top: .5rem;
	margin-bottom: .9rem;
}
.calc-commission .inner .item h6.ipan{
	color: #666;
	font-weight: 500;
}
.calc-commission .bank-transfer h4{
	font-weight: 900;
	margin-bottom: .9rem;
}
.calc-commission .bank-transfer .desc{
	color: #777;
	font-size: 15px;
    margin: 1.5rem 0rem;
    font-weight: 600;
}
.calc-commission .bank-transfer .form-group{
	text-align: start;
	margin-bottom: 1.5rem;
}
.calc-commission .bank-transfer .form-group label{
	color: #666;
	font-size: 15px;
	font-weight: 600;
	display: grid;
	margin-bottom: .7rem;
}
.calc-commission .bank-transfer .form-group .form-control{
	text-align: start;
	color: #333;
	font-weight: 500;
}
.calc-commission .bank-transfer .form-group  select.form-control {
    text-align-last: start;
}
.calc-commission .bank-transfer .more {
	margin-bottom: 10px !important;
}
.calc-commission .bank-transfer .link-butn{
	display: block;
    font-size: 17px;
	font-weight: 600;
	color: #E1714C;
}
/*------------pages------------*/
.pages .basic_title{
	margin-left: auto;
}
.pages .card{
	border-radius: 2.5rem;
	padding: 50px;
	-webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	-ms-border-radius: 2.5rem;
	-o-border-radius: 2.5rem;
}

.pages select.form-control{
	text-align-last: right;
}
.dropzone, .map{
	border:1px solid #ced4dacf;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.dropzone .dz-preview .dz-remove{
	color: #f05552;
	font-weight: bold;
}
.dropzone .dz-message .dz-button{
	font-size: 16px;
	font-weight: bold;
	margin-top: 115px;
}
.dropzone .dz-message{
	background-image: url(../images/broken.svg);
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
}
.pages .form-control{
	color: #7C7C7C;
}
.banners.owl-carousel, .banners.owl-carousel img{
    height: 500px;
	border-radius: 40px;
	object-fit: cover;
	object-position: center;
}
.banners.owl-carousel .owl-nav{
	display: none;
}
.banners .owl-dots{
	bottom: 30px;
	position: absolute;
	right: 0;
	left: 0;
	display: block;
}
.owl-carousel .owl-dots .owl-dot span{
	width: 20px;
	height: 20px;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
	background: #f05552;
	border:0px;
}
.banners .info{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width:100%;
	padding: 40px;
}
.pages .block{
	border-radius: 40px;
	background-color: #FFF;
	padding: 10px;
	width: 200px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.pages .block p{
	font-size: 17px;
}
.pages .icons{
	background-color: #FFF;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.is-size-1{
	font-size: 30px;
}
.is-size-3{
	font-size: 18px;
}
.pages .card-logo{
	width:70px;
	object-fit: contain;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.pages .owner{
	width: 80px !important;
	height: 80px;
}
.chat{
	position: absolute;
    top: 30px;
    right: 5px;
}
.chat img{
	width: 35px;
}
.ratingCard{
	background-color: #FFF;
	border-radius: 40px;
	padding: 40px 15px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.ratingCard img{
	border-radius: 100%;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.text-warning{
	color: #FECE46;
}
.radius-lg{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.pages .adds-card{
	background-color: #FFF;
	padding: 30px 30px 20px;
}
.pages .adds-card .image{
	height:155px;
	width: 100%;
	object-fit: cover;
}
.pages .adds-card .image img{
	height:100%;
	width: 100%;
	object-fit: cover;

}
.w-20{
	width: 20px!important;
}
.w-80{
	width: 80px!important;
}
.similar.owl-carousel img{
	display: inline-block!important;
}
.similar hr{
	margin-bottom: .5rem;
}
.similar .adds-card{
	direction: rtl;
}
/*********************** Start Page of Ads page ***********************/
.ads-pg .ads-filter {
	background-color: #fff;
	padding: 25px 0px 10px 0px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 3px 4px 0px #eee;
	box-shadow: 0px 3px 4px 0px #eee;
}
.ads-pg .ads-filter .nav .nav-link {
	font-weight: bold;
	color: #888;
	font-size: 15px;
}
.ads-pg .ads-filter .nav .nav-link.active {
	color: #f05552;
	background-color: transparent;
}  
.ads-pg .ads-filter .form-control {
	background-color: #F5F6F8;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #7C7C7C;
}
.ads-pg .ads-filter select.form-control {
    text-align-last: auto;
}
.ads-pg .adds-card{
	background-color: #fff;
	padding: 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.pages .related-card{
	/*background-color: #fff;
	*/border-radius: 25px;
	padding: 25px 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.pages .related-card a{
	width: fit-content;
}
.pages .related-card  .adds-card .image {
	height: 110px;
}

/*Share animation*/
.share svg {
  position: absolute;
}
.share .demo__buttons {
  filter: url("#goo");
  -webkit-filter: url("#goo");
}
.share .demo__buttons.step-0 .demo__social-btn-1,
.share .demo__buttons.step-0 .demo__social-btn-2,
.share .demo__buttons.step-0 .demo__social-btn-3,
.share .demo__buttons.step-0 .demo__social-btn-4 {
  transform: translate3d(-50px, -50px, 0);
  -webkit-transform: translate3d(-50px, -50px, 0);
  -moz-transform: translate3d(-50px, -50px, 0);
  -ms-transform: translate3d(-50px, -50px, 0);
  -o-transform: translate3d(-50px, -50px, 0);
}
.share .demo__buttons.step-1 .demo__social-btn-1 {
  transform: translate3d(-50px, -50px, 0);
  -webkit-transform: translate3d(-50px, -50px, 0);
  -moz-transform: translate3d(-50px, -50px, 0);
  -ms-transform: translate3d(-50px, -50px, 0);
  -o-transform: translate3d(-50px, -50px, 0);
}
.share .demo__buttons.step-1 .demo__social-btn-2,
.share .demo__buttons.step-1 .demo__social-btn-3,
.share .demo__buttons.step-1 .demo__social-btn-4 {
  transform: translate3d(-50px, 50px, 0);
  -webkit-transform: translate3d(-50px, 50px, 0);
  -moz-transform: translate3d(-50px, 50px, 0);
  -ms-transform: translate3d(-50px, 50px, 0);
  -o-transform: translate3d(-50px, 50px, 0);
}
.share .demo__buttons.step-2 .demo__social-btn-1 {
  transform: translate3d(-50px, -50px, 0);
  -webkit-transform: translate3d(-50px, -50px, 0);
  -moz-transform: translate3d(-50px, -50px, 0);
  -ms-transform: translate3d(-50px, -50px, 0);
  -o-transform: translate3d(-50px, -50px, 0);
}
.share .demo__buttons.step-2 .demo__social-btn-2 {
  transform: translate3d(-50px, 50px, 0);
  -webkit-transform: translate3d(-50px, 50px, 0);
  -moz-transform: translate3d(-50px, 50px, 0);
  -ms-transform: translate3d(-50px, 50px, 0);
  -o-transform: translate3d(-50px, 50px, 0);
}
.share .demo__buttons.step-2 .demo__social-btn-3,
.share .demo__buttons.step-2 .demo__social-btn-4 {
  transform: translate3d(50px, 50px, 0);
  -webkit-transform: translate3d(50px, 50px, 0);
  -moz-transform: translate3d(50px, 50px, 0);
  -ms-transform: translate3d(50px, 50px, 0);
  -o-transform: translate3d(50px, 50px, 0);
}
.share .demo__buttons.step-3 .demo__social-btn-1 {
  transform: translate3d(-50px, -50px, 0);
  -webkit-transform: translate3d(-50px, -50px, 0);
  -moz-transform: translate3d(-50px, -50px, 0);
  -ms-transform: translate3d(-50px, -50px, 0);
  -o-transform: translate3d(-50px, -50px, 0);
}
.share .demo__buttons.step-3 .demo__social-btn-2 {
  transform: translate3d(-50px, 50px, 0);
  -webkit-transform: translate3d(-50px, 50px, 0);
  -moz-transform: translate3d(-50px, 50px, 0);
  -ms-transform: translate3d(-50px, 50px, 0);
  -o-transform: translate3d(-50px, 50px, 0);
}
.share .demo__buttons.step-3 .demo__social-btn-3 {
  transform: translate3d(50px, 50px, 0);
  -webkit-transform: translate3d(50px, 50px, 0);
  -moz-transform: translate3d(50px, 50px, 0);
  -ms-transform: translate3d(50px, 50px, 0);
  -o-transform: translate3d(50px, 50px, 0);
}
.share .demo__buttons.step-3 .demo__social-btn-4 {
  transform: translate3d(50px, -50px, 0);
  -webkit-transform: translate3d(50px, -50px, 0);
  -moz-transform: translate3d(50px, -50px, 0);
  -ms-transform: translate3d(50px, -50px, 0);
  -o-transform: translate3d(50px, -50px, 0);
}
.share .demo__social-btn {
	position: absolute;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 25px;
	background: white;
	color: #f05552;
	border-radius: 50%;
	transition: all 0.2s ease;
}
.share .demo__social-btn:hover {
	color: #f94642;
	box-shadow: 0 0 15px white;
}
.share .demo__open-btn {
	position: relative;
	width: 70px;
	height: 70px;
	z-index: 5;
	text-align: center;
	line-height: 70px;
	font-weight: 700;
	font-size: 30px;
	font-family: sans-serif;
	background: white;
	color: #000;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.share .demo__open-btn:hover {
	color: #333;
	box-shadow: 0 0 15px white;
}
.butns-single-ad{
	width: fit-content;
	margin: auto;
}
.single-ad-btn{
    width: 150px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    padding: 0 !important;
}

.upload-img-wrapper{
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
    text-align: center !important;
}
.upload-img-wrapper #uploadImgInput{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.upload-icon{
	width: 70px;
    height: auto;
	display: block;
	margin: auto;
    object-fit: contain;
	cursor: pointer;
}
.map{
	height: 270px;
}
.map-wrapper{
	height: 200px;
}
.textarea-newAdd.form-control {
    height: 270px;
}
/*********************** Start Page of service ***********************/
.service-pg .text p{
	font-size: 16px;
    line-height: 2.3rem;
    font-weight: 600;
    color: #7c7c7c;
	padding: 0 .8rem;
}
.service-pg .text .form-group{
	margin-bottom: 1rem;
}
.service-pg .text .form-control {
	text-align-last: start;
	color: #555;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.service-pg .text .form-control:disabled{
    background-color: #fff;
	color: #f05552;
	
}
.owl-carousel{
	direction: ltr;
}
.service-carousel .item{
	height: 400px;
}
.service-carousel .item img{
	object-fit: cover;
	height: 100%;
	border-radius: 25px;
}
.service-carousel.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
	left: 0;
	right: 0;
    bottom: 10px;
}
.price-badge{
	padding: 5px 35px;
	background-color: #fff;
	border-radius: 25px;
	direction: ltr;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.submit-btn{
	width: 100%;
	height: 45px;
	border: 1px solid transparent;
	background-color: #f05552;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}