html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li,
p,
ul li a,
form,
label,
button,
nav.navbar.navbar-expand-lg.navbar-light,
a.navbar-brand.logo,
a.nav-link,
.navbar-light .navbar-nav .nav-link {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

html {
	scroll-behaviour: smooth;
	min-height: 100%;
    height: 100%;
    box-sizing: border-box;
}

ul {
	list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.upload_btn_wrapper input::file-selector-button, .profile-content-wrapper input#profile-pic::file-selector-button {
    width: 100%;
    height: 100%;
}
input[type=number] {
	-moz-appearance: textfield;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

body {
	font-family: 'Poppins';
	box-sizing: border-box;
	min-height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;

}

:focus,
.btn-light.focus,
.btn-light:focus,
.bootstrap-select .dropdown-toggle:focus,
select.goog-te-combo {
	outline: 0!important;
	box-shadow: none!important;
}

.container {
	/* padding: 0; */
}

.no-c-pd {
	padding: 0;
}

.mt-d-0 {
	margin-top: 0px;
}

.common-wrapper {
	min-height: 100%;
	margin-bottom: -60px;
}

.footer,
.push {
	height: 60px;
}

.ads-display a {
	display: inline-block;
}

.primary-green {
	color: #00BE19!important;
}

.primary-red {
	color: #FF0008!important;
}

a,
button,
a label {
	cursor: pointer;
	display: inline-block;
	text-decoration: none!Important;
}

.dark-blue-bg {
	background: #3B5998!important;
}

.red-bg {
	background: #E02F2F!important;
}

.blue-bg {
	background: #0A93E2!important;
}

.dark-blue-bg:hover {
	background: #274584!important;
}

.red-bg:hover {
	background: #bf1f1f!important;
}

.blue-bg:hover {
	background: #0a80c4!important;
}


/*--------------------------header start here---------------*/
ul.m-nav li:nth-last-child(2) a:hover {
    background: transparent;
	cursor:default;
}
.preview-ad-modal img {
    cursor: default;
}

body.sidebar-bgoverlay {
	/* height: 100vh; */
	overflow: hidden;
	position: relative;
}

body.sidebar-bgoverlay:after {
	content: "";
    background: rgba(0, 0, 0, 0.80);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	bottom: 0;
	right: 0;
}

header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
	transition: all 0.5s;
	z-index: 9;
	background: #F8F8F8;
	position: sticky;
    top: 0;
}

header.sticky {
	animation: slide-down 0.7s;
	animation-direction: normal;
	animation-duration: 0.5s;
	position: fixed;
	top: 0px;
	width: 100%;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}

.nav-wrapper,
form.forgot-form .custom-blue-check,
form.forgot-form .custom-primary-check {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

h1.logo {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Aachen';
	color: #000;
}

h1.logo a{
	color: #000;
}

header ul.nav a {
	color: #000;
	display: inline-block;
	padding: 24px 0;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header ul.nav a.active:after,
header ul.nav a:hover::after {
	content: "";
	background: #F16623;
	width: 100%;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header ul.nav a::after {
	content: "";
	background: #F16623;
	width: 0;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.menu-toggle:after {
	display: none!Important;
}

ul.nav a:hover {
	text-decoration: none;
}

header ul.nav li+li {
	margin-left: 25px;
}

.sidepanel {
	width: 300px;
	position: fixed;
	z-index: 9999;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #2F49D1;
	overflow-x: hidden;
	transition: 0.5s;
	padding: 45px 30px;
	box-shadow: 0px 7px 9.7px 0.3px rgb(17 96 161 / 10%);
	transform: translateX(110%);
}

ul.m-nav li.menu-close {
	padding-right: 0;
}

ul.m-nav.close-float {
	transform: translateY(-30px);
}


/** banner **/

section.main-banner {
	padding: 25px 0;
	background: url(../images/home-banner-bg.png)no-repeat;
	background-size: cover;
}

section.main-banner .row {
	align-items: center;
}

.banner-content {
	padding-right: 36px;
}

.banner-content h2 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

p.banner-title {
	font-size: 15px;
	font-weight: 600;
	color: #F16623;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 10px 0 5px;
}

p.banner-desc {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
    text-align: center;
}

.btn-wrapper {
	margin-top: 15px;
}

a.custom-btn {
	display: inline-block;
	background: #00ADE5;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 12px 46px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

a.custom-btn:hover {
	background: #0797c6;
}

.search-wrapper {
	text-align: center;
	margin: 30px 0 30px;
	display: inline-block;
	width: 100%;
}

form.search-form {
	display: inline-block;
	position: relative;
    margin-left: 30px;
}
.secondary-search {
    position: absolute;
    top: -9px;
    right: 0;
}
form.search-form input, form.secondary-search-form input {
	border: 1px solid #E9E9E9;
	padding: 10px 130px 10px 20px;
	border-radius: 5px;
    box-shadow: 0 3px 3px 0px rgba(128, 128, 128, 0.16);
    font-size:14px;
}
.secondary-search path#Path_4 {
    fill: #000000;
}
form.search-form input::placeholder, form.secondary-search-form input::placeholder {
	font-size: 12px;
	font-weight: 600;
}
form.secondary-search-form {
    position: relative;
    display: inline-block;
}
.project-type-title-wrapper {
    position: relative;
}
.secondary-search button {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
}
form.secondary-search-form input {
    padding: 8px 30px 8px 15px;
}

form.search-form button {
	font-family: 'Archia';
	display: flex;
	font-size: 12px;
	background: #F16623;
	align-items: center;
	padding: 14px 23px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 43px;
}

form.search-form button:hover {
	background: #cc5014;
}

form.search-form svg {
	margin-right: 6px;
}
.slick-slide > div {
    margin: 5px 5px 0 5px ;
}

.slick-slide img {
    display: block;
    width: 100%;
    box-shadow: 0 0px 11px 0px rgb(128 128 128 / 20%);
    cursor: grabbing;
}
.slick-list {
	overflow-y: visible;
	overflow-x: clip;
}
/*
.slick-slide img {
	display: block;
	width: 100%;
	box-shadow: 0 0px 11px 0px rgb(128 128 128 / 20%);
	cursor: grabbing;
}

.slick-initialized .slick-slide {
	display: block;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
*/
section.overview-wrapper {
	padding: 60px 0;
}

.overview-section p a {
	color: #F16623;
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 40px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.overview-section > div {
    overflow: hidden;
    box-shadow: 0 3px 3px 0px rgba(128, 128, 128, 0.36);
    border-radius: 10px;
}
.overview-section p a:hover {
	color: #ca4b0e;
}
.overview-section img {
	border-radius: 5px;
	overflow: hidden;
    transition: all 0.5s ease;

}
.overview-section img:hover {
    transform: scale(1.1);
}

footer {
	background: #000000;
    padding: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer p {
	font-size: 14px;
	color: #fff;
}


/*** Sidebar ***/

ul.m-nav a {
	font-size: 14px;
	color: #fff;
	display: flex;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	align-items: center;
	padding: 12px 15px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

ul.m-nav a.active,
ul.m-nav a:hover {
	background: #1A2B82;
}

ul.m-nav a.closebtn:hover {
	background: none;
}

ul.m-nav li+li {
	margin-top: 6px;
}

ul.m-nav a svg {
	margin-right: 10px;
}

ul.m-nav a.closebtn {
	font-size: 16px;
	line-height: 0;
	text-align: right;
	display: inline-block;
	float: right;
	padding-right: 0;
}

.user-img {
	width: 74px;
	height: 74px;
	border-radius: 100%;
	object-fit: cover;
	display: inline-block;
}

li.user-name {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

li.user-profile {
	font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
}

.user-content {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
}

.user-info {
	margin-left: 12px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 100%;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.menu-lang form {
	display: flex;
	align-items: center;
}

.menu-lang form p+p {
	margin-left: 15px;
}

.menu-lang {
	padding-left: 45px;
}

li.logout-btn-wrapper {
	margin-top: 30px!important;
}

li.logout-btn-wrapper a.custom-btn {
	border-radius: 5px;
}
button.btn.preview-btn:hover span {
    opacity: 0.8;
}

/** Advertisement **/

section.common-banner {
	background: url(../images/common-bg.png)no-repeat;
	background-position: bottom;
	background-size: cover;
	margin-bottom: 0px!important;
	padding: 15px 0 30px;
}

section.common-banner .search-wrapper {
	margin: 0px 0 30px;
	text-align: right;
    display: flex;
    justify-content: space-between;
}

.promote-container {
	background: #000000;
	display: inline-block;
	padding: 20px 50px;
}

.promote-content p {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	position: relative;
}

.clarin-online p {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	-webkit-text-fill-color: #ffffff;
}
.clarin-online p svg, .banner-content .custom-btn svg  {
    width: 22px;
}

.promote-content p:before {
	width: 30px;
	height: 2px;
	background: #F16623;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-40px, -50%);
}

.promote-content p:after {
	width: 30px;
	height: 2px;
	background: #F16623;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(40px, -50%);
}

section.service-directory,
section.display-ads,
section.common-section {
	padding: 30px 0 50px;
}

.heading-wrapper h2 {
	position: relative;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

.heading-wrapper h2:after {
	content: "";
	background: #F16623;
	width: 100%;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.services-content a {
    /* display: inline-block; */
    width: 100%;
    border: 1px solid #8CDAF4;
    border-radius: 17px;
    padding: 0px 40px 0px 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 3px 0 rgba(140, 218, 244, 0.40);
    text-decoration: none;
    /* -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease; */
    height: 46px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.services-content a:before {
	content: "";
	background: #fff;
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid #00ADE5;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(18px, -50%);
}

.services-content.service-bn a::before {
    display: none;
}

.services-content a.active,
.services-content a:hover {
    background-color: rgba(0, 173, 229, 1)!important;
    color: #ffffff!important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.services-content a.active::after {
    content: "";
    background: url(../images/white-arrow.svg)no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

section.service-directory .row>div,
.project-type-container .row>div {
	margin-bottom: 5px;
}

.heading-wrapper {
	margin-bottom: 40px;
	position: relative;
}

span.min-content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/*** Services css ***/

.area-modal select.form-control.select-menu {
    color: #fff;
    border: 2px solid #fff;
    margin-top: 5px;
}
.area-modal select.form-control.select-menu option {
    background: #2388f1;
}
.services-title label.ads-title,
.label-title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 2px;
	text-transform: capitalize;
}

.services-type [type="radio"]:checked+label,
.services-type [type="radio"]:not(:checked)+label,
.select-v-modal [type="radio"]:checked+label,
.select-v-modal [type="radio"]:not(:checked)+label,
.b-sign-modal [type="radio"]:checked+label,
.b-sign-modal [type="radio"]:not(:checked)+label,
.custom-blue-check [type="radio"]:checked+label,
.custom-blue-check [type="radio"]:not(:checked)+label,
.custom-primary-check [type="radio"]:checked+label,
.custom-primary-check [type="radio"]:not(:checked)+label {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}

.services-type [type="radio"]:checked+label:before,
.services-type [type="radio"]:not(:checked)+label:before,
.select-v-modal [type="radio"]:checked+label:before,
.select-v-modal [type="radio"]:not(:checked)+label:before,
.b-sign-modal [type="radio"]:checked+label:before,
.b-sign-modal [type="radio"]:not(:checked)+label:before,
.custom-blue-check [type="radio"]:checked+label:before,
.custom-blue-check [type="radio"]:not(:checked)+label:before {
	border-color: #00ADE5;
}

.services-type [type="radio"]:checked+label:after,
.services-type [type="radio"]:not(:checked)+label:after,
.select-v-modal [type="radio"]:checked+label:after,
.select-v-modal [type="radio"]:not(:checked)+label:after,
.b-sign-modal [type="radio"]:checked+label:after,
.b-sign-modal [type="radio"]:not(:checked)+label:after,
.custom-blue-check [type="radio"]:checked+label:after,
.custom-blue-check [type="radio"]:not(:checked)+label:after {
	background: #00ADE5;
}

.custom-primary-check [type="radio"]:checked+label:before,
.custom-primary-check [type="radio"]:not(:checked)+label:before {
	border-color: #f16623;
}

.custom-primary-check [type="radio"]:checked+label:after,
.custom-primary-check [type="radio"]:not(:checked)+label:after {
	background: #f16623;
}

.services-type .choose-services div+div {
	margin-left: 36px;
}

.choose-template {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.preview-ads span {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
}

.preview-ads img {
	width: 20px;
}

.ads-display {
	margin-top: 20px;
}

.ads-display img {
	border-radius: 5px;
}

.ads-display a.active::after {
	position: absolute;
	content: "";
	width: 20px;
    height: 20px;
	display: inline-block;
	background: url(../images/ads-select-check-2.svg)no-repeat;
	right: 10px;
    top: 10px;
	background-size: contain;
}

.ads-display.classified a.active::after {
	background: url(../images/ads-select-check-2.svg)no-repeat;
	background-size: contain;
}

.ads-display a.active {
	display: inline-block;
	position: relative;
}

.preview-ad-modal .modal-dialog.modal-dialog-centered,
.timeline-modal .modal-dialog.modal-dialog-centered,
.common-w .modal-dialog.modal-dialog-centered {
	max-width: 350px;
}

button.btn.preview-btn {
	/*padding: 0;*/
}

button.close {
	font-size: 15px;
	color: #000;
	opacity: 1;
}

.modal-content svg path {
	stroke: #000000;
	fill: #000;
}

.modal-header {
	border: 0;
}

.modal-body {
	text-align: center;
}

.preview-ad-modal .ad-prev-title,
.ad-prev-title {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.preview-ad-modal img {
	width: 100%;
	border-radius: 5px;
}

input.form-control,
.content-form input.form-control,
body .intl-tel-input input,
form.profile-form input.form-control,
select.select-menu,
input#profile-dob {
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	padding: 13px 18px;
	height: auto;
	vertical-align: middle;
	max-height: 50px;
}

.content-form input::placeholder,
.content-form textarea.form-control::placeholder,
input.form-control::placeholder {
	color: #999;
	font-size: 15px;
	vertical-align: middle;
}

input.mobile-number,
select.select-menu,
input.form-control,
input#profile-dob,
textarea.form-control{
    color: #000000!important;
    font-size: 15px;
    vertical-align: middle;
}
.form-control:focus-visible {
    text-shadow: #000 !important;
}

select.select-menu,
input#profile-dob {
	line-height: normal;
	height: 50px;
	padding: 12px 18px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent!important;
}

.drop-arrow {
	background: url(../images/dropdown-arrow.svg) no-repeat;
	width: 100%;
	display: inline-block;
	background-position: center right;
	background-position-x: 96%;
}
.area-modal .drop-arrow {
    background: url(../images/dropdown-arrow-white.svg) no-repeat;
    width: 100%;
    display: inline-block;
    background-position: center right;
    background-position-x: 96%;
	background-position-y: 55%;
}

.content-form textarea.form-control,
textarea.form-control {
	padding: 10px 18px;
	resize: none;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
}

.intl-tel-input .flag-dropdown {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	transform: translate(5px, -50%);
}

body .intl-tel-input {
	margin: 0px;
}

body .intl-tel-input input {
	width: 100%;
	margin: 0;
	padding-left: 45px!important;
}

.intl-tel-input .flag-dropdown .country-list {
	max-width: 285px;
}

body .intl-tel-input .flag-dropdown .country-list .country {
	padding: 8px 14px;
}

span.country-name,
span.dial-code {
	font-size: 14px;
}

.field.upload-img {
	border: 1px dashed #D6D6D7;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}

.field.upload-img input[type="file"] {
    display: block;
    width: 110px;
    margin: 0 auto;
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
	cursor: pointer;
	border-radius: 50px;
}

.imageThumb,
.imageThumbb {
	height: 60px;
	cursor: pointer;
	width: 60px;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.pip {
	display: inline-block;
	margin: 15px 0 0;
	position: relative;
	left: 0;
}

span.pip+span.pip {
	margin-left: 15px;
}

.remove {
	display: block;
	background: #f16623;
	/* border: 1px solid black; */
	color: white;
	text-align: center;
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 13px;
	border-radius: 100%;
	top: 5px;
	right: 5px;
}

.remove:hover {
	background: white;
	color: black;
}

.custom-file-input {
	color: transparent;
}

.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}
label.upload_img_btn {
    color: #ffffff;
    display: inline-block;
    background: #F16623;
    border-radius: 50px;
    padding: 8px 25px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}
.upload_btn_wrapper {
    position: relative;
}


.custom-file-input:hover::before {
	border-color: black;
}

.custom-file-input:active {
	outline: 0;
}

.custom-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.submit-btn,
.common-primary-btn {
	display: inline-block;
	background-color: rgb(241, 102, 35);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 20px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	text-align: center;
	/* text-transform: uppercase; */
	opacity: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 150px;
}

.submit-btn:hover,
button.btn.change-pass-btn:hover,
.common-primary-btn:hover, label.upload_img_btn:hover {
	background: #ca4b0e;
	color: #ffffff;
}


.common-cancel-btn {
	background: #3D3D3D;
}

.common-cancel-btn:hover {
	background: #111111;
	color: #ffffff;
}

.form-group,
.choose-template label.ads-title {
	margin: 0;
}

label.ads-title.optional-label {
	font-size: 14px;
	text-align: right;
	width: 100%;
	color: #FF0008;
}

.field.upload-img img {
	width: 36px;
	margin-bottom: 5px;
}

.field.upload-img label {
	font-size: 16px;
}

.visible-timeline-ads {
	padding: 10px 20px 30px;
	font-size: 17px;
}

.timeline-modal button.btn.submit-btn {
	padding: 12px 30px;
	text-transform: none;
}

.ads-display img {
	border: 1px solid #fff;
}

.ads-display.classified img,
.classified-ad-modal img {
	border: 1px solid #000000;
}


/*** Transaction history ***/

.history-content-wrapper,
.my-ads-content-wrapper {
	border: 1px solid #CCCCCC;
	box-shadow: 0 2px 4px 0 rgb(113 113 113 / 20%);
	border-radius: 5px;
	margin-bottom: 20px;
}

ul.history-content-container {
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 30px;
}

ul.history-content-container li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.history-content-container li+li {
	margin-top: 10px;
}

ul.history-content-container li span {
	width: calc(100% / 2);
}

.transc-services {
	color: #3F5274;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.transc-services-name {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	word-break: break-all;
}

p.transaction-expire-date {
	color: #FF0008;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 25px;
}


/*** Profile ***/

.profile-content-wrapper,
.profile-form-wrapper {
	box-shadow: 0 3px 6px 0 rgb(113 113 113 / 20%);
	padding: 25px;
	border-radius: 10px;
	border: 1px solid rgb(204 204 204 / 20%);
}

.user-pic img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 100%;
}

button.btn.change-pass-btn {
	font-size: 14px;
	background: #F16623;
	align-items: center;
	padding: 13px 23px;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
}

a.change-profile-pic {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-decoration: underline!Important;
	margin-top: 10px;
	display: inline-block;
}

label.label-title.more-info-label {
	color: #00ADE5;
}

.modal-body button,
.modal-body a {
	margin-bottom: 15px;
}


/*** Project Qoute Review ***/

.project-review-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #CCCCCC;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.project-review-content ul {
	flex: 1;
	word-break: break-word;
}
.customer-project-history .project-review-content {
    padding: 15px;
}
li.r-name {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.project-review-content span.project-slide-i {
    float: right;
}

li.r-address {
	font-size: 14px;
	font-weight: 600;
	color: #F16623;
}

li.r-service {
	font-size: 13px;
	font-weight: 600;
	color: #000000;
}

li.r-for {
	font-size: 13px;
	font-weight: 600;
	color: #6F6F6F;
}
span.view-more-btn {
    display: inline-block;
    color: #F16623;
    text-decoration: underline;
	cursor: pointer;
}
.project-review-modal path {
    stroke: none!important;
}
li.r-no,
li.r-zip-co {
	font-size: 14px;
	font-weight: 600;
	color: #0C55CB;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-text-fill-color: #0C55CB;
	line-height: normal;
}

li.r-no {
	margin: 3px 0;
	line-height: 0;
    font-size: 12px;
}
li.r-zip-co {
    line-height: 1;
}

li.r-no svg {
	width: 18px;
	height: 18px;
}

li.r-no svg path {
	fill: #0C55CB;
}

.r-img img {
	width: 105px;
	height: 110px;
	object-fit: cover;
	border-radius: 5px;
}
span.project-slide-i img {
    object-fit: contain;
}

/*** Feedback ***/

p.rating-got {
	font-size: 44px;
	font-weight: 600;
	color: #000000;
}

ul.rating-star-wrapper {
	align-items: center;
	justify-content: center;
}

.progress {
	height: 6px;
	width: 100%;
}

.rating+.rating {
	margin-top: 5px;
}

.rating-bar-container {
	margin-top: 25px;
}

.rating-bar-container .row {
	justify-content: center;
}

.rating {
	display: flex;
	align-items: center;
}

.progress-bar {
	border-radius: .25rem;
}

span.rating-name {
	min-width: 100px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #6F6F6F;
}

.progress-bar.rating-excellent-bg {
	background: #099A09;
}

.progress-bar.rating-v-good-bg {
	background: #B4DD54;
}

.progress-bar.rating-good-bg {
	background: #F6E31D;
}

.progress-bar.rating-fair-bg {
	background: #F7A41E;
}

.progress-bar.rating-poor-bg {
	background: #EE2F04;
}

.four-star li:last-child svg path {
	fill: #E6E6E6;
}

p.rating-post-name {
	font-size: 15px;
	font-weight: 600;
	color: #6F6F6F;
	line-height: 1;
}

p.review-post-content {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #6F6F6F;
	margin-top: 10px;
}

.review-post-img img {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 100%;
	margin-right: 10px;
	object-fit: cover;
}

.rating-post-container {
	border: 1px solid #CCCCCC;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.rating-post-wrapper {
	margin-top: 45px;
}


/*** My Ads ***/

.my-ads-tab-wrapper.text-center {
	background: #000000;
	padding: 10px 0;
}

.my-ads-tab-wrapper .custom-nav-tabs {
	border-bottom: 0;
	align-items: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.my-ads-tab-wrapper .custom-nav-tabs .nav-link:focus,
.my-ads-tab-wrapper .custom-nav-tabs .nav-link:hover {
	border: 0;
}

.custom-nav-tabs .nav-link {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 50px;
	border: 0;
}

.my-ads-tab-wrapper .nav-link.active {
	background: #00ADE5;
	color: #ffffff;
}

section.my-ads ul.my-ads-content-container {
	padding: 10px 30px 25px;
}

section.my-ads .transc-services {
	text-transform: none;
}

span.watch-icon {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
}

h5.modal-title.select-v-title {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.select-v-modal form,
.b-sign-modal form {
	text-align: left;
}

.select-v-modal form p,
.b-sign-modal form p,
div#loginSignTabContent div#login_tab div+div,
div#loginSignTabContent div#signup_tab div+div,
.social-via-wrapper {
	margin-top: 15px;
}

button.video-select-btn {
	background: transparent;
	font-size: 15px;
	font-weight: 600;
	color: #F16623;
	text-align: right;
	width: 100%;
	margin: 15px 0 0;
	text-transform: uppercase;
}

.video-modal .modal-header,
.close-btn-float .modal-header {
	position: absolute;
	top: -6px;
	z-index: 9999;
	right: 16px;
	padding: 0;
}

.video-modal button.close,
.close-btn-float button.close {
	color: #ffffff;
	text-shadow: none;
	padding: 0!important;
}

.video-modal .modal-content svg path,
.close-btn-float .modal-content svg path {
	stroke: #ffffff;
	fill: #000;
}

.video-modal video {
	width: 100%;
	height: 100%;
	display: inherit;
}

.video-modal .modal-dialog.modal-dialog-centered {
	max-width: max-content!important;
}


/*** My Projects ***/

p.add-project a {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.project-content .slick-list.draggable {
	padding: 0!important;
}

.project-content .slick-slide img {
	/*  box-shadow: 0 3px 6px 0px rgb(0 0 0 / 20%); */
	height: 250px;
	overflow: hidden;
	object-fit: cover;
	border-radius: 15px;
}

.project-content .prev.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translate(0, -50%);
	left: 10px;
}

.project-content .next.slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translate(0, -50%);
	right: 10px;
}

.project-content .slick-arrow {
	opacity: 0;
	transition: 0.2s ease;
	cursor: pointer;
}

.project-content .slick-slider:hover .slick-arrow {
	opacity: 1;
}

.project-content .slick-slider:hover .slick-arrow.slick-disabled {
	opacity: 0.5;
}

.project-content .slider__counter {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #000000;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	max-height: 30px;
	border-radius: 30px;
	padding: 6px 16px;
	min-width: 60px;
}

.slider__item {
	margin: 0!important;
}

.project-slider-content-wrapper {
	margin-top: 15px;
	margin-bottom: 45px;
}

.project-content span.watch-icon img {
	height: auto!important;
	object-fit: contain!important;
	border-radius: 0!important;
	cursor: pointer;
}

span.project-name-title {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.project-name-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

span.project-slide-i a+a,
.flex-align button+button {
	margin-left: 10px;
}

li.remodel span {
	font-size: 18px;
	font-weight: bold;
	color: #F16623;
}

li.project-lasted span {
	font-weight: 500;
	font-size: 15px;
	color: #000000;
}

li.project-price span {
	font-size: 24px;
	color: #0C55CB;
	font-weight: bold;
}

.flex-align {
	align-items: center;
	display: flex;
	justify-content: center;
}

.delete-project-modal button.btn.common-primary-btn {
	padding: 10px 30px;
}


/*** Login Signup ***/


/* section.login-signup-common {
	background: url(../images/login-signup-bg.png)no-repeat;
	background-size: cover;
	padding: 36px;
	background-position: center;
} */

section.login-signup-common {
	background: url(../images/login-signup-bg.png)no-repeat center center fixed;
	background-size: cover;
	padding: 36px;
	width: 100%;
	bottom: 0;
	min-height: 100vh!important;
	max-height: 100%!important;
}

.login-signup-container {
	max-width: 340px;
	margin: 0 auto;
}

.login-sign-tabs-wrapper {
	padding: 25px 0 0;
	background: #F6F6F6;
	border-radius: 40px;
	box-shadow: -6px 3px 6px 0 rgb(0 0 0 / 16%);
}

ul.nav.nav-tabs.login-sign-tabs {
	justify-content: center;
	border: 0;
}

p.b-sign-title {
	font-size: 25px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.lang-btn {
	position: absolute;
	top: 44px;
	right: 36px;
    display: flex;
    align-items: center;
}

.lang-btn a, header ul.nav li .lang-btn a {
	font-size: 14px;
	font-weight: 500;
	color: #F16623;
	background: #ffffff;
	padding: 10px 20px;
	border-radius: 30px;
	text-decoration: none;
	display: inline-block;
}

header ul.nav li .lang-btn {
    position: static;
}
header ul.nav {
    align-items: center;
}
header ul.nav .lang-btn a:hover::after {
    display: none;
}
.support-wrap{
    padding:0;
}
.support-wrap ul.nav li {
    display: block;
}
.sign-log-link {
    display: flex;
    align-items: center;
}
.sign-log-link a {
    background: transparent;
    color: #fff;
    padding: 0!important;
    text-decoration: underline !important;
}
.sign-log-link a + a {
   margin: 0 15px;
}
.lang-btn svg {
	fill: #F16623;
}

.login-signup-common .nav-tabs .nav-link:focus,
.login-signup-common .nav-tabs .nav-link:hover,
.login-signup-common .nav-link {
	border-color: #e9ecef #e9ecef #dee2e6;
	border: 0;
}

.login-signup-common .nav-tabs .nav-item.show .nav-link,
.login-signup-common .nav-tabs .nav-link.active {
	color: #000;
	background-color: transparent;
	border-bottom: 3px solid #00ADE5;
}

.login-sign-tabs-wrapper li.nav-item a {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}

.login-sign-tabs-wrapper li.nav-item+li.nav-item {
	margin-left: 50px;
}

div#loginSignTabContent {
	background: #ffffff;
	padding: 36px 36px 100px;
	border-radius: 40px;
	box-shadow: 0px -1px 6px 0 rgb(0 0 0 / 16%);
}

div#loginSignTabContent .common-primary-btn,
.social-via-wrapper button {
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	padding: 12px;
}

.login-signup-container.sign-up-form {
	max-width: 675px;
}

.sign-up-form .profile-form-wrapper {
	background: #ffffff;
	border-radius: 40px;
	box-shadow: -6px 3px 6px 0 rgb(0 0 0 / 16%);
	padding: 36px;
	border: 0;
}

section.login-signup-common img.user-pic {
	width: 85px;
	height: 85px;
	border-radius: 100%;
}

.b-s-btn-wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.b-s-btn-wrapper input[type="file"] {
	opacity: 0;
	/*  visibility: hidden; */
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button {
	cursor: pointer;
}

.b-s-btn-wrapper img {
	z-index: 0;
	cursor: pointer;
}

p.b-sign-para {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin: 10px 0 15px;
}

.social-via-wrapper div+div {
	margin-top: 10px;
}

section.login-signup-common .profile-form-wrapper {
	border-radius: 40px;
}

a.forgot-link label {
	font-size: 13px;
	text-decoration: underline;
}

.dnt-acc {
	margin-top: 60px;
}

.dnt-acc p {
	font-size: 13px;
	text-align: center;
	color: #000000;
	font-weight: 500;
}

.dnt-acc a {
	color: #f16623;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

form.forgot-form .custom-blue-check>div+div {
	margin-left: 30px;
}

form.forgot-form .custom-primary-check {
	margin-bottom: 20px;
}

form.forgot-form .intl-tel-input,
form.forgot-form.checked-form .forgot-email, form.payment-wrapper .paypal-show, form.payment-wrapper.checked-form .card-show {
	display: none;
}

form.forgot-form.checked-form .intl-tel-input, form.payment-wrapper.checked-form .paypal-show {
	display: block;
}

form.forgot-form,
.reset-pass-form,
.login-via-social {
	padding-bottom: 100px;
}

.otp-modal .visible-timeline-ads {
	font-size: 13px;
}

form.change-pass-form.text-left input {
	padding: 0;
	width: 40px;
	height: 40px;
	margin: 5px!important;
}

div#otp input {
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
	border: 1px solid #E3E3E3;
}


/************************** Customer Style *****************************************************/

.customer-overview ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: 400px;
	margin: 0 auto;
}

.customer-overview ul li {
	margin: 5px;
	width: calc(100% /4);
}

.customer-overview-img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #FEEFDF;
	border: 1px solid #F16623;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	position: relative;
	display: inline-block
}

.customer-overview-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

p.customer-overview-title {
	color: #F16623;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

ol.breadcrumb.arrow-breadcrumb {
	background: none;
	padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #000000;
	content: ">";
	font-weight: bold;
	font-size: 17px;
}

ol.breadcrumb.arrow-breadcrumb a {
	color: #000000;
	font-weight: 600;
}

.breadcrumb-item.active {
	color: #F16623;
	font-weight: 600;
}

.provider-img-wrap {
	position: relative;
	overflow: hidden;
	background: #000;
	border-right: 1px solid #000;
	width: 50%;
}

.customer-btn-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a.customer-btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 5px;
    background: rgba(0, 0, 0, 0.80);
	padding: 12px 20px;
	transition: all 0.3s ease;
	opacity: 1;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.customer-overlay-wrapper {
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.80);
	transform: translateY(105%);
	bottom: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	opacity: 0;
}

.provider-img-wrap:hover .customer-overlay-wrapper {
	transform: translateY(0);
	opacity: 1;
}

.customer-overlay-wrapper ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
    width: 75%;
    height:100%;
    margin: 0 auto;
}

li.show-provider-heading {
	color: #ffffff;
	font-size: 45px;
	font-weight: 600;
	position: relative;
}

li.show-provider-heading:after {
	content: "";
	background: #ffffff;
	width: 250px;
	height: 5px;
	display: inline-block;
	bottom: -15px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

li.show-provider-p {
	color: #ffffff;
	font-size: 16px;
    margin-top: 30px;
}

li.download-app-wrap p {
	font-size: 23px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
}

li.show-provider-p p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.provider-img-wrap:hover .customer-btn-wrapper {
	opacity: 0;
}

.customer-p-category-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer-overlay-wrapper a.customer-btn:hover {
	background: #F16623;
}

.provider-img-wrap>img {
	width: 100%;
}

div#full-directory .post-name-img {
	margin-bottom: 30px;
}

div#directory-classified img {
	box-shadow: 2px 3px 6px 0 rgb(0 0 0 / 16%);
	border: 1px solid #cccccc3b;
}

.heading-wrapper h3 {
	font-family: 'Archia';
	font-size: 16px;
	margin: 25px 0 10px;
}

.heading-wrapper p,
.project-type-title-wrapper p {
	font-size: 15px;
	color: #5E5E5E;
	font-weight: 500;
}

.project-type-wrapper {
	text-align: center;
	padding-top: 50px;
}

.project-type-title-wrapper h5 {
	color: #0C55CB;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.project-type-title-wrapper p {
	margin: 10px 0 30px;
}

h1.logo-name {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Aachen';
}

.ty-msg-wrap p {
	color: #F16623;
	font-size: 17px;
	font-weight: 600;
	margin: 10px 0;
}

p.ty-p {
	color: #0C55CB;
	font-size: 45px;
    font-family: 'Pristina'!important;
	margin: 0;
}

.blur-effect {
    backdrop-filter: blur(18px) saturate(200%);
    -webkit-backdrop-filter: blur(18px) saturate(200%);
    background-color: rgba(255, 255, 255, 0.18);
    border: 1px solid #707070;
}

.area-modal .ad-prev-title {
	color: #ffffff;
	text-transform: none;
	font-size: 22px;
	font-weight: 500;
}

form.change-pass-form .zip-code input {
	margin: 0!important;
	background: transparent;
	border-bottom: 2px solid #ffffff!important;
	border: 0;
	border-radius: 0!important;
	color: #ffffff;
}

.modal-backdrop.show {
    opacity: .9;
}

li.r-desc {
	font-size: 11px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 3px 0 6px;
	color: #000;
}

span.professional-rating-num-wrapper svg {
	width: 14px;
	height: 14px;
}

span.professional-rating-num-wrapper ul.rating-star-wrapper svg path, .feedback-modal svg path {
	fill: #f16623;
}
.feedback-modal .rating-star-wrapper svg path {
	stroke: #ffffff;
}


span.professional-rating-num-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

span.professional-rating-num-wrapper ul.rating-star-wrapper li+li {
	margin-left: 2px;
}

path.star-stroke {
    fill: #ffffff!important;
    cursor: pointer;
    stroke: #f16623!important;
}
path.star-stroke.fill {
    fill: #f16623!important;
}
.modal-content ul.rating-star-wrapper.d-flex svg {
    width: 18px;
    height: 18px;
}

ul.rating-star-wrapper li + li {
    margin-left: 2px;
}

span.professionals-num {
	display: flex;
	align-items: center;
}

span.professionals-num>span {
	margin-left: 5px;
	line-height: 0;
}
.after-none::after {
    display: none!Important;
}
ul.customer-category-wrapper {
    display: flex;
    flex-wrap: wrap;
	align-items:center;
	margin-bottom: 15px;
}
ul.customer-category-wrapper li {
    margin: 5px;
}
.customer-remodel-category p {
    font-size: 18px;
    color: #f16623;
    font-weight: 600;
	margin-bottom: 10px;
}
ul.customer-category-wrapper li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    background: #ffffff;
    -moz-box-shadow:: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    text-decoration: none;
    max-width: 200px;
    text-align: center;
    min-width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.customer-project-img img {
    border-radius: 15px;
    width: 100%;
}
.customer-remodel-category p a {
    color: #00ADE5;
    text-decoration: underline!important;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 500;
}
.profile-content-wrapper input#profile-pic {
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 21px;
}

.change-upload-btn {
	display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

label.service-radio:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translate(0, -50%);
}
label.service-radio:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #00ade5;
    border-radius: 100%;
    transform: translate(0, -50%);
}
label.service-radio {
    position: relative;
    padding-left: 24px;
}
.choose-services label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

label.service-radio.active:after {
	background: #00ade5;
}
.customer-overview a {
    text-decoration: none;
}
.modal-backdrop {
    z-index: 99999;
}
.modal {
    z-index: 999999;
	padding: 0!important;
}
form.payment-wrapper .custom-primary-check div + div {
    margin-left: 30px;
}
p.choose-payment-type {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
form.payment-wrapper .row {
    margin-top: 15px;
}
form.payment-wrapper .row > div {
    margin-bottom: 15px;
}
form.payment-wrapper {
    padding-bottom: 25px;
}
.info-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
.info-wrapper svg {
    width: 24px;
    height: 24px;
}
p.info-text {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}
h5.modal-title.info-title {
    font-size: 18px;
    color: #F16623;
}


body .Snackbar_snackbar-wrapper__ocbPJ{
    z-index: 9999999;
}

div.form-control{
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    padding: 15px 18px;
    height: auto;
    vertical-align: middle;
    max-height: 50px;
}
form.forgot-form .intl-tel-input{
    display: block !important;
}
form.change-pass-form.text-left input {
    width: 40px !important;
}

.area-section {
    padding: 60px 0;
}
.area-wrap {
    max-width: 450px;
    padding:3% 4% 4% 4%;
    margin: 0 auto;
    /*background: url('../images/Group 5957.png')no-repeat;*/
    background-size: cover;
    background-position: bottom;
}
.area-section .blur-effect {
    padding: 30px 10px;
    border: 0;
}
.area-section .submit-btn {
    box-shadow: 3px 3px 12px 1px #00000061;
}

.services-content.service-bn a {
    padding-left: 20px;
}
.service-icon img {
    display: inline-block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 10px;
}
.zoom-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #000;
    padding: 2px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}
.zoom-icon img {
    width: 24px;
    height: 24px;
    border: 0px;
}

.form-btn-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
}

.form-btn-wrap .preview-btn {
    display: inline-block;
    background: #00ade5;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 5px;
    color: #fff;
    min-width: 150px;
}

.warn-cls {
    color: red;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.template-price {
    margin-top: 5px;
    text-align: center;
    background: #fd5f06;
    color: #fff;
    font-weight: 500;
    padding: 3px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.promo-title {
    font-weight: 600;
    padding: 10px;
    color: #f16623;
    font-size: 15px;
}
.home-search{
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form-wrapper {
    margin-left: 50px;
}
.home-category-wrap {
    padding: 45px 0;
}
.home-category-wrap h4 {
    font-size: 18px;
    color: #F16623;
    text-transform: uppercase;
    font-weight: 600;
}
.home-category-wrap p {
    font-size: 16px;
    color: #212529;
    font-weight: 500;
}

.how-works-wrapper {
    background: #F5F5F2;
    padding: 60px 0;
}
.how-works-title {
    margin-bottom: 60px;
}

.work-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 10px;
    max-width: 85%;
}
.how-works-title h4 {
    font-weight: 600;
    font-size: 20px;
}
.work-icon {
    height: 38px;
}

.primary-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.footer-links {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.footer-links a {
    color: #000;
    font-size: 14px;
}
.footer-links li + li {
    margin-left: 5px;
}
.primary-footer h5 {
    font-size: 18px;
}
.primary-footer-wrapper {
    padding: 30px 0px;
}

.area-section {
    background: url('../images/banner.jpg')no-repeat;
    background-size: cover;
    background-position: center;
}
.sub-banner {
    margin-top: 50px;
    padding: 20px 30px;
    background: #00ADE5;
}
.banner-desc-sub {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.common-banner-content h4 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.common-banner-content h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}
.follow-btn{
    min-width: 105px;
    max-width: 105px;
    word-break: break-all;
    font-size:12px;
}

#react-select-2-listbox {
    z-index: 9;
}

.grid-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 57px 149px 115px;
    grid-gap: 8px;
    width: 635px;
    margin: 0 auto;
}


.grid-row {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 8px;
    overflow: hidden;

}
.grid-row > div {
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in-out;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in-out;
    -moz-transform: scale(1);
    transition: all 200ms ease-in-out;
    transform: scale(1);

}
.grid-row > div img:hover {
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in-out;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in-out;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in-out;
    transform: scale(1.1);
}
.grid-row1 {
    display: grid;
    grid-template-columns: 112px 75px 112px 112px 75px 112px;
}
.grid-row2 {
    display: grid;
    grid-template-columns: 112px 76px 112px 112px 76px 112px;
}

.grid-row.grid-row3 {
    display: grid;
    grid-template-columns: 153px 153px 153px 153px;
}
/*.grid-row div a + a {
    margin-top: 8px;
}*/
.grid-row img, .grid-row a {
    width: 100%;
    overflow: hidden;
}
.item8 a:first-child img, .item11 a:first-child img {
    height: 60px;
}
.item8 a:last-child img, .item11 a:last-child img {
    height: 88px;
}

.web-link {
    color: #00ade5;
    text-decoration: underline;
    padding: 12px 10px;
    border: 1px solid #1d1c2114;
    text-transform: uppercase;
}

.react-tel-input .form-control{
    padding-left:48px !important;
}

/*staic pages*/
.common-style h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.common-style h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5em;
}
.common-style p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.common-style p ~ h3{
    margin-top: 30px;
}
.common-style p b {
    font-weight: 600;
    font-size: 15px;
}
.principal-address {
    padding-top: 0px !important;
}
.common-style ul {
    list-style: disc;
    padding-left: 20px;
}
.common-style h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 6px;
    padding-top: 20px;
}
.tab-wrapper {
    display: flex;
}
.content-c-wrap {
    flex: 1;
}
.tab {
    width: 30%;
    position: sticky;
    top: 60px;
}
.tab button {
    display: inline-block;
    background-color: inherit;
    color: #F16623;
    padding: 10px 0px;
    width: 90%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
.tab button.active {
    color: black;
}
.tabcontent {
    padding: 0px 15px;
    width: 100%;
    margin-left: auto;
}
.cmn-title-pg {
    padding: 0px 15px;
    width: 100%;
    margin-left: auto;
}
.common-style h2 {
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #0000001f;
    padding-bottom: 15px;
}


